coinwalk

good bro for freebitco

Dec 15th, 2019
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. chance = 47.5
  2. bethigh = false
  3. lol = 0
  4. big = balance*100
  5. one = balance/4922
  6. two = balance/2048
  7. three = balance/1024
  8. nextbet = one
  9. four = balance/512
  10. five = balance/256
  11. six = balance/128
  12. seven = balance/64
  13. function dobet()
  14.  
  15. if (win) then
  16. chance = 47.5
  17. lol = 0
  18. nextbet = one
  19. else
  20. lol += 1
  21. end
  22. if (lol > 0) then
  23. chance = 47.5
  24. nextbet = two
  25. end
  26. if (lol > 1) then
  27. chance = 47.5
  28. nextbet = three
  29. end
  30. if (lol > 2) then
  31. chance = 47.5
  32. nextbet = four
  33. end
  34. if (lol > 3) then
  35. chance = 47.5
  36. nextbet = five
  37. end
  38. if (lol > 4) then
  39. chance = 47.5
  40. nextbet = six
  41. end
  42. if (lol > 5) then
  43. chance = 47.5
  44. nextbet = seven
  45. end
  46. if (lol > 6) then
  47. chance = 47.5
  48. nextbet = previousbet*2
  49. end
  50. if balance > big then
  51. stop()
  52. end
  53. end
Add Comment
Please, Sign In to add comment