• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Tibia 10 Custom Client: Disable Update Message + MC + Your IP

Jose Rondón

UTibia
Joined
Oct 11, 2015
Messages
63
Reaction score
25
Location
Venezuela
Hi,

Today I show you how to disable the update client message which appears in the Tibia 10 client, enable MC option for your client and modify the client to work on your Tibia 10 version server.

Disabling Update Message:
1.- You need to download HexEditor XVI32 attached to this thread.

2.- Unzip and open Tibia.exe from your Tibia 10 directory with HexEditor XVI32.

3.- Replace the next things into it:

Code:
Offset: 13EF52
Change: E8 D6 A2 24 00
To: B8 00 00 00 00

Offset: 27A94
Change: 6A 00 6a 00 6A 4D EB 26
To: 90 90 90 90 90 90 EB 2B

Offset: 29700
Change: 6A 00 6A 01 6A 4D E8 C3 9F 18 00
To: 90 90 90 90 90 90 90 90 90 90 90

I suggest using Replace tool (Ctrl+R) to make it easier.

Enabling Multi-clienting (MC):
Using HexEditor replace the next things:

Code:
Offset: 1CD310
Change: FD FF FF 00 75 40 68
To: FD FF FF 00 EB 40 68

Establishing my IP on Tibia Client:

1.- Find and replace the next things in HexEditor:

Code:
Offsets: 48B8DC -48B920
Change:
login01.tibia.com
login02.tibia.com
login03.tibia.com
login04.tibia.com

To: Your 17 letters domain.
ex: thebest.no-ip.org

Offsets: 48B920-48B986
Change:
tibia01.cipsoft.com
tibia02.cipsoft.com
tibia03.cipsoft.com
tibia04.cipsoft.com

To: Your 19 letters domain.
ex: imthebest.no-ip.org

2.- Change Encription Key:

Code:
Offset: 48C712
Change:
132127743205872284062295099082293384952776326496165507967876361843343953435544496682053323833394351797728954155097012103928360786959821132214473291575712138800495033169914814069637740318278150290733684032524174782740134357629699062987023311132821016569775488792221429527047321331896351555606801473202394175817

To:
109120132967399429278860960508995541528237502902798129123468757937266291492576446330739696001110603907230888610072655818825358503429057592827629436413108566029093628212635953836686562675849720620786279431090218017681061521755056710823876476444260558147179707119674283982419152118103759076030616683978566631413



All credits in this thread goes to:
@Shadow Dan (MC Tutorial)
@Madzix (Disable Update Message in 10.98 version)
@Gesior.pl (Establishing connection)

I just compiled all into a thread and updated hex strings to disable updates messages.
Cheers,
Jose Rondon.
 

Attachments

  • HexEditorXVI32.rar
    471.5 KB · Views: 472 · VirusTotal
I don't get the 17/19 characters domain thing. Which one will players use to connect to my server?
I mean, I have a domain I created via no-ip and players can already connect with an ip-changer, but it doesn't have 17 nor 19 letters. Do I have to change it if I want to use this custom client?
 
I don't get the 17/19 characters domain thing. Which one will players use to connect to my server?
I mean, I have a domain I created via no-ip and players can already connect with an ip-changer, but it doesn't have 17 nor 19 letters. Do I have to change it if I want to use this custom client?

The domain has to be that long else the client will crash I think, just register two new domains via no-ip and make them the correct length. In real tibia there's login server and game server, thats why they there's two different ips for that too but ots generally just use the same ip.
 
I don't get the 17/19 characters domain thing. Which one will players use to connect to my server?
I mean, I have a domain I created via no-ip and players can already connect with an ip-changer, but it doesn't have 17 nor 19 letters. Do I have to change it if I want to use this custom client?

This two domains doesn't have to be the same domain you use to your players, as long as is related to the server IP. It's only for connecting purposes.
You can have your normal IP and yet, to make your custom client work, you need 17-19 letter domains linked to the same IP.
 
Here a tutorial to remove the client update message in all tibia versions:

Open the tibia client with ollydbg.
Right click -> search for -> all referenced text strings
Now it will search for all strings. In the new window with all strings right click -> search for text

Search for this text "Please enter a new, valid token:"

e62a15d4765e40b3b04e962d4887c628.png


Double click on this text:

93720f4c6b9b428c8d588eeab6801db7.png


Scroll down till you find this:
55d246232f404fa397d387d5a0ab44f7.png


Right click on CALL tibia_.004E5300 then binary -> edit

Transform this:

762c1677071c40f5a58fbdd6506baa1b.png


into this:

2ae0524bd29345b3a0f89be78529a9ab.png


the final result:

0ee7abeeff32445b990da6b7cbcbbbb1.png


Now we need to save this into the .exe.

Right click -> Copy to executable -> All modifications then hit the "copy all" button.
A new window will open, right click -> save file to save the modifications to a new file.

Done.

I only have test it with one 10 client but i think it will works for any client.
 
Hi, cAn you make tutorial how to disable the auto updater/ verfing client data on ot ? For two purpose . Some ots i want to change the spr files to custome and i gor Also cams from servers that got closed but you cant watch the cams , cuz ehen you open client the auto updater appear and since server down it cant update, than your only option is to press close/restart . So yiu cant see cams on closed servers ..
 
Hi,

Today I show you how to disable the update client message which appears in the Tibia 10 client, enable MC option for your client and modify the client to work on your Tibia 10 version server.

Disabling Update Message:
1.- You need to download HexEditor XVI32 attached to this thread.

2.- Unzip and open Tibia.exe from your Tibia 10 directory with HexEditor XVI32.

3.- Replace the next things into it:

Code:
Offset: 13EF52
Change: E8 D6 A2 24 00
To: B8 00 00 00 00

Offset: 27A94
Change: 6A 00 6a 00 6A 4D EB 26
To: 90 90 90 90 90 90 EB 2B

Offset: 29700
Change: 6A 00 6A 01 6A 4D E8 C3 9F 18 00
To: 90 90 90 90 90 90 90 90 90 90 90

I suggest using Replace tool (Ctrl+R) to make it easier.

Enabling Multi-clienting (MC):
Using HexEditor replace the next things:

Code:
Offset: 1CD310
Change: FD FF FF 00 75 40 68
To: FD FF FF 00 EB 40 68

Establishing my IP on Tibia Client:

1.- Find and replace the next things in HexEditor:

Code:
Offsets: 48B8DC -48B920
Change:
login01.tibia.com
login02.tibia.com
login03.tibia.com
login04.tibia.com

To: Your 17 letters domain.
ex: thebest.no-ip.org

Offsets: 48B920-48B986
Change:
tibia01.cipsoft.com
tibia02.cipsoft.com
tibia03.cipsoft.com
tibia04.cipsoft.com

To: Your 19 letters domain.
ex: imthebest.no-ip.org

2.- Change Encription Key:

Code:
Offset: 48C712
Change:
132127743205872284062295099082293384952776326496165507967876361843343953435544496682053323833394351797728954155097012103928360786959821132214473291575712138800495033169914814069637740318278150290733684032524174782740134357629699062987023311132821016569775488792221429527047321331896351555606801473202394175817

To:
109120132967399429278860960508995541528237502902798129123468757937266291492576446330739696001110603907230888610072655818825358503429057592827629436413108566029093628212635953836686562675849720620786279431090218017681061521755056710823876476444260558147179707119674283982419152118103759076030616683978566631413



All credits in this thread goes to:
@Shadow Dan (MC Tutorial)
@Madzix (Disable Update Message in 10.98 version)
@Gesior.pl (Establishing connection)

I just compiled all into a thread and updated hex strings to disable updates messages.
Cheers,
Jose Rondon.


Works, thanks bro
 

Similar threads

Back
Top