Advertisement
coinwalk

snowybot upgrade v5

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