xx_g

apoc gui

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