Break In Story Script | AUTOKILL BADGUYS, KILL ALL PLAYERS IN GAME, GODMODE

65157b4bc6d6d59585fd43757d93d59c-300x169-1

Created by BaconLord

Features:

  • AUTOKILL BADGUYS
spawn(function()
while wait() do
for i,v in pairs(game.Workspace.BadGuys:GetChildren()) do
game:GetService("ReplicatedStorage").RemoteEvents.HitBadguy:FireServer(v, 8)
end end end) end)
  • KILL ALL PLAYERS IN GAME
for i,v in pairs(game:GetService("Players"):GetDescendants()) do
if v:IsA("Player") then
if v ~= game.Players.LocalPlayer then
local args = {
[1] = 1,
[2] = game:GetService("Players")[v.Name]
}
game:GetService("ReplicatedStorage").RemoteEvents.ToxicDrown:FireServer(unpack(args))

end
end
end
  • GODMODE
while wait() do
               local args = {
[1] = "Apple"
}

game:GetService("ReplicatedStorage").RemoteEvents.GiveTool:FireServer(unpack(args))
local args = {
[1] = 15,
[2] = "Apple"
}

game:GetService("ReplicatedStorage").RemoteEvents.Energy:FireServer(unpack(args))
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Â