Advertisement
coinwalk

snowybot

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