Advertisement
coinwalk

snowybot upgrade v3

Jun 14th, 2022
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. bob = (balance/100)
  2. cill = (balance/100)
  3. ian = balance
  4. goll = 0
  5. lol = 0
  6. joe = false
  7. chance = 49.5
  8. nextbet = 0.00000001
  9. target = 500
  10. bethigh = false
  11. resetstats()
  12.  
  13. function dobet()
  14. if win then
  15. nextbet = bob+cill
  16. else
  17. bob = bob+lastBet.Amount/7
  18. nextbet = 0.00000001
  19. end
  20. if (currentstreak>=2) then
  21. nextbet = 0.00000001
  22. end
  23. if (balance>ian) then
  24. nextbet = 0.00000001
  25. bob = cill
  26. ian = balance
  27. end
  28. if (balance>=target) then
  29. stop()
  30. end
  31. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement