DeAmx Blocking?
#1

How to block deamx to make amx to pwn?
Reply
#2

Add this to your Script:

Код:
AntiDeAMX()
{
	new xyz[][] =
    {
		"Muha",
        "lol xD"
    };
    #pragma unused xyz
}
And then add this to the top of one of the Main-SA:MP public's (Like OnGameModeInit or so)
Код:
AntiDeAMX();
Now your Script is secured
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)