Advertisement
coinwalk

nice 24% nice

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