• 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

fabian766

Veteran OT User
Joined
Apr 22, 2008
Messages
128
Solutions
21
Reaction score
344
Location
Poland
So since no one already write tutorial how to disable battleye protection error message for Tibia 12+(should work on 11+ but I don't guarantee it) I decided to write one myself:
Open Client.exe in any Hex Editor that can search for Hex Bytes and search for: 84 C0 74 04 C6 47 05 01
if Hex Editor finds these bytes make sure it don't find any more results(if it finds more you might want to try-undo if error-repeat method), if Hex Editor don't find anything then this tutorial isn't for your Client version.
If you successfully found your bytes in Hex Editor change them to: 84 C0 90 90 C6 47 05 01
2.png
Save your changes and test if they work :)

So what does these changes makes? It make client think you always launch it with "--battleye" parameter so battleye error aren't displayed.
 
Don't work to me on cliente 12.20.8888...... have another way to do it??????
 
ill use this code inside of start.cmd
Code:
@echo off
start %1bin\client.exe --battleye
exit

Hope its usefull for anyone :)
 
In 12.40.9997, you can disable the BattlEye error message by opening the client in a hex editor and going to memory address 0x2BFD4 (or search for the hex sequence C6 45 D7 00 C6 45 CF 00) and change the value from 00 to 01 (the second 00 if you searched for the hex sequence).
 
In 12.40.9997, you can disable the BattlEye error message by opening the client in a hex editor and going to memory address 0x2BFD4 (or search for the hex sequence C6 45 D7 00 C6 45 CF 00) and change the value from 00 to 01 (the second 00 if you searched for the hex sequence).

12.72 dont works anymore :(
 
12.72.11272
Search 8D 8D 70 FF FF FF 75 0E
Replace 8D 8D 70 FF FF FF EB 0E

Better signature, maybe works for previous versions too
Edit: why not edit the title of this thread and if someone search about disabling battleye we can list for many versions here?
 
12.72.11272
Search 8D 8D 70 FF FF FF 75 0E
Replace 8D 8D 70 FF FF FF EB 0E

Better signature, maybe works for previous versions too
Edit: why not edit the title of this thread and if someone search about disabling battleye we can list for many versions here?
just to let you know, it's also working on 12.81.11448
 
12.72.11272
Search 8D 8D 70 FF FF FF 75 0E
Replace 8D 8D 70 FF FF FF EB 0E

Better signature, maybe works for previous versions too
Edit: why not edit the title of this thread and if someone search about disabling battleye we can list for many versions here?
It's working for: 12.81.11476
 
isnt working anymore? cant find any of this hex
What client version do you use? I tested Cjaker bytes with 12.85 client and it worked.
12.72.11272
Search 8D 8D 70 FF FF FF 75 0E
Replace 8D 8D 70 FF FF FF EB 0E

Better signature, maybe works for previous versions too
Edit: why not edit the title of this thread and if someone search about disabling battleye we can list for many versions here?
 
Back
Top