Advertisement
coinwalk

30x script

Jan 21st, 2020
521
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. chance = 33
  2. base = balance/1000
  3. nextbet = base
  4. shit = balance*30
  5. sol = 0
  6. lol = 0
  7. gol = 0
  8. zol = 0
  9. bethigh = false
  10. shck = balance*1.000001
  11. function dobet()
  12. if win then
  13. sol+=1
  14.  
  15. else
  16. zol +=1
  17. gol+=1
  18. lol+=1
  19. end
  20. if (lol == 3) then
  21. nextbet = previousbet*2
  22. lol = 0
  23. end
  24. if (gol == 5) then
  25. nextbet = previousbet*2
  26. gol = 0
  27. end
  28. if balance > shck and win then
  29. shck = balance*1.000001
  30. nextbet = base
  31. end
  32. if (sol== 100) or (zol==1000) then
  33. bethigh = !bethigh
  34. sol = 0
  35. zol = 0
  36. end
  37. if balance> shit then
  38. stop()
  39. end
  40. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement