Advertisement
aaaaaaaaagoogle

adad

Jan 17th, 2017
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.49 KB | None | 0 0
  1. -- Objects
  2. --local WhiteList = {
  3. -- ['Player1'] = "hah",
  4. -- ['ConfidentCoding'] = "hah",
  5. -- ["poytox"] = "poytato6219",
  6. --}
  7. local WhiteList = require(617402145)
  8. local PoytoXApoc = Instance.new("ScreenGui")
  9. local TextLabel = Instance.new("TextLabel")
  10. local ImageLabel = Instance.new("ImageLabel")
  11. local Background = Instance.new("Frame")
  12. local UserName = Instance.new("TextBox")
  13. local Kill = Instance.new("TextButton")
  14. local God = Instance.new("TextButton")
  15. local KillAll = Instance.new("TextButton")
  16. local CarGod = Instance.new("TextButton")
  17. local CarSpeed = Instance.new("TextButton")
  18. local TPTOPLAYER = Instance.new("TextButton")
  19. local PatriotKit = Instance.new("TextButton")
  20. local TPTOME = Instance.new("TextButton")
  21. local TPALLME = Instance.new("TextButton")
  22. local GiveBadges = Instance.new("TextButton")
  23. local HT = Instance.new("TextButton")
  24. local Addon = Instance.new("TextButton")
  25. local GlossEffect = Instance.new("ImageLabel")
  26. local Recoil = Instance.new("TextButton")
  27. local Credits = Instance.new("TextLabel")
  28. local ImageLabel_2 = Instance.new("ImageLabel")
  29. local TextLabel2 = Instance.new("TextLabel")
  30. local ImageLabel_3 = Instance.new("ImageLabel")
  31. local Background_2 = Instance.new("Frame")
  32. local ItemID21 = Instance.new("TextBox")
  33. local SPAWNITEM = Instance.new("TextButton")
  34. local Slotaa = Instance.new("TextBox")
  35. local SpawnBack = Instance.new("Frame")
  36. local ServerMessageBack = Instance.new("Frame")
  37. local Message = Instance.new("TextBox")
  38. local SendMessage = Instance.new("TextButton")
  39. local WeaponNameABack = Instance.new("Frame")
  40. local WeaponNameA = Instance.new("TextBox")
  41. local NoRecoil = Instance.new("TextButton")
  42. local AFrame = Instance.new("Frame")
  43. local ATop =Instance.new("Frame")
  44. local AButton = Instance.new("TextButton")
  45. local ABoox = Instance.new("TextBox")
  46. local ALabel = Instance.new("TextLabel")
  47.  
  48. --[[
  49. -- Setup Admin Panel
  50. --]]
  51.  
  52. AFrame.Parent = game.Players.LocalPlayer.PlayerGui
  53. AFrame.Name = "APanel"
  54. AFrame.Size = UDim2.new(0,200,0,200)
  55. AFrame.Position = UDim2.new(0.5,-100,0.5,-100)
  56. AFrame.BackgroundColor3 = Color3.new(247/255,247/255,247/255)
  57. AFrame.BorderSizePixel = 0
  58.  
  59.  
  60. ATop.Parent = AFrame
  61. ATop.Name = "TopBar"
  62. ATop.Size = UDim2.new(1,8,0,35)
  63. ATop.Position = UDim2.new(0,-4,0,0)
  64. ATop.BackgroundColor3 = Color3.new(255/255,217/255,80/255)
  65. ATop.BorderSizePixel = 0
  66.  
  67.  
  68. AButton.Parent = AFrame
  69. AButton.Size = UDim2.new(0.8,0,0,30)
  70. AButton.Position = UDim2.new(0.1,0,0.8,0)
  71.  
  72.  
  73. ABoox.Parent = AFram
  74. ABoox.Size = UDim2.new(0.9,0,0,50)
  75. ABoox.Position = UDim2.new(0.05,0,0.5,0)
  76.  
  77.  
  78. ALabel.Parent = AFrame
  79. ALabel.BackgroundTransparency = 1
  80. ALabel.Size = UDim2.new(0.9,0,0,50)
  81. ALabel.Position = UDim2.new(0.04,0,0,40)
  82. ALabel.Text = "Enter Password:"
  83. -- Properties
  84.  
  85. PoytoXApoc.Name = "PoytoXApoc"
  86. PoytoXApoc.Parent = game.Players.LocalPlayer.PlayerGui
  87.  
  88. TextLabel.Parent = PoytoXApoc
  89. TextLabel.Active = true
  90. TextLabel.BackgroundColor3 = Color3.new(0.270588, 0.270588, 0.270588)
  91. TextLabel.BackgroundTransparency = 0.5
  92. TextLabel.BorderSizePixel = 0
  93. TextLabel.Draggable = true
  94. TextLabel.Position = UDim2.new(0.5, -100, 0.5, -150)
  95. TextLabel.Size = UDim2.new(0, 200, 0, 20)
  96. TextLabel.Font = Enum.Font.ArialBold
  97. TextLabel.FontSize = Enum.FontSize.Size18
  98. TextLabel.Text = "PoytoX's Apoc GUI"
  99. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  100. TextLabel.TextSize = 18
  101.  
  102. ImageLabel.Parent = TextLabel
  103. ImageLabel.BackgroundTransparency = 1
  104. ImageLabel.Size = UDim2.new(1, 0, 0.5, 0)
  105. ImageLabel.ZIndex = 2
  106. ImageLabel.Image = "rbxasset://textures/BWGradient.png"
  107. ImageLabel.ImageTransparency = 0.5
  108.  
  109. Background.Name = "Background"
  110. Background.Parent = TextLabel
  111. Background.BackgroundColor3 = Color3.new(0, 0, 0)
  112. Background.BackgroundTransparency = 0.30000001192093
  113. Background.BorderSizePixel = 0
  114. Background.Position = UDim2.new(0, 0, 0, 20)
  115. Background.Size = UDim2.new(0, 200, 0, 400)
  116.  
  117. UserName.Name = "UserName"
  118. UserName.Parent = TextLabel
  119. UserName.BackgroundColor3 = Color3.new(1, 1, 1)
  120. UserName.BackgroundTransparency = 0.30000001192093
  121. UserName.BorderColor3 = Color3.new(0.494118, 0.776471, 0.972549)
  122. UserName.Position = UDim2.new(0, 0, 0, 30)
  123. UserName.Size = UDim2.new(0, 200, 0, 25)
  124. UserName.Font = Enum.Font.Cartoon
  125. UserName.FontSize = Enum.FontSize.Size14
  126. UserName.Text = "Username"
  127. UserName.TextSize = 14
  128.  
  129. Kill.Name = "Kill"
  130. Kill.Parent = TextLabel
  131. Kill.BackgroundColor3 = Color3.new(1, 1, 1)
  132. Kill.Position = UDim2.new(0, 100, 0, 60)
  133. Kill.Size = UDim2.new(0, 100, 0, 50)
  134. Kill.Style = Enum.ButtonStyle.RobloxRoundButton
  135. Kill.Font = Enum.Font.SourceSans
  136. Kill.FontSize = Enum.FontSize.Size14
  137. Kill.Text = "Kill"
  138. Kill.TextSize = 14
  139.  
  140. God.Name = "God"
  141. God.Parent = TextLabel
  142. God.BackgroundColor3 = Color3.new(1, 1, 1)
  143. God.Position = UDim2.new(0, 0, 0, 60)
  144. God.Size = UDim2.new(0, 45, 0, 50)
  145. God.Style = Enum.ButtonStyle.RobloxRoundButton
  146. God.Font = Enum.Font.Highway
  147. God.FontSize = Enum.FontSize.Size11
  148. God.Text = "God"
  149. God.TextSize = 11
  150.  
  151. KillAll.Name = "KillAll"
  152. KillAll.Parent = TextLabel
  153. KillAll.BackgroundColor3 = Color3.new(1, 1, 1)
  154. KillAll.Position = UDim2.new(0, 100, 0, 110)
  155. KillAll.Size = UDim2.new(0, 100, 0, 50)
  156. KillAll.Style = Enum.ButtonStyle.RobloxRoundButton
  157. KillAll.Font = Enum.Font.SourceSans
  158. KillAll.FontSize = Enum.FontSize.Size14
  159. KillAll.Text = "KillAll"
  160. KillAll.TextSize = 14
  161.  
  162. CarGod.Name = "CarGod"
  163. CarGod.Parent = TextLabel
  164. CarGod.BackgroundColor3 = Color3.new(1, 1, 1)
  165. CarGod.Position = UDim2.new(0, 0, 0, 110)
  166. CarGod.Size = UDim2.new(0, 100, 0, 50)
  167. CarGod.Style = Enum.ButtonStyle.RobloxRoundButton
  168. CarGod.Font = Enum.Font.Highway
  169. CarGod.FontSize = Enum.FontSize.Size11
  170. CarGod.Text = "Car God"
  171. CarGod.TextSize = 11
  172.  
  173. CarSpeed.Name = "CarSpeed"
  174. CarSpeed.Parent = TextLabel
  175. CarSpeed.BackgroundColor3 = Color3.new(1, 1, 1)
  176. CarSpeed.Position = UDim2.new(0, 0, 0, 160)
  177. CarSpeed.Size = UDim2.new(0, 100, 0, 50)
  178. CarSpeed.Style = Enum.ButtonStyle.RobloxRoundButton
  179. CarSpeed.Font = Enum.Font.Highway
  180. CarSpeed.FontSize = Enum.FontSize.Size11
  181. CarSpeed.Text = "Car Speed"
  182. CarSpeed.TextSize = 11
  183.  
  184. TPTOPLAYER.Name = "TPTOPLAYER"
  185. TPTOPLAYER.Parent = TextLabel
  186. TPTOPLAYER.BackgroundColor3 = Color3.new(1, 1, 1)
  187. TPTOPLAYER.Position = UDim2.new(0, 0, 0, 210)
  188. TPTOPLAYER.Size = UDim2.new(0, 100, 0, 50)
  189. TPTOPLAYER.Style = Enum.ButtonStyle.RobloxRoundButton
  190. TPTOPLAYER.Font = Enum.Font.Highway
  191. TPTOPLAYER.FontSize = Enum.FontSize.Size11
  192. TPTOPLAYER.Text = "TP To Player"
  193. TPTOPLAYER.TextSize = 11
  194.  
  195. PatriotKit.Name = "PatriotKit"
  196. PatriotKit.Parent = TextLabel
  197. PatriotKit.BackgroundColor3 = Color3.new(1, 1, 1)
  198. PatriotKit.Position = UDim2.new(0, 100, 0, 160)
  199. PatriotKit.Size = UDim2.new(0, 100, 0, 50)
  200. PatriotKit.Style = Enum.ButtonStyle.RobloxRoundButton
  201. PatriotKit.Font = Enum.Font.SourceSans
  202. PatriotKit.FontSize = Enum.FontSize.Size14
  203. PatriotKit.Text = "Patriot Kit"
  204. PatriotKit.TextSize = 14
  205.  
  206. TPTOME.Name = "TPTOME"
  207. TPTOME.Parent = TextLabel
  208. TPTOME.BackgroundColor3 = Color3.new(1, 1, 1)
  209. TPTOME.Position = UDim2.new(0, 100, 0, 210)
  210. TPTOME.Size = UDim2.new(0, 100, 0, 50)
  211. TPTOME.Style = Enum.ButtonStyle.RobloxRoundButton
  212. TPTOME.Font = Enum.Font.SourceSans
  213. TPTOME.FontSize = Enum.FontSize.Size14
  214. TPTOME.Text = "TP Player To Me"
  215. TPTOME.TextSize = 14
  216.  
  217. TPALLME.Name = "TPALLME"
  218. TPALLME.Parent = TextLabel
  219. TPALLME.BackgroundColor3 = Color3.new(1, 1, 1)
  220. TPALLME.Position = UDim2.new(0, 100, 0, 260)
  221. TPALLME.Size = UDim2.new(0, 100, 0, 50)
  222. TPALLME.Style = Enum.ButtonStyle.RobloxRoundButton
  223. TPALLME.Font = Enum.Font.SourceSans
  224. TPALLME.FontSize = Enum.FontSize.Size14
  225. TPALLME.Text = "TP All To Me"
  226. TPALLME.TextSize = 14
  227.  
  228. GiveBadges.Name = "GiveBadges"
  229. GiveBadges.Parent = TextLabel
  230. GiveBadges.BackgroundColor3 = Color3.new(1, 1, 1)
  231. GiveBadges.Position = UDim2.new(0, 0, 0, 260)
  232. GiveBadges.Size = UDim2.new(0, 100, 0, 50)
  233. GiveBadges.Style = Enum.ButtonStyle.RobloxRoundButton
  234. GiveBadges.Font = Enum.Font.Highway
  235. GiveBadges.FontSize = Enum.FontSize.Size11
  236. GiveBadges.Text = "Give Badges"
  237. GiveBadges.TextSize = 11
  238.  
  239. HT.Name = "HT"
  240. HT.Parent = TextLabel
  241. HT.BackgroundColor3 = Color3.new(1, 1, 1)
  242. HT.Position = UDim2.new(0, 50, 0, 60)
  243. HT.Size = UDim2.new(0, 45, 0, 50)
  244. HT.Style = Enum.ButtonStyle.RobloxRoundButton
  245. HT.Font = Enum.Font.Highway
  246. HT.FontSize = Enum.FontSize.Size11
  247. HT.Text = "H & T"
  248. HT.TextSize = 11
  249.  
  250. Addon.Name = "Addon"
  251. Addon.Parent = TextLabel
  252. Addon.BackgroundColor3 = Color3.new(0, 1, 0.968628)
  253. Addon.BackgroundTransparency = 0.5
  254. Addon.BorderSizePixel = 0
  255. Addon.Position = UDim2.new(0, 180, 0, 0)
  256. Addon.Size = UDim2.new(0, 20, 0, 20)
  257. Addon.Font = Enum.Font.ArialBold
  258. Addon.FontSize = Enum.FontSize.Size18
  259. Addon.Text = "++"
  260. Addon.TextColor3 = Color3.new(1, 1, 1)
  261. Addon.TextSize = 18
  262.  
  263. GlossEffect.Name = "GlossEffect"
  264. GlossEffect.Parent = Addon
  265. GlossEffect.BackgroundTransparency = 1
  266. GlossEffect.Size = UDim2.new(1, 0, 0.5, 0)
  267. GlossEffect.ZIndex = 2
  268. GlossEffect.Image = "rbxasset://textures/BWGradient.png"
  269. GlossEffect.ImageTransparency = 0.5
  270.  
  271. Recoil.Name = "Recoil"
  272. Recoil.Parent = TextLabel
  273. Recoil.BackgroundColor3 = Color3.new(1, 1, 1)
  274. Recoil.Position = UDim2.new(0, 0, 0, 260)
  275. Recoil.Size = UDim2.new(0, 100, 0, 50)
  276. Recoil.Style = Enum.ButtonStyle.RobloxRoundButton
  277. Recoil.Font = Enum.Font.Highway
  278. Recoil.FontSize = Enum.FontSize.Size11
  279. Recoil.Text = "Give Badges"
  280. Recoil.TextSize = 11
  281.  
  282. Credits.Name = "Credits"
  283. Credits.Parent = TextLabel
  284. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  285. Credits.BackgroundTransparency = 1
  286. Credits.Position = UDim2.new(0, 0, 0, 350)
  287. Credits.Size = UDim2.new(0, 200, 0, 50)
  288. Credits.Font = Enum.Font.SourceSansItalic
  289. Credits.FontSize = Enum.FontSize.Size24
  290. Credits.Text = "GUI MADE BY PoytoX"
  291. Credits.TextColor3 = Color3.new(0.509804, 0.796079, 1)
  292. Credits.TextSize = 24
  293.  
  294. ImageLabel_2.Parent = Credits
  295. ImageLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  296. ImageLabel_2.BackgroundTransparency = 0.89999997615814
  297. ImageLabel_2.Position = UDim2.new(0, 10, 0, 0)
  298. ImageLabel_2.Size = UDim2.new(0, 180, 0, 60)
  299. ImageLabel_2.Image = "rbxassetid://515571031"
  300. ImageLabel_2.ImageTransparency = 0.89999997615814
  301.  
  302. TextLabel2.Name = "TextLabel2"
  303. TextLabel2.Parent = PoytoXApoc
  304. TextLabel2.Active = true
  305. TextLabel2.BackgroundColor3 = Color3.new(0.270588, 0.270588, 0.270588)
  306. TextLabel2.BackgroundTransparency = 0.5
  307. TextLabel2.BorderSizePixel = 0
  308. TextLabel2.Draggable = true
  309. TextLabel2.Position = UDim2.new(0.5, 100, 0.5, -150)
  310. TextLabel2.Size = UDim2.new(0, 200, 0, 20)
  311. TextLabel2.Visible = true
  312. TextLabel2.Font = Enum.Font.ArialBold
  313. TextLabel2.FontSize = Enum.FontSize.Size18
  314. TextLabel2.Text = "--> Addon <--"
  315. TextLabel2.TextColor3 = Color3.new(1, 1, 1)
  316. TextLabel2.TextSize = 18
  317.  
  318. ImageLabel_3.Parent = TextLabel2
  319. ImageLabel_3.BackgroundTransparency = 1
  320. ImageLabel_3.Size = UDim2.new(1, 0, 0.5, 0)
  321. ImageLabel_3.ZIndex = 2
  322. ImageLabel_3.Image = "rbxasset://textures/BWGradient.png"
  323. ImageLabel_3.ImageTransparency = 0.5
  324.  
  325. Background_2.Name = "Background"
  326. Background_2.Parent = TextLabel2
  327. Background_2.BackgroundColor3 = Color3.new(0, 0, 0)
  328. Background_2.BackgroundTransparency = 0.30000001192093
  329. Background_2.BorderSizePixel = 0
  330. Background_2.Position = UDim2.new(0, 0, 0, 20)
  331. Background_2.Size = UDim2.new(0, 200, 0, 300)
  332.  
  333. ItemID21.Name = "ItemID"
  334. ItemID21.Parent = TextLabel2
  335. ItemID21.BackgroundColor3 = Color3.new(1, 1, 1)
  336. ItemID21.BackgroundTransparency = 0.30000001192093
  337. ItemID21.BorderColor3 = Color3.new(0.494118, 0.776471, 0.972549)
  338. ItemID21.Position = UDim2.new(0, 0, 0, 30)
  339. ItemID21.Size = UDim2.new(0, 200, 0, 25)
  340. ItemID21.Font = Enum.Font.Cartoon
  341. ItemID21.FontSize = Enum.FontSize.Size14
  342. ItemID21.Text = "Item Name"
  343. ItemID21.TextSize = 14
  344.  
  345. SPAWNITEM.Name = "Spawn"
  346. SPAWNITEM.Parent = TextLabel2
  347. SPAWNITEM.BackgroundColor3 = Color3.new(1, 1, 1)
  348. SPAWNITEM.Position = UDim2.new(0, 0, 0, 90)
  349. SPAWNITEM.Size = UDim2.new(0, 200, 0, 50)
  350. SPAWNITEM.Style = Enum.ButtonStyle.RobloxRoundButton
  351. SPAWNITEM.Font = Enum.Font.SourceSans
  352. SPAWNITEM.FontSize = Enum.FontSize.Size14
  353. SPAWNITEM.Text = "Spawn Item"
  354. SPAWNITEM.TextSize = 14
  355.  
  356. Slotaa.Name = "Amount"
  357. Slotaa.Parent = TextLabel2
  358. Slotaa.BackgroundColor3 = Color3.new(1, 1, 1)
  359. Slotaa.BackgroundTransparency = 0.30000001192093
  360. Slotaa.BorderColor3 = Color3.new(0.494118, 0.776471, 0.972549)
  361. Slotaa.Position = UDim2.new(0, 15, 0, 62)
  362. Slotaa.Size = UDim2.new(0, 165, 0, 25)
  363. Slotaa.Font = Enum.Font.Cartoon
  364. Slotaa.FontSize = Enum.FontSize.Size10
  365. Slotaa.Text = "Amount"
  366. Slotaa.TextSize = 10
  367.  
  368. SpawnBack.Name = "SpawnBack"
  369. SpawnBack.Parent = TextLabel2
  370. SpawnBack.BackgroundColor3 = Color3.new(0.709804, 0.709804, 0.709804)
  371. SpawnBack.BackgroundTransparency = 0.80000001192093
  372. SpawnBack.BorderSizePixel = 0
  373. SpawnBack.Position = UDim2.new(0, 0, 0, 20)
  374. SpawnBack.Size = UDim2.new(0, 200, 0, 125)
  375.  
  376. ServerMessageBack.Name = "ServerMessageBack"
  377. ServerMessageBack.Parent = TextLabel2
  378. ServerMessageBack.BackgroundColor3 = Color3.new(0.709804, 0.709804, 0.709804)
  379. ServerMessageBack.BackgroundTransparency = 0.80000001192093
  380. ServerMessageBack.BorderSizePixel = 0
  381. ServerMessageBack.Position = UDim2.new(0, 0, 0, 150)
  382. ServerMessageBack.Size = UDim2.new(0, 200, 0, 85)
  383.  
  384. Message.Name = "Message"
  385. Message.Parent = TextLabel2
  386. Message.BackgroundColor3 = Color3.new(1, 1, 1)
  387. Message.BackgroundTransparency = 0.30000001192093
  388. Message.BorderColor3 = Color3.new(0.494118, 0.776471, 0.972549)
  389. Message.Position = UDim2.new(0, 0, 0, 155)
  390. Message.Size = UDim2.new(0, 200, 0, 45)
  391. Message.Font = Enum.Font.Cartoon
  392. Message.FontSize = Enum.FontSize.Size18
  393. Message.Text = "Message"
  394. Message.TextSize = 18
  395.  
  396. SendMessage.Name = "SendMessage"
  397. SendMessage.Parent = TextLabel2
  398. SendMessage.BackgroundColor3 = Color3.new(1, 1, 1)
  399. SendMessage.Position = UDim2.new(0, 0, 0, 205)
  400. SendMessage.Size = UDim2.new(0, 200, 0, 25)
  401. SendMessage.Style = Enum.ButtonStyle.RobloxRoundButton
  402. SendMessage.Font = Enum.Font.SourceSans
  403. SendMessage.FontSize = Enum.FontSize.Size14
  404. SendMessage.Text = "Send Message"
  405. SendMessage.TextSize = 14
  406.  
  407. WeaponNameABack.Name = "WeaponNameABack"
  408. WeaponNameABack.Parent = TextLabel2
  409. WeaponNameABack.BackgroundColor3 = Color3.new(0.709804, 0.709804, 0.709804)
  410. WeaponNameABack.BackgroundTransparency = 0.80000001192093
  411. WeaponNameABack.BorderSizePixel = 0
  412. WeaponNameABack.Position = UDim2.new(0, 0, 0, 242)
  413. WeaponNameABack.Size = UDim2.new(0, 200, 0, 70)
  414.  
  415. WeaponNameA.Name = "WeaponNameA"
  416. WeaponNameA.Parent = TextLabel2
  417. WeaponNameA.BackgroundColor3 = Color3.new(1, 1, 1)
  418. WeaponNameA.BackgroundTransparency = 0.30000001192093
  419. WeaponNameA.BorderColor3 = Color3.new(0.494118, 0.776471, 0.972549)
  420. WeaponNameA.Position = UDim2.new(0, 0, 0, 245)
  421. WeaponNameA.Size = UDim2.new(0, 200, 0, 25)
  422. WeaponNameA.Font = Enum.Font.Cartoon
  423. WeaponNameA.FontSize = Enum.FontSize.Size14
  424. WeaponNameA.Text = "Weapon Name (ex: Makarov)"
  425. WeaponNameA.TextSize = 14
  426.  
  427. NoRecoil.Name = "NoRecoil"
  428. NoRecoil.Parent = TextLabel2
  429. NoRecoil.BackgroundColor3 = Color3.new(1, 1, 1)
  430. NoRecoil.Position = UDim2.new(0, 0, 0, 280)
  431. NoRecoil.Size = UDim2.new(0, 200, 0, 25)
  432. NoRecoil.Style = Enum.ButtonStyle.RobloxRoundButton
  433. NoRecoil.Font = Enum.Font.SourceSans
  434. NoRecoil.FontSize = Enum.FontSize.Size14
  435. NoRecoil.Text = "No Recoil"
  436. NoRecoil.TextSize = 14
  437.  
  438. --------------------------------------------------------------------------------------------
  439. Kill.MouseButton1Down:connect(function()
  440. lol = UserName.Text
  441. gitPlayer = game.Workspace:FindFirstChild(lol)
  442. game.Lighting.Remote.AddHealth:FireServer(gitPlayer.Humanoid, -420699001)
  443. end)
  444. --------------------------------------------------------------------------------------------
  445. KillAll.MouseButton1Down:connect(function()
  446. for i,v in pairs(game.Players:GetPlayers()) do
  447. if v.Name == game.Players.LocalPlayer.Name then
  448. print('nope')
  449. else
  450. getPlayer = game.Workspace:FindFirstChild(v.Name)
  451. wait(.01)
  452. game.Lighting.Remote.AddHealth:FireServer(getPlayer.Humanoid, -420699001)
  453. end
  454. end
  455. end)
  456. --------------------------------------------------------------------------------------------
  457. God.MouseButton1Down:connect(function()
  458. Player = game.Workspace:FindFirstChild(UserName.Text)
  459. while wait() do
  460. game.Lighting.Remote.AddHealth:FireServer(Player.Humanoid, 420699001)
  461. end
  462. print("Player Godded")
  463. end)
  464. ------------------------------
  465. HT.MouseButton1Down:connect(function()
  466. Playerr = game.Players:FindFirstChild(UserName.Text)
  467. Playerr.playerstats.Hunger.Value = 1000
  468. wait(1)
  469. Playerr.playerstats.Thirst.Value = 1000
  470. end)
  471. --------------------------------------------------------------------------------------------
  472. CarGod.MouseButton1Down:connect(function()
  473. for i,v in pairs(game.Workspace.Vehicles:GetChildren()) do
  474. if v.Name ~= "Holder" or v.Name ~= "VehicleWreck" then
  475. if v:findFirstChild("Stats") then
  476. while true do
  477. wait(1)
  478. v.Stats.Engine.Value = 420699001
  479. v.Stats.Tank.Value = 420699001
  480. v.Stats.Hull.Value = 420699001
  481. v.Stats.Armor.Value = 420699001
  482. v.Stats.Fuel.Value = 420
  483. end
  484. end
  485. end
  486. end
  487. end)
  488. --------------------------------------------------------------------------------------------
  489. CarSpeed.MouseButton1Down:connect(function()
  490. local MaxSpeed = 200
  491. for i,v in pairs(workspace.Vehicles:GetChildren()) do
  492. if v.Name ~= 'VehicleWreck' then
  493. v.Stats.MaxSpeed.Value = MaxSpeed
  494. v.Stats.MaxSpeed.Offroad.Value = MaxSpeed
  495. end
  496. end
  497. end)
  498. --------------------------------------------------------------------------------------------
  499. TPTOME.MouseButton1Down:connect(function()
  500. Player = UserName.Text
  501. game.Lighting.Remote:WaitForChild("TeleportRequest"):InvokeServer("To Me", math.floor(tick() % 1 * 100000), Player)
  502. end)
  503. --------------------------------------------------------------------------------------------
  504. TPTOPLAYER.MouseButton1Down:connect(function()
  505. Player = UserName.Text
  506. game.Lighting.Remote:WaitForChild("TeleportRequest"):InvokeServer("Me To", math.floor(tick() % 1 * 100000), Player)
  507. end)
  508. --------------------------------------------------------------------------------------------
  509. TPALLME.MouseButton1Down:connect(function()
  510. for i, v in pairs(game.Players:GetChildren()) do name = v.Name if v.Name ~= game.Players.LocalPlayer.Name and v.Name ~= "" then game.Lighting.Remote:WaitForChild("TeleportRequest"):InvokeServer("To Me", 0, name)
  511. end
  512. end
  513. end)
  514. --------------------------------------------------------------------------------------------
  515. GiveBadges.MouseButton1Down:connect(function()
  516. Player = UserName.Text
  517. Player.playerstats.PlayerKill.Defensive.Value = 75
  518. Player.LocalPlayer.playerstats.ZombieKill.Military.Value = 751
  519. Player.LocalPlayer.playerstats.Days.Value = 30
  520. end)
  521. --------------------------------------------------------------------------------------------
  522. PatriotKit.MouseButton1Down:connect(function()
  523. Player = UserName.Text
  524.  
  525. game.Lighting.Remote.AddObject:FireServer(game.Players[Player].playerstats.slots.slotbackpack, 4016)
  526. wait(.1)
  527. game.Lighting.Remote.AddObject:FireServer(game.Players[Player].playerstats.slots.slotprimary, 1021)
  528. wait(.1)
  529. game.Lighting.Remote.AddObject:FireServer(game.Players[Player].playerstats.slots.slot1, 11)
  530. wait(.1)
  531. game.Lighting.Remote.AddObject:FireServer(game.Players[Player].playerstats.slots.slot2, 11)
  532. wait(.1)
  533. game.Lighting.Remote.AddObject:FireServer(game.Players[Player].playerstats.slots.slot3, 11)
  534. wait(.1)
  535. game.Lighting.Remote.AddObject:FireServer(game.Players[Player].playerstats.slots.slot4, 53)
  536. wait(.1)
  537. game.Lighting.Remote.AddObject:FireServer(game.Players[Player].playerstats.slots.slot5, 53)
  538. wait(.1)
  539. game.Lighting.Remote.AddObject:FireServer(game.Players[Player].playerstats.slots.slot6, 53)
  540. wait(.1)
  541. game.Lighting.Remote.AddObject:FireServer(game.Players[Player].playerstats.slots.slot7, 53)
  542. wait(.1)
  543. game.Lighting.Remote.AddObject:FireServer(game.Players[Player].playerstats.slots.slot8, 53)
  544. wait(.1)
  545. game.Lighting.Remote.AddObject:FireServer(game.Players[Player].playerstats.slots.slot9, 53)
  546. wait(.1)
  547. game.Lighting.Remote.AddObject:FireServer(game.Players[Player].playerstats.slots.slot10, 53)
  548. wait(.1)
  549. game.Lighting.Remote.AddObject:FireServer(game.Players[Player].playerstats.slots.slot11, 53)
  550. wait(.1)
  551. game.Lighting.Remote.AddObject:FireServer(game.Players[Player].playerstats.slots.slot12, 11)
  552. wait(.1)
  553. game.Lighting.Remote.AddObject:FireServer(game.Players[Player].playerstats.slots.slot13, 11)
  554. wait(.1)
  555. game.Lighting.Remote.AddObject:FireServer(game.Players[Player].playerstats.slots.slot14, 11)
  556. wait(.1)
  557. game.Lighting.Remote.AddObject:FireServer(game.Players[Player].playerstats.slots.slot15, 11)
  558. wait(.1)
  559. game.Lighting.Remote.AddObject:FireServer(game.Players[Player].playerstats.slots.slot16, 11)
  560. wait(.1)
  561. game.Lighting.Remote.AddObject:FireServer(game.Players[Player].playerstats.slots.slot17, 11)
  562. wait(.1)
  563. game.Lighting.Remote.AddObject:FireServer(game.Players[Player].playerstats.slots.slot18, 9005)
  564. wait(.1)
  565. game.Lighting.Remote.AddObject:FireServer(game.Players[Player].playerstats.slots.slot19, 9009)
  566. wait(.1)
  567. game.Lighting.Remote.AddObject:FireServer(game.Players[Player].playerstats.slots.slot20, 9013)
  568. wait(.1)
  569. print("Patriot Kit Recieved!")
  570. end)
  571. --------------------------------------------------------------------------------------------
  572. Addon.MouseButton1Down:connect(function()
  573. wait(0.1)
  574. TextLabel2.Visible = true
  575. end)
  576. --------------------------------------------------------------------------------------------
  577. SendMessage.MouseButton1Down:connect(function()
  578. for i,v in pairs(game.Players:GetChildren()) do game.Lighting.Remote.SendMessage:FireServer(v, 'Red', Message.Text)
  579. end
  580. end)
  581. --------------------------------------------------------------------------------------------
  582. NoRecoil.MouseButton1Down:connect(function()
  583. local plrr = game.Players:FindFirstChild(UserName.Text)
  584. plr = plrr.Backpack:FindFirstChild(WeaponNameA.Text)
  585. plr.Stats.Recoil.Value = 0
  586. plr.Stats.Accuracy.Value = 0
  587. plr.Stats.Offset.Value = 0
  588. end)
  589. --------------------------------------------------------------------------------------------
  590. --------------------------------------------------------------------------------------------
  591. SPAWNITEM.MouseButton1Down:connect(function()
  592. local getItemName = ItemID21
  593. ItemCodes = {
  594. ["AK104"] = 1037, ["WindscreenGlass"] = 184, ["WaterBottle"] = 209, ["Watch"] = 3001, ["VehicleJack"] = 3016,
  595. ["Vegetables"] = 214, ["VS50"] = 256, ["Uzi"] = 2015, ["Ushanka"] = 7014, ["USP45Ammo"] = 26, ["USP45"] = 2007,
  596. ["Twinkies"] = 212, ["Tuna"] = 4, ["TrinityBeret"] = 7015, ["TomatoSoup"] = 215, ["TM46"] = 257,
  597. ["TEC9Ammo32"] = 57, ["TEC9Ammo20"] = 56, ["TEC9Ammo"] = 20, ["TEC-9"] = 2005, ["SurvivalPackTan"] = 4009,
  598. ["SurvivalPackGrey"] = 4010, ["SurvivalPackGreen"] = 4011, ["SurvivalPackBrown"] = 4012, ["Suppressor9"] = 9007,
  599. ["Suppressor762"] = 9010, ["Suppressor556"] = 9009, ["Suppressor545"] = 9011, ["Suppressor45"] = 9008,
  600. ["Spam"] = 6, ["SodaSprite"] = 205, ["SodaRoot"] = 207, ["SodaPepsi"] = 7, ["SodaPepper"] = 9,
  601. ["SodaMoxie"] = 208, ["SodaDew"] = 202, ["SodaCrush"] = 201, ["SodaCoke"] = 8, ["ShotgunAmmo"] = 18,
  602. ["Shotgun"] = 1002, ["ShadesGrey"] = 8005, ["ShadesBlack"] = 8001, ["ScrapMetal"] = 183, ["Sabre"] = 3014,
  603. ["SUSAT"] = 9014, ["STANAGAmmo50"] = 52, ["STANAGAmmo30"] = 51, ["STANAGAmmo100"] = 53, ["SKSAmmo"] = 45,
  604. ["SKS"] = 1018, ["SCAR-L"] = 1022, ["RoadFlare"] = 251, ["RevolverAmmo"] = 25, ["Revolver"] = 2006,
  605. ["ReinforcedWheel"] = 189, ["Reflex"] = 9003, ["RedChemlight"] = 3020, ["RedBeret"] = 7013, ["RawMeat"] = 220,
  606. ["Ranger"] = 7003, ["RamboClothingTop"] = 5003, ["RamboClothingBottom"] = 6003, ["Radio"] = 3018,
  607. ["RPK"] = 1034, ["Pringles"] = 204, ["SSBeret"] = 7020, ["PilotGreen"] = 7010, ["PilotBlack"] = 7009, ["Pasta"] = 5,
  608. ["Painkillers"] = 12, ["PaddedClothingTop"] = 5002, ["PaddedClothingBottom"] = 6002, ["PPSHAmmo"] = 46,
  609. ["PPSH"] = 1019, ["PP19Ammo64"] = 58, ["SmallCrate"] = 38, ["OmniLight"] = 3015, ["OTs-14"] = 1036,
  610. ["NagantAmmo"] = 17, ["Mosin-Nagant"] = 1001, ["Model459Ammo14"] = 59, ["Model 459"] = 2013, ["Mk48Ammo"] = 23,
  611. ["Mk 48"] = 1005, ["Mk23"] = 2018, ["Mk17"] = 1031, ["MilitaryPackGrime"] = 4013, ["MilitaryPackGrey"] = 4015,
  612. ["MilitaryPackGreen"] = 4014, ["MilitaryPackBlack"] = 4016, ["MaverickAmmo"] = 27, ["Maverick"] = 1010,
  613. ["Material6"] = 36, ["Material5"] = 35, ["Material4"] = 34, ["Material3"] = 33, ["Material2"] = 32,
  614. ["Material1"] = 31, ["Matches"] = 3005, ["MaskSpecOps"] = 8009, ["MaskPhantom"] = 8013, ["MaskMime"] = 8008,
  615. ["MaskMercenary"] = 8007, ["MaskHockey"] = 8012, ["Map"] = 3003, ["MakarovAmmo"] = 16, ["Makarov"] = 2003,
  616. ["MRE"] = 10, ["MP5Ammo"] = 29, ["MP5"] = 1012, ["M9Ammo32"] = 55, ["M9Ammo17"] = 54, ["M9Ammo"] = 19,
  617. ["M93R"] = 2016, ["M9"] = 2004, ["M870Ammo"] = 28, ["M870"] = 1011, ["M4A1"] = 1004, -- ["M4A1Ammo"] = 22,
  618. ["M3Ammo30"] = 60, ["TheM3"] = 1028, ["M249Ammo100"] = 61, ["M249"] = 1024, ["M1911Ammo"] = 15, ["M1911"] = 2002,
  619. ["M14"] = 1016, ["M1014"] = 1027, ["M14Ammo50"] = 64, ["M14Ammo30"] = 63, ["M14Ammo20"] = 62,
  620. ["M1 Garand"] = 1006, ["Lemonade"] = 206, ["Laser"] = 9006, ["Kobra"] = 9004, ["Knife"] = 3013,
  621. ["KethArmorTop"] = 5011, ["KethArmorBottom"] = 6011, ["JerryCanEmpty"] = 186, ["JerryCan"] = 185,
  622. ["HornRimmed"] = 8006, ["Holo"] = 9002, ["HikingPackWhite"] = 4006, ["HikingPackOrange"] = 4005,
  623. ["HikingPackBrown"] = 4008, ["HikingPackBlue"] = 4007, ["Hatchet"] = 3011, ["HK417"] = 1033, ["HK21"] = 1032,
  624. ["GusArmorTop"] = 5010, ["GusArmorBottom"] = 6010, ["Grip"] = 9005, ["GreenChemlight"] = 3021,
  625. ["GarandAmmo"] = 24, ["GPS"] = 3006, ["G37"] = 2017, ["G36K"] = 1023, ["G3"] = 1030, -- ["G18Ammo"] = 41,
  626. ["G18"] = 2011, ["FuelTank"] = 182, ["Floodlight"] = 37, ["FlashlightSurvival"] = 3009,
  627. ["FlashlightOld"] = 3008, ["FlashlightMilitary"] = 3010, ["FlashlightAttachment"] = 9012, ["Firewood"] = 250,
  628. ["Firefighter"] = 8004, ["FedorovAmmo"] = 44, ["Fedorov"] = 1017, ["Fedora"] = 7004, ["FannyPackWhite"] = 4002,
  629. ["FannyPackTan"] = 4001, ["FannyPackPurple"] = 4004, ["FannyPackBlue"] = 4003, ["TheFal"] = 1029,
  630. ["Eyepatch"] = 8003, ["Entrencher"] = 3004, ["EngineParts"] = 181, ["EnfieldAmmo"] = 42, ["Enfield"] = 1015,
  631. ["Detonator"] = 3017, ["Crowbar"] = 3012, ["CowlGreen"] = 7002, ["CowlBlack"] = 7001, ["Cowboy"] = 7012,
  632. ["CookedMeat"] = 221, ["Compass"] = 3002, ["ClothingTopFalse"] = 5000, ["ClothingBottomFalse"] = 6000,
  633. ["CivilianClothingTop"] = 5001, ["CivilianClothingBottom"] = 6001, ["ChocolateBar"] = 211, ["ChipsAhoy"] = 213,
  634. ["ChickenSoup"] = 216, ["CheezIts"] = 203, ["CarWheel"] = 180, ["CamoWoodlandsTop"] = 5007,
  635. ["CamoWoodlandsBottom"] = 6007, ["CamoUrbanTop"] = 5005, ["CamoUrbanBottom"] = 6005, ["CamoSpecialTop"] = 5009,
  636. ["CamoSpecialBottom"] = 6009, ["CamoSnowTop"] = 5008, ["CamoSnowBottom"] = 6008, ["CamoJungleTop"] = 5006,
  637. ["CamoJungleBottom"] = 6006, ["CamoDesertTop"] = 5004, ["CamoDesertBottom"] = 6004, ["CZ75Ammo"] = 40,
  638. ["CZ75"] = 2010, ["CCO"] = 9001, ["CBJ-MS"] = 2014, ["C4"] = 255, ["BrimmedBrown"] = 7007,
  639. ["BrimmedBlack"] = 7008, ["Bowler"] = 7005, ["BlueChemlight"] = 3022, ["BloodBag"] = 11, ["Binoculars"] = 3007,
  640. ["Biker"] = 7006, ["BeefStew"] = 217, ["BeefJerky"] = 210, ["Beans"] = 3, ["Beanie"] = 7011,
  641. ["BandanaSkull"] = 8014, ["BandanaRenegade"] = 8011, ["BandanaRed"] = 8010, ["BandanaBlack"] = 8002,
  642. ["BallisticUrban"] = 7018, ["BallisticSpecOps"] = 7019, ["BallisticJungle"] = 7017, ["BallisticGlass"] = 187,
  643. ["BallisticDesert"] = 7016, ["Auto-5"] = 1025, ["ArmorPlates"] = 188, ["AN-94"] = 1040, ["AKS74U"] = 1041,
  644. ["AKM"] = 1038, ["AKAmmo75"] = 67, ["AKAmmo45"] = 66, ["AKAmmo30"] = 65, ["AK47Ammo75"] = 50,
  645. ["AK47Ammo40"] = 49, ["AK47Ammo30"] = 48, ["AK74"] = 1039, ["AK-47"] = 1003, ["AK12"] = 1035,
  646. ["ACOG"] = 9013, ["LargeCrate"] = 39, ["PP19"] = 1026
  647. }
  648. function GetItem(Name)
  649. for lootName, lootid in pairs(ItemCodes) do
  650. if string.find(string.lower(lootName),string.lower(Name)) then
  651. local RealName = lootName
  652. local RealId = lootid
  653. return(RealId)
  654. end
  655. end
  656. end
  657. function GetNextOpenSlot()
  658. for i,v in pairs(game.Players:FindFirstChild(UserName.Text).playerstats.slots:GetChildren()) do
  659. if not v:FindFirstChild('ObjectID') then
  660. return v
  661. end
  662. end
  663. end
  664. for i = 1, Slotaa.Text do
  665. game.Lighting.Remote.AddObject:FireServer(GetNextOpenSlot(),tonumber(GetItem(getItemName.Text)))
  666. wait(.50)
  667. end
  668. end)
  669.  
  670. TextLabel.Visible = false
  671. TextLabel2.Visible = false
  672.  
  673. for i,v in pairs (WhiteList) do
  674. if i == game.Players.LocalPlayer.Name then
  675. script.APanel:Clone().Parent = script.Parent.PoytoXApoc
  676. end
  677. end
  678.  
  679. AButton.MouseButton1Down:connect(function()
  680. for i,v in pairs (WhiteList) do
  681. if i == game.Players.LocalPlayer.Name then
  682. if v == tostring(AButton.Text) then
  683. TextLabel.Visible = true
  684. TextLabel2.Visible = true
  685. AFrame:Destroy()
  686. else
  687. ABoox.Text = "Error: Wrong password"
  688. end
  689. end
  690. end
  691. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement