Advertisement
MasterExpoiter

Untitled

Sep 19th, 2018
4,859
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 41.53 KB | None | 0 0
  1. --Make Sure To Like And Subscribe For More Script Leaks
  2. -- Objects
  3.  
  4. local MightyKeker = Instance.new("ScreenGui")
  5. local MainGui = Instance.new("Frame")
  6. local Title = Instance.new("Frame")
  7. local Title_2 = Instance.new("TextLabel")
  8. local Version = Instance.new("TextLabel")
  9. local HomeButton = Instance.new("TextButton")
  10. local WepsButton = Instance.new("TextButton")
  11. local ItemsButton = Instance.new("TextButton")
  12. local FunButton = Instance.new("TextButton")
  13. local CreditsButton = Instance.new("TextButton")
  14. local HomeScreen = Instance.new("Frame")
  15. local UpdateLog = Instance.new("ScrollingFrame")
  16. local TextLabel = Instance.new("TextLabel")
  17. local Line = Instance.new("TextLabel")
  18. local UpdateTitle = Instance.new("TextLabel")
  19. local NewsTitle = Instance.new("TextLabel")
  20. local Line_2 = Instance.new("TextLabel")
  21. local NewsFeed = Instance.new("ScrollingFrame")
  22. local TextLabel_2 = Instance.new("TextLabel")
  23. local Welcome = Instance.new("TextLabel")
  24. local WepsScrollingScreen = Instance.new("ScrollingFrame")
  25. local Ruger = Instance.new("TextButton")
  26. local Deagle = Instance.new("TextButton")
  27. local M1911 = Instance.new("TextButton")
  28. local Glock = Instance.new("TextButton")
  29. local Rossi = Instance.new("TextButton")
  30. local Mp5 = Instance.new("TextButton")
  31. local Mac10 = Instance.new("TextButton")
  32. local PDGlock = Instance.new("TextButton")
  33. local Remington = Instance.new("TextButton")
  34. local Baton = Instance.new("TextButton")
  35. local Taser = Instance.new("TextButton")
  36. local Bat = Instance.new("TextButton")
  37. local USP45 = Instance.new("TextButton")
  38. local Knife = Instance.new("TextButton")
  39. local GoldAk = Instance.new("TextButton")
  40. local Fists = Instance.new("TextButton")
  41. local PurpleGun = Instance.new("TextButton")
  42. local ExploitGun = Instance.new("TextButton")
  43. local GoldDeagle = Instance.new("TextButton")
  44. local GoldRossi = Instance.new("TextButton")
  45. local WepAmount = Instance.new("TextBox")
  46. local ItemsScrollingScreen = Instance.new("ScrollingFrame")
  47. local WeaponPermit = Instance.new("TextButton")
  48. local Burrito = Instance.new("TextButton")
  49. local Lunch = Instance.new("TextButton")
  50. local Chips = Instance.new("TextButton")
  51. local RedBandana = Instance.new("TextButton")
  52. local Balaclava = Instance.new("TextButton")
  53. local PainKillers = Instance.new("TextButton")
  54. local BlackBandana = Instance.new("TextButton")
  55. local BlueBandana = Instance.new("TextButton")
  56. local SprayPaint = Instance.new("TextButton")
  57. local CherrySpice = Instance.new("TextButton")
  58. local RootBeer = Instance.new("TextButton")
  59. local ItemAmount = Instance.new("TextBox")
  60. local FunScreen = Instance.new("Frame")
  61. local TextLabel_3 = Instance.new("TextLabel")
  62. local TextLabel_4 = Instance.new("TextLabel")
  63. local TextLabel_5 = Instance.new("TextLabel")
  64. local TextLabel_6 = Instance.new("TextLabel")
  65. local TextLabel_7 = Instance.new("TextLabel")
  66. local TextLabel_8 = Instance.new("TextLabel")
  67. local CreditsScreen = Instance.new("Frame")
  68. local Apos = Instance.new("TextLabel")
  69. local Mit3 = Instance.new("TextLabel")
  70. local prun = Instance.new("TextLabel")
  71. local Line_3 = Instance.new("TextLabel")
  72.  
  73. -- Properties
  74.  
  75. MightyKeker.Name = "MightyKeker"
  76. MightyKeker.Parent = game.CoreGui
  77.  
  78. MainGui.Name = "MainGui"
  79. MainGui.Parent = MightyKeker
  80. MainGui.Active = true
  81. MainGui.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  82. MainGui.BackgroundTransparency = 0.69999998807907
  83. MainGui.Draggable = true
  84. MainGui.Position = UDim2.new(0, 123, 0, 132)
  85. MainGui.Size = UDim2.new(0, 436, 0, 241)
  86.  
  87. Title.Name = "Title"
  88. Title.Parent = MainGui
  89. Title.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  90. Title.BackgroundTransparency = 0.20000000298023
  91. Title.Position = UDim2.new(0, 0, 0, -45)
  92. Title.Size = UDim2.new(0, 436, 0, 45)
  93.  
  94. Title_2.Name = "Title"
  95. Title_2.Parent = Title
  96. Title_2.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  97. Title_2.BackgroundTransparency = 0.20000000298023
  98. Title_2.Size = UDim2.new(0, 218, 0, 45)
  99. Title_2.Font = Enum.Font.SourceSans
  100. Title_2.FontSize = Enum.FontSize.Size28
  101. Title_2.Text = "MightySpawner"
  102. Title_2.TextSize = 28
  103.  
  104. Version.Name = "Version"
  105. Version.Parent = Title
  106. Version.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  107. Version.BackgroundTransparency = 0.20000000298023
  108. Version.Position = UDim2.new(0, 218, 0, 0)
  109. Version.Size = UDim2.new(0, 218, 0, 45)
  110. Version.Font = Enum.Font.SourceSans
  111. Version.FontSize = Enum.FontSize.Size28
  112. Version.Text = "v2.1"
  113. Version.TextSize = 28
  114.  
  115. HomeButton.Name = "HomeButton"
  116. HomeButton.Parent = MainGui
  117. HomeButton.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  118. HomeButton.Position = UDim2.new(0, 5, 0, 23)
  119. HomeButton.Size = UDim2.new(0, 54, 0, 32)
  120. HomeButton.Font = Enum.Font.SourceSans
  121. HomeButton.FontSize = Enum.FontSize.Size14
  122. HomeButton.Text = "Home"
  123. HomeButton.TextSize = 14
  124.  
  125. WepsButton.Name = "WepsButton"
  126. WepsButton.Parent = MainGui
  127. WepsButton.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  128. WepsButton.Position = UDim2.new(0, 5, 0, 60)
  129. WepsButton.Size = UDim2.new(0, 54, 0, 32)
  130. WepsButton.Font = Enum.Font.SourceSans
  131. WepsButton.FontSize = Enum.FontSize.Size14
  132. WepsButton.Text = "Weps"
  133. WepsButton.TextSize = 14
  134.  
  135. ItemsButton.Name = "ItemsButton"
  136. ItemsButton.Parent = MainGui
  137. ItemsButton.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  138. ItemsButton.Position = UDim2.new(0, 5, 0, 97)
  139. ItemsButton.Size = UDim2.new(0, 54, 0, 32)
  140. ItemsButton.Font = Enum.Font.SourceSans
  141. ItemsButton.FontSize = Enum.FontSize.Size14
  142. ItemsButton.Text = "Items"
  143. ItemsButton.TextSize = 14
  144.  
  145. FunButton.Name = "FunButton"
  146. FunButton.Parent = MainGui
  147. FunButton.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  148. FunButton.Position = UDim2.new(0, 5, 0, 134)
  149. FunButton.Size = UDim2.new(0, 54, 0, 32)
  150. FunButton.Font = Enum.Font.SourceSans
  151. FunButton.FontSize = Enum.FontSize.Size14
  152. FunButton.Text = "Fun"
  153. FunButton.TextSize = 14
  154.  
  155. CreditsButton.Name = "CreditsButton"
  156. CreditsButton.Parent = MainGui
  157. CreditsButton.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  158. CreditsButton.Position = UDim2.new(0, 5, 0, 171)
  159. CreditsButton.Size = UDim2.new(0, 54, 0, 32)
  160. CreditsButton.Font = Enum.Font.SourceSans
  161. CreditsButton.FontSize = Enum.FontSize.Size14
  162. CreditsButton.Text = "Credits"
  163. CreditsButton.TextSize = 14
  164.  
  165. HomeScreen.Name = "HomeScreen"
  166. HomeScreen.Parent = MainGui
  167. HomeScreen.BackgroundColor3 = Color3.new(1, 1, 1)
  168. HomeScreen.BackgroundTransparency = 1
  169. HomeScreen.Position = UDim2.new(0, 72, 0, 0)
  170. HomeScreen.Selectable = true
  171. HomeScreen.Size = UDim2.new(0, 364, 0, 241)
  172.  
  173. UpdateLog.Name = "UpdateLog"
  174. UpdateLog.Parent = HomeScreen
  175. UpdateLog.BackgroundColor3 = Color3.new(0.290196, 0.305882, 0.301961)
  176. UpdateLog.BackgroundTransparency = 0.40000000596046
  177. UpdateLog.Position = UDim2.new(0, 18, 0, 51)
  178. UpdateLog.Size = UDim2.new(0, 126, 0, 169)
  179.  
  180. TextLabel.Parent = UpdateLog
  181. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  182. TextLabel.BackgroundTransparency = 1
  183. TextLabel.Size = UDim2.new(0, 110, 0, 50)
  184. TextLabel.Font = Enum.Font.SourceSans
  185. TextLabel.FontSize = Enum.FontSize.Size12
  186. TextLabel.Text = "Update 2.1.0:\n+Fixed the damn thing\n+Revamped UI... again\n+More things to spawn"
  187. TextLabel.TextSize = 12
  188.  
  189. Line.Name = "Line"
  190. Line.Parent = HomeScreen
  191. Line.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  192. Line.Position = UDim2.new(0, 34, 0, 44)
  193. Line.Size = UDim2.new(0, 85, 0, 1)
  194. Line.Font = Enum.Font.SourceSans
  195. Line.FontSize = Enum.FontSize.Size14
  196. Line.Text = ""
  197. Line.TextSize = 14
  198.  
  199. UpdateTitle.Name = "UpdateTitle"
  200. UpdateTitle.Parent = HomeScreen
  201. UpdateTitle.BackgroundColor3 = Color3.new(0.290196, 0.305882, 0.301961)
  202. UpdateTitle.BackgroundTransparency = 1
  203. UpdateTitle.BorderColor3 = Color3.new(0.290196, 0.305882, 0.301961)
  204. UpdateTitle.Position = UDim2.new(0, 34, 0, 18)
  205. UpdateTitle.Size = UDim2.new(0, 85, 0, 18)
  206. UpdateTitle.Font = Enum.Font.SourceSans
  207. UpdateTitle.FontSize = Enum.FontSize.Size24
  208. UpdateTitle.Text = "Update Log"
  209. UpdateTitle.TextSize = 24
  210.  
  211. NewsTitle.Name = "NewsTitle"
  212. NewsTitle.Parent = HomeScreen
  213. NewsTitle.BackgroundColor3 = Color3.new(0.290196, 0.305882, 0.301961)
  214. NewsTitle.BackgroundTransparency = 1
  215. NewsTitle.BorderColor3 = Color3.new(0.290196, 0.305882, 0.301961)
  216. NewsTitle.Position = UDim2.new(0, 250, 0, 18)
  217. NewsTitle.Size = UDim2.new(0, 85, 0, 18)
  218. NewsTitle.Font = Enum.Font.SourceSans
  219. NewsTitle.FontSize = Enum.FontSize.Size24
  220. NewsTitle.Text = "News Feed"
  221. NewsTitle.TextSize = 24
  222.  
  223. Line_2.Name = "Line"
  224. Line_2.Parent = HomeScreen
  225. Line_2.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  226. Line_2.Position = UDim2.new(0, 251, 0, 44)
  227. Line_2.Size = UDim2.new(0, 85, 0, 1)
  228. Line_2.Font = Enum.Font.SourceSans
  229. Line_2.FontSize = Enum.FontSize.Size14
  230. Line_2.Text = ""
  231. Line_2.TextSize = 14
  232.  
  233. NewsFeed.Name = "NewsFeed"
  234. NewsFeed.Parent = HomeScreen
  235. NewsFeed.BackgroundColor3 = Color3.new(0.290196, 0.305882, 0.301961)
  236. NewsFeed.BackgroundTransparency = 0.40000000596046
  237. NewsFeed.Position = UDim2.new(0, 230, 0, 51)
  238. NewsFeed.Size = UDim2.new(0, 126, 0, 169)
  239.  
  240. TextLabel_2.Parent = NewsFeed
  241. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  242. TextLabel_2.BackgroundTransparency = 1
  243. TextLabel_2.Size = UDim2.new(0, 111, 0, 50)
  244. TextLabel_2.Font = Enum.Font.SourceSans
  245. TextLabel_2.FontSize = Enum.FontSize.Size12
  246. TextLabel_2.Text = "Exploiters fill RRP2 after script leak! Will the game ever recover?"
  247. TextLabel_2.TextSize = 12
  248. TextLabel_2.TextWrapped = true
  249.  
  250. Welcome.Name = "Welcome"
  251. Welcome.Parent = HomeScreen
  252. Welcome.BackgroundColor3 = Color3.new(0.290196, 0.305882, 0.301961)
  253. Welcome.BackgroundTransparency = 0.20000000298023
  254. Welcome.Position = UDim2.new(0, 149, 0, 76)
  255. Welcome.Size = UDim2.new(0, 77, 0, 90)
  256. Welcome.Font = Enum.Font.SourceSans
  257. Welcome.FontSize = Enum.FontSize.Size12
  258. Welcome.Text = ""
  259. Welcome.TextSize = 12
  260. Welcome.TextWrapped = true
  261.  
  262. WepsScrollingScreen.Name = "WepsScrollingScreen"
  263. WepsScrollingScreen.Parent = MainGui
  264. WepsScrollingScreen.BackgroundColor3 = Color3.new(1, 1, 1)
  265. WepsScrollingScreen.BackgroundTransparency = 1
  266. WepsScrollingScreen.Position = UDim2.new(0, 72, 0, 0)
  267. WepsScrollingScreen.Size = UDim2.new(0, 364, 0, 241)
  268. WepsScrollingScreen.Visible = false
  269.  
  270. Ruger.Name = "Ruger"
  271. Ruger.Parent = WepsScrollingScreen
  272. Ruger.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  273. Ruger.Position = UDim2.new(0, 15, 0, 16)
  274. Ruger.Size = UDim2.new(0, 62, 0, 16)
  275. Ruger.Font = Enum.Font.Fantasy
  276. Ruger.FontSize = Enum.FontSize.Size14
  277. Ruger.Text = "Ruger"
  278. Ruger.TextSize = 14
  279.  
  280. Deagle.Name = "Deagle"
  281. Deagle.Parent = WepsScrollingScreen
  282. Deagle.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  283. Deagle.Position = UDim2.new(0, 80, 0, 16)
  284. Deagle.Size = UDim2.new(0, 62, 0, 16)
  285. Deagle.Font = Enum.Font.Fantasy
  286. Deagle.FontSize = Enum.FontSize.Size14
  287. Deagle.Text = "Deagle"
  288. Deagle.TextSize = 14
  289.  
  290. M1911.Name = "M1911"
  291. M1911.Parent = WepsScrollingScreen
  292. M1911.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  293. M1911.Position = UDim2.new(0, 145, 0, 16)
  294. M1911.Size = UDim2.new(0, 62, 0, 16)
  295. M1911.Font = Enum.Font.Fantasy
  296. M1911.FontSize = Enum.FontSize.Size14
  297. M1911.Text = "M1911"
  298. M1911.TextSize = 14
  299.  
  300. Glock.Name = "Glock"
  301. Glock.Parent = WepsScrollingScreen
  302. Glock.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  303. Glock.Position = UDim2.new(0, 210, 0, 16)
  304. Glock.Size = UDim2.new(0, 62, 0, 16)
  305. Glock.Font = Enum.Font.Fantasy
  306. Glock.FontSize = Enum.FontSize.Size14
  307. Glock.Text = "Glock"
  308. Glock.TextSize = 14
  309.  
  310. Rossi.Name = "Rossi"
  311. Rossi.Parent = WepsScrollingScreen
  312. Rossi.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  313. Rossi.Position = UDim2.new(0, 275, 0, 16)
  314. Rossi.Size = UDim2.new(0, 62, 0, 16)
  315. Rossi.Font = Enum.Font.Fantasy
  316. Rossi.FontSize = Enum.FontSize.Size14
  317. Rossi.Text = "Rossi"
  318. Rossi.TextSize = 14
  319.  
  320. Mp5.Name = "Mp5"
  321. Mp5.Parent = WepsScrollingScreen
  322. Mp5.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  323. Mp5.Position = UDim2.new(0, 15, 0, 38)
  324. Mp5.Size = UDim2.new(0, 62, 0, 16)
  325. Mp5.Font = Enum.Font.Fantasy
  326. Mp5.FontSize = Enum.FontSize.Size14
  327. Mp5.Text = "Mp5"
  328. Mp5.TextSize = 14
  329.  
  330. Mac10.Name = "Mac10"
  331. Mac10.Parent = WepsScrollingScreen
  332. Mac10.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  333. Mac10.Position = UDim2.new(0, 80, 0, 38)
  334. Mac10.Size = UDim2.new(0, 62, 0, 16)
  335. Mac10.Font = Enum.Font.Fantasy
  336. Mac10.FontSize = Enum.FontSize.Size14
  337. Mac10.Text = "Mac10"
  338. Mac10.TextSize = 14
  339.  
  340. PDGlock.Name = "PDGlock"
  341. PDGlock.Parent = WepsScrollingScreen
  342. PDGlock.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  343. PDGlock.Position = UDim2.new(0, 145, 0, 38)
  344. PDGlock.Size = UDim2.new(0, 62, 0, 16)
  345. PDGlock.Font = Enum.Font.Fantasy
  346. PDGlock.FontSize = Enum.FontSize.Size14
  347. PDGlock.Text = "PDGlock"
  348. PDGlock.TextSize = 14
  349.  
  350. Remington.Name = "Remington"
  351. Remington.Parent = WepsScrollingScreen
  352. Remington.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  353. Remington.Position = UDim2.new(0, 210, 0, 38)
  354. Remington.Size = UDim2.new(0, 62, 0, 16)
  355. Remington.Font = Enum.Font.Fantasy
  356. Remington.FontSize = Enum.FontSize.Size14
  357. Remington.Text = "Remington"
  358. Remington.TextSize = 14
  359.  
  360. Baton.Name = "Baton"
  361. Baton.Parent = WepsScrollingScreen
  362. Baton.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  363. Baton.Position = UDim2.new(0, 275, 0, 38)
  364. Baton.Size = UDim2.new(0, 62, 0, 16)
  365. Baton.Font = Enum.Font.Fantasy
  366. Baton.FontSize = Enum.FontSize.Size14
  367. Baton.Text = "Baton"
  368. Baton.TextSize = 14
  369.  
  370. Taser.Name = "Taser"
  371. Taser.Parent = WepsScrollingScreen
  372. Taser.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  373. Taser.Position = UDim2.new(0, 15, 0, 60)
  374. Taser.Size = UDim2.new(0, 62, 0, 16)
  375. Taser.Font = Enum.Font.Fantasy
  376. Taser.FontSize = Enum.FontSize.Size14
  377. Taser.Text = "Taser"
  378. Taser.TextSize = 14
  379.  
  380. Bat.Name = "Bat"
  381. Bat.Parent = WepsScrollingScreen
  382. Bat.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  383. Bat.Position = UDim2.new(0, 145, 0, 60)
  384. Bat.Size = UDim2.new(0, 62, 0, 16)
  385. Bat.Font = Enum.Font.Fantasy
  386. Bat.FontSize = Enum.FontSize.Size14
  387. Bat.Text = "Bat"
  388. Bat.TextSize = 14
  389.  
  390. USP45.Name = "USP45"
  391. USP45.Parent = WepsScrollingScreen
  392. USP45.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  393. USP45.Position = UDim2.new(0, 210, 0, 60)
  394. USP45.Size = UDim2.new(0, 62, 0, 16)
  395. USP45.Font = Enum.Font.Fantasy
  396. USP45.FontSize = Enum.FontSize.Size14
  397. USP45.Text = "USP45"
  398. USP45.TextSize = 14
  399.  
  400. Knife.Name = "Knife"
  401. Knife.Parent = WepsScrollingScreen
  402. Knife.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  403. Knife.Position = UDim2.new(0, 275, 0, 60)
  404. Knife.Size = UDim2.new(0, 62, 0, 16)
  405. Knife.Font = Enum.Font.Fantasy
  406. Knife.FontSize = Enum.FontSize.Size14
  407. Knife.Text = "Knife"
  408. Knife.TextSize = 14
  409.  
  410. GoldAk.Name = "GoldAk"
  411. GoldAk.Parent = WepsScrollingScreen
  412. GoldAk.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  413. GoldAk.Position = UDim2.new(0, 15, 0, 82)
  414. GoldAk.Size = UDim2.new(0, 62, 0, 16)
  415. GoldAk.Font = Enum.Font.Fantasy
  416. GoldAk.FontSize = Enum.FontSize.Size14
  417. GoldAk.Text = "GoldAk"
  418. GoldAk.TextSize = 14
  419.  
  420. Fists.Name = "Fists"
  421. Fists.Parent = WepsScrollingScreen
  422. Fists.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  423. Fists.Position = UDim2.new(0, 80, 0, 60)
  424. Fists.Size = UDim2.new(0, 62, 0, 16)
  425. Fists.Font = Enum.Font.Fantasy
  426. Fists.FontSize = Enum.FontSize.Size14
  427. Fists.Text = "Fists"
  428. Fists.TextSize = 14
  429.  
  430. PurpleGun.Name = "PurpleGun"
  431. PurpleGun.Parent = WepsScrollingScreen
  432. PurpleGun.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  433. PurpleGun.Position = UDim2.new(0, 80, 0, 82)
  434. PurpleGun.Size = UDim2.new(0, 62, 0, 16)
  435. PurpleGun.Font = Enum.Font.Fantasy
  436. PurpleGun.FontSize = Enum.FontSize.Size14
  437. PurpleGun.Text = "PurpleGun"
  438. PurpleGun.TextSize = 14
  439.  
  440. ExploitGun.Name = "ExploitGun"
  441. ExploitGun.Parent = WepsScrollingScreen
  442. ExploitGun.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  443. ExploitGun.Position = UDim2.new(0, 145, 0, 82)
  444. ExploitGun.Size = UDim2.new(0, 62, 0, 16)
  445. ExploitGun.Font = Enum.Font.Fantasy
  446. ExploitGun.FontSize = Enum.FontSize.Size14
  447. ExploitGun.Text = "ExploitGun"
  448. ExploitGun.TextSize = 14
  449.  
  450. GoldDeagle.Name = "GoldDeagle"
  451. GoldDeagle.Parent = WepsScrollingScreen
  452. GoldDeagle.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  453. GoldDeagle.Position = UDim2.new(0, 210, 0, 82)
  454. GoldDeagle.Size = UDim2.new(0, 62, 0, 16)
  455. GoldDeagle.Font = Enum.Font.Fantasy
  456. GoldDeagle.FontSize = Enum.FontSize.Size12
  457. GoldDeagle.Text = "GoldDeagle"
  458. GoldDeagle.TextSize = 12
  459.  
  460. GoldRossi.Name = "GoldRossi"
  461. GoldRossi.Parent = WepsScrollingScreen
  462. GoldRossi.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  463. GoldRossi.Position = UDim2.new(0, 275, 0, 82)
  464. GoldRossi.Size = UDim2.new(0, 62, 0, 16)
  465. GoldRossi.Font = Enum.Font.Fantasy
  466. GoldRossi.FontSize = Enum.FontSize.Size14
  467. GoldRossi.Text = "GoldRossi"
  468. GoldRossi.TextSize = 14
  469.  
  470. WepAmount.Name = "WepAmount"
  471. WepAmount.Parent = WepsScrollingScreen
  472. WepAmount.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  473. WepAmount.BackgroundTransparency = 0.60000002384186
  474. WepAmount.Position = UDim2.new(0, 70, 0, 188)
  475. WepAmount.Size = UDim2.new(0, 224, 0, 33)
  476. WepAmount.Font = Enum.Font.SourceSansBold
  477. WepAmount.FontSize = Enum.FontSize.Size28
  478. WepAmount.Text = "Amount Here"
  479. WepAmount.TextColor3 = Color3.new(0.807843, 0.807843, 0.807843)
  480. WepAmount.TextSize = 25
  481. WepAmount.TextStrokeColor3 = Color3.new(0.807843, 0.807843, 0.807843)
  482.  
  483. ItemsScrollingScreen.Name = "ItemsScrollingScreen"
  484. ItemsScrollingScreen.Parent = MainGui
  485. ItemsScrollingScreen.BackgroundColor3 = Color3.new(1, 1, 1)
  486. ItemsScrollingScreen.BackgroundTransparency = 1
  487. ItemsScrollingScreen.Position = UDim2.new(0, 72, 0, 0)
  488. ItemsScrollingScreen.Size = UDim2.new(0, 364, 0, 241)
  489. ItemsScrollingScreen.Visible = false
  490.  
  491. WeaponPermit.Name = "WeaponPermit"
  492. WeaponPermit.Parent = ItemsScrollingScreen
  493. WeaponPermit.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  494. WeaponPermit.Position = UDim2.new(0, 15, 0, 16)
  495. WeaponPermit.Size = UDim2.new(0, 62, 0, 16)
  496. WeaponPermit.Font = Enum.Font.Fantasy
  497. WeaponPermit.FontSize = Enum.FontSize.Size10
  498. WeaponPermit.Text = "WeaponPermit"
  499. WeaponPermit.TextSize = 10
  500.  
  501. Burrito.Name = "Burrito"
  502. Burrito.Parent = ItemsScrollingScreen
  503. Burrito.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  504. Burrito.Position = UDim2.new(0, 80, 0, 16)
  505. Burrito.Size = UDim2.new(0, 62, 0, 16)
  506. Burrito.Font = Enum.Font.Fantasy
  507. Burrito.FontSize = Enum.FontSize.Size14
  508. Burrito.Text = "Burrito"
  509. Burrito.TextSize = 14
  510.  
  511. Lunch.Name = "Lunch"
  512. Lunch.Parent = ItemsScrollingScreen
  513. Lunch.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  514. Lunch.Position = UDim2.new(0, 210, 0, 16)
  515. Lunch.Size = UDim2.new(0, 62, 0, 16)
  516. Lunch.Font = Enum.Font.Fantasy
  517. Lunch.FontSize = Enum.FontSize.Size14
  518. Lunch.Text = "Lunch"
  519. Lunch.TextSize = 14
  520.  
  521. Chips.Name = "Chips"
  522. Chips.Parent = ItemsScrollingScreen
  523. Chips.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  524. Chips.Position = UDim2.new(0, 145, 0, 16)
  525. Chips.Size = UDim2.new(0, 62, 0, 16)
  526. Chips.Font = Enum.Font.Fantasy
  527. Chips.FontSize = Enum.FontSize.Size14
  528. Chips.Text = "Chips"
  529. Chips.TextSize = 14
  530.  
  531. RedBandana.Name = "RedBandana"
  532. RedBandana.Parent = ItemsScrollingScreen
  533. RedBandana.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  534. RedBandana.Position = UDim2.new(0, 275, 0, 16)
  535. RedBandana.Size = UDim2.new(0, 62, 0, 16)
  536. RedBandana.Font = Enum.Font.Fantasy
  537. RedBandana.FontSize = Enum.FontSize.Size10
  538. RedBandana.Text = "Red Bandana"
  539. RedBandana.TextSize = 10
  540.  
  541. Balaclava.Name = "Balaclava"
  542. Balaclava.Parent = ItemsScrollingScreen
  543. Balaclava.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  544. Balaclava.Position = UDim2.new(0, 15, 0, 38)
  545. Balaclava.Size = UDim2.new(0, 62, 0, 16)
  546. Balaclava.Font = Enum.Font.Fantasy
  547. Balaclava.FontSize = Enum.FontSize.Size10
  548. Balaclava.Text = "Balaclava"
  549. Balaclava.TextSize = 10
  550.  
  551. PainKillers.Name = "PainKillers"
  552. PainKillers.Parent = ItemsScrollingScreen
  553. PainKillers.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  554. PainKillers.Position = UDim2.new(0, 80, 0, 38)
  555. PainKillers.Size = UDim2.new(0, 62, 0, 16)
  556. PainKillers.Font = Enum.Font.Fantasy
  557. PainKillers.FontSize = Enum.FontSize.Size14
  558. PainKillers.Text = "PainKillers"
  559. PainKillers.TextSize = 14
  560.  
  561. BlackBandana.Name = "BlackBandana"
  562. BlackBandana.Parent = ItemsScrollingScreen
  563. BlackBandana.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  564. BlackBandana.Position = UDim2.new(0, 145, 0, 38)
  565. BlackBandana.Size = UDim2.new(0, 62, 0, 16)
  566. BlackBandana.Font = Enum.Font.Fantasy
  567. BlackBandana.FontSize = Enum.FontSize.Size10
  568. BlackBandana.Text = "Black Bandana"
  569. BlackBandana.TextSize = 10
  570.  
  571. BlueBandana.Name = "BlueBandana"
  572. BlueBandana.Parent = ItemsScrollingScreen
  573. BlueBandana.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  574. BlueBandana.Position = UDim2.new(0, 210, 0, 38)
  575. BlueBandana.Size = UDim2.new(0, 62, 0, 16)
  576. BlueBandana.Font = Enum.Font.Fantasy
  577. BlueBandana.FontSize = Enum.FontSize.Size10
  578. BlueBandana.Text = "Blue Bandana"
  579. BlueBandana.TextSize = 10
  580.  
  581. SprayPaint.Name = "SprayPaint"
  582. SprayPaint.Parent = ItemsScrollingScreen
  583. SprayPaint.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  584. SprayPaint.Position = UDim2.new(0, 275, 0, 38)
  585. SprayPaint.Size = UDim2.new(0, 62, 0, 16)
  586. SprayPaint.Font = Enum.Font.Fantasy
  587. SprayPaint.FontSize = Enum.FontSize.Size11
  588. SprayPaint.Text = "Spray Paint"
  589. SprayPaint.TextSize = 11
  590.  
  591. CherrySpice.Name = "CherrySpice"
  592. CherrySpice.Parent = ItemsScrollingScreen
  593. CherrySpice.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  594. CherrySpice.Position = UDim2.new(0, 15, 0, 60)
  595. CherrySpice.Size = UDim2.new(0, 62, 0, 16)
  596. CherrySpice.Font = Enum.Font.Fantasy
  597. CherrySpice.FontSize = Enum.FontSize.Size10
  598. CherrySpice.Text = "Cherry Spice"
  599. CherrySpice.TextSize = 10
  600.  
  601. RootBeer.Name = "RootBeer"
  602. RootBeer.Parent = ItemsScrollingScreen
  603. RootBeer.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  604. RootBeer.Position = UDim2.new(0, 80, 0, 60)
  605. RootBeer.Size = UDim2.new(0, 62, 0, 16)
  606. RootBeer.Font = Enum.Font.Fantasy
  607. RootBeer.FontSize = Enum.FontSize.Size14
  608. RootBeer.Text = "Root Beer"
  609. RootBeer.TextSize = 14
  610.  
  611. ItemAmount.Name = "ItemAmount"
  612. ItemAmount.Parent = ItemsScrollingScreen
  613. ItemAmount.BackgroundColor3 = Color3.new(0.741176, 0.00392157, 0.00392157)
  614. ItemAmount.BackgroundTransparency = 0.60000002384186
  615. ItemAmount.Position = UDim2.new(0, 70, 0, 175)
  616. ItemAmount.Size = UDim2.new(0, 224, 0, 33)
  617. ItemAmount.Font = Enum.Font.SourceSansBold
  618. ItemAmount.FontSize = Enum.FontSize.Size28
  619. ItemAmount.Text = "Amount Here"
  620. ItemAmount.TextColor3 = Color3.new(0.807843, 0.807843, 0.807843)
  621. ItemAmount.TextSize = 25
  622. ItemAmount.TextStrokeColor3 = Color3.new(0.807843, 0.807843, 0.807843)
  623.  
  624. FunScreen.Name = "FunScreen"
  625. FunScreen.Parent = MainGui
  626. FunScreen.BackgroundColor3 = Color3.new(1, 1, 1)
  627. FunScreen.BackgroundTransparency = 1
  628. FunScreen.Position = UDim2.new(0, 72, 0, 0)
  629. FunScreen.Size = UDim2.new(0, 364, 0, 241)
  630. FunScreen.Visible = false
  631.  
  632. TextLabel_3.Parent = FunScreen
  633. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  634. TextLabel_3.BackgroundTransparency = 1
  635. TextLabel_3.Position = UDim2.new(0, 82, 0, 96)
  636. TextLabel_3.Size = UDim2.new(0, 200, 0, 50)
  637. TextLabel_3.Font = Enum.Font.SourceSans
  638. TextLabel_3.FontSize = Enum.FontSize.Size32
  639. TextLabel_3.Text = "WIP"
  640. TextLabel_3.TextSize = 32
  641.  
  642. TextLabel_4.Parent = FunScreen
  643. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  644. TextLabel_4.BackgroundTransparency = 1
  645. TextLabel_4.Position = UDim2.new(0, -18, 0, 42)
  646. TextLabel_4.Rotation = 23
  647. TextLabel_4.Size = UDim2.new(0, 200, 0, 49)
  648. TextLabel_4.Font = Enum.Font.SourceSans
  649. TextLabel_4.FontSize = Enum.FontSize.Size32
  650. TextLabel_4.Text = "XDDDDD"
  651. TextLabel_4.TextColor3 = Color3.new(0.784314, 0.215686, 0.541176)
  652. TextLabel_4.TextSize = 32
  653.  
  654. TextLabel_5.Parent = FunScreen
  655. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  656. TextLabel_5.BackgroundTransparency = 1
  657. TextLabel_5.Position = UDim2.new(0, 149, 0, 23)
  658. TextLabel_5.Rotation = -15
  659. TextLabel_5.Size = UDim2.new(0, 200, 0, 49)
  660. TextLabel_5.Font = Enum.Font.SourceSans
  661. TextLabel_5.FontSize = Enum.FontSize.Size32
  662. TextLabel_5.Text = "MEMES"
  663. TextLabel_5.TextColor3 = Color3.new(0.784314, 0.0470588, 0.0470588)
  664. TextLabel_5.TextSize = 32
  665.  
  666. TextLabel_6.Parent = FunScreen
  667. TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  668. TextLabel_6.BackgroundTransparency = 1
  669. TextLabel_6.Position = UDim2.new(0, 164, 0, 164)
  670. TextLabel_6.Rotation = 176
  671. TextLabel_6.Size = UDim2.new(0, 200, 0, 49)
  672. TextLabel_6.Font = Enum.Font.SourceSans
  673. TextLabel_6.FontSize = Enum.FontSize.Size32
  674. TextLabel_6.Text = "APOSTASIA = COOL"
  675. TextLabel_6.TextColor3 = Color3.new(0.129412, 0.282353, 0.784314)
  676. TextLabel_6.TextSize = 32
  677.  
  678. TextLabel_7.Parent = FunScreen
  679. TextLabel_7.BackgroundColor3 = Color3.new(1, 1, 1)
  680. TextLabel_7.BackgroundTransparency = 1
  681. TextLabel_7.Position = UDim2.new(0, -18, 0, 141)
  682. TextLabel_7.Rotation = -34
  683. TextLabel_7.Size = UDim2.new(0, 200, 0, 49)
  684. TextLabel_7.Font = Enum.Font.SourceSans
  685. TextLabel_7.FontSize = Enum.FontSize.Size10
  686. TextLabel_7.Text = "#Apostasia4Mod"
  687. TextLabel_7.TextColor3 = Color3.new(0, 0.784314, 0.0627451)
  688. TextLabel_7.TextSize = 10
  689.  
  690. TextLabel_8.Parent = FunScreen
  691. TextLabel_8.BackgroundColor3 = Color3.new(1, 1, 1)
  692. TextLabel_8.BackgroundTransparency = 1
  693. TextLabel_8.Position = UDim2.new(0, 164, 0, 96)
  694. TextLabel_8.Rotation = 34
  695. TextLabel_8.Size = UDim2.new(0, 128, 0, 49)
  696. TextLabel_8.Font = Enum.Font.SourceSans
  697. TextLabel_8.FontSize = Enum.FontSize.Size24
  698. TextLabel_8.Text = "Mit3 = Cool XDDD"
  699. TextLabel_8.TextColor3 = Color3.new(0.537255, 0.0352941, 0.603922)
  700. TextLabel_8.TextSize = 24
  701.  
  702. CreditsScreen.Name = "CreditsScreen"
  703. CreditsScreen.Parent = MainGui
  704. CreditsScreen.BackgroundColor3 = Color3.new(1, 1, 1)
  705. CreditsScreen.BackgroundTransparency = 1
  706. CreditsScreen.Position = UDim2.new(0, 72, 0, 0)
  707. CreditsScreen.Size = UDim2.new(0, 364, 0, 241)
  708. CreditsScreen.Visible = false
  709.  
  710. Apos.Name = "Apos"
  711. Apos.Parent = CreditsScreen
  712. Apos.BackgroundColor3 = Color3.new(1, 1, 1)
  713. Apos.BackgroundTransparency = 1
  714. Apos.Position = UDim2.new(0, 82, 0, 18)
  715. Apos.Size = UDim2.new(0, 200, 0, 50)
  716. Apos.Font = Enum.Font.SourceSans
  717. Apos.FontSize = Enum.FontSize.Size24
  718. Apos.Text = "Apostasia - Scripting and Some UI"
  719. Apos.TextColor3 = Color3.new(0.368627, 0.572549, 0.721569)
  720. Apos.TextSize = 24
  721.  
  722. Mit3.Name = "Mit3"
  723. Mit3.Parent = CreditsScreen
  724. Mit3.BackgroundColor3 = Color3.new(1, 1, 1)
  725. Mit3.BackgroundTransparency = 1
  726. Mit3.Position = UDim2.new(0, 62, 0, 55)
  727. Mit3.Size = UDim2.new(0, 200, 0, 50)
  728. Mit3.Font = Enum.Font.SourceSans
  729. Mit3.FontSize = Enum.FontSize.Size24
  730. Mit3.Text = "Mit3 - Main UI Dev"
  731. Mit3.TextColor3 = Color3.new(0.368627, 0.576471, 0.72549)
  732. Mit3.TextSize = 24
  733.  
  734. prun.Name = "prun"
  735. prun.Parent = CreditsScreen
  736. prun.BackgroundColor3 = Color3.new(1, 1, 1)
  737. prun.BackgroundTransparency = 1
  738. prun.Position = UDim2.new(0, 60, 0, 96)
  739. prun.Size = UDim2.new(0, 200, 0, 50)
  740. prun.Font = Enum.Font.SourceSans
  741. prun.FontSize = Enum.FontSize.Size24
  742. prun.Text = "Prune - Original Script Finder"
  743. prun.TextColor3 = Color3.new(0.345098, 0.541176, 0.678431)
  744. prun.TextSize = 24
  745.  
  746. Line_3.Name = "Line"
  747. Line_3.Parent = MightyKeker
  748. Line_3.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  749. Line_3.Position = UDim2.new(0, 192, 0, 146)
  750. Line_3.Size = UDim2.new(0, 1, 0, 195)
  751. Line_3.Font = Enum.Font.SourceSans
  752. Line_3.FontSize = Enum.FontSize.Size14
  753. Line_3.Text = ""
  754. Line_3.TextSize = 14
  755.  
  756. local plr = game:GetService("Players").LocalPlayer
  757. local MainGui = game.CoreGui.MightyKeker.MainGui
  758. local credits = MainGui.CreditsScreen
  759. local home = MainGui.HomeScreen
  760. local items = MainGui.ItemsScrollingScreen
  761. local title = MainGui.Title
  762. local weps = MainGui.WepsScrollingScreen
  763. local fun = MainGui.FunScreen
  764. local wep
  765.  
  766. MainGui.HomeButton.MouseButton1Down:connect(function()
  767. home.Visible = true
  768. items.Visible = false
  769. weps.Visible = false
  770. fun.Visible = false
  771. credits.Visible = false
  772. end)
  773. MainGui.WepsButton.MouseButton1Down:connect(function()
  774. home.Visible = false
  775. items.Visible = false
  776. weps.Visible = true
  777. fun.Visible = false
  778. credits.Visible = false
  779. end)
  780. MainGui.ItemsButton.MouseButton1Down:connect(function()
  781. home.Visible = false
  782. items.Visible = true
  783. weps.Visible = false
  784. fun.Visible = false
  785. credits.Visible = false
  786. end)
  787. MainGui.FunButton.MouseButton1Down:connect(function()
  788. home.Visible = false
  789. items.Visible = false
  790. weps.Visible = false
  791. fun.Visible = true
  792. credits.Visible = false
  793. end)
  794. MainGui.CreditsButton.MouseButton1Down:connect(function()
  795. home.Visible = false
  796. items.Visible = false
  797. weps.Visible = false
  798. fun.Visible = false
  799. credits.Visible = true
  800. end)
  801.  
  802. local nem = plr.Name
  803. home.Welcome.Text ="Welcome, "..nem.."!"
  804.  
  805. weps.Bat.MouseButton1Down:connect(function()
  806. local amount = weps.WepAmount.Text
  807. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  808. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  809. for i = 1,amount do
  810. game.Workspace.Events.Shop:FireServer("Weps", 0, "Bat", gui, confirm)
  811. end
  812. end)
  813. weps.Baton.MouseButton1Down:connect(function()
  814. local amount = weps.WepAmount.Text
  815. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  816. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  817. for i = 1,amount do
  818. game.Workspace.Events.Shop:FireServer("Weps", 0, "Baton", gui, confirm)
  819. end
  820. end)
  821. weps.Deagle.MouseButton1Down:connect(function()
  822. local amount = weps.WepAmount.Text
  823. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  824. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  825. for i = 1,amount do
  826. game.Workspace.Events.Shop:FireServer("Weps", 0, "Deagle", gui, confirm)
  827. end
  828. end)
  829. weps.Fists.MouseButton1Down:connect(function()
  830. local amount = weps.WepAmount.Text
  831. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  832. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  833. for i = 1,amount do
  834. game.Workspace.Events.Shop:FireServer("Weps", 0, "Fists", gui, confirm)
  835. end
  836. end)
  837. weps.Glock.MouseButton1Down:connect(function()
  838. local amount = weps.WepAmount.Text
  839. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  840. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  841. for i = 1,amount do
  842. game.Workspace.Events.Shop:FireServer("Weps", 0, "Glock", gui, confirm)
  843. end
  844. end)
  845. weps.Knife.MouseButton1Down:connect(function()
  846. local amount = weps.WepAmount.Text
  847. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  848. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  849. for i = 1,amount do
  850. game.Workspace.Events.Shop:FireServer("Weps", 0, "Knife", gui, confirm)
  851. end
  852. end)
  853. weps.M1911.MouseButton1Down:connect(function()
  854. local amount = weps.WepAmount.Text
  855. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  856. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  857. for i = 1,amount do
  858. game.Workspace.Events.Shop:FireServer("Weps", 0, "M1911", gui, confirm)
  859. end
  860. end)
  861. weps.Mac10.MouseButton1Down:connect(function()
  862. local amount = weps.WepAmount.Text
  863. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  864. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  865. for i = 1,amount do
  866. game.Workspace.Events.Shop:FireServer("Weps", 0, "Mac10", gui, confirm)
  867. end
  868. end)
  869. weps.Mp5.MouseButton1Down:connect(function()
  870. local amount = weps.WepAmount.Text
  871. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  872. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  873. for i = 1,amount do
  874. game.Workspace.Events.Shop:FireServer("Weps", 0, "Mp5", gui, confirm)
  875. end
  876. end)
  877. weps.PDGlock.MouseButton1Down:connect(function()
  878. local amount = weps.WepAmount.Text
  879. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  880. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  881. for i = 1,amount do
  882. game.Workspace.Events.Shop:FireServer("Weps", 0, "PDGlock", gui, confirm)
  883. end
  884. end)
  885. weps.Remington.MouseButton1Down:connect(function()
  886. local amount = weps.WepAmount.Text
  887. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  888. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  889. for i = 1,amount do
  890. game.Workspace.Events.Shop:FireServer("Weps", 0, "Remington", gui, confirm)
  891. end
  892. end)
  893. weps.Rossi.MouseButton1Down:connect(function()
  894. local amount = weps.WepAmount.Text
  895. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  896. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  897. for i = 1,amount do
  898. game.Workspace.Events.Shop:FireServer("Weps", 0, "Rossi", gui, confirm)
  899. end
  900. end)
  901. weps.Taser.MouseButton1Down:connect(function()
  902. local amount = weps.WepAmount.Text
  903. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  904. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  905. for i = 1,amount do
  906. game.Workspace.Events.Shop:FireServer("Weps", 0, "Taser", gui, confirm)
  907. end
  908. end)
  909. weps.Ruger.MouseButton1Down:connect(function()
  910. local amount = weps.WepAmount.Text
  911. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  912. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  913. for i = 1,amount do
  914. game.Workspace.Events.Shop:FireServer("Weps", 0, "Ruger", gui, confirm)
  915. end
  916. end)
  917. weps.USP45.MouseButton1Down:connect(function()
  918. local amount = weps.WepAmount.Text
  919. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  920. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  921. for i = 1,amount do
  922. game.Workspace.Events.Shop:FireServer("Weps", 0, "USP45", gui, confirm)
  923. end
  924. end)
  925. weps.ExploitGun.MouseButton1Down:connect(function()
  926. local amount = weps.WepAmount.Text
  927. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  928. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  929. for i = 1,amount do
  930. game.Workspace.Events.Shop:FireServer("Weps", 0, "ExploitGun", gui, confirm)
  931. end
  932. end)
  933. weps.GoldAk.MouseButton1Down:connect(function()
  934. local amount = weps.WepAmount.Text
  935. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  936. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  937. for i = 1,amount do
  938. game.Workspace.Events.Shop:FireServer("Weps", 0, "GoldAk", gui, confirm)
  939. end
  940. end)
  941. weps.GoldDeagle.MouseButton1Down:connect(function()
  942. local amount = weps.WepAmount.Text
  943. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  944. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  945. for i = 1,amount do
  946. game.Workspace.Events.Shop:FireServer("Weps", 0, "GoldDeagle", gui, confirm)
  947. end
  948. end)
  949. weps.GoldRossi.MouseButton1Down:connect(function()
  950. local amount = weps.WepAmount.Text
  951. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  952. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  953. for i = 1,amount do
  954. game.Workspace.Events.Shop:FireServer("Weps", 0, "GoldRossi", gui, confirm)
  955. end
  956. end)
  957. weps.PurpleGun.MouseButton1Down:connect(function()
  958. local amount = weps.WepAmount.Text
  959. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  960. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  961. for i = 1,amount do
  962. game.Workspace.Events.Shop:FireServer("Weps", 0, "PurpleGun", gui, confirm)
  963. end
  964. end)
  965. items.Burrito.MouseButton1Down:connect(function()
  966. local amount = items.ItemAmount.Text
  967. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  968. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  969. for i = 1,amount do
  970. game.Workspace.Events.Shop:FireServer("Food", 0, "Burrito", gui, confirm)
  971. end
  972. end)
  973. items.Lunch.MouseButton1Down:connect(function()
  974. local amount = items.ItemAmount.Text
  975. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  976. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  977. for i = 1,amount do
  978. game.Workspace.Events.Shop:FireServer("Food", 0, "Lunch", gui, confirm)
  979. end
  980. end)
  981. items.Chips.MouseButton1Down:connect(function()
  982. local amount = items.ItemAmount.Text
  983. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  984. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  985. for i = 1,amount do
  986. game.Workspace.Events.Shop:FireServer("Food", 0, "Chips", gui, confirm)
  987. end
  988. end)
  989. items.WeaponPermit.MouseButton1Down:connect(function()
  990. local amount = items.ItemAmount.Text
  991. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  992. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  993. for i = 1,amount do
  994. game.Workspace.Events.Shop:FireServer("Items", 0, "WeaponPermit", gui, confirm)
  995. end
  996. end)
  997. items.PainKillers.MouseButton1Down:connect(function()
  998. local amount = items.ItemAmount.Text
  999. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  1000. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  1001. for i = 1,amount do
  1002. game.Workspace.Events.Shop:FireServer("Items", 0, "PainKillers", gui, confirm)
  1003. end
  1004. end)
  1005. items.Balaclava.MouseButton1Down:connect(function()
  1006. local amount = items.ItemAmount.Text
  1007. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  1008. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  1009. for i = 1,amount do
  1010. game.Workspace.Events.Shop:FireServer("Items", 0, "Balaclava", gui, confirm)
  1011. end
  1012. end)
  1013. items.BlackBandana.MouseButton1Down:connect(function()
  1014. local amount = items.ItemAmount.Text
  1015. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  1016. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  1017. for i = 1,amount do
  1018. game.Workspace.Events.Shop:FireServer("Items", 0, "BlackFlag", gui, confirm)
  1019. end
  1020. end)
  1021. items.BlueBandana.MouseButton1Down:connect(function()
  1022. local amount = items.ItemAmount.Text
  1023. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  1024. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  1025. for i = 1,amount do
  1026. game.Workspace.Events.Shop:FireServer("Items", 0, "BlueFlag", gui, confirm)
  1027. end
  1028. end)
  1029. items.RedBandana.MouseButton1Down:connect(function()
  1030. local amount = items.ItemAmount.Text
  1031. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  1032. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  1033. for i = 1,amount do
  1034. game.Workspace.Events.Shop:FireServer("Items", 0, "RedFlag", gui, confirm)
  1035. end
  1036. end)
  1037. items.SprayPaint.MouseButton1Down:connect(function()
  1038. local amount = items.ItemAmount.Text
  1039. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  1040. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  1041. for i = 1,amount do
  1042. game.Workspace.Events.Shop:FireServer("Weps", 0, "SprayPaint", gui, confirm)
  1043. end
  1044. end)
  1045. items.RootBeer.MouseButton1Down:connect(function()
  1046. local amount = items.ItemAmount.Text
  1047. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  1048. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  1049. for i = 1,amount do
  1050. game.Workspace.Events.Shop:FireServer("Food", 0, "RootBeer", gui, confirm)
  1051. end
  1052. end)
  1053. items.CherrySpice.MouseButton1Down:connect(function()
  1054. local amount = items.ItemAmount.Text
  1055. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  1056. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  1057. for i = 1,amount do
  1058. game.Workspace.Shop:FireServer("Food", 0, "CherrySpice", gui, confirm)
  1059. end
  1060. end)
  1061.  
  1062. game:GetService("Players").LocalPlayer:GetMouse().KeyDown:connect(function(dbb)
  1063. if string.lower(dbb)=="k"then if MainGui.Visible==true then MainGui.Visible=false elseif MainGui.Visible==false then
  1064. MainGui.Visible=true end end end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement