Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- doc = balance
- chance = 49.5
- base = 0.00001
- bethigh = false
- sad = (base*10)
- nob = (base*2.9)
- frock = (base*2)
- idiot = (base*6.9)
- tom = ((math.floor(balance/sad))*sad)
- plane = 6.9
- submarine = 2.9
- bob = balance
- flief = balance
- nextbet = base
- resetstats();
- function dobet()
- if (balance>(tom+(nextbet*plane))) then
- plane = 4.9
- submarine = 4.9
- nextbet = previousbet*2
- tom = balance
- end
- if (balance<(tom-(nextbet*submarine))) then
- plane = 4.9
- submarine = 4.9
- nextbet = previousbet*2
- tom = balance
- end
- if (balance>flief) then
- flief = balance
- end
- if ((nextbet>=(balance/300)) and (((math.floor(((balance-bob)/5)/frock))*frock)>base) and (balance<bob) and (balance<flief) and (balance<(((math.floor(balance/sad))*sad)+idiot))) then
- plane = 4.9
- submarine = 4.9
- tom = balance
- nextbet = ((math.floor(((bob-balance)/5)/frock))*frock);
- end
- if ((nextbet>=(balance/300)) and (balance>=flief) and (balance>=bob) and (balance<(((math.floor(balance/sad))*sad)+idiot))) then
- plane = 6.9
- submarine = 2.9
- nextbet = base
- tom = ((math.floor(balance/sad))*sad)
- flief = balance
- bob = balance
- end
- if (balance<base) then
- stop()
- end
- if (balance>=(doc*24)) then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement