Advertisement
coinwalk

cool snowy is cool

Nov 19th, 2020
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. basebet = balance/2000
  2. chance = 24.96
  3. nextbet = basebet
  4. bethigh = false
  5. google = balance
  6. target1 = 700000
  7. hox = 0
  8. six = 0
  9. resetstats()
  10. function dobet()
  11. if !win then
  12. hox+=1
  13. else
  14. hox +=1
  15. end
  16. if (hox==3) then
  17. nextbet = previousbet*2
  18. hox = 0
  19. end
  20. if nextbet>=basebet*16 then
  21. nextbet = previousbet/2
  22. six+=1
  23. end
  24. if (six>=1) then
  25. nextbet = previousbet*1.425
  26. end
  27. if balance>google and win then
  28. nextbet = basebet
  29. six = 0
  30. hox = 0
  31. google = balance
  32. end
  33. if balance>target1 then
  34. stop()
  35. end
  36. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement