How to edit minigames
You can add any minigame you want, doing so will require a minimum of coding knowledge on your side
Add your minigame file in
integrations/minigames
and create your function (taking as example datacrack.lua or any other existing minigame)Edit the file
integrations/cl_hack_minigame.lua
to support your minigameEdit
html/index.js
, search "datacrack" and you'll be able to add your minigame there as well
Last updated