• 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!

Configuration [Tutorial] Make your custom Tibia Client.

Status
Not open for further replies.

Jester

Off
Senator
Joined
May 28, 2007
Messages
2,683
Reaction score
56
Location
Romania.

If you can't get working your client, I have opened a thread in the tools sections where you can request it.


Why should you make your own Tibia Client?
There are many advantages like recording movies with Tibicam and playing OT without using an IP changer.

What do you need for it?
Tibia.exe and Hex editor. Download Hex editor here.

So.. Let's start!
Move your Tibia.exe in your desktop and run Hex Editor.

Now follow this steps.
1.- Go to file and click on Open file (Ctrl+O) and Load your Tibia.exe.
2.- There should appears a lot of numbers and letters, so we gotta put a new RSA Key.
Press ctrl+f and write "1247", then Enter.
You must find a large sequence of numbers. Delete them all.
3.- Go to Edit/Insert String. A window appears and there are 2 options to choose. Hex string or Text String. Go for Text string and write this code:
Code:
10912013296739942927886096050899
55415282375029027981291234687579
37266291492576446330739696001110
60390723088861007265581882535850
34290575928276294364131085660290
93628212635953836686562675849720
62078627943109021801768106152175
50567108238764764442605581471797
07119674283982419152118103759076
030616683978566631413

It should be like this..
pic1.jpg



Ok, now we are done with the RSA KEY.

The next steps are to change the ip to the one we want the Tibia client connect to.

1.- Ctrl+f and write test.cipsoft.com and press Ok.
Now you have found Like 4 CipSoft ip's. What do we do? Take the first ip (can't remember which one it is) and click with the mouse cursor on the first letter. Now write your ip. Imaginte that you replace test.cipsoft.com.. This ip has 16 intergers (writable places). If you write 80.80.80.80, then this one has 11 intergers. You will have something like 80.80.80.80t.com .
What do we do? we Delete "t.com" and the we gotta do this:
Click with your cursor on the last 0 of that ip, and click on Edit/Insert String. This Time choose "Hex strings". So we had "t.com", that = to 5 intergers. What do we write there? Two 0 for
1 interger. So this time would be "00 00 00 00 00". Press ok.

Should be like this:
pic2.jpg


Now we have 3 ips left. What do we do? We count how many intergers does contain and then we delete it. We go to Edit/Insert String/CHoose "Hex strings" and write two 0 per interger that contained the ip you deleted.
 
what do you mean by "a large sequence"

do you mean every number after it until the periods, do you mean 1247 including the other numbers, i was sort of confused when i tried this on a 7.9 client and a 8.0 client.



also, is this meant for a 8.0 client and if not will it work?
 
I have made this on a 7.92 client, but i cant record movies.
And that key is the same for 8.0 clients?
 
But...If the ip is bigger than the cip's ip, what should i do?
 
In the Tibia 8.0 there are around 8 ips, so you have to delete 7 and replace one for yours. And the rsa key is the same I think
 
cool.. but i prefer the ip changer than going through the trouble for a custom client
 
Status
Not open for further replies.
Back
Top