Advertisement
coinwalk

good old snowys crazy bot technology

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