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