Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local TextButton = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel")
- local TextButton_2 = Instance.new("TextButton")
- local WalkSpeedControl = Instance.new("TextLabel")
- local Close = Instance.new("TextButton")
- local Label = Instance.new("TextLabel")
- local Open = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
- Frame.BorderColor3 = Color3.fromRGB(27, 42, 53)
- Frame.BorderSizePixel = 3
- Frame.Position = UDim2.new(0.382299274, 0, 0.270377755, 0)
- Frame.Size = UDim2.new(0, 257, 0, 231)
- Frame.Active = true
- Frame.Draggable = true
- TextButton.Parent = Frame
- TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 0)
- TextButton.BorderSizePixel = 3
- TextButton.Position = UDim2.new(0.71206224, 0, 0.63203454, 0)
- TextButton.Size = UDim2.new(0, 74, 0, 73)
- TextButton.Font = Enum.Font.SourceSans
- TextButton.Text = "+"
- TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton.TextScaled = true
- TextButton.TextSize = 14.000
- TextButton.TextWrapped = true
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.BackgroundTransparency = 1.000
- TextLabel.Position = UDim2.new(0.33073929, 0, 0.29437235, 0)
- TextLabel.Size = UDim2.new(0, 87, 0, 70)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "16"
- TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14.000
- TextLabel.TextWrapped = true
- TextButton_2.Parent = Frame
- TextButton_2.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- TextButton_2.BorderSizePixel = 3
- TextButton_2.Position = UDim2.new(0, 0, 0.63203454, 0)
- TextButton_2.Size = UDim2.new(0, 74, 0, 73)
- TextButton_2.Font = Enum.Font.SourceSans
- TextButton_2.Text = "-"
- TextButton_2.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton_2.TextScaled = true
- TextButton_2.TextSize = 14.000
- TextButton_2.TextWrapped = true
- WalkSpeedControl.Name = "WalkSpeed Kontrol"
- WalkSpeedControl.Parent = Frame
- WalkSpeedControl.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
- WalkSpeedControl.BorderSizePixel = 3
- WalkSpeedControl.Position = UDim2.new(0.000976324081, 0, -0.00234955549, 0)
- WalkSpeedControl.Size = UDim2.new(0, 257, 0, 59)
- WalkSpeedControl.Font = Enum.Font.Highway
- WalkSpeedControl.Text = "Walkspeed Kontrol"
- WalkSpeedControl.TextColor3 = Color3.fromRGB(0, 0, 0)
- WalkSpeedControl.TextScaled = true
- WalkSpeedControl.TextSize = 14.000
- WalkSpeedControl.TextWrapped = true
- Close.Name = "Klose"
- Close.Parent = Frame
- Close.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Close.Position = UDim2.new(1, 0, -0.0259740278, 0)
- Close.Size = UDim2.new(0, 63, 0, 69)
- Close.Style = Enum.ButtonStyle.RobloxButtonDefault
- Close.Font = Enum.Font.SourceSans
- Close.Text = "X"
- Close.TextColor3 = Color3.fromRGB(255, 0, 0)
- Close.TextScaled = true
- Close.TextSize = 14.000
- Close.TextWrapped = true
- Label.Name = "Label"
- Label.Parent = Frame
- Label.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
- Label.BorderColor3 = Color3.fromRGB(27, 42, 53)
- Label.BorderSizePixel = 3
- Label.Position = UDim2.new(0, 0, 0.99999994, 0)
- Label.Size = UDim2.new(0, 257, 0, 50)
- Label.Font = Enum.Font.Highway
- Label.Text = "Made by lulaslollipop"
- Label.TextColor3 = Color3.fromRGB(0, 0, 0)
- Label.TextScaled = true
- Label.TextSize = 14.000
- Label.TextWrapped = true
- Open.Name = "Open"
- Open.Parent = ScreenGui
- Open.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Open.Position = UDim2.new(-0.00074955821, 0, 0.520874739, 0)
- Open.Size = UDim2.new(0, 200, 0, 50)
- Open.Style = Enum.ButtonStyle.RobloxButton
- Open.Font = Enum.Font.SourceSans
- Open.Text = "Open or ban"
- Open.TextColor3 = Color3.fromRGB(255, 255, 255)
- Open.TextScaled = true
- Open.TextSize = 14.000
- Open.TextWrapped = true
- -- Scripts:
- local function QDTZQ_fake_script() -- TextButton.LocalScript
- local script = Instance.new('LocalScript', TextButton)
- local label = script.Parent.Parent.TextLabel --- defines the number
- script.Parent.MouseButton1Click:Connect(function() --- when the button is clicked it calls this function
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = game.Players.LocalPlayer.Character.Humanoid.WalkSpeed +5--- defines the player and addition to walk speed
- label.Text = game.Players.LocalPlayer.Character.Humanoid.WalkSpeed --- tells the text label that displays walk speed to update
- end)
- end
- coroutine.wrap(QDTZQ_fake_script)()
- local function UCADA_fake_script() -- TextButton_2.LocalScript
- local script = Instance.new('LocalScript', TextButton_2)
- local label = script.Parent.Parent.TextLabel --- defines the number
- script.Parent.MouseButton1Click:Connect(function() --- when the button is clicked it calls this function
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = game.Players.LocalPlayer.Character.Humanoid.WalkSpeed -5--- defines the player and addition to walk speed
- label.Text = game.Players.LocalPlayer.Character.Humanoid.WalkSpeed --- tells the text label that displays walk speed to update
- end)
- end
- coroutine.wrap(UCADA_fake_script)()
- local function YDSA_fake_script() -- Close.LocalScript
- local script = Instance.new('LocalScript', Close)
- script.Parent.Parent.Visible = false
- script.Parent.MouseButton1Click:Connect(function()
- script.Parent.Parent.Visible = false
- script.Parent.Parent.Parent.Open.Visible = true
- end)
- end
- coroutine.wrap(YDSA_fake_script)()
- local function ZFFOR_fake_script() -- Open.LocalScript
- local script = Instance.new('LocalScript', Open)
- script.Parent.Visible = true
- script.Parent.MouseButton1Click:Connect(function()
- script.Parent.Visible = false
- script.Parent.Parent.Frame.Visible = true
- end)
- end
- coroutine.wrap(ZFFOR_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement