--[INSTANCES] local main = Instance.new("ScreenGui") local frame = Instance.new("Frame") local titler = Instance.new("TextLabel") local button = Instance.new("TextButton") local button2 = Instance.new("TextButton") local button3 = Instance.new("TextButton") local button4 = Instance.new("TextButton") local button5 = Instance.new("TextButton") local button6 = Instance.new("TextButton") local button7 = Instance.new("TextButton") local close = Instance.new("TextButton") --[UI] main.Name = "main" main.Parent = game.CoreGui frame.Name = "frame" frame.Parent = main frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0) frame.BorderColor3 = Color3.fromRGB(255, 0, 0) frame.BorderSizePixel = 3 frame.Position = UDim2.new(0,3,0.3,0) frame.Size = UDim2.new(0, 300, 0, 400) frame.Active = true frame.Draggable = true titler.Name = "titler" titler.Parent = frame titler.BackgroundColor3 = Color3.fromRGB(0, 0, 0) titler.BorderColor3 = Color3.fromRGB(255, 0, 0) titler.BorderSizePixel = 3 titler.Size = UDim2.new(0, 300, 0, 40) titler.Font = Enum.Font.SourceSans titler.Text = "4izik Gui V2" titler.TextColor3 = Color3.fromRGB(255, 255, 255) titler.TextSize = 24.000 button.Name = "button" button.Parent = frame button.BackgroundColor3 = Color3.fromRGB(0, 0, 0) button.BorderColor3 = Color3.fromRGB(255, 0, 0) button.BorderSizePixel = 3 button.Position = UDim2.new(0, 0, 0.100000001, 0) button.Size = UDim2.new(0, 75, 0, 30) button.Font = Enum.Font.SourceSans button.Text = "Jumpscare" button.TextColor3 = Color3.fromRGB(255, 255, 255) button.TextSize = 14.000 button.TextWrapped = true button.MouseButton1Down:connect(function() loadstring(game:HttpGet("https://raw.githubusercontent.com/4izikRBX/Jumpscare-script-roblox/refs/heads/main/Jumpscare%20script"))() end) button2.Name = "button2" button2.Parent = frame button2.BackgroundColor3 = Color3.fromRGB(0, 0, 0) button2.BorderColor3 = Color3.fromRGB(255, 0, 0) button2.BorderSizePixel = 3 button2.Position = UDim2.new(0.25, 0, 0.100000001, 0) button2.Size = UDim2.new(0, 75, 0, 30) button2.Font = Enum.Font.SourceSans button2.Text = "Infinite yield" button2.TextColor3 = Color3.fromRGB(255, 255, 255) button2.TextSize = 14.000 button2.TextWrapped = true button2.MouseButton1Down:connect(function() loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))() end) button3.Name = "button3" button3.Parent = frame button3.BackgroundColor3 = Color3.fromRGB(0, 0, 0) button3.BorderColor3 = Color3.fromRGB(255, 0, 0) button3.BorderSizePixel = 3 button3.Position = UDim2.new(0.5, 0, 0.100000001, 0) button3.Size = UDim2.new(0, 75, 0, 30) button3.Font = Enum.Font.SourceSans button3.Text = "c00lgui" button3.TextColor3 = Color3.fromRGB(255, 255, 255) button3.TextSize = 14.000 button3.TextWrapped = true button3.MouseButton1Down:connect(function() loadstring(game:HttpGet("https://raw.githubusercontent.com/MiRw3b/c00lgui-v3rx/main/c00lguiv3rx.lua"))() end) button4.Name = "button4" button4.Parent = frame button4.BackgroundColor3 = Color3.fromRGB(0, 0, 0) button4.BorderColor3 = Color3.fromRGB(255, 0, 0) button4.BorderSizePixel = 3 button4.Position = UDim2.new(0.5, 0, 0.847500026, 0) button4.Size = UDim2.new(0, 75, 0, 30) button4.Font = Enum.Font.SourceSans button4.Text = "Decal spam" button4.TextColor3 = Color3.fromRGB(255, 255, 255) button4.TextSize = 14.000 button4.TextWrapped = true button4.MouseButton1Down:connect(function() loadstring(game:HttpGet("https://raw.githubusercontent.com/4izikRBX/Decal-spam-roblox/refs/heads/main/Decal-spam-roblox"))() end) button5.Name = "button5" button5.Parent = frame button5.BackgroundColor3 = Color3.fromRGB(0, 0, 0) button5.BorderColor3 = Color3.fromRGB(255, 0, 0) button5.BorderSizePixel = 3 button5.Position = UDim2.new(0.25, 0, 0.324999988, 0) button5.Size = UDim2.new(0, 75, 0, 30) button5.Font = Enum.Font.SourceSans button5.Text = "Fly GUI" button5.TextColor3 = Color3.fromRGB(255, 255, 255) button5.TextSize = 14.000 button5.TextWrapped = true button5.MouseButton1Down:connect(function() loadstring(game:HttpGet("https://pastebin.com/raw/y7GnniTi",true))() end) button6.Name = "button6" button6.Parent = frame button6.BackgroundColor3 = Color3.fromRGB(0, 0, 0) button6.BorderColor3 = Color3.fromRGB(255, 0, 0) button6.BorderSizePixel = 3 button6.Position = UDim2.new(0.75, 0, 0.100000001, 0) button6.Size = UDim2.new(0, 75, 0, 30) button6.Font = Enum.Font.SourceSans button6.Text = "DTexe" button6.TextColor3 = Color3.fromRGB(255, 255, 255) button6.TextSize = 14.000 button6.TextWrapped = true button6.MouseButton1Down:connect(function() print '--[THIS EXECUTOR IS MADE BY the0man0of0man or the0man0of0_alt]' print '--[DIGITAL TACTICAL MEMBER AND RANK : ' print '1. the0man0of0man or the0man0of0_alt : Owner/Boss' print '2. the_ad3min666 : Co-Founder' print '3. Alt_ThenoobPlayer : Admin/Moderator' print '4. blueyheerle : high-rank member]--' --[Instances] local main = Instance.new("ScreenGui") local frame = Instance.new("Frame") local tilter = Instance.new("TextLabel") local script = Instance.new("TextBox") local execute = Instance.new("TextButton") local clear = Instance.new("TextButton") --[UI] main.Name = "main" main.Parent = game.CoreGui frame.Name = "frame" frame.Parent = main frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0) frame.BorderColor3 = Color3.fromRGB(255, 0, 0) frame.BorderSizePixel = 3 frame.Position = UDim2.new(-0.00133678317, 0, -0.00348037481, 0) frame.Size = UDim2.new(0, 438, 0, 238) frame.Active = true frame.Draggable = true tilter.Name = "tilter" tilter.Parent = frame tilter.BackgroundColor3 = Color3.fromRGB(0, 0, 0) tilter.BorderColor3 = Color3.fromRGB(255, 0, 0) tilter.BorderSizePixel = 3 tilter.Position = UDim2.new(0.997245014, 0, 0, 0) tilter.Size = UDim2.new(0, 397, 0, 30) tilter.Font = Enum.Font.GothamSemibold tilter.Text = "DTexe" tilter.TextColor3 = Color3.fromRGB(255, 255, 255) tilter.TextScaled = true tilter.TextSize = 12.000 tilter.TextStrokeColor3 = Color3.fromRGB(255, 255, 255) tilter.TextWrapped = true script.Name = "script" script.Parent = frame script.BackgroundColor3 = Color3.fromRGB(0, 0, 0) script.Position = UDim2.new(0.531963468, 0, 0.466386557, 0) script.Size = UDim2.new(0, 199, 0, 50) script.ZIndex = 999999 script.ClearTextOnFocus = false script.Font = Enum.Font.GothamSemibold script.Text = "--Paste here" script.TextColor3 = Color3.fromRGB(255, 255, 255) script.TextSize = 14.000 script.TextWrapped = true execute.Name = "execute" execute.Parent = frame execute.BackgroundColor3 = Color3.fromRGB(255, 0, 0) execute.BorderColor3 = Color3.fromRGB(0, 0, 0) execute.BorderSizePixel = 3 execute.Position = UDim2.new(0.0159817357, 0, 0.142857149, 0) execute.Size = UDim2.new(0, 209, 0, 33) execute.Font = Enum.Font.SourceSans execute.Text = "Execute" execute.TextColor3 = Color3.fromRGB(0, 0, 0) execute.TextSize = 30.000 execute.TextWrapped = true execute.MouseButton1Down:connect(function() loadstring(script.Text)() -- loadstring is broken in studio dont worry print 'your script has been executed' end) clear.Name = "clear" clear.Parent = frame clear.BackgroundColor3 = Color3.fromRGB(255, 0, 0) clear.BorderColor3 = Color3.fromRGB(0, 0, 0) clear.BorderSizePixel = 3 clear.Position = UDim2.new(0.509132445, 0, 0.142857149, 0) clear.Size = UDim2.new(0, 209, 0, 33) clear.Font = Enum.Font.SourceSans clear.Text = "Clear" clear.TextColor3 = Color3.fromRGB(0, 0, 0) clear.TextSize = 30.000 clear.TextWrapped = true clear.MouseButton1Down:connect(function() script.Text = "" print 'your textbox has been clear' end) end) button7.Name = "button7" button7.Parent = frame button7.BackgroundColor3 = Color3.fromRGB(0, 0, 0) button7.BorderColor3 = Color3.fromRGB(255, 0, 0) button7.BorderSizePixel = 3 button7.Position = UDim2.new(-0.00333331339, 0, 0.175000012, 0) button7.Size = UDim2.new(0, 75, 0, 30) button7.Font = Enum.Font.SourceSans button7.Text = "[FE] Energize GUI" button7.TextColor3 = Color3.fromRGB(255, 255, 255) button7.TextSize = 14.000 button7.TextWrapped = true button7.MouseButton1Down:connect(function() loadstring(game:HttpGet("https://rawscripts.net/raw/a-literal-baseplate.-energize-gui-24798"))() end) close.Name = "close" close.Name = main close.BackgroundColor3 = Color3.fromRGB(0, 0, 0) close.BorderColor3 = Color3.fromRGB(255, 0, 0) close.BorderSizePixel = 3 close.Position = UDim2.new(0,3,0.3,380) close.Size = UDim2.new(0, 300, 0, 20) close.Font = Enum.Font.SourceSans close.Text = "Close" close.TextColor3 = Color3.fromRGB(255, 255, 255) close.TextSize = 18.000 close.MouseButton1Down:connect(function() if close.Text == "Close" then frame.Visible = false close.Text = "Open" else frame.Visible = true close.Text = "Close" end end)