Advertisement
coinwalk

nice bot and good from 1k doge and profitable

Jan 3rd, 2020
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. chance = 49.95
  2. nextbet = (balance/1000000)
  3. bethigh = false
  4. shat = balance*1.0001
  5. zog = 0
  6. zag = 0
  7. shat = balance*1.0001
  8. function dobet()
  9. chance = 49.95
  10. if !win then
  11. zog+=1
  12. else
  13. zag +=1
  14. zog = 0
  15. end
  16. if (zog==1) then
  17. chance = 49.95
  18. nextbet = previousbet*2
  19. zog = 0
  20. end
  21. if (balance > shat) and win then
  22. shat = balance*1.0001
  23. nextbet = balance/1000000
  24. end
  25. if (zag==2) then
  26. bethigh = !bethigh
  27. zag = 0
  28. end
  29. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement