Advertisement
xTh3_Hunter

[FE] Tripp Apocalypse Rising (Roblox)

Jan 12th, 2020
464
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 71.16 KB | None | 0 0
  1. ME = game:GetService("Players").LocalPlayer
  2. local Tripp = Instance.new("ScreenGui")
  3. local mainframe = Instance.new("Frame")
  4. local openclose = Instance.new("TextButton")
  5. local dragbarBACKGROUND = Instance.new("TextLabel")
  6. local dragbarRED = Instance.new("TextLabel")
  7. local dragbarWHITE = Instance.new("TextLabel")
  8. local btnserver = Instance.new("TextButton")
  9. local btnvehicles = Instance.new("TextButton")
  10. local btnplayers = Instance.new("TextButton")
  11. local btnspawning = Instance.new("TextButton")
  12. local btnmods = Instance.new("TextButton")
  13. local modframe = Instance.new("Frame")
  14. local spawningframe = Instance.new("Frame")
  15. local playersframe = Instance.new("Frame")
  16. local vehiclesframe = Instance.new("Frame")
  17. local serverframe = Instance.new("Frame")
  18. local introframe = Instance.new("Frame")
  19. local txtcreatorRED = Instance.new("TextLabel")
  20. local txtcreatorWHITE = Instance.new("TextLabel")
  21. local txtcreator = Instance.new("TextLabel")
  22. local modAimbot = Instance.new("TextButton")
  23. local modC4 = Instance.new("TextButton")
  24. local modCorpse = Instance.new("TextButton")
  25. local modESP = Instance.new("TextButton")
  26. local modESP2 = Instance.new("TextButton")
  27. local modFog = Instance.new("TextButton")
  28. local modGod = Instance.new("TextButton")
  29. local modHunger = Instance.new("TextButton")
  30. local modRecoil = Instance.new("TextButton")
  31. local modStamina = Instance.new("TextButton")
  32. local modTeleport = Instance.new("TextButton")
  33. local modNoclip = Instance.new("TextButton")
  34. local scrollingItems = Instance.new("ScrollingFrame")
  35. local btnSpawn = Instance.new("TextButton")
  36. local spawnFalKit = Instance.new("TextButton")
  37. local spawnBasicKit = Instance.new("TextButton")
  38. local txtboxSearch = Instance.new("TextBox")
  39. local scrollingPlayers = Instance.new("ScrollingFrame")
  40. local playerKill = Instance.new("TextButton")
  41. local playerKillAll = Instance.new("TextButton")
  42. local playerSpectate = Instance.new("TextButton")
  43. local playerStealAllG = Instance.new("TextButton")
  44. local playerStealAllI = Instance.new("TextButton")
  45. local playerStealGuns = Instance.new("TextButton")
  46. local playerStealItems = Instance.new("TextButton")
  47. local playerTeleport = Instance.new("TextButton")
  48. local labelSelectedPlayers = Instance.new("TextLabel")
  49. local scrollingVehicles = Instance.new("ScrollingFrame")
  50. local txtboxSpeed = Instance.new("TextBox")
  51. local vehicleDestroy = Instance.new("TextButton")
  52. local vehicleDestroyAll = Instance.new("TextButton")
  53. local vehicleESP = Instance.new("TextButton")
  54. local vehicleSetSpeed = Instance.new("TextButton")
  55. local vehicleTeleport = Instance.new("TextButton")
  56. local labelSelectedVehicle = Instance.new("TextLabel")
  57. local Blue = Instance.new("TextButton")
  58. local Green = Instance.new("TextButton")
  59. local Red = Instance.new("TextButton")
  60. local White = Instance.new("TextButton")
  61. local Yellow = Instance.new("TextButton")
  62. local messageSpam = Instance.new("TextButton")
  63. local messageText = Instance.new("TextBox")
  64. Tripp.Name = "Tripp"
  65. Tripp.Parent = game.CoreGui
  66. mainframe.Name = "mainframe"
  67. mainframe.Parent = Tripp
  68. mainframe.BackgroundColor3 = Color3.new(0, 0, 0)
  69. mainframe.BorderColor3 = Color3.new(.839216, 0, 0)
  70. mainframe.Position = UDim2.new(.5, -229, .5, 650)
  71. mainframe.Size = UDim2.new(0, 457, 0, 292)
  72. openclose.Name = "openclose"
  73. openclose.Parent = mainframe
  74. openclose.BackgroundColor3 = Color3.new(1, 1, 1)
  75. openclose.BackgroundTransparency = 1
  76. openclose.Position = UDim2.new(0, 414, 0, 0)
  77. openclose.Size = UDim2.new(0, 43, 0, 20)
  78. openclose.AutoButtonColor = false
  79. openclose.Font = Enum.Font.SourceSans
  80. openclose.FontSize = Enum.FontSize.Size96
  81. openclose.Text = "-"
  82. openclose.TextColor3 = Color3.new(.827451, .827451, .827451)
  83. openclose.TextSize = 75
  84. modframe.Name = "modframe"
  85. modframe.Parent = mainframe
  86. modframe.BackgroundColor3 = Color3.new(0, 0, 0)
  87. modframe.BackgroundTransparency = 1
  88. modframe.BorderColor3 = Color3.new(0, 0, 0)
  89. modframe.Position = UDim2.new(.5, -229, .5, -107)
  90. modframe.Size = UDim2.new(0, 457, 0, 253)
  91. spawningframe.Name = "spawningframe"
  92. spawningframe.Parent = mainframe
  93. spawningframe.BackgroundColor3 = Color3.new(0, 0, 0)
  94. spawningframe.BackgroundTransparency = 1
  95. spawningframe.BorderColor3 = Color3.new(0, 0, 0)
  96. spawningframe.Position = UDim2.new(.5, -229, .5, -107)
  97. spawningframe.Size = UDim2.new(0, 457, 0, 253)
  98. spawningframe.Visible = false
  99. playersframe.Name = "playersframe"
  100. playersframe.Parent = mainframe
  101. playersframe.BackgroundColor3 = Color3.new(0, 0, 0)
  102. playersframe.BackgroundTransparency = 1
  103. playersframe.BorderColor3 = Color3.new(0, 0, 0)
  104. playersframe.Position = UDim2.new(.5, -229, .5, -107)
  105. playersframe.Size = UDim2.new(0, 457, 0, 253)
  106. playersframe.Visible = false
  107. vehiclesframe.Name = "vehiclesframe"
  108. vehiclesframe.Parent = mainframe
  109. vehiclesframe.BackgroundColor3 = Color3.new(0, 0, 0)
  110. vehiclesframe.BackgroundTransparency = 1
  111. vehiclesframe.BorderColor3 = Color3.new(0, 0, 0)
  112. vehiclesframe.Position = UDim2.new(.5, -229, .5, -107)
  113. vehiclesframe.Size = UDim2.new(0, 457, 0, 253)
  114. vehiclesframe.Visible = false
  115. serverframe.Name = "serverframe"
  116. serverframe.Parent = mainframe
  117. serverframe.BackgroundColor3 = Color3.new(0, 0, 0)
  118. serverframe.BackgroundTransparency = 1
  119. serverframe.BorderColor3 = Color3.new(0, 0, 0)
  120. serverframe.Position = UDim2.new(.5, -229, .5, -107)
  121. serverframe.Size = UDim2.new(0, 457, 0, 253)
  122. serverframe.Visible = false
  123. btnmods.Name = "btnmods"
  124. btnmods.Parent = mainframe
  125. btnmods.BackgroundColor3 = Color3.new(1, 1, 1)
  126. btnmods.Position = UDim2.new(0, -122, 0, 620)
  127. btnmods.Size = UDim2.new(0, 119, 0, 41)
  128. btnmods.Style = Enum.ButtonStyle.RobloxButton
  129. btnmods.Font = Enum.Font.SourceSans
  130. btnmods.FontSize = Enum.FontSize.Size14
  131. btnmods.Text = "Mods"
  132. btnmods.TextColor3 = Color3.new(.839216, .839216, .839216)
  133. btnmods.TextSize = 14
  134. dragbarBACKGROUND.Name = "dragbarBACKGROUND"
  135. dragbarBACKGROUND.Parent = mainframe
  136. dragbarBACKGROUND.BackgroundColor3 = Color3.new(0, 0, 0)
  137. dragbarBACKGROUND.BackgroundTransparency = .64999997615814
  138. dragbarBACKGROUND.BorderColor3 = Color3.new(.92549, 0, .0117647)
  139. dragbarBACKGROUND.Size = UDim2.new(0, 457, 0, 34)
  140. dragbarBACKGROUND.Font = Enum.Font.SourceSans
  141. dragbarBACKGROUND.FontSize = Enum.FontSize.Size14
  142. dragbarBACKGROUND.Text = ""
  143. dragbarBACKGROUND.TextSize = 14
  144. dragbarRED.Name = "dragbarRED"
  145. dragbarRED.Parent = mainframe
  146. dragbarRED.BackgroundColor3 = Color3.new(1, 1, 1)
  147. dragbarRED.BackgroundTransparency = 1
  148. dragbarRED.Size = UDim2.new(0, 457, 0, 19)
  149. dragbarRED.Font = Enum.Font.Antique
  150. dragbarRED.FontSize = Enum.FontSize.Size36
  151. dragbarRED.Text = "Tripp"
  152. dragbarRED.TextColor3 = Color3.new(.92549, 0, .0117647)
  153. dragbarRED.TextSize = 33
  154. dragbarWHITE.Name = "dragbarWHITE"
  155. dragbarWHITE.Parent = mainframe
  156. dragbarWHITE.BackgroundColor3 = Color3.new(1, 1, 1)
  157. dragbarWHITE.BackgroundTransparency = 1
  158. dragbarWHITE.Position = UDim2.new(0, 0, 0, 2)
  159. dragbarWHITE.Size = UDim2.new(0, 457, 0, 19)
  160. dragbarWHITE.Font = Enum.Font.Antique
  161. dragbarWHITE.FontSize = Enum.FontSize.Size32
  162. dragbarWHITE.Text = "Tripp"
  163. dragbarWHITE.TextColor3 = Color3.new(.92549, .92549, .92549)
  164. dragbarWHITE.TextSize = 31
  165. btnspawning.Name = "btnspawning"
  166. btnspawning.Parent = mainframe
  167. btnspawning.BackgroundColor3 = Color3.new(1, 1, 1)
  168. btnspawning.Position = UDim2.new(0, -122, 0, 670)
  169. btnspawning.Size = UDim2.new(0, 119, 0, 41)
  170. btnspawning.Style = Enum.ButtonStyle.RobloxButton
  171. btnspawning.Font = Enum.Font.SourceSans
  172. btnspawning.FontSize = Enum.FontSize.Size14
  173. btnspawning.Text = "Spawning"
  174. btnspawning.TextColor3 = Color3.new(.839216, 0, 0)
  175. btnspawning.TextSize = 14
  176. btnplayers.Name = "btnplayers"
  177. btnplayers.Parent = mainframe
  178. btnplayers.BackgroundColor3 = Color3.new(1, 1, 1)
  179. btnplayers.Position = UDim2.new(0, -122, 0, 720)
  180. btnplayers.Size = UDim2.new(0, 119, 0, 41)
  181. btnplayers.Style = Enum.ButtonStyle.RobloxButton
  182. btnplayers.Font = Enum.Font.SourceSans
  183. btnplayers.FontSize = Enum.FontSize.Size14
  184. btnplayers.Text = "Players"
  185. btnplayers.TextColor3 = Color3.new(.839216, 0, 0)
  186. btnplayers.TextSize = 14
  187. btnvehicles.Name = "btnvehicles"
  188. btnvehicles.Parent = mainframe
  189. btnvehicles.BackgroundColor3 = Color3.new(1, 1, 1)
  190. btnvehicles.Position = UDim2.new(0, -122, 0, 770)
  191. btnvehicles.Size = UDim2.new(0, 119, 0, 41)
  192. btnvehicles.Style = Enum.ButtonStyle.RobloxButton
  193. btnvehicles.Font = Enum.Font.SourceSans
  194. btnvehicles.FontSize = Enum.FontSize.Size14
  195. btnvehicles.Text = "Vehicles"
  196. btnvehicles.TextColor3 = Color3.new(.839216, 0, 0)
  197. btnvehicles.TextSize = 14
  198. btnserver.Name = "btnserver"
  199. btnserver.Parent = mainframe
  200. btnserver.BackgroundColor3 = Color3.new(1, 1, 1)
  201. btnserver.Position = UDim2.new(0, -122, 0, 820)
  202. btnserver.Size = UDim2.new(0, 119, 0, 41)
  203. btnserver.Style = Enum.ButtonStyle.RobloxButton
  204. btnserver.Font = Enum.Font.SourceSans
  205. btnserver.FontSize = Enum.FontSize.Size14
  206. btnserver.Text = "Server"
  207. btnserver.TextColor3 = Color3.new(.839216, 0, 0)
  208. btnserver.TextSize = 14
  209. introframe.Name = "introframe"
  210. introframe.Parent = Tripp
  211. introframe.BackgroundColor3 = Color3.new(0, 0, 0)
  212. introframe.BorderColor3 = Color3.new(.839216, 0, 0)
  213. introframe.Position = UDim2.new(0, 347, 0, 221)
  214. introframe.Size = UDim2.new(0, 0, 0, 0)
  215. txtcreatorRED.Name = "txtcreatorRED"
  216. txtcreatorRED.Parent = introframe
  217. txtcreatorRED.BackgroundColor3 = Color3.new(1, 1, 1)
  218. txtcreatorRED.BackgroundTransparency = 1
  219. txtcreatorRED.BorderColor3 = Color3.new(1, 1, 1)
  220. txtcreatorRED.Position = UDim2.new(0, 0, 0, 39)
  221. txtcreatorRED.Size = UDim2.new(0, 189, 0, 50)
  222. txtcreatorRED.Font = Enum.Font.Antique
  223. txtcreatorRED.FontSize = Enum.FontSize.Size96
  224. txtcreatorRED.Text = "Tripp"
  225. txtcreatorRED.TextColor3 = Color3.new(.92549, 0, .0117647)
  226. txtcreatorRED.TextTransparency = 1
  227. txtcreatorRED.TextSize = 100
  228. txtcreatorRED.TextWrapped = true
  229. txtcreatorWHITE.Name = "txtcreatorWHITE"
  230. txtcreatorWHITE.Parent = introframe
  231. txtcreatorWHITE.BackgroundColor3 = Color3.new(1, 1, 1)
  232. txtcreatorWHITE.BackgroundTransparency = 1
  233. txtcreatorWHITE.BorderColor3 = Color3.new(1, 1, 1)
  234. txtcreatorWHITE.Position = UDim2.new(0, 0, 0, 39)
  235. txtcreatorWHITE.Size = UDim2.new(0, 189, 0, 50)
  236. txtcreatorWHITE.Font = Enum.Font.Antique
  237. txtcreatorWHITE.FontSize = Enum.FontSize.Size96
  238. txtcreatorWHITE.Text = "Tripp"
  239. txtcreatorWHITE.TextColor3 = Color3.new(.92549, .92549, .92549)
  240. txtcreatorWHITE.TextTransparency = 1
  241. txtcreatorWHITE.TextSize = 87
  242. txtcreatorWHITE.TextWrapped = true
  243. txtcreator.Name = "txtcreator"
  244. txtcreator.Parent = introframe
  245. txtcreator.BackgroundColor3 = Color3.new(1, 1, 1)
  246. txtcreator.BackgroundTransparency = 1
  247. txtcreator.BorderColor3 = Color3.new(1, 1, 1)
  248. txtcreator.Position = UDim2.new(0, 0, 0, 138)
  249. txtcreator.Size = UDim2.new(0, 189, 0, 22)
  250. txtcreator.Font = Enum.Font.SourceSansItalic
  251. txtcreator.FontSize = Enum.FontSize.Size18
  252. txtcreator.Text = "GUI Made by DeepTrip"
  253. txtcreator.TextColor3 = Color3.new(.839216, 0, 0)
  254. txtcreator.TextTransparency = 1
  255. txtcreator.TextSize = 17
  256. txtcreator.TextWrapped = true
  257. modAimbot.Name = "modAimbot"
  258. modAimbot.Parent = modframe
  259. modAimbot.BackgroundColor3 = Color3.new(1, 1, 1)
  260. modAimbot.BorderColor3 = Color3.new(1, 1, 1)
  261. modAimbot.Position = UDim2.new(0, 178, 0, 68)
  262. modAimbot.Size = UDim2.new(0, 101, 0, 33)
  263. modAimbot.Style = Enum.ButtonStyle.RobloxRoundButton
  264. modAimbot.Font = Enum.Font.SciFi
  265. modAimbot.FontSize = Enum.FontSize.Size14
  266. modAimbot.Text = "Aimbot"
  267. modAimbot.TextColor3 = Color3.new(1, 1, 1)
  268. modAimbot.TextSize = 14
  269. modC4.Name = "modC4"
  270. modC4.Parent = modframe
  271. modC4.BackgroundColor3 = Color3.new(1, 1, 1)
  272. modC4.BorderColor3 = Color3.new(1, 1, 1)
  273. modC4.Position = UDim2.new(0, 304, 0, 210)
  274. modC4.Size = UDim2.new(0, 101, 0, 33)
  275. modC4.Style = Enum.ButtonStyle.RobloxRoundButton
  276. modC4.Font = Enum.Font.SciFi
  277. modC4.FontSize = Enum.FontSize.Size14
  278. modC4.Text = "C4 Walk: OFF"
  279. modC4.TextColor3 = Color3.new(.721569, 0, .0117647)
  280. modC4.TextSize = 14
  281. modCorpse.Name = "modCorpse"
  282. modCorpse.Parent = modframe
  283. modCorpse.BackgroundColor3 = Color3.new(1, 1, 1)
  284. modCorpse.BorderColor3 = Color3.new(1, 1, 1)
  285. modCorpse.Position = UDim2.new(0, 178, 0, 126)
  286. modCorpse.Size = UDim2.new(0, 101, 0, 33)
  287. modCorpse.Style = Enum.ButtonStyle.RobloxRoundButton
  288. modCorpse.Font = Enum.Font.SciFi
  289. modCorpse.FontSize = Enum.FontSize.Size14
  290. modCorpse.Text = "TP Corpse"
  291. modCorpse.TextColor3 = Color3.new(1, 1, 1)
  292. modCorpse.TextSize = 14
  293. modESP.Name = "modESP"
  294. modESP.Parent = modframe
  295. modESP.BackgroundColor3 = Color3.new(1, 1, 1)
  296. modESP.BorderColor3 = Color3.new(1, 1, 1)
  297. modESP.Position = UDim2.new(0, 304, 0, 16)
  298. modESP.Size = UDim2.new(0, 101, 0, 33)
  299. modESP.Style = Enum.ButtonStyle.RobloxRoundButton
  300. modESP.Font = Enum.Font.SciFi
  301. modESP.FontSize = Enum.FontSize.Size14
  302. modESP.Text = "ESP"
  303. modESP.TextColor3 = Color3.new(1, 1, 1)
  304. modESP.TextSize = 14
  305. modESP2.Name = "modESP2"
  306. modESP2.Parent = modframe
  307. modESP2.BackgroundColor3 = Color3.new(1, 1, 1)
  308. modESP2.BorderColor3 = Color3.new(1, 1, 1)
  309. modESP2.Position = UDim2.new(0, 178, 0, 210)
  310. modESP2.Size = UDim2.new(0, 101, 0, 33)
  311. modESP2.Style = Enum.ButtonStyle.RobloxRoundButton
  312. modESP2.Font = Enum.Font.SciFi
  313. modESP2.FontSize = Enum.FontSize.Size14
  314. modESP2.Text = "Name ESP: OFF"
  315. modESP2.TextColor3 = Color3.new(.721569, 0, .0117647)
  316. modESP2.TextSize = 14
  317. modFog.Name = "modFog"
  318. modFog.Parent = modframe
  319. modFog.BackgroundColor3 = Color3.new(1, 1, 1)
  320. modFog.BorderColor3 = Color3.new(1, 1, 1)
  321. modFog.Position = UDim2.new(0, 178, 0, 16)
  322. modFog.Size = UDim2.new(0, 101, 0, 33)
  323. modFog.Style = Enum.ButtonStyle.RobloxRoundButton
  324. modFog.Font = Enum.Font.SciFi
  325. modFog.FontSize = Enum.FontSize.Size14
  326. modFog.Text = "Remove Fog"
  327. modFog.TextColor3 = Color3.new(1, 1, 1)
  328. modFog.TextSize = 14
  329. modGod.Name = "modGod"
  330. modGod.Parent = modframe
  331. modGod.BackgroundColor3 = Color3.new(1, 1, 1)
  332. modGod.BorderColor3 = Color3.new(1, 1, 1)
  333. modGod.Position = UDim2.new(0, 52, 0, 210)
  334. modGod.Size = UDim2.new(0, 101, 0, 33)
  335. modGod.Style = Enum.ButtonStyle.RobloxRoundButton
  336. modGod.Font = Enum.Font.SciFi
  337. modGod.FontSize = Enum.FontSize.Size14
  338. modGod.Text = "Godmode"
  339. modGod.TextColor3 = Color3.new(.454902, 0, .356863)
  340. modGod.TextSize = 14
  341. modHunger.Name = "modHunger"
  342. modHunger.Parent = modframe
  343. modHunger.BackgroundColor3 = Color3.new(1, 1, 1)
  344. modHunger.BorderColor3 = Color3.new(1, 1, 1)
  345. modHunger.Position = UDim2.new(0, 304, 0, 68)
  346. modHunger.Size = UDim2.new(0, 101, 0, 33)
  347. modHunger.Style = Enum.ButtonStyle.RobloxRoundButton
  348. modHunger.Font = Enum.Font.SciFi
  349. modHunger.FontSize = Enum.FontSize.Size14
  350. modHunger.Text = "Hunger/Thirst"
  351. modHunger.TextColor3 = Color3.new(1, 1, 1)
  352. modHunger.TextSize = 14
  353. modRecoil.Name = "modRecoil"
  354. modRecoil.Parent = modframe
  355. modRecoil.BackgroundColor3 = Color3.new(1, 1, 1)
  356. modRecoil.BorderColor3 = Color3.new(1, 1, 1)
  357. modRecoil.Position = UDim2.new(0, 52, 0, 68)
  358. modRecoil.Size = UDim2.new(0, 101, 0, 33)
  359. modRecoil.Style = Enum.ButtonStyle.RobloxRoundButton
  360. modRecoil.Font = Enum.Font.SciFi
  361. modRecoil.FontSize = Enum.FontSize.Size14
  362. modRecoil.Text = "No Recoil"
  363. modRecoil.TextColor3 = Color3.new(1, 1, 1)
  364. modRecoil.TextSize = 14
  365. modStamina.Name = "modStamina"
  366. modStamina.Parent = modframe
  367. modStamina.BackgroundColor3 = Color3.new(1, 1, 1)
  368. modStamina.BorderColor3 = Color3.new(1, 1, 1)
  369. modStamina.Position = UDim2.new(0, 52, 0, 126)
  370. modStamina.Size = UDim2.new(0, 101, 0, 33)
  371. modStamina.Style = Enum.ButtonStyle.RobloxRoundButton
  372. modStamina.Font = Enum.Font.SciFi
  373. modStamina.FontSize = Enum.FontSize.Size14
  374. modStamina.Text = "Unlim. Stamina"
  375. modStamina.TextColor3 = Color3.new(1, 1, 1)
  376. modStamina.TextSize = 14
  377. modTeleport.Name = "modTeleport"
  378. modTeleport.Parent = modframe
  379. modTeleport.BackgroundColor3 = Color3.new(1, 1, 1)
  380. modTeleport.BorderColor3 = Color3.new(1, 1, 1)
  381. modTeleport.Position = UDim2.new(0, 53, 0, 16)
  382. modTeleport.Size = UDim2.new(0, 101, 0, 33)
  383. modTeleport.Style = Enum.ButtonStyle.RobloxRoundButton
  384. modTeleport.Font = Enum.Font.SciFi
  385. modTeleport.FontSize = Enum.FontSize.Size14
  386. modTeleport.Text = "(E) Teleport"
  387. modTeleport.TextColor3 = Color3.new(1, 1, 1)
  388. modTeleport.TextSize = 14
  389. modNoclip.Name = "modNoclip"
  390. modNoclip.Parent = modframe
  391. modNoclip.BackgroundColor3 = Color3.new(1, 1, 1)
  392. modNoclip.BorderColor3 = Color3.new(1, 1, 1)
  393. modNoclip.Position = UDim2.new(0, 304, 0, 126)
  394. modNoclip.Size = UDim2.new(0, 101, 0, 33)
  395. modNoclip.Style = Enum.ButtonStyle.RobloxRoundButton
  396. modNoclip.Font = Enum.Font.SciFi
  397. modNoclip.FontSize = Enum.FontSize.Size14
  398. modNoclip.Text = "Noclip"
  399. modNoclip.TextColor3 = Color3.new(1, 1, 1)
  400. modNoclip.TextSize = 14
  401. scrollingItems.Name = "scrollingItems"
  402. scrollingItems.Parent = spawningframe
  403. scrollingItems.BackgroundColor3 = Color3.new(.372549, .372549, .372549)
  404. scrollingItems.BackgroundTransparency = .44999998807907
  405. scrollingItems.BorderColor3 = Color3.new(1, 1, 1)
  406. scrollingItems.Position = UDim2.new(0, 23, 0, 55)
  407. scrollingItems.Size = UDim2.new(0, 174, 0, 143)
  408. scrollingItems.Visible = false
  409. btnSpawn.Name = "btnSpawn"
  410. btnSpawn.Parent = spawningframe
  411. btnSpawn.BackgroundColor3 = Color3.new(0, .486275, .054902)
  412. btnSpawn.BackgroundTransparency = .44999998807907
  413. btnSpawn.BorderColor3 = Color3.new(1, 1, 1)
  414. btnSpawn.Position = UDim2.new(0, 23, 0, 210)
  415. btnSpawn.Size = UDim2.new(0, 174, 0, 33)
  416. btnSpawn.Font = Enum.Font.SciFi
  417. btnSpawn.FontSize = Enum.FontSize.Size18
  418. btnSpawn.Text = "Spawn"
  419. btnSpawn.TextColor3 = Color3.new(1, 1, 1)
  420. btnSpawn.TextSize = 16
  421. spawnFalKit.Name = "spawnFalKit"
  422. spawnFalKit.Parent = spawningframe
  423. spawnFalKit.BackgroundColor3 = Color3.new(1, 1, 1)
  424. spawnFalKit.BorderColor3 = Color3.new(1, 1, 1)
  425. spawnFalKit.Position = UDim2.new(0, 282, 0, 71)
  426. spawnFalKit.Size = UDim2.new(0, 118, 0, 33)
  427. spawnFalKit.Style = Enum.ButtonStyle.RobloxRoundButton
  428. spawnFalKit.Font = Enum.Font.SciFi
  429. spawnFalKit.FontSize = Enum.FontSize.Size14
  430. spawnFalKit.Text = "FAL Kit"
  431. spawnFalKit.TextColor3 = Color3.new(1, 1, 1)
  432. spawnFalKit.TextSize = 14
  433. spawnBasicKit.Name = "spawnBasicKit"
  434. spawnBasicKit.Parent = spawningframe
  435. spawnBasicKit.BackgroundColor3 = Color3.new(1, 1, 1)
  436. spawnBasicKit.BorderColor3 = Color3.new(1, 1, 1)
  437. spawnBasicKit.Position = UDim2.new(0, 282, 0, 126)
  438. spawnBasicKit.Size = UDim2.new(0, 118, 0, 33)
  439. spawnBasicKit.Style = Enum.ButtonStyle.RobloxRoundButton
  440. spawnBasicKit.Font = Enum.Font.SciFi
  441. spawnBasicKit.FontSize = Enum.FontSize.Size14
  442. spawnBasicKit.Text = "Basic Kit"
  443. spawnBasicKit.TextColor3 = Color3.new(1, 1, 1)
  444. spawnBasicKit.TextSize = 14
  445. txtboxSearch.Name = "txtboxSearch"
  446. txtboxSearch.Parent = spawningframe
  447. txtboxSearch.BackgroundColor3 = Color3.new(.666667, .666667, .666667)
  448. txtboxSearch.BackgroundTransparency = .44999998807907
  449. txtboxSearch.BorderColor3 = Color3.new(1, 1, 1)
  450. txtboxSearch.Position = UDim2.new(0, 23, 0, 15)
  451. txtboxSearch.Size = UDim2.new(0, 174, 0, 26)
  452. txtboxSearch.Font = Enum.Font.SciFi
  453. txtboxSearch.FontSize = Enum.FontSize.Size14
  454. txtboxSearch.Text = "[SEARCH ITEM]"
  455. txtboxSearch.TextColor3 = Color3.new(1, 1, 1)
  456. txtboxSearch.TextSize = 14
  457. scrollingPlayers.Name = "scrollingPlayers"
  458. scrollingPlayers.Parent = playersframe
  459. scrollingPlayers.BackgroundColor3 = Color3.new(.372549, .372549, .372549)
  460. scrollingPlayers.BackgroundTransparency = .44999998807907
  461. scrollingPlayers.BorderColor3 = Color3.new(1, 1, 1)
  462. scrollingPlayers.Position = UDim2.new(0, 93, 0, 123)
  463. scrollingPlayers.Size = UDim2.new(0, 272, 0, 93)
  464. playerKill.Name = "playerKill"
  465. playerKill.Parent = playersframe
  466. playerKill.BackgroundColor3 = Color3.new(1, 1, 1)
  467. playerKill.BorderColor3 = Color3.new(1, 1, 1)
  468. playerKill.Position = UDim2.new(0, 38, 0, 67)
  469. playerKill.Size = UDim2.new(0, 80, 0, 24)
  470. playerKill.Style = Enum.ButtonStyle.RobloxRoundButton
  471. playerKill.Font = Enum.Font.SciFi
  472. playerKill.FontSize = Enum.FontSize.Size18
  473. playerKill.Text = "Kill"
  474. playerKill.TextColor3 = Color3.new(.615686, 0, .584314)
  475. playerKill.TextSize = 15
  476. playerKillAll.Name = "playerKillAll"
  477. playerKillAll.Parent = playersframe
  478. playerKillAll.BackgroundColor3 = Color3.new(1, 1, 1)
  479. playerKillAll.BorderColor3 = Color3.new(1, 1, 1)
  480. playerKillAll.Position = UDim2.new(0, 22, 0, 15)
  481. playerKillAll.Size = UDim2.new(0, 101, 0, 33)
  482. playerKillAll.Style = Enum.ButtonStyle.RobloxRoundButton
  483. playerKillAll.Font = Enum.Font.SciFi
  484. playerKillAll.FontSize = Enum.FontSize.Size14
  485. playerKillAll.Text = "Kill All"
  486. playerKillAll.TextColor3 = Color3.new(1, 1, 1)
  487. playerKillAll.TextSize = 14
  488. playerSpectate.Name = "playerSpectate"
  489. playerSpectate.Parent = playersframe
  490. playerSpectate.BackgroundColor3 = Color3.new(1, 1, 1)
  491. playerSpectate.BorderColor3 = Color3.new(1, 1, 1)
  492. playerSpectate.Position = UDim2.new(0, 139, 0, 221)
  493. playerSpectate.Size = UDim2.new(0, 179, 0, 29)
  494. playerSpectate.Style = Enum.ButtonStyle.RobloxRoundButton
  495. playerSpectate.Font = Enum.Font.SciFi
  496. playerSpectate.FontSize = Enum.FontSize.Size18
  497. playerSpectate.Text = "Spectate: OFF"
  498. playerSpectate.TextColor3 = Color3.new(.721569, 0, .0117647)
  499. playerSpectate.TextSize = 15
  500. playerStealAllG.Name = "playerStealAllG"
  501. playerStealAllG.Parent = playersframe
  502. playerStealAllG.BackgroundColor3 = Color3.new(1, 1, 1)
  503. playerStealAllG.BorderColor3 = Color3.new(1, 1, 1)
  504. playerStealAllG.Position = UDim2.new(0, 178, 0, 16)
  505. playerStealAllG.Size = UDim2.new(0, 101, 0, 33)
  506. playerStealAllG.Style = Enum.ButtonStyle.RobloxRoundButton
  507. playerStealAllG.Font = Enum.Font.SciFi
  508. playerStealAllG.FontSize = Enum.FontSize.Size14
  509. playerStealAllG.Text = "Steal All Guns"
  510. playerStealAllG.TextColor3 = Color3.new(1, 1, 1)
  511. playerStealAllG.TextSize = 14
  512. playerStealAllI.Name = "playerStealAllI"
  513. playerStealAllI.Parent = playersframe
  514. playerStealAllI.BackgroundColor3 = Color3.new(1, 1, 1)
  515. playerStealAllI.BorderColor3 = Color3.new(1, 1, 1)
  516. playerStealAllI.Position = UDim2.new(0, 337, 0, 15)
  517. playerStealAllI.Size = UDim2.new(0, 101, 0, 33)
  518. playerStealAllI.Style = Enum.ButtonStyle.RobloxRoundButton
  519. playerStealAllI.Font = Enum.Font.SciFi
  520. playerStealAllI.FontSize = Enum.FontSize.Size14
  521. playerStealAllI.Text = "Steal All Items"
  522. playerStealAllI.TextColor3 = Color3.new(1, 1, 1)
  523. playerStealAllI.TextSize = 14
  524. playerStealGuns.Name = "playerStealGuns"
  525. playerStealGuns.Parent = playersframe
  526. playerStealGuns.BackgroundColor3 = Color3.new(1, 1, 1)
  527. playerStealGuns.BorderColor3 = Color3.new(1, 1, 1)
  528. playerStealGuns.Position = UDim2.new(0, 132, 0, 67)
  529. playerStealGuns.Size = UDim2.new(0, 80, 0, 24)
  530. playerStealGuns.Style = Enum.ButtonStyle.RobloxRoundButton
  531. playerStealGuns.Font = Enum.Font.SciFi
  532. playerStealGuns.FontSize = Enum.FontSize.Size18
  533. playerStealGuns.Text = "Steal Guns"
  534. playerStealGuns.TextColor3 = Color3.new(.615686, 0, .584314)
  535. playerStealGuns.TextSize = 15
  536. playerStealItems.Name = "playerStealItems"
  537. playerStealItems.Parent = playersframe
  538. playerStealItems.BackgroundColor3 = Color3.new(1, 1, 1)
  539. playerStealItems.BorderColor3 = Color3.new(1, 1, 1)
  540. playerStealItems.Position = UDim2.new(0, 229, 0, 67)
  541. playerStealItems.Size = UDim2.new(0, 80, 0, 24)
  542. playerStealItems.Style = Enum.ButtonStyle.RobloxRoundButton
  543. playerStealItems.Font = Enum.Font.SciFi
  544. playerStealItems.FontSize = Enum.FontSize.Size18
  545. playerStealItems.Text = "Steal Items"
  546. playerStealItems.TextColor3 = Color3.new(.615686, 0, .584314)
  547. playerStealItems.TextSize = 15
  548. playerTeleport.Name = "playerTeleport"
  549. playerTeleport.Parent = playersframe
  550. playerTeleport.BackgroundColor3 = Color3.new(1, 1, 1)
  551. playerTeleport.BorderColor3 = Color3.new(1, 1, 1)
  552. playerTeleport.Position = UDim2.new(0, 321, 0, 68)
  553. playerTeleport.Size = UDim2.new(0, 80, 0, 24)
  554. playerTeleport.Style = Enum.ButtonStyle.RobloxRoundButton
  555. playerTeleport.Font = Enum.Font.SciFi
  556. playerTeleport.FontSize = Enum.FontSize.Size18
  557. playerTeleport.Text = "Goto"
  558. playerTeleport.TextColor3 = Color3.new(.615686, 0, .584314)
  559. playerTeleport.TextSize = 15
  560. labelSelectedPlayers.Name = "labelSelectedPlayers"
  561. labelSelectedPlayers.Parent = playersframe
  562. labelSelectedPlayers.BackgroundColor3 = Color3.new(1, 1, 1)
  563. labelSelectedPlayers.BackgroundTransparency = 1
  564. labelSelectedPlayers.Position = UDim2.new(0, 93, 0, 100)
  565. labelSelectedPlayers.Size = UDim2.new(0, 270, 0, 22)
  566. labelSelectedPlayers.Font = Enum.Font.SciFi
  567. labelSelectedPlayers.FontSize = Enum.FontSize.Size18
  568. labelSelectedPlayers.Text = "Selected:"
  569. labelSelectedPlayers.TextColor3 = Color3.new(1, 1, 1)
  570. labelSelectedPlayers.TextSize = 15
  571. labelSelectedPlayers.TextStrokeColor3 = Color3.new(1, 1, 1)
  572. scrollingVehicles.Name = "scrollingVehicles"
  573. scrollingVehicles.Parent = vehiclesframe
  574. scrollingVehicles.BackgroundColor3 = Color3.new(.372549, .372549, .372549)
  575. scrollingVehicles.BackgroundTransparency = .44999998807907
  576. scrollingVehicles.BorderColor3 = Color3.new(1, 1, 1)
  577. scrollingVehicles.Position = UDim2.new(0, 119, 0, 126)
  578. scrollingVehicles.Size = UDim2.new(0, 220, 0, 111)
  579. txtboxSpeed.Name = "txtboxSpeed"
  580. txtboxSpeed.Parent = vehiclesframe
  581. txtboxSpeed.BackgroundColor3 = Color3.new(.666667, .666667, .666667)
  582. txtboxSpeed.BackgroundTransparency = .44999998807907
  583. txtboxSpeed.BorderColor3 = Color3.new(1, 1, 1)
  584. txtboxSpeed.Position = UDim2.new(0, 354, 0, 126)
  585. txtboxSpeed.Size = UDim2.new(0, 90, 0, 26)
  586. txtboxSpeed.Font = Enum.Font.SciFi
  587. txtboxSpeed.FontSize = Enum.FontSize.Size12
  588. txtboxSpeed.Text = "[SPEED]"
  589. txtboxSpeed.TextColor3 = Color3.new(1, 1, 1)
  590. txtboxSpeed.TextSize = 12
  591. vehicleDestroy.Name = "vehicleDestroy"
  592. vehicleDestroy.Parent = vehiclesframe
  593. vehicleDestroy.BackgroundColor3 = Color3.new(1, 1, 1)
  594. vehicleDestroy.BorderColor3 = Color3.new(1, 1, 1)
  595. vehicleDestroy.Position = UDim2.new(0, 117, 0, 75)
  596. vehicleDestroy.Size = UDim2.new(0, 80, 0, 24)
  597. vehicleDestroy.Style = Enum.ButtonStyle.RobloxRoundButton
  598. vehicleDestroy.Font = Enum.Font.SciFi
  599. vehicleDestroy.FontSize = Enum.FontSize.Size18
  600. vehicleDestroy.Text = "Destroy"
  601. vehicleDestroy.TextColor3 = Color3.new(.615686, 0, .584314)
  602. vehicleDestroy.TextSize = 15
  603. vehicleDestroyAll.Name = "vehicleDestroyAll"
  604. vehicleDestroyAll.Parent = vehiclesframe
  605. vehicleDestroyAll.BackgroundColor3 = Color3.new(1, 1, 1)
  606. vehicleDestroyAll.BorderColor3 = Color3.new(1, 1, 1)
  607. vehicleDestroyAll.Position = UDim2.new(0, 128, 0, 19)
  608. vehicleDestroyAll.Size = UDim2.new(0, 101, 0, 33)
  609. vehicleDestroyAll.Style = Enum.ButtonStyle.RobloxRoundButton
  610. vehicleDestroyAll.Font = Enum.Font.SciFi
  611. vehicleDestroyAll.FontSize = Enum.FontSize.Size14
  612. vehicleDestroyAll.Text = "Destroy All"
  613. vehicleDestroyAll.TextColor3 = Color3.new(1, 1, 1)
  614. vehicleDestroyAll.TextSize = 14
  615. vehicleESP.Name = "vehicleESP"
  616. vehicleESP.Parent = vehiclesframe
  617. vehicleESP.BackgroundColor3 = Color3.new(1, 1, 1)
  618. vehicleESP.BorderColor3 = Color3.new(1, 1, 1)
  619. vehicleESP.Position = UDim2.new(0, 229, 0, 19)
  620. vehicleESP.Size = UDim2.new(0, 101, 0, 33)
  621. vehicleESP.Style = Enum.ButtonStyle.RobloxRoundButton
  622. vehicleESP.Font = Enum.Font.SciFi
  623. vehicleESP.FontSize = Enum.FontSize.Size14
  624. vehicleESP.Text = "Car ESP: OFF"
  625. vehicleESP.TextColor3 = Color3.new(.721569, 0, .0117647)
  626. vehicleESP.TextSize = 14
  627. vehicleSetSpeed.Name = "vehicleSetSpeed"
  628. vehicleSetSpeed.Parent = vehiclesframe
  629. vehicleSetSpeed.BackgroundColor3 = Color3.new(1, 1, 1)
  630. vehicleSetSpeed.BorderColor3 = Color3.new(1, 1, 1)
  631. vehicleSetSpeed.Position = UDim2.new(0, 349, 0, 165)
  632. vehicleSetSpeed.Size = UDim2.new(0, 100, 0, 29)
  633. vehicleSetSpeed.Style = Enum.ButtonStyle.RobloxRoundButton
  634. vehicleSetSpeed.Font = Enum.Font.SciFi
  635. vehicleSetSpeed.FontSize = Enum.FontSize.Size18
  636. vehicleSetSpeed.Text = "SET"
  637. vehicleSetSpeed.TextColor3 = Color3.new(1, 1, 1)
  638. vehicleSetSpeed.TextSize = 15
  639. vehicleTeleport.Name = "vehicleTeleport"
  640. vehicleTeleport.Parent = vehiclesframe
  641. vehicleTeleport.BackgroundColor3 = Color3.new(1, 1, 1)
  642. vehicleTeleport.BorderColor3 = Color3.new(1, 1, 1)
  643. vehicleTeleport.Position = UDim2.new(0, 262, 0, 72)
  644. vehicleTeleport.Size = UDim2.new(0, 80, 0, 24)
  645. vehicleTeleport.Style = Enum.ButtonStyle.RobloxRoundButton
  646. vehicleTeleport.Font = Enum.Font.SciFi
  647. vehicleTeleport.FontSize = Enum.FontSize.Size18
  648. vehicleTeleport.Text = "Goto"
  649. vehicleTeleport.TextColor3 = Color3.new(.615686, 0, .584314)
  650. vehicleTeleport.TextSize = 15
  651. labelSelectedVehicle.Name = "labelSelectedVehicle"
  652. labelSelectedVehicle.Parent = vehiclesframe
  653. labelSelectedVehicle.BackgroundColor3 = Color3.new(1, 1, 1)
  654. labelSelectedVehicle.BackgroundTransparency = 1
  655. labelSelectedVehicle.Position = UDim2.new(0, 120, 0, 106)
  656. labelSelectedVehicle.Size = UDim2.new(0, 217, 0, 19)
  657. labelSelectedVehicle.Font = Enum.Font.SciFi
  658. labelSelectedVehicle.FontSize = Enum.FontSize.Size18
  659. labelSelectedVehicle.Text = "Selected:"
  660. labelSelectedVehicle.TextColor3 = Color3.new(1, 1, 1)
  661. labelSelectedVehicle.TextSize = 15
  662. labelSelectedVehicle.TextStrokeColor3 = Color3.new(1, 1, 1)
  663. Blue.Name = "Blue"
  664. Blue.Parent = serverframe
  665. Blue.BackgroundColor3 = Color3.new(.101961, 0, .623529)
  666. Blue.Position = UDim2.new(0, 267, 0, 80)
  667. Blue.Size = UDim2.new(0, 45, 0, 26)
  668. Blue.Font = Enum.Font.SourceSans
  669. Blue.FontSize = Enum.FontSize.Size14
  670. Blue.Text = ""
  671. Blue.TextSize = 14
  672. Green.Name = "Green"
  673. Green.Parent = serverframe
  674. Green.BackgroundColor3 = Color3.new(0, .623529, .176471)
  675. Green.Position = UDim2.new(0, 206, 0, 80)
  676. Green.Size = UDim2.new(0, 45, 0, 26)
  677. Green.Font = Enum.Font.SourceSans
  678. Green.FontSize = Enum.FontSize.Size14
  679. Green.Text = ""
  680. Green.TextSize = 14
  681. Red.Name = "Red"
  682. Red.Parent = serverframe
  683. Red.BackgroundColor3 = Color3.new(.623529, 0, .00784314)
  684. Red.Position = UDim2.new(0, 92, 0, 80)
  685. Red.Size = UDim2.new(0, 45, 0, 26)
  686. Red.Font = Enum.Font.SourceSans
  687. Red.FontSize = Enum.FontSize.Size14
  688. Red.Text = ""
  689. Red.TextSize = 14
  690. White.Name = "White"
  691. White.Parent = serverframe
  692. White.BackgroundColor3 = Color3.new(.839216, .839216, .839216)
  693. White.Position = UDim2.new(0, 325, 0, 80)
  694. White.Size = UDim2.new(0, 45, 0, 26)
  695. White.Font = Enum.Font.SourceSans
  696. White.FontSize = Enum.FontSize.Size14
  697. White.Text = ""
  698. White.TextSize = 14
  699. Yellow.Name = "Yellow"
  700. Yellow.Parent = serverframe
  701. Yellow.BackgroundColor3 = Color3.new(.839216, .882353, 0)
  702. Yellow.Position = UDim2.new(0, 149, 0, 80)
  703. Yellow.Size = UDim2.new(0, 45, 0, 26)
  704. Yellow.Font = Enum.Font.SourceSans
  705. Yellow.FontSize = Enum.FontSize.Size14
  706. Yellow.Text = ""
  707. Yellow.TextSize = 14
  708. messageSpam.Name = "messageSpam"
  709. messageSpam.Parent = serverframe
  710. messageSpam.BackgroundColor3 = Color3.new(1, 1, 1)
  711. messageSpam.BorderColor3 = Color3.new(1, 1, 1)
  712. messageSpam.Position = UDim2.new(0, 107, 0, 160)
  713. messageSpam.Size = UDim2.new(0, 242, 0, 54)
  714. messageSpam.Style = Enum.ButtonStyle.RobloxRoundButton
  715. messageSpam.Font = Enum.Font.SciFi
  716. messageSpam.FontSize = Enum.FontSize.Size24
  717. messageSpam.Text = "Chat Spam: OFF"
  718. messageSpam.TextColor3 = Color3.new(.721569, 0, .0117647)
  719. messageSpam.TextSize = 19
  720. messageText.Name = "messageText"
  721. messageText.Parent = serverframe
  722. messageText.BackgroundColor3 = Color3.new(.6, .6, .6)
  723. messageText.BackgroundTransparency = .30000001192093
  724. messageText.BorderColor3 = Color3.new(1, 1, 1)
  725. messageText.Position = UDim2.new(0, 103, 0, 32)
  726. messageText.Size = UDim2.new(0, 252, 0, 34)
  727. messageText.Font = Enum.Font.SciFi
  728. messageText.FontSize = Enum.FontSize.Size24
  729. messageText.Text = "{Tripp v1}"
  730. messageText.TextColor3 = Color3.new(.854902, .854902, .854902)
  731. messageText.TextSize = 20
  732. local opening = false
  733. local closing = false
  734. local openmem = 1
  735. wait(.1)
  736. introframe:TweenSize(UDim2.new(0, 190, 0, 160), "Out", "Bounce", 1, false)
  737. wait(.8)
  738. for i = 1, 0, -.1 do
  739.     wait()
  740.     txtcreator.TextTransparency = i
  741.     txtcreatorRED.TextTransparency = i
  742.     txtcreatorWHITE.TextTransparency = i
  743. end
  744. wait(1.8)
  745. for i = 0, 1, .1 do
  746.     wait()
  747.     txtcreator.TextTransparency = i
  748.     txtcreatorRED.TextTransparency = i
  749.     txtcreatorWHITE.TextTransparency = i
  750. end
  751. introframe:TweenSize(UDim2.new(0, 0, 0, 0), "Out", "Quad", .5, false)
  752. introframe.Active = false
  753. wait(.5)
  754. introframe.BackgroundTransparency = 1
  755. wait(.2)
  756. introframe:Destroy()
  757. opening = true
  758. mainframe:TweenPosition(UDim2.new(.5, -229, .5, -146), "Out", "Elastic", 1, false)
  759. wait(.4)
  760. btnmods:TweenPosition(UDim2.new(0, -122, 0, 40), "Out", "Elastic", 1, false)
  761. wait()
  762. btnspawning:TweenPosition(UDim2.new(0, -122, 0, 90), "Out", "Elastic", 1, false)
  763. wait()
  764. btnplayers:TweenPosition(UDim2.new(0, -122, 0, 140), "Out", "Elastic", 1, false)
  765. wait()
  766. btnvehicles:TweenPosition(UDim2.new(0, -122, 0, 190), "Out", "Elastic", 1, false)
  767. wait()
  768. btnserver:TweenPosition(UDim2.new(0, -122, 0, 240), "Out", "Elastic", 1, false)
  769. opening = false
  770. wait(2)
  771. mainframe.Active = true
  772. mainframe.Draggable = true
  773. function open()
  774.     btnmods.Visible = true
  775.     btnspawning.Visible = true
  776.     btnplayers.Visible = true
  777.     btnvehicles.Visible = true
  778.     btnserver.Visible = true
  779.     opening = true
  780.     openclose.TextSize = 75
  781.     openclose.Text = "-"
  782.     mainframe:TweenSize(UDim2.new(0, 457, 0, 292), "Out", "Quad", .5, false)
  783.     dragbarBACKGROUND:TweenSize(UDim2.new(0, 457, 0, 34), "Out", "Quad", .5, false)
  784.     dragbarRED:TweenSize(UDim2.new(0, 457, 0, 19), "Out", "Quad", .5, false)
  785.     dragbarWHITE:TweenSize(UDim2.new(0, 457, 0, 19), "Out", "Quad", .5, false)
  786.     openclose:TweenPosition(UDim2.new(0, 414, 0, 0), "Out", "Quad", .5, false)
  787.     btnmods:TweenPosition(UDim2.new(0, -122, 0, 40), "Out", "Quad", .8, false)
  788.     wait()
  789.     btnspawning:TweenPosition(UDim2.new(0, -122, 0, 90), "Out", "Quad", .8, false)
  790.     wait()
  791.     btnplayers:TweenPosition(UDim2.new(0, -122, 0, 140), "Out", "Quad", .8, false)
  792.     wait()
  793.     btnvehicles:TweenPosition(UDim2.new(0, -122, 0, 190), "Out", "Quad", .8, false)
  794.     wait()
  795.     btnserver:TweenPosition(UDim2.new(0, -122, 0, 240), "Out", "Quad", .8, false)
  796.     wait()
  797.     if openmem == 1 then
  798.         modframe.Visible = true
  799.     elseif openmem == 2 then
  800.         spawningframe.Visible = true
  801.     elseif openmem == 3 then
  802.         playersframe.Visible = true
  803.     elseif openmem == 4 then
  804.         vehiclesframe.Visible = true
  805.     elseif openmem == 5 then
  806.         serverframe.Visible = true
  807.     end
  808.     opening = false
  809. end
  810. function close()
  811.     openclose.TextSize = 55
  812.     openclose.Text = "+"
  813.     mainframe:TweenSize(UDim2.new(0, 139, 0, 33), "Out", "Quad", .5, false)
  814.     dragbarBACKGROUND:TweenSize(UDim2.new(0, 139, 0, 34), "Out", "Quad", .5, false)
  815.     dragbarRED:TweenSize(UDim2.new(0, 139, 0, 19), "Out", "Quad", .5, false)
  816.     dragbarWHITE:TweenSize(UDim2.new(0, 139, 0, 19), "Out", "Quad", .5, false)
  817.     openclose:TweenPosition(UDim2.new(0, 96, 0, 3), "Out", "Quad", .5, false)
  818.     modframe.Visible = false
  819.     spawningframe.Visible = false
  820.     playersframe.Visible = false
  821.     vehiclesframe.Visible = false
  822.     serverframe.Visible = false
  823.     btnmods:TweenPosition(UDim2.new(0, -2000, 0, 40), "Out", "Quad", .8, false)
  824.     wait()
  825.     btnspawning:TweenPosition(UDim2.new(0, -2000, 0, 90), "Out", "Quad", .8, false)
  826.     wait()
  827.     btnplayers:TweenPosition(UDim2.new(0, -2000, 0, 140), "Out", "Quad", .8, false)
  828.     wait()
  829.     btnvehicles:TweenPosition(UDim2.new(0, -2000, 0, 190), "Out", "Quad", .8, false)
  830.     wait()
  831.     btnserver:TweenPosition(UDim2.new(0, -2000, 0, 240), "Out", "Quad", .8, false)
  832.     wait(1)
  833.     btnmods.Visible = false
  834.     btnspawning.Visible = false
  835.     btnplayers.Visible = false
  836.     btnvehicles.Visible = false
  837.     btnserver.Visible = false
  838.     closing = false
  839. end
  840. openclose.MouseButton1Click:connect(function()
  841.     if openclose.Text == "-" and opening ~= true then
  842.         closing = true
  843.         close()
  844.     elseif openclose.Text == "+" and closing ~= true then
  845.         opening = true
  846.         open()
  847.     end
  848. end)
  849. btnmods.MouseButton1Click:connect(function()
  850.     openmem = 1
  851.     btnmods.TextColor3 = Color3.new(.839216, .839216, .839216)
  852.     btnspawning.TextColor3 = Color3.new(.839216, 0, 0)
  853.     btnplayers.TextColor3 = Color3.new(.839216, 0, 0)
  854.     btnvehicles.TextColor3 = Color3.new(.839216, 0, 0)
  855.     btnserver.TextColor3 = Color3.new(.839216, 0, 0)
  856.     modframe.Visible = true
  857.     spawningframe.Visible = false
  858.     playersframe.Visible = false
  859.     vehiclesframe.Visible = false
  860.     serverframe.Visible = false
  861. end)
  862. btnspawning.MouseButton1Click:connect(function()
  863.     openmem = 2
  864.     btnmods.TextColor3 = Color3.new(.839216, 0, 0)
  865.     btnspawning.TextColor3 = Color3.new(.839216, .839216, .839216)
  866.     btnplayers.TextColor3 = Color3.new(.839216, 0, 0)
  867.     btnvehicles.TextColor3 = Color3.new(.839216, 0, 0)
  868.     btnserver.TextColor3 = Color3.new(.839216, 0, 0)
  869.     modframe.Visible = false
  870.     spawningframe.Visible = true
  871.     playersframe.Visible = false
  872.     vehiclesframe.Visible = false
  873.     serverframe.Visible = false
  874. end)
  875. btnplayers.MouseButton1Click:connect(function()
  876.     openmem = 3
  877.     btnmods.TextColor3 = Color3.new(.839216, 0, 0)
  878.     btnspawning.TextColor3 = Color3.new(.839216, 0, 0)
  879.     btnplayers.TextColor3 = Color3.new(.839216, .839216, .839216)
  880.     btnvehicles.TextColor3 = Color3.new(.839216, 0, 0)
  881.     btnserver.TextColor3 = Color3.new(.839216, 0, 0)
  882.     modframe.Visible = false
  883.     spawningframe.Visible = false
  884.     playersframe.Visible = true
  885.     vehiclesframe.Visible = false
  886.     serverframe.Visible = false
  887. end)
  888. btnvehicles.MouseButton1Click:connect(function()
  889.     openmem = 4
  890.     btnmods.TextColor3 = Color3.new(.839216, 0, 0)
  891.     btnspawning.TextColor3 = Color3.new(.839216, 0, 0)
  892.     btnplayers.TextColor3 = Color3.new(.839216, 0, 0)
  893.     btnvehicles.TextColor3 = Color3.new(.839216, .839216, .839216)
  894.     btnserver.TextColor3 = Color3.new(.839216, 0, 0)
  895.     modframe.Visible = false
  896.     spawningframe.Visible = false
  897.     playersframe.Visible = false
  898.     vehiclesframe.Visible = true
  899.     serverframe.Visible = false
  900. end)
  901. btnserver.MouseButton1Click:connect(function()
  902.     openmem = 5
  903.     btnmods.TextColor3 = Color3.new(.839216, 0, 0)
  904.     btnspawning.TextColor3 = Color3.new(.839216, 0, 0)
  905.     btnplayers.TextColor3 = Color3.new(.839216, 0, 0)
  906.     btnvehicles.TextColor3 = Color3.new(.839216, 0, 0)
  907.     btnserver.TextColor3 = Color3.new(.839216, .839216, .839216)
  908.     modframe.Visible = false
  909.     spawningframe.Visible = false
  910.     playersframe.Visible = false
  911.     vehiclesframe.Visible = false
  912.     serverframe.Visible = true
  913. end)
  914. function getNextOpenSlot()
  915.     for L_96_forvar1 = 1, 20 do
  916.         if not ME.playerstats.slots["slot" .. L_96_forvar1]:FindFirstChild("ObjectID") then
  917.             return L_96_forvar1
  918.         end
  919.     end
  920. end
  921. function getItemID(L_97_arg1)
  922.     if game:GetService("Lighting"):FindFirstChild(L_97_arg1) then
  923.         local L_98_ = game:GetService("Lighting"):FindFirstChild(L_97_arg1).ObjectID.Value
  924.         return L_98_
  925.     else
  926.         return nil
  927.     end
  928. end
  929. function findItemFromPlayer(L_99_arg1)
  930.     if getItemID(L_99_arg1) then
  931.         for L_100_forvar1, L_101_forvar2 in pairs(game:GetService("Players"):GetPlayers()) do
  932.             for L_102_forvar1 = 1, 20 do
  933.                 local L_103_ = L_101_forvar2.playerstats.slots["slot" .. L_102_forvar1]
  934.                 if L_103_:FindFirstChild("ObjectID") then
  935.                     if L_103_.ObjectID.Value == getItemID(L_99_arg1) then
  936.                         return L_103_
  937.                     end
  938.                 end
  939.                 local L_104_ = ME.playerstats.slots.slotprimary
  940.                 local L_105_ = ME.playerstats.slots.slotsecondary
  941.                 if L_104_:FindFirstChild("ObjectID") and L_104_.ObjectID == getItemID(L_99_arg1) then
  942.                     return L_104_
  943.                 elseif L_105_:FindFirstChild("ObjectID") and L_105_.ObjectID == getItemID(L_99_arg1) then
  944.                     return L_105_
  945.                 else
  946.                     return nil
  947.                 end
  948.             end
  949.         end
  950.     end
  951. end
  952. ItemCodes = {
  953.     ["AK-104"] = 1037,
  954.     ["WindscreenGlass"] = 184,
  955.     ["WaterBottle"] = 209,
  956.     ["Watch"] = 3001,
  957.     ["VehicleJack"] = 3016,
  958.     ["Vegetables"] = 214,
  959.     ["VS50"] = 256,
  960.     ["Uzi"] = 2015,
  961.     ["Ushanka"] = 7014,
  962.     ["USP45Ammo"] = 26,
  963.     ["USP45"] = 2007,
  964.     ["Twinkies"] = 212,
  965.     ["Tuna"] = 4,
  966.     ["TrinityBeret"] = 7015,
  967.     ["TomatoSoup"] = 215,
  968.     ["TM46"] = 257,
  969.     ["TEC9Ammo32"] = 57,
  970.     ["TEC9Ammo20"] = 56,
  971.     ["TEC9Ammo"] = 20,
  972.     ["TEC-9"] = 2005,
  973.     ["SurvivalPackTan"] = 4009,
  974.     ["SurvivalPackGrey"] = 4010,
  975.     ["SurvivalPackGreen"] = 4011,
  976.     ["SurvivalPackBrown"] = 4012,
  977.     ["Suppressor9"] = 9007,
  978.     ["Suppressor762"] = 9010,
  979.     ["Suppressor556"] = 9009,
  980.     ["Suppressor545"] = 9011,
  981.     ["Suppressor45"] = 9008,
  982.     ["Spam"] = 6,
  983.     ["SodaSprite"] = 205,
  984.     ["SodaRoot"] = 207,
  985.     ["SodaPepsi"] = 7,
  986.     ["SodaPepper"] = 9,
  987.     ["SodaMoxie"] = 208,
  988.     ["SodaDew"] = 202,
  989.     ["SodaCrush"] = 201,
  990.     ["SodaCoke"] = 8,
  991.     ["ShotgunAmmo"] = 18,
  992.     ["Shotgun"] = 1002,
  993.     ["ShadesGrey"] = 8005,
  994.     ["ShadesBlack"] = 8001,
  995.     ["ScrapMetal"] = 183,
  996.     ["Sabre"] = 3014,
  997.     ["SUSAT"] = 9014,
  998.     ["STANAGAmmo50"] = 52,
  999.     ["STANAGAmmo30"] = 51,
  1000.     ["STANAGAmmo100"] = 53,
  1001.     ["SKSAmmo"] = 45,
  1002.     ["SKS"] = 1018,
  1003.     ["SCAR-L"] = 1022,
  1004.     ["RoadFlare"] = 251,
  1005.     ["RevolverAmmo"] = 25,
  1006.     ["Revolver"] = 2006,
  1007.     ["ReinforcedWheel"] = 189,
  1008.     ["Reflex"] = 9003,
  1009.     ["RedChemlight"] = 3020,
  1010.     ["RedBeret"] = 7013,
  1011.     ["RawMeat"] = 220,
  1012.     ["Ranger"] = 7003,
  1013.     ["RamboClothingTop"] = 5003,
  1014.     ["RamboClothingBottom"] = 6003,
  1015.     ["Radio"] = 3018,
  1016.     ["RPK"] = 1034,
  1017.     ["Pringles"] = 204,
  1018.     ["PilotGreen"] = 7010,
  1019.     ["PilotBlack"] = 7009,
  1020.     ["Pasta"] = 5,
  1021.     ["Painkillers"] = 12,
  1022.     ["PaddedClothingTop"] = 5002,
  1023.     ["PaddedClothingBottom"] = 6002,
  1024.     ["PPSHAmmo"] = 46,
  1025.     ["PPSH"] = 1019,
  1026.     ["PP19Ammo64"] = 58,
  1027.     ["SmallCrate"] = 38,
  1028.     ["OmniLight"] = 3015,
  1029.     ["OTs-14"] = 1036,
  1030.     ["NagantAmmo"] = 17,
  1031.     ["Mosin-Nagant"] = 1001,
  1032.     ["Model459Ammo14"] = 59,
  1033.     ["Model 459"] = 2013,
  1034.     ["Mk48Ammo"] = 23,
  1035.     ["Mk 48"] = 1005,
  1036.     ["Mk 23"] = 2018,
  1037.     ["Mk 17"] = 1031,
  1038.     ["MilitaryPackGrime"] = 4013,
  1039.     ["MilitaryPackGrey"] = 4015,
  1040.     ["MilitaryPackGreen"] = 4014,
  1041.     ["MilitaryPackBlack"] = 4016,
  1042.     ["MaverickAmmo"] = 27,
  1043.     ["Maverick"] = 1010,
  1044.     ["Material6"] = 36,
  1045.     ["Material5"] = 35,
  1046.     ["Material4"] = 34,
  1047.     ["Material3"] = 33,
  1048.     ["Material2"] = 32,
  1049.     ["Material1"] = 31,
  1050.     ["Matches"] = 3005,
  1051.     ["MaskSpecOps"] = 8009,
  1052.     ["MaskPhantom"] = 8013,
  1053.     ["MaskMime"] = 8008,
  1054.     ["MaskMercenary"] = 8007,
  1055.     ["MaskHockey"] = 8012,
  1056.     ["Map"] = 3003,
  1057.     ["MakarovAmmo"] = 16,
  1058.     ["Makarov"] = 2003,
  1059.     ["MRE"] = 10,
  1060.     ["MP5Ammo"] = 29,
  1061.     ["MP5"] = 1012,
  1062.     ["M9Ammo32"] = 55,
  1063.     ["M9Ammo17"] = 54,
  1064.     ["M9Ammo"] = 19,
  1065.     ["M93R"] = 2016,
  1066.     ["M9"] = 2004,
  1067.     ["M870Ammo"] = 28,
  1068.     ["M870"] = 1011,
  1069.     ["M4A1"] = 1004,
  1070.     ["M3Ammo30"] = 60,
  1071.     ["M3"] = 1028,
  1072.     ["M249Ammo100"] = 61,
  1073.     ["M249"] = 1024,
  1074.     ["M1911Ammo"] = 15,
  1075.     ["M1911"] = 2002,
  1076.     ["M14"] = 1016,
  1077.     ["M1014"] = 1027,
  1078.     ["M14Ammo50"] = 64,
  1079.     ["M14Ammo30"] = 63,
  1080.     ["M14Ammo20"] = 62,
  1081.     ["M1 Garand"] = 1006,
  1082.     ["Lemonade"] = 206,
  1083.     ["Laser"] = 9006,
  1084.     ["Kobra"] = 9004,
  1085.     ["Knife"] = 3013,
  1086.     ["KethArmorTop"] = 5011,
  1087.     ["KethArmorBottom"] = 6011,
  1088.     ["JerryCanEmpty"] = 186,
  1089.     ["JerryCan"] = 185,
  1090.     ["HornRimmed"] = 8006,
  1091.     ["Holo"] = 9002,
  1092.     ["HikingPackWhite"] = 4006,
  1093.     ["HikingPackOrange"] = 4005,
  1094.     ["HikingPackBrown"] = 4008,
  1095.     ["HikingPackBlue"] = 4007,
  1096.     ["Hatchet"] = 3011,
  1097.     ["HK417"] = 1033,
  1098.     ["HK21"] = 1032,
  1099.     ["GusArmorTop"] = 5010,
  1100.     ["GusArmorBottom"] = 6010,
  1101.     ["Grip"] = 9005,
  1102.     ["GreenChemlight"] = 3021,
  1103.     ["GarandAmmo"] = 24,
  1104.     ["GPS"] = 3006,
  1105.     ["G37"] = 2017,
  1106.     ["G36K"] = 1023,
  1107.     ["G3"] = 1030,
  1108.     ["G18"] = 2011,
  1109.     ["FuelTank"] = 182,
  1110.     ["Floodlight"] = 37,
  1111.     ["FlashlightSurvival"] = 3009,
  1112.     ["FlashlightOld"] = 3008,
  1113.     ["FlashlightMilitary"] = 3010,
  1114.     ["FlashlightAttachment"] = 9012,
  1115.     ["Firewood"] = 250,
  1116.     ["Firefighter"] = 8004,
  1117.     ["FedorovAmmo"] = 44,
  1118.     ["Fedorov"] = 1017,
  1119.     ["Fedora"] = 7004,
  1120.     ["FannyPackWhite"] = 4002,
  1121.     ["FannyPackTan"] = 4001,
  1122.     ["FannyPackPurple"] = 4004,
  1123.     ["FannyPackBlue"] = 4003,
  1124.     ["FAL"] = 1029,
  1125.     ["Eyepatch"] = 8003,
  1126.     ["Entrencher"] = 3004,
  1127.     ["EngineParts"] = 181,
  1128.     ["EnfieldAmmo"] = 42,
  1129.     ["Enfield"] = 1015,
  1130.     ["Detonator"] = 3017,
  1131.     ["Crowbar"] = 3012,
  1132.     ["CowlGreen"] = 7002,
  1133.     ["CowlBlack"] = 7001,
  1134.     ["Cowboy"] = 7012,
  1135.     ["CookedMeat"] = 221,
  1136.     ["Compass"] = 3002,
  1137.     ["ClothingTopFalse"] = 5000,
  1138.     ["ClothingBottomFalse"] = 6000,
  1139.     ["CivilianClothingTop"] = 5001,
  1140.     ["CivilianClothingBottom"] = 6001,
  1141.     ["ChocolateBar"] = 211,
  1142.     ["ChipsAhoy"] = 213,
  1143.     ["ChickenSoup"] = 216,
  1144.     ["CheezIts"] = 203,
  1145.     ["CarWheel"] = 180,
  1146.     ["CamoWoodlandsTop"] = 5007,
  1147.     ["CamoWoodlandsBottom"] = 6007,
  1148.     ["CamoUrbanTop"] = 5005,
  1149.     ["CamoUrbanBottom"] = 6005,
  1150.     ["CamoSpecialTop"] = 5009,
  1151.     ["CamoSpecialBottom"] = 6009,
  1152.     ["CamoSnowTop"] = 5008,
  1153.     ["CamoSnowBottom"] = 6008,
  1154.     ["CamoJungleTop"] = 5006,
  1155.     ["CamoJungleBottom"] = 6006,
  1156.     ["CamoDesertTop"] = 5004,
  1157.     ["CamoDesertBottom"] = 6004,
  1158.     ["CZ75Ammo"] = 40,
  1159.     ["CZ75"] = 2010,
  1160.     ["CCO"] = 9001,
  1161.     ["CBJ-MS"] = 2014,
  1162.     ["C4"] = 255,
  1163.     ["BrimmedBrown"] = 7007,
  1164.     ["BrimmedBlack"] = 7008,
  1165.     ["Bowler"] = 7005,
  1166.     ["BlueChemlight"] = 3022,
  1167.     ["BloodBag"] = 11,
  1168.     ["Binoculars"] = 3007,
  1169.     ["Biker"] = 7006,
  1170.     ["BeefStew"] = 217,
  1171.     ["BeefJerky"] = 210,
  1172.     ["Beans"] = 3,
  1173.     ["Beanie"] = 7011,
  1174.     ["BandanaSkull"] = 8014,
  1175.     ["BandanaRenegade"] = 8011,
  1176.     ["BandanaRed"] = 8010,
  1177.     ["BandanaBlack"] = 8002,
  1178.     ["BallisticUrban"] = 7018,
  1179.     ["BallisticSpecOps"] = 7019,
  1180.     ["BallisticJungle"] = 7017,
  1181.     ["BallisticGlass"] = 187,
  1182.     ["BallisticDesert"] = 7016,
  1183.     ["Auto-5"] = 1025,
  1184.     ["ArmorPlates"] = 188,
  1185.     ["AN-94"] = 1040,
  1186.     ["AKS-74U"] = 1041,
  1187.     ["AKM"] = 1038,
  1188.     ["AKAmmo75"] = 67,
  1189.     ["AKAmmo45"] = 66,
  1190.     ["AKAmmo30"] = 65,
  1191.     ["AK47Ammo75"] = 50,
  1192.     ["AK47Ammo40"] = 49,
  1193.     ["AK47Ammo30"] = 48,
  1194.     ["AK-74"] = 1039,
  1195.     ["AK-47"] = 1003,
  1196.     ["AK-12"] = 1035,
  1197.     ["ACOG"] = 9013,
  1198.     ["LargeCrate"] = 39,
  1199.     ["PP-19"] = 1026
  1200. }
  1201. function table_invert(t)
  1202.     local s = {}
  1203.     for k, v in pairs(t) do
  1204.         s[v] = k
  1205.     end
  1206.     return s
  1207. end
  1208. local lol = table_invert(ItemCodes)
  1209. ZeroNums = {
  1210.     "a",
  1211.     "B",
  1212.     "i",
  1213.     "P",
  1214.     "Y",
  1215.     "S"
  1216. }
  1217. ActualNums = {
  1218.     "A",
  1219.     "C",
  1220.     "d",
  1221.     "g",
  1222.     "L",
  1223.     "p",
  1224.     "s",
  1225.     "T",
  1226.     "Z"
  1227. }
  1228. function FindMultipiler(Letter)
  1229.     for z = 1, #ActualNums do
  1230.         if ActualNums[z] == Letter then
  1231.             return z
  1232.         end
  1233.     end
  1234.     return "0"
  1235. end
  1236. function Deobfuscate(String)
  1237.     local newval = ""
  1238.     for d = 1, 10 do
  1239.         local mult = FindMultipiler(string.sub(String, d, d))
  1240.         newval = newval .. mult
  1241.     end
  1242.     newval = tonumber(newval)
  1243.     return newval
  1244. end
  1245. modTeleport.MouseButton1Click:connect(function()
  1246.     local plr = ME
  1247.     hum = plr.Character.HumanoidRootPart
  1248.     mouse = plr:GetMouse()
  1249.     mouse.KeyDown:connect(function(key)
  1250.         if key == "e" then
  1251.             if mouse.Target then
  1252.                 hum.CFrame = mouse.Hit + Vector3.new(0, 5, 0)
  1253.             end
  1254.         end
  1255.     end)
  1256. end)
  1257. modFog.MouseButton1Click:connect(function()
  1258.     game:GetService("Lighting").FogEnd = 100000
  1259.     game:GetService("Lighting").FogStart = 100000
  1260. end)
  1261. local L_54_ = Instance.new("BoolValue", Tripp)
  1262. L_54_.Name = "ESPOn"
  1263. L_54_.Value = false
  1264. modESP.MouseButton1Click:connect(function()
  1265.     for i, v in pairs(game:GetService("Players"):GetChildren()) do
  1266.         if v.Name ~= ME.Name then
  1267.             if v ~= ME.Character.Torso then
  1268.                 local base = Instance.new("BillboardGui", workspace.Camera)
  1269.                 local esP = Instance.new("Frame", base)
  1270.                 base.AlwaysOnTop = true
  1271.                 base.Enabled = true
  1272.                 base.Size = UDim2.new(4.5, 0, 6, 0)
  1273.                 base.Name = "ESP"
  1274.                 base.Adornee = v.Character.Torso
  1275.                 base.StudsOffset = Vector3.new(0, -.6, 0)
  1276.                 esP.BackgroundColor3 = Color3.new(75, 0, 0)
  1277.                 esP.BackgroundTransparency = .8
  1278.                 esP.BorderColor3 = Color3.new(0, 0, 0)
  1279.                 esP.BorderSizePixel = 1
  1280.                 esP.Size = UDim2.new(1, 0, 1, 0)
  1281.                 local name = Instance.new("TextLabel", base)
  1282.                 name.Size = UDim2.new(1, 0, 1, 0)
  1283.                 name.BackgroundTransparency = 1
  1284.                 name.Position = UDim2.new(0, 0, 0, 0)
  1285.                 name.Text = v.Name
  1286.                 name.TextScaled = true
  1287.                 name.TextColor3 = Color3.new(255, 255, 255)
  1288.                 name.TextXAlignment = "Center"
  1289.                 name.TextYAlignment = "Top"
  1290.                 name.Font = "Highway"
  1291.                 name.Position = UDim2.new(0, 0, 0, -100)
  1292.             end
  1293.         end
  1294.     end
  1295. end)
  1296. modCorpse.MouseButton1Click:connect(function()
  1297.     for _, v in pairs(workspace:GetChildren()) do
  1298.         if v.Name == "Corpse" then
  1299.             v:MoveTo(ME.Character.Torso.Position + Vector3.new(math.random(-10, 10), 0, math.random(-10, 10)))
  1300.         end
  1301.     end
  1302. end)
  1303. modRecoil.MouseButton1Click:connect(function()
  1304.     local prim = ME.playerstats.slots.slotprimary.ObjectID.Value
  1305.     local primid = Deobfuscate(prim)
  1306.     local itemname = lol[primid]
  1307.     ME.Backpack[itemname].Stats.Recoil.Value = "aaaaaaaaaA"
  1308. end)
  1309. modAimbot.MouseButton1Click:connect(function()
  1310.     ENABLED = false
  1311.     PLAYER = ME
  1312.     MOUSE = PLAYER:GetMouse()
  1313.     CC = workspace.CurrentCamera
  1314.     _G.FREE_FOR_ALL = true
  1315.     _G.BIND = 50
  1316.     _G.AIM_AT = "Head"
  1317.     local player = ME
  1318.     local track = false
  1319.     function GetNearestPlayerToMouse()
  1320.         local PLAYERS = {}
  1321.         local PLAYER_HOLD = {}
  1322.         local DISTANCES = {}
  1323.         for i, v in pairs(game:GetService("Players"):GetPlayers()) do
  1324.             if v ~= PLAYER then
  1325.                 table.insert(PLAYERS, v)
  1326.             end
  1327.         end
  1328.         for i, v in pairs(PLAYERS) do
  1329.             if _G.FREE_FOR_ALL == false then
  1330.                 if v and (v.Character) ~= nil and v.TeamColor ~= PLAYER.TeamColor then
  1331.                     local AIM = v.Character:FindFirstChild(_G.AIM_AT)
  1332.                     if AIM ~= nil then
  1333.                         local DISTANCE = (AIM.Position - workspace.CurrentCamera.CoordinateFrame.p).magnitude
  1334.                         local RAY = Ray.new(workspace.CurrentCamera.CoordinateFrame.p, (MOUSE.Hit.p - CC.CoordinateFrame.p).unit * DISTANCE)
  1335.                         local HIT, POS = workspace:FindPartOnRay(RAY, workspace)
  1336.                         local DIFF = math.floor((POS - AIM.Position).magnitude)
  1337.                         PLAYER_HOLD[v.Name .. i] = {}
  1338.                         PLAYER_HOLD[v.Name .. i].dist = DISTANCE
  1339.                         PLAYER_HOLD[v.Name .. i].plr = v
  1340.                         PLAYER_HOLD[v.Name .. i].diff = DIFF
  1341.                         table.insert(DISTANCES, DIFF)
  1342.                     end
  1343.                 end
  1344.             elseif _G.FREE_FOR_ALL == true then
  1345.                 local AIM = v.Character:FindFirstChild(_G.AIM_AT)
  1346.                 if AIM ~= nil then
  1347.                     local DISTANCE = (AIM.Position - workspace.CurrentCamera.CoordinateFrame.p).magnitude
  1348.                     local RAY = Ray.new(workspace.CurrentCamera.CoordinateFrame.p, (MOUSE.Hit.p - CC.CoordinateFrame.p).unit * DISTANCE)
  1349.                     local HIT, POS = workspace:FindPartOnRay(RAY, workspace)
  1350.                     local DIFF = math.floor((POS - AIM.Position).magnitude)
  1351.                     PLAYER_HOLD[v.Name .. i] = {}
  1352.                     PLAYER_HOLD[v.Name .. i].dist = DISTANCE
  1353.                     PLAYER_HOLD[v.Name .. i].plr = v
  1354.                     PLAYER_HOLD[v.Name .. i].diff = DIFF
  1355.                     table.insert(DISTANCES, DIFF)
  1356.                 end
  1357.             end
  1358.         end
  1359.         if unpack(DISTANCES) == nil then
  1360.             return false
  1361.         end
  1362.         local L_DISTANCE = math.floor(math.min(unpack(DISTANCES)))
  1363.         if L_DISTANCE > 20 then
  1364.             return false
  1365.         end
  1366.         for i, v in pairs(PLAYER_HOLD) do
  1367.             if v.diff == L_DISTANCE then
  1368.                 return v.plr
  1369.             end
  1370.         end
  1371.         return false
  1372.     end
  1373.     local TRACK = false
  1374.     MOUSE.KeyDown:connect(function(KEY)
  1375.         KEY = KEY:lower():byte()
  1376.         if KEY == _G.BIND then
  1377.             ENABLED = true
  1378.         end
  1379.     end)
  1380.     MOUSE.KeyUp:connect(function(KEY)
  1381.         KEY = KEY:lower():byte()
  1382.         if KEY == _G.BIND then
  1383.             ENABLED = false
  1384.         end
  1385.     end)
  1386.     game:GetService("RunService").RenderStepped:connect(function()
  1387.         if ENABLED then
  1388.             local TARGET = GetNearestPlayerToMouse()
  1389.             if TARGET.Name == "rsxk20" then
  1390.             else
  1391.                 if (TARGET ~= false) then
  1392.                     local AIM = TARGET.Character:FindFirstChild(_G.AIM_AT)
  1393.                     if AIM then
  1394.                         CC.CoordinateFrame = CFrame.new(CC.CoordinateFrame.p, AIM.CFrame.p)
  1395.                     end
  1396.                 end
  1397.             end
  1398.         end
  1399.     end)
  1400. end)
  1401. local C4On = false
  1402. local Plr = ME
  1403. local material = game:GetService("Lighting").Materials.C4Placed
  1404. modC4.MouseButton1Click:connect(function()
  1405.     local pos = Plr.Character.Torso.Position
  1406.     if C4On == false then
  1407.         C4On = true
  1408.         modC4.Text = "C4 Walk: ON"
  1409.         modC4.TextColor3 = Color3.new(0, .486275, .054902)
  1410.         repeat
  1411.             workspace.Remote.PlaceC4:FireServer(material, pos, true)
  1412.             wait()
  1413.         until C4On == false
  1414.     elseif C4On == true then
  1415.         C4On = false
  1416.         modC4.Text = "C4 Walk: OFF"
  1417.         modC4.TextColor3 = Color3.new(.721569, 0, .0117647)
  1418.     end
  1419. end)
  1420. modStamina.MouseButton1Click:connect(function()
  1421.     while wait() do
  1422.         ME.Backpack.GlobalFunctions.Stamina.Value = 100
  1423.     end
  1424. end)
  1425. modHunger.MouseButton1Click:connect(function()
  1426.     while wait() do
  1427.         ME.playerstats.Thirst.Value = math.huge
  1428.         ME.playerstats.Hunger.Value = math.huge
  1429.     end
  1430. end)
  1431. modGod.MouseButton1Click:connect(function()
  1432.     workspace.Remote.AddDamageSelf:FireServer(ME.Character.Humanoid, math.huge)
  1433. end)
  1434. local PlayerSelect = Instance.new("TextBox")
  1435. local esp = false
  1436. local player = ME
  1437. modESP2.MouseButton1Click:connect(function()
  1438.     if esp == false then
  1439.         esp = true
  1440.         modESP2.Text = "Name ESP: ON"
  1441.         modESP2.TextColor3 = Color3.new(0, .486275, .054902)
  1442.         for get, nplayer in ipairs(game:GetService("Players"):GetPlayers()) do
  1443.             if nplayer.Name == player.Name then
  1444.             else
  1445.                 local BGUI = Instance.new("BillboardGui", workspace.CurrentCamera)
  1446.                 BGUI.Name = "BGui"
  1447.                 local BGUIFrame = Instance.new("Frame", BGUI)
  1448.                 BGUIFrame.Name = "BGUIFrame"
  1449.                 local BGUIName = Instance.new("TextLabel", BGUIFrame)
  1450.                 BGUIName.Name = "BGUIName"
  1451.                 BGUI.AlwaysOnTop = true
  1452.                 BGUI.Enabled = true
  1453.                 BGUI.Size = UDim2.new(0, 60, 0, 15)
  1454.                 BGUI.Adornee = nplayer.Character.Head
  1455.                 BGUIFrame.BackgroundTransparency = 1
  1456.                 BGUIFrame.Size = UDim2.new(1, 0, 1, 0)
  1457.                 BGUIName.Size = UDim2.new(1, 0, 1, 0)
  1458.                 BGUIName.BackgroundColor3 = Color3.new(0, .666667, 1)
  1459.                 BGUIName.Text = nplayer.Name
  1460.                 BGUIName.TextColor3 = Color3.new(255, 255, 255)
  1461.                 BGUIName.TextStrokeColor3 = Color3.new(0, 0, 0)
  1462.                 BGUIName.TextStrokeTransparency = 0
  1463.                 BGUIName.Font = "Cartoon"
  1464.                 BGUIName.TextScaled = true
  1465.                 BGUIName.TextWrapped = true
  1466.                 BGUIName.MouseEnter:connect(function()
  1467.                     PlayerSelect.Text = ME.Name
  1468.                     BGUIName.MouseLeave:connect(function()
  1469.                         PlayerSelect.Text = ""
  1470.                     end)
  1471.                 end)
  1472.             end
  1473.             local nvGUI = Instance.new("ScreenGui", player.PlayerGui)
  1474.             nvGUI.Name = "NVG"
  1475.             local nvMAIN = Instance.new("TextLabel", nvGUI)
  1476.             nvMAIN.Name = "Main"
  1477.             nvMAIN.BackgroundTransparency = 1
  1478.             for i, v in pairs(game:GetService("Players"):GetChildren()) do
  1479.                 if v and v.Character and not (v.Name == "" .. player.Name) then
  1480.                     for i, v in pairs(v.Character:GetChildren()) do
  1481.                         if v:IsA("BasePart") then
  1482.                             local nvBox = Instance.new("SelectionBox", nvMAIN)
  1483.                             nvBox.Adornee = v
  1484.                             nvBox.Color = BrickColor.new("Blue")
  1485.                         end
  1486.                     end
  1487.                 end
  1488.             end
  1489.         end
  1490.     elseif esp == true then
  1491.         esp = false
  1492.         modESP2.Text = "Name ESP: OFF"
  1493.         modESP2.TextColor3 = Color3.new(.721569, 0, .0117647)
  1494.         for i, v in ipairs(workspace.CurrentCamera:GetChildren()) do
  1495.             if v.Name == "BGui" then
  1496.                 v:Destroy()
  1497.             end
  1498.         end
  1499.         for i, v in pairs(player.PlayerGui:GetChildren()) do
  1500.             if v.Name == "NVG" and v:IsA("ScreenGui") then
  1501.                 v:Destroy()
  1502.             end
  1503.         end
  1504.     end
  1505. end)
  1506. modNoclip.MouseButton1Click:connect(function()
  1507.     noclip = false
  1508.     game:GetService("RunService").Stepped:connect(function()
  1509.         if noclip then
  1510.             ME.Character.Humanoid:ChangeState(11)
  1511.         end
  1512.     end)
  1513.     plr = ME
  1514.     mouse = plr:GetMouse()
  1515.     mouse.KeyDown:connect(function(key)
  1516.         if key == "j" then
  1517.             noclip = not noclip
  1518.             ME.Character.Humanoid:ChangeState(11)
  1519.         end
  1520.     end)
  1521. end)
  1522. local vehiclepos = ME.Character.HumanoidRootPart.Position
  1523. vehicleTeleport.MouseButton1Click:connect(function()
  1524.     workspace.Remote.AddDamageSelf:FireServer(ME.Character.Humanoid, math.huge)
  1525.     ME.Character.HumanoidRootPart.CFrame = CFrame.new(vehiclepos + Vector3.new(0, 15, 0))
  1526. end)
  1527. function spawnItem(L_106_, amount)
  1528.     for xvar1 = 1, amount do
  1529.         local L_108_ = game:GetService("Lighting").LootDrops:FindFirstChild(L_106_)
  1530.         local L_109_ = L_108_:Clone()
  1531.         L_109_.Parent = workspace
  1532.         L_109_:SetPrimaryPartCFrame(CFrame.new(ME.Character.Head.Position + Vector3.new(math.random(-5, 5), 0, math.random(-5, 5))))
  1533.     end
  1534. end
  1535. spawnFalKit.MouseButton1Click:connect(function()
  1536.     spawnItem("FAL", 1)
  1537.     spawnItem("Map", 1)
  1538.     spawnItem("GPS", 1)
  1539.     spawnItem("ACOG", 1)
  1540.     spawnItem("Grip", 1)
  1541.     spawnItem("TEC-9", 1)
  1542.     spawnItem("Compass", 1)
  1543.     spawnItem("BloodBag", 5)
  1544.     spawnItem("M14Ammo50", 5)
  1545.     spawnItem("LargeCrate", 1)
  1546.     spawnItem("TEC9Ammo32", 5)
  1547.     spawnItem("Suppressor762", 1)
  1548.     spawnItem("MilitaryPackBlack", 1)
  1549. end)
  1550. spawnBasicKit.MouseButton1Click:connect(function()
  1551.     spawnItem("GPS", 1)
  1552.     spawnItem("Map", 1)
  1553.     spawnItem("MRE", 5)
  1554.     spawnItem("Compass", 1)
  1555.     spawnItem("BloodBag", 5)
  1556.     spawnItem("LargeCrate", 1)
  1557.     spawnItem("WaterBottle", 5)
  1558.     spawnItem("MilitaryPackBlack", 1)
  1559. end)
  1560. btnSpawn.MouseButton1Click:connect(function()
  1561.     local L_106_ = txtboxSearch.Text
  1562.     if workspace.SpawnLoot:FindFirstChild(L_106_) then
  1563.         workspace.Remote.GrabItem:FireServer(ME.playerstats.slots["slot" .. getNextOpenSlot()], workspace.SpawnLoot:FindFirstChild(L_106_), workspace.SpawnLoot:FindFirstChild(L_106_).ObjectID)
  1564.     elseif workspace.DropLoot:FindFirstChild(L_106_) then
  1565.         workspace.Remote.GrabItem:FireServer(ME.playerstats.slots["slot" .. getNextOpenSlot()], workspace.DropLoot:FindFirstChild(L_106_), workspace.DropLoot:FindFirstChild(L_106_).ObjectID)
  1566.     elseif findItemFromPlayer(L_106_) then
  1567.         local L_107_ = findItemFromPlayer(L_106_)
  1568.         workspace.Remote.DropItem(L_107_, L_107_.ObjectID.Value)
  1569.     else
  1570.         local L_108_ = game:GetService("Lighting").LootDrops:FindFirstChild(L_106_)
  1571.         if not L_108_ then
  1572.             btnSpawn.Text = "Error"
  1573.             wait(2)
  1574.             btnSpawn.Text = "Spawn"
  1575.             return
  1576.         end
  1577.         local L_109_ = L_108_:Clone()
  1578.         L_109_.Parent = workspace
  1579.         L_109_:SetPrimaryPartCFrame(CFrame.new(ME.Character.Head.Position + Vector3.new(math.random(-5, 5), 0, math.random(-5, 5))))
  1580.     end
  1581. end)
  1582. function alphabetize(L_110_arg1, L_111_arg2)
  1583.     local L_112_ = L_110_arg1.Name:lower()
  1584.     local L_113_ = L_112_:sub(1, 1):byte()
  1585.     local L_114_ = L_111_arg2.Name:lower()
  1586.     local L_115_ = L_114_:sub(1, 1):byte()
  1587.     if L_113_ < L_115_ then
  1588.         return true
  1589.     else
  1590.         return false
  1591.     end
  1592. end
  1593. local L_56_ = game:GetService("Lighting").LootDrops:GetChildren()
  1594. local L_57_ = {}
  1595. for L_84_forvar1 = 1, #L_56_ do
  1596.     if L_56_[L_84_forvar1]:IsA("Model") then
  1597.         table.insert(L_57_, L_56_[L_84_forvar1].Name)
  1598.     end
  1599. end
  1600. function getMatches(L_85_arg1)
  1601.     local L_86_ = {}
  1602.     for L_87_forvar1 = 1, #L_56_ do
  1603.         local L_88_ = L_56_[L_87_forvar1].Name:lower()
  1604.         if L_88_:find(L_85_arg1:lower()) then
  1605.             table.insert(L_86_, L_56_[L_87_forvar1])
  1606.         end
  1607.     end
  1608.     table.sort(L_86_, alphabetize)
  1609.     return L_86_
  1610. end
  1611. txtboxSearch.Changed:connect(function()
  1612.     for L_91_forvar1, L_92_forvar2 in ipairs(scrollingItems:GetChildren()) do
  1613.         L_92_forvar2:Destroy()
  1614.     end
  1615.     local L_89_ = txtboxSearch.Text
  1616.     local L_90_ = getMatches(L_89_)
  1617.     if L_90_ then
  1618.         scrollingItems.Visible = true
  1619.         scrollingItems.CanvasSize = UDim2.new(0, 225, 0, (#L_90_ * 25) - 25)
  1620.         for L_93_forvar1 = 1, #L_90_ do
  1621.             local L_94_ = L_90_[L_93_forvar1].Name
  1622.             local L_95_ = Instance.new("TextButton", scrollingItems)
  1623.             L_95_.Font = Enum.Font.ArialBold
  1624.             L_95_.FontSize = Enum.FontSize.Size14
  1625.             L_95_.Style = Enum.ButtonStyle.RobloxRoundButton
  1626.             L_95_.Text = L_94_
  1627.             L_95_.TextColor3 = Color3.new(255, 255, 255)
  1628.             L_95_.TextXAlignment = Enum.TextXAlignment.Left
  1629.             L_95_.Name = L_94_
  1630.             L_95_.Position = UDim2.new(0, 0, 0, (L_93_forvar1 * 25) - 25)
  1631.             L_95_.Size = UDim2.new(0, 210, 0, 25)
  1632.             L_95_.MouseButton1Click:connect(function()
  1633.                 txtboxSearch.Text = L_95_.Text
  1634.             end)
  1635.         end
  1636.     end
  1637.     if not L_90_ then
  1638.         scrollingItems.Visible = false
  1639.     end
  1640. end)
  1641. wait(1)
  1642. txtboxSearch.Text = "{SEARCH ITEM}"
  1643. local globalplr = "nil"
  1644. local spec = false
  1645. local L_58_ = Instance.new("ObjectValue", frmPlayers)
  1646. L_58_.Name = "SelectedPlayer"
  1647. local L_59_ = game:GetService("Players"):GetPlayers()
  1648. table.sort(L_59_, alphabetize)
  1649. for L_116_forvar1 = 1, #L_59_ do
  1650.     local L_117_ = L_59_[L_116_forvar1]
  1651.     local L_118_ = Instance.new("TextButton", scrollingPlayers)
  1652.     L_118_.Name = L_117_.Name
  1653.     L_118_.Text = L_117_.Name
  1654.     L_118_.Size = UDim2.new(0, 285, 0, 25)
  1655.     L_118_.Font = Enum.Font.ArialBold
  1656.     L_118_.FontSize = Enum.FontSize.Size14
  1657.     L_118_.TextColor3 = Color3.new(255, 255, 255)
  1658.     L_118_.Style = Enum.ButtonStyle.RobloxRoundButton
  1659.     L_118_.Position = UDim2.new(0, 0, 0, (L_116_forvar1 * 25) - 25)
  1660.     scrollingPlayers.CanvasSize = UDim2.new(0, 0, 0, (#L_59_ * 25) - 25)
  1661.     L_118_.MouseButton1Click:connect(function()
  1662.         L_58_.Value = L_117_
  1663.         labelSelectedPlayers.Text = "Selected: " .. L_117_.Name
  1664.         globalplr = L_117_.Name
  1665.         if spec == true then
  1666.             print(globalplr)
  1667.             workspace.CurrentCamera.CameraSubject = game:GetService("Players")[globalplr].Character.Humanoid
  1668.         else
  1669.         end
  1670.     end)
  1671. end
  1672. function update()
  1673.     for L_120_forvar1, L_121_forvar2 in ipairs(scrollingPlayers:GetChildren()) do
  1674.         if L_121_forvar2:IsA("TextButton") then
  1675.             L_121_forvar2:Destroy()
  1676.         end
  1677.     end
  1678.     local L_119_ = game:GetService("Players"):GetPlayers()
  1679.     table.sort(L_119_, alphabetize)
  1680.     for L_122_forvar1 = 1, #L_119_ do
  1681.         local L_123_ = L_119_[L_122_forvar1]
  1682.         local L_124_ = Instance.new("TextButton", scrollingPlayers)
  1683.         L_124_.Text = L_123_.Name
  1684.         L_124_.Size = UDim2.new(0, 285, 0, 25)
  1685.         L_124_.Font = Enum.Font.ArialBold
  1686.         L_124_.FontSize = Enum.FontSize.Size14
  1687.         L_124_.TextColor3 = Color3.new(255, 255, 255)
  1688.         L_124_.Style = Enum.ButtonStyle.RobloxRoundButton
  1689.         L_124_.Position = UDim2.new(0, 0, 0, (L_122_forvar1 * 25) - 25)
  1690.         scrollingPlayers.CanvasSize = UDim2.new(0, 0, 0, (#L_119_ * 25) - 25)
  1691.         L_124_.MouseButton1Click:connect(function()
  1692.             L_58_.Value = L_123_
  1693.             labelSelectedPlayers.Text = "Selected: " .. L_123_.Name
  1694.             globalplr = L_123_.Name
  1695.             if spec == true then
  1696.                 print(globalplr)
  1697.                 workspace.CurrentCamera.CameraSubject = game:GetService("Players")[globalplr].Character.Humanoid
  1698.             else
  1699.             end
  1700.         end)
  1701.     end
  1702. end
  1703. function getGun()
  1704.     local L_66_ = ME.Backpack:GetChildren()
  1705.     for L_67_forvar1 = 1, #L_66_ do
  1706.         if L_66_[L_67_forvar1]:IsA("Model") and L_66_[L_67_forvar1]:FindFirstChild("Shooter") then
  1707.             return L_66_[L_67_forvar1]
  1708.         end
  1709.     end
  1710.     return nil
  1711. end
  1712. playerKillAll.MouseButton1Click:connect(function()
  1713.     local L_68_ = getGun()
  1714.     if not L_68_ then
  1715.         playerKillAll.Text = "Error"
  1716.         wait()
  1717.         playerKillAll.Text = "Kill All"
  1718.         return
  1719.     end
  1720.     for L_69_forvar1, L_70_forvar2 in ipairs(game:GetService("Players"):GetPlayers()) do
  1721.         if L_68_ and L_70_forvar2.Character and L_70_forvar2 ~= ME then
  1722.             for L_71_forvar1 = 1, 6 do
  1723.                 workspace.Remote.DoHitLogic:FireServer(L_68_, L_70_forvar2.Character.Head)
  1724.             end
  1725.         end
  1726.     end
  1727. end)
  1728. playerStealAllG.MouseButton1Click:connect(function()
  1729.     local L_77_ = game:GetService("Players"):GetPlayers()
  1730.     for L_78_forvar1 = 1, #L_77_ do
  1731.         local L_79_ = L_77_[L_78_forvar1]
  1732.         if L_79_.playerstats.slots.slotprimary:FindFirstChild("ObjectID") then
  1733.             workspace.Remote.DropItem:FireServer(L_79_.playerstats.slots.slotprimary, L_79_.playerstats.slots.slotprimary.ObjectID)
  1734.         end
  1735.         if L_79_.playerstats.slots.slotsecondary:FindFirstChild("ObjectID") then
  1736.             workspace.Remote.DropItem:FireServer(L_79_.playerstats.slots.slotsecondary, L_79_.playerstats.slots.slotsecondary.ObjectID)
  1737.         end
  1738.     end
  1739. end)
  1740. playerStealAllI.MouseButton1Click:connect(function()
  1741.     local L_72_ = game:GetService("Players"):GetPlayers()
  1742.     for L_73_forvar1 = 1, #L_72_ do
  1743.         local L_74_ = L_72_[L_73_forvar1]
  1744.         if L_74_ ~= ME then
  1745.             for L_75_forvar1 = 1, 20 do
  1746.                 if L_74_.playerstats.slots:FindFirstChild("slot" .. L_75_forvar1):FindFirstChild("ObjectID") then
  1747.                     workspace.Remote.DropItem:FireServer(L_74_.playerstats.slots:FindFirstChild("slot" .. L_75_forvar1), L_74_.playerstats.slots:FindFirstChild("slot" .. L_75_forvar1).ObjectID)
  1748.                 end
  1749.             end
  1750.             if L_74_.playerstats.slots.slotprimary:FindFirstChild("ObjectID") then
  1751.                 workspace.Remote.DropItem:FireServer(L_74_.playerstats.slots.slotprimary, L_74_.playerstats.slots.slotprimary.ObjectID)
  1752.             end
  1753.             if L_74_.playerstats.slots.slotsecondary:FindFirstChild("ObjectID") then
  1754.                 workspace.Remote.DropItem:FireServer(L_74_.playerstats.slots.slotsecondary, L_74_.playerstats.slots.slotsecondary.ObjectID)
  1755.             end
  1756.             for L_76_forvar1 = 1, 7 do
  1757.                 if L_74_.playerstats.utilityslots["slot" .. L_76_forvar1]:FindFirstChild("ObjectID") then
  1758.                     workspace.Remote.DropItem:FireServer(L_74_.playerstats.utilityslots["slot" .. L_76_forvar1], L_74_.playerstats.utilityslots["slot" .. L_76_forvar1].ObjectID)
  1759.                 end
  1760.             end
  1761.         end
  1762.     end
  1763. end)
  1764. game:GetService("Players").PlayerAdded:connect(update)
  1765. game:GetService("Players").PlayerRemoving:connect(update)
  1766. playerKill.MouseButton1Click:connect(function()
  1767.     local L_125_ = getGun()
  1768.     if not L_125_ or not L_58_.Value then
  1769.         playerKill.Text = "Error"
  1770.         wait(2)
  1771.         playerKill.Text = "Kill"
  1772.         return
  1773.     end
  1774.     for L_126_forvar1 = 1, 10 do
  1775.         workspace.Remote.DoHitLogic:FireServer(L_125_, L_58_.Value.Character.Head)
  1776.     end
  1777. end)
  1778. playerStealGuns.MouseButton1Click:connect(function()
  1779.     local L_130_ = L_58_.Value
  1780.     if not L_58_.Value then
  1781.         playerStealGuns.Text = "Error"
  1782.         wait(2)
  1783.         playerStealGuns.Text = "Steal Guns"
  1784.         return
  1785.     end
  1786.     if L_130_.playerstats.slots.slotprimary:FindFirstChild("ObjectID") then
  1787.         workspace.Remote.DropItem:FireServer(L_130_.playerstats.slots.slotprimary, L_130_.playerstats.slots.slotprimary.ObjectID)
  1788.     end
  1789.     if L_130_.playerstats.slots.slotsecondary:FindFirstChild("ObjectID") then
  1790.         workspace.Remote.DropItem:FireServer(L_130_.playerstats.slots.slotsecondary, L_130_.playerstats.slots.slotsecondary.ObjectID)
  1791.     end
  1792. end)
  1793. playerStealItems.MouseButton1Click:connect(function()
  1794.     local L_127_ = L_58_.Value
  1795.     if not L_58_.Value then
  1796.         playerStealItems.Text = "Error"
  1797.         wait(2)
  1798.         playerStealItems.Text = "Steal Items"
  1799.         return
  1800.     end
  1801.     for L_128_forvar1 = 1, 20 do
  1802.         if L_127_.playerstats.slots:FindFirstChild("slot" .. L_128_forvar1):FindFirstChild("ObjectID") then
  1803.             workspace.Remote.DropItem:FireServer(L_127_.playerstats.slots:FindFirstChild("slot" .. L_128_forvar1), L_127_.playerstats.slots:FindFirstChild("slot" .. L_128_forvar1).ObjectID)
  1804.         end
  1805.         if L_127_.playerstats.slots.slotprimary:FindFirstChild("ObjectID") then
  1806.             workspace.Remote.DropItem:FireServer(L_127_.playerstats.slots.slotprimary, L_127_.playerstats.slots.slotprimary.ObjectID)
  1807.         end
  1808.         if L_127_.playerstats.slots.slotsecondary:FindFirstChild("ObjectID") then
  1809.             workspace.Remote.DropItem:FireServer(L_127_.playerstats.slots.slotsecondary, L_127_.playerstats.slots.slotsecondary.ObjectID)
  1810.         end
  1811.     end
  1812.     for L_129_forvar1 = 1, 7 do
  1813.         if L_127_.playerstats.utilityslots["slot" .. L_129_forvar1]:FindFirstChild("ObjectID") then
  1814.             workspace.Remote.DropItem:FireServer(L_127_.playerstats.utilityslots["slot" .. L_129_forvar1], L_127_.playerstats.utilityslots["slot" .. L_129_forvar1].ObjectID)
  1815.         end
  1816.     end
  1817. end)
  1818. playerSpectate.MouseButton1Click:connect(function()
  1819.     if spec == false then
  1820.         spec = true
  1821.         playerSpectate.Text = "Spectate: ON"
  1822.         playerSpectate.TextColor3 = Color3.new(0, .486275, .054902)
  1823.     elseif globalplr == "nil" then
  1824.     else
  1825.         spec = false
  1826.         playerSpectate.Text = "Spectate: OFF"
  1827.         playerSpectate.TextColor3 = Color3.new(.721569, 0, .0117647)
  1828.         workspace.CurrentCamera.CameraSubject = ME.Character.Humanoid
  1829.     end
  1830. end)
  1831. playerTeleport.MouseButton1Click:connect(function()
  1832.     if spec == true then
  1833.         spec = false
  1834.         playerSpectate.Text = "Spectate: OFF"
  1835.         playerSpectate.TextColor3 = Color3.new(.721569, 0, .0117647)
  1836.         workspace.CurrentCamera.CameraSubject = ME.Character.Humanoid
  1837.     end
  1838.     o = globalplr
  1839.     workspace.Remote.AddDamageSelf:FireServer(ME.Character.Humanoid, math.huge)
  1840.     ME.Character.HumanoidRootPart.CFrame = CFrame.new(game:GetService("Players")[o].Character.HumanoidRootPart.Position)
  1841. end)
  1842. local L_60_ = Instance.new("ObjectValue", Tripp)
  1843. L_60_.Name = "SelectedVehicle"
  1844. function getVehicles()
  1845.     local L_163_ = workspace.Vehicles:GetChildren()
  1846.     local L_164_ = {}
  1847.     for L_165_forvar1 = 1, #L_163_ do
  1848.         if L_163_[L_165_forvar1].Name ~= "Holder" and L_163_[L_165_forvar1].Name ~= "VehicleWreck" then
  1849.             table.insert(L_164_, L_163_[L_165_forvar1])
  1850.         end
  1851.     end
  1852.     table.sort(L_164_, alphabetize)
  1853.     return L_164_
  1854. end
  1855. local L_61_ = getVehicles()
  1856. for L_166_forvar1 = 1, #L_61_ do
  1857.     local L_167_ = L_61_[L_166_forvar1]
  1858.     local L_168_ = Instance.new("TextButton", scrollingVehicles)
  1859.     L_168_.Name = L_167_.Name
  1860.     L_168_.Text = L_167_.Name
  1861.     L_168_.Size = UDim2.new(0, 210, 0, 25)
  1862.     L_168_.Font = Enum.Font.ArialBold
  1863.     L_168_.FontSize = Enum.FontSize.Size14
  1864.     L_168_.TextColor3 = Color3.new(255, 255, 255)
  1865.     L_168_.Style = Enum.ButtonStyle.RobloxRoundButton
  1866.     L_168_.Position = UDim2.new(0, 0, 0, (L_166_forvar1 * 25) - 25)
  1867.     scrollingVehicles.CanvasSize = UDim2.new(0, 0, 0, (#L_61_ * 25))
  1868.     L_168_.MouseButton1Click:connect(function()
  1869.         L_60_.Value = L_167_
  1870.         labelSelectedVehicle.Text = "Selected: " .. L_167_.Name
  1871.         vehiclepos = L_167_.PrimaryPart.Position
  1872.     end)
  1873. end
  1874. function updateV()
  1875.     for L_170_forvar1, L_171_forvar2 in pairs(scrollingVehicles:GetChildren()) do
  1876.         L_171_forvar2:Destroy()
  1877.     end
  1878.     local L_169_ = getVehicles()
  1879.     for L_172_forvar1 = 1, #L_169_ do
  1880.         local L_173_ = L_169_[L_172_forvar1]
  1881.         local L_174_ = Instance.new("TextButton", scrollingVehicles)
  1882.         L_174_.Name = L_173_.Name
  1883.         L_174_.Text = L_173_.Name
  1884.         L_174_.Size = UDim2.new(0, 210, 0, 25)
  1885.         L_174_.Font = Enum.Font.ArialBold
  1886.         L_174_.FontSize = Enum.FontSize.Size14
  1887.         L_174_.TextColor3 = Color3.new(255, 255, 255)
  1888.         L_174_.Style = Enum.ButtonStyle.RobloxRoundButton
  1889.         L_174_.Position = UDim2.new(0, 0, 0, (L_172_forvar1 * 25) - 25)
  1890.         scrollingVehicles.CanvasSize = UDim2.new(0, 0, 0, (#L_169_ * 25))
  1891.         L_174_.MouseButton1Click:connect(function()
  1892.             L_60_.Value = L_173_
  1893.             labelSelectedVehicle.Text = "Selected: " .. L_173_.Name
  1894.             vehiclepos = L_173_.PrimaryPart.Position
  1895.         end)
  1896.     end
  1897. end
  1898. vehicleDestroyAll.MouseButton1Click:connect(function()
  1899.     local L_176_ = getVehicles()
  1900.     for L_177_forvar1 = 1, #L_176_ do
  1901.         local L_178_ = L_60_.Value
  1902.         if L_178_ and L_178_:FindFirstChild("Stats") and L_178_.Name ~= "Bicycle" then
  1903.             L_178_.Stats.Engine.Value = 0
  1904.         end
  1905.     end
  1906. end)
  1907. vehicleDestroy.MouseButton1Click:connect(function()
  1908.     local L_175_ = L_60_.Value
  1909.     if L_175_ and L_175_:FindFirstChild("Stats") and L_175_.Name ~= "Bicycle" then
  1910.         L_175_.Stats.Engine.Value = 0
  1911.     else
  1912.         vehicleDestroy.Text = "Error"
  1913.         wait(2)
  1914.         vehicleDestroy.Text = "Destroy"
  1915.     end
  1916. end)
  1917. vehicleSetSpeed.MouseButton1Click:connect(function()
  1918.     local L_179_ = L_60_.Value
  1919.     if L_179_ and L_179_:FindFirstChild("Stats") and tonumber(txtboxSpeed.Text) then
  1920.         L_179_.Stats.MaxSpeed.Value = txtboxSpeed.Text
  1921.         L_179_.Stats.MaxSpeed.Offroad.Value = txtboxSpeed.Text
  1922.     else
  1923.         vehicleSetSpeed.Text = "Error"
  1924.         wait(2)
  1925.         vehicleSetSpeed.Text = "SetSpeed"
  1926.     end
  1927. end)
  1928. vehicleESP.MouseButton1Click:connect(function()
  1929.     if not L_54_.Value then
  1930.         L_54_.Value = true
  1931.         vehicleESP.Text = "Car ESP: ON"
  1932.         vehicleESP.TextColor3 = Color3.new(0, .486275, .054902)
  1933.         local function L_141_func(L_146_arg1)
  1934.             local L_147_ = Instance.new("BillboardGui", ME.PlayerGui)
  1935.             L_147_.Adornee = L_146_arg1.PrimaryPart
  1936.             L_147_.AlwaysOnTop = true
  1937.             L_147_.Enabled = true
  1938.             L_147_.Active = false
  1939.             L_147_.Size = UDim2.new(0, 25, 0, 12.5)
  1940.             local L_148_ = Instance.new("TextLabel", L_147_)
  1941.             L_148_.Size = UDim2.new(0, 25, 0, 12.5)
  1942.             L_148_.BackgroundColor3 = Color3.new(0, 255, 0)
  1943.             L_148_.BackgroundTransparency = .7
  1944.             L_148_.TextScaled = true
  1945.             spawn(function()
  1946.                 while true do
  1947.                     for L_149_forvar1 = 1, 30 do
  1948.                         wait(.1)
  1949.                         L_148_.Text = math.floor((ME.Character.Head.Position - L_146_arg1.PrimaryPart.Position).magnitude) .. " m"
  1950.                     end
  1951.                     L_148_.Text = L_146_arg1.Name
  1952.                     wait(3)
  1953.                     if not L_54_.Value then
  1954.                         break
  1955.                     end
  1956.                 end
  1957.             end)
  1958.         end
  1959.         for L_152_forvar1, L_153_forvar2 in pairs(getVehicles()) do
  1960.             if L_153_forvar2 then
  1961.                 L_141_func(L_153_forvar2)
  1962.             end
  1963.         end
  1964.     else
  1965.         for L_155_forvar1, L_156_forvar2 in ipairs(ME.PlayerGui:GetChildren()) do
  1966.             if L_156_forvar2:IsA("BillboardGui") then
  1967.                 L_156_forvar2:Destroy()
  1968.             end
  1969.         end
  1970.         L_54_.Value = false
  1971.         vehicleESP.Text = "Car ESP: OFF"
  1972.         vehicleESP.TextColor3 = Color3.new(.721569, 0, .0117647)
  1973.     end
  1974. end)
  1975. tspamBool = false
  1976. messageSpam.MouseButton1Click:connect(function()
  1977.     if tspamBool == false then
  1978.         tspamBool = true
  1979.         messageSpam.Text = "Chat Spam: ON"
  1980.         messageSpam.TextColor3 = Color3.new(0, .486275, .054902)
  1981.         words = {
  1982.             tostring(messageText.Text),
  1983.             messageText.Text .. "."
  1984.         }
  1985.         while tspamBool do
  1986.             wait()
  1987.             workspace.Remote.Chat:FireServer("Global", words[math.random(#words)])
  1988.         end
  1989.     else
  1990.         tspamBool = false
  1991.         messageSpam.Text = "Chat Spam: OFF"
  1992.         messageSpam.TextColor3 = Color3.new(.721569, 0, .0117647)
  1993.     end
  1994. end)
  1995. Red.MouseButton1Down:connect(function()
  1996.     for i, v in pairs(game:GetService("Players"):GetChildren()) do
  1997.         workspace.Remote.SendMessage:FireServer(v, "Red", messageText.Text)
  1998.     end
  1999. end)
  2000. Yellow.MouseButton1Down:connect(function()
  2001.     for i, v in pairs(game:GetService("Players"):GetChildren()) do
  2002.         workspace.Remote.SendMessage:FireServer(v, "Yellow", messageText.Text)
  2003.     end
  2004. end)
  2005. Green.MouseButton1Down:connect(function()
  2006.     for i, v in pairs(game:GetService("Players"):GetChildren()) do
  2007.         workspace.Remote.SendMessage:FireServer(v, "Green", messageText.Text)
  2008.     end
  2009. end)
  2010. Blue.MouseButton1Down:connect(function()
  2011.     for i, v in pairs(game:GetService("Players"):GetChildren()) do
  2012.         workspace.Remote.SendMessage:FireServer(v, "Blue", messageText.Text)
  2013.     end
  2014. end)
  2015. White.MouseButton1Down:connect(function()
  2016.     for i, v in pairs(game:GetService("Players"):GetChildren()) do
  2017.         workspace.Remote.SendMessage:FireServer(v, "White", messageText.Text)
  2018.     end
  2019. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement