secretlay3r / Dividence

Spectre Divide cheat developed in Python
4 stars 1 forks source link
dearpygui game-hacking python windows

UnKnoWnCheaTs thread

USE AT YOUR OWN RISK, YOU WILL BE BANNED FOR THIS IF YOU ARE PLAYING ACTIVELY!

Visual cheat done for research purposes.

Supported Resolutions:

Note: The config.json file must be in the same folder as the executable for it to work!

Features:

preview

Important in-game settings

Graphics settings should be lower than EPIC settings

For the FOV circle to work, put the game in windowed fullscreen mode

Safety recommendations

Place the cheat on a usb drive and eject the usb after running the cheat.

Avoid using high speed aimbot and maybe don't use recoil compensation.

Quick Installation (Recommended)

Run build.bat and it will make all the work for you. (Ensure that Python is installed and added to your system's PATH beforehand.)

Manual Installation

  1. Install Python

    Make sure Python is installed. You can download it from python.org.
    Be sure to check the box that says "Add Python to PATH" during installation.

  2. Install Dependencies

    Open a terminal or command prompt, then run the following command to install dependencies:

    pip install dearpygui mss numpy pywin32 pyautogui keyboard opencv-python pynput

    Obfuscating and compiling

To obfuscate the files using pyarmor:

pip install pyinstaller pyarmor

Open a command prompt in the directory with all scripts and run:

pyarmor gen --pack onefile main.py

Rename the resulting dist/main.exe file and use it.


GitHub release GitHub commit activity (branch) GitHub stars