This Python script automates farming EXP in Apex.
It uses the PyAutoGUI library to simulate mouse and keyboard clicks.
You can choose between 2 modes:
-ApexFarmerTDM.py for Team DeathMatch mode
-ApexFarmerBR.py for Battle Royale mode
git clone https://github.com/0xAgartha/ApFarmex
sudo apt-get install python3-pip python3-tk python3-dev scrot
pip install pyautogui opencv-python
cd ApFarmex
python3 ApexFarmerBR.py
python3 ApexFarmerTDM.py
The script performs the following actions:
- Click on continue on Apex startup page
- Closes the news popup window if it appears
- Clicks on the "Ready" button and waits for the game to start
- Presses random keys during the game
- Ends the game and goes back to the home screen
- Restart an another game
- Ubuntu
- Python 3.x
- The script uses image recognition to locate buttons and menus on the screen. If the images used in the script do not match the images in the game, the script may not work properly.
- Make sure your game is running in fullscreen mode 1920x1080 in english and that the UI is not obstructed by any other windows.
- The script presses random keys during the game. This may not be optimal for gameplay.
Please note that using this tool to automate tasks in Apex may be considered cheating and could result in a ban from the game. Use at your own risk.