[Include] "Silent" Aimbot Detector
#1

* Before you continue, this ONLY detects "SILENT" AIMBOTS (Not the 'Auto-Aim on Skins' ones!), so make sure this is what you're actually looking for!!!
* This is the complete version of my "project" - https://sampforum.blast.hk/showthread.php?tid=521690 - https://sampforum.blast.hk/showthread.php?tid=534341
* Keep in mind that this is my first include, and I bet that there is a mistake, so If you've found some mistakes, please tell me them so I can fix them, and learn from them

From what I've tested, I haven't received false results, but the opposite - That it didn't detect the aimbot at a full 100%, but at a ~80% (Most likely It started 'failing' on AFK and/or Desynced(?) players) detection rate.

Video(Filterscript edition);
[ame]http://www.youtube.com/watch?v=ZPiOC0cJAjc[/ame]

Download link;
This one uses 'y_hooks'
This one uses 'ALS' - untested


How to use(EXAMPLE);
pawn Код:
#include <abd>

public OnAimbotDetect(issuerid, playerid)
{
    new str[48];
    format(str, sizeof(str), "( ! ) Player ID '%d' is possibly using aimbot!", issuerid);
    SendClientMessageToAll(-1, str);
    return 1;
}
//issuerid = the attacker, aka 'suspect'
//playerid = the receiver, aka 'victim'
Credits:
Me, Threshold and Pottus for the main script/helping me.

****** for y_hooks and his hooking method tutorial.

iDrv, "fisy", Andan, Ziewuza, YouSri, Mico, Kewizzle and Jaakkima - For testing, helping me discover and fix bugs.
Reply


Messages In This Thread
"Silent" Aimbot Detector - by Kyance - 27.12.2014, 19:02
Re: "Silent" Aimbot Detector - by Sanady - 27.12.2014, 19:05
Re: "Silent" Aimbot Detector - by Abagail - 27.12.2014, 19:47
Re: "Silent" Aimbot Detector - by n0minal - 27.12.2014, 20:02
Re: "Silent" Aimbot Detector - by MohanedZzZ - 27.12.2014, 20:02
Re: "Silent" Aimbot Detector - by Kyance - 28.12.2014, 07:18
Re: "Silent" Aimbot Detector - by www - 28.12.2014, 07:58
Re: "Silent" Aimbot Detector - by iReacheR - 28.12.2014, 09:58
Re: "Silent" Aimbot Detector - by Kyance - 28.12.2014, 14:14
Re: "Silent" Aimbot Detector - by n0minal - 29.12.2014, 04:00

Forum Jump:


Users browsing this thread: 2 Guest(s)