AntiDeAMX? - 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: AntiDeAMX? (
/showthread.php?tid=287612)
AntiDeAMX? -
pagie1111 - 04.10.2011
I was doing some reading online about PAWN and came across something about DeAMX. Then there was some code here that is believed to make DeAMX useless. Would this work?
pawn Код:
AntiDeAMX()
{
new a[][] =
{
"Unarmed (Fist)",
"Brass K"
};
#pragma unused a
}
or
pawn Код:
AntiDeAMX()
{
new b;
#emit load.pri b
#emit stor.pri b
}
It just seems weird, can someone explain?
Re: AntiDeAMX? -
Salmon - 04.10.2011
yes, it messes up the algorithm used to decompile (as far as I know).
Just download the program and test it if you are really that concerned.