Advertisement
coinwalk

best bot ever snowybot

Oct 18th, 2021
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. divide = 50000
  2. b = balance/divide
  3. i = balance
  4. t = balance
  5. c = balance/divide
  6. h = balance
  7. e = 0
  8. s = balance
  9. chance = 49.5
  10. bethigh = false
  11. bob = balance
  12. nextbet = b
  13. target = 50000
  14. resetstats()
  15.  
  16. function dobet()
  17. if (balance<=(h-(c*4))) then
  18. nextbet = previousbet*2
  19. h = balance
  20. c = nextbet
  21. end
  22. if balance>=h then
  23. h = balance
  24. end
  25. if (balance>=(t+(c*7))) then
  26. nextbet = previousbet*2
  27. c = nextbet
  28. t = balance
  29. end
  30. if balance<=t then
  31. t = balance
  32. end
  33. if (balance>=i) then
  34. nextbet = b
  35. h = balance
  36. c = b
  37. t = balance
  38. i = balance
  39. e = math.random(1,2)
  40. if (e==2) then
  41. bethigh = !bethigh
  42. end
  43. end
  44. if (balance>=(s*2)) then
  45. b = balance/divide
  46. i = balance
  47. t = balance
  48. c = balance/divide
  49. h = balance
  50. nextbet = b
  51. s = balance
  52. e = math.random(1,2)
  53. if (e==2) then
  54. bethigh = !bethigh
  55. end
  56. end
  57. if balance>=target then
  58. stop()
  59. end
  60. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement