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://api.mopshub.xyz/scripts/frontlines/killall")) else error("executor not supported. (try awp.gg executor)") end