/AimTrainer-HB

Cheats the Aim Trainer on HumanBenchmark.com

Primary LanguageC#GNU General Public License v3.0GPL-3.0

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

AimTrainer Cheat

A tool to cheat at the Aim Trainer on HumanBenchmark.com
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

Product Name Screen Shot

This project is made to cheat at the Aim Trainer on HumanBenchmark.com using Windows' Win32 API for moving the mouse and clicking the targets. It's not extremely fast or anything, moreso just a way to expand my experience with C# and figure out how to use external libraries for my own projects.

(back to top)

Built With

(back to top)

Getting Started

To run the program on your own machine, follow the following steps.

Prerequisites

This is a list on all the things you need, in order to run the software on your own machine

  • Windows 7/8/10/11/Above
    • Any Windows version should work, but I'd suggest 7 or above, because I can't be certain if any version below 7 will work.
  • Visual Studio 2022
  • NuGet
    • Visual Studio 2022 comes pre-installed with NuGet, but if you're using something else like VSCode, then Google or DuckDuckGo is your best friend.
  • ScreenCapture.NET
  • ScreenCapture.NET.DX11

Installation

  1. Clone the repo
    git clone https://github.com/JMVRy/AimTrainer-HB.git
  2. Install NuGet packages
    In Visual Studio, go to Project>Manage NuGet packages... and install ScreenCapture.NET.DX11
    
    or
    NuGet\Install-Package ScreenCapture.NET.DX11
    or
    dotnet add package ScreenCapture.NET.DX11
  3. Change the Platform target
    In Visual Studio, go to Project>[Your project name] Properties and change "Platform target" to x64. I am unsure if x86 is supported.
    
  4. Change any pixel locations that are different for your own machine
    • Because this project was made for my own machine and the exact locations and sizes of my monitors, it may not work as well for your own computer. As long as you are using Firefox, have the Bookmark Toolbar shown, keep the screen Maximized but not Fullscreen, use a 1080p monitor (as well as making sure that this is the last monitor if you use multiple), possibly even have the toolbar hidden, have the Windows Night Light turned off (turns the screen more orange/red), and keep the webpage at 100% zoom, then it should work fine.
    • If your system does not support DirectX 11, then I suggest trying ScreenCapture.NET.X11 or ScreenCapture.NET.DX9, then changing any code mentioning "DX11" to whichever you've chosen.

(back to top)

Usage

This project is primarily made for the Aim Trainer on HumanBenchmark, as well as being specific to my own monitor setup. If you've followed the Installation setup and there's no more problems, then it should just be plug-and-play. Build and run, and any pixel with that specific shade of blue (#95c3e8) will be clicked, as long as it's within the 1000x400 box that contains the targets.

For more information, please refer to the Documentation

(back to top)

Roadmap

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  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

(back to top)

License

Distributed under the GNU General Public License Version 3. See LICENSE.txt for more information.

(back to top)

Contact

JohnMarc Everly Jr. - LinkedIn - srjr18@gmail.com

Project Link: https://github.com/JMVRy/AimTrainer-HB

(back to top)

Acknowledgments

(back to top)


This README was made with the Best README Template repository.