Page 1 of 1
Encode "Packing File"
Posted: Tue Sep 30, 2014 8:03 am
by Smashden
Hello, I've downloaded The Enigma Protector Demo to test some functions of this program.
I found interesting option:
SS:
http://prntscr.com/4roymk
I packed all files of my game client and when I open pack file in Notepad ++ I have this "bug":
SS:
http://prntscr.com/4rozpo
My question is Why code in the red rectangle is not encode and how to encode it?
Re: Encode "Packing File"
Posted: Wed Oct 01, 2014 7:40 am
by Enigma
Hi, sorry, that's not clear what application are you trying to protect, what weak points does it have, and what are you waiting from the protection, what advantage would you like to have?
Maybe post some unprotected files here.
Re: Encode "Packing File"
Posted: Wed Oct 01, 2014 10:11 am
by Smashden
Hello Enigma.
I created online game via client and I want protect my file against theft and modification. I use open-source client:
https://github.com/edubart/otclient
This is a clear client without my editing, I will not give my client because there are a lot of new things.
I packed this flies:
Data Folder
Mods Folder
Modules Folder
init.lua
otclientrc.lua
In data folder is all graphics, in mods/modules you can see file:
*.lua eg:
https://github.com/edubart/otclient/blo ... iplist.lua
*.otmod
https://github.com/edubart/otclient/blo ... list.otmod
*.otui
https://github.com/edubart/otclient/blo ... ddvip.otui
In lua, otmod, otui files there are things that should not be available for the player and I want encrypt it.
Re: Encode "Packing File"
Posted: Sun Oct 05, 2014 1:31 pm
by Smashden
refresh, I need help
Re: Encode "Packing File"
Posted: Mon Oct 06, 2014 6:58 am
by Alec
Hi, you should use Virtual Box file embedding (Virtual Box - Files), not the the packaging. Files you select will be embedded into your executable during the protection, protected application won't require them being on hdd.
Re: Encode "Packing File"
Posted: Tue Oct 07, 2014 12:01 pm
by Smashden
When I packs files into exe I have problem with connected to game and declines fps in game :/
Re: Encode "Packing File"
Posted: Tue Oct 07, 2014 12:23 pm
by Alec
The following features may affect fps:
1. All plugins
2. Protection Features - Import Protection
3. Protection Features - Inline Protection
Try to disable all these features and protect again.