Advertisement
coinwalk

999dice.com with 1000toshi

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