Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- - Cradit Mr.UFOmc XD
- -- Farewell Infortality.
- -- Version: 2.82
- -- Instances:
- local Tutorial = Instance.new("ScreenGui")
- local OpenFrame = Instance.new("Frame")
- local Open = Instance.new("TextButton")
- local Main = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local TextLabel_2 = Instance.new("TextLabel")
- local speed = Instance.new("TextButton")
- local walk = Instance.new("TextButton")
- local Close = Instance.new("TextButton")
- --Properties:
- Tutorial.Name = "Tutorial"
- Tutorial.Parent = game.CoreGui
- Tutorial.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- OpenFrame.Name = "OpenFrame"
- OpenFrame.Parent = Tutorial
- OpenFrame.BackgroundColor3 = Color3.new(0.133333, 1, 0)
- OpenFrame.Position = UDim2.new(0, 0, 0.0283911675, 0)
- OpenFrame.Size = UDim2.new(0, 149, 0, 42)
- Open.Name = "Open"
- Open.Parent = OpenFrame
- Open.BackgroundColor3 = Color3.new(0.0352941, 0.580392, 0)
- Open.Position = UDim2.new(0.0386852287, 0, 0.156902492, 0)
- Open.Size = UDim2.new(0, 136, 0, 27)
- Open.Font = Enum.Font.SciFi
- Open.Text = "Open"
- Open.TextColor3 = Color3.new(0, 0, 0)
- Open.TextSize = 14
- Open.MouseButton1Down:connect(function()
- Main.Visible = true
- OpenFrame.Visible = false
- end)
- Main.Name = "Main"
- Main.Parent = Tutorial
- Main.Active = true
- Main.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
- Main.Position = UDim2.new(0.347008556, 0, 0.290220797, 0)
- Main.Size = UDim2.new(0, 382, 0, 214)
- Main.Visible = false
- Main.Draggable = true
- TextLabel.Parent = Main
- TextLabel.BackgroundColor3 = Color3.new(0.784314, 0.0980392, 0.772549)
- TextLabel.Position = UDim2.new(-0.0497382209, 0, -0.0420560837, 0)
- TextLabel.Size = UDim2.new(0, 420, 0, 23)
- TextLabel.Font = Enum.Font.Cartoon
- TextLabel.Text = "Hack Halloween Simulator"
- TextLabel.TextColor3 = Color3.new(0, 0, 0)
- TextLabel.TextSize = 14
- TextLabel_2.Parent = Main
- TextLabel_2.BackgroundColor3 = Color3.new(0.784314, 0.0980392, 0.772549)
- TextLabel_2.Position = UDim2.new(-0.0497382209, 0, 0.957943916, 0)
- TextLabel_2.Size = UDim2.new(0, 420, 0, 23)
- TextLabel_2.Font = Enum.Font.Cartoon
- TextLabel_2.Text = "Cradit : UFOmc / made in thailand"
- TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
- TextLabel_2.TextSize = 14
- speed.Name = "speed"
- speed.Parent = Main
- speed.BackgroundColor3 = Color3.new(0.937255, 0.117647, 0.92549)
- speed.BackgroundTransparency = 0.44999998807907
- speed.Position = UDim2.new(0.0910502672, 0, 0.263303757, 0)
- speed.Size = UDim2.new(0, 128, 0, 100)
- speed.Font = Enum.Font.Cartoon
- speed.Text = "Speed!!"
- speed.TextColor3 = Color3.new(0, 0, 0)
- speed.TextSize = 22
- speed.MouseButton1Down:connect(function()
- while true do
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 100
- wait()
- end
- end)
- walk.Name = "walk"
- walk.Parent = Main
- walk.BackgroundColor3 = Color3.new(0.937255, 0.117647, 0.92549)
- walk.BackgroundTransparency = 0.44999998807907
- walk.Position = UDim2.new(0.599418283, 0, 0.263303757, 0)
- walk.Size = UDim2.new(0, 128, 0, 100)
- walk.Font = Enum.Font.Cartoon
- walk.Text = "Walk (Fixs!!)"
- walk.TextColor3 = Color3.new(0, 0, 0)
- walk.TextSize = 22
- walk.MouseButton1Down:connect(function()
- while true do
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 50
- wait()
- end
- end)
- Close.Name = "Close"
- Close.Parent = Main
- Close.BackgroundColor3 = Color3.new(1, 0, 0)
- Close.Position = UDim2.new(0.981675386, 0, -0.0420560762, 0)
- Close.Size = UDim2.new(0, 26, 0, 23)
- Close.Font = Enum.Font.Cartoon
- Close.Text = "X"
- Close.TextColor3 = Color3.new(0, 0, 0)
- Close.TextSize = 14
- Close.MouseButton1Down:connect(function()
- OpenFrame.Visible = true
- Main.Visible = false
- end)
- -- Scripts:
Add Comment
Please, Sign In to add comment