Space Simulator 2 Script | KILL AURA

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()

Continue ReadingSpace Simulator 2 Script | KILL AURA