Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- elderly = (balance/1000)
- origin = balance
- prefit = elderly
- winnerdinner = balance
- tens = (prefit*10)
- sevens = (prefit*6.9)
- eights = (prefit*7.9)
- small = tens*20
- belance = small
- winnerdinner = balance
- fools = balance
- freak = small
- joey = ((math.floor(belance/tens))*tens)
- upper = 6.9
- downer = 2.9
- chance = 49.5
- bethigh = false
- nextbet = prefit
- resetstats()
- function dobet()
- if (win) then
- belance = belance+previousbet
- end
- if (!win) then
- belance = belance-previousbet
- end
- if (belance<nextbet) then
- belance = small
- end
- if ((belance>(small*2)) and (balance>fools)) then
- belance = small
- end
- if (belance>(joey+(previousbet*upper))) then
- nextbet = previousbet*2
- upper = 4.9
- downer = 4.9
- joey = belance
- end
- if (belance<(joey-(previousbet*downer))) then
- nextbet = previousbet*2
- upper = 4.9
- downer = 4.9
- joey = belance
- end
- if (((nextbet)>=(belance/2)) and (belance>(((math.floor(belance/tens))*tens)+eights))) then
- nextbet = prefit
- upper = 6.9
- downer = 2.9
- joey = ((math.floor(belance/tens))*tens)
- end
- if (((nextbet)>=(belance/2)) and (belance<(((math.floor(belance/tens))*tens)+sevens))) then
- nextbet = prefit
- upper = 6.9
- downer = 2.9
- joey = ((math.floor(belance/tens))*tens)
- end
- if (((nextbet)>=(belance/2)) and (belance>(((math.floor(belance/tens))*tens)+sevens)) and (belance<(((math.floor(belance/tens))*tens)+eights))) then
- nextbet = prefit*2
- upper = 4.9
- downer = 4.9
- joey = belance
- end
- if (((nextbet)>=(belance/4)) and (balance>origin) and (belance>(((math.floor(belance/tens))*tens)+eights))) then
- nextbet = prefit
- upper = 6.9
- downer = 2.9
- origin = balance
- joey = ((math.floor(belance/tens))*tens)
- end
- if (((nextbet)>=(belance/4)) and (balance>origin) and (belance<(((math.floor(belance/tens))*tens)+sevens))) then
- nextbet = prefit
- upper = 6.9
- downer = 2.9
- origin = balance
- joey = ((math.floor(belance/tens))*tens)
- end
- if (((nextbet)>=(belance/4)) and (balance>origin) and (belance>(((math.floor(belance/tens))*tens)+sevens)) and (belance<(((math.floor(belance/tens))*tens)+eights))) then
- nextbet = prefit*2
- upper = 4.9
- downer = 4.9
- origin = balance
- joey = belance
- end
- if (((nextbet)>=(small)) and (belance>small) and (belance>(((math.floor(belance/tens))*tens)+eights))) then
- nextbet = prefit
- upper = 6.9
- downer = 2.9
- origin = balance
- joey = ((math.floor(belance/tens))*tens)
- end
- if (((nextbet)>=(small)) and (belance>small) and (belance<(((math.floor(belance/tens))*tens)+sevens))) then
- nextbet = prefit
- upper = 6.9
- downer = 2.9
- origin = balance
- joey = ((math.floor(belance/tens))*tens)
- end
- if (((nextbet)>=(small)) and (belance>small) and (belance>(((math.floor(belance/tens))*tens)+sevens)) and (belance<(((math.floor(belance/tens))*tens)+eights))) then
- nextbet = prefit*2
- upper = 4.9
- downer = 4.9
- origin = balance
- joey = belance
- end
- if (balance>=(winnerdinner*24)) then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement