Advertisement
coinwalk

snowies actual better bot

Aug 8th, 2019
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. chance = 24.5
  2. nextbet = lol
  3. multi = 1.4
  4. bethigh=false
  5. function dobet()
  6.  
  7. if win then
  8. nextbet = balance/10000000
  9. else
  10. nextbet = previousbet * multi
  11. end
  12. if currentstreak == -6 then
  13. nextbet = balance/800000
  14. end
  15. if currentstreak == -8 then
  16. resetseed();
  17. end
  18. if currentstreak == -12 then
  19. nextbet=balance/80000
  20. end
  21. if currentstreak == -16 then
  22. nextbet=balance/8000
  23. resetseed();
  24. end
  25. if currentstreak == -22 then
  26. nextbet=balance/800
  27. end
  28. if currentstreak == -32 then
  29. nextbet=balance/80
  30. end
  31. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement