> For the complete documentation index, see [llms.txt](https://mikethetech.gitbook.io/mikethetech.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mikethetech.gitbook.io/mikethetech.com/projects/game-development/the-hackers-toolkit.md).

# The Hacker's Toolkit

You're thrust into the dark web and given a limited set of tools to get started by an underground "security" organization called the **HTK Group.** If you can prove you've got what it takes, you'll earn the right to become a member of the organization, taking on bigger jobs and bigger risks. You'll need to scan ports, crack passwords, decipher cryptography, torrent software, remote desktop into computers to perform remote tasks and research, scan codes (such as QR codes), and much more to solve the mysteries our story has to offer.

Each application used in the game runs separately, but connects to the same save file. You'll get a real email address with credentials to access the HTK Group secure messaging service, where you'll get updates on new jobs to take on. Each of the apps you get start off as a bit slow and basic, but as you gain a reputation on the dark web, you'll get access to software marketplaces and pirating websites to torrent the upgraded software. &#x20;

## Starting Software

* Password Cracker (Dictionary/Brute Force)
* Port Scanner
* Decrypter
* Encrypter
* Crypto Wallet

## Potential Software Upgrades

* Decipher/Decoder
* Steganography
* Cryptog
* Firewall
* Firewall Bypass (Penetration Tester/Attack)
* DDoS Bot Farm
* Log Deleter
* Password Cracker (leveled upgrades)
* Trace Route/Tracker
* Media Analyzer
* VPN
* Offshore Cloud Server
* IP Probe/WhoIs
* Facial Recognition&#x20;
* and of course assess to the servers and databases you find along the way...

## Specifications

This is a mixed reality game developed and coded in a variety of different applications and game engines. We currently use the following technology.

* **Unreal Engine 4.27**, **Unreal Engine 5**
  * MetaHumans
  * Live Face Link/Mocap
* **Unity 2022**
  * DreamOS
* **GameMaker Studio 2**
* **Visual Studio 2022**
* **VS Code** (Windows Encoding)
* **HTML/CSS/PHP/SQL** for Web-Based Content

## Screenshots

<figure><img src="/files/MIiXZLDtcwvtYw9Xtw9X" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/gLBkl8gm2FH16f9eRiUO" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/Qy0uYb90fSZOUeZuECQL" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/OimI3UcTNZNXTbFeREV8" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/AstmM1YsABaDlhJJRmrd" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/ijfto1SqchhXD98MrP3i" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/F804fY58sku3L6XYHtGN" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/qHAK5hFkYjBDj4x2FjXW" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/otYJCXR5YviRIBS6MlJ0" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/rPc7YX44C3EgaX7xKmrw" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://mikethetech.gitbook.io/mikethetech.com/projects/game-development/the-hackers-toolkit.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
