Advertisement
coinwalk

try with 200sat

Jul 22nd, 2019
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. lol = balance/50
  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 == -3 then
  18. nextbet = look
  19. end
  20. if currentstreak == -6 then
  21. nextbet=kill
  22. end
  23. if currentstreak == -12 then
  24. nextbet=kill
  25. end
  26. if currentstreak == -16 then
  27. nextbet=asto
  28. resetseed();
  29. end
  30. if currentstreak == -22 then
  31. nextbet=digger
  32. end
  33. if currentstreak == -32 then
  34. nextbet=bloggerboy
  35. end
  36. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement