Help for Minigun hacking samp
#1

Now time , have a lot of people created a account and use hacking get Minigun , can some one help me make the Anti this

My server is Roleplay

Thanks to visit my topic
Reply
#2

Is it so difficult to search? https://sampforum.blast.hk/showthread.php?tid=411037
Reply
#3

There's a simple anti-minigun in grandlarc gamemode.
Reply
#4

i think you need to use a anti cheat or hack detictor
Reply
#5

No , he get in vehicle and auto shooting by Minigun hacking , this is the retard hacking video please help

https://www.youtube.com/watch?v=MVC0Man_hdo
Reply
#6

Use anticheat, just ****** it or whatever.
Reply
#7

Try it
pawn Код:
if(GetPlayerWeapon(playerid) == 38) //Mini gun
        {
        SendClientMessage(playerid, 0xFF0000AA, "AntiCheat: You have been banned Reason: Weapon Hacking");
        Ban(playerid);
        new pName[24];
        new str[128];
        GetPlayerName(playerid, pName, 24);
        format(str, 128, "AdminBot: %s has been banned Reason: Weapon Hacking", pName);
        SendClientMessageToAll(0xFF9900AA, str);
        }
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)