CONFIG.Pk PASSWORD

02/09/2024 17:01 marciok99#1
HOW TO DISCOVER THE PASSWORD FOR THE NEW KALONLINE GLOBAL CONFIG.PK

CAN SOMEONE HELP ME/??
06/20/2024 19:24 HighGamer.#2
Newest International config.pk password: = q09V169$u-+_Y2ak
Old International config.pk password: In#ixFuc*kin!g
Old International config.pk password: axFGVj4NyC9UY[

How to find new pk password tutorial.
Open engine.exe in IDA PRO 8.3
Press Shift+F12 to open Strings
in strings press Ctrl+F
search for %s\\config.pk
click it
Right click and press X
click Ok
Press F5
Scroll down until you see
Code:
    for ( k = 0; k < 0x10; ++k )
      v43[k] = byte_905048[k] ^ 0x20;
    v13 = k;
Right click 0x20 and click Decimal
Go to this site
[Only registered and activated users can see links. Click Here To Register...]

Use XOR KEY 32 aka 0x20

Double click the byte_905048
Right click byte_905048 and click Array...
Array size fill as 16. (or higher if it changes).
Click Ok
Click Edit->Export Data
Click C unsigned char array (hex)

Run this code replace the Preview code with the code below

Code:
#include <iostream>

int main() {
    unsigned char byte_905048[] =
    {
      0x51, 0x10, 0x19, 0x76, 0x11, 0x16, 0x19, 0x04, 0x55, 0x0D, 
      0x0B, 0x7F, 0x79, 0x12, 0x41, 0x4B
    };
    char v43[16];
    for (int k = 0; k < 0x10; ++k )
          v43[k] = byte_905048[k] ^ 32;
    v43[16] = 0;
    printf("pk password = %s", v43);
    //pk password = q09V169$u-+_Y2ak
    return 0;
}
Run this code using [Only registered and activated users can see links. Click Here To Register...]
06/29/2024 11:43 birdman1989#3
i still have same issue when open config.pk with new pk
language still unread
hope can explain how open it with screenshot
thanks alot for support.
06/29/2024 19:22 HighGamer.#4
Quote:
Originally Posted by birdman1989 View Post
i still have same issue when open config.pk with new pk
language still unread
hope can explain how open it with screenshot
thanks alot for support.
Did you use
[Only registered and activated users can see links. Click Here To Register...]

Get
File Type: zip PKED Editor Newest.zip (9.16 MB, 287 views)

Open PKED.exe

Select File -> Open --> Load File... (Config folder) -> config.pk

Config-File selected radiobutton and Old Crypt selected.

Work for me (just ran it look below at image)

[Only registered and activated users can see links. Click Here To Register...]
06/30/2024 12:04 birdman1989#5
thanks alot for help mate <3333333
could tell me script f1 how can get it ,
07/01/2024 01:03 HighGamer.#6
Data->HyperText->nui->script.pk

its called s100001.dat

thats F1 Key

[Only registered and activated users can see links. Click Here To Register...]
07/05/2024 14:51 HighGamer.#7
offsets for what? pserver?
10/13/2024 16:32 HighGamer.#8
Code:
#include <iostream>

int main() {
    unsigned char ida_chars[] =
{
  0x6C, 0x0B, 0x59, 0x19, 0x73, 0x4D, 0x6A, 0x52, 0x64, 0x6C, 
  0x7F, 0x18, 0x60, 0x69, 0x6D, 0x0B, 0x00, 0x00, 0x00, 0x00
};
    char v43[16];
    for (int k = 0; k < 0x10; ++k )
          v43[k] = ida_chars[k] ^ 0x20;
    v43[16] = 0;
    printf("pk password = %s", v43);
    //pk password = L+y9SmJrDL_8@IM+
    return 0;
}
new password

Code:
pk password = L+y9SmJrDL_8@IM+
10/17/2024 11:59 birdman1989#9
hello bro
can give me f1 script to replaces it with old contain
thanks alot for support
10/18/2024 09:06 mclane09#10
looks like they have changed something, unable to receive the pw
10/19/2024 22:22 HighGamer.#11
how to find new password

look for function from lumina db:
Code:
call    _unzGetCurrentFileInfo
18 lines down

Code:
.text:0102E196                 push    offset a7i1mcluxpxt8ib ; "7i1McLUXpxt8iB23T400eYrERpOIMX"
Code:
new pk password very long: 7i1McLUXpxt8iB23T400eYrERpOIMX
10/24/2024 18:53 HighGamer.#12
new pk password: F8bnhAl06GvHyuZQisEjIX0kCsHADL

new config.pk/script.pk crypt keys
Code:
OldCrypt.CONFIG_KEY = 90; //92
OldCrypt.RESOURCE_KEY = 33; //4
To get new crypt keys after update in IDA when it finishes loading and runs lumina db look for Decode/Encode and find the xrefs to Decode you'll see like Decode(90, blahblah and Decode(33, blahblah for HyperText thats how you get the crypt keys.

new pked editor uploaded here below this message.
10/31/2024 14:50 HighGamer.#13
new pk password is : WUigj8t8mJ4zcaKkrjxxUkq4Ze5vTN

Code:
OldCrypt.CONFIG_KEY = 46; //90 //92
OldCrypt.RESOURCE_KEY = 61; //33 //4
Update Your own PK Editor and get PK Password yourself video:
11/08/2024 18:00 qaldo1#14
can you get password for pserver configs? for this engine[Only registered and activated users can see links. Click Here To Register...]
11/08/2024 19:16 Lungi#15
Quote:
Originally Posted by qaldo1 View Post
can you get password for pserver configs? for this engine[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]