Advertisement
coinwalk

mega snowybot likeable lua

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