Advertisement
coinwalk

simple crazy bot

Mar 27th, 2020
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. good = balance
  2. chance = 49.95
  3. bethigh = false
  4. kook = balance/100000
  5. nextbet = kook
  6. floyd = 0
  7. target = balance*10000
  8. function dobet()
  9. if !win then
  10. nextbet = previousbet*1.5
  11. end
  12. if balance > good and win then
  13. nextbet = balance/100000
  14. good = balance
  15. end
  16. if balance > target then
  17. stop()
  18. end
  19. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement