Neighborhood War Script | SILENT AIM

Png-10-3-300x169-1.png

Created by duck#1337

Features:

  • SILENT AIM
local LocalPlayer = game.Players.LocalPlayer
local UserInputService = game:GetService("UserInputService")
function closest()
    local dist = math.huge
    local closest
    for i,v in pairs(game.Players.GetPlayers(game.Players)) do
        if v ~= LocalPlayer and v.Character and v.Character.FindFirstChild(v.Character, "HumanoidRootPart") and v.Character.Torso.BrickColor ~= LocalPlayer.Character.Torso.BrickColor then
            local mousepos = UserInputService.GetMouseLocation(UserInputService)
            local cast, os = workspace.CurrentCamera.WorldToViewportPoint(workspace.CurrentCamera, v.Character.HumanoidRootPart.Position)
            local calc = (Vector2.new(mousepos.X, mousepos.Y) - Vector2.new(cast.X, cast.Y)).Magnitude
            if os and calc < dist then
                dist = calc
                closest = v
            end
        end
    end
    return closest
end

local mouse = LocalPlayer:GetMouse()
local __namecall;
__namecall = hookmetamethod(game, "__index", newcclosure(function(self, key)
    if self == mouse and not checkcaller() then
        local player = closest()
        if player then
            local cast = workspace.CurrentCamera:WorldToViewportPoint(player.Character.HumanoidRootPart.Position)
            if key == "X" then
                return cast.X
            end
            if key == "Y" then
                return cast.Y
            end
        end
    end
    return __namecall(self, key)
end))

 

ENJOY!

 

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script or Get it from Pastebin!

About Us

What is arponag.xyz? arponag.xyz is a website focused on releasing safe exploits, we only release the best and most trusted exploits on our website, guaranteed to satisfy you. Contact us [email protected]

Safety

Is this safe to use? Everything on the website has been scanned and tested by professionals and the community, we only release the best exploits for our users, so we make sure that our exploits won’t harm your devices, everything here is clean.

Copyright © 2018 – 2020 Arpon AG | All rights reserved |
Privacy Policy | Terms of ServiceÂ