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

Making Own Client.

nevix

Tunzodus.net
Joined
Mar 31, 2010
Messages
356
Reaction score
62
Location
Lithuanian
Making Own Client.


Hello guys I'm looking for help reading threads but Can't find some usefull information.

It's possible to change 10.41 tibia protocol connect without ip changer?
I tried change all hex codes. But the same

3rBdQbKC.png



When i'm chaning IP's to mine it says connection failed. Probably I need change RSA key but I don't understand a little bit with that. So maybe somebody can explain for me how to change 10.41 connect without ip changer? its possible at al?
 
i'm curious what ip did you replace all the login01.tibia.com etc with?
keep in mind your ip has to be the same length as theirs so for example if you put tunzot.com it won't work. it needs to be as many letters as login01.tibia.com
so if you put tunzot.com there you need to make a 6 letter subdomain

i suck at expalining, look here:
http://otland.net/threads/custom-client-8-6-10-xx.212219/
 
Kewl

Make sure the right window is selected
RSA
In the main menu go to search -> replace
Make sure both text radio buttons are selected
In the top text box where it says Find copy and paste this in
Code:
132127743205872284062295099082293384952776326496165507967876361843343953435544496682053323833394351797728954155097012103928360786959821132214473291575712138800495033169914814069637740318278150290733684032524174782740134357629699062987023311132821016569775488792221429527047321331896351555606801473202394175817
In the Replace with box copy and paste this in
Code:
109120132967399429278860960508995541528237502902798129123468757937266291492576446330739696001110603907230888610072655818825358503429057592827629436413108566029093628212635953836686562675849720620786279431090218017681061521755056710823876476444260558147179707119674283982419152118103759076030616683978566631413
Click on replace all button

To change the login make sure the right window is selected
Go to search -> find
Make sure text radio button is selected and type in the box login05
From this point starting at the 1st letter ( l ) your going to start typing in your ip or dns in the right window, any characters left over your going to switch to the left side and type in 00 for each character not used, once you have login05.tibia.com written over your going to look for login04, login03, login02, login01 and do the same things aswell.

Next step is to look for tibia05.cipsoft.com to tibia01.cipsoft.com and do the same thing as you did above but this time start from the letter ( t ).

Please note: You can not exceed the amount of characters that make up the login & tibia web-addresses.

Once your done, select the left side window and save the program :)

http://otland.net/threads/custom-client-8-6-10-xx.212219/
 
Last edited:
Can i ask, what is the long code for?

Also if type 00 when replacing character, aren't i overexeeding the charcters already?
 
Can i ask, what is the long code for?
That is the RSA encryption key its used so the client can securely communicate with the server it also prevents packet editing.. well kinda :)
Also if type 00 when replacing character, aren't i overexeeding the charcters already?
00 means null so if you have excessive characters left over then you would use the 00 over their values in hex

Imagine typing in a url like otland.net but having extra characters in front of it as part of the url which didn't exist on otland.net, if you hit enter then it wouldn't take you to this website it would bring you to an error page.
 
Back
Top