Encode "Packing File"

Post here messages if you have any problems with working of Enigma Protector
Post Reply
Smashden
Posts: 4
Joined: Mon Sep 29, 2014 3:02 pm

Encode "Packing File"

Post 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?
Enigma
Site Admin
Posts: 3085
Joined: Wed Aug 20, 2008 2:24 pm

Re: Encode "Packing File"

Post 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.
Smashden
Posts: 4
Joined: Mon Sep 29, 2014 3:02 pm

Re: Encode "Packing File"

Post 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
*.otuihttps://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.
Smashden
Posts: 4
Joined: Mon Sep 29, 2014 3:02 pm

Re: Encode "Packing File"

Post by Smashden »

refresh, I need help
Alec
Posts: 82
Joined: Thu Feb 20, 2014 9:35 am

Re: Encode "Packing File"

Post 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.
Smashden
Posts: 4
Joined: Mon Sep 29, 2014 3:02 pm

Re: Encode "Packing File"

Post by Smashden »

When I packs files into exe I have problem with connected to game and declines fps in game :/
Alec
Posts: 82
Joined: Thu Feb 20, 2014 9:35 am

Re: Encode "Packing File"

Post 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.
Post Reply