Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- bob = balance/100000
- four = bob
- target = 50000
- yall = (bob*2.5)
- chance = 49.5
- bethigh = false
- kool = false
- have = balance
- ian = balance
- nextbet = bob
- resetstats()
- function dobet()
- if (balance>=(have+(four*6.98))) then
- nextbet = four*2
- four = four*2
- yall = four*4.98
- have = balance
- end
- if (balance<=(have-(yall))) then
- nextbet = four*2
- four = four*2
- kool = true
- yall = four*4.98
- have = 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
- old = 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
- old = 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