Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- bob = balance/24
- crypt = bob
- god = (bob*3)
- have = balance
- oldbal = balance
- ian = balance
- good = balance
- dipper = balance
- joe = false
- chance = 49.5
- nextbet = bob
- target = 5000
- bethigh = false
- resetstats()
- function dobet()
- if (balance<=(have-god)) then
- god = (crypt*10)
- nextbet = previousbet*2
- crypt = nextbet
- joe = true
- have = balance
- end
- if (balance>(have+(crypt*6))) then
- god = (crypt*10)
- nextbet = previousbet*2
- crypt = nextbet
- have = balance
- joe = false
- have = balance
- end
- if (balance>(ian+(bob*10))) then
- nextbet = bob
- crypt = bob
- god = (bob*3)
- joe = false
- have = ian+(bob*10)
- ian = ian+(bob*10)
- end
- if ((balance>ian) and (joe==true)) then
- nextbet = bob
- crypt = bob
- god = (bob*3)
- joe = false
- have = ian
- ian = ian
- end
- if (nextbet>=balance) then
- stop()
- end
- if (balance>=target) then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement