How to. amx to convert. pwn HELPPP - 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: How to. amx to convert. pwn HELPPP (
/showthread.php?tid=243797)
How to. amx to convert. pwn HELPPP -
PRO>KOMP.< - 24.03.2011
How to. amx to convert. pwn HELPPP
Re: How to. amx to convert. pwn HELPPP -
WackoX - 24.03.2011
Use .AMX to .PWN decompiler, it's somewhere on the forums.
But if your script includes anti-deamx it will not work.
Re: How to. amx to convert. pwn HELPPP -
Mike Garber - 24.03.2011
There's a program, but that will NOT "convert" it to a .pwn file like it was before it was compiled.
It will create code that isn't making any sense, all variable names will be replaced with numbers and crap.
With other words; It is not what you expect it to be. It will NOT compile. It will NOT make any sense to you.
It is NOTHING you can work with as a normal script.
Re: How to. amx to convert. pwn HELPPP -
Hiddos - 24.03.2011
Quote:
Originally Posted by Mike Garber
There's a program, but that will NOT "convert" it to a .pwn file like it was before it was compiled.
It will create code that isn't making any sense, all variable names will be replaced with numbers and crap.
With other words; It is not what you expect it to be. It will NOT compile. It will NOT make any sense to you.
It is NOTHING you can work with as a normal script.
|
This.
There is indeed software to convert (parts of) .amx files to .pwn again, but because of the language the 'computer' uses the chances that it'll still be useful are very, very small.
So, some wise words from uncle Hiddos: Backup your work!
Re: How to. amx to convert. pwn HELPPP -
Mike Garber - 24.03.2011
Quote:
Originally Posted by Hiddos
This.
There is indeed software to convert (parts of) .amx files to .pwn again, but because of the language the 'computer' uses the chances that it'll still be useful are very, very small.
So, some wise words from uncle Hiddos: Backup your work!
|
Well i was explaining it so he understood that it doesn't convert fully.
A convertion is done by completely successfully changing format of one file to another.
This only changes the extension and outputs the crap data as the computer reads it.
Like if you convert a .tga to .png will still let you work with the image, and see the image the exact same way,
not like the computer reads it.