Posts: 59
	Threads: 18
	Joined: May 2015
	
Reputation: 
0
	 
 
	
	
		Hello,I got .amx file in my Gamemode folder but i don't have the .pwn file for it,So i would like to know if there is a way to Backup .pwn file from that .amx file? I saw someone told to "Copy all inside the .amx file and paste it inside the pawno," i tried it but still didn't work.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 782
	Threads: 25
	Joined: Jun 2014
	
Reputation: 
0
	 
 
	
	
		I think there is a way, someone told me something similar
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 59
	Threads: 18
	Joined: May 2015
	
Reputation: 
0
	 
 
	
	
		Please tell me if you know
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 895
	Threads: 106
	Joined: Feb 2012
	
Reputation: 
0
	 
 
	
		
		
		
		30.08.2015, 15:13 
(
 Последний раз редактировалось CrazyChoco; 30.08.2015 в 15:14.
					
					
						Причина: amx not gmx ahaha
)
	
	 
	
		There are no decoders that can turn your amx into a pwn file without fucking up the script.
 When you compile alot things change, like all your defines and things, and a decoder cannot see how the pwn looked like before it turned into a amx, so you can use some decoder but they will all fail.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 1,004
	Threads: 18
	Joined: Oct 2014
	
Reputation: 
0
	 
 
	
	
		You can use a program untitled DeAMX, but it is not recommended, as some scripts have safety systems to avoid decompilation. Still, if the decompilation would succeed, the resulted code would not be 100% correct.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 879
	Threads: 63
	Joined: May 2015
	
Reputation: 
0
	 
 
	
	
		There one way, that DeAMX. But, DeAMX always fail to do that
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 1,022
	Threads: 207
	Joined: Aug 2011
	
Reputation: 
0
	 
 
	
	
		There's a reason why people upload .amx but not .pwn
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 895
	Threads: 106
	Joined: Feb 2012
	
Reputation: 
0
	 
 
	
	
		If you are the true scripter of your server, there is an inefficient way to continue running your server...