Advertisement
Guest User

Deathrun GUI - DLLExploits

a guest
Apr 11th, 2017
2,774
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.62 KB | None | 0 0
  1. wait(1)
  2.  
  3. ply = game:service("Players")
  4. me = ply.LocalPlayer
  5. gui = me:findFirstChild("PlayerGui")
  6.  
  7. sc = Instance.new("ScreenGui",gui)
  8. sc.Name = "DLLExploits"
  9. game:GetService("StarterGui").ResetPlayerGuiOnSpawn = false
  10.  
  11. fr = Instance.new("Frame",sc)
  12. fr.Size = UDim2.new(0.0, 150, 0.0, 35)
  13. fr.Position = UDim2.new(0,0.2,0.7, 0.2)
  14. fr.BackgroundColor3 = Color3.new(0.5,0.5,0.5)
  15. fr.BackgroundTransparency = 1
  16.  
  17. fr2 = Instance.new("Frame",sc)
  18. fr2.Size = UDim2.new(0.0, 1980, 0.0, 30)
  19. fr2.Position = UDim2.new(9999,9999,9999,9999)
  20. fr2.BackgroundColor3 = Color3.new(0.5,0.5,0.5)
  21. fr2.BackgroundTransparency = 1
  22. --[[
  23. OPEN AND CLOSE BUTTON
  24. --]]
  25. b1 = Instance.new("TextButton", fr)
  26. b1.Name = "b1"
  27. b1.Size = UDim2.new(0.0, 100, 0.0, 30)
  28. --b1.Position = UDim2.new(0,1055,0.8, -650)
  29. b1.BackgroundColor3 = Color3.new(0,0,0)
  30. b1.BorderColor3 = Color3.new(0, 0, 0)
  31. b1.BackgroundTransparency = 0.4
  32. b1.Text ="Open"
  33. b1.TextColor3 = Color3.new(1,1,1)
  34. b1.FontSize = "Size18"
  35. b1.MouseButton1Down:connect(function ()
  36. if b1.Text =="Close" then
  37. b1.Text ="Open"
  38. fr.Size = UDim2.new(0.0, 150, 0.0, 35)
  39. fr2.Position = UDim2.new(9999,9999,9999,9999)
  40. elseif b1.Text =="Open" then
  41. b1.Text ="Close"
  42. fr2.Position = UDim2.new(0.115,0.2,0.7, 0.2)
  43. end
  44. end)
  45.  
  46. b21 = Instance.new("TextButton", fr2)
  47. b21.Name = "b1"
  48. b21.Size = UDim2.new(0.0, 60, 0.0, 22)
  49. b21.Position = UDim2.new(0.0015,0,0.12,0)
  50. b21.BackgroundColor3 = Color3.new(0,0,0)
  51. b21.BorderColor3 = Color3.new(0, 0, 0)
  52. b21.BackgroundTransparency = 0.4
  53. b21.Text ="Start"
  54. b21.TextColor3 = Color3.new(1,1,1)
  55. b21.FontSize = "Size12"
  56. b21.MouseButton1Down:connect(function ()
  57. function getMoney()
  58. for k,v in pairs(game.Workspace.CurrentMap.Game.Pickups:GetChildren()) do
  59. if v.ClassName == "Part" then
  60. v.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame
  61. else
  62. end
  63. end
  64. end
  65.  
  66. function killKillers()
  67. for k,player in pairs(game.Players:GetChildren()) do
  68. if player.TeamColor == game.Teams["Killers"].TeamColor then
  69. repeat
  70. local target = CFrame.new(player.Character.Torso.Position)
  71. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = target
  72. wait(0.2)
  73. x = x + 1
  74. until x == 30
  75. end
  76. end
  77. x = 1
  78. end
  79.  
  80.  
  81. loop = 1
  82. while loop == 1 do
  83. if game.Players.LocalPlayer.TeamColor == game.Teams["Killers"].TeamColor then
  84. wait(19)
  85. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  86. elseif game.Players.LocalPlayer.TeamColor == game.Teams["Runners"].TeamColor then
  87. wait(15)
  88. if game.Workspace.CurrentMap.Meta.MapName.Value == "Castle Defense" then --Confirmed teleport values
  89. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-94.8,190,-239)
  90. getMoney()
  91. wait(1)
  92. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-111,222,-447)
  93. wait(1)
  94. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-217,240,-549)
  95. wait(1)
  96. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-293,241,-489)
  97. end
  98.  
  99. if game.Workspace.CurrentMap.Meta.MapName.Value == "Ice Cavern" then --Confirmed Teleport Values
  100. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-127,31,-148)
  101. getMoney()
  102. wait(1)
  103. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-262,18,-309)
  104. wait(1)
  105. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-142,20,-317)
  106. end
  107.  
  108. if game.Workspace.CurrentMap.Meta.MapName.Value == "Isla Louca" then --Confirmed Teleport Values
  109. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(819,83,-1558)
  110. getMoney()
  111. wait(1)
  112. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1108,93,-1517)
  113. wait(1)
  114. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1108,108,-1703)
  115. end
  116.  
  117. if game.Workspace.CurrentMap.Meta.MapName.Value == "Safety First!" then --Confirmed Teleport Values
  118. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(430,95,-408)
  119. getMoney()
  120. wait(1)
  121. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(157,110,-398)
  122. wait(0.2)
  123. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(143,115,-269)
  124. wait(0.2)
  125. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(458,128,-143)
  126. end
  127.  
  128. if game.Workspace.CurrentMap.Meta.MapName.Value == "Jurassic Volcano" then --Confirmed Teleport Values
  129. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(882,120,-1319)
  130. getMoney()
  131. wait(1)
  132. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(861,120,-1106)
  133. wait(1)
  134. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1064,107,-892)
  135. end
  136.  
  137. if game.Workspace.CurrentMap.Meta.MapName.Value == "Training Course" then --Confirmed Teleport Values
  138. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1220,-104,-1092)
  139. getMoney()
  140. wait(1)
  141. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1107,-81,-752)
  142. wait(1)
  143. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(916,-81,-518)
  144. end
  145.  
  146. if game.Workspace.CurrentMap.Meta.MapName.Value == "Corrupted Jungle" then -- Confirmed teleport values
  147. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(852,107,-1890)
  148. getMoney()
  149. wait(1)
  150. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(533,109,-1876)
  151. wait(1)
  152. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(514,109,-1650)
  153. end
  154. wait(1)
  155. x = 1
  156. killKillers()
  157. wait(15)
  158. end
  159. wait(1)
  160. end
  161. end)
  162. b11 = Instance.new("TextButton", fr2)
  163. b11.Name = "b1"
  164. b11.Size = UDim2.new(0.0, 60, 0.0, 22)
  165. b11.Position = UDim2.new(0.0015,65,0.12,0)
  166. b11.BackgroundColor3 = Color3.new(0,0,0)
  167. b11.BorderColor3 = Color3.new(0, 0, 0)
  168. b11.BackgroundTransparency = 0.4
  169. b11.Text ="Stop"
  170. b11.TextColor3 = Color3.new(1,1,1)
  171. b11.FontSize = "Size12"
  172. b11.MouseButton1Down:connect(function ()
  173. loop = 2
  174. wait(0.2)
  175. loop = 2
  176. wait(0.2)
  177. loop = 2
  178. wait(0.2)
  179. loop = 2
  180. wait(0.2)
  181. loop = 2
  182. wait(0.2)
  183. end)
  184.  
  185. local hint = Instance.new("Hint",game.Players.LocalPlayer.PlayerGui)
  186. hint.Text = "There is a chance of the loop BREAKING if you become KILLER! Unfortunetly I can not fix this."
  187. hint.Name = game.JobId
  188. wait(5)
  189. hint:Destroy()
  190.  
  191. local hint = Instance.new("Hint",game.Players.LocalPlayer.PlayerGui)
  192. hint.Text = "If this happens, and you stop teleporting, simply hit stop, and THEN start again, do not just hit start."
  193. hint.Name = game.JobId
  194. wait(7)
  195. hint:Destroy()
  196.  
  197. local hint = Instance.new("Hint",game.Players.LocalPlayer.PlayerGui)
  198. hint.Text = "Hit start ONCE to beging and wait!"
  199. hint.Name = game.JobId
  200. wait(5)
  201. hint:Destroy()
  202.  
  203. print("BrainJason#5395/DllExploits")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement