Categories > Exploiting > Scripts >

Arsenal E to kill all

Posts: 12

Threads: 6

Joined: Aug, 2020

Reputation: 0

Posted

I found a pretty short and cool script to kill all in arsenal (Just press e)

here is the script:

game.Players.LocalPlayer:GetMouse().KeyDown:Connect(function(k)

if k == "e" then

local Gun = game.ReplicatedStorage.Weapons:FindFirstChild(game.Players.LocalPlayer.NRPBS.EquippedTool.Value);

local Crit = math.random() > .6 and true or false;

for i,v in pairs(game.Players:GetPlayers()) do

if v and v.Character and v.Character:FindFirstChild("Head") then

local Distance = (game.Players.LocalPlayer.Character.Head.Position - v.Character.Head.Position).magnitude

for i  = 1,10 do

game.ReplicatedStorage.Events.HitPart:FireServer(v.Character.Head,

v.Character.Head.Position + Vector3.new(math.random(), math.random(), math.random()),

Gun.Name,

Crit and 2 or 1,

Distance,

Backstab,

Crit,

false,

1,

false,

Gun.FireRate.Value,

Gun.ReloadTime.Value,

Gun.Ammo.Value,

Gun.StoredAmmo.Value,

Gun.Bullets.Value,

Gun.EquipTime.Value,

Gun.RecoilControl.Value,

Gun.Auto.Value,

Gun['Speed%'].Value,

game.ReplicatedStorage.wkspc.DistributedTime.Value);

end

end

end

end

end)

  • 0

JOSHMISTY

Advantages

Posts: 1018

Threads: 99

Joined: Jul, 2020

Reputation: 10

Replied

there is like 30000000000000000000000000 of those scripts

  • 0

Posts: 1130

Threads: 84

Joined: Apr, 2020

Reputation: 34

Replied

@JOSHMISTY But it is hard to find them since they are all the way back of other arsenal scripts. Also, this is unobfuscated.

  • 0

modifying a ui and calling it yours does mean it's your ui.

- JalapenoGuy

https://media.discordapp.net/attachments/769992459916017687/1065084754128539658/image0.jpg

Posts: 1

Threads: 0

Joined: Sep, 2020

Reputation: 0

Replied

The river flows eastward

  • 0

Posts: 1130

Threads: 84

Joined: Apr, 2020

Reputation: 34

Replied

@_realnickk atleast he hasn't obfuscated it and called it his own script so it's practically not skidding.

  • 0

modifying a ui and calling it yours does mean it's your ui.

- JalapenoGuy

https://media.discordapp.net/attachments/769992459916017687/1065084754128539658/image0.jpg

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )