Posts: 7
Threads: 4
Joined: Nov 2014
Reputation:
0
hi. Is it possabole to convert amx to pawn?
Posts: 3,002
Threads: 86
Joined: Jul 2010
Reputation:
0
No. Because an amx can be compiled with like 20 includes, and a decompiler would need to have access to all the includes ever released to even try to do a reverse procedure. Even then the possibility is still in question. Not possible at the moment.
Posts: 3,002
Threads: 86
Joined: Jul 2010
Reputation:
0
Not the near future. Such program needs a huge team to do the web scanning for all the includes.
That would mean both gathering new includes AND constantly checking for include updates.
If you can't find a gamemode pwn here or anywhere on the web, it's most likely because the author didn't want it to be published.
Allocating that much man power for dealing with this little issue, isn't a very smart thing to do.
These forums were created to help people create their own scripts. Let's face it, why copy someone else's dream, when you can have your own?
You can find everything you need right here at your finger tips.
There is no reliable way to do this...
If you lost the .pwn due to a mistake, then why didn't you make any backups? There are many utilities available such as ****** Drive and Dropbox which provides you with storage to backup your files.
On the other hand, if you've just found the .amx somewhere and you want to decompile it, good luck. People should never use and rely on leaked scripts.
Posts: 4,878
Threads: 85
Joined: Jun 2007
Reputation:
0
Oh, this discussion again.
Yes you can decompile pawn. And no, the resulting pwn is in no way useable, so dont waste your time with that but create your own gamemode.
Posts: 145
Threads: 11
Joined: Jan 2015
Reputation:
0
I also tried it, but sadly its not possible. The de-compiled code just doesn't works