Advertisement
coinwalk

lol lua +++!!!!!!!!!

Sep 8th, 2020
1,464
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. fraction = 99999
  2. basebet = balance/fraction
  3. nextbet = basebet
  4. bethigh = false
  5. chance = 24
  6. target = 256000
  7. james = balance
  8. botbuddy = 0
  9. him = balance
  10. resetstats()
  11. function dobet()
  12. if !win then
  13. botbuddy+=1
  14. else
  15. botbuddy = 0
  16. end
  17. if (botbuddy==2) then
  18. nextbet = previousbet*2
  19. end
  20. if (botbuddy==6) then
  21. nextbet = previousbet*2
  22. end
  23. if (botbuddy==16) then
  24. nextbet = previousbet*2
  25. botbuddy = 0
  26. end
  27. if (nextbet==nil) then
  28. nextbet = previousbet
  29. end
  30. if balance>james then
  31. nextbet = balance/fraction
  32. botbuddy = 0
  33. james = balance
  34. end
  35. if balance>target then
  36. stop()
  37. end
  38. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement