Hey any1 can get for me engine pass :) ty
// 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);
}
Aha,also can you check in Engine.exe :) ?Quote:
online compiler: [Only registered and activated users can see links. Click Here To Register...]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); }
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