24.06.2015, 22:01
(
Последний раз редактировалось UltraScripter; 26.06.2015 в 17:59.
)
Hi everyone ive mad anticheat include it may have few bugs pls tell if you find
How to use please read there important things at the end!
download links:
solidfiles: http://www.solidfiles.com/d/fcd1fc7957/
pastebin: http://pastebin.com/Uzkdy3gS
US_AC v2
solidfiles: http://www.solidfiles.com/d/60fffd7669/
pastebin: http://pastebin.com/msS04jtQ
Same usage like used to be in V1 but add playerid now!
US_AC V3 (speed anticcheat added)
solidfiles: http://www.solidfiles.com/d/084ba3590c/
pastebin: http://pastebin.com/CTSUmpdW
Usage
.
How to use please read there important things at the end!
pawn Код:
US_ACActivateHealthACKick();//Activate health anticheat kick if use health cheat
US_ACActivateHealthACBan(); //same but Ban
US_ACActivateArmourACKick(); //Same but with armour
US_ACActivateArmourACBan();
US_ACSetPlayerMaxHealth(playerid); // or SetPlayerHealth(playerid, 99); //not 100 else it kick / ban whatever you choose
US_ACSetPlayerMaxArmour(playerid); //Same with armour
US_ACResetPlayerMoney(playerid, value); //To reset player money or you can just use ResetPlayerMoney(playerid); instead
US_ACGivePlayerMoney(playerid, value); //To give player money use only this!.
US_ACActivateMoneyAC(); //Will detect if player using money cheat and reset his money
US_ACActivateMoneyACKick(); //Same but kick instead
US_ACActivateMoneyACBan(); // same but ban instead.
copy and paste in if gamemode OnGameModeInit() or if filterscript OnFilterScriptInit Exept The US_ACGivePlayerMoney(playerid, value);
and on player connect add ResetPlayerMoney(playerid);
solidfiles: http://www.solidfiles.com/d/fcd1fc7957/
pastebin: http://pastebin.com/Uzkdy3gS
US_AC v2
solidfiles: http://www.solidfiles.com/d/60fffd7669/
pastebin: http://pastebin.com/msS04jtQ
Same usage like used to be in V1 but add playerid now!
US_AC V3 (speed anticcheat added)
solidfiles: http://www.solidfiles.com/d/084ba3590c/
pastebin: http://pastebin.com/CTSUmpdW
Usage
pawn Код:
US_ACActivateSpeedAC(playerid); //Push the car back if using speed hack
US_ACActivateSpeedACKick(playerid); //Kick if using speed hack
US_ACActivateSpeedACBan(playerid); //Ban if using speed hack.