ADVERTISEMENTREMOVE ADS
Silent Aim (FIXED)
50,447 views
Script Preview
Description
i fixed my silent aim for frontlines (mopshub)
now it works pretty much perfect yay
its also open source so enjoy
Features:
- Silent Aim
Tested with
ADVERTISEMENTREMOVE ADS
16 Lines • 733 Bytes
Verified
local ac = game:GetService("Players").LocalPlayer.PlayerScripts:FindFirstChildOfClass("Actor")
if not (ac) then return error("[gunmods error]: unable to find actor.") end
if run_on_actor or run_on_thread then
(run_on_actor or run_on_thread)(ac, [[
getgenv().FOV = true -- fov enabled (just noticed they have same name. too lazy too fix)
getgenv().fov = 180 -- fov size
getgenv().VisibleCheck = false --little bit buggy so i dont recommend using this right now
getgenv().TargetHitbox = "Head" -- "Head" or "Torso"
loadstring(game:HttpGet("https://api.mopshub.xyz/scripts/frontlines/silentaim"))()
]])
else
error("executor not supported. (try awp.gg executor)")
end
ADVERTISEMENTREMOVE ADS
ADVERTISEMENTREMOVE ADS



Comments
hey man, sorry for asking but do you still have the source? i get an error on the website that is the source.. "Cannot GET /scripts/frontlines/silentaim"