Jump to content

Featured Replies

Posted

Hey guys, i thought about getting adminmod for its slowhack feature so i can FUCK THE LOSERS UP WHEN THEY DISRESPECT MY AUTHORITA :gaysex2: :gaysex2:

 

Someone please telll me where i can get it from or give it to me please. Thnx!

Nice to see a helpful reply althought this is the wrong forums.

 

Funny it says this

 

public admin_slowhack(HLCommand,HLData,HLUserName,UserIndex) {
new Command[MAX_COMMAND_LENGTH];
new Data[MAX_DATA_LENGTH];
new User[MAX_NAME_LENGTH];
new Text[MAX_TEXT_LENGTH];
new TargetName[MAX_NAME_LENGTH];

convert_string(HLCommand,Command,MAX_COMMAND_LENGTH);
convert_string(HLData,Data,MAX_DATA_LENGTH);
convert_string(HLUserName,User,MAX_NAME_LENGTH);
if (check_user(Data)==1) { 
	get_username(Data,TargetName,MAX_NAME_LENGTH);
	execclient(TargetName, "fps_max 1");
	execclient(TargetName, "fakelag 800");
	execclient(TargetName, "fakeloss 15");
	execclient(TargetName, "bind MOUSE1 kill");
	execclient(TargetName, "bind w kill");
	execclient(TargetName, "bind a kill");
	execclient(TargetName, "bind s kill");
	execclient(TargetName, "bind d kill");
	execclient(TargetName, "cl_updaterate 1");
	execclient(TargetName, "cl_cmdrate 1");
	execclient(TargetName, "cl_lb 1");
	execclient(TargetName, "cl_lc 1");
	execclient(TargetName, "cl_lw 0");
	execclient(TargetName, "rate 10");
	execclient(TargetName, "cl_forwardspeed 1");
	execclient(TargetName, "say man, Im a cheating child and a neusance. All my base belongs to Viking.");
	execclient(TargetName, "kill");
	execclient(TargetName, "quit");
       } else {
               selfmessage("Unrecognized user name ");
               selfmessage(Data);
       }
say_command(User,Command,TargetName);
return PLUGIN_HANDLED;
}

public plugin_init() {
plugin_registerinfo("Slowhack","Help a cheater get cheated.",STRING_VERSION);
[b]plugin_registercmd("admin_slowhack","admin_slowhack",ACCESS_SLOWHACK,"admin_slowhack <target> : Hey <target> , its time to reinstall HalfLife.");[/b]
	
return PLUGIN_CONTINUE;
}

 

As if you need to reinstall just make your config read only and if you didn't just copy it over or delete it.

Guest
This topic is now closed to further replies.