Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- dick = balance
- chance = 49.5
- base = balance/144000
- bethigh = false
- sad = (base*10)
- idiot = (base*7.9)
- tom = ((math.floor(balance/sad))*sad)
- up = 6.9
- down = 2.9
- bilance = balance
- harry = balance
- fart = 1
- joe = base
- nextbet = joe
- resetstats();
- function dobet()
- if win then
- bilance = bilance+joe
- else
- bilance = bilance-joe
- end
- if (nextbet==null) then
- nextbet = joe
- end
- if (bilance>(tom+(nextbet*up))) then
- up = 4.9
- down = 4.9
- joe = joe*2
- nextbet = joe
- tom = bilance
- end
- if (bilance<(tom-(nextbet*down))) then
- up = 4.9
- down = 4.9
- fart = 0
- joe = joe*2
- nextbet = joe
- tom = bilance
- end
- if ((bilance>=(dick+(sad*fart))) and (bilance>(tom-(nextbet*down))) and (bilance<(tom+(nextbet*up))) and (not (balance==tom))) then
- joe = base
- nextbet = joe
- up = 6.9
- down = 2.9
- fart = 1
- tom = ((math.floor(bilance/sad))*sad)
- dick = ((math.floor(bilance/sad))*sad)
- end
- if (balance<base) then
- stop()
- end
- if (balance>240) then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement