Jump to content

Recommended Posts

Posted

Not much to say here other than the title. 

Since forever I've been messaged by people to crack their protected l2j private packs or remove protection from packged features.

It's pretty fun to do those things so I thought I would open a thread.

 

If you have a project or a feature that has any type of protection just message me with the protected project and I will crack it for you for free.

 

Previous cracks

Dream VIP cracked: https://maxcheaters.com/topic/231062-remove-licnse-pack/?do=findComment&comment=2736516

 

Lucera 1.7 cracked: https://maxcheaters.com/topic/231062-remove-licnse-pack/?do=findComment&comment=2742854

 

  • Like 1
  • Upvote 3
Posted

both of these didn't do anything to protect their "license system", i mean not a lot you can do with jars but at least obfuscate names so it takes longer than 10secs to find all "license" occurrences lmao

Posted
41 minutes ago, AlmostGood said:

both of these didn't do anything to protect their "license system", i mean not a lot you can do with jars but at least obfuscate names so it takes longer than 10secs to find all "license" occurrences lmao

The lucera uses both obfuscation and string encryption for the licensing system. Even fully obfuscated it would be really easy to crack. 

Posted
6 minutes ago, luannbr said:

Lucera Latest or an old version?

No idea, the one that the guy posted. Any version is crackable.

Posted
42 minutes ago, L2TotalPvP said:

i have lucera 2.0 what u need to see if u can crack it?

Just send me the link with all the project files

Posted
1 hour ago, Elfocrash said:

The lucera uses both obfuscation and string encryption for the licensing system. Even fully obfuscated it would be really easy to crack. 

https://pastebin.com/embed_iframe/u97Z0wzY

license code is 1 class in L2PCInstance, most of which is perfectly readable, string "encryption" in this form is just wasted effort as you can decrypt any value in runtime yourself, and that's if your ever needed to, here its some basic http check, basically you can trash most of it without even reading what it does xD

Posted
3 minutes ago, AlmostGood said:

https://pastebin.com/embed_iframe/u97Z0wzY

license code is 1 class in L2PCInstance, most of which is perfectly readable, string "encryption" in this form is just wasted effort as you can decrypt any value in runtime yourself, and that's if your ever needed to, here its some basic http check, basically you can trash most of it without even reading what it does xD

That's part of it there is another part with SmartGuard as well but yeah it's just fake stuff to make it look like hard work and discourage you. Even if it was fully obfuscated it would still be exactly the same difficutly to crack it though. If you don't believe me just throw any project that you want at me and I'll deal with it.

Posted

i know it will be still simple, just breakpoint on http request to their license check endpoint and traceback nop'ing everything on the way.

Java is fucked by design here, my point was they did absolutely 0 effort here :P

 

but i support your topic, L2j was always trash not worth a penny

Posted

Even if he will obfuscated? :troll:

 

Just create a topic with guide how decompile and searching a lisence section. And how create fake project for building few changed classes and replacing their from target jar.

 

P.S. For Java exists yGuard obfuscator. This enough for avoid any cracks but need perfect Java knowledge aswell. Ofc for L2J community it's useless.

Posted
6 minutes ago, AlmostGood said:

i know it will be still simple, just breakpoint on http request to their license check endpoint and traceback nop'ing everything on the way.

Java is fucked by design here, my point was they did absolutely 0 effort here :P

 

but i support your topic, L2j was always trash not worth a penny

What you said is actually overkill. You don't even need to do any of that. You just remove the call to the method to begin with and there is no check lol.

 

3 minutes ago, Rootware said:

Even if he will obfuscated? :troll:

 

Just create a topic with guide how decompile and searching a lisence section. And how create fake project for building few changed classes and replacing their from target jar.

 

P.S. For Java exists yGuard obfuscator. This enough for avoid any cracks but need perfect Java knowledge aswell. Ofc for L2J community it's useless.

You can still crack anything with an obfuscator. yGuard and Proguard will mess the source up but you can still easily find and remove the license code without any effort. Feel free to try me.

Posted
2 minutes ago, Elfocrash said:

You can still crack anything with an obfuscator. yGuard and Proguard will mess the source up but you can still easily find and remove the license code without any effort. Feel free to try me.

 

Ofc you are right if wasted time less than price. That's the main reason why i stopped develop Universal Login server base on Java language.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




  • Posts

    • You always find a way to lower the bar. Consistency matters. I admire your dedication to being completely unaware of how little you matter.     at least you are not entirely useless you can always serve as a bad example
    • hahahahahahahahahahahaha this says more about MaxCheaters than about me xD
    • I already finished my panel for change name and gender, anyway need restart, im used schema  $stmt = $conn->prepare("EXEC lin_ChangeCharacterName2 ?, ?, ?"); for change name... also for change gender i used if ($race == 5) // Kamael race ID; modify this value as per your database { $error = "Gender change is not allowed for Kamael race characters."; } else { $stmt = $conn->prepare(" UPDATE user_data SET gender = ?, face_index = 0, hair_shape_index = 0, hair_color_index = 0 WHERE char_id = ? AND account_name = ? "); Sorry no idea how to add cached update in myext64 about, not have any  solution for this yet compatible to myext64 code. This is my panel make in php http://177.73.143.43:8080/account/ Cool panel for me, without experience in any code. Without help from any people here 🙄
    • Базы данных от прямых источников!                                  Холодка                 Реги                 Депы                 Богатые физики                                  Много актуальных гео!                 Замена брака!                 Гарант+                                  Контакты                 ТГ - @yashkatsigun    
    • Don't listen to that idiot @Nightw0lf — he doesn't know or understand anything... he just talks nonsense. Here's the solution, just to prove that they're the useless ones giving you meaningless and useless answers.   function disableCharacter($charId){ $buf = pack("cVV", 0x14, $charId, 1); return $this->Send($buf); } function enableCharacter($charId, $accountId){ $buf = pack("cVV", 0x15, $charId, $accountId); return $this->Send($buf); } function kickCharacter($charId) { $buf = pack("cV", 0x05, $charId); $tmp = $this->Send($buf); sleep(2); return $tmp; } //-------------------------------------------------------------------------------- if ($func==7)//DESHABILITAR PERSONAJE { $char_id = $var1; $CACHED->kickCharacter($char_id); $respuesta = $CACHED->disableCharacter($char_id); RegistrarActividad("disableCharacter",$respuesta,GetCharNameByCharId($char_id)."(".$char_id.")",0,0,0,0); } else if ($func==8)//HABILITAR PERSONAJE { $char_id = $var1; $account_id = $var2; $CACHED->kickCharacter($char_id); $respuesta = $CACHED->enableCharacter($char_id,$account_id); RegistrarActividad("enableCharacter",$respuesta,GetCharNameByCharId($char_id)."(".$char_id.")",$account_id,0,0,0); } //-------------------------------------------------------------------------------- $CACHED->disableCharacter($char_id); $tabla = sqlsrv_query($conexion_lin2world, "UPDATE user_data SET xxxxxxxxxxxx WHERE char_id=".$char_id.""); $CACHED->enableCharacter($char_id,$account_id); Now just compare the stupidity said by that imbecile @Nightw0lf with the answer I gave you... Thanks to people like this, MaxCheaters is in the state it's in... They keep following useless people who are good for nothing 😉  
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock