Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- kiff = 0.00001
- fruck = kiff
- dope = (fruck*3)
- dol = 7
- joe = (fruck*10)
- targe = 50000
- sev = true
- farg = true
- frogger = false
- chance = 49.5
- have = balance
- older = balance
- smartarse = balance
- still = balance
- ian = balance
- nextbet = kiff
- resetstats()
- function dobet()
- if ((balance<=(still-dope)) and (sev==true) and (farg==true)) then
- fruck = fruck*2
- nextbet = fruck
- sev = false
- joe = 0
- dol = 6
- still = balance
- dope = (fruck*3)
- end
- if ((balance<=(still-dope)) and (sev==false)) then
- fruck = fruck/2
- nextbet = fruck;
- have = balance
- still = balance
- dope = (fruck*4)
- sev = true
- farg = false
- frogger = true
- joe = 0
- dol = 6
- sev = true
- end
- if ((balance<=(still-dope)) and (sev==true) and (farg==false)) then
- fruck = fruck*2
- nextbet = fruck
- sev = true
- farg = false
- frogger = true
- joe = 0
- dol = 6
- still = balance
- dope = (fruck*7)
- end
- if ((balance>=(have+(fruck*dol))) and (frogger==false)) then
- fruck = fruck*2
- nextbet = fruck
- gook = fruck
- have = balance
- still = balance
- sev = false
- dope = (fruck*2)
- end
- if ((balance>=(have+(fruck*dol))) and (frogger==true)) then
- fruck = fruck*2
- nextbet = fruck
- gook = fruck
- have = balance
- still = balance
- sev = true
- farg = false
- dope = (fruck*7)
- end
- if (balance>=(ian+joe)) then
- nextbet = kiff
- fruck = kiff
- dope = (kiff*3)
- sev = true
- farg = true
- dol = 7
- frogger = false
- still = (ian+joe)
- have = (ian+joe)
- ian = (ian+joe)
- joe = (fruck*10)
- end
- if (balance>=targe) then
- stop()
- end
- end
Add Comment
Please, Sign In to add comment