Skip to main content
You can add any minigame you want — doing so will require a minimum of coding knowledge on your side.
1

Create your minigame file

Add your minigame file in integrations/minigames and create your function (using datacrack.lua, or any other existing minigame, as an example).
2

Register the minigame

Edit the file integrations/cl_hack_minigame.lua to support your minigame.
3

Add it to the UI

Edit html/index.js, search for "datacrack", and add your minigame there as well.