Advertisement
aaaaaaaaagoogle

aaaaaaaaaaa

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