coinwalk

snowviet onion

Oct 31st, 2022
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. snow = balance/100
  2. joe = snow
  3. bethigh = false
  4. chance = 49.5
  5. have = balance
  6. old = balance
  7. pip = balance
  8. upper = 6.9
  9. darn = 2.9
  10. older = balance
  11. crud = (snow*6.9)
  12. rupt = (snow*10)
  13. downer = false
  14. nextbet = snow
  15. beet = 0
  16. resetstats()
  17.  
  18. function dobet()
  19. if ((balance>(have+(joe*upper))) and (balance<old)) then
  20. nextbet = lastBet.Amount*2
  21. joe = lastBet.Amount*2
  22. upper = 4.9
  23. have = balance
  24. end
  25. if ((balance>(have+(joe*upper))) and (balance>old)) then
  26. downer = false
  27. nextbet = lastBet.Amount*2
  28. joe = lastBet.Amount*2
  29. upper = 4.9
  30. have = balance
  31. end
  32. if (balance<=(pip-(snow*darn))) then
  33. nextbet = lastBet.Amount*2
  34. joe = lastBet.Amount*2
  35. upper = 4.9
  36. downer = true
  37. darn = darn+10
  38. have = balance
  39. pip = balance
  40. end
  41. if ((balance>=old) and (downer==true) and (balance<(old+(crud)))) then
  42. downer = false
  43. pip = old
  44. have = old
  45. old = old
  46. darn = 2.9
  47. nextbet = snow
  48. joe = snow
  49. end
  50. if ((balance>=old) and (downer==true) and (balance>=(old+(crud)))) then
  51. downer = false
  52. pip = old
  53. have = old
  54. old = old
  55. darn = 2.9
  56. nextbet = snow*2
  57. joe = snow*2
  58. end
  59. if ((balance>(old+(snow*20))) and (balance<(old+((math.floor((balance-old)/(rupt)))*(rupt))+crud))) then
  60. downer = false
  61. pip = old+((math.floor((balance-old)/(rupt)))*(rupt))
  62. have = old+((math.floor((balance-old)/(rupt)))*(rupt))
  63. old = old+((math.floor((balance-old)/(rupt)))*(rupt))
  64. darn = 2.9
  65. nextbet = snow
  66. joe = snow
  67. end
  68. if ((balance>(old+(snow*20))) and (balance>=(old+((math.floor((balance-old)/(rupt)))*(rupt))+crud))) then
  69. downer = false
  70. pip = old+((math.floor((balance-old)/(rupt)))*(rupt))
  71. have = old+((math.floor((balance-old)/(rupt)))*(rupt))
  72. old = old+((math.floor((balance-old)/(rupt)))*(rupt))
  73. darn = 2.9
  74. nextbet = snow*2
  75. joe = snow*2
  76. end
  77. if (balance>=100000) then
  78. stop()
  79. end
  80. end
Add Comment
Please, Sign In to add comment