Addon Details

Watch - Add Favorite


Does this version work for you?
4
w00ts
w00t!2

Anti-Aim - Version 0.1

posted on 2009-06-10 12:12:27
by ATAMAH

Requires:


Description

This is Anti-AimHacks/AimBots plugin. Simple and effective anticheat. This plugin calculating headshots/hits percent. [b]Script dont calc the kill to death ratio![/b] Any aimbot/hack aiming to enemy head at every shoot. Aimbot cheater may hit enemy at other hitgroup, but most count of hits at head will be greater then all hits to enemy. Main function in script working by "player_hurt" event - when player hit other player. Only when hit enemy at any hitgroup (head, hand, leg etc.). And when player hit count greater than min_hits value, script calculating: [code]hits_at_head / all_hits * 100 (%)[/code] This is [b]"headshots/hits percent"[/b]. For every human player (without aimhack) this value decreasing every next hit, because human cannot hit only at head. Debug messages from my console: Humans: [code]#### Player {Gold}Kevco headshots percent : 33.333336 with 18 hits #### Player unnamed headshots percent : 5 with 20 hits #### Player by_Focus headshots percent : 7.407407 with 27 hits #### Player <9lroSJLaB>(52 rus) headshots percent : 0 with 22 hits #### Player Nosteam! **R2D2** headshots percent : 13.829787 with 94 hits #### Player B-Boys<<<CaNaDa>>> headshots percent : 16.250000 with 80 hits[/code] AimBot (RoyalHack): [code]#### Retrieve player Cheater35 hits count : 16 #### Retrieve player Cheater35 hits count head : 10 #### Player Cheater35 headshots percent : 62.500000 with 16 hits[/code] I'm tested few aimhacks and get result - [b]all aimhacks headshots/hits percent greater than 60 after 10-15 hits. For expirience gamers this value lower than 50% and decreases at every hit[/b]. Features: [list][*] Plugin retrieving hits statistic when user rejoin (by nick) [*] Hits statistic counting only for fire weapon [*] Hits statistic counting only for hits at enemy [*] Hits statistic reseting every 100 hits[/list] By .cfg-file you can select doing when cheat will detect: [code]//What do on cheat detect? //0 - nothing //1 - kick //2 - kick, ban do_on_cheat 1[/code] And select the type of ban: [code]//Ban type //1 - by IP //2 - by SteamID bantype 1[/code] And duration of ban: [code]//Ban duration in minutes //0 - permanent ban_duration 0[/code] Also you can set the minimum headshots/hits percent: [code]//Headshots/hits percent for cheater //For most part of aimhacks this minimum value greater than 60% headshots_percent 60[/code] And minimum hits for calculating headshots/hits percent: [code]//Minimum hits for start calculating headshots/hits percent //Minimum effective value is 10 min_hits 15[/code]

Installation

[list] [*]Download and extract to ../cstrike/ [*]Edit the anti-aim.cfg (can be found inside ../addons/eventscripts/anti-aim/) [*]Add es_load anti-aim to your autoexec.cfg and change map [/list]

Version Notes For 0.1

Updated on: 2009-06-10 12:12:27 EST by ATAMAH (View Zip Contents)
v0.1 - first stable public version

( Previous Versions )