-
-
Notifications
You must be signed in to change notification settings - Fork 43
Windows
Click here to view a video tutorial.
Note
Make sure your system is up to date.
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.
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
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.
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.