Advertisement
coinwalk

kkkk

Dec 10th, 2019
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. chance = 19.98
  2. basebet = balance/20000000
  3. nextbet = balance/20000000
  4. bethigh = false
  5. snog = balance*1.7
  6. red = 0
  7. green = 0
  8. function dobet()
  9.  
  10. if (win) then
  11. chance = 19.98
  12. red = 0
  13. green +=1
  14. else
  15. red += 1
  16. if (math.fmod(red,3)==0) then
  17. nextbet = previousbet*3
  18. end
  19. end
  20. if (green==2) then
  21. if (bethigh==true) then bethigh=false else bethigh=true end
  22. nextbet = balance/20000000
  23. green = 0
  24. end
  25. if balance > snog then
  26. stop()
  27. end
  28. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement