Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- y = 0.00005
- cool = balance
- boots = 0
- x = 0.00005
- chance = 49.95
- bethigh = false
- target = 2000
- nextbet = y
- old = balance
- g = false
- jib = false
- box = false
- olf = balance
- elf = balance
- older = balance
- bety = 0
- function dobet()
- bety = bety+1
- if (balance>=(elf+(x*6))) then
- nextbet = previousbet*2
- x = nextbet
- bety = 0
- elf = balance
- end
- if (balance<=(olf-(x*3))) and bety>=6 then
- nextbet = previousbet*2
- x = nextbet
- bety = 0
- olf = balance
- end
- if balance>olf then
- olf = balance
- end
- if balance<elf then
- elf = balance
- end
- if (balance>=(old+(y*8))) then
- bety = 0
- nextbet = y
- x = y
- olf = balance
- elf = balance
- old = balance
- end
- if nextbet<y then
- nextbet = y
- end
- if balance>target then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement