[FS/INC] The AlexPoison Anticheat || Current Version: 1.6 STABLE
#1

The AlexPoison Anticheat v1.5 || Released: v1.6 STABLE
Hi all, i made this anticheat for samp 0.3a.

All kicks and bans of this anticheat be stored in the folder "/scriptfiles/tap/log.txt".

This Anticheat detects:
--------------------------------------------------------------------------------------------------------------------------
  • » Jetpack hack
  • » Spectating hack
  • » Weapon hack
  • » Money hack
  • » Health hack
  • » Armour hack
  • » Text Spamming
  • » Prevent laggers
  • » Bot
--------------------------------------------------------------------------------------------------------------------------
Instructions

1- Download the file.
2- Put the file (TA-Anticheat.inc) on your pawno/includes.
3- Open your Gamemode and put:
Код:
#include <TA-Anticheat>
4- Search for your callback OnPlayerConnect and put:
Код:
TAA_OnPlayerConnect(playerid);
5- Search for your callback OnPlayerDisconnect and put:
Код:
TAA_OnPlayerDisconnect(playerid);
--------------------------------------------------------------------------------------------------------------------------
To disable specified hacks

1- Open TA-Anticheat.inc
2- Go to line 59 - 68.
3- Change true or false this hack.
--------------------------------------------------------------------------------------------------------------------------
Changelog

> v1.6 STABLE: Added TAA_OnPlayerConnect, TAA_OnPlayerDisconnect, and the SetTimer added, and fixed.
--------------------------------------------------------------------------------------------------------------------------
Credits to:

» Scripter: AlexPoison
» Idea: AlexPoison
» Thanks to: LethaL (SaveToFile function)
--------------------------------------------------------------------------------------------------------------------------
» Download v1.5a:
Megaupload
Mirror || uploadFFS
» Download v1.6 STABLE:
Megaupload
--------------------------------------------------------------------------------------------------------------------------
Reply
#2

Good job just add a Vehicle upgrade hack and it's perfect
Reply
#3

nice
Reply
#4

Quote:
Originally Posted by Ben147
Good job just add a Vehicle upgrade hack and it's perfect
Quote:
Originally Posted by MafiaGuy™
nice
Thanks
Reply
#5

Sweet, I love the enabling and disabling. Need a mirror?
Reply
#6

yes.. thx
Reply
#7

Mirror - Instant Download.
Reply
#8

thx, added to the post..
Reply
#9

>> Released: v1.6 STABLE
>> Need a mirror for this version.
Reply
#10

Look's good! Nice ^^
________
Mercedes-Benz Type 300 Specifications
Reply
#11

need comments..
Reply
#12

Help me Pliss, Alex! does not work!!

My GM:

Код:
public OnPlayerConnect(playerid)
{

EnableStuntBonusForPlayer(playerid, false).....continue..
And:

Код:
public OnPlayerDisconnect(playerid, reason)
{

//PlayerVehicleStreamDisconnect()...continue..
----------------------------------------------------------------------

And... I do this:

Код:
public TAA_OnPlayerConnect(playerid);
{

EnableStuntBonusForPlayer(playerid, false).....continue..
And..

Код:
public TAA_OnPlayerDisconnect(playerid);
{

//PlayerVehicleStreamDisconnect()...continue..
... Is ok??

Help me pliss! .. Ahh... Very good contribution!!... Sos un genio
Reply
#13

Код:
public TAA_OnPlayerConnect(playerid)
{

EnableStuntBonusForPlayer(playerid, false).....continue..
remove the ; i guess
Reply
#14


pawn Код:
public OnPlayerConnect(playerid)
{
TAA_OnPlayerConnect(playerid);
EnableStuntBonusForPlayer(playerid, false).....continue..
]

And:

pawn Код:
public OnPlayerDisconnect(playerid, reason)
{
TAA_OnPlayerDisconnect(playerid);
//PlayerVehicleStreamDisconnect()...continue..
----------------------------------------------------------------------
Reply
#15

looks good! is it possible to link it with Ladmin4v2?
Reply
#16

I'm gettin' those errors, after adding this INC.
Код:
C:\Users\Machlik\Desktop\samp03asvr_R8_win32\pawno\include\TA-Anticheat.inc(260) : warning 203: symbol is never used: "playerid"
C:\Users\Machlik\Desktop\samp03asvr_R8_win32\gamemodes\WZLSRP.pwn(28) : warning 201: redefinition of constant/macro (symbol "MAX_STRING")
C:\Users\Machlik\Desktop\samp03asvr_R8_win32\gamemodes\WZLSRP.pwn(40) : warning 201: redefinition of constant/macro (symbol "COLOR_RED")
C:\Users\Machlik\Desktop\samp03asvr_R8_win32\gamemodes\WZLSRP.pwn(2274) : warning 235: public function lacks forward declaration (symbol "DistanceCameraTargetToLocation")
C:\Users\Machlik\Desktop\samp03asvr_R8_win32\gamemodes\WZLSRP.pwn(7363) : error 021: symbol already defined: "OnPlayerStateChange"
C:\Users\Machlik\Desktop\samp03asvr_R8_win32\gamemodes\WZLSRP.pwn(49532) : warning 219: local variable "Health" shadows a variable at a preceding level
C:\Users\Machlik\Desktop\samp03asvr_R8_win32\gamemodes\WZLSRP.pwn(49533) : error 035: argument type mismatch (argument 2)
C:\Users\Machlik\Desktop\samp03asvr_R8_win32\gamemodes\WZLSRP.pwn(49534) : warning 213: tag mismatch
C:\Users\Machlik\Desktop\samp03asvr_R8_win32\gamemodes\WZLSRP.pwn(49534) : warning 206: redundant test: constant expression is non-zero
C:\Users\Machlik\Desktop\samp03asvr_R8_win32\gamemodes\WZLSRP.pwn(49532) : warning 203: symbol is never used: "Health"
C:\Users\Machlik\Desktop\samp03asvr_R8_win32\gamemodes\WZLSRP.pwn(55307) : error 021: symbol already defined: "OnPlayerText"
C:\Users\Machlik\Desktop\samp03asvr_R8_win32\gamemodes\WZLSRP.pwn(57389) : error 021: symbol already defined: "PlayerName"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


4 Errors.
Reply
#17

I like your anti cheat script. But is it possible to make it so there's a kind of save weapon thing? Because my gamemode has a minigun pickup and if someone gets it I'm guessing they will get banned.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)