Advertisement
MasterExpoiter

Untitled

Feb 2nd, 2019
844
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.08 KB | None | 0 0
  1. --Press H to hide/open the UI you Jewish Fag, now you can feed gun diggers and rob thotts you bitch
  2. --[CREDIT TO Daily Exploiting Videos FOR LEAKING THIS!]
  3. -- Objects (lets just get started please)
  4.  
  5. local GunSpawnerexe = Instance.new("ScreenGui")
  6. local Maingui = Instance.new("Frame")
  7. local Topwithlabel = Instance.new("Frame")
  8. local AWPV6 = Instance.new("TextLabel")
  9. local Amount = Instance.new("TextBox")
  10. local OutputBtn = Instance.new("TextButton")
  11. local SpawnList = Instance.new("ScrollingFrame")
  12. local AK = Instance.new("TextButton")
  13. local AKD = Instance.new("TextButton")
  14. local GoldAK = Instance.new("TextButton")
  15. local GD = Instance.new("TextButton")
  16. local G = Instance.new("TextButton")
  17. local M9 = Instance.new("TextButton")
  18. local Ru = Instance.new("TextButton")
  19. local PG = Instance.new("TextButton")
  20. local BR = Instance.new("TextButton")
  21. local Tec = Instance.new("TextButton")
  22. local HR = Instance.new("TextButton")
  23. local Balaclava = Instance.new("TextButton")
  24. local C = Instance.new("TextButton")
  25. local PK = Instance.new("TextButton")
  26. local GDE = Instance.new("TextButton")
  27. local DE = Instance.new("TextButton")
  28. local Mac101 = Instance.new("TextButton")
  29. local MP5 = Instance.new("TextButton")
  30. local Rem = Instance.new("TextButton")
  31. local Console = Instance.new("Frame")
  32. local TopDecor1 = Instance.new("Frame")
  33. local Consolee = Instance.new("TextLabel")
  34. local Outputbox = Instance.new("Frame")
  35. local Output = Instance.new("TextLabel")
  36. local NameBox = Instance.new("TextLabel")
  37.  
  38. --NEED THIS REALLY BAD
  39. local plr = game:GetService("Players").LocalPlayer
  40. --YEP NOW ONTO THE GUI
  41.  
  42. -- Properties (oh yes finally getting somewhere)
  43.  
  44. GunSpawnerexe.Name = "GunSpawner.exe"
  45. GunSpawnerexe.Parent = game.CoreGui
  46.  
  47. Maingui.Name = "Maingui"
  48. Maingui.Parent = GunSpawnerexe
  49. Maingui.BackgroundColor3 = Color3.new(1, 1, 1)
  50. Maingui.Draggable = true
  51. Maingui.Position = UDim2.new(0, 205, 0, 70)
  52. Maingui.Size = UDim2.new(0, 481, 0, 365)
  53.  
  54. Topwithlabel.Name = "Topwithlabel"
  55. Topwithlabel.Parent = Maingui
  56. Topwithlabel.BackgroundColor3 = Color3.new(0.937255, 0.937255, 0.937255)
  57. Topwithlabel.Size = UDim2.new(0, 481, 0, 74)
  58.  
  59. AWPV6.Name = "AWPV6"
  60. AWPV6.Parent = Topwithlabel
  61. AWPV6.BackgroundColor3 = Color3.new(1, 1, 1)
  62. AWPV6.BackgroundTransparency = 1
  63. AWPV6.Position = UDim2.new(0, 240, 0, 12)
  64. AWPV6.Size = UDim2.new(0, 200, 0, 50)
  65. AWPV6.Font = Enum.Font.SourceSans
  66. AWPV6.FontSize = Enum.FontSize.Size96
  67. AWPV6.Text = "Project Dex [V4.4.1"
  68. AWPV6.TextSize = 65
  69.  
  70. Amount.Name = "Amount"
  71. Amount.Parent = Maingui
  72. Amount.BackgroundColor3 = Color3.new(0.937255, 0.937255, 0.937255)
  73. Amount.BorderSizePixel = 5
  74. Amount.Position = UDim2.new(0, 207, 0, 85)
  75. Amount.Size = UDim2.new(0, 135, 0, 50)
  76. Amount.Font = Enum.Font.SciFi
  77. Amount.FontSize = Enum.FontSize.Size32
  78. Amount.Text = "Amount"
  79. Amount.TextSize = 30
  80.  
  81. OutputBtn.Name = "OutputBtn"
  82. OutputBtn.Parent = Maingui
  83. OutputBtn.BackgroundColor3 = Color3.new(0.937255, 0.937255, 0.937255)
  84. OutputBtn.BorderSizePixel = 5
  85. OutputBtn.Position = UDim2.new(0, 208, 0, 158)
  86. OutputBtn.Size = UDim2.new(0, 200, 0, 50)
  87. OutputBtn.Font = Enum.Font.SciFi
  88. OutputBtn.FontSize = Enum.FontSize.Size32
  89. OutputBtn.Text = "OutPutConsole"
  90. OutputBtn.TextSize = 30
  91.  
  92. NameBox.Name = "NameBox"
  93. NameBox.Parent = Maingui
  94. NameBox.BackgroundColor3 = Color3.new(1, 1, 1)
  95. NameBox.BackgroundTransparency = 1
  96. NameBox.Position = UDim2.new(0, 209, 0, 222)
  97. NameBox.Size = UDim2.new(0, 200, 0, 50)
  98. NameBox.Font = Enum.Font.ArialBold
  99. NameBox.FontSize = Enum.FontSize.Size14
  100. NameBox.Text = ""
  101. NameBox.TextSize = 14
  102.  
  103. SpawnList.Name = "SpawnList"
  104. SpawnList.Parent = GunSpawnerexe
  105. SpawnList.BackgroundColor3 = Color3.new(1, 1, 1)
  106. SpawnList.Draggable = true
  107. SpawnList.Position = UDim2.new(0, 221, 0, 86)
  108. SpawnList.Size = UDim2.new(0, 180, 0, 332)
  109.  
  110. AK.Name = "AK"
  111. AK.Parent = SpawnList
  112. AK.BackgroundColor3 = Color3.new(0.937255, 0.937255, 0.937255)
  113. AK.Position = UDim2.new(0, -10, 0, 62)
  114. AK.Size = UDim2.new(0, 200, 0, 22)
  115. AK.Font = Enum.Font.ArialBold
  116. AK.FontSize = Enum.FontSize.Size14
  117. AK.Text = "Ak74u"
  118. AK.TextSize = 14
  119.  
  120. AKD.Name = "AKD"
  121. AKD.Parent = SpawnList
  122. AKD.BackgroundColor3 = Color3.new(1, 1, 1)
  123. AKD.Position = UDim2.new(0, -10, 0, 85)
  124. AKD.Size = UDim2.new(0, 200, 0, 22)
  125. AKD.Font = Enum.Font.ArialBold
  126. AKD.FontSize = Enum.FontSize.Size14
  127. AKD.Text = "Ak74uDrum"
  128. AKD.TextSize = 14
  129.  
  130. GoldAK.Name = "GoldAK"
  131. GoldAK.Parent = SpawnList
  132. GoldAK.BackgroundColor3 = Color3.new(0.937255, 0.937255, 0.937255)
  133. GoldAK.Position = UDim2.new(0, -10, 0, 108)
  134. GoldAK.Size = UDim2.new(0, 200, 0, 22)
  135. GoldAK.Font = Enum.Font.ArialBold
  136. GoldAK.FontSize = Enum.FontSize.Size14
  137. GoldAK.Text = "GoldenAK"
  138. GoldAK.TextSize = 14
  139.  
  140. GD.Name = "GD"
  141. GD.Parent = SpawnList
  142. GD.BackgroundColor3 = Color3.new(1, 1, 1)
  143. GD.Position = UDim2.new(0, -10, 0, 131)
  144. GD.Size = UDim2.new(0, 200, 0, 22)
  145. GD.Font = Enum.Font.ArialBold
  146. GD.FontSize = Enum.FontSize.Size14
  147. GD.Text = "GlockDrum"
  148. GD.TextSize = 14
  149.  
  150. G.Name = "G"
  151. G.Parent = SpawnList
  152. G.BackgroundColor3 = Color3.new(0.937255, 0.937255, 0.937255)
  153. G.Position = UDim2.new(0, -10, 0, 154)
  154. G.Size = UDim2.new(0, 200, 0, 22)
  155. G.Font = Enum.Font.ArialBold
  156. G.FontSize = Enum.FontSize.Size14
  157. G.Text = "Glock"
  158. G.TextSize = 14
  159.  
  160. M9.Name = "M9"
  161. M9.Parent = SpawnList
  162. M9.BackgroundColor3 = Color3.new(1, 1, 1)
  163. M9.Position = UDim2.new(0, -10, 0, 177)
  164. M9.Size = UDim2.new(0, 200, 0, 22)
  165. M9.Font = Enum.Font.ArialBold
  166. M9.FontSize = Enum.FontSize.Size14
  167. M9.Text = "M1911"
  168. M9.TextSize = 14
  169.  
  170. Ru.Name = "Ru"
  171. Ru.Parent = SpawnList
  172. Ru.BackgroundColor3 = Color3.new(0.937255, 0.937255, 0.937255)
  173. Ru.Position = UDim2.new(0, -10, 0, 200)
  174. Ru.Size = UDim2.new(0, 200, 0, 22)
  175. Ru.Font = Enum.Font.ArialBold
  176. Ru.FontSize = Enum.FontSize.Size14
  177. Ru.Text = "Ruger"
  178. Ru.TextSize = 14
  179.  
  180. PG.Name = "PG"
  181. PG.Parent = SpawnList
  182. PG.BackgroundColor3 = Color3.new(1, 1, 1)
  183. PG.Position = UDim2.new(0, -10, 0, 223)
  184. PG.Size = UDim2.new(0, 200, 0, 22)
  185. PG.Font = Enum.Font.ArialBold
  186. PG.FontSize = Enum.FontSize.Size14
  187. PG.Text = "PurpleGun"
  188. PG.TextSize = 14
  189.  
  190. BR.Name = "BR"
  191. BR.Parent = SpawnList
  192. BR.BackgroundColor3 = Color3.new(0.937255, 0.937255, 0.937255)
  193. BR.Position = UDim2.new(0, -10, 0, 246)
  194. BR.Size = UDim2.new(0, 200, 0, 22)
  195. BR.Font = Enum.Font.ArialBold
  196. BR.FontSize = Enum.FontSize.Size14
  197. BR.Text = "BatteringRam"
  198. BR.TextSize = 14
  199.  
  200. Tec.Name = "Tec"
  201. Tec.Parent = SpawnList
  202. Tec.BackgroundColor3 = Color3.new(1, 1, 1)
  203. Tec.Position = UDim2.new(0, -10, 0, 269)
  204. Tec.Size = UDim2.new(0, 200, 0, 22)
  205. Tec.Font = Enum.Font.ArialBold
  206. Tec.FontSize = Enum.FontSize.Size14
  207. Tec.Text = "Tec9"
  208. Tec.TextSize = 14
  209.  
  210. HR.Name = "HR"
  211. HR.Parent = SpawnList
  212. HR.BackgroundColor3 = Color3.new(0.937255, 0.937255, 0.937255)
  213. HR.Position = UDim2.new(0, -10, 0, 292)
  214. HR.Size = UDim2.new(0, 200, 0, 22)
  215. HR.Font = Enum.Font.ArialBold
  216. HR.FontSize = Enum.FontSize.Size14
  217. HR.Text = "Hammer"
  218. HR.TextSize = 14
  219.  
  220. Balaclava.Name = "Balaclava"
  221. Balaclava.Parent = SpawnList
  222. Balaclava.BackgroundColor3 = Color3.new(1, 1, 1)
  223. Balaclava.Position = UDim2.new(0, -10, 0, 315)
  224. Balaclava.Size = UDim2.new(0, 200, 0, 22)
  225. Balaclava.Font = Enum.Font.ArialBold
  226. Balaclava.FontSize = Enum.FontSize.Size14
  227. Balaclava.Text = "Balaclava"
  228. Balaclava.TextSize = 14
  229.  
  230. C.Name = "C"
  231. C.Parent = SpawnList
  232. C.BackgroundColor3 = Color3.new(0.937255, 0.937255, 0.937255)
  233. C.Position = UDim2.new(0, -10, 0, 338)
  234. C.Size = UDim2.new(0, 200, 0, 22)
  235. C.Font = Enum.Font.ArialBold
  236. C.FontSize = Enum.FontSize.Size14
  237. C.Text = "Chips"
  238. C.TextSize = 14
  239.  
  240. PK.Name = "PK"
  241. PK.Parent = SpawnList
  242. PK.BackgroundColor3 = Color3.new(1, 1, 1)
  243. PK.Position = UDim2.new(0, -10, 0, 361)
  244. PK.Size = UDim2.new(0, 200, 0, 22)
  245. PK.Font = Enum.Font.ArialBold
  246. PK.FontSize = Enum.FontSize.Size14
  247. PK.Text = "Painkillers"
  248. PK.TextSize = 14
  249.  
  250. GDE.Name = "GDE"
  251. GDE.Parent = SpawnList
  252. GDE.BackgroundColor3 = Color3.new(0.937255, 0.937255, 0.937255)
  253. GDE.Position = UDim2.new(0, -10, 0, 384)
  254. GDE.Size = UDim2.new(0, 200, 0, 22)
  255. GDE.Font = Enum.Font.ArialBold
  256. GDE.FontSize = Enum.FontSize.Size14
  257. GDE.Text = "GoldDeagle"
  258. GDE.TextSize = 14
  259.  
  260. DE.Name = "DE"
  261. DE.Parent = SpawnList
  262. DE.BackgroundColor3 = Color3.new(1, 1, 1)
  263. DE.Position = UDim2.new(0, -10, 0, 406)
  264. DE.Size = UDim2.new(0, 200, 0, 22)
  265. DE.Font = Enum.Font.ArialBold
  266. DE.FontSize = Enum.FontSize.Size14
  267. DE.Text = "Deagle"
  268. DE.TextSize = 14
  269.  
  270. Mac101.Name = "Mac101"
  271. Mac101.Parent = SpawnList
  272. Mac101.BackgroundColor3 = Color3.new(0.937255, 0.937255, 0.937255)
  273. Mac101.Position = UDim2.new(0, -10, 0, 429)
  274. Mac101.Size = UDim2.new(0, 200, 0, 22)
  275. Mac101.Font = Enum.Font.ArialBold
  276. Mac101.FontSize = Enum.FontSize.Size14
  277. Mac101.Text = "Mac10"
  278. Mac101.TextSize = 14
  279.  
  280. MP5.Name = "MP5"
  281. MP5.Parent = SpawnList
  282. MP5.BackgroundColor3 = Color3.new(1, 1, 1)
  283. MP5.Position = UDim2.new(0, -10, 0, 452)
  284. MP5.Size = UDim2.new(0, 200, 0, 22)
  285. MP5.Font = Enum.Font.ArialBold
  286. MP5.FontSize = Enum.FontSize.Size14
  287. MP5.Text = MegaPenis5
  288. MP5.TextSize = 14
  289.  
  290. Rem.Name = "Rem"
  291. Rem.Parent = SpawnList
  292. Rem.BackgroundColor3 = Color3.new(0.937255, 0.937255, 0.937255)
  293. Rem.Position = UDim2.new(0, -10, 0, 475)
  294. Rem.Size = UDim2.new(0, 200, 0, 22)
  295. Rem.Font = Enum.Font.ArialBold
  296. Rem.FontSize = Enum.FontSize.Size14
  297. Rem.Text = "Remington"
  298. Rem.TextSize = 14
  299.  
  300. Console.Name = "Console"
  301. Console.Parent = GunSpawnerexe
  302. Console.BackgroundColor3 = Color3.new(1, 1, 1)
  303. Console.Position = UDim2.new(0, 739, 0, 71)
  304. Console.Size = UDim2.new(0, 236, 0, 352)
  305. Console.Visible = false
  306.  
  307. TopDecor1.Name = "TopDecor1"
  308. TopDecor1.Parent = Console
  309. TopDecor1.BackgroundColor3 = Color3.new(0.937255, 0.937255, 0.937255)
  310. TopDecor1.Size = UDim2.new(0, 236, 0, 74)
  311.  
  312. Consolee.Name = "Consolee"
  313. Consolee.Parent = TopDecor1
  314. Consolee.BackgroundColor3 = Color3.new(1, 1, 1)
  315. Consolee.BackgroundTransparency = 1
  316. Consolee.Position = UDim2.new(0, 18, 0, 12)
  317. Consolee.Size = UDim2.new(0, 200, 0, 50)
  318. Consolee.Font = Enum.Font.ArialBold
  319. Consolee.FontSize = Enum.FontSize.Size60
  320. Consolee.Text = "Console"
  321. Consolee.TextSize = 50
  322.  
  323. Outputbox.Name = "Outputbox"
  324. Outputbox.Parent = Console
  325. Outputbox.BackgroundColor3 = Color3.new(0.937255, 0.937255, 0.937255)
  326. Outputbox.Position = UDim2.new(0, 18, 0, 92)
  327. Outputbox.Size = UDim2.new(0, 199, 0, 240)
  328.  
  329. Output.Name = "Output"
  330. Output.Parent = Outputbox
  331. Output.BackgroundColor3 = Color3.new(1, 1, 1)
  332. Output.BackgroundTransparency = 1
  333. Output.Position = UDim2.new(0, -1, 0, 0)
  334. Output.Size = UDim2.new(0, 200, 0, 50)
  335. Output.Font = Enum.Font.SourceSans
  336. Output.FontSize = Enum.FontSize.Size14
  337. Output.Text = "Logs."
  338. Output.TextSize = 14
  339.  
  340. --Guns SpawnList--------------------------- (oh baby we are in so deep now)
  341.  
  342. AK.MouseButton1Down:connect(function()
  343. local amount = Amount.Text
  344. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  345. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  346. for i = 1,amount do
  347. game.Workspace.Events.Shop:FireServer("Weps", 0, "Ak74u", gui, confirm)
  348. end
  349. Output.Text = "Ak74u Spawned"
  350. end)
  351.  
  352. --NEXT
  353.  
  354. AKD.MouseButton1Down:connect(function()
  355. local amount = Amount.Text
  356. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  357. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  358. for i = 1,amount do
  359. game.Workspace.Events.Shop:FireServer("Weps", 0, "Ak74uDrum", gui, confirm)
  360. end
  361. Output.Text = "Ak74uDrum Spawned"
  362. end)
  363.  
  364. --NEXT
  365.  
  366. GoldAK.MouseButton1Down:connect(function()
  367. local amount = Amount.Text
  368. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  369. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  370. for i = 1,amount do
  371. game.Workspace.Events.Shop:FireServer("Weps", 0, "GoldAk", gui, confirm)
  372. end
  373. Output.Text = "Ak74uGold Spawned"
  374. end)
  375.  
  376. --NEXT
  377.  
  378. GD.MouseButton1Down:connect(function()
  379. local amount = Amount.Text
  380. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  381. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  382. for i = 1,amount do
  383. game.Workspace.Events.Shop:FireServer("Weps", 0, "GlockDrum", gui, confirm)
  384. end
  385. Output.Text = "GlockDrum Spawned"
  386. end)
  387.  
  388. --NEXT
  389.  
  390. G.MouseButton1Down:connect(function()
  391. local amount = Amount.Text
  392. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  393. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  394. for i = 1,amount do
  395. game.Workspace.Events.Shop:FireServer("Weps", 0, "Glock", gui, confirm)
  396. end
  397. Output.Text = "Glock Spawned"
  398. end)
  399.  
  400. --NEXT
  401.  
  402. M9.MouseButton1Down:connect(function()
  403. local amount = Amount.Text
  404. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  405. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  406. for i = 1,amount do
  407. game.Workspace.Events.Shop:FireServer("Weps", 0, "M1911", gui, confirm)
  408. end
  409. Output.Text = "M1911 Spawned"
  410. end)
  411.  
  412. --NEXT
  413.  
  414. Ru.MouseButton1Down:connect(function()
  415. local amount = Amount.Text
  416. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  417. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  418. for i = 1,amount do
  419. game.Workspace.Events.Shop:FireServer("Weps", 0, "Ruger", gui, confirm)
  420. end
  421. Output.Text = "Ruger Spawned"
  422. end)
  423.  
  424. --NEXT
  425.  
  426. PG.MouseButton1Down:connect(function()
  427. local amount = Amount.Text
  428. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  429. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  430. for i = 1,amount do
  431. game.Workspace.Events.Shop:FireServer("Weps", 0, "PurpleGun", gui, confirm)
  432. end
  433. Output.Text = "PurpleGun Spawned"
  434. end)
  435.  
  436. --NEXT
  437.  
  438. BR.MouseButton1Down:connect(function()
  439. local amount = Amount.Text
  440. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  441. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  442. for i = 1,amount do
  443. game.Workspace.Events.Shop:FireServer("Weps", 0, "BatteringRam", gui, confirm)
  444. end
  445. Output.Text = "BatteringRam Spawned"
  446. end)
  447.  
  448. --NEXT
  449.  
  450. Tec.MouseButton1Down:connect(function()
  451. local amount = Amount.Text
  452. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  453. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  454. for i = 1,amount do
  455. game.Workspace.Events.Shop:FireServer("Weps", 0, "Tec9", gui, confirm)
  456. end
  457. Output.Text = "Tec9 Spawned"
  458. end)
  459.  
  460. --NEXT
  461.  
  462. HR.MouseButton1Down:connect(function()
  463. local amount = Amount.Text
  464. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  465. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  466. for i = 1,amount do
  467. game.Workspace.Events.Shop:FireServer("Weps", 0, "Hammer", gui, confirm)
  468. end
  469. Output.Text = "Hammer Spawned"
  470. end)
  471.  
  472. --NEXT
  473.  
  474. GDE.MouseButton1Down:connect(function()
  475. local amount = Amount.Text
  476. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  477. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  478. for i = 1,amount do
  479. game.Workspace.Events.Shop:FireServer("Weps", 0, "GoldDeagle", gui, confirm)
  480. end
  481. Output.Text = "GoldenDeagle Spawned"
  482. end)
  483.  
  484. --NEXT
  485.  
  486. DE.MouseButton1Down:connect(function()
  487. local amount = Amount.Text
  488. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  489. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  490. for i = 1,amount do
  491. game.Workspace.Events.Shop:FireServer("Weps", 0, "Deagle", gui, confirm)
  492. end
  493. Output.Text = "Deagle Spawned"
  494. end)
  495.  
  496. --NEXT
  497.  
  498. MP5.MouseButton1Down:connect(function()
  499. local amount = Amount.Text
  500. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  501. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  502. for i = 1,amount do
  503. game.Workspace.Events.Shop:FireServer("Weps", 0, "Mp5", gui, confirm)
  504. end
  505. Output.Text = "MP5 Spawned"
  506. end)
  507.  
  508. --NEXT
  509.  
  510. Rem.MouseButton1Down:connect(function()
  511. local amount = Amount.Text
  512. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  513. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  514. for i = 1,amount do
  515. game.Workspace.Events.Shop:FireServer("Weps", 0, "Remington", gui, confirm)
  516. end
  517. Output.Text = "Remington Spawned"
  518. end)
  519.  
  520. --NEXT
  521.  
  522. Mac101.MouseButton1Down:connect(function()
  523. local amount = Amount.Text
  524. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  525. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  526. for i = 1,amount do
  527. game.Workspace.Events.Shop:FireServer("Weps", 0, "Mac10", gui, confirm)
  528. end
  529. Output.Text = "Mac10 Spawned"
  530. end)
  531.  
  532.  
  533. --ITEMS SPAWN LIST---------------------------------------- (shit i think ima compensate)
  534.  
  535. PK.MouseButton1Down:connect(function()
  536. local amount = Amount.Text
  537. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  538. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  539. for i = 1,amount do
  540. game.Workspace.Events.Shop:FireServer("Items", 0, "PainKillers", gui, confirm)
  541. end
  542. end)
  543.  
  544. --NEXT
  545.  
  546. Balaclava.MouseButton1Down:connect(function()
  547. local amount = Amount.Text
  548. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  549. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  550. for i = 1,amount do
  551. game.Workspace.Events.Shop:FireServer("Items", 0, "Balaclava", gui, confirm)
  552. end
  553. end)
  554.  
  555. --NEXT
  556.  
  557.  
  558. --FOOD SPAWNLIST----------------------------------------
  559.  
  560. --NEXT
  561.  
  562. C.MouseButton1Down:connect(function()
  563. local amount = Amount.Text
  564. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  565. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  566. for i = 1,amount do
  567. game.Workspace.Events.Shop:FireServer("Food", 0, "Chips", gui, confirm)
  568. end
  569. end)
  570.  
  571. --TOGGLE ON AND OFF------------------ (oof what is this)
  572.  
  573. --NEXT
  574.  
  575. game:GetService("Players").LocalPlayer:GetMouse().KeyDown:connect(function(dbb)
  576. if string.lower(dbb)=="h"then if Maingui.Visible==true then Maingui.Visible=false elseif Maingui.Visible==false then
  577. Maingui.Visible=true end end end)
  578.  
  579. game:GetService("Players").LocalPlayer:GetMouse().KeyDown:connect(function(dbb)
  580. if string.lower(dbb)=="h"then if SpawnList.Visible==true then SpawnList.Visible=false elseif SpawnList.Visible==false then
  581. SpawnList.Visible=true end end end)
  582.  
  583. -- EXTRA button functions3
  584.  
  585. OutputBtn.MouseButton1Down:connect(function()
  586. Console.Visible = true
  587. if Console.Visible == true then
  588. wait(3)
  589. Console.Visible = false
  590. end
  591. end)
  592.  
  593. local nem = plr.Name
  594. NameBox.Text ="Enjoy Spawning, "..nem.."!"
  595.  
  596. --Everytime a button is clicked , the outputconsole logs the spawn and sends it to owner
  597.  
  598. -- OMG ITS FINISHED DO U BELIEVE? lol no scrub ill keep updating u fucking fag jew nigger headass
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement