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

Disable Battleye Error 12.20

Has anybody found a definitive solution for this problem yet? I've tried to open the client with that "-- battleye" extension but then it complains that battleye isn't active and requests me to restart the client....

Or maybe this hex change for the newest client? 13.14 I believe.

Thank you all!
If you want a solution that should work with every update without having to hex-edit the client, you can run client_launcher.exe from the command line and pass “6” as an argument.

  1. Open Command Prompt
  2. Switch to the client directory: cd %LOCALAPPDATA%\Tibia\packages\Tibia\bin\
  3. Run client_launcher.exe passing “6” to it: client_launcher.exe 6
That will launch client.exe without starting the BattlEye service and without the pop-up warning.
 
13.20.13709
Search for
FF FF FF 75 0E E8 DF

Switch to
FF FF FF EB 0E E8 DF
 
Just so i understand it correctly. Does it only remove an error message, or does tibia run without battleye? But if it disables batteleye and removes the warning text. Are you even able to connect to original tibia?
 
if you want to run tibia without battleye just use linux, battleye is windows only afaik

yes this code is to remove the error message only

So basically botters exist on linux in original tibia and have no issues reading from the client?
 
Just what happens if u use this in real tibia, u wont be able to connect right?
 
13.34.14631
Search for
8D 4D B4 75 0E E8

Switch to
8D 4D B4 EB 0E E8
Post automatically merged:

Could you explain how you found this?
Was it by memory address?

I don't really know how it works, I can find it after trying a few times, I learned this way:

I open the client with notepad++ and activate the hex editor plugin

To remove it, I understand that it will always be changing the 75 0E to EB 0E, but it needs to be the correct one.

Recently it is always next to an E8, so we will have to look for 75 0E E8, there will be few.

When searching for 75 0E E8, I know that normally the address starts with 0011, so if the location of 75 0E E8 is close to address 011, I already try to change it to EB 0E E8 and test the client.

Furthermore, I always try to see here on the forum what the recent exchanges were like and search for them before trying to find!

gif battleeye.gif

Sorry for not knowing how to explain it better, but that's how I do it. Whenever I update my client, I'll keep sending it here!
 
Last edited:
Back
Top