- Joined
- Sep 19, 2013
- Messages
- 127
- Reaction score
- 12
- First Language
- English
- Primarily Uses
Thank you for the excellent script though. It is going to be fun confusing hackers.to change EST_GAMES
check this on configuration
# folder where the decrypt list file and decrypted sound file placed
# it would be better to specify STATIC path inside player computer.
@@FOLDER = "#{ENV['APPDATA']}/EST_GAMES" <<<<<<<<<< this one
# you can even set it in C:/Windows/System32 for example. but i won't go that far.
# as long as the drive is exist it will create the folder if it's not exist
# people that decrypt your project can see this. so use EST - SCRIPT CONTROL
# to hide this script..
# if you want... you can use this to put decrypted files in %appdata%
# @@FOLDER = "#{ENV['APPDATA']}/yourfoldername"
# like most games do... but it's not as secure as:
# C:/Windows/System32/s/x/ccs/zlib/omg/wtf
change the @@FOLDER variable above to any path you want:
example:
@@FOLDER = "C:/Program Files/Mygame/"
then it will create Mygame folder in C:/Program Files and put the files there
for the dll issues. installing Microsoft Visual C++ sure fix the problem. but i'm still looking another method without it. since that means we have to tell every player to install Microsoft Visual C++.
last night i'm a bit tired after work. so i didn't try the new dll in my old laptop. maybe tonight. >.<.
The dll issue is still a problem, but as long as no scripts are disabled, then it works well.
Also, is the scripts being disabled encrypting them or is it just making it so they don't activate or run.
A implementation suggestion:
Is there a way to change the date of the files creation? For instance, I make a new folder, the folders says that it was made today. Can I change the date to 2 months ago? This will make it harder for hackers to find the folder.
This might help you:
http://en.kioskea.net/forum/affich-35052-modify-file-or-folder-creation-date
Other than the font encryption. That is the only other feature I can think of.
Last edited by a moderator:

