A configurable cross platform Starwars Battlefront 2 ESP created with pyMeow.
- FPS control
- Box ESP
- Snaplines
- Entity information
- Health "Pies"
- No Recoil
- No Spread
- Ingame Menu
- Install Python (64bit)
- Install pyMeow
- Clone this repository and run the main script:
- Windows:
python main.py
- Linux:
sudo python3 main.py
- Windows:
Run SWBF2 in windowed or windowed fullscreen mode.
The ingame menu can be opened by pressing INSERT
:
You can change various colors by editing the config file:
[Main]
fps = 240
drawfps = True
teamesp = True
drawsnaplines = True
snaplinesthickness = 1.0
snaplinesposition = mid
drawhealth = True
drawinfo = True
infocolor = white
[EnemyColor]
box = orange
boxvisible = lime
boxalpha = 0.3
snaplines = orange
snaplinesvisible = lime
snaplinesalpha = 0.3
[TeamColor]
box = silver
boxvisible = white
boxalpha = 0.3
snaplines = silver
snaplinesvisible = silver
snaplinesalpha = 0.3