Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ----- DEATHRUN GUI WAS CREATED BY SNAKEZ#7611
- ------- IT TOOK ME ABOUT 30 MINS TO CREATE THIS GUI!
- ---------- AS ALWAYS ALL VOUCHES ARE APPRECIATED!!
- game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("DeathrunDestroyX has successfully loaded." ,"All")
- game.StarterGui:SetCore("SendNotification", {
- Title = "DeathrunDestroyerX";
- Text = "DeathrunDestroyerX has successfully loaded.";
- })
- -- Objects
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local autowin = Instance.new("TextButton")
- local spamtraps = Instance.new("TextButton")
- local walkspeed = Instance.new("TextButton")
- local jumppower = Instance.new("TextButton")
- local IY = Instance.new("TextButton")
- local TextLabel_2 = Instance.new("TextLabel")
- -- Properties
- ScreenGui.Parent = game.CoreGui
- Frame.Draggable = true
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame.Position = UDim2.new(0, 112, 0, 60)
- Frame.Size = UDim2.new(0, 436, 0, 395)
- Frame.Visible = true
- Frame.Draggable = true
- Frame.Active = true
- Frame.Selectable = true
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.new(0, 1, 0.615686)
- TextLabel.Size = UDim2.new(0, 436, 0, 58)
- TextLabel.Font = Enum.Font.ArialBold
- TextLabel.Text = "DeathrunDestroyX"
- TextLabel.TextColor3 = Color3.new(0, 0, 0)
- TextLabel.TextSize = 18
- autowin.Name = "autowin"
- autowin.Parent = Frame
- autowin.BackgroundColor3 = Color3.new(1, 1, 1)
- autowin.Position = UDim2.new(0, 22, 0, 81)
- autowin.Size = UDim2.new(0, 202, 0, 50)
- autowin.Font = Enum.Font.SourceSans
- autowin.Text = "Auto Win"
- autowin.TextColor3 = Color3.new(0, 0, 0)
- autowin.TextSize = 14
- spamtraps.Name = "spamtraps"
- spamtraps.Parent = Frame
- spamtraps.BackgroundColor3 = Color3.new(1, 1, 1)
- spamtraps.Position = UDim2.new(0, 222, 0, 108)
- spamtraps.Size = UDim2.new(0, 202, 0, 50)
- spamtraps.Font = Enum.Font.SourceSans
- spamtraps.Text = "Spam Traps"
- spamtraps.TextColor3 = Color3.new(0, 0, 0)
- spamtraps.TextSize = 14
- walkspeed.Name = "walkspeed"
- walkspeed.Parent = Frame
- walkspeed.BackgroundColor3 = Color3.new(1, 1, 1)
- walkspeed.Position = UDim2.new(0, 22, 0, 182)
- walkspeed.Size = UDim2.new(0, 202, 0, 50)
- walkspeed.Font = Enum.Font.SourceSans
- walkspeed.Text = "Walkspeed"
- walkspeed.TextColor3 = Color3.new(0, 0, 0)
- walkspeed.TextSize = 14
- jumppower.Name = "jumppower"
- jumppower.Parent = Frame
- jumppower.BackgroundColor3 = Color3.new(1, 1, 1)
- jumppower.Position = UDim2.new(0, 218, 0, 207)
- jumppower.Size = UDim2.new(0, 202, 0, 50)
- jumppower.Font = Enum.Font.SourceSans
- jumppower.Text = "Jumppower"
- jumppower.TextColor3 = Color3.new(0, 0, 0)
- jumppower.TextSize = 14
- IY.Name = "IY"
- IY.Parent = Frame
- IY.BackgroundColor3 = Color3.new(1, 1, 1)
- IY.Position = UDim2.new(0, 16, 0, 282)
- IY.Size = UDim2.new(0, 402, 0, 50)
- IY.Font = Enum.Font.SourceSans
- IY.Text = "Infinite Yield"
- IY.TextColor3 = Color3.new(0, 0, 0)
- IY.TextSize = 14
- TextLabel_2.Parent = Frame
- TextLabel_2.BackgroundColor3 = Color3.new(0, 1, 0.615686)
- TextLabel_2.Position = UDim2.new(0, 1, 0, 370)
- TextLabel_2.Size = UDim2.new(0, 435, 0, 27)
- TextLabel_2.Font = Enum.Font.ArialBold
- TextLabel_2.Text = "CREATED BY SNAKEZ ON V3RM"
- TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
- TextLabel_2.TextSize = 18
- -- Scripts
- autowin.MouseButton1Click:connect(function()
- if workspace.CurrentMap.Game:findFirstChild("Pickups") then
- local pickup = workspace.CurrentMap.Game.Pickups:getChildren()
- for i=1,#pickup do
- wait(0.2)
- game.Players.LocalPlayer.Character:MoveTo(pickup[i].Position)
- end
- end
- if workspace.CurrentMap.Game:findFirstChild("CoinPickups") then
- local pickup = workspace.CurrentMap.Game.CoinPickups:getChildren()
- for i=1,#pickup do
- wait(0.2)
- game.Players.LocalPlayer.Character:MoveTo(pickup[i].Position)
- end
- end
- local checkpoint = workspace.CurrentMap.Game.CheckPointsModel:getChildren()
- for i=1,#checkpoint do
- wait(0.2)
- game.Players.LocalPlayer.Character:MoveTo(checkpoint[i].Button.Base.Position)
- end
- wait(0.5)
- if workspace.CurrentMap.Map:findFirstChild("EndingTeleporter") then
- game.Players.LocalPlayer.Character:MoveTo(workspace.CurrentMap.Map.EndingTeleporter.Base.Position)
- end
- if workspace.CurrentMap.Map:findFirstChild("EndingTeleporterModel") then
- game.Players.LocalPlayer.Character:MoveTo(workspace.CurrentMap.Map.EndingTeleporterModel.Base.Position)
- end
- game.StarterGui:SetCore("SendNotification", {
- Title = "DeathrunDestroyerX";
- Text = "AutoWin Has Loaded.";
- })
- end)
- spamtraps.MouseButton1Down:connect(function()
- game.StarterGui:SetCore("SendNotification", {
- Title = "";
- Text = "Spam Traps Has Loaded. Press Q to use.";
- })
- local event = game:GetService('ReplicatedStorage').Network.Deathrun.Traps.ActivateTrapRequest;
- local mouse = game:GetService('Players').LocalPlayer:GetMouse()
- local enabled;
- mouse.KeyDown:connect(function(k)
- if k == 'q' then
- enabled = not enabled;
- warn(enabled)
- end
- end);
- while wait(2) do
- if enabled then
- if workspace:FindFirstChild('CurrentMap') then
- for i,v in next, workspace.CurrentMap.Traps:GetChildren() do
- if v:FindFirstChild('TrapButton') then
- event:FireServer(v, v.TrapButton.Button)
- end
- end
- end
- end
- end
- end)
- walkspeed.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 70
- game.StarterGui:SetCore("SendNotification", {
- Title = "DeathrunDestroyerX";
- Text = "Walkspeed was set to 70. Reset if you do not want this change.";
- })
- end)
- jumppower.MouseButton1Click:connect(function()
- game:service('Players').LocalPlayer.Character.Humanoid.JumpPower = 100
- game.StarterGui:SetCore("SendNotification", {
- Title = "DeathrunDestroyerX";
- Text = "Jumpower was set to 70. Reset if you do not want this change.";
- })
- end)
- IY.MouseButton1Click:connect(function()
- loadstring(game:HttpGet(('https://pastebin.com/raw/MjBzRjmT'),true))()
- game.StarterGui:SetCore("SendNotification", {
- Title = "DeathrunDestroyerX";
- Text = "Infinite Yield Has Loaded Successfully.";
- })
- end)
- -------- DEATHRUNDESTROYERX WAS CREATED BY SNAKEZ
- ----------- PERMISSION TO USE SCRIPTS IN THE CODE IS GRANTED
- -------------- ENJOY EXPLOITING DEATHRUN!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement