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

[Download] Tibianic DLL Sources (Client Injection)

@Gover i can explain how to disable it pm me
Send you a private message here on forum, but with no response.


If someone would be that good to show me the way to achieve two things with this dll:
1. Disable FAQ/Manual buttons or make for them different action (like opening the website etc)
2. Is it possible to remove Soul from inventory and from skill points? I believe yes, but did not find the correct lines to remove in sources.

Thanks in advance for any help :)

Have a great day!

I'm trying to use ollydbg to find something usefull for this.
_CreateHelpDialog CreateHelpDialog = (_CreateHelpDialog)0x00482EA0;
I have found this section:
1746209630788.webp
The only referenced found by me are in:
1746209728733.webp

Should I try to add these 0x004764A2 and 0x00476570 inside the main.dll somehow?

This is what ollydbg returns when I click Manual/FAQ button:
1746210723318.webp
 
Last edited:
I was able to compile with MSVC using SaiyansKing's version.

I'm running a RealOTs server localhost on a Docker container on default port 7171, using default login server and query manager:

The server is working as I'm able to login just fine using official 7.7 client with updated IPs and RSA.
But when I try to use the client from this project I keep getting Cannot connect to a login server.

I would appreciate any kind of help!
 
I was able to compile with MSVC using SaiyansKing's version.

I'm running a RealOTs server localhost on a Docker container on default port 7171, using default login server and query manager:

The server is working as I'm able to login just fine using official 7.7 client with updated IPs and RSA.
But when I try to use the client from this project I keep getting Cannot connect to a login server.

I would appreciate any kind of help!
wasnt there empty packet sent on login or some shit like that ?
 
wasnt there empty packet sent on login or some shit like that ?
I'm not sure what you mean or how to check it. On my login server container nothing is logged when I try to connect on the client.
 
i gues if editing the dll would possible to add mounts or addons or for that i would need to adapt the dll to a client that handles such features? does anyone has a hint?
 
Does anyone know how I can activate the "stop" button instead of "quest"?
 
Back
Top