if not Game:IsLoaded() then Game.Loaded:Wait() end --> DO NOT DELETE
loadstring(game:HttpGet("https://[Log in to view URL]",true))() --> DO NOT DELETE

--> Silent Aim | Global Table <--
getgenv().Silent = {
    Settings = {
        Toggled = true,
        AimPart = "HumanoidRootPart", --> HumanoidRootPart, UpperTorso, LowerTorso, Head <-- Main Parts
        HitChance = 100, 
        
        Prediction = {
            Enabled = true,
            Horizontal = 0.13745, --> X, Z
            Vertical = 0.13745, --> Y
        },
       
        Circle = {
            Visible = false,
            Color = Color3.fromRGB(255, 255, 255),
            Transparency = 1,
            Thickness = 1.5,
            NumSides = 1000,
            Radius = 60, --> Change Circle Size Here
            Filled = false,
        },
    },
}

-- Basic Silent-Aim [ DAHOOD GAMES ]
loadstring(game:HttpGet("https://[Log in to view URL]", true))()

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: