Advertisement
coinwalk

update doble bot

Mar 25th, 2020
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. chance = 33
  2. lol = 0
  3. bethigh = true
  4. good = balance*20
  5. nextbet = balance/50000
  6. basebet = balance/50000
  7. zog = 0
  8. zim = 0
  9. zag = 0
  10. function dobet()
  11.  
  12. if (win) then
  13. chance = 33
  14. zog += 1
  15. zag += 1
  16. lol = 0
  17. zim = 0
  18. else
  19. lol += 1
  20. zim +=1
  21. zag = 0
  22. end
  23. if (lol==2) then
  24. nextbet = previousbet*2
  25. lol = 0
  26. end
  27. if (zog == 3) and win then
  28. zog = 0
  29. bethigh = !bethigh
  30. end
  31. if previousbet > balance/3000 and win then
  32. nextbet = balance/50000
  33. end
  34. if balance > good then
  35. stop()
  36. end
  37. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement