Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- cat = 6400
- x = balance/cat
- y = balance/cat
- k = 0
- chance = 49.95
- nextbet = x
- bethigh = false
- target = balance
- old = balance
- bob = 14
- myseed = 7777
- freak = false
- olf = balance
- elf = balance
- lf = balance
- awesome = false
- maxtarget = 10
- resetstats()
- function dobet()
- if (balance>=(olf+(x*7))) then
- nextbet = previousbet*2
- x = nextbet
- olf = balance
- elf = balance
- lf = balance
- awesome = true
- freak = true
- end
- if (balance<=(elf-(x*4))) and freak==false then
- nextbet = previousbet*2
- x = nextbet
- elf = balance
- lf = balance
- olf = balance
- freak = true
- end
- if balance<olf then
- olf = balance
- end
- if balance>elf or balance>lf then
- elf = balance
- lf = balance
- end
- if (balance<=(lf-(x*8))) and freak==true then
- nextbet = previousbet/2
- x = nextbet
- lf = balance
- elf = balance
- olf = balance
- freak = false
- end
- if nextbet<y then
- nextbet = y
- end
- if (balance>=(old+(y*3))) and awesome==true then
- nextbet = y
- x = y
- freak = false
- elf = balance
- olf = balance
- lf = balance
- old = balance
- awesome = false
- end
- if (balance>=(old+(y*10))) and awesome==false then
- nextbet = y
- x = y
- freak = false
- elf = balance
- olf = balance
- lf = balance
- old = balance
- awesome = false
- end
- if (balance>=(target+(y*14))) then
- nextbet = y
- x = y
- freak = false
- elf = balance
- olf = balance
- lf = balance
- old = balance
- target = balance
- end
- if balance>maxtarget then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement