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

Search results

  1. D

    Decrypt Tibia connection

    Hi. It is possible to decrypt Tibia (7-8) connection? As I know, Tibia uses XTEA + RSA encryption. I.E: 1) First part of login packet (protocol, OS, ..) - are not encrpyted 2) Second packet it's XTEA key (128 bits) - its encrypted also by RSA 3) Rest part after XTEA KEY i.e - login, password...
  2. D

    XTEA key

    Hi. Could you lead me how to mine XTEA key from client (especially OTClient without sources)? As I know there is LUA function "getXteaKey" which return a key. But it is possible to execute them for instance via cheat engine? And also how to use them, to decode messages send to server? Thanks...
  3. D

    [OTC] Try login to server

    Hello. I try to login with OTC to custom server (not cipsoft, but this server normally uses OTC). I've found RSA key. First bytes of login package in Wireshark are the same as bytes from the original client. Bytes are the same to this line of code (included): msg:addU32(PIC_SIGNATURE) After...
Back
Top