Advertisement
coinwalk

elele

Sep 11th, 2020
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. basebet = balance/256000
  2. chance = 24
  3. uwn = 0
  4. nextbet = basebet
  5. bethigh = true
  6. james = balance
  7. bot = 0
  8. function dobet()
  9.  
  10. if (win) then
  11. uwn=uwn+1
  12. bot = 0
  13. else
  14. bot=bot+1
  15. uwn = 0
  16. end
  17. if (uwn==1) then
  18. nextbet = previousbet*1.5
  19. end
  20.  
  21. if (uwn==2) then
  22. nextbet = previousbet*1.5
  23. end
  24.  
  25. if (uwn==3) then
  26. nextbet = previousbet*1.5
  27. end
  28. if (bot==2) then
  29. nextbet = previousbet*2
  30. end
  31. if (bot==6) then
  32. nextbet = previousbet*2
  33. end
  34. if (bot==16) then
  35. nextbet = previousbet*2
  36. bot = 0
  37. end
  38. if (uwn==4) then
  39. uwn = 0
  40. end
  41. if (balance>james) then
  42. nextbet = basebet
  43. uwn = 0
  44. bot = 0
  45. james = balance
  46. end
  47. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement