Advertisement
coinwalk

snowybot with handbreak

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