M1XTExploits

Untitled

Nov 29th, 2017
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.81 KB | None | 0 0
  1. local Chicken = Instance.new("ScreenGui")
  2. local Frame = Instance.new("Frame")
  3. local m = Instance.new("TextLabel")
  4. local TheStreets = Instance.new("TextButton")
  5. local TouchKill = Instance.new("TextButton")
  6. local FlyMe = Instance.new("TextButton")
  7. local NoClipTool = Instance.new("TextButton")
  8. local OpenClose = Instance.new("TextButton")
  9.  
  10. Chicken.Name = "Chicken"
  11. Chicken.Parent = game.Players.LocalPlayer.PlayerGui
  12.  
  13. Frame.Parent = Chicken
  14. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  15. Frame.Draggable = true
  16. Frame.Position = UDim2.new(0, -1600, 0, 174)
  17. Frame.Size = UDim2.new(0, 277, 0, 332)
  18. Frame.Style = Enum.FrameStyle.RobloxRound
  19.  
  20. m.Name = "m"
  21. m.Parent = Frame
  22. m.BackgroundColor3 = Color3.new(1, 1, 1)
  23. m.BackgroundTransparency = 2
  24. m.Position = UDim2.new(0, 15, 0, 0)
  25. m.Size = UDim2.new(0, 231, 0, 32)
  26. m.Font = Enum.Font.Cartoon
  27. m.FontSize = Enum.FontSize.Size28
  28. m.Text = "The Streets GUI <3"
  29. m.TextColor3 = Color3.new(1, 0, 0.498039)
  30. m.TextSize = 28
  31.  
  32. TheStreets.Name = "TheStreets"
  33. TheStreets.Parent = Frame
  34. TheStreets.BackgroundColor3 = Color3.new(1, 0, 0.498039)
  35. TheStreets.BorderColor3 = Color3.new(1, 0, 0.498039)
  36. TheStreets.Position = UDim2.new(0, 0, 0, 50)
  37. TheStreets.Size = UDim2.new(0, 262, 0, 50)
  38. TheStreets.Font = Enum.Font.Code
  39. TheStreets.FontSize = Enum.FontSize.Size24
  40. TheStreets.Text = "TheStreets"
  41. TheStreets.TextColor3 = Color3.new(0, 0, 0)
  42. TheStreets.TextSize = 24
  43.  
  44. TouchKill.Name = "TouchKill"
  45. TouchKill.Parent = Frame
  46. TouchKill.BackgroundColor3 = Color3.new(1, 0, 0.498039)
  47. TouchKill.BorderColor3 = Color3.new(1, 0, 0.498039)
  48. TouchKill.Position = UDim2.new(0, 0, 0, 116)
  49. TouchKill.Size = UDim2.new(0, 262, 0, 50)
  50. TouchKill.Font = Enum.Font.Code
  51. TouchKill.FontSize = Enum.FontSize.Size24
  52. TouchKill.Text = "TouchKill"
  53. TouchKill.TextColor3 = Color3.new(0, 0, 0)
  54. TouchKill.TextSize = 24
  55.  
  56. FlyMe.Name = "FlyMe"
  57. FlyMe.Parent = Frame
  58. FlyMe.BackgroundColor3 = Color3.new(1, 0, 0.498039)
  59. FlyMe.BorderColor3 = Color3.new(1, 0, 0.498039)
  60. FlyMe.Position = UDim2.new(0, 0, 0, 184)
  61. FlyMe.Size = UDim2.new(0, 262, 0, 50)
  62. FlyMe.Font = Enum.Font.Code
  63. FlyMe.FontSize = Enum.FontSize.Size28
  64. FlyMe.Text = "FlyMe"
  65. FlyMe.TextColor3 = Color3.new(0, 0, 0)
  66. FlyMe.TextSize = 28
  67.  
  68. NoClipTool.Name = "NoClipTool"
  69. NoClipTool.Parent = Frame
  70. NoClipTool.BackgroundColor3 = Color3.new(1, 0, 0.498039)
  71. NoClipTool.BorderColor3 = Color3.new(1, 0, 0.498039)
  72. NoClipTool.Position = UDim2.new(0, 0, 0, 254)
  73. NoClipTool.Size = UDim2.new(0, 262, 0, 50)
  74. NoClipTool.Font = Enum.Font.Code
  75. NoClipTool.FontSize = Enum.FontSize.Size24
  76. NoClipTool.Text = "NoClipTool"
  77. NoClipTool.TextColor3 = Color3.new(0, 0, 0)
  78. NoClipTool.TextSize = 24
  79.  
  80. OpenClose.Name = "Open/Close"
  81. OpenClose.Parent = Chicken
  82. OpenClose.BackgroundColor3 = Color3.new(1, 0, 0.498039)
  83. OpenClose.BackgroundTransparency = 0.49000000953674
  84. OpenClose.Position = UDim2.new(0, 0, 0, 481)
  85. OpenClose.Size = UDim2.new(0, 84, 0, 21)
  86. OpenClose.Font = Enum.Font.Cartoon
  87. OpenClose.FontSize = Enum.FontSize.Size12
  88. OpenClose.Text = "Open/Close"
  89. OpenClose.TextColor3 = Color3.new(0, 0, 0)
  90. OpenClose.TextSize = 12
  91.  
  92. local Chicken = Instance.new("ScreenGui")
  93. local Frame = Instance.new("Frame")
  94. local m = Instance.new("TextLabel")
  95. local TheStreets = Instance.new("TextButton")
  96. local TouchKill = Instance.new("TextButton")
  97. local FlyMe = Instance.new("TextButton")
  98. local NoClipTool = Instance.new("TextButton")
  99. local OpenClose = Instance.new("TextButton")
  100.  
  101. Chicken.Name = "Chicken"
  102. Chicken.Parent = game.Players.LocalPlayer.PlayerGui
  103.  
  104. Frame.Parent = Chicken
  105. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  106. Frame.Position = UDim2.new(0, -1600, 0, 174)
  107. Frame.Size = UDim2.new(0, 277, 0, 332)
  108. Frame.Style = Enum.FrameStyle.RobloxRound
  109.  
  110. m.Name = "m"
  111. m.Parent = Frame
  112. m.BackgroundColor3 = Color3.new(1, 1, 1)
  113. m.BackgroundTransparency = 2
  114. m.Position = UDim2.new(0, 15, 0, 0)
  115. m.Size = UDim2.new(0, 231, 0, 32)
  116. m.Font = Enum.Font.Cartoon
  117. m.FontSize = Enum.FontSize.Size28
  118. m.Text = "The Streets GUI <3"
  119. m.TextColor3 = Color3.new(1, 0, 0.498039)
  120. m.TextSize = 28
  121.  
  122. TheStreets.Name = "TheStreets"
  123. TheStreets.Parent = Frame
  124. TheStreets.BackgroundColor3 = Color3.new(1, 0, 0.498039)
  125. TheStreets.BorderColor3 = Color3.new(1, 0, 0.498039)
  126. TheStreets.Position = UDim2.new(0, 0, 0, 50)
  127. TheStreets.Size = UDim2.new(0, 262, 0, 50)
  128. TheStreets.Font = Enum.Font.Code
  129. TheStreets.FontSize = Enum.FontSize.Size24
  130. TheStreets.Text = "TheStreets"
  131. TheStreets.TextColor3 = Color3.new(0, 0, 0)
  132. TheStreets.TextSize = 24
  133.  
  134. TouchKill.Name = "TouchKill"
  135. TouchKill.Parent = Frame
  136. TouchKill.BackgroundColor3 = Color3.new(1, 0, 0.498039)
  137. TouchKill.BorderColor3 = Color3.new(1, 0, 0.498039)
  138. TouchKill.Position = UDim2.new(0, 0, 0, 116)
  139. TouchKill.Size = UDim2.new(0, 262, 0, 50)
  140. TouchKill.Font = Enum.Font.Code
  141. TouchKill.FontSize = Enum.FontSize.Size24
  142. TouchKill.Text = "TouchKill"
  143. TouchKill.TextColor3 = Color3.new(0, 0, 0)
  144. TouchKill.TextSize = 24
  145.  
  146. FlyMe.Name = "FlyMe"
  147. FlyMe.Parent = Frame
  148. FlyMe.BackgroundColor3 = Color3.new(1, 0, 0.498039)
  149. FlyMe.BorderColor3 = Color3.new(1, 0, 0.498039)
  150. FlyMe.Position = UDim2.new(0, 0, 0, 184)
  151. FlyMe.Size = UDim2.new(0, 262, 0, 50)
  152. FlyMe.Font = Enum.Font.Code
  153. FlyMe.FontSize = Enum.FontSize.Size28
  154. FlyMe.Text = "FlyMe"
  155. FlyMe.TextColor3 = Color3.new(0, 0, 0)
  156. FlyMe.TextSize = 28
  157.  
  158. NoClipTool.Name = "NoClipTool"
  159. NoClipTool.Parent = Frame
  160. NoClipTool.BackgroundColor3 = Color3.new(1, 0, 0.498039)
  161. NoClipTool.BorderColor3 = Color3.new(1, 0, 0.498039)
  162. NoClipTool.Position = UDim2.new(0, 0, 0, 254)
  163. NoClipTool.Size = UDim2.new(0, 262, 0, 50)
  164. NoClipTool.Font = Enum.Font.Code
  165. NoClipTool.FontSize = Enum.FontSize.Size24
  166. NoClipTool.Text = "NoClipTool"
  167. NoClipTool.TextColor3 = Color3.new(0, 0, 0)
  168. NoClipTool.TextSize = 24
  169.  
  170. OpenClose.Name = "Open/Close"
  171. OpenClose.Parent = Chicken
  172. OpenClose.BackgroundColor3 = Color3.new(1, 0, 0.498039)
  173. OpenClose.BackgroundTransparency = 0.49000000953674
  174. OpenClose.Position = UDim2.new(0, 0, 0, 481)
  175. OpenClose.Size = UDim2.new(0, 84, 0, 21)
  176. OpenClose.Font = Enum.Font.Cartoon
  177. OpenClose.FontSize = Enum.FontSize.Size12
  178. OpenClose.Text = "Open/Close"
  179. OpenClose.TextColor3 = Color3.new(0, 0, 0)
  180. OpenClose.TextSize = 12
  181.  
  182. OpenClose.MouseButton1Down:connect(function()
  183. if Frame.Position == UDim2.new(0, 145,0, 174) then
  184. Frame:TweenPosition(UDim2.new(0, -1600, 0, 174),'Out','Elastic',1.2)
  185. elseif Frame.Position == UDim2.new(0, -1600, 0, 174) then
  186. Frame:TweenPosition(UDim2.new(0, 145,0, 174),'Out','Elastic',1.2)
  187. end
  188. end)
  189.  
  190. TheStreets.MouseButton1Click:connect(function()
  191. loadstring(game:GetObjects('rbxassetid://671679295')[1].Source)()
  192.  
  193. end)
  194.  
  195. FlyMe.MouseButton1Click:connect(function()
  196. repeat wait()
  197. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  198. local mouse = game.Players.LocalPlayer:GetMouse()
  199. repeat wait() until mouse
  200. local plr = game.Players.LocalPlayer
  201. local torso = plr.Character.Torso
  202. local flying = true
  203. local deb = true
  204. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  205. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  206. local maxspeed = 500
  207. local speed = 500
  208.  
  209. function Fly()
  210. local bg = Instance.new("BodyGyro", torso)
  211. bg.P = 9e4
  212. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  213. bg.cframe = torso.CFrame
  214. local bv = Instance.new("BodyVelocity", torso)
  215. bv.velocity = Vector3.new(0,0.1,0)
  216. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  217. repeat wait()
  218. plr.Character.Humanoid.PlatformStand = true
  219. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  220. speed = speed+.5+(speed/maxspeed)
  221. if speed > maxspeed then
  222. speed = maxspeed
  223. end
  224. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  225. speed = speed-1
  226. if speed < 0 then
  227. speed = 0
  228. end
  229. end
  230. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  231. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  232. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  233. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  234. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  235. else
  236. bv.velocity = Vector3.new(0,0.1,0)
  237. end
  238. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  239. until not flying
  240. ctrl = {f = 0, b = 0, l = 0, r = 0}
  241. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  242. speed = 0
  243. bg:Destroy()
  244. bv:Destroy()
  245. plr.Character.Humanoid.PlatformStand = false
  246. end
  247. mouse.KeyDown:connect(function(key)
  248. if key:lower() == "r" then
  249. if flying then flying = false
  250. else
  251. flying = true
  252. Fly()
  253. end
  254. elseif key:lower() == "w" then
  255. ctrl.f = 1
  256. elseif key:lower() == "s" then
  257. ctrl.b = -1
  258. elseif key:lower() == "a" then
  259. ctrl.l = -1
  260. elseif key:lower() == "d" then
  261. ctrl.r = 1
  262. end
  263. end)
  264. mouse.KeyUp:connect(function(key)
  265. if key:lower() == "w" then
  266. ctrl.f = 0
  267. elseif key:lower() == "s" then
  268. ctrl.b = 0
  269. elseif key:lower() == "a" then
  270. ctrl.l = 0
  271. elseif key:lower() == "d" then
  272. ctrl.r = 0
  273. end
  274. end)
  275. Fly()
  276. end)
  277.  
  278. TouchKill.MouseButton1Click:connect(function()
  279. game.Players.LocalPlayer:GetMouse().Button1Down:connect(function()
  280. local Mouse = game.Players.LocalPlayer:GetMouse()
  281. if Mouse.Target and Mouse.Target.Parent:IsA('Model') then
  282. game.Players[Mouse.Target.Parent.Name]:Move(Vector3.new(math.huge,math.huge,math.huge))
  283. end
  284. end)
  285. end)
  286.  
  287. NoClipTool.MouseButton1Click:connect(function()
  288. loadstring(game:GetObjects('rbxassetid://552440069')[1].Source)()
  289. end)
  290.  
  291. ---------Made by barney#9752
Add Comment
Please, Sign In to add comment