Advertisement
coinwalk

snowy wow bot

Jun 27th, 2022
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. bob = balance/3200
  2. four = (bob/2)
  3. chance = 49.5
  4. bethigh = false
  5. nextbet = 0
  6. kam = 0
  7. boo = 0
  8. target = 5000
  9. resetstats()
  10.  
  11. function dobet()
  12. if win then
  13. boo = boo+1
  14. else
  15. boo = 0
  16. kam = kam+1
  17. end
  18. if (boo<0) then
  19. boo = 0
  20. end
  21. if (kam==1) then
  22. nextbet = 0
  23. boo = 0
  24. end
  25. if (boo==4) then
  26. nextbet = four*2
  27. four = nextbet
  28. kam = 0
  29. end
  30. if ((win) and (previousbet>=bob)) then
  31. bob = balance/3200
  32. nextbet = 0
  33. boo = 0
  34. four = (bob/2)
  35. end
  36. if (balance>=target) then
  37. stop()
  38. end
  39. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement