Trace2004tyler

AWP RRP2 SCRIPT

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