Advertisement
coinwalk

update crazy bot

Mar 27th, 2020
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. good = balance
  2. chance = 33
  3. bethigh = false
  4. kook = balance/10000
  5. nextbet = kook
  6. floyd = 0
  7. target = balance*10000
  8. function dobet()
  9. if !win then
  10. nextbet = previousbet*1.3
  11. end
  12. if balance > good and win then
  13. nextbet = kook
  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