Advertisement
Guest User

Untitled

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