obama-gaming / BottlEye

BottlEye is a usermode emulator for the popular anti-cheat BattlEye

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

BottlEye is a usermode emulator for the commercial anti-cheat BattlEye that works by recreating the anti-cheat module and responding to requests sent by the game server. The write-up of this project can be found on our website

How to use

First you need to set up a man-in-the-middle environment that allows you to capture the responses sent by the real BEClient. When those are logged, implement them into BottlEye and compile it. Replace the BEClient_x64.dll module on disk with your BottlEye build and launch the game.

If you are having issues figuring out the ip address and port to monitor with Wireshark (or whatever tool you choose to use), build BottlEye without the responses and launch the game with it. BottlEye will print the ip and port, which you can later use to filter traffic with.

Compiling

Linux

To compile on Linux, run these commands:

git submodule update --init
cd BottlEye
make

About

BottlEye is a usermode emulator for the popular anti-cheat BattlEye

License:MIT License


Languages

Language:C++ 97.4%Language:Makefile 2.6%