Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Made By Pigeon Dude
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local Main = Instance.new("Frame")
- local TpToEnd = Instance.new("TextButton")
- local Title = Instance.new("TextLabel")
- local GodMode = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Main.Name = "Main"
- Main.Parent = ScreenGui
- Main.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
- Main.BorderSizePixel = 0
- Main.Position = UDim2.new(0.0573979616, 0, 0.668304682, 0)
- Main.Size = UDim2.new(0.277423471, 0, 0.253071249, 0)
- Main.Active = true
- Main.Draggable = true
- TpToEnd.Name = "TpToEnd"
- TpToEnd.Parent = Main
- TpToEnd.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
- TpToEnd.BorderSizePixel = 0
- TpToEnd.Position = UDim2.new(0.0298850574, 0, 0.383495152, 0)
- TpToEnd.Size = UDim2.new(0.434482753, 0, 0.490291327, 0)
- TpToEnd.Font = Enum.Font.GothamBold
- TpToEnd.Text = "Tp To The End"
- TpToEnd.TextColor3 = Color3.fromRGB(255, 255, 255)
- TpToEnd.TextScaled = true
- TpToEnd.TextSize = 14.000
- TpToEnd.TextStrokeTransparency = 0.000
- TpToEnd.TextWrapped = true
- TpToEnd.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(game:GetService("Workspace").Maps.End.Platform.CFrame.p)
- end)
- Title.Name = "Title"
- Title.Parent = Main
- Title.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
- Title.BorderSizePixel = 0
- Title.Position = UDim2.new(0.0298850574, 0, 0.0339805819, 0)
- Title.Size = UDim2.new(0.93599999, 0, 0.291000009, 0)
- Title.Font = Enum.Font.GothamBold
- Title.Text = "Rage Runner"
- Title.TextColor3 = Color3.fromRGB(255, 255, 255)
- Title.TextScaled = true
- Title.TextSize = 14.000
- Title.TextStrokeTransparency = 0.000
- Title.TextWrapped = true
- GodMode.Name = "GodMode"
- GodMode.Parent = Main
- GodMode.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
- GodMode.BorderSizePixel = 0
- GodMode.Position = UDim2.new(0.53103447, 0, 0.383495152, 0)
- GodMode.Size = UDim2.new(0.434482753, 0, 0.490291327, 0)
- GodMode.Font = Enum.Font.GothamBold
- GodMode.Text = "God Mode"
- GodMode.TextColor3 = Color3.fromRGB(255, 255, 255)
- GodMode.TextScaled = true
- GodMode.TextSize = 14.000
- GodMode.TextStrokeTransparency = 0.000
- GodMode.TextWrapped = true
- GodMode.MouseButton1Down:connect(function()
- local x = "DAMAGE_PLAYER"
- local n = -math.huge, 0
- local event = game:GetService("ReplicatedStorage").NetworkEvents.RemoteEvent
- event:FireServer(x, n)
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement