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

Windows Custom Client

kafo

Well-known Member
Joined
Oct 14, 2011
Messages
209
Reaction score
17
Location
Egypt
I wanna players join my ots from custom client only and can't use normal tibia

iam using Aries XML 0.4.0 Tibia 8.10
 
Pretty simple actually, but everything is just as simply reversable. Go get a hexeditor a bit more advanced than the standard XVI32, (i use hex workshop by breakpoint software.) then go search for 810 as an uint16_t value and the first two entried should be the login and game protocol versions, if not then just keep looking. 810 in hex would be 32A. Then what you could do if you want is ofcourse to change the RSA key. If you wanna be one hardcore mother you could write up a dll to rewrite the packet encryption/decryption functions and make it only properly attachable to your exe. Don't try to do it though, it's just a waste of time, just s funny thought :P or you can always take the easier and better path and use OTClient
 
Pretty simple actually, but everything is just as simply reversable. Go get a hexeditor a bit more advanced than the standard XVI32, (i use hex workshop by breakpoint software.) then go search for 810 as an uint16_t value and the first two entried should be the login and game protocol versions, if not then just keep looking. 810 in hex would be 32A. Then what you could do if you want is ofcourse to change the RSA key. If you wanna be one hardcore mother you could write up a dll to rewrite the packet encryption/decryption functions and make it only properly attachable to your exe. Don't try to do it though, it's just a waste of time, just s funny thought :p or you can always take the easier and better path and use OTClient

HAHAHAHAHAHA I LOVE HOW YOU TYPED ALL THAT AND HIS JUST LIKE "......BUMP..." HAHAHAHAHAHA I Picture him like this.
ice_cube_wtf.gif
 
Pretty simple actually, but everything is just as simply reversable. Go get a hexeditor a bit more advanced than the standard XVI32, (i use hex workshop by breakpoint software.) then go search for 810 as an uint16_t value and the first two entried should be the login and game protocol versions, if not then just keep looking. 810 in hex would be 32A. Then what you could do if you want is ofcourse to change the RSA key. If you wanna be one hardcore mother you could write up a dll to rewrite the packet encryption/decryption functions and make it only properly attachable to your exe. Don't try to do it though, it's just a waste of time, just s funny thought :p or you can always take the easier and better path and use OTClient
Thanks for replying but i didn't find uint_16
 
Back
Top