Skip to content

IvanGBoss/dio_colorpick

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dio_codepuzzle

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:

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:

image

ColorPick_Game.mp4

About

A hack/minigame for Fivem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published