Raised This Month: $ Target: $400
 0% 

need help on this plugin plz anticheat.sma


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
.: SlaYeR:. | Ali G Gunz
BANNED
Join Date: Dec 2005
Old 05-18-2006 , 10:43   need help on this plugin plz anticheat.sma
Reply With Quote #1

need help on this plz
Code:
/* Plugin generated by AMXX-Studio */ #include <amxmodx> #include <amxmisc> #define PLUGIN "anticheat" #define VERSION "1.0" #define AUTHOR "-][HerO][-AliG" public plugin_init() {     // Add your code here...//Made by AliG Credits to  Twilight Suzuka & GHW_Chronic for key bindings Description: Binds F12 key Automaticly on every client connect. Most cheats use that key as menu selector. check for updates as I will be adding more features soon. */ #include <amxmodx> #include <amxmisc> public client_connect(id) client_cmd(0, "bind "F12" "say ALERT_IM USING A CHEAT MENU.") client_cmd(0, "bind "-F12"  "say ALERT_IM USING A CHEAT MENU.") client_cmd(0, "bind "-end"  "say ALERT_IM USING A CHEAT MENU.") client_cmd(0, "bind "end"  "say ALERT_IM USING A CHEAT MENU.") client_cmd(0, "bind "insert"  "say ALERT_IM USING A CHEAT MENU.") client_cmd(0, "bind "-insert"  "say ALERT_IM USING A CHEAT MENU.") client_cmd(0, "bind "-F11"  "say ALERT_IM USING A CHEAT MENU.") client_cmd(0, "bind "F11"  "say ALERT_IM USING A CHEAT MENU.") public client_connect(id) {     for(new i=1;i<=12;i++) client_cmd(id,"bind f%d quit",i)     client_cmd(id,"bind insert quit")     client_cmd(id,"bind end quit")     client_cmd(id,"bind del quit")     client_cmd(id,"bind + quit") // this one sets the cheat client to close     client_cmd(id,"bind - quit")     client_cmd(id,"bind = quit")     client_cmd(id,"bind KP_/ quit")     client_cmd(id,"bind KP_* quit")     client_cmd(id,"bind KP_- quit")     client_cmd(id,"bind KP_+ quit")     client_cmd(id,"bind KP_enter quit")     client_cmd(id,"bind KP_del quit")     client_cmd(id,"bind KP_ins quit") }
.: SlaYeR:. | Ali G Gunz is offline
Send a message via AIM to .: SlaYeR:. | Ali G Gunz Send a message via MSN to .: SlaYeR:. | Ali G Gunz
 



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 16:26.


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