Advertisement
coinwalk

lol

Jan 27th, 2019
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. chance=80
  2. profittarget=1
  3. function dobet()
  4. if win then
  5. nextbet=0.0000001
  6. end
  7. if currentstreak == -3 then
  8. nextbet=balance
  9. end
  10. if (balance) >= profittarget then
  11. stop();
  12. print(balance)
  13. print("TARGET ACHIEVED!!!")
  14. end
  15. end
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement