Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- chance = 33
- base = balance/1000
- nextbet = base
- shit = balance*2
- snob = balance
- sol = 0
- lol = 0
- gol = 0
- zol = 0
- bethigh = false
- shck = balance*1.000001
- function dobet()
- if win then
- sol+=1
- else
- zol +=1
- gol+=1
- lol+=1
- end
- if (lol == 3) then
- nextbet = previousbet*2
- lol = 0
- end
- if (gol == 5) then
- nextbet = previousbet*2
- gol = 0
- end
- if balance > shck and win then
- shck = balance*1.000001
- nextbet = base
- end
- if (sol== 100) or (zol==100) then
- bethigh = !bethigh
- sol = 0
- zol = 0
- end
- if balance> shit then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement