Advertisement
coinwalk

wow snowybot

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