An Automation tool to automatically start a drag race, compete, and do it all over again! This tool makes it easy to earn XP and CR in Forza Motorsports 7. This is not a cheat / hack / exploit. This tool simply automates the inputs as if you were doing it!
Note: For the best results, set the opposing Drivatar difficulty to unbeatable.
During development, an average of 970XP and 2,200CR was gained each run (30 sec). In an hour 116,400XP and 264,000CR can be earned!
View Demo · Report Bug · Request Feature
Table of Contents
Forza 7 is a great time, but grinding XP and currency can be a drag (pun intended). I wanted to increase my rank and money but I did not have the time to sit and race for long periods of time. As a result this tool was created. Little to no programming knowledge is necessary.
So Why Build it?
- Not everyone knows how to read/write code.
- Grinding in Forza 7 can be a very time-consuming process!
- Repetitive tasks get really old. . . really quick. Automating the boring tasks of life will free up time, energy, and prevent headaches.
While this solution met my needs, you may find that features are missing or bugs hinder use of the script. If that is the case, reach out and let's see what we can do :)
- Automatically Start and restart drag races
- Automatically launch with a very fast "response time". (Beat the opponent off the line)
- Automatically do it all again. 😊
To get the Forza 7 Auto Drag tool working; follow the steps below.
- Download and install Python Version 3.8.X or newer (Download here)
-
Clone the repo
git clone https://github.com/APet99/Forza7-Auto-Drag
-
Install pip packages
pip install -r requirements.txt
or
pip install PyAutoGUI~=0.9.52
pip install opencv-python~=4.5.2.52
Simply run the python script by:
Going to the project directory
cd /my/project/path/
Running the script
python drag.py
Note: If you want the script to run in the background
python drag.py &
Features currently being developed includes:
- Support for manual shifting
Recommended future features and known bugs can be found here.
Want to help? Contributions foster an amazing place to be learn, inspire, and create. Any contributions you make are ** greatly appreciated**.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Alex Peterson - Discord: CallMeBetty#6682 Project Link: https://github.com/APet99/Forza7-Auto-Drag