Advertisement
coinwalk

snowflack

Aug 27th, 2020
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. basebet = balance/8000
  2. nextbet = basebet
  3. bethigh = false
  4. chance = 49.95
  5. james = balance
  6. more = balance
  7. fim = 0
  8. dim = 0
  9. rim = 0
  10. target = balance*6
  11. function dobet()
  12. if win then
  13. rim+=1
  14. end
  15. if (rim>=2) then
  16. nextbet = previousbet*4
  17. rim = 0
  18. end
  19. if balance>james then
  20. nextbet = previousbet*2
  21. end
  22. if balance>more*1.0005 then
  23. nextbet = basebet
  24. james = balance
  25. more = balance
  26. end
  27. if balance>target then
  28. stop()
  29. end
  30. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement