Advertisement
coinwalk

supersnowzy wow bot

Nov 18th, 2020
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. basebet = balance/2000
  2. chance = 24.96
  3. nextbet = basebet
  4. bethigh = false
  5. google = balance
  6. target1 = 7000
  7. hox = 0
  8. six = 0
  9. resetstats()
  10. function dobet()
  11. basebet = balance/2000
  12. if !win then
  13. hox+=1
  14. else
  15. hox +=1
  16. end
  17. if (hox==3) then
  18. nextbet = previousbet*2
  19. hox = 0
  20. end
  21. if nextbet>=basebet*16 then
  22. nextbet = previousbet/2
  23. six+=1
  24. end
  25. if (six>=3) then
  26. nextbet = previousbet*1.425
  27. end
  28. if balance>google and win then
  29. nextbet = basebet
  30. six = 0
  31. hox = 0
  32. end
  33. if balance>target1 then
  34. stop()
  35. end
  36. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement