Advertisement
coinwalk

100 toshi 999dice

May 17th, 2019
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. lol = 0.00000000
  2. look = 0.00000001
  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 == 1 then
  17. stop()
  18. end
  19. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement