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