Advertisement
coinwalk

works snowybot works ye har

Feb 16th, 2021
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. fraction = 50000
  2. basebet = balance/fraction
  3. base = balance/fraction
  4. chance = 49.95
  5. nextbet = basebet
  6. bethigh = false
  7. oldbal = balance
  8. target = 20000
  9. fuck = 0
  10. shit = balance
  11. resetstats()
  12.  
  13. function dobet()
  14. if (balance<=(shit-(base))) then
  15. fuck+=1
  16. base = nextbet
  17. end
  18. if (fuck==2) then
  19. nextbet = previousbet*2
  20. fuck = 0
  21. shit = balance
  22. base = nextbet
  23. end
  24. if (balance>=oldbal) then
  25. nextbet = basebet
  26. base = basebet
  27. fuck = 0
  28. shit = balance
  29. oldbal = balance
  30. end
  31. if balance>=target then
  32. stop()
  33. end
  34. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement