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


Raised This Month: $ Target: $400
 0% 

AimBot Detection


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
P4rD0nM3
Veteran Member
Join Date: Feb 2006
Old 09-21-2008 , 17:08   Re: AimBot Detection
Reply With Quote #1

I don't get the description.

When a cheater kills a player, a bot is placed on that player's spot? To make it think like it's still alive? Is that how it is?
P4rD0nM3 is offline
stupok
Veteran Member
Join Date: Feb 2006
Old 09-21-2008 , 17:36   Re: AimBot Detection
Reply With Quote #2

@P4rD0nM3

First, you mark a player that you'd like to watch. Now, when the "watched" player kills someone, an invisible bot is immediately placed above the dead player. Now, if the "watched" player aims up at the bot and shoots it, you can suspect that he might use an aimbot.
stupok is offline
P4rD0nM3
Veteran Member
Join Date: Feb 2006
Old 09-21-2008 , 18:30   Re: AimBot Detection
Reply With Quote #3

Aaah, so legitimate players won't see the invisible bot that is placed right after they make a kill while players that cheat will still see the err invisible player?
P4rD0nM3 is offline
blazenam
Junior Member
Join Date: Aug 2008
Old 10-01-2008 , 12:23   Re: AimBot Detection
Reply With Quote #4

excause me,will it automatically kick or ban player if it detected an aimbot?
Because i'm a newbie.
And i would like to know can this plugin ban ip or id?
thx a lot.

Last edited by blazenam; 10-01-2008 at 12:29.
blazenam is offline
ehha
SourceMod Donor
Join Date: Apr 2006
Location: Sibiu
Old 10-01-2008 , 12:26   Re: AimBot Detection
Reply With Quote #5

Quote:
Originally Posted by blazenam View Post
excause me,will it automatically kick or ban player if it detected an aimbot?
PHP Code:
//Punish methods
#define KICK_ONLY      1 
#define KICK_AND_BAN   2
#define SHOOT_BLANKS   3

//The punishment to use
#define PUNISHMENT     SHOOT_BLANKS 
In this configuration it makes the cheater shoot blanks, you can replace SHOOT_BLANKS with KICK_ONLY or KICK_AND_BAN.
ehha is offline
blazenam
Junior Member
Join Date: Aug 2008
Old 10-01-2008 , 12:37   Re: AimBot Detection
Reply With Quote #6

Quote:
Originally Posted by ehha View Post
PHP Code:
//Punish methods
#define KICK_ONLY      1 
#define KICK_AND_BAN   2
#define SHOOT_BLANKS   3

//The punishment to use
#define PUNISHMENT     SHOOT_BLANKS 
In this configuration it makes the cheater shoot blanks, you can replace SHOOT_BLANKS with KICK_ONLY or KICK_AND_BAN.
but is it banid or banip?
because in an insecure server,i prefer banip more than banid.
banid is useless.

I hv added this plugin into my server.
But it seems that it can only monitor 1 player each time.
Is there any way to set it to monitor all the player together?

Last edited by blazenam; 10-01-2008 at 12:40.
blazenam is offline
ehha
SourceMod Donor
Join Date: Apr 2006
Location: Sibiu
Old 10-01-2008 , 13:13   Re: AimBot Detection
Reply With Quote #7

No, you can monitor only 1 player.

By default it bans by ID.
To change the ban from ID to IP, I think you can replace line 437:
PHP Code:
server_cmd"banid ^"0^" ^"%s^";wait;wait;writeid" szAuthID 
with:
PHP Code:
server_cmd("amx_banip %s 0 ^"Aimbot detected.^"",szName
For permanent ban or change the "0" to whatever value you want to be default.

Last edited by ehha; 10-01-2008 at 13:16.
ehha is offline
YamiKaitou
Has a lovely bunch of coconuts
Join Date: Apr 2006
Location: Texas
Old 10-01-2008 , 13:26   Re: AimBot Detection
Reply With Quote #8

Quote:
Originally Posted by blazenam View Post
but is it banid or banip?
because in an insecure server,i prefer banip more than banid.
banid is useless.
Lies, unless you are using Non-Steam.
__________________
ProjectYami Laboratories

I do not browse the forums regularly anymore. If you need me for anything (asking questions or anything else), then PM me (be descriptive in your PM, message containing only a link to a thread will be ignored).
YamiKaitou is offline
blazenam
Junior Member
Join Date: Aug 2008
Old 10-02-2008 , 02:48   Re: AimBot Detection
Reply With Quote #9

Plugin failed to compile! Please try contacting the author.

so sad : (
blazenam is offline
ehha
SourceMod Donor
Join Date: Apr 2006
Location: Sibiu
Old 10-02-2008 , 05:40   Re: AimBot Detection
Reply With Quote #10

Made some minor modification and it compiled great.
Thanks again Bugsy.
__________________
ehha 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 18:01.


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