-
Apprentice
Re: Zone.exe Auto closes
Sir Terrified How can i find the Code zone there????
-
Developer
Re: Zone.exe Auto closes
you will if you search for it.
-
Valued Member
Re: Zone.exe Auto closes
What dTantra did was dump the client mem where the HTScript.sys file uploads on the client.
anyone can do that, what only few can do is to make the encrypted file that server and client needs for running.
when I did that, I started by finding the Key used by Client and Server (both are different), then find which encryption server and client used (they both use standard Microsoft encrypt/decrypt), then I read from mycrosoft how those encrypt/decrypt works, then i debug both in ASM and find both keys, after that, was very easy to make my own compiler for the HTScript.sys, and i think that after almost 4 years from now, I still be the only one who took the time to make the compiler and understand the content of that file.
and NO i do not sell the compiler, and in my opinion those who just ask: HOW I DO THIS or THAT with out having any understanding of how the server and client works are LAZY ppl, and yes I can understand that not all have skills, but... for this you need to have at least some skills, not just the ASKING HOW.
So if you want to translate the titles, start by finding the encrypt/decrypt keys and if you ask HOW, then i will say READ microsoft encrypt/decrypt functions in c++, then learn some assembler (there are very good tutos on the web) and then use any debugger and search for those functions by reading the code on both: client and server, then you will know what you need to do with the dTantra file, even more you will be able to create the XML file for the HTScript.sys
Last edited by Eliana Gherbaz; 19-01-15 at 01:31 AM.
-
Member
Re: Zone.exe Auto closes
simply as changing your HTScript.sys for the working one again..
if you want to change the title language instead of putting it in your zone , put it in to the client either.