Jump to content

Elfo

Legendary Member
  • Posts

    2,009
  • Credits

  • Joined

  • Last visited

  • Days Won

    51
  • Feedback

    0%

Posts posted by Elfo

  1. 1 minute ago, Xplicit7 said:

    Ρουφάει πούτσες με τι να ασχολείται;

    Εντάξει θα μπορούσε να ειναι και χειρότερα. Να είναι γαύρος για παραδειγμα

  2. 1 minute ago, JaharakaL said:

    Πως παει το coding;

    Μια χαρά, πάλι καλα που μπορούμε να δουλεύουμε και σε καραντίνα. Άλλοι χάνουν τις δουλειές τους. Εσύ τι λεει με τι ασχολείσαι?

  3. New version under development.

    Complete rewrite with some amazing features like:

    • Bots thinking and acting way faster
    • More realistic bot behavior
    • An in-game dashboard for full control of the bots
    • Saving bots in the database and reload thing them with ingame editing of behaviors and gear
    • Orders of magnitude better performance

    Will be using this thread to keep you up to date

    https://www.youtube.com/watch?v=s0RxnlOTyj8

    • Upvote 2
  4. 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.

  5. 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.

×
×
  • Create New...