Killstreak Chaos OP KILL AURA FOR ANY GLOVE

Created by CrapTheKid/Artiotos#0763

Features:

  • SPAM KILL AURA
  • PRESS “R” TO SLAP CLOSEST PLAYER
  • STARTER GLOVE IS SET TO DEFAULT SO EDIT THE SCRIPT TO USE WHATEVER GLOVE YOU WANT
  •  
  • DEV NOTES:
  • “LocalPlayer.Character.Killstreak.Hand” and change “Killstreak” to any other glove you’re gonna use. (If the glove name has a space, then use the space.)
  • “Enum.KeyCode.R” and change “R” to change the key to any other key you choose to pick.
  • This Kill Aura likely will get patched if many people use this script and use it too much that a Mod/Admin will come. If you don’t want to get banned act like you’re actually hitting a player by getting close then pressing R. 
-- Made by CrapTheKid/Artiotos#0763
game:GetService("UserInputService").InputBegan:Connect(function(input, gameProcessed)
    if input.KeyCode == Enum.KeyCode.R and not gameProcessed then

local Players = game:GetService("Players")
local LocalPlayer = Players.LocalPlayer

local function GetClosest()
    local Character = LocalPlayer.Character
    local HumanoidRootPart = Character and Character:FindFirstChild("HumanoidRootPart")
    if not (Character or HumanoidRootPart) then return end

    local TargetDistance = math.huge
    local Target

    for i,v in ipairs(Players:GetPlayers()) do
        if v ~= LocalPlayer and v.Character and v.Character:FindFirstChild("HumanoidRootPart") then
            local TargetHRP = v.Character.HumanoidRootPart
            local mag = (HumanoidRootPart.Position - TargetHRP.Position).magnitude
            if mag < TargetDistance then
                TargetDistance = mag
                Target = v
            end
        end
    end

    return Target
end



    local oh1 = GetClosest().Character
    local oh2 = GetClosest().Character:FindFirstChild("Left Arm")
    local oh3 = 90
    local oh4 = 325
    local oh5 = 150
    local oh6 = 1.5
    local oh7 = game:GetService("Players").LocalPlayer.Character.Killstreak.Hand


game:GetService("ReplicatedStorage").gameAssets.events.AntiDataReset:FireServer(oh1, oh2, oh3, oh4, oh5, oh6, oh7)


    end
end)
-- Made by CrapTheKid/Artiotos#0763

⚠️ 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!