NordCFW
IT Specialist/Security Enthusiast
- Messages
- 109
- Reaction score
- 21
- Points
- 888
How to Use:
Numpad+ zooms in 1 notch
Numpad- zooms out 1 notch
Installation:
1) Install Python 3.6.8 64-bit
2) Make sure its added to your path
3) go into your clone directory in commandline
4) pip.exe install -r requirements.txt (to install PyGame)
5) Run BFV.exe
6) python.exe .\Radar.py 1920 1200
Description:
Radar follows your local player perspective
Not internal to BFV so game cannot take screenshots
Tracks all enemy locations
Tracks all vehicle locations
Colors vehicles based on team id
Vehicle specific icons
Tracks spawn beacons
Tracks Stationary Weapons
Tracks Ammo and Health supply stations
Tracks Grenade Entities
Tracks Explosion Packs
Renders Level Borders and Team specific Borders
Firestorm Features:
Draws map borders
Draws inner circle
Draws outer circle
Draws LootEntities (as they pop up in memory)
White period = Tier 1 Loot
Green asterisk = Tier 2 Loot
Blinking Red/Green asterisk or hash = Tier 3 Loot
TO ACTIVATE "ALWAYS ON TOP":
To This:
[/LIST]
Video:
Github Release:
Numpad+ zooms in 1 notch
Numpad- zooms out 1 notch
Installation:
1) Install Python 3.6.8 64-bit
2) Make sure its added to your path
3) go into your clone directory in commandline
4) pip.exe install -r requirements.txt (to install PyGame)
5) Run BFV.exe
6) python.exe .\Radar.py 1920 1200
Description:
Radar follows your local player perspective
Not internal to BFV so game cannot take screenshots
Tracks all enemy locations
Tracks all vehicle locations
Colors vehicles based on team id
Vehicle specific icons
Tracks spawn beacons
Tracks Stationary Weapons
Tracks Ammo and Health supply stations
Tracks Grenade Entities
Tracks Explosion Packs
Renders Level Borders and Team specific Borders
Firestorm Features:
Draws map borders
Draws inner circle
Draws outer circle
Draws LootEntities (as they pop up in memory)
White period = Tier 1 Loot
Green asterisk = Tier 2 Loot
Blinking Red/Green asterisk or hash = Tier 3 Loot
TO ACTIVATE "ALWAYS ON TOP":
- Open Radar.py in a text editor
- Search for "ALWAYS ON TOP OPTIONAL SETTING"
- Uncomment the last 2 lines of code in that block
Python:
# -- ALWAYS ON TOP OPTIONAL SETTING --
# NOTE: Uncomment the following 2 lines of code to have
# your pygame window stay always on top of every window
#
# WARNING: KEEPING THE WINDOW ON TOP OF THE GAME WINDOW
# MAKES YOU SUSCEPTIBLE TO ANTI-SHEET SCREEN SHOT DETECTION
#
#api = MemAccess.WinApi()
#api.set_topmost("pygame", self.caption)
To This:
Python:
[LIST=1]
[*]# -- ALWAYS ON TOP OPTIONAL SETTING --
[*] # NOTE: Uncomment the following 2 lines of code to have
[*] # your pygame window stay always on top of every window
[*] #
[*] # WARNING: KEEPING THE WINDOW ON TOP OF THE GAME WINDOW
[*] # MAKES YOU SUSCEPTIBLE TO ANTI-SHEET SCREEN SHOT DETECTION
[*] #
[*] api = MemAccess.WinApi()
[*] api.set_topmost("pygame", self.caption)
Video:
Github Release: