Advertisement
coinwalk

paradice.in

Sep 14th, 2021
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. bob = 0
  2. b = balance/10
  3. x = 0
  4. chance = 49.5
  5. bethigh = false
  6. nextbet = b
  7. target = balance*27
  8. older = balance
  9. old = balance
  10. v = bob
  11. resetstats()
  12.  
  13. function dobet()
  14. if win then
  15. bob = 0
  16. x = x+1
  17. else
  18. bob = bob+1
  19. end
  20. if (bob==3) and f==true then
  21. nextbet = previousbet*2
  22. bob = 0
  23. f = false
  24. end
  25. if x>=1 and f==false then
  26. g = false
  27. x = 0
  28. end
  29. if bob>=2 and g==false then
  30. nextbet = previousbet*2
  31. lol = lol+1
  32. bob = 0
  33. end
  34. if x>=1 and g==false and lol>=1 then
  35. n = false
  36. x = 0
  37. end
  38. if b>=1 and n==false and !win then
  39. nextbet = previousbet*2
  40. end
  41. if (balance>=(old+b)) then
  42. nextbet = b
  43. bob = 0
  44. x = 0
  45. old = balance
  46. end
  47. if (balance>target) then
  48. stop()
  49. end
  50. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement