Advertisement
coinwalk

mega snowy bot lua

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