Help hexing client

Avatar Level 1 ring
swat189 Jun 1, 2025 5:49 am
Hi, I'm new to creating a private server. I've got a bunch of files downloaded and have managed to setup my server files and get them running but I'm having trouble hexing a client. All I see when I hex the client is a bunch of data I can't read (might be in utf 8 if I researched that right). The only guide I've been able to find says to search for "checksum" but ita not finding anything. Can anyone help?
Avatar Level 1 ring
unbanned_00001 Jun 5, 2025 9:17 pm


Hi, hex editors are no longer used to modify the client.
Now people use Visual Studio 2013–2022.
Open the project, look for the "Client" folder, and inside the client, search for "GlobalDef.h".
Inside that header file, you'll find the client's IP configuration.
Change it, compile, and that's it. It works for most modern servers.

You must log in to reply.