Advertisement
coinwalk

cleo crazy

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