Welcome on MasterOf13FPS! MasterOf13FPS

Register today or sign up if you are already a member and never miss any cool content again :)

[OBFED] [UNCRACKED] Adjust (yourself lmao)

MasterOf13FPS

Administrator
Staff member
Administrator
MasterOf13FPS
Joined
Jul 11, 2020
Messages
0
Reaction score
25
Points
0
Honestly I'm not going to waste my own time trying to c-r-a-c-k (for some reason c-r-a-c-k without the dashes says "Leak") this, final wants me to, but i ain't going to, it will add gas to his narcissistic fire, also its a pure time waster when i could be working on other crap, this is Adjust client, not sure which version but idc.

Next release of this will be a partial string obf, unless someone beats me to it, Ive managed to get strings into AES format and get past his skidded bytecode veiwer crashers etc, here's the original jar before i semi string deobfed it, for anyone that actually wants to waste 5 hours getting past the skidded obfuscation and bytecode/asm veiwer crashers.

Once you get past the skidded bytecode viewer crashers and other bull crap, to string deobf use code straight from superblaubeere27s obfuscator (yea thats right final skidded superblaubeeres obfuscator because he cant make his own string obf LMAO)

private static final Random random = new Random();
public static String generateString(int lenght) {
final String s = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";
final StringBuilder stringBuilder = new StringBuilder(lenght);

for (int i = 0; i < lenght; i++)
stringBuilder.append(s.charAt(random.nextInt(s.length())));
return stringBuilder.toString();
}
String key = generateString(5);
public String decrypt(String obj) {
try {
SecretKeySpec keySpec = new SecretKeySpec(MessageDigest.getInstance("MD5").digest(key.getBytes(StandardCharsets.UTF_8)), "Blowfish");

Cipher des = Cipher.getInstance("Blowfish");
des.init(Cipher.DECRYPT_MODE, keySpec);

return new String(des.doFinal(Base64.getDecoder().decode(obj.getBytes(StandardCharsets.UTF_8))), StandardCharsets.UTF_8);

} catch (Exception e) {
e.printStackTrace();
}
return null;
} <- thats some code for ur deobfuscator once u manage to remove his antibytecodeprot prolly skidded from itzsomebody's github

and heres the jar:
https://files.catbox.moe/kimwlw.jar


Whoever the moderator or staff is reading this, add the code and hide tags for me thx, im lazy rn and feel like watching a disney movie :)
 
You didn't c-r-a-c-k it just because you couldn't, you aren't fooling anyone.
 
Hello, this is FinalException.

This is Adjust un-cr4cked (cannot be ran). I encourage you all to have an attempt at cr4cking it!

Now, let's see some of his points:
'idc to cr4ck it, its a time waste' -> You can't cr4ck it, you're a skid and all you can do is copy paste Nivia code
'skidded bcv crashers' -> There is no proof to this being skidded, and I don't remember me pasting a bcv crasher for a custom obfuscator.
'(yea thats right final skidded superblaubeeres obfuscator because he cant make his own string obf LMAO)' -> I never skidded it, it is FREE TO USE. It was used along with a custom obfuscator, but the obfuscator super made itsself was not modified.
'<- thats some code for ur deobfuscator once u manage to remove his antibytecodeprot prolly skidded from itzsomebody's github' -> The code you provided was from super's obfuscator, also I don't remember ItzSomebody having a "antibytecodeprot" working to date.

Congratulations getting the String deobfuscated version! Let's not mention you weren't capable of deobfuscating the strings yourself so you had to get Mees to do it for you.
Your points are invalid and also have no proof to back them up.

The version you I sent you is latest (0.8), but you are incapable of removing a "few" protection checks
 
Hello, this is FinalException.

This is Adjust un-cr4cked (cannot be ran). I encourage you all to have an attempt at cr4cking it!

Now, let's see some of his points:
'idc to cr4ck it, its a time waste' -> You can't cr4ck it, you're a skid and all you can do is copy paste Nivia code
'skidded bcv crashers' -> There is no proof to this being skidded, and I don't remember me pasting a bcv crasher for a custom obfuscator.
'(yea thats right final skidded superblaubeeres obfuscator because he cant make his own string obf LMAO)' -> I never skidded it, it is FREE TO USE. It was used along with a custom obfuscator, but the obfuscator super made itsself was not modified.
'<- thats some code for ur deobfuscator once u manage to remove his antibytecodeprot prolly skidded from itzsomebody's github' -> The code you provided was from super's obfuscator, also I don't remember ItzSomebody having a "antibytecodeprot" working to date.

Congratulations getting the String deobfuscated version! Let's not mention you weren't capable of deobfuscating the strings yourself so you had to get Mees to do it for you.
Your points are invalid and also have no proof to back them up.

The version you I sent you is latest (0.8), but you are incapable of removing a "few" protection checks
Funny you say mees did it for me, considering he never actually sent me any jars, just talked to me about how ur version was bullcrap, outdated and didnt contain any watchdog disablers, he never sent me a jar, also considering he did a full string deobf, and i only did a partial string deobf (managing to get strings into aes 256 format), which i will be releasing next post for anyone that wants to waste there time deobfing the aes 256 strings, mees however wasted time to decrypt your skidded string encryption, pointless, but a large waste of his own time
 
You didn't c-r-a-c-k it just because you couldn't, you aren't fooling anyone.
Your right, i didnt c-r-a-c-k it, i partial string deobfed it, did you not read it lmao, also stated in here this is the jar before i modified it
 
Funny you say mees did it for me, considering he never actually sent me any jars, just talked to me about how ur version was bullcrap, outdated and didnt contain any watchdog disablers, he never sent me a jar, also considering he did a full string deobf, and i only did a partial string deobf (managing to get strings into aes 256 format), which i will be releasing next post for anyone that wants to waste there time deobfing the aes 256 strings, mees however wasted time to decrypt your skidded string encryption, pointless, but a large waste of his own time

I am 80% sure he did.

There are no disablers because I knew some skids like you retards would try to get it and skid it along with your Nivia code, also there are a lot of keys for the AES encryption so good luck mate.

I also want proof that everything is skidded according to you.

unknown.png
 
Your right, i didnt c-r-a-c-k it, i partial string deobfed it, did you not read it lmao, also stated in here this is the jar before i modified it
I am referring to when you said you didn't want to "feed Final's narcissistic fire", if you really didn't give a fuck as you say, you wouldn't even had taken the time to work on it. I'm not blaming you because you did not cr4ck it, nor because you aren't able to do it. It's not a big deal if you aren't able to cr4ck it. The thing I am blaming you for is that you had to come up with an excuse to cover up the fact that you can't break that protection.
 
I am referring to when you said you didn't want to "feed Final's narcissistic fire", if you really didn't give a fuck as you say, you wouldn't even had taken the time to work on it. I'm not blaming you because you did not cr4ck it, nor because you aren't able to do it. It's not a big deal if you aren't able to cr4ck it. The thing I am blaming you for is that you had to come up with an excuse to cover up the fact that you can't break that protection.
I said i semi string deobfed it, i literally admitted i didnt fully break it
 
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top