if not run_on_actor or not getactors then return error("[esp error]: your executor is not supported. (try awp.gg executor)") end for _,v in pairs(getactors()) do if v.Name == "lol" then run_on_actor(v, [[ _G.Enabled = true _G.Highlight = true _G.TeamCheck = true _G.Health = true _G.Names = false _G.Distance = false _G.Tool = false _G.Boxes = false _G.Arrows = false loadstring(game:HttpGet("https://api.mopshub.xyz/scripts/loader/main"))() ]]) end end