SA-MP Forums Archive
Anti DeAMX - Stop any script from being decompiled - 10 lines! - 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)
+--- Thread: Anti DeAMX - Stop any script from being decompiled - 10 lines! (/showthread.php?tid=61825)

Pages: 1 2 3


Re: Anti DeAMX - Stop any script from being decompiled - 10 lines! - IllidanS46 - 03.08.2011

Quote:
Originally Posted by alpha500delta
View Post
There's another AntiDeAMX code out there <3
I have fixed this too:
pawn Code:
WasteDeAMXersTime()
{
    new b;
    #emit load.pri b
    #emit stor.pri b
}
It should decompile to:
pawn Code:
function8()
{
    globFFFFFFFC = globFFFFFFFC;
    return 0;
}
The old Anti DeAMX code decompiles to empty function.


Re: Anti DeAMX - Stop any script from being decompiled - 10 lines! - DrTeDDyBeAr - 27.01.2012

Yeah....I'm a dumbass...I kinda put the code on my .amx and now I can't decompile it.....


I'm stupid, I tried removing the code, it doesn't fix it.
Help?


Re: Anti DeAMX - Stop any script from being decompiled - 10 lines! - iggy1 - 27.01.2012

Quote:
Originally Posted by DrTeDDyBeAr
View Post
Yeah....I'm a dumbass...I kinda put the code on my .amx and now I can't decompile it.....

I'm stupid, I tried removing the code, it doesn't fix it.
Help?
It's designed so that you can't reverse it. Why do you think that this is made? So people can't de-compile scripts, it would be silly to tell you (especially in this thread) how to reverse it. It's like asking in an anti-cheat thread "Yeah but how can i bypass the anti-cheat".

You should have backed you .pwn up.

I'm interested in knowing how you tried to remove the code when you only have the .amx Smells like a stolen script to me.


Re: Anti DeAMX - Stop any script from being decompiled - 10 lines! - Buzzbomb - 27.01.2012

Hmmm Use a system file recovery ... Maybe u might get some luck and Back up the file BEFORE u did what ever u did...


Re: Anti DeAMX - Stop any script from being decompiled - 10 lines! - -CaRRoT - 27.01.2012

I Really don't understand how to use that? :O - i added the Code at my .pwn and under ongamemodeinit and i compiled , what will happen now ? lol


Re: Anti DeAMX - Stop any script from being decompiled - 10 lines! - Babul - 27.01.2012

nothing will happen, thats the magic. this pseudo-function is meant to be implemented in your script. it never used by the gamemode, its "invisible" to the amx-processor. if you try to decompile it (which no scripter needs to do since he scripted his own gamemode, ergo he should own the .pwn source), then the decompiler will have a certain issue at handling that non-used (or cancelled? dont know the word) array, and will cause the decompiler stop working at your script. its basically a lock. i strongly suggest to implement this snippet in all your major scripts (gamemode, admin script, unique stuff aswell)...


Re: Anti DeAMX - Stop any script from being decompiled - 10 lines! - henry jiggy - 27.01.2012

This thread started in 2009 lol...

Btw, did anyone fix bug in DeAMX this yet? I'm worried now...


Re: Anti DeAMX - Stop any script from being decompiled - 10 lines! - AndreiWow - 02.01.2017

How does this work, what is the explanation?


Re: Anti DeAMX - Stop any script from being decompiled - 10 lines! - Sew_Sumi - 02.01.2017

Shouldn't question it as otherwise they may fix it.

That is if the decompiler even still works, and if this even still works. (It's so old I'd not recommend it to be actually working)

It's been so long since anyone has decompiled anything.


Re: Anti DeAMX - Stop any script from being decompiled - 10 lines! - BiosMarcel - 02.01.2017

Quote:
Originally Posted by Sew_Sumi
View Post
Shouldn't question it as otherwise they may fix it.

That is if the decompiler even still works, and if this even still works. (It's so old I'd not recommend it to be actually working)

It's been so long since anyone has decompiled anything.
Just tested, still works