Advertisement
coinwalk

snowy mega bot 1000div

Nov 4th, 2022
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. snow = balance/1000
  2. joe = snow
  3. bethigh = false
  4. chance = 49.5
  5. have = balance
  6. older = balance
  7. darn = 2.9
  8. upper = 6.9
  9. rupt = (snow*10)
  10. smick = (snow*20)
  11. nextbet = snow
  12. resetstats()
  13.  
  14. function dobet()
  15. if (balance<(have-(joe*darn))) then
  16. nextbet = lastBet.Amount*2
  17. joe = lastBet.Amount*2
  18. darn = 4.9
  19. upper = 4.9
  20. have = balance
  21. end
  22. if (balance>(have+(joe*upper))) then
  23. nextbet = lastBet.Amount*2
  24. joe = lastBet.Amount*2
  25. darn = 4.9
  26. upper = 4.9
  27. have = balance
  28. end
  29. if (balance>(older+smick)) then
  30. have = older+((math.floor(((balance-older)/(rupt))))*(rupt))
  31. older = older+((math.floor(((balance-older)/(rupt))))*(rupt))
  32. darn = 2.9
  33. upper = 6.9
  34. nextbet = snow
  35. joe = snow
  36. end
  37. if (balance>=300) then
  38. stop()
  39. end
  40. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement