Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- divie = 500
- bob = balance/divie
- four = bob
- target = 50000
- finish = (balance*100)
- yall = (bob*2.5)
- chance = 49.5
- bethigh = false
- kool = false
- koke = false
- have = balance
- ian = balance
- old = balance
- nextbet = bob
- poo = 0
- ok = 0
- pip = balance
- tom = false
- resetstats()
- function dobet()
- if (balance>(have+(four*6.5))) then
- nextbet = four*2
- four = four*2
- yall = four*4.98
- have = balance
- end
- if ((balance<=(have-(yall))) and (koke==false)) then
- nextbet = four*2
- four = four*2
- kool = true
- yall = four*4.98
- have = balance
- end
- if (balance<=(old-(bob*5))) then
- nextbet = bob
- four = bob
- kool = true
- koke = true
- yall = bob*2.5
- have = old-(bob*10)
- ian = old
- old = balance
- end
- if ((balance>(ian)) and (kool==true) and (balance<(ian+(bob*10)))) then
- nextbet = bob
- four = bob
- yall = (bob*2.5)
- kool = false
- koke = false
- have = ian
- old = ian
- end
- if (balance>(ian+(bob*10))) then
- nextbet = bob
- four = bob
- kool = false
- koke = false
- yall = (bob*2.5)
- ian = ian+((math.floor((balance-ian)/(bob*10)))*(bob*10))
- have = ian
- old = ian
- end
- if (balance>=target) then
- stop()
- print("winner winner chicken dinner")
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement