Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Made By jiffy_978/jiffy_978ALT/jiffy_978ALTOFALTS they are all me
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local UICorner = Instance.new("UICorner")
- local TextButton = Instance.new("TextButton")
- local UICorner_2 = Instance.new("UICorner")
- local UICorner_3 = Instance.new("UICorner")
- local TextButton_2 = Instance.new("TextButton")
- local UICorner_4 = Instance.new("UICorner")
- local TextButton_3 = Instance.new("TextButton")
- local UICorner_5 = Instance.new("UICorner")
- local TextButton_4 = Instance.new("TextButton")
- local UICorner_6 = Instance.new("UICorner")
- local TextButton_5 = Instance.new("TextButton")
- local UICorner_7 = Instance.new("UICorner")
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
- Frame.Position = UDim2.new(0.624568641, 0, 0.0462232232, 0)
- Frame.Size = UDim2.new(0, 382, 0, 355)
- Frame.Draggable = true
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.fromRGB(0, 130, 195)
- TextLabel.Size = UDim2.new(0, 382, 0, 50)
- TextLabel.Font = Enum.Font.SourceSansBold
- TextLabel.Text = "Color Block Gui"
- TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.TextSize = 28.000
- UICorner.Parent = TextLabel
- TextButton.Parent = Frame
- TextButton.BackgroundColor3 = Color3.fromRGB(0, 130, 195)
- TextButton.Position = UDim2.new(0.0445026159, 0, 0.177464798, 0)
- TextButton.Size = UDim2.new(0, 95, 0, 85)
- TextButton.Font = Enum.Font.SourceSansBold
- TextButton.Text = "Tp To Game"
- TextButton.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton.TextScaled = true
- TextButton.TextSize = 20.000
- TextButton.TextWrapped = true
- UICorner_2.Parent = TextButton
- UICorner_3.Parent = Frame
- TextButton_2.Parent = Frame
- TextButton_2.BackgroundColor3 = Color3.fromRGB(0, 130, 195)
- TextButton_2.Position = UDim2.new(0.374345541, 0, 0.177464798, 0)
- TextButton_2.Size = UDim2.new(0, 95, 0, 85)
- TextButton_2.Font = Enum.Font.SourceSansBold
- TextButton_2.Text = "Giant Pumpkin"
- TextButton_2.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_2.TextScaled = true
- TextButton_2.TextSize = 20.000
- TextButton_2.TextWrapped = true
- UICorner_4.Parent = TextButton_2
- TextButton_3.Parent = Frame
- TextButton_3.BackgroundColor3 = Color3.fromRGB(0, 130, 195)
- TextButton_3.Position = UDim2.new(0.714659691, 0, 0.177464798, 0)
- TextButton_3.Size = UDim2.new(0, 95, 0, 85)
- TextButton_3.Font = Enum.Font.SourceSansBold
- TextButton_3.Text = "Finish Obby"
- TextButton_3.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_3.TextScaled = true
- TextButton_3.TextSize = 40.000
- TextButton_3.TextWrapped = true
- UICorner_5.Parent = TextButton_3
- TextButton_4.Parent = Frame
- TextButton_4.BackgroundColor3 = Color3.fromRGB(0, 130, 195)
- TextButton_4.Position = UDim2.new(0.0445026159, 0, 0.484507024, 0)
- TextButton_4.Size = UDim2.new(0, 95, 0, 85)
- TextButton_4.Font = Enum.Font.SourceSansBold
- TextButton_4.Text = "Pumpkins!"
- TextButton_4.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_4.TextScaled = true
- TextButton_4.TextSize = 26.000
- TextButton_4.TextWrapped = true
- UICorner_6.Parent = TextButton_4
- TextButton_5.Parent = Frame
- TextButton_5.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- TextButton_5.Position = UDim2.new(0.853403151, 0, 0, 0)
- TextButton_5.Size = UDim2.new(0, 56, 0, 50)
- TextButton_5.Font = Enum.Font.SourceSansBold
- TextButton_5.Text = "X"
- TextButton_5.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton_5.TextScaled = true
- TextButton_5.TextSize = 14.000
- TextButton_5.TextWrapped = true
- UICorner_7.Parent = TextButton_5
- -- Scripts:
- local function HLUEGXJ_fake_script() -- TextButton.LocalScript
- local script = Instance.new('LocalScript', TextButton)
- script.Parent.MouseButton1Click:Connect(function() -- Change 'Frame' to your frame name
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-30, 1585, -141)
- end)
- end
- coroutine.wrap(HLUEGXJ_fake_script)()
- local function DSXFO_fake_script() -- TextButton_2.LocalScript
- local script = Instance.new('LocalScript', TextButton_2)
- script.Parent.MouseButton1Click:Connect(function() -- Change 'Frame' to your frame name
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-30, 1610, -141)
- end)
- end
- coroutine.wrap(DSXFO_fake_script)()
- local function WLUTMRX_fake_script() -- TextButton_3.LocalScript
- local script = Instance.new('LocalScript', TextButton_3)
- script.Parent.MouseButton1Click:Connect(function() -- Change 'Frame' to your frame name
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(73, 1590, -303)
- end)
- end
- coroutine.wrap(WLUTMRX_fake_script)()
- local function JFDPQC_fake_script() -- TextButton_4.LocalScript
- local script = Instance.new('LocalScript', TextButton_4)
- script.Parent.MouseButton1Click:Connect(function() -- Change 'Frame' to your frame name
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-26, 1589, -55)
- wait(.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-20, 1597, -53)
- wait(.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-13, 1597, -53)
- wait(.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-10, 1589, -54)
- wait(.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-77, 1597, -221)
- wait(.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-71, 1595, -222)
- wait(.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-66, 1597, -221)
- wait(.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-66, 1597, -221)
- wait(.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-61, 1597, -221)
- wait(.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-57, 1597, -220)
- wait(.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-52, 1597, -221)
- wait(.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-46, 1597, -221)
- wait(.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-43, 1597, -220)
- wait(.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-39, 1597, -221)
- wait(.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-31, 1609, -141)
- wait(.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-109, 1589, -126)
- wait(.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-110, 1597, -127)
- wait(.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-110, 1597, -121)
- wait(.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-110, 1597, -114)
- wait(.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-110, 1592, -114)
- wait(.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(57, 1589, -306)
- wait(.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(67, 1589, -301)
- wait(.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(65, 1589, -298)
- wait(.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(69, 1589, -295)
- wait(.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(73, 1589, -298)
- wait(.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(80, 1589, -296)
- wait(.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(84, 1589, -293)
- wait(.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(79, 1589, -290)
- wait(.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(87, 1589, -290)
- wait(.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-29, 1589, -75)
- end)
- end
- coroutine.wrap(JFDPQC_fake_script)()
- local function MUDWL_fake_script() -- TextButton_5.LocalScript
- local script = Instance.new('LocalScript', TextButton_5)
- script.Parent.MouseButton1Click:Connect(function()
- script.Parent.Parent.Visible = false
- end)
- end
- coroutine.wrap(MUDWL_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement