Skip to content

Windows

Vili edited this page Dec 24, 2023 · 4 revisions

Detailed setup tutorial for Windows

Click here to view a video tutorial.

Note

Make sure your system is up to date.

Installing Python and Git

You can install both Python and Git using the winget package manager by simply opening up a terminal and typing:

winget install python

winget install git.git

Or you can install them by downloading them from their own website, and running the setup files yourself.

Python https://www.python.org/downloads/windows/

Git https://git-scm.com/download/win

Installing H4X-Tools

After installing Git and Python, you can start installing H4X-Tools by opening up a terminal and typing the following:

git clone https://github.com/vil/h4x-tools.git

After the cloning is done, type:

cd h4x-tools

setup.bat

and follow the setup scripts instructions.

After the setup is done, your built executable is in the dist folder. You may move it to your desired location, for example desktop, by opening up the terminal again and typing:

cd h4x-tools

move dist\h4xtools.exe C:\Users\YOUR_USERNAME\Desktop

Updating

To update the tool, you have to open up the directory that you have cloned before, and type the following:

cd h4x-tools

git fetch && git pull

Then run the setup script again to build the new version of the tool.

Already built executables from releases

If you download the already built executables from the Releases page. Windows might flag them as a virus. There is nothing that I can do about it, so if that happens, you might have to disable Windows defender or allow the running of the file.