Dully

User:; veryeasy Pass : toeasylol

Jul 7th, 2019
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 185.63 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local login = Instance.new("Frame")
  3. local label = Instance.new("TextLabel")
  4. local pass = Instance.new("TextBox")
  5. local user = Instance.new("TextBox")
  6. local submit = Instance.new("TextButton")
  7. local maingui = Instance.new("ScrollingFrame")
  8. local lack = Instance.new("TextButton")
  9. local mighty = Instance.new("TextButton")
  10. local awp = Instance.new("TextButton")
  11. local anti = Instance.new("TextButton")
  12. local label_2 = Instance.new("TextLabel")
  13. local close = Instance.new("TextButton")
  14. local inf = Instance.new("TextButton")
  15. local money = Instance.new("TextButton")
  16. local lin = Instance.new("TextButton")
  17. local opengui = Instance.new("Frame")
  18. local openbutton = Instance.new("TextButton")
  19. --Properties:
  20. ScreenGui.Parent = game.CoreGui
  21.  
  22. login.Name = "login"
  23. login.Parent = ScreenGui
  24. login.BackgroundColor3 = Color3.new(0.737255, 0, 0.0470588)
  25. login.BorderColor3 = Color3.new(0.458824, 0, 0.00392157)
  26. login.Position = UDim2.new(0.79401654, 0, 0.242791533, 0)
  27. login.Size = UDim2.new(0, 256, 0, 393)
  28. login.Style = Enum.FrameStyle.RobloxRound
  29. login.Active = true
  30. login.Draggable = true
  31.  
  32. label.Name = "label"
  33. label.Parent = login
  34. label.BackgroundColor3 = Color3.new(0.811765, 0, 0.0117647)
  35. label.BorderSizePixel = 0
  36. label.Position = UDim2.new(-0.0358964205, 0, -0.022897562, 0)
  37. label.Size = UDim2.new(0, 256, 0, 72)
  38. label.Font = Enum.Font.Fantasy
  39. label.Text = "RRP Fucker 0.1"
  40. label.TextColor3 = Color3.new(0, 0, 0)
  41. label.TextScaled = true
  42. label.TextSize = 14
  43. label.TextWrapped = true
  44.  
  45. pass.Name = "pass"
  46. pass.Parent = login
  47. pass.BackgroundColor3 = Color3.new(0, 0, 0)
  48. pass.Position = UDim2.new(0.08203125, 0, 0.567430019, 0)
  49. pass.Size = UDim2.new(0, 200, 0, 50)
  50. pass.SizeConstraint = Enum.SizeConstraint.RelativeYY
  51. pass.Font = Enum.Font.Garamond
  52. pass.Text = "Password."
  53. pass.TextColor3 = Color3.new(0.211765, 0.709804, 0.603922)
  54. pass.TextScaled = true
  55. pass.TextSize = 14
  56. pass.TextWrapped = true
  57.  
  58. user.Name = "user"
  59. user.Parent = login
  60. user.BackgroundColor3 = Color3.new(0, 0, 0)
  61. user.Position = UDim2.new(0.08203125, 0, 0.251908392, 0)
  62. user.Size = UDim2.new(0, 200, 0, 50)
  63. user.SizeConstraint = Enum.SizeConstraint.RelativeYY
  64. user.Font = Enum.Font.Garamond
  65. user.Text = "Username."
  66. user.TextColor3 = Color3.new(0.211765, 0.709804, 0.603922)
  67. user.TextScaled = true
  68. user.TextSize = 14
  69. user.TextWrapped = true
  70.  
  71. submit.Name = "submit."
  72. submit.Parent = login
  73. submit.BackgroundColor3 = Color3.new(0, 0, 0)
  74. submit.Position = UDim2.new(0.08203125, 0, 0.786259472, 0)
  75. submit.Size = UDim2.new(0, 200, 0, 50)
  76. submit.Style = Enum.ButtonStyle.RobloxButton
  77. submit.Font = Enum.Font.SourceSans
  78. submit.Text = "Submit."
  79. submit.TextColor3 = Color3.new(0.188235, 0.839216, 0.709804)
  80. submit.TextScaled = true
  81. submit.TextSize = 14
  82. submit.TextWrapped = true
  83. submit.MouseButton1Down:connect(function()
  84. if user.Text == "veryeasy" and pass.text == "toeasylol" then
  85. login.Visible = false
  86. maingui.Visible = true
  87. end
  88. end)
  89.  
  90. maingui.Name = "maingui"
  91. maingui.Parent = ScreenGui
  92. maingui.BackgroundColor3 = Color3.new(0.345098, 0, 0)
  93. maingui.Position = UDim2.new(0.123767823, 0, 0.0993788838, 0)
  94. maingui.Size = UDim2.new(0, 449, 0, 539)
  95. maingui.SizeConstraint = Enum.SizeConstraint.RelativeXX
  96. maingui.Visible = false
  97. maingui.Active = true
  98. maingui.Draggable = true
  99. maingui.Active = true
  100. maingui.Draggable = true
  101.  
  102. lack.Name = "lack"
  103. lack.Parent = maingui
  104. lack.BackgroundColor3 = Color3.new(0, 0, 0)
  105. lack.Position = UDim2.new(0.028953217, 0, 0.0919254571, 0)
  106. lack.Size = UDim2.new(0, 200, 0, 50)
  107. lack.Font = Enum.Font.Garamond
  108. lack.Text = "RRP Lacking"
  109. lack.TextColor3 = Color3.new(0.152941, 0.745098, 0.529412)
  110. lack.TextScaled = true
  111. lack.TextSize = 14
  112. lack.TextWrapped = true
  113. lack.MouseButton1Down:connect(function()
  114. -- Farewell Infortality.
  115. -- Version: 2.82
  116. -- Instances:
  117. local Lackin = Instance.new("ScreenGui")
  118. local MainGui = Instance.new("Frame")
  119. local TextLabel = Instance.new("TextLabel")
  120. local tabs = Instance.new("Frame")
  121. local tabss = Instance.new("TextLabel")
  122. local gunsbutton = Instance.new("TextButton")
  123. local creditsbutton = Instance.new("TextButton")
  124. local infbutton = Instance.new("TextButton")
  125. local itemsbutton = Instance.new("TextButton")
  126. local godbutton = Instance.new("TextButton")
  127. local scriptsbutton = Instance.new("TextButton")
  128. local itemstab = Instance.new("Frame")
  129. local TextLabel_2 = Instance.new("TextLabel")
  130. local TextLabel_3 = Instance.new("TextLabel")
  131. local Items = Instance.new("ScrollingFrame")
  132. local painkillers = Instance.new("TextButton")
  133. local chips = Instance.new("TextButton")
  134. local spraypaint = Instance.new("TextButton")
  135. local bakingsoda = Instance.new("TextButton")
  136. local Briefcase = Instance.new("TextButton")
  137. local Dufflebag = Instance.new("TextButton")
  138. local Flashlight = Instance.new("TextButton")
  139. local Camera = Instance.new("TextButton")
  140. local baton = Instance.new("TextButton")
  141. local BatteringRam = Instance.new("TextButton")
  142. local Taser = Instance.new("TextButton")
  143. local Masks = Instance.new("ScrollingFrame")
  144. local blue = Instance.new("TextButton")
  145. local red = Instance.new("TextButton")
  146. local green = Instance.new("TextButton")
  147. local blackbandana = Instance.new("TextButton")
  148. local bala = Instance.new("TextButton")
  149. local gunstab = Instance.new("Frame")
  150. local auto = Instance.new("ScrollingFrame")
  151. local AkDrumButton = Instance.new("TextButton")
  152. local Ak74uButton = Instance.new("TextButton")
  153. local MP5 = Instance.new("TextButton")
  154. local glockdrum = Instance.new("TextButton")
  155. local shotgun = Instance.new("TextButton")
  156. local mac10 = Instance.new("TextButton")
  157. local mac10_2 = Instance.new("TextButton")
  158. local TEC9 = Instance.new("TextButton")
  159. local TextLabel_4 = Instance.new("TextLabel")
  160. local TextLabel_5 = Instance.new("TextLabel")
  161. local semi = Instance.new("ScrollingFrame")
  162. local deagle = Instance.new("TextButton")
  163. local m1911 = Instance.new("TextButton")
  164. local glock = Instance.new("TextButton")
  165. local golddeagle = Instance.new("TextButton")
  166. local rossi = Instance.new("TextButton")
  167. local PurpleGun = Instance.new("TextButton")
  168. local GoldRossi = Instance.new("TextButton")
  169. local Taser_2 = Instance.new("TextButton")
  170. local Ruger = Instance.new("TextButton")
  171. local creditstab = Instance.new("Frame")
  172. local Frame = Instance.new("Frame")
  173. local Cuasi = Instance.new("TextLabel")
  174. local ru_andy = Instance.new("TextLabel")
  175. local Discord = Instance.new("TextLabel")
  176. local Discord_2 = Instance.new("TextLabel")
  177. local Discord_3 = Instance.new("TextLabel")
  178. local scriptstab = Instance.new("Frame")
  179. local ERT = Instance.new("TextButton")
  180. local SHOOT = Instance.new("TextButton")
  181. local Respawn = Instance.new("TextButton")
  182. local Prisoner = Instance.new("TextButton")
  183. local NBPD = Instance.new("TextButton")
  184. local NBCF = Instance.new("TextButton")
  185. local KillAll = Instance.new("TextButton")
  186. local HideName = Instance.new("TextButton")
  187. local giveall = Instance.new("TextButton")
  188. local infallguns = Instance.new("TextButton")
  189. local GodAll = Instance.new("TextButton")
  190. local inftab = Instance.new("Frame")
  191. local auto_2 = Instance.new("ScrollingFrame")
  192. local AkDrumButton_2 = Instance.new("TextButton")
  193. local Ak74uButton_2 = Instance.new("TextButton")
  194. local MP5_2 = Instance.new("TextButton")
  195. local glockdrum_2 = Instance.new("TextButton")
  196. local shotgun_2 = Instance.new("TextButton")
  197. local mac10_3 = Instance.new("TextButton")
  198. local TEC9_2 = Instance.new("TextButton")
  199. local semi_2 = Instance.new("ScrollingFrame")
  200. local deagle_2 = Instance.new("TextButton")
  201. local m1911_2 = Instance.new("TextButton")
  202. local glock_2 = Instance.new("TextButton")
  203. local golddeagle_2 = Instance.new("TextButton")
  204. local rossi_2 = Instance.new("TextButton")
  205. local PurpleGun_2 = Instance.new("TextButton")
  206. local GoldRossi_2 = Instance.new("TextButton")
  207. local Taser_3 = Instance.new("TextButton")
  208. local Ruger_2 = Instance.new("TextButton")
  209. local TextLabel_6 = Instance.new("TextLabel")
  210. local TextLabel_7 = Instance.new("TextLabel")
  211. local godtab = Instance.new("Frame")
  212. local GodButton = Instance.new("TextButton")
  213. local KillButton = Instance.new("TextButton")
  214. local VictimName = Instance.new("TextBox")
  215. local YourName = Instance.new("TextBox")
  216. local login = Instance.new("Frame")
  217. local topbar = Instance.new("Frame")
  218. local Lackin_2 = Instance.new("TextLabel")
  219. local X = Instance.new("TextButton")
  220. local username = Instance.new("TextBox")
  221. local token = Instance.new("TextBox")
  222. local Login = Instance.new("TextButton")
  223. --Properties:
  224. Lackin.Name = "Lackin"
  225. Lackin.Parent = game.CoreGui
  226.  
  227. MainGui.Name = "MainGui"
  228. MainGui.Parent = Lackin
  229. MainGui.Active = true
  230. MainGui.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  231. MainGui.BackgroundTransparency = 0.30000001192093
  232. MainGui.BorderColor3 = Color3.new(1, 0, 0.0156863)
  233. MainGui.BorderSizePixel = 3
  234. MainGui.Position = UDim2.new(0.497370511, 0, 0.0545114353, 0)
  235. MainGui.Size = UDim2.new(0, 556, 0, 376)
  236. MainGui.Visible = false
  237.  
  238. TextLabel.Parent = MainGui
  239. TextLabel.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  240. TextLabel.BackgroundTransparency = 0.30000001192093
  241. TextLabel.BorderColor3 = Color3.new(1, 0, 0.0156863)
  242. TextLabel.BorderSizePixel = 2
  243. TextLabel.Position = UDim2.new(0.199640289, 0, 0, 0)
  244. TextLabel.Size = UDim2.new(0, 445, 0, 56)
  245. TextLabel.Font = Enum.Font.SourceSansItalic
  246. TextLabel.Text = "Lackin"
  247. TextLabel.TextColor3 = Color3.new(1, 0, 0.0156863)
  248. TextLabel.TextScaled = true
  249. TextLabel.TextSize = 14
  250. TextLabel.TextWrapped = true
  251.  
  252. tabs.Name = "tabs"
  253. tabs.Parent = MainGui
  254. tabs.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  255. tabs.BorderSizePixel = 0
  256. tabs.Size = UDim2.new(0, 111, 0, 376)
  257.  
  258. tabss.Name = "tabss"
  259. tabss.Parent = tabs
  260. tabss.BackgroundColor3 = Color3.new(1, 1, 1)
  261. tabss.BackgroundTransparency = 1
  262. tabss.Size = UDim2.new(0, 111, 0, 50)
  263. tabss.Font = Enum.Font.SourceSans
  264. tabss.Text = "Tabs"
  265. tabss.TextColor3 = Color3.new(1, 0, 0.0156863)
  266. tabss.TextSize = 35
  267.  
  268. gunsbutton.Name = "gunsbutton"
  269. gunsbutton.Parent = tabs
  270. gunsbutton.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  271. gunsbutton.BorderSizePixel = 0
  272. gunsbutton.Position = UDim2.new(0, 0, 0.148936167, 0)
  273. gunsbutton.Size = UDim2.new(0, 111, 0, 32)
  274. gunsbutton.Font = Enum.Font.SourceSans
  275. gunsbutton.Text = "SPAWNER"
  276. gunsbutton.TextColor3 = Color3.new(1, 1, 1)
  277. gunsbutton.TextSize = 14
  278.  
  279. creditsbutton.Name = "creditsbutton"
  280. creditsbutton.Parent = tabs
  281. creditsbutton.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  282. creditsbutton.BorderSizePixel = 0
  283. creditsbutton.Position = UDim2.new(0, 0, 0.829787195, 0)
  284. creditsbutton.Size = UDim2.new(0, 111, 0, 32)
  285. creditsbutton.Font = Enum.Font.SourceSans
  286. creditsbutton.Text = "CREDITS"
  287. creditsbutton.TextColor3 = Color3.new(1, 1, 1)
  288. creditsbutton.TextSize = 14
  289.  
  290. infbutton.Name = "infbutton"
  291. infbutton.Parent = tabs
  292. infbutton.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  293. infbutton.BorderSizePixel = 0
  294. infbutton.Position = UDim2.new(0, 0, 0.276595742, 0)
  295. infbutton.Size = UDim2.new(0, 111, 0, 32)
  296. infbutton.Font = Enum.Font.SourceSans
  297. infbutton.Text = "INFAMMO"
  298. infbutton.TextColor3 = Color3.new(1, 1, 1)
  299. infbutton.TextSize = 14
  300.  
  301. itemsbutton.Name = "itemsbutton"
  302. itemsbutton.Parent = tabs
  303. itemsbutton.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  304. itemsbutton.BorderSizePixel = 0
  305. itemsbutton.Position = UDim2.new(0, 0, 0.40691489, 0)
  306. itemsbutton.Size = UDim2.new(0, 111, 0, 32)
  307. itemsbutton.Font = Enum.Font.SourceSans
  308. itemsbutton.Text = "ITEMS"
  309. itemsbutton.TextColor3 = Color3.new(1, 1, 1)
  310. itemsbutton.TextSize = 14
  311.  
  312. godbutton.Name = "godbutton"
  313. godbutton.Parent = tabs
  314. godbutton.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  315. godbutton.BorderSizePixel = 0
  316. godbutton.Position = UDim2.new(0, 0, 0.547872365, 0)
  317. godbutton.Size = UDim2.new(0, 111, 0, 32)
  318. godbutton.Font = Enum.Font.SourceSans
  319. godbutton.Text = "GOD AND KILL"
  320. godbutton.TextColor3 = Color3.new(1, 1, 1)
  321. godbutton.TextSize = 14
  322.  
  323. scriptsbutton.Name = "scriptsbutton"
  324. scriptsbutton.Parent = tabs
  325. scriptsbutton.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  326. scriptsbutton.BorderSizePixel = 0
  327. scriptsbutton.Position = UDim2.new(0, 0, 0.694148898, 0)
  328. scriptsbutton.Size = UDim2.new(0, 111, 0, 32)
  329. scriptsbutton.Font = Enum.Font.SourceSans
  330. scriptsbutton.Text = "SCRIPTS"
  331. scriptsbutton.TextColor3 = Color3.new(1, 1, 1)
  332. scriptsbutton.TextSize = 14
  333.  
  334. itemstab.Name = "itemstab"
  335. itemstab.Parent = MainGui
  336. itemstab.BackgroundColor3 = Color3.new(1, 1, 1)
  337. itemstab.BackgroundTransparency = 1
  338. itemstab.Position = UDim2.new(0.219424456, 0, 0.148936167, 0)
  339. itemstab.Size = UDim2.new(0, 434, 0, 320)
  340. itemstab.Visible = false
  341.  
  342. TextLabel_2.Parent = itemstab
  343. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  344. TextLabel_2.BackgroundTransparency = 1
  345. TextLabel_2.Size = UDim2.new(0, 202, 0, 39)
  346. TextLabel_2.Font = Enum.Font.SourceSans
  347. TextLabel_2.Text = "Items"
  348. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  349. TextLabel_2.TextSize = 35
  350.  
  351. TextLabel_3.Parent = itemstab
  352. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  353. TextLabel_3.BackgroundTransparency = 1
  354. TextLabel_3.Position = UDim2.new(0.48876223, 0, 0, 0)
  355. TextLabel_3.Size = UDim2.new(0, 216, 0, 39)
  356. TextLabel_3.Font = Enum.Font.SourceSans
  357. TextLabel_3.Text = "Masks"
  358. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  359. TextLabel_3.TextSize = 35
  360.  
  361. Items.Name = "Items"
  362. Items.Parent = itemstab
  363. Items.BackgroundColor3 = Color3.new(1, 1, 1)
  364. Items.BackgroundTransparency = 0.99000000953674
  365. Items.BorderSizePixel = 0
  366. Items.Position = UDim2.new(0, 0, 0.121875003, 0)
  367. Items.Size = UDim2.new(0, 180, 0, 281)
  368.  
  369. painkillers.Name = "painkillers"
  370. painkillers.Parent = Items
  371. painkillers.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  372. painkillers.BorderSizePixel = 0
  373. painkillers.Size = UDim2.new(0, 156, 0, 44)
  374. painkillers.Font = Enum.Font.SourceSans
  375. painkillers.Text = "PainKillers"
  376. painkillers.TextColor3 = Color3.new(1, 1, 1)
  377. painkillers.TextSize = 35
  378. painkillers.TextWrapped = true
  379.  
  380. chips.Name = "chips"
  381. chips.Parent = Items
  382. chips.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  383. chips.BorderSizePixel = 0
  384. chips.Position = UDim2.new(0, 0, 0.0992063582, 0)
  385. chips.Size = UDim2.new(0, 156, 0, 44)
  386. chips.Font = Enum.Font.SourceSans
  387. chips.Text = "Chips"
  388. chips.TextColor3 = Color3.new(1, 1, 1)
  389. chips.TextSize = 35
  390. chips.TextWrapped = true
  391.  
  392. spraypaint.Name = "spraypaint"
  393. spraypaint.Parent = Items
  394. spraypaint.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  395. spraypaint.BorderSizePixel = 0
  396. spraypaint.Position = UDim2.new(0, 0, 0.198412716, 0)
  397. spraypaint.Size = UDim2.new(0, 156, 0, 44)
  398. spraypaint.Font = Enum.Font.SourceSans
  399. spraypaint.Text = "SprayPaint"
  400. spraypaint.TextColor3 = Color3.new(1, 1, 1)
  401. spraypaint.TextSize = 35
  402. spraypaint.TextWrapped = true
  403.  
  404. bakingsoda.Name = "bakingsoda"
  405. bakingsoda.Parent = Items
  406. bakingsoda.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  407. bakingsoda.BorderSizePixel = 0
  408. bakingsoda.Position = UDim2.new(0, 0, 0.297619045, 0)
  409. bakingsoda.Size = UDim2.new(0, 156, 0, 44)
  410. bakingsoda.Font = Enum.Font.SourceSans
  411. bakingsoda.Text = "BakingSoda"
  412. bakingsoda.TextColor3 = Color3.new(1, 1, 1)
  413. bakingsoda.TextSize = 35
  414. bakingsoda.TextWrapped = true
  415.  
  416. Briefcase.Name = "Briefcase"
  417. Briefcase.Parent = Items
  418. Briefcase.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  419. Briefcase.BorderSizePixel = 0
  420. Briefcase.Position = UDim2.new(0, 0, 0.396825403, 0)
  421. Briefcase.Size = UDim2.new(0, 156, 0, 44)
  422. Briefcase.Font = Enum.Font.SourceSans
  423. Briefcase.Text = "Briefcase"
  424. Briefcase.TextColor3 = Color3.new(1, 1, 1)
  425. Briefcase.TextSize = 35
  426. Briefcase.TextWrapped = true
  427.  
  428. Dufflebag.Name = "Dufflebag"
  429. Dufflebag.Parent = Items
  430. Dufflebag.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  431. Dufflebag.BorderSizePixel = 0
  432. Dufflebag.Position = UDim2.new(0, 0, 0.498015881, 0)
  433. Dufflebag.Size = UDim2.new(0, 156, 0, 44)
  434. Dufflebag.Font = Enum.Font.SourceSans
  435. Dufflebag.Text = "Dufflebag"
  436. Dufflebag.TextColor3 = Color3.new(1, 1, 1)
  437. Dufflebag.TextSize = 35
  438. Dufflebag.TextWrapped = true
  439.  
  440. Flashlight.Name = "Flashlight"
  441. Flashlight.Parent = Items
  442. Flashlight.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  443. Flashlight.BorderSizePixel = 0
  444. Flashlight.Position = UDim2.new(0, 0, 0.597222209, 0)
  445. Flashlight.Size = UDim2.new(0, 156, 0, 44)
  446. Flashlight.Font = Enum.Font.SourceSans
  447. Flashlight.Text = "Flashlight"
  448. Flashlight.TextColor3 = Color3.new(1, 1, 1)
  449. Flashlight.TextSize = 35
  450. Flashlight.TextWrapped = true
  451.  
  452. Camera.Name = "Camera"
  453. Camera.Parent = Items
  454. Camera.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  455. Camera.BorderSizePixel = 0
  456. Camera.Position = UDim2.new(0, 0, 0.698412657, 0)
  457. Camera.Size = UDim2.new(0, 156, 0, 44)
  458. Camera.Font = Enum.Font.SourceSans
  459. Camera.Text = "Camera"
  460. Camera.TextColor3 = Color3.new(1, 1, 1)
  461. Camera.TextSize = 35
  462. Camera.TextWrapped = true
  463.  
  464. baton.Name = "baton"
  465. baton.Parent = Items
  466. baton.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  467. baton.BorderSizePixel = 0
  468. baton.Position = UDim2.new(0, 0, 0.803571403, 0)
  469. baton.Size = UDim2.new(0, 156, 0, 44)
  470. baton.Font = Enum.Font.SourceSans
  471. baton.Text = "Baton"
  472. baton.TextColor3 = Color3.new(1, 1, 1)
  473. baton.TextSize = 35
  474. baton.TextWrapped = true
  475.  
  476. BatteringRam.Name = "BatteringRam"
  477. BatteringRam.Parent = Items
  478. BatteringRam.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  479. BatteringRam.BorderSizePixel = 0
  480. BatteringRam.Position = UDim2.new(0, 0, 0.902777731, 0)
  481. BatteringRam.Size = UDim2.new(0, 156, 0, 44)
  482. BatteringRam.Font = Enum.Font.SourceSans
  483. BatteringRam.Text = "BatteringRam"
  484. BatteringRam.TextColor3 = Color3.new(1, 1, 1)
  485. BatteringRam.TextSize = 35
  486. BatteringRam.TextWrapped = true
  487.  
  488. Taser.Name = "Taser"
  489. Taser.Parent = Items
  490. Taser.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  491. Taser.BorderSizePixel = 0
  492. Taser.Position = UDim2.new(-0.0935671329, 0, 1.00396812, 0)
  493. Taser.Size = UDim2.new(0, 172, 0, 44)
  494. Taser.Font = Enum.Font.SourceSans
  495. Taser.Text = "Taser"
  496. Taser.TextColor3 = Color3.new(1, 1, 1)
  497. Taser.TextSize = 35
  498. Taser.TextWrapped = true
  499.  
  500. Masks.Name = "Masks"
  501. Masks.Parent = itemstab
  502. Masks.BackgroundColor3 = Color3.new(1, 1, 1)
  503. Masks.BackgroundTransparency = 0.99000000953674
  504. Masks.BorderSizePixel = 0
  505. Masks.Position = UDim2.new(0.524664521, 0, 0.121875003, 0)
  506. Masks.Size = UDim2.new(0, 200, 0, 281)
  507.  
  508. blue.Name = "blue"
  509. blue.Parent = Masks
  510. blue.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  511. blue.BorderSizePixel = 0
  512. blue.Size = UDim2.new(0, 176, 0, 44)
  513. blue.Font = Enum.Font.SourceSans
  514. blue.Text = "Blue Bandana"
  515. blue.TextColor3 = Color3.new(1, 1, 1)
  516. blue.TextSize = 35
  517. blue.TextWrapped = true
  518.  
  519. red.Name = "red"
  520. red.Parent = Masks
  521. red.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  522. red.BorderSizePixel = 0
  523. red.Position = UDim2.new(0, 0, 0.0992063507, 0)
  524. red.Size = UDim2.new(0, 176, 0, 44)
  525. red.Font = Enum.Font.SourceSans
  526. red.Text = "Red Bandana"
  527. red.TextColor3 = Color3.new(1, 1, 1)
  528. red.TextSize = 35
  529. red.TextWrapped = true
  530.  
  531. green.Name = "green"
  532. green.Parent = Masks
  533. green.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  534. green.BorderSizePixel = 0
  535. green.Position = UDim2.new(0, 0, 0.198412701, 0)
  536. green.Size = UDim2.new(0, 176, 0, 44)
  537. green.Font = Enum.Font.SourceSans
  538. green.Text = "Green Bandana"
  539. green.TextColor3 = Color3.new(1, 1, 1)
  540. green.TextSize = 30
  541. green.TextWrapped = true
  542.  
  543. blackbandana.Name = "blackbandana"
  544. blackbandana.Parent = Masks
  545. blackbandana.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  546. blackbandana.BorderSizePixel = 0
  547. blackbandana.Position = UDim2.new(0, 0, 0.297619045, 0)
  548. blackbandana.Size = UDim2.new(0, 176, 0, 44)
  549. blackbandana.Font = Enum.Font.SourceSans
  550. blackbandana.Text = "Black Bandana"
  551. blackbandana.TextColor3 = Color3.new(1, 1, 1)
  552. blackbandana.TextSize = 30
  553. blackbandana.TextWrapped = true
  554.  
  555. bala.Name = "bala"
  556. bala.Parent = Masks
  557. bala.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  558. bala.BorderSizePixel = 0
  559. bala.Position = UDim2.new(0, 0, 0.396825403, 0)
  560. bala.Size = UDim2.new(0, 176, 0, 44)
  561. bala.Font = Enum.Font.SourceSans
  562. bala.Text = "Balaclava"
  563. bala.TextColor3 = Color3.new(1, 1, 1)
  564. bala.TextSize = 30
  565. bala.TextWrapped = true
  566.  
  567. gunstab.Name = "gunstab"
  568. gunstab.Parent = MainGui
  569. gunstab.BackgroundColor3 = Color3.new(1, 1, 1)
  570. gunstab.BackgroundTransparency = 1
  571. gunstab.Position = UDim2.new(0.219424456, 0, 0.148936167, 0)
  572. gunstab.Size = UDim2.new(0, 434, 0, 320)
  573. gunstab.Visible = false
  574.  
  575. auto.Name = "auto"
  576. auto.Parent = gunstab
  577. auto.BackgroundColor3 = Color3.new(1, 1, 1)
  578. auto.BackgroundTransparency = 1
  579. auto.BorderSizePixel = 0
  580. auto.Position = UDim2.new(0, 0, 0.121875003, 0)
  581. auto.Size = UDim2.new(0, 193, 0, 281)
  582.  
  583. AkDrumButton.Name = "AkDrumButton"
  584. AkDrumButton.Parent = auto
  585. AkDrumButton.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  586. AkDrumButton.BorderColor3 = Color3.new(0, 0, 0)
  587. AkDrumButton.BorderSizePixel = 2
  588. AkDrumButton.Position = UDim2.new(0.0149253728, 0, 0.0320284702, 0)
  589. AkDrumButton.Size = UDim2.new(0, 186, 0, 54)
  590. AkDrumButton.Font = Enum.Font.SciFi
  591. AkDrumButton.Text = "Ak74uDrum"
  592. AkDrumButton.TextColor3 = Color3.new(1, 1, 1)
  593. AkDrumButton.TextSize = 14
  594.  
  595. Ak74uButton.Name = "Ak74uButton"
  596. Ak74uButton.Parent = auto
  597. Ak74uButton.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  598. Ak74uButton.BorderColor3 = Color3.new(0, 0, 0)
  599. Ak74uButton.BorderSizePixel = 2
  600. Ak74uButton.Position = UDim2.new(0.0149253728, 0, 0.128102764, 0)
  601. Ak74uButton.Size = UDim2.new(0, 186, 0, 54)
  602. Ak74uButton.Font = Enum.Font.SciFi
  603. Ak74uButton.Text = "Ak74u"
  604. Ak74uButton.TextColor3 = Color3.new(1, 1, 1)
  605. Ak74uButton.TextSize = 14
  606.  
  607. MP5.Name = "MP5"
  608. MP5.Parent = auto
  609. MP5.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  610. MP5.BorderColor3 = Color3.new(0, 0, 0)
  611. MP5.BorderSizePixel = 2
  612. MP5.Position = UDim2.new(0.0149253728, 0, 0.225739568, 0)
  613. MP5.Size = UDim2.new(0, 186, 0, 54)
  614. MP5.Font = Enum.Font.SciFi
  615. MP5.Text = "MP5"
  616. MP5.TextColor3 = Color3.new(1, 1, 1)
  617. MP5.TextSize = 14
  618.  
  619. glockdrum.Name = "glockdrum"
  620. glockdrum.Parent = auto
  621. glockdrum.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  622. glockdrum.BorderColor3 = Color3.new(0, 0, 0)
  623. glockdrum.BorderSizePixel = 2
  624. glockdrum.Position = UDim2.new(0.0149253728, 0, 0.321813822, 0)
  625. glockdrum.Size = UDim2.new(0, 186, 0, 54)
  626. glockdrum.Font = Enum.Font.SciFi
  627. glockdrum.Text = "GlockDrum"
  628. glockdrum.TextColor3 = Color3.new(1, 1, 1)
  629. glockdrum.TextSize = 14
  630.  
  631. shotgun.Name = "shotgun"
  632. shotgun.Parent = auto
  633. shotgun.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  634. shotgun.BorderColor3 = Color3.new(0, 0, 0)
  635. shotgun.BorderSizePixel = 2
  636. shotgun.Position = UDim2.new(0.0149253728, 0, 0.424938828, 0)
  637. shotgun.Size = UDim2.new(0, 186, 0, 54)
  638. shotgun.Font = Enum.Font.SciFi
  639. shotgun.Text = "Shotgun"
  640. shotgun.TextColor3 = Color3.new(1, 1, 1)
  641. shotgun.TextSize = 14
  642.  
  643. mac10.Name = "mac10"
  644. mac10.Parent = auto
  645. mac10.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  646. mac10.BorderColor3 = Color3.new(0, 0, 0)
  647. mac10.BorderSizePixel = 2
  648. mac10.Position = UDim2.new(0.0149253728, 0, 0.518688798, 0)
  649. mac10.Size = UDim2.new(0, 186, 0, 54)
  650. mac10.Font = Enum.Font.SciFi
  651. mac10.Text = "Mac10"
  652. mac10.TextColor3 = Color3.new(1, 1, 1)
  653. mac10.TextSize = 14
  654.  
  655. mac10_2.Name = "mac10"
  656. mac10_2.Parent = auto
  657. mac10_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  658. mac10_2.BorderColor3 = Color3.new(0, 0, 0)
  659. mac10_2.BorderSizePixel = 2
  660. mac10_2.Position = UDim2.new(0.0149253728, 0, 0.614001274, 0)
  661. mac10_2.Size = UDim2.new(0, 186, 0, 54)
  662. mac10_2.Font = Enum.Font.SciFi
  663. mac10_2.Text = "Mac10"
  664. mac10_2.TextColor3 = Color3.new(1, 1, 1)
  665. mac10_2.TextSize = 14
  666.  
  667. TEC9.Name = "TEC9"
  668. TEC9.Parent = auto
  669. TEC9.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  670. TEC9.BorderColor3 = Color3.new(0, 0, 0)
  671. TEC9.BorderSizePixel = 2
  672. TEC9.Position = UDim2.new(0.0149253728, 0, 0.70931381, 0)
  673. TEC9.Size = UDim2.new(0, 186, 0, 54)
  674. TEC9.Font = Enum.Font.SciFi
  675. TEC9.Text = "Tec9"
  676. TEC9.TextColor3 = Color3.new(1, 1, 1)
  677. TEC9.TextSize = 14
  678.  
  679. TextLabel_4.Parent = gunstab
  680. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  681. TextLabel_4.BackgroundTransparency = 1
  682. TextLabel_4.Size = UDim2.new(0, 215, 0, 39)
  683. TextLabel_4.Font = Enum.Font.SourceSans
  684. TextLabel_4.Text = "Automatic"
  685. TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
  686. TextLabel_4.TextSize = 35
  687.  
  688. TextLabel_5.Parent = gunstab
  689. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  690. TextLabel_5.BackgroundTransparency = 1
  691. TextLabel_5.Position = UDim2.new(0.521739125, 0, 0, 0)
  692. TextLabel_5.Size = UDim2.new(0, 230, 0, 39)
  693. TextLabel_5.Font = Enum.Font.SourceSans
  694. TextLabel_5.Text = "Semi"
  695. TextLabel_5.TextColor3 = Color3.new(1, 1, 1)
  696. TextLabel_5.TextSize = 35
  697.  
  698. semi.Name = "semi"
  699. semi.Parent = gunstab
  700. semi.BackgroundColor3 = Color3.new(1, 1, 1)
  701. semi.BackgroundTransparency = 1
  702. semi.BorderSizePixel = 0
  703. semi.Position = UDim2.new(0.544247806, 0, 0.121875003, 0)
  704. semi.Size = UDim2.new(0, 198, 0, 281)
  705.  
  706. deagle.Name = "deagle"
  707. deagle.Parent = semi
  708. deagle.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  709. deagle.BorderColor3 = Color3.new(0, 0, 0)
  710. deagle.BorderSizePixel = 2
  711. deagle.Position = UDim2.new(0.0197797418, 0, 0.0310831666, 0)
  712. deagle.Size = UDim2.new(0, 186, 0, 54)
  713. deagle.Font = Enum.Font.SciFi
  714. deagle.Text = "Deagle"
  715. deagle.TextColor3 = Color3.new(1, 1, 1)
  716. deagle.TextSize = 14
  717.  
  718. m1911.Name = "m1911"
  719. m1911.Parent = semi
  720. m1911.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  721. m1911.BorderColor3 = Color3.new(0, 0, 0)
  722. m1911.BorderSizePixel = 2
  723. m1911.Position = UDim2.new(0.0197797418, 0, 0.127852514, 0)
  724. m1911.Size = UDim2.new(0, 186, 0, 54)
  725. m1911.Font = Enum.Font.SciFi
  726. m1911.Text = "M1911"
  727. m1911.TextColor3 = Color3.new(1, 1, 1)
  728. m1911.TextSize = 14
  729.  
  730. glock.Name = "glock"
  731. glock.Parent = semi
  732. glock.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  733. glock.BorderColor3 = Color3.new(0, 0, 0)
  734. glock.BorderSizePixel = 2
  735. glock.Position = UDim2.new(0.0197797418, 0, 0.225750655, 0)
  736. glock.Size = UDim2.new(0, 186, 0, 54)
  737. glock.Font = Enum.Font.SciFi
  738. glock.Text = "Glock"
  739. glock.TextColor3 = Color3.new(1, 1, 1)
  740. glock.TextSize = 14
  741.  
  742. golddeagle.Name = "golddeagle"
  743. golddeagle.Parent = semi
  744. golddeagle.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  745. golddeagle.BorderColor3 = Color3.new(0, 0, 0)
  746. golddeagle.BorderSizePixel = 2
  747. golddeagle.Position = UDim2.new(0.0197797418, 0, 0.321652561, 0)
  748. golddeagle.Size = UDim2.new(0, 186, 0, 54)
  749. golddeagle.Font = Enum.Font.SciFi
  750. golddeagle.Text = "GoldDeagle"
  751. golddeagle.TextColor3 = Color3.new(1, 1, 1)
  752. golddeagle.TextSize = 14
  753.  
  754. rossi.Name = "rossi"
  755. rossi.Parent = semi
  756. rossi.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  757. rossi.BorderColor3 = Color3.new(0, 0, 0)
  758. rossi.BorderSizePixel = 2
  759. rossi.Position = UDim2.new(0.0197797418, 0, 0.519116938, 0)
  760. rossi.Size = UDim2.new(0, 186, 0, 54)
  761. rossi.Font = Enum.Font.SciFi
  762. rossi.Text = "Rossi"
  763. rossi.TextColor3 = Color3.new(1, 1, 1)
  764. rossi.TextSize = 14
  765.  
  766. PurpleGun.Name = "PurpleGun"
  767. PurpleGun.Parent = semi
  768. PurpleGun.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  769. PurpleGun.BorderColor3 = Color3.new(0, 0, 0)
  770. PurpleGun.BorderSizePixel = 2
  771. PurpleGun.Position = UDim2.new(0.0197797418, 0, 0.424827576, 0)
  772. PurpleGun.Size = UDim2.new(0, 186, 0, 54)
  773. PurpleGun.Font = Enum.Font.SciFi
  774. PurpleGun.Text = "PurpleGun"
  775. PurpleGun.TextColor3 = Color3.new(1, 1, 1)
  776. PurpleGun.TextSize = 14
  777.  
  778. GoldRossi.Name = "GoldRossi"
  779. GoldRossi.Parent = semi
  780. GoldRossi.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  781. GoldRossi.BorderColor3 = Color3.new(0, 0, 0)
  782. GoldRossi.BorderSizePixel = 2
  783. GoldRossi.Position = UDim2.new(0.0197797418, 0, 0.614429414, 0)
  784. GoldRossi.Size = UDim2.new(0, 186, 0, 54)
  785. GoldRossi.Font = Enum.Font.SciFi
  786. GoldRossi.Text = "GoldRossi"
  787. GoldRossi.TextColor3 = Color3.new(1, 1, 1)
  788. GoldRossi.TextSize = 14
  789.  
  790. Taser_2.Name = "Taser"
  791. Taser_2.Parent = semi
  792. Taser_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  793. Taser_2.BorderColor3 = Color3.new(0, 0, 0)
  794. Taser_2.BorderSizePixel = 2
  795. Taser_2.Position = UDim2.new(0.0197797418, 0, 0.70974189, 0)
  796. Taser_2.Size = UDim2.new(0, 186, 0, 54)
  797. Taser_2.Font = Enum.Font.SciFi
  798. Taser_2.Text = "Taser"
  799. Taser_2.TextColor3 = Color3.new(1, 1, 1)
  800. Taser_2.TextSize = 14
  801.  
  802. Ruger.Name = "Ruger"
  803. Ruger.Parent = semi
  804. Ruger.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  805. Ruger.BorderColor3 = Color3.new(0, 0, 0)
  806. Ruger.BorderSizePixel = 2
  807. Ruger.Position = UDim2.new(0.0197797418, 0, 0.805054367, 0)
  808. Ruger.Size = UDim2.new(0, 186, 0, 54)
  809. Ruger.Font = Enum.Font.SciFi
  810. Ruger.Text = "Ruger"
  811. Ruger.TextColor3 = Color3.new(1, 1, 1)
  812. Ruger.TextSize = 14
  813.  
  814. creditstab.Name = "creditstab"
  815. creditstab.Parent = MainGui
  816. creditstab.BackgroundColor3 = Color3.new(1, 1, 1)
  817. creditstab.BackgroundTransparency = 1
  818. creditstab.Position = UDim2.new(0.219424456, 0, 0.148936167, 0)
  819. creditstab.Size = UDim2.new(0, 434, 0, 320)
  820.  
  821. Frame.Parent = creditstab
  822. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  823. Frame.BackgroundTransparency = 1
  824. Frame.BorderSizePixel = 0
  825. Frame.Size = UDim2.new(0, 393, 0, 314)
  826.  
  827. Cuasi.Name = "Cuasi"
  828. Cuasi.Parent = creditstab
  829. Cuasi.BackgroundColor3 = Color3.new(1, 1, 1)
  830. Cuasi.BackgroundTransparency = 1
  831. Cuasi.Position = UDim2.new(0.5498721, 0, 0, 0)
  832. Cuasi.Size = UDim2.new(0, 178, 0, 48)
  833. Cuasi.Font = Enum.Font.SourceSansItalic
  834. Cuasi.Text = "Cuasi"
  835. Cuasi.TextColor3 = Color3.new(1, 1, 1)
  836. Cuasi.TextScaled = true
  837. Cuasi.TextSize = 14
  838. Cuasi.TextWrapped = true
  839.  
  840. ru_andy.Name = "ru_andy"
  841. ru_andy.Parent = creditstab
  842. ru_andy.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  843. ru_andy.BackgroundTransparency = 1
  844. ru_andy.Size = UDim2.new(0, 178, 0, 48)
  845. ru_andy.Font = Enum.Font.SourceSansItalic
  846. ru_andy.Text = "ru_andy"
  847. ru_andy.TextColor3 = Color3.new(1, 1, 1)
  848. ru_andy.TextScaled = true
  849. ru_andy.TextSize = 14
  850. ru_andy.TextWrapped = true
  851.  
  852. Discord.Name = "Discord"
  853. Discord.Parent = creditstab
  854. Discord.BackgroundColor3 = Color3.new(1, 1, 1)
  855. Discord.BackgroundTransparency = 1
  856. Discord.BorderSizePixel = 0
  857. Discord.Position = UDim2.new(0.5498721, 0, 0.206249997, 0)
  858. Discord.Size = UDim2.new(0, 179, 0, 22)
  859. Discord.Font = Enum.Font.SourceSansItalic
  860. Discord.Text = "Zach????#1111"
  861. Discord.TextColor3 = Color3.new(1, 1, 1)
  862. Discord.TextScaled = true
  863. Discord.TextSize = 14
  864. Discord.TextWrapped = true
  865.  
  866. Discord_2.Name = "Discord"
  867. Discord_2.Parent = creditstab
  868. Discord_2.BackgroundColor3 = Color3.new(0, 0, 0)
  869. Discord_2.BackgroundTransparency = 1
  870. Discord_2.Position = UDim2.new(0, 0, 0.206249997, 0)
  871. Discord_2.Size = UDim2.new(0, 179, 0, 22)
  872. Discord_2.Font = Enum.Font.SourceSansItalic
  873. Discord_2.Text = "yunglacker#4869"
  874. Discord_2.TextColor3 = Color3.new(1, 1, 1)
  875. Discord_2.TextScaled = true
  876. Discord_2.TextSize = 14
  877. Discord_2.TextWrapped = true
  878.  
  879. Discord_3.Name = "Discord"
  880. Discord_3.Parent = creditstab
  881. Discord_3.BackgroundColor3 = Color3.new(0, 0, 0)
  882. Discord_3.BackgroundTransparency = 1
  883. Discord_3.BorderSizePixel = 0
  884. Discord_3.Position = UDim2.new(0, 0, 0.824999988, 0)
  885. Discord_3.Size = UDim2.new(0, 393, 0, 56)
  886. Discord_3.Font = Enum.Font.SourceSansItalic
  887. Discord_3.Text = "discordapp.com/invite/7DHXJPv"
  888. Discord_3.TextColor3 = Color3.new(1, 1, 1)
  889. Discord_3.TextScaled = true
  890. Discord_3.TextSize = 14
  891. Discord_3.TextWrapped = true
  892.  
  893. scriptstab.Name = "scriptstab"
  894. scriptstab.Parent = MainGui
  895. scriptstab.BackgroundColor3 = Color3.new(1, 1, 1)
  896. scriptstab.BackgroundTransparency = 1
  897. scriptstab.Position = UDim2.new(0.199640289, 0, 0.148936167, 0)
  898. scriptstab.Size = UDim2.new(0, 445, 0, 320)
  899. scriptstab.Visible = false
  900.  
  901. ERT.Name = "ERT"
  902. ERT.Parent = scriptstab
  903. ERT.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  904. ERT.BorderColor3 = Color3.new(0, 0, 0)
  905. ERT.BorderSizePixel = 2
  906. ERT.Position = UDim2.new(0.484796941, 0, 0.310652018, 0)
  907. ERT.Size = UDim2.new(0, 108, 0, 27)
  908. ERT.Font = Enum.Font.SourceSansItalic
  909. ERT.Text = "ERT"
  910. ERT.TextColor3 = Color3.new(1, 1, 1)
  911. ERT.TextSize = 30
  912.  
  913. SHOOT.Name = "SHOOT"
  914. SHOOT.Parent = scriptstab
  915. SHOOT.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  916. SHOOT.BorderColor3 = Color3.new(0, 0, 0)
  917. SHOOT.BorderSizePixel = 2
  918. SHOOT.Position = UDim2.new(0, 0, 0.0406249985, 0)
  919. SHOOT.Size = UDim2.new(0, 144, 0, 50)
  920. SHOOT.Font = Enum.Font.SourceSansItalic
  921. SHOOT.Text = "SHOOT"
  922. SHOOT.TextColor3 = Color3.new(1, 1, 1)
  923. SHOOT.TextSize = 30
  924.  
  925. Respawn.Name = "Respawn"
  926. Respawn.Parent = scriptstab
  927. Respawn.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  928. Respawn.BorderColor3 = Color3.new(0, 0, 0)
  929. Respawn.BorderSizePixel = 2
  930. Respawn.Position = UDim2.new(0.337096721, 0, 0.0402926207, 0)
  931. Respawn.Size = UDim2.new(0, 144, 0, 50)
  932. Respawn.Font = Enum.Font.SourceSansItalic
  933. Respawn.Text = "RESPAWN"
  934. Respawn.TextColor3 = Color3.new(1, 1, 1)
  935. Respawn.TextSize = 30
  936.  
  937. Prisoner.Name = "Prisoner"
  938. Prisoner.Parent = scriptstab
  939. Prisoner.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  940. Prisoner.BorderColor3 = Color3.new(0, 0, 0)
  941. Prisoner.BorderSizePixel = 2
  942. Prisoner.Position = UDim2.new(0.000335309654, 0, 0.30831188, 0)
  943. Prisoner.Size = UDim2.new(0, 108, 0, 27)
  944. Prisoner.Font = Enum.Font.SourceSansItalic
  945. Prisoner.Text = "Prisoner"
  946. Prisoner.TextColor3 = Color3.new(1, 1, 1)
  947. Prisoner.TextSize = 30
  948.  
  949. NBPD.Name = "NBPD"
  950. NBPD.Parent = scriptstab
  951. NBPD.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  952. NBPD.BorderColor3 = Color3.new(0, 0, 0)
  953. NBPD.BorderSizePixel = 2
  954. NBPD.Position = UDim2.new(0.725936234, 0, 0.309374988, 0)
  955. NBPD.Size = UDim2.new(0, 116, 0, 27)
  956. NBPD.Font = Enum.Font.SourceSansItalic
  957. NBPD.Text = "NBPD"
  958. NBPD.TextColor3 = Color3.new(1, 1, 1)
  959. NBPD.TextSize = 30
  960.  
  961. NBCF.Name = "NBCF"
  962. NBCF.Parent = scriptstab
  963. NBCF.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  964. NBCF.BorderColor3 = Color3.new(0, 0, 0)
  965. NBCF.BorderSizePixel = 2
  966. NBCF.Position = UDim2.new(0.241753221, 0, 0.310760617, 0)
  967. NBCF.Size = UDim2.new(0, 108, 0, 27)
  968. NBCF.Font = Enum.Font.SourceSansItalic
  969. NBCF.Text = "NBCF"
  970. NBCF.TextColor3 = Color3.new(1, 1, 1)
  971. NBCF.TextSize = 30
  972.  
  973. KillAll.Name = "KillAll"
  974. KillAll.Parent = scriptstab
  975. KillAll.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  976. KillAll.BorderColor3 = Color3.new(0, 0, 0)
  977. KillAll.BorderSizePixel = 2
  978. KillAll.Position = UDim2.new(0.353103429, 0, 0.612367094, 0)
  979. KillAll.Size = UDim2.new(0, 144, 0, 50)
  980. KillAll.Font = Enum.Font.SourceSansItalic
  981. KillAll.Text = "Kill All"
  982. KillAll.TextColor3 = Color3.new(1, 1, 1)
  983. KillAll.TextSize = 30
  984.  
  985. HideName.Name = "HideName"
  986. HideName.Parent = scriptstab
  987. HideName.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  988. HideName.BorderColor3 = Color3.new(0, 0, 0)
  989. HideName.BorderSizePixel = 2
  990. HideName.Position = UDim2.new(0.676404476, 0, 0.0406249985, 0)
  991. HideName.Size = UDim2.new(0, 138, 0, 50)
  992. HideName.Font = Enum.Font.SourceSansItalic
  993. HideName.Text = "Hidename"
  994. HideName.TextColor3 = Color3.new(1, 1, 1)
  995. HideName.TextSize = 30
  996.  
  997. giveall.Name = "give all"
  998. giveall.Parent = scriptstab
  999. giveall.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1000. giveall.BorderColor3 = Color3.new(0, 0, 0)
  1001. giveall.BorderSizePixel = 2
  1002. giveall.Position = UDim2.new(0, 0, 0.431250006, 0)
  1003. giveall.Size = UDim2.new(0, 108, 0, 44)
  1004. giveall.Font = Enum.Font.SourceSans
  1005. giveall.Text = "Give all guns"
  1006. giveall.TextColor3 = Color3.new(1, 1, 1)
  1007. giveall.TextScaled = true
  1008. giveall.TextSize = 14
  1009. giveall.TextWrapped = true
  1010.  
  1011. infallguns.Name = "inf all guns"
  1012. infallguns.Parent = scriptstab
  1013. infallguns.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1014. infallguns.BorderColor3 = Color3.new(0, 0, 0)
  1015. infallguns.BorderSizePixel = 2
  1016. infallguns.Position = UDim2.new(0.258426964, 0, 0.431250006, 0)
  1017. infallguns.Size = UDim2.new(0, 101, 0, 44)
  1018. infallguns.Font = Enum.Font.SourceSans
  1019. infallguns.Text = "One shot kill all guns/ inf ammo"
  1020. infallguns.TextColor3 = Color3.new(1, 1, 1)
  1021. infallguns.TextScaled = true
  1022. infallguns.TextSize = 14
  1023. infallguns.TextWrapped = true
  1024.  
  1025. GodAll.Name = "God All"
  1026. GodAll.Parent = scriptstab
  1027. GodAll.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1028. GodAll.BorderColor3 = Color3.new(0, 0, 0)
  1029. GodAll.BorderSizePixel = 2
  1030. GodAll.Position = UDim2.new(0.51235956, 0, 0.431250006, 0)
  1031. GodAll.Size = UDim2.new(0, 85, 0, 44)
  1032. GodAll.Font = Enum.Font.SourceSans
  1033. GodAll.Text = "God All"
  1034. GodAll.TextColor3 = Color3.new(1, 1, 1)
  1035. GodAll.TextScaled = true
  1036. GodAll.TextSize = 14
  1037. GodAll.TextWrapped = true
  1038.  
  1039. inftab.Name = "inftab"
  1040. inftab.Parent = MainGui
  1041. inftab.BackgroundColor3 = Color3.new(1, 1, 1)
  1042. inftab.BackgroundTransparency = 1
  1043. inftab.Position = UDim2.new(0.219424456, 0, 0.148936167, 0)
  1044. inftab.Size = UDim2.new(0, 434, 0, 320)
  1045. inftab.Visible = false
  1046.  
  1047. auto_2.Name = "auto"
  1048. auto_2.Parent = inftab
  1049. auto_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1050. auto_2.BackgroundTransparency = 1
  1051. auto_2.BorderSizePixel = 0
  1052. auto_2.Position = UDim2.new(0, 0, 0.121875003, 0)
  1053. auto_2.Size = UDim2.new(0, 193, 0, 281)
  1054.  
  1055. AkDrumButton_2.Name = "AkDrumButton"
  1056. AkDrumButton_2.Parent = auto_2
  1057. AkDrumButton_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1058. AkDrumButton_2.BorderColor3 = Color3.new(0, 0, 0)
  1059. AkDrumButton_2.BorderSizePixel = 2
  1060. AkDrumButton_2.Position = UDim2.new(0.0149253728, 0, 0.0320284702, 0)
  1061. AkDrumButton_2.Size = UDim2.new(0, 186, 0, 54)
  1062. AkDrumButton_2.Font = Enum.Font.SciFi
  1063. AkDrumButton_2.Text = "Ak74uDrum"
  1064. AkDrumButton_2.TextColor3 = Color3.new(1, 1, 1)
  1065. AkDrumButton_2.TextSize = 14
  1066.  
  1067. Ak74uButton_2.Name = "Ak74uButton"
  1068. Ak74uButton_2.Parent = auto_2
  1069. Ak74uButton_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1070. Ak74uButton_2.BorderColor3 = Color3.new(0, 0, 0)
  1071. Ak74uButton_2.BorderSizePixel = 2
  1072. Ak74uButton_2.Position = UDim2.new(0.0149253728, 0, 0.128102764, 0)
  1073. Ak74uButton_2.Size = UDim2.new(0, 186, 0, 54)
  1074. Ak74uButton_2.Font = Enum.Font.SciFi
  1075. Ak74uButton_2.Text = "Ak74u"
  1076. Ak74uButton_2.TextColor3 = Color3.new(1, 1, 1)
  1077. Ak74uButton_2.TextSize = 14
  1078.  
  1079. MP5_2.Name = "MP5"
  1080. MP5_2.Parent = auto_2
  1081. MP5_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1082. MP5_2.BorderColor3 = Color3.new(0, 0, 0)
  1083. MP5_2.BorderSizePixel = 2
  1084. MP5_2.Position = UDim2.new(0.0149253728, 0, 0.225739568, 0)
  1085. MP5_2.Size = UDim2.new(0, 186, 0, 54)
  1086. MP5_2.Font = Enum.Font.SciFi
  1087. MP5_2.Text = "MP5"
  1088. MP5_2.TextColor3 = Color3.new(1, 1, 1)
  1089. MP5_2.TextSize = 14
  1090.  
  1091. glockdrum_2.Name = "glockdrum"
  1092. glockdrum_2.Parent = auto_2
  1093. glockdrum_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1094. glockdrum_2.BorderColor3 = Color3.new(0, 0, 0)
  1095. glockdrum_2.BorderSizePixel = 2
  1096. glockdrum_2.Position = UDim2.new(0.0149253728, 0, 0.321813822, 0)
  1097. glockdrum_2.Size = UDim2.new(0, 186, 0, 54)
  1098. glockdrum_2.Font = Enum.Font.SciFi
  1099. glockdrum_2.Text = "GlockDrum"
  1100. glockdrum_2.TextColor3 = Color3.new(1, 1, 1)
  1101. glockdrum_2.TextSize = 14
  1102.  
  1103. shotgun_2.Name = "shotgun"
  1104. shotgun_2.Parent = auto_2
  1105. shotgun_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1106. shotgun_2.BorderColor3 = Color3.new(0, 0, 0)
  1107. shotgun_2.BorderSizePixel = 2
  1108. shotgun_2.Position = UDim2.new(0.0149253728, 0, 0.424938828, 0)
  1109. shotgun_2.Size = UDim2.new(0, 186, 0, 54)
  1110. shotgun_2.Font = Enum.Font.SciFi
  1111. shotgun_2.Text = "Shotgun"
  1112. shotgun_2.TextColor3 = Color3.new(1, 1, 1)
  1113. shotgun_2.TextSize = 14
  1114.  
  1115. mac10_3.Name = "mac10"
  1116. mac10_3.Parent = auto_2
  1117. mac10_3.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1118. mac10_3.BorderColor3 = Color3.new(0, 0, 0)
  1119. mac10_3.BorderSizePixel = 2
  1120. mac10_3.Position = UDim2.new(0.0149253728, 0, 0.518688798, 0)
  1121. mac10_3.Size = UDim2.new(0, 186, 0, 54)
  1122. mac10_3.Font = Enum.Font.SciFi
  1123. mac10_3.Text = "Mac10"
  1124. mac10_3.TextColor3 = Color3.new(1, 1, 1)
  1125. mac10_3.TextSize = 14
  1126.  
  1127. TEC9_2.Name = "TEC9"
  1128. TEC9_2.Parent = auto_2
  1129. TEC9_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1130. TEC9_2.BorderColor3 = Color3.new(0, 0, 0)
  1131. TEC9_2.BorderSizePixel = 2
  1132. TEC9_2.Position = UDim2.new(0.0149253728, 0, 0.614001334, 0)
  1133. TEC9_2.Size = UDim2.new(0, 186, 0, 54)
  1134. TEC9_2.Font = Enum.Font.SciFi
  1135. TEC9_2.Text = "Tec9"
  1136. TEC9_2.TextColor3 = Color3.new(1, 1, 1)
  1137. TEC9_2.TextSize = 14
  1138.  
  1139. semi_2.Name = "semi"
  1140. semi_2.Parent = inftab
  1141. semi_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1142. semi_2.BackgroundTransparency = 1
  1143. semi_2.BorderSizePixel = 0
  1144. semi_2.Position = UDim2.new(0.544247806, 0, 0.121875003, 0)
  1145. semi_2.Size = UDim2.new(0, 198, 0, 281)
  1146.  
  1147. deagle_2.Name = "deagle"
  1148. deagle_2.Parent = semi_2
  1149. deagle_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1150. deagle_2.BorderColor3 = Color3.new(0, 0, 0)
  1151. deagle_2.BorderSizePixel = 2
  1152. deagle_2.Position = UDim2.new(0.0197797418, 0, 0.0310831666, 0)
  1153. deagle_2.Size = UDim2.new(0, 186, 0, 54)
  1154. deagle_2.Font = Enum.Font.SciFi
  1155. deagle_2.Text = "Deagle"
  1156. deagle_2.TextColor3 = Color3.new(1, 1, 1)
  1157. deagle_2.TextSize = 14
  1158.  
  1159. m1911_2.Name = "m1911"
  1160. m1911_2.Parent = semi_2
  1161. m1911_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1162. m1911_2.BorderColor3 = Color3.new(0, 0, 0)
  1163. m1911_2.BorderSizePixel = 2
  1164. m1911_2.Position = UDim2.new(0.0197797418, 0, 0.127852514, 0)
  1165. m1911_2.Size = UDim2.new(0, 186, 0, 54)
  1166. m1911_2.Font = Enum.Font.SciFi
  1167. m1911_2.Text = "M1911"
  1168. m1911_2.TextColor3 = Color3.new(1, 1, 1)
  1169. m1911_2.TextSize = 14
  1170.  
  1171. glock_2.Name = "glock"
  1172. glock_2.Parent = semi_2
  1173. glock_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1174. glock_2.BorderColor3 = Color3.new(0, 0, 0)
  1175. glock_2.BorderSizePixel = 2
  1176. glock_2.Position = UDim2.new(0.0197797418, 0, 0.225750655, 0)
  1177. glock_2.Size = UDim2.new(0, 186, 0, 54)
  1178. glock_2.Font = Enum.Font.SciFi
  1179. glock_2.Text = "Glock"
  1180. glock_2.TextColor3 = Color3.new(1, 1, 1)
  1181. glock_2.TextSize = 14
  1182.  
  1183. golddeagle_2.Name = "golddeagle"
  1184. golddeagle_2.Parent = semi_2
  1185. golddeagle_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1186. golddeagle_2.BorderColor3 = Color3.new(0, 0, 0)
  1187. golddeagle_2.BorderSizePixel = 2
  1188. golddeagle_2.Position = UDim2.new(0.0197797418, 0, 0.321652561, 0)
  1189. golddeagle_2.Size = UDim2.new(0, 186, 0, 54)
  1190. golddeagle_2.Font = Enum.Font.SciFi
  1191. golddeagle_2.Text = "GoldDeagle"
  1192. golddeagle_2.TextColor3 = Color3.new(1, 1, 1)
  1193. golddeagle_2.TextSize = 14
  1194.  
  1195. rossi_2.Name = "rossi"
  1196. rossi_2.Parent = semi_2
  1197. rossi_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1198. rossi_2.BorderColor3 = Color3.new(0, 0, 0)
  1199. rossi_2.BorderSizePixel = 2
  1200. rossi_2.Position = UDim2.new(0.0197797418, 0, 0.519116938, 0)
  1201. rossi_2.Size = UDim2.new(0, 186, 0, 54)
  1202. rossi_2.Font = Enum.Font.SciFi
  1203. rossi_2.Text = "Rossi"
  1204. rossi_2.TextColor3 = Color3.new(1, 1, 1)
  1205. rossi_2.TextSize = 14
  1206.  
  1207. PurpleGun_2.Name = "PurpleGun"
  1208. PurpleGun_2.Parent = semi_2
  1209. PurpleGun_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1210. PurpleGun_2.BorderColor3 = Color3.new(0, 0, 0)
  1211. PurpleGun_2.BorderSizePixel = 2
  1212. PurpleGun_2.Position = UDim2.new(0.0197797418, 0, 0.424827576, 0)
  1213. PurpleGun_2.Size = UDim2.new(0, 186, 0, 54)
  1214. PurpleGun_2.Font = Enum.Font.SciFi
  1215. PurpleGun_2.Text = "PurpleGun"
  1216. PurpleGun_2.TextColor3 = Color3.new(1, 1, 1)
  1217. PurpleGun_2.TextSize = 14
  1218.  
  1219. GoldRossi_2.Name = "GoldRossi"
  1220. GoldRossi_2.Parent = semi_2
  1221. GoldRossi_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1222. GoldRossi_2.BorderColor3 = Color3.new(0, 0, 0)
  1223. GoldRossi_2.BorderSizePixel = 2
  1224. GoldRossi_2.Position = UDim2.new(0.0197797418, 0, 0.614429414, 0)
  1225. GoldRossi_2.Size = UDim2.new(0, 186, 0, 54)
  1226. GoldRossi_2.Font = Enum.Font.SciFi
  1227. GoldRossi_2.Text = "GoldRossi"
  1228. GoldRossi_2.TextColor3 = Color3.new(1, 1, 1)
  1229. GoldRossi_2.TextSize = 14
  1230.  
  1231. Taser_3.Name = "Taser"
  1232. Taser_3.Parent = semi_2
  1233. Taser_3.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1234. Taser_3.BorderColor3 = Color3.new(0, 0, 0)
  1235. Taser_3.BorderSizePixel = 2
  1236. Taser_3.Position = UDim2.new(0.0197797418, 0, 0.70974189, 0)
  1237. Taser_3.Size = UDim2.new(0, 186, 0, 54)
  1238. Taser_3.Font = Enum.Font.SciFi
  1239. Taser_3.Text = "Taser"
  1240. Taser_3.TextColor3 = Color3.new(1, 1, 1)
  1241. Taser_3.TextSize = 14
  1242.  
  1243. Ruger_2.Name = "Ruger"
  1244. Ruger_2.Parent = semi_2
  1245. Ruger_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1246. Ruger_2.BorderColor3 = Color3.new(0, 0, 0)
  1247. Ruger_2.BorderSizePixel = 2
  1248. Ruger_2.Position = UDim2.new(0.0197797418, 0, 0.805054367, 0)
  1249. Ruger_2.Size = UDim2.new(0, 186, 0, 54)
  1250. Ruger_2.Font = Enum.Font.SciFi
  1251. Ruger_2.Text = "Ruger"
  1252. Ruger_2.TextColor3 = Color3.new(1, 1, 1)
  1253. Ruger_2.TextSize = 14
  1254.  
  1255. TextLabel_6.Parent = inftab
  1256. TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  1257. TextLabel_6.BackgroundTransparency = 1
  1258. TextLabel_6.Size = UDim2.new(0, 198, 0, 39)
  1259. TextLabel_6.Font = Enum.Font.SourceSans
  1260. TextLabel_6.Text = "Automatic"
  1261. TextLabel_6.TextColor3 = Color3.new(1, 1, 1)
  1262. TextLabel_6.TextSize = 35
  1263.  
  1264. TextLabel_7.Parent = inftab
  1265. TextLabel_7.BackgroundColor3 = Color3.new(1, 1, 1)
  1266. TextLabel_7.BackgroundTransparency = 1
  1267. TextLabel_7.Position = UDim2.new(0.52073735, 0, 0, 0)
  1268. TextLabel_7.Size = UDim2.new(0, 208, 0, 39)
  1269. TextLabel_7.Font = Enum.Font.SourceSans
  1270. TextLabel_7.Text = "Semi"
  1271. TextLabel_7.TextColor3 = Color3.new(1, 1, 1)
  1272. TextLabel_7.TextSize = 35
  1273.  
  1274. godtab.Name = "godtab"
  1275. godtab.Parent = MainGui
  1276. godtab.BackgroundColor3 = Color3.new(1, 1, 1)
  1277. godtab.BackgroundTransparency = 1
  1278. godtab.Position = UDim2.new(0.219424456, 0, 0.148936167, 0)
  1279. godtab.Size = UDim2.new(0, 434, 0, 320)
  1280. godtab.Visible = false
  1281.  
  1282. GodButton.Name = "GodButton"
  1283. GodButton.Parent = godtab
  1284. GodButton.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1285. GodButton.BorderColor3 = Color3.new(0, 0, 0)
  1286. GodButton.BorderSizePixel = 2
  1287. GodButton.Position = UDim2.new(0.0625016689, 0, 0.276329845, 0)
  1288. GodButton.Size = UDim2.new(0, 144, 0, 50)
  1289. GodButton.Font = Enum.Font.SourceSansItalic
  1290. GodButton.Text = "God"
  1291. GodButton.TextColor3 = Color3.new(1, 1, 1)
  1292. GodButton.TextSize = 30
  1293.  
  1294. KillButton.Name = "KillButton"
  1295. KillButton.Parent = godtab
  1296. KillButton.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1297. KillButton.BorderColor3 = Color3.new(0, 0, 0)
  1298. KillButton.BorderSizePixel = 2
  1299. KillButton.Position = UDim2.new(0.591355979, 0, 0.273736715, 0)
  1300. KillButton.Size = UDim2.new(0, 144, 0, 50)
  1301. KillButton.Font = Enum.Font.SourceSansItalic
  1302. KillButton.Text = "Kill"
  1303. KillButton.TextColor3 = Color3.new(1, 1, 1)
  1304. KillButton.TextSize = 30
  1305.  
  1306. VictimName.Name = "VictimName"
  1307. VictimName.Parent = godtab
  1308. VictimName.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1309. VictimName.BorderColor3 = Color3.new(0, 0, 0)
  1310. VictimName.BorderSizePixel = 2
  1311. VictimName.Position = UDim2.new(0.592739284, 0, 0.517686129, 0)
  1312. VictimName.Size = UDim2.new(0, 144, 0, 80)
  1313. VictimName.Font = Enum.Font.SciFi
  1314. VictimName.PlaceholderColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  1315. VictimName.Text = "Victim"
  1316. VictimName.TextColor3 = Color3.new(1, 1, 1)
  1317. VictimName.TextSize = 25
  1318. VictimName.TextStrokeTransparency = -1
  1319.  
  1320. YourName.Name = "YourName"
  1321. YourName.Parent = godtab
  1322. YourName.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1323. YourName.BorderColor3 = Color3.new(0, 0, 0)
  1324. YourName.BorderSizePixel = 2
  1325. YourName.Position = UDim2.new(0.0620827675, 0, 0.519148946, 0)
  1326. YourName.Size = UDim2.new(0, 144, 0, 80)
  1327. YourName.Font = Enum.Font.SciFi
  1328. YourName.Text = "Victim"
  1329. YourName.TextColor3 = Color3.new(1, 1, 1)
  1330. YourName.TextSize = 25
  1331.  
  1332. login.Name = "login"
  1333. login.Parent = Lackin
  1334. login.Active = true
  1335. login.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1336. login.BackgroundTransparency = 0.20000000298023
  1337. login.Position = UDim2.new(0, 0, 0.57325381, 0)
  1338. login.Size = UDim2.new(0, 377, 0, 358)
  1339.  
  1340. topbar.Name = "topbar"
  1341. topbar.Parent = login
  1342. topbar.BackgroundColor3 = Color3.new(0, 0, 0)
  1343. topbar.BorderSizePixel = 0
  1344. topbar.Size = UDim2.new(0, 375, 0, 64)
  1345.  
  1346. Lackin_2.Name = "Lackin"
  1347. Lackin_2.Parent = topbar
  1348. Lackin_2.BackgroundColor3 = Color3.new(0, 0, 0)
  1349. Lackin_2.BorderSizePixel = 0
  1350. Lackin_2.Position = UDim2.new(0.168000013, 0, 0, 0)
  1351. Lackin_2.Size = UDim2.new(0, 249, 0, 64)
  1352. Lackin_2.Font = Enum.Font.SourceSansItalic
  1353. Lackin_2.Text = "Lackin"
  1354. Lackin_2.TextColor3 = Color3.new(1, 0, 0.0156863)
  1355. Lackin_2.TextScaled = true
  1356. Lackin_2.TextSize = 14
  1357. Lackin_2.TextWrapped = true
  1358.  
  1359. X.Name = "X"
  1360. X.Parent = topbar
  1361. X.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1362. X.BorderSizePixel = 0
  1363. X.Position = UDim2.new(0.805333316, 0, 0, 0)
  1364. X.Size = UDim2.new(0, 75, 0, 64)
  1365. X.Font = Enum.Font.SourceSans
  1366. X.Text = "X"
  1367. X.TextColor3 = Color3.new(1, 1, 1)
  1368. X.TextScaled = true
  1369. X.TextSize = 14
  1370. X.TextWrapped = true
  1371.  
  1372. username.Name = "username"
  1373. username.Parent = login
  1374. username.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
  1375. username.Position = UDim2.new(0.0397877991, 0, 0.245810062, 0)
  1376. username.Size = UDim2.new(0, 345, 0, 64)
  1377. username.Font = Enum.Font.Fantasy
  1378. username.Text = "Username"
  1379. username.TextColor3 = Color3.new(0, 0, 0)
  1380. username.TextScaled = true
  1381. username.TextSize = 14
  1382. username.TextWrapped = true
  1383. username.TextXAlignment = Enum.TextXAlignment.Left
  1384.  
  1385. token.Name = "token"
  1386. token.Parent = login
  1387. token.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
  1388. token.Position = UDim2.new(0.0397877991, 0, 0.480446935, 0)
  1389. token.Size = UDim2.new(0, 345, 0, 64)
  1390. token.Font = Enum.Font.Fantasy
  1391. token.Text = "Token"
  1392. token.TextColor3 = Color3.new(0, 0, 0)
  1393. token.TextScaled = true
  1394. token.TextSize = 14
  1395. token.TextWrapped = true
  1396. token.TextXAlignment = Enum.TextXAlignment.Left
  1397.  
  1398. Login.Name = "Login"
  1399. Login.Parent = login
  1400. Login.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1401. Login.BorderSizePixel = 0
  1402. Login.Position = UDim2.new(0.200000003, 0, 0.759776533, 0)
  1403. Login.Size = UDim2.new(0, 225, 0, 61)
  1404. Login.Font = Enum.Font.SourceSansItalic
  1405. Login.Text = "Login"
  1406. Login.TextColor3 = Color3.new(1, 0, 0.0156863)
  1407. Login.TextScaled = true
  1408. Login.TextSize = 14
  1409. Login.TextWrapped = true
  1410. -- Scripts:
  1411. function SCRIPT_YGTN85_FAKESCRIPT() -- MainGui.Script
  1412. getfenv().script = Instance.new('Script', MainGui)
  1413.  
  1414. game:GetService("Players").LocalPlayer:GetMouse().KeyDown:connect(function(dbb)
  1415. if string.lower(dbb)=="f"then if MainGui.Visible==true then MainGui.Visible=false elseif MainGui.Visible==false then
  1416. MainGui.Visible=true end end end)
  1417.  
  1418. end
  1419. coroutine.resume(coroutine.create(SCRIPT_YGTN85_FAKESCRIPT))
  1420. function SCRIPT_AQWT84_FAKESCRIPT() -- gunsbutton.LocalScript
  1421. getfenv().script = Instance.new('LocalScript', gunsbutton)
  1422.  
  1423. function clicked()
  1424. gunstab.Visible = true
  1425. creditstab.Visible = false
  1426. itemstab.Visible = false
  1427. inftab.Visible = false
  1428. godtab.Visible = false
  1429. scriptstab.Visible = false
  1430. end
  1431.  
  1432. script.Parent.MouseButton1Click:connect(clicked)
  1433.  
  1434. end
  1435. coroutine.resume(coroutine.create(SCRIPT_AQWT84_FAKESCRIPT))
  1436. function SCRIPT_VDFW82_FAKESCRIPT() -- creditsbutton.LocalScript
  1437. getfenv().script = Instance.new('LocalScript', creditsbutton)
  1438.  
  1439. function clicked()
  1440. gunstab.Visible = false
  1441. creditstab.Visible = true
  1442. itemstab.Visible = false
  1443. inftab.Visible = false
  1444. godtab.Visible = false
  1445. scriptstab.Visible = false
  1446. end
  1447.  
  1448. script.Parent.MouseButton1Click:connect(clicked)
  1449.  
  1450. end
  1451. coroutine.resume(coroutine.create(SCRIPT_VDFW82_FAKESCRIPT))
  1452. function SCRIPT_KPET74_FAKESCRIPT() -- infbutton.LocalScript
  1453. getfenv().script = Instance.new('LocalScript', infbutton)
  1454.  
  1455. function clicked()
  1456. gunstab.Visible = false
  1457. creditstab.Visible = false
  1458. itemstab.Visible = false
  1459. inftab.Visible = true
  1460. godtab.Visible = false
  1461. scriptstab.Visible = false
  1462. end
  1463.  
  1464. script.Parent.MouseButton1Click:connect(clicked)
  1465.  
  1466. end
  1467. coroutine.resume(coroutine.create(SCRIPT_KPET74_FAKESCRIPT))
  1468. function SCRIPT_KCPA89_FAKESCRIPT() -- itemsbutton.LocalScript
  1469. getfenv().script = Instance.new('LocalScript', itemsbutton)
  1470.  
  1471. function clicked()
  1472. gunstab.Visible = false
  1473. creditstab.Visible = false
  1474. itemstab.Visible = true
  1475. inftab.Visible = false
  1476. godtab.Visible = false
  1477. scriptstab.Visible = false
  1478. end
  1479.  
  1480. script.Parent.MouseButton1Click:connect(clicked)
  1481.  
  1482. end
  1483. coroutine.resume(coroutine.create(SCRIPT_KCPA89_FAKESCRIPT))
  1484. function SCRIPT_PDRE83_FAKESCRIPT() -- godbutton.LocalScript
  1485. getfenv().script = Instance.new('LocalScript', godbutton)
  1486.  
  1487. function clicked()
  1488. gunstab.Visible = false
  1489. creditstab.Visible = false
  1490. itemstab.Visible = false
  1491. inftab.Visible = false
  1492. godtab.Visible = true
  1493. scriptstab.Visible = false
  1494. end
  1495.  
  1496. script.Parent.MouseButton1Click:connect(clicked)
  1497.  
  1498. end
  1499. coroutine.resume(coroutine.create(SCRIPT_PDRE83_FAKESCRIPT))
  1500. function SCRIPT_HMDR85_FAKESCRIPT() -- scriptsbutton.LocalScript
  1501. getfenv().script = Instance.new('LocalScript', scriptsbutton)
  1502.  
  1503. function clicked()
  1504. gunstab.Visible = false
  1505. creditstab.Visible = false
  1506. itemstab.Visible = false
  1507. inftab.Visible = false
  1508. godtab.Visible = false
  1509. scriptstab.Visible = true
  1510. end
  1511.  
  1512. script.Parent.MouseButton1Click:connect(clicked)
  1513.  
  1514. end
  1515. coroutine.resume(coroutine.create(SCRIPT_HMDR85_FAKESCRIPT))
  1516. function SCRIPT_TGBL68_FAKESCRIPT() -- painkillers.LocalScript
  1517. getfenv().script = Instance.new('LocalScript', painkillers)
  1518.  
  1519. function clicked()
  1520. local child = game.Players.LocalPlayer
  1521. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  1522. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  1523. game.Workspace.Events.Shop:FireServer("Items", 0, "PainKillers", gui, confirm)
  1524. end
  1525.  
  1526. script.Parent.MouseButton1Click:connect(clicked)
  1527.  
  1528. end
  1529. coroutine.resume(coroutine.create(SCRIPT_TGBL68_FAKESCRIPT))
  1530. function SCRIPT_FKUH86_FAKESCRIPT() -- chips.LocalScript
  1531. getfenv().script = Instance.new('LocalScript', chips)
  1532.  
  1533. function clicked()
  1534. local child = game.Players.LocalPlayer
  1535. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  1536. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  1537. game.Workspace.Events.Shop:FireServer("Food", 0, "Chips", gui, confirm)
  1538. end
  1539.  
  1540. script.Parent.MouseButton1Click:connect(clicked)
  1541.  
  1542. end
  1543. coroutine.resume(coroutine.create(SCRIPT_FKUH86_FAKESCRIPT))
  1544. function SCRIPT_QRUC90_FAKESCRIPT() -- spraypaint.LocalScript
  1545. getfenv().script = Instance.new('LocalScript', spraypaint)
  1546.  
  1547. function clicked()
  1548. local child = game.Players.LocalPlayer
  1549. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  1550. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  1551. game.Workspace.Events.Shop:FireServer("Items", 0, "SprayPaint", gui, confirm)
  1552. end
  1553.  
  1554. script.Parent.MouseButton1Click:connect(clicked)
  1555.  
  1556. end
  1557. coroutine.resume(coroutine.create(SCRIPT_QRUC90_FAKESCRIPT))
  1558. function SCRIPT_FHYT71_FAKESCRIPT() -- bakingsoda.LocalScript
  1559. getfenv().script = Instance.new('LocalScript', bakingsoda)
  1560.  
  1561. function clicked()
  1562. local child = game.Players.LocalPlayer
  1563. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  1564. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  1565. game.Workspace.Events.Shop:FireServer("Items", 0, "BakingSoda", gui, confirm)
  1566. end
  1567.  
  1568. script.Parent.MouseButton1Click:connect(clicked)
  1569.  
  1570. end
  1571. coroutine.resume(coroutine.create(SCRIPT_FHYT71_FAKESCRIPT))
  1572. function SCRIPT_MRBY78_FAKESCRIPT() -- Briefcase.LocalScript
  1573. getfenv().script = Instance.new('LocalScript', Briefcase)
  1574.  
  1575. function clicked()
  1576. local child = game.Players.LocalPlayer
  1577. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  1578. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  1579. game.Workspace.Events.Shop:FireServer("Items", 0, "Briefcase", gui, confirm)
  1580. end
  1581.  
  1582. script.Parent.MouseButton1Click:connect(clicked)
  1583.  
  1584. end
  1585. coroutine.resume(coroutine.create(SCRIPT_MRBY78_FAKESCRIPT))
  1586. function SCRIPT_OENZ88_FAKESCRIPT() -- Dufflebag.LocalScript
  1587. getfenv().script = Instance.new('LocalScript', Dufflebag)
  1588.  
  1589. function clicked()
  1590. local child = game.Players.LocalPlayer
  1591. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  1592. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  1593. game.Workspace.Events.Shop:FireServer("Items", 0, "Dufflebag", gui, confirm)
  1594. end
  1595.  
  1596. script.Parent.MouseButton1Click:connect(clicked)
  1597.  
  1598. end
  1599. coroutine.resume(coroutine.create(SCRIPT_OENZ88_FAKESCRIPT))
  1600. function SCRIPT_NOBK71_FAKESCRIPT() -- Flashlight.LocalScript
  1601. getfenv().script = Instance.new('LocalScript', Flashlight)
  1602.  
  1603. function clicked()
  1604. local child = game.Players.LocalPlayer
  1605. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  1606. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  1607. game.Workspace.Events.Shop:FireServer("Items", 0, "Flashlight", gui, confirm)
  1608. end
  1609.  
  1610. script.Parent.MouseButton1Click:connect(clicked)
  1611.  
  1612. end
  1613. coroutine.resume(coroutine.create(SCRIPT_NOBK71_FAKESCRIPT))
  1614. function SCRIPT_AHQW89_FAKESCRIPT() -- Camera.LocalScript
  1615. getfenv().script = Instance.new('LocalScript', Camera)
  1616.  
  1617. function clicked()
  1618. local child = game.Players.LocalPlayer
  1619. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  1620. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  1621. game.Workspace.Events.Shop:FireServer("Items", 0, "Camera", gui, confirm)
  1622. end
  1623.  
  1624. script.Parent.MouseButton1Click:connect(clicked)
  1625.  
  1626. end
  1627. coroutine.resume(coroutine.create(SCRIPT_AHQW89_FAKESCRIPT))
  1628. function SCRIPT_NZFD88_FAKESCRIPT() -- baton.LocalScript
  1629. getfenv().script = Instance.new('LocalScript', baton)
  1630.  
  1631. function clicked()
  1632. local child = game.Players.LocalPlayer
  1633. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  1634. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  1635. game.Workspace.Events.Shop:FireServer("Weps", 0, "Baton", gui, confirm)
  1636. end
  1637.  
  1638. script.Parent.MouseButton1Click:connect(clicked)
  1639.  
  1640. end
  1641. coroutine.resume(coroutine.create(SCRIPT_NZFD88_FAKESCRIPT))
  1642. function SCRIPT_IAOK83_FAKESCRIPT() -- BatteringRam.LocalScript
  1643. getfenv().script = Instance.new('LocalScript', BatteringRam)
  1644.  
  1645. function clicked()
  1646. local child = game.Players.LocalPlayer
  1647. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  1648. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  1649. game.Workspace.Events.Shop:FireServer("Weps", 0, "BatteringRam", gui, confirm)
  1650. end
  1651.  
  1652. script.Parent.MouseButton1Click:connect(clicked)
  1653.  
  1654. end
  1655. coroutine.resume(coroutine.create(SCRIPT_IAOK83_FAKESCRIPT))
  1656. function SCRIPT_QBPI68_FAKESCRIPT() -- Taser.LocalScript
  1657. getfenv().script = Instance.new('LocalScript', Taser)
  1658.  
  1659. function clicked()
  1660. local child = game.Players.LocalPlayer
  1661. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  1662. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  1663. game.Workspace.Events.Shop:FireServer("Weps", 0, "Taser", gui, confirm)
  1664. end
  1665.  
  1666. script.Parent.MouseButton1Click:connect(clicked)
  1667.  
  1668. end
  1669. coroutine.resume(coroutine.create(SCRIPT_QBPI68_FAKESCRIPT))
  1670. function SCRIPT_QACZ88_FAKESCRIPT() -- blue.LocalScript
  1671. getfenv().script = Instance.new('LocalScript', blue)
  1672.  
  1673. function clicked()
  1674. local child = game.Players.LocalPlayer
  1675. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  1676. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  1677. game.Workspace.Events.Shop:FireServer("Items", 0, "BlueFlag", gui, confirm)
  1678. end
  1679.  
  1680. script.Parent.MouseButton1Click:connect(clicked)
  1681.  
  1682. end
  1683. coroutine.resume(coroutine.create(SCRIPT_QACZ88_FAKESCRIPT))
  1684. function SCRIPT_CDKA77_FAKESCRIPT() -- red.LocalScript
  1685. getfenv().script = Instance.new('LocalScript', red)
  1686.  
  1687. function clicked()
  1688. local child = game.Players.LocalPlayer
  1689. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  1690. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  1691. game.Workspace.Events.Shop:FireServer("Items", 0, "RedFlag", gui, confirm)
  1692. end
  1693.  
  1694. script.Parent.MouseButton1Click:connect(clicked)
  1695.  
  1696. end
  1697. coroutine.resume(coroutine.create(SCRIPT_CDKA77_FAKESCRIPT))
  1698. function SCRIPT_PRAR90_FAKESCRIPT() -- green.LocalScript
  1699. getfenv().script = Instance.new('LocalScript', green)
  1700.  
  1701. function clicked()
  1702. local child = game.Players.LocalPlayer
  1703. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  1704. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  1705. game.Workspace.Events.Shop:FireServer("Items", 0, "GreenFlag", gui, confirm)
  1706. end
  1707.  
  1708. script.Parent.MouseButton1Click:connect(clicked)
  1709.  
  1710. end
  1711. coroutine.resume(coroutine.create(SCRIPT_PRAR90_FAKESCRIPT))
  1712. function SCRIPT_WRZS72_FAKESCRIPT() -- blackbandana.LocalScript
  1713. getfenv().script = Instance.new('LocalScript', blackbandana)
  1714.  
  1715. function clicked()
  1716. local child = game.Players.LocalPlayer
  1717. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  1718. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  1719. game.Workspace.Events.Shop:FireServer("Items", 0, "BlackFlag", gui, confirm)
  1720. end
  1721.  
  1722. script.Parent.MouseButton1Click:connect(clicked)
  1723.  
  1724. end
  1725. coroutine.resume(coroutine.create(SCRIPT_WRZS72_FAKESCRIPT))
  1726. function SCRIPT_LMIQ65_FAKESCRIPT() -- bala.LocalScript
  1727. getfenv().script = Instance.new('LocalScript', bala)
  1728.  
  1729. function clicked()
  1730. local child = game.Players.LocalPlayer
  1731. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  1732. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  1733. game.Workspace.Events.Shop:FireServer("Items", 0, "Balaclava", gui, confirm)
  1734. end
  1735.  
  1736. script.Parent.MouseButton1Click:connect(clicked)
  1737.  
  1738. end
  1739. coroutine.resume(coroutine.create(SCRIPT_LMIQ65_FAKESCRIPT))
  1740. function SCRIPT_KKWW85_FAKESCRIPT() -- AkDrumButton.Script
  1741. getfenv().script = Instance.new('Script', AkDrumButton)
  1742.  
  1743. function clicked()
  1744. local child = game.Players.LocalPlayer
  1745. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  1746. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  1747. game.Workspace.Events.Shop:FireServer("Weps", 0, "Ak74uDrum", gui, confirm)
  1748. end
  1749.  
  1750. script.Parent.MouseButton1Click:connect(clicked)
  1751.  
  1752. end
  1753. coroutine.resume(coroutine.create(SCRIPT_KKWW85_FAKESCRIPT))
  1754. function SCRIPT_HWVL69_FAKESCRIPT() -- Ak74uButton.Script
  1755. getfenv().script = Instance.new('Script', Ak74uButton)
  1756.  
  1757. function clicked()
  1758. local child = game.Players.LocalPlayer
  1759. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  1760. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  1761. game.Workspace.Events.Shop:FireServer("Weps", 0, "Ak74u", gui, confirm)
  1762. end
  1763.  
  1764. script.Parent.MouseButton1Click:connect(clicked)
  1765.  
  1766. end
  1767. coroutine.resume(coroutine.create(SCRIPT_HWVL69_FAKESCRIPT))
  1768. function SCRIPT_LZAW84_FAKESCRIPT() -- MP5.Script
  1769. getfenv().script = Instance.new('Script', MP5)
  1770.  
  1771. function clicked()
  1772. local child = game.Players.LocalPlayer
  1773. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  1774. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  1775. game.Workspace.Events.Shop:FireServer("Weps", 0, "Mp5", gui, confirm)
  1776. end
  1777.  
  1778. script.Parent.MouseButton1Click:connect(clicked)
  1779.  
  1780. end
  1781. coroutine.resume(coroutine.create(SCRIPT_LZAW84_FAKESCRIPT))
  1782. function SCRIPT_KAVS84_FAKESCRIPT() -- glockdrum.Script
  1783. getfenv().script = Instance.new('Script', glockdrum)
  1784.  
  1785. function clicked()
  1786. local child = game.Players.LocalPlayer
  1787. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  1788. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  1789. game.Workspace.Events.Shop:FireServer("Weps", 0, "GlockDrum", gui, confirm)
  1790. end
  1791.  
  1792. script.Parent.MouseButton1Click:connect(clicked)
  1793.  
  1794. end
  1795. coroutine.resume(coroutine.create(SCRIPT_KAVS84_FAKESCRIPT))
  1796. function SCRIPT_RSQD86_FAKESCRIPT() -- shotgun.Script
  1797. getfenv().script = Instance.new('Script', shotgun)
  1798.  
  1799. function clicked()
  1800. local child = game.Players.LocalPlayer
  1801. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  1802. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  1803. game.Workspace.Events.Shop:FireServer("Weps", 0, "Remington", gui, confirm)
  1804. end
  1805.  
  1806. script.Parent.MouseButton1Click:connect(clicked)
  1807.  
  1808. end
  1809. coroutine.resume(coroutine.create(SCRIPT_RSQD86_FAKESCRIPT))
  1810. function SCRIPT_QXUK70_FAKESCRIPT() -- mac10.Script
  1811. getfenv().script = Instance.new('Script', mac10)
  1812.  
  1813. function clicked()
  1814. local child = game.Players.LocalPlayer
  1815. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  1816. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  1817. game.Workspace.Events.Shop:FireServer("Weps", 0, "Mac10", gui, confirm)
  1818. end
  1819.  
  1820. script.Parent.MouseButton1Click:connect(clicked)
  1821.  
  1822. end
  1823. coroutine.resume(coroutine.create(SCRIPT_QXUK70_FAKESCRIPT))
  1824. function SCRIPT_KUVM78_FAKESCRIPT() -- mac10_2.Script
  1825. getfenv().script = Instance.new('Script', mac10_2)
  1826.  
  1827. function clicked()
  1828. local child = game.Players.LocalPlayer
  1829. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  1830. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  1831. game.Workspace.Events.Shop:FireServer("Weps", 0, "Mac10", gui, confirm)
  1832. end
  1833.  
  1834. script.Parent.MouseButton1Click:connect(clicked)
  1835.  
  1836. end
  1837. coroutine.resume(coroutine.create(SCRIPT_KUVM78_FAKESCRIPT))
  1838. function SCRIPT_KEJY88_FAKESCRIPT() -- TEC9.Script
  1839. getfenv().script = Instance.new('Script', TEC9)
  1840.  
  1841. function clicked()
  1842. local child = game.Players.LocalPlayer
  1843. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  1844. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  1845. game.Workspace.Events.Shop:FireServer("Weps", 0, "Tec9", gui, confirm)
  1846. end
  1847.  
  1848. script.Parent.MouseButton1Click:connect(clicked)
  1849.  
  1850. end
  1851. coroutine.resume(coroutine.create(SCRIPT_KEJY88_FAKESCRIPT))
  1852. function SCRIPT_SQPM75_FAKESCRIPT() -- deagle.Script
  1853. getfenv().script = Instance.new('Script', deagle)
  1854.  
  1855. function clicked()
  1856. local child = game.Players.LocalPlayer
  1857. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  1858. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  1859. game.Workspace.Events.Shop:FireServer("Weps", 0, "Deagle", gui, confirm)
  1860. end
  1861.  
  1862. script.Parent.MouseButton1Click:connect(clicked)
  1863.  
  1864. end
  1865. coroutine.resume(coroutine.create(SCRIPT_SQPM75_FAKESCRIPT))
  1866. function SCRIPT_KPMK67_FAKESCRIPT() -- m1911.Script
  1867. getfenv().script = Instance.new('Script', m1911)
  1868.  
  1869. function clicked()
  1870. local child = game.Players.LocalPlayer
  1871. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  1872. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  1873. game.Workspace.Events.Shop:FireServer("Weps", 0, "M1911", gui, confirm)
  1874. end
  1875.  
  1876. script.Parent.MouseButton1Click:connect(clicked)
  1877.  
  1878. end
  1879. coroutine.resume(coroutine.create(SCRIPT_KPMK67_FAKESCRIPT))
  1880. function SCRIPT_XWXR66_FAKESCRIPT() -- glock.Script
  1881. getfenv().script = Instance.new('Script', glock)
  1882.  
  1883. function clicked()
  1884. local child = game.Players.LocalPlayer
  1885. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  1886. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  1887. game.Workspace.Events.Shop:FireServer("Weps", 0, "Glock", gui, confirm)
  1888. end
  1889.  
  1890. script.Parent.MouseButton1Click:connect(clicked)
  1891.  
  1892. end
  1893. coroutine.resume(coroutine.create(SCRIPT_XWXR66_FAKESCRIPT))
  1894. function SCRIPT_SBNY66_FAKESCRIPT() -- golddeagle.Script
  1895. getfenv().script = Instance.new('Script', golddeagle)
  1896.  
  1897. function clicked()
  1898. local child = game.Players.LocalPlayer
  1899. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  1900. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  1901. game.Workspace.Events.Shop:FireServer("Weps", 0, "GoldDeagle", gui, confirm)
  1902. end
  1903.  
  1904. script.Parent.MouseButton1Click:connect(clicked)
  1905.  
  1906. end
  1907. coroutine.resume(coroutine.create(SCRIPT_SBNY66_FAKESCRIPT))
  1908. function SCRIPT_QMUW79_FAKESCRIPT() -- rossi.Script
  1909. getfenv().script = Instance.new('Script', rossi)
  1910.  
  1911. function clicked()
  1912. local child = game.Players.LocalPlayer
  1913. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  1914. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  1915. game.Workspace.Events.Shop:FireServer("Weps", 0, "Rossi", gui, confirm)
  1916. end
  1917.  
  1918. script.Parent.MouseButton1Click:connect(clicked)
  1919.  
  1920. end
  1921. coroutine.resume(coroutine.create(SCRIPT_QMUW79_FAKESCRIPT))
  1922. function SCRIPT_MGMT88_FAKESCRIPT() -- PurpleGun.Script
  1923. getfenv().script = Instance.new('Script', PurpleGun)
  1924.  
  1925. function clicked()
  1926. local child = game.Players.LocalPlayer
  1927. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  1928. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  1929. game.Workspace.Events.Shop:FireServer("Weps", 0, "PurpleGun", gui, confirm)
  1930. end
  1931.  
  1932. script.Parent.MouseButton1Click:connect(clicked)
  1933.  
  1934. end
  1935. coroutine.resume(coroutine.create(SCRIPT_MGMT88_FAKESCRIPT))
  1936. function SCRIPT_YSGQ79_FAKESCRIPT() -- GoldRossi.Script
  1937. getfenv().script = Instance.new('Script', GoldRossi)
  1938.  
  1939. function clicked()
  1940. local child = game.Players.LocalPlayer
  1941. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  1942. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  1943. game.Workspace.Events.Shop:FireServer("Weps", 0, "GoldRossi", gui, confirm)
  1944. end
  1945.  
  1946. script.Parent.MouseButton1Click:connect(clicked)
  1947.  
  1948. end
  1949. coroutine.resume(coroutine.create(SCRIPT_YSGQ79_FAKESCRIPT))
  1950. function SCRIPT_SNZU69_FAKESCRIPT() -- Taser_2.Script
  1951. getfenv().script = Instance.new('Script', Taser_2)
  1952.  
  1953. function clicked()
  1954. local child = game.Players.LocalPlayer
  1955. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  1956. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  1957. game.Workspace.Events.Shop:FireServer("Weps", 0, "Taser", gui, confirm)
  1958. end
  1959.  
  1960. script.Parent.MouseButton1Click:connect(clicked)
  1961.  
  1962. end
  1963. coroutine.resume(coroutine.create(SCRIPT_SNZU69_FAKESCRIPT))
  1964. function SCRIPT_PDWG75_FAKESCRIPT() -- Ruger.Script
  1965. getfenv().script = Instance.new('Script', Ruger)
  1966.  
  1967. function clicked()
  1968. local child = game.Players.LocalPlayer
  1969. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  1970. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  1971. game.Workspace.Events.Shop:FireServer("Weps", 0, "Ruger", gui, confirm)
  1972. end
  1973.  
  1974. script.Parent.MouseButton1Click:connect(clicked)
  1975.  
  1976. end
  1977. coroutine.resume(coroutine.create(SCRIPT_PDWG75_FAKESCRIPT))
  1978. function SCRIPT_KLLL89_FAKESCRIPT() -- ERT.Script
  1979. getfenv().script = Instance.new('Script', ERT)
  1980.  
  1981. function clicked()
  1982. local GUI = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  1983. local Confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  1984. game.Workspace.Events.Shop:FireServer("Clothes", 0, "ERT", GUI, Confirm)
  1985. end
  1986.  
  1987. script.Parent.MouseButton1Click:connect(clicked)
  1988.  
  1989. end
  1990. coroutine.resume(coroutine.create(SCRIPT_KLLL89_FAKESCRIPT))
  1991. function SCRIPT_LDQW90_FAKESCRIPT() -- SHOOT.Script
  1992. getfenv().script = Instance.new('Script', SHOOT)
  1993.  
  1994. function clicked()
  1995. game.Players.LocalPlayer.Backpack.Cellphone.Idle.AnimationId = "rbxassetid://1383788676"
  1996. end
  1997.  
  1998. script.Parent.MouseButton1Click:connect(clicked)
  1999.  
  2000. end
  2001. coroutine.resume(coroutine.create(SCRIPT_LDQW90_FAKESCRIPT))
  2002. function SCRIPT_ROTC73_FAKESCRIPT() -- Respawn.Script
  2003. getfenv().script = Instance.new('Script', Respawn)
  2004.  
  2005. function clicked()
  2006. local A_1 = "JoinGame"
  2007. local Event = game:GetService("Workspace").Events.Shop
  2008.  
  2009. Event:FireServer(A_1)
  2010. end
  2011.  
  2012. script.Parent.MouseButton1Click:connect(clicked)
  2013.  
  2014.  
  2015. end
  2016. coroutine.resume(coroutine.create(SCRIPT_ROTC73_FAKESCRIPT))
  2017. function SCRIPT_WMTT77_FAKESCRIPT() -- Prisoner.Script
  2018. getfenv().script = Instance.new('Script', Prisoner)
  2019.  
  2020. function clicked()
  2021. local GUI = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  2022. local Confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  2023. game.Workspace.Events.Shop:FireServer("Clothes", 0, "Prisoner", GUI, Confirm)
  2024. end
  2025.  
  2026. script.Parent.MouseButton1Click:connect(clicked)
  2027.  
  2028. end
  2029. coroutine.resume(coroutine.create(SCRIPT_WMTT77_FAKESCRIPT))
  2030. function SCRIPT_ZYFA84_FAKESCRIPT() -- NBPD.Script
  2031. getfenv().script = Instance.new('Script', NBPD)
  2032.  
  2033. function clicked()
  2034. local GUI = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  2035. local Confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  2036. game.Workspace.Events.Shop:FireServer("Clothes", 0, "NBPD", GUI, Confirm)
  2037. end
  2038.  
  2039. script.Parent.MouseButton1Click:connect(clicked)
  2040.  
  2041. end
  2042. coroutine.resume(coroutine.create(SCRIPT_ZYFA84_FAKESCRIPT))
  2043. function SCRIPT_TBCU79_FAKESCRIPT() -- NBCF.Script
  2044. getfenv().script = Instance.new('Script', NBCF)
  2045.  
  2046. function clicked()
  2047. local GUI = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  2048. local Confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  2049. game.Workspace.Events.Shop:FireServer("Clothes", 0, "NBCF", GUI, Confirm)
  2050. end
  2051.  
  2052. script.Parent.MouseButton1Click:connect(clicked)
  2053.  
  2054. end
  2055. coroutine.resume(coroutine.create(SCRIPT_TBCU79_FAKESCRIPT))
  2056. function SCRIPT_DTAL69_FAKESCRIPT() -- KillAll.Script
  2057. getfenv().script = Instance.new('Script', KillAll)
  2058.  
  2059. function clicked()
  2060. for i,v in pairs(workspace:GetDescendants()) do
  2061. if v:IsA'RemoteEvent' and v.Name == 'Damage' then
  2062. for i,p in pairs(game:service'Players':GetPlayers()) do
  2063. pcall(function()
  2064. if p ~= game:service'Players'.LocalPlayer then
  2065. v:FireServer(p.Character.Humanoid, 1000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000, p.Character.Head)
  2066. end
  2067. end)
  2068. end
  2069. end
  2070. end
  2071. end
  2072.  
  2073. script.Parent.MouseButton1Click:connect(clicked)
  2074.  
  2075. end
  2076. coroutine.resume(coroutine.create(SCRIPT_DTAL69_FAKESCRIPT))
  2077. function SCRIPT_KQQD66_FAKESCRIPT() -- HideName.Script
  2078. getfenv().script = Instance.new('Script', HideName)
  2079.  
  2080. function clicked()
  2081. local succ = game:GetService'Players'.LocalPlayer
  2082. succ.Character.Head.Card:Destroy()
  2083. end
  2084.  
  2085. script.Parent.MouseButton1Click:connect(clicked)
  2086.  
  2087. end
  2088. coroutine.resume(coroutine.create(SCRIPT_KQQD66_FAKESCRIPT))
  2089. function SCRIPT_TEUL69_FAKESCRIPT() -- giveall.LocalScript
  2090. getfenv().script = Instance.new('LocalScript', giveall)
  2091.  
  2092. function clicked()
  2093. local child = game.Players.LocalPlayer
  2094. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  2095. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  2096. game.Workspace.Events.Shop:FireServer("Weps", 0, "M1911", gui, confirm)
  2097. local child = game.Players.LocalPlayer
  2098. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  2099. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  2100. game.Workspace.Events.Shop:FireServer("Weps", 0, "Ak74uDrum", gui, confirm)
  2101. local child = game.Players.LocalPlayer
  2102. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  2103. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  2104. game.Workspace.Events.Shop:FireServer("Weps", 0, "Ak74u", gui, confirm)
  2105. local child = game.Players.LocalPlayer
  2106. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  2107. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  2108. game.Workspace.Events.Shop:FireServer("Weps", 0, "Mp5", gui, confirm)
  2109. local child = game.Players.LocalPlayer
  2110. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  2111. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  2112. game.Workspace.Events.Shop:FireServer("Weps", 0, "Deagle", gui, confirm)
  2113. local child = game.Players.LocalPlayer
  2114. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  2115. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  2116. game.Workspace.Events.Shop:FireServer("Weps", 0, "Remington", gui, confirm)
  2117. local child = game.Players.LocalPlayer
  2118. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  2119. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  2120. game.Workspace.Events.Shop:FireServer("Weps", 0, "GlockDrum", gui, confirm)
  2121. local child = game.Players.LocalPlayer
  2122. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  2123. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  2124. game.Workspace.Events.Shop:FireServer("Weps", 0, "Tec9", gui, confirm)
  2125. local child = game.Players.LocalPlayer
  2126. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  2127. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  2128. game.Workspace.Events.Shop:FireServer("Weps", 0, "Mac10", gui, confirm)
  2129. local child = game.Players.LocalPlayer
  2130. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  2131. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  2132. game.Workspace.Events.Shop:FireServer("Weps", 0, "PurpleGun", gui, confirm)
  2133. local child = game.Players.LocalPlayer
  2134. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  2135. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  2136. game.Workspace.Events.Shop:FireServer("Weps", 0, "Ruger", gui, confirm)
  2137. local child = game.Players.LocalPlayer
  2138. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  2139. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  2140. game.Workspace.Events.Shop:FireServer("Weps", 0, "Glock", gui, confirm)
  2141. local child = game.Players.LocalPlayer
  2142. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  2143. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  2144. game.Workspace.Events.Shop:FireServer("Weps", 0, "Rossi", gui, confirm)
  2145. local child = game.Players.LocalPlayer
  2146. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  2147. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  2148. game.Workspace.Events.Shop:FireServer("Weps", 0, "GoldAk", gui, confirm)
  2149. local child = game.Players.LocalPlayer
  2150. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  2151. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  2152. game.Workspace.Events.Shop:FireServer("Weps", 0, "GoldRossi", gui, confirm)
  2153. local child = game.Players.LocalPlayer
  2154. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  2155. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  2156. game.Workspace.Events.Shop:FireServer("Weps", 0, "GoldDeagle", gui, confirm)
  2157. local child = game.Players.LocalPlayer
  2158. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  2159. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  2160. game.Workspace.Events.Shop:FireServer("Weps", 0, "Hammer", gui, confirm)
  2161.  
  2162. end
  2163.  
  2164. script.Parent.MouseButton1Click:connect(clicked)
  2165.  
  2166. end
  2167. coroutine.resume(coroutine.create(SCRIPT_TEUL69_FAKESCRIPT))
  2168. function SCRIPT_CWDV71_FAKESCRIPT() -- infallguns.LocalScript
  2169. getfenv().script = Instance.new('LocalScript', infallguns)
  2170.  
  2171. function clicked()
  2172. local env=getsenv(game.Players.LocalPlayer.Backpack.M1911.Pistol) --Pistol -SMG
  2173. debug.setupvalue(env.OnFire,"Damage",math.huge)
  2174. debug.setupvalue(env.OnFire,"AmmoInClip",math.huge)
  2175. debug.setupvalue(env.OnFire,"FireRate",math.huge)
  2176. debug.setupvalue(env.OnFire,"MaxSpread",0)
  2177. end
  2178.  
  2179. script.Parent.MouseButton1Click:connect(clicked)
  2180. function clicked()
  2181. local env=getsenv(game.Players.LocalPlayer.Backpack.Deagle.Pistol) --Pistol -SMG
  2182. debug.setupvalue(env.OnFire,"Damage",math.huge)
  2183. debug.setupvalue(env.OnFire,"AmmoInClip",math.huge)
  2184. debug.setupvalue(env.OnFire,"FireRate",math.huge)
  2185. debug.setupvalue(env.OnFire,"MaxSpread",0)
  2186. end
  2187.  
  2188. script.Parent.MouseButton1Click:connect(clicked)
  2189. function clicked()
  2190. local env=getsenv(game.Players.LocalPlayer.Backpack.Ruger.Pistol) --Pistol -SMG
  2191. debug.setupvalue(env.OnFire,"Damage",math.huge)
  2192. debug.setupvalue(env.OnFire,"AmmoInClip",math.huge)
  2193. debug.setupvalue(env.OnFire,"FireRate",math.huge)
  2194. debug.setupvalue(env.OnFire,"MaxSpread",0)
  2195. end
  2196.  
  2197. script.Parent.MouseButton1Click:connect(clicked)
  2198. function clicked()
  2199. local env=getsenv(game.Players.LocalPlayer.Backpack.PurpleGun.Pistol) --Pistol -SMG
  2200. debug.setupvalue(env.OnFire,"Damage",math.huge)
  2201. debug.setupvalue(env.OnFire,"AmmoInClip",math.huge)
  2202. debug.setupvalue(env.OnFire,"FireRate",math.huge)
  2203. debug.setupvalue(env.OnFire,"MaxSpread",0)
  2204. end
  2205.  
  2206. script.Parent.MouseButton1Click:connect(clicked)
  2207. function clicked()
  2208. local env=getsenv(game.Players.LocalPlayer.Backpack.Rossi.Pistol) --Pistol -SMG
  2209. debug.setupvalue(env.OnFire,"Damage",math.huge)
  2210. debug.setupvalue(env.OnFire,"AmmoInClip",math.huge)
  2211. debug.setupvalue(env.OnFire,"FireRate",math.huge)
  2212. debug.setupvalue(env.OnFire,"MaxSpread",0)
  2213. end
  2214.  
  2215. script.Parent.MouseButton1Click:connect(clicked)
  2216. function clicked()
  2217. local env=getsenv(game.Players.LocalPlayer.Backpack.Glock.Pistol) --Pistol -SMG
  2218. debug.setupvalue(env.OnFire,"Damage",math.huge)
  2219. debug.setupvalue(env.OnFire,"AmmoInClip",math.huge)
  2220. debug.setupvalue(env.OnFire,"FireRate",math.huge)
  2221. debug.setupvalue(env.OnFire,"MaxSpread",0)
  2222. end
  2223.  
  2224. script.Parent.MouseButton1Click:connect(clicked)
  2225. function clicked()
  2226. local env=getsenv(game.Players.LocalPlayer.Backpack.Ak74u.SMG) --Pistol -SMG
  2227. debug.setupvalue(env.OnFire,"Damage",math.huge)
  2228. debug.setupvalue(env.OnFire,"AmmoInClip",math.huge)
  2229. debug.setupvalue(env.OnFire,"FireRate",math.huge)
  2230. debug.setupvalue(env.OnFire,"MaxSpread",0)
  2231. end
  2232.  
  2233. script.Parent.MouseButton1Click:connect(clicked)
  2234. function clicked()
  2235. local env=getsenv(game.Players.LocalPlayer.Backpack.Tec9.SMG) --Pistol -SMG
  2236. debug.setupvalue(env.OnFire,"Damage",math.huge)
  2237. debug.setupvalue(env.OnFire,"AmmoInClip",math.huge)
  2238. debug.setupvalue(env.OnFire,"FireRate",math.huge)
  2239. debug.setupvalue(env.OnFire,"MaxSpread",0)
  2240. end
  2241.  
  2242. script.Parent.MouseButton1Click:connect(clicked)
  2243. function clicked()
  2244. local env=getsenv(game.Players.LocalPlayer.Backpack.Mac10.SMG) --Pistol -SMG
  2245. debug.setupvalue(env.OnFire,"Damage",math.huge)
  2246. debug.setupvalue(env.OnFire,"AmmoInClip",math.huge)
  2247. debug.setupvalue(env.OnFire,"FireRate",math.huge)
  2248. debug.setupvalue(env.OnFire,"MaxSpread",0)
  2249. end
  2250.  
  2251. script.Parent.MouseButton1Click:connect(clicked)
  2252. function clicked()
  2253. local env=getsenv(game.Players.LocalPlayer.Backpack.GlockDrum.SMG) --Pistol -SMG
  2254. debug.setupvalue(env.OnFire,"Damage",math.huge)
  2255. debug.setupvalue(env.OnFire,"AmmoInClip",math.huge)
  2256. debug.setupvalue(env.OnFire,"FireRate",math.huge)
  2257. debug.setupvalue(env.OnFire,"MaxSpread",0)
  2258. end
  2259.  
  2260. script.Parent.MouseButton1Click:connect(clicked)
  2261. function clicked()
  2262. local env=getsenv(game.Players.LocalPlayer.Backpack.Ak74uDrum.SMG) --Pistol -SMG
  2263. debug.setupvalue(env.OnFire,"Damage",math.huge)
  2264. debug.setupvalue(env.OnFire,"AmmoInClip",math.huge)
  2265. debug.setupvalue(env.OnFire,"FireRate",math.huge)
  2266. debug.setupvalue(env.OnFire,"MaxSpread",0)
  2267. end
  2268.  
  2269. script.Parent.MouseButton1Click:connect(clicked)
  2270. function clicked()
  2271. local env=getsenv(game.Players.LocalPlayer.Backpack.Mp5.SMG) --Pistol -SMG
  2272. debug.setupvalue(env.OnFire,"Damage",math.huge)
  2273. debug.setupvalue(env.OnFire,"AmmoInClip",math.huge)
  2274. debug.setupvalue(env.OnFire,"FireRate",math.huge)
  2275. debug.setupvalue(env.OnFire,"MaxSpread",0)
  2276. end
  2277.  
  2278. script.Parent.MouseButton1Click:connect(clicked)
  2279. function clicked()
  2280. local env=getsenv(game.Players.LocalPlayer.Backpack.Remington.SMG) --Pistol -SMG
  2281. debug.setupvalue(env.OnFire,"Damage",math.huge)
  2282. debug.setupvalue(env.OnFire,"AmmoInClip",math.huge)
  2283. debug.setupvalue(env.OnFire,"FireRate",math.huge)
  2284. debug.setupvalue(env.OnFire,"MaxSpread",0)
  2285. end
  2286.  
  2287. script.Parent.MouseButton1Click:connect(clicked)
  2288. function clicked()
  2289. local env=getsenv(game.Players.LocalPlayer.Backpack.Taser.Pistol) --Pistol -SMG
  2290. debug.setupvalue(env.OnFire,"Damage",math.huge)
  2291. debug.setupvalue(env.OnFire,"AmmoInClip",math.huge)
  2292. debug.setupvalue(env.OnFire,"FireRate",math.huge)
  2293. debug.setupvalue(env.OnFire,"MaxSpread",0)
  2294. end
  2295.  
  2296. script.Parent.MouseButton1Click:connect(clicked)
  2297.  
  2298.  
  2299.  
  2300.  
  2301.  
  2302.  
  2303. end
  2304. coroutine.resume(coroutine.create(SCRIPT_CWDV71_FAKESCRIPT))
  2305. function SCRIPT_MTZZ90_FAKESCRIPT() -- GodAll.LocalScript
  2306. getfenv().script = Instance.new('LocalScript', GodAll)
  2307.  
  2308. GodAll.MouseButton1Down:connect(function()
  2309. for i,v in pairs(workspace:GetDescendants()) do
  2310. if v:IsA'RemoteEvent' and v.Name == 'Damage' then
  2311. for i,p in pairs(game:service'Players':GetPlayers()) do
  2312. pcall(function()
  2313. if p ~= game:service'Players'.LocalPlayer then
  2314. v:FireServer(p.Character.Humanoid, -math.huge, p.Character.Head)
  2315. end
  2316. end)
  2317. end
  2318. end
  2319. end
  2320. end)
  2321.  
  2322. end
  2323. coroutine.resume(coroutine.create(SCRIPT_MTZZ90_FAKESCRIPT))
  2324. function SCRIPT_KINO75_FAKESCRIPT() -- AkDrumButton_2.Script
  2325. getfenv().script = Instance.new('Script', AkDrumButton_2)
  2326.  
  2327. function clicked()
  2328. local env=getsenv(game.Players.LocalPlayer.Backpack.Ak74uDrum.SMG) --Pistol -SMG
  2329. debug.setupvalue(env.OnFire,"Damage",math.huge)
  2330. debug.setupvalue(env.OnFire,"AmmoInClip",math.huge)
  2331. debug.setupvalue(env.OnFire,"FireRate",math.huge)
  2332. debug.setupvalue(env.OnFire,"MaxSpread",0)
  2333. end
  2334.  
  2335. script.Parent.MouseButton1Click:connect(clicked)
  2336.  
  2337. end
  2338. coroutine.resume(coroutine.create(SCRIPT_KINO75_FAKESCRIPT))
  2339. function SCRIPT_BUJJ71_FAKESCRIPT() -- Ak74uButton_2.Script
  2340. getfenv().script = Instance.new('Script', Ak74uButton_2)
  2341.  
  2342. function clicked()
  2343. local env=getsenv(game.Players.LocalPlayer.Backpack.Ak74u.SMG) --Pistol -SMG
  2344. debug.setupvalue(env.OnFire,"Damage",math.huge)
  2345. debug.setupvalue(env.OnFire,"AmmoInClip",math.huge)
  2346. debug.setupvalue(env.OnFire,"FireRate",math.huge)
  2347. debug.setupvalue(env.OnFire,"MaxSpread",0)
  2348. end
  2349.  
  2350. script.Parent.MouseButton1Click:connect(clicked)
  2351.  
  2352. end
  2353. coroutine.resume(coroutine.create(SCRIPT_BUJJ71_FAKESCRIPT))
  2354. function SCRIPT_NFHW69_FAKESCRIPT() -- MP5_2.Script
  2355. getfenv().script = Instance.new('Script', MP5_2)
  2356.  
  2357. function clicked()
  2358. local env=getsenv(game.Players.LocalPlayer.Backpack.Mp5.SMG) --Pistol -SMG
  2359. debug.setupvalue(env.OnFire,"Damage",math.huge)
  2360. debug.setupvalue(env.OnFire,"AmmoInClip",math.huge)
  2361. debug.setupvalue(env.OnFire,"FireRate",math.huge)
  2362. debug.setupvalue(env.OnFire,"MaxSpread",0)
  2363. end
  2364.  
  2365. script.Parent.MouseButton1Click:connect(clicked)
  2366.  
  2367. end
  2368. coroutine.resume(coroutine.create(SCRIPT_NFHW69_FAKESCRIPT))
  2369. function SCRIPT_KHUS82_FAKESCRIPT() -- glockdrum_2.Script
  2370. getfenv().script = Instance.new('Script', glockdrum_2)
  2371.  
  2372. function clicked()
  2373. local env=getsenv(game.Players.LocalPlayer.Backpack.GlockDrum.SMG) --Pistol -SMG
  2374. debug.setupvalue(env.OnFire,"Damage",math.huge)
  2375. debug.setupvalue(env.OnFire,"AmmoInClip",math.huge)
  2376. debug.setupvalue(env.OnFire,"FireRate",math.huge)
  2377. debug.setupvalue(env.OnFire,"MaxSpread",0)
  2378. end
  2379.  
  2380. script.Parent.MouseButton1Click:connect(clicked)
  2381.  
  2382. end
  2383. coroutine.resume(coroutine.create(SCRIPT_KHUS82_FAKESCRIPT))
  2384. function SCRIPT_HESN78_FAKESCRIPT() -- shotgun_2.Script
  2385. getfenv().script = Instance.new('Script', shotgun_2)
  2386.  
  2387. function clicked()
  2388. local env=getsenv(game.Players.LocalPlayer.Backpack.Ak74uDrum.Pistol) --Pistol -SMG
  2389. debug.setupvalue(env.OnFire,"Damage",math.huge)
  2390. debug.setupvalue(env.OnFire,"AmmoInClip",math.huge)
  2391. debug.setupvalue(env.OnFire,"FireRate",math.huge)
  2392. debug.setupvalue(env.OnFire,"MaxSpread",0)
  2393. end
  2394.  
  2395. script.Parent.MouseButton1Click:connect(clicked)
  2396.  
  2397. end
  2398. coroutine.resume(coroutine.create(SCRIPT_HESN78_FAKESCRIPT))
  2399. function SCRIPT_MYZZ72_FAKESCRIPT() -- mac10_3.Script
  2400. getfenv().script = Instance.new('Script', mac10_3)
  2401.  
  2402. function clicked()
  2403. local env=getsenv(game.Players.LocalPlayer.Backpack.Mac10.SMG) --Pistol -SMG
  2404. debug.setupvalue(env.OnFire,"Damage",math.huge)
  2405. debug.setupvalue(env.OnFire,"AmmoInClip",math.huge)
  2406. debug.setupvalue(env.OnFire,"FireRate",math.huge)
  2407. debug.setupvalue(env.OnFire,"MaxSpread",0)
  2408. end
  2409.  
  2410. script.Parent.MouseButton1Click:connect(clicked)
  2411.  
  2412. end
  2413. coroutine.resume(coroutine.create(SCRIPT_MYZZ72_FAKESCRIPT))
  2414. function SCRIPT_FPBI76_FAKESCRIPT() -- TEC9_2.Script
  2415. getfenv().script = Instance.new('Script', TEC9_2)
  2416.  
  2417. function clicked()
  2418. local env=getsenv(game.Players.LocalPlayer.Backpack.Tec9.SMG) --Pistol -SMG
  2419. debug.setupvalue(env.OnFire,"Damage",math.huge)
  2420. debug.setupvalue(env.OnFire,"AmmoInClip",math.huge)
  2421. debug.setupvalue(env.OnFire,"FireRate",math.huge)
  2422. debug.setupvalue(env.OnFire,"MaxSpread",0)
  2423. end
  2424.  
  2425. script.Parent.MouseButton1Click:connect(clicked)
  2426.  
  2427. end
  2428. coroutine.resume(coroutine.create(SCRIPT_FPBI76_FAKESCRIPT))
  2429. function SCRIPT_QHQD72_FAKESCRIPT() -- deagle_2.LocalScript
  2430. getfenv().script = Instance.new('LocalScript', deagle_2)
  2431.  
  2432. function clicked()
  2433. local env=getsenv(game.Players.LocalPlayer.Backpack.Deagle.Pistol) --Pistol -SMG
  2434. debug.setupvalue(env.OnFire,"Damage",math.huge)
  2435. debug.setupvalue(env.OnFire,"AmmoInClip",math.huge)
  2436. debug.setupvalue(env.OnFire,"FireRate",math.huge)
  2437. debug.setupvalue(env.OnFire,"MaxSpread",0)
  2438. end
  2439.  
  2440. script.Parent.MouseButton1Click:connect(clicked)
  2441.  
  2442. end
  2443. coroutine.resume(coroutine.create(SCRIPT_QHQD72_FAKESCRIPT))
  2444. function SCRIPT_VJLO73_FAKESCRIPT() -- m1911_2.LocalScript
  2445. getfenv().script = Instance.new('LocalScript', m1911_2)
  2446.  
  2447. function clicked()
  2448. local env=getsenv(game.Players.LocalPlayer.Backpack.M1911.Pistol) --Pistol -SMG
  2449. debug.setupvalue(env.OnFire,"Damage",math.huge)
  2450. debug.setupvalue(env.OnFire,"AmmoInClip",math.huge)
  2451. debug.setupvalue(env.OnFire,"FireRate",math.huge)
  2452. debug.setupvalue(env.OnFire,"MaxSpread",0)
  2453. end
  2454.  
  2455. script.Parent.MouseButton1Click:connect(clicked)
  2456.  
  2457. end
  2458. coroutine.resume(coroutine.create(SCRIPT_VJLO73_FAKESCRIPT))
  2459. function SCRIPT_VLNS84_FAKESCRIPT() -- glock_2.LocalScript
  2460. getfenv().script = Instance.new('LocalScript', glock_2)
  2461.  
  2462. function clicked()
  2463. local env=getsenv(game.Players.LocalPlayer.Backpack.Glock.Pistol) --Pistol -SMG
  2464. debug.setupvalue(env.OnFire,"Damage",math.huge)
  2465. debug.setupvalue(env.OnFire,"AmmoInClip",math.huge)
  2466. debug.setupvalue(env.OnFire,"FireRate",math.huge)
  2467. debug.setupvalue(env.OnFire,"MaxSpread",0)
  2468. end
  2469.  
  2470. script.Parent.MouseButton1Click:connect(clicked)
  2471.  
  2472. end
  2473. coroutine.resume(coroutine.create(SCRIPT_VLNS84_FAKESCRIPT))
  2474. function SCRIPT_YQJI88_FAKESCRIPT() -- golddeagle_2.LocalScript
  2475. getfenv().script = Instance.new('LocalScript', golddeagle_2)
  2476.  
  2477. function clicked()
  2478. local env=getsenv(game.Players.LocalPlayer.Backpack.GoldDeagle.Pistol) --Pistol -SMG
  2479. debug.setupvalue(env.OnFire,"Damage",math.huge)
  2480. debug.setupvalue(env.OnFire,"AmmoInClip",math.huge)
  2481. debug.setupvalue(env.OnFire,"FireRate",math.huge)
  2482. debug.setupvalue(env.OnFire,"MaxSpread",0)
  2483. end
  2484.  
  2485. script.Parent.MouseButton1Click:connect(clicked)
  2486.  
  2487. end
  2488. coroutine.resume(coroutine.create(SCRIPT_YQJI88_FAKESCRIPT))
  2489. function SCRIPT_XEQH82_FAKESCRIPT() -- rossi_2.LocalScript
  2490. getfenv().script = Instance.new('LocalScript', rossi_2)
  2491.  
  2492. function clicked()
  2493. local env=getsenv(game.Players.LocalPlayer.Backpack.Rossi.Pistol) --Pistol -SMG
  2494. debug.setupvalue(env.OnFire,"Damage",math.huge)
  2495. debug.setupvalue(env.OnFire,"AmmoInClip",math.huge)
  2496. debug.setupvalue(env.OnFire,"FireRate",math.huge)
  2497. debug.setupvalue(env.OnFire,"MaxSpread",0)
  2498. end
  2499.  
  2500. script.Parent.MouseButton1Click:connect(clicked)
  2501.  
  2502. end
  2503. coroutine.resume(coroutine.create(SCRIPT_XEQH82_FAKESCRIPT))
  2504. function SCRIPT_AFMM69_FAKESCRIPT() -- PurpleGun_2.LocalScript
  2505. getfenv().script = Instance.new('LocalScript', PurpleGun_2)
  2506.  
  2507. function clicked()
  2508. local env=getsenv(game.Players.LocalPlayer.Backpack.PurpleGun.Pistol) --Pistol -SMG
  2509. debug.setupvalue(env.OnFire,"Damage",math.huge)
  2510. debug.setupvalue(env.OnFire,"AmmoInClip",math.huge)
  2511. debug.setupvalue(env.OnFire,"FireRate",math.huge)
  2512. debug.setupvalue(env.OnFire,"MaxSpread",0)
  2513. end
  2514.  
  2515. script.Parent.MouseButton1Click:connect(clicked)
  2516.  
  2517. end
  2518. coroutine.resume(coroutine.create(SCRIPT_AFMM69_FAKESCRIPT))
  2519. function SCRIPT_FBKK82_FAKESCRIPT() -- GoldRossi_2.LocalScript
  2520. getfenv().script = Instance.new('LocalScript', GoldRossi_2)
  2521.  
  2522. function clicked()
  2523. local env=getsenv(game.Players.LocalPlayer.Backpack.GoldRossi.Pistol) --Pistol -SMG
  2524. debug.setupvalue(env.OnFire,"Damage",math.huge)
  2525. debug.setupvalue(env.OnFire,"AmmoInClip",math.huge)
  2526. debug.setupvalue(env.OnFire,"FireRate",math.huge)
  2527. debug.setupvalue(env.OnFire,"MaxSpread",0)
  2528. end
  2529.  
  2530. script.Parent.MouseButton1Click:connect(clicked)
  2531.  
  2532. end
  2533. coroutine.resume(coroutine.create(SCRIPT_FBKK82_FAKESCRIPT))
  2534. function SCRIPT_VJSB79_FAKESCRIPT() -- Taser_3.LocalScript
  2535. getfenv().script = Instance.new('LocalScript', Taser_3)
  2536.  
  2537. function clicked()
  2538. local env=getsenv(game.Players.LocalPlayer.Backpack.Taser.Pistol) --Pistol -SMG
  2539. debug.setupvalue(env.OnFire,"Damage",math.huge)
  2540. debug.setupvalue(env.OnFire,"AmmoInClip",math.huge)
  2541. debug.setupvalue(env.OnFire,"FireRate",math.huge)
  2542. debug.setupvalue(env.OnFire,"MaxSpread",0)
  2543. end
  2544.  
  2545. script.Parent.MouseButton1Click:connect(clicked)
  2546.  
  2547. end
  2548. coroutine.resume(coroutine.create(SCRIPT_VJSB79_FAKESCRIPT))
  2549. function SCRIPT_EVFM87_FAKESCRIPT() -- Ruger_2.LocalScript
  2550. getfenv().script = Instance.new('LocalScript', Ruger_2)
  2551.  
  2552. function clicked()
  2553. local env=getsenv(game.Players.LocalPlayer.Backpack.Ruger.Pistol) --Pistol -SMG
  2554. debug.setupvalue(env.OnFire,"Damage",math.huge)
  2555. debug.setupvalue(env.OnFire,"AmmoInClip",math.huge)
  2556. debug.setupvalue(env.OnFire,"FireRate",math.huge)
  2557. debug.setupvalue(env.OnFire,"MaxSpread",0)
  2558. end
  2559.  
  2560. script.Parent.MouseButton1Click:connect(clicked)
  2561.  
  2562. end
  2563. coroutine.resume(coroutine.create(SCRIPT_EVFM87_FAKESCRIPT))
  2564. function SCRIPT_DXCW84_FAKESCRIPT() -- MainGui.LocalScript
  2565. getfenv().script = Instance.new('LocalScript', MainGui)
  2566.  
  2567. MainGui.Draggable = true
  2568.  
  2569. end
  2570. coroutine.resume(coroutine.create(SCRIPT_DXCW84_FAKESCRIPT))
  2571. function SCRIPT_DOOU66_FAKESCRIPT() -- GodButton.Script
  2572. getfenv().script = Instance.new('Script', GodButton)
  2573.  
  2574. GodButton.MouseButton1Click:Connect(function()
  2575. local Descendants = game:GetDescendants()
  2576. for index, Descendants in pairs(Descendants) do
  2577. if Descendants:IsA("RemoteEvent") and Descendants.Name == "Damage" then
  2578. while true do
  2579. Descendants:FireServer(game.Players[YourName.Text].Character.Humanoid, -math.huge, game.Players[YourName.Text].Character)
  2580. wait()
  2581. end
  2582. end
  2583. end
  2584. end)
  2585.  
  2586. end
  2587. coroutine.resume(coroutine.create(SCRIPT_DOOU66_FAKESCRIPT))
  2588. function SCRIPT_SHKR69_FAKESCRIPT() -- KillButton.Script
  2589. getfenv().script = Instance.new('Script', KillButton)
  2590.  
  2591. godtab.GodButton.MouseButton1Click:Connect(function()
  2592. local Descendants = game:GetDescendants()
  2593. for index, Descendants in pairs(Descendants) do
  2594. if Descendants:IsA("RemoteEvent") and Descendants.Name == "Damage" then
  2595. while true do
  2596. Descendants:FireServer(game.Players[VictimName.Text].Character.Humanoid, -math.huge, game.Players[VictimName.Text].Character)
  2597. wait()
  2598. end
  2599. end
  2600. end
  2601. end)
  2602.  
  2603. end
  2604. coroutine.resume(coroutine.create(SCRIPT_SHKR69_FAKESCRIPT))
  2605. function SCRIPT_GQMQ83_FAKESCRIPT() -- X.LocalScript
  2606. getfenv().script = Instance.new('LocalScript', X)
  2607.  
  2608. script.Parent.MouseButton1Click:Connect(function()
  2609. login.Visible = false
  2610. end)
  2611.  
  2612.  
  2613. end
  2614. coroutine.resume(coroutine.create(SCRIPT_GQMQ83_FAKESCRIPT))
  2615. function SCRIPT_KRWT77_FAKESCRIPT() -- Login.LocalScript
  2616. getfenv().script = Instance.new('LocalScript', Login)
  2617.  
  2618. local login = script.Parent.Parent
  2619. local username = login:FindFirstChild('username')
  2620. local token = login:FindFirstChild('token')
  2621.  
  2622. script.Parent.MouseButton1Click:Connect(function()
  2623. if username.Text == "yunglacker" and token.text == "LACKIN_238971289367" or username.Text == "Deandre" and token.text == "LACKIN_371829371823" or username.Text == "iSuperiority" and token.text == "LACKIN_190237123907" or username.Text == "Keef" and token.text == "LACKIN_239017239932" or username.Text == "LACKINUSER123109273" and token.text == "LACKIN_123097123097" or username.Text == "LACKINUSER123907122" and token.text == "LACKIN_382047325292" or username.Text == "LACKINUSER023907122" and token.text == "LACKIN_382323122343" or username.Text == "LACKINUSER137205329" and token.text == "LACKIN_383109273231" or username.Text == "LACKINUSER122347892" and token.text == "LACKIN_999313123322" or username.Text == "LACKINUSER492347892" and token.text == "LACKIN_739263923241" then
  2624. local MainGui = login.Parent:FindFirstChild('MainGui')
  2625. MainGui.Visible = true
  2626. game.Players.LocalPlayer.PlayerGui.ScreenGui.login.Login.Text = "Login Success"
  2627. wait(2)
  2628. script.Parent.Text = "LOGIN"
  2629. end
  2630. end)
  2631.  
  2632.  
  2633. end
  2634. coroutine.resume(coroutine.create(SCRIPT_KRWT77_FAKESCRIPT))
  2635. function SCRIPT_JLQX67_FAKESCRIPT() -- login.LocalScript
  2636. getfenv().script = Instance.new('LocalScript', login)
  2637.  
  2638. login.Draggable = true
  2639.  
  2640. end
  2641. coroutine.resume(coroutine.create(SCRIPT_JLQX67_FAKESCRIPT))
  2642.  
  2643. end)
  2644.  
  2645. mighty.Name = "mighty"
  2646. mighty.Parent = maingui
  2647. mighty.BackgroundColor3 = Color3.new(0, 0, 0)
  2648. mighty.Position = UDim2.new(0.505567908, 0, 0.0919254571, 0)
  2649. mighty.Size = UDim2.new(0, 200, 0, 50)
  2650. mighty.Font = Enum.Font.Garamond
  2651. mighty.Text = "Mighty Spawner"
  2652. mighty.TextColor3 = Color3.new(0.152941, 0.745098, 0.529412)
  2653. mighty.TextScaled = true
  2654. mighty.TextSize = 14
  2655. mighty.TextWrapped = true
  2656. mighty.MouseButton1Down:connect(function()
  2657. -- Objects
  2658.  
  2659. local MightyKeker = Instance.new("ScreenGui")
  2660. local MainGui = Instance.new("Frame")
  2661. local Title = Instance.new("Frame")
  2662. local Title_2 = Instance.new("TextLabel")
  2663. local Version = Instance.new("TextLabel")
  2664. local HomeButton = Instance.new("TextButton")
  2665. local WepsButton = Instance.new("TextButton")
  2666. local ItemsButton = Instance.new("TextButton")
  2667. local FunButton = Instance.new("TextButton")
  2668. local CreditsButton = Instance.new("TextButton")
  2669. local HomeScreen = Instance.new("Frame")
  2670. local UpdateLog = Instance.new("ScrollingFrame")
  2671. local TextLabel = Instance.new("TextLabel")
  2672. local Line = Instance.new("TextLabel")
  2673. local UpdateTitle = Instance.new("TextLabel")
  2674. local NewsTitle = Instance.new("TextLabel")
  2675. local Line_2 = Instance.new("TextLabel")
  2676. local NewsFeed = Instance.new("ScrollingFrame")
  2677. local TextLabel_2 = Instance.new("TextLabel")
  2678. local Welcome = Instance.new("TextLabel")
  2679. local WepsScrollingScreen = Instance.new("ScrollingFrame")
  2680. local Ruger = Instance.new("TextButton")
  2681. local Deagle = Instance.new("TextButton")
  2682. local M1911 = Instance.new("TextButton")
  2683. local Glock = Instance.new("TextButton")
  2684. local Rossi = Instance.new("TextButton")
  2685. local Mp5 = Instance.new("TextButton")
  2686. local Mac10 = Instance.new("TextButton")
  2687. local PDGlock = Instance.new("TextButton")
  2688. local Remington = Instance.new("TextButton")
  2689. local Baton = Instance.new("TextButton")
  2690. local Taser = Instance.new("TextButton")
  2691. local Bat = Instance.new("TextButton")
  2692. local USP45 = Instance.new("TextButton")
  2693. local Knife = Instance.new("TextButton")
  2694. local GoldAk = Instance.new("TextButton")
  2695. local Fists = Instance.new("TextButton")
  2696. local PurpleGun = Instance.new("TextButton")
  2697. local ExploitGun = Instance.new("TextButton")
  2698. local GoldDeagle = Instance.new("TextButton")
  2699. local GoldRossi = Instance.new("TextButton")
  2700. local WepAmount = Instance.new("TextBox")
  2701. local ItemsScrollingScreen = Instance.new("ScrollingFrame")
  2702. local WeaponPermit = Instance.new("TextButton")
  2703. local Burrito = Instance.new("TextButton")
  2704. local Lunch = Instance.new("TextButton")
  2705. local Chips = Instance.new("TextButton")
  2706. local RedBandana = Instance.new("TextButton")
  2707. local Balaclava = Instance.new("TextButton")
  2708. local PainKillers = Instance.new("TextButton")
  2709. local BlackBandana = Instance.new("TextButton")
  2710. local BlueBandana = Instance.new("TextButton")
  2711. local SprayPaint = Instance.new("TextButton")
  2712. local CherrySpice = Instance.new("TextButton")
  2713. local RootBeer = Instance.new("TextButton")
  2714. local ItemAmount = Instance.new("TextBox")
  2715. local FunScreen = Instance.new("Frame")
  2716. local TextLabel_3 = Instance.new("TextLabel")
  2717. local TextLabel_4 = Instance.new("TextLabel")
  2718. local TextLabel_5 = Instance.new("TextLabel")
  2719. local TextLabel_6 = Instance.new("TextLabel")
  2720. local TextLabel_7 = Instance.new("TextLabel")
  2721. local TextLabel_8 = Instance.new("TextLabel")
  2722. local CreditsScreen = Instance.new("Frame")
  2723. local Apos = Instance.new("TextLabel")
  2724. local Mit3 = Instance.new("TextLabel")
  2725. local prun = Instance.new("TextLabel")
  2726. local Line_3 = Instance.new("TextLabel")
  2727.  
  2728. -- Properties
  2729.  
  2730. MightyKeker.Name = "MightyKeker"
  2731. MightyKeker.Parent = game.CoreGui
  2732.  
  2733. MainGui.Name = "MainGui"
  2734. MainGui.Parent = MightyKeker
  2735. MainGui.Active = true
  2736. MainGui.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  2737. MainGui.BackgroundTransparency = 0.69999998807907
  2738. MainGui.Draggable = true
  2739. MainGui.Position = UDim2.new(0, 123, 0, 132)
  2740. MainGui.Size = UDim2.new(0, 436, 0, 241)
  2741.  
  2742. Title.Name = "Title"
  2743. Title.Parent = MainGui
  2744. Title.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  2745. Title.BackgroundTransparency = 0.20000000298023
  2746. Title.Position = UDim2.new(0, 0, 0, -45)
  2747. Title.Size = UDim2.new(0, 436, 0, 45)
  2748.  
  2749. Title_2.Name = "Title"
  2750. Title_2.Parent = Title
  2751. Title_2.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  2752. Title_2.BackgroundTransparency = 0.20000000298023
  2753. Title_2.Size = UDim2.new(0, 218, 0, 45)
  2754. Title_2.Font = Enum.Font.SourceSans
  2755. Title_2.FontSize = Enum.FontSize.Size28
  2756. Title_2.Text = "MightySpawner"
  2757. Title_2.TextSize = 28
  2758.  
  2759. Version.Name = "Version"
  2760. Version.Parent = Title
  2761. Version.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  2762. Version.BackgroundTransparency = 0.20000000298023
  2763. Version.Position = UDim2.new(0, 218, 0, 0)
  2764. Version.Size = UDim2.new(0, 218, 0, 45)
  2765. Version.Font = Enum.Font.SourceSans
  2766. Version.FontSize = Enum.FontSize.Size28
  2767. Version.Text = "v2.1"
  2768. Version.TextSize = 28
  2769.  
  2770. HomeButton.Name = "HomeButton"
  2771. HomeButton.Parent = MainGui
  2772. HomeButton.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  2773. HomeButton.Position = UDim2.new(0, 5, 0, 23)
  2774. HomeButton.Size = UDim2.new(0, 54, 0, 32)
  2775. HomeButton.Font = Enum.Font.SourceSans
  2776. HomeButton.FontSize = Enum.FontSize.Size14
  2777. HomeButton.Text = "Home"
  2778. HomeButton.TextSize = 14
  2779.  
  2780. WepsButton.Name = "WepsButton"
  2781. WepsButton.Parent = MainGui
  2782. WepsButton.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  2783. WepsButton.Position = UDim2.new(0, 5, 0, 60)
  2784. WepsButton.Size = UDim2.new(0, 54, 0, 32)
  2785. WepsButton.Font = Enum.Font.SourceSans
  2786. WepsButton.FontSize = Enum.FontSize.Size14
  2787. WepsButton.Text = "Weps"
  2788. WepsButton.TextSize = 14
  2789.  
  2790. ItemsButton.Name = "ItemsButton"
  2791. ItemsButton.Parent = MainGui
  2792. ItemsButton.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  2793. ItemsButton.Position = UDim2.new(0, 5, 0, 97)
  2794. ItemsButton.Size = UDim2.new(0, 54, 0, 32)
  2795. ItemsButton.Font = Enum.Font.SourceSans
  2796. ItemsButton.FontSize = Enum.FontSize.Size14
  2797. ItemsButton.Text = "Items"
  2798. ItemsButton.TextSize = 14
  2799.  
  2800. FunButton.Name = "FunButton"
  2801. FunButton.Parent = MainGui
  2802. FunButton.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  2803. FunButton.Position = UDim2.new(0, 5, 0, 134)
  2804. FunButton.Size = UDim2.new(0, 54, 0, 32)
  2805. FunButton.Font = Enum.Font.SourceSans
  2806. FunButton.FontSize = Enum.FontSize.Size14
  2807. FunButton.Text = "Fun"
  2808. FunButton.TextSize = 14
  2809.  
  2810. CreditsButton.Name = "CreditsButton"
  2811. CreditsButton.Parent = MainGui
  2812. CreditsButton.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  2813. CreditsButton.Position = UDim2.new(0, 5, 0, 171)
  2814. CreditsButton.Size = UDim2.new(0, 54, 0, 32)
  2815. CreditsButton.Font = Enum.Font.SourceSans
  2816. CreditsButton.FontSize = Enum.FontSize.Size14
  2817. CreditsButton.Text = "Credits"
  2818. CreditsButton.TextSize = 14
  2819.  
  2820. HomeScreen.Name = "HomeScreen"
  2821. HomeScreen.Parent = MainGui
  2822. HomeScreen.BackgroundColor3 = Color3.new(1, 1, 1)
  2823. HomeScreen.BackgroundTransparency = 1
  2824. HomeScreen.Position = UDim2.new(0, 72, 0, 0)
  2825. HomeScreen.Selectable = true
  2826. HomeScreen.Size = UDim2.new(0, 364, 0, 241)
  2827.  
  2828. UpdateLog.Name = "UpdateLog"
  2829. UpdateLog.Parent = HomeScreen
  2830. UpdateLog.BackgroundColor3 = Color3.new(0.290196, 0.305882, 0.301961)
  2831. UpdateLog.BackgroundTransparency = 0.40000000596046
  2832. UpdateLog.Position = UDim2.new(0, 18, 0, 51)
  2833. UpdateLog.Size = UDim2.new(0, 126, 0, 169)
  2834.  
  2835. TextLabel.Parent = UpdateLog
  2836. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  2837. TextLabel.BackgroundTransparency = 1
  2838. TextLabel.Size = UDim2.new(0, 110, 0, 50)
  2839. TextLabel.Font = Enum.Font.SourceSans
  2840. TextLabel.FontSize = Enum.FontSize.Size12
  2841. TextLabel.Text = "Update 2.1.0:\n+Fixed the damn thing\n+Revamped UI... again\n+More things to spawn"
  2842. TextLabel.TextSize = 12
  2843.  
  2844. Line.Name = "Line"
  2845. Line.Parent = HomeScreen
  2846. Line.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  2847. Line.Position = UDim2.new(0, 34, 0, 44)
  2848. Line.Size = UDim2.new(0, 85, 0, 1)
  2849. Line.Font = Enum.Font.SourceSans
  2850. Line.FontSize = Enum.FontSize.Size14
  2851. Line.Text = ""
  2852. Line.TextSize = 14
  2853.  
  2854. UpdateTitle.Name = "UpdateTitle"
  2855. UpdateTitle.Parent = HomeScreen
  2856. UpdateTitle.BackgroundColor3 = Color3.new(0.290196, 0.305882, 0.301961)
  2857. UpdateTitle.BackgroundTransparency = 1
  2858. UpdateTitle.BorderColor3 = Color3.new(0.290196, 0.305882, 0.301961)
  2859. UpdateTitle.Position = UDim2.new(0, 34, 0, 18)
  2860. UpdateTitle.Size = UDim2.new(0, 85, 0, 18)
  2861. UpdateTitle.Font = Enum.Font.SourceSans
  2862. UpdateTitle.FontSize = Enum.FontSize.Size24
  2863. UpdateTitle.Text = "Update Log"
  2864. UpdateTitle.TextSize = 24
  2865.  
  2866. NewsTitle.Name = "NewsTitle"
  2867. NewsTitle.Parent = HomeScreen
  2868. NewsTitle.BackgroundColor3 = Color3.new(0.290196, 0.305882, 0.301961)
  2869. NewsTitle.BackgroundTransparency = 1
  2870. NewsTitle.BorderColor3 = Color3.new(0.290196, 0.305882, 0.301961)
  2871. NewsTitle.Position = UDim2.new(0, 250, 0, 18)
  2872. NewsTitle.Size = UDim2.new(0, 85, 0, 18)
  2873. NewsTitle.Font = Enum.Font.SourceSans
  2874. NewsTitle.FontSize = Enum.FontSize.Size24
  2875. NewsTitle.Text = "News Feed"
  2876. NewsTitle.TextSize = 24
  2877.  
  2878. Line_2.Name = "Line"
  2879. Line_2.Parent = HomeScreen
  2880. Line_2.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  2881. Line_2.Position = UDim2.new(0, 251, 0, 44)
  2882. Line_2.Size = UDim2.new(0, 85, 0, 1)
  2883. Line_2.Font = Enum.Font.SourceSans
  2884. Line_2.FontSize = Enum.FontSize.Size14
  2885. Line_2.Text = ""
  2886. Line_2.TextSize = 14
  2887.  
  2888. NewsFeed.Name = "NewsFeed"
  2889. NewsFeed.Parent = HomeScreen
  2890. NewsFeed.BackgroundColor3 = Color3.new(0.290196, 0.305882, 0.301961)
  2891. NewsFeed.BackgroundTransparency = 0.40000000596046
  2892. NewsFeed.Position = UDim2.new(0, 230, 0, 51)
  2893. NewsFeed.Size = UDim2.new(0, 126, 0, 169)
  2894.  
  2895. TextLabel_2.Parent = NewsFeed
  2896. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  2897. TextLabel_2.BackgroundTransparency = 1
  2898. TextLabel_2.Size = UDim2.new(0, 111, 0, 50)
  2899. TextLabel_2.Font = Enum.Font.SourceSans
  2900. TextLabel_2.FontSize = Enum.FontSize.Size12
  2901. TextLabel_2.Text = "Exploiters fill RRP2 after script leak! Will the game ever recover?"
  2902. TextLabel_2.TextSize = 12
  2903. TextLabel_2.TextWrapped = true
  2904.  
  2905. Welcome.Name = "Welcome"
  2906. Welcome.Parent = HomeScreen
  2907. Welcome.BackgroundColor3 = Color3.new(0.290196, 0.305882, 0.301961)
  2908. Welcome.BackgroundTransparency = 0.20000000298023
  2909. Welcome.Position = UDim2.new(0, 149, 0, 76)
  2910. Welcome.Size = UDim2.new(0, 77, 0, 90)
  2911. Welcome.Font = Enum.Font.SourceSans
  2912. Welcome.FontSize = Enum.FontSize.Size12
  2913. Welcome.Text = ""
  2914. Welcome.TextSize = 12
  2915. Welcome.TextWrapped = true
  2916.  
  2917. WepsScrollingScreen.Name = "WepsScrollingScreen"
  2918. WepsScrollingScreen.Parent = MainGui
  2919. WepsScrollingScreen.BackgroundColor3 = Color3.new(1, 1, 1)
  2920. WepsScrollingScreen.BackgroundTransparency = 1
  2921. WepsScrollingScreen.Position = UDim2.new(0, 72, 0, 0)
  2922. WepsScrollingScreen.Size = UDim2.new(0, 364, 0, 241)
  2923. WepsScrollingScreen.Visible = false
  2924.  
  2925. Ruger.Name = "Ruger"
  2926. Ruger.Parent = WepsScrollingScreen
  2927. Ruger.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  2928. Ruger.Position = UDim2.new(0, 15, 0, 16)
  2929. Ruger.Size = UDim2.new(0, 62, 0, 16)
  2930. Ruger.Font = Enum.Font.Fantasy
  2931. Ruger.FontSize = Enum.FontSize.Size14
  2932. Ruger.Text = "Ruger"
  2933. Ruger.TextSize = 14
  2934.  
  2935. Deagle.Name = "Deagle"
  2936. Deagle.Parent = WepsScrollingScreen
  2937. Deagle.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  2938. Deagle.Position = UDim2.new(0, 80, 0, 16)
  2939. Deagle.Size = UDim2.new(0, 62, 0, 16)
  2940. Deagle.Font = Enum.Font.Fantasy
  2941. Deagle.FontSize = Enum.FontSize.Size14
  2942. Deagle.Text = "Deagle"
  2943. Deagle.TextSize = 14
  2944.  
  2945. M1911.Name = "M1911"
  2946. M1911.Parent = WepsScrollingScreen
  2947. M1911.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  2948. M1911.Position = UDim2.new(0, 145, 0, 16)
  2949. M1911.Size = UDim2.new(0, 62, 0, 16)
  2950. M1911.Font = Enum.Font.Fantasy
  2951. M1911.FontSize = Enum.FontSize.Size14
  2952. M1911.Text = "M1911"
  2953. M1911.TextSize = 14
  2954.  
  2955. Glock.Name = "Glock"
  2956. Glock.Parent = WepsScrollingScreen
  2957. Glock.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  2958. Glock.Position = UDim2.new(0, 210, 0, 16)
  2959. Glock.Size = UDim2.new(0, 62, 0, 16)
  2960. Glock.Font = Enum.Font.Fantasy
  2961. Glock.FontSize = Enum.FontSize.Size14
  2962. Glock.Text = "Glock"
  2963. Glock.TextSize = 14
  2964.  
  2965. Rossi.Name = "Rossi"
  2966. Rossi.Parent = WepsScrollingScreen
  2967. Rossi.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  2968. Rossi.Position = UDim2.new(0, 275, 0, 16)
  2969. Rossi.Size = UDim2.new(0, 62, 0, 16)
  2970. Rossi.Font = Enum.Font.Fantasy
  2971. Rossi.FontSize = Enum.FontSize.Size14
  2972. Rossi.Text = "Rossi"
  2973. Rossi.TextSize = 14
  2974.  
  2975. Mp5.Name = "Mp5"
  2976. Mp5.Parent = WepsScrollingScreen
  2977. Mp5.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  2978. Mp5.Position = UDim2.new(0, 15, 0, 38)
  2979. Mp5.Size = UDim2.new(0, 62, 0, 16)
  2980. Mp5.Font = Enum.Font.Fantasy
  2981. Mp5.FontSize = Enum.FontSize.Size14
  2982. Mp5.Text = "Mp5"
  2983. Mp5.TextSize = 14
  2984.  
  2985. Mac10.Name = "Mac10"
  2986. Mac10.Parent = WepsScrollingScreen
  2987. Mac10.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  2988. Mac10.Position = UDim2.new(0, 80, 0, 38)
  2989. Mac10.Size = UDim2.new(0, 62, 0, 16)
  2990. Mac10.Font = Enum.Font.Fantasy
  2991. Mac10.FontSize = Enum.FontSize.Size14
  2992. Mac10.Text = "Mac10"
  2993. Mac10.TextSize = 14
  2994.  
  2995. PDGlock.Name = "PDGlock"
  2996. PDGlock.Parent = WepsScrollingScreen
  2997. PDGlock.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  2998. PDGlock.Position = UDim2.new(0, 145, 0, 38)
  2999. PDGlock.Size = UDim2.new(0, 62, 0, 16)
  3000. PDGlock.Font = Enum.Font.Fantasy
  3001. PDGlock.FontSize = Enum.FontSize.Size14
  3002. PDGlock.Text = "PDGlock"
  3003. PDGlock.TextSize = 14
  3004.  
  3005. Remington.Name = "Remington"
  3006. Remington.Parent = WepsScrollingScreen
  3007. Remington.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  3008. Remington.Position = UDim2.new(0, 210, 0, 38)
  3009. Remington.Size = UDim2.new(0, 62, 0, 16)
  3010. Remington.Font = Enum.Font.Fantasy
  3011. Remington.FontSize = Enum.FontSize.Size14
  3012. Remington.Text = "Remington"
  3013. Remington.TextSize = 14
  3014.  
  3015. Baton.Name = "Baton"
  3016. Baton.Parent = WepsScrollingScreen
  3017. Baton.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  3018. Baton.Position = UDim2.new(0, 275, 0, 38)
  3019. Baton.Size = UDim2.new(0, 62, 0, 16)
  3020. Baton.Font = Enum.Font.Fantasy
  3021. Baton.FontSize = Enum.FontSize.Size14
  3022. Baton.Text = "Baton"
  3023. Baton.TextSize = 14
  3024.  
  3025. Taser.Name = "Taser"
  3026. Taser.Parent = WepsScrollingScreen
  3027. Taser.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  3028. Taser.Position = UDim2.new(0, 15, 0, 60)
  3029. Taser.Size = UDim2.new(0, 62, 0, 16)
  3030. Taser.Font = Enum.Font.Fantasy
  3031. Taser.FontSize = Enum.FontSize.Size14
  3032. Taser.Text = "Taser"
  3033. Taser.TextSize = 14
  3034.  
  3035. Bat.Name = "Bat"
  3036. Bat.Parent = WepsScrollingScreen
  3037. Bat.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  3038. Bat.Position = UDim2.new(0, 145, 0, 60)
  3039. Bat.Size = UDim2.new(0, 62, 0, 16)
  3040. Bat.Font = Enum.Font.Fantasy
  3041. Bat.FontSize = Enum.FontSize.Size14
  3042. Bat.Text = "Bat"
  3043. Bat.TextSize = 14
  3044.  
  3045. USP45.Name = "USP45"
  3046. USP45.Parent = WepsScrollingScreen
  3047. USP45.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  3048. USP45.Position = UDim2.new(0, 210, 0, 60)
  3049. USP45.Size = UDim2.new(0, 62, 0, 16)
  3050. USP45.Font = Enum.Font.Fantasy
  3051. USP45.FontSize = Enum.FontSize.Size14
  3052. USP45.Text = "USP45"
  3053. USP45.TextSize = 14
  3054.  
  3055. Knife.Name = "Knife"
  3056. Knife.Parent = WepsScrollingScreen
  3057. Knife.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  3058. Knife.Position = UDim2.new(0, 275, 0, 60)
  3059. Knife.Size = UDim2.new(0, 62, 0, 16)
  3060. Knife.Font = Enum.Font.Fantasy
  3061. Knife.FontSize = Enum.FontSize.Size14
  3062. Knife.Text = "Knife"
  3063. Knife.TextSize = 14
  3064.  
  3065. GoldAk.Name = "GoldAk"
  3066. GoldAk.Parent = WepsScrollingScreen
  3067. GoldAk.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  3068. GoldAk.Position = UDim2.new(0, 15, 0, 82)
  3069. GoldAk.Size = UDim2.new(0, 62, 0, 16)
  3070. GoldAk.Font = Enum.Font.Fantasy
  3071. GoldAk.FontSize = Enum.FontSize.Size14
  3072. GoldAk.Text = "GoldAk"
  3073. GoldAk.TextSize = 14
  3074.  
  3075. Fists.Name = "Fists"
  3076. Fists.Parent = WepsScrollingScreen
  3077. Fists.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  3078. Fists.Position = UDim2.new(0, 80, 0, 60)
  3079. Fists.Size = UDim2.new(0, 62, 0, 16)
  3080. Fists.Font = Enum.Font.Fantasy
  3081. Fists.FontSize = Enum.FontSize.Size14
  3082. Fists.Text = "Fists"
  3083. Fists.TextSize = 14
  3084.  
  3085. PurpleGun.Name = "PurpleGun"
  3086. PurpleGun.Parent = WepsScrollingScreen
  3087. PurpleGun.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  3088. PurpleGun.Position = UDim2.new(0, 80, 0, 82)
  3089. PurpleGun.Size = UDim2.new(0, 62, 0, 16)
  3090. PurpleGun.Font = Enum.Font.Fantasy
  3091. PurpleGun.FontSize = Enum.FontSize.Size14
  3092. PurpleGun.Text = "PurpleGun"
  3093. PurpleGun.TextSize = 14
  3094.  
  3095. ExploitGun.Name = "ExploitGun"
  3096. ExploitGun.Parent = WepsScrollingScreen
  3097. ExploitGun.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  3098. ExploitGun.Position = UDim2.new(0, 145, 0, 82)
  3099. ExploitGun.Size = UDim2.new(0, 62, 0, 16)
  3100. ExploitGun.Font = Enum.Font.Fantasy
  3101. ExploitGun.FontSize = Enum.FontSize.Size14
  3102. ExploitGun.Text = "ExploitGun"
  3103. ExploitGun.TextSize = 14
  3104.  
  3105. GoldDeagle.Name = "GoldDeagle"
  3106. GoldDeagle.Parent = WepsScrollingScreen
  3107. GoldDeagle.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  3108. GoldDeagle.Position = UDim2.new(0, 210, 0, 82)
  3109. GoldDeagle.Size = UDim2.new(0, 62, 0, 16)
  3110. GoldDeagle.Font = Enum.Font.Fantasy
  3111. GoldDeagle.FontSize = Enum.FontSize.Size12
  3112. GoldDeagle.Text = "GoldDeagle"
  3113. GoldDeagle.TextSize = 12
  3114.  
  3115. GoldRossi.Name = "GoldRossi"
  3116. GoldRossi.Parent = WepsScrollingScreen
  3117. GoldRossi.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  3118. GoldRossi.Position = UDim2.new(0, 275, 0, 82)
  3119. GoldRossi.Size = UDim2.new(0, 62, 0, 16)
  3120. GoldRossi.Font = Enum.Font.Fantasy
  3121. GoldRossi.FontSize = Enum.FontSize.Size14
  3122. GoldRossi.Text = "GoldRossi"
  3123. GoldRossi.TextSize = 14
  3124.  
  3125. WepAmount.Name = "WepAmount"
  3126. WepAmount.Parent = WepsScrollingScreen
  3127. WepAmount.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  3128. WepAmount.BackgroundTransparency = 0.60000002384186
  3129. WepAmount.Position = UDim2.new(0, 70, 0, 188)
  3130. WepAmount.Size = UDim2.new(0, 224, 0, 33)
  3131. WepAmount.Font = Enum.Font.SourceSansBold
  3132. WepAmount.FontSize = Enum.FontSize.Size28
  3133. WepAmount.Text = "Amount Here"
  3134. WepAmount.TextColor3 = Color3.new(0.807843, 0.807843, 0.807843)
  3135. WepAmount.TextSize = 25
  3136. WepAmount.TextStrokeColor3 = Color3.new(0.807843, 0.807843, 0.807843)
  3137.  
  3138. ItemsScrollingScreen.Name = "ItemsScrollingScreen"
  3139. ItemsScrollingScreen.Parent = MainGui
  3140. ItemsScrollingScreen.BackgroundColor3 = Color3.new(1, 1, 1)
  3141. ItemsScrollingScreen.BackgroundTransparency = 1
  3142. ItemsScrollingScreen.Position = UDim2.new(0, 72, 0, 0)
  3143. ItemsScrollingScreen.Size = UDim2.new(0, 364, 0, 241)
  3144. ItemsScrollingScreen.Visible = false
  3145.  
  3146. WeaponPermit.Name = "WeaponPermit"
  3147. WeaponPermit.Parent = ItemsScrollingScreen
  3148. WeaponPermit.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  3149. WeaponPermit.Position = UDim2.new(0, 15, 0, 16)
  3150. WeaponPermit.Size = UDim2.new(0, 62, 0, 16)
  3151. WeaponPermit.Font = Enum.Font.Fantasy
  3152. WeaponPermit.FontSize = Enum.FontSize.Size10
  3153. WeaponPermit.Text = "WeaponPermit"
  3154. WeaponPermit.TextSize = 10
  3155.  
  3156. Burrito.Name = "Burrito"
  3157. Burrito.Parent = ItemsScrollingScreen
  3158. Burrito.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  3159. Burrito.Position = UDim2.new(0, 80, 0, 16)
  3160. Burrito.Size = UDim2.new(0, 62, 0, 16)
  3161. Burrito.Font = Enum.Font.Fantasy
  3162. Burrito.FontSize = Enum.FontSize.Size14
  3163. Burrito.Text = "Burrito"
  3164. Burrito.TextSize = 14
  3165.  
  3166. Lunch.Name = "Lunch"
  3167. Lunch.Parent = ItemsScrollingScreen
  3168. Lunch.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  3169. Lunch.Position = UDim2.new(0, 210, 0, 16)
  3170. Lunch.Size = UDim2.new(0, 62, 0, 16)
  3171. Lunch.Font = Enum.Font.Fantasy
  3172. Lunch.FontSize = Enum.FontSize.Size14
  3173. Lunch.Text = "Lunch"
  3174. Lunch.TextSize = 14
  3175.  
  3176. Chips.Name = "Chips"
  3177. Chips.Parent = ItemsScrollingScreen
  3178. Chips.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  3179. Chips.Position = UDim2.new(0, 145, 0, 16)
  3180. Chips.Size = UDim2.new(0, 62, 0, 16)
  3181. Chips.Font = Enum.Font.Fantasy
  3182. Chips.FontSize = Enum.FontSize.Size14
  3183. Chips.Text = "Chips"
  3184. Chips.TextSize = 14
  3185.  
  3186. RedBandana.Name = "RedBandana"
  3187. RedBandana.Parent = ItemsScrollingScreen
  3188. RedBandana.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  3189. RedBandana.Position = UDim2.new(0, 275, 0, 16)
  3190. RedBandana.Size = UDim2.new(0, 62, 0, 16)
  3191. RedBandana.Font = Enum.Font.Fantasy
  3192. RedBandana.FontSize = Enum.FontSize.Size10
  3193. RedBandana.Text = "Red Bandana"
  3194. RedBandana.TextSize = 10
  3195.  
  3196. Balaclava.Name = "Balaclava"
  3197. Balaclava.Parent = ItemsScrollingScreen
  3198. Balaclava.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  3199. Balaclava.Position = UDim2.new(0, 15, 0, 38)
  3200. Balaclava.Size = UDim2.new(0, 62, 0, 16)
  3201. Balaclava.Font = Enum.Font.Fantasy
  3202. Balaclava.FontSize = Enum.FontSize.Size10
  3203. Balaclava.Text = "Balaclava"
  3204. Balaclava.TextSize = 10
  3205.  
  3206. PainKillers.Name = "PainKillers"
  3207. PainKillers.Parent = ItemsScrollingScreen
  3208. PainKillers.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  3209. PainKillers.Position = UDim2.new(0, 80, 0, 38)
  3210. PainKillers.Size = UDim2.new(0, 62, 0, 16)
  3211. PainKillers.Font = Enum.Font.Fantasy
  3212. PainKillers.FontSize = Enum.FontSize.Size14
  3213. PainKillers.Text = "PainKillers"
  3214. PainKillers.TextSize = 14
  3215.  
  3216. BlackBandana.Name = "BlackBandana"
  3217. BlackBandana.Parent = ItemsScrollingScreen
  3218. BlackBandana.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  3219. BlackBandana.Position = UDim2.new(0, 145, 0, 38)
  3220. BlackBandana.Size = UDim2.new(0, 62, 0, 16)
  3221. BlackBandana.Font = Enum.Font.Fantasy
  3222. BlackBandana.FontSize = Enum.FontSize.Size10
  3223. BlackBandana.Text = "Black Bandana"
  3224. BlackBandana.TextSize = 10
  3225.  
  3226. BlueBandana.Name = "BlueBandana"
  3227. BlueBandana.Parent = ItemsScrollingScreen
  3228. BlueBandana.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  3229. BlueBandana.Position = UDim2.new(0, 210, 0, 38)
  3230. BlueBandana.Size = UDim2.new(0, 62, 0, 16)
  3231. BlueBandana.Font = Enum.Font.Fantasy
  3232. BlueBandana.FontSize = Enum.FontSize.Size10
  3233. BlueBandana.Text = "Blue Bandana"
  3234. BlueBandana.TextSize = 10
  3235.  
  3236. SprayPaint.Name = "SprayPaint"
  3237. SprayPaint.Parent = ItemsScrollingScreen
  3238. SprayPaint.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  3239. SprayPaint.Position = UDim2.new(0, 275, 0, 38)
  3240. SprayPaint.Size = UDim2.new(0, 62, 0, 16)
  3241. SprayPaint.Font = Enum.Font.Fantasy
  3242. SprayPaint.FontSize = Enum.FontSize.Size11
  3243. SprayPaint.Text = "Spray Paint"
  3244. SprayPaint.TextSize = 11
  3245.  
  3246. CherrySpice.Name = "CherrySpice"
  3247. CherrySpice.Parent = ItemsScrollingScreen
  3248. CherrySpice.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  3249. CherrySpice.Position = UDim2.new(0, 15, 0, 60)
  3250. CherrySpice.Size = UDim2.new(0, 62, 0, 16)
  3251. CherrySpice.Font = Enum.Font.Fantasy
  3252. CherrySpice.FontSize = Enum.FontSize.Size10
  3253. CherrySpice.Text = "Cherry Spice"
  3254. CherrySpice.TextSize = 10
  3255.  
  3256. RootBeer.Name = "RootBeer"
  3257. RootBeer.Parent = ItemsScrollingScreen
  3258. RootBeer.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  3259. RootBeer.Position = UDim2.new(0, 80, 0, 60)
  3260. RootBeer.Size = UDim2.new(0, 62, 0, 16)
  3261. RootBeer.Font = Enum.Font.Fantasy
  3262. RootBeer.FontSize = Enum.FontSize.Size14
  3263. RootBeer.Text = "Root Beer"
  3264. RootBeer.TextSize = 14
  3265.  
  3266. ItemAmount.Name = "ItemAmount"
  3267. ItemAmount.Parent = ItemsScrollingScreen
  3268. ItemAmount.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  3269. ItemAmount.BackgroundTransparency = 0.60000002384186
  3270. ItemAmount.Position = UDim2.new(0, 70, 0, 175)
  3271. ItemAmount.Size = UDim2.new(0, 224, 0, 33)
  3272. ItemAmount.Font = Enum.Font.SourceSansBold
  3273. ItemAmount.FontSize = Enum.FontSize.Size28
  3274. ItemAmount.Text = "Amount Here"
  3275. ItemAmount.TextColor3 = Color3.new(0.807843, 0.807843, 0.807843)
  3276. ItemAmount.TextSize = 25
  3277. ItemAmount.TextStrokeColor3 = Color3.new(0.807843, 0.807843, 0.807843)
  3278.  
  3279. FunScreen.Name = "FunScreen"
  3280. FunScreen.Parent = MainGui
  3281. FunScreen.BackgroundColor3 = Color3.new(1, 1, 1)
  3282. FunScreen.BackgroundTransparency = 1
  3283. FunScreen.Position = UDim2.new(0, 72, 0, 0)
  3284. FunScreen.Size = UDim2.new(0, 364, 0, 241)
  3285. FunScreen.Visible = false
  3286.  
  3287. TextLabel_3.Parent = FunScreen
  3288. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  3289. TextLabel_3.BackgroundTransparency = 1
  3290. TextLabel_3.Position = UDim2.new(0, 82, 0, 96)
  3291. TextLabel_3.Size = UDim2.new(0, 200, 0, 50)
  3292. TextLabel_3.Font = Enum.Font.SourceSans
  3293. TextLabel_3.FontSize = Enum.FontSize.Size32
  3294. TextLabel_3.Text = "WIP"
  3295. TextLabel_3.TextSize = 32
  3296.  
  3297. TextLabel_4.Parent = FunScreen
  3298. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  3299. TextLabel_4.BackgroundTransparency = 1
  3300. TextLabel_4.Position = UDim2.new(0, -18, 0, 42)
  3301. TextLabel_4.Rotation = 23
  3302. TextLabel_4.Size = UDim2.new(0, 200, 0, 49)
  3303. TextLabel_4.Font = Enum.Font.SourceSans
  3304. TextLabel_4.FontSize = Enum.FontSize.Size32
  3305. TextLabel_4.Text = "XDDDDD"
  3306. TextLabel_4.TextColor3 = Color3.new(0.784314, 0.215686, 0.541176)
  3307. TextLabel_4.TextSize = 32
  3308.  
  3309. TextLabel_5.Parent = FunScreen
  3310. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  3311. TextLabel_5.BackgroundTransparency = 1
  3312. TextLabel_5.Position = UDim2.new(0, 149, 0, 23)
  3313. TextLabel_5.Rotation = -15
  3314. TextLabel_5.Size = UDim2.new(0, 200, 0, 49)
  3315. TextLabel_5.Font = Enum.Font.SourceSans
  3316. TextLabel_5.FontSize = Enum.FontSize.Size32
  3317. TextLabel_5.Text = "MEMES"
  3318. TextLabel_5.TextColor3 = Color3.new(0.784314, 0.0470588, 0.0470588)
  3319. TextLabel_5.TextSize = 32
  3320.  
  3321. TextLabel_6.Parent = FunScreen
  3322. TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  3323. TextLabel_6.BackgroundTransparency = 1
  3324. TextLabel_6.Position = UDim2.new(0, 164, 0, 164)
  3325. TextLabel_6.Rotation = 176
  3326. TextLabel_6.Size = UDim2.new(0, 200, 0, 49)
  3327. TextLabel_6.Font = Enum.Font.SourceSans
  3328. TextLabel_6.FontSize = Enum.FontSize.Size32
  3329. TextLabel_6.Text = "APOSTASIA = COOL"
  3330. TextLabel_6.TextColor3 = Color3.new(0.129412, 0.282353, 0.784314)
  3331. TextLabel_6.TextSize = 32
  3332.  
  3333. TextLabel_7.Parent = FunScreen
  3334. TextLabel_7.BackgroundColor3 = Color3.new(1, 1, 1)
  3335. TextLabel_7.BackgroundTransparency = 1
  3336. TextLabel_7.Position = UDim2.new(0, -18, 0, 141)
  3337. TextLabel_7.Rotation = -34
  3338. TextLabel_7.Size = UDim2.new(0, 200, 0, 49)
  3339. TextLabel_7.Font = Enum.Font.SourceSans
  3340. TextLabel_7.FontSize = Enum.FontSize.Size10
  3341. TextLabel_7.Text = "#Apostasia4Mod"
  3342. TextLabel_7.TextColor3 = Color3.new(0, 0.784314, 0.0627451)
  3343. TextLabel_7.TextSize = 10
  3344.  
  3345. TextLabel_8.Parent = FunScreen
  3346. TextLabel_8.BackgroundColor3 = Color3.new(1, 1, 1)
  3347. TextLabel_8.BackgroundTransparency = 1
  3348. TextLabel_8.Position = UDim2.new(0, 164, 0, 96)
  3349. TextLabel_8.Rotation = 34
  3350. TextLabel_8.Size = UDim2.new(0, 128, 0, 49)
  3351. TextLabel_8.Font = Enum.Font.SourceSans
  3352. TextLabel_8.FontSize = Enum.FontSize.Size24
  3353. TextLabel_8.Text = "Mit3 = Cool XDDD"
  3354. TextLabel_8.TextColor3 = Color3.new(0.537255, 0.0352941, 0.603922)
  3355. TextLabel_8.TextSize = 24
  3356.  
  3357. CreditsScreen.Name = "CreditsScreen"
  3358. CreditsScreen.Parent = MainGui
  3359. CreditsScreen.BackgroundColor3 = Color3.new(1, 1, 1)
  3360. CreditsScreen.BackgroundTransparency = 1
  3361. CreditsScreen.Position = UDim2.new(0, 72, 0, 0)
  3362. CreditsScreen.Size = UDim2.new(0, 364, 0, 241)
  3363. CreditsScreen.Visible = false
  3364.  
  3365. Apos.Name = "Apos"
  3366. Apos.Parent = CreditsScreen
  3367. Apos.BackgroundColor3 = Color3.new(1, 1, 1)
  3368. Apos.BackgroundTransparency = 1
  3369. Apos.Position = UDim2.new(0, 82, 0, 18)
  3370. Apos.Size = UDim2.new(0, 200, 0, 50)
  3371. Apos.Font = Enum.Font.SourceSans
  3372. Apos.FontSize = Enum.FontSize.Size24
  3373. Apos.Text = "Apostasia - Scripting and Some UI"
  3374. Apos.TextColor3 = Color3.new(0.368627, 0.572549, 0.721569)
  3375. Apos.TextSize = 24
  3376.  
  3377. Mit3.Name = "Mit3"
  3378. Mit3.Parent = CreditsScreen
  3379. Mit3.BackgroundColor3 = Color3.new(1, 1, 1)
  3380. Mit3.BackgroundTransparency = 1
  3381. Mit3.Position = UDim2.new(0, 62, 0, 55)
  3382. Mit3.Size = UDim2.new(0, 200, 0, 50)
  3383. Mit3.Font = Enum.Font.SourceSans
  3384. Mit3.FontSize = Enum.FontSize.Size24
  3385. Mit3.Text = "Mit3 - Main UI Dev"
  3386. Mit3.TextColor3 = Color3.new(0.368627, 0.576471, 0.72549)
  3387. Mit3.TextSize = 24
  3388.  
  3389. prun.Name = "prun"
  3390. prun.Parent = CreditsScreen
  3391. prun.BackgroundColor3 = Color3.new(1, 1, 1)
  3392. prun.BackgroundTransparency = 1
  3393. prun.Position = UDim2.new(0, 60, 0, 96)
  3394. prun.Size = UDim2.new(0, 200, 0, 50)
  3395. prun.Font = Enum.Font.SourceSans
  3396. prun.FontSize = Enum.FontSize.Size24
  3397. prun.Text = "Prune - Original Script Finder"
  3398. prun.TextColor3 = Color3.new(0.345098, 0.541176, 0.678431)
  3399. prun.TextSize = 24
  3400.  
  3401. Line_3.Name = "Line"
  3402. Line_3.Parent = MightyKeker
  3403. Line_3.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  3404. Line_3.Position = UDim2.new(0, 192, 0, 146)
  3405. Line_3.Size = UDim2.new(0, 1, 0, 195)
  3406. Line_3.Font = Enum.Font.SourceSans
  3407. Line_3.FontSize = Enum.FontSize.Size14
  3408. Line_3.Text = ""
  3409. Line_3.TextSize = 14
  3410.  
  3411. local plr = game:GetService("Players").LocalPlayer
  3412. local MainGui = game.CoreGui.MightyKeker.MainGui
  3413. local credits = MainGui.CreditsScreen
  3414. local home = MainGui.HomeScreen
  3415. local items = MainGui.ItemsScrollingScreen
  3416. local title = MainGui.Title
  3417. local weps = MainGui.WepsScrollingScreen
  3418. local fun = MainGui.FunScreen
  3419. local wep
  3420.  
  3421. MainGui.HomeButton.MouseButton1Down:connect(function()
  3422. home.Visible = true
  3423. items.Visible = false
  3424. weps.Visible = false
  3425. fun.Visible = false
  3426. credits.Visible = false
  3427. end)
  3428. MainGui.WepsButton.MouseButton1Down:connect(function()
  3429. home.Visible = false
  3430. items.Visible = false
  3431. weps.Visible = true
  3432. fun.Visible = false
  3433. credits.Visible = false
  3434. end)
  3435. MainGui.ItemsButton.MouseButton1Down:connect(function()
  3436. home.Visible = false
  3437. items.Visible = true
  3438. weps.Visible = false
  3439. fun.Visible = false
  3440. credits.Visible = false
  3441. end)
  3442. MainGui.FunButton.MouseButton1Down:connect(function()
  3443. home.Visible = false
  3444. items.Visible = false
  3445. weps.Visible = false
  3446. fun.Visible = true
  3447. credits.Visible = false
  3448. end)
  3449. MainGui.CreditsButton.MouseButton1Down:connect(function()
  3450. home.Visible = false
  3451. items.Visible = false
  3452. weps.Visible = false
  3453. fun.Visible = false
  3454. credits.Visible = true
  3455. end)
  3456.  
  3457. local nem = plr.Name
  3458. home.Welcome.Text ="Welcome, "..nem.."!"
  3459.  
  3460. weps.Bat.MouseButton1Down:connect(function()
  3461. local amount = weps.WepAmount.Text
  3462. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  3463. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  3464. for i = 1,amount do
  3465. game.Workspace.Events.Shop:FireServer("Weps", 0, "Bat", gui, confirm)
  3466. end
  3467. end)
  3468. weps.Baton.MouseButton1Down:connect(function()
  3469. local amount = weps.WepAmount.Text
  3470. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  3471. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  3472. for i = 1,amount do
  3473. game.Workspace.Events.Shop:FireServer("Weps", 0, "Baton", gui, confirm)
  3474. end
  3475. end)
  3476. weps.Deagle.MouseButton1Down:connect(function()
  3477. local amount = weps.WepAmount.Text
  3478. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  3479. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  3480. for i = 1,amount do
  3481. game.Workspace.Events.Shop:FireServer("Weps", 0, "Deagle", gui, confirm)
  3482. end
  3483. end)
  3484. weps.Fists.MouseButton1Down:connect(function()
  3485. local amount = weps.WepAmount.Text
  3486. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  3487. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  3488. for i = 1,amount do
  3489. game.Workspace.Events.Shop:FireServer("Weps", 0, "Fists", gui, confirm)
  3490. end
  3491. end)
  3492. weps.Glock.MouseButton1Down:connect(function()
  3493. local amount = weps.WepAmount.Text
  3494. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  3495. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  3496. for i = 1,amount do
  3497. game.Workspace.Events.Shop:FireServer("Weps", 0, "Glock", gui, confirm)
  3498. end
  3499. end)
  3500. weps.Knife.MouseButton1Down:connect(function()
  3501. local amount = weps.WepAmount.Text
  3502. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  3503. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  3504. for i = 1,amount do
  3505. game.Workspace.Events.Shop:FireServer("Weps", 0, "Knife", gui, confirm)
  3506. end
  3507. end)
  3508. weps.M1911.MouseButton1Down:connect(function()
  3509. local amount = weps.WepAmount.Text
  3510. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  3511. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  3512. for i = 1,amount do
  3513. game.Workspace.Events.Shop:FireServer("Weps", 0, "M1911", gui, confirm)
  3514. end
  3515. end)
  3516. weps.Mac10.MouseButton1Down:connect(function()
  3517. local amount = weps.WepAmount.Text
  3518. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  3519. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  3520. for i = 1,amount do
  3521. game.Workspace.Events.Shop:FireServer("Weps", 0, "Mac10", gui, confirm)
  3522. end
  3523. end)
  3524. weps.Mp5.MouseButton1Down:connect(function()
  3525. local amount = weps.WepAmount.Text
  3526. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  3527. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  3528. for i = 1,amount do
  3529. game.Workspace.Events.Shop:FireServer("Weps", 0, "Mp5", gui, confirm)
  3530. end
  3531. end)
  3532. weps.PDGlock.MouseButton1Down:connect(function()
  3533. local amount = weps.WepAmount.Text
  3534. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  3535. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  3536. for i = 1,amount do
  3537. game.Workspace.Events.Shop:FireServer("Weps", 0, "PDGlock", gui, confirm)
  3538. end
  3539. end)
  3540. weps.Remington.MouseButton1Down:connect(function()
  3541. local amount = weps.WepAmount.Text
  3542. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  3543. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  3544. for i = 1,amount do
  3545. game.Workspace.Events.Shop:FireServer("Weps", 0, "Remington", gui, confirm)
  3546. end
  3547. end)
  3548. weps.Rossi.MouseButton1Down:connect(function()
  3549. local amount = weps.WepAmount.Text
  3550. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  3551. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  3552. for i = 1,amount do
  3553. game.Workspace.Events.Shop:FireServer("Weps", 0, "Rossi", gui, confirm)
  3554. end
  3555. end)
  3556. weps.Taser.MouseButton1Down:connect(function()
  3557. local amount = weps.WepAmount.Text
  3558. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  3559. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  3560. for i = 1,amount do
  3561. game.Workspace.Events.Shop:FireServer("Weps", 0, "Taser", gui, confirm)
  3562. end
  3563. end)
  3564. weps.Ruger.MouseButton1Down:connect(function()
  3565. local amount = weps.WepAmount.Text
  3566. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  3567. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  3568. for i = 1,amount do
  3569. game.Workspace.Events.Shop:FireServer("Weps", 0, "Ruger", gui, confirm)
  3570. end
  3571. end)
  3572. weps.USP45.MouseButton1Down:connect(function()
  3573. local amount = weps.WepAmount.Text
  3574. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  3575. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  3576. for i = 1,amount do
  3577. game.Workspace.Events.Shop:FireServer("Weps", 0, "USP45", gui, confirm)
  3578. end
  3579. end)
  3580. weps.ExploitGun.MouseButton1Down:connect(function()
  3581. local amount = weps.WepAmount.Text
  3582. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  3583. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  3584. for i = 1,amount do
  3585. game.Workspace.Events.Shop:FireServer("Weps", 0, "ExploitGun", gui, confirm)
  3586. end
  3587. end)
  3588. weps.GoldAk.MouseButton1Down:connect(function()
  3589. local amount = weps.WepAmount.Text
  3590. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  3591. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  3592. for i = 1,amount do
  3593. game.Workspace.Events.Shop:FireServer("Weps", 0, "GoldAk", gui, confirm)
  3594. end
  3595. end)
  3596. weps.GoldDeagle.MouseButton1Down:connect(function()
  3597. local amount = weps.WepAmount.Text
  3598. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  3599. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  3600. for i = 1,amount do
  3601. game.Workspace.Events.Shop:FireServer("Weps", 0, "GoldDeagle", gui, confirm)
  3602. end
  3603. end)
  3604. weps.GoldRossi.MouseButton1Down:connect(function()
  3605. local amount = weps.WepAmount.Text
  3606. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  3607. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  3608. for i = 1,amount do
  3609. game.Workspace.Events.Shop:FireServer("Weps", 0, "GoldRossi", gui, confirm)
  3610. end
  3611. end)
  3612. weps.PurpleGun.MouseButton1Down:connect(function()
  3613. local amount = weps.WepAmount.Text
  3614. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  3615. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  3616. for i = 1,amount do
  3617. game.Workspace.Events.Shop:FireServer("Weps", 0, "PurpleGun", gui, confirm)
  3618. end
  3619. end)
  3620. items.Burrito.MouseButton1Down:connect(function()
  3621. local amount = items.ItemAmount.Text
  3622. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  3623. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  3624. for i = 1,amount do
  3625. game.Workspace.Events.Shop:FireServer("Food", 0, "Burrito", gui, confirm)
  3626. end
  3627. end)
  3628. items.Lunch.MouseButton1Down:connect(function()
  3629. local amount = items.ItemAmount.Text
  3630. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  3631. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  3632. for i = 1,amount do
  3633. game.Workspace.Events.Shop:FireServer("Food", 0, "Lunch", gui, confirm)
  3634. end
  3635. end)
  3636. items.Chips.MouseButton1Down:connect(function()
  3637. local amount = items.ItemAmount.Text
  3638. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  3639. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  3640. for i = 1,amount do
  3641. game.Workspace.Events.Shop:FireServer("Food", 0, "Chips", gui, confirm)
  3642. end
  3643. end)
  3644. items.WeaponPermit.MouseButton1Down:connect(function()
  3645. local amount = items.ItemAmount.Text
  3646. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  3647. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  3648. for i = 1,amount do
  3649. game.Workspace.Events.Shop:FireServer("Items", 0, "WeaponPermit", gui, confirm)
  3650. end
  3651. end)
  3652. items.PainKillers.MouseButton1Down:connect(function()
  3653. local amount = items.ItemAmount.Text
  3654. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  3655. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  3656. for i = 1,amount do
  3657. game.Workspace.Events.Shop:FireServer("Items", 0, "PainKillers", gui, confirm)
  3658. end
  3659. end)
  3660. items.Balaclava.MouseButton1Down:connect(function()
  3661. local amount = items.ItemAmount.Text
  3662. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  3663. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  3664. for i = 1,amount do
  3665. game.Workspace.Events.Shop:FireServer("Items", 0, "Balaclava", gui, confirm)
  3666. end
  3667. end)
  3668. items.BlackBandana.MouseButton1Down:connect(function()
  3669. local amount = items.ItemAmount.Text
  3670. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  3671. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  3672. for i = 1,amount do
  3673. game.Workspace.Events.Shop:FireServer("Items", 0, "BlackFlag", gui, confirm)
  3674. end
  3675. end)
  3676. items.BlueBandana.MouseButton1Down:connect(function()
  3677. local amount = items.ItemAmount.Text
  3678. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  3679. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  3680. for i = 1,amount do
  3681. game.Workspace.Events.Shop:FireServer("Items", 0, "BlueFlag", gui, confirm)
  3682. end
  3683. end)
  3684. items.RedBandana.MouseButton1Down:connect(function()
  3685. local amount = items.ItemAmount.Text
  3686. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  3687. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  3688. for i = 1,amount do
  3689. game.Workspace.Events.Shop:FireServer("Items", 0, "RedFlag", gui, confirm)
  3690. end
  3691. end)
  3692. items.SprayPaint.MouseButton1Down:connect(function()
  3693. local amount = items.ItemAmount.Text
  3694. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  3695. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  3696. for i = 1,amount do
  3697. game.Workspace.Events.Shop:FireServer("Weps", 0, "SprayPaint", gui, confirm)
  3698. end
  3699. end)
  3700. items.RootBeer.MouseButton1Down:connect(function()
  3701. local amount = items.ItemAmount.Text
  3702. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  3703. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  3704. for i = 1,amount do
  3705. game.Workspace.Events.Shop:FireServer("Food", 0, "RootBeer", gui, confirm)
  3706. end
  3707. end)
  3708. items.CherrySpice.MouseButton1Down:connect(function()
  3709. local amount = items.ItemAmount.Text
  3710. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  3711. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  3712. for i = 1,amount do
  3713. game.Workspace.Shop:FireServer("Food", 0, "CherrySpice", gui, confirm)
  3714. end
  3715. end)
  3716.  
  3717. game:GetService("Players").LocalPlayer:GetMouse().KeyDown:connect(function(dbb)
  3718. if string.lower(dbb)=="k"then if MainGui.Visible==true then MainGui.Visible=false elseif MainGui.Visible==false then
  3719. MainGui.Visible=true end end end)
  3720. end)
  3721.  
  3722. awp.Name = "awp"
  3723. awp.Parent = maingui
  3724. awp.BackgroundColor3 = Color3.new(0, 0, 0)
  3725. awp.Position = UDim2.new(0.028953217, 0, 0.135403708, 0)
  3726. awp.Size = UDim2.new(0, 200, 0, 50)
  3727. awp.Font = Enum.Font.Garamond
  3728. awp.Text = "AWP"
  3729. awp.TextColor3 = Color3.new(0.152941, 0.745098, 0.529412)
  3730. awp.TextScaled = true
  3731. awp.TextSize = 14
  3732. awp.TextWrapped = true
  3733. awp.MouseButton1Down:connect(function()
  3734. --GUI made my AwPeR| or AIMBOTTS on v3rmillion,now you can fulfill your life long dream of feeding gun diggers and kidnapping hoes!
  3735. -- Oh wait , dont forget about rking :)
  3736. -- btw press H to open and close the UI you jewish fag
  3737.  
  3738.  
  3739.  
  3740. -- Objects (lets just get started please)
  3741.  
  3742. local GunSpawnerexe = Instance.new("ScreenGui")
  3743. local Maingui = Instance.new("Frame")
  3744. local Topwithlabel = Instance.new("Frame")
  3745. local AWPV6 = Instance.new("TextLabel")
  3746. local Amount = Instance.new("TextBox")
  3747. local OutputBtn = Instance.new("TextButton")
  3748. local SpawnList = Instance.new("ScrollingFrame")
  3749. local AK = Instance.new("TextButton")
  3750. local AKD = Instance.new("TextButton")
  3751. local GoldAK = Instance.new("TextButton")
  3752. local GD = Instance.new("TextButton")
  3753. local G = Instance.new("TextButton")
  3754. local M9 = Instance.new("TextButton")
  3755. local Ru = Instance.new("TextButton")
  3756. local PG = Instance.new("TextButton")
  3757. local BR = Instance.new("TextButton")
  3758. local Tec = Instance.new("TextButton")
  3759. local HR = Instance.new("TextButton")
  3760. local Balaclava = Instance.new("TextButton")
  3761. local C = Instance.new("TextButton")
  3762. local PK = Instance.new("TextButton")
  3763. local GDE = Instance.new("TextButton")
  3764. local DE = Instance.new("TextButton")
  3765. local Mac101 = Instance.new("TextButton")
  3766. local MP5 = Instance.new("TextButton")
  3767. local Rem = Instance.new("TextButton")
  3768. local Console = Instance.new("Frame")
  3769. local TopDecor1 = Instance.new("Frame")
  3770. local Consolee = Instance.new("TextLabel")
  3771. local Outputbox = Instance.new("Frame")
  3772. local Output = Instance.new("TextLabel")
  3773. local NameBox = Instance.new("TextLabel")
  3774.  
  3775. --NEED THIS REALLY BAD
  3776. local plr = game:GetService("Players").LocalPlayer
  3777. --YEP NOW ONTO THE GUI
  3778.  
  3779. -- Properties (oh yes finally getting somewhere)
  3780.  
  3781. GunSpawnerexe.Name = "GunSpawner.exe"
  3782. GunSpawnerexe.Parent = game.CoreGui
  3783.  
  3784. Maingui.Name = "Maingui"
  3785. Maingui.Parent = GunSpawnerexe
  3786. Maingui.BackgroundColor3 = Color3.new(1, 1, 1)
  3787. Maingui.Draggable = true
  3788. Maingui.Position = UDim2.new(0, 205, 0, 70)
  3789. Maingui.Size = UDim2.new(0, 481, 0, 365)
  3790.  
  3791. Topwithlabel.Name = "Topwithlabel"
  3792. Topwithlabel.Parent = Maingui
  3793. Topwithlabel.BackgroundColor3 = Color3.new(0.937255, 0.937255, 0.937255)
  3794. Topwithlabel.Size = UDim2.new(0, 481, 0, 74)
  3795.  
  3796. AWPV6.Name = "AWPV6"
  3797. AWPV6.Parent = Topwithlabel
  3798. AWPV6.BackgroundColor3 = Color3.new(1, 1, 1)
  3799. AWPV6.BackgroundTransparency = 1
  3800. AWPV6.Position = UDim2.new(0, 240, 0, 12)
  3801. AWPV6.Size = UDim2.new(0, 200, 0, 50)
  3802. AWPV6.Font = Enum.Font.SourceSans
  3803. AWPV6.FontSize = Enum.FontSize.Size96
  3804. AWPV6.Text = "AWP|V6"
  3805. AWPV6.TextSize = 65
  3806.  
  3807. Amount.Name = "Amount"
  3808. Amount.Parent = Maingui
  3809. Amount.BackgroundColor3 = Color3.new(0.937255, 0.937255, 0.937255)
  3810. Amount.BorderSizePixel = 5
  3811. Amount.Position = UDim2.new(0, 207, 0, 85)
  3812. Amount.Size = UDim2.new(0, 135, 0, 50)
  3813. Amount.Font = Enum.Font.SciFi
  3814. Amount.FontSize = Enum.FontSize.Size32
  3815. Amount.Text = "Amount"
  3816. Amount.TextSize = 30
  3817.  
  3818. OutputBtn.Name = "OutputBtn"
  3819. OutputBtn.Parent = Maingui
  3820. OutputBtn.BackgroundColor3 = Color3.new(0.937255, 0.937255, 0.937255)
  3821. OutputBtn.BorderSizePixel = 5
  3822. OutputBtn.Position = UDim2.new(0, 208, 0, 158)
  3823. OutputBtn.Size = UDim2.new(0, 200, 0, 50)
  3824. OutputBtn.Font = Enum.Font.SciFi
  3825. OutputBtn.FontSize = Enum.FontSize.Size32
  3826. OutputBtn.Text = "OutPutConsole"
  3827. OutputBtn.TextSize = 30
  3828.  
  3829. NameBox.Name = "NameBox"
  3830. NameBox.Parent = Maingui
  3831. NameBox.BackgroundColor3 = Color3.new(1, 1, 1)
  3832. NameBox.BackgroundTransparency = 1
  3833. NameBox.Position = UDim2.new(0, 209, 0, 222)
  3834. NameBox.Size = UDim2.new(0, 200, 0, 50)
  3835. NameBox.Font = Enum.Font.ArialBold
  3836. NameBox.FontSize = Enum.FontSize.Size14
  3837. NameBox.Text = ""
  3838. NameBox.TextSize = 14
  3839.  
  3840. SpawnList.Name = "SpawnList"
  3841. SpawnList.Parent = GunSpawnerexe
  3842. SpawnList.BackgroundColor3 = Color3.new(1, 1, 1)
  3843. SpawnList.Draggable = true
  3844. SpawnList.Position = UDim2.new(0, 221, 0, 86)
  3845. SpawnList.Size = UDim2.new(0, 180, 0, 332)
  3846.  
  3847. AK.Name = "AK"
  3848. AK.Parent = SpawnList
  3849. AK.BackgroundColor3 = Color3.new(0.937255, 0.937255, 0.937255)
  3850. AK.Position = UDim2.new(0, -10, 0, 62)
  3851. AK.Size = UDim2.new(0, 200, 0, 22)
  3852. AK.Font = Enum.Font.ArialBold
  3853. AK.FontSize = Enum.FontSize.Size14
  3854. AK.Text = "Ak74u"
  3855. AK.TextSize = 14
  3856.  
  3857. AKD.Name = "AKD"
  3858. AKD.Parent = SpawnList
  3859. AKD.BackgroundColor3 = Color3.new(1, 1, 1)
  3860. AKD.Position = UDim2.new(0, -10, 0, 85)
  3861. AKD.Size = UDim2.new(0, 200, 0, 22)
  3862. AKD.Font = Enum.Font.ArialBold
  3863. AKD.FontSize = Enum.FontSize.Size14
  3864. AKD.Text = "Ak74uDrum"
  3865. AKD.TextSize = 14
  3866.  
  3867. GoldAK.Name = "GoldAK"
  3868. GoldAK.Parent = SpawnList
  3869. GoldAK.BackgroundColor3 = Color3.new(0.937255, 0.937255, 0.937255)
  3870. GoldAK.Position = UDim2.new(0, -10, 0, 108)
  3871. GoldAK.Size = UDim2.new(0, 200, 0, 22)
  3872. GoldAK.Font = Enum.Font.ArialBold
  3873. GoldAK.FontSize = Enum.FontSize.Size14
  3874. GoldAK.Text = "GoldenAK"
  3875. GoldAK.TextSize = 14
  3876.  
  3877. GD.Name = "GD"
  3878. GD.Parent = SpawnList
  3879. GD.BackgroundColor3 = Color3.new(1, 1, 1)
  3880. GD.Position = UDim2.new(0, -10, 0, 131)
  3881. GD.Size = UDim2.new(0, 200, 0, 22)
  3882. GD.Font = Enum.Font.ArialBold
  3883. GD.FontSize = Enum.FontSize.Size14
  3884. GD.Text = "GlockDrum"
  3885. GD.TextSize = 14
  3886.  
  3887. G.Name = "G"
  3888. G.Parent = SpawnList
  3889. G.BackgroundColor3 = Color3.new(0.937255, 0.937255, 0.937255)
  3890. G.Position = UDim2.new(0, -10, 0, 154)
  3891. G.Size = UDim2.new(0, 200, 0, 22)
  3892. G.Font = Enum.Font.ArialBold
  3893. G.FontSize = Enum.FontSize.Size14
  3894. G.Text = "Glock"
  3895. G.TextSize = 14
  3896.  
  3897. M9.Name = "M9"
  3898. M9.Parent = SpawnList
  3899. M9.BackgroundColor3 = Color3.new(1, 1, 1)
  3900. M9.Position = UDim2.new(0, -10, 0, 177)
  3901. M9.Size = UDim2.new(0, 200, 0, 22)
  3902. M9.Font = Enum.Font.ArialBold
  3903. M9.FontSize = Enum.FontSize.Size14
  3904. M9.Text = "M1911"
  3905. M9.TextSize = 14
  3906.  
  3907. Ru.Name = "Ru"
  3908. Ru.Parent = SpawnList
  3909. Ru.BackgroundColor3 = Color3.new(0.937255, 0.937255, 0.937255)
  3910. Ru.Position = UDim2.new(0, -10, 0, 200)
  3911. Ru.Size = UDim2.new(0, 200, 0, 22)
  3912. Ru.Font = Enum.Font.ArialBold
  3913. Ru.FontSize = Enum.FontSize.Size14
  3914. Ru.Text = "Ruger"
  3915. Ru.TextSize = 14
  3916.  
  3917. PG.Name = "PG"
  3918. PG.Parent = SpawnList
  3919. PG.BackgroundColor3 = Color3.new(1, 1, 1)
  3920. PG.Position = UDim2.new(0, -10, 0, 223)
  3921. PG.Size = UDim2.new(0, 200, 0, 22)
  3922. PG.Font = Enum.Font.ArialBold
  3923. PG.FontSize = Enum.FontSize.Size14
  3924. PG.Text = "PurpleGun"
  3925. PG.TextSize = 14
  3926.  
  3927. BR.Name = "BR"
  3928. BR.Parent = SpawnList
  3929. BR.BackgroundColor3 = Color3.new(0.937255, 0.937255, 0.937255)
  3930. BR.Position = UDim2.new(0, -10, 0, 246)
  3931. BR.Size = UDim2.new(0, 200, 0, 22)
  3932. BR.Font = Enum.Font.ArialBold
  3933. BR.FontSize = Enum.FontSize.Size14
  3934. BR.Text = "BatteringRam"
  3935. BR.TextSize = 14
  3936.  
  3937. Tec.Name = "Tec"
  3938. Tec.Parent = SpawnList
  3939. Tec.BackgroundColor3 = Color3.new(1, 1, 1)
  3940. Tec.Position = UDim2.new(0, -10, 0, 269)
  3941. Tec.Size = UDim2.new(0, 200, 0, 22)
  3942. Tec.Font = Enum.Font.ArialBold
  3943. Tec.FontSize = Enum.FontSize.Size14
  3944. Tec.Text = "Tec9"
  3945. Tec.TextSize = 14
  3946.  
  3947. HR.Name = "HR"
  3948. HR.Parent = SpawnList
  3949. HR.BackgroundColor3 = Color3.new(0.937255, 0.937255, 0.937255)
  3950. HR.Position = UDim2.new(0, -10, 0, 292)
  3951. HR.Size = UDim2.new(0, 200, 0, 22)
  3952. HR.Font = Enum.Font.ArialBold
  3953. HR.FontSize = Enum.FontSize.Size14
  3954. HR.Text = "Hammer"
  3955. HR.TextSize = 14
  3956.  
  3957. Balaclava.Name = "Balaclava"
  3958. Balaclava.Parent = SpawnList
  3959. Balaclava.BackgroundColor3 = Color3.new(1, 1, 1)
  3960. Balaclava.Position = UDim2.new(0, -10, 0, 315)
  3961. Balaclava.Size = UDim2.new(0, 200, 0, 22)
  3962. Balaclava.Font = Enum.Font.ArialBold
  3963. Balaclava.FontSize = Enum.FontSize.Size14
  3964. Balaclava.Text = "Balaclava"
  3965. Balaclava.TextSize = 14
  3966.  
  3967. C.Name = "C"
  3968. C.Parent = SpawnList
  3969. C.BackgroundColor3 = Color3.new(0.937255, 0.937255, 0.937255)
  3970. C.Position = UDim2.new(0, -10, 0, 338)
  3971. C.Size = UDim2.new(0, 200, 0, 22)
  3972. C.Font = Enum.Font.ArialBold
  3973. C.FontSize = Enum.FontSize.Size14
  3974. C.Text = "Chips"
  3975. C.TextSize = 14
  3976.  
  3977. PK.Name = "PK"
  3978. PK.Parent = SpawnList
  3979. PK.BackgroundColor3 = Color3.new(1, 1, 1)
  3980. PK.Position = UDim2.new(0, -10, 0, 361)
  3981. PK.Size = UDim2.new(0, 200, 0, 22)
  3982. PK.Font = Enum.Font.ArialBold
  3983. PK.FontSize = Enum.FontSize.Size14
  3984. PK.Text = "Painkillers"
  3985. PK.TextSize = 14
  3986.  
  3987. GDE.Name = "GDE"
  3988. GDE.Parent = SpawnList
  3989. GDE.BackgroundColor3 = Color3.new(0.937255, 0.937255, 0.937255)
  3990. GDE.Position = UDim2.new(0, -10, 0, 384)
  3991. GDE.Size = UDim2.new(0, 200, 0, 22)
  3992. GDE.Font = Enum.Font.ArialBold
  3993. GDE.FontSize = Enum.FontSize.Size14
  3994. GDE.Text = "GoldDeagle"
  3995. GDE.TextSize = 14
  3996.  
  3997. DE.Name = "DE"
  3998. DE.Parent = SpawnList
  3999. DE.BackgroundColor3 = Color3.new(1, 1, 1)
  4000. DE.Position = UDim2.new(0, -10, 0, 406)
  4001. DE.Size = UDim2.new(0, 200, 0, 22)
  4002. DE.Font = Enum.Font.ArialBold
  4003. DE.FontSize = Enum.FontSize.Size14
  4004. DE.Text = "Deagle"
  4005. DE.TextSize = 14
  4006.  
  4007. Mac101.Name = "Mac101"
  4008. Mac101.Parent = SpawnList
  4009. Mac101.BackgroundColor3 = Color3.new(0.937255, 0.937255, 0.937255)
  4010. Mac101.Position = UDim2.new(0, -10, 0, 429)
  4011. Mac101.Size = UDim2.new(0, 200, 0, 22)
  4012. Mac101.Font = Enum.Font.ArialBold
  4013. Mac101.FontSize = Enum.FontSize.Size14
  4014. Mac101.Text = "Mac10"
  4015. Mac101.TextSize = 14
  4016.  
  4017. MP5.Name = "MP5"
  4018. MP5.Parent = SpawnList
  4019. MP5.BackgroundColor3 = Color3.new(1, 1, 1)
  4020. MP5.Position = UDim2.new(0, -10, 0, 452)
  4021. MP5.Size = UDim2.new(0, 200, 0, 22)
  4022. MP5.Font = Enum.Font.ArialBold
  4023. MP5.FontSize = Enum.FontSize.Size14
  4024. MP5.Text = "MachinePistol5"
  4025. MP5.TextSize = 14
  4026.  
  4027. Rem.Name = "Rem"
  4028. Rem.Parent = SpawnList
  4029. Rem.BackgroundColor3 = Color3.new(0.937255, 0.937255, 0.937255)
  4030. Rem.Position = UDim2.new(0, -10, 0, 475)
  4031. Rem.Size = UDim2.new(0, 200, 0, 22)
  4032. Rem.Font = Enum.Font.ArialBold
  4033. Rem.FontSize = Enum.FontSize.Size14
  4034. Rem.Text = "Remington"
  4035. Rem.TextSize = 14
  4036.  
  4037. Console.Name = "Console"
  4038. Console.Parent = GunSpawnerexe
  4039. Console.BackgroundColor3 = Color3.new(1, 1, 1)
  4040. Console.Position = UDim2.new(0, 739, 0, 71)
  4041. Console.Size = UDim2.new(0, 236, 0, 352)
  4042. Console.Visible = false
  4043.  
  4044. TopDecor1.Name = "TopDecor1"
  4045. TopDecor1.Parent = Console
  4046. TopDecor1.BackgroundColor3 = Color3.new(0.937255, 0.937255, 0.937255)
  4047. TopDecor1.Size = UDim2.new(0, 236, 0, 74)
  4048.  
  4049. Consolee.Name = "Consolee"
  4050. Consolee.Parent = TopDecor1
  4051. Consolee.BackgroundColor3 = Color3.new(1, 1, 1)
  4052. Consolee.BackgroundTransparency = 1
  4053. Consolee.Position = UDim2.new(0, 18, 0, 12)
  4054. Consolee.Size = UDim2.new(0, 200, 0, 50)
  4055. Consolee.Font = Enum.Font.ArialBold
  4056. Consolee.FontSize = Enum.FontSize.Size60
  4057. Consolee.Text = "Console"
  4058. Consolee.TextSize = 50
  4059.  
  4060. Outputbox.Name = "Outputbox"
  4061. Outputbox.Parent = Console
  4062. Outputbox.BackgroundColor3 = Color3.new(0.937255, 0.937255, 0.937255)
  4063. Outputbox.Position = UDim2.new(0, 18, 0, 92)
  4064. Outputbox.Size = UDim2.new(0, 199, 0, 240)
  4065.  
  4066. Output.Name = "Output"
  4067. Output.Parent = Outputbox
  4068. Output.BackgroundColor3 = Color3.new(1, 1, 1)
  4069. Output.BackgroundTransparency = 1
  4070. Output.Position = UDim2.new(0, -1, 0, 0)
  4071. Output.Size = UDim2.new(0, 200, 0, 50)
  4072. Output.Font = Enum.Font.SourceSans
  4073. Output.FontSize = Enum.FontSize.Size14
  4074. Output.Text = "Logs."
  4075. Output.TextSize = 14
  4076.  
  4077. --Guns SpawnList--------------------------- (oh baby we are in so deep now)
  4078.  
  4079. AK.MouseButton1Down:connect(function()
  4080. local amount = Amount.Text
  4081. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  4082. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  4083. for i = 1,amount do
  4084. game.Workspace.Events.Shop:FireServer("Weps", 0, "Ak74u", gui, confirm)
  4085. end
  4086. Output.Text = "Ak74u Spawned"
  4087. end)
  4088.  
  4089. --NEXT
  4090.  
  4091. AKD.MouseButton1Down:connect(function()
  4092. local amount = Amount.Text
  4093. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  4094. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  4095. for i = 1,amount do
  4096. game.Workspace.Events.Shop:FireServer("Weps", 0, "Ak74uDrum", gui, confirm)
  4097. end
  4098. Output.Text = "Ak74uDrum Spawned"
  4099. end)
  4100.  
  4101. --NEXT
  4102.  
  4103. GoldAK.MouseButton1Down:connect(function()
  4104. local amount = Amount.Text
  4105. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  4106. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  4107. for i = 1,amount do
  4108. game.Workspace.Events.Shop:FireServer("Weps", 0, "GoldAk", gui, confirm)
  4109. end
  4110. Output.Text = "Ak74uGold Spawned"
  4111. end)
  4112.  
  4113. --NEXT
  4114.  
  4115. GD.MouseButton1Down:connect(function()
  4116. local amount = Amount.Text
  4117. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  4118. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  4119. for i = 1,amount do
  4120. game.Workspace.Events.Shop:FireServer("Weps", 0, "GlockDrum", gui, confirm)
  4121. end
  4122. Output.Text = "GlockDrum Spawned"
  4123. end)
  4124.  
  4125. --NEXT
  4126.  
  4127. G.MouseButton1Down:connect(function()
  4128. local amount = Amount.Text
  4129. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  4130. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  4131. for i = 1,amount do
  4132. game.Workspace.Events.Shop:FireServer("Weps", 0, "Glock", gui, confirm)
  4133. end
  4134. Output.Text = "Glock Spawned"
  4135. end)
  4136.  
  4137. --NEXT
  4138.  
  4139. M9.MouseButton1Down:connect(function()
  4140. local amount = Amount.Text
  4141. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  4142. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  4143. for i = 1,amount do
  4144. game.Workspace.Events.Shop:FireServer("Weps", 0, "M1911", gui, confirm)
  4145. end
  4146. Output.Text = "M1911 Spawned"
  4147. end)
  4148.  
  4149. --NEXT
  4150.  
  4151. Ru.MouseButton1Down:connect(function()
  4152. local amount = Amount.Text
  4153. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  4154. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  4155. for i = 1,amount do
  4156. game.Workspace.Events.Shop:FireServer("Weps", 0, "Ruger", gui, confirm)
  4157. end
  4158. Output.Text = "Ruger Spawned"
  4159. end)
  4160.  
  4161. --NEXT
  4162.  
  4163. PG.MouseButton1Down:connect(function()
  4164. local amount = Amount.Text
  4165. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  4166. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  4167. for i = 1,amount do
  4168. game.Workspace.Events.Shop:FireServer("Weps", 0, "PurpleGun", gui, confirm)
  4169. end
  4170. Output.Text = "PurpleGun Spawned"
  4171. end)
  4172.  
  4173. --NEXT
  4174.  
  4175. BR.MouseButton1Down:connect(function()
  4176. local amount = Amount.Text
  4177. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  4178. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  4179. for i = 1,amount do
  4180. game.Workspace.Events.Shop:FireServer("Weps", 0, "BatteringRam", gui, confirm)
  4181. end
  4182. Output.Text = "BatteringRam Spawned"
  4183. end)
  4184.  
  4185. --NEXT
  4186.  
  4187. Tec.MouseButton1Down:connect(function()
  4188. local amount = Amount.Text
  4189. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  4190. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  4191. for i = 1,amount do
  4192. game.Workspace.Events.Shop:FireServer("Weps", 0, "Tec9", gui, confirm)
  4193. end
  4194. Output.Text = "Tec9 Spawned"
  4195. end)
  4196.  
  4197. --NEXT
  4198.  
  4199. HR.MouseButton1Down:connect(function()
  4200. local amount = Amount.Text
  4201. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  4202. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  4203. for i = 1,amount do
  4204. game.Workspace.Events.Shop:FireServer("Weps", 0, "Hammer", gui, confirm)
  4205. end
  4206. Output.Text = "Hammer Spawned"
  4207. end)
  4208.  
  4209. --NEXT
  4210.  
  4211. GDE.MouseButton1Down:connect(function()
  4212. local amount = Amount.Text
  4213. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  4214. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  4215. for i = 1,amount do
  4216. game.Workspace.Events.Shop:FireServer("Weps", 0, "GoldDeagle", gui, confirm)
  4217. end
  4218. Output.Text = "GoldenDeagle Spawned"
  4219. end)
  4220.  
  4221. --NEXT
  4222.  
  4223. DE.MouseButton1Down:connect(function()
  4224. local amount = Amount.Text
  4225. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  4226. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  4227. for i = 1,amount do
  4228. game.Workspace.Events.Shop:FireServer("Weps", 0, "Deagle", gui, confirm)
  4229. end
  4230. Output.Text = "Deagle Spawned"
  4231. end)
  4232.  
  4233. --NEXT
  4234.  
  4235. MP5.MouseButton1Down:connect(function()
  4236. local amount = Amount.Text
  4237. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  4238. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  4239. for i = 1,amount do
  4240. game.Workspace.Events.Shop:FireServer("Weps", 0, "Mp5", gui, confirm)
  4241. end
  4242. Output.Text = "MP5 Spawned"
  4243. end)
  4244.  
  4245. --NEXT
  4246.  
  4247. Rem.MouseButton1Down:connect(function()
  4248. local amount = Amount.Text
  4249. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  4250. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  4251. for i = 1,amount do
  4252. game.Workspace.Events.Shop:FireServer("Weps", 0, "Remington", gui, confirm)
  4253. end
  4254. Output.Text = "Remington Spawned"
  4255. end)
  4256.  
  4257. --NEXT
  4258.  
  4259. Mac101.MouseButton1Down:connect(function()
  4260. local amount = Amount.Text
  4261. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  4262. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  4263. for i = 1,amount do
  4264. game.Workspace.Events.Shop:FireServer("Weps", 0, "Mac10", gui, confirm)
  4265. end
  4266. Output.Text = "Mac10 Spawned"
  4267. end)
  4268.  
  4269.  
  4270. --ITEMS SPAWN LIST---------------------------------------- (shit i think ima compensate)
  4271.  
  4272. PK.MouseButton1Down:connect(function()
  4273. local amount = Amount.Text
  4274. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  4275. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  4276. for i = 1,amount do
  4277. game.Workspace.Events.Shop:FireServer("Items", 0, "PainKillers", gui, confirm)
  4278. end
  4279. end)
  4280.  
  4281. --NEXT
  4282.  
  4283. Balaclava.MouseButton1Down:connect(function()
  4284. local amount = Amount.Text
  4285. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  4286. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  4287. for i = 1,amount do
  4288. game.Workspace.Events.Shop:FireServer("Items", 0, "Balaclava", gui, confirm)
  4289. end
  4290. end)
  4291.  
  4292. --NEXT
  4293.  
  4294.  
  4295. --FOOD SPAWNLIST----------------------------------------
  4296.  
  4297. --NEXT
  4298.  
  4299. C.MouseButton1Down:connect(function()
  4300. local amount = Amount.Text
  4301. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  4302. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  4303. for i = 1,amount do
  4304. game.Workspace.Events.Shop:FireServer("Food", 0, "Chips", gui, confirm)
  4305. end
  4306. end)
  4307.  
  4308. --TOGGLE ON AND OFF------------------ (oof what is this)
  4309.  
  4310. --NEXT
  4311.  
  4312. game:GetService("Players").LocalPlayer:GetMouse().KeyDown:connect(function(dbb)
  4313. if string.lower(dbb)=="h"then if Maingui.Visible==true then Maingui.Visible=false elseif Maingui.Visible==false then
  4314. Maingui.Visible=true end end end)
  4315.  
  4316. game:GetService("Players").LocalPlayer:GetMouse().KeyDown:connect(function(dbb)
  4317. if string.lower(dbb)=="h"then if SpawnList.Visible==true then SpawnList.Visible=false elseif SpawnList.Visible==false then
  4318. SpawnList.Visible=true end end end)
  4319.  
  4320. -- EXTRA button functions
  4321.  
  4322. OutputBtn.MouseButton1Down:connect(function()
  4323. Console.Visible = true
  4324. if Console.Visible == true then
  4325. wait(3)
  4326. Console.Visible = false
  4327. end
  4328. end)
  4329.  
  4330. local nem = plr.Name
  4331. NameBox.Text ="Enjoy Spawning, "..nem.."!"
  4332.  
  4333. --Everytime a button is clicked , the outputconsole logs the spawn and sends it to owner
  4334.  
  4335. -- OMG ITS FINISHED DO U BELIEVE? lol no scrub ill keep updating u fucking fag jew nigger headass
  4336.  
  4337.  
  4338. end)
  4339.  
  4340. anti.Name = "anti"
  4341. anti.Parent = maingui
  4342. anti.BackgroundColor3 = Color3.new(0, 0, 0)
  4343. anti.Position = UDim2.new(0.505567908, 0, 0.135403708, 0)
  4344. anti.Size = UDim2.new(0, 200, 0, 50)
  4345. anti.Font = Enum.Font.Garamond
  4346. anti.Text = "Anti-Exploit"
  4347. anti.TextColor3 = Color3.new(0.152941, 0.745098, 0.529412)
  4348. anti.TextScaled = true
  4349. anti.TextSize = 14
  4350. anti.TextWrapped = true
  4351. anti.MouseButton1Down:connect(function()
  4352. local Player=game:GetService"Players".LocalPlayer
  4353. local antiexploitname="..."
  4354. print"by fr34ky is very freaky"
  4355.  
  4356.  
  4357.  
  4358.  
  4359. if Player.PlayerGui:FindFirstChild(antiexploitname) then
  4360. Player.PlayerGui[antiexploitname]:Destroy()
  4361. print"You've successfuly removed that shit"
  4362. else
  4363. print("Researching... (Attempt failed?)")
  4364. for i,v in pairs(Player.PlayerGui:GetChildren()) do
  4365. print(v.Name)
  4366. end
  4367. end
  4368. end)
  4369.  
  4370. label_2.Name = "label"
  4371. label_2.Parent = maingui
  4372. label_2.BackgroundColor3 = Color3.new(0, 0, 0)
  4373. label_2.BackgroundTransparency = 1
  4374. label_2.Position = UDim2.new(0, 13, 0, 30)
  4375. label_2.Size = UDim2.new(0, 414, 0, 92)
  4376. label_2.Font = Enum.Font.Garamond
  4377. label_2.Text = "RRP Fucker 0.1"
  4378. label_2.TextColor3 = Color3.new(0.168627, 0.792157, 0.584314)
  4379. label_2.TextScaled = true
  4380. label_2.TextSize = 14
  4381. label_2.TextWrapped = true
  4382.  
  4383. close.Name = "close"
  4384. close.Parent = maingui
  4385. close.BackgroundColor3 = Color3.new(0.333333, 0.0196078, 0.027451)
  4386. close.Position = UDim2.new(0, 404, 0, 0)
  4387. close.Size = UDim2.new(0, 30, 0, 30)
  4388. close.Style = Enum.ButtonStyle.RobloxButton
  4389. close.Font = Enum.Font.SourceSans
  4390. close.Text = "X"
  4391. close.TextColor3 = Color3.new(1, 0, 0.0156863)
  4392. close.TextScaled = true
  4393. close.TextSize = 14
  4394. close.TextWrapped = true
  4395. close.MouseButton1Down:connect(function()
  4396. maingui.Visible = false
  4397. opengui.Visible = true
  4398. maingui.Visible = false
  4399. opengui.Visible = true
  4400. end)
  4401.  
  4402. inf.Name = "inf"
  4403. inf.Parent = maingui
  4404. inf.BackgroundColor3 = Color3.new(0, 0, 0)
  4405. inf.Position = UDim2.new(0.028953217, 0, 0.178260863, 0)
  4406. inf.Size = UDim2.new(0, 200, 0, 50)
  4407. inf.Font = Enum.Font.Garamond
  4408. inf.Text = "Infinite Stamina (Might Work)"
  4409. inf.TextColor3 = Color3.new(0.152941, 0.745098, 0.529412)
  4410. inf.TextScaled = true
  4411. inf.TextSize = 14
  4412. inf.TextWrapped = true
  4413.  
  4414. money.Name = "money"
  4415. money.Parent = maingui
  4416. money.BackgroundColor3 = Color3.new(0, 0, 0)
  4417. money.Position = UDim2.new(0.505567908, 0, 0.178260863, 0)
  4418. money.Size = UDim2.new(0, 200, 0, 50)
  4419. money.Font = Enum.Font.Garamond
  4420. money.Text = "Money Script (goto car dealer"
  4421. money.TextColor3 = Color3.new(0.152941, 0.745098, 0.529412)
  4422. money.TextScaled = true
  4423. money.TextSize = 14
  4424. money.TextWrapped = true
  4425. money.MouseButton1Down:connect(function()
  4426. -- Objects
  4427.  
  4428. local ScreenGui = Instance.new("ScreenGui")
  4429. local Frame = Instance.new("Frame")
  4430. local Frame_2 = Instance.new("Frame")
  4431. local Money = Instance.new("TextButton")
  4432. local TextLabel = Instance.new("TextLabel")
  4433.  
  4434. -- Properties
  4435.  
  4436. ScreenGui.Parent = game.CoreGui
  4437.  
  4438. Frame.Parent = ScreenGui
  4439. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  4440. Frame.BorderColor3 = Color3.new(0, 0, 0)
  4441. Frame.Position = UDim2.new(0.136309519, 0, 0.59523809, 0)
  4442. Frame.Size = UDim2.new(0, 320, 0, 204)
  4443.  
  4444. Frame_2.Parent = Frame
  4445. Frame_2.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
  4446. Frame_2.BorderColor3 = Color3.new(0.278431, 0.278431, 0.278431)
  4447. Frame_2.Size = UDim2.new(0, 320, 0, 17)
  4448.  
  4449. Money.Name = "Money"
  4450. Money.Parent = Frame
  4451. Money.BackgroundColor3 = Color3.new(1, 1, 1)
  4452. Money.Position = UDim2.new(0.1875, 0, 0.289215684, 0)
  4453. Money.Size = UDim2.new(0, 200, 0, 50)
  4454. Money.Style = Enum.ButtonStyle.RobloxRoundButton
  4455. Money.Font = Enum.Font.SourceSans
  4456. Money.Text = "Money"
  4457. Money.TextColor3 = Color3.new(0, 0, 0)
  4458. Money.TextSize = 14
  4459.  
  4460. Money.MouseButton1Down:connect(function()
  4461. Game.Players.LocalPlayer.PlayerGui.TomCarsGunStore.Shop.Event:FireServer(Game.Workspace.TomCars.Desk.Script.TomCarsGunStore.Shop,-9999999999999,1,1)
  4462. end)
  4463.  
  4464. TextLabel.Parent = Frame
  4465. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  4466. TextLabel.BackgroundTransparency = 1
  4467. TextLabel.BorderColor3 = Color3.new(1, 1, 1)
  4468. TextLabel.BorderSizePixel = 2
  4469. TextLabel.Position = UDim2.new(0.1875, 0, 0.573529422, 0)
  4470. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  4471. TextLabel.Font = Enum.Font.SourceSans
  4472. TextLabel.Text = "Before Click 'Money' Go to the car shop"
  4473. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  4474. TextLabel.TextSize = 20
  4475. end)
  4476.  
  4477. lin.Name = "lin"
  4478. lin.Parent = maingui
  4479. lin.BackgroundColor3 = Color3.new(0, 0, 0)
  4480. lin.Position = UDim2.new(0.265033394, 0, 0.229813665, 0)
  4481. lin.Size = UDim2.new(0, 200, 0, 50)
  4482. lin.Font = Enum.Font.Garamond
  4483. lin.Text = "Linx (lag server gui)"
  4484. lin.TextColor3 = Color3.new(0.152941, 0.745098, 0.529412)
  4485. lin.TextScaled = true
  4486. lin.TextSize = 14
  4487. lin.TextWrapped = true
  4488. lin.MouseButton1Down:connect(function()
  4489. --This I did not make but I bought back then and It's a really rare gui and not leaked/on sale anymore (This is a loopgod script)
  4490. function CreateGUI()
  4491. local NewGuiPart1 = Instance.new("ScreenGui")
  4492. NewGuiPart1.Name = "Linx"
  4493. NewGuiPart1.Parent = game.Players.LocalPlayer.PlayerGui
  4494. -------
  4495. local NewGuiPart2 = Instance.new("Frame")
  4496. NewGuiPart2.Active = true
  4497. NewGuiPart2.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  4498. NewGuiPart2.BorderSizePixel = 0
  4499. NewGuiPart2.Name = "MainFrame"
  4500. NewGuiPart2.Position = UDim2.new(0.5, -200, 0.5, -100)
  4501. NewGuiPart2.Size = UDim2.new(0, 400, 0, 200)
  4502. NewGuiPart2.Draggable = true
  4503. NewGuiPart2.Parent = NewGuiPart1
  4504. -------
  4505. local NewGuiPart3 = Instance.new("Frame")
  4506. NewGuiPart3.BackgroundColor3 = Color3.new(0.639216, 0.635294, 0.647059)
  4507. NewGuiPart3.BackgroundTransparency = 1
  4508. NewGuiPart3.BorderSizePixel = 0
  4509. NewGuiPart3.Name = "ServerTab"
  4510. NewGuiPart3.Size = UDim2.new(0, 400, 0, 200)
  4511. NewGuiPart3.Parent = NewGuiPart2
  4512. -------
  4513. local NewGuiPart4 = Instance.new("TextButton")
  4514. NewGuiPart4.Active = true
  4515. NewGuiPart4.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  4516. NewGuiPart4.BorderSizePixel = 0
  4517. NewGuiPart4.Name = "LagButton"
  4518. NewGuiPart4.Position = UDim2.new(0.063000001, 0, 0.550000012, 0)
  4519. NewGuiPart4.Selectable = true
  4520. NewGuiPart4.Size = UDim2.new(0, 100, 0, 25)
  4521. NewGuiPart4.Style = Enum.ButtonStyle.Custom
  4522. NewGuiPart4.Font = Enum.Font.SourceSansLight
  4523. NewGuiPart4.FontSize = Enum.FontSize.Size18
  4524. NewGuiPart4.Text = "Lag"
  4525. NewGuiPart4.TextColor3 = Color3.new(1, 1, 1)
  4526. NewGuiPart4.TextWrapped = true
  4527. NewGuiPart4.Parent = NewGuiPart3
  4528. -------
  4529. local NewGuiPart5 = Instance.new("TextButton")
  4530. NewGuiPart5.Active = true
  4531. NewGuiPart5.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  4532. NewGuiPart5.BorderSizePixel = 0
  4533. NewGuiPart5.Name = "GodButton"
  4534. NewGuiPart5.Position = UDim2.new(0.063000001, 0, 0.252000004, 0)
  4535. NewGuiPart5.Selectable = true
  4536. NewGuiPart5.Size = UDim2.new(0, 100, 0, 25)
  4537. NewGuiPart5.Style = Enum.ButtonStyle.Custom
  4538. NewGuiPart5.Font = Enum.Font.SourceSansLight
  4539. NewGuiPart5.FontSize = Enum.FontSize.Size18
  4540. NewGuiPart5.Text = "God"
  4541. NewGuiPart5.TextColor3 = Color3.new(1, 1, 1)
  4542. NewGuiPart5.TextWrapped = true
  4543. NewGuiPart5.Parent = NewGuiPart3
  4544. -------
  4545. local NewGuiPart6 = Instance.new("TextButton")
  4546. NewGuiPart6.Active = true
  4547. NewGuiPart6.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  4548. NewGuiPart6.BorderSizePixel = 0
  4549. NewGuiPart6.Name = "KillButton"
  4550. NewGuiPart6.Position = UDim2.new(0.063000001, 0, 0.400000006, 0)
  4551. NewGuiPart6.Selectable = true
  4552. NewGuiPart6.Size = UDim2.new(0, 100, 0, 25)
  4553. NewGuiPart6.Style = Enum.ButtonStyle.Custom
  4554. NewGuiPart6.Font = Enum.Font.SourceSansLight
  4555. NewGuiPart6.FontSize = Enum.FontSize.Size18
  4556. NewGuiPart6.Text = "Kill"
  4557. NewGuiPart6.TextColor3 = Color3.new(1, 1, 1)
  4558. NewGuiPart6.TextWrapped = true
  4559. NewGuiPart6.Parent = NewGuiPart3
  4560. -------
  4561. local NewGuiPart7 = Instance.new("TextBox")
  4562. NewGuiPart7.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  4563. NewGuiPart7.BorderSizePixel = 0
  4564. NewGuiPart7.Name = "NameBox"
  4565. NewGuiPart7.Position = UDim2.new(0, 0, 0.899999976, 0)
  4566. NewGuiPart7.Size = UDim2.new(0, 400, 0, 20)
  4567. NewGuiPart7.Font = Enum.Font.SourceSansLight
  4568. NewGuiPart7.FontSize = Enum.FontSize.Size14
  4569. NewGuiPart7.Text = ""
  4570. NewGuiPart7.TextColor3 = Color3.new(1, 1, 1)
  4571. NewGuiPart7.Parent = NewGuiPart3
  4572. -------
  4573. local NewGuiPart8 = Instance.new("Frame")
  4574. NewGuiPart8.BackgroundColor3 = Color3.new(0.639216, 0.635294, 0.647059)
  4575. NewGuiPart8.BackgroundTransparency = 1
  4576. NewGuiPart8.BorderSizePixel = 0
  4577. NewGuiPart8.Name = "SettingsTab"
  4578. NewGuiPart8.Size = UDim2.new(0, 400, 0, 200)
  4579. NewGuiPart8.Visible = false
  4580. NewGuiPart8.Parent = NewGuiPart2
  4581. -------
  4582. local NewGuiPart9 = Instance.new("TextBox")
  4583. NewGuiPart9.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  4584. NewGuiPart9.BorderSizePixel = 0
  4585. NewGuiPart9.Name = "PrefixBox"
  4586. NewGuiPart9.Position = UDim2.new(0.199999988, 0, 0.25, 0)
  4587. NewGuiPart9.Size = UDim2.new(0, 20, 0, 25)
  4588. NewGuiPart9.Font = Enum.Font.SourceSansLight
  4589. NewGuiPart9.FontSize = Enum.FontSize.Size14
  4590. NewGuiPart9.Text = "!LX"
  4591. NewGuiPart9.TextColor3 = Color3.new(1, 1, 1)
  4592. NewGuiPart9.Parent = NewGuiPart8
  4593. -------
  4594. local NewGuiPart10 = Instance.new("TextLabel")
  4595. NewGuiPart10.BackgroundColor3 = Color3.new(0.639216, 0.635294, 0.647059)
  4596. NewGuiPart10.BackgroundTransparency = 1
  4597. NewGuiPart10.Name = "PrefixLabel"
  4598. NewGuiPart10.Position = UDim2.new(0, 0, 0.25, 0)
  4599. NewGuiPart10.Size = UDim2.new(0, 100, 0, 25)
  4600. NewGuiPart10.Font = Enum.Font.SourceSansLight
  4601. NewGuiPart10.FontSize = Enum.FontSize.Size24
  4602. NewGuiPart10.Text = "Prefix:"
  4603. NewGuiPart10.TextColor3 = Color3.new(1, 1, 1)
  4604. NewGuiPart10.Parent = NewGuiPart8
  4605. -------
  4606. local NewGuiPart11 = Instance.new("Frame")
  4607. NewGuiPart11.BackgroundColor3 = Color3.new(0.639216, 0.635294, 0.647059)
  4608. NewGuiPart11.BackgroundTransparency = 1
  4609. NewGuiPart11.BorderSizePixel = 0
  4610. NewGuiPart11.Name = "SpawnerTab"
  4611. NewGuiPart11.Size = UDim2.new(0, 400, 0, 200)
  4612. NewGuiPart11.Visible = false
  4613. NewGuiPart11.Parent = NewGuiPart2
  4614. -------
  4615. local NewGuiPart12 = Instance.new("Frame")
  4616. NewGuiPart12.BackgroundColor3 = Color3.new(0.639216, 0.635294, 0.647059)
  4617. NewGuiPart12.BackgroundTransparency = 1
  4618. NewGuiPart12.BorderSizePixel = 0
  4619. NewGuiPart12.Name = "MiscellaneousTab"
  4620. NewGuiPart12.Size = UDim2.new(0, 400, 0, 200)
  4621. NewGuiPart12.Visible = false
  4622. NewGuiPart12.Parent = NewGuiPart2
  4623. -------
  4624. local NewGuiPart13 = Instance.new("Frame")
  4625. NewGuiPart13.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  4626. NewGuiPart13.BorderSizePixel = 0
  4627. NewGuiPart13.Name = "HeaderFrame"
  4628. NewGuiPart13.Size = UDim2.new(0, 400, 0, 20)
  4629. NewGuiPart13.Parent = NewGuiPart2
  4630. -------
  4631. local NewGuiPart14 = Instance.new("TextLabel")
  4632. NewGuiPart14.BackgroundColor3 = Color3.new(0.639216, 0.635294, 0.647059)
  4633. NewGuiPart14.BackgroundTransparency = 1
  4634. NewGuiPart14.Name = "HeaderLabel"
  4635. NewGuiPart14.Size = UDim2.new(0, 400, 0, 20)
  4636. NewGuiPart14.Font = Enum.Font.SourceSansLight
  4637. NewGuiPart14.FontSize = Enum.FontSize.Size14
  4638. NewGuiPart14.Text = "LINX"
  4639. NewGuiPart14.TextColor3 = Color3.new(1, 1, 1)
  4640. NewGuiPart14.TextScaled = true
  4641. NewGuiPart14.TextWrapped = true
  4642. NewGuiPart14.Parent = NewGuiPart13
  4643. -------
  4644. local NewGuiPart15 = Instance.new("TextButton")
  4645. NewGuiPart15.Active = true
  4646. NewGuiPart15.BackgroundColor3 = Color3.new(0.784314, 0, 0)
  4647. NewGuiPart15.BorderSizePixel = 0
  4648. NewGuiPart15.Name = "CloseButton"
  4649. NewGuiPart15.Position = UDim2.new(0.950833321, 0, -0.100000001, 2)
  4650. NewGuiPart15.Selectable = true
  4651. NewGuiPart15.Size = UDim2.new(0, 20, 0, 20)
  4652. NewGuiPart15.Style = Enum.ButtonStyle.Custom
  4653. NewGuiPart15.Font = Enum.Font.SourceSansLight
  4654. NewGuiPart15.FontSize = Enum.FontSize.Size14
  4655. NewGuiPart15.Text = "X"
  4656. NewGuiPart15.TextColor3 = Color3.new(1, 1, 1)
  4657. NewGuiPart15.TextScaled = true
  4658. NewGuiPart15.TextStrokeColor3 = Color3.new(1, 1, 1)
  4659. NewGuiPart15.TextWrapped = true
  4660. NewGuiPart15.Parent = NewGuiPart13
  4661. -------
  4662. local NewGuiPart16 = Instance.new("Frame")
  4663. NewGuiPart16.BackgroundColor3 = Color3.new(0.639216, 0.635294, 0.647059)
  4664. NewGuiPart16.BackgroundTransparency = 1
  4665. NewGuiPart16.BorderSizePixel = 0
  4666. NewGuiPart16.Name = "TabFrame"
  4667. NewGuiPart16.Position = UDim2.new(0, 0, 1, 0)
  4668. NewGuiPart16.Size = UDim2.new(0, 400, 0, 20)
  4669. NewGuiPart16.Parent = NewGuiPart13
  4670. -------
  4671. local NewGuiPart17 = Instance.new("TextButton")
  4672. NewGuiPart17.Active = true
  4673. NewGuiPart17.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  4674. NewGuiPart17.BorderSizePixel = 0
  4675. NewGuiPart17.Name = "Server"
  4676. NewGuiPart17.Selectable = true
  4677. NewGuiPart17.Size = UDim2.new(0, 100, 0, 20)
  4678. NewGuiPart17.Style = Enum.ButtonStyle.Custom
  4679. NewGuiPart17.Font = Enum.Font.SourceSansLight
  4680. NewGuiPart17.FontSize = Enum.FontSize.Size14
  4681. NewGuiPart17.Text = "Server"
  4682. NewGuiPart17.TextColor3 = Color3.new(1, 1, 1)
  4683. NewGuiPart17.Parent = NewGuiPart16
  4684. -------
  4685. local NewGuiPart18 = Instance.new("TextButton")
  4686. NewGuiPart18.Active = true
  4687. NewGuiPart18.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  4688. NewGuiPart18.BorderSizePixel = 0
  4689. NewGuiPart18.Name = "Settings"
  4690. NewGuiPart18.Position = UDim2.new(0.75, 0, 0, 0)
  4691. NewGuiPart18.Selectable = true
  4692. NewGuiPart18.Size = UDim2.new(0, 100, 0, 20)
  4693. NewGuiPart18.Style = Enum.ButtonStyle.Custom
  4694. NewGuiPart18.Font = Enum.Font.SourceSansLight
  4695. NewGuiPart18.FontSize = Enum.FontSize.Size14
  4696. NewGuiPart18.Text = "Settings"
  4697. NewGuiPart18.TextColor3 = Color3.new(1, 1, 1)
  4698. NewGuiPart18.Parent = NewGuiPart16
  4699. -------
  4700. local NewGuiPart19 = Instance.new("TextButton")
  4701. NewGuiPart19.Active = true
  4702. NewGuiPart19.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  4703. NewGuiPart19.BorderSizePixel = 0
  4704. NewGuiPart19.Name = "Miscellaneous"
  4705. NewGuiPart19.Position = UDim2.new(0.5, 0, 0, 0)
  4706. NewGuiPart19.Selectable = true
  4707. NewGuiPart19.Size = UDim2.new(0, 100, 0, 20)
  4708. NewGuiPart19.Style = Enum.ButtonStyle.Custom
  4709. NewGuiPart19.Font = Enum.Font.SourceSansLight
  4710. NewGuiPart19.FontSize = Enum.FontSize.Size14
  4711. NewGuiPart19.Text = "Miscellaneous"
  4712. NewGuiPart19.TextColor3 = Color3.new(1, 1, 1)
  4713. NewGuiPart19.Parent = NewGuiPart16
  4714. -------
  4715. local NewGuiPart20 = Instance.new("TextButton")
  4716. NewGuiPart20.Active = true
  4717. NewGuiPart20.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  4718. NewGuiPart20.BorderSizePixel = 0
  4719. NewGuiPart20.Name = "Spawner"
  4720. NewGuiPart20.Position = UDim2.new(0.25, 0, 0, 0)
  4721. NewGuiPart20.Selectable = true
  4722. NewGuiPart20.Size = UDim2.new(0, 100, 0, 20)
  4723. NewGuiPart20.Style = Enum.ButtonStyle.Custom
  4724. NewGuiPart20.Font = Enum.Font.SourceSansLight
  4725. NewGuiPart20.FontSize = Enum.FontSize.Size14
  4726. NewGuiPart20.Text = "Spawner"
  4727. NewGuiPart20.TextColor3 = Color3.new(1, 1, 1)
  4728. NewGuiPart20.Parent = NewGuiPart16
  4729. -------
  4730. local NewGuiPart21 = Instance.new("Frame")
  4731. NewGuiPart21.Active = true
  4732. NewGuiPart21.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  4733. NewGuiPart21.BorderSizePixel = 0
  4734. NewGuiPart21.Name = "ErrorFrame"
  4735. NewGuiPart21.Position = UDim2.new(0.5, -150, 0.5, -75)
  4736. NewGuiPart21.Size = UDim2.new(0, 300, 0, 150)
  4737. NewGuiPart21.Visible = false
  4738. NewGuiPart21.Draggable = true
  4739. NewGuiPart21.Parent = NewGuiPart1
  4740. -------
  4741. local NewGuiPart22 = Instance.new("Frame")
  4742. NewGuiPart22.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  4743. NewGuiPart22.BorderSizePixel = 0
  4744. NewGuiPart22.Name = "HeaderFrame"
  4745. NewGuiPart22.Size = UDim2.new(0, 300, 0, 20)
  4746. NewGuiPart22.Parent = NewGuiPart21
  4747. -------
  4748. local NewGuiPart23 = Instance.new("TextLabel")
  4749. NewGuiPart23.BackgroundColor3 = Color3.new(0.639216, 0.635294, 0.647059)
  4750. NewGuiPart23.BackgroundTransparency = 1
  4751. NewGuiPart23.Name = "HeaderLabel"
  4752. NewGuiPart23.Size = UDim2.new(0, 300, 0, 20)
  4753. NewGuiPart23.Font = Enum.Font.SourceSansLight
  4754. NewGuiPart23.FontSize = Enum.FontSize.Size14
  4755. NewGuiPart23.Text = "INFORMATION"
  4756. NewGuiPart23.TextColor3 = Color3.new(1, 1, 1)
  4757. NewGuiPart23.TextScaled = true
  4758. NewGuiPart23.TextWrapped = true
  4759. NewGuiPart23.Parent = NewGuiPart22
  4760. -------
  4761. local NewGuiPart24 = Instance.new("TextButton")
  4762. NewGuiPart24.Active = true
  4763. NewGuiPart24.BackgroundColor3 = Color3.new(0.784314, 0, 0)
  4764. NewGuiPart24.BorderSizePixel = 0
  4765. NewGuiPart24.Name = "CloseButton"
  4766. NewGuiPart24.Position = UDim2.new(0.93416667, 0, -0.100000001, 2)
  4767. NewGuiPart24.Selectable = true
  4768. NewGuiPart24.Size = UDim2.new(0, 20, 0, 20)
  4769. NewGuiPart24.Style = Enum.ButtonStyle.Custom
  4770. NewGuiPart24.Font = Enum.Font.SourceSansLight
  4771. NewGuiPart24.FontSize = Enum.FontSize.Size14
  4772. NewGuiPart24.Text = "X"
  4773. NewGuiPart24.TextColor3 = Color3.new(1, 1, 1)
  4774. NewGuiPart24.TextScaled = true
  4775. NewGuiPart24.TextStrokeColor3 = Color3.new(1, 1, 1)
  4776. NewGuiPart24.TextWrapped = true
  4777. NewGuiPart24.Parent = NewGuiPart22
  4778. -------
  4779. local NewGuiPart25 = Instance.new("TextLabel")
  4780. NewGuiPart25.BackgroundColor3 = Color3.new(0.639216, 0.635294, 0.647059)
  4781. NewGuiPart25.BackgroundTransparency = 1
  4782. NewGuiPart25.BorderSizePixel = 0
  4783. NewGuiPart25.Name = "ErrorLabel"
  4784. NewGuiPart25.Position = UDim2.new(0, 0, 0.13333334, 0)
  4785. NewGuiPart25.Size = UDim2.new(0, 300, 0, 130)
  4786. NewGuiPart25.Font = Enum.Font.SourceSansLight
  4787. NewGuiPart25.FontSize = Enum.FontSize.Size24
  4788. NewGuiPart25.Text = ""
  4789. NewGuiPart25.TextColor3 = Color3.new(1, 1, 1)
  4790. NewGuiPart25.TextWrapped = true
  4791. NewGuiPart25.Parent = NewGuiPart21
  4792. -------
  4793. local NewGuiPart26 = Instance.new("Sound")
  4794. NewGuiPart26.Parent = NewGuiPart21
  4795. NewGuiPart26.SoundId = "rbxassetid://1570673370"
  4796. NewGuiPart26.Name = "ErrorSound"
  4797. end
  4798.  
  4799. CreateGUI()
  4800.  
  4801. --//Variables
  4802. local Linx = game.Players.LocalPlayer.PlayerGui.Linx
  4803. local MainFrame = Linx.MainFrame
  4804. local HeaderMain = MainFrame.HeaderFrame
  4805. local ServerTab = MainFrame.ServerTab
  4806. local SpawnerTab = MainFrame.SpawnerTab
  4807. local MiscellaneousTab = MainFrame.MiscellaneousTab
  4808. local SettingsTab = MainFrame.SettingsTab
  4809. local Name = ServerTab.NameBox
  4810. local Prefix = SettingsTab.PrefixBox
  4811.  
  4812. --//Functions
  4813. HeaderMain.TabFrame.Server.MouseButton1Click:Connect(function()
  4814. ServerTab.Visible = true
  4815. SpawnerTab.Visible = false
  4816. MiscellaneousTab.Visible = false
  4817. SettingsTab.Visible = false
  4818. end)
  4819.  
  4820. HeaderMain.TabFrame.Spawner.MouseButton1Click:Connect(function()
  4821. ServerTab.Visible = false
  4822. SpawnerTab.Visible = true
  4823. MiscellaneousTab.Visible = false
  4824. SettingsTab.Visible = false
  4825. end)
  4826.  
  4827. HeaderMain.TabFrame.Miscellaneous.MouseButton1Click:Connect(function()
  4828. ServerTab.Visible = false
  4829. SpawnerTab.Visible = false
  4830. MiscellaneousTab.Visible = true
  4831. SettingsTab.Visible = false
  4832. end)
  4833.  
  4834. HeaderMain.TabFrame.Settings.MouseButton1Click:Connect(function()
  4835. ServerTab.Visible = false
  4836. SpawnerTab.Visible = false
  4837. MiscellaneousTab.Visible = false
  4838. SettingsTab.Visible = true
  4839. end)
  4840.  
  4841. HeaderMain.CloseButton.MouseButton1Click:Connect(function()
  4842. Linx:Destroy()
  4843. end)
  4844.  
  4845. ServerTab.LagButton.MouseButton1Click:Connect(function()
  4846. if game.Players[Name.Text].Character:FindFirstChild("Ak47u") then
  4847. while true do
  4848. game.Players[Name.Text].Character.Ak47u.ClipDrop:FireServer()
  4849. wait()
  4850. end
  4851. elseif game.Players[Name.Text].Character:FindFirstChild("Ruger") then
  4852. while true do
  4853. game.Players[Name.Text].Character.Ruger.ClipDrop:FireServer()
  4854. wait()
  4855. end
  4856. elseif game.Players[Name.Text].Character:FindFirstChild("Glock") then
  4857. while true do
  4858. game.Players[Name.Text].Character.Glock.ClipDrop:FireServer()
  4859. wait()
  4860. end
  4861. elseif game.Players[Name.Text].Character:FindFirstChild("M1911") then
  4862. while true do
  4863. game.Players[Name.Text].Character.M1911.ClipDrop:FireServer()
  4864. wait()
  4865. end
  4866. elseif game.Players[Name.Text].Character:FindFirstChild("Deagle") then
  4867. while true do
  4868. game.Players[Name.Text].Character.Deagle.ClipDrop:FireServer()
  4869. wait()
  4870. end
  4871. elseif game.Players[Name.Text].Character:FindFirstChild("Rossi") then
  4872. while true do
  4873. game.Players[Name.Text].Character.Rossi.ClipDrop:FireServer()
  4874. wait()
  4875. end
  4876. elseif game.Players[Name.Text].Character:FindFirstChild("GoldAk") then
  4877. while true do
  4878. game.Players[Name.Text].Character.GoldAk.ClipDrop:FireServer()
  4879. wait()
  4880. end
  4881. elseif game.Players[Name.Text].Character:FindFirstChild("GoldDeagle") then
  4882. while true do
  4883. game.Players[Name.Text].Character.GoldDeagle.ClipDrop:FireServer()
  4884. wait()
  4885. end
  4886. elseif game.Players[Name.Text].Character:FindFirstChild("GoldRossi") then
  4887. while true do
  4888. game.Players[Name.Text].Character.GoldRossi.ClipDrop:FireServer()
  4889. wait()
  4890. end
  4891. elseif game.Players[Name.Text].Character:FindFirstChild("Mp5") then
  4892. while true do
  4893. game.Players[Name.Text].Character.Mp5.ClipDrop:FireServer()
  4894. wait()
  4895. end
  4896. elseif game.Players[Name.Text].Character:FindFirstChild("Tec9") then
  4897. while true do
  4898. game.Players[Name.Text].Character.Tec9.ClipDrop:FireServer()
  4899. wait()
  4900. end
  4901. elseif game.Players[Name.Text].Character:FindFirstChild("Mac10") then
  4902. while true do
  4903. game.Players[Name.Text].Character.Mac10.ClipDrop:FireServer()
  4904. wait()
  4905. end
  4906. elseif game.Players[Name.Text].Character:FindFirstChild("AkBlade") then
  4907. while true do
  4908. game.Players[Name.Text].Character.AkBlade.ClipDrop:FireServer()
  4909. wait()
  4910. end
  4911. elseif game.Players[Name.Text].Character:FindFirstChild("Taser") then
  4912. while true do
  4913. game.Players[Name.Text].Character.Taser.ClipDrop:FireServer()
  4914. wait()
  4915. end
  4916. elseif game.Players[Name.Text].Character:FindFirstChild("PDGlock") then
  4917. while true do
  4918. game.Players[Name.Text].Character.PDGlock.ClipDrop:FireServer()
  4919. wait()
  4920. end
  4921. elseif game.Players[Name.Text].Character:FindFirstChild("USP45") then
  4922. while true do
  4923. game.Players[Name.Text].Character.USP45.ClipDrop:FireServer()
  4924. wait()
  4925. end
  4926. elseif game.Players[Name.Text].Character:FindFirstChild("Remington") then
  4927. while true do
  4928. game.Players[Name.Text].Character.Remington.ClipDrop:FireServer()
  4929. wait()
  4930. end
  4931. elseif game.Players[Name.Text].Character:FindFirstChild("PurpleGun") then
  4932. while true do
  4933. game.Players[Name.Text].Character.PurpleGun.ClipDrop:FireServer()
  4934. wait()
  4935. end
  4936. elseif game.Players[Name.Text].Character:FindFirstChild("GlockDrum") then
  4937. while true do
  4938. game.Players[Name.Text].Character.GlockDrum.ClipDrop:FireServer()
  4939. wait()
  4940. end
  4941. elseif game.Players[Name.Text].Character:FindFirstChild("AkDrum") then
  4942. while true do
  4943. game.Players[Name.Text].Character.AkDrum.ClipDrop:FireServer()
  4944. wait()
  4945. end
  4946. elseif game.Players[Name.Text].Character:FindFirstChild("GlockBeam") then
  4947. while true do
  4948. game.Players[Name.Text].Character.GlockBeam.ClipDrop:FireServer()
  4949. wait()
  4950. end
  4951. elseif game.Players[Name.Text].Character:FindFirstChild("M1911Silenced") then
  4952. while true do
  4953. game.Players[Name.Text].Character.M1911Silenced.ClipDrop:FireServer()
  4954. wait()
  4955. end
  4956. end
  4957. end)
  4958.  
  4959. ServerTab.KillButton.MouseButton1Click:Connect(function()
  4960. local Descendants = game:GetDescendants()
  4961. for index, Descendants in pairs(Descendants) do
  4962. if Descendants:IsA("RemoteEvent") and Descendants.Name == "Damage" then
  4963. Descendants:FireServer(game.Players[Name.Text].Character.Humanoid, math.huge, game.Players[Name.Text].Character)
  4964. wait()
  4965. Descendants:FireServer(game.Players[Name.Text].Character.Humanoid, math.huge, game.Players[Name.Text].Character)
  4966. end
  4967. end
  4968. end)
  4969.  
  4970. ServerTab.GodButton.MouseButton1Click:Connect(function()
  4971. local Descendants = game:GetDescendants()
  4972. for index, Descendants in pairs(Descendants) do
  4973. if Descendants:IsA("RemoteEvent") and Descendants.Name == "Damage" then
  4974. while true do
  4975. Descendants:FireServer(game.Players[Name.Text].Character.Humanoid, -math.huge, game.Players[Name.Text].Character)
  4976. wait()
  4977. end
  4978. end
  4979. end
  4980. end)
  4981. end)
  4982.  
  4983. opengui.Name = "opengui"
  4984. opengui.Parent = ScreenGui
  4985. opengui.BackgroundColor3 = Color3.new(0, 0, 0)
  4986. opengui.Position = UDim2.new(0.16742608, 0, 0.95128417, 0)
  4987. opengui.Size = UDim2.new(0, 119, 0, 33)
  4988. opengui.Visible = false
  4989. opengui.Style = Enum.FrameStyle.RobloxRound
  4990.  
  4991. openbutton.Name = "openbutton"
  4992. openbutton.Parent = opengui
  4993. openbutton.BackgroundColor3 = Color3.new(0, 0, 0)
  4994. openbutton.Position = UDim2.new(0, -8, 0, -8)
  4995. openbutton.Size = UDim2.new(0, 119, 0, 33)
  4996. openbutton.Font = Enum.Font.Garamond
  4997. openbutton.Text = "Open."
  4998. openbutton.TextColor3 = Color3.new(0.2, 0.807843, 0.658824)
  4999. openbutton.TextScaled = true
  5000. openbutton.TextSize = 14
  5001. openbutton.TextWrapped = true
  5002. openbutton.MouseButton1Down:connect(function()
  5003. maingui.Visible = true
  5004. opengui.Visible = false
  5005. end)
  5006. -- Scripts:
Add Comment
Please, Sign In to add comment