Skip to content

APet99/Forza7-Auto-Drag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues Size LinkedIn

Buy Me A Coffee


Logo

Auto Drag Race To Earn Easy XP and CR

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
  1. About The Project
  2. Getting Started
  3. Roadmap
  4. Contributing
  5. Contact

About The Project

proof2_img

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 :)

Current Features

  • 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. 😊

Built With

Getting Started

To get the Forza 7 Auto Drag tool working; follow the steps below.

Prerequisites

  • Download and install Python Version 3.8.X or newer (Download here)

Installation

  1. Clone the repo

    git clone https://github.com/APet99/Forza7-Auto-Drag
  2. Install pip packages

    pip install -r requirements.txt

or

pip install PyAutoGUI~=0.9.52

pip install opencv-python~=4.5.2.52

Daily Use

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 &

Roadmap

Features currently being developed includes:

  • Support for manual shifting

Recommended future features and known bugs can be found here.

Contributing

Want to help? Contributions foster an amazing place to be learn, inspire, and create. Any contributions you make are ** greatly appreciated**.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Contact

Alex Peterson - Discord: CallMeBetty#6682 Project Link: https://github.com/APet99/Forza7-Auto-Drag