Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- basebet = balance/100
- chance = 49.5
- ahh = basebet
- god = 0
- sin = 0
- hock = 0
- bos = false
- bethigh = false
- shift = true
- shock = false
- old = balance
- have = balance
- nextbet = basebet
- target = balance*2
- targettwo = 5000
- resetstats()
- function dobet()
- if !win then
- god = god+1
- else
- god = god-1
- end
- if (sin>=1) then
- bethigh = false
- sin = 0
- end
- if (hock>=1) then
- bethigh = true
- hock = 0
- end
- if (god<=(1-8)) then
- nextbet = lastBet.Amount*2
- god = 0
- bos = true
- end
- if (god>=3) then
- nextbet = lastBet.Amount*2
- shock = true
- bos = false
- god = 0
- end
- if ((god<=1-3) and (bos==true)) then
- nextbet = basebet
- shock = false
- bos = false
- target = balance
- end
- if (balance<=(target-(basebet*20))) then
- nextbet = basebet
- shock = false
- bos = false
- target = balance
- end
- if balance>=targettwo then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement