Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- chance = 49.5
- bob = balance/320
- cript = bob
- have = balance
- ian = balance
- joe = false
- jim = false
- holly = (cript*6.9)
- bill = balance
- fruck = false
- god = (bob*2.5)
- nextbet = bob
- bethigh = false
- target = 5000
- function dobet()
- if ((balance<=(ian-((bob*20)-nextbet))) and (fruck==true)) then
- nextbet = bob
- cript = bob
- joe = false
- bill = bill
- holly = (cript*6.9)
- have = ian-(bob*20)
- ian = ian-(bob*20)
- god = (bob*2.5)
- end
- if ((balance<=(ian-((bob*20)-nextbet))) and (fruck==false)) then
- nextbet = bob
- cript = bob
- joe = false
- fruck = true
- bill = ian
- holly = (cript*6.9)
- have = ian-(bob*20)
- ian = ian-(bob*20)
- god = (bob*2.5)
- end
- if ((joe==true) and (balance>=ian) and (balance<(ian+(bob*10))) and (fruck==false)) then
- nextbet = bob
- cript = bob
- have = ian
- god = (bob*2.5)
- ian = ian
- holly = (cript*6.9)
- joe = false
- end
- if ((balance>=(have+(holly)))) then
- nextbet = previousbet*2
- cript = previousbet*2
- holly = (cript*9.5)
- have = balance
- god = (cript*4.9)
- end
- if (balance<=(have-god)) then
- nextbet = previousbet*2
- cript = previousbet*2
- joe = true
- holly = (cript*6.9)
- have = balance
- god = (cript*4.9)
- end
- if ((balance>(ian+(bob*10))) and (fruck==false)) then
- nextbet = bob
- cript = bob
- joe = false
- holly = (cript*6.9)
- ian = ian+((math.floor((balance-ian)/(bob*10)))*(bob*10))
- have = ian
- god = (bob*2.5)
- end
- if ((balance>bill) and (fruck==true)) then
- nextbet = bob
- cript = bob
- joe = false
- ian = bill
- have = bill
- holly = (cript*6.9)
- bill = bill
- god = (bob*2.5)
- fruck = false
- end
- if (balance>=target) then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement