Jump to content

Celestine

Administrators
  • Posts

    5,146
  • Credits

  • Joined

  • Days Won

    280
  • Feedback

    100%

Everything posted by Celestine

  1. [Hidden Content]
  2. perfect and clean i like it keep it up
  3. 100 DP - 6 Eur 1B - 1 Eur Valakas - 80 Eur
  4. will lock it unless u are free to explain how u did what so others can do the same thing :)
  5. it will be great before locking the topic to tell also how u fixed what so other members with similar issue to fix their problem
  6. Hello_Kitty Effect HF5 Effect Path - CorasonEffect.u_hello_kitty gif is uploaded to a third-party resource due to its large size. Download Author: Corason
      • 2
      • Like
  7. already contacted demev he told me everything is fine with that.
  8. Here are some programs to edit part of the client system andDP interface - HTML EDITOR.rarhttp://www.mediafire.com/file/428bxb2wojs4k0b/DP%20-%20HTML%20EDITOR.rarDP - SKILL XML EDITOR.rarhttp://www.mediafire.com/file/ieu0ap3b1gkmq6l/DP%20-%20SKILL%20XML%20EDITOR.rarCM - L2UTX VIEWER.rarhttp://www.mediafire.com/file/uv4oykq2wfmwzvy/CM%20- % 20L2UTX% 20VIEWER.rarDP - GEODATA EDITOR.rarhttp://www.mediafire.com/file/mtbnwqoc3bqb2iz/DP%20-%20GEODATA%20EDITOR.rarCM - L2DAT EDITOR.rarhttp: //www.mediafire. com / file / 4a81phs73vxtv3d / CM% 20-% 20L2DAT% 20EDITOR.rarCM - UMODDEL EDITOR.rarhttp://www.mediafire.com/file/ccc9lecinzcdoik/CM%20-%20UMODDEL%20EDITOR.rarCM - LAME CRIPTER.rarhttp://www.mediafire.com/file/drma42x64t1b83t/CM%20-%20LAME%20CRIPTER.rarCM - WOT EXPLORER.rarhttp://www.mediafire.com/file/0s8laffqzlrovac/ CM% 20-% 20WOT% 20EXPLORER.rarL2 PAWN VIEWER.ziphttp://www.mediafire.com/file/y7d2xcse5kwnp2d/L2%20PAWN%20VIEWER.zipBD - SQL EDITOR.rarhttp: //www.mediafire. com / file / oeajq6lqkox5gsl / BD% 20-% 20SQL% 20EDITOR.rarDP - MULTISELL EDITOR.rarhttp://www.mediafire.com/file/di6e5djcbb1jb4m/DP%20-%20MULTISELL%20EDITOR.rarDP - DROP EDITOR .rarhttp://www.mediafire.com/file/n0n8wc31mw2k6m6/DP%20-%20DROP%20EDITOR.rarDP - MULTISELL EDITOR 2.rarhttp://www.mediafire.com/file/dj1knacnktj453z/DP%20 -% 20MULTISELL% 20EDITOR% 202.rarDP - STATUS XML EDITOR.rarhttp://www.mediafire.com/file/wd2ccrezav57676/DP%20-%20STATUS%20XML%20EDITOR.rarCM - UC COMPILER.rarhttp://www.mediafire.com/file /lnu5uubhayenh1u/CM%20-%20UC%20COMPILER.rarCM - L2LIGE DAT EDITOR.rarhttp://www.mediafire.com/file/hg49icwy0kjg9ad/CM%20-%20L2LIGE%20DAT%20EDITOR.rarCM - AW CRIPTER .rarhttp://www.mediafire.com/file/rcvfhh796tmuns6/CM%20-%20AW%20CRIPTER.rarAU - L2INFORMER.rarhttp://www.mediafire.com/file/ljjpxv0mxtcf98g/AU%20-% 20L2INFORMER.rarPS DDS PLUGIN 8.1.rarhttp://www.mediafire.com/file/89g9g03llc9ryp6/PS%20DDS%20PLUGIN%208.1.rarCM - UNREAL 3 ENGINE.rarhttp://www.mediafire.com/file /4hfbnz2t752nax6/CM%20-%20UNREAL%203%20ENGINE.rarCM - L2PE EDITOR.rarhttp://www.mediafire.com/file/kq3ck65m12n6lna/CM%20-%20L2PE%20EDITOR.rarCM - XDAT EDITOR.rarhttp://www.mediafire.com/file/egkjb0259s19vzd/ CM% 20-% 20XDAT% 20EDITOR.rarBD - NAVICAT SQL EDITOR.rarhttp://www.mediafire.com/file/n93k3a0ye19n73l/BD%20-%20NAVICAT%20SQL%20EDITOR.rarPassword: naprojectcredits for compilation of data: Hardeath
  9. 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 Microsoft Visual Studio (in my case I will use the 2013 version, you can use other versions) and CFF Explorer.Microsoft Visual Studio 2013: https://www.youtube.com/watch?v=VWYLqKtAXzUCFF Explorer: https://ntcore.com/?page_id=388 Smart Crypt Decryptor Code: https://pastebin.com/ShgmywrsOnce they have these programs installed, let's continue.First of all we open the Microsoft Visual Studio and let's FILE> New> Project or in another faster way Ctrl + Shift + N It will show us the following We 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" Then another window does not appear we give Next we select DLL and we mark Empty project and Finish It should show us the following: 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 https://pastebin.com/Shgmywrs and save it (it is also optional, I usually do it)Once done, with Ctrl + Shift + B we compile the projectWe 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:c: \ users \ user \ documents \ visual studio 2013 \ Projectsinside 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 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 createdfor 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 appLoadFileToArray(TArray, L"..\\System\\Interface.u", *((int *)GetProcAddress(GetModuleHandleA("Core.dll"), "?GFileManager@@3PAVFFileManager@@A"))); appSaveArrayToFile(TArray, L"..\\System\\Interface.decrypted.u", *((int *)GetProcAddress(GetModuleHandleA("Core.dll"), "?GFileManager@@3PAVFFileManager@@A"))); 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: appLoadFileToArray(TArray, L"..\\System\\Textura_que_quiero_desencryptar.u", *((int *)GetProcAddress(GetModuleHandleA("Core.dll"), "?GFileManager@@3PAVFFileManager@@A"))); [background=#2a2e31]appSaveArrayToFile(TArray, L"..\\System\\Textura_que_quiero_desencryptar.decrypted.u", *((int *)GetProcAddress(GetModuleHandleA("Core.dll"), "?GFileManager@@3PAVFFileManager@@A"))); 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 Smart Crypt of 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: #include <windows.h> void DumpFile() { typedef void (__cdecl *f_appLoadFileToArray)(char *, wchar_t *, int); typedef void (__cdecl *f_appSaveArrayToFile)(char *, wchar_t *, int); f_appLoadFileToArray appLoadFileToArray = (f_appLoadFileToArray)GetProcAddress(GetModuleHandleA("Core.dll"), "?appLoadFileToArray@@YAHAAV?$TArray@E@@PBGPAVFFileManager@@@Z"); f_appSaveArrayToFile appSaveArrayToFile = (f_appSaveArrayToFile)GetProcAddress(GetModuleHandleA("Core.dll"), "?appSaveArrayToFile@@YAHABV?$TArray@E@@PBGPAVFFileManager@@@Z"); char TArray[0x14]; memset(TArray,0,0x14); appLoadFileToArray(TArray, L"..\\System\\Interface.u", *((int *)GetProcAddress(GetModuleHandleA("Core.dll"), "?GFileManager@@3PAVFFileManager@@A"))); appSaveArrayToFile(TArray, L"..\\System\\Interface.decrypted.u", *((int *)GetProcAddress(GetModuleHandleA("Core.dll"), "?GFileManager@@3PAVFFileManager@@A"))); } bool dumped = false; void StartCheck() { // wait until WinDrv is loaded just so we know everything we need is initialized correctly if (GetModuleHandleA("WinDrv.dll") != NULL) { if (!dumped) { DumpFile(); dumped = true; } } } __declspec(dllexport) BOOL APIENTRY DllMain( HMODULE hModule, DWORD ul_reason_for_call, LPVOID lpReserved ) { switch (ul_reason_for_call) { case DLL_PROCESS_ATTACH: case DLL_THREAD_ATTACH: StartCheck(); case DLL_THREAD_DETACH: case DLL_PROCESS_DETACH: break; } return TRUE; } Downloads: https://drive.google.com/file/d/12Ea_0L7GuZEXeXtBalzJG72GgDrXTn44/view Password: [Hidden Content]
  10. i guess it's time to make such amazing works for Interlude aswell
  11. Hello, please include a price on your topic.
  12. so from which svr is that?
  13. Download: [Hidden Content] [Hidden Content] Author: Un1k
  14. from where you got that interface.xdat what chronicle aswell? interlude/highfive give us more informations so we can help you.
  15. include prices on your topic
  16. Locked.
  17. Solved Locked.
  18. Looks sick i love it that dark crystal set is amazing 10/10
  19. @iPerfect he can decrypt it
  20. what chronicle it is interlude or h5?
  21. Add price on your topic read the rules.
×
×
  • Create New...