Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --GUI made by JJwoddy
- --Btw dont worry about the fake script bits it still works:D
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local TextButton1 = Instance.new("TextButton")
- local TextButton = Instance.new("TextButton")
- local TextBox1 = Instance.new("TextBox")
- local TextBox = Instance.new("TextBox")
- local TextButton3 = Instance.new("TextButton")
- local TextButton_2 = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.fromRGB(225, 255, 124)
- Frame.BackgroundTransparency = 0.500
- Frame.Position = UDim2.new(0.188034192, 0, 0.139605463, 0)
- Frame.Size = UDim2.new(0, 471, 0, 301)
- Frame.Visible = false
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.BackgroundTransparency = 1.000
- TextLabel.Position = UDim2.new(0, 0, -0.036544852, 0)
- TextLabel.Size = UDim2.new(0, 471, 0, 57)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "Walkspeed and Jumpower GUI"
- TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.TextSize = 30.000
- TextButton1.Name = "TextButton1"
- TextButton1.Parent = Frame
- TextButton1.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
- TextButton1.Position = UDim2.new(0, 0, 0.574750841, 0)
- TextButton1.Size = UDim2.new(0, 200, 0, 61)
- TextButton1.Font = Enum.Font.SourceSans
- TextButton1.Text = "Set Walkspeed"
- TextButton1.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton1.TextSize = 14.000
- TextButton.Parent = Frame
- TextButton.BackgroundColor3 = Color3.fromRGB(85, 255, 82)
- TextButton.Position = UDim2.new(0.575371563, 0, 0.574750841, 0)
- TextButton.Size = UDim2.new(0, 200, 0, 61)
- TextButton.Font = Enum.Font.SourceSans
- TextButton.Text = "Set Jumppower"
- TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton.TextSize = 14.000
- TextBox1.Name = "TextBox1"
- TextBox1.Parent = Frame
- TextBox1.BackgroundColor3 = Color3.fromRGB(96, 104, 255)
- TextBox1.Position = UDim2.new(0, 0, 0.289036542, 0)
- TextBox1.Size = UDim2.new(0, 200, 0, 50)
- TextBox1.Font = Enum.Font.SourceSans
- TextBox1.Text = ""
- TextBox1.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextBox1.TextSize = 14.000
- TextBox.Parent = Frame
- TextBox.BackgroundColor3 = Color3.fromRGB(96, 104, 255)
- TextBox.Position = UDim2.new(0.575371563, 0, 0.289036542, 0)
- TextBox.Size = UDim2.new(0, 200, 0, 50)
- TextBox.Font = Enum.Font.SourceSans
- TextBox.Text = ""
- TextBox.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextBox.TextSize = 14.000
- TextButton3.Name = "TextButton3"
- TextButton3.Parent = Frame
- TextButton3.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- TextButton3.Position = UDim2.new(0.874734581, 0, 0, 0)
- TextButton3.Size = UDim2.new(0, 59, 0, 56)
- TextButton3.Font = Enum.Font.SourceSans
- TextButton3.Text = "X"
- TextButton3.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton3.TextSize = 70.000
- TextButton_2.Parent = ScreenGui
- TextButton_2.BackgroundColor3 = Color3.fromRGB(178, 239, 255)
- TextButton_2.Position = UDim2.new(0.0268620271, 0, 0.746585786, 0)
- TextButton_2.Size = UDim2.new(0, 159, 0, 50)
- TextButton_2.Font = Enum.Font.SourceSans
- TextButton_2.Text = "OPEN"
- TextButton_2.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton_2.TextSize = 50.000
- -- Scripts:
- local function FHXCVFD_fake_script() -- TextButton1.LocalScript
- local script = Instance.new('LocalScript', TextButton1)
- script.Parent.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = script.Parent.Parent.TextBox1.Text
- end)
- end
- coroutine.wrap(FHXCVFD_fake_script)()
- local function IBJK_fake_script() -- TextButton.LocalScript
- local script = Instance.new('LocalScript', TextButton)
- script.Parent.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = script.Parent.Parent.TextBox.Text
- end)
- end
- coroutine.wrap(IBJK_fake_script)()
- local function RHNF_fake_script() -- Frame.LocalScript
- local script = Instance.new('LocalScript', Frame)
- frame = script.Parent
- frame.Draggable = true
- frame.Active = true
- frame.Selectable = true
- end
- coroutine.wrap(RHNF_fake_script)()
- local function ORFBVR_fake_script() -- TextButton3.LocalScript
- local script = Instance.new('LocalScript', TextButton3)
- local frame = script.Parent.Parent -- change “Test” to the name of the frane
- local open = false
- script.Parent.MouseButton1Click:Connect(function()
- if frame.Visible == true then
- frame.Visible = false
- end
- end)
- end
- coroutine.wrap(ORFBVR_fake_script)()
- local function YCPLBNC_fake_script() -- TextButton_2.LocalScript
- local script = Instance.new('LocalScript', TextButton_2)
- local frame = script.Parent.Parent.Frame -- change “Test” to the name of the frane
- local open = false
- script.Parent.MouseButton1Click:Connect(function()
- if frame.Visible == false then
- frame.Visible = true
- end
- end)
- end
- coroutine.wrap(YCPLBNC_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement