Anti mod_sa(******) detect.(Help) - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Anti mod_sa(******) detect.(Help) (
/showthread.php?tid=602758)
Anti mod_sa(******) detect.(Help) -
ProRakNet - 12.03.2016
Doesnt work. 0.3.7 Sa-Mp version new anti ****** hack detect ? Thanks..
PHP код:
forward Check(playerid);
public Check(playerid)
{
new Float:x, Float:y, Float:z;
GetPlayerCameraFrontVector(playerid, x, y, z);
#pragma unused x
#pragma unused y
if(z < -0.8)
{
TogglePlayerControllable(playerid, 1);
SendClientMessage(playerid, -1, "{FF0000}You were automatically kicked on suspicion of hask" );
Kick(playerid);
}
else
{
TogglePlayerControllable(playerid, 1);
SendClientMessage(playerid, -1, "Without hask, good game" );
}
return 1;
}
Re: Anti mod_sa(******) detect.(Help) -
SickAttack - 12.03.2016
Yeah, that method doesn't work anymore. You'd have to find a new one. There surely are other methods.
Re: Anti mod_sa(******) detect.(Help) -
ProRakNet - 12.03.2016
Quote:
Originally Posted by SickAttack
Yeah, that method doesn't work anymore. You'd have to find a new one. There surely are other methods.
|
****** not want to block the mod_sa need to avoid.
Because version overcome the differences.
Camera controll height(z) with not work. It must detect directly but how.
Re: Anti mod_sa(******) detect.(Help) -
FinStar - 12.03.2016
I have same problem :/
Re: Anti mod_sa(******) detect.(Help) -
ProRakNet - 14.03.2016
need help, problem continues..
Re: Anti mod_sa(******) detect.(Help) -
iKarim - 14.03.2016
Instead of detecting s0b, just make a solid anticheat.
Re: Anti mod_sa(******) detect.(Help) -
czerwony03 - 14.03.2016
There is a lot of ways to detect sOb.
For example golf cart method (ban/kick 90% cheaters).