SA-MP Forums Archive
amx > pwn - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP (https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: General (https://sampforum.blast.hk/forumdisplay.php?fid=13)
+--- Thread: amx > pwn (/showthread.php?tid=571535)



amx > pwn - ChuckyBabe - 19.04.2015

Is there any way to convert .amx to .pwn?


Re: amx > pwn - Infinity - 19.04.2015

Nope.


Re: amx > pwn - Sledgehammer - 19.04.2015

Deamx (isn't accurate though and I've never used it).


Re: amx > pwn - ChuckyBabe - 19.04.2015

Okay thanks any more ideas?


Re: amx > pwn - davve95 - 19.04.2015

This have been asked alot before:

https://www.******.com/?gws_rd=ssl#q=amx+to+pwn


Re: amx > pwn - Kapersky™ - 19.04.2015

DeAMX is completely fake. You can't convert .amx to .pwn, because technically it's impossible.


Re: amx > pwn - Vince - 19.04.2015

It's possible, but the output will be completely unreadable since the compiler converts variables to pointers and discards the name, among other things. Decompiled scripts are therefor easily recognizable by names such as "Function042" or "var016". So all in all, not worth it. Restore from backup.


Re: amx > pwn - T-N-Z - 19.04.2015

Quote:
Originally Posted by Kapersky™
View Post
DeAMX is completely fake. You can't convert .amx to .pwn, because technically it's impossible.
No, it is not. You can decompile the .amx file using DeAMX, but it won't show the proper contents of the code, variables will have weird names and stuff like that, unless ofcourse, gamemode has protection against that, in that case it will decompile one line of code and that would be it.


Re: amx > pwn - Kapersky™ - 19.04.2015

Quote:
Originally Posted by T-N-Z
View Post
No, it is not. You can decompile the .amx file using DeAMX, but it won't show the proper contents of the code, variables will have weird names and stuff like that, unless ofcourse, gamemode has protection against that, in that case it will decompile one line of code and that would be it.
Then, it's my bad. My knowledge about DeAMX is now old, I guess. Thanks for correcting me.


Re: amx > pwn - Toxik - 26.04.2015

DeAmx but its old .. nobody use it more
and .. why deconvect .amx files ?
not your own script ?