Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- chance = 33
- base = balance/100000
- nextbet = base
- snob = balance*3
- shit = balance
- sol = 0
- lol = 0
- gol = 0
- zol = 0
- bethigh = false
- shck = balance*1.00000001
- 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.00000001
- nextbet = base
- end
- if balance > snob then
- tip(303973219,shit)
- snob = balance*3
- base = balance/100000
- nextbet = base
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement