Hacker Minigame

Match the numbers and numbers and complete the minigame by finding the correct password.

-- @param1 lenght (value)
-- @param2 live (count)

local success = exports['rm_minigames']:hackerMinigame(5, 3)
if success then
    print("SUCCESS")
else
    print("FAILED")    
end

Last updated