Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- bob = balance/320
- four = bob
- tom = false
- target = 5000
- yall = (bob*2.5)
- chance = 49.5
- bethigh = false
- kool = false
- have = balance
- ian = balance
- pip = balance
- nextbet = bob
- ok = 0
- resetstats()
- function dobet()
- if win then
- ok = ok+1
- poo = 0
- else
- ok = 0
- poo = poo+1
- end
- if (poo>=3) then
- nextbet = 0
- tom = true
- end
- if ((ok>=3) and (tom==true)) then
- nextbet = four
- tom = false
- end
- if ((balance>=(have+(four*6.9998))) and (tom==false)) then
- nextbet = four*2
- four = four*2
- yall = four*4.998
- have = balance
- end
- if ((balance<=(have-(yall))) and (tom==false)) then
- nextbet = four*2
- four = four*2
- kool = true
- yall = four*4.998
- have = balance
- end
- if (balance<pip) then
- pip = balance
- end
- if ((balance>(ian)) and (kool==true) and (balance<(ian+(bob*10)))) then
- nextbet = bob
- four = bob
- yall = (bob*2.5)
- kool = false
- have = ian
- end
- if (balance>(ian+(bob*10))) then
- nextbet = bob
- four = bob
- kool = false
- yall = (bob*2.5)
- ian = ian+((math.floor((balance-ian)/(bob*10)))*(bob*10))
- have = ian
- end
- if (balance<nextbet) then
- stop()
- end
- if (balance>=target) then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement