Amx To Pwn Help
#1

I overwrite gamemode something accidentally and gamemode gone.

How to restore gamemode?

I've got AMX. But these codes are added.

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

AntiDeAMX();

How to convert to pwn?

http://www.solidfiles.com/v/2DP3QP4ZAVawg
Reply
#2

Not possible to convert to PWN from AMX.
Reply
#3

it is possible, write your own good decompiler xD
Reply
#4

Quote:
Originally Posted by IamPuzo
Посмотреть сообщение
Not possible to convert to PWN from AMX.
Amx to Pwn?
Reply
#5

That's why backups were invented.
You can still convert it back (even though you have AntiDeAMX in it), but that needs mad skills in machine code.
Good luck.
Reply
#6

Quote:
Originally Posted by [Bios]Marcel
Посмотреть сообщение
it is possible, write your own good decompiler xD
I do not know decompiler
Reply
#7

Instead of adding antideamx to your scripts you could obfuscate it,
makes your code very hard to read
Reply
#8

Quote:
Originally Posted by [Bios]Marcel
Посмотреть сообщение
Instead of adding antideamx to your scripts you could obfuscate it,
makes your code very hard to read
I do not have no idea about how.
Reply
#9

I wouldn't obfuscate code, it makes it harder to read for you too, and can still be read by someone who is motivated.

You should keep backups of your code. If there was a way to decompile it, you wont get anyone on here telling you how.
Reply
#10

you should obfuscate and anti de amx if you want your code to be safe , but yeah keep backups
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)