Advertisement
coinwalk

Untitled

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