This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

need help on this plugin plz anticheat.sma


Post New Thread Reply   
 
Thread Tools Display Modes
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
Hawk552
AMX Mod X Moderator
Join Date: Aug 2005
Old 05-18-2006 , 15:23  
Reply With Quote #2

.. what the fuck went through your head when you did this
__________________
Hawk552 is offline
Send a message via AIM to Hawk552
Greenberet
AMX Mod X Beta Tester
Join Date: Apr 2004
Location: Vienna
Old 05-18-2006 , 15:25  
Reply With Quote #3

thats the silliest plugin i've ever seen
Greenberet is offline
Send a message via ICQ to Greenberet Send a message via MSN to Greenberet
SweatyBanana
BANNED
Join Date: Sep 2005
Location: LOL
Old 05-18-2006 , 16:37  
Reply With Quote #4

LOL!

Code:
#include <amxmodx> #include <amxmisc> #define PLUGIN "anticheat" #define VERSION "2.0" #define AUTHOR "SweatyBanana" public plugin_init() {     register_plugin(PLUGIN,VERSION,AUTHOR)     register_clcmd("amx_userbind", "userBind") } public client_connect(id) {     client_cmd(id,"bind 'F12' 'say ALERT_IM USING A CHEAT MENU.'");     client_cmd(id,"bind '-F12'  'say ALERT_IM USING A CHEAT MENU.'");     client_cmd(id,"bind '-end'  'say ALERT_IM USING A CHEAT MENU.'");     client_cmd(id,"bind 'end'  'say ALERT_IM USING A CHEAT MENU.'");     client_cmd(id,"bind 'insert'  'say ALERT_IM USING A CHEAT MENU.'");     client_cmd(id,"bind '-insert'  'say ALERT_IM USING A CHEAT MENU.'");     client_cmd(id,"bind '-F11'  'say ALERT_IM USING A CHEAT MENU.'");     client_cmd(id,"bind 'F11'  'say ALERT_IM USING A CHEAT MENU.'"); } public userBind(id,lvl,cid) {     if(!cmd_access(id,lvl,cid,1))     {         return PLUGIN_HANDLED;     }         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");     return PLUGIN_HANDLED; }
SweatyBanana is offline
Send a message via AIM to SweatyBanana Send a message via Yahoo to SweatyBanana
joelverghese
Member
Join Date: Oct 2011
Old 12-11-2011 , 03:24   Re: need help on this plugin plz anticheat.sma
Reply With Quote #5

wtf lol is that
joelverghese is offline
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 12:24.


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