CS Prison Life | Silent Aim

MADE BY Stefanuk12

FEATURE:

  • SILENT AIM

SCRIPT:

es (15 sloc)  641 Bytes

-- // Dependencies
local Aiming = loadstring(game:HttpGet("https://raw.githubusercontent.com/Stefanuk12/Aiming/main/Load.lua"))()("Module")
local AimingSelected = Aiming.Selected
local AimingChecks = Aiming.Checks

-- // Hook
local __index
__index = hookmetamethod(game, "__index", function(t, k)
    -- // Check it's trying to get CFrame of the Muzzle and is ready
    if (not checkcaller() and k == "WorldCFrame" and t.Name == "Muzzle" and AimingChecks.IsAvailable()) then
        -- // Return spoofed value
        return CFrame.lookAt(t.WorldPosition, AimingSelected.Part.Position)
    end

    -- // Return
    return __index(t, k)
end)

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!