Advertisement
coinwalk

Untitled

Jul 1st, 2022
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. bob = (((((balance/2)/2)/2)/2)/2)
  2. four = bob
  3. tom = false
  4. target = 5000
  5. yall = (bob*2.5)
  6. chance = 49.5
  7. bethigh = false
  8. have = balance
  9. ian = balance
  10. nextbet = bob
  11. bal = balance
  12. resetstats()
  13.  
  14. function dobet()
  15. bal = balance
  16. if (bal>=(have+(four*7))) then
  17. have = have+(four*10)
  18. yall = four*7
  19. nextbet = four*2
  20. four = four*2
  21. tom = false
  22. end
  23. if (bal<=(have-(yall))) then
  24. yall = four*10
  25. nextbet = four*2
  26. four = four*2
  27. tom = true
  28. have = have-(yall)
  29. end
  30. if ((balance>=ian) and (tom==true) and (balance<(ian+(bob*10)))) then
  31. nextbet = bob
  32. four = bob
  33. yall = (bob*2.5)
  34. have = ian
  35. tom = false
  36. end
  37. if (bal>(ian+(bob*20))) then
  38. nextbet = bob
  39. four = bob
  40. yall = (bob*2.5)
  41. tom = false
  42. ian = ian+((math.floor((bal-ian)/(bob*10)))*(bob*10))
  43. have = ian
  44. end
  45. if (balance<nextbet) then
  46. stop()
  47. end
  48. if (balance>=target) then
  49. stop()
  50. end
  51. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement