Advertisement
coinwalk

crazy

Mar 1st, 2020
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. bethigh = false
  2. good = balance*2
  3. prebet = balance/20
  4. nextbet = prebet
  5. box = 0
  6. bit = 0
  7. min = 49.95
  8. max = 50.05
  9. base = 1
  10. multi = 2
  11. cox = 90
  12. chance = cox
  13. shock = balance*0.95
  14. shit = balance*1.00002
  15. function dobet()
  16. if balance < shock and win then
  17. nextbet = previousbet*10
  18. shock = balance*0.98
  19. bit = 0
  20. end
  21. if balance > shit and win then
  22. nextbet = prebet
  23. shit = balance*1.00002
  24. shock = balance*0.98
  25. end
  26. if balance > good then
  27. stop()
  28. end
  29. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement