Advertisement
devvanss

[LUA] Tripp Gui

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