Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- fraction = 16000
- fractor = 4000
- basebet = balance/fraction
- bilbet = balance/fractor
- chance = 49.95
- nextbet = basebet
- bethigh = false
- james = balance
- targetone = balance*2
- target = balance*4000
- bin = 0
- falcon = balance
- cunt = 0
- blunt = 0
- slim = 0
- lol = 0
- kill = 0
- resetstats()
- function dobet()
- if !win then
- lol+=1
- kill+=1
- bin+=1
- cunt+=1
- blunt = 0
- else
- cunt = 0
- lol = 0
- kill = 0
- blunt +=1
- end
- if kill>1 then
- nextbet = previousbet*2
- end
- if lol>1 then
- bethigh = !bethigh
- end
- if (cunt>=6) and !win then
- nextbet = 0
- slim+=1
- end
- if (blunt>=1) and slim>=1 then
- nextbet = bilbet
- slim = 0
- blunt = 0
- end
- if balance>targetone then
- basebet = bilbet
- end
- if balance>target then
- stop()
- end
- if balance>james and win then
- nextbet = basebet
- bin = 0
- blunt = 0
- slim = 0
- cunt = 0
- kill = 0
- lol = 0
- james = balance
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement