Author Topic: encrypting a script  (Read 1283 times)

0 Members and 1 Guest are viewing this topic.

Offline ExHunter

  • Inactive Soldat Developer
  • Soldier
  • ******
  • Posts: 154
  • Speedy go!
encrypting a script
« on: March 23, 2012, 01:48:13 pm »
Hello there,

I wanted to encrypt some scripts - the reason for that should be obvious.

So I searched a bit around - because I know that it's possible - but didn't find anything.

Got anyone the program of EnEsCe, which makes it possible and would give it to me (or if you don't want to hand it out: would you encrypt the script for me)?

best regards,
ExHunter

Offline laB

  • Major(1)
  • Posts: 8
Re: encrypting a script
« Reply #1 on: March 23, 2012, 03:09:57 pm »
I have a tool created by Mr, that can encrypt your script. I hope that he will not be angry for posting it here ;)

Offline Hacktank

  • Camper
  • ***
  • Posts: 462
  • Soldat Scripter
    • HTZRPG
Re: encrypting a script
« Reply #2 on: March 23, 2012, 03:11:15 pm »
I made a script obfuscator (link). I dont know if Ec's even still exists, so mine is probably as close as your going to get.


Offline ExHunter

  • Inactive Soldat Developer
  • Soldier
  • ******
  • Posts: 154
  • Speedy go!
Re: encrypting a script
« Reply #3 on: March 23, 2012, 03:40:12 pm »
Thanks to both of you. :]

Edit: How does the tool work laB?
« Last Edit: March 23, 2012, 03:42:30 pm by ExHunter »

Offline laB

  • Major(1)
  • Posts: 8
Re: encrypting a script
« Reply #4 on: March 23, 2012, 03:47:11 pm »
you have to run it in cmd, with two params - script file to encode and output file.
Eg.:
soldatscripttool C:\Script.pas C:\Encrypted.pas

Offline Mr

  • Inactive Soldat Developer
  • Soldier
  • ******
  • Posts: 166
Re: encrypting a script
« Reply #5 on: March 23, 2012, 04:08:51 pm »
@laB: Absolutely not, thanks for posting it here.

There's a more up-to-date version of the tool written in PHP available at http://svn.mologie.de/pascalobfuscator/trunk/ - it is actively being used by the SGAS project.
php pobfio.php <core.pas >core.enc.pas

Offline ExHunter

  • Inactive Soldat Developer
  • Soldier
  • ******
  • Posts: 154
  • Speedy go!
Re: encrypting a script
« Reply #6 on: March 23, 2012, 04:22:49 pm »
Thank you guys. :]]