iiDaCyborgxX

Da Hood

Dec 4th, 2020
1,078
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.77 KB | None | 0 0
  1. --made by 7ksam
  2.  
  3. -- Script you lazy nerds:
  4.  
  5. local ScreenGui = Instance.new("ScreenGui")
  6. local Main = Instance.new("Frame")
  7. local TextLabel = Instance.new("TextLabel")
  8. local Gunstore1 = Instance.new("TextButton")
  9. local UFO = Instance.new("TextButton")
  10. local Prison = Instance.new("TextButton")
  11. local Gunstore2 = Instance.new("TextButton")
  12. local Lava = Instance.new("TextButton")
  13. local PhoneShopTP = Instance.new("TextButton")
  14. local ReachScripts = Instance.new("Frame")
  15. local TextLabel_2 = Instance.new("TextLabel")
  16. local SuperKnife = Instance.new("TextButton")
  17. local Superbat = Instance.new("TextButton")
  18. local SuperSledgehammar = Instance.new("TextButton")
  19. local SuperPitchfork = Instance.new("TextButton")
  20. local SuperStopSign = Instance.new("TextButton")
  21. local SuperShovel = Instance.new("TextButton")
  22. local TextLabel_3 = Instance.new("TextLabel")
  23. local GUIS = Instance.new("Frame")
  24. local TextLabel_4 = Instance.new("TextLabel")
  25. local IY = Instance.new("TextButton")
  26. local PostMan = Instance.new("TextButton")
  27. local AutoRobGUI = Instance.new("TextButton")
  28. local HoodsharkCracked = Instance.new("TextButton")
  29.  
  30. --Properties:
  31.  
  32. ScreenGui.Parent = game.CoreGui
  33.  
  34. Main.Name = "Main"
  35. Main.Parent = ScreenGui
  36. Main.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  37. Main.Position = UDim2.new(0.0168697201, 0, 0.241035849, 0)
  38. Main.Size = UDim2.new(0, 478, 0, 227)
  39. Main.Active = true
  40. Main.Draggable = true
  41.  
  42. TextLabel.Parent = Main
  43. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  44. TextLabel.Size = UDim2.new(0, 478, 0, 50)
  45. TextLabel.Font = Enum.Font.SourceSans
  46. TextLabel.Text = "7ksam da hood tp gui"
  47. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  48. TextLabel.TextSize = 14.000
  49.  
  50. Gunstore1.Name = "Gunstore 1"
  51. Gunstore1.Parent = Main
  52. Gunstore1.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  53. Gunstore1.Position = UDim2.new(0.0492142364, 0, 0.334801763, 0)
  54. Gunstore1.Size = UDim2.new(0, 121, 0, 50)
  55. Gunstore1.Font = Enum.Font.SourceSans
  56. Gunstore1.Text = "Gun store 1"
  57. Gunstore1.TextColor3 = Color3.fromRGB(0, 0, 0)
  58. Gunstore1.TextSize = 14.000
  59. Gunstore1.MouseButton1Down:connect(function()
  60. local pl = game.Players.LocalPlayer.Character.HumanoidRootPart
  61. local location = CFrame.new(-582, 7.172, -739.015)
  62. local humanoid = game.Players.LocalPlayer.Character.Humanoid
  63. humanoid:ChangeState(Enum.HumanoidStateType.Jumping)
  64. wait(0.1)
  65. pl.CFrame = location
  66. end)
  67.  
  68. UFO.Name = "UFO"
  69. UFO.Parent = Main
  70. UFO.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  71. UFO.Position = UDim2.new(0.399578393, 0, 0.713656425, 0)
  72. UFO.Size = UDim2.new(0, 121, 0, 50)
  73. UFO.Font = Enum.Font.SourceSans
  74. UFO.Text = "UFO"
  75. UFO.TextColor3 = Color3.fromRGB(0, 0, 0)
  76. UFO.TextSize = 14.000
  77. UFO.MouseButton1Down:connect(function()
  78. local pl = game.Players.LocalPlayer.Character.HumanoidRootPart
  79. local location = CFrame.new(71.565, 142.926, -690.33)
  80. local humanoid = game.Players.LocalPlayer.Character.Humanoid
  81. humanoid:ChangeState(Enum.HumanoidStateType.Jumping)
  82. wait(0.1)
  83. pl.CFrame = location
  84. end)
  85.  
  86. Prison.Name = "Prison"
  87. Prison.Parent = Main
  88. Prison.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  89. Prison.Position = UDim2.new(0.0492142141, 0, 0.713656425, 0)
  90. Prison.Size = UDim2.new(0, 121, 0, 50)
  91. Prison.Font = Enum.Font.SourceSans
  92. Prison.Text = "Prison"
  93. Prison.TextColor3 = Color3.fromRGB(0, 0, 0)
  94. Prison.TextSize = 14.000
  95. Prison.MouseButton1Down:connect(function()
  96. local pl = game.Players.LocalPlayer.Character.HumanoidRootPart
  97. local location = CFrame.new(-294.162, 22.644, -111.716)
  98. local humanoid = game.Players.LocalPlayer.Character.Humanoid
  99. humanoid:ChangeState(Enum.HumanoidStateType.Jumping)
  100. wait(0.1)
  101. pl.CFrame = location
  102. end)
  103.  
  104. Gunstore2.Name = "Gun store 2"
  105. Gunstore2.Parent = Main
  106. Gunstore2.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  107. Gunstore2.Position = UDim2.new(0.399578363, 0, 0.334801763, 0)
  108. Gunstore2.Size = UDim2.new(0, 121, 0, 50)
  109. Gunstore2.Font = Enum.Font.SourceSans
  110. Gunstore2.Text = "Gun store 2"
  111. Gunstore2.TextColor3 = Color3.fromRGB(0, 0, 0)
  112. Gunstore2.TextSize = 14.000
  113. Gunstore2.MouseButton1Down:connect(function()
  114. local pl = game.Players.LocalPlayer.Character.HumanoidRootPart
  115. local location = CFrame.new(-210.255, 21.674, -823.16)
  116. local humanoid = game.Players.LocalPlayer.Character.Humanoid
  117. humanoid:ChangeState(Enum.HumanoidStateType.Jumping)
  118. wait(0.1)
  119. pl.CFrame = location
  120. end)
  121.  
  122. Lava.Name = "Lava"
  123. Lava.Parent = Main
  124. Lava.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  125. Lava.Position = UDim2.new(0.714510858, 0, 0.330396473, 0)
  126. Lava.Size = UDim2.new(0, 121, 0, 50)
  127. Lava.Font = Enum.Font.SourceSans
  128. Lava.Text = "Lava"
  129. Lava.TextColor3 = Color3.fromRGB(0, 0, 0)
  130. Lava.TextSize = 14.000
  131. Lava.MouseButton1Down:connect(function()
  132. local pl = game.Players.LocalPlayer.Character.HumanoidRootPart
  133. local location = CFrame.new(-729.895, -37.642, -885.8)
  134. local humanoid = game.Players.LocalPlayer.Character.Humanoid
  135. humanoid:ChangeState(Enum.HumanoidStateType.Jumping)
  136. wait(0.1)
  137. pl.CFrame = location
  138. end)
  139.  
  140. PhoneShopTP.Name = "PhoneShop TP"
  141. PhoneShopTP.Parent = Main
  142. PhoneShopTP.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  143. PhoneShopTP.Position = UDim2.new(0.714510858, 0, 0.713656425, 0)
  144. PhoneShopTP.Size = UDim2.new(0, 121, 0, 50)
  145. PhoneShopTP.Font = Enum.Font.SourceSans
  146. PhoneShopTP.Text = "Phone Shop TP"
  147. PhoneShopTP.TextColor3 = Color3.fromRGB(0, 0, 0)
  148. PhoneShopTP.TextSize = 14.000
  149. PhoneShopTP.MouseButton1Down:connect(function()
  150. local pl = game.Players.LocalPlayer.Character.HumanoidRootPart
  151. local location = CFrame.new(-120.121, 22.946, -870.425)
  152. local humanoid = game.Players.LocalPlayer.Character.Humanoid
  153. humanoid:ChangeState(Enum.HumanoidStateType.Jumping)
  154. wait(0.1)
  155. pl.CFrame = location
  156. end)
  157.  
  158. ReachScripts.Name = "ReachScripts"
  159. ReachScripts.Parent = Main
  160. ReachScripts.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  161. ReachScripts.Position = UDim2.new(1.02092052, 0, -0.145374447, 0)
  162. ReachScripts.Size = UDim2.new(0, 338, 0, 326)
  163. ReachScripts.Active = true
  164. ReachScripts.Draggable = true
  165.  
  166. TextLabel_2.Parent = ReachScripts
  167. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  168. TextLabel_2.Size = UDim2.new(0, 338, 0, 50)
  169. TextLabel_2.Font = Enum.Font.SourceSans
  170. TextLabel_2.Text = "Reach Scripts"
  171. TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  172. TextLabel_2.TextSize = 14.000
  173.  
  174. SuperKnife.Name = "SuperKnife"
  175. SuperKnife.Parent = ReachScripts
  176. SuperKnife.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  177. SuperKnife.Position = UDim2.new(0.0502958596, 0, 0.2253225, 0)
  178. SuperKnife.Size = UDim2.new(0, 153, 0, 50)
  179. SuperKnife.Font = Enum.Font.SourceSans
  180. SuperKnife.Text = "SuperKnife"
  181. SuperKnife.TextColor3 = Color3.fromRGB(0, 0, 0)
  182. SuperKnife.TextSize = 14.000
  183. SuperKnife.MouseButton1Down:connect(function()
  184. game.Players.LocalPlayer.Backpack["[Knife]"].Handle.Size = Vector3.new(100, 100, 100)
  185. game.Players.LocalPlayer.Backpack["[Knife]"].Handle.Size = Vector3.new(100, 100, 100)
  186. end)
  187.  
  188. Superbat.Name = "Superbat"
  189. Superbat.Parent = ReachScripts
  190. Superbat.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  191. Superbat.Position = UDim2.new(0.547337294, 0, 0.225011915, 0)
  192. Superbat.Size = UDim2.new(0, 153, 0, 50)
  193. Superbat.Font = Enum.Font.SourceSans
  194. Superbat.Text = "SuperBat"
  195. Superbat.TextColor3 = Color3.fromRGB(0, 0, 0)
  196. Superbat.TextSize = 14.000
  197. Superbat.MouseButton1Down:connect(function()
  198. game.Players.LocalPlayer.Backpack["[Bat]"].Handle.Size = Vector3.new(100, 100, 100)
  199. game.Players.LocalPlayer.Backpack["[Bat]"].Handle.Size = Vector3.new(100, 100, 100)
  200. end)
  201.  
  202. SuperSledgehammar.Name = "Super Sledge hammar "
  203. SuperSledgehammar.Parent = ReachScripts
  204. SuperSledgehammar.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  205. SuperSledgehammar.Position = UDim2.new(0.0502958596, 0, 0.475752234, 0)
  206. SuperSledgehammar.Size = UDim2.new(0, 153, 0, 50)
  207. SuperSledgehammar.Font = Enum.Font.SourceSans
  208. SuperSledgehammar.Text = "SuperSledge Hammar"
  209. SuperSledgehammar.TextColor3 = Color3.fromRGB(0, 0, 0)
  210. SuperSledgehammar.TextSize = 14.000
  211. SuperSledgehammar.MouseButton1Down:connect(function()
  212. game.Players.LocalPlayer.Backpack["[SledgeHammer]"].Handle.Size = Vector3.new(100, 100, 100)
  213. game.Players.LocalPlayer.Backpack["[SledgeHammer]"].Handle.Size = Vector3.new(100, 100, 100)
  214. end)
  215.  
  216. SuperPitchfork.Name = "SuperPitchfork"
  217. SuperPitchfork.Parent = ReachScripts
  218. SuperPitchfork.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  219. SuperPitchfork.Position = UDim2.new(0.547337294, 0, 0.475752234, 0)
  220. SuperPitchfork.Size = UDim2.new(0, 153, 0, 50)
  221. SuperPitchfork.Font = Enum.Font.SourceSans
  222. SuperPitchfork.Text = "SuperPitchFork"
  223. SuperPitchfork.TextColor3 = Color3.fromRGB(0, 0, 0)
  224. SuperPitchfork.TextSize = 14.000
  225. SuperPitchfork.MouseButton1Down:connect(function()
  226. game.Players.LocalPlayer.Backpack["[Pitchfork]"].Handle.Size = Vector3.new(100, 100, 100)
  227. game.Players.LocalPlayer.Backpack["[Pitchfork]"].Handle.Size = Vector3.new(100, 100, 100)
  228. end)
  229.  
  230. SuperStopSign.Name = "SuperStopSign"
  231. SuperStopSign.Parent = ReachScripts
  232. SuperStopSign.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  233. SuperStopSign.Position = UDim2.new(0.0502958596, 0, 0.6996786, 0)
  234. SuperStopSign.Size = UDim2.new(0, 153, 0, 50)
  235. SuperStopSign.Font = Enum.Font.SourceSans
  236. SuperStopSign.Text = "SuperStopSign"
  237. SuperStopSign.TextColor3 = Color3.fromRGB(0, 0, 0)
  238. SuperStopSign.TextSize = 14.000
  239. SuperStopSign.MouseButton1Down:connect(function()
  240. game.Players.LocalPlayer.Backpack["[StopSign]"].Handle.Size = Vector3.new(100, 100, 100)
  241. game.Players.LocalPlayer.Backpack["[StopSign]"].Handle.Size = Vector3.new(100, 100, 100)
  242. end)
  243.  
  244. SuperShovel.Name = "SuperShovel"
  245. SuperShovel.Parent = ReachScripts
  246. SuperShovel.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  247. SuperShovel.Position = UDim2.new(0.547337294, 0, 0.6996786, 0)
  248. SuperShovel.Size = UDim2.new(0, 153, 0, 50)
  249. SuperShovel.Font = Enum.Font.SourceSans
  250. SuperShovel.Text = "SuperShovel"
  251. SuperShovel.TextColor3 = Color3.fromRGB(0, 0, 0)
  252. SuperShovel.TextSize = 14.000
  253. SuperShovel.MouseButton1Down:connect(function()
  254. game.Players.LocalPlayer.Backpack["[Shovel]"].Handle.Size = Vector3.new(100, 100, 100)
  255. game.Players.LocalPlayer.Backpack["[Shovel]"].Handle.Size = Vector3.new(100, 100, 100)
  256. end)
  257.  
  258. TextLabel_3.Parent = ReachScripts
  259. TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  260. TextLabel_3.Position = UDim2.new(-0.0295857992, 0, 0.907975435, 0)
  261. TextLabel_3.Size = UDim2.new(0, 355, 0, 50)
  262. TextLabel_3.Font = Enum.Font.SourceSans
  263. TextLabel_3.Text = "Any bugs/Anything got patched? Join the discord ! server code 72YfHaN"
  264. TextLabel_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  265. TextLabel_3.TextSize = 14.000
  266.  
  267. GUIS.Name = "GUIS"
  268. GUIS.Parent = Main
  269. GUIS.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  270. GUIS.Position = UDim2.new(1.78451872, 0, -0.149779588, 0)
  271. GUIS.Size = UDim2.new(0, 170, 0, 326)
  272. GUIS.Active = true
  273. GUIS.Draggable = true
  274.  
  275. TextLabel_4.Parent = GUIS
  276. TextLabel_4.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  277. TextLabel_4.Size = UDim2.new(0, 170, 0, 50)
  278. TextLabel_4.Font = Enum.Font.SourceSans
  279. TextLabel_4.Text = "GUIS"
  280. TextLabel_4.TextColor3 = Color3.fromRGB(0, 0, 0)
  281. TextLabel_4.TextSize = 14.000
  282.  
  283. IY.Name = "IY"
  284. IY.Parent = GUIS
  285. IY.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  286. IY.Position = UDim2.new(0, 0, 0.185389027, 0)
  287. IY.Size = UDim2.new(0, 170, 0, 50)
  288. IY.Font = Enum.Font.SourceSans
  289. IY.Text = "IY"
  290. IY.TextColor3 = Color3.fromRGB(0, 0, 0)
  291. IY.TextSize = 14.000
  292. IY.MouseButton1Down:connect(function()
  293. loadstring(game:HttpGet(('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'),true))()
  294. end)
  295.  
  296. PostMan.Name = "PostMan"
  297. PostMan.Parent = GUIS
  298. PostMan.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  299. PostMan.Position = UDim2.new(0, 0, 0.398219287, 0)
  300. PostMan.Size = UDim2.new(0, 170, 0, 50)
  301. PostMan.Font = Enum.Font.SourceSans
  302. PostMan.Text = "PostMan"
  303. PostMan.TextColor3 = Color3.fromRGB(0, 0, 0)
  304. PostMan.TextSize = 14.000
  305. PostMan.MouseButton1Down:connect(function()
  306. loadstring(game:HttpGet("https://pastebin.com/raw/z17wDE8W", true))()
  307. end)
  308.  
  309. AutoRobGUI.Name = "AutoRob GUI"
  310. AutoRobGUI.Parent = GUIS
  311. AutoRobGUI.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  312. AutoRobGUI.Position = UDim2.new(0, 0, 0.629642725, 0)
  313. AutoRobGUI.Size = UDim2.new(0, 170, 0, 50)
  314. AutoRobGUI.Font = Enum.Font.SourceSans
  315. AutoRobGUI.Text = "AutoRob GUI"
  316. AutoRobGUI.TextColor3 = Color3.fromRGB(0, 0, 0)
  317. AutoRobGUI.TextSize = 14.000
  318. AutoRobGUI.MouseButton1Down:connect(function()
  319. loadstring(game:HttpGet("https://pastebin.com/raw/AqLV4Wii", true))()
  320. end)
  321.  
  322. HoodsharkCracked.Name = "Hoodshark Cracked"
  323. HoodsharkCracked.Parent = GUIS
  324. HoodsharkCracked.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  325. HoodsharkCracked.Position = UDim2.new(0, 0, 0.84436667, 0)
  326. HoodsharkCracked.Size = UDim2.new(0, 170, 0, 50)
  327. HoodsharkCracked.Font = Enum.Font.SourceSans
  328. HoodsharkCracked.Text = "Hoodshark (Cracked)"
  329. HoodsharkCracked.TextColor3 = Color3.fromRGB(0, 0, 0)
  330. HoodsharkCracked.TextSize = 14.000
  331. HoodsharkCracked.MouseButton1Down:connect(function()
  332. loadstring(game:HttpGet("https://pastebin.com/raw/7cGyt1mi", true))()
  333. end)
Add Comment
Please, Sign In to add comment