as my title said how i can encrypt my client
for example Media.pk2 / Data.pk2 to 000.aaa or whatever
any idea or hints for help please !
for example Media.pk2 / Data.pk2 to 000.aaa or whatever
any idea or hints for help please !
Thanks for ReplayQuote:
If you edit the exe with an hex editor you can't change the file size. If you want to use an name smaller than the current one you have to do it will olly, add an string somewhere on the exe where its empty with the new name and change the pointer of the current pk2 names to that address. You can also add 00h at the end of the file name for make it stop reading the name there.