RoSploitzer

The Streets GUI

Jun 2nd, 2019
306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.02 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Frame = Instance.new("Frame")
  5. local ImageLabel = Instance.new("ImageLabel")
  6. local Pipe = Instance.new("TextButton")
  7. local CTP = Instance.new("TextButton")
  8. local Anis = Instance.new("TextButton")
  9. local FeGui = Instance.new("TextButton")
  10. local Admin = Instance.new("TextButton")
  11. local Name = Instance.new("TextButton")
  12. local Fight = Instance.new("TextButton")
  13. local JFlip = Instance.new("TextButton")
  14. local Spit = Instance.new("TextButton")
  15. local Punch = Instance.new("TextButton")
  16. local CLogs = Instance.new("TextButton")
  17. local Machete = Instance.new("TextButton")
  18. local TextLabel = Instance.new("TextLabel")
  19.  
  20. -- Properties
  21.  
  22. ScreenGui.Parent = game.CoreGui
  23.  
  24. Frame.Parent = ScreenGui
  25. Frame.Active = true
  26. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  27. Frame.BorderColor3 = Color3.new(1, 1, 1)
  28. Frame.BorderSizePixel = 3
  29. Frame.Draggable = true
  30. Frame.Position = UDim2.new(0, 0, 0, 92)
  31. Frame.Selectable = true
  32. Frame.Size = UDim2.new(0, 641, 0, 505)
  33. Frame.Visible = false
  34.  
  35. ImageLabel.Parent = Frame
  36. ImageLabel.Active = true
  37. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  38. ImageLabel.Size = UDim2.new(0, 641, 0, 505)
  39. ImageLabel.Image = "rbxassetid://587530945"
  40.  
  41. Pipe.Name = "Pipe"
  42. Pipe.Parent = Frame
  43. Pipe.BackgroundColor3 = Color3.new(1, 1, 1)
  44. Pipe.BackgroundTransparency = 0.60000002384186
  45. Pipe.Position = UDim2.new(0, 38, 0, 151)
  46. Pipe.Size = UDim2.new(0, 113, 0, 50)
  47. Pipe.Font = Enum.Font.Arial
  48. Pipe.FontSize = Enum.FontSize.Size28
  49. Pipe.Text = "Pipe Auto"
  50. Pipe.TextSize = 25
  51. Pipe.TextWrapped = true
  52. Pipe.MouseButton1Click:connect (function()
  53. local userinput = game:GetService("UserInputService")
  54. userinput.InputBegan:connect(function(input)
  55. if userinput:GetFocusedTextBox() then
  56. return
  57. end
  58. if input.KeyCode == Enum.KeyCode.R then
  59. repeat
  60. wait(0.001)
  61. local plr = game.Players.LocalPlayer
  62. plr.Backpack.ServerTraits.Touch:FireServer(plr.Backpack.Pipe, plr.Character.LeftHand,true)
  63. plr.Backpack.ServerTraits.Touch:FireServer(plr.Backpack.Pipe, plr.Character.LeftHand,true)
  64. plr.Backpack.ServerTraits.Touch:FireServer(plr.Backpack.Pipe, plr.Character.LeftHand,true)
  65. until input.KeyCode == Enum.KeyCode.F
  66. end
  67. end)
  68. end)
  69.  
  70. CTP.Name = "CTP"
  71. CTP.Parent = Frame
  72. CTP.BackgroundColor3 = Color3.new(1, 1, 1)
  73. CTP.BackgroundTransparency = 0.60000002384186
  74. CTP.Position = UDim2.new(0, 38, 0, 251)
  75. CTP.Size = UDim2.new(0, 113, 0, 50)
  76. CTP.Font = Enum.Font.Arial
  77. CTP.FontSize = Enum.FontSize.Size28
  78. CTP.Text = "Click Tp"
  79. CTP.TextSize = 25
  80. CTP.TextWrapped = true
  81. CTP.MouseButton1Click:connect (function()
  82. plr = game.Players.LocalPlayer
  83.  
  84. hum = plr.Character.HumanoidRootPart
  85.  
  86. mouse = plr:GetMouse()
  87.  
  88. --By Yn--
  89.  
  90. mouse.KeyDown:connect(function(key)
  91.  
  92. if key == "t" then
  93.  
  94. if mouse.Target then
  95.  
  96. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  97.  
  98. end
  99. --By Yn--
  100. end
  101. end)
  102. end)
  103.  
  104.  
  105. Anis.Name = "Anis"
  106. Anis.Parent = Frame
  107. Anis.BackgroundColor3 = Color3.new(1, 1, 1)
  108. Anis.BackgroundTransparency = 0.60000002384186
  109. Anis.Position = UDim2.new(0, 38, 0, 51)
  110. Anis.Size = UDim2.new(0, 113, 0, 50)
  111. Anis.Font = Enum.Font.Arial
  112. Anis.FontSize = Enum.FontSize.Size28
  113. Anis.Text = "Animations"
  114. Anis.TextSize = 25
  115. Anis.TextWrapped = true
  116. Anis.MouseButton1Click:connect (function()
  117. loadstring(game:GetObjects("rbxassetid://1295329334")[1].Source)()
  118. end)
  119.  
  120. FeGui.Name = "FeGui"
  121. FeGui.Parent = Frame
  122. FeGui.BackgroundColor3 = Color3.new(1, 1, 1)
  123. FeGui.BackgroundTransparency = 0.60000002384186
  124. FeGui.Position = UDim2.new(0, 238, 0, 51)
  125. FeGui.Size = UDim2.new(0, 113, 0, 50)
  126. FeGui.Font = Enum.Font.Arial
  127. FeGui.FontSize = Enum.FontSize.Size28
  128. FeGui.Text = "Gui"
  129. FeGui.TextSize = 25
  130. FeGui.TextWrapped = true
  131. FeGui.MouseButton1Click:connect (function()
  132. loadstring(game:GetObjects("rbxassetid://1295327106")[1].Source)()
  133. end)
  134.  
  135.  
  136. Admin.Name = "Admin"
  137. Admin.Parent = Frame
  138. Admin.BackgroundColor3 = Color3.new(1, 1, 1)
  139. Admin.BackgroundTransparency = 0.60000002384186
  140. Admin.Position = UDim2.new(0, 238, 0, 251)
  141. Admin.Size = UDim2.new(0, 113, 0, 50)
  142. Admin.Font = Enum.Font.Arial
  143. Admin.FontSize = Enum.FontSize.Size28
  144. Admin.Text = "Admin"
  145. Admin.TextSize = 25
  146. Admin.TextWrapped = true
  147. Admin.MouseButton1Click:connect (function()
  148. loadstring(game:GetObjects("rbxassetid://1295323599")[1].Source)()
  149.  
  150. end)
  151.  
  152.  
  153. Name.Name = "Name"
  154. Name.Parent = Frame
  155. Name.BackgroundColor3 = Color3.new(1, 1, 1)
  156. Name.BackgroundTransparency = 0.60000002384186
  157. Name.Position = UDim2.new(0, 238, 0, 151)
  158. Name.Size = UDim2.new(0, 113, 0, 50)
  159. Name.Font = Enum.Font.Arial
  160. Name.FontSize = Enum.FontSize.Size28
  161. Name.Text = "Hide Name"
  162. Name.TextSize = 25
  163. Name.TextWrapped = true
  164. Name.MouseButton1Click:connect (function()
  165. while true do
  166. game.Players.LocalPlayer.Backpack.ServerTraits.Crouch:FireServer({true})
  167. wait()
  168. end
  169. end)
  170.  
  171. Fight.Name = "Fight"
  172. Fight.Parent = Frame
  173. Fight.BackgroundColor3 = Color3.new(1, 1, 1)
  174. Fight.BackgroundTransparency = 0.60000002384186
  175. Fight.Position = UDim2.new(0, 438, 0, 51)
  176. Fight.Size = UDim2.new(0, 113, 0, 50)
  177. Fight.Font = Enum.Font.Arial
  178. Fight.FontSize = Enum.FontSize.Size28
  179. Fight.Text = "Fight Pack"
  180. Fight.TextSize = 25
  181. Fight.TextWrapped = true
  182. Fight.MouseButton1Click:connect (function()
  183. loadstring(game:GetObjects("rbxassetid://1295318827")[1].Source)()
  184. end)
  185.  
  186. JFlip.Name = "JFlip"
  187. JFlip.Parent = Frame
  188. JFlip.BackgroundColor3 = Color3.new(1, 1, 1)
  189. JFlip.BackgroundTransparency = 0.60000002384186
  190. JFlip.Position = UDim2.new(0, 442, 0, 151)
  191. JFlip.Size = UDim2.new(0, 113, 0, 50)
  192. JFlip.Font = Enum.Font.Arial
  193. JFlip.FontSize = Enum.FontSize.Size28
  194. JFlip.Text = "Jump Flip"
  195. JFlip.TextSize = 25
  196. JFlip.TextWrapped = true
  197. JFlip.MouseButton1Click:connect (function()
  198. -- Created By Qerzty / Yurza --
  199. for _,v in pairs(game.Players.LocalPlayer.Character.Animate.jump:GetChildren()) do
  200. v.AnimationId = 'rbxassetid://229782914'
  201. end
  202. end)
  203.  
  204. Spit.Name = "Spit"
  205. Spit.Parent = Frame
  206. Spit.BackgroundColor3 = Color3.new(1, 1, 1)
  207. Spit.BackgroundTransparency = 0.60000002384186
  208. Spit.Position = UDim2.new(0, 438, 0, 251)
  209. Spit.Size = UDim2.new(0, 113, 0, 50)
  210. Spit.Font = Enum.Font.Arial
  211. Spit.FontSize = Enum.FontSize.Size28
  212. Spit.Text = "Spit"
  213. Spit.TextSize = 25
  214. Spit.TextWrapped = true
  215. Spit.MouseButton1Click:connect (function()
  216. loadstring(game:GetObjects("rbxassetid://1280225341")[1].Source)()
  217. end)
  218.  
  219. Punch.Name = "Punch"
  220. Punch.Parent = Frame
  221. Punch.BackgroundColor3 = Color3.new(1, 1, 1)
  222. Punch.BackgroundTransparency = 0.60000002384186
  223. Punch.Position = UDim2.new(0, 38, 0, 351)
  224. Punch.Size = UDim2.new(0, 113, 0, 50)
  225. Punch.Font = Enum.Font.SourceSans
  226. Punch.FontSize = Enum.FontSize.Size28
  227. Punch.Text = "Punch auto"
  228. Punch.TextSize = 25
  229. Punch.MouseButton1Click:connect (function()
  230. local userinput = game:GetService("UserInputService")
  231. userinput.InputBegan:connect(function(input)
  232. if userinput:GetFocusedTextBox() then
  233. return
  234. end
  235. if input.KeyCode == Enum.KeyCode.R then
  236. repeat
  237. wait(0.001)
  238. local plr = game.Players.LocalPlayer
  239. plr.Backpack.ServerTraits.Touch:FireServer(plr.Backpack.Punch, plr.Character.LeftHand,true)
  240. plr.Backpack.ServerTraits.Touch:FireServer(plr.Backpack.Punch, plr.Character.LeftHand,true)
  241. plr.Backpack.ServerTraits.Touch:FireServer(plr.Backpack.Punch, plr.Character.LeftHand,true)
  242. until input.KeyCode == Enum.KeyCode.F
  243. end
  244. end)
  245. end)
  246.  
  247. CLogs.Name = "CLogs"
  248. CLogs.Parent = Frame
  249. CLogs.BackgroundColor3 = Color3.new(1, 1, 1)
  250. CLogs.BackgroundTransparency = 0.60000002384186
  251. CLogs.Position = UDim2.new(0, 238, 0, 351)
  252. CLogs.Size = UDim2.new(0, 113, 0, 50)
  253. CLogs.Font = Enum.Font.SourceSans
  254. CLogs.FontSize = Enum.FontSize.Size28
  255. CLogs.Text = "Chat logs"
  256. CLogs.TextSize = 25
  257. CLogs.MouseButton1Click:connect (function()
  258. loadstring(game:GetObjects("rbxassetid://1295331911")[1].Source)()
  259. end)
  260.  
  261. Machete.Name = "Machete"
  262. Machete.Parent = Frame
  263. Machete.BackgroundColor3 = Color3.new(1, 1, 1)
  264. Machete.BackgroundTransparency = 0.60000002384186
  265. Machete.Position = UDim2.new(0, 438, 0, 351)
  266. Machete.Size = UDim2.new(0, 113, 0, 50)
  267. Machete.Font = Enum.Font.SourceSans
  268. Machete.FontSize = Enum.FontSize.Size28
  269. Machete.Text = "Machete"
  270. Machete.TextSize = 25
  271. Machete.MouseButton1Click:connect (function()
  272. while true do
  273. local chicken = game.Workspace["Machete | $70"].Head
  274. chicken.CanCollide = false
  275. wait()
  276. chicken.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  277. wait(0.5)
  278. end
  279. end)
  280.  
  281. TextLabel.Parent = Frame
  282. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  283. TextLabel.BackgroundTransparency = 0.40000000596046
  284. TextLabel.Position = UDim2.new(0, 27, 0, 422)
  285. TextLabel.Size = UDim2.new(0, 543, 0, 50)
  286. TextLabel.Font = Enum.Font.SourceSans
  287. TextLabel.FontSize = Enum.FontSize.Size28
  288. TextLabel.Text = "Xuhron V1 Made By Yn#1341 / Xuhro"
  289. TextLabel.TextSize = 28
  290.  
  291. Player = game.Players.LocalPlayer
  292. Mouse = Player:GetMouse()
  293. gui = ScreenGui
  294. box = Frame
  295. Open = false
  296.  
  297. function PressH(key)
  298. if (key == "h") then
  299. if (Open == false) then
  300. box.Visible = true
  301. Open = true
  302. elseif (Open == true) then
  303. box.Visible = false
  304. Open = false
  305. end
  306. end
  307. end
  308.  
  309. Mouse.KeyDown:connect(PressH)
Add Comment
Please, Sign In to add comment