• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Disable Battleye Error 12.20

Can anyone find these bytes for 15.24? (it's "official" Tibia client now)

I need it in format that I can use in my PHP script:
PHP:
            '15.20' => [
                // 15.20.8007a5
                "\x75\x0F\xE8\x73\x20\xEE\xFF" => "\xEB\x0F\xE8\x73\x20\xEE\xFF",
            ],
8 bytes around would be nice, so there would be super low chance that 'replace all' would replace something similar in older/newer version of Tibia client (PHP script processes all 'bytes' from this thread).
 
Back
Top