Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local GroomGUI = Instance.new("ScreenGui")
- local Topframe = Instance.new("Frame")
- local GUIName = Instance.new("TextLabel")
- local Discord = Instance.new("TextLabel")
- local ToggleInfo = Instance.new("TextLabel")
- local Version = Instance.new("TextLabel")
- local ScriptsButton = Instance.new("TextButton")
- local CreditsButton = Instance.new("TextButton")
- local ScriptsFrame = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local TrollingGUI = Instance.new("TextButton")
- local Chetbypass = Instance.new("TextButton")
- local InfiniteYield = Instance.new("TextButton")
- local Walkspeed = Instance.new("TextButton")
- local Jumppower = Instance.new("TextButton")
- local Fly = Instance.new("TextButton")
- local TextLabel_2 = Instance.new("TextLabel")
- local TextLabel_3 = Instance.new("TextLabel")
- local Close = Instance.new("TextButton")
- local CredsFrame = Instance.new("Frame")
- local TextLabel_4 = Instance.new("TextLabel")
- local Close_2 = Instance.new("TextButton")
- --Properties:
- GroomGUI.Name = "Groom GUI"
- GroomGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- GroomGUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- GroomGUI.ResetOnSpawn = false
- Topframe.Name = "Topframe"
- Topframe.Parent = GroomGUI
- Topframe.AnchorPoint = Vector2.new(0.5, 0.5)
- Topframe.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
- Topframe.BorderColor3 = Color3.fromRGB(0, 0, 0)
- Topframe.BorderSizePixel = 5
- Topframe.Position = UDim2.new(0.499517858, 0, 0.498933911, 0)
- Topframe.Size = UDim2.new(0, 317, 0, 196)
- Topframe.Active = true
- Topframe.Draggable = true
- GUIName.Name = "GUIName"
- GUIName.Parent = Topframe
- GUIName.AnchorPoint = Vector2.new(0.5, 0.5)
- GUIName.BackgroundColor3 = Color3.fromRGB(104, 104, 104)
- GUIName.BorderSizePixel = 0
- GUIName.Position = UDim2.new(0.107255511, 0, 0.0510204099, 0)
- GUIName.Size = UDim2.new(0, 68, 0, 21)
- GUIName.Font = Enum.Font.SourceSans
- GUIName.Text = "Groom GUI"
- GUIName.TextColor3 = Color3.fromRGB(0, 0, 0)
- GUIName.TextSize = 14.000
- Discord.Name = "Discord"
- Discord.Parent = Topframe
- Discord.AnchorPoint = Vector2.new(0.5, 0.5)
- Discord.BackgroundColor3 = Color3.fromRGB(104, 104, 104)
- Discord.BackgroundTransparency = 1.000
- Discord.BorderSizePixel = 0
- Discord.Position = UDim2.new(0.87066251, 0, 0.0510204099, 0)
- Discord.Size = UDim2.new(0, 96, 0, 21)
- Discord.Font = Enum.Font.SourceSans
- Discord.Text = "Xafichy#9356"
- Discord.TextColor3 = Color3.fromRGB(213, 213, 213)
- Discord.TextSize = 14.000
- ToggleInfo.Name = "ToggleInfo"
- ToggleInfo.Parent = Topframe
- ToggleInfo.AnchorPoint = Vector2.new(0.5, 0.5)
- ToggleInfo.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- ToggleInfo.BackgroundTransparency = 1.000
- ToggleInfo.BorderColor3 = Color3.fromRGB(27, 42, 53)
- ToggleInfo.Position = UDim2.new(0.258675069, 0, 0.943877518, 0)
- ToggleInfo.Size = UDim2.new(0, 151, 0, 21)
- ToggleInfo.Font = Enum.Font.SourceSans
- ToggleInfo.Text = "Press \"Insert\" to toggle the GUI"
- ToggleInfo.TextColor3 = Color3.fromRGB(216, 216, 216)
- ToggleInfo.TextSize = 14.000
- Version.Name = "Version"
- Version.Parent = Topframe
- Version.AnchorPoint = Vector2.new(0.5, 0.5)
- Version.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Version.BackgroundTransparency = 1.000
- Version.Position = UDim2.new(0.87066251, 0, 0.948979557, 0)
- Version.Size = UDim2.new(0, 81, 0, 19)
- Version.Font = Enum.Font.SourceSans
- Version.Text = "VERSION:1.0.1"
- Version.TextColor3 = Color3.fromRGB(0, 0, 0)
- Version.TextSize = 14.000
- ScriptsButton.Name = "ScriptsButton"
- ScriptsButton.Parent = Topframe
- ScriptsButton.AnchorPoint = Vector2.new(0.5, 0.5)
- ScriptsButton.BackgroundColor3 = Color3.fromRGB(85, 85, 85)
- ScriptsButton.BorderColor3 = Color3.fromRGB(0, 0, 0)
- ScriptsButton.BorderSizePixel = 3
- ScriptsButton.Position = UDim2.new(0.502, 0, 0.337, 0)
- ScriptsButton.Size = UDim2.new(0, 200, 0, 41)
- ScriptsButton.Font = Enum.Font.SourceSans
- ScriptsButton.Text = "Scripts"
- ScriptsButton.TextColor3 = Color3.fromRGB(0, 0, 0)
- ScriptsButton.TextSize = 14.000
- ScriptsButton.MouseButton1Click:Connect(function()
- ScriptsFrame.Visible = true
- end)
- CreditsButton.Name = "CreditsButton"
- CreditsButton.Parent = Topframe
- CreditsButton.AnchorPoint = Vector2.new(0.5, 0.5)
- CreditsButton.BackgroundColor3 = Color3.fromRGB(85, 85, 85)
- CreditsButton.BorderColor3 = Color3.fromRGB(0, 0, 0)
- CreditsButton.BorderSizePixel = 3
- CreditsButton.Position = UDim2.new(0.502, 0, 0.719, 0)
- CreditsButton.Size = UDim2.new(0, 200, 0, 41)
- CreditsButton.Font = Enum.Font.SourceSans
- CreditsButton.Text = "Credits"
- CreditsButton.TextColor3 = Color3.fromRGB(0, 0, 0)
- CreditsButton.TextSize = 14.000
- CreditsButton.MouseButton1Click:Connect(function()
- CredsFrame.Visible = true
- end)
- ScriptsFrame.Name = "ScriptsFrame"
- ScriptsFrame.Parent = Topframe
- ScriptsFrame.AnchorPoint = Vector2.new(0.5, 0.5)
- ScriptsFrame.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
- ScriptsFrame.BorderColor3 = Color3.fromRGB(0, 0, 0)
- ScriptsFrame.BorderSizePixel = 5
- ScriptsFrame.Position = UDim2.new(0.498574853, 0, 0.494060308, 0)
- ScriptsFrame.Size = UDim2.new(0, 317, 0, 196)
- ScriptsFrame.Visible = false
- ScriptsFrame.Active = true
- ScriptsFrame.Draggable = true
- TextLabel.Parent = ScriptsFrame
- TextLabel.AnchorPoint = Vector2.new(0.5, 0.5)
- TextLabel.BackgroundColor3 = Color3.fromRGB(127, 127, 127)
- TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.BorderSizePixel = 3
- TextLabel.Position = UDim2.new(0.498422742, 0, 0.0918367356, 0)
- TextLabel.Size = UDim2.new(0, 94, 0, 35)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "SCRIPTS"
- TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.TextSize = 14.000
- TrollingGUI.Name = "Trolling GUI"
- TrollingGUI.Parent = ScriptsFrame
- TrollingGUI.AnchorPoint = Vector2.new(0.5, 0.5)
- TrollingGUI.BackgroundColor3 = Color3.fromRGB(56, 56, 56)
- TrollingGUI.BorderSizePixel = 0
- TrollingGUI.Position = UDim2.new(0.835962176, 0, 0.790816307, 0)
- TrollingGUI.Size = UDim2.new(0, 103, 0, 25)
- TrollingGUI.Font = Enum.Font.SourceSans
- TrollingGUI.Text = "Trolling GUI"
- TrollingGUI.TextColor3 = Color3.fromRGB(0, 0, 0)
- TrollingGUI.TextSize = 14.000
- TrollingGUI.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet(('https://pastebin.com/raw/CFUBWFny'),true))()
- end)
- Chetbypass.Name = "Chetbypass"
- Chetbypass.Parent = ScriptsFrame
- Chetbypass.AnchorPoint = Vector2.new(0.5, 0.5)
- Chetbypass.BackgroundColor3 = Color3.fromRGB(56, 56, 56)
- Chetbypass.BorderSizePixel = 0
- Chetbypass.Position = UDim2.new(0.835962176, 0, 0.581632614, 0)
- Chetbypass.Size = UDim2.new(0, 103, 0, 25)
- Chetbypass.Font = Enum.Font.SourceSans
- Chetbypass.Text = "Chetbypass"
- Chetbypass.TextColor3 = Color3.fromRGB(0, 0, 0)
- Chetbypass.TextSize = 14.000
- Chetbypass.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/bedra45/chetbypasser/main/chetbypass'))()
- end)
- InfiniteYield.Name = "Infinite Yield"
- InfiniteYield.Parent = ScriptsFrame
- InfiniteYield.AnchorPoint = Vector2.new(0.5, 0.5)
- InfiniteYield.BackgroundColor3 = Color3.fromRGB(56, 56, 56)
- InfiniteYield.BorderSizePixel = 0
- InfiniteYield.Position = UDim2.new(0.835962176, 0, 0.387755096, 0)
- InfiniteYield.Size = UDim2.new(0, 103, 0, 25)
- InfiniteYield.Font = Enum.Font.SourceSans
- InfiniteYield.Text = "Infinite Yield"
- InfiniteYield.TextColor3 = Color3.fromRGB(0, 0, 0)
- InfiniteYield.TextSize = 14.000
- InfiniteYield.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet(('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'),true))()
- end)
- Walkspeed.Name = "Walkspeed"
- Walkspeed.Parent = ScriptsFrame
- Walkspeed.AnchorPoint = Vector2.new(0.5, 0.5)
- Walkspeed.BackgroundColor3 = Color3.fromRGB(56, 56, 56)
- Walkspeed.BorderSizePixel = 0
- Walkspeed.Position = UDim2.new(0.160883293, 0, 0.387755096, 0)
- Walkspeed.Size = UDim2.new(0, 103, 0, 25)
- Walkspeed.Font = Enum.Font.SourceSans
- Walkspeed.Text = "WalkSpeed"
- Walkspeed.TextColor3 = Color3.fromRGB(0, 0, 0)
- Walkspeed.TextSize = 14.000
- Walkspeed.MouseButton1Click:Connect(function()
- local Plr = game.Players.LocalPlayer
- local Char = Plr.Character or Plr.CharacterAdded:Wait()
- Char:WaitForChild("Humanoid").WalkSpeed = 50
- end)
- Jumppower.Name = "Jumppower"
- Jumppower.Parent = ScriptsFrame
- Jumppower.AnchorPoint = Vector2.new(0.5, 0.5)
- Jumppower.BackgroundColor3 = Color3.fromRGB(56, 56, 56)
- Jumppower.BorderSizePixel = 0
- Jumppower.Position = UDim2.new(0.160883293, 0, 0.581632614, 0)
- Jumppower.Size = UDim2.new(0, 103, 0, 25)
- Jumppower.Font = Enum.Font.SourceSans
- Jumppower.Text = "JumpPower"
- Jumppower.TextColor3 = Color3.fromRGB(0, 0, 0)
- Jumppower.TextSize = 14.000
- Jumppower.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = 150
- end)
- Fly.Name = "Fly"
- Fly.Parent = ScriptsFrame
- Fly.AnchorPoint = Vector2.new(0.5, 0.5)
- Fly.BackgroundColor3 = Color3.fromRGB(56, 56, 56)
- Fly.BorderSizePixel = 0
- Fly.Position = UDim2.new(0.160883293, 0, 0.790816307, 0)
- Fly.Size = UDim2.new(0, 103, 0, 25)
- Fly.Font = Enum.Font.SourceSans
- Fly.Text = "Fly"
- Fly.TextColor3 = Color3.fromRGB(0, 0, 0)
- Fly.TextSize = 14.000
- Fly.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/7rXZ9VNc", true))()
- end)
- TextLabel_2.Parent = ScriptsFrame
- TextLabel_2.AnchorPoint = Vector2.new(0.5, 0.5)
- TextLabel_2.BackgroundColor3 = Color3.fromRGB(127, 127, 127)
- TextLabel_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel_2.BorderSizePixel = 3
- TextLabel_2.Position = UDim2.new(0.173501581, 0, 0.217674404, 0)
- TextLabel_2.Size = UDim2.new(0, 94, 0, 14)
- TextLabel_2.Font = Enum.Font.SourceSans
- TextLabel_2.Text = "LOCAL"
- TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel_2.TextSize = 14.000
- TextLabel_3.Parent = ScriptsFrame
- TextLabel_3.AnchorPoint = Vector2.new(0.5, 0.5)
- TextLabel_3.BackgroundColor3 = Color3.fromRGB(127, 127, 127)
- TextLabel_3.BorderColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel_3.BorderSizePixel = 3
- TextLabel_3.Position = UDim2.new(0.835962176, 0, 0.217674404, 0)
- TextLabel_3.Size = UDim2.new(0, 94, 0, 14)
- TextLabel_3.Font = Enum.Font.SourceSans
- TextLabel_3.Text = "Misc"
- TextLabel_3.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel_3.TextSize = 14.000
- Close.Name = "Close"
- Close.Parent = ScriptsFrame
- Close.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Close.Position = UDim2.new(0.92429024, 0, 0.0357142873, 0)
- Close.Size = UDim2.new(0, 19, 0, 21)
- Close.Font = Enum.Font.SourceSans
- Close.Text = "X"
- Close.TextColor3 = Color3.fromRGB(0, 0, 0)
- Close.TextSize = 14.000
- Close.MouseButton1Click:Connect(function()
- ScriptsFrame.Visible = false
- end)
- CredsFrame.Name = "CredsFrame"
- CredsFrame.Parent = Topframe
- CredsFrame.AnchorPoint = Vector2.new(0.5, 0.5)
- CredsFrame.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
- CredsFrame.BorderColor3 = Color3.fromRGB(0, 0, 0)
- CredsFrame.BorderSizePixel = 5
- CredsFrame.Position = UDim2.new(0.498574793, 0, 0.499162346, 0)
- CredsFrame.Size = UDim2.new(0, 317, 0, 196)
- CredsFrame.Visible = false
- CredsFrame.Active = true
- CredsFrame.Draggable = true
- TextLabel_4.Parent = CredsFrame
- TextLabel_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_4.BackgroundTransparency = 1.000
- TextLabel_4.Position = UDim2.new(0.182965294, 0, 0.10204082, 0)
- TextLabel_4.Size = UDim2.new(0, 200, 0, 156)
- TextLabel_4.Font = Enum.Font.SourceSans
- TextLabel_4.Text = "Script made by: Xafichy,i only made the Walkspeed, and the JumpPower script."
- TextLabel_4.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel_4.TextScaled = true
- TextLabel_4.TextSize = 14.000
- TextLabel_4.TextWrapped = true
- Close_2.Name = "Close"
- Close_2.Parent = CredsFrame
- Close_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Close_2.Position = UDim2.new(0.902208209, 0, 0.0357142873, 0)
- Close_2.Size = UDim2.new(0, 22, 0, 20)
- Close_2.Font = Enum.Font.SourceSans
- Close_2.Text = "X"
- Close_2.TextColor3 = Color3.fromRGB(0, 0, 0)
- Close_2.TextSize = 14.000
- Close_2.MouseButton1Click:Connect(function()
- CredsFrame.Visible = false
- end)
- function onKeyPress(inputObject, gameProcessedEvent)
- if inputObject.KeyCode == Enum.KeyCode.Insert then
- if Topframe.Visible == false then
- Topframe.Visible = true
- else
- Topframe.Visible = false
- end
- end
- end
- game:GetService("UserInputService").InputBegan:connect(onKeyPress)
Add Comment
Please, Sign In to add comment