Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- basebet = balance/128000
- chance = 49.95
- nextbet = basebet
- bethigh = false
- james = balance
- targetone = balance*2
- target = balance*2
- bin = 0
- falcon = balance
- cunt = 0
- lol = 0
- kill = 0
- slit = 0
- skill = 0
- resetstats()
- function dobet()
- if win then
- cunt = 0
- lol+=1
- kill+=1
- else
- lol+=1
- kill+=1
- cunt+=1
- end
- if (kill==2) then
- nextbet = previousbet*2.1
- kill = 0
- end
- if (lol==20) then
- bethigh = !bethigh
- lol = 0
- end
- if (cunt>=10) then
- nextbet = previousbet*2.5
- end
- if balance>targetone then
- nextbet = basebet
- end
- if balance>=james then
- nextbet = basebet
- cunt = 0
- kill = 0
- lol = 0
- james = balance
- end
- if (balance>target) then
- tip(336178519,balance/2)
- nextbet = basebet
- cunt = 0
- kill = 0
- lol = 0
- james = balance
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement