Requesting help in regards to polyhack

Posts 15 of 5 · Page 1 of 1
Requesting help in regards to polyhack
[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?
Quote Originally Posted by themis2523 View Post
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?
Quote Originally Posted by Yen Shi View Post
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
Posts 15 of 5 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?