Jump to content

[Anticheat] Anti Fly Hack


ARTIST

Recommended Posts

Buna ziua stimati membri ai comunitatii " SA-MP.RO ".

 

Astazi va voi prezenta un sistem anticheat personal contra Fly Hack. Consider ca e mai bun decat cel cu verificare pe inaltime.

Acest anticheat va proteja serverul dumneavoastra contra noului tip de Fly Hack ce se afla in versiunea s0beitului Wa3ex. (Zborul e asemanator cu cel din filmul artistic "Hancock")

 

» La public OnPLayerUpdate sau intr-un timer care se actualizeaza o data pe secunda:

 

 

new AnimLib[30], AnimName[30];
GetAnimationName(GetPlayerAnimationIndex(playerid), AnimLibsizeof(AnimLib), AnimNamesizeof(AnimName));
if(
GetPlayerSpeed(playerid) > 60 && strcmp(AnimLib"PARACHUTE"true) == && strcmp(AnimName"FALL_SKYDIVE_ACCEL"true) == 0)
{
    
SendClientMessage(playerid, -1"Ati primit kick pentru Fly Hack!");
    
Kick(playerid); 
}

* Puteti deasemenea adauga si aceasta verificare pe urmatoarele animatii:

if(GetPlayerSpeed(playerid) > 60 && strcmp(AnimLib"SWIM"true) == && strcmp(AnimName"SWIM_crawl"true) == 0)

 

 

» Functia de detectare a vitezei:

 

stock GetPlayerSpeed(playerid)
{
    new 
Float:Coord[4];
    
GetPlayerVelocity(playeridCoord[0], Coord[1], Coord[2]);
    
Coord[3] = floatsqroot(floatpower(floatabs(Coord[0]), 2.0) + floatpower(floatabs(Coord[1]), 2.0) + floatpower(floatabs(Coord[2]), 2.0)) * 213.3;
    return 
floatround(Coord[3]);
}

 

 

» Daca de zburat incet, anticheatul nu va functiona, dar acest lucru e greu de realizat si mai usor va fi de ajuns pe jos.

 

 

Va multumesc pentru atentie.

 

 

ep41yhufqpagka5wfoornw1wjfjie.png

Edited by ARTIST
  • Upvote 2

ep41yhufqpagka5wfoornw1wjfjie.png

HTjr_G.png
12975.png
 
Link to comment
Share on other sites

  • 3 weeks later...

Da,din pacate mie nu imi merge:))Dar e bug de la anti fly hack daca merg mai repede de 70km/h cu o masina iau kick pentru anti fly hack:|

Nu are cum ca ai 

[pawn]strcmp(AnimLib, "PARACHUTE", true) == 0 && strcmp(AnimName, "FALL_SKYDIVE_ACCEL", true)[/pawn]

 

1859311972_BANNER-GIREADAcopy-min.thumb.png.48e5e420ae2185dce5b244965a1d2601.png

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.