Minigames

Fingerprint

  1. To use this minigame you have to download and install the following: https://github.com/utkuali/Finger-Print-Hacking-Game

  2. Now change the interaction minigame to this:

minigame = {
    name = 'fingerprint',
    data = {levels = 3, lifes = 3, time = 3},
},

You can configure how many levels the robber should complete, how many lifes he has and how much time in minutes he has got. Levels must be between 1 and 4 Lifes must be between 1 and 6 Time must be between 1 and 9

Datacrack

  1. To use this minigame you have to download and install the following: https://github.com/utkuali/datacrack

  2. Now change the interaction minigame to this:

minigame = {
    name = 'datacrack',
    data = {difficulty = 2},
},

You can configure how hard the minigame is. Difficulty must be between 2 and 5.

Voltlab

  1. To use this minigame you have to download and install the following: https://github.com/ultrahacx/ultra-voltlab

  2. Now change the interaction minigame to this:

minigame = {
    name = 'voltlab',
    data = {time = 30},
},

You can configure how long the robber can try to find the right combination. Time must be between 10 and 60 seconds

Keypadhack

  1. To use this minigame you have to download and install the following: https://github.com/ultrahacx/ultra-keypackhack

  2. Now change the interaction minigame to this:

minigame = {
    name = 'keypackhack',
    data = {lifes = 6, time = 40},
},

You can configure how long the robber can try and the amount of lifes he has. lifes must be between 1 and 6 min and max amount of time can be configured in the config of the hack minigame

Memory

  1. To use this minigame you have to download and install the following: https://github.com/pushkart2/memorygame

  2. Now change the interaction minigame to this:

minigame = {
    name = 'memory',
    data = {correct_blocks = 10, incorrect_blocks = 3, time_to_show = 3, time_to_lose = 10},
},

Hacking

  1. To use this minigame you have to download and install the following: https://github.com/Jesper-Hustad/NoPixel-minigame

  2. Now change the interaction minigame to this:

minigame = {
    name = 'hacking',
    data = {},
},

Circle Minigame

  1. To use this minigame you have to download and install the following: https://github.com/Project-Sloth/ps-ui

  2. Now change the interaction minigame to this:

minigame = {
    name = 'circle',
    data = {circles = 2, time = 3},
},

You can configure how long the robber can try and the amount of circles he has to complete. Time is in seconds

Number Maze

  1. To use this minigame you have to download and install the following: https://github.com/Project-Sloth/ps-ui

  2. Now change the interaction minigame to this:

minigame = {
    name = 'numbermaze',
    data = {time = 20},
},

You can configure how long the robber can try. Time is in seconds

Var Hack

  1. To use this minigame you have to download and install the following: https://github.com/Project-Sloth/ps-ui

  2. Now change the interaction minigame to this:

minigame = {
    name = 'var',
    data = {blocks = 2, time = 3},
},

You can configure how long the robber can try and how many blocks there are. Time is in seconds

Thermite

  1. To use this minigame you have to download and install the following: https://github.com/Project-Sloth/ps-ui

  2. Now change the interaction minigame to this:

minigame = {
    name = 'thermite',
    data = {time = 10, grid_size = 5, incorrect_blocks = 3},
},

You can configure how long the robber can try, the gridsize and the amount of incorrect blocks. Time is in seconds, gridsize should be 5, 6, 7, 8, 9 or 10.

Scrambler

  1. To use this minigame you have to download and install the following: https://github.com/Project-Sloth/ps-ui

  2. Now change the interaction minigame to this:

minigame = {
    name = 'scrambler',
    data = {type = 'numeric', time = 30, mirrored = false},
},

You can configure how long the robber can try, the type of scrambler and if it's mirrored. Type can be alphabet, numeric, alphanumeric, greek, braille or runes. Time is in seconds

Last updated