-- Archon Free Version (Phantom forces) - Developed by legacy / @undetectedhaxxer -- To get the key join our discord server. - https://discord.gg/ysWNQQaZkc -- To get the key join our discord server. - https://discord.gg/ysWNQQaZkc -- Script below: local source = [=[ script_key=""; -- key goes here in the paranthesis loadstring(game:HttpGet("https://api.luarmor.net/files/v3/loaders/88b75e743f1b60df0065ac31984a3691.lua"))()() ]=] local env = string.lower(identifyexecutor()) if string.find(env, "zenith") then for _, actor in getactorthreads() do run_on_thread(actor, [[ if not getrenv().shared.require then return end ]] .. source) end elseif string.find(env, "potassium") then run_on_thread(getactorthreads()[1], source) end