You last visited: Today at 05:55
Advertisement
Engine Password please help
Discussion on Engine Password please help within the Kal Online forum part of the MMORPGs category.
02/22/2020, 13:11
#1
elite*gold: 0
Join Date: Nov 2010
Posts: 35
Received Thanks: 3
Engine Password please help
Hey any1 can get for me engine pass
ty
Attached Files
engine.rar
(1.63 MB, 5 views)
02/23/2020, 04:54
#2
elite*gold: 50
Join Date: May 2014
Posts: 1,911
Received Thanks: 942
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:
images:
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
#3
elite*gold: 0
Join Date: Nov 2010
Posts: 35
Received Thanks: 3
Quote:
Originally Posted by
HighGamer.
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:
images:
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
?
Attached Files
Engine.rar
(2.39 MB, 4 views)
02/23/2020, 12:13
#4
elite*gold: 50
Join Date: May 2014
Posts: 1,911
Received Thanks: 942
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
Attached Files
Engine_dump.zip
(5.48 MB, 28 views)
All times are GMT +1. The time now is 05:56 .