Advertisement
coinwalk

magic script

Apr 18th, 2019
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. lol = 0.00000001
  2. chance = 49
  3. nextbet = lol
  4. function dobet()
  5. if currentstreak == -3 then
  6. nextbet = previousbet*10
  7. end
  8. if currentstreak == 3 then
  9. nextbet=lol
  10. end
  11. if profit == balance/10 then
  12. stop()
  13. end
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement