Space Simulator 2 Script | KILL AURA

Created by borntodie1

Features:

  • KILL AURA

1 = Mob name
2 = Damage

for i,v in next, game.CoreGui:GetChildren() do
   if v.Name == "ScreenGui" and v.ImageButton then
       v:Destroy()
   end
   end



local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/sannin9000/Ui-Libraries/main/uwuware", true))()

local Window = Library:CreateWindow"Space Simulator 2"


Window:AddToggle({text = "Kill Aura", flag = "toggle", state = false, callback = function(a)
   aa = a
   while aa do task.wait()
       
   local args = {
       [1] = workspace.Npcs:FindFirstChild("GhaztGuy (Dev)"),
       [2] = 100000000
   }

   game:GetService("ReplicatedStorage").EnemyHitEvent:FireServer(unpack(args))
       
end
   end})
   
   Window:AddFolder"Description"

   Window:AddLabel({text = "1 = mob 2 = damage"})


   Window:AddFolder"Credits"

   Window:AddLabel({text = "Made by Borntodie1 on v3rm"})
   
   Library:Init()

ENJOY!

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

More Scripts!

TOP 10 TRENDING SCRIPTS