Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Executor = Instance.new("ScreenGui")
- local Panel = Instance.new("Frame")
- local Execute = Instance.new("TextButton")
- local Clear = Instance.new("TextButton")
- local ResetChar = Instance.new("TextButton")
- local KickMe = Instance.new("TextButton")
- local Form = Instance.new("Frame")
- local Source = Instance.new("TextBox")
- local ToggleMN = Instance.new("ImageButton")
- local CloseGUI = Instance.new("ImageButton")
- Executor.Name = "Executor"
- Executor.Parent = game.CoreGui
- Executor.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Panel.Name = "Panel"
- Panel.Parent = Executor
- Panel.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
- Panel.BackgroundTransparency = 0.300
- Panel.BorderColor3 = Color3.fromRGB(30, 30, 30)
- Panel.Position = UDim2.new(0.246690735, 0, 0.674603224, 0)
- Panel.Size = UDim2.new(0.506634474, 0, 0.0476190485, 0)
- Execute.Name = "Execute"
- Execute.Parent = Panel
- Execute.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
- Execute.BorderColor3 = Color3.fromRGB(30, 30, 30)
- Execute.BorderSizePixel = 0
- Execute.Position = UDim2.new(0.0357142873, 0, 0, 0)
- Execute.Size = UDim2.new(0.214285731, 0, 1, 0)
- Execute.Font = Enum.Font.SourceSans
- Execute.Text = "Execute"
- Execute.TextColor3 = Color3.fromRGB(255, 255, 255)
- Execute.TextSize = 18.000
- Execute.TextWrapped = true
- Clear.Name = "Clear"
- Clear.Parent = Panel
- Clear.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
- Clear.BorderColor3 = Color3.fromRGB(30, 30, 30)
- Clear.BorderSizePixel = 0
- Clear.Position = UDim2.new(0.261999995, 0, 0, 0)
- Clear.Size = UDim2.new(0.214285731, 0, 1, 0)
- Clear.Font = Enum.Font.SourceSans
- Clear.Text = "Clear"
- Clear.TextColor3 = Color3.fromRGB(255, 255, 255)
- Clear.TextSize = 18.000
- Clear.TextWrapped = true
- ResetChar.Name = "ResetChar"
- ResetChar.Parent = Panel
- ResetChar.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
- ResetChar.BorderColor3 = Color3.fromRGB(30, 30, 30)
- ResetChar.BorderSizePixel = 0
- ResetChar.Position = UDim2.new(0.522000015, 0, 0, 0)
- ResetChar.Size = UDim2.new(0.214285731, 0, 1, 0)
- ResetChar.Font = Enum.Font.SourceSans
- ResetChar.Text = "Reset Char"
- ResetChar.TextColor3 = Color3.fromRGB(255, 255, 255)
- ResetChar.TextSize = 18.000
- ResetChar.TextWrapped = true
- KickMe.Name = "KickMe"
- KickMe.Parent = Panel
- KickMe.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
- KickMe.BorderColor3 = Color3.fromRGB(30, 30, 30)
- KickMe.BorderSizePixel = 0
- KickMe.Position = UDim2.new(0.748000026, 0, 0, 0)
- KickMe.Size = UDim2.new(0.214285731, 0, 1, 0)
- KickMe.Font = Enum.Font.SourceSans
- KickMe.Text = "Kick Me"
- KickMe.TextColor3 = Color3.fromRGB(255, 255, 255)
- KickMe.TextSize = 18.000
- KickMe.TextWrapped = true
- Form.Name = "Form"
- Form.Parent = Executor
- Form.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
- Form.BackgroundTransparency = 0.300
- Form.BorderColor3 = Color3.fromRGB(30, 30, 30)
- Form.Position = UDim2.new(0.246999979, 0, 0.276904792, 0)
- Form.Size = UDim2.new(0.506634474, 0, 0.388888896, 0)
- Source.Name = "Source"
- Source.Parent = Form
- Source.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
- Source.BackgroundTransparency = 0.700
- Source.BorderColor3 = Color3.fromRGB(30, 30, 30)
- Source.Position = UDim2.new(0.0357142128, 0, 0, 0)
- Source.Size = UDim2.new(0.964285791, 0, 1, 0)
- Source.ClearTextOnFocus = false
- Source.Font = Enum.Font.SourceSans
- Source.MultiLine = true
- Source.Text = "--// Start!"
- Source.TextColor3 = Color3.fromRGB(255, 255, 255)
- Source.TextSize = 15.000
- Source.TextWrapped = true
- Source.TextXAlignment = Enum.TextXAlignment.Left
- Source.TextYAlignment = Enum.TextYAlignment.Top
- ToggleMN.Name = "ToggleMN"
- ToggleMN.Parent = Executor
- ToggleMN.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- ToggleMN.BorderSizePixel = 0
- ToggleMN.Position = UDim2.new(0, 0, 0.607936502, 0)
- ToggleMN.Size = UDim2.new(0.0301568154, 0, 0.039682541, 0)
- ToggleMN.Image = "rbxassetid://7666265581"
- CloseGUI.Name = "CloseGUI"
- CloseGUI.Parent = Executor
- CloseGUI.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- CloseGUI.BackgroundTransparency = 1.000
- CloseGUI.BorderSizePixel = 0
- CloseGUI.Position = UDim2.new(0, 0, 0.584126949, 0)
- CloseGUI.Size = UDim2.new(0.0180940907, 0, 0.0238095261, 0)
- CloseGUI.Image = "rbxassetid://5198838744"
- local function QMLQQJU()
- local script = Instance.new('LocalScript', Execute)
- script.Parent.MouseButton1Click:Connect(function()
- loadstring(script.Parent.Parent.Parent.Form.Source.Text)()
- end)
- end
- coroutine.wrap(QMLQQJU)()
- local function STGZ()
- local script = Instance.new('LocalScript', Clear)
- script.Parent.MouseButton1Click:Connect(function()
- script.Parent.Parent.Parent.Form.Source.Text = ""
- end)
- end
- coroutine.wrap(STGZ)()
- local function AOVMIGD()
- local script = Instance.new('LocalScript', ResetChar)
- script.Parent.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character.Humanoid.Health = 0
- end)
- end
- coroutine.wrap(AOVMIGD)()
- local function VCEUH()
- local script = Instance.new('LocalScript', KickMe)
- script.Parent.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer:Kick("You were kicked from this experience: (Error Code: 273)")
- end)
- end
- coroutine.wrap(VCEUH)()
- local function CJHV()
- local script = Instance.new('LocalScript', Source)
- script.Parent.Font = Enum.Font.Code
- end
- coroutine.wrap(CJHV)()
- local function YAFMGJ()
- local script = Instance.new('LocalScript', ToggleMN)
- local evabled = true
- script.Parent.MouseButton1Down:Connect(function()
- if evabled == true then
- evabled = false
- script.Parent.Rotation = 180
- script.Parent.Parent.Panel.Visible = false
- script.Parent.Parent.Form.Visible = false
- else
- evabled = true
- script.Parent.Rotation = 0
- script.Parent.Parent.Panel.Visible = true
- script.Parent.Parent.Form.Visible = true
- end
- end)
- end
- coroutine.wrap(YAFMGJ)()
- local function DRCVTS()
- local script = Instance.new('LocalScript', CloseGUI)
- script.Parent.MouseButton1Down:Connect(function()
- script.Parent.Parent:Destroy()
- end)
- end
- coroutine.wrap(DRCVTS)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement