Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- chance=80
- profittarget=0.003
- function dobet()
- if win then
- nextbet=0.0000001
- end
- if currentstreak == -5 then
- nextbet=balance
- end
- if (balance) >= profittarget then
- stop();
- print(balance)
- print("TARGET ACHIEVED!!!")
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement