Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- good = balance+(balance/10)
- chance = 33
- jim = balance*2
- bethigh = false
- kook = balance/10000
- nextbet = kook
- martian = balance*1.00000005
- floyd = 0
- target = balance*10
- 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
- nextbet = kook
- good = balance+(balance/10)
- end
- if balance > jim and win then
- nextbet = kook
- jim = balance*2
- end
- if balance > target then
- stop()
- end
- end
Add Comment
Please, Sign In to add comment