Engine Password please help

02/22/2020 13:11 ZeLeeeK#1
Hey any1 can get for me engine pass :) ty
02/23/2020 04:54 HighGamer.#2
Code:
// Example program
#include <iostream>
#include <string>

int main()
{
  char test[200];
  char byte_85AE18[] = {
  0xBF, 0xAC, 0xD3, 0xB5, 0xC2, 0xBA, 0xB8, 0xB6, 0xDE, 0xC9, 
  0xB5, 0xC8, 0xBF, 0x00, 0x00, 0x00};
  int k = 0;
  for (k = 0; k < 0xD; ++k )
      test[k] = byte_85AE18[k] ^ 0xFA;
    test[k] = 0;
    printf("Password: %s\n", test);
}
online compiler: [Only registered and activated users can see links. Click Here To Register...]

images:
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]

Password: EV)O8@BL$3O2E

but I don't think password will work they use custom Engine.dll where password is changed
02/23/2020 09:15 ZeLeeeK#3
Quote:
Originally Posted by HighGamer. View Post
Code:
// Example program
#include <iostream>
#include <string>

int main()
{
  char test[200];
  char byte_85AE18[] = {
  0xBF, 0xAC, 0xD3, 0xB5, 0xC2, 0xBA, 0xB8, 0xB6, 0xDE, 0xC9, 
  0xB5, 0xC8, 0xBF, 0x00, 0x00, 0x00};
  int k = 0;
  for (k = 0; k < 0xD; ++k )
      test[k] = byte_85AE18[k] ^ 0xFA;
    test[k] = 0;
    printf("Password: %s\n", test);
}
online compiler: [Only registered and activated users can see links. Click Here To Register...]

images:
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]

Password: EV)O8@BL$3O2E

but I don't think password will work they use custom Engine.dll where password is changed
Aha,also can you check in Engine.exe :) ?
02/23/2020 12:13 HighGamer.#4
the Engine.dll is protected by Enigma Protector so its very hard to figure out the config.pk password.

I managed to dump a loaded Engine.dll which is 10.4 MB

no clue where to begin to look lol