Advertisement
coinwalk

try with 1000toshi

Jul 22nd, 2019
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. lol = balance/100
  2. look= balance/10
  3. kill= balance/5
  4. asto = balance/20
  5. digger = balance/100
  6. bloggerboy = balance/10
  7. chance = 49.95
  8. nextbet = lol
  9. multi = 1.4
  10. bethigh=false
  11. function dobet()
  12.  
  13. if win then
  14. nextbet = lol
  15. resetseed();
  16. end
  17. if currentstreak == -2 then
  18. nextbet = look
  19. end
  20. if currentstreak == -8 then
  21. nextbet=kill
  22. end
  23. if currentstreak == -12 then
  24. nextbet=kill
  25. bethigh=true
  26. end
  27. if currentstreak == -16 then
  28. nextbet=asto
  29. resetseed();
  30. end
  31. if currentstreak == -22 then
  32. nextbet=digger
  33. end
  34. if currentstreak == -32 then
  35. nextbet=bloggerboy
  36. end
  37. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement