Advertisement
coinwalk

likes me

Aug 27th, 2020
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 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. else
  15. rim+=1
  16. end
  17. if (rim>=2) and (balance<(james+basebet)) then
  18. nextbet = previousbet*2
  19. rim = 0
  20. end
  21. if balance>james*1.000125 then
  22. dim+=1
  23. end
  24. if (dim==2) then
  25. nextbet = previousbet*2
  26. dim = 0
  27. end
  28. if balance>more*1.002 then
  29. nextbet = balance/8000
  30. james = balance
  31. more = balance
  32. end
  33. if balance>target then
  34. stop()
  35. end
  36. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement