Posts: 163
Threads: 46
Joined: Jul 2012
Reputation:
0
is there anyway to turn an .amx into an .pwn
Posts: 247
Threads: 11
Joined: Aug 2010
Reputation:
0
Well there are some programs which will NOT `convert` the .amx to .pwn directly. Meaning that yes the ending will change as in it will go to a .pwn, but you will not be able to read ANY of it. its all computer language which is impossible to understand. So thats why they say always backup ur work!
Posts: 973
Threads: 10
Joined: Sep 2012
Reputation:
0
This is seriously like the third thread about DeAMX today, the answer in quite simply......no.
Posts: 6,236
Threads: 310
Joined: Jan 2011
Reputation:
0
So many different/wrong replies..
A program called deAMX can reverse the compilation and 'turn an .amx file in to a .pwn file'. The only problem is the variable/function names are not recovered, but are like 'variable1' 'function69' (I can't remember exactly).
deAMX can be prevented, though.
If you're trying to decompile someone else's script: don't.
If you're trying to decompile your own script because you lost the source - LEARN TO BACK IT UP.