Minerblocks Script | KILLAURA

Png-129.png

Created by ArilisDev

Features:

  • KILLAURA
local utils = {};
local Players = game:GetService('Players');
local ReplicatedStorage = game:GetService("ReplicatedStorage");
local LocalPlayer = Players.LocalPlayer;
utils.attackPlayer = function(player)
    if (player.Character ~= nil) then ReplicatedStorage.GameRemotes.Attack:InvokeServer(player.Character) end
end
utils.getClosestPlayer = function()
    local Closest;
    for i,v in pairs(Players:GetPlayers()) do
        if (v ~= LocalPlayer and v.Character ~= nil and v.Character.PrimaryPart ~= nil) then
            if (Closest ~= nil) then
                if ((LocalPlayer.Character.PrimaryPart.Position-v.Character.PrimaryPart.Position).Magnitude < (LocalPlayer.Character.PrimaryPart.Position-Closest.Character.PrimaryPart.Position).Magnitude) then
                    Closest = v;
                end
            else
                Closest = v;
            end
        end
    end
    return Closest;
end

while wait() do utils.attackPlayer(utils.getClosestPlayer()) 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