Advertisement
coinwalk

crazy bot

Dec 18th, 2019
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. chance = 19.98
  2. lol = 0
  3. bethigh = true
  4. good = 0.00005
  5. nextbet = balance/99
  6. basebet = balance/99
  7. zog = 0
  8. zim = 0
  9. zag = 0
  10. function dobet()
  11.  
  12. if (win) then
  13. chance = 19.98
  14. zog += 1
  15. zag += 1
  16. lol = 0
  17. zim = 0
  18. else
  19. lol += 1
  20. zim +=1
  21. zag = 0
  22. end
  23. if (lol==3) then
  24. nextbet = previousbet*3
  25. lol = 0
  26. end
  27. if (zog == 2) and win then
  28. zog = 0
  29. bethigh = !bethigh
  30. end
  31. if previousbet > balance/10 and win then
  32. nextbet = basebet
  33. end
  34. if balance > good then
  35. stop()
  36. end
  37. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement