Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- ____ _ _
- / ___| | | __ _ __| | ___
- | | _ | | / _` | / _` | / _ \
- | |_| | | | | (_| | | (_| | | __/
- \____| |_| \__,_| \__,_| \___|
- ]]--
- -- Objects
- wait(0.3)
- -- System builder
- game.StarterGui:SetCore("ChatMakeSystemMessage", {
- Text = "Injecting Glade"; -- Required. Has to be a string!
- Color = Color3.new(255,0,0); -- Cyan is (0, 255 / 255, 255 / 255). Optional, defaults to white: Color3.new(255 / 255, 255 / 255, 243 / 255)
- Font = Enum.Font.SourceSans; -- Optional, defaults to Enum.Font.SourceSansBold
- FontSize = Enum.FontSize.Size24; -- Optional, defaults to Enum.FontSize.Size18
- })
- wait(1)
- local plrs = {game.Players.LocalPlayer.Name}
- local plrsy = {true}
- local Glade = Instance.new("ScreenGui")
- local UI = Instance.new("Frame")
- local Topbar = Instance.new("Frame")
- local AppName = Instance.new("TextLabel")
- local Close = Instance.new("TextButton")
- local AppIcon = Instance.new("ImageLabel")
- local SelectorBar = Instance.new("Frame")
- local Decor = Instance.new("Frame")
- local ScriptExecutor = Instance.new("TextButton")
- local LocalPlayer = Instance.new("TextButton")
- local Server = Instance.new("TextButton")
- local Players = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel")
- local Home = Instance.new("TextButton")
- local SizeTemp = Instance.new("Frame")
- local ScriptExecutor_2 = Instance.new("Frame")
- local Input = Instance.new("TextBox")
- local Execute = Instance.new("TextButton")
- local Clear = Instance.new("TextButton")
- local Players_2 = Instance.new("Frame")
- local SelectPlayers = Instance.new("TextButton")
- local SelectPlrs = Instance.new("Frame")
- local ScrollingFrame = Instance.new("ScrollingFrame")
- local Done = Instance.new("TextButton")
- local BTools = Instance.new("TextButton")
- local Kill = Instance.new("TextButton")
- local Home_3 = Instance.new("Frame")
- local WlcmMsg = Instance.new("TextLabel")
- local Thumb = Instance.new("ImageLabel")
- local TextLabel_2 = Instance.new("TextLabel")
- local Info = Instance.new("Frame")
- local About = Instance.new("TextLabel")
- local Coppyright = Instance.new("TextLabel")
- local Server_2 = Instance.new("Frame")
- local Shutdown = Instance.new("TextButton")
- local SixSixSix = Instance.new("TextButton")
- local Skybox = Instance.new("TextButton")
- local Skybox_Input = Instance.new("TextBox")
- local OpenUI = Instance.new("Frame")
- local OpenBtn = Instance.new("TextButton")
- local GKill = Instance.new('TextButton')
- local GKill_Input = Instance.new('TextBox')
- -- Properties
- Glade.Name = "Glade"
- Glade.Parent = game.Players.LocalPlayer.PlayerGui
- Glade.ResetOnSpawn = false
- UI.Name = "UI"
- UI.Parent = Glade
- UI.BackgroundColor3 = Color3.new(0.670588, 0, 0)
- UI.Draggable = true
- UI.Position = UDim2.new(0.351851851, 0, 0.234074071, 0)
- UI.Size = UDim2.new(0, 399, 0, 360)
- Topbar.Name = "Topbar"
- Topbar.Parent = UI
- Topbar.BackgroundColor3 = Color3.new(0, 0, 0)
- Topbar.BorderSizePixel = 0
- Topbar.Size = UDim2.new(0, 400, 0, 15)
- AppName.Name = "AppName"
- AppName.Parent = Topbar
- AppName.BackgroundColor3 = Color3.new(1, 1, 1)
- AppName.BackgroundTransparency = 1
- AppName.BorderSizePixel = 0
- AppName.Position = UDim2.new(0, 23, 0, 0)
- AppName.Size = UDim2.new(0, 200, 0, 15)
- AppName.Font = Enum.Font.SourceSans
- AppName.FontSize = Enum.FontSize.Size14
- AppName.Text = "Glade"
- AppName.TextColor3 = Color3.new(0.333333, 1, 0)
- AppName.TextSize = 14
- AppName.TextXAlignment = Enum.TextXAlignment.Left
- Close.Name = "Close"
- Close.Parent = Topbar
- Close.BackgroundColor3 = Color3.new(1, 1, 1)
- Close.BackgroundTransparency = 1
- Close.BorderSizePixel = 0
- Close.Position = UDim2.new(0.492500007, 178, -0.0666666701, 0)
- Close.Size = UDim2.new(0, 22, 0, 16)
- Close.Font = Enum.Font.SciFi
- Close.FontSize = Enum.FontSize.Size14
- Close.Text = "X"
- Close.TextColor3 = Color3.new(0.333333, 1, 0)
- Close.TextSize = 14
- AppIcon.Name = "AppIcon"
- AppIcon.Parent = Topbar
- AppIcon.BackgroundColor3 = Color3.new(1, 1, 1)
- AppIcon.BackgroundTransparency = 1
- AppIcon.BorderSizePixel = 0
- AppIcon.Size = UDim2.new(0, 17, 0, 15)
- AppIcon.Image = "rbxassetid://1000596080"
- SelectorBar.Name = "SelectorBar"
- SelectorBar.Parent = UI
- SelectorBar.BackgroundColor3 = Color3.new(1, 1, 1)
- SelectorBar.BackgroundTransparency = 1
- SelectorBar.Position = UDim2.new(0, 0, 0.0444444455, 0)
- SelectorBar.Size = UDim2.new(0, 100, 0, 344)
- Decor.Name = "Decor"
- Decor.Parent = SelectorBar
- Decor.BackgroundColor3 = Color3.new(0, 0, 0)
- Decor.BorderColor3 = Color3.new(0, 0, 0)
- Decor.Position = UDim2.new(0, 100, 0, 0)
- Decor.Size = UDim2.new(0, 0, 0, 344)
- ScriptExecutor.Name = "ScriptExecutor"
- ScriptExecutor.Parent = SelectorBar
- ScriptExecutor.BackgroundColor3 = Color3.new(0, 0, 0)
- ScriptExecutor.BorderSizePixel = 0
- ScriptExecutor.Position = UDim2.new(0, 10, 0, 10)
- ScriptExecutor.Size = UDim2.new(0, 80, 0, 30)
- ScriptExecutor.Font = Enum.Font.SourceSans
- ScriptExecutor.FontSize = Enum.FontSize.Size14
- ScriptExecutor.Text = "Script Executor"
- ScriptExecutor.TextColor3 = Color3.new(0.635294, 0, 0)
- ScriptExecutor.TextSize = 14
- LocalPlayer.Name = "LocalPlayer"
- LocalPlayer.Parent = SelectorBar
- LocalPlayer.BackgroundColor3 = Color3.new(0, 0, 0)
- LocalPlayer.BorderSizePixel = 0
- LocalPlayer.Position = UDim2.new(0, 10, 0, 50)
- LocalPlayer.Size = UDim2.new(0, 80, 0, 30)
- LocalPlayer.Font = Enum.Font.SourceSans
- LocalPlayer.FontSize = Enum.FontSize.Size14
- LocalPlayer.Text = "Local Player"
- LocalPlayer.TextColor3 = Color3.new(0.635294, 0, 0)
- LocalPlayer.TextSize = 14
- Server.Name = "Server"
- Server.Parent = SelectorBar
- Server.BackgroundColor3 = Color3.new(0, 0, 0)
- Server.BorderSizePixel = 0
- Server.Position = UDim2.new(0, 10, 0, 90)
- Server.Size = UDim2.new(0, 80, 0, 30)
- Server.Font = Enum.Font.SourceSans
- Server.FontSize = Enum.FontSize.Size14
- Server.Text = "Server"
- Server.TextColor3 = Color3.new(0.635294, 0, 0)
- Server.TextSize = 14
- Players.Name = "Players"
- Players.Parent = SelectorBar
- Players.BackgroundColor3 = Color3.new(0, 0, 0)
- Players.BorderSizePixel = 0
- Players.Position = UDim2.new(0, 10, 0, 130)
- Players.Size = UDim2.new(0, 80, 0, 30)
- Players.Font = Enum.Font.SourceSans
- Players.FontSize = Enum.FontSize.Size14
- Players.Text = "Players"
- Players.TextColor3 = Color3.new(0.635294, 0, 0)
- Players.TextSize = 14
- TextLabel.Parent = SelectorBar
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.BorderSizePixel = 0
- TextLabel.Position = UDim2.new(0, 0, 0, 305)
- TextLabel.Size = UDim2.new(0, 100, 0, 39)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.FontSize = Enum.FontSize.Size14
- TextLabel.Text = "Made by OMG_Gaming404"
- TextLabel.TextSize = 14
- TextLabel.TextWrapped = true
- Home.Name = "Home"
- Home.Parent = SelectorBar
- Home.BackgroundColor3 = Color3.new(0, 0, 0)
- Home.BorderSizePixel = 0
- Home.Position = UDim2.new(0, 10, 0, 200)
- Home.Size = UDim2.new(0, 80, 0, 30)
- Home.Font = Enum.Font.SourceSans
- Home.FontSize = Enum.FontSize.Size14
- Home.Text = "Home"
- Home.TextColor3 = Color3.new(0.635294, 0, 0)
- Home.TextSize = 14
- SizeTemp.Name = "SizeTemp"
- SizeTemp.Parent = UI
- SizeTemp.BackgroundColor3 = Color3.new(1, 1, 1)
- SizeTemp.BackgroundTransparency = 1
- SizeTemp.BorderSizePixel = 0
- SizeTemp.Position = UDim2.new(0, 105, 0, 16)
- SizeTemp.Size = UDim2.new(0, 294, 0, 344)
- SizeTemp.Visible = false
- ScriptExecutor_2.Name = "ScriptExecutor"
- ScriptExecutor_2.Parent = UI
- ScriptExecutor_2.BackgroundColor3 = Color3.new(1, 1, 1)
- ScriptExecutor_2.BackgroundTransparency = 1
- ScriptExecutor_2.BorderSizePixel = 0
- ScriptExecutor_2.Position = UDim2.new(0, 105, 0, 16)
- ScriptExecutor_2.Size = UDim2.new(0, 294, 0, 344)
- ScriptExecutor_2.Visible = false
- Input.Name = "Input"
- Input.Parent = ScriptExecutor_2
- Input.BackgroundColor3 = Color3.new(1, 1, 1)
- Input.Size = UDim2.new(0, 294, 0, 277)
- Input.Font = Enum.Font.SourceSans
- Input.FontSize = Enum.FontSize.Size24
- Input.Text = "Script Here"
- Input.TextSize = 20
- Input.TextXAlignment = Enum.TextXAlignment.Left
- Input.TextYAlignment = Enum.TextYAlignment.Top
- Execute.Name = "Execute"
- Execute.Parent = ScriptExecutor_2
- Execute.BackgroundColor3 = Color3.new(1, 1, 1)
- Execute.Position = UDim2.new(0, 10, 0, 300)
- Execute.Size = UDim2.new(0, 122, 0, 24)
- Execute.Font = Enum.Font.SourceSans
- Execute.FontSize = Enum.FontSize.Size28
- Execute.Text = "Execute"
- Execute.TextColor3 = Color3.new(0, 0, 0)
- Execute.TextSize = 25
- Clear.Name = "Clear"
- Clear.Parent = ScriptExecutor_2
- Clear.BackgroundColor3 = Color3.new(1, 1, 1)
- Clear.Position = UDim2.new(0, 152, 0, 300)
- Clear.Size = UDim2.new(0, 122, 0, 24)
- Clear.Font = Enum.Font.SourceSans
- Clear.FontSize = Enum.FontSize.Size28
- Clear.Text = "Clear"
- Clear.TextColor3 = Color3.new(0, 0, 0)
- Clear.TextSize = 25
- Players_2.Name = "Players"
- Players_2.Parent = UI
- Players_2.BackgroundColor3 = Color3.new(1, 1, 1)
- Players_2.BackgroundTransparency = 1
- Players_2.BorderSizePixel = 0
- Players_2.Position = UDim2.new(0, 105, 0, 16)
- Players_2.Size = UDim2.new(0, 294, 0, 344)
- Players_2.Visible = false
- SelectPlayers.Name = "SelectPlayers"
- SelectPlayers.Parent = Players_2
- SelectPlayers.BackgroundColor3 = Color3.new(1, 1, 1)
- SelectPlayers.Size = UDim2.new(0, 294, 0, 35)
- SelectPlayers.Font = Enum.Font.SourceSans
- SelectPlayers.FontSize = Enum.FontSize.Size14
- SelectPlayers.Text = "Select Players"
- SelectPlayers.TextScaled = true
- SelectPlayers.TextSize = 14
- SelectPlayers.TextWrapped = true
- SelectPlrs.Name = "SelectPlrs"
- SelectPlrs.Parent = Players_2
- SelectPlrs.BackgroundColor3 = Color3.new(1, 1, 1)
- SelectPlrs.Position = UDim2.new(1.16666663, 0, 0.28197673, 0)
- SelectPlrs.Size = UDim2.new(0, 210, 0, 129)
- SelectPlrs.Visible = false
- ScrollingFrame.Parent = SelectPlrs
- ScrollingFrame.BackgroundColor3 = Color3.new(1, 1, 1)
- ScrollingFrame.Position = UDim2.new(0.00952380989, 0, 0, 0)
- ScrollingFrame.Size = UDim2.new(0, 208, 0, 106)
- Done.Name = "Done"
- Done.Parent = SelectPlrs
- Done.BackgroundColor3 = Color3.new(1, 1, 1)
- Done.BorderSizePixel = 0
- Done.Position = UDim2.new(0, 0, 0, 108)
- Done.Size = UDim2.new(0, 210, 0, 21)
- Done.Font = Enum.Font.SourceSans
- Done.FontSize = Enum.FontSize.Size14
- Done.Text = "Done"
- Done.TextSize = 14
- BTools.Name = "BTools"
- BTools.Parent = Players_2
- BTools.BackgroundColor3 = Color3.new(1, 1, 1)
- BTools.Position = UDim2.new(0, 10, 0, 49)
- BTools.Size = UDim2.new(0, 100, 0, 30)
- BTools.Font = Enum.Font.SourceSans
- BTools.FontSize = Enum.FontSize.Size14
- BTools.Text = "Btools"
- BTools.TextSize = 14
- Kill.Name = "Kill"
- Kill.Parent = Players_2
- Kill.BackgroundColor3 = Color3.new(1, 1, 1)
- Kill.Position = UDim2.new(0, 184, 0, 49)
- Kill.Size = UDim2.new(0, 100, 0, 30)
- Kill.Font = Enum.Font.SourceSans
- Kill.FontSize = Enum.FontSize.Size14
- Kill.Text = "Kill"
- Kill.TextSize = 14
- Home_3.Name = "Home"
- Home_3.Parent = UI
- Home_3.BackgroundColor3 = Color3.new(1, 1, 1)
- Home_3.BackgroundTransparency = 1
- Home_3.BorderSizePixel = 0
- Home_3.Position = UDim2.new(0, 105, 0, 16)
- Home_3.Size = UDim2.new(0, 294, 0, 344)
- WlcmMsg.Name = "WlcmMsg"
- WlcmMsg.Parent = Home_3
- WlcmMsg.BackgroundColor3 = Color3.new(1, 1, 1)
- WlcmMsg.BackgroundTransparency = 1
- WlcmMsg.BorderSizePixel = 0
- WlcmMsg.Size = UDim2.new(0, 294, 0, 50)
- WlcmMsg.Font = Enum.Font.SourceSans
- WlcmMsg.FontSize = Enum.FontSize.Size14
- WlcmMsg.Text = "Welcome!"
- WlcmMsg.TextScaled = true
- WlcmMsg.TextSize = 14
- WlcmMsg.TextWrapped = true
- Thumb.Name = "Thumb"
- Thumb.Parent = Home_3
- Thumb.BackgroundColor3 = Color3.new(1, 1, 1)
- Thumb.BackgroundTransparency = 1
- Thumb.BorderSizePixel = 0
- Thumb.Position = UDim2.new(0, 0, 0, 58)
- Thumb.Size = UDim2.new(0, 100, 0, 87)
- Thumb.Image = "rbxassetid://1000596080"
- TextLabel_2.Parent = Home_3
- TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel_2.BackgroundTransparency = 1
- TextLabel_2.BorderSizePixel = 0
- TextLabel_2.Position = UDim2.new(0, 103, 0, 66)
- TextLabel_2.Size = UDim2.new(0, 191, 0, 71)
- TextLabel_2.Font = Enum.Font.SourceSans
- TextLabel_2.FontSize = Enum.FontSize.Size14
- TextLabel_2.Text = "Glade"
- TextLabel_2.TextScaled = true
- TextLabel_2.TextSize = 14
- TextLabel_2.TextWrapped = true
- TextLabel_2.TextXAlignment = Enum.TextXAlignment.Left
- Info.Name = "Info"
- Info.Parent = Home_3
- Info.BackgroundColor3 = Color3.new(1, 1, 1)
- Info.BackgroundTransparency = 1
- Info.BorderSizePixel = 0
- Info.Position = UDim2.new(0, 0, 0, 172)
- Info.Size = UDim2.new(0, 294, 0, 172)
- About.Name = "About"
- About.Parent = Info
- About.BackgroundColor3 = Color3.new(1, 1, 1)
- About.BackgroundTransparency = 1
- About.BorderSizePixel = 0
- About.Size = UDim2.new(0, 294, 0, 146)
- About.Font = Enum.Font.SourceSans
- About.FontSize = Enum.FontSize.Size18
- About.Text = "Glade is a exploiting GUI that is designed to work on Void's Script Builder, allthough it should work on any game, plus it's been tested in studio! Glade is free to use but you DO NOT have permission to change any of its code, if you've got ideas or know some bugs about Glade don't hesitate to message OMG_Gaming404!"
- About.TextScaled = true
- About.TextSize = 15
- About.TextWrapped = true
- About.TextYAlignment = Enum.TextYAlignment.Top
- Coppyright.Name = "Coppyright"
- Coppyright.Parent = Info
- Coppyright.BackgroundColor3 = Color3.new(1, 1, 1)
- Coppyright.BackgroundTransparency = 1
- Coppyright.BorderSizePixel = 0
- Coppyright.Position = UDim2.new(0, 0, 0, 151)
- Coppyright.Size = UDim2.new(0, 107, 0, 21)
- Coppyright.Font = Enum.Font.SourceSans
- Coppyright.FontSize = Enum.FontSize.Size14
- Coppyright.Text = " © Star Corporation™"
- Coppyright.TextSize = 14
- Coppyright.TextXAlignment = Enum.TextXAlignment.Left
- Coppyright.TextYAlignment = Enum.TextYAlignment.Bottom
- Server_2.Name = "Server"
- Server_2.Parent = UI
- Server_2.BackgroundColor3 = Color3.new(1, 1, 1)
- Server_2.BackgroundTransparency = 1
- Server_2.BorderSizePixel = 0
- Server_2.Position = UDim2.new(0, 105, 0, 16)
- Server_2.Size = UDim2.new(0, 294, 0, 344)
- Server_2.Visible = false
- Shutdown.Name = "Shutdown"
- Shutdown.Parent = Server_2
- Shutdown.BackgroundColor3 = Color3.new(1, 1, 1)
- Shutdown.Position = UDim2.new(0, 0, 0, 10)
- Shutdown.Size = UDim2.new(0, 294, 0, 30)
- Shutdown.Font = Enum.Font.SourceSans
- Shutdown.FontSize = Enum.FontSize.Size14
- Shutdown.Text = "Shutdown"
- Shutdown.TextSize = 14
- SixSixSix.Name = "SixSixSix"
- SixSixSix.Parent = Server_2
- SixSixSix.BackgroundColor3 = Color3.new(1, 1, 1)
- SixSixSix.Position = UDim2.new(0, 0, 0, 50)
- SixSixSix.Size = UDim2.new(0, 294, 0, 30)
- SixSixSix.Font = Enum.Font.SourceSans
- SixSixSix.FontSize = Enum.FontSize.Size14
- SixSixSix.Text = "666"
- SixSixSix.TextSize = 14
- Skybox.Name = "Skybox"
- Skybox.Parent = Server_2
- Skybox.BackgroundColor3 = Color3.new(1, 1, 1)
- Skybox.Position = UDim2.new(0, 0, 0, 90)
- Skybox.Size = UDim2.new(0, 142, 0, 30)
- Skybox.Font = Enum.Font.SourceSans
- Skybox.FontSize = Enum.FontSize.Size14
- Skybox.Text = "Kick Player"
- Skybox.TextSize = 14
- Skybox_Input.Name = "Skybox_Input"
- Skybox_Input.Parent = Server_2
- Skybox_Input.BackgroundColor3 = Color3.new(1, 1, 1)
- Skybox_Input.Position = UDim2.new(0, 152, 0, 90)
- Skybox_Input.Size = UDim2.new(0, 142, 0, 30)
- Skybox_Input.Font = Enum.Font.SourceSans
- Skybox_Input.FontSize = Enum.FontSize.Size14
- Skybox_Input.Text = "Username"
- Skybox_Input.TextSize = 14
- GKill.Name = 'KillB'
- GKill_Input.Name = 'Kill_Input'
- GKill.Size = UDim2.new(0, 142, 0, 30)
- GKill.Position = UDim2.new(0, 0, 0, 130)
- GKill_Input.Position = UDim2.new(0, 152, 0, 130)
- GKill_Input.Size = UDim2.new(0, 142, 0, 30)
- GKill.Parent = Server_2
- GKill_Input.Parent = Server_2
- GKill.Text = 'Kill Player'
- GKill_Input.Text = 'Username'
- GKill.BackgroundColor3 = Color3.new(1,1,1)
- GKill_Input.BackgroundColor3 = Color3.new(1,1,1)
- OpenUI.Name = "OpenUI"
- OpenUI.Parent = Glade
- OpenUI.BackgroundColor3 = Color3.new(1, 1, 1)
- OpenUI.BackgroundTransparency = 1
- OpenUI.BorderSizePixel = 0
- OpenUI.Size = UDim2.new(0, 148, 0, 42)
- OpenBtn.Name = "OpenBtn"
- OpenBtn.Parent = OpenUI
- OpenBtn.BackgroundColor3 = Color3.new(1, 1, 1)
- OpenBtn.BorderSizePixel = 0
- OpenBtn.Size = UDim2.new(0, 148, 0, 42)
- OpenBtn.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
- OpenBtn.Font = Enum.Font.SourceSans
- OpenBtn.FontSize = Enum.FontSize.Size14
- OpenBtn.Text = "Open Glade"
- OpenBtn.TextScaled = true
- OpenBtn.TextSize = 14
- OpenBtn.TextWrapped = true
- UI.Visible = false
- function btools(p)
- local backpack = p:FindFirstChild('Backpack')
- local Del = Instance.new('HopperBin')
- local Cop = Instance.new('HopperBin')
- local Mov = Instance.new('HopperBin')
- Cop.BinType = 1
- Mov.BinType = 3
- Del.BinType = 4
- Del.Name = 'Delete'
- Mov.Name = 'Move'
- Cop.Name = 'Coppy'
- Cop.Parent = backpack
- Del.Parent = backpack
- Mov.Parent = backpack
- end
- function openUI(i)
- if ScriptExecutor_2.Visible == true then
- ScriptExecutor_2.Visible = false
- i.Visible = true
- return true
- elseif Home_3.Visible == true then
- Home_3.Visible = false
- i.Visible = true
- return true
- elseif Server_2.Visible == true then
- Server_2.Visible = false
- i.Visible = true
- return true
- elseif Players_2.Visible == true then
- Players_2.Visible = false
- i.Visible = true
- return true
- end
- end
- OpenBtn.MouseButton1Click:connect(function()
- UI.Visible = true
- OpenUI.Visible = false
- end)
- Close.MouseButton1Click:connect(function()
- OpenUI.Visible = true
- UI.Visible = false
- end)
- ScriptExecutor.MouseButton1Click:connect(function()
- openUI(ScriptExecutor_2)
- end)
- Home.MouseButton1Click:connect(function()
- openUI(Home_3)
- end)
- Server.MouseButton1Click:connect(function()
- openUI(Server_2)
- end)
- Players.MouseButton1Click:connect(function()
- openUI(Players_2)
- end)
- Clear.MouseButton1Click:connect(function()
- Input.Text = ''
- end)
- Execute.MouseButton1Click:connect(function()
- loadstring(Input.Text)()
- end)
- BTools.MouseButton1Click:connect(function()
- btools(game.Players.LocalPlayer)
- end)
- Kill.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character:BreakJoints()
- end)
- Shutdown.MouseButton1Click:connect(function()
- for i,v in pairs(game.Players:GetChildren()) do
- if v.ClassName == 'Player' then
- if v.Name ~= game.Players.LocalPlayer.Name then
- v:Kick('This game has shutdown')
- end
- end
- end
- end)
- Skybox.MouseButton1Click:connect(function()
- game.Players:FindFirstChild(Skybox_Input.Text):Kick('You have been kicked by Glade')
- end)
- GKill.MouseButton1Click:connect(function()
- game.Players:FindFirstChild(GKill_Input.Text).Character:BreakJoints()
- end)
- game.StarterGui:SetCore("ChatMakeSystemMessage", {
- Text = "Sucessfully injected Glade!"; -- Required. Has to be a string!
- Color = Color3.new(255,0,0); -- Cyan is (0, 255 / 255, 255 / 255). Optional, defaults to white: Color3.new(255 / 255, 255 / 255, 243 / 255)
- Font = Enum.Font.SourceSans; -- Optional, defaults to Enum.Font.SourceSansBold
- FontSize = Enum.FontSize.Size24; -- Optional, defaults to Enum.FontSize.Size18
- })
- local bf = Instance.new("BindableFunction")
- function cab(nill)
- if nill == "Open" then
- UI.Visible = true
- OpenUI.Visible = false
- end
- end
- bf.OnInvoke = cab
- game.StarterGui:SetCore("SendNotification", {
- Title = "Glade"; -- Required. Has to be a string!
- Text = "Glade has successfully loaded!"; -- Required. Has to be a string!
- Icon = "rbxassetid://1000596080"; -- Optional, defaults to "" (no icon)
- Duration = 5; -- Optional, defaults to 5 seconds
- Callback = bf;
- Button1 = "Open";
- })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement