Block Decompiler (aka Anti-Decompiler) script, code or program
#1

Hy

Its impossible? Defense with my gamemode and filterscripts?
I need a good code/program/script, not a suck...

Thanx
Reply
#2

AntiDeAMX()
{
new a[][] =
{
"Unarmed (Fist)",
"Brass K"
};
#pragma unused a
}

add anywhere to your script.
Reply
#3

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?
Reply
#4

Prevents an AMX from being decompiled. Source security
Reply
#5

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
Reply
#6

Down

Код:
AntiDeAMX()
{
  new a[][] =
  {
   "Unarmed (Fist)",
   "Brass K"
  };
  #pragma unused a
}
OnGameModeinit

Код:
AntiDeAMX();
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)