Advertisement
coinwalk

secret

May 20th, 2019
410
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. lol = 0.0000000
  2. look = 0.00000001
  3. chance = 49.95
  4. nextbet = lol
  5. multi = 2
  6. bethigh=true
  7. function dobet()
  8.  
  9. if win then
  10. nextbet = lol
  11. else
  12. nextbet = previousbet * 2
  13. end
  14. if currentstreak == -3 then
  15. nextbet = look
  16. end
  17. if currentstreak == -2 then
  18. resetseed();
  19. end
  20. if profit == 1 then
  21. stop()
  22. end
  23. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement