Advertisement
coinwalk

2x 2x 2x 2x

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