[enc_string_enable /] - Scrambles all strings, when you are using this make sure you have Decrypt.h included (the loader will generate a randomized Decrypt.h file).
In regards to this particular area. If I wanted to scramble the strings, do I need to put a decrypt.h file with no code inside in the hack.zip file?
What do you want to know?
Originally Posted by themis2523
What do you want to know?
Maybe I wasn't clear but the quote I stated in the OP can someone explain it more simply?
Originally Posted by Yen Shi
Maybe I wasn't clear but the quote I stated in the OP can someone explain it more simply?
Code:
//Example cpp file
#include "Decrypt.h"
int main()
{
[enc_string_enable /] // - Scrambles all strings.
string a = "a",
b = "b",
c = "c";
[enc_string_disable /] // - Disables the auto string scrambler.
return 0;
}
OHH I GET IT NOW. I thought it literally meant I should put just a random decrypt.h file in the rar file THANKS