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.