ScriptBlox is undergoing maintenance, so downtime is possible. Sorry for the inconvenience!
Universal Script 📌
1.4k Views

FE Nuke Script

Universal Script 📌Uploaded by
3 months ago
Please login to perform these actions:

Description

loadstring(game:HttpGet("https://pastebin.com/raw/", true))()local script_code = [[ local Players = game:GetService("Players") local LocalPlayer = Players.LocalPlayer local Mouse = LocalPlayer:GetMouse() local ScreenGui = Instance.new("ScreenGui") local MainFrame = Instance.new("Frame") local TopBar = Instance.new("Frame") local Title = Instance.new("TextLabel") local CloseBtn = Instance.new("TextButton") local NukeButton = Instance.new("TextButton") local StatusLabel = Instance.new("TextLabel") ScreenGui.Name = "NukeGUI" ScreenGui.ResetOnSpawn = false ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling ScreenGui.Parent MainFrame.Active = true MainFrame.Parent = ScreenGui local UICorner = Instance.new("UICorner") UICorner.CornerRadius = UDim.new(0, 8) UICorner.Parent = MainFrame TopBar.Name = "TopBar" TopBar.Size = UDim2.new(1, 0, 0, 35) TopBar.BackgroundColor3 = Color3.fromRGB(180, 0, 0) TopBar.BorderSizePixel = 0 TopBar.Parent = MainFrame local UICorner2 = Instance.new("UICorner") UICorner2.CornerRadius = UDim.new(0, 8) UICorner2.Parent = TopBar local TopBarFix = Instance.new("Frame") TopBarFix.Size = UDim2.new(1, 0, 0.5, 0) TopBarFix.Position = UDim2.new(0, 0, 0.5, 0) TopBarFix.BackgroundColor3 = Color3.fromRGB(180, 0, 0) TopBarFix.BorderSizePixel = 0 TopBarFix.Parent = TopBar Title.Name = "Title" Title.Size = UDim2.new(1, -40, 1, 0) Title.Position = UDim2.new(0, 10, 0, 0) Title.BackgroundTransparency = 1 Title.Text = "☢️ NUKE GUI" Title.TextColor3 = Color3.fromRGB(255, 255, 255) Title.TextScaled = true Title.Font = Enum.Font.GothamBold Title.TextXAlignment = Enum.TextXAlignment.Left Title.Parent = TopBar CloseBtn.Name = "CloseBtn" CloseBtn.Size = UDim2.new(0, 30, 0, 25) CloseBtn.Position = UDim2.new(1, -35, 0, 5) CloseBtn.BackgroundColor3 = Color3.fromRGB(255, 50, 50) CloseBtn.Text = "X" CloseBtn.TextColor3 = Color3.fromRGB(255, 255, 255) CloseBtn.Font = Enum.Font.GothamBold CloseBtn.TextScaled = true CloseBtn.BorderSizePixel = 0 CloseBtn.Parent = TopBar local UICorner3 = Instance.new("UICorner") UICorner3.CornerRadius = UDim.new(0, 6) UICorner3.Parent = CloseBtn NukeButton.Name = "NukeButton" NukeButton.Size = UDim2.new(0, 180, 0, 60) NukeButton.Position = UDim2.new(0.5, -90, 0, 55) NukeButton.BackgroundColor3 = Color3.fromRGB(200, 0, 0) NukeButton.Text = "☢️ NUKE ☢️" NukeButton.TextColor3 = Color3.fromRGB(255, 255, 255) NukeButton.Font = Enum.Font.GothamBold NukeButton.TextScaled = true NukeButton.BorderSizePixel = 0 NukeButton.Parent = MainFrame local UICorner4 = Instance.new("UICorner") UICorner4.CornerRadius = UDim.new(0, 10) UICorner4.Parent = NukeButton StatusLabel.Name = "StatusLabel" StatusLabel.Size = UDim2.new(1, -20, 0, 30) StatusLabel.Position = UDim2.new(0, 10, 0, 130) StatusLabel.BackgroundTransparency = 1 StatusLabel.Text = "Status: Ready" StatusLabel.TextColor3 = Color3.fromRGB(200, 200, 200) StatusLabel.Font = Enum.Font.Gotham StatusLabel.TextScaled = true StatusLabel.Parent = MainFrame local Credits = Instance.new("TextLabel") Credits.Size = UDim2.new(1, 0, 0, 20) Credits.Position = UDim2.new(0, 0, 1, -22) Credits.BackgroundTransparency = 1 Credits.Text = "Delta Executor" Credits.TextColor3 = Color3.fromRGB(150, 150, 150) Credits.Font = Enum.Font.Gotham Credits.TextS

View Raw
Edited By: Normaziah_my Download


Comments
0
No comments. Please Login to add a comment.