Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- good = balance*2
- chance = 33
- bethigh = false
- kook = 0.00000001
- nextbet = kook
- martian = balance*1.00000005
- floyd = 0
- function dobet()
- if !win then
- floyd+=1
- end
- if (floyd==2) then
- nextbet = previousbet*2
- floyd = 0
- end
- if balance > martian and win then
- nextbet = kook
- martian = balance*1.00000005
- end
- if balance > good then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement