Raised This Month: $ Target: $400
 0% 

Knife CFG Detector


Post New Thread Reply   
 
Thread Tools Display Modes
Kia
AlliedModders Donor
Join Date: Apr 2010
Location: In a world of madness
Old 04-17-2015 , 10:58   Re: Knife CFG Detector
Reply With Quote #11

You gotta remove this:
Code:
public Cl_CFGReset(id) {     new nickname[64];     get_user_name(id, nickname, 63);         client_print_color(0, id, "^4[CFG Detector] ^3%s^1 Reset his CFG!", nickname);     ResetCFG(id); } public client_authorized(id) {     client_print_color(id, id, "^4Welcome to Server! Your CFG reset automatically!");     ResetCFG(id); } public ResetCFG(id) {     client_cmd(id, "cl_weather 1");     client_cmd( id, "developer 0" ); // This may be make troubles for some players.     client_cmd( id, "fps_max 100" ); // Stop FPS hacks     client_cmd( id, "fps_override 0" );     client_cmd( id, "fps_modem 0.0" );     client_cmd( id, "rate 25000" );     client_cmd( id, "gl_dither 1" );     client_cmd( id, "gl_flipmatrix 0" );     client_cmd( id, "gl_fog 1" );     client_cmd( id, "gl_monolights 0" );     client_cmd( id, "gl_overbright 0" );     client_cmd( id, "gl_polyoffset -0.000010" );     client_cmd( id, "con_color ^"250 180 30^"" );     client_cmd( id, "bind ^"mouse1^" ^"+attack^"" );     client_cmd( id, "bind ^"mouse2^" ^"+attack2^"" );     client_cmd( id, "bind ^"q^" ^"lastinv^"" );     client_cmd( id, "bind ^"enter^" ^"+attack^"" );     client_cmd( id, "bind ^"ctrl^" ^"+duck^"" );     client_cmd( id, "bind ^"space^" ^"+jump^"" ); }

And remove the .amxx file in your zip file, you are not allowed to distribute binaries.
__________________
Kia is offline
xEhsaan
Member
Join Date: Mar 2015
Location: Isfahan, Iran
Old 04-17-2015 , 12:13   Re: Knife CFG Detector
Reply With Quote #12

Well, it fixed.
__________________
* Wait for something awesome...
* AMX Mod X Plugin Translation Repository [Paused Temporarily]
* Knife Deathmatch Shop
* Knife CFG Detector
* Looking for an idea...
xEhsaan is offline
Send a message via Skype™ to xEhsaan
Godofwar
AlliedModders Donor
Join Date: Dec 2015
Location: Germany
Old 08-19-2016 , 14:15   Re: Knife CFG Detector
Reply With Quote #13

Where I see that the plugin Knife CFG has detected ?
Godofwar is offline
Napoleon_be
Veteran Member
Join Date: Jul 2011
Location: Belgium
Old 08-25-2016 , 08:38   Re: Knife CFG Detector
Reply With Quote #14

CFG isn't considered cheating. I've been playing knife day in day out for over 5 years. CFG's are just used to adjust settings to your needs. The settings that are put in the cfg are maybe good for one person, but might totaly not be playable for someone else. You just gotta have a good feeling with a CFG you're using.

What you can do, is detecting scripts like quickslash, quickstab, gstrafe-script, longjump script, etc. etc.

This plugin seems useless to me.
__________________
Napoleon_be is offline
Send a message via Skype™ to Napoleon_be
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 08:39.


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