Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- chance = 49.5
- dking = 0.00001
- cript = dking
- have = balance
- ian = balance
- old = balance
- pip = balance
- holly = (dking*6.9)
- joe = false
- jim = false
- god = (dking*2.5)
- nextbet = dking
- bethigh = false
- target = 0.5
- bs = 0
- ok = 0
- resetstats()
- function dobet()
- if ((balance>=(have+holly))) then
- have = have+(cript*10)
- god = (cript*12.5)
- nextbet = cript*2
- cript = cript*2
- holly = (cript*6.9)
- joe = false
- jim = true
- end
- if ((balance<=(have-god))) then
- holly = (cript*6.9)
- god = (cript*9.9)
- nextbet = cript*2
- cript = cript*2
- joe = true
- have = balance
- end
- if ((balance>=ian) and (joe==true) and (jim==false) and (balance<(ian+(dking*10)))) then
- nextbet = dking
- cript = dking
- holly = (dking*6.9)
- ian = ian
- have = ian
- pip = ian
- jim = false
- joe = false
- god = (dking*2.5)
- end
- if (((balance>(ian+(dking*10))) and (balance<(ian+(holly*2)))) or ((balance>(ian+(dking*10))) and (balance>=(ian+(holly*2))))) then
- ian = ian+((math.floor((balance-ian)/(dking*10)))*(dking*10))
- have = ian
- pip = ian
- nextbet = dking
- cript = dking
- holly = (dking*6.9)
- jim = false
- joe = false
- god = (dking*2.5)
- end
- if balance>target then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement