Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- bob = balance/800
- four = bob
- fight = (bob*3)
- tom = false
- sex = true
- kam = 0
- boodle = 0
- target = (balance*5)
- yall = fight
- ten = 0
- coil = (bob*10)
- boss = 0
- lemon = 0
- go = 0
- chance = 49.5
- bethigh = true
- have = balance
- ian = balance
- nextbet = bob
- resetstats()
- function dobet()
- if win then
- kam = kam-1
- boodle = boodle+1
- go = go+1
- else
- boodle = boodle-1
- kam = kam+1
- go = go-1
- end
- if ((kam>=2) and (kam<3))then
- nextbet = four*2
- four = four*2
- end
- if (boodle>=2) then
- nextbet = bob
- four = bob
- kam = 0
- boodle = 0
- end
- if kam>=3 then
- bethigh = !bethigh
- kam = 0
- go = 0
- boodle = 0
- end
- if ((balance>=ian) and (go<=3))then
- bob = balance/800
- nextbet = bob
- four = bob
- kam = 0
- boodle = 0
- ian = balance
- end
- if go>=4 then
- nextbet = four*2
- four = four*2
- end
- if go>=5 then
- bob = balance/800
- go = 0
- nextbet = bob
- four = bob
- ian = balance
- end
- if (balance>=target) then
- stop()
- end
- end
Add Comment
Please, Sign In to add comment