Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- crazy = balance
- old = balance
- score = balance
- lol = balance
- bird = balance
- arnie = (bird/144000)
- nextbet = arnie
- jim = arnie
- jly = 0
- future = 0
- madman = (nextbet)
- junky = balance
- chance = 49.5
- nextbet = nextbet
- resetstats()
- function dobet()
- chance = 49.5
- if ((balance<crazy) and (future<=3)) then
- future = future+1
- jim = jim+arnie
- jly = (old-balance)
- nextbet = (jly+jim-arnie)
- lol = balance
- madman = nextbet
- crazy = balance
- end
- if ((balance<crazy) and (future>3) and (balance<score)) then
- future = future+1
- nextbet = madman
- crazy = balance
- end
- if ((balance>crazy) and (balance<score)) then
- nextbet = madman
- crazy = balance
- end
- if ((future>3) and (balance<(lol-(previousbet*2.9)))) then
- nextbet = previousbet+previousbet
- madman = (nextbet)
- lol = balance
- end
- if (balance>=score) then
- arnie = (balance/144000)
- jim = arnie
- nextbet = arnie
- jly = 0
- future = 0
- old = balance
- lol = balance
- crazy = balance
- madman = nextbet
- score = balance
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement