[FREE][Standalone] dio_colorpick hack/minigame!

Code Puzzle Made for Fivem

A puzzle that is like the original simon game where you have to remember the order of colors. It shows a sequence of colors that the player will have to re-enter. This can be used for hacks in robberies and such.

It is colorblind Friendly!

How to use:

Github: GitHub - IvanGBoss/dio_colorpick: A hack/minigame for Fivem · GitHub

Embed this export into where you want to use the hack. You can customize how many colors you want the player to have to guess to land a successful hack.

You can test the hack using /colorpick in game to play around with before putting it into your scripts as long as it is set to true in the config.

    --LegthOfGame = Number of colors the player will have to pick.     
    exports["dio_colorpick"]:colorpick(LengthOfGame,
        function() -- success
            print("success")
        end,
        function() -- failure
            print("failure")
        end)

Preview:

3 Likes

Gives error le LengthOfGame is nil

Did you give it an argument when you put in the command?