SuperHackerTool5000 icon indicating copy to clipboard operation
SuperHackerTool5000 copied to clipboard

A tool that will hack literally anything on the planet. If you get your hands on this tool, be ready to get put behind bars.

SuperHackerTool5000


A stupid program meant to seem like it is doing things it clearly isn't. Inspired by the nerds on r/masterhacker.

Compilation Instructions

Linux

  • Goto the src directory (cd $(git rev-parse --show-toplevel)/SuperHackerTool5000)
  • Create a build directory and go to it (mkdir build && cd build)
  • Generate Makefile (cmake -DCMAKE_BUILD_TYPE=[Release or Debug] ..)
  • Compile the SuperHackerTool5000 (make)
  • Now you can run it with (./SuperHackerTool5000) if you are in the build directory.
  • Install optional (make install)
  • Now you can run it with (SuperHackerTool5000) from everywhere
  • To uninstall go to the build directory and enter (xargs rm < install_manifest.txt)