· 6 years ago · Apr 05, 2020, 03:16 PM
1
2PASTEBIN
3GO API TOOLS FAQ DEALS
4paste
5
6xxkellyxxongod
7FREE
8My Pastes
9
10 Nothing here yet...
11
12Public Pastes
13
14 uber-2020-04-05.jsonJSON | 27 sec ago
15 2Lua | 31 sec ago
16 hotelRoomC# | 45 sec ago
17 UntitledYAML | 1 min ago
18 UntitledJSON | 2 min ago
19 UntitledJSON | 3 min ago
20 NikuldenJava | 3 min ago
21 UntitledDelphi | 3 min ago
22
23SHARE
24TWEET
25Untitled
26a guest Jun 16th, 2019 12,733 Never
27rawdownloadcloneembedreportprint Bash 76.76 KB
28
29local VictimisationV2 = Instance.new("ScreenGui")
30local LoginFrame = Instance.new("Frame")
31local bar1 = Instance.new("Frame")
32local bar2 = Instance.new("Frame")
33local loginframeexitbutton = Instance.new("TextButton")
34local title = Instance.new("TextLabel")
35local userbox = Instance.new("TextBox")
36local submit = Instance.new("TextButton")
37local MainFrame = Instance.new("Frame")
38local mbar1 = Instance.new("Frame")
39local mbar2 = Instance.new("Frame")
40local mtitle = Instance.new("TextLabel")
41local exitbutton = Instance.new("TextButton")
42local spawnerbutton = Instance.new("TextButton")
43local serverbutton = Instance.new("TextButton")
44local FarmButton = Instance.new("TextButton")
45local sbar1 = Instance.new("Frame")
46local sbar2 = Instance.new("Frame")
47local FlatsButton = Instance.new("TextButton")
48local GasStationButton = Instance.new("TextButton")
49local HoodButton = Instance.new("TextButton")
50local StudioButton = Instance.new("TextButton")
51local StageButton = Instance.new("TextButton")
52local NoodleStoreButton = Instance.new("TextButton")
53local MaskStoreButton = Instance.new("TextButton")
54local CarDealershipButton = Instance.new("TextButton")
55local SpawnButton = Instance.new("TextButton")
56local stitle = Instance.new("TextLabel")
57local exitbutton2 = Instance.new("TextLabel")
58local SpawnerFrame = Instance.new("ScrollingFrame")
59local Ak74uDrumButton = Instance.new("TextButton")
60local rbar1 = Instance.new("Frame")
61local rbar2 = Instance.new("Frame")
62local GlockDrumButton = Instance.new("TextButton")
63local GoldDeagleButton = Instance.new("TextButton")
64local GoldRossiButton = Instance.new("TextButton")
65local USP45Button = Instance.new("TextButton")
66local Mp5Button = Instance.new("TextButton")
67local RemingtonButton = Instance.new("TextButton")
68local GoldAkButton = Instance.new("TextButton")
69local PDGlockButton = Instance.new("TextButton")
70local BatonButton = Instance.new("TextButton")
71local stitle_2 = Instance.new("TextLabel")
72local PainKillersButton = Instance.new("TextButton")
73local BatteringRam = Instance.new("TextButton")
74local SprayPaintButton = Instance.new("TextButton")
75local PurpleGunButton = Instance.new("TextButton")
76local DeagleButton = Instance.new("TextButton")
77local RugerButton = Instance.new("TextButton")
78local M1911Button = Instance.new("TextButton")
79local GlockButton = Instance.new("TextButton")
80local RossiButton = Instance.new("TextButton")
81local Tec9Button = Instance.new("TextButton")
82local Ak74uButton = Instance.new("TextButton")
83local Mac10Button = Instance.new("TextButton")
84local TaserButton = Instance.new("TextButton")
85local MeleeWeaponsSection = Instance.new("TextLabel")
86local LunchButton = Instance.new("TextButton")
87local PrisonFoodButton = Instance.new("TextButton")
88local TacoButton = Instance.new("TextButton")
89local BurritoButton = Instance.new("TextButton")
90local NoodlesButton = Instance.new("TextButton")
91local ChipsButton = Instance.new("TextButton")
92local HammerButton = Instance.new("TextButton")
93local FoodSection = Instance.new("TextLabel")
94local RootBeerButton = Instance.new("TextButton")
95local RootCreamButton = Instance.new("TextButton")
96local CherrySpiceButton = Instance.new("TextButton")
97local ItemSection = Instance.new("TextLabel")
98local BriefcaseButton = Instance.new("TextButton")
99local DufflebagButton = Instance.new("TextButton")
100local FlashlightButton = Instance.new("TextButton")
101local CameraButton = Instance.new("TextButton")
102local GreenFlagButton = Instance.new("TextButton")
103local RedFlagButton = Instance.new("TextButton")
104local BlueFlagButton = Instance.new("TextButton")
105local BlackFlagButton = Instance.new("TextButton")
106local BalaclavaButton = Instance.new("TextButton")
107local exitbutton1 = Instance.new("TextButton")
108local ServerFrame = Instance.new("ScrollingFrame")
109local fbar1 = Instance.new("Frame")
110local fbar2 = Instance.new("Frame")
111local ftitle = Instance.new("TextLabel")
112local exitbutton3 = Instance.new("TextButton")
113local VictimName = Instance.new("TextBox")
114local GodButton = Instance.new("TextButton")
115local KillButton = Instance.new("TextButton")
116local LocalPlayerSection = Instance.new("TextLabel")
117local ShootDanceButton = Instance.new("TextButton")
118local MoneySection = Instance.new("TextLabel")
119local Add1M = Instance.new("TextButton")
120local Add5M = Instance.new("TextButton")
121local Add1B = Instance.new("TextButton")
122local Add10M = Instance.new("TextButton")
123local Add9e18 = Instance.new("TextButton")
124local AmmoSection = Instance.new("TextLabel")
125local InfiniteAmmoButton = Instance.new("TextButton")
126local WeaponForAmmo = Instance.new("TextBox")
127local AmmoSection_2 = Instance.new("TextLabel")
128local CopUniformButton = Instance.new("TextButton")
129local SpawnCopCarButton = Instance.new("TextButton")
130local ERTButton = Instance.new("TextButton")
131local BtoolsButton = Instance.new("TextButton")
132local HidenameButton = Instance.new("TextButton")
133local GodButton_2 = Instance.new("TextButton")
134local CopGunsButton = Instance.new("TextButton")
135local ClothesSection = Instance.new("TextLabel")
136local CorrectionsOfficerButton = Instance.new("TextButton")
137local PrisonerButton = Instance.new("TextButton")
138local RespawnButton = Instance.new("TextButton")
139local openframe = Instance.new("Frame")
140local openbutton = Instance.new("TextButton")
141--Properties:
142VictimisationV2.Name = "Victimisation V2"
143VictimisationV2.Parent = game.CoreGui
144
145LoginFrame.Name = "LoginFrame"
146LoginFrame.Parent = VictimisationV2
147LoginFrame.Active = true
148LoginFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
149LoginFrame.BorderSizePixel = 0
150LoginFrame.Position = UDim2.new(0.387215286, 0, 0.261670768, 0)
151LoginFrame.Selectable = true
152LoginFrame.Size = UDim2.new(0, 307, 0, 388)
153LoginFrame.Active = true
154LoginFrame.Draggable = true
155
156bar1.Name = "bar1"
157bar1.Parent = LoginFrame
158bar1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
159bar1.BorderSizePixel = 0
160bar1.Position = UDim2.new(-0.000602602959, 0, -0.00102061033, 0)
161bar1.Size = UDim2.new(0, 307, 0, 24)
162
163bar2.Name = "bar2"
164bar2.Parent = LoginFrame
165bar2.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
166bar2.BorderSizePixel = 0
167bar2.Position = UDim2.new(0, 0, 0.0618556701, 0)
168bar2.Size = UDim2.new(0, 307, 0, 6)
169
170loginframeexitbutton.Name = "loginframeexitbutton"
171loginframeexitbutton.Parent = LoginFrame
172loginframeexitbutton.BackgroundColor3 = Color3.new(1, 1, 1)
173loginframeexitbutton.BackgroundTransparency = 1
174loginframeexitbutton.Position = UDim2.new(0.908794761, 0, 0, 0)
175loginframeexitbutton.Size = UDim2.new(0, 28, 0, 24)
176loginframeexitbutton.Font = Enum.Font.SourceSansBold
177loginframeexitbutton.Text = "X"
178loginframeexitbutton.TextColor3 = Color3.new(1, 1, 1)
179loginframeexitbutton.TextSize = 20
180loginframeexitbutton.MouseButton1Down:connect(function()
181VictimisationV2:Destroy()
182end)
183
184title.Name = "title"
185title.Parent = LoginFrame
186title.BackgroundColor3 = Color3.new(1, 1, 1)
187title.BackgroundTransparency = 2
188title.Position = UDim2.new(0.172638431, 0, 0.15463917, 0)
189title.Size = UDim2.new(0, 201, 0, 33)
190title.Font = Enum.Font.SourceSansBold
191title.Text = "Victimisation V2"
192title.TextColor3 = Color3.new(1, 1, 1)
193title.TextScaled = true
194title.TextSize = 14
195title.TextWrapped = true
196
197userbox.Name = "userbox"
198userbox.Parent = LoginFrame
199userbox.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
200userbox.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
201userbox.BorderSizePixel = 4
202userbox.Position = UDim2.new(0.177257329, 0, 0.471123695, 0)
203userbox.Size = UDim2.new(0, 200, 0, 22)
204userbox.Font = Enum.Font.SourceSansBold
205userbox.Text = "Enter Whitelist Key..."
206userbox.TextColor3 = Color3.new(1, 1, 1)
207userbox.TextScaled = true
208userbox.TextSize = 14
209userbox.TextWrapped = true
210
211submit.Name = "submit"
212submit.Parent = LoginFrame
213submit.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
214submit.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
215submit.BorderSizePixel = 4
216submit.Position = UDim2.new(0.267934054, 0, 0.738506973, 0)
217submit.Size = UDim2.new(0, 141, 0, 38)
218submit.Font = Enum.Font.SourceSansBold
219submit.Text = "Login"
220submit.TextColor3 = Color3.new(1, 1, 1)
221submit.TextSize = 24
222submit.TextWrapped = true
223submit.MouseButton1Down:connect(function()
224if userbox.Text == "Dom" then
225MainFrame.Visible = true
226LoginFrame.Visible = false
227end
228
229end)
230
231submit.MouseButton1Down:connect(function()
232if userbox.Text == "Key" then
233MainFrame.Visible = true
234LoginFrame.Visible = false
235end
236
237end)
238
239submit.MouseButton1Down:connect(function()
240if userbox.Text == "woaini10" then
241MainFrame.Visible = true
242LoginFrame.Visible = false
243end
244
245end)
246
247submit.MouseButton1Down:connect(function()
248if userbox.Text == "PgWiWPP1EQTepUGVFv3D5LLxo2NRFXxQ" then
249MainFrame.Visible = true
250LoginFrame.Visible = false
251end
252
253end)
254
255MainFrame.Name = "MainFrame"
256MainFrame.Parent = VictimisationV2
257MainFrame.Active = true
258MainFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
259MainFrame.BorderSizePixel = 0
260MainFrame.Position = UDim2.new(0.335280687, 0, 0.288648665, 0)
261MainFrame.Selectable = true
262MainFrame.Size = UDim2.new(0, 450, 0, 344)
263MainFrame.Active = true
264MainFrame.Draggable = true
265MainFrame.Visible = false
266
267mbar1.Name = "mbar1"
268mbar1.Parent = MainFrame
269mbar1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
270mbar1.BorderSizePixel = 0
271mbar1.Size = UDim2.new(0, 450, 0, 28)
272
273mbar2.Name = "mbar2"
274mbar2.Parent = MainFrame
275mbar2.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
276mbar2.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
277mbar2.BorderSizePixel = 0
278mbar2.Position = UDim2.new(0, 0, 0.0813953504, 0)
279mbar2.Size = UDim2.new(0, 450, 0, 8)
280
281mtitle.Name = "mtitle"
282mtitle.Parent = MainFrame
283mtitle.BackgroundColor3 = Color3.new(1, 1, 1)
284mtitle.BackgroundTransparency = 1
285mtitle.BorderSizePixel = 0
286mtitle.Position = UDim2.new(-0.0133333327, 0, 0.0145348841, 0)
287mtitle.Size = UDim2.new(0, 149, 0, 18)
288mtitle.Font = Enum.Font.SourceSansBold
289mtitle.Text = "Victimisation V2"
290mtitle.TextColor3 = Color3.new(1, 1, 1)
291mtitle.TextSize = 20
292
293exitbutton.Name = "exitbutton"
294exitbutton.Parent = MainFrame
295exitbutton.BackgroundColor3 = Color3.new(1, 1, 1)
296exitbutton.BackgroundTransparency = 1
297exitbutton.Position = UDim2.new(0.93425256, 0, 0.000514253974, 0)
298exitbutton.Size = UDim2.new(0, 30, 0, 28)
299exitbutton.Font = Enum.Font.SourceSansBold
300exitbutton.Text = "X"
301exitbutton.TextColor3 = Color3.new(1, 1, 1)
302exitbutton.TextSize = 20
303exitbutton.MouseButton1Down:connect(function()
304MainFrame.Visible = false
305openframe.Visible = true
306openbutton.Visible = true
307end)
308
309spawnerbutton.Name = "spawnerbutton"
310spawnerbutton.Parent = MainFrame
311spawnerbutton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
312spawnerbutton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
313spawnerbutton.BorderSizePixel = 4
314spawnerbutton.Position = UDim2.new(0.153333336, 0, 0.494186044, 0)
315spawnerbutton.Size = UDim2.new(0, 142, 0, 41)
316spawnerbutton.Font = Enum.Font.SourceSansBold
317spawnerbutton.Text = "Spawner"
318spawnerbutton.TextColor3 = Color3.new(1, 1, 1)
319spawnerbutton.TextSize = 20
320spawnerbutton.MouseButton1Down:connect(function()
321MainFrame.Visible = false
322SpawnerFrame.Visible = true
323end)
324
325serverbutton.Name = "serverbutton"
326serverbutton.Parent = MainFrame
327serverbutton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
328serverbutton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
329serverbutton.BorderSizePixel = 4
330serverbutton.Position = UDim2.new(0.531111121, 0, 0.494186044, 0)
331serverbutton.Size = UDim2.new(0, 142, 0, 41)
332serverbutton.Font = Enum.Font.SourceSansBold
333serverbutton.Text = "Server"
334serverbutton.TextColor3 = Color3.new(1, 1, 1)
335serverbutton.TextSize = 20
336serverbutton.MouseButton1Down:connect(function()
337MainFrame.Visible = false
338ServerFrame.Visible = true
339end)
340
341SpawnerFrame.Name = "SpawnerFrame"
342SpawnerFrame.Parent = VictimisationV2
343SpawnerFrame.Active = true
344SpawnerFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
345SpawnerFrame.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
346SpawnerFrame.BorderSizePixel = 2
347SpawnerFrame.Position = UDim2.new(0.757531226, 0, 0.0835380852, 0)
348SpawnerFrame.Size = UDim2.new(0, 276, 0, 481)
349SpawnerFrame.Active = true
350SpawnerFrame.Draggable = true
351SpawnerFrame.Visible = false
352
353---lol if ur reading this ur gay
354local child = game.Players.LocalPlayer
355local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
356local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
357
358Ak74uDrumButton.Name = "Ak74uDrumButton"
359Ak74uDrumButton.Parent = SpawnerFrame
360Ak74uDrumButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
361Ak74uDrumButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
362Ak74uDrumButton.BorderSizePixel = 4
363Ak74uDrumButton.Position = UDim2.new(0.139323652, 0, 0.0345908664, 0)
364Ak74uDrumButton.Size = UDim2.new(0, 200, 0, 22)
365Ak74uDrumButton.Font = Enum.Font.SourceSansBold
366Ak74uDrumButton.Text = "Ak74uDrum"
367Ak74uDrumButton.TextColor3 = Color3.new(1, 1, 1)
368Ak74uDrumButton.TextSize = 20
369Ak74uDrumButton.MouseButton1Down:connect(function()
370local child = game.Players.LocalPlayer
371local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
372local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
373game.Workspace.Events.Shop:FireServer("Weps", 0, "Ak74uDrum", gui, confirm)
374end)
375
376rbar1.Name = "rbar1"
377rbar1.Parent = SpawnerFrame
378rbar1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
379rbar1.BorderSizePixel = 0
380rbar1.Size = UDim2.new(0, 276, 0, 29)
381
382rbar2.Name = "rbar2"
383rbar2.Parent = SpawnerFrame
384rbar2.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
385rbar2.BorderSizePixel = 0
386rbar2.Position = UDim2.new(0, 0, 0.0140334005, 0)
387rbar2.Size = UDim2.new(0, 276, 0, 6)
388
389GlockDrumButton.Name = "GlockDrumButton"
390GlockDrumButton.Parent = SpawnerFrame
391GlockDrumButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
392GlockDrumButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
393GlockDrumButton.BorderSizePixel = 4
394GlockDrumButton.Position = UDim2.new(0.139323652, 0, 0.0499471352, 0)
395GlockDrumButton.Size = UDim2.new(0, 200, 0, 22)
396GlockDrumButton.Font = Enum.Font.SourceSansBold
397GlockDrumButton.Text = "GlockDrum"
398GlockDrumButton.TextColor3 = Color3.new(1, 1, 1)
399GlockDrumButton.TextSize = 20
400GlockDrumButton.MouseButton1Down:connect(function()
401local child = game.Players.LocalPlayer
402local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
403local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
404game.Workspace.Events.Shop:FireServer("Weps", 0, "GlockDrum", gui, confirm)
405end)
406
407GoldDeagleButton.Name = "GoldDeagleButton"
408GoldDeagleButton.Parent = SpawnerFrame
409GoldDeagleButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
410GoldDeagleButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
411GoldDeagleButton.BorderSizePixel = 4
412GoldDeagleButton.Position = UDim2.new(0.139323652, 0, 0.0659176484, 0)
413GoldDeagleButton.Size = UDim2.new(0, 200, 0, 22)
414GoldDeagleButton.Font = Enum.Font.SourceSansBold
415GoldDeagleButton.Text = "GoldDeagle"
416GoldDeagleButton.TextColor3 = Color3.new(1, 1, 1)
417GoldDeagleButton.TextSize = 20
418GoldDeagleButton.MouseButton1Down:connect(function()
419local child = game.Players.LocalPlayer
420local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
421local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
422game.Workspace.Events.Shop:FireServer("Weps", 0, "GoldDeagle", gui, confirm)
423end)
424
425GoldRossiButton.Name = "GoldRossiButton"
426GoldRossiButton.Parent = SpawnerFrame
427GoldRossiButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
428GoldRossiButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
429GoldRossiButton.BorderSizePixel = 4
430GoldRossiButton.Position = UDim2.new(0.139323652, 0, 0.0818881691, 0)
431GoldRossiButton.Size = UDim2.new(0, 200, 0, 22)
432GoldRossiButton.Font = Enum.Font.SourceSansBold
433GoldRossiButton.Text = "GoldRossi"
434GoldRossiButton.TextColor3 = Color3.new(1, 1, 1)
435GoldRossiButton.TextSize = 20
436GoldRossiButton.MouseButton1Down:connect(function()
437local child = game.Players.LocalPlayer
438local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
439local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
440game.Workspace.Events.Shop:FireServer("Weps", 0, "GoldRossi", gui, confirm)
441end)
442
443USP45Button.Name = "USP45Button"
444USP45Button.Parent = SpawnerFrame
445USP45Button.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
446USP45Button.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
447USP45Button.BorderSizePixel = 4
448USP45Button.Position = UDim2.new(0.139323652, 0, 0.140241966, 0)
449USP45Button.Size = UDim2.new(0, 200, 0, 22)
450USP45Button.Font = Enum.Font.SourceSansBold
451USP45Button.Text = "USP45"
452USP45Button.TextColor3 = Color3.new(1, 1, 1)
453USP45Button.TextSize = 20
454USP45Button.MouseButton1Down:connect(function()
455local child = game.Players.LocalPlayer
456local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
457local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
458game.Workspace.Events.Shop:FireServer("Weps", 0, "USP45", gui, confirm)
459end)
460
461Mp5Button.Name = "Mp5Button"
462Mp5Button.Parent = SpawnerFrame
463Mp5Button.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
464Mp5Button.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
465Mp5Button.BorderSizePixel = 4
466Mp5Button.Position = UDim2.new(0.139323652, 0, 0.12672846, 0)
467Mp5Button.Size = UDim2.new(0, 200, 0, 22)
468Mp5Button.Font = Enum.Font.SourceSansBold
469Mp5Button.Text = "Mp5"
470Mp5Button.TextColor3 = Color3.new(1, 1, 1)
471Mp5Button.TextSize = 20
472Mp5Button.MouseButton1Down:connect(function()
473local child = game.Players.LocalPlayer
474local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
475local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
476game.Workspace.Events.Shop:FireServer("Weps", 0, "Mp5", gui, confirm)
477end)
478
479RemingtonButton.Name = "RemingtonButton"
480RemingtonButton.Parent = SpawnerFrame
481RemingtonButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
482RemingtonButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
483RemingtonButton.BorderSizePixel = 4
484RemingtonButton.Position = UDim2.new(0.139323652, 0, 0.111372195, 0)
485RemingtonButton.Size = UDim2.new(0, 200, 0, 22)
486RemingtonButton.Font = Enum.Font.SourceSansBold
487RemingtonButton.Text = "Remington"
488RemingtonButton.TextColor3 = Color3.new(1, 1, 1)
489RemingtonButton.TextSize = 20
490RemingtonButton.MouseButton1Down:connect(function()
491local child = game.Players.LocalPlayer
492local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
493local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
494game.Workspace.Events.Shop:FireServer("Weps", 0, "Remington", gui, confirm)
495end)
496
497GoldAkButton.Name = "GoldAkButton"
498GoldAkButton.Parent = SpawnerFrame
499GoldAkButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
500GoldAkButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
501GoldAkButton.BorderSizePixel = 4
502GoldAkButton.Position = UDim2.new(0.139323652, 0, 0.0960159302, 0)
503GoldAkButton.Size = UDim2.new(0, 200, 0, 22)
504GoldAkButton.Font = Enum.Font.SourceSansBold
505GoldAkButton.Text = "GoldAk"
506GoldAkButton.TextColor3 = Color3.new(1, 1, 1)
507GoldAkButton.TextSize = 20
508GoldAkButton.MouseButton1Down:connect(function()
509local child = game.Players.LocalPlayer
510local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
511local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
512game.Workspace.Events.Shop:FireServer("Weps", 0, "GoldAk", gui, confirm)
513end)
514
515PDGlockButton.Name = "PDGlockButton"
516PDGlockButton.Parent = SpawnerFrame
517PDGlockButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
518PDGlockButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
519PDGlockButton.BorderSizePixel = 4
520PDGlockButton.Position = UDim2.new(0.139323652, 0, 0.169725969, 0)
521PDGlockButton.Size = UDim2.new(0, 200, 0, 22)
522PDGlockButton.Font = Enum.Font.SourceSansBold
523PDGlockButton.Text = "PDGlock"
524PDGlockButton.TextColor3 = Color3.new(1, 1, 1)
525PDGlockButton.TextSize = 20
526PDGlockButton.MouseButton1Down:connect(function()
527local child = game.Players.LocalPlayer
528local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
529local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
530game.Workspace.Events.Shop:FireServer("Weps", 0, "PDGlock", gui, confirm)
531end)
532
533BatonButton.Name = "BatonButton"
534BatonButton.Parent = SpawnerFrame
535BatonButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
536BatonButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
537BatonButton.BorderSizePixel = 4
538BatonButton.Position = UDim2.new(0.139323652, 0, 0.156212464, 0)
539BatonButton.Size = UDim2.new(0, 200, 0, 22)
540BatonButton.Font = Enum.Font.SourceSansBold
541BatonButton.Text = "Baton"
542BatonButton.TextColor3 = Color3.new(1, 1, 1)
543BatonButton.TextSize = 20
544BatonButton.MouseButton1Down:connect(function()
545local child = game.Players.LocalPlayer
546local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
547local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
548game.Workspace.Events.Shop:FireServer("Weps", 0, "Baton", gui, confirm)
549end)
550
551stitle_2.Name = "stitle"
552stitle_2.Parent = SpawnerFrame
553stitle_2.BackgroundColor3 = Color3.new(1, 1, 1)
554stitle_2.BackgroundTransparency = 1
555stitle_2.Position = UDim2.new(-0.0434782803, 0, -0.000258631539, 0)
556stitle_2.Size = UDim2.new(0, 104, 0, 29)
557stitle_2.Font = Enum.Font.SourceSansBold
558stitle_2.Text = "Spawner"
559stitle_2.TextColor3 = Color3.new(1, 1, 1)
560stitle_2.TextSize = 20
561
562PainKillersButton.Name = "PainKillersButton"
563PainKillersButton.Parent = SpawnerFrame
564PainKillersButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
565PainKillersButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
566PainKillersButton.BorderSizePixel = 4
567PainKillersButton.Position = UDim2.new(0.139323652, 0, 0.749578595, 0)
568PainKillersButton.Size = UDim2.new(0, 200, 0, 22)
569PainKillersButton.Font = Enum.Font.SourceSansBold
570PainKillersButton.Text = "PainKillers"
571PainKillersButton.TextColor3 = Color3.new(1, 1, 1)
572PainKillersButton.TextSize = 20
573PainKillersButton.MouseButton1Down:connect(function()
574local child = game.Players.LocalPlayer
575local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
576local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
577game.Workspace.Events.Shop:FireServer("Items", 0, "PainKillers", gui, confirm)
578end)
579
580BatteringRam.Name = "BatteringRam"
581BatteringRam.Parent = SpawnerFrame
582BatteringRam.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
583BatteringRam.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
584BatteringRam.BorderSizePixel = 4
585BatteringRam.Position = UDim2.new(0.139323652, 0, 0.186925024, 0)
586BatteringRam.Size = UDim2.new(0, 200, 0, 22)
587BatteringRam.Font = Enum.Font.SourceSansBold
588BatteringRam.Text = "BatteringRam"
589BatteringRam.TextColor3 = Color3.new(1, 1, 1)
590BatteringRam.TextSize = 20
591BatteringRam.MouseButton1Down:connect(function()
592local child = game.Players.LocalPlayer
593local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
594local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
595game.Workspace.Events.Shop:FireServer("Weps", 0, "BatteringRam", gui, confirm)
596end)
597
598SprayPaintButton.Name = "SprayPaintButton"
599SprayPaintButton.Parent = SpawnerFrame
600SprayPaintButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
601SprayPaintButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
602SprayPaintButton.BorderSizePixel = 4
603SprayPaintButton.Position = UDim2.new(0.139323652, 0, 0.766777635, 0)
604SprayPaintButton.Size = UDim2.new(0, 200, 0, 22)
605SprayPaintButton.Font = Enum.Font.SourceSansBold
606SprayPaintButton.Text = "Spraypaint"
607SprayPaintButton.TextColor3 = Color3.new(1, 1, 1)
608SprayPaintButton.TextSize = 20
609SprayPaintButton.MouseButton1Down:connect(function()
610local child = game.Players.LocalPlayer
611local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
612local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
613game.Workspace.Events.Shop:FireServer("Items", 0, "SprayPaint", gui, confirm)
614end)
615
616PurpleGunButton.Name = "PurpleGunButton"
617PurpleGunButton.Parent = SpawnerFrame
618PurpleGunButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
619PurpleGunButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
620PurpleGunButton.BorderSizePixel = 4
621PurpleGunButton.Position = UDim2.new(0.139323652, 0, 0.338030666, 0)
622PurpleGunButton.Size = UDim2.new(0, 200, 0, 22)
623PurpleGunButton.Font = Enum.Font.SourceSansBold
624PurpleGunButton.Text = "PurpleGun"
625PurpleGunButton.TextColor3 = Color3.new(1, 1, 1)
626PurpleGunButton.TextSize = 20
627PurpleGunButton.MouseButton1Down:connect(function()
628local child = game.Players.LocalPlayer
629local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
630local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
631game.Workspace.Events.Shop:FireServer("Weps", 0, "PurpleGun", gui, confirm)
632end)
633
634DeagleButton.Name = "DeagleButton"
635DeagleButton.Parent = SpawnerFrame
636DeagleButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
637DeagleButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
638DeagleButton.BorderSizePixel = 4
639DeagleButton.Position = UDim2.new(0.139323652, 0, 0.323288649, 0)
640DeagleButton.Size = UDim2.new(0, 200, 0, 22)
641DeagleButton.Font = Enum.Font.SourceSansBold
642DeagleButton.Text = "Deagle"
643DeagleButton.TextColor3 = Color3.new(1, 1, 1)
644DeagleButton.TextSize = 20
645DeagleButton.MouseButton1Down:connect(function()
646local child = game.Players.LocalPlayer
647local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
648local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
649game.Workspace.Events.Shop:FireServer("Weps", 0, "Deagle", gui, confirm)
650end)
651
652RugerButton.Name = "RugerButton"
653RugerButton.Parent = SpawnerFrame
654RugerButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
655RugerButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
656RugerButton.BorderSizePixel = 4
657RugerButton.Position = UDim2.new(0.139323652, 0, 0.307318121, 0)
658RugerButton.Size = UDim2.new(0, 200, 0, 22)
659RugerButton.Font = Enum.Font.SourceSansBold
660RugerButton.Text = "Ruger"
661RugerButton.TextColor3 = Color3.new(1, 1, 1)
662RugerButton.TextSize = 20
663RugerButton.MouseButton1Down:connect(function()
664local child = game.Players.LocalPlayer
665local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
666local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
667game.Workspace.Events.Shop:FireServer("Weps", 0, "Ruger", gui, confirm)
668end)
669
670M1911Button.Name = "M1911Button"
671M1911Button.Parent = SpawnerFrame
672M1911Button.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
673M1911Button.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
674M1911Button.BorderSizePixel = 4
675M1911Button.Position = UDim2.new(0.139323652, 0, 0.293804616, 0)
676M1911Button.Size = UDim2.new(0, 200, 0, 22)
677M1911Button.Font = Enum.Font.SourceSansBold
678M1911Button.Text = "M1911"
679M1911Button.TextColor3 = Color3.new(1, 1, 1)
680M1911Button.TextSize = 20
681M1911Button.MouseButton1Down:connect(function()
682local child = game.Players.LocalPlayer
683local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
684local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
685game.Workspace.Events.Shop:FireServer("Weps", 0, "M1911", gui, confirm)
686end)
687
688GlockButton.Name = "GlockButton"
689GlockButton.Parent = SpawnerFrame
690GlockButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
691GlockButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
692GlockButton.BorderSizePixel = 4
693GlockButton.Position = UDim2.new(0.139323652, 0, 0.278448373, 0)
694GlockButton.Size = UDim2.new(0, 200, 0, 22)
695GlockButton.Font = Enum.Font.SourceSansBold
696GlockButton.Text = "Glock"
697GlockButton.TextColor3 = Color3.new(1, 1, 1)
698GlockButton.TextSize = 20
699GlockButton.MouseButton1Down:connect(function()
700local child = game.Players.LocalPlayer
701local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
702local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
703game.Workspace.Events.Shop:FireServer("Weps", 0, "Glock", gui, confirm)
704end)
705
706RossiButton.Name = "RossiButton"
707RossiButton.Parent = SpawnerFrame
708RossiButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
709RossiButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
710RossiButton.BorderSizePixel = 4
711RossiButton.Position = UDim2.new(0.139323652, 0, 0.263092101, 0)
712RossiButton.Size = UDim2.new(0, 200, 0, 22)
713RossiButton.Font = Enum.Font.SourceSansBold
714RossiButton.Text = "Rossi"
715RossiButton.TextColor3 = Color3.new(1, 1, 1)
716RossiButton.TextSize = 20
717RossiButton.MouseButton1Down:connect(function()
718local child = game.Players.LocalPlayer
719local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
720local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
721game.Workspace.Events.Shop:FireServer("Weps", 0, "Rossi", gui, confirm)
722end)
723
724Tec9Button.Name = "Tec9Button"
725Tec9Button.Parent = SpawnerFrame
726Tec9Button.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
727Tec9Button.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
728Tec9Button.BorderSizePixel = 4
729Tec9Button.Position = UDim2.new(0.139323652, 0, 0.232993811, 0)
730Tec9Button.Size = UDim2.new(0, 200, 0, 22)
731Tec9Button.Font = Enum.Font.SourceSansBold
732Tec9Button.Text = "Tec9"
733Tec9Button.TextColor3 = Color3.new(1, 1, 1)
734Tec9Button.TextSize = 20
735Tec9Button.MouseButton1Down:connect(function()
736local child = game.Players.LocalPlayer
737local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
738local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
739game.Workspace.Events.Shop:FireServer("Weps", 0, "Tec9", gui, confirm)
740end)
741
742Ak74uButton.Name = "Ak74uButton"
743Ak74uButton.Parent = SpawnerFrame
744Ak74uButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
745Ak74uButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
746Ak74uButton.BorderSizePixel = 4
747Ak74uButton.Position = UDim2.new(0.139323652, 0, 0.248964339, 0)
748Ak74uButton.Size = UDim2.new(0, 200, 0, 22)
749Ak74uButton.Font = Enum.Font.SourceSansBold
750Ak74uButton.Text = "Ak74u"
751Ak74uButton.TextColor3 = Color3.new(1, 1, 1)
752Ak74uButton.TextSize = 20
753Ak74uButton.MouseButton1Down:connect(function()
754local child = game.Players.LocalPlayer
755local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
756local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
757game.Workspace.Events.Shop:FireServer("Weps", 0, "Ak74u", gui, confirm)
758end)
759
760Mac10Button.Name = "Mac10Button"
761Mac10Button.Parent = SpawnerFrame
762Mac10Button.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
763Mac10Button.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
764Mac10Button.BorderSizePixel = 4
765Mac10Button.Position = UDim2.new(0.139323652, 0, 0.217023313, 0)
766Mac10Button.Size = UDim2.new(0, 200, 0, 22)
767Mac10Button.Font = Enum.Font.SourceSansBold
768Mac10Button.Text = "Mac10"
769Mac10Button.TextColor3 = Color3.new(1, 1, 1)
770Mac10Button.TextSize = 20
771Mac10Button.MouseButton1Down:connect(function()
772local child = game.Players.LocalPlayer
773local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
774local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
775game.Workspace.Events.Shop:FireServer("Weps", 0, "Mac10", gui, confirm)
776end)
777
778TaserButton.Name = "TaserButton"
779TaserButton.Parent = SpawnerFrame
780TaserButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
781TaserButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
782TaserButton.BorderSizePixel = 4
783TaserButton.Position = UDim2.new(0.139323652, 0, 0.201667041, 0)
784TaserButton.Size = UDim2.new(0, 200, 0, 22)
785TaserButton.Font = Enum.Font.SourceSansBold
786TaserButton.Text = "Taser"
787TaserButton.TextColor3 = Color3.new(1, 1, 1)
788TaserButton.TextSize = 20
789TaserButton.MouseButton1Down:connect(function()
790local child = game.Players.LocalPlayer
791local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
792local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
793game.Workspace.Events.Shop:FireServer("Weps", 0, "Taser", gui, confirm)
794end)
795
796MeleeWeaponsSection.Name = "MeleeWeaponsSection"
797MeleeWeaponsSection.Parent = SpawnerFrame
798MeleeWeaponsSection.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
799MeleeWeaponsSection.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
800MeleeWeaponsSection.BorderSizePixel = 4
801MeleeWeaponsSection.Position = UDim2.new(-0.043478258, 0, 0.364495158, 0)
802MeleeWeaponsSection.Size = UDim2.new(0, 277, 0, 15)
803MeleeWeaponsSection.Font = Enum.Font.SourceSansBold
804MeleeWeaponsSection.Text = " Melee Weapons"
805MeleeWeaponsSection.TextColor3 = Color3.new(1, 1, 1)
806MeleeWeaponsSection.TextSize = 20
807
808LunchButton.Name = "LunchButton"
809LunchButton.Parent = SpawnerFrame
810LunchButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
811LunchButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
812LunchButton.BorderSizePixel = 4
813LunchButton.Position = UDim2.new(0.139323652, 0, 0.514934897, 0)
814LunchButton.Size = UDim2.new(0, 200, 0, 22)
815LunchButton.Font = Enum.Font.SourceSansBold
816LunchButton.Text = "Lunch"
817LunchButton.TextColor3 = Color3.new(1, 1, 1)
818LunchButton.TextSize = 20
819LunchButton.MouseButton1Down:connect(function()
820local child = game.Players.LocalPlayer
821local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
822local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
823game.Workspace.Events.Shop:FireServer("Food", 0, "Lunch", gui, confirm)
824end)
825
826PrisonFoodButton.Name = "PrisonFoodButton"
827PrisonFoodButton.Parent = SpawnerFrame
828PrisonFoodButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
829PrisonFoodButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
830PrisonFoodButton.BorderSizePixel = 4
831PrisonFoodButton.Position = UDim2.new(0.139323652, 0, 0.49896428, 0)
832PrisonFoodButton.Size = UDim2.new(0, 200, 0, 22)
833PrisonFoodButton.Font = Enum.Font.SourceSansBold
834PrisonFoodButton.Text = "PrisonFood"
835PrisonFoodButton.TextColor3 = Color3.new(1, 1, 1)
836PrisonFoodButton.TextSize = 20
837PrisonFoodButton.MouseButton1Down:connect(function()
838local child = game.Players.LocalPlayer
839local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
840local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
841game.Workspace.Events.Shop:FireServer("Food", 0, "PrisonFood", gui, confirm)
842end)
843
844TacoButton.Name = "TacoButton"
845TacoButton.Parent = SpawnerFrame
846TacoButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
847TacoButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
848TacoButton.BorderSizePixel = 4
849TacoButton.Position = UDim2.new(0.139323652, 0, 0.482993752, 0)
850TacoButton.Size = UDim2.new(0, 200, 0, 22)
851TacoButton.Font = Enum.Font.SourceSansBold
852TacoButton.Text = "Taco"
853TacoButton.TextColor3 = Color3.new(1, 1, 1)
854TacoButton.TextSize = 20
855TacoButton.MouseButton1Down:connect(function()
856local child = game.Players.LocalPlayer
857local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
858local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
859game.Workspace.Events.Shop:FireServer("Food", 0, "Taco", gui, confirm)
860end)
861
862BurritoButton.Name = "BurritoButton"
863BurritoButton.Parent = SpawnerFrame
864BurritoButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
865BurritoButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
866BurritoButton.BorderSizePixel = 4
867BurritoButton.Position = UDim2.new(0.139323652, 0, 0.469480276, 0)
868BurritoButton.Size = UDim2.new(0, 200, 0, 22)
869BurritoButton.Font = Enum.Font.SourceSansBold
870BurritoButton.Text = "Burrito"
871BurritoButton.TextColor3 = Color3.new(1, 1, 1)
872BurritoButton.TextSize = 20
873BurritoButton.MouseButton1Down:connect(function()
874local child = game.Players.LocalPlayer
875local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
876local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
877game.Workspace.Events.Shop:FireServer("Food", 0, "Burrito", gui, confirm)
878end)
879
880NoodlesButton.Name = "NoodlesButton"
881NoodlesButton.Parent = SpawnerFrame
882NoodlesButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
883NoodlesButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
884NoodlesButton.BorderSizePixel = 4
885NoodlesButton.Position = UDim2.new(0.139323652, 0, 0.454124033, 0)
886NoodlesButton.Size = UDim2.new(0, 200, 0, 22)
887NoodlesButton.Font = Enum.Font.SourceSansBold
888NoodlesButton.Text = "Noodles"
889NoodlesButton.TextColor3 = Color3.new(1, 1, 1)
890NoodlesButton.TextSize = 20
891NoodlesButton.MouseButton1Down:connect(function()
892local child = game.Players.LocalPlayer
893local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
894local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
895game.Workspace.Events.Shop:FireServer("Food", 0, "Noodles", gui, confirm)
896end)
897
898ChipsButton.Name = "ChipsButton"
899ChipsButton.Parent = SpawnerFrame
900ChipsButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
901ChipsButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
902ChipsButton.BorderSizePixel = 4
903ChipsButton.Position = UDim2.new(0.139323652, 0, 0.438767761, 0)
904ChipsButton.Size = UDim2.new(0, 200, 0, 22)
905ChipsButton.Font = Enum.Font.SourceSansBold
906ChipsButton.Text = "Chips"
907ChipsButton.TextColor3 = Color3.new(1, 1, 1)
908ChipsButton.TextSize = 20
909ChipsButton.MouseButton1Down:connect(function()
910local child = game.Players.LocalPlayer
911local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
912local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
913game.Workspace.Events.Shop:FireServer("Food", 0, "Chips", gui, confirm)
914end)
915
916HammerButton.Name = "HammerButton"
917HammerButton.Parent = SpawnerFrame
918HammerButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
919HammerButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
920HammerButton.BorderSizePixel = 4
921HammerButton.Position = UDim2.new(0.135700464, 0, 0.391470462, 0)
922HammerButton.Size = UDim2.new(0, 200, 0, 22)
923HammerButton.Font = Enum.Font.SourceSansBold
924HammerButton.Text = "Hammer"
925HammerButton.TextColor3 = Color3.new(1, 1, 1)
926HammerButton.TextSize = 20
927HammerButton.MouseButton1Down:connect(function()
928local child = game.Players.LocalPlayer
929local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
930local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
931game.Workspace.Events.Shop:FireServer("Weps", 0, "Hammer", gui, confirm)
932end)
933
934FoodSection.Name = "FoodSection"
935FoodSection.Parent = SpawnerFrame
936FoodSection.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
937FoodSection.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
938FoodSection.BorderSizePixel = 4
939FoodSection.Position = UDim2.new(-0.043478258, 0, 0.420391947, 0)
940FoodSection.Size = UDim2.new(0, 277, 0, 15)
941FoodSection.Font = Enum.Font.SourceSansBold
942FoodSection.Text = " Food"
943FoodSection.TextColor3 = Color3.new(1, 1, 1)
944FoodSection.TextSize = 20
945
946RootBeerButton.Name = "RootBeerButton"
947RootBeerButton.Parent = SpawnerFrame
948RootBeerButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
949RootBeerButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
950RootBeerButton.BorderSizePixel = 4
951RootBeerButton.Position = UDim2.new(0.137681156, 0, 0.564349771, 0)
952RootBeerButton.Size = UDim2.new(0, 200, 0, 22)
953RootBeerButton.Font = Enum.Font.SourceSansBold
954RootBeerButton.Text = "RootBeer"
955RootBeerButton.TextColor3 = Color3.new(1, 1, 1)
956RootBeerButton.TextSize = 20
957RootBeerButton.MouseButton1Down:connect(function()
958local child = game.Players.LocalPlayer
959local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
960local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
961game.Workspace.Events.Shop:FireServer("Food", 0, "RootBeer", gui, confirm)
962end)
963
964RootCreamButton.Name = "RootCreamButton"
965RootCreamButton.Parent = SpawnerFrame
966RootCreamButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
967RootCreamButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
968RootCreamButton.BorderSizePixel = 4
969RootCreamButton.Position = UDim2.new(0.139323652, 0, 0.54749018, 0)
970RootCreamButton.Size = UDim2.new(0, 200, 0, 22)
971RootCreamButton.Font = Enum.Font.SourceSansBold
972RootCreamButton.Text = "RootCream"
973RootCreamButton.TextColor3 = Color3.new(1, 1, 1)
974RootCreamButton.TextSize = 20
975RootCreamButton.MouseButton1Down:connect(function()
976local child = game.Players.LocalPlayer
977local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
978local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
979game.Workspace.Events.Shop:FireServer("Food", 0, "RootCream", gui, confirm)
980end)
981
982CherrySpiceButton.Name = "CherrySpiceButton"
983CherrySpiceButton.Parent = SpawnerFrame
984CherrySpiceButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
985CherrySpiceButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
986CherrySpiceButton.BorderSizePixel = 4
987CherrySpiceButton.Position = UDim2.new(0.139323652, 0, 0.532133877, 0)
988CherrySpiceButton.Size = UDim2.new(0, 200, 0, 22)
989CherrySpiceButton.Font = Enum.Font.SourceSansBold
990CherrySpiceButton.Text = "CherrySpice"
991CherrySpiceButton.TextColor3 = Color3.new(1, 1, 1)
992CherrySpiceButton.TextSize = 20
993CherrySpiceButton.MouseButton1Down:connect(function()
994local child = game.Players.LocalPlayer
995local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
996local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
997game.Workspace.Events.Shop:FireServer("Food", 0, "CherrySpice", gui, confirm)
998end)
999
1000ItemSection.Name = "ItemSection"
1001ItemSection.Parent = SpawnerFrame
1002ItemSection.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
1003ItemSection.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
1004ItemSection.BorderSizePixel = 4
1005ItemSection.Position = UDim2.new(-0.043478258, 0, 0.586239636, 0)
1006ItemSection.Size = UDim2.new(0, 277, 0, 15)
1007ItemSection.Font = Enum.Font.SourceSansBold
1008ItemSection.Text = " Items "
1009ItemSection.TextColor3 = Color3.new(1, 1, 1)
1010ItemSection.TextSize = 20
1011
1012BriefcaseButton.Name = "BriefcaseButton"
1013BriefcaseButton.Parent = SpawnerFrame
1014BriefcaseButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
1015BriefcaseButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
1016BriefcaseButton.BorderSizePixel = 4
1017BriefcaseButton.Position = UDim2.new(0.137681156, 0, 0.732040167, 0)
1018BriefcaseButton.Size = UDim2.new(0, 200, 0, 22)
1019BriefcaseButton.Font = Enum.Font.SourceSansBold
1020BriefcaseButton.Text = "Briefcase"
1021BriefcaseButton.TextColor3 = Color3.new(1, 1, 1)
1022BriefcaseButton.TextSize = 20
1023BriefcaseButton.MouseButton1Down:connect(function()
1024local child = game.Players.LocalPlayer
1025local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
1026local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
1027game.Workspace.Events.Shop:FireServer("Items", 0, "Briefcase", gui, confirm)
1028end)
1029
1030DufflebagButton.Name = "DufflebagButton"
1031DufflebagButton.Parent = SpawnerFrame
1032DufflebagButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
1033DufflebagButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
1034DufflebagButton.BorderSizePixel = 4
1035DufflebagButton.Position = UDim2.new(0.139323652, 0, 0.715180576, 0)
1036DufflebagButton.Size = UDim2.new(0, 200, 0, 22)
1037DufflebagButton.Font = Enum.Font.SourceSansBold
1038DufflebagButton.Text = "Dufflebag"
1039DufflebagButton.TextColor3 = Color3.new(1, 1, 1)
1040DufflebagButton.TextSize = 20
1041DufflebagButton.MouseButton1Down:connect(function()
1042local child = game.Players.LocalPlayer
1043local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
1044local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
1045game.Workspace.Events.Shop:FireServer("Items", 0, "Dufflebag", gui, confirm)
1046end)
1047
1048FlashlightButton.Name = "FlashlightButton"
1049FlashlightButton.Parent = SpawnerFrame
1050FlashlightButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
1051FlashlightButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
1052FlashlightButton.BorderSizePixel = 4
1053FlashlightButton.Position = UDim2.new(0.139323652, 0, 0.699824274, 0)
1054FlashlightButton.Size = UDim2.new(0, 200, 0, 22)
1055FlashlightButton.Font = Enum.Font.SourceSansBold
1056FlashlightButton.Text = "Flashlight"
1057FlashlightButton.TextColor3 = Color3.new(1, 1, 1)
1058FlashlightButton.TextSize = 20
1059FlashlightButton.MouseButton1Down:connect(function()
1060local child = game.Players.LocalPlayer
1061local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
1062local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
1063game.Workspace.Events.Shop:FireServer("Items", 0, "Flashlight", gui, confirm)
1064end)
1065
1066CameraButton.Name = "CameraButton"
1067CameraButton.Parent = SpawnerFrame
1068CameraButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
1069CameraButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
1070CameraButton.BorderSizePixel = 4
1071CameraButton.Position = UDim2.new(0.139323652, 0, 0.682625294, 0)
1072CameraButton.Size = UDim2.new(0, 200, 0, 22)
1073CameraButton.Font = Enum.Font.SourceSansBold
1074CameraButton.Text = "Camera"
1075CameraButton.TextColor3 = Color3.new(1, 1, 1)
1076CameraButton.TextSize = 20
1077CameraButton.MouseButton1Down:connect(function()
1078local child = game.Players.LocalPlayer
1079local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
1080local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
1081game.Workspace.Events.Shop:FireServer("Items", 0, "Camera", gui, confirm)
1082end)
1083
1084GreenFlagButton.Name = "GreenFlagButton"
1085GreenFlagButton.Parent = SpawnerFrame
1086GreenFlagButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
1087GreenFlagButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
1088GreenFlagButton.BorderSizePixel = 4
1089GreenFlagButton.Position = UDim2.new(0.139323652, 0, 0.666654766, 0)
1090GreenFlagButton.Size = UDim2.new(0, 200, 0, 22)
1091GreenFlagButton.Font = Enum.Font.SourceSansBold
1092GreenFlagButton.Text = "GreenFlag"
1093GreenFlagButton.TextColor3 = Color3.new(1, 1, 1)
1094GreenFlagButton.TextSize = 20
1095GreenFlagButton.MouseButton1Down:connect(function()
1096local child = game.Players.LocalPlayer
1097local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
1098local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
1099game.Workspace.Events.Shop:FireServer("Items", 0, "GreenFlag", gui, confirm)
1100end)
1101
1102RedFlagButton.Name = "RedFlagButton"
1103RedFlagButton.Parent = SpawnerFrame
1104RedFlagButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
1105RedFlagButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
1106RedFlagButton.BorderSizePixel = 4
1107RedFlagButton.Position = UDim2.new(0.139323652, 0, 0.650684237, 0)
1108RedFlagButton.Size = UDim2.new(0, 200, 0, 22)
1109RedFlagButton.Font = Enum.Font.SourceSansBold
1110RedFlagButton.Text = "RedFlag"
1111RedFlagButton.TextColor3 = Color3.new(1, 1, 1)
1112RedFlagButton.TextSize = 20
1113RedFlagButton.MouseButton1Down:connect(function()
1114local child = game.Players.LocalPlayer
1115local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
1116local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
1117game.Workspace.Events.Shop:FireServer("Items", 0, "RedFlag", gui, confirm)
1118end)
1119
1120BlueFlagButton.Name = "BlueFlagButton"
1121BlueFlagButton.Parent = SpawnerFrame
1122BlueFlagButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
1123BlueFlagButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
1124BlueFlagButton.BorderSizePixel = 4
1125BlueFlagButton.Position = UDim2.new(0.139323652, 0, 0.621814489, 0)
1126BlueFlagButton.Size = UDim2.new(0, 200, 0, 22)
1127BlueFlagButton.Font = Enum.Font.SourceSansBold
1128BlueFlagButton.Text = "BlueFlag"
1129BlueFlagButton.TextColor3 = Color3.new(1, 1, 1)
1130BlueFlagButton.TextSize = 20
1131BlueFlagButton.MouseButton1Down:connect(function()
1132local child = game.Players.LocalPlayer
1133local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
1134local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
1135game.Workspace.Events.Shop:FireServer("Items", 0, "BlueFlag", gui, confirm)
1136end)
1137
1138BlackFlagButton.Name = "BlackFlagButton"
1139BlackFlagButton.Parent = SpawnerFrame
1140BlackFlagButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
1141BlackFlagButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
1142BlackFlagButton.BorderSizePixel = 4
1143BlackFlagButton.Position = UDim2.new(0.139323652, 0, 0.637170732, 0)
1144BlackFlagButton.Size = UDim2.new(0, 200, 0, 22)
1145BlackFlagButton.Font = Enum.Font.SourceSansBold
1146BlackFlagButton.Text = "BlackFlag"
1147BlackFlagButton.TextColor3 = Color3.new(1, 1, 1)
1148BlackFlagButton.TextSize = 20
1149BlackFlagButton.MouseButton1Down:connect(function()
1150local child = game.Players.LocalPlayer
1151local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
1152local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
1153game.Workspace.Events.Shop:FireServer("Items", 0, "BlackFlag", gui, confirm)
1154end)
1155
1156BalaclavaButton.Name = "BalaclavaButton"
1157BalaclavaButton.Parent = SpawnerFrame
1158BalaclavaButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
1159BalaclavaButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
1160BalaclavaButton.BorderSizePixel = 4
1161BalaclavaButton.Position = UDim2.new(0.139323652, 0, 0.606458187, 0)
1162BalaclavaButton.Size = UDim2.new(0, 200, 0, 22)
1163BalaclavaButton.Font = Enum.Font.SourceSansBold
1164BalaclavaButton.Text = "Balaclava"
1165BalaclavaButton.TextColor3 = Color3.new(1, 1, 1)
1166BalaclavaButton.TextSize = 20
1167BalaclavaButton.MouseButton1Down:connect(function()
1168local child = game.Players.LocalPlayer
1169local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
1170local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
1171game.Workspace.Events.Shop:FireServer("Items", 0, "Balaclava", gui, confirm)
1172end)
1173
1174exitbutton1.Name = "exitbutton1"
1175exitbutton1.Parent = SpawnerFrame
1176exitbutton1.BackgroundColor3 = Color3.new(1, 1, 1)
1177exitbutton1.BackgroundTransparency = 1
1178exitbutton1.Position = UDim2.new(0.860288084, 0, -0.000714247231, 0)
1179exitbutton1.Size = UDim2.new(0, 30, 0, 28)
1180exitbutton1.Font = Enum.Font.SourceSansBold
1181exitbutton1.Text = "X"
1182exitbutton1.TextColor3 = Color3.new(1, 1, 1)
1183exitbutton1.TextSize = 20
1184exitbutton1.MouseButton1Down:connect(function()
1185SpawnerFrame.Visible = false
1186MainFrame.Visible = true
1187end)
1188
1189ServerFrame.Name = "ServerFrame"
1190ServerFrame.Parent = VictimisationV2
1191ServerFrame.Active = true
1192ServerFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
1193ServerFrame.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
1194ServerFrame.BorderSizePixel = 2
1195ServerFrame.Position = UDim2.new(0.706098437, 0, 0.138820633, 0)
1196ServerFrame.Size = UDim2.new(0, 338, 0, 488)
1197ServerFrame.Active = true
1198ServerFrame.Draggable = true
1199ServerFrame.Visible = false
1200
1201fbar1.Name = "fbar1"
1202fbar1.Parent = ServerFrame
1203fbar1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
1204fbar1.BorderSizePixel = 0
1205fbar1.Size = UDim2.new(0, 338, 0, 29)
1206
1207fbar2.Name = "fbar2"
1208fbar2.Parent = ServerFrame
1209fbar2.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
1210fbar2.BorderSizePixel = 0
1211fbar2.Position = UDim2.new(0, 0, 0.0144740008, 0)
1212fbar2.Size = UDim2.new(0, 338, 0, 6)
1213
1214ftitle.Name = "ftitle"
1215ftitle.Parent = ServerFrame
1216ftitle.BackgroundColor3 = Color3.new(1, 1, 1)
1217ftitle.BackgroundTransparency = 1
1218ftitle.Position = UDim2.new(0.0177514553, 0, -0.00122850132, 0)
1219ftitle.Size = UDim2.new(0, 58, 0, 29)
1220ftitle.Font = Enum.Font.SourceSansBold
1221ftitle.Text = "Server"
1222ftitle.TextColor3 = Color3.new(1, 1, 1)
1223ftitle.TextSize = 20
1224
1225exitbutton3.Name = "exitbutton3"
1226exitbutton3.Parent = ServerFrame
1227exitbutton3.BackgroundColor3 = Color3.new(1, 1, 1)
1228exitbutton3.BackgroundTransparency = 1
1229exitbutton3.Position = UDim2.new(0.860288084, 0, -0.000714247231, 0)
1230exitbutton3.Size = UDim2.new(0, 30, 0, 28)
1231exitbutton3.Font = Enum.Font.SourceSansBold
1232exitbutton3.Text = "X"
1233exitbutton3.TextColor3 = Color3.new(1, 1, 1)
1234exitbutton3.TextSize = 20
1235exitbutton3.MouseButton1Down:connect(function()
1236ServerFrame.Visible = false
1237MainFrame.Visible = true
1238end)
1239
1240VictimName.Name = "VictimName"
1241VictimName.Parent = ServerFrame
1242VictimName.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
1243VictimName.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
1244VictimName.BorderSizePixel = 4
1245VictimName.Position = UDim2.new(0.180473387, 0, 0.0386977904, 0)
1246VictimName.Size = UDim2.new(0, 200, 0, 50)
1247VictimName.Font = Enum.Font.SourceSansBold
1248VictimName.Text = "Victim"
1249VictimName.TextColor3 = Color3.new(1, 1, 1)
1250VictimName.TextSize = 20
1251
1252GodButton.Name = "GodButton"
1253GodButton.Parent = ServerFrame
1254GodButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
1255GodButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
1256GodButton.BorderSizePixel = 4
1257GodButton.Position = UDim2.new(0.186390534, 0, 0.107493855, 0)
1258GodButton.Size = UDim2.new(0, 200, 0, 22)
1259GodButton.Font = Enum.Font.SourceSansBold
1260GodButton.Text = "God"
1261GodButton.TextColor3 = Color3.new(1, 1, 1)
1262GodButton.TextSize = 20
1263GodButton.MouseButton1Down:connect(function()
1264 local Descendants = game:GetDescendants()
1265 for index, Descendants in pairs(Descendants) do
1266 if Descendants:IsA("RemoteEvent") and Descendants.Name == "Damage" then
1267 while true do
1268 Descendants:FireServer(game.Players[VictimName.Text].Character.Humanoid, -math.huge, game.Players[VictimName.Text].Character)
1269 wait()
1270 end
1271 end
1272 end
1273end)
1274
1275KillButton.Name = "KillButton"
1276KillButton.Parent = ServerFrame
1277KillButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
1278KillButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
1279KillButton.BorderSizePixel = 4
1280KillButton.Position = UDim2.new(0.186390534, 0, 0.128378376, 0)
1281KillButton.Size = UDim2.new(0, 200, 0, 22)
1282KillButton.Font = Enum.Font.SourceSansBold
1283KillButton.Text = "Kill"
1284KillButton.TextColor3 = Color3.new(1, 1, 1)
1285KillButton.TextSize = 20
1286KillButton.MouseButton1Down:connect(function()
1287 local Descendants = game:GetDescendants()
1288 for index, Descendants in pairs(Descendants) do
1289 if Descendants:IsA("RemoteEvent") and Descendants.Name == "Damage" then
1290 Descendants:FireServer(game.Players[VictimName.Text].Character.Humanoid, math.huge, game.Players[VictimName.Text].Character)
1291 wait()
1292 Descendants:FireServer(game.Players[VictimName.Text].Character.Humanoid, math.huge, game.Players[VictimName.Text].Character)
1293 end
1294 end
1295end)
1296
1297LocalPlayerSection.Name = "LocalPlayerSection"
1298LocalPlayerSection.Parent = ServerFrame
1299LocalPlayerSection.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
1300LocalPlayerSection.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
1301LocalPlayerSection.BorderSizePixel = 4
1302LocalPlayerSection.Position = UDim2.new(0, 0, 0.152160779, 0)
1303LocalPlayerSection.Size = UDim2.new(0, 327, 0, 18)
1304LocalPlayerSection.Font = Enum.Font.SourceSansBold
1305LocalPlayerSection.Text = " LocalPlayer"
1306LocalPlayerSection.TextColor3 = Color3.new(1, 1, 1)
1307LocalPlayerSection.TextSize = 20
1308
1309ShootDanceButton.Name = "ShootDanceButton"
1310ShootDanceButton.Parent = ServerFrame
1311ShootDanceButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
1312ShootDanceButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
1313ShootDanceButton.BorderSizePixel = 4
1314ShootDanceButton.Position = UDim2.new(0.186390534, 0, 0.176289916, 0)
1315ShootDanceButton.Size = UDim2.new(0, 200, 0, 22)
1316ShootDanceButton.Font = Enum.Font.SourceSansBold
1317ShootDanceButton.Text = "Shoot Dance"
1318ShootDanceButton.TextColor3 = Color3.new(1, 1, 1)
1319ShootDanceButton.TextSize = 20
1320ShootDanceButton.MouseButton1Down:connect(function()
1321game.Players.LocalPlayer.Backpack.Cellphone.Idle.AnimationId = "rbxassetid://1383788676"
1322end)
1323
1324MoneySection.Name = "MoneySection"
1325MoneySection.Parent = ServerFrame
1326MoneySection.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
1327MoneySection.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
1328MoneySection.BorderSizePixel = 4
1329MoneySection.Position = UDim2.new(-0.00591715984, 0, 0.325379461, 0)
1330MoneySection.Size = UDim2.new(0, 327, 0, 18)
1331MoneySection.Font = Enum.Font.SourceSansBold
1332MoneySection.Text = " Money"
1333MoneySection.TextColor3 = Color3.new(1, 1, 1)
1334MoneySection.TextSize = 20
1335
1336Add1M.Name = "Add1M"
1337Add1M.Parent = ServerFrame
1338Add1M.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
1339Add1M.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
1340Add1M.BorderSizePixel = 4
1341Add1M.Position = UDim2.new(0.183431953, 0, 0.348894298, 0)
1342Add1M.Size = UDim2.new(0, 200, 0, 22)
1343Add1M.Font = Enum.Font.SourceSansBold
1344Add1M.Text = "Add $1,000,000"
1345Add1M.TextColor3 = Color3.new(1, 1, 1)
1346Add1M.TextSize = 20
1347Add1M.MouseButton1Down:connect(function()
1348game.Players.LocalPlayer.PlayerGui.TomCarsGunStore.Shop.Event:FireServer(game.Workspace.TomCars.Desk.Script.TomCarsGunStore.Shop,-1000000,1,1)
1349end)
1350
1351Add5M.Name = "Add5M"
1352Add5M.Parent = ServerFrame
1353Add5M.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
1354Add5M.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
1355Add5M.BorderSizePixel = 4
1356Add5M.Position = UDim2.new(0.183431953, 0, 0.369164586, 0)
1357Add5M.Size = UDim2.new(0, 200, 0, 22)
1358Add5M.Font = Enum.Font.SourceSansBold
1359Add5M.Text = "Add $5,000,000"
1360Add5M.TextColor3 = Color3.new(1, 1, 1)
1361Add5M.TextSize = 20
1362Add5M.MouseButton1Down:connect(function()
1363game.Players.LocalPlayer.PlayerGui.TomCarsGunStore.Shop.Event:FireServer(game.Workspace.TomCars.Desk.Script.TomCarsGunStore.Shop,-5000000,1,1)
1364end)
1365
1366Add1B.Name = "Add1B"
1367Add1B.Parent = ServerFrame
1368Add1B.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
1369Add1B.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
1370Add1B.BorderSizePixel = 4
1371Add1B.Position = UDim2.new(0.180473372, 0, 0.409705162, 0)
1372Add1B.Size = UDim2.new(0, 200, 0, 22)
1373Add1B.Font = Enum.Font.SourceSansBold
1374Add1B.Text = "Add $1,000,000,000"
1375Add1B.TextColor3 = Color3.new(1, 1, 1)
1376Add1B.TextSize = 20
1377Add1B.MouseButton1Down:connect(function()
1378game.Players.LocalPlayer.PlayerGui.TomCarsGunStore.Shop.Event:FireServer(game.Workspace.TomCars.Desk.Script.TomCarsGunStore.Shop,-1000000000,1,1)
1379end)
1380
1381Add10M.Name = "Add10M"
1382Add10M.Parent = ServerFrame
1383Add10M.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
1384Add10M.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
1385Add10M.BorderSizePixel = 4
1386Add10M.Position = UDim2.new(0.180473372, 0, 0.389434874, 0)
1387Add10M.Size = UDim2.new(0, 200, 0, 22)
1388Add10M.Font = Enum.Font.SourceSansBold
1389Add10M.Text = "Add $10,000,000"
1390Add10M.TextColor3 = Color3.new(1, 1, 1)
1391Add10M.TextSize = 20
1392Add10M.MouseButton1Down:connect(function()
1393game.Players.LocalPlayer.PlayerGui.TomCarsGunStore.Shop.Event:FireServer(game.Workspace.TomCars.Desk.Script.TomCarsGunStore.Shop,-10000000,1,1)
1394end)
1395
1396Add9e18.Name = "Add9e+18"
1397Add9e18.Parent = ServerFrame
1398Add9e18.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
1399Add9e18.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
1400Add9e18.BorderSizePixel = 4
1401Add9e18.Position = UDim2.new(0.180473372, 0, 0.429361165, 0)
1402Add9e18.Size = UDim2.new(0, 200, 0, 22)
1403Add9e18.Font = Enum.Font.SourceSansBold
1404Add9e18.Text = "Add $9e+18"
1405Add9e18.TextColor3 = Color3.new(1, 1, 1)
1406Add9e18.TextSize = 20
1407Add9e18.MouseButton1Down:connect(function()
1408game.Players.LocalPlayer.PlayerGui.TomCarsGunStore.Shop.Event:FireServer(game.Workspace.TomCars.Desk.Script.TomCarsGunStore.Shop,-9000000000000000000,1,1)
1409end)
1410
1411AmmoSection.Name = "AmmoSection"
1412AmmoSection.Parent = ServerFrame
1413AmmoSection.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
1414AmmoSection.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
1415AmmoSection.BorderSizePixel = 4
1416AmmoSection.Position = UDim2.new(-0.00887573976, 0, 0.4513008, 0)
1417AmmoSection.Size = UDim2.new(0, 327, 0, 18)
1418AmmoSection.Font = Enum.Font.SourceSansBold
1419AmmoSection.Text = "Weapon Ammo"
1420AmmoSection.TextColor3 = Color3.new(1, 1, 1)
1421AmmoSection.TextSize = 20
1422
1423InfiniteAmmoButton.Name = "InfiniteAmmoButton"
1424InfiniteAmmoButton.Parent = ServerFrame
1425InfiniteAmmoButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
1426InfiniteAmmoButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
1427InfiniteAmmoButton.BorderSizePixel = 4
1428InfiniteAmmoButton.Position = UDim2.new(0.177514806, 0, 0.529484034, 0)
1429InfiniteAmmoButton.Size = UDim2.new(0, 200, 0, 22)
1430InfiniteAmmoButton.Font = Enum.Font.SourceSansBold
1431InfiniteAmmoButton.Text = "999,999 Ammo"
1432InfiniteAmmoButton.TextColor3 = Color3.new(1, 1, 1)
1433InfiniteAmmoButton.TextSize = 20
1434InfiniteAmmoButton.MouseButton1Down:connect(function()
1435 local player = game.Players.LocalPlayer
1436local weapons = {WeaponForAmmo.Text}
1437local maxammo = 999999
1438
1439 for _,v in pairs(weapons) do
1440 if not player.Backpack:FindFirstChild(v) then
1441 warn(""..v.." is not part of backpack.")
1442 else
1443 player.Backpack[v].MaxAmmo.Value = maxammo
1444 end
1445 end
1446end)
1447
1448WeaponForAmmo.Name = "WeaponForAmmo"
1449WeaponForAmmo.Parent = ServerFrame
1450WeaponForAmmo.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
1451WeaponForAmmo.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
1452WeaponForAmmo.BorderSizePixel = 4
1453WeaponForAmmo.Position = UDim2.new(0.17159763, 0, 0.477886975, 0)
1454WeaponForAmmo.Size = UDim2.new(0, 200, 0, 50)
1455WeaponForAmmo.Font = Enum.Font.SourceSansBold
1456WeaponForAmmo.Text = "Weapon Name"
1457WeaponForAmmo.TextColor3 = Color3.new(1, 1, 1)
1458WeaponForAmmo.TextSize = 20
1459
1460AmmoSection_2.Name = "AmmoSection"
1461AmmoSection_2.Parent = ServerFrame
1462AmmoSection_2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
1463AmmoSection_2.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
1464AmmoSection_2.BorderSizePixel = 4
1465AmmoSection_2.Position = UDim2.new(-0.00887573976, 0, 0.567394197, 0)
1466AmmoSection_2.Size = UDim2.new(0, 327, 0, 18)
1467AmmoSection_2.Font = Enum.Font.SourceSansBold
1468AmmoSection_2.Text = "Cop Stuff"
1469AmmoSection_2.TextColor3 = Color3.new(1, 1, 1)
1470AmmoSection_2.TextSize = 20
1471
1472CopUniformButton.Name = "CopUniformButton"
1473CopUniformButton.Parent = ServerFrame
1474CopUniformButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
1475CopUniformButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
1476CopUniformButton.BorderSizePixel = 4
1477CopUniformButton.Position = UDim2.new(0.180473387, 0, 0.600737154, 0)
1478CopUniformButton.Size = UDim2.new(0, 200, 0, 22)
1479CopUniformButton.Font = Enum.Font.SourceSansBold
1480CopUniformButton.Text = "Cop Uniform"
1481CopUniformButton.TextColor3 = Color3.new(1, 1, 1)
1482CopUniformButton.TextSize = 20
1483CopUniformButton.MouseButton1Down:connect(function()
1484local amount = 1
1485local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
1486local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
1487 for i = 1,amount do
1488 game.Workspace.Events.Shop:FireServer("Hats", 0, "Badge", gui, confirm)
1489 end
1490--
1491
1492local amount = 1
1493local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
1494local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
1495 for i = 1,amount do
1496 game.Workspace.Events.Shop:FireServer("Hats", 0, "NBPDCap", gui, confirm)
1497 end
1498--
1499
1500local amount = 1
1501local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
1502local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
1503 for i = 1,amount do
1504 game.Workspace.Events.Shop:FireServer("Clothes", 0, "NBPD", gui, confirm)
1505 end
1506end)
1507
1508SpawnCopCarButton.Name = "SpawnCopCarButton"
1509SpawnCopCarButton.Parent = ServerFrame
1510SpawnCopCarButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
1511SpawnCopCarButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
1512SpawnCopCarButton.BorderSizePixel = 4
1513SpawnCopCarButton.Position = UDim2.new(0.183431968, 0, 0.620393157, 0)
1514SpawnCopCarButton.Size = UDim2.new(0, 200, 0, 22)
1515SpawnCopCarButton.Font = Enum.Font.SourceSansBold
1516SpawnCopCarButton.Text = "Spawn Cop Car"
1517SpawnCopCarButton.TextColor3 = Color3.new(1, 1, 1)
1518SpawnCopCarButton.TextSize = 20
1519SpawnCopCarButton.MouseButton1Down:connect(function()
1520 game.Workspace.Events.CopCarSpawn:FireServer()
1521end)
1522
1523ERTButton.Name = "ERTButton"
1524ERTButton.Parent = ServerFrame
1525ERTButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
1526ERTButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
1527ERTButton.BorderSizePixel = 4
1528ERTButton.Position = UDim2.new(0.183431968, 0, 0.640049219, 0)
1529ERTButton.Size = UDim2.new(0, 200, 0, 22)
1530ERTButton.Font = Enum.Font.SourceSansBold
1531ERTButton.Text = "ERT"
1532ERTButton.TextColor3 = Color3.new(1, 1, 1)
1533ERTButton.TextSize = 20
1534ERTButton.MouseButton1Down:connect(function()
1535local amount = 1
1536local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
1537local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
1538 for i = 1,amount do
1539 game.Workspace.Events.Shop:FireServer("Clothes", 0, "ERT", gui, confirm)
1540 end
1541local child = game.Players.LocalPlayer
1542local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
1543local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
1544game.Workspace.Events.Shop:FireServer("Weps", 0, "Mp5", gui, confirm)
1545game.Workspace.Events.Shop:FireServer("Weps", 0, "BatteringRam", gui, confirm)
1546game.Workspace.Events.Shop:FireServer("Weps", 0, "PDGlock", gui, confirm)
1547game.Workspace.Events.Shop:FireServer("Weps", 0, "Taser", gui, confirm)
1548game.Workspace.Events.Shop:FireServer("Weps", 0, "Baton", gui, confirm)
1549game.Workspace.Events.Shop:FireServer("Weps", 0, "USP45", gui, confirm)
1550game.Workspace.Events.Shop:FireServer("Weps", 0, "Remington", gui, confirm)
1551game.Workspace.Events.Shop:FireServer("Items", 0, "Balaclava", gui, confirm)
1552end)
1553
1554BtoolsButton.Name = "BtoolsButton"
1555BtoolsButton.Parent = ServerFrame
1556BtoolsButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
1557BtoolsButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
1558BtoolsButton.BorderSizePixel = 4
1559BtoolsButton.Position = UDim2.new(0.18934913, 0, 0.219287515, 0)
1560BtoolsButton.Size = UDim2.new(0, 200, 0, 22)
1561BtoolsButton.Font = Enum.Font.SourceSansBold
1562BtoolsButton.Text = "Btools"
1563BtoolsButton.TextColor3 = Color3.new(1, 1, 1)
1564BtoolsButton.TextSize = 20
1565BtoolsButton.MouseButton1Down:connect(function()
1566 local CloneTool = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
1567 local GrabTool = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
1568 local DeleteTool = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
1569 CloneTool.BinType = "Clone"
1570 GrabTool.BinType = "Grab"
1571 DeleteTool.BinType = "Hammer"
1572end)
1573
1574HidenameButton.Name = "Hidename Button"
1575HidenameButton.Parent = ServerFrame
1576HidenameButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
1577HidenameButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
1578HidenameButton.BorderSizePixel = 4
1579HidenameButton.Position = UDim2.new(0.18934913, 0, 0.198403001, 0)
1580HidenameButton.Size = UDim2.new(0, 200, 0, 22)
1581HidenameButton.Font = Enum.Font.SourceSansBold
1582HidenameButton.Text = "[REMOVED]"
1583HidenameButton.TextColor3 = Color3.new(1, 1, 1)
1584HidenameButton.TextSize = 20
1585HidenameButton.MouseButton1Down:connect(function()
1586local victimisationiscool = game:GetService'Players'.LocalPlayer
1587victimisationiscool.Character.Head.Card:Destroy()
1588end)
1589
1590GodButton_2.Name = "GodButton"
1591GodButton_2.Parent = ServerFrame
1592GodButton_2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
1593GodButton_2.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
1594GodButton_2.BorderSizePixel = 4
1595GodButton_2.Position = UDim2.new(0.186390534, 0, 0.0866093338, 0)
1596GodButton_2.Size = UDim2.new(0, 200, 0, 22)
1597GodButton_2.Font = Enum.Font.SourceSansBold
1598GodButton_2.Text = "Kill All"
1599GodButton_2.TextColor3 = Color3.new(1, 1, 1)
1600GodButton_2.TextSize = 20
1601GodButton_2.Visible = true
1602GodButton_2.MouseButton1Down:connect(function()
1603for i,v in pairs(workspace:GetDescendants()) do
1604 if v:IsA'RemoteEvent' and v.Name == 'Damage' then
1605 for i,p in pairs(game:service'Players':GetPlayers()) do
1606 pcall(function()
1607 if p ~= game:service'Players'.LocalPlayer then
1608 v:FireServer(p.Character.Humanoid, 100, p.Character.Head)
1609 end
1610 end)
1611 end
1612 end
1613end
1614end)
1615
1616CopGunsButton.Name = "CopGunsButton"
1617CopGunsButton.Parent = ServerFrame
1618CopGunsButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
1619CopGunsButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
1620CopGunsButton.BorderSizePixel = 4
1621CopGunsButton.Position = UDim2.new(0.180473387, 0, 0.659090996, 0)
1622CopGunsButton.Size = UDim2.new(0, 200, 0, 22)
1623CopGunsButton.Font = Enum.Font.SourceSansBold
1624CopGunsButton.Text = "Cop Guns"
1625CopGunsButton.TextColor3 = Color3.new(1, 1, 1)
1626CopGunsButton.TextSize = 20
1627CopGunsButton.MouseButton1Down:connect(function()
1628local child = game.Players.LocalPlayer
1629local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
1630local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
1631game.Workspace.Events.Shop:FireServer("Weps", 0, "Mp5", gui, confirm)
1632game.Workspace.Events.Shop:FireServer("Weps", 0, "BatteringRam", gui, confirm)
1633game.Workspace.Events.Shop:FireServer("Weps", 0, "PDGlock", gui, confirm)
1634game.Workspace.Events.Shop:FireServer("Weps", 0, "Taser", gui, confirm)
1635game.Workspace.Events.Shop:FireServer("Weps", 0, "Baton", gui, confirm)
1636game.Workspace.Events.Shop:FireServer("Weps", 0, "USP45", gui, confirm)
1637game.Workspace.Events.Shop:FireServer("Weps", 0, "Remington", gui, confirm)
1638end)
1639
1640ClothesSection.Name = "ClothesSection"
1641ClothesSection.Parent = ServerFrame
1642ClothesSection.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
1643ClothesSection.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
1644ClothesSection.BorderSizePixel = 4
1645ClothesSection.Position = UDim2.new(-1.86264515e-09, 0, 0.26272589, 0)
1646ClothesSection.Size = UDim2.new(0, 327, 0, 18)
1647ClothesSection.Font = Enum.Font.SourceSansBold
1648ClothesSection.Text = "Change Clothing"
1649ClothesSection.TextColor3 = Color3.new(1, 1, 1)
1650ClothesSection.TextSize = 20
1651
1652CorrectionsOfficerButton.Name = "CorrectionsOfficerButton"
1653CorrectionsOfficerButton.Parent = ServerFrame
1654CorrectionsOfficerButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
1655CorrectionsOfficerButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
1656CorrectionsOfficerButton.BorderSizePixel = 4
1657CorrectionsOfficerButton.Position = UDim2.new(0.17159763, 0, 0.281326741, 0)
1658CorrectionsOfficerButton.Size = UDim2.new(0, 200, 0, 22)
1659CorrectionsOfficerButton.Font = Enum.Font.SourceSansBold
1660CorrectionsOfficerButton.Text = "Corrections Officer"
1661CorrectionsOfficerButton.TextColor3 = Color3.new(1, 1, 1)
1662CorrectionsOfficerButton.TextSize = 20
1663CorrectionsOfficerButton.MouseButton1Down:connect(function()
1664 local GUI = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
1665local Confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
1666game.Workspace.Events.Shop:FireServer("Clothes", 0, "NBCF", GUI, Confirm)
1667end)
1668
1669PrisonerButton.Name = "PrisonerButton"
1670PrisonerButton.Parent = ServerFrame
1671PrisonerButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
1672PrisonerButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
1673PrisonerButton.BorderSizePixel = 4
1674PrisonerButton.Position = UDim2.new(0.17159763, 0, 0.300982773, 0)
1675PrisonerButton.Size = UDim2.new(0, 200, 0, 22)
1676PrisonerButton.Font = Enum.Font.SourceSansBold
1677PrisonerButton.Text = "Prisoner"
1678PrisonerButton.TextColor3 = Color3.new(1, 1, 1)
1679PrisonerButton.TextSize = 20
1680PrisonerButton.MouseButton1Down:connect(function()
1681 local GUI = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
1682local Confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
1683game.Workspace.Events.Shop:FireServer("Clothes", 0, "Prisoner", GUI, Confirm)
1684end)
1685
1686RespawnButton.Name = "RespawnButton"
1687RespawnButton.Parent = ServerFrame
1688RespawnButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
1689RespawnButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
1690RespawnButton.BorderSizePixel = 4
1691RespawnButton.Position = UDim2.new(0.18934913, 0, 0.242014781, 0)
1692RespawnButton.Size = UDim2.new(0, 200, 0, 22)
1693RespawnButton.Font = Enum.Font.SourceSansBold
1694RespawnButton.Text = "Respawn"
1695RespawnButton.TextColor3 = Color3.new(1, 1, 1)
1696RespawnButton.TextSize = 20
1697RespawnButton.MouseButton1Down:Connect(function()
1698local A_1 = "JoinGame"
1699local Event = game:GetService("Workspace").Events.Shop
1700
1701Event:FireServer(A_1)
1702end)
1703
1704openframe.Name = "openframe"
1705openframe.Parent = VictimisationV2
1706openframe.BackgroundColor3 = Color3.new(1, 1, 1)
1707openframe.BackgroundTransparency = 1
1708openframe.Position = UDim2.new(0.00424242206, 0, 0.878378391, 0)
1709openframe.Size = UDim2.new(0, 168, 0, 53)
1710openframe.Visible = false
1711
1712openbutton.Name = "openbutton"
1713openbutton.Parent = openframe
1714openbutton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
1715openbutton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
1716openbutton.BorderSizePixel = 4
1717openbutton.Size = UDim2.new(0, 168, 0, 53)
1718openbutton.Font = Enum.Font.SourceSansBold
1719openbutton.Text = "Open"
1720openbutton.TextColor3 = Color3.new(1, 1, 1)
1721openbutton.TextSize = 20
1722openbutton.MouseButton1Down:connect(function()
1723openframe.Visible = false
1724openbutton.Visible = false
1725MainFrame.Visible = true
1726end)
1727
1728 -- Scripts:
1729
1730RAW Paste Data
1731local VictimisationV2 = Instance.new("ScreenGui")
1732local LoginFrame = Instance.new("Frame")
1733local bar1 = Instance.new("Frame")
1734local bar2 = Instance.new("Frame")
1735local loginframeexitbutton = Instance.new("TextButton")
1736local title = Instance.new("TextLabel")
1737local userbox = Instance.new("TextBox")
1738local submit = Instance.new("TextButton")
1739local MainFrame = Instance.new("Frame")
1740local mbar1 = Instance.new("Frame")
1741local mbar2 = Instance.new("Frame")
1742local mtitle = Instance.new("TextLabel")
1743local exitbutton = Instance.new("TextButton")
1744local spawnerbutton = Instance.new("TextButton")
1745local serverbutton = Instance.new("TextButton")
1746local FarmButton = Instance.new("TextButton")
1747local sbar1 = Instance.new("Frame")
1748local sbar2 = Instance.new("Frame")
1749local FlatsButton = Instance.new("TextButton")
1750local GasStationButton = Instance.new("TextButton")
1751local HoodButton = Instance.new("TextButton")
1752local StudioButton = Instance.new("TextButton")
1753local StageButton = Instance.new("TextButton")
1754local NoodleStoreButton = Instance.new("TextButton")
1755local MaskStoreButton = Instance.new("TextButton")
1756local CarDealershipButton = Instance.new("TextButton")
1757local SpawnButton = Instance.new("TextButton")
1758local stitle = Instance.new("TextLabel")
1759local exitbutton2 = Instance.new("TextLabel")
1760local SpawnerFrame = Instance.new("ScrollingFrame")
1761local Ak74uDrumButton = Instance.new("TextButton")
1762local rbar1 = Instance.new("Frame")
1763local rbar2 = Instance.new("Frame")
1764local GlockDrumButton = Instance.new("TextButton")
1765local GoldDeagleButton = Instance.new("TextButton")
1766local GoldRossiButton = Instance.new("TextButton")
1767local USP45Button = Instance.new("TextButton")
1768local Mp5Button = Instance.new("TextButton")
1769local RemingtonButton = Instance.new("TextButton")
1770local GoldAkButton = Instance.new("TextButton")
1771local PDGlockButton = Instance.new("TextButton")
1772local BatonButton = Instance.new("TextButton")
1773local stitle_2 = Instance.new("TextLabel")
1774local PainKillersButton = Instance.new("TextButton")
1775local BatteringRam = Instance.new("TextButton")
1776local SprayPaintButton = Instance.new("TextButton")
1777local PurpleGunButton = Instance.new("TextButton")
1778local DeagleButton = Instance.new("TextButton")
1779local RugerButton = Instance.new("TextButton")
1780local M1911Button = Instance.new("TextButton")
1781local GlockButton = Instance.new("TextButton")
1782local RossiButton = Instance.new("TextButton")
1783local Tec9Button = Instance.new("TextButton")
1784local Ak74uButton = Instance.new("TextButton")
1785local Mac10Button = Instance.new("TextButton")
1786local TaserButton = Instance.new("TextButton")
1787local MeleeWeaponsSection = Instance.new("TextLabel")
1788local LunchButton = Instance.new("TextButton")
1789local PrisonFoodButton = Instance.new("TextButton")
1790local TacoButton = Instance.new("TextButton")
1791local BurritoButton = Instance.new("TextButton")
1792local NoodlesButton = Instance.new("TextButton")
1793local ChipsButton = Instance.new("TextButton")
1794local HammerButton = Instance.new("TextButton")
1795local FoodSection = Instance.new("TextLabel")
1796local RootBeerButton = Instance.new("TextButton")
1797local RootCreamButton = Instance.new("TextButton")
1798local CherrySpiceButton = Instance.new("TextButton")
1799local ItemSection = Instance.new("TextLabel")
1800local BriefcaseButton = Instance.new("TextButton")
1801local DufflebagButton = Instance.new("TextButton")
1802local FlashlightButton = Instance.new("TextButton")
1803local CameraButton = Instance.new("TextButton")
1804local GreenFlagButton = Instance.new("TextButton")
1805local RedFlagButton = Instance.new("TextButton")
1806local BlueFlagButton = Instance.new("TextButton")
1807local BlackFlagButton = Instance.new("TextButton")
1808local BalaclavaButton = Instance.new("TextButton")
1809local exitbutton1 = Instance.new("TextButton")
1810local ServerFrame = Instance.new("ScrollingFrame")
1811local fbar1 = Instance.new("Frame")
1812local fbar2 = Instance.new("Frame")
1813local ftitle = Instance.new("TextLabel")
1814local exitbutton3 = Instance.new("TextButton")
1815local VictimName = Instance.new("TextBox")
1816local GodButton = Instance.new("TextButton")
1817local KillButton = Instance.new("TextButton")
1818local LocalPlayerSection = Instance.new("TextLabel")
1819local ShootDanceButton = Instance.new("TextButton")
1820local MoneySection = Instance.new("TextLabel")
1821local Add1M = Instance.new("TextButton")
1822local Add5M = Instance.new("TextButton")
1823local Add1B = Instance.new("TextButton")
1824local Add10M = Instance.new("TextButton")
1825local Add9e18 = Instance.new("TextButton")
1826local AmmoSection = Instance.new("TextLabel")
1827local InfiniteAmmoButton = Instance.new("TextButton")
1828local WeaponForAmmo = Instance.new("TextBox")
1829local AmmoSection_2 = Instance.new("TextLabel")
1830local CopUniformButton = Instance.new("TextButton")
1831local SpawnCopCarButton = Instance.new("TextButton")
1832local ERTButton = Instance.new("TextButton")
1833local BtoolsButton = Instance.new("TextButton")
1834local HidenameButton = Instance.new("TextButton")
1835local GodButton_2 = Instance.new("TextButton")
1836local CopGunsButton = Instance.new("TextButton")
1837local ClothesSection = Instance.new("TextLabel")
1838local CorrectionsOfficerButton = Instance.new("TextButton")
1839local PrisonerButton = Instance.new("TextButton")
1840local RespawnButton = Instance.new("TextButton")
1841local openframe = Instance.new("Frame")
1842local openbutton = Instance.new("TextButton")
1843--Properties:
1844VictimisationV2.Name = "Victimisation V2"
1845VictimisationV2.Parent = game.CoreGui
1846
1847LoginFrame.Name = "LoginFrame"
1848LoginFrame.Parent = VictimisationV2
1849LoginFrame.Active = true
1850LoginFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
1851LoginFrame.BorderSizePixel = 0
1852LoginFrame.Position = UDim2.new(0.387215286, 0, 0.261670768, 0)
1853LoginFrame.Selectable = true
1854LoginFrame.Size = UDim2.new(0, 307, 0, 388)
1855LoginFrame.Active = true
1856LoginFrame.Draggable = true
1857
1858bar1.Name = "bar1"
1859bar1.Parent = LoginFrame
1860bar1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
1861bar1.BorderSizePixel = 0
1862bar1.Position = UDim2.new(-0.000602602959, 0, -0.00102061033, 0)
1863bar1.Size = UDim2.new(0, 307, 0, 24)
1864
1865bar2.Name = "bar2"
1866bar2.Parent = LoginFrame
1867bar2.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
1868bar2.BorderSizePixel = 0
1869bar2.Position = UDim2.new(0, 0, 0.0618556701, 0)
1870bar2.Size = UDim2.new(0, 307, 0, 6)
1871
1872loginframeexitbutton.Name = "loginframeexitbutton"
1873loginframeexitbutton.Parent = LoginFrame
1874loginframeexitbutton.BackgroundColor3 = Color3.new(1, 1, 1)
1875loginframeexitbutton.BackgroundTransparency = 1
1876loginframeexitbutton.Position = UDim2.new(0.908794761, 0, 0, 0)
1877loginframeexitbutton.Size = UDim2.new(0, 28, 0, 24)
1878loginframeexitbutton.Font = Enum.Font.SourceSansBold
1879loginframeexitbutton.Text = "X"
1880loginframeexitbutton.TextColor3 = Color3.new(1, 1, 1)
1881loginframeexitbutton.TextSize = 20
1882loginframeexitbutton.MouseButton1Down:connect(function()
1883VictimisationV2:Destroy()
1884end)
1885
1886title.Name = "title"
1887title.Parent = LoginFrame
1888title.BackgroundColor3 = Color3.new(1, 1, 1)
1889title.BackgroundTransparency = 2
1890title.Position = UDim2.new(0.172638431, 0, 0.15463917, 0)
1891title.Size = UDim2.new(0, 201, 0, 33)
1892title.Font = Enum.Font.SourceSansBold
1893title.Text = "Victimisation V2"
1894title.TextColor3 = Color3.new(1, 1, 1)
1895title.TextScaled = true
1896title.TextSize = 14
1897title.TextWrapped = true
1898
1899userbox.Name = "userbox"
1900userbox.Parent = LoginFrame
1901userbox.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
1902userbox.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
1903userbox.BorderSizePixel = 4
1904userbox.Position = UDim2.new(0.177257329, 0, 0.471123695, 0)
1905userbox.Size = UDim2.new(0, 200, 0, 22)
1906userbox.Font = Enum.Font.SourceSansBold
1907userbox.Text = "Enter Whitelist Key..."
1908userbox.TextColor3 = Color3.new(1, 1, 1)
1909userbox.TextScaled = true
1910userbox.TextSize = 14
1911userbox.TextWrapped = true
1912
1913submit.Name = "submit"
1914submit.Parent = LoginFrame
1915submit.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
1916submit.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
1917submit.BorderSizePixel = 4
1918submit.Position = UDim2.new(0.267934054, 0, 0.738506973, 0)
1919submit.Size = UDim2.new(0, 141, 0, 38)
1920submit.Font = Enum.Font.SourceSansBold
1921submit.Text = "Login"
1922submit.TextColor3 = Color3.new(1, 1, 1)
1923submit.TextSize = 24
1924submit.TextWrapped = true
1925submit.MouseButton1Down:connect(function()
1926if userbox.Text == "Dom" then
1927MainFrame.Visible = true
1928LoginFrame.Visible = false
1929end
1930
1931end)
1932
1933submit.MouseButton1Down:connect(function()
1934if userbox.Text == "Key" then
1935MainFrame.Visible = true
1936LoginFrame.Visible = false
1937end
1938
1939end)
1940
1941submit.MouseButton1Down:connect(function()
1942if userbox.Text == "woaini10" then
1943MainFrame.Visible = true
1944LoginFrame.Visible = false
1945end
1946
1947end)
1948
1949submit.MouseButton1Down:connect(function()
1950if userbox.Text == "PgWiWPP1EQTepUGVFv3D5LLxo2NRFXxQ" then
1951MainFrame.Visible = true
1952LoginFrame.Visible = false
1953end
1954
1955end)
1956
1957MainFrame.Name = "MainFrame"
1958MainFrame.Parent = VictimisationV2
1959MainFrame.Active = true
1960MainFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
1961MainFrame.BorderSizePixel = 0
1962MainFrame.Position = UDim2.new(0.335280687, 0, 0.288648665, 0)
1963MainFrame.Selectable = true
1964MainFrame.Size = UDim2.new(0, 450, 0, 344)
1965MainFrame.Active = true
1966MainFrame.Draggable = true
1967MainFrame.Visible = false
1968
1969mbar1.Name = "mbar1"
1970mbar1.Parent = MainFrame
1971mbar1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
1972mbar1.BorderSizePixel = 0
1973mbar1.Size = UDim2.new(0, 450, 0, 28)
1974
1975mbar2.Name = "mbar2"
1976mbar2.Parent = MainFrame
1977mbar2.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
1978mbar2.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
1979mbar2.BorderSizePixel = 0
1980mbar2.Position = UDim2.new(0, 0, 0.0813953504, 0)
1981mbar2.Size = UDim2.new(0, 450, 0, 8)
1982
1983mtitle.Name = "mtitle"
1984mtitle.Parent = MainFrame
1985mtitle.BackgroundColor3 = Color3.new(1, 1, 1)
1986mtitle.BackgroundTransparency = 1
1987mtitle.BorderSizePixel = 0
1988mtitle.Position = UDim2.new(-0.0133333327, 0, 0.0145348841, 0)
1989mtitle.Size = UDim2.new(0, 149, 0, 18)
1990mtitle.Font = Enum.Font.SourceSansBold
1991mtitle.Text = "Victimisation V2"
1992mtitle.TextColor3 = Color3.new(1, 1, 1)
1993mtitle.TextSize = 20
1994
1995exitbutton.Name = "exitbutton"
1996exitbutton.Parent = MainFrame
1997exitbutton.BackgroundColor3 = Color3.new(1, 1, 1)
1998exitbutton.BackgroundTransparency = 1
1999exitbutton.Position = UDim2.new(0.93425256, 0, 0.000514253974, 0)
2000exitbutton.Size = UDim2.new(0, 30, 0, 28)
2001exitbutton.Font = Enum.Font.SourceSansBold
2002exitbutton.Text = "X"
2003exitbutton.TextColor3 = Color3.new(1, 1, 1)
2004exitbutton.TextSize = 20
2005exitbutton.MouseButton1Down:connect(function()
2006MainFrame.Visible = false
2007openframe.Visible = true
2008openbutton.Visible = true
2009end)
2010
2011spawnerbutton.Name = "spawnerbutton"
2012spawnerbutton.Parent = MainFrame
2013spawnerbutton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
2014spawnerbutton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
2015spawnerbutton.BorderSizePixel = 4
2016spawnerbutton.Position = UDim2.new(0.153333336, 0, 0.494186044, 0)
2017spawnerbutton.Size = UDim2.new(0, 142, 0, 41)
2018spawnerbutton.Font = Enum.Font.SourceSansBold
2019spawnerbutton.Text = "Spawner"
2020spawnerbutton.TextColor3 = Color3.new(1, 1, 1)
2021spawnerbutton.TextSize = 20
2022spawnerbutton.MouseButton1Down:connect(function()
2023MainFrame.Visible = false
2024SpawnerFrame.Visible = true
2025end)
2026
2027serverbutton.Name = "serverbutton"
2028serverbutton.Parent = MainFrame
2029serverbutton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
2030serverbutton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
2031serverbutton.BorderSizePixel = 4
2032serverbutton.Position = UDim2.new(0.531111121, 0, 0.494186044, 0)
2033serverbutton.Size = UDim2.new(0, 142, 0, 41)
2034serverbutton.Font = Enum.Font.SourceSansBold
2035serverbutton.Text = "Server"
2036serverbutton.TextColor3 = Color3.new(1, 1, 1)
2037serverbutton.TextSize = 20
2038serverbutton.MouseButton1Down:connect(function()
2039MainFrame.Visible = false
2040ServerFrame.Visible = true
2041end)
2042
2043SpawnerFrame.Name = "SpawnerFrame"
2044SpawnerFrame.Parent = VictimisationV2
2045SpawnerFrame.Active = true
2046SpawnerFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
2047SpawnerFrame.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
2048SpawnerFrame.BorderSizePixel = 2
2049SpawnerFrame.Position = UDim2.new(0.757531226, 0, 0.0835380852, 0)
2050SpawnerFrame.Size = UDim2.new(0, 276, 0, 481)
2051SpawnerFrame.Active = true
2052SpawnerFrame.Draggable = true
2053SpawnerFrame.Visible = false
2054
2055---lol if ur reading this ur gay
2056local child = game.Players.LocalPlayer
2057local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
2058local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
2059
2060Ak74uDrumButton.Name = "Ak74uDrumButton"
2061Ak74uDrumButton.Parent = SpawnerFrame
2062Ak74uDrumButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
2063Ak74uDrumButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
2064Ak74uDrumButton.BorderSizePixel = 4
2065Ak74uDrumButton.Position = UDim2.new(0.139323652, 0, 0.0345908664, 0)
2066Ak74uDrumButton.Size = UDim2.new(0, 200, 0, 22)
2067Ak74uDrumButton.Font = Enum.Font.SourceSansBold
2068Ak74uDrumButton.Text = "Ak74uDrum"
2069Ak74uDrumButton.TextColor3 = Color3.new(1, 1, 1)
2070Ak74uDrumButton.TextSize = 20
2071Ak74uDrumButton.MouseButton1Down:connect(function()
2072local child = game.Players.LocalPlayer
2073local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
2074local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
2075game.Workspace.Events.Shop:FireServer("Weps", 0, "Ak74uDrum", gui, confirm)
2076end)
2077
2078rbar1.Name = "rbar1"
2079rbar1.Parent = SpawnerFrame
2080rbar1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
2081rbar1.BorderSizePixel = 0
2082rbar1.Size = UDim2.new(0, 276, 0, 29)
2083
2084rbar2.Name = "rbar2"
2085rbar2.Parent = SpawnerFrame
2086rbar2.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
2087rbar2.BorderSizePixel = 0
2088rbar2.Position = UDim2.new(0, 0, 0.0140334005, 0)
2089rbar2.Size = UDim2.new(0, 276, 0, 6)
2090
2091GlockDrumButton.Name = "GlockDrumButton"
2092GlockDrumButton.Parent = SpawnerFrame
2093GlockDrumButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
2094GlockDrumButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
2095GlockDrumButton.BorderSizePixel = 4
2096GlockDrumButton.Position = UDim2.new(0.139323652, 0, 0.0499471352, 0)
2097GlockDrumButton.Size = UDim2.new(0, 200, 0, 22)
2098GlockDrumButton.Font = Enum.Font.SourceSansBold
2099GlockDrumButton.Text = "GlockDrum"
2100GlockDrumButton.TextColor3 = Color3.new(1, 1, 1)
2101GlockDrumButton.TextSize = 20
2102GlockDrumButton.MouseButton1Down:connect(function()
2103local child = game.Players.LocalPlayer
2104local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
2105local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
2106game.Workspace.Events.Shop:FireServer("Weps", 0, "GlockDrum", gui, confirm)
2107end)
2108
2109GoldDeagleButton.Name = "GoldDeagleButton"
2110GoldDeagleButton.Parent = SpawnerFrame
2111GoldDeagleButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
2112GoldDeagleButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
2113GoldDeagleButton.BorderSizePixel = 4
2114GoldDeagleButton.Position = UDim2.new(0.139323652, 0, 0.0659176484, 0)
2115GoldDeagleButton.Size = UDim2.new(0, 200, 0, 22)
2116GoldDeagleButton.Font = Enum.Font.SourceSansBold
2117GoldDeagleButton.Text = "GoldDeagle"
2118GoldDeagleButton.TextColor3 = Color3.new(1, 1, 1)
2119GoldDeagleButton.TextSize = 20
2120GoldDeagleButton.MouseButton1Down:connect(function()
2121local child = game.Players.LocalPlayer
2122local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
2123local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
2124game.Workspace.Events.Shop:FireServer("Weps", 0, "GoldDeagle", gui, confirm)
2125end)
2126
2127GoldRossiButton.Name = "GoldRossiButton"
2128GoldRossiButton.Parent = SpawnerFrame
2129GoldRossiButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
2130GoldRossiButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
2131GoldRossiButton.BorderSizePixel = 4
2132GoldRossiButton.Position = UDim2.new(0.139323652, 0, 0.0818881691, 0)
2133GoldRossiButton.Size = UDim2.new(0, 200, 0, 22)
2134GoldRossiButton.Font = Enum.Font.SourceSansBold
2135GoldRossiButton.Text = "GoldRossi"
2136GoldRossiButton.TextColor3 = Color3.new(1, 1, 1)
2137GoldRossiButton.TextSize = 20
2138GoldRossiButton.MouseButton1Down:connect(function()
2139local child = game.Players.LocalPlayer
2140local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
2141local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
2142game.Workspace.Events.Shop:FireServer("Weps", 0, "GoldRossi", gui, confirm)
2143end)
2144
2145USP45Button.Name = "USP45Button"
2146USP45Button.Parent = SpawnerFrame
2147USP45Button.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
2148USP45Button.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
2149USP45Button.BorderSizePixel = 4
2150USP45Button.Position = UDim2.new(0.139323652, 0, 0.140241966, 0)
2151USP45Button.Size = UDim2.new(0, 200, 0, 22)
2152USP45Button.Font = Enum.Font.SourceSansBold
2153USP45Button.Text = "USP45"
2154USP45Button.TextColor3 = Color3.new(1, 1, 1)
2155USP45Button.TextSize = 20
2156USP45Button.MouseButton1Down:connect(function()
2157local child = game.Players.LocalPlayer
2158local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
2159local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
2160game.Workspace.Events.Shop:FireServer("Weps", 0, "USP45", gui, confirm)
2161end)
2162
2163Mp5Button.Name = "Mp5Button"
2164Mp5Button.Parent = SpawnerFrame
2165Mp5Button.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
2166Mp5Button.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
2167Mp5Button.BorderSizePixel = 4
2168Mp5Button.Position = UDim2.new(0.139323652, 0, 0.12672846, 0)
2169Mp5Button.Size = UDim2.new(0, 200, 0, 22)
2170Mp5Button.Font = Enum.Font.SourceSansBold
2171Mp5Button.Text = "Mp5"
2172Mp5Button.TextColor3 = Color3.new(1, 1, 1)
2173Mp5Button.TextSize = 20
2174Mp5Button.MouseButton1Down:connect(function()
2175local child = game.Players.LocalPlayer
2176local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
2177local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
2178game.Workspace.Events.Shop:FireServer("Weps", 0, "Mp5", gui, confirm)
2179end)
2180
2181RemingtonButton.Name = "RemingtonButton"
2182RemingtonButton.Parent = SpawnerFrame
2183RemingtonButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
2184RemingtonButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
2185RemingtonButton.BorderSizePixel = 4
2186RemingtonButton.Position = UDim2.new(0.139323652, 0, 0.111372195, 0)
2187RemingtonButton.Size = UDim2.new(0, 200, 0, 22)
2188RemingtonButton.Font = Enum.Font.SourceSansBold
2189RemingtonButton.Text = "Remington"
2190RemingtonButton.TextColor3 = Color3.new(1, 1, 1)
2191RemingtonButton.TextSize = 20
2192RemingtonButton.MouseButton1Down:connect(function()
2193local child = game.Players.LocalPlayer
2194local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
2195local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
2196game.Workspace.Events.Shop:FireServer("Weps", 0, "Remington", gui, confirm)
2197end)
2198
2199GoldAkButton.Name = "GoldAkButton"
2200GoldAkButton.Parent = SpawnerFrame
2201GoldAkButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
2202GoldAkButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
2203GoldAkButton.BorderSizePixel = 4
2204GoldAkButton.Position = UDim2.new(0.139323652, 0, 0.0960159302, 0)
2205GoldAkButton.Size = UDim2.new(0, 200, 0, 22)
2206GoldAkButton.Font = Enum.Font.SourceSansBold
2207GoldAkButton.Text = "GoldAk"
2208GoldAkButton.TextColor3 = Color3.new(1, 1, 1)
2209GoldAkButton.TextSize = 20
2210GoldAkButton.MouseButton1Down:connect(function()
2211local child = game.Players.LocalPlayer
2212local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
2213local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
2214game.Workspace.Events.Shop:FireServer("Weps", 0, "GoldAk", gui, confirm)
2215end)
2216
2217PDGlockButton.Name = "PDGlockButton"
2218PDGlockButton.Parent = SpawnerFrame
2219PDGlockButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
2220PDGlockButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
2221PDGlockButton.BorderSizePixel = 4
2222PDGlockButton.Position = UDim2.new(0.139323652, 0, 0.169725969, 0)
2223PDGlockButton.Size = UDim2.new(0, 200, 0, 22)
2224PDGlockButton.Font = Enum.Font.SourceSansBold
2225PDGlockButton.Text = "PDGlock"
2226PDGlockButton.TextColor3 = Color3.new(1, 1, 1)
2227PDGlockButton.TextSize = 20
2228PDGlockButton.MouseButton1Down:connect(function()
2229local child = game.Players.LocalPlayer
2230local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
2231local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
2232game.Workspace.Events.Shop:FireServer("Weps", 0, "PDGlock", gui, confirm)
2233end)
2234
2235BatonButton.Name = "BatonButton"
2236BatonButton.Parent = SpawnerFrame
2237BatonButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
2238BatonButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
2239BatonButton.BorderSizePixel = 4
2240BatonButton.Position = UDim2.new(0.139323652, 0, 0.156212464, 0)
2241BatonButton.Size = UDim2.new(0, 200, 0, 22)
2242BatonButton.Font = Enum.Font.SourceSansBold
2243BatonButton.Text = "Baton"
2244BatonButton.TextColor3 = Color3.new(1, 1, 1)
2245BatonButton.TextSize = 20
2246BatonButton.MouseButton1Down:connect(function()
2247local child = game.Players.LocalPlayer
2248local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
2249local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
2250game.Workspace.Events.Shop:FireServer("Weps", 0, "Baton", gui, confirm)
2251end)
2252
2253stitle_2.Name = "stitle"
2254stitle_2.Parent = SpawnerFrame
2255stitle_2.BackgroundColor3 = Color3.new(1, 1, 1)
2256stitle_2.BackgroundTransparency = 1
2257stitle_2.Position = UDim2.new(-0.0434782803, 0, -0.000258631539, 0)
2258stitle_2.Size = UDim2.new(0, 104, 0, 29)
2259stitle_2.Font = Enum.Font.SourceSansBold
2260stitle_2.Text = "Spawner"
2261stitle_2.TextColor3 = Color3.new(1, 1, 1)
2262stitle_2.TextSize = 20
2263
2264PainKillersButton.Name = "PainKillersButton"
2265PainKillersButton.Parent = SpawnerFrame
2266PainKillersButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
2267PainKillersButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
2268PainKillersButton.BorderSizePixel = 4
2269PainKillersButton.Position = UDim2.new(0.139323652, 0, 0.749578595, 0)
2270PainKillersButton.Size = UDim2.new(0, 200, 0, 22)
2271PainKillersButton.Font = Enum.Font.SourceSansBold
2272PainKillersButton.Text = "PainKillers"
2273PainKillersButton.TextColor3 = Color3.new(1, 1, 1)
2274PainKillersButton.TextSize = 20
2275PainKillersButton.MouseButton1Down:connect(function()
2276local child = game.Players.LocalPlayer
2277local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
2278local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
2279game.Workspace.Events.Shop:FireServer("Items", 0, "PainKillers", gui, confirm)
2280end)
2281
2282BatteringRam.Name = "BatteringRam"
2283BatteringRam.Parent = SpawnerFrame
2284BatteringRam.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
2285BatteringRam.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
2286BatteringRam.BorderSizePixel = 4
2287BatteringRam.Position = UDim2.new(0.139323652, 0, 0.186925024, 0)
2288BatteringRam.Size = UDim2.new(0, 200, 0, 22)
2289BatteringRam.Font = Enum.Font.SourceSansBold
2290BatteringRam.Text = "BatteringRam"
2291BatteringRam.TextColor3 = Color3.new(1, 1, 1)
2292BatteringRam.TextSize = 20
2293BatteringRam.MouseButton1Down:connect(function()
2294local child = game.Players.LocalPlayer
2295local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
2296local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
2297game.Workspace.Events.Shop:FireServer("Weps", 0, "BatteringRam", gui, confirm)
2298end)
2299
2300SprayPaintButton.Name = "SprayPaintButton"
2301SprayPaintButton.Parent = SpawnerFrame
2302SprayPaintButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
2303SprayPaintButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
2304SprayPaintButton.BorderSizePixel = 4
2305SprayPaintButton.Position = UDim2.new(0.139323652, 0, 0.766777635, 0)
2306SprayPaintButton.Size = UDim2.new(0, 200, 0, 22)
2307SprayPaintButton.Font = Enum.Font.SourceSansBold
2308SprayPaintButton.Text = "Spraypaint"
2309SprayPaintButton.TextColor3 = Color3.new(1, 1, 1)
2310SprayPaintButton.TextSize = 20
2311SprayPaintButton.MouseButton1Down:connect(function()
2312local child = game.Players.LocalPlayer
2313local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
2314local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
2315game.Workspace.Events.Shop:FireServer("Items", 0, "SprayPaint", gui, confirm)
2316end)
2317
2318PurpleGunButton.Name = "PurpleGunButton"
2319PurpleGunButton.Parent = SpawnerFrame
2320PurpleGunButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
2321PurpleGunButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
2322PurpleGunButton.BorderSizePixel = 4
2323PurpleGunButton.Position = UDim2.new(0.139323652, 0, 0.338030666, 0)
2324PurpleGunButton.Size = UDim2.new(0, 200, 0, 22)
2325PurpleGunButton.Font = Enum.Font.SourceSansBold
2326PurpleGunButton.Text = "PurpleGun"
2327PurpleGunButton.TextColor3 = Color3.new(1, 1, 1)
2328PurpleGunButton.TextSize = 20
2329PurpleGunButton.MouseButton1Down:connect(function()
2330local child = game.Players.LocalPlayer
2331local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
2332local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
2333game.Workspace.Events.Shop:FireServer("Weps", 0, "PurpleGun", gui, confirm)
2334end)
2335
2336DeagleButton.Name = "DeagleButton"
2337DeagleButton.Parent = SpawnerFrame
2338DeagleButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
2339DeagleButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
2340DeagleButton.BorderSizePixel = 4
2341DeagleButton.Position = UDim2.new(0.139323652, 0, 0.323288649, 0)
2342DeagleButton.Size = UDim2.new(0, 200, 0, 22)
2343DeagleButton.Font = Enum.Font.SourceSansBold
2344DeagleButton.Text = "Deagle"
2345DeagleButton.TextColor3 = Color3.new(1, 1, 1)
2346DeagleButton.TextSize = 20
2347DeagleButton.MouseButton1Down:connect(function()
2348local child = game.Players.LocalPlayer
2349local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
2350local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
2351game.Workspace.Events.Shop:FireServer("Weps", 0, "Deagle", gui, confirm)
2352end)
2353
2354RugerButton.Name = "RugerButton"
2355RugerButton.Parent = SpawnerFrame
2356RugerButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
2357RugerButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
2358RugerButton.BorderSizePixel = 4
2359RugerButton.Position = UDim2.new(0.139323652, 0, 0.307318121, 0)
2360RugerButton.Size = UDim2.new(0, 200, 0, 22)
2361RugerButton.Font = Enum.Font.SourceSansBold
2362RugerButton.Text = "Ruger"
2363RugerButton.TextColor3 = Color3.new(1, 1, 1)
2364RugerButton.TextSize = 20
2365RugerButton.MouseButton1Down:connect(function()
2366local child = game.Players.LocalPlayer
2367local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
2368local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
2369game.Workspace.Events.Shop:FireServer("Weps", 0, "Ruger", gui, confirm)
2370end)
2371
2372M1911Button.Name = "M1911Button"
2373M1911Button.Parent = SpawnerFrame
2374M1911Button.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
2375M1911Button.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
2376M1911Button.BorderSizePixel = 4
2377M1911Button.Position = UDim2.new(0.139323652, 0, 0.293804616, 0)
2378M1911Button.Size = UDim2.new(0, 200, 0, 22)
2379M1911Button.Font = Enum.Font.SourceSansBold
2380M1911Button.Text = "M1911"
2381M1911Button.TextColor3 = Color3.new(1, 1, 1)
2382M1911Button.TextSize = 20
2383M1911Button.MouseButton1Down:connect(function()
2384local child = game.Players.LocalPlayer
2385local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
2386local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
2387game.Workspace.Events.Shop:FireServer("Weps", 0, "M1911", gui, confirm)
2388end)
2389
2390GlockButton.Name = "GlockButton"
2391GlockButton.Parent = SpawnerFrame
2392GlockButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
2393GlockButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
2394GlockButton.BorderSizePixel = 4
2395GlockButton.Position = UDim2.new(0.139323652, 0, 0.278448373, 0)
2396GlockButton.Size = UDim2.new(0, 200, 0, 22)
2397GlockButton.Font = Enum.Font.SourceSansBold
2398GlockButton.Text = "Glock"
2399GlockButton.TextColor3 = Color3.new(1, 1, 1)
2400GlockButton.TextSize = 20
2401GlockButton.MouseButton1Down:connect(function()
2402local child = game.Players.LocalPlayer
2403local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
2404local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
2405game.Workspace.Events.Shop:FireServer("Weps", 0, "Glock", gui, confirm)
2406end)
2407
2408RossiButton.Name = "RossiButton"
2409RossiButton.Parent = SpawnerFrame
2410RossiButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
2411RossiButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
2412RossiButton.BorderSizePixel = 4
2413RossiButton.Position = UDim2.new(0.139323652, 0, 0.263092101, 0)
2414RossiButton.Size = UDim2.new(0, 200, 0, 22)
2415RossiButton.Font = Enum.Font.SourceSansBold
2416RossiButton.Text = "Rossi"
2417RossiButton.TextColor3 = Color3.new(1, 1, 1)
2418RossiButton.TextSize = 20
2419RossiButton.MouseButton1Down:connect(function()
2420local child = game.Players.LocalPlayer
2421local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
2422local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
2423game.Workspace.Events.Shop:FireServer("Weps", 0, "Rossi", gui, confirm)
2424end)
2425
2426Tec9Button.Name = "Tec9Button"
2427Tec9Button.Parent = SpawnerFrame
2428Tec9Button.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
2429Tec9Button.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
2430Tec9Button.BorderSizePixel = 4
2431Tec9Button.Position = UDim2.new(0.139323652, 0, 0.232993811, 0)
2432Tec9Button.Size = UDim2.new(0, 200, 0, 22)
2433Tec9Button.Font = Enum.Font.SourceSansBold
2434Tec9Button.Text = "Tec9"
2435Tec9Button.TextColor3 = Color3.new(1, 1, 1)
2436Tec9Button.TextSize = 20
2437Tec9Button.MouseButton1Down:connect(function()
2438local child = game.Players.LocalPlayer
2439local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
2440local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
2441game.Workspace.Events.Shop:FireServer("Weps", 0, "Tec9", gui, confirm)
2442end)
2443
2444Ak74uButton.Name = "Ak74uButton"
2445Ak74uButton.Parent = SpawnerFrame
2446Ak74uButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
2447Ak74uButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
2448Ak74uButton.BorderSizePixel = 4
2449Ak74uButton.Position = UDim2.new(0.139323652, 0, 0.248964339, 0)
2450Ak74uButton.Size = UDim2.new(0, 200, 0, 22)
2451Ak74uButton.Font = Enum.Font.SourceSansBold
2452Ak74uButton.Text = "Ak74u"
2453Ak74uButton.TextColor3 = Color3.new(1, 1, 1)
2454Ak74uButton.TextSize = 20
2455Ak74uButton.MouseButton1Down:connect(function()
2456local child = game.Players.LocalPlayer
2457local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
2458local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
2459game.Workspace.Events.Shop:FireServer("Weps", 0, "Ak74u", gui, confirm)
2460end)
2461
2462Mac10Button.Name = "Mac10Button"
2463Mac10Button.Parent = SpawnerFrame
2464Mac10Button.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
2465Mac10Button.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
2466Mac10Button.BorderSizePixel = 4
2467Mac10Button.Position = UDim2.new(0.139323652, 0, 0.217023313, 0)
2468Mac10Button.Size = UDim2.new(0, 200, 0, 22)
2469Mac10Button.Font = Enum.Font.SourceSansBold
2470Mac10Button.Text = "Mac10"
2471Mac10Button.TextColor3 = Color3.new(1, 1, 1)
2472Mac10Button.TextSize = 20
2473Mac10Button.MouseButton1Down:connect(function()
2474local child = game.Players.LocalPlayer
2475local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
2476local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
2477game.Workspace.Events.Shop:FireServer("Weps", 0, "Mac10", gui, confirm)
2478end)
2479
2480TaserButton.Name = "TaserButton"
2481TaserButton.Parent = SpawnerFrame
2482TaserButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
2483TaserButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
2484TaserButton.BorderSizePixel = 4
2485TaserButton.Position = UDim2.new(0.139323652, 0, 0.201667041, 0)
2486TaserButton.Size = UDim2.new(0, 200, 0, 22)
2487TaserButton.Font = Enum.Font.SourceSansBold
2488TaserButton.Text = "Taser"
2489TaserButton.TextColor3 = Color3.new(1, 1, 1)
2490TaserButton.TextSize = 20
2491TaserButton.MouseButton1Down:connect(function()
2492local child = game.Players.LocalPlayer
2493local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
2494local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
2495game.Workspace.Events.Shop:FireServer("Weps", 0, "Taser", gui, confirm)
2496end)
2497
2498MeleeWeaponsSection.Name = "MeleeWeaponsSection"
2499MeleeWeaponsSection.Parent = SpawnerFrame
2500MeleeWeaponsSection.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
2501MeleeWeaponsSection.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
2502MeleeWeaponsSection.BorderSizePixel = 4
2503MeleeWeaponsSection.Position = UDim2.new(-0.043478258, 0, 0.364495158, 0)
2504MeleeWeaponsSection.Size = UDim2.new(0, 277, 0, 15)
2505MeleeWeaponsSection.Font = Enum.Font.SourceSansBold
2506MeleeWeaponsSection.Text = " Melee Weapons"
2507MeleeWeaponsSection.TextColor3 = Color3.new(1, 1, 1)
2508MeleeWeaponsSection.TextSize = 20
2509
2510LunchButton.Name = "LunchButton"
2511LunchButton.Parent = SpawnerFrame
2512LunchButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
2513LunchButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
2514LunchButton.BorderSizePixel = 4
2515LunchButton.Position = UDim2.new(0.139323652, 0, 0.514934897, 0)
2516LunchButton.Size = UDim2.new(0, 200, 0, 22)
2517LunchButton.Font = Enum.Font.SourceSansBold
2518LunchButton.Text = "Lunch"
2519LunchButton.TextColor3 = Color3.new(1, 1, 1)
2520LunchButton.TextSize = 20
2521LunchButton.MouseButton1Down:connect(function()
2522local child = game.Players.LocalPlayer
2523local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
2524local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
2525game.Workspace.Events.Shop:FireServer("Food", 0, "Lunch", gui, confirm)
2526end)
2527
2528PrisonFoodButton.Name = "PrisonFoodButton"
2529PrisonFoodButton.Parent = SpawnerFrame
2530PrisonFoodButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
2531PrisonFoodButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
2532PrisonFoodButton.BorderSizePixel = 4
2533PrisonFoodButton.Position = UDim2.new(0.139323652, 0, 0.49896428, 0)
2534PrisonFoodButton.Size = UDim2.new(0, 200, 0, 22)
2535PrisonFoodButton.Font = Enum.Font.SourceSansBold
2536PrisonFoodButton.Text = "PrisonFood"
2537PrisonFoodButton.TextColor3 = Color3.new(1, 1, 1)
2538PrisonFoodButton.TextSize = 20
2539PrisonFoodButton.MouseButton1Down:connect(function()
2540local child = game.Players.LocalPlayer
2541local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
2542local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
2543game.Workspace.Events.Shop:FireServer("Food", 0, "PrisonFood", gui, confirm)
2544end)
2545
2546TacoButton.Name = "TacoButton"
2547TacoButton.Parent = SpawnerFrame
2548TacoButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
2549TacoButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
2550TacoButton.BorderSizePixel = 4
2551TacoButton.Position = UDim2.new(0.139323652, 0, 0.482993752, 0)
2552TacoButton.Size = UDim2.new(0, 200, 0, 22)
2553TacoButton.Font = Enum.Font.SourceSansBold
2554TacoButton.Text = "Taco"
2555TacoButton.TextColor3 = Color3.new(1, 1, 1)
2556TacoButton.TextSize = 20
2557TacoButton.MouseButton1Down:connect(function()
2558local child = game.Players.LocalPlayer
2559local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
2560local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
2561game.Workspace.Events.Shop:FireServer("Food", 0, "Taco", gui, confirm)
2562end)
2563
2564BurritoButton.Name = "BurritoButton"
2565BurritoButton.Parent = SpawnerFrame
2566BurritoButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
2567BurritoButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
2568BurritoButton.BorderSizePixel = 4
2569BurritoButton.Position = UDim2.new(0.139323652, 0, 0.469480276, 0)
2570BurritoButton.Size = UDim2.new(0, 200, 0, 22)
2571BurritoButton.Font = Enum.Font.SourceSansBold
2572BurritoButton.Text = "Burrito"
2573BurritoButton.TextColor3 = Color3.new(1, 1, 1)
2574BurritoButton.TextSize = 20
2575BurritoButton.MouseButton1Down:connect(function()
2576local child = game.Players.LocalPlayer
2577local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
2578local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
2579game.Workspace.Events.Shop:FireServer("Food", 0, "Burrito", gui, confirm)
2580end)
2581
2582NoodlesButton.Name = "NoodlesButton"
2583NoodlesButton.Parent = SpawnerFrame
2584NoodlesButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
2585NoodlesButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
2586NoodlesButton.BorderSizePixel = 4
2587NoodlesButton.Position = UDim2.new(0.139323652, 0, 0.454124033, 0)
2588NoodlesButton.Size = UDim2.new(0, 200, 0, 22)
2589NoodlesButton.Font = Enum.Font.SourceSansBold
2590NoodlesButton.Text = "Noodles"
2591NoodlesButton.TextColor3 = Color3.new(1, 1, 1)
2592NoodlesButton.TextSize = 20
2593NoodlesButton.MouseButton1Down:connect(function()
2594local child = game.Players.LocalPlayer
2595local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
2596local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
2597game.Workspace.Events.Shop:FireServer("Food", 0, "Noodles", gui, confirm)
2598end)
2599
2600ChipsButton.Name = "ChipsButton"
2601ChipsButton.Parent = SpawnerFrame
2602ChipsButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
2603ChipsButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
2604ChipsButton.BorderSizePixel = 4
2605ChipsButton.Position = UDim2.new(0.139323652, 0, 0.438767761, 0)
2606ChipsButton.Size = UDim2.new(0, 200, 0, 22)
2607ChipsButton.Font = Enum.Font.SourceSansBold
2608ChipsButton.Text = "Chips"
2609ChipsButton.TextColor3 = Color3.new(1, 1, 1)
2610ChipsButton.TextSize = 20
2611ChipsButton.MouseButton1Down:connect(function()
2612local child = game.Players.LocalPlayer
2613local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
2614local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
2615game.Workspace.Events.Shop:FireServer("Food", 0, "Chips", gui, confirm)
2616end)
2617
2618HammerButton.Name = "HammerButton"
2619HammerButton.Parent = SpawnerFrame
2620HammerButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
2621HammerButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
2622HammerButton.BorderSizePixel = 4
2623HammerButton.Position = UDim2.new(0.135700464, 0, 0.391470462, 0)
2624HammerButton.Size = UDim2.new(0, 200, 0, 22)
2625HammerButton.Font = Enum.Font.SourceSansBold
2626HammerButton.Text = "Hammer"
2627HammerButton.TextColor3 = Color3.new(1, 1, 1)
2628HammerButton.TextSize = 20
2629HammerButton.MouseButton1Down:connect(function()
2630local child = game.Players.LocalPlayer
2631local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
2632local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
2633game.Workspace.Events.Shop:FireServer("Weps", 0, "Hammer", gui, confirm)
2634end)
2635
2636FoodSection.Name = "FoodSection"
2637FoodSection.Parent = SpawnerFrame
2638FoodSection.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
2639FoodSection.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
2640FoodSection.BorderSizePixel = 4
2641FoodSection.Position = UDim2.new(-0.043478258, 0, 0.420391947, 0)
2642FoodSection.Size = UDim2.new(0, 277, 0, 15)
2643FoodSection.Font = Enum.Font.SourceSansBold
2644FoodSection.Text = " Food"
2645FoodSection.TextColor3 = Color3.new(1, 1, 1)
2646FoodSection.TextSize = 20
2647
2648RootBeerButton.Name = "RootBeerButton"
2649RootBeerButton.Parent = SpawnerFrame
2650RootBeerButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
2651RootBeerButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
2652RootBeerButton.BorderSizePixel = 4
2653RootBeerButton.Position = UDim2.new(0.137681156, 0, 0.564349771, 0)
2654RootBeerButton.Size = UDim2.new(0, 200, 0, 22)
2655RootBeerButton.Font = Enum.Font.SourceSansBold
2656RootBeerButton.Text = "RootBeer"
2657RootBeerButton.TextColor3 = Color3.new(1, 1, 1)
2658RootBeerButton.TextSize = 20
2659RootBeerButton.MouseButton1Down:connect(function()
2660local child = game.Players.LocalPlayer
2661local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
2662local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
2663game.Workspace.Events.Shop:FireServer("Food", 0, "RootBeer", gui, confirm)
2664end)
2665
2666RootCreamButton.Name = "RootCreamButton"
2667RootCreamButton.Parent = SpawnerFrame
2668RootCreamButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
2669RootCreamButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
2670RootCreamButton.BorderSizePixel = 4
2671RootCreamButton.Position = UDim2.new(0.139323652, 0, 0.54749018, 0)
2672RootCreamButton.Size = UDim2.new(0, 200, 0, 22)
2673RootCreamButton.Font = Enum.Font.SourceSansBold
2674RootCreamButton.Text = "RootCream"
2675RootCreamButton.TextColor3 = Color3.new(1, 1, 1)
2676RootCreamButton.TextSize = 20
2677RootCreamButton.MouseButton1Down:connect(function()
2678local child = game.Players.LocalPlayer
2679local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
2680local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
2681game.Workspace.Events.Shop:FireServer("Food", 0, "RootCream", gui, confirm)
2682end)
2683
2684CherrySpiceButton.Name = "CherrySpiceButton"
2685CherrySpiceButton.Parent = SpawnerFrame
2686CherrySpiceButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
2687CherrySpiceButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
2688CherrySpiceButton.BorderSizePixel = 4
2689CherrySpiceButton.Position = UDim2.new(0.139323652, 0, 0.532133877, 0)
2690CherrySpiceButton.Size = UDim2.new(0, 200, 0, 22)
2691CherrySpiceButton.Font = Enum.Font.SourceSansBold
2692CherrySpiceButton.Text = "CherrySpice"
2693CherrySpiceButton.TextColor3 = Color3.new(1, 1, 1)
2694CherrySpiceButton.TextSize = 20
2695CherrySpiceButton.MouseButton1Down:connect(function()
2696local child = game.Players.LocalPlayer
2697local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
2698local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
2699game.Workspace.Events.Shop:FireServer("Food", 0, "CherrySpice", gui, confirm)
2700end)
2701
2702ItemSection.Name = "ItemSection"
2703ItemSection.Parent = SpawnerFrame
2704ItemSection.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
2705ItemSection.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
2706ItemSection.BorderSizePixel = 4
2707ItemSection.Position = UDim2.new(-0.043478258, 0, 0.586239636, 0)
2708ItemSection.Size = UDim2.new(0, 277, 0, 15)
2709ItemSection.Font = Enum.Font.SourceSansBold
2710ItemSection.Text = " Items "
2711ItemSection.TextColor3 = Color3.new(1, 1, 1)
2712ItemSection.TextSize = 20
2713
2714BriefcaseButton.Name = "BriefcaseButton"
2715BriefcaseButton.Parent = SpawnerFrame
2716BriefcaseButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
2717BriefcaseButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
2718BriefcaseButton.BorderSizePixel = 4
2719BriefcaseButton.Position = UDim2.new(0.137681156, 0, 0.732040167, 0)
2720BriefcaseButton.Size = UDim2.new(0, 200, 0, 22)
2721BriefcaseButton.Font = Enum.Font.SourceSansBold
2722BriefcaseButton.Text = "Briefcase"
2723BriefcaseButton.TextColor3 = Color3.new(1, 1, 1)
2724BriefcaseButton.TextSize = 20
2725BriefcaseButton.MouseButton1Down:connect(function()
2726local child = game.Players.LocalPlayer
2727local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
2728local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
2729game.Workspace.Events.Shop:FireServer("Items", 0, "Briefcase", gui, confirm)
2730end)
2731
2732DufflebagButton.Name = "DufflebagButton"
2733DufflebagButton.Parent = SpawnerFrame
2734DufflebagButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
2735DufflebagButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
2736DufflebagButton.BorderSizePixel = 4
2737DufflebagButton.Position = UDim2.new(0.139323652, 0, 0.715180576, 0)
2738DufflebagButton.Size = UDim2.new(0, 200, 0, 22)
2739DufflebagButton.Font = Enum.Font.SourceSansBold
2740DufflebagButton.Text = "Dufflebag"
2741DufflebagButton.TextColor3 = Color3.new(1, 1, 1)
2742DufflebagButton.TextSize = 20
2743DufflebagButton.MouseButton1Down:connect(function()
2744local child = game.Players.LocalPlayer
2745local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
2746local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
2747game.Workspace.Events.Shop:FireServer("Items", 0, "Dufflebag", gui, confirm)
2748end)
2749
2750FlashlightButton.Name = "FlashlightButton"
2751FlashlightButton.Parent = SpawnerFrame
2752FlashlightButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
2753FlashlightButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
2754FlashlightButton.BorderSizePixel = 4
2755FlashlightButton.Position = UDim2.new(0.139323652, 0, 0.699824274, 0)
2756FlashlightButton.Size = UDim2.new(0, 200, 0, 22)
2757FlashlightButton.Font = Enum.Font.SourceSansBold
2758FlashlightButton.Text = "Flashlight"
2759FlashlightButton.TextColor3 = Color3.new(1, 1, 1)
2760FlashlightButton.TextSize = 20
2761FlashlightButton.MouseButton1Down:connect(function()
2762local child = game.Players.LocalPlayer
2763local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
2764local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
2765game.Workspace.Events.Shop:FireServer("Items", 0, "Flashlight", gui, confirm)
2766end)
2767
2768CameraButton.Name = "CameraButton"
2769CameraButton.Parent = SpawnerFrame
2770CameraButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
2771CameraButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
2772CameraButton.BorderSizePixel = 4
2773CameraButton.Position = UDim2.new(0.139323652, 0, 0.682625294, 0)
2774CameraButton.Size = UDim2.new(0, 200, 0, 22)
2775CameraButton.Font = Enum.Font.SourceSansBold
2776CameraButton.Text = "Camera"
2777CameraButton.TextColor3 = Color3.new(1, 1, 1)
2778CameraButton.TextSize = 20
2779CameraButton.MouseButton1Down:connect(function()
2780local child = game.Players.LocalPlayer
2781local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
2782local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
2783game.Workspace.Events.Shop:FireServer("Items", 0, "Camera", gui, confirm)
2784end)
2785
2786GreenFlagButton.Name = "GreenFlagButton"
2787GreenFlagButton.Parent = SpawnerFrame
2788GreenFlagButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
2789GreenFlagButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
2790GreenFlagButton.BorderSizePixel = 4
2791GreenFlagButton.Position = UDim2.new(0.139323652, 0, 0.666654766, 0)
2792GreenFlagButton.Size = UDim2.new(0, 200, 0, 22)
2793GreenFlagButton.Font = Enum.Font.SourceSansBold
2794GreenFlagButton.Text = "GreenFlag"
2795GreenFlagButton.TextColor3 = Color3.new(1, 1, 1)
2796GreenFlagButton.TextSize = 20
2797GreenFlagButton.MouseButton1Down:connect(function()
2798local child = game.Players.LocalPlayer
2799local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
2800local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
2801game.Workspace.Events.Shop:FireServer("Items", 0, "GreenFlag", gui, confirm)
2802end)
2803
2804RedFlagButton.Name = "RedFlagButton"
2805RedFlagButton.Parent = SpawnerFrame
2806RedFlagButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
2807RedFlagButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
2808RedFlagButton.BorderSizePixel = 4
2809RedFlagButton.Position = UDim2.new(0.139323652, 0, 0.650684237, 0)
2810RedFlagButton.Size = UDim2.new(0, 200, 0, 22)
2811RedFlagButton.Font = Enum.Font.SourceSansBold
2812RedFlagButton.Text = "RedFlag"
2813RedFlagButton.TextColor3 = Color3.new(1, 1, 1)
2814RedFlagButton.TextSize = 20
2815RedFlagButton.MouseButton1Down:connect(function()
2816local child = game.Players.LocalPlayer
2817local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
2818local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
2819game.Workspace.Events.Shop:FireServer("Items", 0, "RedFlag", gui, confirm)
2820end)
2821
2822BlueFlagButton.Name = "BlueFlagButton"
2823BlueFlagButton.Parent = SpawnerFrame
2824BlueFlagButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
2825BlueFlagButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
2826BlueFlagButton.BorderSizePixel = 4
2827BlueFlagButton.Position = UDim2.new(0.139323652, 0, 0.621814489, 0)
2828BlueFlagButton.Size = UDim2.new(0, 200, 0, 22)
2829BlueFlagButton.Font = Enum.Font.SourceSansBold
2830BlueFlagButton.Text = "BlueFlag"
2831BlueFlagButton.TextColor3 = Color3.new(1, 1, 1)
2832BlueFlagButton.TextSize = 20
2833BlueFlagButton.MouseButton1Down:connect(function()
2834local child = game.Players.LocalPlayer
2835local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
2836local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
2837game.Workspace.Events.Shop:FireServer("Items", 0, "BlueFlag", gui, confirm)
2838end)
2839
2840BlackFlagButton.Name = "BlackFlagButton"
2841BlackFlagButton.Parent = SpawnerFrame
2842BlackFlagButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
2843BlackFlagButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
2844BlackFlagButton.BorderSizePixel = 4
2845BlackFlagButton.Position = UDim2.new(0.139323652, 0, 0.637170732, 0)
2846BlackFlagButton.Size = UDim2.new(0, 200, 0, 22)
2847BlackFlagButton.Font = Enum.Font.SourceSansBold
2848BlackFlagButton.Text = "BlackFlag"
2849BlackFlagButton.TextColor3 = Color3.new(1, 1, 1)
2850BlackFlagButton.TextSize = 20
2851BlackFlagButton.MouseButton1Down:connect(function()
2852local child = game.Players.LocalPlayer
2853local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
2854local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
2855game.Workspace.Events.Shop:FireServer("Items", 0, "BlackFlag", gui, confirm)
2856end)
2857
2858BalaclavaButton.Name = "BalaclavaButton"
2859BalaclavaButton.Parent = SpawnerFrame
2860BalaclavaButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
2861BalaclavaButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
2862BalaclavaButton.BorderSizePixel = 4
2863BalaclavaButton.Position = UDim2.new(0.139323652, 0, 0.606458187, 0)
2864BalaclavaButton.Size = UDim2.new(0, 200, 0, 22)
2865BalaclavaButton.Font = Enum.Font.SourceSansBold
2866BalaclavaButton.Text = "Balaclava"
2867BalaclavaButton.TextColor3 = Color3.new(1, 1, 1)
2868BalaclavaButton.TextSize = 20
2869BalaclavaButton.MouseButton1Down:connect(function()
2870local child = game.Players.LocalPlayer
2871local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
2872local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
2873game.Workspace.Events.Shop:FireServer("Items", 0, "Balaclava", gui, confirm)
2874end)
2875
2876exitbutton1.Name = "exitbutton1"
2877exitbutton1.Parent = SpawnerFrame
2878exitbutton1.BackgroundColor3 = Color3.new(1, 1, 1)
2879exitbutton1.BackgroundTransparency = 1
2880exitbutton1.Position = UDim2.new(0.860288084, 0, -0.000714247231, 0)
2881exitbutton1.Size = UDim2.new(0, 30, 0, 28)
2882exitbutton1.Font = Enum.Font.SourceSansBold
2883exitbutton1.Text = "X"
2884exitbutton1.TextColor3 = Color3.new(1, 1, 1)
2885exitbutton1.TextSize = 20
2886exitbutton1.MouseButton1Down:connect(function()
2887SpawnerFrame.Visible = false
2888MainFrame.Visible = true
2889end)
2890
2891ServerFrame.Name = "ServerFrame"
2892ServerFrame.Parent = VictimisationV2
2893ServerFrame.Active = true
2894ServerFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
2895ServerFrame.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
2896ServerFrame.BorderSizePixel = 2
2897ServerFrame.Position = UDim2.new(0.706098437, 0, 0.138820633, 0)
2898ServerFrame.Size = UDim2.new(0, 338, 0, 488)
2899ServerFrame.Active = true
2900ServerFrame.Draggable = true
2901ServerFrame.Visible = false
2902
2903fbar1.Name = "fbar1"
2904fbar1.Parent = ServerFrame
2905fbar1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
2906fbar1.BorderSizePixel = 0
2907fbar1.Size = UDim2.new(0, 338, 0, 29)
2908
2909fbar2.Name = "fbar2"
2910fbar2.Parent = ServerFrame
2911fbar2.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
2912fbar2.BorderSizePixel = 0
2913fbar2.Position = UDim2.new(0, 0, 0.0144740008, 0)
2914fbar2.Size = UDim2.new(0, 338, 0, 6)
2915
2916ftitle.Name = "ftitle"
2917ftitle.Parent = ServerFrame
2918ftitle.BackgroundColor3 = Color3.new(1, 1, 1)
2919ftitle.BackgroundTransparency = 1
2920ftitle.Position = UDim2.new(0.0177514553, 0, -0.00122850132, 0)
2921ftitle.Size = UDim2.new(0, 58, 0, 29)
2922ftitle.Font = Enum.Font.SourceSansBold
2923ftitle.Text = "Server"
2924ftitle.TextColor3 = Color3.new(1, 1, 1)
2925ftitle.TextSize = 20
2926
2927exitbutton3.Name = "exitbutton3"
2928exitbutton3.Parent = ServerFrame
2929exitbutton3.BackgroundColor3 = Color3.new(1, 1, 1)
2930exitbutton3.BackgroundTransparency = 1
2931exitbutton3.Position = UDim2.new(0.860288084, 0, -0.000714247231, 0)
2932exitbutton3.Size = UDim2.new(0, 30, 0, 28)
2933exitbutton3.Font = Enum.Font.SourceSansBold
2934exitbutton3.Text = "X"
2935exitbutton3.TextColor3 = Color3.new(1, 1, 1)
2936exitbutton3.TextSize = 20
2937exitbutton3.MouseButton1Down:connect(function()
2938ServerFrame.Visible = false
2939MainFrame.Visible = true
2940end)
2941
2942VictimName.Name = "VictimName"
2943VictimName.Parent = ServerFrame
2944VictimName.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
2945VictimName.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
2946VictimName.BorderSizePixel = 4
2947VictimName.Position = UDim2.new(0.180473387, 0, 0.0386977904, 0)
2948VictimName.Size = UDim2.new(0, 200, 0, 50)
2949VictimName.Font = Enum.Font.SourceSansBold
2950VictimName.Text = "Victim"
2951VictimName.TextColor3 = Color3.new(1, 1, 1)
2952VictimName.TextSize = 20
2953
2954GodButton.Name = "GodButton"
2955GodButton.Parent = ServerFrame
2956GodButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
2957GodButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
2958GodButton.BorderSizePixel = 4
2959GodButton.Position = UDim2.new(0.186390534, 0, 0.107493855, 0)
2960GodButton.Size = UDim2.new(0, 200, 0, 22)
2961GodButton.Font = Enum.Font.SourceSansBold
2962GodButton.Text = "God"
2963GodButton.TextColor3 = Color3.new(1, 1, 1)
2964GodButton.TextSize = 20
2965GodButton.MouseButton1Down:connect(function()
2966 local Descendants = game:GetDescendants()
2967 for index, Descendants in pairs(Descendants) do
2968 if Descendants:IsA("RemoteEvent") and Descendants.Name == "Damage" then
2969 while true do
2970 Descendants:FireServer(game.Players[VictimName.Text].Character.Humanoid, -math.huge, game.Players[VictimName.Text].Character)
2971 wait()
2972 end
2973 end
2974 end
2975end)
2976
2977KillButton.Name = "KillButton"
2978KillButton.Parent = ServerFrame
2979KillButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
2980KillButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
2981KillButton.BorderSizePixel = 4
2982KillButton.Position = UDim2.new(0.186390534, 0, 0.128378376, 0)
2983KillButton.Size = UDim2.new(0, 200, 0, 22)
2984KillButton.Font = Enum.Font.SourceSansBold
2985KillButton.Text = "Kill"
2986KillButton.TextColor3 = Color3.new(1, 1, 1)
2987KillButton.TextSize = 20
2988KillButton.MouseButton1Down:connect(function()
2989 local Descendants = game:GetDescendants()
2990 for index, Descendants in pairs(Descendants) do
2991 if Descendants:IsA("RemoteEvent") and Descendants.Name == "Damage" then
2992 Descendants:FireServer(game.Players[VictimName.Text].Character.Humanoid, math.huge, game.Players[VictimName.Text].Character)
2993 wait()
2994 Descendants:FireServer(game.Players[VictimName.Text].Character.Humanoid, math.huge, game.Players[VictimName.Text].Character)
2995 end
2996 end
2997end)
2998
2999LocalPlayerSection.Name = "LocalPlayerSection"
3000LocalPlayerSection.Parent = ServerFrame
3001LocalPlayerSection.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
3002LocalPlayerSection.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
3003LocalPlayerSection.BorderSizePixel = 4
3004LocalPlayerSection.Position = UDim2.new(0, 0, 0.152160779, 0)
3005LocalPlayerSection.Size = UDim2.new(0, 327, 0, 18)
3006LocalPlayerSection.Font = Enum.Font.SourceSansBold
3007LocalPlayerSection.Text = " LocalPlayer"
3008LocalPlayerSection.TextColor3 = Color3.new(1, 1, 1)
3009LocalPlayerSection.TextSize = 20
3010
3011ShootDanceButton.Name = "ShootDanceButton"
3012ShootDanceButton.Parent = ServerFrame
3013ShootDanceButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
3014ShootDanceButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
3015ShootDanceButton.BorderSizePixel = 4
3016ShootDanceButton.Position = UDim2.new(0.186390534, 0, 0.176289916, 0)
3017ShootDanceButton.Size = UDim2.new(0, 200, 0, 22)
3018ShootDanceButton.Font = Enum.Font.SourceSansBold
3019ShootDanceButton.Text = "Shoot Dance"
3020ShootDanceButton.TextColor3 = Color3.new(1, 1, 1)
3021ShootDanceButton.TextSize = 20
3022ShootDanceButton.MouseButton1Down:connect(function()
3023game.Players.LocalPlayer.Backpack.Cellphone.Idle.AnimationId = "rbxassetid://1383788676"
3024end)
3025
3026MoneySection.Name = "MoneySection"
3027MoneySection.Parent = ServerFrame
3028MoneySection.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
3029MoneySection.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
3030MoneySection.BorderSizePixel = 4
3031MoneySection.Position = UDim2.new(-0.00591715984, 0, 0.325379461, 0)
3032MoneySection.Size = UDim2.new(0, 327, 0, 18)
3033MoneySection.Font = Enum.Font.SourceSansBold
3034MoneySection.Text = " Money"
3035MoneySection.TextColor3 = Color3.new(1, 1, 1)
3036MoneySection.TextSize = 20
3037
3038Add1M.Name = "Add1M"
3039Add1M.Parent = ServerFrame
3040Add1M.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
3041Add1M.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
3042Add1M.BorderSizePixel = 4
3043Add1M.Position = UDim2.new(0.183431953, 0, 0.348894298, 0)
3044Add1M.Size = UDim2.new(0, 200, 0, 22)
3045Add1M.Font = Enum.Font.SourceSansBold
3046Add1M.Text = "Add $1,000,000"
3047Add1M.TextColor3 = Color3.new(1, 1, 1)
3048Add1M.TextSize = 20
3049Add1M.MouseButton1Down:connect(function()
3050game.Players.LocalPlayer.PlayerGui.TomCarsGunStore.Shop.Event:FireServer(game.Workspace.TomCars.Desk.Script.TomCarsGunStore.Shop,-1000000,1,1)
3051end)
3052
3053Add5M.Name = "Add5M"
3054Add5M.Parent = ServerFrame
3055Add5M.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
3056Add5M.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
3057Add5M.BorderSizePixel = 4
3058Add5M.Position = UDim2.new(0.183431953, 0, 0.369164586, 0)
3059Add5M.Size = UDim2.new(0, 200, 0, 22)
3060Add5M.Font = Enum.Font.SourceSansBold
3061Add5M.Text = "Add $5,000,000"
3062Add5M.TextColor3 = Color3.new(1, 1, 1)
3063Add5M.TextSize = 20
3064Add5M.MouseButton1Down:connect(function()
3065game.Players.LocalPlayer.PlayerGui.TomCarsGunStore.Shop.Event:FireServer(game.Workspace.TomCars.Desk.Script.TomCarsGunStore.Shop,-5000000,1,1)
3066end)
3067
3068Add1B.Name = "Add1B"
3069Add1B.Parent = ServerFrame
3070Add1B.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
3071Add1B.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
3072Add1B.BorderSizePixel = 4
3073Add1B.Position = UDim2.new(0.180473372, 0, 0.409705162, 0)
3074Add1B.Size = UDim2.new(0, 200, 0, 22)
3075Add1B.Font = Enum.Font.SourceSansBold
3076Add1B.Text = "Add $1,000,000,000"
3077Add1B.TextColor3 = Color3.new(1, 1, 1)
3078Add1B.TextSize = 20
3079Add1B.MouseButton1Down:connect(function()
3080game.Players.LocalPlayer.PlayerGui.TomCarsGunStore.Shop.Event:FireServer(game.Workspace.TomCars.Desk.Script.TomCarsGunStore.Shop,-1000000000,1,1)
3081end)
3082
3083Add10M.Name = "Add10M"
3084Add10M.Parent = ServerFrame
3085Add10M.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
3086Add10M.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
3087Add10M.BorderSizePixel = 4
3088Add10M.Position = UDim2.new(0.180473372, 0, 0.389434874, 0)
3089Add10M.Size = UDim2.new(0, 200, 0, 22)
3090Add10M.Font = Enum.Font.SourceSansBold
3091Add10M.Text = "Add $10,000,000"
3092Add10M.TextColor3 = Color3.new(1, 1, 1)
3093Add10M.TextSize = 20
3094Add10M.MouseButton1Down:connect(function()
3095game.Players.LocalPlayer.PlayerGui.TomCarsGunStore.Shop.Event:FireServer(game.Workspace.TomCars.Desk.Script.TomCarsGunStore.Shop,-10000000,1,1)
3096end)
3097
3098Add9e18.Name = "Add9e+18"
3099Add9e18.Parent = ServerFrame
3100Add9e18.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
3101Add9e18.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
3102Add9e18.BorderSizePixel = 4
3103Add9e18.Position = UDim2.new(0.180473372, 0, 0.429361165, 0)
3104Add9e18.Size = UDim2.new(0, 200, 0, 22)
3105Add9e18.Font = Enum.Font.SourceSansBold
3106Add9e18.Text = "Add $9e+18"
3107Add9e18.TextColor3 = Color3.new(1, 1, 1)
3108Add9e18.TextSize = 20
3109Add9e18.MouseButton1Down:connect(function()
3110game.Players.LocalPlayer.PlayerGui.TomCarsGunStore.Shop.Event:FireServer(game.Workspace.TomCars.Desk.Script.TomCarsGunStore.Shop,-9000000000000000000,1,1)
3111end)
3112
3113AmmoSection.Name = "AmmoSection"
3114AmmoSection.Parent = ServerFrame
3115AmmoSection.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
3116AmmoSection.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
3117AmmoSection.BorderSizePixel = 4
3118AmmoSection.Position = UDim2.new(-0.00887573976, 0, 0.4513008, 0)
3119AmmoSection.Size = UDim2.new(0, 327, 0, 18)
3120AmmoSection.Font = Enum.Font.SourceSansBold
3121AmmoSection.Text = "Weapon Ammo"
3122AmmoSection.TextColor3 = Color3.new(1, 1, 1)
3123AmmoSection.TextSize = 20
3124
3125InfiniteAmmoButton.Name = "InfiniteAmmoButton"
3126InfiniteAmmoButton.Parent = ServerFrame
3127InfiniteAmmoButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
3128InfiniteAmmoButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
3129InfiniteAmmoButton.BorderSizePixel = 4
3130InfiniteAmmoButton.Position = UDim2.new(0.177514806, 0, 0.529484034, 0)
3131InfiniteAmmoButton.Size = UDim2.new(0, 200, 0, 22)
3132InfiniteAmmoButton.Font = Enum.Font.SourceSansBold
3133InfiniteAmmoButton.Text = "999,999 Ammo"
3134InfiniteAmmoButton.TextColor3 = Color3.new(1, 1, 1)
3135InfiniteAmmoButton.TextSize = 20
3136InfiniteAmmoButton.MouseButton1Down:connect(function()
3137 local player = game.Players.LocalPlayer
3138local weapons = {WeaponForAmmo.Text}
3139local maxammo = 999999
3140
3141 for _,v in pairs(weapons) do
3142 if not player.Backpack:FindFirstChild(v) then
3143 warn(""..v.." is not part of backpack.")
3144 else
3145 player.Backpack[v].MaxAmmo.Value = maxammo
3146 end
3147 end
3148end)
3149
3150WeaponForAmmo.Name = "WeaponForAmmo"
3151WeaponForAmmo.Parent = ServerFrame
3152WeaponForAmmo.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
3153WeaponForAmmo.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
3154WeaponForAmmo.BorderSizePixel = 4
3155WeaponForAmmo.Position = UDim2.new(0.17159763, 0, 0.477886975, 0)
3156WeaponForAmmo.Size = UDim2.new(0, 200, 0, 50)
3157WeaponForAmmo.Font = Enum.Font.SourceSansBold
3158WeaponForAmmo.Text = "Weapon Name"
3159WeaponForAmmo.TextColor3 = Color3.new(1, 1, 1)
3160WeaponForAmmo.TextSize = 20
3161
3162AmmoSection_2.Name = "AmmoSection"
3163AmmoSection_2.Parent = ServerFrame
3164AmmoSection_2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
3165AmmoSection_2.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
3166AmmoSection_2.BorderSizePixel = 4
3167AmmoSection_2.Position = UDim2.new(-0.00887573976, 0, 0.567394197, 0)
3168AmmoSection_2.Size = UDim2.new(0, 327, 0, 18)
3169AmmoSection_2.Font = Enum.Font.SourceSansBold
3170AmmoSection_2.Text = "Cop Stuff"
3171AmmoSection_2.TextColor3 = Color3.new(1, 1, 1)
3172AmmoSection_2.TextSize = 20
3173
3174CopUniformButton.Name = "CopUniformButton"
3175CopUniformButton.Parent = ServerFrame
3176CopUniformButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
3177CopUniformButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
3178CopUniformButton.BorderSizePixel = 4
3179CopUniformButton.Position = UDim2.new(0.180473387, 0, 0.600737154, 0)
3180CopUniformButton.Size = UDim2.new(0, 200, 0, 22)
3181CopUniformButton.Font = Enum.Font.SourceSansBold
3182CopUniformButton.Text = "Cop Uniform"
3183CopUniformButton.TextColor3 = Color3.new(1, 1, 1)
3184CopUniformButton.TextSize = 20
3185CopUniformButton.MouseButton1Down:connect(function()
3186local amount = 1
3187local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
3188local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
3189 for i = 1,amount do
3190 game.Workspace.Events.Shop:FireServer("Hats", 0, "Badge", gui, confirm)
3191 end
3192--
3193
3194local amount = 1
3195local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
3196local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
3197 for i = 1,amount do
3198 game.Workspace.Events.Shop:FireServer("Hats", 0, "NBPDCap", gui, confirm)
3199 end
3200--
3201
3202local amount = 1
3203local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
3204local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
3205 for i = 1,amount do
3206 game.Workspace.Events.Shop:FireServer("Clothes", 0, "NBPD", gui, confirm)
3207 end
3208end)
3209
3210SpawnCopCarButton.Name = "SpawnCopCarButton"
3211SpawnCopCarButton.Parent = ServerFrame
3212SpawnCopCarButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
3213SpawnCopCarButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
3214SpawnCopCarButton.BorderSizePixel = 4
3215SpawnCopCarButton.Position = UDim2.new(0.183431968, 0, 0.620393157, 0)
3216SpawnCopCarButton.Size = UDim2.new(0, 200, 0, 22)
3217SpawnCopCarButton.Font = Enum.Font.SourceSansBold
3218SpawnCopCarButton.Text = "Spawn Cop Car"
3219SpawnCopCarButton.TextColor3 = Color3.new(1, 1, 1)
3220SpawnCopCarButton.TextSize = 20
3221SpawnCopCarButton.MouseButton1Down:connect(function()
3222 game.Workspace.Events.CopCarSpawn:FireServer()
3223end)
3224
3225ERTButton.Name = "ERTButton"
3226ERTButton.Parent = ServerFrame
3227ERTButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
3228ERTButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
3229ERTButton.BorderSizePixel = 4
3230ERTButton.Position = UDim2.new(0.183431968, 0, 0.640049219, 0)
3231ERTButton.Size = UDim2.new(0, 200, 0, 22)
3232ERTButton.Font = Enum.Font.SourceSansBold
3233ERTButton.Text = "ERT"
3234ERTButton.TextColor3 = Color3.new(1, 1, 1)
3235ERTButton.TextSize = 20
3236ERTButton.MouseButton1Down:connect(function()
3237local amount = 1
3238local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
3239local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
3240 for i = 1,amount do
3241 game.Workspace.Events.Shop:FireServer("Clothes", 0, "ERT", gui, confirm)
3242 end
3243local child = game.Players.LocalPlayer
3244local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
3245local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
3246game.Workspace.Events.Shop:FireServer("Weps", 0, "Mp5", gui, confirm)
3247game.Workspace.Events.Shop:FireServer("Weps", 0, "BatteringRam", gui, confirm)
3248game.Workspace.Events.Shop:FireServer("Weps", 0, "PDGlock", gui, confirm)
3249game.Workspace.Events.Shop:FireServer("Weps", 0, "Taser", gui, confirm)
3250game.Workspace.Events.Shop:FireServer("Weps", 0, "Baton", gui, confirm)
3251game.Workspace.Events.Shop:FireServer("Weps", 0, "USP45", gui, confirm)
3252game.Workspace.Events.Shop:FireServer("Weps", 0, "Remington", gui, confirm)
3253game.Workspace.Events.Shop:FireServer("Items", 0, "Balaclava", gui, confirm)
3254end)
3255
3256BtoolsButton.Name = "BtoolsButton"
3257BtoolsButton.Parent = ServerFrame
3258BtoolsButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
3259BtoolsButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
3260BtoolsButton.BorderSizePixel = 4
3261BtoolsButton.Position = UDim2.new(0.18934913, 0, 0.219287515, 0)
3262BtoolsButton.Size = UDim2.new(0, 200, 0, 22)
3263BtoolsButton.Font = Enum.Font.SourceSansBold
3264BtoolsButton.Text = "Btools"
3265BtoolsButton.TextColor3 = Color3.new(1, 1, 1)
3266BtoolsButton.TextSize = 20
3267BtoolsButton.MouseButton1Down:connect(function()
3268 local CloneTool = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
3269 local GrabTool = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
3270 local DeleteTool = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
3271 CloneTool.BinType = "Clone"
3272 GrabTool.BinType = "Grab"
3273 DeleteTool.BinType = "Hammer"
3274end)
3275
3276HidenameButton.Name = "Hidename Button"
3277HidenameButton.Parent = ServerFrame
3278HidenameButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
3279HidenameButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
3280HidenameButton.BorderSizePixel = 4
3281HidenameButton.Position = UDim2.new(0.18934913, 0, 0.198403001, 0)
3282HidenameButton.Size = UDim2.new(0, 200, 0, 22)
3283HidenameButton.Font = Enum.Font.SourceSansBold
3284HidenameButton.Text = "[REMOVED]"
3285HidenameButton.TextColor3 = Color3.new(1, 1, 1)
3286HidenameButton.TextSize = 20
3287HidenameButton.MouseButton1Down:connect(function()
3288local victimisationiscool = game:GetService'Players'.LocalPlayer
3289victimisationiscool.Character.Head.Card:Destroy()
3290end)
3291
3292GodButton_2.Name = "GodButton"
3293GodButton_2.Parent = ServerFrame
3294GodButton_2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
3295GodButton_2.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
3296GodButton_2.BorderSizePixel = 4
3297GodButton_2.Position = UDim2.new(0.186390534, 0, 0.0866093338, 0)
3298GodButton_2.Size = UDim2.new(0, 200, 0, 22)
3299GodButton_2.Font = Enum.Font.SourceSansBold
3300GodButton_2.Text = "Kill All"
3301GodButton_2.TextColor3 = Color3.new(1, 1, 1)
3302GodButton_2.TextSize = 20
3303GodButton_2.Visible = true
3304GodButton_2.MouseButton1Down:connect(function()
3305for i,v in pairs(workspace:GetDescendants()) do
3306 if v:IsA'RemoteEvent' and v.Name == 'Damage' then
3307 for i,p in pairs(game:service'Players':GetPlayers()) do
3308 pcall(function()
3309 if p ~= game:service'Players'.LocalPlayer then
3310 v:FireServer(p.Character.Humanoid, 100, p.Character.Head)
3311 end
3312 end)
3313 end
3314 end
3315end
3316end)
3317
3318CopGunsButton.Name = "CopGunsButton"
3319CopGunsButton.Parent = ServerFrame
3320CopGunsButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
3321CopGunsButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
3322CopGunsButton.BorderSizePixel = 4
3323CopGunsButton.Position = UDim2.new(0.180473387, 0, 0.659090996, 0)
3324CopGunsButton.Size = UDim2.new(0, 200, 0, 22)
3325CopGunsButton.Font = Enum.Font.SourceSansBold
3326CopGunsButton.Text = "Cop Guns"
3327CopGunsButton.TextColor3 = Color3.new(1, 1, 1)
3328CopGunsButton.TextSize = 20
3329CopGunsButton.MouseButton1Down:connect(function()
3330local child = game.Players.LocalPlayer
3331local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
3332local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
3333game.Workspace.Events.Shop:FireServer("Weps", 0, "Mp5", gui, confirm)
3334game.Workspace.Events.Shop:FireServer("Weps", 0, "BatteringRam", gui, confirm)
3335game.Workspace.Events.Shop:FireServer("Weps", 0, "PDGlock", gui, confirm)
3336game.Workspace.Events.Shop:FireServer("Weps", 0, "Taser", gui, confirm)
3337game.Workspace.Events.Shop:FireServer("Weps", 0, "Baton", gui, confirm)
3338game.Workspace.Events.Shop:FireServer("Weps", 0, "USP45", gui, confirm)
3339game.Workspace.Events.Shop:FireServer("Weps", 0, "Remington", gui, confirm)
3340end)
3341
3342ClothesSection.Name = "ClothesSection"
3343ClothesSection.Parent = ServerFrame
3344ClothesSection.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
3345ClothesSection.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
3346ClothesSection.BorderSizePixel = 4
3347ClothesSection.Position = UDim2.new(-1.86264515e-09, 0, 0.26272589, 0)
3348ClothesSection.Size = UDim2.new(0, 327, 0, 18)
3349ClothesSection.Font = Enum.Font.SourceSansBold
3350ClothesSection.Text = "Change Clothing"
3351ClothesSection.TextColor3 = Color3.new(1, 1, 1)
3352ClothesSection.TextSize = 20
3353
3354CorrectionsOfficerButton.Name = "CorrectionsOfficerButton"
3355CorrectionsOfficerButton.Parent = ServerFrame
3356CorrectionsOfficerButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
3357CorrectionsOfficerButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
3358CorrectionsOfficerButton.BorderSizePixel = 4
3359CorrectionsOfficerButton.Position = UDim2.new(0.17159763, 0, 0.281326741, 0)
3360CorrectionsOfficerButton.Size = UDim2.new(0, 200, 0, 22)
3361CorrectionsOfficerButton.Font = Enum.Font.SourceSansBold
3362CorrectionsOfficerButton.Text = "Corrections Officer"
3363CorrectionsOfficerButton.TextColor3 = Color3.new(1, 1, 1)
3364CorrectionsOfficerButton.TextSize = 20
3365CorrectionsOfficerButton.MouseButton1Down:connect(function()
3366 local GUI = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
3367local Confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
3368game.Workspace.Events.Shop:FireServer("Clothes", 0, "NBCF", GUI, Confirm)
3369end)
3370
3371PrisonerButton.Name = "PrisonerButton"
3372PrisonerButton.Parent = ServerFrame
3373PrisonerButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
3374PrisonerButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
3375PrisonerButton.BorderSizePixel = 4
3376PrisonerButton.Position = UDim2.new(0.17159763, 0, 0.300982773, 0)
3377PrisonerButton.Size = UDim2.new(0, 200, 0, 22)
3378PrisonerButton.Font = Enum.Font.SourceSansBold
3379PrisonerButton.Text = "Prisoner"
3380PrisonerButton.TextColor3 = Color3.new(1, 1, 1)
3381PrisonerButton.TextSize = 20
3382PrisonerButton.MouseButton1Down:connect(function()
3383 local GUI = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
3384local Confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
3385game.Workspace.Events.Shop:FireServer("Clothes", 0, "Prisoner", GUI, Confirm)
3386end)
3387
3388RespawnButton.Name = "RespawnButton"
3389RespawnButton.Parent = ServerFrame
3390RespawnButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
3391RespawnButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
3392RespawnButton.BorderSizePixel = 4
3393RespawnButton.Position = UDim2.new(0.18934913, 0, 0.242014781, 0)
3394RespawnButton.Size = UDim2.new(0, 200, 0, 22)
3395RespawnButton.Font = Enum.Font.SourceSansBold
3396RespawnButton.Text = "Respawn"
3397RespawnButton.TextColor3 = Color3.new(1, 1, 1)
3398RespawnButton.TextSize = 20
3399RespawnButton.MouseButton1Down:Connect(function()
3400local A_1 = "JoinGame"
3401local Event = game:GetService("Workspace").Events.Shop
3402
3403Event:FireServer(A_1)
3404end)
3405
3406openframe.Name = "openframe"
3407openframe.Parent = VictimisationV2
3408openframe.BackgroundColor3 = Color3.new(1, 1, 1)
3409openframe.BackgroundTransparency = 1
3410openframe.Position = UDim2.new(0.00424242206, 0, 0.878378391, 0)
3411openframe.Size = UDim2.new(0, 168, 0, 53)
3412openframe.Visible = false
3413
3414openbutton.Name = "openbutton"
3415openbutton.Parent = openframe
3416openbutton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
3417openbutton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
3418openbutton.BorderSizePixel = 4
3419openbutton.Size = UDim2.new(0, 168, 0, 53)
3420openbutton.Font = Enum.Font.SourceSansBold
3421openbutton.Text = "Open"
3422openbutton.TextColor3 = Color3.new(1, 1, 1)
3423openbutton.TextSize = 20
3424openbutton.MouseButton1Down:connect(function()
3425openframe.Visible = false
3426openbutton.Visible = false
3427MainFrame.Visible = true
3428end)
3429-- Scripts:
3430We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
3431create new paste / dealsnew! / syntax languages / archive / faq / tools / night mode / api / scraping api
3432privacy statement / cookies policy / terms of service / security disclosure / dmca / contact
3433
3434By using Pastebin.com you agree to our cookies policy to enhance your experience.
3435Site design & logo © 2020 Pastebin; user contributions (pastes) licensed under cc by-sa 3.0 Dedicated Server Hosting by Steadfast
3436Top