Advertisement
forgetfuldingo

Gun Game

Mar 1st, 2021
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.91 KB | None | 0 0
  1.  
  2.  
  3. -- Instances:
  4.  
  5. local ScreenGui = Instance.new("ScreenGui")
  6. local Gradient = Instance.new("ImageLabel")
  7. local Hitbox = Instance.new("TextButton")
  8. local Gunmod = Instance.new("TextButton")
  9. local ESP = Instance.new("TextButton")
  10. local BTools = Instance.new("TextButton")
  11. local Title = Instance.new("TextLabel")
  12. local Sig = Instance.new("TextLabel")
  13.  
  14. --Properties:
  15.  
  16. ScreenGui.Parent = game.CoreGui
  17.  
  18. Gradient.Name = "Gradient"
  19. Gradient.Parent = ScreenGui
  20. Gradient.Active = true
  21. Gradient.BackgroundColor3 = Color3.fromRGB(140, 140, 140)
  22. Gradient.BorderSizePixel = 0
  23. Gradient.Position = UDim2.new(-0.00309503078, 0, -0.000803023577, 0)
  24. Gradient.Size = UDim2.new(0, 295, 0, 410)
  25. Gradient.Image = "rbxassetid://1490323181"
  26. Gradient.ImageColor3 = Color3.fromRGB(0, 0, 0)
  27. Gradient.Active = true
  28. Gradient.Draggable = true
  29.  
  30. Hitbox.Name = "Hitbox"
  31. Hitbox.Parent = Gradient
  32. Hitbox.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  33. Hitbox.Position = UDim2.new(0, 47, 0, 160)
  34. Hitbox.Size = UDim2.new(0, 200, 0, 50)
  35. Hitbox.Font = Enum.Font.Oswald
  36. Hitbox.Text = "HIT BOX"
  37. Hitbox.TextColor3 = Color3.fromRGB(0, 0, 0)
  38. Hitbox.TextSize = 35.000
  39. Hitbox.MouseButton1Down:connect(function()
  40. game:GetService("StarterGui"):SetCore("SendNotification", {
  41. Title = "WARNING";
  42. Text = "Do not click this twice:)";
  43. })
  44. _G.HeadSize = 20
  45. _G.Disabled = true
  46.  
  47. game:GetService('RunService').RenderStepped:connect(function()
  48. if _G.Disabled then
  49. for i,v in next, game:GetService('Players'):GetPlayers() do
  50. if v.Name ~= game:GetService('Players').LocalPlayer.Name then
  51. pcall(function()
  52. v.Character.HumanoidRootPart.Size = Vector3.new(_G.HeadSize,_G.HeadSize,_G.HeadSize)
  53. v.Character.HumanoidRootPart.Transparency = 0.56
  54. v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Bright green")
  55. v.Character.HumanoidRootPart.Material = "Neon"
  56. v.Character.HumanoidRootPart.CanCollide = false
  57. end)
  58. end
  59. end
  60. end
  61. end)
  62. end)
  63.  
  64. Gunmod.Name = "Gunmod"
  65. Gunmod.Parent = Gradient
  66. Gunmod.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  67. Gunmod.Position = UDim2.new(0, 47, 0, 81)
  68. Gunmod.Size = UDim2.new(0, 200, 0, 50)
  69. Gunmod.Font = Enum.Font.Oswald
  70. Gunmod.Text = "GUN MOD"
  71. Gunmod.TextColor3 = Color3.fromRGB(0, 0, 0)
  72. Gunmod.TextSize = 35.000
  73. Gunmod.MouseButton1Down:connect(function()
  74. game:GetService("StarterGui"):SetCore("SendNotification", {
  75. Title = "RESET!";
  76. Text = "Mod guns script made by sam0770";
  77. })
  78. game:GetService("ReplicatedStorage").Weapons["SSG 69"].Values.ClipSize.Value = 999
  79. game:GetService("ReplicatedStorage").Weapons["SSG 69"].Values.StoredAmmo.Value = 999
  80. game:GetService("ReplicatedStorage").Weapons["SSG 69"].Values.CameraRecoil.Value = 0
  81. game:GetService("ReplicatedStorage").Weapons["SSG 69"].Values.Automatic.Value = true
  82. game:GetService("ReplicatedStorage").Weapons["SSG 69"].Values.BoltAction.Value = false
  83. game:GetService("ReplicatedStorage").Weapons["SSG 69"].Values.FireRate.Value = 2000
  84. game:GetService("ReplicatedStorage").Weapons["SSG 69"].Values.RecoilMultiplier.Value = 0
  85. --
  86. game:GetService("ReplicatedStorage").Weapons["SIG SG 511"].Values.FireRate.Value = 2000
  87. game:GetService("ReplicatedStorage").Weapons["SIG SG 511"].Values.ClipSize.Value = 999
  88. game:GetService("ReplicatedStorage").Weapons["SIG SG 511"].Values.CameraRecoil.Value = 0
  89. game:GetService("ReplicatedStorage").Weapons["SIG SG 511"].Values.RecoilMultiplier.Value = 0
  90. game:GetService("ReplicatedStorage").Weapons["SIG SG 511"].Values.Accuracy.Value = 1
  91.  
  92. --
  93. game:GetService("ReplicatedStorage").Weapons["Spectre M4"].Values.Damage.Value = 60
  94. game:GetService("ReplicatedStorage").Weapons["Spectre M4"].Values.FireRate.Value = 2000
  95. game:GetService("ReplicatedStorage").Weapons["Spectre M4"].Values.ClipSize.Value = 999
  96. game:GetService("ReplicatedStorage").Weapons["Spectre M4"].Values.CameraRecoil.Value = 0
  97. game:GetService("ReplicatedStorage").Weapons["Spectre M4"].Values.RecoilMultiplier.Value = 0
  98.  
  99. --
  100. game:GetService("ReplicatedStorage").Weapons["SVD 63"].Values.Automatic.Value = true
  101. game:GetService("ReplicatedStorage").Weapons["SVD 63"].Values.FireRate.Value = 2000
  102. game:GetService("ReplicatedStorage").Weapons["SVD 63"].Values.ClipSize.Value = 999
  103. game:GetService("ReplicatedStorage").Weapons["SVD 63"].Values.CameraRecoil.Value = 0
  104. --
  105. game:GetService("ReplicatedStorage").Weapons.RPK.Values.Damage.Value = 60
  106. game:GetService("ReplicatedStorage").Weapons.RPK.Values.FireRate.Value = 2000
  107. game:GetService("ReplicatedStorage").Weapons.RPK.Values.CameraRecoil.Value = 0
  108. game:GetService("ReplicatedStorage").Weapons.RPK.Values.ClipSize.Value = 999
  109. game:GetService("ReplicatedStorage").Weapons.RPK.Values.RecoilMultiplier.Value = 0
  110. --
  111. game:GetService("ReplicatedStorage").Weapons.M1911.Values.Automatic.Value = true
  112. game:GetService("ReplicatedStorage").Weapons.M1911.Values.Damage.Value = 60
  113. game:GetService("ReplicatedStorage").Weapons.M1911.Values.ClipSize.Value = 999
  114. game:GetService("ReplicatedStorage").Weapons.M1911.Values.FireRate.Value = 2000
  115. game:GetService("ReplicatedStorage").Weapons.M1911.Values.RecoilMultiplier.Value = 0
  116. game:GetService("ReplicatedStorage").Weapons.M1911.Values.CameraRecoil.Value = 0
  117. game:GetService("ReplicatedStorage").Weapons.M1911.Values.Accuracy.Value = 1
  118. --
  119. game:GetService("ReplicatedStorage").Weapons["STG 45(M)"].Values.Damage.Value = 60
  120. game:GetService("ReplicatedStorage").Weapons["STG 45(M)"].Values.ClipSize.Value = 999
  121. game:GetService("ReplicatedStorage").Weapons["STG 45(M)"].Values.CameraRecoil.Value = 0
  122. game:GetService("ReplicatedStorage").Weapons["STG 45(M)"].Values.FireRate.Value = 2000
  123. game:GetService("ReplicatedStorage").Weapons["AG 043"].Values.Damage.Value = 100
  124. game:GetService("ReplicatedStorage").Weapons["STG 45(M)"]["D/N: Fire Rate / Accuracy"].Values.FireRate.Value = 2000
  125. game:GetService("ReplicatedStorage").Weapons["STG 45(M)"]["D/N: Fire Rate / Accuracy"].Values.Accuracy.Value = 1
  126. game:GetService("ReplicatedStorage").Weapons["STG 45(M)"].Values.RecoilMultiplier.Value = 0
  127. --
  128. game:GetService("ReplicatedStorage").Weapons["Desert Eagle"].Values.CameraRecoil.Value = 0
  129. game:GetService("ReplicatedStorage").Weapons["Desert Eagle"].Values.ClipSize.Value = 999
  130. game:GetService("ReplicatedStorage").Weapons["Desert Eagle"].Values.FireRate.Value = 2000
  131. game:GetService("ReplicatedStorage").Weapons["Desert Eagle"].Values.Damage.Value = 60
  132. game:GetService("ReplicatedStorage").Weapons["Desert Eagle"].Values.Automatic.Value = true
  133. game:GetService("ReplicatedStorage").Weapons["Desert Eagle"].Values.RecoilMultiplier.Value = 0
  134. --
  135. game:GetService("ReplicatedStorage").Weapons["Remington 870"].Values.FireRate.Value = 1500
  136. game:GetService("ReplicatedStorage").Weapons["Remington 870"].Values.ClipSize.Value = 999
  137. game:GetService("ReplicatedStorage").Weapons["Remington 870"].Values.Shots.Value = 16
  138. game:GetService("ReplicatedStorage").Weapons["Remington 870"].Values.CameraRecoil.Value = 0
  139. game:GetService("ReplicatedStorage").Weapons["Remington 870"].Values.PumpAction.Value = false
  140. game:GetService("ReplicatedStorage").Weapons["Remington 870"].Values.Automatic.Value = true
  141. game:GetService("ReplicatedStorage").Weapons["Remington 870"].Values.RecoilMultiplier.Value = 0
  142. --
  143. game:GetService("ReplicatedStorage").Weapons["Vepr 12"].Values.FireRate.Value = 1500
  144. game:GetService("ReplicatedStorage").Weapons["Vepr 12"].Values.ClipSize.Value = 999
  145. game:GetService("ReplicatedStorage").Weapons["Vepr 12"].Values.Shots.Value = 15
  146. game:GetService("ReplicatedStorage").Weapons["Vepr 12"].Values.CameraRecoil.Value = 0
  147. game:GetService("ReplicatedStorage").Weapons["Vepr 12"].Values.Automatic.Value = true
  148. game:GetService("ReplicatedStorage").Weapons["Vepr 12"].Values.RecoilMultiplier.Value = 0
  149. --
  150. game:GetService("ReplicatedStorage").Weapons["Mossberg 590 Shockwave"].Values.FireRate.Value = 1500
  151. game:GetService("ReplicatedStorage").Weapons["Mossberg 590 Shockwave"].Values.ClipSize.Value = 999
  152. game:GetService("ReplicatedStorage").Weapons["Mossberg 590 Shockwave"].Values.Shots.Value = 16
  153. game:GetService("ReplicatedStorage").Weapons["Mossberg 590 Shockwave"].Values.CameraRecoil.Value = 0
  154. game:GetService("ReplicatedStorage").Weapons["Mossberg 590 Shockwave"].Values.PumpAction.Value = false
  155. game:GetService("ReplicatedStorage").Weapons["Mossberg 590 Shockwave"].Values.Automatic.Value = true
  156. game:GetService("ReplicatedStorage").Weapons["Mossberg 590 Shockwave"]["Shoot-N-Scoot"].Values.ClipSize.Value = 999
  157. --
  158. game:GetService("ReplicatedStorage").Weapons["AG 043"].Values.FireRate.Value = 2000
  159. game:GetService("ReplicatedStorage").Weapons["AG 043"].Values.ClipSize.Value = 999
  160. game:GetService("ReplicatedStorage").Weapons["AG 043"].Values.CameraRecoil.Value = 0
  161. game:GetService("ReplicatedStorage").Weapons["AG 043"].Values.RecoilMultiplier.Value = 0
  162. --
  163. game:GetService("ReplicatedStorage").Weapons.Chauchat.Values.FireRate.Value = 2000
  164. game:GetService("ReplicatedStorage").Weapons.Chauchat.Values.CameraRecoil.Value = 0
  165. game:GetService("ReplicatedStorage").Weapons.Chauchat.Values.Damage.Value = 60
  166. game:GetService("ReplicatedStorage").Weapons.Chauchat.Values.RecoilMultiplier.Value = 0
  167. game:GetService("ReplicatedStorage").Weapons.Chauchat.Values.ClipSize.Value = 999
  168. --
  169. game:GetService("ReplicatedStorage").Weapons["Tommy Gun"].Values.Damage.Value = 60
  170. game:GetService("ReplicatedStorage").Weapons["Tommy Gun"].Values.ClipSize.Value = 999
  171. game:GetService("ReplicatedStorage").Weapons["Tommy Gun"].Values.RecoilMultiplier.Value = 0
  172. game:GetService("ReplicatedStorage").Weapons["Tommy Gun"].Values.CameraRecoil.Value = 0
  173. game:GetService("ReplicatedStorage").Weapons["Tommy Gun"].Values.FireRate.Value = 2000
  174. game:GetService("ReplicatedStorage").Weapons["Tommy Gun"].Values.Accuracy.Value = 1
  175. --
  176. game:GetService("ReplicatedStorage").Weapons["HK 417"].Values.Damage.Value = 60
  177. game:GetService("ReplicatedStorage").Weapons["HK 417"].Values.FireRate.Value = 2000
  178. game:GetService("ReplicatedStorage").Weapons["HK 417"].Values.ClipSize.Value = 999
  179. game:GetService("ReplicatedStorage").Weapons["HK 417"].Values.CameraRecoil.Value = 0
  180. game:GetService("ReplicatedStorage").Weapons["HK 417"].Values.RecoilMultiplier.Value = 0
  181. --
  182. game:GetService("ReplicatedStorage").Weapons["TEC 9"].Values.Damage.Value = 60
  183. game:GetService("ReplicatedStorage").Weapons["TEC 9"].Values.FireRate.Value = 2000
  184. game:GetService("ReplicatedStorage").Weapons["TEC 9"].Values.RecoilMultiplier.Value = 0
  185. game:GetService("ReplicatedStorage").Weapons["TEC 9"].Values.ClipSize.Value = 999
  186. game:GetService("ReplicatedStorage").Weapons["TEC 9"].Values.CameraRecoil.Value = 0
  187. game:GetService("ReplicatedStorage").Weapons["TEC 9"].Values.Accuracy.Value = 1
  188. --
  189. game:GetService("ReplicatedStorage").Weapons["Glock 19"].Values.Damage.Value = 60
  190. game:GetService("ReplicatedStorage").Weapons["Glock 19"].Values.FireRate.Value = 2200
  191. game:GetService("ReplicatedStorage").Weapons["Glock 19"].Values.ClipSize.Value = 999
  192. game:GetService("ReplicatedStorage").Weapons["Glock 19"].Values.CameraRecoil.Value = 0
  193. game:GetService("ReplicatedStorage").Weapons["Glock 19"].Values.RecoilMultiplier.Value = 0
  194. game:GetService("ReplicatedStorage").Weapons["Glock 19"].Values.Accuracy.Value = 1
  195. --
  196. game:GetService("ReplicatedStorage").Weapons.M1A.Values.FireRate.Value = 2000
  197. game:GetService("ReplicatedStorage").Weapons.M1A.Values.Automatic.Value = true
  198. game:GetService("ReplicatedStorage").Weapons.M1A.Values.RecoilMultiplier.Value = 0
  199. game:GetService("ReplicatedStorage").Weapons.M1A.Values.CameraRecoil.Value = 0
  200. game:GetService("ReplicatedStorage").Weapons.M1A["Extended Mag"].Values.ClipSize.Value = 999
  201. game:GetService("ReplicatedStorage").Weapons.M1A.Values.ClipSize.Value = 999
  202. --
  203. game:GetService("ReplicatedStorage").Weapons["CETME C2"].Values.Damage.Value = 60
  204. game:GetService("ReplicatedStorage").Weapons["CETME C2"].Values.FireRate.Value = 2000
  205. game:GetService("ReplicatedStorage").Weapons["CETME C2"].Values.RecoilMultiplier.Value = 0
  206. game:GetService("ReplicatedStorage").Weapons["CETME C2"].Values.ClipSize.Value = 999
  207. game:GetService("ReplicatedStorage").Weapons["CETME C2"].Values.CameraRecoil.Value = 0
  208. --
  209. game:GetService("ReplicatedStorage").Weapons["Five Seven"].Values.Automatic.Value = true
  210. game:GetService("ReplicatedStorage").Weapons["Five Seven"].Values.FireRate.Value = 2000
  211. game:GetService("ReplicatedStorage").Weapons["Five Seven"].Values.CameraRecoil.Value = 0
  212. game:GetService("ReplicatedStorage").Weapons["Five Seven"].Values.RecoilMultiplier.Value = 0
  213. game:GetService("ReplicatedStorage").Weapons["Five Seven"].Values.ClipSize.Value = 999
  214. game:GetService("ReplicatedStorage").Weapons["Five Seven"].Tactical.Values.RecoilMultiplier.Value = 0
  215. game:GetService("ReplicatedStorage").Weapons["Five Seven"]["Automatic With Grip"].Values.RecoilMultiplier.Value = 0
  216. game:GetService("ReplicatedStorage").Weapons["Five Seven"]["Automatic With Grip"].Values.FireRate.Value = 2000
  217. game:GetService("ReplicatedStorage").Weapons["Five Seven"].Values.Accuracy.Value = 1
  218. game:GetService("ReplicatedStorage").Weapons["Five Seven"]["Automatic With Grip"].Values.Accuracy.Value = 1
  219. end)
  220.  
  221. ESP.Name = "ESP"
  222. ESP.Parent = Gradient
  223. ESP.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  224. ESP.Position = UDim2.new(0, 47, 0, 239)
  225. ESP.Size = UDim2.new(0, 200, 0, 50)
  226. ESP.Font = Enum.Font.Oswald
  227. ESP.Text = "ESP"
  228. ESP.TextColor3 = Color3.fromRGB(0, 0, 0)
  229. ESP.TextSize = 35.000
  230. ESP.MouseButton1Down:connect(function()
  231. game:GetService("StarterGui"):SetCore("SendNotification", {
  232. Title = "ESP ACTIVATED";
  233. Text = "----------";
  234. })
  235. -- -----------------------------------
  236. -- ___ _ _ _ --
  237. -- / __| ___| |_| |_(_)_ _ __ _ ___--
  238. -- \__ \/ -_) _| _| | ' \/ _` (_-<--
  239. -- |___/\___|\__|\__|_|_||_\__, /__/--
  240. -- |___/ --
  241. -- -----------------------------------
  242. -- -----------------------------------
  243. ALLYCOLOR = {0,255,255} --//Color of the ESP of people on the same team
  244. ENEMYCOLOR = {255,0,0} --//Color of the ESP of people on NOT the same team
  245. TRANSPARENCY = 0.5 --//Transparency of the ESP
  246. HEALTHBAR_ACTIVATED = true --//Renders the Healthbar
  247. --
  248. --
  249.  
  250. -- !!!Don't Change Anything Below Here Unless You Know What You're Doing!!!
  251.  
  252. function createFlex()
  253. -- -----------------------------------------------------------------------------------
  254. --[VARIABLES] //Changing may result in Errors!
  255. players = game:GetService("Players") --//Required for PF
  256. faces = {"Front","Back","Bottom","Left","Right","Top"} --//Every possible Enum face
  257. currentPlayer = nil --//Used for the Team-Check
  258. lplayer = players.LocalPlayer --//The LocalPlayer
  259. -- -----------------------------------------------------------------------------------
  260. players.PlayerAdded:Connect(function(p)
  261. currentPlayer = p
  262. p.CharacterAdded:Connect(function(character) --//For when a new Player joins the game
  263. createESP(character)
  264. end)
  265. end)
  266. -- -----------------------------------------------------------------------------------
  267. function checkPart(obj) if (obj:IsA("Part") or obj:IsA("MeshPart")) and obj.Name~="HumanoidRootPart" then return true end end --//Check if the Part is suitable
  268. -- -----------------------------------------------------------------------------------
  269. function actualESP(obj)
  270.  
  271. for i=0,5 do
  272. surface = Instance.new("SurfaceGui",obj) --//Creates the SurfaceGui
  273. surface.Face = Enum.NormalId[faces[i+1]] --//Adjusts the Face and chooses from the face table
  274. surface.AlwaysOnTop = true
  275.  
  276. frame = Instance.new("Frame",surface) --//Creates the viewable Frame
  277. frame.Size = UDim2.new(1,0,1,0)
  278. frame.BorderSizePixel = 0
  279. frame.BackgroundTransparency = TRANSPARENCY
  280. if currentPlayer.Team == players.LocalPlayer.Team then --//Checks the Players Team
  281. frame.BackgroundColor3 = Color3.new(ALLYCOLOR[1],ALLYCOLOR[2],ALLYCOLOR[3]) --//If in same Team
  282. else
  283. frame.BackgroundColor3 = Color3.new(ENEMYCOLOR[1],ENEMYCOLOR[2],ENEMYCOLOR[3]) --//If in another Team
  284. end
  285.  
  286. end
  287. end
  288. -- -----------------------------------------------------------------------------------
  289. function createHealthbar(hrp)
  290. board =Instance.new("BillboardGui",hrp) --//Creates the BillboardGui with HumanoidRootPart as the Parent
  291. board.Name = "total"
  292. board.Size = UDim2.new(1,0,1,0)
  293. board.StudsOffset = Vector3.new(3,1,0)
  294. board.AlwaysOnTop = true
  295.  
  296. bar = Instance.new("Frame",board) --//Creates the red background
  297. bar.BackgroundColor3 = Color3.new(255,0,0)
  298. bar.BorderSizePixel = 0
  299. bar.Size = UDim2.new(0.2,0,4,0)
  300. bar.Name = "total2"
  301.  
  302. health = Instance.new("Frame",bar) --//Creates the changing green Frame
  303. health.BackgroundColor3 = Color3.new(0,255,0)
  304. health.BorderSizePixel = 0
  305. health.Size = UDim2.new(1,0,hrp.Parent.Humanoid.Health/100,0)
  306. hrp.Parent.Humanoid.Changed:Connect(function(property) --//Triggers when any Property changed
  307. hrp.total.total2.Frame.Size = UDim2.new(1,0,hrp.Parent.Humanoid.Health/100,0) --//Adjusts the size of the green Frame
  308. end)
  309. end
  310. -- -----------------------------------------------------------------------------------
  311. function createESP(c) --//Checks and calls the proper function
  312. bugfix = c:WaitForChild("Head") --// *Used so the children of the character arent nil.
  313. for i,v in pairs(c:GetChildren()) do
  314. if checkPart(v) then
  315. actualESP(v)
  316. end
  317. end
  318. if HEALTHBAR_ACTIVATED then --//If the user decided to
  319. createHealthbar(c:WaitForChild("HumanoidRootPart")) --//Calls the function of the creation
  320. end
  321. end
  322. -- -----------------------------------------------------------------------------------
  323. for i,people in pairs(players:GetChildren())do
  324. if people ~= players.LocalPlayer then
  325. currentPlayer = people
  326. --//Used for Players already in the Game
  327. createESP(people.Character)
  328. people.CharacterAdded:Connect(function(character)
  329. createESP(character)
  330. end)
  331. end
  332. end
  333. -- -----------------------------------------------------------------------------------
  334. end --//End of the entire function
  335.  
  336. createFlex() --// Does exactly that :)
  337. end)
  338.  
  339. BTools.Name = "BTools"
  340. BTools.Parent = Gradient
  341. BTools.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  342. BTools.Position = UDim2.new(0, 47, 0, 318)
  343. BTools.Size = UDim2.new(0, 200, 0, 50)
  344. BTools.Font = Enum.Font.Oswald
  345. BTools.Text = "B-TOOLS"
  346. BTools.TextColor3 = Color3.fromRGB(0, 0, 0)
  347. BTools.TextSize = 35.000
  348. BTools.MouseButton1Down:connect(function()
  349. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  350. for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
  351. if child.ClassName == "Part" then
  352. child.Locked = false
  353. end
  354. if child.ClassName == "MeshPart" then
  355. child.Locked = false
  356. end
  357. if child.ClassName == "UnionOperation" then
  358. child.Locked = false
  359. end
  360. if child.ClassName == "Model" then
  361. for index, chil in pairs(child:GetChildren()) do
  362. if chil.ClassName == "Part" then
  363. chil.Locked = false
  364. end
  365. if chil.ClassName == "MeshPart" then
  366. chil.Locked = false
  367. end
  368. if chil.ClassName == "UnionOperation" then
  369. chil.Locked = false
  370. end
  371. if chil.ClassName == "Model" then
  372. for index, childe in pairs(chil:GetChildren()) do
  373. if childe.ClassName == "Part" then
  374. childe.Locked = false
  375. end
  376. if childe.ClassName == "MeshPart" then
  377. childe.Locked = false
  378. end
  379. if childe.ClassName == "UnionOperation" then
  380. childe.Locked = false
  381. end
  382. if childe.ClassName == "Model" then
  383. for index, childeo in pairs(childe:GetChildren()) do
  384. if childeo.ClassName == "Part" then
  385. childeo.Locked = false
  386. end
  387. if childeo.ClassName == "MeshPart" then
  388. childeo.Locked = false
  389. end
  390. if childeo.ClassName == "UnionOperation" then
  391. childeo.Locked = false
  392. end
  393. if childeo.ClassName == "Model" then
  394. end
  395. end
  396. end
  397. end
  398. end
  399. end
  400. end
  401. end
  402. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  403. c.BinType = Enum.BinType.Hammer
  404. end)
  405.  
  406. Title.Name = "Title"
  407. Title.Parent = Gradient
  408. Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  409. Title.BackgroundTransparency = 1.000
  410. Title.Size = UDim2.new(0, 200, 0, 46)
  411. Title.Font = Enum.Font.Oswald
  412. Title.Text = " GUN SH*TTER"
  413. Title.TextColor3 = Color3.fromRGB(255, 255, 255)
  414. Title.TextSize = 45.000
  415. Title.TextXAlignment = Enum.TextXAlignment.Left
  416. Title.TextYAlignment = Enum.TextYAlignment.Top
  417.  
  418. Sig.Name = "Sig"
  419. Sig.Parent = Gradient
  420. Sig.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  421. Sig.BackgroundTransparency = 1.000
  422. Sig.Position = UDim2.new(0.322033912, 0, 0, 0)
  423. Sig.Size = UDim2.new(0, 200, 0, 55)
  424. Sig.Font = Enum.Font.Oswald
  425. Sig.Text = "DEVELOPED BY SWEATY CHUNGUS "
  426. Sig.TextColor3 = Color3.fromRGB(255, 255, 255)
  427. Sig.TextSize = 18.000
  428. Sig.TextXAlignment = Enum.TextXAlignment.Right
  429. Sig.TextYAlignment = Enum.TextYAlignment.Bottom
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement