local ac = game:GetService("Players").LocalPlayer.PlayerScripts:FindFirstChildOfClass("Actor") if not (ac) then return error("[silent aim error]: unable to find actor.") end if run_on_actor or run_on_thread then (run_on_actor or run_on_thread)(ac, game:HttpGet("https://raw.githubusercontent.com/xxxloilpxxx/mopshub-sources/refs/heads/main/backup/28022023/games/frontlines/killall.lua")) else error("executor not supported. (try awp.gg executor)") end