Advertisement
coinwalk

by jove

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