Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Instances:
- local bad = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local TextBox = Instance.new("TextBox")
- local TextBox_Roundify_12px = Instance.new("ImageLabel")
- local TrollButton = Instance.new("TextButton")
- local TextButton_Roundify_12px = Instance.new("ImageLabel")
- local TextLabel = Instance.new("TextLabel")
- --Properties:
- bad.Name = "bad"
- bad.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- Frame.Parent = bad
- Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Frame.BackgroundTransparency = 1.000
- Frame.BorderSizePixel = 0
- Frame.Position = UDim2.new(0.0250000004, 0, 0.0500000007, 0)
- Frame.Size = UDim2.new(0.166999996, 0, 0.140221402, 0)
- TextBox.Parent = Frame
- TextBox.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextBox.BackgroundTransparency = 1.000
- TextBox.BorderSizePixel = 0
- TextBox.Size = UDim2.new(1, 0, 0.5, 0)
- TextBox.ZIndex = 2
- TextBox.Font = Enum.Font.Arcade
- TextBox.Text = "put walkspeed here"
- TextBox.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextBox.TextSize = 14.000
- TextBox_Roundify_12px.Name = "TextBox_Roundify_12px"
- TextBox_Roundify_12px.Parent = TextBox
- TextBox_Roundify_12px.Active = true
- TextBox_Roundify_12px.AnchorPoint = Vector2.new(0.5, 0.5)
- TextBox_Roundify_12px.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextBox_Roundify_12px.BackgroundTransparency = 1.000
- TextBox_Roundify_12px.Position = UDim2.new(0.5, 0, 0.5, 0)
- TextBox_Roundify_12px.Selectable = true
- TextBox_Roundify_12px.Size = UDim2.new(1, 0, 1, 0)
- TextBox_Roundify_12px.Image = "rbxassetid://3570695787"
- TextBox_Roundify_12px.ScaleType = Enum.ScaleType.Slice
- TextBox_Roundify_12px.SliceCenter = Rect.new(100, 100, 100, 100)
- TextBox_Roundify_12px.SliceScale = 0.120
- TrollButton.Name = "TrollButton"
- TrollButton.Parent = Frame
- TrollButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- TrollButton.BackgroundTransparency = 1.000
- TrollButton.BorderSizePixel = 0
- TrollButton.Position = UDim2.new(0, 0, 0.5, 0)
- TrollButton.Size = UDim2.new(1, 0, 0.5, 0)
- TrollButton.ZIndex = 2
- TrollButton.Font = Enum.Font.SciFi
- TrollButton.Text = "change walksped"
- TrollButton.TextColor3 = Color3.fromRGB(255, 255, 255)
- TrollButton.TextScaled = true
- TrollButton.TextSize = 14.000
- TrollButton.TextWrapped = true
- TextButton_Roundify_12px.Name = "TextButton_Roundify_12px"
- TextButton_Roundify_12px.Parent = TrollButton
- TextButton_Roundify_12px.Active = true
- TextButton_Roundify_12px.AnchorPoint = Vector2.new(0.5, 0.5)
- TextButton_Roundify_12px.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_Roundify_12px.BackgroundTransparency = 1.000
- TextButton_Roundify_12px.Position = UDim2.new(0.5, 0, 0.5, 0)
- TextButton_Roundify_12px.Selectable = true
- TextButton_Roundify_12px.Size = UDim2.new(1, 0, 1, 0)
- TextButton_Roundify_12px.Image = "rbxassetid://3570695787"
- TextButton_Roundify_12px.ImageColor3 = Color3.fromRGB(0, 0, 0)
- TextButton_Roundify_12px.ScaleType = Enum.ScaleType.Slice
- TextButton_Roundify_12px.SliceCenter = Rect.new(100, 100, 100, 100)
- TextButton_Roundify_12px.SliceScale = 0.120
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.BackgroundTransparency = 1.000
- TextLabel.Position = UDim2.new(0, 0, -0.25, 0)
- TextLabel.Size = UDim2.new(0, 167, 0, 19)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "Allah WalkSpeed Changer"
- TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14.000
- TextLabel.TextStrokeTransparency = 0.000
- TextLabel.TextWrapped = true
- TrollButton.MouseButton1Down:Connect(function()
- game.Players.LocalPlayer:Kick("do not exsploit")
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement