Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 3
- -- Instances:
- local EpicGUI_V1 = Instance.new("ScreenGui")
- local Open = Instance.new("TextButton")
- local Main1 = Instance.new("Frame")
- local ResetSpeed = Instance.new("TextButton")
- local SetSpeed = Instance.new("TextButton")
- local Close = Instance.new("TextButton")
- local SpeedValue = Instance.new("TextBox")
- local Title = Instance.new("TextLabel")
- local Noclip = Instance.new("TextButton")
- local Fly = Instance.new("TextButton")
- --Properties:
- EpicGUI_V1.Name = "EpicGUI_V1"
- EpicGUI_V1.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- EpicGUI_V1.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Open.Name = "Open"
- Open.Parent = EpicGUI_V1
- Open.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
- Open.BorderSizePixel = 5
- Open.Position = UDim2.new(0.852232754, 0, 0.912472665, 0)
- Open.Size = UDim2.new(0, 100, 0, 25)
- Open.Font = Enum.Font.Gotham
- Open.Text = "Open"
- Open.TextColor3 = Color3.new(0.443137, 0.443137, 0.443137)
- Open.TextSize = 14
- Main1.Name = "Main1"
- Main1.Parent = EpicGUI_V1
- Main1.Active = true
- Main1.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
- Main1.BorderColor3 = Color3.new(0.164706, 0.164706, 0.164706)
- Main1.BorderSizePixel = 5
- Main1.Position = UDim2.new(0.100792751, 0, 0.0846394971, 0)
- Main1.Size = UDim2.new(0, 400, 0, 547)
- ResetSpeed.Name = "ResetSpeed"
- ResetSpeed.Parent = Main1
- ResetSpeed.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
- ResetSpeed.BorderColor3 = Color3.new(0.164706, 0.164706, 0.164706)
- ResetSpeed.BorderSizePixel = 5
- ResetSpeed.Position = UDim2.new(0.25, 0, 0.340522677, 0)
- ResetSpeed.Size = UDim2.new(0, 200, 0, 50)
- ResetSpeed.Font = Enum.Font.Gotham
- ResetSpeed.Text = "Default Speed"
- ResetSpeed.TextColor3 = Color3.new(0.443137, 0.443137, 0.443137)
- ResetSpeed.TextSize = 14
- SetSpeed.Name = "SetSpeed"
- SetSpeed.Parent = Main1
- SetSpeed.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
- SetSpeed.BorderColor3 = Color3.new(0.164706, 0.164706, 0.164706)
- SetSpeed.BorderSizePixel = 5
- SetSpeed.Position = UDim2.new(0.25, 0, 0.186850101, 0)
- SetSpeed.Size = UDim2.new(0, 95, 0, 50)
- SetSpeed.Font = Enum.Font.Gotham
- SetSpeed.Text = "Set Speed"
- SetSpeed.TextColor3 = Color3.new(0.443137, 0.443137, 0.443137)
- SetSpeed.TextSize = 14
- Close.Name = "Close"
- Close.Parent = Main1
- Close.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
- Close.BorderColor3 = Color3.new(0.164706, 0.164706, 0.164706)
- Close.BorderSizePixel = 5
- Close.Position = UDim2.new(0.875, 0, 0, 0)
- Close.Size = UDim2.new(0, 50, 0, 50)
- Close.Font = Enum.Font.Gotham
- Close.Text = "X"
- Close.TextColor3 = Color3.new(0.443137, 0.443137, 0.443137)
- Close.TextSize = 14
- SpeedValue.Name = "SpeedValue"
- SpeedValue.Parent = Main1
- SpeedValue.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
- SpeedValue.BorderColor3 = Color3.new(0.164706, 0.164706, 0.164706)
- SpeedValue.BorderSizePixel = 5
- SpeedValue.Position = UDim2.new(0.537500024, 0, 0.186850101, 0)
- SpeedValue.Size = UDim2.new(0, 85, 0, 50)
- SpeedValue.Font = Enum.Font.Gotham
- SpeedValue.PlaceholderColor3 = Color3.new(0.698039, 0.698039, 0.698039)
- SpeedValue.Text = "16"
- SpeedValue.TextColor3 = Color3.new(0.443137, 0.443137, 0.443137)
- SpeedValue.TextSize = 14
- Title.Name = "Title"
- Title.Parent = Main1
- Title.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
- Title.BorderColor3 = Color3.new(0.164706, 0.164706, 0.164706)
- Title.BorderSizePixel = 5
- Title.Size = UDim2.new(0, 400, 0, 50)
- Title.Font = Enum.Font.Gotham
- Title.Text = "EpicGUI V1"
- Title.TextColor3 = Color3.new(0.443137, 0.443137, 0.443137)
- Title.TextSize = 14
- Noclip.Name = "Noclip"
- Noclip.Parent = Main1
- Noclip.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
- Noclip.BorderColor3 = Color3.new(0.164706, 0.164706, 0.164706)
- Noclip.BorderSizePixel = 5
- Noclip.Position = UDim2.new(0.25, 0, 0.656466603, 0)
- Noclip.Size = UDim2.new(0, 200, 0, 50)
- Noclip.Font = Enum.Font.Gotham
- Noclip.Text = "Noclip"
- Noclip.TextColor3 = Color3.new(0.443137, 0.443137, 0.443137)
- Noclip.TextSize = 14
- Fly.Name = "Fly"
- Fly.Parent = Main1
- Fly.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
- Fly.BorderColor3 = Color3.new(0.164706, 0.164706, 0.164706)
- Fly.BorderSizePixel = 5
- Fly.Position = UDim2.new(0.25, 0, 0.808815241, 0)
- Fly.Size = UDim2.new(0, 200, 0, 50)
- Fly.Font = Enum.Font.Gotham
- Fly.Text = "Fly"
- Fly.TextColor3 = Color3.new(0.443137, 0.443137, 0.443137)
- Fly.TextSize = 14
- -- Scripts:
- Noclip.MouseButton1Down:connect(function()
- game.StarterGui:SetCore('SendNotification', {Title='Noclip'; Text='Noclip has been activated! Use Q to toggle it.', Duration=30;});
- noclip = false
- game:GetService('RunService').Stepped:connect(function()
- if noclip then
- game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
- end
- end)
- plr = game.Players.LocalPlayer
- mouse = plr:GetMouse()
- mouse.KeyDown:connect(function(key)
- if key == "q" then
- noclip = not noclip
- game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
- end
- end)
- end)
- Open.MouseButton1Down:connect(function()
- Main1.Visible = true
- Open.Visible = false
- end)
- Close.MouseButton1Down:connect(function()
- Main1.Visible = false
- Open.Visible = true
- end)
- SetSpeed.MouseButton1Down:connect(function()µ
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = SpeedValue.Text
- end)
- ResetSpeed.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement