Advertisement
SNAKERBLX

Untitled

May 27th, 2018
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.32 KB | None | 0 0
  1. ----- DEATHRUN GUI WAS CREATED BY SNAKEZ#7611
  2. ------- IT TOOK ME ABOUT 30 MINS TO CREATE THIS GUI!
  3. ---------- AS ALWAYS ALL VOUCHES ARE APPRECIATED!!
  4.  
  5. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("DeathrunDestroyX has successfully loaded." ,"All")
  6. game.StarterGui:SetCore("SendNotification", {
  7. Title = "DeathrunDestroyerX";
  8. Text = "DeathrunDestroyerX has successfully loaded.";
  9. })
  10.  
  11. -- Objects
  12.  
  13. local ScreenGui = Instance.new("ScreenGui")
  14. local Frame = Instance.new("Frame")
  15. local TextLabel = Instance.new("TextLabel")
  16. local autowin = Instance.new("TextButton")
  17. local spamtraps = Instance.new("TextButton")
  18. local walkspeed = Instance.new("TextButton")
  19. local jumppower = Instance.new("TextButton")
  20. local IY = Instance.new("TextButton")
  21. local TextLabel_2 = Instance.new("TextLabel")
  22.  
  23. -- Properties
  24.  
  25. ScreenGui.Parent = game.CoreGui
  26. Frame.Draggable = true
  27.  
  28. Frame.Parent = ScreenGui
  29. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  30. Frame.Position = UDim2.new(0, 112, 0, 60)
  31. Frame.Size = UDim2.new(0, 436, 0, 395)
  32. Frame.Visible = true
  33. Frame.Draggable = true
  34. Frame.Active = true
  35. Frame.Selectable = true
  36.  
  37. TextLabel.Parent = Frame
  38. TextLabel.BackgroundColor3 = Color3.new(0, 1, 0.615686)
  39. TextLabel.Size = UDim2.new(0, 436, 0, 58)
  40. TextLabel.Font = Enum.Font.ArialBold
  41. TextLabel.Text = "DeathrunDestroyX"
  42. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  43. TextLabel.TextSize = 18
  44.  
  45. autowin.Name = "autowin"
  46. autowin.Parent = Frame
  47. autowin.BackgroundColor3 = Color3.new(1, 1, 1)
  48. autowin.Position = UDim2.new(0, 22, 0, 81)
  49. autowin.Size = UDim2.new(0, 202, 0, 50)
  50. autowin.Font = Enum.Font.SourceSans
  51. autowin.Text = "Auto Win"
  52. autowin.TextColor3 = Color3.new(0, 0, 0)
  53. autowin.TextSize = 14
  54.  
  55. spamtraps.Name = "spamtraps"
  56. spamtraps.Parent = Frame
  57. spamtraps.BackgroundColor3 = Color3.new(1, 1, 1)
  58. spamtraps.Position = UDim2.new(0, 222, 0, 108)
  59. spamtraps.Size = UDim2.new(0, 202, 0, 50)
  60. spamtraps.Font = Enum.Font.SourceSans
  61. spamtraps.Text = "Spam Traps"
  62. spamtraps.TextColor3 = Color3.new(0, 0, 0)
  63. spamtraps.TextSize = 14
  64.  
  65. walkspeed.Name = "walkspeed"
  66. walkspeed.Parent = Frame
  67. walkspeed.BackgroundColor3 = Color3.new(1, 1, 1)
  68. walkspeed.Position = UDim2.new(0, 22, 0, 182)
  69. walkspeed.Size = UDim2.new(0, 202, 0, 50)
  70. walkspeed.Font = Enum.Font.SourceSans
  71. walkspeed.Text = "Walkspeed"
  72. walkspeed.TextColor3 = Color3.new(0, 0, 0)
  73. walkspeed.TextSize = 14
  74.  
  75. jumppower.Name = "jumppower"
  76. jumppower.Parent = Frame
  77. jumppower.BackgroundColor3 = Color3.new(1, 1, 1)
  78. jumppower.Position = UDim2.new(0, 218, 0, 207)
  79. jumppower.Size = UDim2.new(0, 202, 0, 50)
  80. jumppower.Font = Enum.Font.SourceSans
  81. jumppower.Text = "Jumppower"
  82. jumppower.TextColor3 = Color3.new(0, 0, 0)
  83. jumppower.TextSize = 14
  84.  
  85. IY.Name = "IY"
  86. IY.Parent = Frame
  87. IY.BackgroundColor3 = Color3.new(1, 1, 1)
  88. IY.Position = UDim2.new(0, 16, 0, 282)
  89. IY.Size = UDim2.new(0, 402, 0, 50)
  90. IY.Font = Enum.Font.SourceSans
  91. IY.Text = "Infinite Yield"
  92. IY.TextColor3 = Color3.new(0, 0, 0)
  93. IY.TextSize = 14
  94.  
  95. TextLabel_2.Parent = Frame
  96. TextLabel_2.BackgroundColor3 = Color3.new(0, 1, 0.615686)
  97. TextLabel_2.Position = UDim2.new(0, 1, 0, 370)
  98. TextLabel_2.Size = UDim2.new(0, 435, 0, 27)
  99. TextLabel_2.Font = Enum.Font.ArialBold
  100. TextLabel_2.Text = "CREATED BY SNAKEZ ON V3RM"
  101. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  102. TextLabel_2.TextSize = 18
  103.  
  104. -- Scripts
  105.  
  106. autowin.MouseButton1Click:connect(function()
  107. if workspace.CurrentMap.Game:findFirstChild("Pickups") then
  108. local pickup = workspace.CurrentMap.Game.Pickups:getChildren()
  109. for i=1,#pickup do
  110. wait(0.2)
  111. game.Players.LocalPlayer.Character:MoveTo(pickup[i].Position)
  112. end
  113. end
  114.  
  115. if workspace.CurrentMap.Game:findFirstChild("CoinPickups") then
  116. local pickup = workspace.CurrentMap.Game.CoinPickups:getChildren()
  117. for i=1,#pickup do
  118. wait(0.2)
  119. game.Players.LocalPlayer.Character:MoveTo(pickup[i].Position)
  120. end
  121. end
  122.  
  123.  
  124. local checkpoint = workspace.CurrentMap.Game.CheckPointsModel:getChildren()
  125. for i=1,#checkpoint do
  126. wait(0.2)
  127. game.Players.LocalPlayer.Character:MoveTo(checkpoint[i].Button.Base.Position)
  128. end
  129.  
  130. wait(0.5)
  131.  
  132. if workspace.CurrentMap.Map:findFirstChild("EndingTeleporter") then
  133. game.Players.LocalPlayer.Character:MoveTo(workspace.CurrentMap.Map.EndingTeleporter.Base.Position)
  134. end
  135.  
  136. if workspace.CurrentMap.Map:findFirstChild("EndingTeleporterModel") then
  137. game.Players.LocalPlayer.Character:MoveTo(workspace.CurrentMap.Map.EndingTeleporterModel.Base.Position)
  138. end
  139.  
  140. game.StarterGui:SetCore("SendNotification", {
  141. Title = "DeathrunDestroyerX";
  142. Text = "AutoWin Has Loaded.";
  143. })
  144. end)
  145.  
  146. spamtraps.MouseButton1Down:connect(function()
  147.  
  148. game.StarterGui:SetCore("SendNotification", {
  149. Title = "";
  150. Text = "Spam Traps Has Loaded. Press Q to use.";
  151. })
  152.  
  153. local event = game:GetService('ReplicatedStorage').Network.Deathrun.Traps.ActivateTrapRequest;
  154. local mouse = game:GetService('Players').LocalPlayer:GetMouse()
  155. local enabled;
  156.  
  157. mouse.KeyDown:connect(function(k)
  158. if k == 'q' then
  159. enabled = not enabled;
  160. warn(enabled)
  161. end
  162. end);
  163.  
  164. while wait(2) do
  165. if enabled then
  166. if workspace:FindFirstChild('CurrentMap') then
  167. for i,v in next, workspace.CurrentMap.Traps:GetChildren() do
  168. if v:FindFirstChild('TrapButton') then
  169. event:FireServer(v, v.TrapButton.Button)
  170. end
  171. end
  172. end
  173. end
  174. end
  175.  
  176.  
  177. end)
  178.  
  179. walkspeed.MouseButton1Down:connect(function()
  180. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 70
  181.  
  182. game.StarterGui:SetCore("SendNotification", {
  183. Title = "DeathrunDestroyerX";
  184. Text = "Walkspeed was set to 70. Reset if you do not want this change.";
  185. })
  186. end)
  187.  
  188. jumppower.MouseButton1Click:connect(function()
  189. game:service('Players').LocalPlayer.Character.Humanoid.JumpPower = 100
  190.  
  191. game.StarterGui:SetCore("SendNotification", {
  192. Title = "DeathrunDestroyerX";
  193. Text = "Jumpower was set to 70. Reset if you do not want this change.";
  194. })
  195. end)
  196.  
  197. IY.MouseButton1Click:connect(function()
  198. loadstring(game:HttpGet(('https://pastebin.com/raw/MjBzRjmT'),true))()
  199.  
  200. game.StarterGui:SetCore("SendNotification", {
  201. Title = "DeathrunDestroyerX";
  202. Text = "Infinite Yield Has Loaded Successfully.";
  203. })
  204. end)
  205.  
  206. -------- DEATHRUNDESTROYERX WAS CREATED BY SNAKEZ
  207. ----------- PERMISSION TO USE SCRIPTS IN THE CODE IS GRANTED
  208. -------------- ENJOY EXPLOITING DEATHRUN!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement