ADVERTISEMENTREMOVE ADS
Game icon

Silent Aim (FIXED)

FRONTLINES
1 year ago
Script preview thumbnail
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
Raw
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

Comments

4 comments
to add a comment
00

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"

0
0
Sh

@00Fazee fixed it sorry

1
0
00

@ShyShai hey thanks! but when i enter to the website, it says unauthorized, im trying to have the source

0
0
Sh

@00Fazee https://raw.githubusercontent.com/xxxloilpxxx/mopshub-sources/refs/heads/main/backup/28022023/games/frontlines/silentaim.lua

0
0
ADVERTISEMENTREMOVE ADS