Advertisement
coinwalk

best bot cooler than the rest

Nov 19th, 2019
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. chance = 49.95
  2. nextbet = balance/1296
  3. base = balance/1296
  4. bethigh = false
  5. target = 10000
  6. maxline = balance/81
  7. multi = 2
  8. function dobet()
  9.  
  10. if win then
  11. bethigh = true
  12. nextbet = balance/1296
  13. else
  14. zec = 0
  15. nextbet = previousbet * multi
  16. end
  17. if (previousbet > (balance/81)) then
  18. if win then
  19. nextbet = balance/1296
  20. else
  21. nextbet = previousbet * 3
  22. end
  23. if (bethigh==true) then bethigh=false else bethigh=true end
  24. end
  25. if balance > target then
  26. stop()
  27. end
  28. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement