Jump to content
  • Sign Up
×
×
  • Create New...

Recommended Posts

  • Moderator

I share this guide with you to be able to use the Smart Crypt Decrypt code that is used to decrypt the client's files (utx, ukx and u).
The programs that you will need is

This is the hidden content, please
Visual Studio (in my case I will use the 2013 version, you can use other versions) and CFF Explorer.
This is the hidden content, please
Visual Studio 2013: 
This is the hidden content, please

CFF Explorer: 
This is the hidden content, please

Smart Crypt Decryptor Code:

This is the hidden content, please

Once they have these programs installed, let's continue.
First of all we open the

This is the hidden content, please
Visual Studio and let's FILE> New> Project or in another faster way  Ctrl + Shift + N It will show us the following We

This is the hidden content, please

select Visual C ++ thenWin32 Console Application and we end withOK the name is put or not, the only thing it will do is give a name to the solution, that is, if you put "juanito" when compiling the DLL it will have a name of "juanito.dll"

 

This is the hidden content, please

Then another window does not appear we give Next we select DLL and we mark Empty project and Finish

This is the hidden content, please

 

It should show us the following:

 

This is the hidden content, please

 

We right click on Header Files> Add> New item ...
Another window appears, with two optionsC ++ File (.cpp) and Header File (.h) select C ++ File and then OK] in this case the name is also optional to add, we are not creating a NASA program to worry about references and / or names.
We copy the code that you leave above 

This is the hidden content, please

 and save it (it is also optional, I usually do it)
Once done, with Ctrl + Shift + B we compile the project
We should get the following message
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
That says everything went well.
We go to where the projects are saved by default, in my case:
😄 \ users \ user \ documents \ visual studio 2013 \ Projects
inside a folder was created with the default name or the one that we add in my case is ConsoleApplication1  we go inside and then to the Debug folder and our DLL  ConsoleApplication1.dll should be We copy and paste it into the system and we are done with this.
Then we go to l2.exe(before we make a copy of the exe) right click, and if they installed the CFF Explorer, Open With CFF Explorer should appear and if not, they go to the program and open it from there.
They go to the Import Adder part then Add and we look for the dll that we create and copy into the system. Once the DLL has been added, the following appears: We

 

This is the hidden content, please

 

select _DllMain @ 12 >> Import By Name and then Rebuild Import Table . There is no sign saying Import Table correctly rebuilt. and we finish saving the l2.exe with the changes made. Then it is only to open the L2 and within the system "Interface.decrypted.u" will be created
for you. To be able to decrypt other files (ukx or utx) you will have to change something in the code and it is the following

 

This is the hidden content, please

 

for example, if you want to decrypt a texture, copy the .utx into the system, changing the extension to .u (I think it's not necessary, but never try) and in the code change the following:

 

This is the hidden content, please

 

compile the dll again and copy it into the system and voila, open l2 and create the Texture_que_want_desencryptar.decrypted.u then with the umodel you can extract the textures.

 

Decryptor for * u files encrypted by 

This is the hidden content, please
 early revisions.
By default, for Interface.u, however, using the source below and the C / C ++ compiler,
you can use this method for other files as well.

 

 

  • Place decrypt files in the System folder
  • Place encrypted files in the System folder interface.u )
  • Run L2.exe
    Now there are decrypted files in the System folder Interface.decrypted.u )

 

Our portal is not the developer of this program and does not provide advice on its work.
Source is in the public domain and provided below.

 

 

Smart Crypt Decrypt code: 

This is the hidden content, please

 

 

Downloads: 

This is the hidden content, please

Password:

This is the hidden content, please

Link to comment
https://hopzone.eu/forums/topic/176973-smart-crypt-decryptor/
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Important Information

Privacy Notice: We utilize cookies to optimize your browsing experience and analyze website traffic. By consenting, you acknowledge and agree to our Cookie Policy, ensuring your privacy preferences are respected.