Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Trisno Hack Little Killer
- chance = 90--Hdc
- trisnohackdicecodebet = balance / 25000
- trisnohackercodeminbet = balance/50000
- trisnohackdicecodewagered = 0
- nextbet = trisnohackdicecodebet
- betlose = 0
- betsafe = false
- target = balance*(1.001/100)--Trisnocode
- StopLossLimitStreakRound =balance*(10.00010/100)
- function dobet()
- if profit >target then stop() end
- if profit < ((StopLossLimitStreakRound) * -1) then
- stop()
- end--Add by trisnocode
- betlose = betlose + currentprofit
- if betlose >= 0 then
- bethigh = not bethigh
- betsafe = false
- betlose = 0
- nextbet = trisnohackdicecodebet
- chance = 90
- else
- if not betsafe then chance = 4 end
- betsafe = true
- end
- if betsafe then
- if bets%3==0 then
- chance = chance + 0.65
- end
- nextbet = math.abs(betlose)/((99/chance)-1)
- end
- if nextbet < trisnohackercodeminbet then nextbet = trisnohackercodeminbet end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement