Advertisement
Guest User

warcrimes v2

a guest
Sep 19th, 2019
439
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 76.76 KB | None | 0 0
  1. local VictimisationV2 = Instance.new("ScreenGui")
  2. local LoginFrame = Instance.new("Frame")
  3. local bar1 = Instance.new("Frame")
  4. local bar2 = Instance.new("Frame")
  5. local loginframeexitbutton = Instance.new("TextButton")
  6. local title = Instance.new("TextLabel")
  7. local userbox = Instance.new("TextBox")
  8. local submit = Instance.new("TextButton")
  9. local MainFrame = Instance.new("Frame")
  10. local mbar1 = Instance.new("Frame")
  11. local mbar2 = Instance.new("Frame")
  12. local mtitle = Instance.new("TextLabel")
  13. local exitbutton = Instance.new("TextButton")
  14. local spawnerbutton = Instance.new("TextButton")
  15. local serverbutton = Instance.new("TextButton")
  16. local FarmButton = Instance.new("TextButton")
  17. local sbar1 = Instance.new("Frame")
  18. local sbar2 = Instance.new("Frame")
  19. local FlatsButton = Instance.new("TextButton")
  20. local GasStationButton = Instance.new("TextButton")
  21. local HoodButton = Instance.new("TextButton")
  22. local StudioButton = Instance.new("TextButton")
  23. local StageButton = Instance.new("TextButton")
  24. local NoodleStoreButton = Instance.new("TextButton")
  25. local MaskStoreButton = Instance.new("TextButton")
  26. local CarDealershipButton = Instance.new("TextButton")
  27. local SpawnButton = Instance.new("TextButton")
  28. local stitle = Instance.new("TextLabel")
  29. local exitbutton2 = Instance.new("TextLabel")
  30. local SpawnerFrame = Instance.new("ScrollingFrame")
  31. local Ak74uDrumButton = Instance.new("TextButton")
  32. local rbar1 = Instance.new("Frame")
  33. local rbar2 = Instance.new("Frame")
  34. local GlockDrumButton = Instance.new("TextButton")
  35. local GoldDeagleButton = Instance.new("TextButton")
  36. local GoldRossiButton = Instance.new("TextButton")
  37. local USP45Button = Instance.new("TextButton")
  38. local Mp5Button = Instance.new("TextButton")
  39. local RemingtonButton = Instance.new("TextButton")
  40. local GoldAkButton = Instance.new("TextButton")
  41. local PDGlockButton = Instance.new("TextButton")
  42. local BatonButton = Instance.new("TextButton")
  43. local stitle_2 = Instance.new("TextLabel")
  44. local PainKillersButton = Instance.new("TextButton")
  45. local BatteringRam = Instance.new("TextButton")
  46. local SprayPaintButton = Instance.new("TextButton")
  47. local PurpleGunButton = Instance.new("TextButton")
  48. local DeagleButton = Instance.new("TextButton")
  49. local RugerButton = Instance.new("TextButton")
  50. local M1911Button = Instance.new("TextButton")
  51. local GlockButton = Instance.new("TextButton")
  52. local RossiButton = Instance.new("TextButton")
  53. local Tec9Button = Instance.new("TextButton")
  54. local Ak74uButton = Instance.new("TextButton")
  55. local Mac10Button = Instance.new("TextButton")
  56. local TaserButton = Instance.new("TextButton")
  57. local MeleeWeaponsSection = Instance.new("TextLabel")
  58. local LunchButton = Instance.new("TextButton")
  59. local PrisonFoodButton = Instance.new("TextButton")
  60. local TacoButton = Instance.new("TextButton")
  61. local BurritoButton = Instance.new("TextButton")
  62. local NoodlesButton = Instance.new("TextButton")
  63. local ChipsButton = Instance.new("TextButton")
  64. local HammerButton = Instance.new("TextButton")
  65. local FoodSection = Instance.new("TextLabel")
  66. local RootBeerButton = Instance.new("TextButton")
  67. local RootCreamButton = Instance.new("TextButton")
  68. local CherrySpiceButton = Instance.new("TextButton")
  69. local ItemSection = Instance.new("TextLabel")
  70. local BriefcaseButton = Instance.new("TextButton")
  71. local DufflebagButton = Instance.new("TextButton")
  72. local FlashlightButton = Instance.new("TextButton")
  73. local CameraButton = Instance.new("TextButton")
  74. local GreenFlagButton = Instance.new("TextButton")
  75. local RedFlagButton = Instance.new("TextButton")
  76. local BlueFlagButton = Instance.new("TextButton")
  77. local BlackFlagButton = Instance.new("TextButton")
  78. local BalaclavaButton = Instance.new("TextButton")
  79. local exitbutton1 = Instance.new("TextButton")
  80. local ServerFrame = Instance.new("ScrollingFrame")
  81. local fbar1 = Instance.new("Frame")
  82. local fbar2 = Instance.new("Frame")
  83. local ftitle = Instance.new("TextLabel")
  84. local exitbutton3 = Instance.new("TextButton")
  85. local VictimName = Instance.new("TextBox")
  86. local GodButton = Instance.new("TextButton")
  87. local KillButton = Instance.new("TextButton")
  88. local LocalPlayerSection = Instance.new("TextLabel")
  89. local ShootDanceButton = Instance.new("TextButton")
  90. local MoneySection = Instance.new("TextLabel")
  91. local Add1M = Instance.new("TextButton")
  92. local Add5M = Instance.new("TextButton")
  93. local Add1B = Instance.new("TextButton")
  94. local Add10M = Instance.new("TextButton")
  95. local Add9e18 = Instance.new("TextButton")
  96. local AmmoSection = Instance.new("TextLabel")
  97. local InfiniteAmmoButton = Instance.new("TextButton")
  98. local WeaponForAmmo = Instance.new("TextBox")
  99. local AmmoSection_2 = Instance.new("TextLabel")
  100. local CopUniformButton = Instance.new("TextButton")
  101. local SpawnCopCarButton = Instance.new("TextButton")
  102. local ERTButton = Instance.new("TextButton")
  103. local BtoolsButton = Instance.new("TextButton")
  104. local HidenameButton = Instance.new("TextButton")
  105. local GodButton_2 = Instance.new("TextButton")
  106. local CopGunsButton = Instance.new("TextButton")
  107. local ClothesSection = Instance.new("TextLabel")
  108. local CorrectionsOfficerButton = Instance.new("TextButton")
  109. local PrisonerButton = Instance.new("TextButton")
  110. local RespawnButton = Instance.new("TextButton")
  111. local openframe = Instance.new("Frame")
  112. local openbutton = Instance.new("TextButton")
  113. --Properties:
  114. VictimisationV2.Name = "VictimisationV2"
  115. VictimisationV2.Parent = game.CoreGui
  116.  
  117. LoginFrame.Name = "LoginFrame"
  118. LoginFrame.Parent = VictimisationV2
  119. LoginFrame.Active = true
  120. LoginFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  121. LoginFrame.BorderSizePixel = 0
  122. LoginFrame.Position = UDim2.new(0.387215286, 0, 0.261670768, 0)
  123. LoginFrame.Selectable = true
  124. LoginFrame.Size = UDim2.new(0, 307, 0, 388)
  125. LoginFrame.Active = true
  126. LoginFrame.Draggable = true
  127.  
  128. bar1.Name = "bar1"
  129. bar1.Parent = LoginFrame
  130. bar1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  131. bar1.BorderSizePixel = 0
  132. bar1.Position = UDim2.new(-0.000602602959, 0, -0.00102061033, 0)
  133. bar1.Size = UDim2.new(0, 307, 0, 24)
  134.  
  135. bar2.Name = "bar2"
  136. bar2.Parent = LoginFrame
  137. bar2.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  138. bar2.BorderSizePixel = 0
  139. bar2.Position = UDim2.new(0, 0, 0.0618556701, 0)
  140. bar2.Size = UDim2.new(0, 307, 0, 6)
  141.  
  142. loginframeexitbutton.Name = "loginframeexitbutton"
  143. loginframeexitbutton.Parent = LoginFrame
  144. loginframeexitbutton.BackgroundColor3 = Color3.new(1, 1, 1)
  145. loginframeexitbutton.BackgroundTransparency = 1
  146. loginframeexitbutton.Position = UDim2.new(0.908794761, 0, 0, 0)
  147. loginframeexitbutton.Size = UDim2.new(0, 28, 0, 24)
  148. loginframeexitbutton.Font = Enum.Font.SourceSansBold
  149. loginframeexitbutton.Text = "X"
  150. loginframeexitbutton.TextColor3 = Color3.new(1, 1, 1)
  151. loginframeexitbutton.TextSize = 20
  152. loginframeexitbutton.MouseButton1Down:connect(function()
  153. VictimisationV2:Destroy()
  154. end)
  155.  
  156. title.Name = "title"
  157. title.Parent = LoginFrame
  158. title.BackgroundColor3 = Color3.new(1, 1, 1)
  159. title.BackgroundTransparency = 2
  160. title.Position = UDim2.new(0.172638431, 0, 0.15463917, 0)
  161. title.Size = UDim2.new(0, 201, 0, 33)
  162. title.Font = Enum.Font.SourceSansBold
  163. title.Text = "WARCRIMES V2"
  164. title.TextColor3 = Color3.new(1, 1, 1)
  165. title.TextScaled = true
  166. title.TextSize = 14
  167. title.TextWrapped = true
  168.  
  169. userbox.Name = "userbox"
  170. userbox.Parent = LoginFrame
  171. userbox.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  172. userbox.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  173. userbox.BorderSizePixel = 4
  174. userbox.Position = UDim2.new(0.177257329, 0, 0.471123695, 0)
  175. userbox.Size = UDim2.new(0, 200, 0, 22)
  176. userbox.Font = Enum.Font.SourceSansBold
  177. userbox.Text = "Enter Whitelist Key..."
  178. userbox.TextColor3 = Color3.new(1, 1, 1)
  179. userbox.TextScaled = true
  180. userbox.TextSize = 14
  181. userbox.TextWrapped = true
  182.  
  183. submit.Name = "submit"
  184. submit.Parent = LoginFrame
  185. submit.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  186. submit.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  187. submit.BorderSizePixel = 4
  188. submit.Position = UDim2.new(0.267934054, 0, 0.738506973, 0)
  189. submit.Size = UDim2.new(0, 141, 0, 38)
  190. submit.Font = Enum.Font.SourceSansBold
  191. submit.Text = "Login"
  192. submit.TextColor3 = Color3.new(1, 1, 1)
  193. submit.TextSize = 24
  194. submit.TextWrapped = true
  195. submit.MouseButton1Down:connect(function()
  196. if userbox.Text == "Dom" then
  197. MainFrame.Visible = true
  198. LoginFrame.Visible = false
  199. end
  200.  
  201. end)
  202.  
  203. submit.MouseButton1Down:connect(function()
  204. if userbox.Text == "Key" then
  205. MainFrame.Visible = true
  206. LoginFrame.Visible = false
  207. end
  208.  
  209. end)
  210.  
  211. submit.MouseButton1Down:connect(function()
  212. if userbox.Text == "woaini10" then
  213. MainFrame.Visible = true
  214. LoginFrame.Visible = false
  215. end
  216.  
  217. end)
  218.  
  219. submit.MouseButton1Down:connect(function()
  220. if userbox.Text == "PgWiWPP1EQTepUGVFv3D5LLxo2NRFXxQ" then
  221. MainFrame.Visible = true
  222. LoginFrame.Visible = false
  223. end
  224.  
  225. end)
  226.  
  227. MainFrame.Name = "MainFrame"
  228. MainFrame.Parent = VictimisationV2
  229. MainFrame.Active = true
  230. MainFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  231. MainFrame.BorderSizePixel = 0
  232. MainFrame.Position = UDim2.new(0.335280687, 0, 0.288648665, 0)
  233. MainFrame.Selectable = true
  234. MainFrame.Size = UDim2.new(0, 450, 0, 344)
  235. MainFrame.Active = true
  236. MainFrame.Draggable = true
  237. MainFrame.Visible = false
  238.  
  239. mbar1.Name = "mbar1"
  240. mbar1.Parent = MainFrame
  241. mbar1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  242. mbar1.BorderSizePixel = 0
  243. mbar1.Size = UDim2.new(0, 450, 0, 28)
  244.  
  245. mbar2.Name = "mbar2"
  246. mbar2.Parent = MainFrame
  247. mbar2.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  248. mbar2.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  249. mbar2.BorderSizePixel = 0
  250. mbar2.Position = UDim2.new(0, 0, 0.0813953504, 0)
  251. mbar2.Size = UDim2.new(0, 450, 0, 8)
  252.  
  253. mtitle.Name = "mtitle"
  254. mtitle.Parent = MainFrame
  255. mtitle.BackgroundColor3 = Color3.new(1, 1, 1)
  256. mtitle.BackgroundTransparency = 1
  257. mtitle.BorderSizePixel = 0
  258. mtitle.Position = UDim2.new(-0.0133333327, 0, 0.0145348841, 0)
  259. mtitle.Size = UDim2.new(0, 149, 0, 18)
  260. mtitle.Font = Enum.Font.SourceSansBold
  261. mtitle.Text = "Victimisation V2"
  262. mtitle.TextColor3 = Color3.new(1, 1, 1)
  263. mtitle.TextSize = 20
  264.  
  265. exitbutton.Name = "exitbutton"
  266. exitbutton.Parent = MainFrame
  267. exitbutton.BackgroundColor3 = Color3.new(1, 1, 1)
  268. exitbutton.BackgroundTransparency = 1
  269. exitbutton.Position = UDim2.new(0.93425256, 0, 0.000514253974, 0)
  270. exitbutton.Size = UDim2.new(0, 30, 0, 28)
  271. exitbutton.Font = Enum.Font.SourceSansBold
  272. exitbutton.Text = "X"
  273. exitbutton.TextColor3 = Color3.new(1, 1, 1)
  274. exitbutton.TextSize = 20
  275. exitbutton.MouseButton1Down:connect(function()
  276. MainFrame.Visible = false
  277. openframe.Visible = true
  278. openbutton.Visible = true
  279. end)
  280.  
  281. spawnerbutton.Name = "spawnerbutton"
  282. spawnerbutton.Parent = MainFrame
  283. spawnerbutton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  284. spawnerbutton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  285. spawnerbutton.BorderSizePixel = 4
  286. spawnerbutton.Position = UDim2.new(0.153333336, 0, 0.494186044, 0)
  287. spawnerbutton.Size = UDim2.new(0, 142, 0, 41)
  288. spawnerbutton.Font = Enum.Font.SourceSansBold
  289. spawnerbutton.Text = "Spawner"
  290. spawnerbutton.TextColor3 = Color3.new(1, 1, 1)
  291. spawnerbutton.TextSize = 20
  292. spawnerbutton.MouseButton1Down:connect(function()
  293. MainFrame.Visible = false
  294. SpawnerFrame.Visible = true
  295. end)
  296.  
  297. serverbutton.Name = "serverbutton"
  298. serverbutton.Parent = MainFrame
  299. serverbutton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  300. serverbutton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  301. serverbutton.BorderSizePixel = 4
  302. serverbutton.Position = UDim2.new(0.531111121, 0, 0.494186044, 0)
  303. serverbutton.Size = UDim2.new(0, 142, 0, 41)
  304. serverbutton.Font = Enum.Font.SourceSansBold
  305. serverbutton.Text = "Server"
  306. serverbutton.TextColor3 = Color3.new(1, 1, 1)
  307. serverbutton.TextSize = 20
  308. serverbutton.MouseButton1Down:connect(function()
  309. MainFrame.Visible = false
  310. ServerFrame.Visible = true
  311. end)
  312.  
  313. SpawnerFrame.Name = "SpawnerFrame"
  314. SpawnerFrame.Parent = VictimisationV2
  315. SpawnerFrame.Active = true
  316. SpawnerFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  317. SpawnerFrame.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  318. SpawnerFrame.BorderSizePixel = 2
  319. SpawnerFrame.Position = UDim2.new(0.757531226, 0, 0.0835380852, 0)
  320. SpawnerFrame.Size = UDim2.new(0, 276, 0, 481)
  321. SpawnerFrame.Active = true
  322. SpawnerFrame.Draggable = true
  323. SpawnerFrame.Visible = false
  324.  
  325. ---lol if ur reading this ur gay
  326. local child = game.Players.LocalPlayer
  327. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  328. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  329.  
  330. Ak74uDrumButton.Name = "Ak74uDrumButton"
  331. Ak74uDrumButton.Parent = SpawnerFrame
  332. Ak74uDrumButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  333. Ak74uDrumButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  334. Ak74uDrumButton.BorderSizePixel = 4
  335. Ak74uDrumButton.Position = UDim2.new(0.139323652, 0, 0.0345908664, 0)
  336. Ak74uDrumButton.Size = UDim2.new(0, 200, 0, 22)
  337. Ak74uDrumButton.Font = Enum.Font.SourceSansBold
  338. Ak74uDrumButton.Text = "Ak74uDrum"
  339. Ak74uDrumButton.TextColor3 = Color3.new(1, 1, 1)
  340. Ak74uDrumButton.TextSize = 20
  341. Ak74uDrumButton.MouseButton1Down:connect(function()
  342. local child = game.Players.LocalPlayer
  343. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  344. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  345. game.Workspace.Events.Shop:FireServer("Weps", 0, "Ak74uDrum", gui, confirm)
  346. end)
  347.  
  348. rbar1.Name = "rbar1"
  349. rbar1.Parent = SpawnerFrame
  350. rbar1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  351. rbar1.BorderSizePixel = 0
  352. rbar1.Size = UDim2.new(0, 276, 0, 29)
  353.  
  354. rbar2.Name = "rbar2"
  355. rbar2.Parent = SpawnerFrame
  356. rbar2.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  357. rbar2.BorderSizePixel = 0
  358. rbar2.Position = UDim2.new(0, 0, 0.0140334005, 0)
  359. rbar2.Size = UDim2.new(0, 276, 0, 6)
  360.  
  361. GlockDrumButton.Name = "GlockDrumButton"
  362. GlockDrumButton.Parent = SpawnerFrame
  363. GlockDrumButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  364. GlockDrumButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  365. GlockDrumButton.BorderSizePixel = 4
  366. GlockDrumButton.Position = UDim2.new(0.139323652, 0, 0.0499471352, 0)
  367. GlockDrumButton.Size = UDim2.new(0, 200, 0, 22)
  368. GlockDrumButton.Font = Enum.Font.SourceSansBold
  369. GlockDrumButton.Text = "GlockDrum"
  370. GlockDrumButton.TextColor3 = Color3.new(1, 1, 1)
  371. GlockDrumButton.TextSize = 20
  372. GlockDrumButton.MouseButton1Down:connect(function()
  373. local child = game.Players.LocalPlayer
  374. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  375. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  376. game.Workspace.Events.Shop:FireServer("Weps", 0, "GlockDrum", gui, confirm)
  377. end)
  378.  
  379. GoldDeagleButton.Name = "GoldDeagleButton"
  380. GoldDeagleButton.Parent = SpawnerFrame
  381. GoldDeagleButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  382. GoldDeagleButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  383. GoldDeagleButton.BorderSizePixel = 4
  384. GoldDeagleButton.Position = UDim2.new(0.139323652, 0, 0.0659176484, 0)
  385. GoldDeagleButton.Size = UDim2.new(0, 200, 0, 22)
  386. GoldDeagleButton.Font = Enum.Font.SourceSansBold
  387. GoldDeagleButton.Text = "GoldDeagle"
  388. GoldDeagleButton.TextColor3 = Color3.new(1, 1, 1)
  389. GoldDeagleButton.TextSize = 20
  390. GoldDeagleButton.MouseButton1Down:connect(function()
  391. local child = game.Players.LocalPlayer
  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. game.Workspace.Events.Shop:FireServer("Weps", 0, "GoldDeagle", gui, confirm)
  395. end)
  396.  
  397. GoldRossiButton.Name = "GoldRossiButton"
  398. GoldRossiButton.Parent = SpawnerFrame
  399. GoldRossiButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  400. GoldRossiButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  401. GoldRossiButton.BorderSizePixel = 4
  402. GoldRossiButton.Position = UDim2.new(0.139323652, 0, 0.0818881691, 0)
  403. GoldRossiButton.Size = UDim2.new(0, 200, 0, 22)
  404. GoldRossiButton.Font = Enum.Font.SourceSansBold
  405. GoldRossiButton.Text = "GoldRossi"
  406. GoldRossiButton.TextColor3 = Color3.new(1, 1, 1)
  407. GoldRossiButton.TextSize = 20
  408. GoldRossiButton.MouseButton1Down:connect(function()
  409. local child = game.Players.LocalPlayer
  410. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  411. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  412. game.Workspace.Events.Shop:FireServer("Weps", 0, "GoldRossi", gui, confirm)
  413. end)
  414.  
  415. USP45Button.Name = "USP45Button"
  416. USP45Button.Parent = SpawnerFrame
  417. USP45Button.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  418. USP45Button.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  419. USP45Button.BorderSizePixel = 4
  420. USP45Button.Position = UDim2.new(0.139323652, 0, 0.140241966, 0)
  421. USP45Button.Size = UDim2.new(0, 200, 0, 22)
  422. USP45Button.Font = Enum.Font.SourceSansBold
  423. USP45Button.Text = "USP45"
  424. USP45Button.TextColor3 = Color3.new(1, 1, 1)
  425. USP45Button.TextSize = 20
  426. USP45Button.MouseButton1Down:connect(function()
  427. local child = game.Players.LocalPlayer
  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. game.Workspace.Events.Shop:FireServer("Weps", 0, "USP45", gui, confirm)
  431. end)
  432.  
  433. Mp5Button.Name = "Mp5Button"
  434. Mp5Button.Parent = SpawnerFrame
  435. Mp5Button.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  436. Mp5Button.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  437. Mp5Button.BorderSizePixel = 4
  438. Mp5Button.Position = UDim2.new(0.139323652, 0, 0.12672846, 0)
  439. Mp5Button.Size = UDim2.new(0, 200, 0, 22)
  440. Mp5Button.Font = Enum.Font.SourceSansBold
  441. Mp5Button.Text = "Mp5"
  442. Mp5Button.TextColor3 = Color3.new(1, 1, 1)
  443. Mp5Button.TextSize = 20
  444. Mp5Button.MouseButton1Down:connect(function()
  445. local child = game.Players.LocalPlayer
  446. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  447. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  448. game.Workspace.Events.Shop:FireServer("Weps", 0, "Mp5", gui, confirm)
  449. end)
  450.  
  451. RemingtonButton.Name = "RemingtonButton"
  452. RemingtonButton.Parent = SpawnerFrame
  453. RemingtonButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  454. RemingtonButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  455. RemingtonButton.BorderSizePixel = 4
  456. RemingtonButton.Position = UDim2.new(0.139323652, 0, 0.111372195, 0)
  457. RemingtonButton.Size = UDim2.new(0, 200, 0, 22)
  458. RemingtonButton.Font = Enum.Font.SourceSansBold
  459. RemingtonButton.Text = "Remington"
  460. RemingtonButton.TextColor3 = Color3.new(1, 1, 1)
  461. RemingtonButton.TextSize = 20
  462. RemingtonButton.MouseButton1Down:connect(function()
  463. local child = game.Players.LocalPlayer
  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. game.Workspace.Events.Shop:FireServer("Weps", 0, "Remington", gui, confirm)
  467. end)
  468.  
  469. GoldAkButton.Name = "GoldAkButton"
  470. GoldAkButton.Parent = SpawnerFrame
  471. GoldAkButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  472. GoldAkButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  473. GoldAkButton.BorderSizePixel = 4
  474. GoldAkButton.Position = UDim2.new(0.139323652, 0, 0.0960159302, 0)
  475. GoldAkButton.Size = UDim2.new(0, 200, 0, 22)
  476. GoldAkButton.Font = Enum.Font.SourceSansBold
  477. GoldAkButton.Text = "GoldAk"
  478. GoldAkButton.TextColor3 = Color3.new(1, 1, 1)
  479. GoldAkButton.TextSize = 20
  480. GoldAkButton.MouseButton1Down:connect(function()
  481. local child = game.Players.LocalPlayer
  482. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  483. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  484. game.Workspace.Events.Shop:FireServer("Weps", 0, "GoldAk", gui, confirm)
  485. end)
  486.  
  487. PDGlockButton.Name = "PDGlockButton"
  488. PDGlockButton.Parent = SpawnerFrame
  489. PDGlockButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  490. PDGlockButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  491. PDGlockButton.BorderSizePixel = 4
  492. PDGlockButton.Position = UDim2.new(0.139323652, 0, 0.169725969, 0)
  493. PDGlockButton.Size = UDim2.new(0, 200, 0, 22)
  494. PDGlockButton.Font = Enum.Font.SourceSansBold
  495. PDGlockButton.Text = "PDGlock"
  496. PDGlockButton.TextColor3 = Color3.new(1, 1, 1)
  497. PDGlockButton.TextSize = 20
  498. PDGlockButton.MouseButton1Down:connect(function()
  499. local child = game.Players.LocalPlayer
  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. game.Workspace.Events.Shop:FireServer("Weps", 0, "PDGlock", gui, confirm)
  503. end)
  504.  
  505. BatonButton.Name = "BatonButton"
  506. BatonButton.Parent = SpawnerFrame
  507. BatonButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  508. BatonButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  509. BatonButton.BorderSizePixel = 4
  510. BatonButton.Position = UDim2.new(0.139323652, 0, 0.156212464, 0)
  511. BatonButton.Size = UDim2.new(0, 200, 0, 22)
  512. BatonButton.Font = Enum.Font.SourceSansBold
  513. BatonButton.Text = "Baton"
  514. BatonButton.TextColor3 = Color3.new(1, 1, 1)
  515. BatonButton.TextSize = 20
  516. BatonButton.MouseButton1Down:connect(function()
  517. local child = game.Players.LocalPlayer
  518. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  519. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  520. game.Workspace.Events.Shop:FireServer("Weps", 0, "Baton", gui, confirm)
  521. end)
  522.  
  523. stitle_2.Name = "stitle"
  524. stitle_2.Parent = SpawnerFrame
  525. stitle_2.BackgroundColor3 = Color3.new(1, 1, 1)
  526. stitle_2.BackgroundTransparency = 1
  527. stitle_2.Position = UDim2.new(-0.0434782803, 0, -0.000258631539, 0)
  528. stitle_2.Size = UDim2.new(0, 104, 0, 29)
  529. stitle_2.Font = Enum.Font.SourceSansBold
  530. stitle_2.Text = "Spawner"
  531. stitle_2.TextColor3 = Color3.new(1, 1, 1)
  532. stitle_2.TextSize = 20
  533.  
  534. PainKillersButton.Name = "PainKillersButton"
  535. PainKillersButton.Parent = SpawnerFrame
  536. PainKillersButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  537. PainKillersButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  538. PainKillersButton.BorderSizePixel = 4
  539. PainKillersButton.Position = UDim2.new(0.139323652, 0, 0.749578595, 0)
  540. PainKillersButton.Size = UDim2.new(0, 200, 0, 22)
  541. PainKillersButton.Font = Enum.Font.SourceSansBold
  542. PainKillersButton.Text = "PainKillers"
  543. PainKillersButton.TextColor3 = Color3.new(1, 1, 1)
  544. PainKillersButton.TextSize = 20
  545. PainKillersButton.MouseButton1Down:connect(function()
  546. local child = game.Players.LocalPlayer
  547. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  548. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  549. game.Workspace.Events.Shop:FireServer("Items", 0, "PainKillers", gui, confirm)
  550. end)
  551.  
  552. BatteringRam.Name = "BatteringRam"
  553. BatteringRam.Parent = SpawnerFrame
  554. BatteringRam.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  555. BatteringRam.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  556. BatteringRam.BorderSizePixel = 4
  557. BatteringRam.Position = UDim2.new(0.139323652, 0, 0.186925024, 0)
  558. BatteringRam.Size = UDim2.new(0, 200, 0, 22)
  559. BatteringRam.Font = Enum.Font.SourceSansBold
  560. BatteringRam.Text = "BatteringRam"
  561. BatteringRam.TextColor3 = Color3.new(1, 1, 1)
  562. BatteringRam.TextSize = 20
  563. BatteringRam.MouseButton1Down:connect(function()
  564. local child = game.Players.LocalPlayer
  565. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  566. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  567. game.Workspace.Events.Shop:FireServer("Weps", 0, "BatteringRam", gui, confirm)
  568. end)
  569.  
  570. SprayPaintButton.Name = "SprayPaintButton"
  571. SprayPaintButton.Parent = SpawnerFrame
  572. SprayPaintButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  573. SprayPaintButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  574. SprayPaintButton.BorderSizePixel = 4
  575. SprayPaintButton.Position = UDim2.new(0.139323652, 0, 0.766777635, 0)
  576. SprayPaintButton.Size = UDim2.new(0, 200, 0, 22)
  577. SprayPaintButton.Font = Enum.Font.SourceSansBold
  578. SprayPaintButton.Text = "Spraypaint"
  579. SprayPaintButton.TextColor3 = Color3.new(1, 1, 1)
  580. SprayPaintButton.TextSize = 20
  581. SprayPaintButton.MouseButton1Down:connect(function()
  582. local child = game.Players.LocalPlayer
  583. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  584. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  585. game.Workspace.Events.Shop:FireServer("Items", 0, "SprayPaint", gui, confirm)
  586. end)
  587.  
  588. PurpleGunButton.Name = "PurpleGunButton"
  589. PurpleGunButton.Parent = SpawnerFrame
  590. PurpleGunButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  591. PurpleGunButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  592. PurpleGunButton.BorderSizePixel = 4
  593. PurpleGunButton.Position = UDim2.new(0.139323652, 0, 0.338030666, 0)
  594. PurpleGunButton.Size = UDim2.new(0, 200, 0, 22)
  595. PurpleGunButton.Font = Enum.Font.SourceSansBold
  596. PurpleGunButton.Text = "PurpleGun"
  597. PurpleGunButton.TextColor3 = Color3.new(1, 1, 1)
  598. PurpleGunButton.TextSize = 20
  599. PurpleGunButton.MouseButton1Down:connect(function()
  600. local child = game.Players.LocalPlayer
  601. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  602. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  603. game.Workspace.Events.Shop:FireServer("Weps", 0, "PurpleGun", gui, confirm)
  604. end)
  605.  
  606. DeagleButton.Name = "DeagleButton"
  607. DeagleButton.Parent = SpawnerFrame
  608. DeagleButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  609. DeagleButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  610. DeagleButton.BorderSizePixel = 4
  611. DeagleButton.Position = UDim2.new(0.139323652, 0, 0.323288649, 0)
  612. DeagleButton.Size = UDim2.new(0, 200, 0, 22)
  613. DeagleButton.Font = Enum.Font.SourceSansBold
  614. DeagleButton.Text = "Deagle"
  615. DeagleButton.TextColor3 = Color3.new(1, 1, 1)
  616. DeagleButton.TextSize = 20
  617. DeagleButton.MouseButton1Down:connect(function()
  618. local child = game.Players.LocalPlayer
  619. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  620. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  621. game.Workspace.Events.Shop:FireServer("Weps", 0, "Deagle", gui, confirm)
  622. end)
  623.  
  624. RugerButton.Name = "RugerButton"
  625. RugerButton.Parent = SpawnerFrame
  626. RugerButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  627. RugerButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  628. RugerButton.BorderSizePixel = 4
  629. RugerButton.Position = UDim2.new(0.139323652, 0, 0.307318121, 0)
  630. RugerButton.Size = UDim2.new(0, 200, 0, 22)
  631. RugerButton.Font = Enum.Font.SourceSansBold
  632. RugerButton.Text = "Ruger"
  633. RugerButton.TextColor3 = Color3.new(1, 1, 1)
  634. RugerButton.TextSize = 20
  635. RugerButton.MouseButton1Down:connect(function()
  636. local child = game.Players.LocalPlayer
  637. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  638. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  639. game.Workspace.Events.Shop:FireServer("Weps", 0, "Ruger", gui, confirm)
  640. end)
  641.  
  642. M1911Button.Name = "M1911Button"
  643. M1911Button.Parent = SpawnerFrame
  644. M1911Button.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  645. M1911Button.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  646. M1911Button.BorderSizePixel = 4
  647. M1911Button.Position = UDim2.new(0.139323652, 0, 0.293804616, 0)
  648. M1911Button.Size = UDim2.new(0, 200, 0, 22)
  649. M1911Button.Font = Enum.Font.SourceSansBold
  650. M1911Button.Text = "M1911"
  651. M1911Button.TextColor3 = Color3.new(1, 1, 1)
  652. M1911Button.TextSize = 20
  653. M1911Button.MouseButton1Down:connect(function()
  654. local child = game.Players.LocalPlayer
  655. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  656. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  657. game.Workspace.Events.Shop:FireServer("Weps", 0, "M1911", gui, confirm)
  658. end)
  659.  
  660. GlockButton.Name = "GlockButton"
  661. GlockButton.Parent = SpawnerFrame
  662. GlockButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  663. GlockButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  664. GlockButton.BorderSizePixel = 4
  665. GlockButton.Position = UDim2.new(0.139323652, 0, 0.278448373, 0)
  666. GlockButton.Size = UDim2.new(0, 200, 0, 22)
  667. GlockButton.Font = Enum.Font.SourceSansBold
  668. GlockButton.Text = "Glock"
  669. GlockButton.TextColor3 = Color3.new(1, 1, 1)
  670. GlockButton.TextSize = 20
  671. GlockButton.MouseButton1Down:connect(function()
  672. local child = game.Players.LocalPlayer
  673. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  674. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  675. game.Workspace.Events.Shop:FireServer("Weps", 0, "Glock", gui, confirm)
  676. end)
  677.  
  678. RossiButton.Name = "RossiButton"
  679. RossiButton.Parent = SpawnerFrame
  680. RossiButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  681. RossiButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  682. RossiButton.BorderSizePixel = 4
  683. RossiButton.Position = UDim2.new(0.139323652, 0, 0.263092101, 0)
  684. RossiButton.Size = UDim2.new(0, 200, 0, 22)
  685. RossiButton.Font = Enum.Font.SourceSansBold
  686. RossiButton.Text = "Rossi"
  687. RossiButton.TextColor3 = Color3.new(1, 1, 1)
  688. RossiButton.TextSize = 20
  689. RossiButton.MouseButton1Down:connect(function()
  690. local child = game.Players.LocalPlayer
  691. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  692. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  693. game.Workspace.Events.Shop:FireServer("Weps", 0, "Rossi", gui, confirm)
  694. end)
  695.  
  696. Tec9Button.Name = "Tec9Button"
  697. Tec9Button.Parent = SpawnerFrame
  698. Tec9Button.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  699. Tec9Button.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  700. Tec9Button.BorderSizePixel = 4
  701. Tec9Button.Position = UDim2.new(0.139323652, 0, 0.232993811, 0)
  702. Tec9Button.Size = UDim2.new(0, 200, 0, 22)
  703. Tec9Button.Font = Enum.Font.SourceSansBold
  704. Tec9Button.Text = "Tec9"
  705. Tec9Button.TextColor3 = Color3.new(1, 1, 1)
  706. Tec9Button.TextSize = 20
  707. Tec9Button.MouseButton1Down:connect(function()
  708. local child = game.Players.LocalPlayer
  709. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  710. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  711. game.Workspace.Events.Shop:FireServer("Weps", 0, "Tec9", gui, confirm)
  712. end)
  713.  
  714. Ak74uButton.Name = "Ak74uButton"
  715. Ak74uButton.Parent = SpawnerFrame
  716. Ak74uButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  717. Ak74uButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  718. Ak74uButton.BorderSizePixel = 4
  719. Ak74uButton.Position = UDim2.new(0.139323652, 0, 0.248964339, 0)
  720. Ak74uButton.Size = UDim2.new(0, 200, 0, 22)
  721. Ak74uButton.Font = Enum.Font.SourceSansBold
  722. Ak74uButton.Text = "Ak74u"
  723. Ak74uButton.TextColor3 = Color3.new(1, 1, 1)
  724. Ak74uButton.TextSize = 20
  725. Ak74uButton.MouseButton1Down:connect(function()
  726. local child = game.Players.LocalPlayer
  727. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  728. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  729. game.Workspace.Events.Shop:FireServer("Weps", 0, "Ak74u", gui, confirm)
  730. end)
  731.  
  732. Mac10Button.Name = "Mac10Button"
  733. Mac10Button.Parent = SpawnerFrame
  734. Mac10Button.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  735. Mac10Button.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  736. Mac10Button.BorderSizePixel = 4
  737. Mac10Button.Position = UDim2.new(0.139323652, 0, 0.217023313, 0)
  738. Mac10Button.Size = UDim2.new(0, 200, 0, 22)
  739. Mac10Button.Font = Enum.Font.SourceSansBold
  740. Mac10Button.Text = "Mac10"
  741. Mac10Button.TextColor3 = Color3.new(1, 1, 1)
  742. Mac10Button.TextSize = 20
  743. Mac10Button.MouseButton1Down:connect(function()
  744. local child = game.Players.LocalPlayer
  745. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  746. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  747. game.Workspace.Events.Shop:FireServer("Weps", 0, "Mac10", gui, confirm)
  748. end)
  749.  
  750. TaserButton.Name = "TaserButton"
  751. TaserButton.Parent = SpawnerFrame
  752. TaserButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  753. TaserButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  754. TaserButton.BorderSizePixel = 4
  755. TaserButton.Position = UDim2.new(0.139323652, 0, 0.201667041, 0)
  756. TaserButton.Size = UDim2.new(0, 200, 0, 22)
  757. TaserButton.Font = Enum.Font.SourceSansBold
  758. TaserButton.Text = "Taser"
  759. TaserButton.TextColor3 = Color3.new(1, 1, 1)
  760. TaserButton.TextSize = 20
  761. TaserButton.MouseButton1Down:connect(function()
  762. local child = game.Players.LocalPlayer
  763. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  764. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  765. game.Workspace.Events.Shop:FireServer("Weps", 0, "Taser", gui, confirm)
  766. end)
  767.  
  768. MeleeWeaponsSection.Name = "MeleeWeaponsSection"
  769. MeleeWeaponsSection.Parent = SpawnerFrame
  770. MeleeWeaponsSection.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  771. MeleeWeaponsSection.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  772. MeleeWeaponsSection.BorderSizePixel = 4
  773. MeleeWeaponsSection.Position = UDim2.new(-0.043478258, 0, 0.364495158, 0)
  774. MeleeWeaponsSection.Size = UDim2.new(0, 277, 0, 15)
  775. MeleeWeaponsSection.Font = Enum.Font.SourceSansBold
  776. MeleeWeaponsSection.Text = " Melee Weapons"
  777. MeleeWeaponsSection.TextColor3 = Color3.new(1, 1, 1)
  778. MeleeWeaponsSection.TextSize = 20
  779.  
  780. LunchButton.Name = "LunchButton"
  781. LunchButton.Parent = SpawnerFrame
  782. LunchButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  783. LunchButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  784. LunchButton.BorderSizePixel = 4
  785. LunchButton.Position = UDim2.new(0.139323652, 0, 0.514934897, 0)
  786. LunchButton.Size = UDim2.new(0, 200, 0, 22)
  787. LunchButton.Font = Enum.Font.SourceSansBold
  788. LunchButton.Text = "Lunch"
  789. LunchButton.TextColor3 = Color3.new(1, 1, 1)
  790. LunchButton.TextSize = 20
  791. LunchButton.MouseButton1Down:connect(function()
  792. local child = game.Players.LocalPlayer
  793. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  794. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  795. game.Workspace.Events.Shop:FireServer("Food", 0, "Lunch", gui, confirm)
  796. end)
  797.  
  798. PrisonFoodButton.Name = "PrisonFoodButton"
  799. PrisonFoodButton.Parent = SpawnerFrame
  800. PrisonFoodButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  801. PrisonFoodButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  802. PrisonFoodButton.BorderSizePixel = 4
  803. PrisonFoodButton.Position = UDim2.new(0.139323652, 0, 0.49896428, 0)
  804. PrisonFoodButton.Size = UDim2.new(0, 200, 0, 22)
  805. PrisonFoodButton.Font = Enum.Font.SourceSansBold
  806. PrisonFoodButton.Text = "PrisonFood"
  807. PrisonFoodButton.TextColor3 = Color3.new(1, 1, 1)
  808. PrisonFoodButton.TextSize = 20
  809. PrisonFoodButton.MouseButton1Down:connect(function()
  810. local child = game.Players.LocalPlayer
  811. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  812. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  813. game.Workspace.Events.Shop:FireServer("Food", 0, "PrisonFood", gui, confirm)
  814. end)
  815.  
  816. TacoButton.Name = "TacoButton"
  817. TacoButton.Parent = SpawnerFrame
  818. TacoButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  819. TacoButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  820. TacoButton.BorderSizePixel = 4
  821. TacoButton.Position = UDim2.new(0.139323652, 0, 0.482993752, 0)
  822. TacoButton.Size = UDim2.new(0, 200, 0, 22)
  823. TacoButton.Font = Enum.Font.SourceSansBold
  824. TacoButton.Text = "Taco"
  825. TacoButton.TextColor3 = Color3.new(1, 1, 1)
  826. TacoButton.TextSize = 20
  827. TacoButton.MouseButton1Down:connect(function()
  828. local child = game.Players.LocalPlayer
  829. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  830. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  831. game.Workspace.Events.Shop:FireServer("Food", 0, "Taco", gui, confirm)
  832. end)
  833.  
  834. BurritoButton.Name = "BurritoButton"
  835. BurritoButton.Parent = SpawnerFrame
  836. BurritoButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  837. BurritoButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  838. BurritoButton.BorderSizePixel = 4
  839. BurritoButton.Position = UDim2.new(0.139323652, 0, 0.469480276, 0)
  840. BurritoButton.Size = UDim2.new(0, 200, 0, 22)
  841. BurritoButton.Font = Enum.Font.SourceSansBold
  842. BurritoButton.Text = "Burrito"
  843. BurritoButton.TextColor3 = Color3.new(1, 1, 1)
  844. BurritoButton.TextSize = 20
  845. BurritoButton.MouseButton1Down:connect(function()
  846. local child = game.Players.LocalPlayer
  847. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  848. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  849. game.Workspace.Events.Shop:FireServer("Food", 0, "Burrito", gui, confirm)
  850. end)
  851.  
  852. NoodlesButton.Name = "NoodlesButton"
  853. NoodlesButton.Parent = SpawnerFrame
  854. NoodlesButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  855. NoodlesButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  856. NoodlesButton.BorderSizePixel = 4
  857. NoodlesButton.Position = UDim2.new(0.139323652, 0, 0.454124033, 0)
  858. NoodlesButton.Size = UDim2.new(0, 200, 0, 22)
  859. NoodlesButton.Font = Enum.Font.SourceSansBold
  860. NoodlesButton.Text = "Noodles"
  861. NoodlesButton.TextColor3 = Color3.new(1, 1, 1)
  862. NoodlesButton.TextSize = 20
  863. NoodlesButton.MouseButton1Down:connect(function()
  864. local child = game.Players.LocalPlayer
  865. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  866. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  867. game.Workspace.Events.Shop:FireServer("Food", 0, "Noodles", gui, confirm)
  868. end)
  869.  
  870. ChipsButton.Name = "ChipsButton"
  871. ChipsButton.Parent = SpawnerFrame
  872. ChipsButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  873. ChipsButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  874. ChipsButton.BorderSizePixel = 4
  875. ChipsButton.Position = UDim2.new(0.139323652, 0, 0.438767761, 0)
  876. ChipsButton.Size = UDim2.new(0, 200, 0, 22)
  877. ChipsButton.Font = Enum.Font.SourceSansBold
  878. ChipsButton.Text = "Chips"
  879. ChipsButton.TextColor3 = Color3.new(1, 1, 1)
  880. ChipsButton.TextSize = 20
  881. ChipsButton.MouseButton1Down:connect(function()
  882. local child = game.Players.LocalPlayer
  883. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  884. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  885. game.Workspace.Events.Shop:FireServer("Food", 0, "Chips", gui, confirm)
  886. end)
  887.  
  888. HammerButton.Name = "HammerButton"
  889. HammerButton.Parent = SpawnerFrame
  890. HammerButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  891. HammerButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  892. HammerButton.BorderSizePixel = 4
  893. HammerButton.Position = UDim2.new(0.135700464, 0, 0.391470462, 0)
  894. HammerButton.Size = UDim2.new(0, 200, 0, 22)
  895. HammerButton.Font = Enum.Font.SourceSansBold
  896. HammerButton.Text = "Hammer"
  897. HammerButton.TextColor3 = Color3.new(1, 1, 1)
  898. HammerButton.TextSize = 20
  899. HammerButton.MouseButton1Down:connect(function()
  900. local child = game.Players.LocalPlayer
  901. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  902. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  903. game.Workspace.Events.Shop:FireServer("Weps", 0, "Hammer", gui, confirm)
  904. end)
  905.  
  906. FoodSection.Name = "FoodSection"
  907. FoodSection.Parent = SpawnerFrame
  908. FoodSection.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  909. FoodSection.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  910. FoodSection.BorderSizePixel = 4
  911. FoodSection.Position = UDim2.new(-0.043478258, 0, 0.420391947, 0)
  912. FoodSection.Size = UDim2.new(0, 277, 0, 15)
  913. FoodSection.Font = Enum.Font.SourceSansBold
  914. FoodSection.Text = " Food"
  915. FoodSection.TextColor3 = Color3.new(1, 1, 1)
  916. FoodSection.TextSize = 20
  917.  
  918. RootBeerButton.Name = "RootBeerButton"
  919. RootBeerButton.Parent = SpawnerFrame
  920. RootBeerButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  921. RootBeerButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  922. RootBeerButton.BorderSizePixel = 4
  923. RootBeerButton.Position = UDim2.new(0.137681156, 0, 0.564349771, 0)
  924. RootBeerButton.Size = UDim2.new(0, 200, 0, 22)
  925. RootBeerButton.Font = Enum.Font.SourceSansBold
  926. RootBeerButton.Text = "RootBeer"
  927. RootBeerButton.TextColor3 = Color3.new(1, 1, 1)
  928. RootBeerButton.TextSize = 20
  929. RootBeerButton.MouseButton1Down:connect(function()
  930. local child = game.Players.LocalPlayer
  931. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  932. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  933. game.Workspace.Events.Shop:FireServer("Food", 0, "RootBeer", gui, confirm)
  934. end)
  935.  
  936. RootCreamButton.Name = "RootCreamButton"
  937. RootCreamButton.Parent = SpawnerFrame
  938. RootCreamButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  939. RootCreamButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  940. RootCreamButton.BorderSizePixel = 4
  941. RootCreamButton.Position = UDim2.new(0.139323652, 0, 0.54749018, 0)
  942. RootCreamButton.Size = UDim2.new(0, 200, 0, 22)
  943. RootCreamButton.Font = Enum.Font.SourceSansBold
  944. RootCreamButton.Text = "RootCream"
  945. RootCreamButton.TextColor3 = Color3.new(1, 1, 1)
  946. RootCreamButton.TextSize = 20
  947. RootCreamButton.MouseButton1Down:connect(function()
  948. local child = game.Players.LocalPlayer
  949. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  950. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  951. game.Workspace.Events.Shop:FireServer("Food", 0, "RootCream", gui, confirm)
  952. end)
  953.  
  954. CherrySpiceButton.Name = "CherrySpiceButton"
  955. CherrySpiceButton.Parent = SpawnerFrame
  956. CherrySpiceButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  957. CherrySpiceButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  958. CherrySpiceButton.BorderSizePixel = 4
  959. CherrySpiceButton.Position = UDim2.new(0.139323652, 0, 0.532133877, 0)
  960. CherrySpiceButton.Size = UDim2.new(0, 200, 0, 22)
  961. CherrySpiceButton.Font = Enum.Font.SourceSansBold
  962. CherrySpiceButton.Text = "CherrySpice"
  963. CherrySpiceButton.TextColor3 = Color3.new(1, 1, 1)
  964. CherrySpiceButton.TextSize = 20
  965. CherrySpiceButton.MouseButton1Down:connect(function()
  966. local child = game.Players.LocalPlayer
  967. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  968. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  969. game.Workspace.Events.Shop:FireServer("Food", 0, "CherrySpice", gui, confirm)
  970. end)
  971.  
  972. ItemSection.Name = "ItemSection"
  973. ItemSection.Parent = SpawnerFrame
  974. ItemSection.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  975. ItemSection.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  976. ItemSection.BorderSizePixel = 4
  977. ItemSection.Position = UDim2.new(-0.043478258, 0, 0.586239636, 0)
  978. ItemSection.Size = UDim2.new(0, 277, 0, 15)
  979. ItemSection.Font = Enum.Font.SourceSansBold
  980. ItemSection.Text = " Items "
  981. ItemSection.TextColor3 = Color3.new(1, 1, 1)
  982. ItemSection.TextSize = 20
  983.  
  984. BriefcaseButton.Name = "BriefcaseButton"
  985. BriefcaseButton.Parent = SpawnerFrame
  986. BriefcaseButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  987. BriefcaseButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  988. BriefcaseButton.BorderSizePixel = 4
  989. BriefcaseButton.Position = UDim2.new(0.137681156, 0, 0.732040167, 0)
  990. BriefcaseButton.Size = UDim2.new(0, 200, 0, 22)
  991. BriefcaseButton.Font = Enum.Font.SourceSansBold
  992. BriefcaseButton.Text = "Briefcase"
  993. BriefcaseButton.TextColor3 = Color3.new(1, 1, 1)
  994. BriefcaseButton.TextSize = 20
  995. BriefcaseButton.MouseButton1Down:connect(function()
  996. local child = game.Players.LocalPlayer
  997. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  998. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  999. game.Workspace.Events.Shop:FireServer("Items", 0, "Briefcase", gui, confirm)
  1000. end)
  1001.  
  1002. DufflebagButton.Name = "DufflebagButton"
  1003. DufflebagButton.Parent = SpawnerFrame
  1004. DufflebagButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1005. DufflebagButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  1006. DufflebagButton.BorderSizePixel = 4
  1007. DufflebagButton.Position = UDim2.new(0.139323652, 0, 0.715180576, 0)
  1008. DufflebagButton.Size = UDim2.new(0, 200, 0, 22)
  1009. DufflebagButton.Font = Enum.Font.SourceSansBold
  1010. DufflebagButton.Text = "Dufflebag"
  1011. DufflebagButton.TextColor3 = Color3.new(1, 1, 1)
  1012. DufflebagButton.TextSize = 20
  1013. DufflebagButton.MouseButton1Down:connect(function()
  1014. local child = game.Players.LocalPlayer
  1015. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  1016. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  1017. game.Workspace.Events.Shop:FireServer("Items", 0, "Dufflebag", gui, confirm)
  1018. end)
  1019.  
  1020. FlashlightButton.Name = "FlashlightButton"
  1021. FlashlightButton.Parent = SpawnerFrame
  1022. FlashlightButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1023. FlashlightButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  1024. FlashlightButton.BorderSizePixel = 4
  1025. FlashlightButton.Position = UDim2.new(0.139323652, 0, 0.699824274, 0)
  1026. FlashlightButton.Size = UDim2.new(0, 200, 0, 22)
  1027. FlashlightButton.Font = Enum.Font.SourceSansBold
  1028. FlashlightButton.Text = "Flashlight"
  1029. FlashlightButton.TextColor3 = Color3.new(1, 1, 1)
  1030. FlashlightButton.TextSize = 20
  1031. FlashlightButton.MouseButton1Down:connect(function()
  1032. local child = game.Players.LocalPlayer
  1033. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  1034. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  1035. game.Workspace.Events.Shop:FireServer("Items", 0, "Flashlight", gui, confirm)
  1036. end)
  1037.  
  1038. CameraButton.Name = "CameraButton"
  1039. CameraButton.Parent = SpawnerFrame
  1040. CameraButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1041. CameraButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  1042. CameraButton.BorderSizePixel = 4
  1043. CameraButton.Position = UDim2.new(0.139323652, 0, 0.682625294, 0)
  1044. CameraButton.Size = UDim2.new(0, 200, 0, 22)
  1045. CameraButton.Font = Enum.Font.SourceSansBold
  1046. CameraButton.Text = "Camera"
  1047. CameraButton.TextColor3 = Color3.new(1, 1, 1)
  1048. CameraButton.TextSize = 20
  1049. CameraButton.MouseButton1Down:connect(function()
  1050. local child = game.Players.LocalPlayer
  1051. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  1052. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  1053. game.Workspace.Events.Shop:FireServer("Items", 0, "Camera", gui, confirm)
  1054. end)
  1055.  
  1056. GreenFlagButton.Name = "GreenFlagButton"
  1057. GreenFlagButton.Parent = SpawnerFrame
  1058. GreenFlagButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1059. GreenFlagButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  1060. GreenFlagButton.BorderSizePixel = 4
  1061. GreenFlagButton.Position = UDim2.new(0.139323652, 0, 0.666654766, 0)
  1062. GreenFlagButton.Size = UDim2.new(0, 200, 0, 22)
  1063. GreenFlagButton.Font = Enum.Font.SourceSansBold
  1064. GreenFlagButton.Text = "GreenFlag"
  1065. GreenFlagButton.TextColor3 = Color3.new(1, 1, 1)
  1066. GreenFlagButton.TextSize = 20
  1067. GreenFlagButton.MouseButton1Down:connect(function()
  1068. local child = game.Players.LocalPlayer
  1069. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  1070. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  1071. game.Workspace.Events.Shop:FireServer("Items", 0, "GreenFlag", gui, confirm)
  1072. end)
  1073.  
  1074. RedFlagButton.Name = "RedFlagButton"
  1075. RedFlagButton.Parent = SpawnerFrame
  1076. RedFlagButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1077. RedFlagButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  1078. RedFlagButton.BorderSizePixel = 4
  1079. RedFlagButton.Position = UDim2.new(0.139323652, 0, 0.650684237, 0)
  1080. RedFlagButton.Size = UDim2.new(0, 200, 0, 22)
  1081. RedFlagButton.Font = Enum.Font.SourceSansBold
  1082. RedFlagButton.Text = "RedFlag"
  1083. RedFlagButton.TextColor3 = Color3.new(1, 1, 1)
  1084. RedFlagButton.TextSize = 20
  1085. RedFlagButton.MouseButton1Down:connect(function()
  1086. local child = game.Players.LocalPlayer
  1087. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  1088. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  1089. game.Workspace.Events.Shop:FireServer("Items", 0, "RedFlag", gui, confirm)
  1090. end)
  1091.  
  1092. BlueFlagButton.Name = "BlueFlagButton"
  1093. BlueFlagButton.Parent = SpawnerFrame
  1094. BlueFlagButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1095. BlueFlagButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  1096. BlueFlagButton.BorderSizePixel = 4
  1097. BlueFlagButton.Position = UDim2.new(0.139323652, 0, 0.621814489, 0)
  1098. BlueFlagButton.Size = UDim2.new(0, 200, 0, 22)
  1099. BlueFlagButton.Font = Enum.Font.SourceSansBold
  1100. BlueFlagButton.Text = "BlueFlag"
  1101. BlueFlagButton.TextColor3 = Color3.new(1, 1, 1)
  1102. BlueFlagButton.TextSize = 20
  1103. BlueFlagButton.MouseButton1Down:connect(function()
  1104. local child = game.Players.LocalPlayer
  1105. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  1106. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  1107. game.Workspace.Events.Shop:FireServer("Items", 0, "BlueFlag", gui, confirm)
  1108. end)
  1109.  
  1110. BlackFlagButton.Name = "BlackFlagButton"
  1111. BlackFlagButton.Parent = SpawnerFrame
  1112. BlackFlagButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1113. BlackFlagButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  1114. BlackFlagButton.BorderSizePixel = 4
  1115. BlackFlagButton.Position = UDim2.new(0.139323652, 0, 0.637170732, 0)
  1116. BlackFlagButton.Size = UDim2.new(0, 200, 0, 22)
  1117. BlackFlagButton.Font = Enum.Font.SourceSansBold
  1118. BlackFlagButton.Text = "BlackFlag"
  1119. BlackFlagButton.TextColor3 = Color3.new(1, 1, 1)
  1120. BlackFlagButton.TextSize = 20
  1121. BlackFlagButton.MouseButton1Down:connect(function()
  1122. local child = game.Players.LocalPlayer
  1123. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  1124. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  1125. game.Workspace.Events.Shop:FireServer("Items", 0, "BlackFlag", gui, confirm)
  1126. end)
  1127.  
  1128. BalaclavaButton.Name = "BalaclavaButton"
  1129. BalaclavaButton.Parent = SpawnerFrame
  1130. BalaclavaButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1131. BalaclavaButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  1132. BalaclavaButton.BorderSizePixel = 4
  1133. BalaclavaButton.Position = UDim2.new(0.139323652, 0, 0.606458187, 0)
  1134. BalaclavaButton.Size = UDim2.new(0, 200, 0, 22)
  1135. BalaclavaButton.Font = Enum.Font.SourceSansBold
  1136. BalaclavaButton.Text = "Balaclava"
  1137. BalaclavaButton.TextColor3 = Color3.new(1, 1, 1)
  1138. BalaclavaButton.TextSize = 20
  1139. BalaclavaButton.MouseButton1Down:connect(function()
  1140. local child = game.Players.LocalPlayer
  1141. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  1142. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  1143. game.Workspace.Events.Shop:FireServer("Items", 0, "Balaclava", gui, confirm)
  1144. end)
  1145.  
  1146. exitbutton1.Name = "exitbutton1"
  1147. exitbutton1.Parent = SpawnerFrame
  1148. exitbutton1.BackgroundColor3 = Color3.new(1, 1, 1)
  1149. exitbutton1.BackgroundTransparency = 1
  1150. exitbutton1.Position = UDim2.new(0.860288084, 0, -0.000714247231, 0)
  1151. exitbutton1.Size = UDim2.new(0, 30, 0, 28)
  1152. exitbutton1.Font = Enum.Font.SourceSansBold
  1153. exitbutton1.Text = "X"
  1154. exitbutton1.TextColor3 = Color3.new(1, 1, 1)
  1155. exitbutton1.TextSize = 20
  1156. exitbutton1.MouseButton1Down:connect(function()
  1157. SpawnerFrame.Visible = false
  1158. MainFrame.Visible = true
  1159. end)
  1160.  
  1161. ServerFrame.Name = "ServerFrame"
  1162. ServerFrame.Parent = VictimisationV2
  1163. ServerFrame.Active = true
  1164. ServerFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1165. ServerFrame.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  1166. ServerFrame.BorderSizePixel = 2
  1167. ServerFrame.Position = UDim2.new(0.706098437, 0, 0.138820633, 0)
  1168. ServerFrame.Size = UDim2.new(0, 338, 0, 488)
  1169. ServerFrame.Active = true
  1170. ServerFrame.Draggable = true
  1171. ServerFrame.Visible = false
  1172.  
  1173. fbar1.Name = "fbar1"
  1174. fbar1.Parent = ServerFrame
  1175. fbar1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1176. fbar1.BorderSizePixel = 0
  1177. fbar1.Size = UDim2.new(0, 338, 0, 29)
  1178.  
  1179. fbar2.Name = "fbar2"
  1180. fbar2.Parent = ServerFrame
  1181. fbar2.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  1182. fbar2.BorderSizePixel = 0
  1183. fbar2.Position = UDim2.new(0, 0, 0.0144740008, 0)
  1184. fbar2.Size = UDim2.new(0, 338, 0, 6)
  1185.  
  1186. ftitle.Name = "ftitle"
  1187. ftitle.Parent = ServerFrame
  1188. ftitle.BackgroundColor3 = Color3.new(1, 1, 1)
  1189. ftitle.BackgroundTransparency = 1
  1190. ftitle.Position = UDim2.new(0.0177514553, 0, -0.00122850132, 0)
  1191. ftitle.Size = UDim2.new(0, 58, 0, 29)
  1192. ftitle.Font = Enum.Font.SourceSansBold
  1193. ftitle.Text = "Server"
  1194. ftitle.TextColor3 = Color3.new(1, 1, 1)
  1195. ftitle.TextSize = 20
  1196.  
  1197. exitbutton3.Name = "exitbutton3"
  1198. exitbutton3.Parent = ServerFrame
  1199. exitbutton3.BackgroundColor3 = Color3.new(1, 1, 1)
  1200. exitbutton3.BackgroundTransparency = 1
  1201. exitbutton3.Position = UDim2.new(0.860288084, 0, -0.000714247231, 0)
  1202. exitbutton3.Size = UDim2.new(0, 30, 0, 28)
  1203. exitbutton3.Font = Enum.Font.SourceSansBold
  1204. exitbutton3.Text = "X"
  1205. exitbutton3.TextColor3 = Color3.new(1, 1, 1)
  1206. exitbutton3.TextSize = 20
  1207. exitbutton3.MouseButton1Down:connect(function()
  1208. ServerFrame.Visible = false
  1209. MainFrame.Visible = true
  1210. end)
  1211.  
  1212. VictimName.Name = "VictimName"
  1213. VictimName.Parent = ServerFrame
  1214. VictimName.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1215. VictimName.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  1216. VictimName.BorderSizePixel = 4
  1217. VictimName.Position = UDim2.new(0.180473387, 0, 0.0386977904, 0)
  1218. VictimName.Size = UDim2.new(0, 200, 0, 50)
  1219. VictimName.Font = Enum.Font.SourceSansBold
  1220. VictimName.Text = "Victim"
  1221. VictimName.TextColor3 = Color3.new(1, 1, 1)
  1222. VictimName.TextSize = 20
  1223.  
  1224. GodButton.Name = "GodButton"
  1225. GodButton.Parent = ServerFrame
  1226. GodButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1227. GodButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  1228. GodButton.BorderSizePixel = 4
  1229. GodButton.Position = UDim2.new(0.186390534, 0, 0.107493855, 0)
  1230. GodButton.Size = UDim2.new(0, 200, 0, 22)
  1231. GodButton.Font = Enum.Font.SourceSansBold
  1232. GodButton.Text = "God"
  1233. GodButton.TextColor3 = Color3.new(1, 1, 1)
  1234. GodButton.TextSize = 20
  1235. GodButton.MouseButton1Down:connect(function()
  1236. local Descendants = game:GetDescendants()
  1237. for index, Descendants in pairs(Descendants) do
  1238. if Descendants:IsA("RemoteEvent") and Descendants.Name == "Damage" then
  1239. while true do
  1240. Descendants:FireServer(game.Players[VictimName.Text].Character.Humanoid, -math.huge, game.Players[VictimName.Text].Character)
  1241. wait()
  1242. end
  1243. end
  1244. end
  1245. end)
  1246.  
  1247. KillButton.Name = "KillButton"
  1248. KillButton.Parent = ServerFrame
  1249. KillButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1250. KillButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  1251. KillButton.BorderSizePixel = 4
  1252. KillButton.Position = UDim2.new(0.186390534, 0, 0.128378376, 0)
  1253. KillButton.Size = UDim2.new(0, 200, 0, 22)
  1254. KillButton.Font = Enum.Font.SourceSansBold
  1255. KillButton.Text = "Kill"
  1256. KillButton.TextColor3 = Color3.new(1, 1, 1)
  1257. KillButton.TextSize = 20
  1258. KillButton.MouseButton1Down:connect(function()
  1259. local Descendants = game:GetDescendants()
  1260. for index, Descendants in pairs(Descendants) do
  1261. if Descendants:IsA("RemoteEvent") and Descendants.Name == "Damage" then
  1262. Descendants:FireServer(game.Players[VictimName.Text].Character.Humanoid, math.huge, game.Players[VictimName.Text].Character)
  1263. wait()
  1264. Descendants:FireServer(game.Players[VictimName.Text].Character.Humanoid, math.huge, game.Players[VictimName.Text].Character)
  1265. end
  1266. end
  1267. end)
  1268.  
  1269. LocalPlayerSection.Name = "LocalPlayerSection"
  1270. LocalPlayerSection.Parent = ServerFrame
  1271. LocalPlayerSection.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1272. LocalPlayerSection.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  1273. LocalPlayerSection.BorderSizePixel = 4
  1274. LocalPlayerSection.Position = UDim2.new(0, 0, 0.152160779, 0)
  1275. LocalPlayerSection.Size = UDim2.new(0, 327, 0, 18)
  1276. LocalPlayerSection.Font = Enum.Font.SourceSansBold
  1277. LocalPlayerSection.Text = " LocalPlayer"
  1278. LocalPlayerSection.TextColor3 = Color3.new(1, 1, 1)
  1279. LocalPlayerSection.TextSize = 20
  1280.  
  1281. ShootDanceButton.Name = "ShootDanceButton"
  1282. ShootDanceButton.Parent = ServerFrame
  1283. ShootDanceButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1284. ShootDanceButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  1285. ShootDanceButton.BorderSizePixel = 4
  1286. ShootDanceButton.Position = UDim2.new(0.186390534, 0, 0.176289916, 0)
  1287. ShootDanceButton.Size = UDim2.new(0, 200, 0, 22)
  1288. ShootDanceButton.Font = Enum.Font.SourceSansBold
  1289. ShootDanceButton.Text = "Shoot Dance"
  1290. ShootDanceButton.TextColor3 = Color3.new(1, 1, 1)
  1291. ShootDanceButton.TextSize = 20
  1292. ShootDanceButton.MouseButton1Down:connect(function()
  1293. game.Players.LocalPlayer.Backpack.Cellphone.Idle.AnimationId = "rbxassetid://1383788676"
  1294. end)
  1295.  
  1296. MoneySection.Name = "MoneySection"
  1297. MoneySection.Parent = ServerFrame
  1298. MoneySection.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1299. MoneySection.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  1300. MoneySection.BorderSizePixel = 4
  1301. MoneySection.Position = UDim2.new(-0.00591715984, 0, 0.325379461, 0)
  1302. MoneySection.Size = UDim2.new(0, 327, 0, 18)
  1303. MoneySection.Font = Enum.Font.SourceSansBold
  1304. MoneySection.Text = " Money"
  1305. MoneySection.TextColor3 = Color3.new(1, 1, 1)
  1306. MoneySection.TextSize = 20
  1307.  
  1308. Add1M.Name = "Add1M"
  1309. Add1M.Parent = ServerFrame
  1310. Add1M.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1311. Add1M.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  1312. Add1M.BorderSizePixel = 4
  1313. Add1M.Position = UDim2.new(0.183431953, 0, 0.348894298, 0)
  1314. Add1M.Size = UDim2.new(0, 200, 0, 22)
  1315. Add1M.Font = Enum.Font.SourceSansBold
  1316. Add1M.Text = "Add $1,000,000"
  1317. Add1M.TextColor3 = Color3.new(1, 1, 1)
  1318. Add1M.TextSize = 20
  1319. Add1M.MouseButton1Down:connect(function()
  1320. game.Players.LocalPlayer.PlayerGui.TomCarsGunStore.Shop.Event:FireServer(game.Workspace.TomCars.Desk.Script.TomCarsGunStore.Shop,-1000000,1,1)
  1321. end)
  1322.  
  1323. Add5M.Name = "Add5M"
  1324. Add5M.Parent = ServerFrame
  1325. Add5M.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1326. Add5M.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  1327. Add5M.BorderSizePixel = 4
  1328. Add5M.Position = UDim2.new(0.183431953, 0, 0.369164586, 0)
  1329. Add5M.Size = UDim2.new(0, 200, 0, 22)
  1330. Add5M.Font = Enum.Font.SourceSansBold
  1331. Add5M.Text = "Add $5,000,000"
  1332. Add5M.TextColor3 = Color3.new(1, 1, 1)
  1333. Add5M.TextSize = 20
  1334. Add5M.MouseButton1Down:connect(function()
  1335. game.Players.LocalPlayer.PlayerGui.TomCarsGunStore.Shop.Event:FireServer(game.Workspace.TomCars.Desk.Script.TomCarsGunStore.Shop,-5000000,1,1)
  1336. end)
  1337.  
  1338. Add1B.Name = "Add1B"
  1339. Add1B.Parent = ServerFrame
  1340. Add1B.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1341. Add1B.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  1342. Add1B.BorderSizePixel = 4
  1343. Add1B.Position = UDim2.new(0.180473372, 0, 0.409705162, 0)
  1344. Add1B.Size = UDim2.new(0, 200, 0, 22)
  1345. Add1B.Font = Enum.Font.SourceSansBold
  1346. Add1B.Text = "Add $1,000,000,000"
  1347. Add1B.TextColor3 = Color3.new(1, 1, 1)
  1348. Add1B.TextSize = 20
  1349. Add1B.MouseButton1Down:connect(function()
  1350. game.Players.LocalPlayer.PlayerGui.TomCarsGunStore.Shop.Event:FireServer(game.Workspace.TomCars.Desk.Script.TomCarsGunStore.Shop,-1000000000,1,1)
  1351. end)
  1352.  
  1353. Add10M.Name = "Add10M"
  1354. Add10M.Parent = ServerFrame
  1355. Add10M.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1356. Add10M.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  1357. Add10M.BorderSizePixel = 4
  1358. Add10M.Position = UDim2.new(0.180473372, 0, 0.389434874, 0)
  1359. Add10M.Size = UDim2.new(0, 200, 0, 22)
  1360. Add10M.Font = Enum.Font.SourceSansBold
  1361. Add10M.Text = "Add $10,000,000"
  1362. Add10M.TextColor3 = Color3.new(1, 1, 1)
  1363. Add10M.TextSize = 20
  1364. Add10M.MouseButton1Down:connect(function()
  1365. game.Players.LocalPlayer.PlayerGui.TomCarsGunStore.Shop.Event:FireServer(game.Workspace.TomCars.Desk.Script.TomCarsGunStore.Shop,-10000000,1,1)
  1366. end)
  1367.  
  1368. Add9e18.Name = "Add9e+18"
  1369. Add9e18.Parent = ServerFrame
  1370. Add9e18.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1371. Add9e18.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  1372. Add9e18.BorderSizePixel = 4
  1373. Add9e18.Position = UDim2.new(0.180473372, 0, 0.429361165, 0)
  1374. Add9e18.Size = UDim2.new(0, 200, 0, 22)
  1375. Add9e18.Font = Enum.Font.SourceSansBold
  1376. Add9e18.Text = "Add $9e+18"
  1377. Add9e18.TextColor3 = Color3.new(1, 1, 1)
  1378. Add9e18.TextSize = 20
  1379. Add9e18.MouseButton1Down:connect(function()
  1380. game.Players.LocalPlayer.PlayerGui.TomCarsGunStore.Shop.Event:FireServer(game.Workspace.TomCars.Desk.Script.TomCarsGunStore.Shop,-9000000000000000000,1,1)
  1381. end)
  1382.  
  1383. AmmoSection.Name = "AmmoSection"
  1384. AmmoSection.Parent = ServerFrame
  1385. AmmoSection.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1386. AmmoSection.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  1387. AmmoSection.BorderSizePixel = 4
  1388. AmmoSection.Position = UDim2.new(-0.00887573976, 0, 0.4513008, 0)
  1389. AmmoSection.Size = UDim2.new(0, 327, 0, 18)
  1390. AmmoSection.Font = Enum.Font.SourceSansBold
  1391. AmmoSection.Text = "Weapon Ammo"
  1392. AmmoSection.TextColor3 = Color3.new(1, 1, 1)
  1393. AmmoSection.TextSize = 20
  1394.  
  1395. InfiniteAmmoButton.Name = "InfiniteAmmoButton"
  1396. InfiniteAmmoButton.Parent = ServerFrame
  1397. InfiniteAmmoButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1398. InfiniteAmmoButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  1399. InfiniteAmmoButton.BorderSizePixel = 4
  1400. InfiniteAmmoButton.Position = UDim2.new(0.177514806, 0, 0.529484034, 0)
  1401. InfiniteAmmoButton.Size = UDim2.new(0, 200, 0, 22)
  1402. InfiniteAmmoButton.Font = Enum.Font.SourceSansBold
  1403. InfiniteAmmoButton.Text = "999,999 Ammo"
  1404. InfiniteAmmoButton.TextColor3 = Color3.new(1, 1, 1)
  1405. InfiniteAmmoButton.TextSize = 20
  1406. InfiniteAmmoButton.MouseButton1Down:connect(function()
  1407. local player = game.Players.LocalPlayer
  1408. local weapons = {WeaponForAmmo.Text}
  1409. local maxammo = 999999
  1410.  
  1411. for _,v in pairs(weapons) do
  1412. if not player.Backpack:FindFirstChild(v) then
  1413. warn(""..v.." is not part of backpack.")
  1414. else
  1415. player.Backpack[v].MaxAmmo.Value = maxammo
  1416. end
  1417. end
  1418. end)
  1419.  
  1420. WeaponForAmmo.Name = "WeaponForAmmo"
  1421. WeaponForAmmo.Parent = ServerFrame
  1422. WeaponForAmmo.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1423. WeaponForAmmo.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  1424. WeaponForAmmo.BorderSizePixel = 4
  1425. WeaponForAmmo.Position = UDim2.new(0.17159763, 0, 0.477886975, 0)
  1426. WeaponForAmmo.Size = UDim2.new(0, 200, 0, 50)
  1427. WeaponForAmmo.Font = Enum.Font.SourceSansBold
  1428. WeaponForAmmo.Text = "Weapon Name"
  1429. WeaponForAmmo.TextColor3 = Color3.new(1, 1, 1)
  1430. WeaponForAmmo.TextSize = 20
  1431.  
  1432. AmmoSection_2.Name = "AmmoSection"
  1433. AmmoSection_2.Parent = ServerFrame
  1434. AmmoSection_2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1435. AmmoSection_2.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  1436. AmmoSection_2.BorderSizePixel = 4
  1437. AmmoSection_2.Position = UDim2.new(-0.00887573976, 0, 0.567394197, 0)
  1438. AmmoSection_2.Size = UDim2.new(0, 327, 0, 18)
  1439. AmmoSection_2.Font = Enum.Font.SourceSansBold
  1440. AmmoSection_2.Text = "Cop Stuff"
  1441. AmmoSection_2.TextColor3 = Color3.new(1, 1, 1)
  1442. AmmoSection_2.TextSize = 20
  1443.  
  1444. CopUniformButton.Name = "CopUniformButton"
  1445. CopUniformButton.Parent = ServerFrame
  1446. CopUniformButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1447. CopUniformButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  1448. CopUniformButton.BorderSizePixel = 4
  1449. CopUniformButton.Position = UDim2.new(0.180473387, 0, 0.600737154, 0)
  1450. CopUniformButton.Size = UDim2.new(0, 200, 0, 22)
  1451. CopUniformButton.Font = Enum.Font.SourceSansBold
  1452. CopUniformButton.Text = "Cop Uniform"
  1453. CopUniformButton.TextColor3 = Color3.new(1, 1, 1)
  1454. CopUniformButton.TextSize = 20
  1455. CopUniformButton.MouseButton1Down:connect(function()
  1456. local amount = 1
  1457. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  1458. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  1459. for i = 1,amount do
  1460. game.Workspace.Events.Shop:FireServer("Hats", 0, "Badge", gui, confirm)
  1461. end
  1462. --
  1463.  
  1464. local amount = 1
  1465. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  1466. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  1467. for i = 1,amount do
  1468. game.Workspace.Events.Shop:FireServer("Hats", 0, "NBPDCap", gui, confirm)
  1469. end
  1470. --
  1471.  
  1472. local amount = 1
  1473. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  1474. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  1475. for i = 1,amount do
  1476. game.Workspace.Events.Shop:FireServer("Clothes", 0, "NBPD", gui, confirm)
  1477. end
  1478. end)
  1479.  
  1480. SpawnCopCarButton.Name = "SpawnCopCarButton"
  1481. SpawnCopCarButton.Parent = ServerFrame
  1482. SpawnCopCarButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1483. SpawnCopCarButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  1484. SpawnCopCarButton.BorderSizePixel = 4
  1485. SpawnCopCarButton.Position = UDim2.new(0.183431968, 0, 0.620393157, 0)
  1486. SpawnCopCarButton.Size = UDim2.new(0, 200, 0, 22)
  1487. SpawnCopCarButton.Font = Enum.Font.SourceSansBold
  1488. SpawnCopCarButton.Text = "Spawn Cop Car"
  1489. SpawnCopCarButton.TextColor3 = Color3.new(1, 1, 1)
  1490. SpawnCopCarButton.TextSize = 20
  1491. SpawnCopCarButton.MouseButton1Down:connect(function()
  1492. game.Workspace.Events.CopCarSpawn:FireServer()
  1493. end)
  1494.  
  1495. ERTButton.Name = "ERTButton"
  1496. ERTButton.Parent = ServerFrame
  1497. ERTButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1498. ERTButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  1499. ERTButton.BorderSizePixel = 4
  1500. ERTButton.Position = UDim2.new(0.183431968, 0, 0.640049219, 0)
  1501. ERTButton.Size = UDim2.new(0, 200, 0, 22)
  1502. ERTButton.Font = Enum.Font.SourceSansBold
  1503. ERTButton.Text = "ERT"
  1504. ERTButton.TextColor3 = Color3.new(1, 1, 1)
  1505. ERTButton.TextSize = 20
  1506. ERTButton.MouseButton1Down:connect(function()
  1507. local amount = 1
  1508. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  1509. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  1510. for i = 1,amount do
  1511. game.Workspace.Events.Shop:FireServer("Clothes", 0, "ERT", gui, confirm)
  1512. end
  1513. local child = game.Players.LocalPlayer
  1514. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  1515. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  1516. game.Workspace.Events.Shop:FireServer("Weps", 0, "Mp5", gui, confirm)
  1517. game.Workspace.Events.Shop:FireServer("Weps", 0, "BatteringRam", gui, confirm)
  1518. game.Workspace.Events.Shop:FireServer("Weps", 0, "PDGlock", gui, confirm)
  1519. game.Workspace.Events.Shop:FireServer("Weps", 0, "Taser", gui, confirm)
  1520. game.Workspace.Events.Shop:FireServer("Weps", 0, "Baton", gui, confirm)
  1521. game.Workspace.Events.Shop:FireServer("Weps", 0, "USP45", gui, confirm)
  1522. game.Workspace.Events.Shop:FireServer("Weps", 0, "Remington", gui, confirm)
  1523. game.Workspace.Events.Shop:FireServer("Items", 0, "Balaclava", gui, confirm)
  1524. end)
  1525.  
  1526. BtoolsButton.Name = "BtoolsButton"
  1527. BtoolsButton.Parent = ServerFrame
  1528. BtoolsButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1529. BtoolsButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  1530. BtoolsButton.BorderSizePixel = 4
  1531. BtoolsButton.Position = UDim2.new(0.18934913, 0, 0.219287515, 0)
  1532. BtoolsButton.Size = UDim2.new(0, 200, 0, 22)
  1533. BtoolsButton.Font = Enum.Font.SourceSansBold
  1534. BtoolsButton.Text = "Btools"
  1535. BtoolsButton.TextColor3 = Color3.new(1, 1, 1)
  1536. BtoolsButton.TextSize = 20
  1537. BtoolsButton.MouseButton1Down:connect(function()
  1538. local CloneTool = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  1539. local GrabTool = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  1540. local DeleteTool = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  1541. CloneTool.BinType = "Clone"
  1542. GrabTool.BinType = "Grab"
  1543. DeleteTool.BinType = "Hammer"
  1544. end)
  1545.  
  1546. HidenameButton.Name = "Hidename Button"
  1547. HidenameButton.Parent = ServerFrame
  1548. HidenameButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1549. HidenameButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  1550. HidenameButton.BorderSizePixel = 4
  1551. HidenameButton.Position = UDim2.new(0.18934913, 0, 0.198403001, 0)
  1552. HidenameButton.Size = UDim2.new(0, 200, 0, 22)
  1553. HidenameButton.Font = Enum.Font.SourceSansBold
  1554. HidenameButton.Text = "[REMOVED]"
  1555. HidenameButton.TextColor3 = Color3.new(1, 1, 1)
  1556. HidenameButton.TextSize = 20
  1557. HidenameButton.MouseButton1Down:connect(function()
  1558. local victimisationiscool = game:GetService'Players'.LocalPlayer
  1559. victimisationiscool.Character.Head.Card:Destroy()
  1560. end)
  1561.  
  1562. GodButton_2.Name = "GodButton"
  1563. GodButton_2.Parent = ServerFrame
  1564. GodButton_2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1565. GodButton_2.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  1566. GodButton_2.BorderSizePixel = 4
  1567. GodButton_2.Position = UDim2.new(0.186390534, 0, 0.0866093338, 0)
  1568. GodButton_2.Size = UDim2.new(0, 200, 0, 22)
  1569. GodButton_2.Font = Enum.Font.SourceSansBold
  1570. GodButton_2.Text = "Kill All"
  1571. GodButton_2.TextColor3 = Color3.new(1, 1, 1)
  1572. GodButton_2.TextSize = 20
  1573. GodButton_2.Visible = true
  1574. GodButton_2.MouseButton1Down:connect(function()
  1575. for i,v in pairs(workspace:GetDescendants()) do
  1576. if v:IsA'RemoteEvent' and v.Name == 'Damage' then
  1577. for i,p in pairs(game:service'Players':GetPlayers()) do
  1578. pcall(function()
  1579. if p ~= game:service'Players'.LocalPlayer then
  1580. v:FireServer(p.Character.Humanoid, 100, p.Character.Head)
  1581. end
  1582. end)
  1583. end
  1584. end
  1585. end
  1586. end)
  1587.  
  1588. CopGunsButton.Name = "CopGunsButton"
  1589. CopGunsButton.Parent = ServerFrame
  1590. CopGunsButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1591. CopGunsButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  1592. CopGunsButton.BorderSizePixel = 4
  1593. CopGunsButton.Position = UDim2.new(0.180473387, 0, 0.659090996, 0)
  1594. CopGunsButton.Size = UDim2.new(0, 200, 0, 22)
  1595. CopGunsButton.Font = Enum.Font.SourceSansBold
  1596. CopGunsButton.Text = "Cop Guns"
  1597. CopGunsButton.TextColor3 = Color3.new(1, 1, 1)
  1598. CopGunsButton.TextSize = 20
  1599. CopGunsButton.MouseButton1Down:connect(function()
  1600. local child = game.Players.LocalPlayer
  1601. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  1602. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  1603. game.Workspace.Events.Shop:FireServer("Weps", 0, "Mp5", gui, confirm)
  1604. game.Workspace.Events.Shop:FireServer("Weps", 0, "BatteringRam", gui, confirm)
  1605. game.Workspace.Events.Shop:FireServer("Weps", 0, "PDGlock", gui, confirm)
  1606. game.Workspace.Events.Shop:FireServer("Weps", 0, "Taser", gui, confirm)
  1607. game.Workspace.Events.Shop:FireServer("Weps", 0, "Baton", gui, confirm)
  1608. game.Workspace.Events.Shop:FireServer("Weps", 0, "USP45", gui, confirm)
  1609. game.Workspace.Events.Shop:FireServer("Weps", 0, "Remington", gui, confirm)
  1610. end)
  1611.  
  1612. ClothesSection.Name = "ClothesSection"
  1613. ClothesSection.Parent = ServerFrame
  1614. ClothesSection.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1615. ClothesSection.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  1616. ClothesSection.BorderSizePixel = 4
  1617. ClothesSection.Position = UDim2.new(-1.86264515e-09, 0, 0.26272589, 0)
  1618. ClothesSection.Size = UDim2.new(0, 327, 0, 18)
  1619. ClothesSection.Font = Enum.Font.SourceSansBold
  1620. ClothesSection.Text = "Change Clothing"
  1621. ClothesSection.TextColor3 = Color3.new(1, 1, 1)
  1622. ClothesSection.TextSize = 20
  1623.  
  1624. CorrectionsOfficerButton.Name = "CorrectionsOfficerButton"
  1625. CorrectionsOfficerButton.Parent = ServerFrame
  1626. CorrectionsOfficerButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1627. CorrectionsOfficerButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  1628. CorrectionsOfficerButton.BorderSizePixel = 4
  1629. CorrectionsOfficerButton.Position = UDim2.new(0.17159763, 0, 0.281326741, 0)
  1630. CorrectionsOfficerButton.Size = UDim2.new(0, 200, 0, 22)
  1631. CorrectionsOfficerButton.Font = Enum.Font.SourceSansBold
  1632. CorrectionsOfficerButton.Text = "Corrections Officer"
  1633. CorrectionsOfficerButton.TextColor3 = Color3.new(1, 1, 1)
  1634. CorrectionsOfficerButton.TextSize = 20
  1635. CorrectionsOfficerButton.MouseButton1Down:connect(function()
  1636. local GUI = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  1637. local Confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  1638. game.Workspace.Events.Shop:FireServer("Clothes", 0, "NBCF", GUI, Confirm)
  1639. end)
  1640.  
  1641. PrisonerButton.Name = "PrisonerButton"
  1642. PrisonerButton.Parent = ServerFrame
  1643. PrisonerButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1644. PrisonerButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  1645. PrisonerButton.BorderSizePixel = 4
  1646. PrisonerButton.Position = UDim2.new(0.17159763, 0, 0.300982773, 0)
  1647. PrisonerButton.Size = UDim2.new(0, 200, 0, 22)
  1648. PrisonerButton.Font = Enum.Font.SourceSansBold
  1649. PrisonerButton.Text = "Prisoner"
  1650. PrisonerButton.TextColor3 = Color3.new(1, 1, 1)
  1651. PrisonerButton.TextSize = 20
  1652. PrisonerButton.MouseButton1Down:connect(function()
  1653. local GUI = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  1654. local Confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  1655. game.Workspace.Events.Shop:FireServer("Clothes", 0, "Prisoner", GUI, Confirm)
  1656. end)
  1657.  
  1658. RespawnButton.Name = "RespawnButton"
  1659. RespawnButton.Parent = ServerFrame
  1660. RespawnButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1661. RespawnButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  1662. RespawnButton.BorderSizePixel = 4
  1663. RespawnButton.Position = UDim2.new(0.18934913, 0, 0.242014781, 0)
  1664. RespawnButton.Size = UDim2.new(0, 200, 0, 22)
  1665. RespawnButton.Font = Enum.Font.SourceSansBold
  1666. RespawnButton.Text = "Respawn"
  1667. RespawnButton.TextColor3 = Color3.new(1, 1, 1)
  1668. RespawnButton.TextSize = 20
  1669. RespawnButton.MouseButton1Down:Connect(function()
  1670. local A_1 = "JoinGame"
  1671. local Event = game:GetService("Workspace").Events.Shop
  1672.  
  1673. Event:FireServer(A_1)
  1674. end)
  1675.  
  1676. openframe.Name = "openframe"
  1677. openframe.Parent = VictimisationV2
  1678. openframe.BackgroundColor3 = Color3.new(1, 1, 1)
  1679. openframe.BackgroundTransparency = 1
  1680. openframe.Position = UDim2.new(0.00424242206, 0, 0.878378391, 0)
  1681. openframe.Size = UDim2.new(0, 168, 0, 53)
  1682. openframe.Visible = false
  1683.  
  1684. openbutton.Name = "openbutton"
  1685. openbutton.Parent = openframe
  1686. openbutton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1687. openbutton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  1688. openbutton.BorderSizePixel = 4
  1689. openbutton.Size = UDim2.new(0, 168, 0, 53)
  1690. openbutton.Font = Enum.Font.SourceSansBold
  1691. openbutton.Text = "Open"
  1692. openbutton.TextColor3 = Color3.new(1, 1, 1)
  1693. openbutton.TextSize = 20
  1694. openbutton.MouseButton1Down:connect(function()
  1695. openframe.Visible = false
  1696. openbutton.Visible = false
  1697. MainFrame.Visible = true
  1698. end)
  1699. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement