Block Decompiler (aka Anti-Decompiler) script, code or program - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Block Decompiler (aka Anti-Decompiler) script, code or program (
/showthread.php?tid=144278)
Block Decompiler (aka Anti-Decompiler) script, code or program -
godknightx - 26.04.2010
Hy
Its impossible? Defense with my gamemode and filterscripts?
I need a good code/program/script, not a suck...
Thanx
Re: Block Decompiler (aka Anti-Decompiler) script, code or program -
0ne - 26.04.2010
AntiDeAMX()
{
new a[][] =
{
"Unarmed (Fist)",
"Brass K"
};
#pragma unused a
}
add anywhere to your script.
Re: Block Decompiler (aka Anti-Decompiler) script, code or program -
¤Adas¤ - 26.04.2010
Quote:
Originally Posted by 0ne
AntiDeAMX()
{
new a[][] =
{
"Unarmed (Fist)",
"Brass K"
};
#pragma unused a
}
add anywhere to your script.
|
Hmmm... what does this thing do?
Re: Block Decompiler (aka Anti-Decompiler) script, code or program -
Rac3r - 26.04.2010
Prevents an AMX from being decompiled. Source security
Re: Block Decompiler (aka Anti-Decompiler) script, code or program -
Steven82 - 26.04.2010
Quote:
Originally Posted by Rac3r
Prevents an AMX from being decompiled. Source security
|
I use this everytime i put my script up on my hosted site
Re: Block Decompiler (aka Anti-Decompiler) script, code or program -
RenisiL - 26.04.2010
Down
Код:
AntiDeAMX()
{
new a[][] =
{
"Unarmed (Fist)",
"Brass K"
};
#pragma unused a
}
OnGameModeinit