Source Tales of Pirate 2022 DX9

Can you provide a solution for this?
View attachment 93
After I copied the clu txt files in the game client, they automatically moved to the correct location. The game client folder contains files such as compiler_clu and compiler_table. Double-clicking these files when changing various things in the game without changing the actual pixel values of the cloak attachment fixed its visual effect.
1774337593002.webp


Result:
1774337440644.webp
 
how to create account by website ? md5 doesnt work .
They changed the way clients reads hash from md5 to blake2s-256,
you gotta change this inside ProCirculateCS.cpp in the client folder -> SRC

#1 is to make sure u have this in the top
#include "md5.h"
#include "hex.h"
#include "filters.h"

and then inside this, change it from blake to md5
void CProCirculate::Login(const char* accounts, const char* password, const char* passport)
 
who will use the server, remove the CMD_CM_KITBAGTEMPlocks command, which is a backdoor for executing any lua code without verification.
 
  • Like
Reactions: zLuke