Advertisement
D0MiN0_FX

Apoc GUI | Sethmilkmans's

Dec 8th, 2016
758
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 120.88 KB | None | 0 0
  1. --This seth milk mans old apoc GUI (very lit)
  2. if game.Players.LocalPlayer.PlayerScripts:FindFirstChild("LocalScript") then
  3. game.Players.LocalPlayer.PlayerScripts.LocalScript.Disabled = true
  4. game.Players.LocalPlayer.PlayerScripts.LocalScript:Destroy()
  5. wait()
  6. game.Players.LocalPlayer.PlayerScripts.LocalScript.Disabled = true
  7. game.Players.LocalPlayer.PlayerScripts.LocalScript:Destroy()
  8. end
  9. game.Players.LocalPlayer.PlayerScripts.ChildAdded:connect(function(kek)
  10. if kek.Name == "LocalScript" then
  11. kek.Disabled = true
  12. kek:Destroy()
  13. end
  14. end)
  15. local mt = getrawmetatable(game)
  16. if fullaccess then
  17. fullaccess(mt)
  18. elseif setreadonly then
  19. setreadonly(mt,false)
  20. end
  21. local foh = mt.__index
  22. local topkey = nil
  23. local good = game.Lighting.Remote.ChangeValue
  24. mt.__index = function(r, m)
  25. if r == good and m == "FireServer" then
  26. return function(self, kekekekek, ...)
  27. if not topkey then
  28. topkey = kekekekek
  29. end
  30. foh(r, m)(self, kekekekek, ...)
  31. end
  32. end
  33. return foh(r, m)
  34. end
  35. while wait() do
  36. if topkey ~= nil then
  37. print(topkey)
  38. kek = topkey
  39. if game.Lighting.Remote:FindFirstChild("AddDamageSelf") then
  40. game.Lighting.Remote.Destruct:FireServer(topkey, game.Lighting.Remote.AddDamageSelf)
  41. end
  42. CreateGui = function()
  43. local NewGuiPart1 = Instance.new("ScreenGui")
  44. NewGuiPart1.Name = "SpawnGui"
  45. NewGuiPart1.Parent = game.CoreGui
  46. local NewGuiPart2 = Instance.new("Frame")
  47. NewGuiPart2.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  48. NewGuiPart2.BackgroundTransparency = 0.40000000596046
  49. NewGuiPart2.Name = "PlayerInfo"
  50. NewGuiPart2.Position = UDim2.new(0.5, -100, 0, 60)
  51. NewGuiPart2.Size = UDim2.new(0, 200, 0, 17)
  52. NewGuiPart2.ZIndex = 8
  53. NewGuiPart2.Parent = NewGuiPart1
  54.  
  55. local NewGuiPart3 = Instance.new("TextLabel")
  56. NewGuiPart3.BackgroundColor3 = Color3.new(0.639216, 0.635294, 0.647059)
  57. NewGuiPart3.BackgroundTransparency = 1
  58. NewGuiPart3.BorderSizePixel = 0
  59. NewGuiPart3.Name = "pName"
  60. NewGuiPart3.Position = UDim2.new(0, 0, -1, -3)
  61. NewGuiPart3.Size = UDim2.new(1, 0, 1, 0)
  62. NewGuiPart3.ZIndex = 8
  63. NewGuiPart3.Font = Enum.Font.ArialBold
  64. NewGuiPart3.FontSize = Enum.FontSize.Size24
  65. NewGuiPart3.Text = "Player"
  66. NewGuiPart3.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  67. NewGuiPart3.TextStrokeTransparency = 0.69999998807907
  68. NewGuiPart3.Parent = NewGuiPart2
  69.  
  70. local NewGuiPart4 = Instance.new("TextLabel")
  71. NewGuiPart4.BackgroundColor3 = Color3.new(0.639216, 0.635294, 0.647059)
  72. NewGuiPart4.BackgroundTransparency = 1
  73. NewGuiPart4.BorderSizePixel = 0
  74. NewGuiPart4.Name = "Health"
  75. NewGuiPart4.Size = UDim2.new(1, 0, 1, 0)
  76. NewGuiPart4.ZIndex = 10
  77. NewGuiPart4.Font = Enum.Font.ArialBold
  78. NewGuiPart4.FontSize = Enum.FontSize.Size18
  79. NewGuiPart4.Text = "100"
  80. NewGuiPart4.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  81. NewGuiPart4.Parent = NewGuiPart2
  82.  
  83. local NewGuiPart5 = Instance.new("Frame")
  84. NewGuiPart5.BackgroundColor3 = Color3.new(0, 0.74902, 0)
  85. NewGuiPart5.BackgroundTransparency = 0.5
  86. NewGuiPart5.BorderSizePixel = 0
  87. NewGuiPart5.Name = "Bar"
  88. NewGuiPart5.Size = UDim2.new(1, 0, 1, 0)
  89. NewGuiPart5.ZIndex = 9
  90. NewGuiPart5.Parent = NewGuiPart2
  91.  
  92. local NewGuiPart6 = Instance.new("TextButton")
  93. NewGuiPart6.Active = true
  94. NewGuiPart6.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  95. NewGuiPart6.BackgroundTransparency = 0.40000000596046
  96. NewGuiPart6.Name = "Previous"
  97. NewGuiPart6.Position = UDim2.new(0, -21, 0, 0)
  98. NewGuiPart6.Selectable = true
  99. NewGuiPart6.Size = UDim2.new(0, 17, 1, 0)
  100. NewGuiPart6.Style = Enum.ButtonStyle.Custom
  101. NewGuiPart6.ZIndex = 9
  102. NewGuiPart6.Font = Enum.Font.ArialBold
  103. NewGuiPart6.FontSize = Enum.FontSize.Size14
  104. NewGuiPart6.Text = "<"
  105. NewGuiPart6.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  106. NewGuiPart6.Parent = NewGuiPart2
  107.  
  108. local NewGuiPart7 = Instance.new("TextButton")
  109. NewGuiPart7.Active = true
  110. NewGuiPart7.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  111. NewGuiPart7.BackgroundTransparency = 0.40000000596046
  112. NewGuiPart7.Name = "Reset"
  113. NewGuiPart7.Position = UDim2.new(1, -68, 1, 4)
  114. NewGuiPart7.Selectable = true
  115. NewGuiPart7.Size = UDim2.new(0, 68, 0, 11)
  116. NewGuiPart7.Style = Enum.ButtonStyle.Custom
  117. NewGuiPart7.ZIndex = 9
  118. NewGuiPart7.Font = Enum.Font.ArialBold
  119. NewGuiPart7.FontSize = Enum.FontSize.Size14
  120. NewGuiPart7.Text = "Reset View"
  121. NewGuiPart7.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  122. NewGuiPart7.Parent = NewGuiPart2
  123.  
  124. local NewGuiPart8 = Instance.new("TextButton")
  125. NewGuiPart8.Active = true
  126. NewGuiPart8.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  127. NewGuiPart8.BackgroundTransparency = 0.40000000596046
  128. NewGuiPart8.Name = "Next"
  129. NewGuiPart8.Position = UDim2.new(1, 4, 0, 0)
  130. NewGuiPart8.Selectable = true
  131. NewGuiPart8.Size = UDim2.new(0, 17, 1, 0)
  132. NewGuiPart8.Style = Enum.ButtonStyle.Custom
  133. NewGuiPart8.ZIndex = 9
  134. NewGuiPart8.Font = Enum.Font.ArialBold
  135. NewGuiPart8.FontSize = Enum.FontSize.Size14
  136. NewGuiPart8.Text = ">"
  137. NewGuiPart8.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  138. NewGuiPart8.Parent = NewGuiPart2
  139.  
  140. local NewGuiPart9 = Instance.new("Frame")
  141. NewGuiPart9.Active = true
  142. NewGuiPart9.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  143. NewGuiPart9.BackgroundTransparency = 0.40000000596046
  144. NewGuiPart9.Name = "BigFrame"
  145. NewGuiPart9.Position = UDim2.new(0.5, -250, 0.5, -175)
  146. NewGuiPart9.Size = UDim2.new(0, 500, 0, 350)
  147. NewGuiPart9.ClipsDescendants = true
  148. NewGuiPart9.Draggable = true
  149. NewGuiPart9.Parent = NewGuiPart1
  150.  
  151. local NewGuiPart10 = Instance.new("Frame")
  152. NewGuiPart10.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  153. NewGuiPart10.BackgroundTransparency = 1
  154. NewGuiPart10.Name = "Local"
  155. NewGuiPart10.Size = UDim2.new(1, 0, 1, 0)
  156. NewGuiPart10.Visible = false
  157. NewGuiPart10.ZIndex = 2
  158. NewGuiPart10.ClipsDescendants = true
  159. NewGuiPart10.Parent = NewGuiPart9
  160.  
  161. local NewGuiPart11 = Instance.new("Frame")
  162. NewGuiPart11.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  163. NewGuiPart11.BackgroundTransparency = 1
  164. NewGuiPart11.Position = UDim2.new(0.00999999978, 0, 0, 28)
  165. NewGuiPart11.Size = UDim2.new(0.980000019, 0, 0, 17)
  166. NewGuiPart11.ZIndex = 8
  167. NewGuiPart11.Parent = NewGuiPart10
  168.  
  169. local NewGuiPart12 = Instance.new("TextLabel")
  170. NewGuiPart12.BackgroundColor3 = Color3.new(0.639216, 0.635294, 0.647059)
  171. NewGuiPart12.BackgroundTransparency = 1
  172. NewGuiPart12.BorderSizePixel = 0
  173. NewGuiPart12.Name = "Item"
  174. NewGuiPart12.Size = UDim2.new(0, 40, 0, 17)
  175. NewGuiPart12.ZIndex = 8
  176. NewGuiPart12.Font = Enum.Font.ArialBold
  177. NewGuiPart12.FontSize = Enum.FontSize.Size14
  178. NewGuiPart12.Text = "Item: "
  179. NewGuiPart12.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  180. NewGuiPart12.Parent = NewGuiPart11
  181.  
  182. local NewGuiPart13 = Instance.new("TextBox")
  183. NewGuiPart13.BackgroundColor3 = Color3.new(0.0431373, 0.0431373, 0.0431373)
  184. NewGuiPart13.BackgroundTransparency = 0.40000000596046
  185. NewGuiPart13.BorderColor3 = Color3.new(0, 0, 0)
  186. NewGuiPart13.BorderSizePixel = 0
  187. NewGuiPart13.Name = "Box"
  188. NewGuiPart13.Position = UDim2.new(1, 0, 0, 2)
  189. NewGuiPart13.Size = UDim2.new(3.5, 2, 1, -4)
  190. NewGuiPart13.ZIndex = 9
  191. NewGuiPart13.Font = Enum.Font.ArialBold
  192. NewGuiPart13.FontSize = Enum.FontSize.Size14
  193. NewGuiPart13.Text = ""
  194. NewGuiPart13.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  195. NewGuiPart13.Parent = NewGuiPart12
  196.  
  197. local NewGuiPart14 = Instance.new("TextLabel")
  198. NewGuiPart14.BackgroundColor3 = Color3.new(0.639216, 0.635294, 0.647059)
  199. NewGuiPart14.BackgroundTransparency = 1
  200. NewGuiPart14.BorderSizePixel = 0
  201. NewGuiPart14.Name = "Count"
  202. NewGuiPart14.Position = UDim2.new(0, 171, 0, 0)
  203. NewGuiPart14.Size = UDim2.new(0, 40, 0, 17)
  204. NewGuiPart14.ZIndex = 8
  205. NewGuiPart14.Font = Enum.Font.ArialBold
  206. NewGuiPart14.FontSize = Enum.FontSize.Size14
  207. NewGuiPart14.Text = "x"
  208. NewGuiPart14.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  209. NewGuiPart14.Parent = NewGuiPart11
  210.  
  211. local NewGuiPart15 = Instance.new("TextBox")
  212. NewGuiPart15.BackgroundColor3 = Color3.new(0.0431373, 0.0431373, 0.0431373)
  213. NewGuiPart15.BackgroundTransparency = 0.40000000596046
  214. NewGuiPart15.BorderColor3 = Color3.new(0, 0, 0)
  215. NewGuiPart15.BorderSizePixel = 0
  216. NewGuiPart15.Name = "Box"
  217. NewGuiPart15.Position = UDim2.new(0, 29, 0, 2)
  218. NewGuiPart15.Size = UDim2.new(0, 15, 1, -4)
  219. NewGuiPart15.ZIndex = 9
  220. NewGuiPart15.Font = Enum.Font.ArialBold
  221. NewGuiPart15.FontSize = Enum.FontSize.Size14
  222. NewGuiPart15.Text = ""
  223. NewGuiPart15.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  224. NewGuiPart15.Parent = NewGuiPart14
  225.  
  226. local NewGuiPart16 = Instance.new("TextButton")
  227. NewGuiPart16.Active = true
  228. NewGuiPart16.BackgroundColor3 = Color3.new(0, 0.333333, 0)
  229. NewGuiPart16.BackgroundTransparency = 0.60000002384186
  230. NewGuiPart16.BorderColor3 = Color3.new(0, 0, 0)
  231. NewGuiPart16.BorderSizePixel = 0
  232. NewGuiPart16.Name = "Spawn"
  233. NewGuiPart16.Position = UDim2.new(0, 218, 0, 2)
  234. NewGuiPart16.Selectable = true
  235. NewGuiPart16.Size = UDim2.new(0, 50, 1, -4)
  236. NewGuiPart16.Style = Enum.ButtonStyle.Custom
  237. NewGuiPart16.ZIndex = 9
  238. NewGuiPart16.Font = Enum.Font.ArialBold
  239. NewGuiPart16.FontSize = Enum.FontSize.Size12
  240. NewGuiPart16.Text = "SPAWN"
  241. NewGuiPart16.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  242. NewGuiPart16.Parent = NewGuiPart11
  243.  
  244. local NewGuiPart17 = Instance.new("ScrollingFrame")
  245. NewGuiPart17.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  246. NewGuiPart17.BackgroundTransparency = 0.40000000596046
  247. NewGuiPart17.Name = "ItemList"
  248. NewGuiPart17.Position = UDim2.new(0, 0, 1, 25)
  249. NewGuiPart17.Selectable = true
  250. NewGuiPart17.Size = UDim2.new(0, 271, 0, 100)
  251. NewGuiPart17.CanvasSize = UDim2.new(0, 0, 0, 0)
  252. NewGuiPart17.ScrollBarThickness = 4
  253. NewGuiPart17.ClipsDescendants = true
  254. NewGuiPart17.Parent = NewGuiPart11
  255.  
  256. local NewGuiPart18 = Instance.new("TextButton")
  257. NewGuiPart18.Active = true
  258. NewGuiPart18.BackgroundColor3 = Color3.new(0.0431373, 0.0431373, 0.0431373)
  259. NewGuiPart18.BackgroundTransparency = 0.60000002384186
  260. NewGuiPart18.BorderColor3 = Color3.new(0, 0, 0)
  261. NewGuiPart18.BorderSizePixel = 0
  262. NewGuiPart18.Name = "Template"
  263. NewGuiPart18.Position = UDim2.new(0, 2, 0, 2)
  264. NewGuiPart18.Selectable = true
  265. NewGuiPart18.Size = UDim2.new(1, -4, 0, 13)
  266. NewGuiPart18.Style = Enum.ButtonStyle.Custom
  267. NewGuiPart18.Visible = false
  268. NewGuiPart18.ZIndex = 9
  269. NewGuiPart18.Font = Enum.Font.ArialBold
  270. NewGuiPart18.FontSize = Enum.FontSize.Size12
  271. NewGuiPart18.Text = "MilitaryPackBlack"
  272. NewGuiPart18.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  273. NewGuiPart18.Parent = NewGuiPart17
  274.  
  275. local NewGuiPart19 = Instance.new("TextBox")
  276. NewGuiPart19.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  277. NewGuiPart19.BackgroundTransparency = 0.40000000596046
  278. NewGuiPart19.Name = "SearchBox"
  279. NewGuiPart19.Position = UDim2.new(0, 0, 1, 4)
  280. NewGuiPart19.Size = UDim2.new(0, 271, 0, 17)
  281. NewGuiPart19.ZIndex = 9
  282. NewGuiPart19.Font = Enum.Font.ArialBold
  283. NewGuiPart19.FontSize = Enum.FontSize.Size14
  284. NewGuiPart19.Text = "Click here to search"
  285. NewGuiPart19.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  286. NewGuiPart19.Parent = NewGuiPart11
  287.  
  288. local NewGuiPart20 = Instance.new("Frame")
  289. NewGuiPart20.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  290. NewGuiPart20.BackgroundTransparency = 0.40000000596046
  291. NewGuiPart20.Size = UDim2.new(0, 271, 0, 17)
  292. NewGuiPart20.ZIndex = 8
  293. NewGuiPart20.Parent = NewGuiPart11
  294.  
  295. local NewGuiPart21 = Instance.new("TextLabel")
  296. NewGuiPart21.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  297. NewGuiPart21.BackgroundTransparency = 0.40000000596046
  298. NewGuiPart21.Name = "Title"
  299. NewGuiPart21.Position = UDim2.new(0, 274, 0, 0)
  300. NewGuiPart21.Size = UDim2.new(1, -274, 0, 17)
  301. NewGuiPart21.ZIndex = 8
  302. NewGuiPart21.Font = Enum.Font.ArialBold
  303. NewGuiPart21.FontSize = Enum.FontSize.Size14
  304. NewGuiPart21.Text = "LoadOuts"
  305. NewGuiPart21.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  306. NewGuiPart21.Parent = NewGuiPart11
  307.  
  308. local NewGuiPart22 = Instance.new("ScrollingFrame")
  309. NewGuiPart22.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  310. NewGuiPart22.BackgroundTransparency = 0.40000000596046
  311. NewGuiPart22.Name = "LoadOutList"
  312. NewGuiPart22.Position = UDim2.new(0, 274, 1, 4)
  313. NewGuiPart22.Selectable = true
  314. NewGuiPart22.Size = UDim2.new(1, -274, 0, 121)
  315. NewGuiPart22.CanvasSize = UDim2.new(0, 0, 0, 0)
  316. NewGuiPart22.ScrollBarThickness = 4
  317. NewGuiPart22.ClipsDescendants = true
  318. NewGuiPart22.Parent = NewGuiPart11
  319.  
  320. local NewGuiPart23 = Instance.new("Frame")
  321. NewGuiPart23.BackgroundColor3 = Color3.new(0, 0, 0)
  322. NewGuiPart23.Name = "Line"
  323. NewGuiPart23.Position = UDim2.new(0.00999999978, 0, 0, 174)
  324. NewGuiPart23.Size = UDim2.new(0.980000019, 0, 0, 1)
  325. NewGuiPart23.ClipsDescendants = true
  326. NewGuiPart23.Parent = NewGuiPart10
  327.  
  328. local NewGuiPart24 = Instance.new("Frame")
  329. NewGuiPart24.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  330. NewGuiPart24.BackgroundTransparency = 1
  331. NewGuiPart24.Name = "Frame2"
  332. NewGuiPart24.Position = UDim2.new(0.00999999978, 0, 0, 179)
  333. NewGuiPart24.Size = UDim2.new(0.980000019, 0, 0, 17)
  334. NewGuiPart24.ZIndex = 8
  335. NewGuiPart24.Parent = NewGuiPart10
  336.  
  337. local NewGuiPart25 = Instance.new("TextLabel")
  338. NewGuiPart25.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  339. NewGuiPart25.BackgroundTransparency = 0.40000000596046
  340. NewGuiPart25.Name = "Hunger"
  341. NewGuiPart25.Size = UDim2.new(0.300000012, 0, 0, 17)
  342. NewGuiPart25.ZIndex = 8
  343. NewGuiPart25.Font = Enum.Font.ArialBold
  344. NewGuiPart25.FontSize = Enum.FontSize.Size14
  345. NewGuiPart25.Text = " Infinite Hunger"
  346. NewGuiPart25.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  347. NewGuiPart25.TextXAlignment = Enum.TextXAlignment.Left
  348. NewGuiPart25.Parent = NewGuiPart24
  349.  
  350. local NewGuiPart26 = Instance.new("TextButton")
  351. NewGuiPart26.Active = true
  352. NewGuiPart26.BackgroundColor3 = Color3.new(0.552941, 0.0235294, 0.0313726)
  353. NewGuiPart26.BackgroundTransparency = 0.60000002384186
  354. NewGuiPart26.BorderSizePixel = 0
  355. NewGuiPart26.Name = "Btn"
  356. NewGuiPart26.Position = UDim2.new(1, -46, 0, 2)
  357. NewGuiPart26.Selectable = true
  358. NewGuiPart26.Size = UDim2.new(0, 44, 0, 13)
  359. NewGuiPart26.Style = Enum.ButtonStyle.Custom
  360. NewGuiPart26.ZIndex = 10
  361. NewGuiPart26.Font = Enum.Font.ArialBold
  362. NewGuiPart26.FontSize = Enum.FontSize.Size12
  363. NewGuiPart26.Text = "OFF"
  364. NewGuiPart26.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  365. NewGuiPart26.Parent = NewGuiPart25
  366.  
  367. local NewGuiPart27 = Instance.new("TextLabel")
  368. NewGuiPart27.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  369. NewGuiPart27.BackgroundTransparency = 0.40000000596046
  370. NewGuiPart27.Name = "Thirst"
  371. NewGuiPart27.Position = UDim2.new(0, 0, 1, 4)
  372. NewGuiPart27.Size = UDim2.new(0.300000012, 0, 0, 17)
  373. NewGuiPart27.ZIndex = 8
  374. NewGuiPart27.Font = Enum.Font.ArialBold
  375. NewGuiPart27.FontSize = Enum.FontSize.Size14
  376. NewGuiPart27.Text = " Infinite Thirst"
  377. NewGuiPart27.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  378. NewGuiPart27.TextXAlignment = Enum.TextXAlignment.Left
  379. NewGuiPart27.Parent = NewGuiPart24
  380.  
  381. local NewGuiPart28 = Instance.new("TextButton")
  382. NewGuiPart28.Active = true
  383. NewGuiPart28.BackgroundColor3 = Color3.new(0.552941, 0.0235294, 0.0313726)
  384. NewGuiPart28.BackgroundTransparency = 0.60000002384186
  385. NewGuiPart28.BorderSizePixel = 0
  386. NewGuiPart28.Name = "Btn"
  387. NewGuiPart28.Position = UDim2.new(1, -46, 0, 2)
  388. NewGuiPart28.Selectable = true
  389. NewGuiPart28.Size = UDim2.new(0, 44, 0, 13)
  390. NewGuiPart28.Style = Enum.ButtonStyle.Custom
  391. NewGuiPart28.ZIndex = 10
  392. NewGuiPart28.Font = Enum.Font.ArialBold
  393. NewGuiPart28.FontSize = Enum.FontSize.Size12
  394. NewGuiPart28.Text = "OFF"
  395. NewGuiPart28.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  396. NewGuiPart28.Parent = NewGuiPart27
  397.  
  398. local NewGuiPart29 = Instance.new("TextLabel")
  399. NewGuiPart29.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  400. NewGuiPart29.BackgroundTransparency = 0.40000000596046
  401. NewGuiPart29.Name = "Godmode"
  402. NewGuiPart29.Position = UDim2.new(0, 0, 1, 25)
  403. NewGuiPart29.Size = UDim2.new(0.300000012, 0, 0, 17)
  404. NewGuiPart29.ZIndex = 8
  405. NewGuiPart29.Font = Enum.Font.ArialBold
  406. NewGuiPart29.FontSize = Enum.FontSize.Size14
  407. NewGuiPart29.Text = " LocalPlayer God"
  408. NewGuiPart29.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  409. NewGuiPart29.TextXAlignment = Enum.TextXAlignment.Left
  410. NewGuiPart29.Parent = NewGuiPart24
  411.  
  412. local NewGuiPart30 = Instance.new("TextButton")
  413. NewGuiPart30.Active = true
  414. NewGuiPart30.BackgroundColor3 = Color3.new(0.552941, 0.0235294, 0.0313726)
  415. NewGuiPart30.BackgroundTransparency = 0.60000002384186
  416. NewGuiPart30.BorderSizePixel = 0
  417. NewGuiPart30.Name = "Btn"
  418. NewGuiPart30.Position = UDim2.new(1, -46, 0, 2)
  419. NewGuiPart30.Selectable = true
  420. NewGuiPart30.Size = UDim2.new(0, 44, 0, 13)
  421. NewGuiPart30.Style = Enum.ButtonStyle.Custom
  422. NewGuiPart30.ZIndex = 10
  423. NewGuiPart30.Font = Enum.Font.ArialBold
  424. NewGuiPart30.FontSize = Enum.FontSize.Size12
  425. NewGuiPart30.Text = "OFF"
  426. NewGuiPart30.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  427. NewGuiPart30.Parent = NewGuiPart29
  428.  
  429. local NewGuiPart31 = Instance.new("TextLabel")
  430. NewGuiPart31.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  431. NewGuiPart31.BackgroundTransparency = 0.40000000596046
  432. NewGuiPart31.Name = "Stamina"
  433. NewGuiPart31.Position = UDim2.new(0.300000012, 4, 0, 0)
  434. NewGuiPart31.Size = UDim2.new(0.300000012, 0, 0, 17)
  435. NewGuiPart31.ZIndex = 8
  436. NewGuiPart31.Font = Enum.Font.ArialBold
  437. NewGuiPart31.FontSize = Enum.FontSize.Size14
  438. NewGuiPart31.Text = " Infinite Stamina"
  439. NewGuiPart31.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  440. NewGuiPart31.TextXAlignment = Enum.TextXAlignment.Left
  441. NewGuiPart31.Parent = NewGuiPart24
  442.  
  443. local NewGuiPart32 = Instance.new("TextButton")
  444. NewGuiPart32.Active = true
  445. NewGuiPart32.BackgroundColor3 = Color3.new(0.552941, 0.0235294, 0.0313726)
  446. NewGuiPart32.BackgroundTransparency = 0.60000002384186
  447. NewGuiPart32.BorderSizePixel = 0
  448. NewGuiPart32.Name = "Btn"
  449. NewGuiPart32.Position = UDim2.new(1, -46, 0, 2)
  450. NewGuiPart32.Selectable = true
  451. NewGuiPart32.Size = UDim2.new(0, 44, 0, 13)
  452. NewGuiPart32.Style = Enum.ButtonStyle.Custom
  453. NewGuiPart32.ZIndex = 10
  454. NewGuiPart32.Font = Enum.Font.ArialBold
  455. NewGuiPart32.FontSize = Enum.FontSize.Size12
  456. NewGuiPart32.Text = "[WIP]"
  457. NewGuiPart32.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  458. NewGuiPart32.Parent = NewGuiPart31
  459.  
  460. local NewGuiPart33 = Instance.new("TextLabel")
  461. NewGuiPart33.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  462. NewGuiPart33.BackgroundTransparency = 0.40000000596046
  463. NewGuiPart33.Name = "Reload"
  464. NewGuiPart33.Position = UDim2.new(0.300000012, 4, 1, 4)
  465. NewGuiPart33.Size = UDim2.new(0.300000012, 0, 0, 17)
  466. NewGuiPart33.ZIndex = 8
  467. NewGuiPart33.Font = Enum.Font.ArialBold
  468. NewGuiPart33.FontSize = Enum.FontSize.Size14
  469. NewGuiPart33.Text = " Instant Reload"
  470. NewGuiPart33.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  471. NewGuiPart33.TextXAlignment = Enum.TextXAlignment.Left
  472. NewGuiPart33.Parent = NewGuiPart24
  473.  
  474. local NewGuiPart34 = Instance.new("TextButton")
  475. NewGuiPart34.Active = true
  476. NewGuiPart34.BackgroundColor3 = Color3.new(0.552941, 0.0235294, 0.0313726)
  477. NewGuiPart34.BackgroundTransparency = 0.60000002384186
  478. NewGuiPart34.BorderSizePixel = 0
  479. NewGuiPart34.Name = "Btn"
  480. NewGuiPart34.Position = UDim2.new(1, -46, 0, 2)
  481. NewGuiPart34.Selectable = true
  482. NewGuiPart34.Size = UDim2.new(0, 44, 0, 13)
  483. NewGuiPart34.Style = Enum.ButtonStyle.Custom
  484. NewGuiPart34.ZIndex = 10
  485. NewGuiPart34.Font = Enum.Font.ArialBold
  486. NewGuiPart34.FontSize = Enum.FontSize.Size12
  487. NewGuiPart34.Text = "OFF"
  488. NewGuiPart34.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  489. NewGuiPart34.Parent = NewGuiPart33
  490.  
  491. local NewGuiPart35 = Instance.new("Frame")
  492. NewGuiPart35.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  493. NewGuiPart35.BackgroundTransparency = 1
  494. NewGuiPart35.Name = "Buttons"
  495. NewGuiPart35.Size = UDim2.new(1, 0, 0, 23)
  496. NewGuiPart35.ClipsDescendants = true
  497. NewGuiPart35.Parent = NewGuiPart9
  498.  
  499. local NewGuiPart36 = Instance.new("TextButton")
  500. NewGuiPart36.Active = true
  501. NewGuiPart36.BackgroundColor3 = Color3.new(0, 0.333333, 0)
  502. NewGuiPart36.BackgroundTransparency = 0.40000000596046
  503. NewGuiPart36.BorderColor3 = Color3.new(0, 0.254902, 0)
  504. NewGuiPart36.Name = "Local"
  505. NewGuiPart36.Position = UDim2.new(0.00999999978, 0, 0, 5)
  506. NewGuiPart36.Selectable = true
  507. NewGuiPart36.Size = UDim2.new(0, 100, 0, 13)
  508. NewGuiPart36.Style = Enum.ButtonStyle.Custom
  509. NewGuiPart36.ZIndex = 10
  510. NewGuiPart36.Font = Enum.Font.ArialBold
  511. NewGuiPart36.FontSize = Enum.FontSize.Size14
  512. NewGuiPart36.Text = "LOCAL"
  513. NewGuiPart36.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  514. NewGuiPart36.Parent = NewGuiPart35
  515.  
  516. local NewGuiPart37 = Instance.new("TextButton")
  517. NewGuiPart37.Active = true
  518. NewGuiPart37.BackgroundColor3 = Color3.new(0.552941, 0.0235294, 0.0313726)
  519. NewGuiPart37.BackgroundTransparency = 0.40000000596046
  520. NewGuiPart37.BorderColor3 = Color3.new(0.356863, 0.0117647, 0.0196078)
  521. NewGuiPart37.Name = "Server"
  522. NewGuiPart37.Position = UDim2.new(0.00999999978, 106, 0, 5)
  523. NewGuiPart37.Selectable = true
  524. NewGuiPart37.Size = UDim2.new(0, 100, 0, 13)
  525. NewGuiPart37.Style = Enum.ButtonStyle.Custom
  526. NewGuiPart37.ZIndex = 10
  527. NewGuiPart37.Font = Enum.Font.ArialBold
  528. NewGuiPart37.FontSize = Enum.FontSize.Size14
  529. NewGuiPart37.Text = "SERVER"
  530. NewGuiPart37.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  531. NewGuiPart37.Parent = NewGuiPart35
  532.  
  533. local NewGuiPart38 = Instance.new("Frame")
  534. NewGuiPart38.BackgroundColor3 = Color3.new(0, 0, 0)
  535. NewGuiPart38.Name = "Line"
  536. NewGuiPart38.Position = UDim2.new(0.00999999978, 0, 0, 23)
  537. NewGuiPart38.Size = UDim2.new(0.980000019, 0, 0, 1)
  538. NewGuiPart38.ClipsDescendants = true
  539. NewGuiPart38.Parent = NewGuiPart9
  540.  
  541. local NewGuiPart39 = Instance.new("Frame")
  542. NewGuiPart39.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  543. NewGuiPart39.BackgroundTransparency = 1
  544. NewGuiPart39.Name = "Server"
  545. NewGuiPart39.Size = UDim2.new(1, 0, 1, 0)
  546. NewGuiPart39.ZIndex = 2
  547. NewGuiPart39.ClipsDescendants = true
  548. NewGuiPart39.Parent = NewGuiPart9
  549.  
  550. local NewGuiPart40 = Instance.new("Frame")
  551. NewGuiPart40.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  552. NewGuiPart40.BackgroundTransparency = 1
  553. NewGuiPart40.Name = "Buttons"
  554. NewGuiPart40.Position = UDim2.new(0, 0, 0, 28)
  555. NewGuiPart40.Size = UDim2.new(1, 0, 0, 13)
  556. NewGuiPart40.ClipsDescendants = true
  557. NewGuiPart40.Parent = NewGuiPart39
  558.  
  559. local NewGuiPart41 = Instance.new("TextButton")
  560. NewGuiPart41.Active = true
  561. NewGuiPart41.BackgroundColor3 = Color3.new(0, 0.333333, 0)
  562. NewGuiPart41.BackgroundTransparency = 0.40000000596046
  563. NewGuiPart41.BorderColor3 = Color3.new(0, 0.254902, 0)
  564. NewGuiPart41.Name = "Player"
  565. NewGuiPart41.Position = UDim2.new(0.00999999978, 0, 0, 0)
  566. NewGuiPart41.Selectable = true
  567. NewGuiPart41.Size = UDim2.new(0, 100, 0, 13)
  568. NewGuiPart41.Style = Enum.ButtonStyle.Custom
  569. NewGuiPart41.ZIndex = 10
  570. NewGuiPart41.Font = Enum.Font.ArialBold
  571. NewGuiPart41.FontSize = Enum.FontSize.Size14
  572. NewGuiPart41.Text = "PLAYER"
  573. NewGuiPart41.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  574. NewGuiPart41.Parent = NewGuiPart40
  575.  
  576. local NewGuiPart42 = Instance.new("TextButton")
  577. NewGuiPart42.Active = true
  578. NewGuiPart42.BackgroundColor3 = Color3.new(0.552941, 0.0235294, 0.0313726)
  579. NewGuiPart42.BackgroundTransparency = 0.40000000596046
  580. NewGuiPart42.BorderColor3 = Color3.new(0.356863, 0.0117647, 0.0196078)
  581. NewGuiPart42.Name = "Vehicle"
  582. NewGuiPart42.Position = UDim2.new(0.00999999978, 106, 0, 0)
  583. NewGuiPart42.Selectable = true
  584. NewGuiPart42.Size = UDim2.new(0, 100, 0, 13)
  585. NewGuiPart42.Style = Enum.ButtonStyle.Custom
  586. NewGuiPart42.ZIndex = 10
  587. NewGuiPart42.Font = Enum.Font.ArialBold
  588. NewGuiPart42.FontSize = Enum.FontSize.Size14
  589. NewGuiPart42.Text = "VEHICLE"
  590. NewGuiPart42.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  591. NewGuiPart42.Parent = NewGuiPart40
  592.  
  593. local NewGuiPart43 = Instance.new("TextButton")
  594. NewGuiPart43.Active = true
  595. NewGuiPart43.BackgroundColor3 = Color3.new(0.552941, 0.0235294, 0.0313726)
  596. NewGuiPart43.BackgroundTransparency = 0.40000000596046
  597. NewGuiPart43.BorderColor3 = Color3.new(0.356863, 0.0117647, 0.0196078)
  598. NewGuiPart43.Name = "ItemSpawn"
  599. NewGuiPart43.Position = UDim2.new(0.00999999978, 211, 0, 0)
  600. NewGuiPart43.Selectable = true
  601. NewGuiPart43.Size = UDim2.new(0, 100, 0, 13)
  602. NewGuiPart43.Style = Enum.ButtonStyle.Custom
  603. NewGuiPart43.ZIndex = 10
  604. NewGuiPart43.Font = Enum.Font.ArialBold
  605. NewGuiPart43.FontSize = Enum.FontSize.Size14
  606. NewGuiPart43.Text = "SPAWNING"
  607. NewGuiPart43.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  608. NewGuiPart43.Parent = NewGuiPart40
  609.  
  610. local NewGuiPart44 = Instance.new("TextButton")
  611. NewGuiPart44.Active = true
  612. NewGuiPart44.BackgroundColor3 = Color3.new(0.552941, 0.0235294, 0.0313726)
  613. NewGuiPart44.BackgroundTransparency = 0.40000000596046
  614. NewGuiPart44.BorderColor3 = Color3.new(0.356863, 0.0117647, 0.0196078)
  615. NewGuiPart44.Name = "Misc"
  616. NewGuiPart44.Position = UDim2.new(0.00999999978, 316, 0, 0)
  617. NewGuiPart44.Selectable = true
  618. NewGuiPart44.Size = UDim2.new(0, 100, 0, 13)
  619. NewGuiPart44.Style = Enum.ButtonStyle.Custom
  620. NewGuiPart44.ZIndex = 10
  621. NewGuiPart44.Font = Enum.Font.ArialBold
  622. NewGuiPart44.FontSize = Enum.FontSize.Size14
  623. NewGuiPart44.Text = "MISC"
  624. NewGuiPart44.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  625. NewGuiPart44.Parent = NewGuiPart40
  626.  
  627. local NewGuiPart45 = Instance.new("Frame")
  628. NewGuiPart45.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  629. NewGuiPart45.BackgroundTransparency = 1
  630. NewGuiPart45.Name = "Vehicle"
  631. NewGuiPart45.Size = UDim2.new(1, 0, 1, 0)
  632. NewGuiPart45.Visible = false
  633. NewGuiPart45.ZIndex = 2
  634. NewGuiPart45.ClipsDescendants = true
  635. NewGuiPart45.Parent = NewGuiPart39
  636.  
  637. local NewGuiPart46 = Instance.new("TextButton")
  638. NewGuiPart46.Active = true
  639. NewGuiPart46.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  640. NewGuiPart46.BackgroundTransparency = 0.40000000596046
  641. NewGuiPart46.Name = "Prev"
  642. NewGuiPart46.Position = UDim2.new(0.200000003, 0, 0, 51)
  643. NewGuiPart46.Selectable = true
  644. NewGuiPart46.Size = UDim2.new(0, 26, 0, 26)
  645. NewGuiPart46.Style = Enum.ButtonStyle.Custom
  646. NewGuiPart46.ZIndex = 10
  647. NewGuiPart46.Font = Enum.Font.ArialBold
  648. NewGuiPart46.FontSize = Enum.FontSize.Size14
  649. NewGuiPart46.Text = "<"
  650. NewGuiPart46.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  651. NewGuiPart46.Parent = NewGuiPart45
  652.  
  653. local NewGuiPart47 = Instance.new("TextButton")
  654. NewGuiPart47.Active = true
  655. NewGuiPart47.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  656. NewGuiPart47.BackgroundTransparency = 0.40000000596046
  657. NewGuiPart47.Name = "Next"
  658. NewGuiPart47.Position = UDim2.new(0.800000012, -26, 0, 51)
  659. NewGuiPart47.Selectable = true
  660. NewGuiPart47.Size = UDim2.new(0, 26, 0, 26)
  661. NewGuiPart47.Style = Enum.ButtonStyle.Custom
  662. NewGuiPart47.ZIndex = 10
  663. NewGuiPart47.Font = Enum.Font.ArialBold
  664. NewGuiPart47.FontSize = Enum.FontSize.Size14
  665. NewGuiPart47.Text = ">"
  666. NewGuiPart47.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  667. NewGuiPart47.Parent = NewGuiPart45
  668.  
  669. local NewGuiPart48 = Instance.new("TextLabel")
  670. NewGuiPart48.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  671. NewGuiPart48.BackgroundTransparency = 0.40000000596046
  672. NewGuiPart48.Name = "CurrentVehicle"
  673. NewGuiPart48.Position = UDim2.new(0.200000003, 34, 0, 51)
  674. NewGuiPart48.Size = UDim2.new(0.5, -18, 0, 26)
  675. NewGuiPart48.ZIndex = 8
  676. NewGuiPart48.Font = Enum.Font.ArialBold
  677. NewGuiPart48.FontSize = Enum.FontSize.Size14
  678. NewGuiPart48.Text = "Not Set"
  679. NewGuiPart48.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  680. NewGuiPart48.Parent = NewGuiPart45
  681.  
  682. local NewGuiPart49 = Instance.new("TextLabel")
  683. NewGuiPart49.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  684. NewGuiPart49.BackgroundTransparency = 0.40000000596046
  685. NewGuiPart49.Name = "GodVehicle"
  686. NewGuiPart49.Position = UDim2.new(0.00999999978, 0, 0, 82)
  687. NewGuiPart49.Size = UDim2.new(0.300000012, 0, 0, 17)
  688. NewGuiPart49.ZIndex = 8
  689. NewGuiPart49.Font = Enum.Font.ArialBold
  690. NewGuiPart49.FontSize = Enum.FontSize.Size14
  691. NewGuiPart49.Text = " God Vehicle"
  692. NewGuiPart49.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  693. NewGuiPart49.TextXAlignment = Enum.TextXAlignment.Left
  694. NewGuiPart49.Parent = NewGuiPart45
  695.  
  696. local NewGuiPart50 = Instance.new("TextButton")
  697. NewGuiPart50.Active = true
  698. NewGuiPart50.BackgroundColor3 = Color3.new(0.552941, 0.0235294, 0.0313726)
  699. NewGuiPart50.BackgroundTransparency = 0.60000002384186
  700. NewGuiPart50.BorderSizePixel = 0
  701. NewGuiPart50.Name = "Btn"
  702. NewGuiPart50.Position = UDim2.new(1, -46, 0, 2)
  703. NewGuiPart50.Selectable = true
  704. NewGuiPart50.Size = UDim2.new(0, 44, 0, 13)
  705. NewGuiPart50.Style = Enum.ButtonStyle.Custom
  706. NewGuiPart50.ZIndex = 10
  707. NewGuiPart50.Font = Enum.Font.ArialBold
  708. NewGuiPart50.FontSize = Enum.FontSize.Size12
  709. NewGuiPart50.Text = "OFF"
  710. NewGuiPart50.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  711. NewGuiPart50.Parent = NewGuiPart49
  712.  
  713. local NewGuiPart51 = Instance.new("TextLabel")
  714. NewGuiPart51.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  715. NewGuiPart51.BackgroundTransparency = 0.40000000596046
  716. NewGuiPart51.Name = "ExplVehicle"
  717. NewGuiPart51.Position = UDim2.new(0.00999999978, 0, 0, 104)
  718. NewGuiPart51.Size = UDim2.new(0.300000012, 0, 0, 17)
  719. NewGuiPart51.ZIndex = 8
  720. NewGuiPart51.Font = Enum.Font.ArialBold
  721. NewGuiPart51.FontSize = Enum.FontSize.Size14
  722. NewGuiPart51.Text = " Explode Vehicle"
  723. NewGuiPart51.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  724. NewGuiPart51.TextXAlignment = Enum.TextXAlignment.Left
  725. NewGuiPart51.Parent = NewGuiPart45
  726.  
  727. local NewGuiPart52 = Instance.new("TextButton")
  728. NewGuiPart52.Active = true
  729. NewGuiPart52.BackgroundColor3 = Color3.new(0.552941, 0.0235294, 0.0313726)
  730. NewGuiPart52.BackgroundTransparency = 0.60000002384186
  731. NewGuiPart52.BorderSizePixel = 0
  732. NewGuiPart52.Name = "Btn"
  733. NewGuiPart52.Position = UDim2.new(1, -46, 0, 2)
  734. NewGuiPart52.Selectable = true
  735. NewGuiPart52.Size = UDim2.new(0, 44, 0, 13)
  736. NewGuiPart52.Style = Enum.ButtonStyle.Custom
  737. NewGuiPart52.ZIndex = 10
  738. NewGuiPart52.Font = Enum.Font.ArialBold
  739. NewGuiPart52.FontSize = Enum.FontSize.Size12
  740. NewGuiPart52.Text = "OFF"
  741. NewGuiPart52.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  742. NewGuiPart52.Parent = NewGuiPart51
  743.  
  744. local NewGuiPart53 = Instance.new("ScrollingFrame")
  745. NewGuiPart53.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  746. NewGuiPart53.BackgroundTransparency = 0.40000000596046
  747. NewGuiPart53.Name = "PlayerList"
  748. NewGuiPart53.Position = UDim2.new(0.469999999, 58, 0, 104)
  749. NewGuiPart53.Selectable = true
  750. NewGuiPart53.Size = UDim2.new(0.300000012, -12, 0, 83)
  751. NewGuiPart53.CanvasSize = UDim2.new(0, 0, 0, 0)
  752. NewGuiPart53.ScrollBarThickness = 4
  753. NewGuiPart53.ClipsDescendants = true
  754. NewGuiPart53.Parent = NewGuiPart45
  755.  
  756. local NewGuiPart54 = Instance.new("TextLabel")
  757. NewGuiPart54.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  758. NewGuiPart54.BackgroundTransparency = 0.40000000596046
  759. NewGuiPart54.Name = "TPVehicle"
  760. NewGuiPart54.Position = UDim2.new(0.310000002, 5, 0, 82)
  761. NewGuiPart54.Size = UDim2.new(0.540000021, 60, 0, 17)
  762. NewGuiPart54.ZIndex = 8
  763. NewGuiPart54.Font = Enum.Font.ArialBold
  764. NewGuiPart54.FontSize = Enum.FontSize.Size14
  765. NewGuiPart54.Text = " Clone/TP Vehicle to:"
  766. NewGuiPart54.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  767. NewGuiPart54.TextXAlignment = Enum.TextXAlignment.Left
  768. NewGuiPart54.Parent = NewGuiPart45
  769.  
  770. local NewGuiPart55 = Instance.new("TextButton")
  771. NewGuiPart55.Active = true
  772. NewGuiPart55.BackgroundColor3 = Color3.new(0, 0.254902, 0)
  773. NewGuiPart55.BackgroundTransparency = 0.60000002384186
  774. NewGuiPart55.BorderSizePixel = 0
  775. NewGuiPart55.Name = "Btn"
  776. NewGuiPart55.Position = UDim2.new(1, -56, 0, 2)
  777. NewGuiPart55.Selectable = true
  778. NewGuiPart55.Size = UDim2.new(0, 54, 0, 13)
  779. NewGuiPart55.Style = Enum.ButtonStyle.Custom
  780. NewGuiPart55.ZIndex = 10
  781. NewGuiPart55.Font = Enum.Font.ArialBold
  782. NewGuiPart55.FontSize = Enum.FontSize.Size12
  783. NewGuiPart55.Text = "TP"
  784. NewGuiPart55.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  785. NewGuiPart55.Parent = NewGuiPart54
  786.  
  787. local NewGuiPart56 = Instance.new("TextBox")
  788. NewGuiPart56.BackgroundColor3 = Color3.new(0.0431373, 0.0431373, 0.0431373)
  789. NewGuiPart56.BackgroundTransparency = 0.40000000596046
  790. NewGuiPart56.BorderColor3 = Color3.new(0, 0, 0)
  791. NewGuiPart56.BorderSizePixel = 0
  792. NewGuiPart56.Name = "Box"
  793. NewGuiPart56.Position = UDim2.new(0, 132, 0, 2)
  794. NewGuiPart56.Size = UDim2.new(0, 140, 1, -4)
  795. NewGuiPart56.ZIndex = 9
  796. NewGuiPart56.Font = Enum.Font.ArialBold
  797. NewGuiPart56.FontSize = Enum.FontSize.Size14
  798. NewGuiPart56.Text = ""
  799. NewGuiPart56.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  800. NewGuiPart56.Parent = NewGuiPart54
  801.  
  802. local NewGuiPart57 = Instance.new("TextLabel")
  803. NewGuiPart57.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  804. NewGuiPart57.BackgroundTransparency = 0.40000000596046
  805. NewGuiPart57.Name = "SetOnRoadSpeed"
  806. NewGuiPart57.Position = UDim2.new(0.00999999978, 0, 0, 146)
  807. NewGuiPart57.Size = UDim2.new(0.300000012, 0, 0, 17)
  808. NewGuiPart57.ZIndex = 8
  809. NewGuiPart57.Font = Enum.Font.ArialBold
  810. NewGuiPart57.FontSize = Enum.FontSize.Size14
  811. NewGuiPart57.Text = " Onroad Speed:"
  812. NewGuiPart57.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  813. NewGuiPart57.TextXAlignment = Enum.TextXAlignment.Left
  814. NewGuiPart57.Parent = NewGuiPart45
  815.  
  816. local NewGuiPart58 = Instance.new("TextBox")
  817. NewGuiPart58.BackgroundColor3 = Color3.new(0.0431373, 0.0431373, 0.0431373)
  818. NewGuiPart58.BackgroundTransparency = 0.40000000596046
  819. NewGuiPart58.BorderColor3 = Color3.new(0, 0, 0)
  820. NewGuiPart58.BorderSizePixel = 0
  821. NewGuiPart58.Name = "Box"
  822. NewGuiPart58.Position = UDim2.new(1, -52, 0, 2)
  823. NewGuiPart58.Size = UDim2.new(0, 50, 0, 13)
  824. NewGuiPart58.ZIndex = 9
  825. NewGuiPart58.Font = Enum.Font.ArialBold
  826. NewGuiPart58.FontSize = Enum.FontSize.Size14
  827. NewGuiPart58.Text = ""
  828. NewGuiPart58.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  829. NewGuiPart58.Parent = NewGuiPart57
  830.  
  831. local NewGuiPart59 = Instance.new("TextLabel")
  832. NewGuiPart59.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  833. NewGuiPart59.BackgroundTransparency = 0.40000000596046
  834. NewGuiPart59.Name = "SetOffRoadSpeed"
  835. NewGuiPart59.Position = UDim2.new(0.00999999978, 0, 0, 168)
  836. NewGuiPart59.Size = UDim2.new(0.300000012, 0, 0, 17)
  837. NewGuiPart59.ZIndex = 8
  838. NewGuiPart59.Font = Enum.Font.ArialBold
  839. NewGuiPart59.FontSize = Enum.FontSize.Size14
  840. NewGuiPart59.Text = " Offroad Speed:"
  841. NewGuiPart59.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  842. NewGuiPart59.TextXAlignment = Enum.TextXAlignment.Left
  843. NewGuiPart59.Parent = NewGuiPart45
  844.  
  845. local NewGuiPart60 = Instance.new("TextBox")
  846. NewGuiPart60.BackgroundColor3 = Color3.new(0.0431373, 0.0431373, 0.0431373)
  847. NewGuiPart60.BackgroundTransparency = 0.40000000596046
  848. NewGuiPart60.BorderColor3 = Color3.new(0, 0, 0)
  849. NewGuiPart60.BorderSizePixel = 0
  850. NewGuiPart60.Name = "Box"
  851. NewGuiPart60.Position = UDim2.new(1, -52, 0, 2)
  852. NewGuiPart60.Size = UDim2.new(0, 50, 0, 13)
  853. NewGuiPart60.ZIndex = 9
  854. NewGuiPart60.Font = Enum.Font.ArialBold
  855. NewGuiPart60.FontSize = Enum.FontSize.Size14
  856. NewGuiPart60.Text = ""
  857. NewGuiPart60.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  858. NewGuiPart60.Parent = NewGuiPart59
  859.  
  860. local NewGuiPart61 = Instance.new("TextLabel")
  861. NewGuiPart61.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  862. NewGuiPart61.BackgroundTransparency = 0.40000000596046
  863. NewGuiPart61.Name = "ResetSpeed"
  864. NewGuiPart61.Position = UDim2.new(0.00999999978, 0, 0, 190)
  865. NewGuiPart61.Size = UDim2.new(0.300000012, 0, 0, 17)
  866. NewGuiPart61.ZIndex = 8
  867. NewGuiPart61.Font = Enum.Font.ArialBold
  868. NewGuiPart61.FontSize = Enum.FontSize.Size14
  869. NewGuiPart61.Text = " Reset Speed"
  870. NewGuiPart61.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  871. NewGuiPart61.TextXAlignment = Enum.TextXAlignment.Left
  872. NewGuiPart61.Parent = NewGuiPart45
  873.  
  874. local NewGuiPart62 = Instance.new("TextButton")
  875. NewGuiPart62.Active = true
  876. NewGuiPart62.BackgroundColor3 = Color3.new(0, 0.333333, 0)
  877. NewGuiPart62.BackgroundTransparency = 0.60000002384186
  878. NewGuiPart62.BorderSizePixel = 0
  879. NewGuiPart62.Name = "Btn"
  880. NewGuiPart62.Position = UDim2.new(1, -46, 0, 2)
  881. NewGuiPart62.Selectable = true
  882. NewGuiPart62.Size = UDim2.new(0, 44, 0, 13)
  883. NewGuiPart62.Style = Enum.ButtonStyle.Custom
  884. NewGuiPart62.ZIndex = 10
  885. NewGuiPart62.Font = Enum.Font.ArialBold
  886. NewGuiPart62.FontSize = Enum.FontSize.Size12
  887. NewGuiPart62.Text = "EXEC"
  888. NewGuiPart62.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  889. NewGuiPart62.Parent = NewGuiPart61
  890.  
  891. local NewGuiPart63 = Instance.new("TextLabel")
  892. NewGuiPart63.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  893. NewGuiPart63.BackgroundTransparency = 0.40000000596046
  894. NewGuiPart63.Name = "HornId"
  895. NewGuiPart63.Position = UDim2.new(0.00999999978, 0, 0, 210)
  896. NewGuiPart63.Size = UDim2.new(0.300000012, 0, 0, 17)
  897. NewGuiPart63.ZIndex = 8
  898. NewGuiPart63.Font = Enum.Font.ArialBold
  899. NewGuiPart63.FontSize = Enum.FontSize.Size14
  900. NewGuiPart63.Text = "Horn Id:"
  901. NewGuiPart63.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  902. NewGuiPart63.TextXAlignment = Enum.TextXAlignment.Left
  903. NewGuiPart63.Parent = NewGuiPart45
  904.  
  905. local NewGuiPart64 = Instance.new("TextBox")
  906. NewGuiPart64.BackgroundColor3 = Color3.new(0.0431373, 0.0431373, 0.0431373)
  907. NewGuiPart64.BackgroundTransparency = 0.40000000596046
  908. NewGuiPart64.BorderColor3 = Color3.new(0, 0, 0)
  909. NewGuiPart64.BorderSizePixel = 0
  910. NewGuiPart64.Name = "Box"
  911. NewGuiPart64.Position = UDim2.new(1, -97, 0, 3)
  912. NewGuiPart64.Size = UDim2.new(0, 96, 0, 12)
  913. NewGuiPart64.ZIndex = 9
  914. NewGuiPart64.Font = Enum.Font.ArialBold
  915. NewGuiPart64.FontSize = Enum.FontSize.Size14
  916. NewGuiPart64.Text = ""
  917. NewGuiPart64.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  918. NewGuiPart64.Parent = NewGuiPart63
  919.  
  920. local NewGuiPart65 = Instance.new("TextLabel")
  921. NewGuiPart65.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  922. NewGuiPart65.BackgroundTransparency = 0.40000000596046
  923. NewGuiPart65.Name = "CloneVehicle"
  924. NewGuiPart65.Position = UDim2.new(0.00999999978, 0, 0, 124)
  925. NewGuiPart65.Size = UDim2.new(0.300000012, 0, 0, 17)
  926. NewGuiPart65.ZIndex = 8
  927. NewGuiPart65.Font = Enum.Font.ArialBold
  928. NewGuiPart65.FontSize = Enum.FontSize.Size14
  929. NewGuiPart65.Text = "Clone Vehicle"
  930. NewGuiPart65.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  931. NewGuiPart65.TextXAlignment = Enum.TextXAlignment.Left
  932. NewGuiPart65.Parent = NewGuiPart45
  933.  
  934. local NewGuiPart66 = Instance.new("TextButton")
  935. NewGuiPart66.Active = true
  936. NewGuiPart66.BackgroundColor3 = Color3.new(0.552941, 0.0235294, 0.0313726)
  937. NewGuiPart66.BackgroundTransparency = 0.60000002384186
  938. NewGuiPart66.BorderSizePixel = 0
  939. NewGuiPart66.Name = "Btn"
  940. NewGuiPart66.Position = UDim2.new(1, -46, 0, 2)
  941. NewGuiPart66.Selectable = true
  942. NewGuiPart66.Size = UDim2.new(0, 44, 0, 13)
  943. NewGuiPart66.Style = Enum.ButtonStyle.Custom
  944. NewGuiPart66.ZIndex = 10
  945. NewGuiPart66.Font = Enum.Font.ArialBold
  946. NewGuiPart66.FontSize = Enum.FontSize.Size12
  947. NewGuiPart66.Text = "EXEC"
  948. NewGuiPart66.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  949. NewGuiPart66.Parent = NewGuiPart65
  950.  
  951. local NewGuiPart67 = Instance.new("Frame")
  952. NewGuiPart67.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  953. NewGuiPart67.BackgroundTransparency = 1
  954. NewGuiPart67.Name = "Player"
  955. NewGuiPart67.Size = UDim2.new(1, 0, 1, 0)
  956. NewGuiPart67.ZIndex = 2
  957. NewGuiPart67.ClipsDescendants = true
  958. NewGuiPart67.Parent = NewGuiPart39
  959.  
  960. local NewGuiPart68 = Instance.new("Frame")
  961. NewGuiPart68.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  962. NewGuiPart68.BackgroundTransparency = 1
  963. NewGuiPart68.Position = UDim2.new(0.00999999978, 0, 0, 51)
  964. NewGuiPart68.Size = UDim2.new(0.980000019, 0, 0, 17)
  965. NewGuiPart68.ZIndex = 8
  966. NewGuiPart68.Parent = NewGuiPart67
  967.  
  968. local NewGuiPart69 = Instance.new("TextButton")
  969. NewGuiPart69.Active = true
  970. NewGuiPart69.BackgroundColor3 = Color3.new(0, 0.333333, 0)
  971. NewGuiPart69.BackgroundTransparency = 0.60000002384186
  972. NewGuiPart69.BorderColor3 = Color3.new(0, 0, 0)
  973. NewGuiPart69.BorderSizePixel = 0
  974. NewGuiPart69.Name = "Execute"
  975. NewGuiPart69.Position = UDim2.new(1, -62, 0, 2)
  976. NewGuiPart69.Selectable = true
  977. NewGuiPart69.Size = UDim2.new(0, 60, 1, -4)
  978. NewGuiPart69.Style = Enum.ButtonStyle.Custom
  979. NewGuiPart69.ZIndex = 9
  980. NewGuiPart69.Font = Enum.Font.ArialBold
  981. NewGuiPart69.FontSize = Enum.FontSize.Size12
  982. NewGuiPart69.Text = "EXECUTE"
  983. NewGuiPart69.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  984. NewGuiPart69.Parent = NewGuiPart68
  985.  
  986. local NewGuiPart70 = Instance.new("ScrollingFrame")
  987. NewGuiPart70.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  988. NewGuiPart70.BackgroundTransparency = 0.40000000596046
  989. NewGuiPart70.Name = "PlayerList"
  990. NewGuiPart70.Position = UDim2.new(0, 0, 1, 25)
  991. NewGuiPart70.Selectable = true
  992. NewGuiPart70.Size = UDim2.new(0.5, -2, 0, 100)
  993. NewGuiPart70.CanvasSize = UDim2.new(0, 0, 0, 0)
  994. NewGuiPart70.ScrollBarThickness = 4
  995. NewGuiPart70.ClipsDescendants = true
  996. NewGuiPart70.Parent = NewGuiPart68
  997.  
  998. local NewGuiPart71 = Instance.new("Frame")
  999. NewGuiPart71.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  1000. NewGuiPart71.BackgroundTransparency = 0.40000000596046
  1001. NewGuiPart71.Size = UDim2.new(1, 0, 0, 17)
  1002. NewGuiPart71.ZIndex = 8
  1003. NewGuiPart71.Parent = NewGuiPart68
  1004.  
  1005. local NewGuiPart72 = Instance.new("TextLabel")
  1006. NewGuiPart72.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  1007. NewGuiPart72.BackgroundTransparency = 0.40000000596046
  1008. NewGuiPart72.Name = "Title1"
  1009. NewGuiPart72.Position = UDim2.new(0, 0, 1, 4)
  1010. NewGuiPart72.Size = UDim2.new(0.5, -2, 0, 17)
  1011. NewGuiPart72.ZIndex = 8
  1012. NewGuiPart72.Font = Enum.Font.ArialBold
  1013. NewGuiPart72.FontSize = Enum.FontSize.Size14
  1014. NewGuiPart72.Text = "Players"
  1015. NewGuiPart72.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  1016. NewGuiPart72.Parent = NewGuiPart68
  1017.  
  1018. local NewGuiPart73 = Instance.new("ScrollingFrame")
  1019. NewGuiPart73.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  1020. NewGuiPart73.BackgroundTransparency = 0.40000000596046
  1021. NewGuiPart73.Name = "ModeList"
  1022. NewGuiPart73.Position = UDim2.new(0.5, 2, 1, 25)
  1023. NewGuiPart73.Selectable = true
  1024. NewGuiPart73.Size = UDim2.new(0.5, -2, 0, 100)
  1025. NewGuiPart73.CanvasSize = UDim2.new(0, 0, 0, 0)
  1026. NewGuiPart73.ScrollBarThickness = 4
  1027. NewGuiPart73.ClipsDescendants = true
  1028. NewGuiPart73.Parent = NewGuiPart68
  1029.  
  1030. local NewGuiPart74 = Instance.new("TextLabel")
  1031. NewGuiPart74.BackgroundColor3 = Color3.new(0.639216, 0.635294, 0.647059)
  1032. NewGuiPart74.BackgroundTransparency = 1
  1033. NewGuiPart74.BorderSizePixel = 0
  1034. NewGuiPart74.Name = "Mode"
  1035. NewGuiPart74.Position = UDim2.new(0, 217, 0, 0)
  1036. NewGuiPart74.Size = UDim2.new(0, 40, 0, 17)
  1037. NewGuiPart74.ZIndex = 8
  1038. NewGuiPart74.Font = Enum.Font.ArialBold
  1039. NewGuiPart74.FontSize = Enum.FontSize.Size14
  1040. NewGuiPart74.Text = "Mode:"
  1041. NewGuiPart74.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  1042. NewGuiPart74.Parent = NewGuiPart68
  1043.  
  1044. local NewGuiPart75 = Instance.new("TextBox")
  1045. NewGuiPart75.BackgroundColor3 = Color3.new(0.0431373, 0.0431373, 0.0431373)
  1046. NewGuiPart75.BackgroundTransparency = 0.40000000596046
  1047. NewGuiPart75.BorderColor3 = Color3.new(0, 0, 0)
  1048. NewGuiPart75.BorderSizePixel = 0
  1049. NewGuiPart75.Name = "Box"
  1050. NewGuiPart75.Position = UDim2.new(1, 2, 0, 2)
  1051. NewGuiPart75.Size = UDim2.new(4, 5, 1, -4)
  1052. NewGuiPart75.ZIndex = 9
  1053. NewGuiPart75.Font = Enum.Font.ArialBold
  1054. NewGuiPart75.FontSize = Enum.FontSize.Size14
  1055. NewGuiPart75.Text = ""
  1056. NewGuiPart75.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  1057. NewGuiPart75.Parent = NewGuiPart74
  1058.  
  1059. local NewGuiPart76 = Instance.new("TextLabel")
  1060. NewGuiPart76.BackgroundColor3 = Color3.new(0.639216, 0.635294, 0.647059)
  1061. NewGuiPart76.BackgroundTransparency = 1
  1062. NewGuiPart76.BorderSizePixel = 0
  1063. NewGuiPart76.Name = "Player"
  1064. NewGuiPart76.Position = UDim2.new(0, 4, 0, 0)
  1065. NewGuiPart76.Size = UDim2.new(0, 40, 0, 17)
  1066. NewGuiPart76.ZIndex = 8
  1067. NewGuiPart76.Font = Enum.Font.ArialBold
  1068. NewGuiPart76.FontSize = Enum.FontSize.Size14
  1069. NewGuiPart76.Text = "Player:"
  1070. NewGuiPart76.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  1071. NewGuiPart76.Parent = NewGuiPart68
  1072.  
  1073. local NewGuiPart77 = Instance.new("TextBox")
  1074. NewGuiPart77.BackgroundColor3 = Color3.new(0.0431373, 0.0431373, 0.0431373)
  1075. NewGuiPart77.BackgroundTransparency = 0.40000000596046
  1076. NewGuiPart77.BorderColor3 = Color3.new(0, 0, 0)
  1077. NewGuiPart77.BorderSizePixel = 0
  1078. NewGuiPart77.Name = "Box"
  1079. NewGuiPart77.Position = UDim2.new(1, 4, 0, 2)
  1080. NewGuiPart77.Size = UDim2.new(4, 5, 1, -4)
  1081. NewGuiPart77.ZIndex = 9
  1082. NewGuiPart77.Font = Enum.Font.ArialBold
  1083. NewGuiPart77.FontSize = Enum.FontSize.Size14
  1084. NewGuiPart77.Text = ""
  1085. NewGuiPart77.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  1086. NewGuiPart77.Parent = NewGuiPart76
  1087.  
  1088. local NewGuiPart78 = Instance.new("TextLabel")
  1089. NewGuiPart78.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  1090. NewGuiPart78.BackgroundTransparency = 0.40000000596046
  1091. NewGuiPart78.Name = "Title2"
  1092. NewGuiPart78.Position = UDim2.new(0.5, 2, 1, 4)
  1093. NewGuiPart78.Size = UDim2.new(0.5, -2, 0, 17)
  1094. NewGuiPart78.ZIndex = 8
  1095. NewGuiPart78.Font = Enum.Font.ArialBold
  1096. NewGuiPart78.FontSize = Enum.FontSize.Size14
  1097. NewGuiPart78.Text = "Modes"
  1098. NewGuiPart78.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  1099. NewGuiPart78.Parent = NewGuiPart68
  1100.  
  1101. local NewGuiPart79 = Instance.new("Frame")
  1102. NewGuiPart79.BackgroundColor3 = Color3.new(0, 0, 0)
  1103. NewGuiPart79.Name = "Line"
  1104. NewGuiPart79.Position = UDim2.new(0.00999999978, 0, 0, 198)
  1105. NewGuiPart79.Size = UDim2.new(0.980000019, 0, 0, 1)
  1106. NewGuiPart79.ClipsDescendants = true
  1107. NewGuiPart79.Parent = NewGuiPart67
  1108.  
  1109. local NewGuiPart80 = Instance.new("TextLabel")
  1110. NewGuiPart80.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  1111. NewGuiPart80.BackgroundTransparency = 0.40000000596046
  1112. NewGuiPart80.Name = "StatChange"
  1113. NewGuiPart80.Position = UDim2.new(0.00999999978, 0, 0, 204)
  1114. NewGuiPart80.Size = UDim2.new(0.889999986, 0, 0, 17)
  1115. NewGuiPart80.ZIndex = 8
  1116. NewGuiPart80.Font = Enum.Font.ArialBold
  1117. NewGuiPart80.FontSize = Enum.FontSize.Size14
  1118. NewGuiPart80.Text = " Player:"
  1119. NewGuiPart80.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  1120. NewGuiPart80.TextXAlignment = Enum.TextXAlignment.Left
  1121. NewGuiPart80.Parent = NewGuiPart67
  1122.  
  1123. local NewGuiPart81 = Instance.new("TextLabel")
  1124. NewGuiPart81.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  1125. NewGuiPart81.BackgroundTransparency = 1
  1126. NewGuiPart81.Name = "Label"
  1127. NewGuiPart81.Position = UDim2.new(0, 195, 0, 0)
  1128. NewGuiPart81.Size = UDim2.new(0, 100, 0, 17)
  1129. NewGuiPart81.ZIndex = 8
  1130. NewGuiPart81.Font = Enum.Font.ArialBold
  1131. NewGuiPart81.FontSize = Enum.FontSize.Size14
  1132. NewGuiPart81.Text = " Stat:"
  1133. NewGuiPart81.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  1134. NewGuiPart81.TextXAlignment = Enum.TextXAlignment.Left
  1135. NewGuiPart81.Parent = NewGuiPart80
  1136.  
  1137. local NewGuiPart82 = Instance.new("ScrollingFrame")
  1138. NewGuiPart82.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  1139. NewGuiPart82.BackgroundTransparency = 0.40000000596046
  1140. NewGuiPart82.Name = "PlayerList"
  1141. NewGuiPart82.Position = UDim2.new(0.109999999, 2, 1, 5)
  1142. NewGuiPart82.Selectable = true
  1143. NewGuiPart82.Size = UDim2.new(0, 138, 0, 83)
  1144. NewGuiPart82.CanvasSize = UDim2.new(0, 0, 0, 0)
  1145. NewGuiPart82.ScrollBarThickness = 4
  1146. NewGuiPart82.ClipsDescendants = true
  1147. NewGuiPart82.Parent = NewGuiPart80
  1148.  
  1149. local NewGuiPart83 = Instance.new("ScrollingFrame")
  1150. NewGuiPart83.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  1151. NewGuiPart83.BackgroundTransparency = 0.40000000596046
  1152. NewGuiPart83.Name = "StatList"
  1153. NewGuiPart83.Position = UDim2.new(0.50999999, 4, 1, 5)
  1154. NewGuiPart83.Selectable = true
  1155. NewGuiPart83.Size = UDim2.new(0, 78, 0, 83)
  1156. NewGuiPart83.CanvasSize = UDim2.new(0, 0, 0, 0)
  1157. NewGuiPart83.ScrollBarThickness = 4
  1158. NewGuiPart83.ClipsDescendants = true
  1159. NewGuiPart83.Parent = NewGuiPart80
  1160.  
  1161. local NewGuiPart84 = Instance.new("Frame")
  1162. NewGuiPart84.BackgroundTransparency = 1
  1163. NewGuiPart84.Name = "Player"
  1164. NewGuiPart84.Size = UDim2.new(1, 0, 1, 0)
  1165. NewGuiPart84.Parent = NewGuiPart80
  1166.  
  1167. local NewGuiPart85 = Instance.new("TextBox")
  1168. NewGuiPart85.BackgroundColor3 = Color3.new(0.0431373, 0.0431373, 0.0431373)
  1169. NewGuiPart85.BackgroundTransparency = 0.40000000596046
  1170. NewGuiPart85.BorderColor3 = Color3.new(0, 0, 0)
  1171. NewGuiPart85.BorderSizePixel = 0
  1172. NewGuiPart85.Name = "Box"
  1173. NewGuiPart85.Position = UDim2.new(0, 50, 0, 2)
  1174. NewGuiPart85.Size = UDim2.new(0, 140, 1, -4)
  1175. NewGuiPart85.ZIndex = 9
  1176. NewGuiPart85.Font = Enum.Font.ArialBold
  1177. NewGuiPart85.FontSize = Enum.FontSize.Size14
  1178. NewGuiPart85.Text = ""
  1179. NewGuiPart85.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  1180. NewGuiPart85.Parent = NewGuiPart84
  1181.  
  1182. local NewGuiPart86 = Instance.new("Frame")
  1183. NewGuiPart86.BackgroundTransparency = 1
  1184. NewGuiPart86.Name = "Stat"
  1185. NewGuiPart86.Size = UDim2.new(1, 0, 1, 0)
  1186. NewGuiPart86.Parent = NewGuiPart80
  1187.  
  1188. local NewGuiPart87 = Instance.new("TextBox")
  1189. NewGuiPart87.BackgroundColor3 = Color3.new(0.0431373, 0.0431373, 0.0431373)
  1190. NewGuiPart87.BackgroundTransparency = 0.40000000596046
  1191. NewGuiPart87.BorderColor3 = Color3.new(0, 0, 0)
  1192. NewGuiPart87.BorderSizePixel = 0
  1193. NewGuiPart87.Name = "Box"
  1194. NewGuiPart87.Position = UDim2.new(0, 230, 0, 2)
  1195. NewGuiPart87.Size = UDim2.new(0, 80, 1, -4)
  1196. NewGuiPart87.ZIndex = 9
  1197. NewGuiPart87.Font = Enum.Font.ArialBold
  1198. NewGuiPart87.FontSize = Enum.FontSize.Size14
  1199. NewGuiPart87.Text = ""
  1200. NewGuiPart87.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  1201. NewGuiPart87.Parent = NewGuiPart86
  1202.  
  1203. local NewGuiPart88 = Instance.new("TextLabel")
  1204. NewGuiPart88.BackgroundColor3 = Color3.new(0.639216, 0.635294, 0.647059)
  1205. NewGuiPart88.BackgroundTransparency = 1
  1206. NewGuiPart88.BorderSizePixel = 0
  1207. NewGuiPart88.Name = "Count"
  1208. NewGuiPart88.Position = UDim2.new(0, 300, 0, 0)
  1209. NewGuiPart88.Size = UDim2.new(0, 40, 0, 17)
  1210. NewGuiPart88.ZIndex = 8
  1211. NewGuiPart88.Font = Enum.Font.ArialBold
  1212. NewGuiPart88.FontSize = Enum.FontSize.Size14
  1213. NewGuiPart88.Text = "x"
  1214. NewGuiPart88.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  1215. NewGuiPart88.Parent = NewGuiPart80
  1216.  
  1217. local NewGuiPart89 = Instance.new("TextBox")
  1218. NewGuiPart89.BackgroundColor3 = Color3.new(0.0431373, 0.0431373, 0.0431373)
  1219. NewGuiPart89.BackgroundTransparency = 0.40000000596046
  1220. NewGuiPart89.BorderColor3 = Color3.new(0, 0, 0)
  1221. NewGuiPart89.BorderSizePixel = 0
  1222. NewGuiPart89.Name = "oldbox"
  1223. NewGuiPart89.Position = UDim2.new(0, 29, 0, 2)
  1224. NewGuiPart89.Size = UDim2.new(0, 50, 1, -4)
  1225. NewGuiPart89.ZIndex = 9
  1226. NewGuiPart89.Font = Enum.Font.ArialBold
  1227. NewGuiPart89.FontSize = Enum.FontSize.Size14
  1228. NewGuiPart89.Text = ""
  1229. NewGuiPart89.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  1230. NewGuiPart89.Parent = NewGuiPart88
  1231.  
  1232. local NewGuiPart90 = Instance.new("TextButton")
  1233. NewGuiPart90.Active = true
  1234. NewGuiPart90.BackgroundColor3 = Color3.new(0, 0.333333, 0)
  1235. NewGuiPart90.BackgroundTransparency = 0.60000002384186
  1236. NewGuiPart90.BorderColor3 = Color3.new(0, 0, 0)
  1237. NewGuiPart90.BorderSizePixel = 0
  1238. NewGuiPart90.Name = "Btn"
  1239. NewGuiPart90.Position = UDim2.new(1, -62, 0, 2)
  1240. NewGuiPart90.Selectable = true
  1241. NewGuiPart90.Size = UDim2.new(0, 60, 1, -4)
  1242. NewGuiPart90.Style = Enum.ButtonStyle.Custom
  1243. NewGuiPart90.ZIndex = 9
  1244. NewGuiPart90.Font = Enum.Font.ArialBold
  1245. NewGuiPart90.FontSize = Enum.FontSize.Size12
  1246. NewGuiPart90.Text = "EXECUTE"
  1247. NewGuiPart90.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  1248. NewGuiPart90.Parent = NewGuiPart80
  1249.  
  1250. local NewGuiPart91 = Instance.new("Frame")
  1251. NewGuiPart91.BackgroundColor3 = Color3.new(0, 0, 0)
  1252. NewGuiPart91.Name = "Line"
  1253. NewGuiPart91.Position = UDim2.new(0.00999999978, 0, 0, 45)
  1254. NewGuiPart91.Size = UDim2.new(0.980000019, 0, 0, 1)
  1255. NewGuiPart91.ClipsDescendants = true
  1256. NewGuiPart91.Parent = NewGuiPart39
  1257.  
  1258. local NewGuiPart92 = Instance.new("Frame")
  1259. NewGuiPart92.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  1260. NewGuiPart92.BackgroundTransparency = 1
  1261. NewGuiPart92.Name = "Misc"
  1262. NewGuiPart92.Size = UDim2.new(1, 0, 1, 0)
  1263. NewGuiPart92.Visible = false
  1264. NewGuiPart92.ZIndex = 2
  1265. NewGuiPart92.ClipsDescendants = true
  1266. NewGuiPart92.Parent = NewGuiPart39
  1267.  
  1268. local NewGuiPart93 = Instance.new("TextLabel")
  1269. NewGuiPart93.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  1270. NewGuiPart93.BackgroundTransparency = 0.40000000596046
  1271. NewGuiPart93.Name = "Rarity"
  1272. NewGuiPart93.Position = UDim2.new(0.00999999978, 0, 0, 51)
  1273. NewGuiPart93.Size = UDim2.new(0.400000006, 0, 0, 17)
  1274. NewGuiPart93.ZIndex = 2
  1275. NewGuiPart93.Font = Enum.Font.ArialBold
  1276. NewGuiPart93.FontSize = Enum.FontSize.Size14
  1277. NewGuiPart93.Text = " Loot Spawn Rarity"
  1278. NewGuiPart93.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  1279. NewGuiPart93.TextXAlignment = Enum.TextXAlignment.Left
  1280. NewGuiPart93.Parent = NewGuiPart92
  1281.  
  1282. local NewGuiPart94 = Instance.new("TextBox")
  1283. NewGuiPart94.BackgroundColor3 = Color3.new(0.0431373, 0.0431373, 0.0431373)
  1284. NewGuiPart94.BackgroundTransparency = 0.40000000596046
  1285. NewGuiPart94.BorderColor3 = Color3.new(0, 0, 0)
  1286. NewGuiPart94.BorderSizePixel = 0
  1287. NewGuiPart94.Name = "Box"
  1288. NewGuiPart94.Position = UDim2.new(1, -62, 0, 2)
  1289. NewGuiPart94.Size = UDim2.new(0, 60, 0, 13)
  1290. NewGuiPart94.ZIndex = 3
  1291. NewGuiPart94.Font = Enum.Font.ArialBold
  1292. NewGuiPart94.FontSize = Enum.FontSize.Size14
  1293. NewGuiPart94.Text = ""
  1294. NewGuiPart94.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  1295. NewGuiPart94.Parent = NewGuiPart93
  1296.  
  1297. local NewGuiPart95 = Instance.new("TextLabel")
  1298. NewGuiPart95.BackgroundColor3 = Color3.new(0.639216, 0.635294, 0.647059)
  1299. NewGuiPart95.BackgroundTransparency = 1
  1300. NewGuiPart95.BorderSizePixel = 0
  1301. NewGuiPart95.Name = "Rarity"
  1302. NewGuiPart95.Position = UDim2.new(0, -12, 0, 0)
  1303. NewGuiPart95.Size = UDim2.new(0, 13, 1, 0)
  1304. NewGuiPart95.ZIndex = 2
  1305. NewGuiPart95.Font = Enum.Font.ArialBold
  1306. NewGuiPart95.FontSize = Enum.FontSize.Size14
  1307. NewGuiPart95.Text = "%"
  1308. NewGuiPart95.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  1309. NewGuiPart95.TextXAlignment = Enum.TextXAlignment.Left
  1310. NewGuiPart95.Parent = NewGuiPart94
  1311.  
  1312. local NewGuiPart96 = Instance.new("TextLabel")
  1313. NewGuiPart96.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  1314. NewGuiPart96.BackgroundTransparency = 0.40000000596046
  1315. NewGuiPart96.Name = "AE"
  1316. NewGuiPart96.Position = UDim2.new(0.00999999978, 130, 0, 71)
  1317. NewGuiPart96.Size = UDim2.new(0.25, 0, 0, 17)
  1318. NewGuiPart96.ZIndex = 2
  1319. NewGuiPart96.Font = Enum.Font.ArialBold
  1320. NewGuiPart96.FontSize = Enum.FontSize.Size14
  1321. NewGuiPart96.Text = "TM46"
  1322. NewGuiPart96.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  1323. NewGuiPart96.TextXAlignment = Enum.TextXAlignment.Left
  1324. NewGuiPart96.Parent = NewGuiPart92
  1325.  
  1326. local NewGuiPart97 = Instance.new("TextButton")
  1327. NewGuiPart97.Active = true
  1328. NewGuiPart97.BackgroundColor3 = Color3.new(0.745098, 0.266667, 0.121569)
  1329. NewGuiPart97.BackgroundTransparency = 0.60000002384186
  1330. NewGuiPart97.BorderSizePixel = 0
  1331. NewGuiPart97.Name = "Btn"
  1332. NewGuiPart97.Position = UDim2.new(1, -42, 1, -15)
  1333. NewGuiPart97.Selectable = true
  1334. NewGuiPart97.Size = UDim2.new(0, 40, 0, 13)
  1335. NewGuiPart97.Style = Enum.ButtonStyle.Custom
  1336. NewGuiPart97.ZIndex = 10
  1337. NewGuiPart97.Font = Enum.Font.ArialBold
  1338. NewGuiPart97.FontSize = Enum.FontSize.Size12
  1339. NewGuiPart97.Text = "Place"
  1340. NewGuiPart97.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  1341. NewGuiPart97.Parent = NewGuiPart96
  1342.  
  1343. local NewGuiPart98 = Instance.new("TextLabel")
  1344. NewGuiPart98.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  1345. NewGuiPart98.BackgroundTransparency = 0.40000000596046
  1346. NewGuiPart98.Name = "C4"
  1347. NewGuiPart98.Position = UDim2.new(0.00999999978, 0, 0, 71)
  1348. NewGuiPart98.Size = UDim2.new(0.25, 0, 0, 17)
  1349. NewGuiPart98.ZIndex = 2
  1350. NewGuiPart98.Font = Enum.Font.ArialBold
  1351. NewGuiPart98.FontSize = Enum.FontSize.Size14
  1352. NewGuiPart98.Text = "C4"
  1353. NewGuiPart98.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  1354. NewGuiPart98.TextXAlignment = Enum.TextXAlignment.Left
  1355. NewGuiPart98.Parent = NewGuiPart92
  1356.  
  1357. local NewGuiPart99 = Instance.new("TextButton")
  1358. NewGuiPart99.Active = true
  1359. NewGuiPart99.BackgroundColor3 = Color3.new(0.745098, 0.266667, 0.121569)
  1360. NewGuiPart99.BackgroundTransparency = 0.60000002384186
  1361. NewGuiPart99.BorderSizePixel = 0
  1362. NewGuiPart99.Name = "Btn"
  1363. NewGuiPart99.Position = UDim2.new(1, -42, 1, -15)
  1364. NewGuiPart99.Selectable = true
  1365. NewGuiPart99.Size = UDim2.new(0, 40, 0, 13)
  1366. NewGuiPart99.Style = Enum.ButtonStyle.Custom
  1367. NewGuiPart99.ZIndex = 10
  1368. NewGuiPart99.Font = Enum.Font.ArialBold
  1369. NewGuiPart99.FontSize = Enum.FontSize.Size12
  1370. NewGuiPart99.Text = "Place"
  1371. NewGuiPart99.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  1372. NewGuiPart99.Parent = NewGuiPart98
  1373.  
  1374. local NewGuiPart100 = Instance.new("TextLabel")
  1375. NewGuiPart100.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  1376. NewGuiPart100.BackgroundTransparency = 0.40000000596046
  1377. NewGuiPart100.Name = "VS50"
  1378. NewGuiPart100.Position = UDim2.new(0.00999999978, 260, 0, 71)
  1379. NewGuiPart100.Size = UDim2.new(0.25, 0, 0, 17)
  1380. NewGuiPart100.ZIndex = 2
  1381. NewGuiPart100.Font = Enum.Font.ArialBold
  1382. NewGuiPart100.FontSize = Enum.FontSize.Size14
  1383. NewGuiPart100.Text = "VS50"
  1384. NewGuiPart100.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  1385. NewGuiPart100.TextXAlignment = Enum.TextXAlignment.Left
  1386. NewGuiPart100.Parent = NewGuiPart92
  1387.  
  1388. local NewGuiPart101 = Instance.new("TextButton")
  1389. NewGuiPart101.Active = true
  1390. NewGuiPart101.BackgroundColor3 = Color3.new(0.745098, 0.266667, 0.121569)
  1391. NewGuiPart101.BackgroundTransparency = 0.60000002384186
  1392. NewGuiPart101.BorderSizePixel = 0
  1393. NewGuiPart101.Name = "Btn"
  1394. NewGuiPart101.Position = UDim2.new(1, -42, 1, -15)
  1395. NewGuiPart101.Selectable = true
  1396. NewGuiPart101.Size = UDim2.new(0, 40, 0, 13)
  1397. NewGuiPart101.Style = Enum.ButtonStyle.Custom
  1398. NewGuiPart101.ZIndex = 10
  1399. NewGuiPart101.Font = Enum.Font.ArialBold
  1400. NewGuiPart101.FontSize = Enum.FontSize.Size12
  1401. NewGuiPart101.Text = "Place"
  1402. NewGuiPart101.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  1403. NewGuiPart101.Parent = NewGuiPart100
  1404.  
  1405. local NewGuiPart102 = Instance.new("TextLabel")
  1406. NewGuiPart102.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  1407. NewGuiPart102.BackgroundTransparency = 0.40000000596046
  1408. NewGuiPart102.Name = "Music"
  1409. NewGuiPart102.Position = UDim2.new(0.00999999978, 210, 0, 51)
  1410. NewGuiPart102.Size = UDim2.new(0.400000006, 50, 0, 17)
  1411. NewGuiPart102.ZIndex = 2
  1412. NewGuiPart102.Font = Enum.Font.ArialBold
  1413. NewGuiPart102.FontSize = Enum.FontSize.Size14
  1414. NewGuiPart102.Text = "Play Music"
  1415. NewGuiPart102.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  1416. NewGuiPart102.TextXAlignment = Enum.TextXAlignment.Left
  1417. NewGuiPart102.Parent = NewGuiPart92
  1418.  
  1419. local NewGuiPart103 = Instance.new("TextBox")
  1420. NewGuiPart103.BackgroundColor3 = Color3.new(0.0431373, 0.0431373, 0.0431373)
  1421. NewGuiPart103.BackgroundTransparency = 0.40000000596046
  1422. NewGuiPart103.BorderColor3 = Color3.new(0, 0, 0)
  1423. NewGuiPart103.BorderSizePixel = 0
  1424. NewGuiPart103.Name = "Box"
  1425. NewGuiPart103.Position = UDim2.new(1, -152, 0, 2)
  1426. NewGuiPart103.Size = UDim2.new(0, 60, 0, 13)
  1427. NewGuiPart103.ZIndex = 3
  1428. NewGuiPart103.Font = Enum.Font.ArialBold
  1429. NewGuiPart103.FontSize = Enum.FontSize.Size14
  1430. NewGuiPart103.Text = ""
  1431. NewGuiPart103.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  1432. NewGuiPart103.Parent = NewGuiPart102
  1433.  
  1434. local NewGuiPart104 = Instance.new("TextLabel")
  1435. NewGuiPart104.BackgroundColor3 = Color3.new(0.639216, 0.635294, 0.647059)
  1436. NewGuiPart104.BackgroundTransparency = 1
  1437. NewGuiPart104.BorderSizePixel = 0
  1438. NewGuiPart104.Name = "ID"
  1439. NewGuiPart104.Position = UDim2.new(0, -20, 0, 0)
  1440. NewGuiPart104.Size = UDim2.new(0, 13, 1, 0)
  1441. NewGuiPart104.ZIndex = 2
  1442. NewGuiPart104.Font = Enum.Font.ArialBold
  1443. NewGuiPart104.FontSize = Enum.FontSize.Size14
  1444. NewGuiPart104.Text = "ID"
  1445. NewGuiPart104.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  1446. NewGuiPart104.TextXAlignment = Enum.TextXAlignment.Left
  1447. NewGuiPart104.Parent = NewGuiPart103
  1448.  
  1449. local NewGuiPart105 = Instance.new("TextButton")
  1450. NewGuiPart105.Active = true
  1451. NewGuiPart105.BackgroundColor3 = Color3.new(0.745098, 0.266667, 0.121569)
  1452. NewGuiPart105.BackgroundTransparency = 0.60000002384186
  1453. NewGuiPart105.BorderSizePixel = 0
  1454. NewGuiPart105.Name = "Btn"
  1455. NewGuiPart105.Position = UDim2.new(1, -81, 1, -15)
  1456. NewGuiPart105.Selectable = true
  1457. NewGuiPart105.Size = UDim2.new(0, 70, 0, 13)
  1458. NewGuiPart105.Style = Enum.ButtonStyle.Custom
  1459. NewGuiPart105.ZIndex = 10
  1460. NewGuiPart105.Font = Enum.Font.ArialBold
  1461. NewGuiPart105.FontSize = Enum.FontSize.Size12
  1462. NewGuiPart105.Text = "Play Music"
  1463. NewGuiPart105.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  1464. NewGuiPart105.Parent = NewGuiPart102
  1465.  
  1466. local NewGuiPart106 = Instance.new("TextLabel")
  1467. NewGuiPart106.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  1468. NewGuiPart106.BackgroundTransparency = 0.40000000596046
  1469. NewGuiPart106.Name = "Shirt"
  1470. NewGuiPart106.Position = UDim2.new(0.00999999978, 0, 0, 91)
  1471. NewGuiPart106.Size = UDim2.new(0.400000006, 50, 0, 17)
  1472. NewGuiPart106.ZIndex = 2
  1473. NewGuiPart106.Font = Enum.Font.ArialBold
  1474. NewGuiPart106.FontSize = Enum.FontSize.Size14
  1475. NewGuiPart106.Text = "Change Shirt"
  1476. NewGuiPart106.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  1477. NewGuiPart106.TextXAlignment = Enum.TextXAlignment.Left
  1478. NewGuiPart106.Parent = NewGuiPart92
  1479.  
  1480. local NewGuiPart107 = Instance.new("TextBox")
  1481. NewGuiPart107.BackgroundColor3 = Color3.new(0.0431373, 0.0431373, 0.0431373)
  1482. NewGuiPart107.BackgroundTransparency = 0.40000000596046
  1483. NewGuiPart107.BorderColor3 = Color3.new(0, 0, 0)
  1484. NewGuiPart107.BorderSizePixel = 0
  1485. NewGuiPart107.Name = "Box"
  1486. NewGuiPart107.Position = UDim2.new(1, -142, 0, 2)
  1487. NewGuiPart107.Size = UDim2.new(0, 60, 0, 13)
  1488. NewGuiPart107.ZIndex = 3
  1489. NewGuiPart107.Font = Enum.Font.ArialBold
  1490. NewGuiPart107.FontSize = Enum.FontSize.Size14
  1491. NewGuiPart107.Text = ""
  1492. NewGuiPart107.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  1493. NewGuiPart107.Parent = NewGuiPart106
  1494.  
  1495. local NewGuiPart108 = Instance.new("TextLabel")
  1496. NewGuiPart108.BackgroundColor3 = Color3.new(0.639216, 0.635294, 0.647059)
  1497. NewGuiPart108.BackgroundTransparency = 1
  1498. NewGuiPart108.BorderSizePixel = 0
  1499. NewGuiPart108.Name = "ID"
  1500. NewGuiPart108.Position = UDim2.new(0, -20, 0, 0)
  1501. NewGuiPart108.Size = UDim2.new(0, 13, 1, 0)
  1502. NewGuiPart108.ZIndex = 2
  1503. NewGuiPart108.Font = Enum.Font.ArialBold
  1504. NewGuiPart108.FontSize = Enum.FontSize.Size14
  1505. NewGuiPart108.Text = "ID"
  1506. NewGuiPart108.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  1507. NewGuiPart108.TextXAlignment = Enum.TextXAlignment.Left
  1508. NewGuiPart108.Parent = NewGuiPart107
  1509.  
  1510. local NewGuiPart109 = Instance.new("TextButton")
  1511. NewGuiPart109.Active = true
  1512. NewGuiPart109.BackgroundColor3 = Color3.new(0.745098, 0.266667, 0.121569)
  1513. NewGuiPart109.BackgroundTransparency = 0.60000002384186
  1514. NewGuiPart109.BorderSizePixel = 0
  1515. NewGuiPart109.Name = "Btn"
  1516. NewGuiPart109.Position = UDim2.new(1, -71, 1, -15)
  1517. NewGuiPart109.Selectable = true
  1518. NewGuiPart109.Size = UDim2.new(0, 70, 0, 13)
  1519. NewGuiPart109.Style = Enum.ButtonStyle.Custom
  1520. NewGuiPart109.ZIndex = 10
  1521. NewGuiPart109.Font = Enum.Font.ArialBold
  1522. NewGuiPart109.FontSize = Enum.FontSize.Size12
  1523. NewGuiPart109.Text = "Change"
  1524. NewGuiPart109.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  1525. NewGuiPart109.Parent = NewGuiPart106
  1526.  
  1527. local NewGuiPart110 = Instance.new("TextLabel")
  1528. NewGuiPart110.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  1529. NewGuiPart110.BackgroundTransparency = 0.40000000596046
  1530. NewGuiPart110.Name = "Pants"
  1531. NewGuiPart110.Position = UDim2.new(0.00999999978, 0, 0, 111)
  1532. NewGuiPart110.Size = UDim2.new(0.400000006, 50, 0, 17)
  1533. NewGuiPart110.ZIndex = 2
  1534. NewGuiPart110.Font = Enum.Font.ArialBold
  1535. NewGuiPart110.FontSize = Enum.FontSize.Size14
  1536. NewGuiPart110.Text = "Change Pants"
  1537. NewGuiPart110.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  1538. NewGuiPart110.TextXAlignment = Enum.TextXAlignment.Left
  1539. NewGuiPart110.Parent = NewGuiPart92
  1540.  
  1541. local NewGuiPart111 = Instance.new("TextBox")
  1542. NewGuiPart111.BackgroundColor3 = Color3.new(0.0431373, 0.0431373, 0.0431373)
  1543. NewGuiPart111.BackgroundTransparency = 0.40000000596046
  1544. NewGuiPart111.BorderColor3 = Color3.new(0, 0, 0)
  1545. NewGuiPart111.BorderSizePixel = 0
  1546. NewGuiPart111.Name = "Box"
  1547. NewGuiPart111.Position = UDim2.new(1, -142, 0, 2)
  1548. NewGuiPart111.Size = UDim2.new(0, 60, 0, 13)
  1549. NewGuiPart111.ZIndex = 3
  1550. NewGuiPart111.Font = Enum.Font.ArialBold
  1551. NewGuiPart111.FontSize = Enum.FontSize.Size14
  1552. NewGuiPart111.Text = ""
  1553. NewGuiPart111.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  1554. NewGuiPart111.Parent = NewGuiPart110
  1555.  
  1556. local NewGuiPart112 = Instance.new("TextLabel")
  1557. NewGuiPart112.BackgroundColor3 = Color3.new(0.639216, 0.635294, 0.647059)
  1558. NewGuiPart112.BackgroundTransparency = 1
  1559. NewGuiPart112.BorderSizePixel = 0
  1560. NewGuiPart112.Name = "ID"
  1561. NewGuiPart112.Position = UDim2.new(0, -20, 0, 0)
  1562. NewGuiPart112.Size = UDim2.new(0, 13, 1, 0)
  1563. NewGuiPart112.ZIndex = 2
  1564. NewGuiPart112.Font = Enum.Font.ArialBold
  1565. NewGuiPart112.FontSize = Enum.FontSize.Size14
  1566. NewGuiPart112.Text = "ID"
  1567. NewGuiPart112.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  1568. NewGuiPart112.TextXAlignment = Enum.TextXAlignment.Left
  1569. NewGuiPart112.Parent = NewGuiPart111
  1570.  
  1571. local NewGuiPart113 = Instance.new("TextButton")
  1572. NewGuiPart113.Active = true
  1573. NewGuiPart113.BackgroundColor3 = Color3.new(0.745098, 0.266667, 0.121569)
  1574. NewGuiPart113.BackgroundTransparency = 0.60000002384186
  1575. NewGuiPart113.BorderSizePixel = 0
  1576. NewGuiPart113.Name = "Btn"
  1577. NewGuiPart113.Position = UDim2.new(1, -71, 1, -15)
  1578. NewGuiPart113.Selectable = true
  1579. NewGuiPart113.Size = UDim2.new(0, 70, 0, 13)
  1580. NewGuiPart113.Style = Enum.ButtonStyle.Custom
  1581. NewGuiPart113.ZIndex = 10
  1582. NewGuiPart113.Font = Enum.Font.ArialBold
  1583. NewGuiPart113.FontSize = Enum.FontSize.Size12
  1584. NewGuiPart113.Text = "Change"
  1585. NewGuiPart113.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  1586. NewGuiPart113.Parent = NewGuiPart110
  1587.  
  1588.  
  1589. local NewGuiPart116 = Instance.new("Frame")
  1590. NewGuiPart116.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  1591. NewGuiPart116.BackgroundTransparency = 1
  1592. NewGuiPart116.Name = "ItemSpawn"
  1593. NewGuiPart116.Position = UDim2.new(0.00999999978, 0, 0, 50)
  1594. NewGuiPart116.Size = UDim2.new(0.980000019, 0, 0, 17)
  1595. NewGuiPart116.Visible = false
  1596. NewGuiPart116.ZIndex = 8
  1597. NewGuiPart116.Parent = NewGuiPart39
  1598.  
  1599. local NewGuiPart117 = Instance.new("TextLabel")
  1600. NewGuiPart117.BackgroundColor3 = Color3.new(0.639216, 0.635294, 0.647059)
  1601. NewGuiPart117.BackgroundTransparency = 1
  1602. NewGuiPart117.BorderSizePixel = 0
  1603. NewGuiPart117.Name = "Item"
  1604. NewGuiPart117.Size = UDim2.new(0, 40, 0, 17)
  1605. NewGuiPart117.ZIndex = 8
  1606. NewGuiPart117.Font = Enum.Font.ArialBold
  1607. NewGuiPart117.FontSize = Enum.FontSize.Size14
  1608. NewGuiPart117.Text = "Item: "
  1609. NewGuiPart117.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  1610. NewGuiPart117.Parent = NewGuiPart116
  1611.  
  1612. local NewGuiPart118 = Instance.new("TextBox")
  1613. NewGuiPart118.BackgroundColor3 = Color3.new(0.0431373, 0.0431373, 0.0431373)
  1614. NewGuiPart118.BackgroundTransparency = 0.40000000596046
  1615. NewGuiPart118.BorderColor3 = Color3.new(0, 0, 0)
  1616. NewGuiPart118.BorderSizePixel = 0
  1617. NewGuiPart118.Name = "Box"
  1618. NewGuiPart118.Position = UDim2.new(1, 0, 0, 2)
  1619. NewGuiPart118.Size = UDim2.new(3.5, 2, 1, -4)
  1620. NewGuiPart118.ZIndex = 9
  1621. NewGuiPart118.Font = Enum.Font.ArialBold
  1622. NewGuiPart118.FontSize = Enum.FontSize.Size14
  1623. NewGuiPart118.Text = ""
  1624. NewGuiPart118.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  1625. NewGuiPart118.Parent = NewGuiPart117
  1626.  
  1627. local NewGuiPart119 = Instance.new("TextLabel")
  1628. NewGuiPart119.BackgroundColor3 = Color3.new(0.639216, 0.635294, 0.647059)
  1629. NewGuiPart119.BackgroundTransparency = 1
  1630. NewGuiPart119.BorderSizePixel = 0
  1631. NewGuiPart119.Name = "Count"
  1632. NewGuiPart119.Position = UDim2.new(0, 171, 0, 0)
  1633. NewGuiPart119.Size = UDim2.new(0, 40, 0, 17)
  1634. NewGuiPart119.ZIndex = 8
  1635. NewGuiPart119.Font = Enum.Font.ArialBold
  1636. NewGuiPart119.FontSize = Enum.FontSize.Size14
  1637. NewGuiPart119.Text = "x"
  1638. NewGuiPart119.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  1639. NewGuiPart119.Parent = NewGuiPart116
  1640.  
  1641. local NewGuiPart120 = Instance.new("TextBox")
  1642. NewGuiPart120.BackgroundColor3 = Color3.new(0.0431373, 0.0431373, 0.0431373)
  1643. NewGuiPart120.BackgroundTransparency = 0.40000000596046
  1644. NewGuiPart120.BorderColor3 = Color3.new(0, 0, 0)
  1645. NewGuiPart120.BorderSizePixel = 0
  1646. NewGuiPart120.Name = "oldbox"
  1647. NewGuiPart120.Position = UDim2.new(0, 29, 0, 2)
  1648. NewGuiPart120.Size = UDim2.new(0, 15, 1, -4)
  1649. NewGuiPart120.Visible = false
  1650. NewGuiPart120.ZIndex = 9
  1651. NewGuiPart120.Font = Enum.Font.ArialBold
  1652. NewGuiPart120.FontSize = Enum.FontSize.Size14
  1653. NewGuiPart120.Text = ""
  1654. NewGuiPart120.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  1655. NewGuiPart120.Parent = NewGuiPart119
  1656.  
  1657. local NewGuiPart121 = Instance.new("TextLabel")
  1658. NewGuiPart121.BackgroundColor3 = Color3.new(0.184314, 0.184314, 0.184314)
  1659. NewGuiPart121.BackgroundTransparency = 0.40000000596046
  1660. NewGuiPart121.BorderSizePixel = 0
  1661. NewGuiPart121.Name = "Box"
  1662. NewGuiPart121.Position = UDim2.new(0, 29, 0, 2)
  1663. NewGuiPart121.Size = UDim2.new(0, 15, 1, -4)
  1664. NewGuiPart121.ZIndex = 8
  1665. NewGuiPart121.Font = Enum.Font.ArialBold
  1666. NewGuiPart121.FontSize = Enum.FontSize.Size14
  1667. NewGuiPart121.Text = "1"
  1668. NewGuiPart121.TextColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  1669. NewGuiPart121.Parent = NewGuiPart119
  1670.  
  1671. local NewGuiPart122 = Instance.new("TextButton")
  1672. NewGuiPart122.Active = true
  1673. NewGuiPart122.BackgroundColor3 = Color3.new(0, 0.333333, 0)
  1674. NewGuiPart122.BackgroundTransparency = 0.60000002384186
  1675. NewGuiPart122.BorderColor3 = Color3.new(0, 0, 0)
  1676. NewGuiPart122.BorderSizePixel = 0
  1677. NewGuiPart122.Name = "Spawn"
  1678. NewGuiPart122.Position = UDim2.new(0, 218, 0, 2)
  1679. NewGuiPart122.Selectable = true
  1680. NewGuiPart122.Size = UDim2.new(0, 50, 1, -4)
  1681. NewGuiPart122.Style = Enum.ButtonStyle.Custom
  1682. NewGuiPart122.ZIndex = 9
  1683. NewGuiPart122.Font = Enum.Font.ArialBold
  1684. NewGuiPart122.FontSize = Enum.FontSize.Size12
  1685. NewGuiPart122.Text = "SPAWN"
  1686. NewGuiPart122.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  1687. NewGuiPart122.Parent = NewGuiPart116
  1688.  
  1689. local NewGuiPart123 = Instance.new("ScrollingFrame")
  1690. NewGuiPart123.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  1691. NewGuiPart123.BackgroundTransparency = 0.40000000596046
  1692. NewGuiPart123.Name = "ItemList"
  1693. NewGuiPart123.Position = UDim2.new(0, 0, 1, 25)
  1694. NewGuiPart123.Selectable = true
  1695. NewGuiPart123.Size = UDim2.new(0, 271, 0, 100)
  1696. NewGuiPart123.CanvasSize = UDim2.new(0, 0, 0, 0)
  1697. NewGuiPart123.ScrollBarThickness = 4
  1698. NewGuiPart123.ClipsDescendants = true
  1699. NewGuiPart123.Parent = NewGuiPart116
  1700.  
  1701. local NewGuiPart124 = Instance.new("TextBox")
  1702. NewGuiPart124.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  1703. NewGuiPart124.BackgroundTransparency = 0.40000000596046
  1704. NewGuiPart124.Name = "SearchBox"
  1705. NewGuiPart124.Position = UDim2.new(0, 0, 1, 4)
  1706. NewGuiPart124.Size = UDim2.new(0, 271, 0, 17)
  1707. NewGuiPart124.ZIndex = 9
  1708. NewGuiPart124.Font = Enum.Font.ArialBold
  1709. NewGuiPart124.FontSize = Enum.FontSize.Size14
  1710. NewGuiPart124.Text = "Click here to search"
  1711. NewGuiPart124.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  1712. NewGuiPart124.Parent = NewGuiPart116
  1713.  
  1714. local NewGuiPart125 = Instance.new("Frame")
  1715. NewGuiPart125.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  1716. NewGuiPart125.BackgroundTransparency = 0.40000000596046
  1717. NewGuiPart125.Size = UDim2.new(0, 271, 0, 17)
  1718. NewGuiPart125.ZIndex = 8
  1719. NewGuiPart125.Parent = NewGuiPart116
  1720.  
  1721. local NewGuiPart126 = Instance.new("TextLabel")
  1722. NewGuiPart126.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  1723. NewGuiPart126.BackgroundTransparency = 0.40000000596046
  1724. NewGuiPart126.Name = "Title"
  1725. NewGuiPart126.Position = UDim2.new(0, 274, 0, 0)
  1726. NewGuiPart126.Size = UDim2.new(1, -274, 0, 17)
  1727. NewGuiPart126.ZIndex = 8
  1728. NewGuiPart126.Font = Enum.Font.ArialBold
  1729. NewGuiPart126.FontSize = Enum.FontSize.Size14
  1730. NewGuiPart126.Text = "LoadOuts"
  1731. NewGuiPart126.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  1732. NewGuiPart126.Parent = NewGuiPart116
  1733.  
  1734. local NewGuiPart127 = Instance.new("ScrollingFrame")
  1735. NewGuiPart127.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  1736. NewGuiPart127.BackgroundTransparency = 0.40000000596046
  1737. NewGuiPart127.Name = "LoadOutList"
  1738. NewGuiPart127.Position = UDim2.new(0, 274, 1, 4)
  1739. NewGuiPart127.Selectable = true
  1740. NewGuiPart127.Size = UDim2.new(1, -274, 0, 121)
  1741. NewGuiPart127.CanvasSize = UDim2.new(0, 0, 0, 0)
  1742. NewGuiPart127.ScrollBarThickness = 4
  1743. NewGuiPart127.ClipsDescendants = true
  1744. NewGuiPart127.Parent = NewGuiPart116
  1745.  
  1746. local NewGuiPart128 = Instance.new("TextLabel")
  1747. NewGuiPart128.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  1748. NewGuiPart128.BackgroundTransparency = 1
  1749. NewGuiPart128.Name = "Title"
  1750. NewGuiPart128.Position = UDim2.new(1, 0, 0, 0)
  1751. NewGuiPart128.Size = UDim2.new(0, 0, 0, 17)
  1752. NewGuiPart128.ZIndex = 8
  1753. NewGuiPart128.Font = Enum.Font.ArialBold
  1754. NewGuiPart128.FontSize = Enum.FontSize.Size14
  1755. NewGuiPart128.Text = "Click and drag "
  1756. NewGuiPart128.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  1757. NewGuiPart128.TextXAlignment = Enum.TextXAlignment.Right
  1758. NewGuiPart128.Parent = NewGuiPart9
  1759.  
  1760. local NewGuiPart129 = Instance.new("TextButton")
  1761. NewGuiPart129.Active = true
  1762. NewGuiPart129.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  1763. NewGuiPart129.BackgroundTransparency = 0.40000000596046
  1764. NewGuiPart129.Name = "Toggle"
  1765. NewGuiPart129.Position = UDim2.new(0, 50, 1, -38)
  1766. NewGuiPart129.Selectable = true
  1767. NewGuiPart129.Size = UDim2.new(0, 34, 0, 34)
  1768. NewGuiPart129.Style = Enum.ButtonStyle.Custom
  1769. NewGuiPart129.ZIndex = 9
  1770. NewGuiPart129.Font = Enum.Font.ArialBold
  1771. NewGuiPart129.FontSize = Enum.FontSize.Size28
  1772. NewGuiPart129.Text = "-"
  1773. NewGuiPart129.TextColor3 = Color3.new(0.752941, 0.752941, 0.752941)
  1774. NewGuiPart129.Parent = NewGuiPart1
  1775. end
  1776. CreateGui()
  1777. Gui = game.CoreGui.SpawnGui
  1778. local rekt = topkey
  1779. local BF = Gui:WaitForChild("BigFrame")
  1780. local SF = BF:WaitForChild("Server")
  1781. local LF = BF:WaitForChild("Local")
  1782. local LP = game.Players.LocalPlayer
  1783. local Template = LF.Frame.ItemList.Template
  1784. local Btns = BF.Buttons
  1785. local pInfo = Gui.PlayerInfo
  1786. local LocalSpawn = LF.Frame
  1787. local LocalStats = LF.Frame2
  1788. local sBtns = SF.Buttons
  1789. local VehicleFr = SF.Vehicle
  1790. local PlayerFr = SF.Player
  1791. local MiscFr = SF.Misc
  1792. local ServerSpawn = SF.ItemSpawn
  1793. local OnCol, OffCol = Color3.new(0, 85/255, 0), Color3.new(141/255, 6/255, 8/255)
  1794. local bOnCol, bOffCol = Color3.new(0, 65/255, 0), Color3.new(91/255, 3/255, 5/255)
  1795. local CurrMsgCol = "White"
  1796. local CurrVehIndex = 1
  1797. local CurrPlrIndex = 1
  1798. local CurrVeh, CurrPlr
  1799. local NumPlrs = game.Players.NumPlayers
  1800. local Bools = {
  1801. ["Stamina"] = false,
  1802. ["Hunger"] = false,
  1803. ["Thirst"] = false,
  1804. ["Godmode"] = false,
  1805. ["Reload"] = false
  1806. }
  1807. local PlayerModes = {
  1808. {["NAME"] = "Horde", ["FUNC"] = function(...)
  1809. local tab = {...}
  1810. local Players = GetPlayers(tab[1])
  1811. ForEach(Players, function(Player)
  1812. local clonesubject = nil
  1813. local stahp = false
  1814. local collected_zombies = {}
  1815. for _, zombie in pairs(game.Workspace.Zombies:GetChildren()) do
  1816. if #zombie:GetChildren() > 0 and #collected_zombies < 90 then
  1817. table.insert(collected_zombies, zombie)
  1818. end
  1819. end
  1820. for index = 0, 50, 5 do
  1821. if index ~= 50 then
  1822. local zombies = {unpack(collected_zombies, index)}
  1823. for z_index = 1, 5 do
  1824. local zombie = zombies[z_index]
  1825. if zombie and pcall(game.IsA, zombie, "Instance") then
  1826. local formula = z_index / 5 * math.pi * 2
  1827. RepV(
  1828. zombie,
  1829. Player.Character.Torso.CFrame * CFrame.new(5 * math.sin(formula), 0, 5 * math.cos(formula))
  1830. )
  1831. end
  1832. end
  1833. end
  1834.  
  1835. end
  1836. end)
  1837. end},
  1838. {["NAME"] = "Invis", ["FUNC"] = function(...)
  1839. local tab = {...}
  1840. local Players = GetPlayers(tab[1])
  1841. ForEach(Players, function(Player)
  1842. function meh(root)
  1843. for _, v in pairs(root:GetChildren()) do
  1844. if v:IsA("BasePart") then
  1845. game.Lighting.Remote.BreakWindow2:FireServer(rekt, v, true)
  1846. end
  1847. meh(v)
  1848. end
  1849. end
  1850. meh(Player.Character)
  1851. game.Lighting.Remote.Destruct:FireServer(kek, Player.Character.Head.face)
  1852. end)
  1853. end},
  1854. {["NAME"] = "MakTroll", ["FUNC"] = function(...)
  1855. local tab = {...}
  1856. local Players = GetPlayers(tab[1])
  1857. ForEach(Players, function(Player)
  1858. if Player and game.Workspace:findFirstChild(Player.Name) then
  1859. AddItem(Player.playerstats.slots.slot1, tonumber(2003))
  1860. AddItem(Player.playerstats.slots.slot2, tonumber(2003))
  1861. AddItem(Player.playerstats.slots.slot3, tonumber(2003))
  1862. AddItem(Player.playerstats.slots.slot4, tonumber(2003))
  1863. AddItem(Player.playerstats.slots.slot5, tonumber(2003))
  1864. AddItem(Player.playerstats.slots.slot6, tonumber(2003))
  1865. AddItem(Player.playerstats.slots.slot7, tonumber(2003))
  1866. AddItem(Player.playerstats.slots.slot8, tonumber(2003))
  1867. AddItem(Player.playerstats.slots.slot9, tonumber(2003))
  1868. AddItem(Player.playerstats.slots.slot10, tonumber(2003))
  1869. AddItem(Player.playerstats.slots.slot11, tonumber(2003))
  1870. AddItem(Player.playerstats.slots.slot12, tonumber(2003))
  1871. AddItem(Player.playerstats.slots.slot13, tonumber(2003))
  1872. AddItem(Player.playerstats.slots.slot14, tonumber(2003))
  1873. AddItem(Player.playerstats.slots.slot15, tonumber(2003))
  1874. AddItem(Player.playerstats.slots.slot16, tonumber(2003))
  1875. AddItem(Player.playerstats.slots.slot17, tonumber(2003))
  1876. AddItem(Player.playerstats.slots.slot18, tonumber(2003))
  1877. AddItem(Player.playerstats.slots.slot19, tonumber(2003))
  1878. AddItem(Player.playerstats.slots.slot20, tonumber(2003))
  1879. AddItem(Player.playerstats.slots.slot20, tonumber(2003))
  1880. AddItem(Player.playerstats.slots.slot20, tonumber(2003))
  1881. AddItem(Player.playerstats.slots.slot20, tonumber(2003))
  1882. AddItem(Player.playerstats.slots.slot20, tonumber(2003))
  1883. AddItem(Player.playerstats.slots.slot20, tonumber(2003))
  1884. AddItem(Player.playerstats.slots.slot20, tonumber(2003))
  1885. AddItem(Player.playerstats.slots.slot20, tonumber(2003))
  1886. AddItem(Player.playerstats.slots.slot20, tonumber(2003))
  1887. AddItem(Player.playerstats.slots.slot20, tonumber(2003))
  1888. AddItem(Player.playerstats.slots.slot20, tonumber(2003))
  1889. end
  1890. end)
  1891. end},
  1892. {["NAME"] = "Loadout", ["FUNC"] = function(...) -- lelelelellelel
  1893. local tab = {...}
  1894. local Players = GetPlayers(tab[1])
  1895. ForEach(Players, function(Player)
  1896. if Player and game.Workspace:findFirstChild(Player.Name) then
  1897. function meh(root)
  1898. for _, v in pairs(root:GetChildren()) do
  1899. if v.Name == "ObjectID" then
  1900. Destroy(v)
  1901. end
  1902. meh(v)
  1903. end
  1904. end
  1905. meh(Player.playerstats.slots)
  1906. end
  1907. AddItem(Player.playerstats.slots.slotprimary, tonumber(1023))
  1908. AddItem(Player.playerstats.slots.slotbackpack, tonumber(4016))
  1909. AddItem(Player.playerstats.slots.slot1, tonumber(9013))
  1910. AddItem(Player.playerstats.slots.slot2, tonumber(9006))
  1911. AddItem(Player.playerstats.slots.slot3, tonumber(53))
  1912. AddItem(Player.playerstats.slots.slot4, tonumber(53))
  1913. AddItem(Player.playerstats.slots.slot5, tonumber(53))
  1914. AddItem(Player.playerstats.slots.slot6, tonumber(53))
  1915. AddItem(Player.playerstats.slots.slot7, tonumber(53))
  1916. AddItem(Player.playerstats.slots.slot8, tonumber(53))
  1917. AddItem(Player.playerstats.slots.slot9, tonumber(53))
  1918. AddItem(Player.playerstats.slots.slot10, tonumber(53))
  1919. AddItem(Player.playerstats.slots.slot11, tonumber(53))
  1920. AddItem(Player.playerstats.slots.slot12, tonumber(53))
  1921. AddItem(Player.playerstats.slots.slot13, tonumber(53))
  1922. AddItem(Player.playerstats.slots.slot14, tonumber(53))
  1923. AddItem(Player.playerstats.slots.slot15, tonumber(53))
  1924. AddItem(Player.playerstats.slots.slot16, tonumber(11))
  1925. AddItem(Player.playerstats.slots.slot17, tonumber(11))
  1926. AddItem(Player.playerstats.slots.slot18, tonumber(11))
  1927. AddItem(Player.playerstats.slots.slot19, tonumber(11))
  1928. end)
  1929. end},
  1930. {["NAME"] = "Kill", ["FUNC"] = function(...)
  1931. local tab = {...}
  1932. local Players = GetPlayers(tab[1])
  1933. ForEach(Players, function(Player)
  1934. if Player and game.Workspace:findFirstChild(Player.Name) then
  1935. Destroy(Player.Character.Head)
  1936. end
  1937. end)
  1938. end},
  1939. {["NAME"] = "Heal", ["FUNC"] = function(...)
  1940. local tab = {...}
  1941. local Players = GetPlayers(tab[1])
  1942. ForEach(Players, function(Player)
  1943. if Player and game.Workspace:findFirstChild(Player.Name) then
  1944. Heal(Player, 100)
  1945. end
  1946. end)
  1947. end},
  1948. {["NAME"] = "Hunger", ["FUNC"] = function(...)
  1949. local tab = {...}
  1950. local Players = GetPlayers(tab[1])
  1951. ForEach(Players, function(Player)
  1952. if Player and game.Workspace:findFirstChild(Player.Name) then
  1953. ChangeVal(Player.playerstats.Hunger, 1000000)
  1954. end
  1955. end)
  1956. end},
  1957. {["NAME"] = "Thirst", ["FUNC"] = function(...)
  1958. local tab = {...}
  1959. local Players = GetPlayers(tab[1])
  1960. ForEach(Players, function(Player)
  1961. if Player and game.Workspace:findFirstChild(Player.Name) then
  1962. ChangeVal(Player.playerstats.Thirst, 1000000)
  1963. end
  1964. end)
  1965. end},
  1966. {["NAME"] = "God", ["FUNC"] = function(...)
  1967. local tab = {...}
  1968. local Players = GetPlayers(tab[1])
  1969. ForEach(Players, function(Player)
  1970. if Player and game.Workspace:findFirstChild(Player.Name) then
  1971. kek1 = game.Players.LocalPlayer.Character.Humanoid
  1972. kek2 = Player.Character.Humanoid
  1973. game.Lighting.Remote.ChangeParent:FireServer(kek, kek1, Player.Character)
  1974. game.Lighting.Remote.ChangeParent:FireServer(kek, kek2, game.Players.LocalPlayer.Character)
  1975. wait()
  1976. game.Lighting.Remote.HealthSet:FireServer(kek, "MaxHealth", math.huge)
  1977. game.Lighting.Remote.HealthSet:FireServer(kek, "Health", math.huge)
  1978. wait()
  1979. game.Lighting.Remote.ChangeParent:FireServer(kek, kek1, game.Players.LocalPlayer.Character)
  1980. game.Lighting.Remote.ChangeParent:FireServer(kek, kek2, Player.Character)
  1981. end
  1982. end)
  1983. end},
  1984. {["NAME"] = "UnGod", ["FUNC"] = function(...)
  1985. local tab = {...}
  1986. local Players = GetPlayers(tab[1])
  1987. ForEach(Players, function(Player)
  1988. if Player and game.Workspace:findFirstChild(Player.Name) then
  1989. kek1 = game.Players.LocalPlayer.Character.Humanoid
  1990. kek2 = Player.Character.Humanoid
  1991. game.Lighting.Remote.ChangeParent:FireServer(kek, kek1, Player.Character)
  1992. game.Lighting.Remote.ChangeParent:FireServer(kek, kek2, game.Players.LocalPlayer.Character)
  1993. wait()
  1994. game.Lighting.Remote.HealthSet:FireServer(kek, "MaxHealth", 100)
  1995. game.Lighting.Remote.HealthSet:FireServer(kek, "Health", 100)
  1996. wait()
  1997. game.Lighting.Remote.ChangeParent:FireServer(kek, kek1, game.Players.LocalPlayer.Character)
  1998. game.Lighting.Remote.ChangeParent:FireServer(kek, kek2, Player.Character)
  1999. end
  2000. end)
  2001. end},
  2002. {["NAME"] = "Go To Player", ["FUNC"] = function(...)
  2003. local tab = {...}
  2004. local Players = GetPlayers(tab[1])
  2005. ForEach(Players, function(Player)
  2006. game.Lighting.Remote:WaitForChild("TeleportRequest"):InvokeServer("Me To", math.floor(tick() % 1 * 100000), Player.Name)
  2007. end)
  2008. end},
  2009. {["NAME"] = "Bring Player", ["FUNC"] = function(...)
  2010. local tab = {...}
  2011. local Players = GetPlayers(tab[1])
  2012. ForEach(Players, function(Player)
  2013. game.Lighting.Remote:WaitForChild("TeleportRequest"):InvokeServer("To Me", math.floor(tick() % 1 * 100000), Player.Name)
  2014. end)
  2015. end},
  2016. {["NAME"] = "Kick", ["FUNC"] = function(...)
  2017. local tab = {...}
  2018. local Players = GetPlayers(tab[1])
  2019. ForEach(Players, function(Player)
  2020. if Player and game.Workspace:findFirstChild(Player.Name) then
  2021. game.Lighting.Remote.SetCFrame:FireServer(Players[1].Character, CFrame.new(99e9,99e9,99e9))
  2022. end
  2023. end)
  2024. end},
  2025. {["NAME"] = "Clear loot", ["FUNC"] = function(...)
  2026. function meh(root)
  2027. for _, v in pairs(root:GetChildren()) do
  2028. if v:IsA("Model") then
  2029. Destroy(v)
  2030. end
  2031. meh(v)
  2032. end
  2033. end
  2034. meh(game.Workspace.DropLoot)
  2035. end},
  2036. {["NAME"] = "Fix mak", ["FUNC"] = function(...)
  2037. local tab = {...}
  2038. local Players = GetPlayers(tab[1])
  2039. ForEach(Players, function(Player)
  2040. function meh(root)
  2041. for _, v in pairs(root:GetChildren()) do
  2042. if v.Name == "ObjectID" then
  2043. Destroy(v)
  2044. end
  2045. meh(v)
  2046. end
  2047. end
  2048. meh(Player.playerstats.slots)
  2049. end)
  2050. end}}
  2051. local LPModes = {
  2052. --[[{["NAME"] = "Stamina", ["FUNC"] = function()
  2053. if Stamina == true then
  2054. Stamina = false
  2055. ChangeVal(LP.Backpack.GlobalFunctions.Stamina, 100)
  2056. else
  2057. Stamina = true
  2058. ChangeVal(LP.Backpack.GlobalFunctions.Stamina, 100000)
  2059. end
  2060. end},]]
  2061. {["NAME"] = "Hunger", ["FUNC"] = function()
  2062. if Bools["Hunger"] == true then
  2063. Bools["Hunger"] = false
  2064. ChangeVal(LP.playerstats.Hunger, 100)
  2065. else
  2066. Bools["Hunger"] = true
  2067. ChangeVal(LP.playerstats.Hunger, 100000)
  2068. end
  2069. end},
  2070. {["NAME"] = "Thirst", ["FUNC"] = function()
  2071. if Bools["Thirst"] == true then
  2072. Bools["Thirst"] = false
  2073. ChangeVal(LP.playerstats.Thirst, 100)
  2074. else
  2075. Bools["Thirst"] = true
  2076. ChangeVal(LP.playerstats.Thirst, 100000)
  2077. end
  2078. end}
  2079. ,
  2080. {["NAME"] = "Godmode", ["FUNC"] = function()
  2081. if Bools["Godmode"] == true then
  2082. Bools["Thirst"] = false
  2083. game.Lighting.Remote.HealthSet:FireServer(kek, "MaxHealth", 100)
  2084. game.Lighting.Remote.HealthSet:FireServer(kek, "Health", 100)
  2085. else
  2086. Bools["Godmode"] = true
  2087. game.Lighting.Remote.HealthSet:FireServer(kek, "MaxHealth", math.huge)
  2088. game.Lighting.Remote.HealthSet:FireServer(kek, math.huge)
  2089. end
  2090. end}
  2091. }
  2092. local VehicleSpeeds = {
  2093. ["Humvee"] = {["MaxSpeed"] = 62, ["Offroad"] = 40},
  2094. ["Humvee2"] = {["MaxSpeed"] = 62, ["Offroad"] = 40},
  2095. ["Jeep"] = {["MaxSpeed"] = 58, ["Offroad"] = 40},
  2096. ["Jeep2"] = {["MaxSpeed"] = 58, ["Offroad"] = 40},
  2097. ["SUV"] = {["MaxSpeed"] = 60, ["Offroad"] = 42},
  2098. ["Car"] = {["MaxSpeed"] = 60, ["Offroad"] = 35},
  2099. ["ATV"] = {["MaxSpeed"] = 52, ["Offroad"] = 46},
  2100. ["Ambulance"] = {["MaxSpeed"] = 65, ["Offroad"] = 35},
  2101. ["Bicycle"] = {["MaxSpeed"] = 36, ["Offroad"] = 28},
  2102. ["Pickup"] = {["MaxSpeed"] = 58, ["Offroad"] = 40},
  2103. ["Pickup2"] = {["MaxSpeed"] = 58, ["Offroad"] = 40},
  2104. ["Tractor"] = {["MaxSpeed"] = 45, ["Offroad"] = 40},
  2105. ["Motorside"] = {["MaxSpeed"] = 55, ["Offroad"] = 35},
  2106. ["Motorcycle"] = {["MaxSpeed"] = 55, ["Offroad"] = 35},
  2107. ["Ural"] = {["MaxSpeed"] = 55, ["Offroad"] = 35},
  2108. ["Ural2"] = {["MaxSpeed"] = 55, ["Offroad"] = 35},
  2109. ["DeliveryVan"] = {["MaxSpeed"] = 58, ["Offroad"] = 30},
  2110. ["PoliceCar"] = {["MaxSpeed"] = 68, ["Offroad"] = 36},
  2111. ["Firetruck"] = {["MaxSpeed"] = 66, ["Offroad"] = 36},
  2112. }
  2113. local VehicleModes = {
  2114. {["NAME"] = "GodVehicle", ["FUNC"] = function(...)
  2115. local tab = {...}
  2116. local Veh = tab[1]
  2117. ForEach(Veh.Stats:GetChildren(), function(Value)
  2118. if Value.Name ~= "MaxSpeed" or Value.Name ~= "Speed" then
  2119. Value.Value = 9999999
  2120. ChangeVal(Veh.Stats.Armor.Max, 9999999)
  2121. wait(0.1)
  2122. ChangeVal(Veh.Stats.Armor, 9999999)
  2123. end
  2124. end)
  2125. end
  2126. },
  2127. {["NAME"] = "UnGodVehicle", ["FUNC"] = function(...)
  2128. local tab = {...}
  2129. local Veh = tab[1]
  2130. ForEach(Veh.Stats:GetChildren(), function(Value)
  2131. ChangeVal(Value, Value:GetChildren()[1].Value)
  2132. end)
  2133. end},
  2134. {["NAME"] = "TPVehicle", ["FUNC"] = function(...)
  2135. local tab = {...}
  2136. local Players = GetPlayers(tab[2])
  2137. local Veh = tab[1]
  2138. RepV(Veh,Players[1].Character.Torso.CFrame * CFrame.new(-20, 0, 0))
  2139. end},
  2140. {["NAME"] = "CloneVehicle", ["FUNC"] = function(...)
  2141. local tab = {...}
  2142. local Players = GetPlayers(tab[2])
  2143. local Veh = tab[1]
  2144. game.Lighting.Remote.PlaceMaterial:FireServer(Veh, Vector3.new(0,0,0))
  2145. local wow = workspace:WaitForChild(Veh.Name)
  2146. game.Lighting.Remote.ChangeParent:FireServer(kek, wow, workspace.Vehicles)
  2147. game.Lighting.Remote.SetCFrame:FireServer(wow, Players[1].Character.Torso.CFrame * CFrame.new(-20, 0, 0))
  2148. end},
  2149. {["NAME"] = "ExplVehicle", ["FUNC"] = function(...)
  2150. local tab = {...}
  2151. local Veh = tab[1]
  2152. ChangeVal(Veh.Stats.Engine, 0)
  2153. end},
  2154. {["NAME"] = "SetOnRoadSpeed", ["FUNC"] = function(...)
  2155. local tab = {...}
  2156. local Veh = tab[1]
  2157. ChangeVal(Veh.Stats.MaxSpeed, tonumber(tab[2]))
  2158. end},
  2159. {["NAME"] = "SetOffRoadSpeed", ["FUNC"] = function(...)
  2160. local tab = {...}
  2161. local Veh = tab[1]
  2162. ChangeVal(Veh.Stats.MaxSpeed.Offroad, tonumber(tab[2]))
  2163. end},
  2164. {["NAME"] = "ResetSpeed", ["FUNC"] = function(...)
  2165. local tab = {...}
  2166. local Veh = tab[1]
  2167. ForEach(VehicleSpeeds[Veh.Name], function(Value, Index)
  2168. ChangeVal(Veh.Stats.MaxSpeed, Value.MaxSpeed)
  2169. ChangeVal(Veh.Stats.MaxSpeed.Offroad, Value.MaxSpeed.Offroad)
  2170. end)
  2171. end},
  2172. {["NAME"] = "HornId", ["FUNC"] = function(...)
  2173. local tab = {...}
  2174. local Veh = tab[1]
  2175. Sound(Veh.Essentials.Base.Horn, "http://www.roblox.com/asset/?id="..tostring(game.CoreGui.SpawnGui.BigFrame.Server.Vehicle.HornId.Box.Text))
  2176. game.Lighting.Remote.SoundPitchLocalSet:FireServer(kek, Veh.Essentials.Base.Horn, 1)
  2177. game.Lighting.Remote.SoundVolumeLocalSet:FireServer(kek, Veh.Essentials.Base.Horn, 1)
  2178. end},
  2179. }
  2180. local LoadOuts = {
  2181. {["NAME"] = "Mercenary (MK 17)", ["ITEMS"] = {
  2182. "Map",
  2183. "Entrencher",
  2184. "Sabre",
  2185. "GPS",
  2186. "Compass",
  2187. "Detonator",
  2188. "OmniLight",
  2189.  
  2190. "MilitaryPackBlack",
  2191. "Mk 17",
  2192. "Suppressor762",
  2193. "ACOG",
  2194. "Grip",
  2195. "M14Ammo50",
  2196. "M14Ammo50",
  2197. "M14Ammo50",
  2198. "M14Ammo50",
  2199. "M14Ammo50",
  2200. "M14Ammo50",
  2201. "M14Ammo50",
  2202. "M14Ammo50",
  2203. "M14Ammo50",
  2204. "M14Ammo50",
  2205. "M14Ammo50",
  2206. "C4",
  2207. "BloodBag",
  2208. "BloodBag",
  2209. "BloodBag",
  2210. "BloodBag",
  2211. "MRE",
  2212. "MRE",
  2213. "WaterBottle",
  2214. "WaterBottle"
  2215. }},
  2216. {["NAME"] = "Overwatch (M14)", ["ITEMS"] = {
  2217. "Map",
  2218. "Entrencher",
  2219. "Sabre",
  2220. "GPS",
  2221. "Compass",
  2222. "OmniLight",
  2223.  
  2224. "MilitaryPackBlack",
  2225. "M14",
  2226. "Suppressor762",
  2227. "ACOG",
  2228. "Grip",
  2229. "M14Ammo50",
  2230. "M14Ammo50",
  2231. "M14Ammo50",
  2232. "M14Ammo50",
  2233. "M14Ammo50",
  2234. "M14Ammo50",
  2235. "M14Ammo50",
  2236. "M14Ammo50",
  2237. "M14Ammo50",
  2238. "M14Ammo50",
  2239. "M14Ammo50",
  2240. "BloodBag",
  2241. "BloodBag",
  2242. "BloodBag",
  2243. "BloodBag",
  2244. "MRE",
  2245. "MRE",
  2246. "WaterBottle",
  2247. "WaterBottle",
  2248. "VS50",
  2249. "VS50"
  2250. }},
  2251. {["NAME"] = "Breacher (M4A1)", ["ITEMS"] = {
  2252. "Map",
  2253. "Entrencher",
  2254. "Sabre",
  2255. "GPS",
  2256. "Compass",
  2257. "OmniLight",
  2258.  
  2259. "MilitaryPackBlack",
  2260. "M4A1",
  2261. "Suppressor556",
  2262. "ACOG",
  2263. "Grip",
  2264. "STANAGAmmo100",
  2265. "STANAGAmmo100",
  2266. "STANAGAmmo100",
  2267. "STANAGAmmo100",
  2268. "STANAGAmmo100",
  2269. "STANAGAmmo100",
  2270. "STANAGAmmo100",
  2271. "STANAGAmmo100",
  2272. "BloodBag",
  2273. "BloodBag",
  2274. "BloodBag",
  2275. "BloodBag",
  2276. "Painkillers",
  2277. "Painkillers",
  2278. "Painkillers",
  2279. "Painkillers",
  2280. "MRE",
  2281. "MRE",
  2282. "WaterBottle",
  2283. "WaterBottle",
  2284.  
  2285. }},
  2286. {["NAME"] = "Mercenary (FAL)", ["ITEMS"] = {
  2287. "Map",
  2288. "Entrencher",
  2289. "Sabre",
  2290. "GPS",
  2291. "Compass",
  2292. "Detonator",
  2293. "OmniLight",
  2294.  
  2295. "MilitaryPackBlack",
  2296. "FAL",
  2297. "Suppressor762",
  2298. "ACOG",
  2299. "Grip",
  2300. "M14Ammo50",
  2301. "M14Ammo50",
  2302. "M14Ammo50",
  2303. "M14Ammo50",
  2304. "M14Ammo50",
  2305. "M14Ammo50",
  2306. "M14Ammo50",
  2307. "M14Ammo50",
  2308. "M14Ammo50",
  2309. "M14Ammo50",
  2310. "M14Ammo50",
  2311. "C4",
  2312. "BloodBag",
  2313. "BloodBag",
  2314. "BloodBag",
  2315. "BloodBag",
  2316. "MRE",
  2317. "MRE",
  2318. "WaterBottle",
  2319. "WaterBottle"
  2320. }},
  2321. {["NAME"] = "Terrorist", ["ITEMS"] = {
  2322. "Map",
  2323. "Entrencher",
  2324. "Sabre",
  2325. "GPS",
  2326. "Compass",
  2327. "Detonator",
  2328. "OmniLight",
  2329.  
  2330. "MilitaryPackBlack",
  2331. "AK-47",
  2332. "AK47Ammo75",
  2333. "AK47Ammo75",
  2334. "AK47Ammo75",
  2335. "AK47Ammo75",
  2336. "AK47Ammo75",
  2337. "AK47Ammo75",
  2338. "AK47Ammo75",
  2339. "AK47Ammo75",
  2340. "AK47Ammo75",
  2341. "C4",
  2342. "C4",
  2343. "C4",
  2344. "C4",
  2345. "C4",
  2346. "C4",
  2347. "C4",
  2348. "C4",
  2349. "C4",
  2350. "C4",
  2351. }},
  2352. {["NAME"] = "Vehicle Repair", ["ITEMS"] = {
  2353. "ReinforcedWheel",
  2354. "ReinforcedWheel",
  2355. "ReinforcedWheel",
  2356. "ReinforcedWheel",
  2357. "ReinforcedWheel",
  2358. "ReinforcedWheel",
  2359.  
  2360. "JerryCan",
  2361. "JerryCan",
  2362. "JerryCan",
  2363. "JerryCan",
  2364.  
  2365. "FuelTank",
  2366. "Engine",
  2367. "ScrapMetal",
  2368. "ArmorPlates",
  2369.  
  2370. "BallisticGlass"
  2371. }},
  2372. }
  2373. local Stats = {
  2374. {["NAME"] = "PlayerKills", ["FUNC"] = function(...)
  2375. local tab = {...}
  2376. local Players = GetPlayers(tab[1])
  2377. ForEach(Players, function(Player)
  2378. if Player and game.Workspace:findFirstChild(Player.Name) then
  2379. ChangeVal(Player.playerstats.PlayerKill.Aggressive, tonumber(tab[2]))
  2380. end
  2381. end)
  2382. end},
  2383. {["NAME"] = "ZombieKills", ["FUNC"] = function(...)
  2384. local tab = {...}
  2385. local Players = GetPlayers(tab[1])
  2386. ForEach(Players, function(Player)
  2387. if Player and game.Workspace:findFirstChild(Player.Name) then
  2388. ChangeVal(Player.playerstats.ZombieKill.Military, tonumber(tab[2]))
  2389. spawn(function()
  2390. local d = Player.playerstats.Days.Value
  2391. wait(0.1)
  2392. ChangeVal(Player.playerstats.Days, 0)
  2393. wait(1)
  2394. ChangeVal(Player.playerstats.Days, d)
  2395. end)
  2396. end
  2397. end)
  2398. end},
  2399. {["NAME"] = "Days", ["FUNC"] = function(...)
  2400. local tab = {...}
  2401. local Players = GetPlayers(tab[1])
  2402. ForEach(Players, function(Player)
  2403. if Player and game.Workspace:findFirstChild(Player.Name) then
  2404. ChangeVal(Player.playerstats.Days, tonumber(tab[2]))
  2405. end
  2406. end)
  2407. end},
  2408. }
  2409. local DropIDs = {
  2410. {["NAME"] = "AK-104", ["ID"] = "1037"},
  2411. {["NAME"] = "WindscreenGlass", ["ID"] = "184"},
  2412. {["NAME"] = "WaterBottle", ["ID"] = "209"},
  2413. {["NAME"] = "Watch", ["ID"] = "3001"},
  2414. {["NAME"] = "VehicleJack", ["ID"] = "3016"},
  2415. {["NAME"] = "Vegetables", ["ID"] = "214"},
  2416. {["NAME"] = "VS50", ["ID"] = "256"},
  2417. {["NAME"] = "Uzi", ["ID"] = "2015"},
  2418. {["NAME"] = "Ushanka", ["ID"] = "7014"},
  2419. {["NAME"] = "USP45Ammo", ["ID"] = "26"},
  2420. {["NAME"] = "USP45", ["ID"] = "2007"},
  2421. {["NAME"] = "Twinkies", ["ID"] = "212"},
  2422. {["NAME"] = "Tuna", ["ID"] = "4"},
  2423. {["NAME"] = "TrinityBeret", ["ID"] = "7015"},
  2424. {["NAME"] = "TomatoSoup", ["ID"] = "215"},
  2425. {["NAME"] = "TM46", ["ID"] = "257"},
  2426. {["NAME"] = "TEC9Ammo32", ["ID"] = "57"},
  2427. {["NAME"] = "TEC9Ammo20", ["ID"] = "56"},
  2428. {["NAME"] = "TEC9Ammo", ["ID"] = "20"},
  2429. {["NAME"] = "TEC-9", ["ID"] = "2005"},
  2430. {["NAME"] = "SurvivalPackTan", ["ID"] = "4009"},
  2431. {["NAME"] = "SurvivalPackGrey", ["ID"] = "4010"},
  2432. {["NAME"] = "SurvivalPackGreen", ["ID"] = "4011"},
  2433. {["NAME"] = "SurvivalPackBrown", ["ID"] = "4012"},
  2434. {["NAME"] = "Suppressor9", ["ID"] = "9007"},
  2435. {["NAME"] = "Suppressor762", ["ID"] = "9010"},
  2436. {["NAME"] = "Suppressor556", ["ID"] = "9009"},
  2437. {["NAME"] = "Suppressor545", ["ID"] = "9011"},
  2438. {["NAME"] = "Suppressor45", ["ID"] = "9008"},
  2439. {["NAME"] = "Spam", ["ID"] = "6"},
  2440. {["NAME"] = "SodaSprite", ["ID"] = "205"},
  2441. {["NAME"] = "SodaRoot", ["ID"] = "207"},
  2442. {["NAME"] = "SodaPepsi", ["ID"] = "7"},
  2443. {["NAME"] = "SodaPepper", ["ID"] = "9"},
  2444. {["NAME"] = "SodaMoxie", ["ID"] = "208"},
  2445. {["NAME"] = "SodaDew", ["ID"] = "202"},
  2446. {["NAME"] = "SodaCrush", ["ID"] = "201"},
  2447. {["NAME"] = "SodaCoke", ["ID"] = "8"},
  2448. {["NAME"] = "ShotgunAmmo", ["ID"] = "18"},
  2449. {["NAME"] = "Shotgun", ["ID"] = "1002"},
  2450. {["NAME"] = "ShadesGrey", ["ID"] = "8005"},
  2451. {["NAME"] = "ShadesBlack", ["ID"] = "8001"},
  2452. {["NAME"] = "ScrapMetal", ["ID"] = "183"},
  2453. {["NAME"] = "Sabre", ["ID"] = "3014"},
  2454. {["NAME"] = "SUSAT", ["ID"] = "9014"},
  2455. {["NAME"] = "STANAGAmmo50", ["ID"] = "52"},
  2456. {["NAME"] = "STANAGAmmo30", ["ID"] = "51"},
  2457. {["NAME"] = "STANAGAmmo100", ["ID"] = "53"},
  2458. {["NAME"] = "SKSAmmo", ["ID"] = "45"},
  2459. {["NAME"] = "SKS", ["ID"] = "1018"},
  2460. {["NAME"] = "SCAR-L", ["ID"] = "1022"},
  2461. {["NAME"] = "RoadFlare", ["ID"] = "251"},
  2462. {["NAME"] = "RevolverAmmo", ["ID"] = "25"},
  2463. {["NAME"] = "Revolver", ["ID"] = "2006"},
  2464. {["NAME"] = "ReinforcedWheel", ["ID"] = "189"},
  2465. {["NAME"] = "Reflex", ["ID"] = "9003"},
  2466. {["NAME"] = "RedChemlight", ["ID"] = "3020"},
  2467. {["NAME"] = "RedBeret", ["ID"] = "7013"},
  2468. {["NAME"] = "RawMeat", ["ID"] = "220"},
  2469. {["NAME"] = "Ranger", ["ID"] = "7003"},
  2470. {["NAME"] = "RamboClothingTop", ["ID"] = "5003"},
  2471. {["NAME"] = "RamboClothingBottom", ["ID"] = "6003"},
  2472. {["NAME"] = "Radio", ["ID"] = "3018"},
  2473. {["NAME"] = "RPK", ["ID"] = "1034"},
  2474. {["NAME"] = "Pringles", ["ID"] = "204"},
  2475. {["NAME"] = "PilotGreen", ["ID"] = "7010"},
  2476. {["NAME"] = "PilotBlack", ["ID"] = "7009"},
  2477. {["NAME"] = "Pasta", ["ID"] = "5"},
  2478. {["NAME"] = "Painkillers", ["ID"] = "12"},
  2479. {["NAME"] = "PaddedClothingTop", ["ID"] = "5002"},
  2480. {["NAME"] = "PaddedClothingBottom", ["ID"] = "6002"},
  2481. {["NAME"] = "PPSHAmmo", ["ID"] = "46"},
  2482. {["NAME"] = "PPSH", ["ID"] = "1019"},
  2483. {["NAME"] = "PP19Ammo64", ["ID"] = "58"},
  2484. {["NAME"] = "SmallCrate", ["ID"] = "38"},
  2485. {["NAME"] = "OmniLight", ["ID"] = "3015"},
  2486. {["NAME"] = "OTs-14", ["ID"] = "1036"},
  2487. {["NAME"] = "NagantAmmo", ["ID"] = "17"},
  2488. {["NAME"] = "Mosin-Nagant", ["ID"] = "1001"},
  2489. {["NAME"] = "Model459Ammo14", ["ID"] = "59"},
  2490. {["NAME"] = "Model 459", ["ID"] = "2013"},
  2491. {["NAME"] = "Mk48Ammo", ["ID"] = "23"},
  2492. {["NAME"] = "Mk 48", ["ID"] = "1005"},
  2493. {["NAME"] = "Mk 23", ["ID"] = "2018"},
  2494. {["NAME"] = "Mk 17", ["ID"] = "1031"},
  2495. {["NAME"] = "MilitaryPackGrime", ["ID"] = "4013"},
  2496. {["NAME"] = "MilitaryPackGrey", ["ID"] = "4015"},
  2497. {["NAME"] = "MilitaryPackGreen", ["ID"] = "4014"},
  2498. {["NAME"] = "MilitaryPackBlack", ["ID"] = "4016"},
  2499. {["NAME"] = "MaverickAmmo", ["ID"] = "27"},
  2500. {["NAME"] = "Maverick", ["ID"] = "1010"},
  2501. {["NAME"] = "Material6", ["ID"] = "36"},
  2502. {["NAME"] = "Material5", ["ID"] = "35"},
  2503. {["NAME"] = "Material4", ["ID"] = "34"},
  2504. {["NAME"] = "Material3", ["ID"] = "33"},
  2505. {["NAME"] = "Material2", ["ID"] = "32"},
  2506. {["NAME"] = "Material1", ["ID"] = "31"},
  2507. {["NAME"] = "Matches", ["ID"] = "3005"},
  2508. {["NAME"] = "MaskSpecOps", ["ID"] = "8009"},
  2509. {["NAME"] = "MaskPhantom", ["ID"] = "8013"},
  2510. {["NAME"] = "MaskMime", ["ID"] = "8008"},
  2511. {["NAME"] = "MaskMercenary", ["ID"] = "8007"},
  2512. {["NAME"] = "MaskHockey", ["ID"] = "8012"},
  2513. {["NAME"] = "Map", ["ID"] = "3003"},
  2514. {["NAME"] = "MakarovAmmo", ["ID"] = "16"},
  2515. {["NAME"] = "Makarov", ["ID"] = "2003"},
  2516. {["NAME"] = "MRE", ["ID"] = "10"},
  2517. {["NAME"] = "MP5Ammo", ["ID"] = "29"},
  2518. {["NAME"] = "MP5", ["ID"] = "1012"},
  2519. {["NAME"] = "M9Ammo32", ["ID"] = "55"},
  2520. {["NAME"] = "M9Ammo17", ["ID"] = "54"},
  2521. {["NAME"] = "M9Ammo", ["ID"] = "19"},
  2522. {["NAME"] = "M93R", ["ID"] = "2016"},
  2523. {["NAME"] = "M9", ["ID"] = "2004"},
  2524. {["NAME"] = "M870Ammo", ["ID"] = "28"},
  2525. {["NAME"] = "M870", ["ID"] = "1011"},
  2526. {["NAME"] = "M4A1Ammo", ["ID"] = "22"},
  2527. {["NAME"] = "M4A1", ["ID"] = "1004"},
  2528. {["NAME"] = "M3Ammo30", ["ID"] = "60"},
  2529. {["NAME"] = "M3", ["ID"] = "1028"},
  2530. {["NAME"] = "M249Ammo100", ["ID"] = "61"},
  2531. {["NAME"] = "M249", ["ID"] = "1024"},
  2532. {["NAME"] = "M1911Ammo", ["ID"] = "15"},
  2533. {["NAME"] = "M1911", ["ID"] = "2002"},
  2534. {["NAME"] = "M14Ammo50", ["ID"] = "64"},
  2535. {["NAME"] = "M14Ammo30", ["ID"] = "63"},
  2536. {["NAME"] = "M14Ammo20", ["ID"] = "62"},
  2537. {["NAME"] = "M14", ["ID"] = "1016"},
  2538. {["NAME"] = "M1014", ["ID"] = "1027"},
  2539. {["NAME"] = "M1 Garand", ["ID"] = "1006"},
  2540. {["NAME"] = "Lemonade", ["ID"] = "206"},
  2541. {["NAME"] = "Laser", ["ID"] = "9006"},
  2542. {["NAME"] = "Kobra", ["ID"] = "9004"},
  2543. {["NAME"] = "Knife", ["ID"] = "3013"},
  2544. {["NAME"] = "KethArmorTop", ["ID"] = "5011"},
  2545. {["NAME"] = "KethArmorBottom", ["ID"] = "6011"},
  2546. {["NAME"] = "JerryCanEmpty", ["ID"] = "186"},
  2547. {["NAME"] = "JerryCan", ["ID"] = "185"},
  2548. {["NAME"] = "HornRimmed", ["ID"] = "8006"},
  2549. {["NAME"] = "Holo", ["ID"] = "9002"},
  2550. {["NAME"] = "HikingPackWhite", ["ID"] = "4006"},
  2551. {["NAME"] = "HikingPackOrange", ["ID"] = "4005"},
  2552. {["NAME"] = "HikingPackBrown", ["ID"] = "4008"},
  2553. {["NAME"] = "HikingPackBlue", ["ID"] = "4007"},
  2554. {["NAME"] = "Hatchet", ["ID"] = "3011"},
  2555. {["NAME"] = "HK417", ["ID"] = "1033"},
  2556. {["NAME"] = "HK21", ["ID"] = "1032"},
  2557. {["NAME"] = "GusArmorTop", ["ID"] = "5010"},
  2558. {["NAME"] = "GusArmorBottom", ["ID"] = "6010"},
  2559. {["NAME"] = "Grip", ["ID"] = "9005"},
  2560. {["NAME"] = "GreenChemlight", ["ID"] = "3021"},
  2561. {["NAME"] = "GarandAmmo", ["ID"] = "24"},
  2562. {["NAME"] = "GPS", ["ID"] = "3006"},
  2563. {["NAME"] = "G37", ["ID"] = "2017"},
  2564. {["NAME"] = "G36K", ["ID"] = "1023"},
  2565. {["NAME"] = "G3", ["ID"] = "1030"},
  2566. {["NAME"] = "G18Ammo", ["ID"] = "41"},
  2567. {["NAME"] = "G18", ["ID"] = "2011"},
  2568. {["NAME"] = "FuelTank", ["ID"] = "182"},
  2569. {["NAME"] = "Floodlight", ["ID"] = "37"},
  2570. {["NAME"] = "FlashlightSurvival", ["ID"] = "3009"},
  2571. {["NAME"] = "FlashlightOld", ["ID"] = "3008"},
  2572. {["NAME"] = "FlashlightMilitary", ["ID"] = "3010"},
  2573. {["NAME"] = "FlashlightAttachment", ["ID"] = "9012"},
  2574. {["NAME"] = "Firewood", ["ID"] = "250"},
  2575. {["NAME"] = "Firefighter", ["ID"] = "8004"},
  2576. {["NAME"] = "FedorovAmmo", ["ID"] = "44"},
  2577. {["NAME"] = "Fedorov", ["ID"] = "1017"},
  2578. {["NAME"] = "Fedora", ["ID"] = "7004"},
  2579. {["NAME"] = "FannyPackWhite", ["ID"] = "4002"},
  2580. {["NAME"] = "FannyPackTan", ["ID"] = "4001"},
  2581. {["NAME"] = "FannyPackPurple", ["ID"] = "4004"},
  2582. {["NAME"] = "FannyPackBlue", ["ID"] = "4003"},
  2583. {["NAME"] = "FAL", ["ID"] = "1029"},
  2584. {["NAME"] = "Eyepatch", ["ID"] = "8003"},
  2585. {["NAME"] = "Entrencher", ["ID"] = "3004"},
  2586. {["NAME"] = "EngineParts", ["ID"] = "181"},
  2587. {["NAME"] = "EnfieldAmmo", ["ID"] = "42"},
  2588. {["NAME"] = "Enfield", ["ID"] = "1015"},
  2589. {["NAME"] = "Detonator", ["ID"] = "3017"},
  2590. {["NAME"] = "Crowbar", ["ID"] = "3012"},
  2591. {["NAME"] = "CowlGreen", ["ID"] = "7002"},
  2592. {["NAME"] = "CowlBlack", ["ID"] = "7001"},
  2593. {["NAME"] = "Cowboy", ["ID"] = "7012"},
  2594. {["NAME"] = "CookedMeat", ["ID"] = "221"},
  2595. {["NAME"] = "Compass", ["ID"] = "3002"},
  2596. {["NAME"] = "ClothingTopFalse", ["ID"] = "5000"},
  2597. {["NAME"] = "ClothingBottomFalse", ["ID"] = "6000"},
  2598. {["NAME"] = "CivilianClothingTop", ["ID"] = "5001"},
  2599. {["NAME"] = "CivilianClothingBottom", ["ID"] = "6001"},
  2600. {["NAME"] = "ChocolateBar", ["ID"] = "211"},
  2601. {["NAME"] = "ChipsAhoy", ["ID"] = "213"},
  2602. {["NAME"] = "ChickenSoup", ["ID"] = "216"},
  2603. {["NAME"] = "CheezIts", ["ID"] = "203"},
  2604. {["NAME"] = "CarWheel", ["ID"] = "180"},
  2605. {["NAME"] = "CamoWoodlandsTop", ["ID"] = "5007"},
  2606. {["NAME"] = "CamoWoodlandsBottom", ["ID"] = "6007"},
  2607. {["NAME"] = "CamoUrbanTop", ["ID"] = "5005"},
  2608. {["NAME"] = "CamoUrbanBottom", ["ID"] = "6005"},
  2609. {["NAME"] = "CamoSpecialTop", ["ID"] = "5009"},
  2610. {["NAME"] = "CamoSpecialBottom", ["ID"] = "6009"},
  2611. {["NAME"] = "CamoSnowTop", ["ID"] = "5008"},
  2612. {["NAME"] = "CamoSnowBottom", ["ID"] = "6008"},
  2613. {["NAME"] = "CamoJungleTop", ["ID"] = "5006"},
  2614. {["NAME"] = "CamoJungleBottom", ["ID"] = "6006"},
  2615. {["NAME"] = "CamoDesertTop", ["ID"] = "5004"},
  2616. {["NAME"] = "CamoDesertBottom", ["ID"] = "6004"},
  2617. {["NAME"] = "CZ75Ammo", ["ID"] = "40"},
  2618. {["NAME"] = "CZ75", ["ID"] = "2010"},
  2619. {["NAME"] = "CCO", ["ID"] = "9001"},
  2620. {["NAME"] = "CBJ-MS", ["ID"] = "2014"},
  2621. {["NAME"] = "C4", ["ID"] = "255"},
  2622. {["NAME"] = "BrimmedBrown", ["ID"] = "7007"},
  2623. {["NAME"] = "BrimmedBlack", ["ID"] = "7008"},
  2624. {["NAME"] = "Bowler", ["ID"] = "7005"},
  2625. {["NAME"] = "BlueChemlight", ["ID"] = "3022"},
  2626. {["NAME"] = "BloodBag", ["ID"] = "11"},
  2627. {["NAME"] = "Binoculars", ["ID"] = "3007"},
  2628. {["NAME"] = "Biker", ["ID"] = "7006"},
  2629. {["NAME"] = "BeefStew", ["ID"] = "217"},
  2630. {["NAME"] = "BeefJerky", ["ID"] = "210"},
  2631. {["NAME"] = "Beans", ["ID"] = "3"},
  2632. {["NAME"] = "Beanie", ["ID"] = "7011"},
  2633. {["NAME"] = "BandanaSkull", ["ID"] = "8014"},
  2634. {["NAME"] = "BandanaRenegade", ["ID"] = "8011"},
  2635. {["NAME"] = "BandanaRed", ["ID"] = "8010"},
  2636. {["NAME"] = "BandanaBlack", ["ID"] = "8002"},
  2637. {["NAME"] = "BallisticUrban", ["ID"] = "7018"},
  2638. {["NAME"] = "BallisticSpecOps", ["ID"] = "7019"},
  2639. {["NAME"] = "BallisticJungle", ["ID"] = "7017"},
  2640. {["NAME"] = "BallisticGlass", ["ID"] = "187"},
  2641. {["NAME"] = "BallisticDesert", ["ID"] = "7016"},
  2642. {["NAME"] = "Auto-5", ["ID"] = "1025"},
  2643. {["NAME"] = "ArmorPlates", ["ID"] = "188"},
  2644. {["NAME"] = "AN-94", ["ID"] = "1040"},
  2645. {["NAME"] = "AKS-74U", ["ID"] = "1041"},
  2646. {["NAME"] = "AKM", ["ID"] = "1038"},
  2647. {["NAME"] = "AKAmmo75", ["ID"] = "67"},
  2648. {["NAME"] = "AKAmmo45", ["ID"] = "66"},
  2649. {["NAME"] = "AKAmmo30", ["ID"] = "65"},
  2650. {["NAME"] = "AK47Ammo75", ["ID"] = "50"},
  2651. {["NAME"] = "AK47Ammo40", ["ID"] = "49"},
  2652. {["NAME"] = "AK47Ammo30", ["ID"] = "48"},
  2653. {["NAME"] = "AK-74", ["ID"] = "1039"},
  2654. {["NAME"] = "AK-47", ["ID"] = "1003"},
  2655. {["NAME"] = "AK-12", ["ID"] = "1035"},
  2656. {["NAME"] = "ACOG", ["ID"] = "9013"},
  2657. {["NAME"] = "LargeCrate", ["ID"] = "39"},
  2658. {["NAME"] = "PP-19", ["ID"] = "1026"},
  2659. }
  2660. RepV = function(veh,cf)
  2661. game.Lighting.Remote.SetCFrame:FireServer(veh,cf)
  2662. end
  2663. ChangeVal = function(instance, property, new_val)
  2664. game.Lighting.Remote.ChangeValue:FireServer(rekt, instance, property, new_val)
  2665. end
  2666. Sound = function(instance, SoundID)
  2667. game.Lighting.Remote.SoundIdSet:FireServer(rekt, instance, SoundID)
  2668. end
  2669. CreateVal = function(parent, new_val)
  2670. game.Lighting.Remote.CreateValue:FireServer("ObjectID", parent, new_val)
  2671. print(parent:findFirstChild("ObjectID") and "found" or "missing")
  2672. end
  2673. CreateSlot = function(number, parent, new_val)
  2674. game.Lighting.Remote.CreateValue:FireServer("slot[number]", parent, new_val)
  2675. end
  2676. Damage = function(Player, Amount)
  2677. game.Lighting.Remote.AddDamage:FireServer(Player.Character.Humanoid, Amount)
  2678. end
  2679. Heal = function(Player, Amount)
  2680. game.Lighting.Remote.AddHealth:FireServer(Player.Character.Humanoid, Amount)
  2681. end
  2682. AddItem = function(Slot, ID)
  2683. game.Lighting.Remote.AddObject:FireServer(Slot, ID)
  2684. end
  2685. DropItem = function(Slot, oID)
  2686. game.Lighting.Remote.DropItem:FireServer(Slot, oID)
  2687. end
  2688. Destroy = function(instance)
  2689. game.Lighting.Remote.Destruct:FireServer(kek, instance)
  2690. end
  2691. GenerateList = function(Data, Parent)
  2692. for i,v in pairs(Parent:GetChildren()) do
  2693. if v ~= Template then
  2694. v:Destroy()
  2695. end
  2696. end
  2697.  
  2698. for i = 1, #Data do
  2699. local YSize = 13
  2700. local YPos = ((i * YSize) - YSize)
  2701. local newLabel = Template:Clone()
  2702.  
  2703. if Parent.Parent.Name == "ItemSpawn" then
  2704. newLabel.Name = Data[i].NAME
  2705. newLabel.Text = Data[i].NAME
  2706. else
  2707. newLabel.Name = Data[i].Name
  2708. newLabel.Text = Data[i].Name
  2709. end
  2710. newLabel.Parent = Parent
  2711. newLabel.Visible = true
  2712. newLabel.Position = UDim2.new(0, 2, 0, YPos + 2)
  2713.  
  2714. Parent.CanvasSize = UDim2.new(0, 0, 0, YPos + YSize + 4)
  2715.  
  2716. newLabel.MouseButton1Click:connect(function()
  2717. if Parent.Name == "ItemList" then
  2718. if Parent.Parent.Name == "ItemSpawn" then
  2719. Parent.Parent.Item.Box.Text = Data[i].NAME
  2720. GenerateList(DropIDs, Parent)
  2721. else
  2722. Parent.Parent.Item.Box.Text = Data[i].Name
  2723. GenerateList(game.Lighting.LootDrops:GetChildren(), Parent)
  2724. Parent.Parent.Count.Box.Text = "1"
  2725. end
  2726. elseif Parent.Name == "PlayerList" then
  2727. if Parent.Parent.Name == "Vehicle" then
  2728. Parent.Parent.TPVehicle.Box.Text = Data[i].Name
  2729. else
  2730. Parent.Parent.Player.Box.Text = Data[i].Name
  2731. end
  2732. elseif Parent.Name == "ModeList" then
  2733. Parent.Parent.Mode.Box.Text = Data[i].Name
  2734. elseif Parent.Name == "StatList" then
  2735. Parent.Parent.Stat.Box.Text = Data[i].Name
  2736. end
  2737. end)
  2738. end
  2739. end
  2740. GenerateList(game.Lighting.LootDrops:GetChildren(), LF.Frame.ItemList)
  2741. GenerateList(DropIDs, SF.ItemSpawn.ItemList)
  2742. GenerateList(game.Players:GetChildren(), SF.Player.Frame.PlayerList)
  2743. GenerateList(game.Players:GetChildren(), SF.Player.StatChange.PlayerList)
  2744. GenerateList(game.Players:GetChildren(), SF.Vehicle.PlayerList)
  2745. game.Players.PlayerAdded:connect(function(obj)
  2746. GenerateList(game.Players:GetChildren(), SF.Player.Frame.PlayerList)
  2747. GenerateList(game.Players:GetChildren(), SF.Player.StatChange.PlayerList)
  2748. GenerateList(game.Players:GetChildren(), SF.Vehicle.PlayerList)
  2749. end)
  2750. game.Players.PlayerRemoving:connect(function(obj)
  2751. GenerateList(game.Players:GetChildren(), SF.Player.Frame.PlayerList)
  2752. GenerateList(game.Players:GetChildren(), SF.Player.StatChange.PlayerList)
  2753. GenerateList(game.Players:GetChildren(), SF.Vehicle.PlayerList)
  2754. end)
  2755. spawn(function()
  2756. for i,v in pairs(PlayerFr.Frame.ModeList:GetChildren()) do
  2757. if v ~= Template then
  2758. v:Destroy()
  2759. end
  2760. end
  2761. for i = 1, #PlayerModes do
  2762. local YSize = 13
  2763. local YPos = ((i * YSize) - YSize)
  2764. local newLabel = Template:Clone()
  2765.  
  2766. newLabel.Name = PlayerModes[i].NAME
  2767. newLabel.Text = PlayerModes[i].NAME
  2768. newLabel.Parent = PlayerFr.Frame.ModeList
  2769. newLabel.Visible = true
  2770. newLabel.Position = UDim2.new(0, 2, 0, YPos + 2)
  2771.  
  2772. PlayerFr.Frame.ModeList.CanvasSize = UDim2.new(0, 0, 0, YPos + YSize + 4)
  2773.  
  2774. newLabel.MouseButton1Click:connect(function()
  2775. PlayerFr.Frame.Mode.Box.Text = PlayerModes[i].NAME
  2776. end)
  2777. end
  2778. end)
  2779. spawn(function()
  2780. for i,v in pairs(LF.Frame.LoadOutList:GetChildren()) do
  2781. if v ~= Template then
  2782. v:Destroy()
  2783. end
  2784. end
  2785. for i = 1, #LoadOuts do
  2786. local YSize = 13
  2787. local YPos = ((i * YSize) - YSize)
  2788. local newLabel = Template:Clone()
  2789.  
  2790. newLabel.Name = LoadOuts[i].NAME
  2791. newLabel.Text = LoadOuts[i].NAME
  2792. newLabel.Parent = LF.Frame.LoadOutList
  2793. newLabel.Visible = true
  2794. newLabel.Position = UDim2.new(0, 2, 0, YPos + 2)
  2795.  
  2796. LF.Frame.LoadOutList.CanvasSize = UDim2.new(0, 0, 0, YPos + YSize + 4)
  2797.  
  2798. newLabel.MouseButton1Click:connect(function()
  2799. PlayerFr.Frame.Item.Box.Text = LoadOuts[i].NAME
  2800. end)
  2801. end
  2802. end)
  2803. spawn(function()
  2804. for i,v in pairs(PlayerFr.StatChange.StatList:GetChildren()) do
  2805. if v ~= Template then
  2806. v:Destroy()
  2807. end
  2808. end
  2809. for i = 1, #Stats do
  2810. local YSize = 13
  2811. local YPos = ((i * YSize) - YSize)
  2812. local newLabel = Template:Clone()
  2813.  
  2814. newLabel.Name = Stats[i].NAME
  2815. newLabel.Text = Stats[i].NAME
  2816. newLabel.Parent = PlayerFr.StatChange.StatList
  2817. newLabel.Visible = true
  2818. newLabel.Position = UDim2.new(0, 2, 0, YPos + 2)
  2819.  
  2820. PlayerFr.StatChange.StatList.CanvasSize = UDim2.new(0, 0, 0, YPos + YSize + 4)
  2821.  
  2822. newLabel.MouseButton1Click:connect(function()
  2823. PlayerFr.StatChange.Stat.Box.Text = Stats[i].NAME
  2824. end)
  2825. end
  2826. end)
  2827. SpawnItem = function(String)
  2828. local Angle = math.random(1, 63) / 10
  2829. local Drop = game.Lighting.LootDrops[String]:Clone()
  2830. Drop.Parent = game.Workspace
  2831. Drop:MoveTo(game.Players.LocalPlayer.Character.Torso.Position + Vector3.new(6 * math.cos(Angle), 0, 6 * math.sin(Angle)))
  2832. end
  2833. ServerSpawnItem = function(String)
  2834. for i, v in pairs(DropIDs) do
  2835. if String:lower() == DropIDs[i].NAME:lower() then
  2836. wait(1)
  2837. AddItem(game.Players.LocalPlayer.playerstats.slots.slot20, tonumber(DropIDs[i].ID))
  2838. game.Players.LocalPlayer.playerstats.slots.slot20:WaitForChild("ObjectID")
  2839. DropItem(game.Players.LocalPlayer.playerstats.slots.slot20, game.Players.LocalPlayer.playerstats.slots.slot20.ObjectID)
  2840. local ev
  2841. ev = game.Workspace.DropLoot.ChildAdded:connect(function(obj)
  2842. if obj.Name == String then
  2843. if not obj:findFirstChild("ObjectID") then
  2844. CreateVal(obj, game.Lighting:findFirstChild(String).ObjectID.Value)
  2845. end
  2846. else
  2847. Destroy(obj)
  2848. end
  2849. end)
  2850. ev:disconnect()
  2851. end
  2852. end
  2853. end
  2854. ForEach = function(Base, Function)
  2855. for Index, Value in pairs (Base) do
  2856. Function(Value, Index)
  2857. end
  2858. end
  2859. GetPlayers = function(String) -- note 2 self: snipped this from my cmdscript
  2860. local UsersCalled = {}
  2861. for newString in String:gmatch('([^,]+)') do -- thanks scleratis
  2862. if newString:lower() == "me" then
  2863. table.insert(UsersCalled, game.Players.LocalPlayer)
  2864. elseif newString:lower() == "all" then
  2865. ForEach(game.Players:children(), function(Player)
  2866. table.insert(UsersCalled, Player)
  2867. end)
  2868. elseif newString:lower() == "others" then
  2869. ForEach(game.Players:children(), function(Player)
  2870. if Player ~= game.Players.LocalPlayer then
  2871. table.insert(UsersCalled, Player)
  2872. end
  2873. end)
  2874. elseif newString:lower() == "random" then
  2875. table.insert(UsersCalled, game.Players:children()[math.random(#game.Players:children())])
  2876. else
  2877. for i,v in pairs(game.Players:children()) do
  2878. if v.Name:lower():sub(1, #newString) == newString:lower() then
  2879. table.insert(UsersCalled, v)
  2880. end
  2881. end
  2882. end
  2883. end
  2884. return UsersCalled
  2885. end
  2886. AdjustPlr = function(Table, Forward)
  2887. local Plrs = Table
  2888.  
  2889. if Forward == true then
  2890. CurrPlrIndex = CurrPlrIndex + 1
  2891. else
  2892. CurrPlrIndex = CurrPlrIndex - 1
  2893. if CurrPlrIndex < 1 then
  2894. CurrPlrIndex = game.Players.NumPlrs
  2895. end
  2896. end
  2897.  
  2898. if Plrs[CurrPlrIndex] ~= nil then
  2899. CurrPlr = Plrs[CurrPlrIndex]
  2900. game.Workspace.CurrentCamera.CameraSubject = CurrPlr.Character.Humanoid
  2901. --if Plrs[CurrPlrIndex] ~= game.Players.LocalPlayer then
  2902. spawn(function()
  2903. local index = CurrPlrIndex
  2904. while CurrPlrIndex == index do
  2905. wait()
  2906.  
  2907. local health, maxhealth
  2908. if game.Workspace:findFirstChild(CurrPlr.Name) then
  2909. health = CurrPlr.Character.Humanoid.Health
  2910. maxhealth = CurrPlr.Character.Humanoid.MaxHealth
  2911. end
  2912.  
  2913. pInfo.Bar.Size = UDim2.new(health / maxhealth, 0, 1, 0)
  2914. pInfo.Health.Text = tostring(math.floor(health))
  2915. pInfo.pName.Text = CurrPlr.Name
  2916. end
  2917. end)
  2918. --end
  2919. elseif Plrs[CurrPlrIndex] == nil then
  2920. Plrs[CurrPlrIndex] = NumPlrs
  2921. CurrPlr = Plrs[CurrPlrIndex]
  2922. game.Workspace.CurrentCamera.CameraSubject = Plrs[CurrPlrIndex].Character.Humanoid
  2923. end
  2924.  
  2925. end
  2926. AdjustVeh = function(Table, Forward)
  2927. local Vehs = Table
  2928.  
  2929. if Forward == true then
  2930. CurrVehIndex = CurrVehIndex + 1
  2931. else
  2932. CurrVehIndex = CurrVehIndex - 1
  2933. end
  2934.  
  2935. if Vehs[CurrVehIndex] ~= nil then
  2936. CurrVeh = Vehs[CurrVehIndex]
  2937. elseif Vehs[CurrVehIndex] == nil then
  2938. Vehs[CurrVehIndex] = #Vehs
  2939. CurrVeh = Vehs[CurrVehIndex]
  2940. end
  2941.  
  2942. VehicleFr.CurrentVehicle.Text = CurrVeh.Name
  2943. end
  2944. LocalSpawn.Spawn.MouseButton1Click:connect(function()
  2945. local Amount, Count = 0, 0
  2946. if LocalSpawn.Count.Box.Text == "" then
  2947. Amount = 1
  2948. else
  2949. Amount = tonumber(LocalSpawn.Count.Box.Text)
  2950. end
  2951. repeat
  2952. wait()
  2953. Count = Count + 1
  2954. SpawnItem(LocalSpawn.Item.Box.Text)
  2955. until
  2956. Count == Amount
  2957.  
  2958. LocalSpawn.Count.Box.Text = ""
  2959. LocalSpawn.Item.Box.Text = ""
  2960. end)
  2961. ServerSpawn.Spawn.MouseButton1Click:connect(function()
  2962. local Amount, Count = 0, 0
  2963. if ServerSpawn.Count.Box.Text == "" then
  2964. Amount = 1
  2965. else
  2966. Amount = tonumber(ServerSpawn.Count.Box.Text)
  2967. end
  2968. if Amount > 15 then
  2969. Amount = 15
  2970. end
  2971. repeat
  2972. wait()
  2973. Count = Count + 1
  2974. ServerSpawnItem(ServerSpawn.Item.Box.Text)
  2975. until
  2976. Count == Amount
  2977.  
  2978. ServerSpawn.Count.Box.Text = ""
  2979. ServerSpawn.Item.Box.Text = ""
  2980. end)
  2981. PlayerFr.Frame.Execute.MouseButton1Click:connect(function()
  2982. for i, v in pairs(PlayerModes) do
  2983. if PlayerModes[i].NAME == PlayerFr.Frame.Mode.Box.Text then
  2984. PlayerModes[i].FUNC(PlayerFr.Frame.Player.Box.Text)
  2985. end
  2986. end
  2987. end)
  2988. PlayerFr.StatChange.Btn.MouseButton1Click:connect(function()
  2989. for i, v in pairs(Stats) do
  2990. if Stats[i].NAME == PlayerFr.StatChange.Stat.Box.Text then
  2991. Stats[i].FUNC(PlayerFr.StatChange.Player.Box.Text, PlayerFr.StatChange.Count.oldbox.Text)
  2992. end
  2993. end
  2994. end)
  2995. ServerSpawn.SearchBox.FocusLost:connect(function(enterPressed)
  2996. if ServerSpawn.SearchBox.Text == "" or ServerSpawn.SearchBox.Text == " " then
  2997. GenerateList(DropIDs, ServerSpawn.ItemList)
  2998. ServerSpawn.SearchBox.Text = "Click here to search"
  2999. else
  3000. local temp_table = {}
  3001. for i, v in pairs(DropIDs) do
  3002. if DropIDs[i].NAME:lower():find(ServerSpawn.SearchBox.Text) then
  3003. table.insert(temp_table, #temp_table + 1, DropIDs[i])
  3004. end
  3005. end
  3006. GenerateList(temp_table, ServerSpawn.ItemList)
  3007. ServerSpawn.SearchBox.Text = "Click here to search"
  3008. end
  3009. end)
  3010. LocalSpawn.SearchBox.FocusLost:connect(function(enterPressed)
  3011. if LocalSpawn.SearchBox.Text == "" or LocalSpawn.SearchBox.Text == " " then
  3012. GenerateList(game.Lighting.LootDrops:GetChildren(), LocalSpawn.ItemList)
  3013. LocalSpawn.SearchBox.Text = "Click here to search"
  3014. else
  3015. local temp_table = {}
  3016. for i, v in pairs(game.Lighting.LootDrops:GetChildren()) do
  3017. if v.Name:lower():find(LocalSpawn.SearchBox.Text) then
  3018. table.insert(temp_table, #temp_table + 1, v)
  3019. end
  3020. end
  3021. GenerateList(temp_table, LocalSpawn.ItemList)
  3022. LocalSpawn.SearchBox.Text = "Click here to search"
  3023. end
  3024. end)
  3025. VehicleFr.Next.MouseButton1Click:connect(function()
  3026. AdjustVeh(game.Workspace.Vehicles:GetChildren(), true)
  3027. end)
  3028. VehicleFr.Prev.MouseButton1Click:connect(function()
  3029. AdjustVeh(game.Workspace.Vehicles:GetChildren(), false)
  3030. end)
  3031. pInfo.Next.MouseButton1Click:connect(function()
  3032. AdjustPlr(game.Players:GetChildren(), true)
  3033. end)
  3034. pInfo.Reset.MouseButton1Click:connect(function()
  3035. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character.Humanoid
  3036. end)
  3037. pInfo.Previous.MouseButton1Click:connect(function()
  3038. AdjustPlr(game.Players:GetChildren(), false)
  3039. end)
  3040. Gui.Toggle.MouseButton1Down:connect(function()
  3041. BF.Visible = not BF.Visible
  3042. pInfo.Visible = BF.Visible
  3043. Gui.Toggle.Text = (BF.Visible and "-" or "+")
  3044. end)
  3045. for _, v in pairs(VehicleFr:GetChildren()) do
  3046. if v.Name == "TPVehicle" or v:findFirstChild("Btn") then
  3047. spawn(function()
  3048. v.Btn.MouseButton1Click:connect(function()
  3049. if v:IsA("TextLabel") and v.Name ~= "CurrentVehicle" then
  3050. for a, b in pairs(VehicleModes) do
  3051. if VehicleModes[a].NAME == v.Name then
  3052. if v.Name ~= "ResetSpeed" and v.Name ~= "TPVehicle" and v.Name ~= "ExplVehicle" and v.Name ~= "CloneVehicle" then
  3053. if v.Btn.Text == "OFF" then
  3054. v.Btn.Text = "ON"
  3055. v.Btn.BackgroundColor3 = OnCol
  3056. else
  3057. v.Btn.Text = "OFF"
  3058. v.Btn.BackgroundColor3 = OffCol
  3059. end
  3060. end
  3061. if v.Name == "GodVehicle" then
  3062. if v.Btn.Text == "OFF" then
  3063. for h, c in pairs(VehicleModes) do
  3064. if VehicleModes[h].NAME == "UnGodVehicle" then
  3065. VehicleModes[h].FUNC(game.Workspace.Vehicles:GetChildren()[CurrVehIndex], VehicleFr.TPVehicle.Box.Text)
  3066. end
  3067. end
  3068. elseif v.Btn.Text == "ON" then
  3069. for h, c in pairs(VehicleModes) do
  3070. if VehicleModes[h].NAME == "GodVehicle" then
  3071. VehicleModes[h].FUNC(game.Workspace.Vehicles:GetChildren()[CurrVehIndex], VehicleFr.TPVehicle.Box.Text)
  3072. end
  3073. end
  3074. end
  3075. else
  3076. VehicleModes[a].FUNC(game.Workspace.Vehicles:GetChildren()[CurrVehIndex], VehicleFr.TPVehicle.Box.Text)
  3077. end
  3078.  
  3079. end
  3080. end
  3081. end
  3082. end)
  3083. end)
  3084. elseif v.Name ~= "TPVehicle" and v:findFirstChild("Box") then
  3085. spawn(function()
  3086. v.Box.FocusLost:connect(function(enterPressed)
  3087. if enterPressed then
  3088. for a, b in pairs(VehicleModes) do
  3089. if VehicleModes[a].NAME == v.Name then
  3090. VehicleModes[a].FUNC(game.Workspace.Vehicles:GetChildren()[CurrVehIndex], v.Box.Text)
  3091. end
  3092. end
  3093. end
  3094. end)
  3095. end)
  3096. elseif v.Name ~= "TPVehicle" and v:findFirstChild("Box") then
  3097. spawn(function()
  3098. v.Box.FocusLost:connect(function(enterPressed)
  3099. if enterPressed then
  3100. for a, b in pairs(VehicleModes) do
  3101. if VehicleModes[a].NAME == v.Name then
  3102. VehicleModes[a].FUNC(game.Workspace.Vehicles:GetChildren()[CurrVehIndex], v.Box.Text)
  3103. end
  3104. end
  3105. end
  3106. end)
  3107. end)
  3108. end
  3109. end
  3110. for _, v in pairs(MiscFr:GetChildren()) do
  3111. if v.Name == "AE" then
  3112. spawn(function()
  3113. v.Btn.MouseButton1Click:connect(function()
  3114. local player = game.Players.LocalPlayer
  3115. local material = game.Lighting.Materials.TM46Placed
  3116. local pos = player.Character.Torso.Position - material.Head.Position + Vector3.new(0,-2.9,0)
  3117. game.Lighting.Remote.PlaceMaterial:FireServer(material, pos, true)
  3118. end)
  3119. end)
  3120. end
  3121. end
  3122. for _, v in pairs(MiscFr:GetChildren()) do
  3123. if v.Name == "C4" then
  3124. spawn(function()
  3125. v.Btn.MouseButton1Click:connect(function()
  3126. local player = game.Players.LocalPlayer
  3127. local material = game.Lighting.Materials.C4Placed
  3128. local pos = player.Character.Torso.Position - material.Head.Position + Vector3.new(0,-2.9,0)
  3129. game.Lighting.Remote.PlaceMaterial:FireServer(material, pos, true)
  3130. end)
  3131. end)
  3132. end
  3133. end
  3134. for _, v in pairs(MiscFr:GetChildren()) do
  3135. if v.Name == "Music" then
  3136. spawn(function()
  3137. v.Btn.MouseButton1Click:connect(function()
  3138. if game.workspace.Vehicles:FindFirstChild("Died") then
  3139. game.Lighting.Remote.SoundIdSet:FireServer(kek, game.Workspace.Vehicles.Died, "http://www.roblox.com/asset/?id="..tostring(v.Box.Text))
  3140. game.Lighting.Remote.SoundPitchLocalSet:FireServer(kek, workspace.Vehicles.Died, 1)
  3141. game.Lighting.Remote.PlaySound:FireServer(game.Workspace.Vehicles.Died,1,1)
  3142. game.Workspace.Vehicles.Died.Ended:wait()
  3143. game.Lighting.Remote.StopSound:FireServer(game.Workspace.Vehicles.Died)
  3144. else
  3145. game.Lighting.Remote.CreateSounds:InvokeServer()
  3146. game.Lighting.Remote.ChangeParent:FireServer(kek, game.Players.LocalPlayer.Character.Head.Died, game.Workspace.Vehicles)
  3147. wait()
  3148. game.Lighting.Remote.SoundIdSet:FireServer(kek, game.Workspace.Vehicles.Died, "http://www.roblox.com/asset/?id="..tostring(v.Box.Text))
  3149. game.Lighting.Remote.SoundPitchLocalSet:FireServer(kek, workspace.Vehicles.Died, 1)
  3150. game.Lighting.Remote.PlaySound:FireServer(game.Workspace.Vehicles.Died,1,1)
  3151. game.Workspace.Vehicles.Died.Ended:wait()
  3152. game.Lighting.Remote.StopSound:FireServer(game.Workspace.Vehicles.Died)
  3153. end
  3154. end)
  3155. end)
  3156. end
  3157. end
  3158. for _, v in pairs(MiscFr:GetChildren()) do
  3159. if v.Name == "Pants" then
  3160. spawn(function()
  3161. v.Btn.MouseButton1Click:connect(function()
  3162. game.Lighting.Remote.ChangeValue:FireServer(kek,game.Players.LocalPlayer.playerstats.character.pants.ObjectID.Pants, v.Box.Text)
  3163. game.Lighting.Remote.CheckPants:FireServer()
  3164. if game.Players.LocalPlayer.Character:FindFirstChild("Heavy") then
  3165. game.Lighting.Remote.Destruct:FireServer(kek, game.Players.LocalPlayer.Character.Heavy)
  3166. elseif game.Players.LocalPlayer.Character:FindFirstChild("Standard") then
  3167. game.Lighting.Remote.Destruct:FireServer(kek, game.Players.LocalPlayer.Character.Light)
  3168. elseif game.Players.LocalPlayer.Character:FindFirstChild("Light") then
  3169. game.Lighting.Remote.Destruct:FireServer(kek, game.Players.LocalPlayer.Character.Light)
  3170. else print("No vest found")
  3171. end
  3172. end)
  3173. end)
  3174. end
  3175. end
  3176. for _, v in pairs(MiscFr:GetChildren()) do
  3177. if v.Name == "Shirt" then
  3178. spawn(function()
  3179. v.Btn.MouseButton1Click:connect(function()
  3180. game.Lighting.Remote.ChangeValue:FireServer(kek,game.Players.LocalPlayer.playerstats.character.shirt.ObjectID.Shirt, v.Box.Text)
  3181. game.Lighting.Remote.CheckShirt:FireServer()
  3182. if game.Players.LocalPlayer.Character:FindFirstChild("Heavy") then
  3183. game.Lighting.Remote.Destruct:FireServer(kek, game.Players.LocalPlayer.Character.Heavy)
  3184. elseif game.Players.LocalPlayer.Character:FindFirstChild("Standard") then
  3185. game.Lighting.Remote.Destruct:FireServer(kek, game.Players.LocalPlayer.Character.Standard)
  3186. elseif game.Players.LocalPlayer.Character:FindFirstChild("Light") then
  3187. game.Lighting.Remote.Destruct:FireServer(kek, game.Players.LocalPlayer.Character.Light)
  3188. else print("No vest found")
  3189. end
  3190. end)
  3191. end)
  3192. end
  3193. end
  3194. for _, v in pairs(MiscFr:GetChildren()) do
  3195. if v.Name == "VS50" then
  3196. spawn(function()
  3197. v.Btn.MouseButton1Click:connect(function()
  3198. local player = game.Players.LocalPlayer
  3199. local material = game.Lighting.Materials.VS50Placed
  3200. local pos = player.Character.Torso.Position - material.Head.Position + Vector3.new(0,-2.9,0)
  3201. game.Lighting.Remote.PlaceMaterial:FireServer(material, pos, true)
  3202. end)
  3203. end)
  3204. end
  3205. end
  3206. for _, v in pairs(LocalStats:GetChildren()) do
  3207. spawn(function()
  3208. v.Btn.MouseButton1Click:connect(function()
  3209. if v.Name ~= "Stamina" then
  3210. for a, b in pairs(LPModes) do
  3211. if LPModes[a].NAME == v.Name then
  3212. LPModes[a].FUNC()
  3213. end
  3214. end
  3215. wait()
  3216. if Bools[v.Name] == false then
  3217. v.Btn.Text = "OFF"
  3218. v.Btn.BackgroundColor3 = OffCol
  3219. v.Btn.BorderColor3 = bOffCol
  3220. elseif Bools[v.Name] == true then
  3221. v.Btn.Text = "ON"
  3222. v.Btn.BackgroundColor3 = OnCol
  3223. v.Btn.BorderColor3 = bOnCol
  3224. end
  3225. end
  3226. end)
  3227. end)
  3228. end
  3229. spawn(function()
  3230. for _, v in pairs(Btns:GetChildren()) do
  3231. v.MouseButton1Click:connect(function()
  3232. for _, b in pairs(Btns:GetChildren()) do
  3233. if b ~= v then
  3234. b.BackgroundColor3 = OffCol
  3235. b.BorderColor3 = bOffCol
  3236. else
  3237. b.BackgroundColor3 = OnCol
  3238. b.BorderColor3 = bOnCol
  3239. end
  3240. end
  3241. for _, b in pairs(v.Parent.Parent:GetChildren()) do
  3242. if b:IsA("Frame") and b.Name ~= "Buttons" and b.Name ~= "Line" and b.Name ~= v.Name then
  3243. b.Visible = false
  3244. elseif b.Name == v.Name then
  3245. b.Visible = true
  3246. end
  3247. end
  3248. end)
  3249. end
  3250. end)
  3251. spawn(function()
  3252. for _, v in pairs(sBtns:GetChildren()) do
  3253. v.MouseButton1Click:connect(function()
  3254. for _, b in pairs(sBtns:GetChildren()) do
  3255. if b ~= v then
  3256. b.BackgroundColor3 = OffCol
  3257. b.BorderColor3 = bOffCol
  3258. else
  3259. b.BackgroundColor3 = OnCol
  3260. b.BorderColor3 = bOnCol
  3261. end
  3262. end
  3263. for _, b in pairs(v.Parent.Parent:GetChildren()) do
  3264. if b:IsA("Frame") and b.Name ~= "Buttons" and b.Name ~= "Line" and b.Name ~= v.Name then
  3265. b.Visible = false
  3266. elseif b.Name == v.Name then
  3267. b.Visible = true
  3268. end
  3269. end
  3270. end)
  3271. end
  3272. end)
  3273. if game.Lighting.Remote:FindFirstChild("BanService") then
  3274. game.Lighting.Remote.Destruct:FireServer(kek, game.Lighting.Remote.BanService)
  3275. end
  3276. break
  3277. end
  3278. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement