Advertisement
coinwalk

crazy bot technology fight random with random

Apr 4th, 2020
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. chance = (math.random(4700,4995)/100)
  2. base = balance
  3. bethigh = true
  4. good = 10000
  5. zoink = balance/(math.random(50000,100000))
  6. nextbet = zoink
  7. bit = 0
  8. box = 0
  9. big = 0
  10. function dobet()
  11. if !win then
  12. chance = (math.random(4700,4995)/100)
  13. bit+=1
  14. box+=1
  15. big+=1
  16. else
  17. chance = (math.random(4700,4995)/100)
  18. big = 0
  19. box = 0
  20. end
  21. if (big==2) then
  22. nextbet = previousbet*(math.random(200,225)/100)
  23. big = 0
  24. end
  25. if (bit==3) then
  26. nextbet = previousbet*(math.random(200,225)/100)
  27. bit = 0
  28. end
  29. if (box==7) then
  30. nextbet = previousbet*(math.random(200,225)/100)
  31. box = 0
  32. end
  33. if balance > base then
  34. nextbet = balance/(math.random(50000,100000))
  35. base = balance
  36. end
  37.  
  38. if balance > good then
  39. stop()
  40. end
  41. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement