Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- divie = 24
- elfbal = balance
- olfbal = balance
- oldbal = balance
- x = balance/divie
- y = balance/divie
- v = balance/divie
- chance = 49.95
- bethigh = false
- freak = false
- nextbet = y
- cool = balance
- target = 10000
- bolux = balance
- myseed = 0
- resetstats()
- function dobet()
- xol = math.random(1,3)
- if (xol==1) then
- myseed = math.random(7777,9999)
- end
- if (xol==2) then
- myseed = math.random(50000,77777)
- end
- if (xol==3) then
- myseed = math.random(50,99)
- end
- seedclient = (myseed)
- if balance>=target then
- stop()
- end
- if (balance>=(elfbal+(x*6))) then
- nextbet = previousbet*2
- x = nextbet
- elfbal = balance
- olfbal = balance
- end
- if (balance<=(olfbal-(x*3))) then
- nextbet = previousbet*2
- x = nextbet
- olfbal = balance
- elf = balance
- end
- if balance>olfbal then
- olfbal = balance
- end
- if balance<elfbal then
- elfbal = balance
- end
- if ((nextbet>=(y*4)) and (balance>=oldbal)) then
- nextbet = y
- x = y
- elfbal = balance
- olfbal = balance
- oldbal = balance
- end
- if balance>=olfbal then
- olfbal = balance
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement