Skip to content

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

License

Notifications You must be signed in to change notification settings

ezhangle/BottlEye

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.4%
  • Makefile 2.6%