Advertisement
coinwalk

cleo

Feb 19th, 2020
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. bethigh = false
  2. good = balance*3
  3. chance = 49.95
  4. base = balance/2800
  5. nextbet = balance/2800
  6. bonz = balance/80
  7. lol = balance*0.5
  8. were = balance*1.001
  9. function dobet()
  10. if balance > were and win then
  11. nextbet = base
  12. were = balance*1.001
  13. end
  14. if lastBet.Roll < 49.95 then
  15. box+=1
  16. bit = 0
  17. end
  18. if lastBet.Roll > 50.05 then
  19. bit+=1
  20. box = 0
  21. end
  22. if (bit==3) and !win then
  23. bethigh = true
  24. box = 0
  25. bit = 0
  26. end
  27. if (box==3) and !win then
  28. bethigh = false
  29. box = 0
  30. bit = 0
  31. end
  32. if !win then
  33. nextbet = previousbet*2
  34. end
  35. if balance < lol then
  36. nextbet = bonz
  37. lol = balance*0.5
  38. end
  39. if balance > good then
  40. stop()
  41. end
  42. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement