Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

lrequire_game_build(26-9)

menu.add_action("Bypass Cayo FingerPrint Scan", function()


local heist_script = script("fm_mission_controller_2020")
if heist_script and heist_script:is_active() then
if heist_script:get_int(2232) == 4 then
heist_script:set_int(2232, 5)
end

You might also like