Safecrack

Find the correct password and complete the minigame by breaking the locks

-- @param1 difficulty (easy, medium, hard)

local success = exports['rm_minigames']:safeCrack("easy")
if success then
    print("SUCCESS")
else
    print("FAILED")    
end

Last updated