LumberAllVersion

Hack Booga

Jun 28th, 2019
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 249.08 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local PrisonBreakerv13 = Instance.new("ScreenGui")
  5. local main = Instance.new("Frame")
  6. local title = Instance.new("TextLabel")
  7. local credits = Instance.new("TextLabel")
  8. local police = Instance.new("TextButton")
  9. local inmate = Instance.new("TextButton")
  10. local neutral = Instance.new("TextButton")
  11. local arrestcrims = Instance.new("TextButton")
  12. local invis = Instance.new("TextButton")
  13. local superpunch = Instance.new("TextButton")
  14. local guns = Instance.new("TextButton")
  15. local taserbypass = Instance.new("TextButton")
  16. local fling = Instance.new("TextButton")
  17. local reviz = Instance.new("TextButton")
  18. local arrest = Instance.new("TextButton")
  19. local attach = Instance.new("TextButton")
  20. local fastrem = Instance.new("TextButton")
  21. local fastm9 = Instance.new("TextButton")
  22. local fasttaze = Instance.new("TextButton")
  23. local fastak = Instance.new("TextButton")
  24. local killothers = Instance.new("TextButton")
  25. local btools = Instance.new("TextButton")
  26. local speed = Instance.new("TextButton")
  27. local escape = Instance.new("TextButton")
  28. local label = Instance.new("TextLabel")
  29. local prison = Instance.new("TextButton")
  30. local yard = Instance.new("TextButton")
  31. local crimbase = Instance.new("TextButton")
  32. local aimbot = Instance.new("TextButton")
  33. local respawn = Instance.new("TextButton")
  34. local lag = Instance.new("TextButton")
  35. --Properties:
  36. PrisonBreakerv13.Name = "PrisonBreaker v1.3"
  37. PrisonBreakerv13.Parent = game.CoreGui
  38.  
  39. main.Name = "main"
  40. main.Parent = PrisonBreakerv13
  41. main.BackgroundColor3 = Color3.new(0, 1, 0)
  42. main.Position = UDim2.new(0.00947120413, 0, 0.311656445, 0)
  43. main.Size = UDim2.new(0, 383, 0, 538)
  44. main.Active = true
  45. main.Draggable = true
  46.  
  47. title.Name = "title"
  48. title.Parent = main
  49. title.BackgroundColor3 = Color3.new(0.333333, 0, 1)
  50. title.Size = UDim2.new(0, 381, 0, 50)
  51. title.Font = Enum.Font.ArialBold
  52. title.Text = "PrisonBreaker V1.3"
  53. title.TextColor3 = Color3.new(0, 0, 0)
  54. title.TextSize = 14
  55.  
  56. credits.Name = "credits"
  57. credits.Parent = main
  58. credits.BackgroundColor3 = Color3.new(0.333333, 0.333333, 1)
  59. credits.Position = UDim2.new(0, 0, 0.925650537, 0)
  60. credits.Size = UDim2.new(0, 381, 0, 40)
  61. credits.Font = Enum.Font.Highway
  62. credits.Text = "Made By JAKE11PRICE on YouTube"
  63. credits.TextColor3 = Color3.new(0, 0, 0)
  64. credits.TextSize = 14
  65.  
  66. police.Name = "police"
  67. police.Parent = main
  68. police.BackgroundColor3 = Color3.new(0.333333, 0.333333, 1)
  69. police.Position = UDim2.new(0.0203045681, 0, 0.115241639, 0)
  70. police.Size = UDim2.new(0, 111, 0, 32)
  71. police.Font = Enum.Font.GothamBold
  72. police.Text = "Team Police"
  73. police.TextColor3 = Color3.new(0, 0, 0)
  74. police.TextSize = 14
  75. police.MouseButton1Down:connect(function()
  76. workspace.Remote.TeamEvent:FireServer("Bright blue")
  77. end)
  78.  
  79. inmate.Name = "inmate"
  80. inmate.Parent = main
  81. inmate.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  82. inmate.Position = UDim2.new(0.3350254, 0, 0.115241639, 0)
  83. inmate.Size = UDim2.new(0, 111, 0, 32)
  84. inmate.Font = Enum.Font.GothamBold
  85. inmate.Text = "Team Inmate"
  86. inmate.TextColor3 = Color3.new(0, 0, 0)
  87. inmate.TextSize = 14
  88. inmate.MouseButton1Down:connect(function()
  89. workspace.Remote.TeamEvent:FireServer("Bright orange")
  90. end)
  91.  
  92. neutral.Name = "neutral"
  93. neutral.Parent = main
  94. neutral.BackgroundColor3 = Color3.new(0.772549, 0.74902, 0.784314)
  95. neutral.Position = UDim2.new(0.657360375, 0, 0.115241639, 0)
  96. neutral.Size = UDim2.new(0, 111, 0, 32)
  97. neutral.Font = Enum.Font.GothamBold
  98. neutral.Text = "Team Neutral"
  99. neutral.TextColor3 = Color3.new(0, 0, 0)
  100. neutral.TextSize = 14
  101. neutral.MouseButton1Down:connect(function()
  102. Workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  103. end)
  104.  
  105. arrestcrims.Name = "arrestcrims"
  106. arrestcrims.Parent = main
  107. arrestcrims.BackgroundColor3 = Color3.new(1, 0, 0)
  108. arrestcrims.Position = UDim2.new(0.0203045681, 0, 0.18959108, 0)
  109. arrestcrims.Size = UDim2.new(0, 111, 0, 31)
  110. arrestcrims.Font = Enum.Font.GothamBold
  111. arrestcrims.Text = "Arrest Crims"
  112. arrestcrims.TextColor3 = Color3.new(0, 0, 0)
  113. arrestcrims.TextSize = 14
  114. arrestcrims.MouseButton1Down:connect(function()
  115. local Player = game.Players.LocalPlayer
  116. local cpos = Player.Character.HumanoidRootPart.CFrame
  117. for i,v in pairs(game.Teams.Criminals:GetPlayers()) do
  118. if v.Name ~= Player.Name then
  119. local i = 10
  120. repeat
  121. wait()
  122. i = i-1
  123. game.Workspace.Remote.arrest:InvokeServer(v.Character.HumanoidRootPart)
  124. Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  125. until i == 0
  126. end
  127. end
  128. Player.Character.HumanoidRootPart.CFrame = cpos
  129. Notify("Success", "Arrested all of the n00bs", "Cool!")
  130. end)
  131.  
  132. invis.Name = "invis"
  133. invis.Parent = main
  134. invis.BackgroundColor3 = Color3.new(1, 0, 0)
  135. invis.Position = UDim2.new(0.332487345, 0, 0.18959108, 0)
  136. invis.Size = UDim2.new(0, 111, 0, 31)
  137. invis.Font = Enum.Font.GothamBold
  138. invis.Text = "Invisible"
  139. invis.TextColor3 = Color3.new(0, 0, 0)
  140. invis.TextSize = 14
  141. invis.MouseButton1Down:connect(function()
  142. local player = game.Players.LocalPlayer
  143. position = player.Character.HumanoidRootPart.Position
  144. wait(0.1)
  145. player.Character:MoveTo(position + Vector3.new(0, 1000000, 0))
  146. wait(0.1)
  147. humanoidrootpart = player.Character.HumanoidRootPart:clone()
  148. wait(0.1)
  149. player.Character.HumanoidRootPart:Destroy()
  150. humanoidrootpart.Parent = player.Character
  151. player.Character:MoveTo(position)
  152. wait()
  153. end)
  154.  
  155. superpunch.Name = "superpunch"
  156. superpunch.Parent = main
  157. superpunch.BackgroundColor3 = Color3.new(1, 0, 0)
  158. superpunch.Position = UDim2.new(0.657360375, 0, 0.18959108, 0)
  159. superpunch.Size = UDim2.new(0, 111, 0, 31)
  160. superpunch.Font = Enum.Font.GothamBold
  161. superpunch.Text = "SuperPunch"
  162. superpunch.TextColor3 = Color3.new(0, 0, 0)
  163. superpunch.TextSize = 14
  164. superpunch.MouseButton1Down:connect(function()
  165. mainRemotes = game.ReplicatedStorage meleeRemote = mainRemotes['meleeEvent'] mouse = game.Players.LocalPlayer:GetMouse() punching = false cooldown = false function punch() cooldown = true local part = Instance.new("Part", game.Players.LocalPlayer.Character) part.Transparency = 1 part.Size = Vector3.new(5, 2, 3) part.CanCollide = false local w1 = Instance.new("Weld", part) w1.Part0 = game.Players.LocalPlayer.Character.Torso w1.Part1 = part w1.C1 = CFrame.new(0,0,2) part.Touched:connect(function(hit) if game.Players:FindFirstChild(hit.Parent.Name) then local plr = game.Players:FindFirstChild(hit.Parent.Name) if plr.Name ~= game.Players.LocalPlayer.Name then part:Destroy() for i = 1,100 do meleeRemote:FireServer(plr) end end end end) wait(1) cooldown = false part:Destroy() end mouse.KeyDown:connect(function(key) if cooldown == false then if key:lower() == "f" then punch() end end end)
  166. end)
  167.  
  168. guns.Name = "guns"
  169. guns.Parent = main
  170. guns.BackgroundColor3 = Color3.new(1, 0, 0)
  171. guns.Position = UDim2.new(0.0203045681, 0, 0.262081772, 0)
  172. guns.Size = UDim2.new(0, 111, 0, 32)
  173. guns.Font = Enum.Font.GothamBlack
  174. guns.Text = "Guns"
  175. guns.TextColor3 = Color3.new(0, 0, 0)
  176. guns.TextSize = 14
  177. guns.MouseButton1Down:connect(function()
  178. for i,v in pairs(Workspace.Prison_ITEMS.giver:GetChildren()) do
  179.  
  180. lol = Workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  181. print(lol)
  182. end
  183. end)
  184.  
  185. taserbypass.Name = "taserbypass"
  186. taserbypass.Parent = main
  187. taserbypass.BackgroundColor3 = Color3.new(1, 0, 0)
  188. taserbypass.Position = UDim2.new(0.33502537, 0, 0.262081772, 0)
  189. taserbypass.Size = UDim2.new(0, 111, 0, 32)
  190. taserbypass.Font = Enum.Font.GothamBold
  191. taserbypass.Text = "Taser Bypass"
  192. taserbypass.TextColor3 = Color3.new(0, 0, 0)
  193. taserbypass.TextSize = 14
  194. taserbypass.MouseButton1Down:connect(function()
  195. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  196. game.Players.LocalPlayer.CharacterAdded:connect(function()
  197. game.Workspace:WaitForChild(game.Players.LocalPlayer.Name)
  198. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  199. end)
  200. local message = Instance.new("Message",game.Workspace)
  201. message.Text = 'Made By Jake11price'
  202. wait(2)
  203. message:Destroy()
  204. end)
  205.  
  206. fling.Name = "fling"
  207. fling.Parent = main
  208. fling.BackgroundColor3 = Color3.new(1, 0, 0)
  209. fling.Position = UDim2.new(0.657360375, 0, 0.262081772, 0)
  210. fling.Size = UDim2.new(0, 111, 0, 32)
  211. fling.Font = Enum.Font.GothamBold
  212. fling.Text = "Fling"
  213. fling.TextColor3 = Color3.new(0, 0, 0)
  214. fling.TextSize = 14
  215. fling.MouseButton1Down:connect(function()
  216. --fe fling script, modified by CDrom202 for R6
  217.  
  218. power = 300 -- change this to make it more or less powerful
  219.  
  220. game:GetService('RunService').Stepped:connect(function()
  221. game.Players.LocalPlayer.Character.Head.CanCollide = false
  222. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  223. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  224. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  225. end)
  226.  
  227. wait(.1)
  228. local bambam = Instance.new("BodyThrust")
  229. bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  230. bambam.Force = Vector3.new(power,0,power)
  231. bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  232. end)
  233.  
  234. reviz.Name = "reviz"
  235. reviz.Parent = main
  236. reviz.BackgroundColor3 = Color3.new(1, 0, 0)
  237. reviz.Position = UDim2.new(0.0183727033, 0, 0.332713753, 0)
  238. reviz.Size = UDim2.new(0, 111, 0, 32)
  239. reviz.Font = Enum.Font.GothamBold
  240. reviz.Text = "Reviz Admin"
  241. reviz.TextColor3 = Color3.new(0, 0, 0)
  242. reviz.TextSize = 14
  243. reviz.MouseButton1Down:connect(function()
  244. -- Creator: illremember#3799
  245.  
  246. -- Credits to infinite yield, harkinian, dex creators
  247.  
  248. prefix = ";"
  249. wait(0.3)
  250. Commands = {
  251. '[-] cmdbar is shown when ; is pressed.',
  252. '[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you and player',
  253. '[2] bring [plr] -- You need a tool! Will bring player to you',
  254. '[3] spin [plr] -- You need a tool! Makes you and the player spin crazy',
  255. '[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting',
  256. '[5] attach [plr] -- You need a tool! Attaches you to player',
  257. '[6] unattach [plr] -- Attempts to unattach you from a player',
  258. '[7] follow [plr] -- Makes you follow behind the player',
  259. '[8] unfollow',
  260. '[9] freefall [plr] -- You need a tool! Teleports you and the player up into the air',
  261. '[10] trail [plr] -- The opposite of follow, you stay infront of player',
  262. '[11] untrail',
  263. '[12] orbit [plr] -- Makes you orbit the player',
  264. '[13] unorbit',
  265. '[14] fling [plr] -- Makes you fling the player',
  266. '[15] unfling',
  267. '[16] fecheck -- Checks if the game is FE or not',
  268. '[17] void [plr] -- Teleports player to the void',
  269. '[18] noclip -- Gives you noclip to walk through walls',
  270. '[19] clip -- Removes noclip',
  271. '[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default',
  272. '[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default',
  273. '[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default',
  274. '[23] default -- Changes your speed, jumppower and hipheight to default values',
  275. '[24] annoy [plr] -- Loop teleports you to the player',
  276. '[25] unannoy',
  277. '[26] headwalk [plr] -- Loop teleports you to the player head',
  278. '[27] unheadwalk',
  279. '[28] nolimbs -- Removes your arms and legs',
  280. '[29] god -- Gives you FE Godmode',
  281. '[30] drophats -- Drops your accessories',
  282. '[31] droptool -- Drops any tool you have equipped',
  283. '[32] loopdhats -- Loop drops your accessories',
  284. '[33] unloopdhats',
  285. '[34] loopdtool -- Loop drops any tools you have equipped',
  286. '[35] unloopdtool',
  287. '[36] invisible -- Gives you invisibility CREDIT TO TIMELESS',
  288. '[37] view [plr] -- Changes your camera to the player character',
  289. '[38] unview',
  290. '[39] goto [plr] -- Teleports you to player',
  291. '[40] fly -- Allows you to fly, credit to Infinite Yield',
  292. '[41] unfly',
  293. '[42] chat [msg] -- Makes you chat a message',
  294. '[43] spam [msg] -- Spams a message',
  295. '[44] unspam',
  296. '[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second',
  297. '[46] pmspam [plr] -- Spams a player in private message',
  298. '[47] unpmspam',
  299. '[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you',
  300. '[49] uncfreeze [plr]',
  301. '[50] unlockws -- Unlocks the workspace',
  302. '[51] lockws -- Locks the workspace',
  303. '[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you',
  304. '[53] pstand -- Enables platform stand',
  305. '[54] unpstand -- Disables platform stand',
  306. '[55] blockhead -- Removes your head mesh',
  307. '[56] sit',
  308. '[57] bringobj [obj] -- Only shows on client, brings an object/part to you constantly, can be used to bring healing parts, weapons, money etc, type in exact name',
  309. '[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided',
  310. '[59] hypertotal -- Loads in my FE GUI Hypertotal',
  311. '[60] cmds -- Prints all commands',
  312. '[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats',
  313. '[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool',
  314. '[63] spinner -- Makes you spin',
  315. '[64] nospinner',
  316. '[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom',
  317. '[66] noreach -- Removes reach, must have tool equipped',
  318. '[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying',
  319. '[68] tp me [plr] -- Alternative to goto',
  320. '[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player',
  321. '[70] uncbring',
  322. '[71] swap [plr] -- You need a tool! Swaps players position with yours and your position with players',
  323. '[72] givetool [plr] -- Gives the tool you have equipped to the player',
  324. '[73] glitch [plr] -- Glitches you and the player, looks very cool',
  325. '[74] unglitch -- Unglitches you',
  326. '[75] grespawn -- Alternative to normal respawn and usually works best for when you want to reset with FE Godmode',
  327. '[76] explorer -- Loads up DEX',
  328. '[77] reset -- Resets your character.',
  329. '[78] anim [id] -- Applies an animation on you, must be created by ROBLOX',
  330. '[79] animgui -- Loads up Energize animations GUI',
  331. '[80] savepos -- Saves your current position',
  332. '[81] loadpos -- Teleports you to your saved position',
  333. '[82] bang [plr] -- 18+ will not work if you have FE Godmode on',
  334. '[83] unbang',
  335. '[84] delcmdbar -- Removes the command bar completely',
  336. '[85] bringmod [obj] -- Brings all the parts in a model, client only, comes from ;bringobj enter exact name of model',
  337. '[86] shutdown -- Uses harkinians script to shutdown server',
  338. '[87] respawn -- If grespawn doesnt work you can use respawn',
  339. '[88] delobj [obj] -- Deletes a certain brick in workspace, client sided',
  340. '[89] getplrs -- Prints all players in game',
  341. '[90] deldecal -- Deletes all decals client sided',
  342. '[91] opfinality -- Loads in my FE GUI Opfinality',
  343. '[92] remotes -- Prints all remotes in the game in the console when added',
  344. '[93] noremotes -- Stops printing remotes',
  345. '[94] tpdefault -- Stops all loop teleports to a player',
  346. '[95] stopsit -- Will not allow you to sit',
  347. '[96] gosit -- Allows you to sit',
  348. '[97] clicktp -- Enables click tp',
  349. '[98] noclicktp -- Disables click tp',
  350. '[99] toolson -- If any tools are dropped in the workspace you will automatically get them',
  351. '[100] toolsoff -- Stops ;toolson',
  352. '[101] version -- Gets the admin version',
  353. '[102] state [num] -- Changes your humanoid state, ;unstate to stop.',
  354. '[103] gravity [num] -- Changes workspace gravity default is 196.2',
  355. '[104] pgs -- Checks if the game has PGSPhysicsSolverEnabled enabled',
  356. '[105] clickdel -- Delete any block you press q on, client sided',
  357. '[106] noclickdel -- Stops clickdel',
  358. '[107] looprhats -- Loop removes mesh of your hats/loop block hats',
  359. '[108] unlooprhats -- Stops loop removing mesh',
  360. '[109] looprtool -- Loop removes mesh of your tool/loop block tools',
  361. '[110] unlooprtool -- Stops loop removing mesh',
  362. '[111] givealltools [plr] -- Gives all the tools you have in your backpack to the player',
  363. '[112] age [plr] -- Makes you chat the account age of the player',
  364. '[113] id [plr] -- Makes you chat the account ID of the player',
  365. '[114] .age [plr] -- Privately shows you the account age of the player',
  366. '[115] .id [plr] -- Privately shows you the account ID of the player',
  367. '[116] gameid -- Shows the game ID',
  368. '[117] removeinvis -- Removes all invisible walls/parts, client sided',
  369. '[118] removefog -- Removes fog, client sided',
  370. '[119] disable -- Disables your character by removing humanoid',
  371. '[120] enable -- Enables your character by adding humanoid',
  372. '[121] prefix [key] -- Changes the prefix used, default is ;',
  373. '[122] ;resetprefix -- Resets the prefix to ; incase you change it to an unusable prefix. Say exactly ";resetprefix" to do this command, no matter what your prefix is set to.',
  374. '[123] flyspeed [num] -- Change your fly speed, default is 1',
  375. '[124] carpet [plr] -- Makes you a carpet for a player, will not work if FE Godmode is on',
  376. '[125] uncarpet -- Stops carpet player',
  377. '[126] stare [plr] -- Turns your character to stare at another player',
  378. '[127] unstare -- Stops stare player',
  379. '[128] logchat -- Logs all chat (including /e and whispers) of all players',
  380. '[129] unlogchat -- Disables logchat',
  381. '[130] fixcam -- Fixes/resets your camera',
  382. '[131] unstate -- Stops changing state',
  383. }
  384. speedget = 1
  385.  
  386. lplayer = game:GetService("Players").LocalPlayer
  387.  
  388. lplayer.CharacterAdded:Connect(function(character)
  389. spin = false
  390. flying = false
  391. staring = false
  392. banpl = false
  393. end)
  394.  
  395. function change()
  396. prefix = prefix
  397. speedfly = speedfly
  398. end
  399.  
  400. function GetPlayer(String) -- Credit to Timeless/xFunnieuss
  401. local Found = {}
  402. local strl = String:lower()
  403. if strl == "all" then
  404. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  405. table.insert(Found,v)
  406. end
  407. elseif strl == "others" then
  408. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  409. if v.Name ~= lplayer.Name then
  410. table.insert(Found,v)
  411. end
  412. end
  413. elseif strl == "me" then
  414. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  415. if v.Name == lplayer.Name then
  416. table.insert(Found,v)
  417. end
  418. end
  419. else
  420. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  421. if v.Name:lower():sub(1, #String) == String:lower() then
  422. table.insert(Found,v)
  423. end
  424. end
  425. end
  426. return Found
  427. end
  428.  
  429. local Mouse = lplayer:GetMouse()
  430.  
  431. spin = false
  432. followed = false
  433. traill = false
  434. noclip = false
  435. annoying = false
  436. hwalk = false
  437. droppinghats = false
  438. droppingtools = false
  439. flying = false
  440. spamdelay = 1
  441. spamming = false
  442. spammingpm = false
  443. cbringing = false
  444. remotes = true
  445. added = true
  446. binds = false
  447. stopsitting = false
  448. clickgoto = false
  449. gettingtools = false
  450. removingmeshhats = false
  451. removingmeshtool = false
  452. clickdel = false
  453. staring = false
  454. chatlogs = false
  455. banpl = false
  456. changingstate = false
  457. statechosen = 0
  458.  
  459. adminversion = "Reviz Admin by illremember, Version 2.0"
  460.  
  461. flying = false
  462. speedfly = 1
  463.  
  464. function plrchat(plr, chat)
  465. print(plr.Name..": "..tick().."\n"..chat)
  466. end
  467.  
  468. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  469. v.Chatted:connect(function(chat)
  470. if chatlogs then
  471. plrchat(v, chat)
  472. end
  473. end)
  474. end
  475. game:GetService("Players").PlayerAdded:connect(function(plr)
  476. plr.Chatted:connect(function(chat)
  477. if chatlogs then
  478. plrchat(plr, chat)
  479. end
  480. end)
  481. end)
  482.  
  483.  
  484. local ScreenGui = Instance.new("ScreenGui")
  485. local Frame = Instance.new("Frame")
  486. local CMDBAR = Instance.new("TextBox")
  487. ScreenGui.Parent = game:GetService("CoreGui")
  488. Frame.Parent = ScreenGui
  489. Frame.BackgroundColor3 = Color3.new(0.3, 0.1, 0.1)
  490. Frame.BackgroundTransparency = 0.3
  491. Frame.Position = UDim2.new(0.5, 0, 0, 10)
  492. Frame.Size = UDim2.new(0, 200, 0, 40)
  493. Frame.Active = true
  494. Frame.Draggable = true
  495. CMDBAR.Name = "CMDBAR"
  496. CMDBAR.Parent = Frame
  497. CMDBAR.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  498. CMDBAR.BackgroundTransparency = 0.20000000298023
  499. CMDBAR.Size = UDim2.new(0, 180, 0, 20)
  500. CMDBAR.Position = UDim2.new(0.05, 0, 0.25, 0)
  501. CMDBAR.Font = Enum.Font.SourceSansLight
  502. CMDBAR.FontSize = Enum.FontSize.Size14
  503. CMDBAR.TextColor3 = Color3.new(0.945098, 0.945098, 0.945098)
  504. CMDBAR.TextScaled = true
  505. CMDBAR.TextSize = 14
  506. CMDBAR.TextWrapped = true
  507. CMDBAR.Text = "Press ; to type, Enter to execute"
  508.  
  509. local CMDS = Instance.new("ScreenGui")
  510. local CMDSFRAME = Instance.new("Frame")
  511. local ScrollingFrame = Instance.new("ScrollingFrame")
  512. local TextLabel = Instance.new("TextLabel")
  513. local closegui = Instance.new("TextButton")
  514. CMDS.Name = "CMDS"
  515. CMDS.Parent = game:GetService("CoreGui")
  516. CMDSFRAME.Name = "CMDSFRAME"
  517. CMDSFRAME.Parent = CMDS
  518. CMDSFRAME.Active = true
  519. CMDSFRAME.BackgroundColor3 = Color3.new(0.223529, 0.231373, 0.309804)
  520. CMDSFRAME.BorderSizePixel = 0
  521. CMDSFRAME.Draggable = true
  522. CMDSFRAME.Position = UDim2.new(0, 315, 0, 100)
  523. CMDSFRAME.Size = UDim2.new(0, 275, 0, 275)
  524. CMDSFRAME.Visible = false
  525. ScrollingFrame.Parent = CMDSFRAME
  526. ScrollingFrame.BackgroundColor3 = Color3.new(0.160784, 0.160784, 0.203922)
  527. ScrollingFrame.BorderSizePixel = 0
  528. ScrollingFrame.Position = UDim2.new(0, 0, 0.0729999989, 0)
  529. ScrollingFrame.Size = UDim2.new(1.04999995, 0, 0.92900002, 0)
  530. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 10, 0)
  531. TextLabel.Parent = ScrollingFrame
  532. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  533. TextLabel.BackgroundTransparency = 1
  534. TextLabel.Size = UDim2.new(0.930000007, 0, 1, 0)
  535. TextLabel.Font = Enum.Font.SourceSans
  536. TextLabel.FontSize = Enum.FontSize.Size18
  537. TextLabel.Text = "[-] cmdbar is shown when ; is pressed.,\n[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you and player,\n[2] bring [plr] -- You need a tool! Will bring player to you,\n[3] spin [plr] -- You need a tool! Makes you and the player spin crazy,\n[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting,\n[5] attach [plr] -- You need a tool! Attaches you to player,\n[6] unattach [plr] -- Attempts to unattach you from a player,\n[7] follow [plr] -- Makes you follow behind the player,\n[8] unfollow,\n[9] freefall [plr] -- You need a tool! Teleports you and the player up into the air,\n[10] trail [plr] -- The opposite of follow, you stay infront of player,\n[11] untrail,\n[12] orbit [plr] -- Makes you orbit the player,\n[13] unorbit,\n[14] fling [plr] -- Makes you fling the player,\n[15] unfling,\n[16] fecheck -- Checks if the game is FE or not,\n[17] void [plr] -- Teleports player to the void,\n[18] noclip -- Gives you noclip to walk through walls,\n[19] clip -- Removes noclip,\n[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default,\n[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default,\n[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default,\n[23] default -- Changes your speed, jumppower and hipheight to default values,\n[24] annoy [plr] -- Loop teleports you to the player,\n[25] unannoy,\n[26] headwalk [plr] -- Loop teleports you to the player head,\n[27] unheadwalk,\n[28] nolimbs -- Removes your arms and legs,\n[29] god -- Gives you FE Godmode,\n[30] drophats -- Drops your accessories,\n[31] droptool -- Drops any tool you have equipped,\n[32] loopdhats -- Loop drops your accessories,\n[33] unloopdhats,\n[34] loopdtool -- Loop drops any tools you have equipped,\n[35] unloopdtool,\n[36] invisible -- Gives you invisibility CREDIT TO TIMELESS,\n[37] view [plr] -- Changes your camera to the player character,\n[38] unview,\n[39] goto [plr] -- Teleports you to player,\n[40] fly -- Allows you to fly,\n[41] unfly,\n[42] chat [msg] -- Makes you chat a message,\n[43] spam [msg] -- Spams a message,\n[44] unspam,\n[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second,\n[46] pmspam [plr] -- Spams a player in private message,\n[47] unpmspam,\n[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you,\n[49] uncfreeze [plr],\n[50] unlockws -- Unlocks the workspace,\n[51] lockws -- Locks the workspace,\n[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you,\n[53] pstand -- Enables platform stand,\n[54] unpstand -- Disables platform stand,\n[55] blockhead -- Removes your head mesh,\n[56] sit,\n[57] bringobj [obj] -- Only shows on client, brings an object/part to you constantly, can be used to bring healing parts, weapons, money etc, type in exact name,\n[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided,\n[59] hypertotal -- Loads in my FE GUI Hypertotal,\n[60] cmds -- Prints all commands,\n[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats,\n[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool,\n[63] spinner -- Makes you spin,\n[64] nospinner,\n[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom,\n[66] noreach -- Removes reach, must have tool equipped,\n[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying,\n[68] tp me [plr] -- Alternative to goto,\n[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player,\n[70] uncbring,\n[71] swap [plr] -- You need a tool! Swaps players position with yours and your position with players,\n[72] givetool [plr] -- Gives the tool you have equipped to the player,\n[73] glitch [plr] -- Glitches you and the player, looks very cool,\n[74] unglitch -- Unglitches you,\n[75] grespawn -- Alternative to normal respawn and usually works best for when you want to reset with FE Godmode,\n[76] explorer -- Loads up DEX,\n[77] reset -- Resets your character.,\n[78] anim [id] -- Applies an animation on you, must be created by ROBLOX,\n[79] animgui -- Loads up Energize animations GUI,\n[80] savepos -- Saves your current position,\n[81] loadpos -- Teleports you to your saved position,\n[82] bang [plr] -- 18+,\n[83] unbang,\n[84] delcmdbar -- Removes the command bar completely,\n[85] bringmod [obj] -- Brings all the parts in a model, client only, comes from ;bringobj enter exact name of model,\n[86] shutdown -- Uses harkinians script to shutdown server,\n[87] respawn -- If grespawn doesnt work you can use respawn,\n[88] delobj [obj] -- Deletes a certain brick in workspace, client sided,\n[89] getplrs -- Prints all players in game,\n[90] deldecal -- Deletes all decals client sided,\n[91] opfinality -- Loads in my FE GUI Opfinality,\n[92] remotes -- Prints all remotes in the game in the console when added,\n[93] noremotes -- Stops printing remotes,\n[94] tpdefault -- Stops all loop teleports to a player,\n[95] stopsit -- Will not allow you to sit,\n[96] gosit -- Allows you to sit,\n[97] clicktp -- Enables click tp,\n[98] noclicktp -- Disables click tp,\n[99] toolson -- If any tools are dropped in the workspace you will automatically get them,\n[100] toolsoff -- Stops ;toolson,\n[101] version -- Gets the admin version, \n This list of commands is NOT showing everything, go to my thread in the pastebin link to see ALL commands."
  538. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  539. TextLabel.TextSize = 15
  540. TextLabel.TextWrapped = true
  541. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  542. TextLabel.TextYAlignment = Enum.TextYAlignment.Top
  543. closegui.Name = "closegui"
  544. closegui.Parent = CMDSFRAME
  545. closegui.BackgroundColor3 = Color3.new(0.890196, 0.223529, 0.0588235)
  546. closegui.BorderSizePixel = 0
  547. closegui.Position = UDim2.new(0.995000005, 0, 0, 0)
  548. closegui.Size = UDim2.new(0.0545952693, 0, 0.0728644878, 0)
  549. closegui.Font = Enum.Font.SourceSansBold
  550. closegui.FontSize = Enum.FontSize.Size24
  551. closegui.Text = "X"
  552. closegui.TextColor3 = Color3.new(1, 1, 1)
  553. closegui.TextSize = 20
  554.  
  555. closegui.MouseButton1Click:connect(function()
  556. CMDSFRAME.Visible = false
  557. end)
  558.  
  559. game:GetService('RunService').Stepped:connect(function()
  560. if spin then
  561. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[spinplr.Name].Character.HumanoidRootPart.CFrame
  562. end
  563. if followed then
  564. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame.lookVector * -5
  565. end
  566. if traill then
  567. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame.lookVector * 5
  568. end
  569. if annoying then
  570. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[annplr.Name].Character.HumanoidRootPart.CFrame
  571. end
  572. if hwalk then
  573. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[hdwplr.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 4, 0)
  574. end
  575. if staring then
  576. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(lplayer.Character.Torso.Position, game:GetService("Players")[stareplr.Name].Character.Torso.Position)
  577. end
  578. end)
  579. game:GetService('RunService').Stepped:connect(function()
  580. if noclip then
  581. if lplayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  582. lplayer.Character.Head.CanCollide = false
  583. lplayer.Character.Torso.CanCollide = false
  584. lplayer.Character["Left Leg"].CanCollide = false
  585. lplayer.Character["Right Leg"].CanCollide = false
  586. else
  587. lplayer.Character.Humanoid:ChangeState(11)
  588. end
  589. end
  590. if changingstate then
  591. lplayer.Character.Humanoid:ChangeState(statechosen)
  592. end
  593. end)
  594. game:GetService('RunService').Stepped:connect(function()
  595. if droppinghats then
  596. for i,v in pairs(lplayer.Character:GetChildren()) do
  597. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  598. v.Parent = workspace
  599. end
  600. end
  601. end
  602. if droppingtools then
  603. for i,v in pairs(lplayer.Character:GetChildren()) do
  604. if (v:IsA("Tool")) then
  605. v.Parent = workspace
  606. end
  607. end
  608. end
  609. if removingmeshhats then
  610. for i,v in pairs(lplayer.Character:GetChildren()) do
  611. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  612. v.Handle.Mesh:Destroy()
  613. end
  614. end
  615. end
  616. if removingmeshtool then
  617. for i,v in pairs(lplayer.Character:GetChildren()) do
  618. if (v:IsA("Tool")) then
  619. v.Handle.Mesh:Destroy()
  620. end
  621. end
  622. end
  623. end)
  624. game:GetService('RunService').Stepped:connect(function()
  625. if banpl then
  626. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[bplrr].Character.HumanoidRootPart.CFrame
  627. end
  628. end)
  629. game:GetService('RunService').Stepped:connect(function()
  630. if stopsitting then
  631. lplayer.Character.Humanoid.Sit = false
  632. end
  633. end)
  634.  
  635. plr = lplayer
  636. hum = plr.Character.HumanoidRootPart
  637. mouse = plr:GetMouse()
  638. mouse.KeyDown:connect(function(key)
  639. if key == "e" then
  640. if mouse.Target then
  641. if clickgoto then
  642. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  643. elseif clickdel then
  644. mouse.Target:Destroy()
  645. end
  646. end
  647. end
  648. end)
  649.  
  650. game:GetService("Workspace").ChildAdded:connect(function(part)
  651. if gettingtools then
  652. if part:IsA("Tool") then
  653. part.Handle.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  654. end
  655. end
  656. end)
  657.  
  658. lplayer.Chatted:Connect(function(msg)
  659. if string.sub(msg, 1, 6) == (prefix.."kill ") then
  660. if string.sub(msg, 7) == "me" then
  661. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  662. else
  663. for i,v in pairs(GetPlayer(string.sub(msg, 7)))do
  664. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  665. lplayer.Character.Humanoid.Name = 1
  666. local l = lplayer.Character["1"]:Clone()
  667. l.Parent = lplayer.Character
  668. l.Name = "Humanoid"
  669. wait(0.1)
  670. lplayer.Character["1"]:Destroy()
  671. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  672. lplayer.Character.Animate.Disabled = true
  673. wait(0.1)
  674. lplayer.Character.Animate.Disabled = false
  675. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  676. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  677. lplayer.Character.Humanoid:EquipTool(v)
  678. end
  679. local function tp(player,player2)
  680. local char1,char2=player.Character,player2.Character
  681. if char1 and char2 then
  682. char1:MoveTo(char2.Head.Position)
  683. end
  684. end
  685. wait(0.1)
  686. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  687. wait(0.2)
  688. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  689. wait(0.5)
  690. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  691. wait(0.7)
  692. tp(lplayer,game:GetService("Players")[v.Name])
  693. wait(0.7)
  694. lplayer.Character.HumanoidRootPart.CFrame = NOW
  695. game:GetService("StarterGui"):SetCore("SendNotification", {
  696. Title = "Tools needed!";
  697. Text = "You need a tool in your backpack for this command!";
  698. })
  699. end
  700. end
  701. end
  702. if string.sub(msg, 1, 7) == (prefix.."bring ") then
  703. for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  704. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  705. lplayer.Character.Humanoid.Name = 1
  706. local l = lplayer.Character["1"]:Clone()
  707. l.Parent = lplayer.Character
  708. l.Name = "Humanoid"
  709. wait(0.1)
  710. lplayer.Character["1"]:Destroy()
  711. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  712. lplayer.Character.Animate.Disabled = true
  713. wait(0.1)
  714. lplayer.Character.Animate.Disabled = false
  715. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  716. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  717. lplayer.Character.Humanoid:EquipTool(v)
  718. end
  719. local function tp(player,player2)
  720. local char1,char2=player.Character,player2.Character
  721. if char1 and char2 then
  722. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  723. end
  724. end
  725. local function getout(player,player2)
  726. local char1,char2=player.Character,player2.Character
  727. if char1 and char2 then
  728. char1:MoveTo(char2.Head.Position)
  729. end
  730. end
  731. tp(game:GetService("Players")[v.Name], lplayer)
  732. wait(0.2)
  733. tp(game:GetService("Players")[v.Name], lplayer)
  734. wait(0.5)
  735. lplayer.Character.HumanoidRootPart.CFrame = NOW
  736. wait(0.5)
  737. getout(lplayer, game:GetService("Players")[v.Name])
  738. wait(0.3)
  739. lplayer.Character.HumanoidRootPart.CFrame = NOW
  740. game:GetService("StarterGui"):SetCore("SendNotification", {
  741. Title = "Tools needed!";
  742. Text = "You need a tool in your backpack for this command!";
  743. })
  744. end
  745. end
  746. if string.sub(msg, 1, 6) == (prefix.."spin ") then
  747. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  748. lplayer.Character.Humanoid.Name = 1
  749. local l = lplayer.Character["1"]:Clone()
  750. l.Parent = lplayer.Character
  751. l.Name = "Humanoid"
  752. wait(0.1)
  753. lplayer.Character["1"]:Destroy()
  754. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  755. lplayer.Character.Animate.Disabled = true
  756. wait(0.1)
  757. lplayer.Character.Animate.Disabled = false
  758. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  759. lplayer.Character.Animate.Disabled = false
  760. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  761. lplayer.Character.Humanoid:EquipTool(v)
  762. end
  763. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  764. spinplr = v
  765. wait(0.5)
  766. spin = true
  767. game:GetService("StarterGui"):SetCore("SendNotification", {
  768. Title = "Tools needed!";
  769. Text = "You need a tool in your backpack for this command!";
  770. })
  771. end
  772. end
  773. if string.sub(msg, 1, 7) == (prefix.."unspin") then
  774. spin = false
  775. end
  776. if string.sub(msg, 1, 8) == (prefix.."attach ") then
  777. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  778. lplayer.Character.Humanoid.Name = 1
  779. local l = lplayer.Character["1"]:Clone()
  780. l.Parent = lplayer.Character
  781. l.Name = "Humanoid"
  782. wait(0.1)
  783. lplayer.Character["1"]:Destroy()
  784. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  785. lplayer.Character.Animate.Disabled = true
  786. wait(0.1)
  787. lplayer.Character.Animate.Disabled = false
  788. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  789. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  790. lplayer.Character.Humanoid:EquipTool(v)
  791. end
  792. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  793. wait(0.3)
  794. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  795. attplr = v
  796. game:GetService("StarterGui"):SetCore("SendNotification", {
  797. Title = "Tools needed!";
  798. Text = "You need a tool in your backpack for this command!";
  799. })
  800. end
  801. end
  802. if string.sub(msg, 1, 10) == (prefix.."unattach ") then
  803. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  804. local function getout(player,player2)
  805. local char1,char2=player.Character,player2.Character
  806. if char1 and char2 then
  807. char1:MoveTo(char2.Head.Position)
  808. end
  809. end
  810. getout(lplayer, game:GetService("Players")[v.Name])
  811. end
  812. end
  813. if string.sub(msg, 1, 8) == (prefix.."follow ") then
  814. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  815. followed = true
  816. flwplr = v
  817. end
  818. end
  819. if string.sub(msg, 1, 9) == (prefix.."unfollow") then
  820. followed = false
  821. end
  822. if string.sub(msg, 1, 10) == (prefix.."freefall ") then
  823. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  824. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  825. lplayer.Character.Humanoid.Name = 1
  826. local l = lplayer.Character["1"]:Clone()
  827. l.Parent = lplayer.Character
  828. l.Name = "Humanoid"
  829. wait(0.1)
  830. lplayer.Character["1"]:Destroy()
  831. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  832. lplayer.Character.Animate.Disabled = true
  833. wait(0.1)
  834. lplayer.Character.Animate.Disabled = false
  835. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  836. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  837. lplayer.Character.Humanoid:EquipTool(v)
  838. end
  839. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  840. wait(0.2)
  841. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  842. wait(0.6)
  843. lplayer.Character.HumanoidRootPart.CFrame = NOW
  844. wait(0.6)
  845. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  846. game:GetService("StarterGui"):SetCore("SendNotification", {
  847. Title = "Tools needed!";
  848. Text = "You need a tool in your backpack for this command!";
  849. })
  850. end
  851. end
  852. if string.sub(msg, 1, 7) == (prefix.."trail ") then
  853. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  854. traill = true
  855. trlplr = v
  856. end
  857. end
  858. if string.sub(msg, 1, 8) == (prefix.."untrail") then
  859. traill = false
  860. end
  861. if string.sub(msg, 1, 7) == (prefix.."orbit ") then
  862. if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  863. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  864. else
  865. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  866. local o = Instance.new("RocketPropulsion")
  867. o.Parent = lplayer.Character.HumanoidRootPart
  868. o.Name = "Orbit"
  869. o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  870. o:Fire()
  871. noclip = true
  872. end
  873. end
  874. end
  875. if string.sub(msg, 1, 8) == (prefix.."unorbit") then
  876. lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  877. noclip = false
  878. end
  879. if string.sub(msg, 1, 7) == (prefix.."fling ") then
  880. if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  881. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  882. else
  883. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  884. local y = Instance.new("RocketPropulsion")
  885. y.Parent = lplayer.Character.HumanoidRootPart
  886. y.CartoonFactor = 1
  887. y.MaxThrust = 800000
  888. y.MaxSpeed = 1000
  889. y.ThrustP = 200000
  890. y.Name = "Fling"
  891. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  892. y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  893. y:Fire()
  894. noclip = true
  895. end
  896. end
  897. end
  898. if string.sub(msg, 1, 8) == (prefix.."unfling") then
  899. noclip = false
  900. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  901. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  902. wait(0.4)
  903. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  904. end
  905. if string.sub(msg, 1, 8) == (prefix.."fecheck") then
  906. if game:GetService("Workspace").FilteringEnabled == true then
  907. warn("FE is Enabled (Filtering Enabled)")
  908. game:GetService("StarterGui"):SetCore("SendNotification", {
  909. Title = "FE is Enabled";
  910. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  911. })
  912. else
  913. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  914. game:GetService("StarterGui"):SetCore("SendNotification", {
  915. Title = "FE is Disabled";
  916. Text = "Filtering Disabled. Consider using a different admin script.";
  917. })
  918. end
  919. end
  920. if string.sub(msg, 1, 6) == (prefix.."void ") then
  921. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  922. lplayer.Character.Humanoid.Name = 1
  923. local l = lplayer.Character["1"]:Clone()
  924. l.Parent = lplayer.Character
  925. l.Name = "Humanoid"
  926. wait(0.1)
  927. lplayer.Character["1"]:Destroy()
  928. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  929. lplayer.Character.Animate.Disabled = true
  930. wait(0.1)
  931. lplayer.Character.Animate.Disabled = false
  932. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  933. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  934. lplayer.Character.Humanoid:EquipTool(v)
  935. end
  936. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  937. wait(0.2)
  938. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  939. wait(0.6)
  940. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  941. game:GetService("StarterGui"):SetCore("SendNotification", {
  942. Title = "Tools needed!";
  943. Text = "You need a tool in your backpack for this command!";
  944. })
  945. end
  946. end
  947. if string.sub(msg, 1, 7) == (prefix.."noclip") then
  948. noclip = true
  949. game:GetService("StarterGui"):SetCore("SendNotification", {
  950. Title = "Noclip enabled";
  951. Text = "Type ;clip to disable";
  952. })
  953. end
  954. if string.sub(msg, 1, 5) == (prefix.."clip") then
  955. noclip = false
  956. game:GetService("StarterGui"):SetCore("SendNotification", {
  957. Title = "Noclip disabled";
  958. Text = "Type ;noclip to enable";
  959. })
  960. end
  961. if string.sub(msg, 1, 7) == (prefix.."speed ") then
  962. lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 8))
  963. end
  964. if string.sub(msg, 1, 4) == (prefix.."ws ") then
  965. lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 5))
  966. end
  967. if string.sub(msg, 1, 11) == (prefix.."hipheight ") then
  968. lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 12))
  969. end
  970. if string.sub(msg, 1, 4) == (prefix.."hh ") then
  971. lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 5))
  972. end
  973. if string.sub(msg, 1, 11) == (prefix.."jumppower ") then
  974. lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 12))
  975. end
  976. if string.sub(msg, 1, 4) == (prefix.."jp ") then
  977. lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 5))
  978. end
  979. if string.sub(msg, 1, 8) == (prefix.."default") then
  980. lplayer.Character.Humanoid.JumpPower = 50
  981. lplayer.Character.Humanoid.WalkSpeed = 16
  982. lplayer.Character.Humanoid.HipHeight = 0
  983. end
  984. if string.sub(msg, 1, 7) == (prefix.."annoy ") then
  985. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  986. annoying = true
  987. annplr = v
  988. end
  989. end
  990. if string.sub(msg, 1, 8) == (prefix.."unannoy") then
  991. annoying = false
  992. end
  993. if string.sub(msg, 1, 10) == (prefix.."headwalk ") then
  994. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  995. hwalk = true
  996. hdwplr = v
  997. end
  998. end
  999. if string.sub(msg, 1, 11) == (prefix.."unheadwalk") then
  1000. hwalk = false
  1001. end
  1002. if string.sub(msg, 1, 8) == (prefix.."nolimbs") then
  1003. lplayer.Character["Left Leg"]:Destroy()
  1004. lplayer.Character["Left Arm"]:Destroy()
  1005. lplayer.Character["Right Leg"]:Destroy()
  1006. lplayer.Character["Right Arm"]:Destroy()
  1007. end
  1008. if string.sub(msg, 1, 4) == (prefix.."god") then
  1009. lplayer.Character.Humanoid.Name = 1
  1010. local l = lplayer.Character["1"]:Clone()
  1011. l.Parent = lplayer.Character
  1012. l.Name = "Humanoid"
  1013. wait(0.1)
  1014. lplayer.Character["1"]:Destroy()
  1015. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1016. lplayer.Character.Animate.Disabled = true
  1017. wait(0.1)
  1018. lplayer.Character.Animate.Disabled = false
  1019. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1020. game:GetService("StarterGui"):SetCore("SendNotification", {
  1021. Title = "FE Godmode enabled";
  1022. Text = "Use ;grespawn or ;respawn to remove";
  1023. })
  1024. end
  1025. if string.sub(msg, 1, 9) == (prefix.."drophats") then
  1026. for i,v in pairs(lplayer.Character:GetChildren()) do
  1027. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  1028. v.Parent = workspace
  1029. end
  1030. end
  1031. end
  1032. if string.sub(msg, 1, 9) == (prefix.."droptool") then
  1033. for i,v in pairs(lplayer.Character:GetChildren()) do
  1034. if (v:IsA("Tool")) then
  1035. v.Parent = workspace
  1036. end
  1037. end
  1038. end
  1039. if string.sub(msg, 1, 10) == (prefix.."loopdhats") then
  1040. droppinghats = true
  1041. game:GetService("StarterGui"):SetCore("SendNotification", {
  1042. Title = "Loop Drop Enabled";
  1043. Text = "Type ;unloopdhats to disable";
  1044. })
  1045. end
  1046. if string.sub(msg, 1, 12) == (prefix.."unloopdhats") then
  1047. droppinghats = false
  1048. game:GetService("StarterGui"):SetCore("SendNotification", {
  1049. Title = "Loop Drop Disabled";
  1050. Text = "Type ;loopdhats to enable.";
  1051. })
  1052. end
  1053. if string.sub(msg, 1, 10) == (prefix.."loopdtool") then
  1054. droppingtools = true
  1055. game:GetService("StarterGui"):SetCore("SendNotification", {
  1056. Title = "Loop Drop Enabled";
  1057. Text = "Type ;unloopdtool to disable";
  1058. })
  1059. end
  1060. if string.sub(msg, 1, 12) == (prefix.."unloopdtool") then
  1061. droppingtools = false
  1062. game:GetService("StarterGui"):SetCore("SendNotification", {
  1063. Title = "Loop Drop Disabled";
  1064. Text = "Type ;loopdtool to enable.";
  1065. })
  1066. end
  1067. if string.sub(msg, 1, 10) == (prefix.."invisible") then -- Credit to Timeless
  1068. Local = game:GetService('Players').LocalPlayer
  1069. Char = Local.Character
  1070. touched,tpdback = false, false
  1071. box = Instance.new('Part',workspace)
  1072. box.Anchored = true
  1073. box.CanCollide = true
  1074. box.Size = Vector3.new(10,1,10)
  1075. box.Position = Vector3.new(0,10000,0)
  1076. box.Touched:connect(function(part)
  1077. if (part.Parent.Name == Local.Name) then
  1078. if touched == false then
  1079. touched = true
  1080. function apply()
  1081. if script.Disabled ~= true then
  1082. no = Char.HumanoidRootPart:Clone()
  1083. wait(.25)
  1084. Char.HumanoidRootPart:Destroy()
  1085. no.Parent = Char
  1086. Char:MoveTo(loc)
  1087. touched = false
  1088. end end
  1089. if Char then
  1090. apply()
  1091. end
  1092. end
  1093. end
  1094. end)
  1095. repeat wait() until Char
  1096. loc = Char.HumanoidRootPart.Position
  1097. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  1098. game:GetService("StarterGui"):SetCore("SendNotification", {
  1099. Title = "Invisibility enabled!";
  1100. Text = "Reset or use ;respawn to remove.";
  1101. })
  1102. end
  1103. if string.sub(msg, 1, 6) == (prefix.."view ") then
  1104. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1105. if game:GetService("Players")[v.Name].Character.Humanoid then
  1106. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  1107. else
  1108. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  1109. end
  1110. end
  1111. end
  1112. if string.sub(msg, 1, 7) == (prefix.."unview") then
  1113. if lplayer.Character.Humanoid then
  1114. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  1115. else
  1116. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  1117. end
  1118. end
  1119. if string.sub(msg, 1, 6) == (prefix.."goto ") then
  1120. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1121. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1122. end
  1123. end
  1124. if string.sub(msg, 1, 4) == (prefix.."fly") then
  1125. repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  1126. repeat wait() until Mouse
  1127.  
  1128. local T = lplayer.Character.HumanoidRootPart
  1129. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  1130. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  1131. local SPEED = speedget
  1132.  
  1133. local function fly()
  1134. flying = true
  1135. local BG = Instance.new('BodyGyro', T)
  1136. local BV = Instance.new('BodyVelocity', T)
  1137. BG.P = 9e4
  1138. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1139. BG.cframe = T.CFrame
  1140. BV.velocity = Vector3.new(0, 0.1, 0)
  1141. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1142. spawn(function()
  1143. repeat wait()
  1144. lplayer.Character.Humanoid.PlatformStand = true
  1145. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  1146. SPEED = 50
  1147. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  1148. SPEED = 0
  1149. end
  1150. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  1151. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  1152. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  1153. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  1154. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  1155. else
  1156. BV.velocity = Vector3.new(0, 0.1, 0)
  1157. end
  1158. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  1159. until not flying
  1160. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  1161. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  1162. SPEED = 0
  1163. BG:destroy()
  1164. BV:destroy()
  1165. lplayer.Character.Humanoid.PlatformStand = false
  1166. end)
  1167. end
  1168. Mouse.KeyDown:connect(function(KEY)
  1169. if KEY:lower() == 'w' then
  1170. CONTROL.F = speedfly
  1171. elseif KEY:lower() == 's' then
  1172. CONTROL.B = -speedfly
  1173. elseif KEY:lower() == 'a' then
  1174. CONTROL.L = -speedfly
  1175. elseif KEY:lower() == 'd' then
  1176. CONTROL.R = speedfly
  1177. end
  1178. end)
  1179. Mouse.KeyUp:connect(function(KEY)
  1180. if KEY:lower() == 'w' then
  1181. CONTROL.F = 0
  1182. elseif KEY:lower() == 's' then
  1183. CONTROL.B = 0
  1184. elseif KEY:lower() == 'a' then
  1185. CONTROL.L = 0
  1186. elseif KEY:lower() == 'd' then
  1187. CONTROL.R = 0
  1188. end
  1189. end)
  1190. fly()
  1191. end
  1192. if string.sub(msg, 1, 6) == (prefix.."unfly") then
  1193. flying = false
  1194. lplayer.Character.Humanoid.PlatformStand = false
  1195. end
  1196. if string.sub(msg, 1, 6) == (prefix.."chat ") then
  1197. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(msg, 7)), "All")
  1198. end
  1199. if string.sub(msg, 1, 6) == (prefix.."spam ") then
  1200. spamtext = (string.sub(msg, 7))
  1201. spamming = true
  1202. end
  1203. if string.sub(msg, 1, 7) == (prefix.."unspam") then
  1204. spamming = false
  1205. end
  1206. if string.sub(msg, 1, 10) == (prefix.."spamwait ") then
  1207. spamdelay = (string.sub(msg, 11))
  1208. end
  1209. if string.sub(msg, 1, 8) == (prefix.."pmspam ") then
  1210. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1211. pmspammed = v.Name
  1212. spammingpm = true
  1213. end
  1214. end
  1215. if string.sub(msg, 1, 9) == (prefix.."unpmspam") then
  1216. spammingpm = false
  1217. end
  1218. if string.sub(msg, 1, 9) == (prefix.."cfreeze ") then
  1219. for i,v in pairs(GetPlayer(string.sub(msg, 10))) do
  1220. v.Character["Left Leg"].Anchored = true
  1221. v.Character["Left Arm"].Anchored = true
  1222. v.Character["Right Leg"].Anchored = true
  1223. v.Character["Right Arm"].Anchored = true
  1224. v.Character.Torso.Anchored = true
  1225. v.Character.Head.Anchored = true
  1226. end
  1227. end
  1228. if string.sub(msg, 1, 11) == (prefix.."uncfreeze ") then
  1229. for i,v in pairs(GetPlayer(string.sub(msg, 12))) do
  1230. v.Character["Left Leg"].Anchored = false
  1231. v.Character["Left Arm"].Anchored = false
  1232. v.Character["Right Leg"].Anchored = false
  1233. v.Character["Right Arm"].Anchored = false
  1234. v.Character.Torso.Anchored = false
  1235. v.Character.Head.Anchored = false
  1236. end
  1237. end
  1238. if string.sub(msg, 1, 9) == (prefix.."unlockws") then
  1239. local a = game:GetService("Workspace"):getChildren()
  1240. for i = 1, #a do
  1241. if a[i].className == "Part" then
  1242. a[i].Locked = false
  1243. elseif a[i].className == "Model" then
  1244. local r = a[i]:getChildren()
  1245. for i = 1, #r do
  1246. if r[i].className == "Part" then
  1247. r[i].Locked = false
  1248. end
  1249. end
  1250. end
  1251. end
  1252. game:GetService("StarterGui"):SetCore("SendNotification", {
  1253. Title = "Success!";
  1254. Text = "Workspace unlocked. Use ;lockws to lock.";
  1255. })
  1256. end
  1257. if string.sub(msg, 1, 7) == (prefix.."lockws") then
  1258. local a = game:GetService("Workspace"):getChildren()
  1259. for i = 1, #a do
  1260. if a[i].className == "Part" then
  1261. a[i].Locked = true
  1262. elseif a[i].className == "Model" then
  1263. local r = a[i]:getChildren()
  1264. for i = 1, #r do
  1265. if r[i].className == "Part" then
  1266. r[i].Locked = true
  1267. end
  1268. end
  1269. end
  1270. end
  1271. end
  1272. if string.sub(msg, 1, 7) == (prefix.."btools") then
  1273. local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  1274. Clone_T.BinType = "Clone"
  1275. local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  1276. Destruct.BinType = "Hammer"
  1277. local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  1278. Hold_T.BinType = "Grab"
  1279. end
  1280. if string.sub(msg, 1, 7) == (prefix.."pstand") then
  1281. lplayer.Character.Humanoid.PlatformStand = true
  1282. end
  1283. if string.sub(msg, 1, 9) == (prefix.."unpstand") then
  1284. lplayer.Character.Humanoid.PlatformStand = false
  1285. end
  1286. if string.sub(msg, 1, 10) == (prefix.."blockhead") then
  1287. lplayer.Character.Head.Mesh:Destroy()
  1288. end
  1289. if string.sub(msg, 1, 4) == (prefix.."sit") then
  1290. lplayer.Character.Humanoid.Sit = true
  1291. end
  1292. if string.sub(msg, 1, 10) == (prefix.."bringobj ") then
  1293. local function bringobjw()
  1294. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  1295. if obj.Name == (string.sub(msg, 11)) then
  1296. obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  1297. obj.CanCollide = false
  1298. obj.Transparency = 0.7
  1299. wait()
  1300. obj.CFrame = lplayer.Character["Left Leg"].CFrame
  1301. wait()
  1302. obj.CFrame = lplayer.Character["Right Leg"].CFrame
  1303. wait()
  1304. obj.CFrame = lplayer.Character["Head"].CFrame
  1305. end
  1306. end
  1307. end
  1308. while wait() do
  1309. bringobjw()
  1310. end
  1311. game:GetService("StarterGui"):SetCore("SendNotification", {
  1312. Title = "BringObj";
  1313. Text = "BringObj enabled.";
  1314. })
  1315. end
  1316. if string.sub(msg, 1, 7) == (prefix.."wsvis ") then
  1317. vis = (string.sub(msg, 8))
  1318. local a = game:GetService("Workspace"):GetDescendants()
  1319. for i = 1, #a do
  1320. if a[i].className == "Part" then
  1321. a[i].Transparency = vis
  1322. elseif a[i].className == "Model" then
  1323. local r = a[i]:getChildren()
  1324. for i = 1, #r do
  1325. if r[i].className == "Part" then
  1326. r[i].Transparency = vis
  1327. end
  1328. end
  1329. end
  1330. end
  1331. end
  1332. if string.sub(msg, 1, 11) == (prefix.."hypertotal") then
  1333. loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  1334. game:GetService("StarterGui"):SetCore("SendNotification", {
  1335. Title = "Success!";
  1336. Text = "HyperTotal GUI Loaded!";
  1337. })
  1338. end
  1339. if string.sub(msg, 1, 5) == (prefix.."cmds") then
  1340. CMDSFRAME.Visible = true
  1341. end
  1342. if string.sub(msg, 1, 10) == (prefix.."rmeshhats") then
  1343. for i,v in pairs(lplayer.Character:GetChildren()) do
  1344. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  1345. v.Handle.Mesh:Destroy()
  1346. end
  1347. end
  1348. end
  1349. if string.sub(msg, 1, 10) == (prefix.."blockhats") then
  1350. for i,v in pairs(lplayer.Character:GetChildren()) do
  1351. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  1352. v.Handle.Mesh:Destroy()
  1353. end
  1354. end
  1355. end
  1356. if string.sub(msg, 1, 10) == (prefix.."rmeshtool") then
  1357. for i,v in pairs(lplayer.Character:GetChildren()) do
  1358. if (v:IsA("Tool")) then
  1359. v.Handle.Mesh:Destroy()
  1360. end
  1361. end
  1362. end
  1363. if string.sub(msg, 1, 10) == (prefix.."blocktool") then
  1364. for i,v in pairs(lplayer.Character:GetChildren()) do
  1365. if (v:IsA("Tool")) then
  1366. v.Handle.Mesh:Destroy()
  1367. end
  1368. end
  1369. end
  1370. if string.sub(msg, 1, 8) == (prefix.."spinner") then
  1371. local p = Instance.new("RocketPropulsion")
  1372. p.Parent = lplayer.Character.HumanoidRootPart
  1373. p.Name = "Spinner"
  1374. p.Target = lplayer.Character["Left Arm"]
  1375. p:Fire()
  1376. game:GetService("StarterGui"):SetCore("SendNotification", {
  1377. Title = "Spinner enabled";
  1378. Text = "Type ;nospinner to disable.";
  1379. })
  1380. end
  1381. if string.sub(msg, 1, 10) == (prefix.."nospinner") then
  1382. lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  1383. end
  1384. if string.sub(msg, 1, 7) == (prefix.."reachd") then
  1385. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  1386. if v:isA("Tool") then
  1387. local a = Instance.new("SelectionBox",v.Handle)
  1388. a.Adornee = v.Handle
  1389. v.Handle.Size = Vector3.new(0.5,0.5,60)
  1390. v.GripPos = Vector3.new(0,0,0)
  1391. lplayer.Character.Humanoid:UnequipTools()
  1392. end
  1393. end
  1394. game:GetService("StarterGui"):SetCore("SendNotification", {
  1395. Title = "Reach applied!";
  1396. Text = "Applied to equipped sword. Use ;noreach to disable.";
  1397. })
  1398. end
  1399. if string.sub(msg, 1, 7) == (prefix.."reach ") then
  1400. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  1401. if v:isA("Tool") then
  1402. handleSize = v.Handle.Size
  1403. wait()
  1404. local a = Instance.new("SelectionBox",v.Handle)
  1405. a.Name = "a"
  1406. a.Adornee = v.Handle
  1407. v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(msg, 8)))
  1408. v.GripPos = Vector3.new(0,0,0)
  1409. lplayer.Character.Humanoid:UnequipTools()
  1410. end
  1411. end
  1412. game:GetService("StarterGui"):SetCore("SendNotification", {
  1413. Title = "Reach applied!";
  1414. Text = "Applied to equipped sword. Use ;noreach to disable.";
  1415. })
  1416. end
  1417. if string.sub(msg, 1, 8) == (prefix.."noreach") then
  1418. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  1419. if v:isA("Tool") then
  1420. v.Handle.a:Destroy()
  1421. v.Handle.Size = handleSize
  1422. end
  1423. end
  1424. game:GetService("StarterGui"):SetCore("SendNotification", {
  1425. Title = "Reach removed!";
  1426. Text = "Removed reach from equipped sword.";
  1427. })
  1428. end
  1429. if string.sub(msg, 1, 7) == (prefix.."rkill ") then
  1430. for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  1431. lplayer.Character.Humanoid.Name = 1
  1432. local l = lplayer.Character["1"]:Clone()
  1433. l.Parent = lplayer.Character
  1434. l.Name = "Humanoid"
  1435. wait(0.1)
  1436. lplayer.Character["1"]:Destroy()
  1437. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1438. lplayer.Character.Animate.Disabled = true
  1439. wait(0.1)
  1440. lplayer.Character.Animate.Disabled = false
  1441. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1442. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1443. lplayer.Character.Humanoid:EquipTool(v)
  1444. end
  1445. wait(0.1)
  1446. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1447. wait(0.2)
  1448. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1449. wait(0.5)
  1450. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  1451. game:GetService("StarterGui"):SetCore("SendNotification", {
  1452. Title = "Tools needed!";
  1453. Text = "You need a tool in your backpack for this command!";
  1454. })
  1455. end
  1456. end
  1457. if string.sub(msg, 1, 7) == (prefix.."tp me ") then
  1458. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  1459. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1460. end
  1461. end
  1462. if string.sub(msg, 1, 8) == (prefix.."cbring ") then
  1463. if (string.sub(msg, 9)) == "all" or (string.sub(msg, 9)) == "All" or (string.sub(msg, 9)) == "ALL" then
  1464. cbringall = true
  1465. else
  1466. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1467. brplr = v.Name
  1468. end
  1469. end
  1470. cbring = true
  1471. end
  1472. if string.sub(msg, 1, 9) == (prefix.."uncbring") then
  1473. cbring = false
  1474. cbringall = false
  1475. end
  1476. if string.sub(msg, 1, 6) == (prefix.."swap ") then
  1477. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1478. local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1479. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  1480. lplayer.Character.Humanoid.Name = 1
  1481. local l = lplayer.Character["1"]:Clone()
  1482. l.Parent = lplayer.Character
  1483. l.Name = "Humanoid"
  1484. wait(0.1)
  1485. lplayer.Character["1"]:Destroy()
  1486. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1487. lplayer.Character.Animate.Disabled = true
  1488. wait(0.1)
  1489. lplayer.Character.Animate.Disabled = false
  1490. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1491. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1492. lplayer.Character.Humanoid:EquipTool(v)
  1493. end
  1494. local function tp(player,player2)
  1495. local char1,char2=player.Character,player2.Character
  1496. if char1 and char2 then
  1497. char1:MoveTo(char2.Head.Position)
  1498. end
  1499. end
  1500. wait(0.1)
  1501. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1502. wait(0.2)
  1503. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1504. wait(0.5)
  1505. lplayer.Character.HumanoidRootPart.CFrame = NOW
  1506. wait(0.6)
  1507. tp(lplayer, game:GetService("Players")[v.Name])
  1508. wait(0.4)
  1509. lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  1510. game:GetService("StarterGui"):SetCore("SendNotification", {
  1511. Title = "Tools needed!";
  1512. Text = "You need a tool in your backpack for this command!";
  1513. })
  1514. end
  1515. end
  1516. if string.sub(msg, 1, 8) == (prefix.."glitch ") then
  1517. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1518. lplayer.Character.Humanoid.Name = 1
  1519. local l = lplayer.Character["1"]:Clone()
  1520. l.Parent = lplayer.Character
  1521. l.Name = "Humanoid"
  1522. wait(0.1)
  1523. lplayer.Character["1"]:Destroy()
  1524. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1525. lplayer.Character.Animate.Disabled = true
  1526. wait(0.1)
  1527. lplayer.Character.Animate.Disabled = false
  1528. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1529. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1530. lplayer.Character.Humanoid:EquipTool(v)
  1531. end
  1532. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  1533. wait(0.3)
  1534. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  1535. wait(0.4)
  1536. b = Instance.new("BodyForce")
  1537. b.Parent = lplayer.Character.HumanoidRootPart
  1538. b.Name = "Glitch"
  1539. b.Force = Vector3.new(100000000,5000,0)
  1540. game:GetService("StarterGui"):SetCore("SendNotification", {
  1541. Title = "Tools needed!";
  1542. Text = "You need a tool in your backpack for this command!";
  1543. })
  1544. end
  1545. end
  1546. if string.sub(msg, 1, 9) == (prefix.."unglitch") then
  1547. lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  1548. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  1549. b = Instance.new("BodyForce")
  1550. b.Parent = lplayer.Character.HumanoidRootPart
  1551. b.Name = "unGlitch"
  1552. b.Force = Vector3.new(0,-5000000,0)
  1553. wait(2)
  1554. lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  1555. end
  1556. if string.sub(msg, 1, 9) == (prefix.."grespawn") then
  1557. lplayer.Character.Humanoid.Health = 0
  1558. wait(1)
  1559. lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  1560. lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  1561. end
  1562. if string.sub(msg, 1, 9) == (prefix.."explorer") then
  1563. loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  1564. game:GetService("StarterGui"):SetCore("SendNotification", {
  1565. Title = "Success!";
  1566. Text = "DEX Explorer has loaded.";
  1567. })
  1568. end
  1569. if string.sub(msg, 1, 6) == (prefix.."anim ") then
  1570. local Anim = Instance.new("Animation")
  1571. Anim.AnimationId = "rbxassetid://"..(string.sub(msg, 7))
  1572. local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  1573. track:Play(.1, 1, 1)
  1574. end
  1575. if string.sub(msg, 1, 8) == (prefix.."animgui") then
  1576. loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  1577. game:GetService("StarterGui"):SetCore("SendNotification", {
  1578. Title = "Success!";
  1579. Text = "Energize Animations GUI has loaded.";
  1580. })
  1581. end
  1582. if string.sub(msg, 1, 8) == (prefix.."savepos") then
  1583. saved = lplayer.Character.HumanoidRootPart.CFrame
  1584. game:GetService("StarterGui"):SetCore("SendNotification", {
  1585. Title = "Position Saved";
  1586. Text = "Use ;loadpos to return to saved position.";
  1587. })
  1588. end
  1589. if string.sub(msg, 1, 8) == (prefix.."loadpos") then
  1590. lplayer.Character.HumanoidRootPart.CFrame = saved
  1591. end
  1592. if string.sub(msg, 1, 6) == (prefix.."bang ") then
  1593. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1594. local Anim2 = Instance.new("Animation")
  1595. Anim2.AnimationId = "rbxassetid://148840371"
  1596. local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  1597. track2:Play(.1, 1, 1)
  1598. bplrr = v.Name
  1599. banpl = true
  1600. end
  1601. end
  1602. if string.sub(msg, 1, 7) == (prefix.."unbang") then
  1603. banpl = false
  1604. end
  1605. if string.sub(msg, 1, 10) == (prefix.."bringmod ") then
  1606. local function bringmodw()
  1607. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  1608. if obj.Name == (string.sub(msg, 11)) then
  1609. for i,ch in pairs(obj:GetDescendants()) do
  1610. if (ch:IsA("BasePart")) then
  1611. ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  1612. ch.CanCollide = false
  1613. ch.Transparency = 0.7
  1614. wait()
  1615. ch.CFrame = lplayer.Character["Left Leg"].CFrame
  1616. wait()
  1617. ch.CFrame = lplayer.Character["Right Leg"].CFrame
  1618. wait()
  1619. ch.CFrame = lplayer.Character["Head"].CFrame
  1620. end
  1621. end
  1622. end
  1623. end
  1624. end
  1625. while wait() do
  1626. bringmodw()
  1627. end
  1628. game:GetService("StarterGui"):SetCore("SendNotification", {
  1629. Title = "BringMod";
  1630. Text = "BringMod enabled.";
  1631. })
  1632. end
  1633. if string.sub(msg, 1, 8) == (prefix.."respawn") then
  1634. local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  1635. local hum = Instance.new('Humanoid', mod)
  1636. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  1637. lplayer.Character = mod
  1638. end
  1639. if string.sub(msg, 1, 9) == (prefix.."shutdown") then
  1640. game:GetService'RunService'.Stepped:Connect(function()
  1641. pcall(function()
  1642. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  1643. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  1644. for _,x in pairs(v.Character.Head:GetChildren()) do
  1645. if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  1646. end
  1647. end
  1648. end
  1649. end)
  1650. end)
  1651. game:GetService("StarterGui"):SetCore("SendNotification", {
  1652. Title = "Attempting Shutdown";
  1653. Text = "Shutdown Attempt has begun.";
  1654. })
  1655. end
  1656. if string.sub(msg, 1, 8) == (prefix.."delobj ") then
  1657. objtodel = (string.sub(msg, 9))
  1658. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  1659. if v.Name == objtodel then
  1660. v:Destroy()
  1661. end
  1662. end
  1663. end
  1664. if string.sub(msg, 1, 8) == (prefix.."getplrs") then
  1665. for i,v in pairs(game:GetService("Players"):GetPlayers())do
  1666. print(v)
  1667. end
  1668. game:GetService("StarterGui"):SetCore("SendNotification", {
  1669. Title = "Printed";
  1670. Text = "Players have been printed to console. (F9)";
  1671. })
  1672. end
  1673. if string.sub(msg, 1, 9) == (prefix.."deldecal") then
  1674. for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  1675. if (v:IsA("Decal")) then
  1676. v:Destroy()
  1677. end
  1678. end
  1679. end
  1680. if string.sub(msg, 1, 11) == (prefix.."opfinality") then
  1681. loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  1682. game:GetService("StarterGui"):SetCore("SendNotification", {
  1683. Title = "Success!";
  1684. Text = "OpFinality GUI has loaded.";
  1685. })
  1686. end
  1687. if string.sub(msg, 1, 8) == (prefix.."remotes") then
  1688. remotes = true
  1689. added = true
  1690. game.DescendantAdded:connect(function(rmt)
  1691. if added == true then
  1692. if remotes == true then
  1693. if rmt:IsA("RemoteEvent") then
  1694. print("A RemoteEvent was added!")
  1695. print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  1696. print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  1697. end end end
  1698. end)
  1699. game.DescendantAdded:connect(function(rmtfnctn)
  1700. if added == true then
  1701. if remotes == true then
  1702. if rmtfnctn:IsA("RemoteFunction") then
  1703. warn("A RemoteFunction was added!")
  1704. warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  1705. print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  1706. end end end
  1707. end)
  1708.  
  1709. game.DescendantAdded:connect(function(bndfnctn)
  1710. if added == true then
  1711. if binds == true then
  1712. if bndfnctn:IsA("BindableFunction") then
  1713. print("A BindableFunction was added!")
  1714. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  1715. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  1716. end end end
  1717. end)
  1718.  
  1719. game.DescendantAdded:connect(function(bnd)
  1720. if added == true then
  1721. if binds == true then
  1722. if bnd:IsA("BindableEvent") then
  1723. warn("A BindableEvent was added!")
  1724. warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  1725. print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  1726. end end end
  1727. end)
  1728.  
  1729.  
  1730. if binds == true then
  1731. for i,v in pairs(game:GetDescendants()) do
  1732. if v:IsA("BindableFunction") then
  1733. print(" game." .. v:GetFullName() .. " | BindableFunction")
  1734. print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  1735. end end
  1736. for i,v in pairs(game:GetDescendants()) do
  1737. if v:IsA("BindableEvent") then
  1738. warn(" game." .. v:GetFullName() .. " | BindableEvent")
  1739. print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  1740. end end
  1741. else
  1742. print("Off")
  1743. end
  1744. if remotes == true then
  1745. for i,v in pairs(game:GetDescendants()) do
  1746. if v:IsA("RemoteFunction") then
  1747. warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  1748. print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  1749. end end
  1750. wait()
  1751. for i,v in pairs(game:GetDescendants()) do
  1752. if v:IsA("RemoteEvent") then
  1753. print(" game." .. v:GetFullName() .. " | RemoteEvent")
  1754. print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  1755. end end
  1756. else
  1757. print("Off")
  1758. end
  1759. game:GetService("StarterGui"):SetCore("SendNotification", {
  1760. Title = "Printing Remotes";
  1761. Text = "Type ;noremotes to disable.";
  1762. })
  1763. end
  1764. if string.sub(msg, 1, 10) == (prefix.."noremotes") then
  1765. remotes = false
  1766. added = false
  1767. game:GetService("StarterGui"):SetCore("SendNotification", {
  1768. Title = "Printing Remotes Disabled";
  1769. Text = "Type ;remotes to enable.";
  1770. })
  1771. end
  1772. if string.sub(msg, 1, 10) == (prefix.."tpdefault") then
  1773. spin = false
  1774. followed = false
  1775. traill = false
  1776. noclip = false
  1777. annoying = false
  1778. hwalk = false
  1779. cbringing = false
  1780. end
  1781. if string.sub(msg, 1, 8) == (prefix.."stopsit") then
  1782. stopsitting = true
  1783. end
  1784. if string.sub(msg, 1, 6) == (prefix.."gosit") then
  1785. stopsitting = false
  1786. end
  1787. if string.sub(msg, 1, 8) == (prefix.."version") then
  1788. print(adminversion)
  1789. game:GetService("StarterGui"):SetCore("SendNotification", {
  1790. Title = "Version";
  1791. Text = adminversion;
  1792. })
  1793. end
  1794. if string.sub(msg, 1, 8) == (prefix.."clicktp") then
  1795. clickgoto = true
  1796. game:GetService("StarterGui"):SetCore("SendNotification", {
  1797. Title = "Click TP";
  1798. Text = "Press E to teleport to mouse position, ;noclicktp to stop";
  1799. })
  1800. end
  1801. if string.sub(msg, 1, 9) == (prefix.."clickdel") then
  1802. clickdel = true
  1803. game:GetService("StarterGui"):SetCore("SendNotification", {
  1804. Title = "Click Delete";
  1805. Text = "Press E to delete part at mouse, ;noclickdel to stop";
  1806. })
  1807. end
  1808. if string.sub(msg, 1, 11) == (prefix.."noclickdel") then
  1809. clickdel = false
  1810. game:GetService("StarterGui"):SetCore("SendNotification", {
  1811. Title = "Click Delete";
  1812. Text = "Click delete has been disabled.";
  1813. })
  1814. end
  1815. if string.sub(msg, 1, 10) == (prefix.."noclicktp") then
  1816. clickgoto = false
  1817. game:GetService("StarterGui"):SetCore("SendNotification", {
  1818. Title = "Click TP";
  1819. Text = "Click TP has been disabled.";
  1820. })
  1821. end
  1822. if string.sub(msg, 1, 8) == (prefix.."toolson") then
  1823. gettingtools = true
  1824. game:GetService("StarterGui"):SetCore("SendNotification", {
  1825. Title = "Tools Enabled";
  1826. Text = "Automatically colleting tools dropped.";
  1827. })
  1828. end
  1829. if string.sub(msg, 1, 9) == (prefix.."toolsoff") then
  1830. gettingtools = false
  1831. game:GetService("StarterGui"):SetCore("SendNotification", {
  1832. Title = "Tools Disabled";
  1833. Text = "Click TP has been disabled.";
  1834. })
  1835. end
  1836. if string.sub(msg, 1, 10) == (prefix.."delcmdbar") then
  1837. ScreenGui:Destroy()
  1838. end
  1839. if string.sub(msg, 1, 6) == (prefix.."reset") then
  1840. lplayer.Character.Head:Destroy()
  1841. end
  1842. if string.sub(msg, 1, 7) == (prefix.."state ") then
  1843. statechosen = string.sub(msg, 8)
  1844. changingstate = true
  1845. end
  1846. if string.sub(msg, 1, 9) == (prefix.."gravity ") then
  1847. game:GetService("Workspace").Gravity = string.sub(msg, 10)
  1848. end
  1849. if string.sub(msg, 1, 10) == (prefix.."looprhats") then
  1850. removingmeshhats = true
  1851. end
  1852. if string.sub(msg, 1, 12) == (prefix.."unlooprhats") then
  1853. removingmeshhats = false
  1854. end
  1855. if string.sub(msg, 1, 10) == (prefix.."looprtool") then
  1856. removingmeshtool = true
  1857. end
  1858. if string.sub(msg, 1, 12) == (prefix.."unlooprtool") then
  1859. removingmeshtool = false
  1860. end
  1861. if string.sub(msg, 1, 10) == (prefix.."givetool ") then
  1862. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  1863. if v:IsA("Tool") then
  1864. for i,player in pairs(GetPlayer(string.sub(msg, 11))) do
  1865. v.Parent = player.Character
  1866. end
  1867. end
  1868. end
  1869. end
  1870. if string.sub(msg, 1, 14) == (prefix.."givealltools ") then
  1871. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  1872. if v:IsA("Tool") then
  1873. v.Parent = lplayer.Character
  1874. wait()
  1875. for i,player in pairs(GetPlayer(string.sub(msg, 15))) do
  1876. v.Parent = player.Character
  1877. end
  1878. end
  1879. end
  1880. end
  1881. if string.sub(msg, 1, 5) == (prefix.."age ") then
  1882. for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  1883. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  1884. end
  1885. end
  1886. if string.sub(msg, 1, 4) == (prefix.."id ") then
  1887. for i,player in pairs(GetPlayer(string.sub(msg, 5))) do
  1888. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  1889. end
  1890. end
  1891. if string.sub(msg, 1, 6) == (prefix..".age ") then
  1892. for i,player in pairs(GetPlayer(string.sub(msg, 7))) do
  1893. game:GetService("StarterGui"):SetCore("SendNotification", {
  1894. Title = player.AccountAge.." Days";
  1895. Text = "Account age of "..player.Name;
  1896. })
  1897. end
  1898. end
  1899. if string.sub(msg, 1, 5) == (prefix..".id ") then
  1900. for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  1901. game:GetService("StarterGui"):SetCore("SendNotification", {
  1902. Title = player.UserId.." ID";
  1903. Text = "Account ID of "..player.Name;
  1904. })
  1905. end
  1906. end
  1907. if string.sub(msg, 1, 7) == (prefix.."gameid") then
  1908. game:GetService("StarterGui"):SetCore("SendNotification", {
  1909. Title = "Game ID";
  1910. Text = "Game ID: ".. game.GameId;
  1911. })
  1912. end
  1913. if string.sub(msg, 1, 4) == (prefix.."pgs") then
  1914. local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  1915. if pgscheck == true then
  1916. game:GetService("StarterGui"):SetCore("SendNotification", {
  1917. Title = "PGSPhysicsSolverEnabled";
  1918. Text = "PGS is Enabled!";
  1919. })
  1920. else
  1921. game:GetService("StarterGui"):SetCore("SendNotification", {
  1922. Title = "PGSPhysicsSolverEnabled";
  1923. Text = "PGS is Disabled!";
  1924. })
  1925. end
  1926. end
  1927. if string.sub(msg, 1, 12) == (prefix.."removeinvis") then
  1928. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  1929. if v:IsA("Part") then
  1930. if v.Transparency == 1 then
  1931. if v.Name ~= "HumanoidRootPart" then
  1932. v:Destroy()
  1933. end
  1934. end
  1935. end
  1936. end
  1937. end
  1938. if string.sub(msg, 1, 10) == (prefix.."removefog") then
  1939. game:GetService("Lighting").FogStart = 0
  1940. game:GetService("Lighting").FogEnd = 9999999999999
  1941. end
  1942. if string.sub(msg, 1, 8) == (prefix.."disable") then
  1943. lplayer.Character.Humanoid.Parent = lplayer
  1944. end
  1945. if string.sub(msg, 1, 7) == (prefix.."enable") then
  1946. lplayer.Humanoid.Parent = lplayer.Character
  1947. end
  1948. if string.sub(msg, 1, 8) == (prefix.."prefix ") then
  1949. prefix = (string.sub(msg, 9, 9))
  1950. wait(0.1)
  1951. change()
  1952. wait(0.1)
  1953. game:GetService("StarterGui"):SetCore("SendNotification", {
  1954. Title = "Prefix changed!";
  1955. Text = "Prefix is now "..prefix..". Use ;resetprefix to reset to ;";
  1956. })
  1957. end
  1958. if string.sub(msg, 1, 12) == (";resetprefix") then
  1959. prefix = ";"
  1960. wait(0.1)
  1961. change()
  1962. wait(0.1)
  1963. game:GetService("StarterGui"):SetCore("SendNotification", {
  1964. Title = "Prefix changed!";
  1965. Text = "Prefix is now "..prefix..". Make sure it's one key!";
  1966. })
  1967. end
  1968. if string.sub(msg, 1, 10) == (prefix.."flyspeed ") then
  1969. speedfly = string.sub(msg, 11)
  1970. wait()
  1971. change()
  1972. end
  1973. if string.sub(msg, 1, 8) == (prefix.."carpet ") then
  1974. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1975. local Anim3 = Instance.new("Animation")
  1976. Anim3.AnimationId = "rbxassetid://282574440"
  1977. local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  1978. track3:Play(.1, 1, 1)
  1979. bplrr = v.Name
  1980. banpl = true
  1981. end
  1982. end
  1983. if string.sub(msg, 1, 9) == (prefix.."uncarpet") then
  1984. banpl = false
  1985. end
  1986. if string.sub(msg, 1, 7) == (prefix.."stare ") then
  1987. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  1988. staring = true
  1989. stareplr = v
  1990. end
  1991. end
  1992. if string.sub(msg, 1, 8) == (prefix.."unstare") then
  1993. staring = false
  1994. end
  1995. if string.sub(msg, 1, 8) == (prefix.."logchat") then
  1996. chatlogs = true
  1997. game:GetService("StarterGui"):SetCore("SendNotification", {
  1998. Title = "LogChat enabled";
  1999. Text = "Now logging all player chat.";
  2000. })
  2001. end
  2002. if string.sub(msg, 1, 10) == (prefix.."unlogchat") then
  2003. chatlogs = false
  2004. game:GetService("StarterGui"):SetCore("SendNotification", {
  2005. Title = "LogChat disabled";
  2006. Text = "Stopped logging all player chat.";
  2007. })
  2008. end
  2009. if string.sub(msg, 1, 7) == (prefix.."fixcam") then
  2010. game:GetService("Workspace").CurrentCamera:Destroy()
  2011. wait(0.1)
  2012. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  2013. game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  2014. lplayer.CameraMinZoomDistance = 0.5
  2015. lplayer.CameraMaxZoomDistance = 400
  2016. lplayer.CameraMode = "Classic"
  2017. end
  2018. if string.sub(msg, 1, 8) == (prefix.."unstate") then
  2019. changingstate = false
  2020. end
  2021. end)
  2022.  
  2023. local function tp()
  2024. for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  2025. if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  2026. if player.Name == brplr then
  2027. player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 2
  2028. end
  2029. end
  2030. end
  2031. end
  2032. local function tpall()
  2033. for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  2034. if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  2035. player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 3
  2036. end
  2037. end
  2038. end
  2039. spawn(function()
  2040. while wait(spamdelay) do
  2041. if spamming == true then
  2042. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(spamtext, "All")
  2043. end
  2044. end
  2045. end)
  2046. spawn(function()
  2047. while wait(spamdelay) do
  2048. if spammingpm == true then
  2049. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/w "..pmspammed.." @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", "All")
  2050. end
  2051. end
  2052. end)
  2053. spawn(function()
  2054. while wait() do
  2055. if cbring == true then
  2056. tp()
  2057. end
  2058. end
  2059. end)
  2060. spawn(function()
  2061. while wait() do
  2062. if cbringall == true then
  2063. tpall()
  2064. end
  2065. end
  2066. end)
  2067.  
  2068. Mouse.KeyDown:connect(function(Key)
  2069. if Key == prefix then
  2070. CMDBAR:CaptureFocus()
  2071. end
  2072. end)
  2073.  
  2074. CMDBAR.FocusLost:connect(function(enterPressed)
  2075. if enterPressed then
  2076. if string.sub(CMDBAR.Text, 1, 5) == ("kill ") then
  2077. if string.sub(CMDBAR.Text, 6) == "me" then
  2078. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  2079. else
  2080. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6)))do
  2081. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2082. lplayer.Character.Humanoid.Name = 1
  2083. local l = lplayer.Character["1"]:Clone()
  2084. l.Parent = lplayer.Character
  2085. l.Name = "Humanoid"
  2086. wait(0.1)
  2087. lplayer.Character["1"]:Destroy()
  2088. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2089. lplayer.Character.Animate.Disabled = true
  2090. wait(0.1)
  2091. lplayer.Character.Animate.Disabled = false
  2092. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2093. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2094. lplayer.Character.Humanoid:EquipTool(v)
  2095. end
  2096. local function tp(player,player2)
  2097. local char1,char2=player.Character,player2.Character
  2098. if char1 and char2 then
  2099. char1:MoveTo(char2.Head.Position)
  2100. end
  2101. end
  2102. wait(0.1)
  2103. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2104. wait(0.2)
  2105. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2106. wait(0.5)
  2107. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  2108. wait(0.7)
  2109. tp(lplayer,game:GetService("Players")[v.Name])
  2110. wait(0.7)
  2111. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2112. game:GetService("StarterGui"):SetCore("SendNotification", {
  2113. Title = "Tools needed!";
  2114. Text = "You need a tool in your backpack for this command!";
  2115. })
  2116. end
  2117. end
  2118. end
  2119. if string.sub(CMDBAR.Text, 1, 6) == ("bring ") then
  2120. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  2121. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2122. lplayer.Character.Humanoid.Name = 1
  2123. local l = lplayer.Character["1"]:Clone()
  2124. l.Parent = lplayer.Character
  2125. l.Name = "Humanoid"
  2126. wait(0.1)
  2127. lplayer.Character["1"]:Destroy()
  2128. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2129. lplayer.Character.Animate.Disabled = true
  2130. wait(0.1)
  2131. lplayer.Character.Animate.Disabled = false
  2132. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2133. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2134. lplayer.Character.Humanoid:EquipTool(v)
  2135. end
  2136. local function tp(player,player2)
  2137. local char1,char2=player.Character,player2.Character
  2138. if char1 and char2 then
  2139. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  2140. end
  2141. end
  2142. local function getout(player,player2)
  2143. local char1,char2=player.Character,player2.Character
  2144. if char1 and char2 then
  2145. char1:MoveTo(char2.Head.Position)
  2146. end
  2147. end
  2148. tp(game:GetService("Players")[v.Name], lplayer)
  2149. wait(0.2)
  2150. tp(game:GetService("Players")[v.Name], lplayer)
  2151. wait(0.5)
  2152. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2153. wait(0.5)
  2154. getout(lplayer, game:GetService("Players")[v.Name])
  2155. wait(0.3)
  2156. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2157. game:GetService("StarterGui"):SetCore("SendNotification", {
  2158. Title = "Tools needed!";
  2159. Text = "You need a tool in your backpack for this command!";
  2160. })
  2161. end
  2162. end
  2163. if string.sub(CMDBAR.Text, 1, 5) == ("spin ") then
  2164. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2165. lplayer.Character.Humanoid.Name = 1
  2166. local l = lplayer.Character["1"]:Clone()
  2167. l.Parent = lplayer.Character
  2168. l.Name = "Humanoid"
  2169. wait(0.1)
  2170. lplayer.Character["1"]:Destroy()
  2171. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2172. lplayer.Character.Animate.Disabled = true
  2173. wait(0.1)
  2174. lplayer.Character.Animate.Disabled = false
  2175. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2176. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2177. lplayer.Character.Humanoid:EquipTool(v)
  2178. end
  2179. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2180. spinplr = v
  2181. wait(0.5)
  2182. spin = true
  2183. game:GetService("StarterGui"):SetCore("SendNotification", {
  2184. Title = "Tools needed!";
  2185. Text = "You need a tool in your backpack for this command!";
  2186. })
  2187. end
  2188. end
  2189. if string.sub(CMDBAR.Text, 1, 6) == ("unspin") then
  2190. spin = false
  2191. end
  2192. if string.sub(CMDBAR.Text, 1, 7) == ("attach ") then
  2193. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2194. lplayer.Character.Humanoid.Name = 1
  2195. local l = lplayer.Character["1"]:Clone()
  2196. l.Parent = lplayer.Character
  2197. l.Name = "Humanoid"
  2198. wait(0.1)
  2199. lplayer.Character["1"]:Destroy()
  2200. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2201. lplayer.Character.Animate.Disabled = true
  2202. wait(0.1)
  2203. lplayer.Character.Animate.Disabled = false
  2204. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2205. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2206. lplayer.Character.Humanoid:EquipTool(v)
  2207. end
  2208. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2209. wait(0.3)
  2210. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2211. attplr = v
  2212. game:GetService("StarterGui"):SetCore("SendNotification", {
  2213. Title = "Tools needed!";
  2214. Text = "You need a tool in your backpack for this command!";
  2215. })
  2216. end
  2217. end
  2218. if string.sub(CMDBAR.Text, 1, 9) == ("unattach ") then
  2219. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  2220. local function getout(player,player2)
  2221. local char1,char2=player.Character,player2.Character
  2222. if char1 and char2 then
  2223. char1:MoveTo(char2.Head.Position)
  2224. end
  2225. end
  2226. getout(lplayer, game:GetService("Players")[v.Name])
  2227. end
  2228. end
  2229. if string.sub(CMDBAR.Text, 1, 7) == ("follow ") then
  2230. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2231. followed = true
  2232. flwplr = v
  2233. end
  2234. end
  2235. if string.sub(CMDBAR.Text, 1, 8) == ("unfollow") then
  2236. followed = false
  2237. end
  2238. if string.sub(CMDBAR.Text, 1, 9) == ("freefall ") then
  2239. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  2240. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2241. lplayer.Character.Humanoid.Name = 1
  2242. local l = lplayer.Character["1"]:Clone()
  2243. l.Parent = lplayer.Character
  2244. l.Name = "Humanoid"
  2245. wait(0.1)
  2246. lplayer.Character["1"]:Destroy()
  2247. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2248. lplayer.Character.Animate.Disabled = true
  2249. wait(0.1)
  2250. lplayer.Character.Animate.Disabled = false
  2251. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2252. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2253. lplayer.Character.Humanoid:EquipTool(v)
  2254. end
  2255. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2256. wait(0.2)
  2257. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2258. wait(0.6)
  2259. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2260. wait(0.6)
  2261. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  2262. game:GetService("StarterGui"):SetCore("SendNotification", {
  2263. Title = "Tools needed!";
  2264. Text = "You need a tool in your backpack for this command!";
  2265. })
  2266. end
  2267. end
  2268. if string.sub(CMDBAR.Text, 1, 6) == ("trail ") then
  2269. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2270. traill = true
  2271. trlplr = v
  2272. end
  2273. end
  2274. if string.sub(CMDBAR.Text, 1, 7) == ("untrail") then
  2275. traill = false
  2276. end
  2277. if string.sub(CMDBAR.Text, 1, 6) == ("orbit ") then
  2278. if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  2279. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2280. else
  2281. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2282. local o = Instance.new("RocketPropulsion")
  2283. o.Parent = lplayer.Character.HumanoidRootPart
  2284. o.Name = "Orbit"
  2285. o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  2286. o:Fire()
  2287. noclip = true
  2288. end
  2289. end
  2290. end
  2291. if string.sub(CMDBAR.Text, 1, 7) == ("unorbit") then
  2292. lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  2293. noclip = false
  2294. end
  2295. if string.sub(CMDBAR.Text, 1, 6) == ("fling ") then
  2296. if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  2297. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2298. else
  2299. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2300. local y = Instance.new("RocketPropulsion")
  2301. y.Parent = lplayer.Character.HumanoidRootPart
  2302. y.CartoonFactor = 1
  2303. y.MaxThrust = 800000
  2304. y.MaxSpeed = 1000
  2305. y.ThrustP = 200000
  2306. y.Name = "Fling"
  2307. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  2308. y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  2309. y:Fire()
  2310. noclip = true
  2311. end
  2312. end
  2313. end
  2314. if string.sub(CMDBAR.Text, 1, 7) == ("unfling") then
  2315. noclip = false
  2316. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  2317. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  2318. wait(0.4)
  2319. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  2320. end
  2321. if string.sub(CMDBAR.Text, 1, 7) == ("fecheck") then
  2322. if game:GetService("Workspace").FilteringEnabled == true then
  2323. warn("FE is Enabled (Filtering Enabled)")
  2324. game:GetService("StarterGui"):SetCore("SendNotification", {
  2325. Title = "FE is Enabled";
  2326. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  2327. })
  2328. else
  2329. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  2330. game:GetService("StarterGui"):SetCore("SendNotification", {
  2331. Title = "FE is Disabled";
  2332. Text = "Filtering Disabled. Consider using a different admin script.";
  2333. })
  2334. end
  2335. end
  2336. if string.sub(CMDBAR.Text, 1, 5) == ("void ") then
  2337. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2338. lplayer.Character.Humanoid.Name = 1
  2339. local l = lplayer.Character["1"]:Clone()
  2340. l.Parent = lplayer.Character
  2341. l.Name = "Humanoid"
  2342. wait(0.1)
  2343. lplayer.Character["1"]:Destroy()
  2344. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2345. lplayer.Character.Animate.Disabled = true
  2346. wait(0.1)
  2347. lplayer.Character.Animate.Disabled = false
  2348. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2349. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2350. lplayer.Character.Humanoid:EquipTool(v)
  2351. end
  2352. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2353. wait(0.2)
  2354. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2355. wait(0.6)
  2356. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  2357. game:GetService("StarterGui"):SetCore("SendNotification", {
  2358. Title = "Tools needed!";
  2359. Text = "You need a tool in your backpack for this command!";
  2360. })
  2361. end
  2362. end
  2363. if string.sub(CMDBAR.Text, 1, 6) == ("noclip") then
  2364. noclip = true
  2365. game:GetService("StarterGui"):SetCore("SendNotification", {
  2366. Title = "Noclip enabled";
  2367. Text = "Type ;clip to disable";
  2368. })
  2369. end
  2370. if string.sub(CMDBAR.Text, 1, 4) == ("clip") then
  2371. noclip = false
  2372. game:GetService("StarterGui"):SetCore("SendNotification", {
  2373. Title = "Noclip disabled";
  2374. Text = "Type ;noclip to enable";
  2375. })
  2376. end
  2377. if string.sub(CMDBAR.Text, 1, 6) == ("speed ") then
  2378. lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 7))
  2379. end
  2380. if string.sub(CMDBAR.Text, 1, 3) == ("ws ") then
  2381. lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 4))
  2382. end
  2383. if string.sub(CMDBAR.Text, 1, 10) == ("hipheight ") then
  2384. lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 11))
  2385. end
  2386. if string.sub(CMDBAR.Text, 1, 3) == ("hh ") then
  2387. lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 4))
  2388. end
  2389. if string.sub(CMDBAR.Text, 1, 10) == ("jumppower ") then
  2390. lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 11))
  2391. end
  2392. if string.sub(CMDBAR.Text, 1, 3) == ("jp ") then
  2393. lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 4))
  2394. end
  2395. if string.sub(CMDBAR.Text, 1, 7) == ("default") then
  2396. lplayer.Character.Humanoid.JumpPower = 50
  2397. lplayer.Character.Humanoid.WalkSpeed = 16
  2398. lplayer.Character.Humanoid.HipHeight = 0
  2399. end
  2400. if string.sub(CMDBAR.Text, 1, 6) == ("annoy ") then
  2401. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2402. annoying = true
  2403. annplr = v
  2404. end
  2405. end
  2406. if string.sub(CMDBAR.Text, 1, 7) == ("unannoy") then
  2407. annoying = false
  2408. end
  2409. if string.sub(CMDBAR.Text, 1, 9) == ("headwalk ") then
  2410. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  2411. hwalk = true
  2412. hdwplr = v
  2413. end
  2414. end
  2415. if string.sub(CMDBAR.Text, 1, 10) == ("unheadwalk") then
  2416. hwalk = false
  2417. end
  2418. if string.sub(CMDBAR.Text, 1, 7) == ("nolimbs") then
  2419. lplayer.Character["Left Leg"]:Destroy()
  2420. lplayer.Character["Left Arm"]:Destroy()
  2421. lplayer.Character["Right Leg"]:Destroy()
  2422. lplayer.Character["Right Arm"]:Destroy()
  2423. end
  2424. if string.sub(CMDBAR.Text, 1, 3) == ("god") then
  2425. lplayer.Character.Humanoid.Name = 1
  2426. local l = lplayer.Character["1"]:Clone()
  2427. l.Parent = lplayer.Character
  2428. l.Name = "Humanoid"
  2429. wait(0.1)
  2430. lplayer.Character["1"]:Destroy()
  2431. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2432. lplayer.Character.Animate.Disabled = true
  2433. wait(0.1)
  2434. lplayer.Character.Animate.Disabled = false
  2435. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2436. game:GetService("StarterGui"):SetCore("SendNotification", {
  2437. Title = "FE Godmode enabled";
  2438. Text = "Use ;grespawn or ;respawn to remove.";
  2439. })
  2440. end
  2441. if string.sub(CMDBAR.Text, 1, 8) == ("drophats") then
  2442. for i,v in pairs(lplayer.Character:GetChildren()) do
  2443. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2444. v.Parent = workspace
  2445. end
  2446. end
  2447. end
  2448. if string.sub(CMDBAR.Text, 1, 8) == ("droptool") then
  2449. for i,v in pairs(lplayer.Character:GetChildren()) do
  2450. if (v:IsA("Tool")) then
  2451. v.Parent = workspace
  2452. end
  2453. end
  2454. end
  2455. if string.sub(CMDBAR.Text, 1, 9) == ("loopdhats") then
  2456. droppinghats = true
  2457. game:GetService("StarterGui"):SetCore("SendNotification", {
  2458. Title = "Loop Drop Enabled";
  2459. Text = "Type ;unloopdhats to disable";
  2460. })
  2461. end
  2462. if string.sub(CMDBAR.Text, 1, 11) == ("unloopdhats") then
  2463. droppinghats = false
  2464. game:GetService("StarterGui"):SetCore("SendNotification", {
  2465. Title = "Loop Drop Disabled";
  2466. Text = "Type ;loopdhats to enable.";
  2467. })
  2468. end
  2469. if string.sub(CMDBAR.Text, 1, 9) == ("loopdtool") then
  2470. droppingtools = true
  2471. game:GetService("StarterGui"):SetCore("SendNotification", {
  2472. Title = "Loop Drop Enabled";
  2473. Text = "Type ;unloopdtool to disable";
  2474. })
  2475. end
  2476. if string.sub(CMDBAR.Text, 1, 11) == ("unloopdtool") then
  2477. droppingtools = false
  2478. game:GetService("StarterGui"):SetCore("SendNotification", {
  2479. Title = "Loop Drop Disabled";
  2480. Text = "Type ;loopdtool to enable.";
  2481. })
  2482. end
  2483. if string.sub(CMDBAR.Text, 1, 9) == ("invisible") then -- Credit to Timeless
  2484. Local = game:GetService('Players').LocalPlayer
  2485. Char = Local.Character
  2486. touched,tpdback = false, false
  2487. box = Instance.new('Part',workspace)
  2488. box.Anchored = true
  2489. box.CanCollide = true
  2490. box.Size = Vector3.new(10,1,10)
  2491. box.Position = Vector3.new(0,10000,0)
  2492. box.Touched:connect(function(part)
  2493. if (part.Parent.Name == Local.Name) then
  2494. if touched == false then
  2495. touched = true
  2496. function apply()
  2497. if script.Disabled ~= true then
  2498. no = Char.HumanoidRootPart:Clone()
  2499. wait(.25)
  2500. Char.HumanoidRootPart:Destroy()
  2501. no.Parent = Char
  2502. Char:MoveTo(loc)
  2503. touched = false
  2504. end end
  2505. if Char then
  2506. apply()
  2507. end
  2508. end
  2509. end
  2510. end)
  2511. repeat wait() until Char
  2512. loc = Char.HumanoidRootPart.Position
  2513. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  2514. game:GetService("StarterGui"):SetCore("SendNotification", {
  2515. Title = "Invisibility enabled!";
  2516. Text = "Reset or use ;respawn to remove.";
  2517. })
  2518. end
  2519. if string.sub(CMDBAR.Text, 1, 5) == ("view ") then
  2520. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2521. if game:GetService("Players")[v.Name].Character.Humanoid then
  2522. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  2523. else
  2524. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  2525. end
  2526. end
  2527. end
  2528. if string.sub(CMDBAR.Text, 1, 6) == ("unview") then
  2529. if lplayer.Character.Humanoid then
  2530. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  2531. else
  2532. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  2533. end
  2534. end
  2535. if string.sub(CMDBAR.Text, 1, 5) == ("goto ") then
  2536. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2537. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2538. end
  2539. end
  2540. if string.sub(CMDBAR.Text, 1, 3) == ("fly") then
  2541. repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  2542. repeat wait() until Mouse
  2543.  
  2544. local T = lplayer.Character.HumanoidRootPart
  2545. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  2546. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  2547. local SPEED = speedget
  2548.  
  2549. local function fly()
  2550. flying = true
  2551. local BG = Instance.new('BodyGyro', T)
  2552. local BV = Instance.new('BodyVelocity', T)
  2553. BG.P = 9e4
  2554. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  2555. BG.cframe = T.CFrame
  2556. BV.velocity = Vector3.new(0, 0.1, 0)
  2557. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  2558. spawn(function()
  2559. repeat wait()
  2560. lplayer.Character.Humanoid.PlatformStand = true
  2561. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  2562. SPEED = 50
  2563. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  2564. SPEED = 0
  2565. end
  2566. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  2567. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  2568. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  2569. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  2570. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  2571. else
  2572. BV.velocity = Vector3.new(0, 0.1, 0)
  2573. end
  2574. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  2575. until not flying
  2576. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  2577. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  2578. SPEED = 0
  2579. BG:destroy()
  2580. BV:destroy()
  2581. lplayer.Character.Humanoid.PlatformStand = false
  2582. end)
  2583. end
  2584. Mouse.KeyDown:connect(function(KEY)
  2585. if KEY:lower() == 'w' then
  2586. CONTROL.F = speedfly
  2587. elseif KEY:lower() == 's' then
  2588. CONTROL.B = -speedfly
  2589. elseif KEY:lower() == 'a' then
  2590. CONTROL.L = -speedfly
  2591. elseif KEY:lower() == 'd' then
  2592. CONTROL.R = speedfly
  2593. end
  2594. end)
  2595. Mouse.KeyUp:connect(function(KEY)
  2596. if KEY:lower() == 'w' then
  2597. CONTROL.F = 0
  2598. elseif KEY:lower() == 's' then
  2599. CONTROL.B = 0
  2600. elseif KEY:lower() == 'a' then
  2601. CONTROL.L = 0
  2602. elseif KEY:lower() == 'd' then
  2603. CONTROL.R = 0
  2604. end
  2605. end)
  2606. fly()
  2607. end
  2608. if string.sub(CMDBAR.Text, 1, 5) == ("unfly") then
  2609. flying = false
  2610. lplayer.Character.Humanoid.PlatformStand = false
  2611. end
  2612. if string.sub(CMDBAR.Text, 1, 5) == ("chat ") then
  2613. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(CMDBAR.Text, 6)), "All")
  2614. end
  2615. if string.sub(CMDBAR.Text, 1, 5) == ("spam ") then
  2616. spamtext = (string.sub(CMDBAR.Text, 6))
  2617. spamming = true
  2618. end
  2619. if string.sub(CMDBAR.Text, 1, 6) == ("unspam") then
  2620. spamming = false
  2621. end
  2622. if string.sub(CMDBAR.Text, 1, 9) == ("spamwait ") then
  2623. spamdelay = (string.sub(CMDBAR.Text, 10))
  2624. end
  2625. if string.sub(CMDBAR.Text, 1, 7) == ("pmspam ") then
  2626. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2627. pmspammed = v.Name
  2628. spammingpm = true
  2629. end
  2630. end
  2631. if string.sub(CMDBAR.Text, 1, 8) == ("unpmspam") then
  2632. spammingpm = false
  2633. end
  2634. if string.sub(CMDBAR.Text, 1, 8) == ("cfreeze ") then
  2635. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 9))) do
  2636. v.Character["Left Leg"].Anchored = true
  2637. v.Character["Left Arm"].Anchored = true
  2638. v.Character["Right Leg"].Anchored = true
  2639. v.Character["Right Arm"].Anchored = true
  2640. v.Character.Torso.Anchored = true
  2641. v.Character.Head.Anchored = true
  2642. end
  2643. end
  2644. if string.sub(CMDBAR.Text, 1, 10) == ("uncfreeze ") then
  2645. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 11))) do
  2646. v.Character["Left Leg"].Anchored = false
  2647. v.Character["Left Arm"].Anchored = false
  2648. v.Character["Right Leg"].Anchored = false
  2649. v.Character["Right Arm"].Anchored = false
  2650. v.Character.Torso.Anchored = false
  2651. v.Character.Head.Anchored = false
  2652. end
  2653. end
  2654. if string.sub(CMDBAR.Text, 1, 8) == ("unlockws") then
  2655. local a = game:GetService("Workspace"):getChildren()
  2656. for i = 1, #a do
  2657. if a[i].className == "Part" then
  2658. a[i].Locked = false
  2659. elseif a[i].className == "Model" then
  2660. local r = a[i]:getChildren()
  2661. for i = 1, #r do
  2662. if r[i].className == "Part" then
  2663. r[i].Locked = false
  2664. end
  2665. end
  2666. end
  2667. end
  2668. game:GetService("StarterGui"):SetCore("SendNotification", {
  2669. Title = "Success!";
  2670. Text = "Workspace unlocked. Use ;lockws to lock.";
  2671. })
  2672. end
  2673. if string.sub(CMDBAR.Text, 1, 6) == ("lockws") then
  2674. local a = game:GetService("Workspace"):getChildren()
  2675. for i = 1, #a do
  2676. if a[i].className == "Part" then
  2677. a[i].Locked = true
  2678. elseif a[i].className == "Model" then
  2679. local r = a[i]:getChildren()
  2680. for i = 1, #r do
  2681. if r[i].className == "Part" then
  2682. r[i].Locked = true
  2683. end
  2684. end
  2685. end
  2686. end
  2687. end
  2688. if string.sub(CMDBAR.Text, 1, 6) == ("btools") then
  2689. local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  2690. Clone_T.BinType = "Clone"
  2691. local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  2692. Destruct.BinType = "Hammer"
  2693. local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  2694. Hold_T.BinType = "Grab"
  2695. end
  2696. if string.sub(CMDBAR.Text, 1, 6) == ("pstand") then
  2697. lplayer.Character.Humanoid.PlatformStand = true
  2698. end
  2699. if string.sub(CMDBAR.Text, 1, 8) == ("unpstand") then
  2700. lplayer.Character.Humanoid.PlatformStand = false
  2701. end
  2702. if string.sub(CMDBAR.Text, 1, 9) == ("blockhead") then
  2703. lplayer.Character.Head.Mesh:Destroy()
  2704. end
  2705. if string.sub(CMDBAR.Text, 1, 3) == ("sit") then
  2706. lplayer.Character.Humanoid.Sit = true
  2707. end
  2708. if string.sub(CMDBAR.Text, 1, 9) == ("bringobj ") then
  2709. local function bringobjw()
  2710. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  2711. if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  2712. obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2713. obj.CanCollide = false
  2714. obj.Transparency = 0.7
  2715. wait()
  2716. obj.CFrame = lplayer.Character["Left Leg"].CFrame
  2717. wait()
  2718. obj.CFrame = lplayer.Character["Right Leg"].CFrame
  2719. wait()
  2720. obj.CFrame = lplayer.Character["Head"].CFrame
  2721. end
  2722. end
  2723. end
  2724. while wait() do
  2725. bringobjw()
  2726. end
  2727. game:GetService("StarterGui"):SetCore("SendNotification", {
  2728. Title = "BringObj";
  2729. Text = "BringObj enabled.";
  2730. })
  2731. end
  2732. if string.sub(CMDBAR.Text, 1, 6) == ("wsvis ") then
  2733. vis = (string.sub(CMDBAR.Text, 7))
  2734. local a = game:GetService("Workspace"):GetDescendants()
  2735. for i = 1, #a do
  2736. if a[i].className == "Part" then
  2737. a[i].Transparency = vis
  2738. elseif a[i].className == "Model" then
  2739. local r = a[i]:getChildren()
  2740. for i = 1, #r do
  2741. if r[i].className == "Part" then
  2742. r[i].Transparency = vis
  2743. end
  2744. end
  2745. end
  2746. end
  2747. end
  2748. if string.sub(CMDBAR.Text, 1, 10) == ("hypertotal") then
  2749. loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  2750. game:GetService("StarterGui"):SetCore("SendNotification", {
  2751. Title = "Success!";
  2752. Text = "HyperTotal GUI Loaded!";
  2753. })
  2754. end
  2755. if string.sub(CMDBAR.Text, 1, 4) == ("cmds") then
  2756. CMDSFRAME.Visible = true
  2757. end
  2758. if string.sub(CMDBAR.Text, 1, 9) == ("rmeshhats") then
  2759. for i,v in pairs(lplayer.Character:GetChildren()) do
  2760. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2761. v.Handle.Mesh:Destroy()
  2762. end
  2763. end
  2764. end
  2765. if string.sub(CMDBAR.Text, 1, 9) == ("blockhats") then
  2766. for i,v in pairs(lplayer.Character:GetChildren()) do
  2767. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2768. v.Handle.Mesh:Destroy()
  2769. end
  2770. end
  2771. end
  2772. if string.sub(CMDBAR.Text, 1, 9) == ("rmeshtool") then
  2773. for i,v in pairs(lplayer.Character:GetChildren()) do
  2774. if (v:IsA("Tool")) then
  2775. v.Handle.Mesh:Destroy()
  2776. end
  2777. end
  2778. end
  2779. if string.sub(CMDBAR.Text, 1, 9) == ("blocktool") then
  2780. for i,v in pairs(lplayer.Character:GetChildren()) do
  2781. if (v:IsA("Tool")) then
  2782. v.Handle.Mesh:Destroy()
  2783. end
  2784. end
  2785. end
  2786. if string.sub(CMDBAR.Text, 1, 7) == ("spinner") then
  2787. local p = Instance.new("RocketPropulsion")
  2788. p.Parent = lplayer.Character.HumanoidRootPart
  2789. p.Name = "Spinner"
  2790. p.Target = lplayer.Character["Left Arm"]
  2791. p:Fire()
  2792. game:GetService("StarterGui"):SetCore("SendNotification", {
  2793. Title = "Spinner enabled";
  2794. Text = "Type ;nospinner to disable.";
  2795. })
  2796. end
  2797. if string.sub(CMDBAR.Text, 1, 9) == ("nospinner") then
  2798. lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  2799. end
  2800. if string.sub(CMDBAR.Text, 1, 6) == ("reachd") then
  2801. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  2802. if v:isA("Tool") then
  2803. local a = Instance.new("SelectionBox",v.Handle)
  2804. a.Adornee = v.Handle
  2805. v.Handle.Size = Vector3.new(0.5,0.5,60)
  2806. v.GripPos = Vector3.new(0,0,0)
  2807. lplayer.Character.Humanoid:UnequipTools()
  2808. end
  2809. end
  2810. game:GetService("StarterGui"):SetCore("SendNotification", {
  2811. Title = "Reach applied!";
  2812. Text = "Applied to equipped sword. Use ;noreach to disable.";
  2813. })
  2814. end
  2815. if string.sub(CMDBAR.Text, 1, 6) == ("reach ") then
  2816. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  2817. if v:isA("Tool") then
  2818. local a = Instance.new("SelectionBox",v.Handle)
  2819. a.Name = "Reach"
  2820. a.Adornee = v.Handle
  2821. v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(CMDBAR.Text, 7)))
  2822. v.GripPos = Vector3.new(0,0,0)
  2823. lplayer.Character.Humanoid:UnequipTools()
  2824. end
  2825. end
  2826. game:GetService("StarterGui"):SetCore("SendNotification", {
  2827. Title = "Reach applied!";
  2828. Text = "Applied to equipped sword. Use ;noreach to disable.";
  2829. })
  2830. end
  2831. if string.sub(CMDBAR.Text, 1, 7) == ("noreach") then
  2832. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  2833. if v:isA("Tool") then
  2834. v.Handle.Reach:Destroy()
  2835. end
  2836. end
  2837. game:GetService("StarterGui"):SetCore("SendNotification", {
  2838. Title = "Reach removed!";
  2839. Text = "Removed reach from equipped sword.";
  2840. })
  2841. end
  2842. if string.sub(CMDBAR.Text, 1, 6) == ("rkill ") then
  2843. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  2844. lplayer.Character.Humanoid.Name = 1
  2845. local l = lplayer.Character["1"]:Clone()
  2846. l.Parent = lplayer.Character
  2847. l.Name = "Humanoid"
  2848. wait(0.1)
  2849. lplayer.Character["1"]:Destroy()
  2850. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2851. lplayer.Character.Animate.Disabled = true
  2852. wait(0.1)
  2853. lplayer.Character.Animate.Disabled = false
  2854. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2855. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2856. lplayer.Character.Humanoid:EquipTool(v)
  2857. end
  2858. wait(0.1)
  2859. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2860. wait(0.2)
  2861. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2862. wait(0.5)
  2863. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  2864. game:GetService("StarterGui"):SetCore("SendNotification", {
  2865. Title = "Tools needed!";
  2866. Text = "You need a tool in your backpack for this command!";
  2867. })
  2868. end
  2869. end
  2870. if string.sub(CMDBAR.Text, 1, 6) == ("tp me ") then
  2871. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2872. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2873. end
  2874. end
  2875. if string.sub(CMDBAR.Text, 1, 7) == ("cbring ") then
  2876. if (string.sub(CMDBAR.Text, 8)) == "all" or (string.sub(CMDBAR.Text, 8)) == "All" or (string.sub(CMDBAR.Text, 8)) == "ALL" then
  2877. cbringall = true
  2878. else
  2879. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2880. brplr = v.Name
  2881. end
  2882. end
  2883. cbring = true
  2884. end
  2885. if string.sub(CMDBAR.Text, 1, 8) == ("uncbring") then
  2886. cbring = false
  2887. cbringall = false
  2888. end
  2889. if string.sub(CMDBAR.Text, 1, 5) == ("swap ") then
  2890. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2891. local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2892. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2893. lplayer.Character.Humanoid.Name = 1
  2894. local l = lplayer.Character["1"]:Clone()
  2895. l.Parent = lplayer.Character
  2896. l.Name = "Humanoid"
  2897. wait(0.1)
  2898. lplayer.Character["1"]:Destroy()
  2899. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2900. lplayer.Character.Animate.Disabled = true
  2901. wait(0.1)
  2902. lplayer.Character.Animate.Disabled = false
  2903. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2904. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2905. lplayer.Character.Humanoid:EquipTool(v)
  2906. end
  2907. local function tp(player,player2)
  2908. local char1,char2=player.Character,player2.Character
  2909. if char1 and char2 then
  2910. char1:MoveTo(char2.Head.Position)
  2911. end
  2912. end
  2913. wait(0.1)
  2914. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2915. wait(0.2)
  2916. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2917. wait(0.5)
  2918. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2919. wait(0.6)
  2920. tp(lplayer, game:GetService("Players")[v.Name])
  2921. wait(0.4)
  2922. lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  2923. game:GetService("StarterGui"):SetCore("SendNotification", {
  2924. Title = "Tools needed!";
  2925. Text = "You need a tool in your backpack for this command!";
  2926. })
  2927. end
  2928. end
  2929. if string.sub(CMDBAR.Text, 1, 7) == ("glitch ") then
  2930. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2931. lplayer.Character.Humanoid.Name = 1
  2932. local l = lplayer.Character["1"]:Clone()
  2933. l.Parent = lplayer.Character
  2934. l.Name = "Humanoid"
  2935. wait(0.1)
  2936. lplayer.Character["1"]:Destroy()
  2937. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2938. lplayer.Character.Animate.Disabled = true
  2939. wait(0.1)
  2940. lplayer.Character.Animate.Disabled = false
  2941. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2942. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2943. lplayer.Character.Humanoid:EquipTool(v)
  2944. end
  2945. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2946. wait(0.3)
  2947. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2948. wait(0.4)
  2949. b = Instance.new("BodyForce")
  2950. b.Parent = lplayer.Character.HumanoidRootPart
  2951. b.Name = "Glitch"
  2952. b.Force = Vector3.new(100000000,5000,0)
  2953. game:GetService("StarterGui"):SetCore("SendNotification", {
  2954. Title = "Tools needed!";
  2955. Text = "You need a tool in your backpack for this command!";
  2956. })
  2957. end
  2958. end
  2959. if string.sub(CMDBAR.Text, 1, 8) == ("unglitch") then
  2960. lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  2961. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  2962. b = Instance.new("BodyForce")
  2963. b.Parent = lplayer.Character.HumanoidRootPart
  2964. b.Name = "unGlitch"
  2965. b.Force = Vector3.new(0,-5000000,0)
  2966. wait(2)
  2967. lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  2968. end
  2969. if string.sub(CMDBAR.Text, 1, 8) == ("grespawn") then
  2970. lplayer.Character.Humanoid.Health = 0
  2971. wait(1)
  2972. lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  2973. lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  2974. end
  2975. if string.sub(CMDBAR.Text, 1, 8) == ("explorer") then
  2976. loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  2977. game:GetService("StarterGui"):SetCore("SendNotification", {
  2978. Title = "Success!";
  2979. Text = "DEX Explorer has loaded.";
  2980. })
  2981. end
  2982. if string.sub(CMDBAR.Text, 1, 5) == ("anim ") then
  2983. local Anim = Instance.new("Animation")
  2984. Anim.AnimationId = "rbxassetid://"..(string.sub(CMDBAR.Text, 6))
  2985. local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  2986. track:Play(.1, 1, 1)
  2987. end
  2988. if string.sub(CMDBAR.Text, 1, 7) == ("animgui") then
  2989. loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  2990. game:GetService("StarterGui"):SetCore("SendNotification", {
  2991. Title = "Success!";
  2992. Text = "Energize Animations GUI has loaded.";
  2993. })
  2994. end
  2995. if string.sub(CMDBAR.Text, 1, 7) == ("savepos") then
  2996. saved = lplayer.Character.HumanoidRootPart.CFrame
  2997. game:GetService("StarterGui"):SetCore("SendNotification", {
  2998. Title = "Position Saved";
  2999. Text = "Use ;loadpos to return to saved position.";
  3000. })
  3001. end
  3002. if string.sub(CMDBAR.Text, 1, 7) == ("loadpos") then
  3003. lplayer.Character.HumanoidRootPart.CFrame = saved
  3004. end
  3005. if string.sub(CMDBAR.Text, 1, 5) == ("bang ") then
  3006. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  3007. local Anim2 = Instance.new("Animation")
  3008. Anim2.AnimationId = "rbxassetid://148840371"
  3009. local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  3010. track2:Play(.1, 1, 1)
  3011. bplrr = v.Name
  3012. banpl = true
  3013. end
  3014. end
  3015. if string.sub(CMDBAR.Text, 1, 6) == ("unbang") then
  3016. banpl = false
  3017. end
  3018. if string.sub(CMDBAR.Text, 1, 9) == ("bringmod ") then
  3019. local function bringmodw()
  3020. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  3021. if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  3022. for i,ch in pairs(obj:GetDescendants()) do
  3023. if (ch:IsA("BasePart")) then
  3024. ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  3025. ch.CanCollide = false
  3026. ch.Transparency = 0.7
  3027. wait()
  3028. ch.CFrame = lplayer.Character["Left Leg"].CFrame
  3029. wait()
  3030. ch.CFrame = lplayer.Character["Right Leg"].CFrame
  3031. wait()
  3032. ch.CFrame = lplayer.Character["Head"].CFrame
  3033. end
  3034. end
  3035. end
  3036. end
  3037. end
  3038. while wait() do
  3039. bringmodw()
  3040. end
  3041. game:GetService("StarterGui"):SetCore("SendNotification", {
  3042. Title = "BringMod";
  3043. Text = "BringMod enabled.";
  3044. })
  3045. end
  3046. if string.sub(CMDBAR.Text, 1, 7) == ("respawn") then
  3047. local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  3048. local hum = Instance.new('Humanoid', mod)
  3049. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  3050. lplayer.Character = mod
  3051. end
  3052. if string.sub(CMDBAR.Text, 1, 8) == ("shutdown") then
  3053. game:GetService'RunService'.Stepped:Connect(function()
  3054. pcall(function()
  3055. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  3056. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  3057. for _,x in pairs(v.Character.Head:GetChildren()) do
  3058. if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  3059. end
  3060. end
  3061. end
  3062. end)
  3063. end)
  3064. game:GetService("StarterGui"):SetCore("SendNotification", {
  3065. Title = "Attempting Shutdown";
  3066. Text = "Shutdown Attempt has begun.";
  3067. })
  3068. end
  3069. if string.sub(CMDBAR.Text, 1, 7) == ("delobj ") then
  3070. objtodel = (string.sub(CMDBAR.Text, 8))
  3071. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  3072. if v.Name == objtodel then
  3073. v:Destroy()
  3074. end
  3075. end
  3076. end
  3077. if string.sub(CMDBAR.Text, 1, 7) == ("getplrs") then
  3078. for i,v in pairs(game:GetService("Players"):GetPlayers())do
  3079. print(v)
  3080. end
  3081. game:GetService("StarterGui"):SetCore("SendNotification", {
  3082. Title = "Printed";
  3083. Text = "Players have been printed to console. (F9)";
  3084. })
  3085. end
  3086. if string.sub(CMDBAR.Text, 1, 8) == ("deldecal") then
  3087. for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  3088. if (v:IsA("Decal")) then
  3089. v:Destroy()
  3090. end
  3091. end
  3092. end
  3093. if string.sub(CMDBAR.Text, 1, 10) == ("opfinality") then
  3094. loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  3095. game:GetService("StarterGui"):SetCore("SendNotification", {
  3096. Title = "Success!";
  3097. Text = "OpFinality GUI has loaded.";
  3098. })
  3099. end
  3100. if string.sub(CMDBAR.Text, 1, 7) == ("remotes") then
  3101. remotes = true
  3102. added = true
  3103. game.DescendantAdded:connect(function(rmt)
  3104. if added == true then
  3105. if remotes == true then
  3106. if rmt:IsA("RemoteEvent") then
  3107. print("A RemoteEvent was added!")
  3108. print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  3109. print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  3110. end end end
  3111. end)
  3112. game.DescendantAdded:connect(function(rmtfnctn)
  3113. if added == true then
  3114. if remotes == true then
  3115. if rmtfnctn:IsA("RemoteFunction") then
  3116. warn("A RemoteFunction was added!")
  3117. warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  3118. print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  3119. end end end
  3120. end)
  3121.  
  3122. game.DescendantAdded:connect(function(bndfnctn)
  3123. if added == true then
  3124. if binds == true then
  3125. if bndfnctn:IsA("BindableFunction") then
  3126. print("A BindableFunction was added!")
  3127. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  3128. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  3129. end end end
  3130. end)
  3131.  
  3132. game.DescendantAdded:connect(function(bnd)
  3133. if added == true then
  3134. if binds == true then
  3135. if bnd:IsA("BindableEvent") then
  3136. warn("A BindableEvent was added!")
  3137. warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  3138. print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  3139. end end end
  3140. end)
  3141.  
  3142.  
  3143. if binds == true then
  3144. for i,v in pairs(game:GetDescendants()) do
  3145. if v:IsA("BindableFunction") then
  3146. print(" game." .. v:GetFullName() .. " | BindableFunction")
  3147. print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  3148. end end
  3149. for i,v in pairs(game:GetDescendants()) do
  3150. if v:IsA("BindableEvent") then
  3151. warn(" game." .. v:GetFullName() .. " | BindableEvent")
  3152. print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  3153. end end
  3154. else
  3155. print("Off")
  3156. end
  3157. if remotes == true then
  3158. for i,v in pairs(game:GetDescendants()) do
  3159. if v:IsA("RemoteFunction") then
  3160. warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  3161. print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  3162. end end
  3163. wait()
  3164. for i,v in pairs(game:GetDescendants()) do
  3165. if v:IsA("RemoteEvent") then
  3166. print(" game." .. v:GetFullName() .. " | RemoteEvent")
  3167. print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  3168. end end
  3169. else
  3170. print("Off")
  3171. end
  3172. game:GetService("StarterGui"):SetCore("SendNotification", {
  3173. Title = "Printing Remotes";
  3174. Text = "Type ;noremotes to disable.";
  3175. })
  3176. end
  3177. if string.sub(CMDBAR.Text, 1, 9) == ("noremotes") then
  3178. remotes = false
  3179. added = false
  3180. game:GetService("StarterGui"):SetCore("SendNotification", {
  3181. Title = "Printing Remotes Disabled";
  3182. Text = "Type ;remotes to enable.";
  3183. })
  3184. end
  3185. if string.sub(CMDBAR.Text, 1, 9) == ("tpdefault") then
  3186. spin = false
  3187. followed = false
  3188. traill = false
  3189. noclip = false
  3190. annoying = false
  3191. hwalk = false
  3192. cbringing = false
  3193. end
  3194. if string.sub(CMDBAR.Text, 1, 7) == ("stopsit") then
  3195. stopsitting = true
  3196. end
  3197. if string.sub(CMDBAR.Text, 1, 5) == ("gosit") then
  3198. stopsitting = false
  3199. end
  3200. if string.sub(CMDBAR.Text, 1, 7) == ("version") then
  3201. print(adminversion)
  3202. game:GetService("StarterGui"):SetCore("SendNotification", {
  3203. Title = "Version";
  3204. Text = adminversion;
  3205. })
  3206. end
  3207. if string.sub(CMDBAR.Text, 1, 7) == ("clicktp") then
  3208. clickgoto = true
  3209. game:GetService("StarterGui"):SetCore("SendNotification", {
  3210. Title = "Click TP";
  3211. Text = "Press E to teleport to mouse position";
  3212. })
  3213. end
  3214. if string.sub(CMDBAR.Text, 1, 9) == ("noclicktp") then
  3215. clickgoto = false
  3216. game:GetService("StarterGui"):SetCore("SendNotification", {
  3217. Title = "Click TP";
  3218. Text = "Click TP has been disabled.";
  3219. })
  3220. end
  3221. if string.sub(CMDBAR.Text, 1, 7) == ("toolson") then
  3222. gettingtools = true
  3223. game:GetService("StarterGui"):SetCore("SendNotification", {
  3224. Title = "Tools Enabled";
  3225. Text = "Automatically colleting tools dropped.";
  3226. })
  3227. end
  3228. if string.sub(CMDBAR.Text, 1, 8) == ("toolsoff") then
  3229. gettingtools = false
  3230. game:GetService("StarterGui"):SetCore("SendNotification", {
  3231. Title = "Tools Disabled";
  3232. Text = "Click TP has been disabled.";
  3233. })
  3234. end
  3235. if string.sub(CMDBAR.Text, 1, 9) == ("delcmdbar") then
  3236. ScreenGui:Destroy()
  3237. end
  3238. if string.sub(CMDBAR.Text, 1, 5) == ("reset") then
  3239. lplayer.Character.Head:Destroy()
  3240. end
  3241. if string.sub(CMDBAR.Text, 1, 6) == ("state ") then
  3242. statechosen = string.sub(CMDBAR.Text, 7)
  3243. changingstate = true
  3244. end
  3245. if string.sub(CMDBAR.Text, 1, 8) == ("gravity ") then
  3246. game:GetService("Workspace").Gravity = string.sub(CMDBAR.Text, 9)
  3247. end
  3248. if string.sub(CMDBAR.Text, 1, 9) == ("looprhats") then
  3249. removingmeshhats = true
  3250. end
  3251. if string.sub(CMDBAR.Text, 1, 11) == ("unlooprhats") then
  3252. removingmeshhats = false
  3253. end
  3254. if string.sub(CMDBAR.Text, 1, 9) == ("looprtool") then
  3255. removingmeshtool = true
  3256. end
  3257. if string.sub(CMDBAR.Text, 1, 11) == ("unlooprtool") then
  3258. removingmeshtool = false
  3259. end
  3260. if string.sub(CMDBAR.Text, 1, 9) == ("givetool ") then
  3261. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  3262. if v:IsA("Tool") then
  3263. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  3264. v.Parent = player.Character
  3265. end
  3266. end
  3267. end
  3268. end
  3269. if string.sub(CMDBAR.Text, 1, 4) == ("age ") then
  3270. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  3271. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  3272. end
  3273. end
  3274. if string.sub(CMDBAR.Text, 1, 3) == ("id ") then
  3275. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 4))) do
  3276. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  3277. end
  3278. end
  3279. if string.sub(CMDBAR.Text, 1, 5) == (".age ") then
  3280. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  3281. game:GetService("StarterGui"):SetCore("SendNotification", {
  3282. Title = player.AccountAge.." Days";
  3283. Text = "Account age of "..player.Name;
  3284. })
  3285. end
  3286. end
  3287. if string.sub(CMDBAR.Text, 1, 4) == (".id ") then
  3288. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  3289. game:GetService("StarterGui"):SetCore("SendNotification", {
  3290. Title = player.UserId.." ID";
  3291. Text = "Account ID of "..player.Name;
  3292. })
  3293. end
  3294. end
  3295. if string.sub(CMDBAR.Text, 1, 6) == ("gameid") then
  3296. game:GetService("StarterGui"):SetCore("SendNotification", {
  3297. Title = "Game ID";
  3298. Text = "Game ID: ".. game.GameId;
  3299. })
  3300. end
  3301. if string.sub(CMDBAR.Text, 1, 3) == ("pgs") then
  3302. local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  3303. if pgscheck == true then
  3304. game:GetService("StarterGui"):SetCore("SendNotification", {
  3305. Title = "PGSPhysicsSolverEnabled";
  3306. Text = "PGS is Enabled!";
  3307. })
  3308. else
  3309. game:GetService("StarterGui"):SetCore("SendNotification", {
  3310. Title = "PGSPhysicsSolverEnabled";
  3311. Text = "PGS is Disabled!";
  3312. })
  3313. end
  3314. end
  3315. if string.sub(CMDBAR.Text, 1, 11) == ("removeinvis") then
  3316. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  3317. if v:IsA("Part") then
  3318. if v.Transparency == 1 then
  3319. if v.Name ~= "HumanoidRootPart" then
  3320. v:Destroy()
  3321. end
  3322. end
  3323. end
  3324. end
  3325. end
  3326. if string.sub(CMDBAR.Text, 1, 9) == ("removefog") then
  3327. game:GetService("Lighting").FogStart = 0
  3328. game:GetService("Lighting").FogEnd = 9999999999999
  3329. end
  3330. if string.sub(CMDBAR.Text, 1, 7) == ("disable") then
  3331. lplayer.Character.Humanoid.Parent = lplayer
  3332. end
  3333. if string.sub(CMDBAR.Text, 1, 6) == ("enable") then
  3334. lplayer.Humanoid.Parent = lplayer.Character
  3335. end
  3336. if string.sub(CMDBAR.Text, 1, 13) == ("givealltools ") then
  3337. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  3338. if v:IsA("Tool") then
  3339. v.Parent = lplayer.Character
  3340. wait()
  3341. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 14))) do
  3342. v.Parent = player.Character
  3343. end
  3344. end
  3345. end
  3346. end
  3347. if string.sub(CMDBAR.Text, 1, 9) == ("flyspeed ") then
  3348. speedfly = string.sub(CMDBAR.Text, 10)
  3349. wait()
  3350. change()
  3351. end
  3352. if string.sub(CMDBAR.Text, 1, 7) == ("carpet ") then
  3353. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  3354. local Anim3 = Instance.new("Animation")
  3355. Anim3.AnimationId = "rbxassetid://282574440"
  3356. local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  3357. track3:Play(.1, 1, 1)
  3358. bplrr = v.Name
  3359. banpl = true
  3360. end
  3361. end
  3362. if string.sub(CMDBAR.Text, 1, 8) == ("uncarpet") then
  3363. banpl = false
  3364. end
  3365. if string.sub(CMDBAR.Text, 1, 6) == ("stare ") then
  3366. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  3367. staring = true
  3368. stareplr = v
  3369. end
  3370. end
  3371. if string.sub(CMDBAR.Text, 1, 7) == ("unstare") then
  3372. staring = false
  3373. end
  3374. if string.sub(CMDBAR.Text, 1, 7) == ("logchat") then
  3375. chatlogs = true
  3376. game:GetService("StarterGui"):SetCore("SendNotification", {
  3377. Title = "LogChat enabled";
  3378. Text = "Now logging all player chat.";
  3379. })
  3380. end
  3381. if string.sub(CMDBAR.Text, 1, 9) == ("unlogchat") then
  3382. chatlogs = false
  3383. game:GetService("StarterGui"):SetCore("SendNotification", {
  3384. Title = "LogChat disabled";
  3385. Text = "Stopped logging all player chat.";
  3386. })
  3387. end
  3388. if string.sub(CMDBAR.Text, 1, 6) == ("fixcam") then
  3389. game:GetService("Workspace").CurrentCamera:Destroy()
  3390. wait(0.1)
  3391. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  3392. game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  3393. lplayer.CameraMinZoomDistance = 0.5
  3394. lplayer.CameraMaxZoomDistance = 400
  3395. lplayer.CameraMode = "Classic"
  3396. end
  3397. if string.sub(CMDBAR.Text, 1, 7) == ("unstate") then
  3398. changingstate = false
  3399. end
  3400. CMDBAR.Text = ""
  3401. end
  3402. end)
  3403.  
  3404. wait(0.3)
  3405. game:GetService("StarterGui"):SetCore("SendNotification", {
  3406. Title = "Loaded successfully!";
  3407. Text = "Reviz Admin V2 by illremember";
  3408. })
  3409. wait(0.1)
  3410. print("Reviz Admin V2 loaded!")
  3411. if game:GetService("Workspace").FilteringEnabled == true then
  3412. warn("FE is Enabled (Filtering Enabled)")
  3413. game:GetService("StarterGui"):SetCore("SendNotification", {
  3414. Title = "FE is Enabled";
  3415. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  3416. })
  3417. else
  3418. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  3419. game:GetService("StarterGui"):SetCore("SendNotification", {
  3420. Title = "FE is Disabled";
  3421. Text = "Filtering Disabled. Consider using a different admin script.";
  3422. })
  3423. end
  3424.  
  3425. local intro = Instance.new("ScreenGui")
  3426. local Frame = Instance.new("Frame")
  3427. local ImageLabel = Instance.new("ImageLabel")
  3428. intro.Parent = game:GetService("CoreGui")
  3429. Frame.Parent = intro
  3430. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  3431. Frame.BackgroundTransparency = 1
  3432. Frame.Size = UDim2.new(1, 0, 0, 300)
  3433. Frame.Position = UDim2.new(0, 0, -0.4, 0)
  3434. ImageLabel.Parent = Frame
  3435. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  3436. ImageLabel.BackgroundTransparency = 1
  3437. ImageLabel.Position = UDim2.new(0, 0, 0, 0)
  3438. ImageLabel.Size = UDim2.new(1, 0, 1, 0)
  3439. ImageLabel.Image = "http://www.roblox.com/asset/?id=1542162618"
  3440. Frame:TweenPosition(UDim2.new(0, 0, 0.2, 0), "Out", "Elastic", 3)
  3441. wait(3.01)
  3442. Frame:TweenPosition(UDim2.new(0, 0, 1.5, 0), "Out", "Elastic", 5)
  3443. wait(5.01)
  3444. intro:Destroy()
  3445. end)
  3446.  
  3447. arrest.Name = "arrest"
  3448. arrest.Parent = main
  3449. arrest.BackgroundColor3 = Color3.new(1, 0, 0)
  3450. arrest.Position = UDim2.new(0.333333343, 0, 0.332713753, 0)
  3451. arrest.Size = UDim2.new(0, 111, 0, 32)
  3452. arrest.Font = Enum.Font.GothamBlack
  3453. arrest.Text = "Arrest"
  3454. arrest.TextColor3 = Color3.new(0, 0, 0)
  3455. arrest.TextSize = 14
  3456. arrest.MouseButton1Down:connect(function()
  3457. local mouse = game.Players.LocalPlayer:GetMouse()
  3458. local arrestEvent = game.Workspace.Remote.arrest
  3459. mouse.Button1Down:connect(function()
  3460. local obj = mouse.Target
  3461. local response = arrestEvent:InvokeServer(obj)
  3462. end)
  3463. end)
  3464.  
  3465. attach.Name = "attach"
  3466. attach.Parent = main
  3467. attach.BackgroundColor3 = Color3.new(1, 0, 0)
  3468. attach.Position = UDim2.new(0.656167924, 0, 0.332713753, 0)
  3469. attach.Size = UDim2.new(0, 111, 0, 32)
  3470. attach.Font = Enum.Font.GothamBlack
  3471. attach.Text = "Attach"
  3472. attach.TextColor3 = Color3.new(0, 0, 0)
  3473. attach.TextSize = 14
  3474. attach.MouseButton1Down:connect(function()
  3475. local targetname = "" -- Person you want to bring
  3476.  
  3477. local LocalPlayer = game:GetService("Players").LocalPlayer
  3478. local ran1 = false
  3479. local equipped = false
  3480. local savepos = LocalPlayer.Character.HumanoidRootPart.CFrame
  3481. local target = game:GetService("Players")[targetname]
  3482. repeat
  3483. for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do
  3484. if tool:IsA("Tool") then
  3485. tool.Parent = LocalPlayer
  3486. end
  3487. end
  3488. LocalPlayer.Character:ClearAllChildren()
  3489. local char = Instance.new("Model", workspace)
  3490. char.Name = "character"
  3491. Instance.new("Part", char).Name = "Torso";
  3492. Instance.new("Part", char).Name = "Head";
  3493. Instance.new("Humanoid", char).Name = "Humanoid";
  3494. LocalPlayer.Character = char
  3495. repeat wait() until LocalPlayer.Character
  3496. until #LocalPlayer:GetChildren() - 4 >= 2
  3497. for _, char in pairs(workspace:GetChildren()) do
  3498. if char.Name == "character" and char:IsA("Model") then
  3499. char:Destroy()
  3500. end
  3501. end
  3502. repeat wait() until LocalPlayer.Character.HumanoidRootPart ~= nil
  3503. for _, tool in pairs(LocalPlayer:GetChildren()) do
  3504. if tool:IsA("Tool") then
  3505. tool.Parent = LocalPlayer.Backpack
  3506. end
  3507. end
  3508. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = LocalPlayer.Character
  3509. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = LocalPlayer.Character
  3510. local tool = LocalPlayer.Character:FindFirstChildOfClass("Tool")
  3511. tool.Parent = workspace
  3512. local attacher = LocalPlayer.Character:FindFirstChildOfClass("Tool")
  3513. attacher.Parent = workspace
  3514. LocalPlayer.Character.Humanoid:EquipTool(tool)
  3515. repeat wait() until LocalPlayer.Character:FindFirstChildOfClass("Tool") ~= nil
  3516. LocalPlayer.Character.Humanoid:UnequipTools()
  3517. attacher.AncestryChanged:connect(function()
  3518. if ran1 == false then
  3519. ran1 = true
  3520. equipped = true
  3521. end
  3522. end)
  3523. end)
  3524.  
  3525. fastrem.Name = "fastrem"
  3526. fastrem.Parent = main
  3527. fastrem.BackgroundColor3 = Color3.new(1, 1, 0)
  3528. fastrem.Position = UDim2.new(0, 0, 0.48327139, 0)
  3529. fastrem.Size = UDim2.new(0, 84, 0, 32)
  3530. fastrem.Font = Enum.Font.Garamond
  3531. fastrem.Text = "Fast Remington"
  3532. fastrem.TextColor3 = Color3.new(0, 0, 0)
  3533. fastrem.TextSize = 14
  3534. fastrem.MouseButton1Down:connect(function()
  3535. local Player = game.Players.LocalPlayer.Name
  3536. local Gun = "Remington 870" -- < -- Gun Name
  3537. local Run = game:GetService("RunService")
  3538.  
  3539. Gun = game.Players[Player].Character[Gun]
  3540. local Mouse = game.Players.LocalPlayer:GetMouse()
  3541. local Down = false
  3542. local Sound = Gun.Handle.FireSound
  3543.  
  3544. function CreateRay(Point_A, Point_B)
  3545. local Ray = Ray.new(Point_A, (Point_B - Point_A).Unit * (2 ^ 31 - 1))
  3546. local Part, Pos = workspace:FindPartOnRay(Ray, game.Players.LocalPlayer.Character)
  3547. local Dist = (Point_A - Pos).Magnitude
  3548. local CFrame = CFrame.new(Point_A, Pos) * CFrame.new(0, 0, -Dist / 2)
  3549.  
  3550. return CFrame, Dist, Ray
  3551. end
  3552.  
  3553. function FireLaser(target)
  3554. coroutine.resume(coroutine.create(function()
  3555. local C, D, R = CreateRay(Gun.Muzzle.CFrame.p, target.CFrame.p)
  3556. local Bullet = Instance.new("Part", Gun)
  3557. Bullet.BrickColor = BrickColor.Yellow()
  3558. Bullet.Material = "Neon"
  3559. Bullet.Anchored = true
  3560. Bullet.CanCollide = false
  3561. Bullet.Size = Vector3.new(0.2, 0.2, D)
  3562. Bullet.CFrame = C
  3563.  
  3564. local bulletTable = {}
  3565. table.insert(bulletTable, {
  3566. Hit = target,
  3567. Distance = D,
  3568. Cframe = C,
  3569. RayObject = R
  3570. })
  3571.  
  3572. game.ReplicatedStorage.ShootEvent:FireServer(bulletTable, Gun)
  3573. local C = Sound:Clone()
  3574. C.Parent = Gun
  3575. C:Play()
  3576. wait(0.05)
  3577. Bullet:Remove()
  3578. end))
  3579. end
  3580.  
  3581. Mouse.Button1Down:Connect(function()
  3582. Down = true
  3583. end)
  3584.  
  3585.  
  3586. Mouse.Button1Up:Connect(function()
  3587. Down = false
  3588. end)
  3589.  
  3590. while Run.Stepped:wait() do
  3591. if Down == true then
  3592. game.ReplicatedStorage.SoundEvent:FireServer(Sound, Gun)
  3593. FireLaser(Mouse.Target)
  3594. end
  3595. end
  3596. end)
  3597.  
  3598. fastm9.Name = "fastm9"
  3599. fastm9.Parent = main
  3600. fastm9.BackgroundColor3 = Color3.new(1, 1, 0)
  3601. fastm9.Position = UDim2.new(0.259869933, 0, 0.48327136, 0)
  3602. fastm9.Size = UDim2.new(0, 84, 0, 32)
  3603. fastm9.Font = Enum.Font.Garamond
  3604. fastm9.Text = "Fast M9"
  3605. fastm9.TextColor3 = Color3.new(0, 0, 0)
  3606. fastm9.TextSize = 14
  3607. fastm9.MouseButton1Down:connect(function()
  3608. local Player = game.Players.LocalPlayer.Name
  3609. local Gun = "M9" -- < -- Gun Name
  3610. local Run = game:GetService("RunService")
  3611.  
  3612. Gun = game.Players[Player].Character[Gun]
  3613. local Mouse = game.Players.LocalPlayer:GetMouse()
  3614. local Down = false
  3615. local Sound = Gun.Handle.FireSound
  3616.  
  3617. function CreateRay(Point_A, Point_B)
  3618. local Ray = Ray.new(Point_A, (Point_B - Point_A).Unit * (2 ^ 31 - 1))
  3619. local Part, Pos = workspace:FindPartOnRay(Ray, game.Players.LocalPlayer.Character)
  3620. local Dist = (Point_A - Pos).Magnitude
  3621. local CFrame = CFrame.new(Point_A, Pos) * CFrame.new(0, 0, -Dist / 2)
  3622.  
  3623. return CFrame, Dist, Ray
  3624. end
  3625.  
  3626. function FireLaser(target)
  3627. coroutine.resume(coroutine.create(function()
  3628. local C, D, R = CreateRay(Gun.Muzzle.CFrame.p, target.CFrame.p)
  3629. local Bullet = Instance.new("Part", Gun)
  3630. Bullet.BrickColor = BrickColor.Yellow()
  3631. Bullet.Material = "Neon"
  3632. Bullet.Anchored = true
  3633. Bullet.CanCollide = false
  3634. Bullet.Size = Vector3.new(0.2, 0.2, D)
  3635. Bullet.CFrame = C
  3636.  
  3637. local bulletTable = {}
  3638. table.insert(bulletTable, {
  3639. Hit = target,
  3640. Distance = D,
  3641. Cframe = C,
  3642. RayObject = R
  3643. })
  3644.  
  3645. game.ReplicatedStorage.ShootEvent:FireServer(bulletTable, Gun)
  3646. local C = Sound:Clone()
  3647. C.Parent = Gun
  3648. C:Play()
  3649. wait(0.05)
  3650. Bullet:Remove()
  3651. end))
  3652. end
  3653.  
  3654. Mouse.Button1Down:Connect(function()
  3655. Down = true
  3656. end)
  3657.  
  3658.  
  3659. Mouse.Button1Up:Connect(function()
  3660. Down = false
  3661. end)
  3662.  
  3663. while Run.Stepped:wait() do
  3664. if Down == true then
  3665. game.ReplicatedStorage.SoundEvent:FireServer(Sound, Gun)
  3666. FireLaser(Mouse.Target)
  3667. end
  3668. end
  3669. end)
  3670.  
  3671. fasttaze.Name = "fasttaze"
  3672. fasttaze.Parent = main
  3673. fasttaze.BackgroundColor3 = Color3.new(1, 1, 0)
  3674. fasttaze.Position = UDim2.new(0.530197382, 0, 0.48327136, 0)
  3675. fasttaze.Size = UDim2.new(0, 84, 0, 32)
  3676. fasttaze.Font = Enum.Font.Garamond
  3677. fasttaze.Text = "Fast Taser"
  3678. fasttaze.TextColor3 = Color3.new(0, 0, 0)
  3679. fasttaze.TextSize = 14
  3680. fasttaze.MouseButton1Down:connect(function()
  3681. local Player = game.Players.LocalPlayer.Name
  3682. local Gun = "Taser" -- < -- Gun Name
  3683. local Run = game:GetService("RunService")
  3684.  
  3685. Gun = game.Players[Player].Character[Gun]
  3686. local Mouse = game.Players.LocalPlayer:GetMouse()
  3687. local Down = false
  3688. local Sound = Gun.Handle.FireSound
  3689.  
  3690. function CreateRay(Point_A, Point_B)
  3691. local Ray = Ray.new(Point_A, (Point_B - Point_A).Unit * (2 ^ 31 - 1))
  3692. local Part, Pos = workspace:FindPartOnRay(Ray, game.Players.LocalPlayer.Character)
  3693. local Dist = (Point_A - Pos).Magnitude
  3694. local CFrame = CFrame.new(Point_A, Pos) * CFrame.new(0, 0, -Dist / 2)
  3695.  
  3696. return CFrame, Dist, Ray
  3697. end
  3698.  
  3699. function FireLaser(target)
  3700. coroutine.resume(coroutine.create(function()
  3701. local C, D, R = CreateRay(Gun.Muzzle.CFrame.p, target.CFrame.p)
  3702. local Bullet = Instance.new("Part", Gun)
  3703. Bullet.BrickColor = BrickColor.Yellow()
  3704. Bullet.Material = "Neon"
  3705. Bullet.Anchored = true
  3706. Bullet.CanCollide = false
  3707. Bullet.Size = Vector3.new(0.2, 0.2, D)
  3708. Bullet.CFrame = C
  3709.  
  3710. local bulletTable = {}
  3711. table.insert(bulletTable, {
  3712. Hit = target,
  3713. Distance = D,
  3714. Cframe = C,
  3715. RayObject = R
  3716. })
  3717.  
  3718. game.ReplicatedStorage.ShootEvent:FireServer(bulletTable, Gun)
  3719. local C = Sound:Clone()
  3720. C.Parent = Gun
  3721. C:Play()
  3722. wait(0.05)
  3723. Bullet:Remove()
  3724. end))
  3725. end
  3726.  
  3727. Mouse.Button1Down:Connect(function()
  3728. Down = true
  3729. end)
  3730.  
  3731.  
  3732. Mouse.Button1Up:Connect(function()
  3733. Down = false
  3734. end)
  3735.  
  3736. while Run.Stepped:wait() do
  3737. if Down == true then
  3738. game.ReplicatedStorage.SoundEvent:FireServer(Sound, Gun)
  3739. FireLaser(Mouse.Target)
  3740. end
  3741. end
  3742. end)
  3743.  
  3744. fastak.Name = "fastak"
  3745. fastak.Parent = main
  3746. fastak.BackgroundColor3 = Color3.new(1, 1, 0)
  3747. fastak.Position = UDim2.new(0.792650878, 0, 0.48327136, 0)
  3748. fastak.Size = UDim2.new(0, 79, 0, 32)
  3749. fastak.Font = Enum.Font.Garamond
  3750. fastak.Text = "Fast AK47"
  3751. fastak.TextColor3 = Color3.new(0, 0, 0)
  3752. fastak.TextSize = 14
  3753. fastak.MouseButton1Down:connect(function()
  3754. local Player = game.Players.LocalPlayer.Name
  3755. local Gun = "AK-47" -- < -- Gun Name
  3756. local Run = game:GetService("RunService")
  3757.  
  3758. Gun = game.Players[Player].Character[Gun]
  3759. local Mouse = game.Players.LocalPlayer:GetMouse()
  3760. local Down = false
  3761. local Sound = Gun.Handle.FireSound
  3762.  
  3763. function CreateRay(Point_A, Point_B)
  3764. local Ray = Ray.new(Point_A, (Point_B - Point_A).Unit * (2 ^ 31 - 1))
  3765. local Part, Pos = workspace:FindPartOnRay(Ray, game.Players.LocalPlayer.Character)
  3766. local Dist = (Point_A - Pos).Magnitude
  3767. local CFrame = CFrame.new(Point_A, Pos) * CFrame.new(0, 0, -Dist / 2)
  3768.  
  3769. return CFrame, Dist, Ray
  3770. end
  3771.  
  3772. function FireLaser(target)
  3773. coroutine.resume(coroutine.create(function()
  3774. local C, D, R = CreateRay(Gun.Muzzle.CFrame.p, target.CFrame.p)
  3775. local Bullet = Instance.new("Part", Gun)
  3776. Bullet.BrickColor = BrickColor.Yellow()
  3777. Bullet.Material = "Neon"
  3778. Bullet.Anchored = true
  3779. Bullet.CanCollide = false
  3780. Bullet.Size = Vector3.new(0.2, 0.2, D)
  3781. Bullet.CFrame = C
  3782.  
  3783. local bulletTable = {}
  3784. table.insert(bulletTable, {
  3785. Hit = target,
  3786. Distance = D,
  3787. Cframe = C,
  3788. RayObject = R
  3789. })
  3790.  
  3791. game.ReplicatedStorage.ShootEvent:FireServer(bulletTable, Gun)
  3792. local C = Sound:Clone()
  3793. C.Parent = Gun
  3794. C:Play()
  3795. wait(0.05)
  3796. Bullet:Remove()
  3797. end))
  3798. end
  3799.  
  3800. Mouse.Button1Down:Connect(function()
  3801. Down = true
  3802. end)
  3803.  
  3804.  
  3805. Mouse.Button1Up:Connect(function()
  3806. Down = false
  3807. end)
  3808.  
  3809. while Run.Stepped:wait() do
  3810. if Down == true then
  3811. game.ReplicatedStorage.SoundEvent:FireServer(Sound, Gun)
  3812. FireLaser(Mouse.Target)
  3813. end
  3814. end
  3815. end)
  3816.  
  3817. killothers.Name = "killothers"
  3818. killothers.Parent = main
  3819. killothers.BackgroundColor3 = Color3.new(0, 1, 1)
  3820. killothers.Position = UDim2.new(0.0209699646, 0, 0.825278759, 0)
  3821. killothers.Size = UDim2.new(0, 354, 0, 45)
  3822. killothers.Font = Enum.Font.GothamBold
  3823. killothers.Text = "Kill Others {WORKING}"
  3824. killothers.TextColor3 = Color3.new(0, 0, 0)
  3825. killothers.TextSize = 14
  3826. killothers.MouseButton1Down:connect(function()
  3827. workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  3828.  
  3829. game.Workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["Remington 870"].ITEMPICKUP)
  3830.  
  3831. wait(0.5)
  3832. function kill(a)
  3833. local A_1 =
  3834. {
  3835. [1] =
  3836. {
  3837. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-391.152252, 8.65560055, -83.2166901)),
  3838. ["Distance"] = 3.2524313926697,
  3839. ["Cframe"] = CFrame.new(840.310791, 101.334137, 2267.87988, 0.0636406094, 0.151434347, -0.986416459, 0, 0.988420188, 0.151741937, 0.997972965, -0.00965694897, 0.0629036576),
  3840. ["Hit"] = a.Character.Head
  3841. },
  3842. [2] =
  3843. {
  3844. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-392.481476, -8.44939327, -76.7261353)),
  3845. ["Distance"] = 3.2699294090271,
  3846. ["Cframe"] = CFrame.new(840.290466, 101.184189, 2267.93506, 0.0964837447, 0.0589403138, -0.993587971, 4.65661287e-10, 0.998245299, 0.0592165813, 0.995334625, -0.00571343815, 0.0963144377),
  3847. ["Hit"] = a.Character.Head
  3848. },
  3849. [3] =
  3850. {
  3851. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-389.21701, -2.50536323, -92.2163162)),
  3852. ["Distance"] = 3.1665518283844,
  3853. ["Cframe"] = CFrame.new(840.338867, 101.236496, 2267.80371, 0.0166504811, 0.0941716284, -0.995416701, 1.16415322e-10, 0.995554805, 0.0941846818, 0.999861419, -0.00156822044, 0.0165764652),
  3854. ["Hit"] = a.Character.Head
  3855. },
  3856. [4] =
  3857. {
  3858. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-393.353973, 3.13988972, -72.5452042)),
  3859. ["Distance"] = 3.3218522071838,
  3860. ["Cframe"] = CFrame.new(840.277222, 101.285957, 2267.9707, 0.117109694, 0.118740402, -0.985994935, -1.86264515e-09, 0.992826641, 0.119563118, 0.993119001, -0.0140019981, 0.116269611),
  3861. ["Hit"] = a.Character.Head
  3862. },
  3863. [5] =
  3864. {
  3865. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-390.73172, 3.2097764, -85.5477524)),
  3866. ["Distance"] = 3.222757101059,
  3867. ["Cframe"] = CFrame.new(840.317993, 101.286423, 2267.86035, 0.0517584644, 0.123365127, -0.991010666, 0, 0.992340803, 0.123530701, 0.99865967, -0.00639375951, 0.0513620302),
  3868. ["Hit"] = a.Character.Head
  3869. }
  3870. }
  3871. local A_2 = game.Players.LocalPlayer.Backpack["Remington 870"]
  3872. local Event = game:GetService("ReplicatedStorage").ShootEvent
  3873. Event:FireServer(A_1, A_2)
  3874. Event:FireServer(A_1, A_2)
  3875. end
  3876.  
  3877. for i,v in pairs(game.Players:GetChildren())do
  3878. if v.Name ~= game.Players.LocalPlayer.Name then
  3879. kill(v)
  3880. end
  3881. end
  3882. wait(1)
  3883. workspace.Remote.TeamEvent:FireServer("Bright orange")
  3884.  
  3885. end)
  3886.  
  3887. btools.Name = "btools"
  3888. btools.Parent = main
  3889. btools.BackgroundColor3 = Color3.new(1, 0, 0)
  3890. btools.Position = UDim2.new(0.0131370649, 0, 0.407063216, 0)
  3891. btools.Size = UDim2.new(0, 111, 0, 32)
  3892. btools.Font = Enum.Font.GothamBold
  3893. btools.Text = "Btools"
  3894. btools.TextColor3 = Color3.new(0, 0, 0)
  3895. btools.TextSize = 14
  3896. btools.MouseButton1Down:connect(function()
  3897. local tool1 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  3898. tool1.BinType = "Hammer"
  3899. end)
  3900.  
  3901. speed.Name = "speed"
  3902. speed.Parent = main
  3903. speed.BackgroundColor3 = Color3.new(1, 0, 0)
  3904. speed.Position = UDim2.new(0.328083992, 0, 0.407063216, 0)
  3905. speed.Size = UDim2.new(0, 112, 0, 32)
  3906. speed.Font = Enum.Font.GothamBold
  3907. speed.Text = "Speed"
  3908. speed.TextColor3 = Color3.new(0, 0, 0)
  3909. speed.TextSize = 14
  3910. speed.MouseButton1Down:connect(function()
  3911. Speed = "100" -- Change to how fast you want to go
  3912.  
  3913. player = game.Players.LocalPlayer.Character
  3914. power = "WalkSpeed"
  3915. player.Humanoid[power] = Speed
  3916. wait()
  3917. player.HumanoidRootPart.CustomPhysicalProperties = PhysicalProperties.new(9e99, 9e99, 9e99, 9e99, 9e99)
  3918. wait()
  3919. repeat
  3920. game.Workspace.Gravity = 1000
  3921. wait()
  3922. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 287.5
  3923. wait()
  3924. until game.Players.LocalPlayer.Character.Humanoid.Health == 0
  3925. end)
  3926.  
  3927. escape.Name = "escape"
  3928. escape.Parent = main
  3929. escape.BackgroundColor3 = Color3.new(1, 0, 0)
  3930. escape.Position = UDim2.new(0.653557003, 0, 0.407063186, 0)
  3931. escape.Size = UDim2.new(0, 112, 0, 32)
  3932. escape.Font = Enum.Font.GothamBold
  3933. escape.Text = "Escape"
  3934. escape.TextColor3 = Color3.new(0, 0, 0)
  3935. escape.TextSize = 14
  3936. escape.MouseButton1Down:connect(function()
  3937. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(465.9,98.19,2253.47)
  3938. end)
  3939.  
  3940. label.Name = "label"
  3941. label.Parent = main
  3942. label.BackgroundColor3 = Color3.new(1, 1, 1)
  3943. label.Position = UDim2.new(0.0209836699, 0, 0.657992601, 0)
  3944. label.Size = UDim2.new(0, 354, 0, 30)
  3945. label.Font = Enum.Font.Gotham
  3946. label.Text = "TELEPORTS"
  3947. label.TextColor3 = Color3.new(0, 0, 0)
  3948. label.TextSize = 14
  3949.  
  3950. prison.Name = "prison"
  3951. prison.Parent = main
  3952. prison.BackgroundColor3 = Color3.new(1, 0.333333, 1)
  3953. prison.Position = UDim2.new(0.0208877288, 0, 0.728624523, 0)
  3954. prison.Size = UDim2.new(0, 110, 0, 32)
  3955. prison.Font = Enum.Font.GothamBlack
  3956. prison.Text = "Prison"
  3957. prison.TextColor3 = Color3.new(0, 0, 0)
  3958. prison.TextSize = 14
  3959. prison.MouseButton1Down:connect(function()
  3960. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(918.77,100,2379.07)
  3961. end)
  3962.  
  3963. yard.Name = "yard"
  3964. yard.Parent = main
  3965. yard.BackgroundColor3 = Color3.new(1, 0.333333, 1)
  3966. yard.Position = UDim2.new(0.328981698, 0, 0.728624523, 0)
  3967. yard.Size = UDim2.new(0, 112, 0, 32)
  3968. yard.Font = Enum.Font.GothamBlack
  3969. yard.Text = "Yard"
  3970. yard.TextColor3 = Color3.new(0, 0, 0)
  3971. yard.TextSize = 14
  3972. yard.MouseButton1Down:connect(function()
  3973. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(779.87,98,2458.93)
  3974. end)
  3975.  
  3976. crimbase.Name = "crimbase"
  3977. crimbase.Parent = main
  3978. crimbase.BackgroundColor3 = Color3.new(1, 0.333333, 1)
  3979. crimbase.Position = UDim2.new(0.634464741, 0, 0.728624523, 0)
  3980. crimbase.Size = UDim2.new(0, 118, 0, 32)
  3981. crimbase.Font = Enum.Font.GothamBlack
  3982. crimbase.Text = "Crim Base"
  3983. crimbase.TextColor3 = Color3.new(0, 0, 0)
  3984. crimbase.TextSize = 14
  3985. crimbase.MouseButton1Down:connect(function()
  3986. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-943.46,94.13,2063.63)
  3987. end)
  3988.  
  3989. aimbot.Name = "aimbot"
  3990. aimbot.Parent = main
  3991. aimbot.BackgroundColor3 = Color3.new(0.333333, 0, 0.498039)
  3992. aimbot.Position = UDim2.new(0.0208877288, 0, 0.557620823, 0)
  3993. aimbot.Size = UDim2.new(0, 108, 0, 32)
  3994. aimbot.Font = Enum.Font.GothamBold
  3995. aimbot.Text = "Aimbot"
  3996. aimbot.TextColor3 = Color3.new(0.333333, 1, 1)
  3997. aimbot.TextSize = 14
  3998. aimbot.TextStrokeColor3 = Color3.new(0.333333, 1, 1)
  3999. aimbot.MouseButton1Down:connect(function()
  4000. -- Farewell Infortality.
  4001. -- Version: 2.82
  4002. -- Instances:
  4003. local strucidhack = Instance.new("ScreenGui")
  4004. local MainGUI = Instance.new("Frame")
  4005. local aimbotandesp = Instance.new("TextButton")
  4006. local closegui = Instance.new("TextButton")
  4007. local TextLabel = Instance.new("TextLabel")
  4008. local opengui = Instance.new("Frame")
  4009. local open = Instance.new("TextButton")
  4010. --Properties:
  4011. strucidhack.Name = "strucid hack"
  4012. strucidhack.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  4013. MainGUI.Active = true
  4014. MainGUI.Draggable = true
  4015.  
  4016. MainGUI.Name = "MainGUI"
  4017. MainGUI.Parent = strucidhack
  4018. MainGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  4019. MainGUI.Position = UDim2.new(0.22521247, 0, 0.195965424, 0)
  4020. MainGUI.Size = UDim2.new(0, 385, 0, 371)
  4021. MainGUI.Visible = false
  4022.  
  4023. aimbotandesp.Name = "aimbot and esp"
  4024. aimbotandesp.Parent = MainGUI
  4025. aimbotandesp.BackgroundColor3 = Color3.new(1, 1, 1)
  4026. aimbotandesp.BorderColor3 = Color3.new(0.333333, 0.666667, 1)
  4027. aimbotandesp.BorderSizePixel = 3
  4028. aimbotandesp.Position = UDim2.new(0.136179864, 0, 0.310200483, 0)
  4029. aimbotandesp.Size = UDim2.new(0, 257, 0, 118)
  4030. aimbotandesp.Font = Enum.Font.GothamSemibold
  4031. aimbotandesp.Text = "Open Aimbot Gui"
  4032. aimbotandesp.TextColor3 = Color3.new(0, 0, 0.498039)
  4033. aimbotandesp.TextSize = 23
  4034. aimbotandesp.MouseButton1Click:connect(function()
  4035. local plrs = game:GetService("Players")
  4036. local TeamBased = true ; local teambasedswitch = "o"
  4037. local presskeytoaim = true; local aimkey = "e"
  4038. local raycast = false
  4039.  
  4040. local espupdatetime = 5; autoesp = false
  4041.  
  4042.  
  4043.  
  4044. local lockaim = true; local lockangle = 5
  4045.  
  4046.  
  4047.  
  4048. --function findwat(folder, what)
  4049. -- for i, smth in pairs(folder:GetChildren()) do
  4050. -- if string.find(string.lower(tostring(smth)), string.lower(what)) then
  4051. -- return smth
  4052. -- end
  4053. -- end
  4054. --end
  4055. --
  4056. --local plrs = findwat(game, "Players")
  4057.  
  4058.  
  4059.  
  4060.  
  4061. local Gui = Instance.new("ScreenGui")
  4062. local Move = Instance.new("Frame")
  4063. local Main = Instance.new("Frame")
  4064. local EspStatus = Instance.new("TextLabel")
  4065. local st1 = Instance.new("TextLabel")
  4066. local st1_2 = Instance.new("TextLabel")
  4067. local st1_3 = Instance.new("TextLabel")
  4068. local Name = Instance.new("TextLabel")
  4069. --Properties:
  4070. Gui.Name = "Gui"
  4071. Gui.Parent = plrs.LocalPlayer:WaitForChild("PlayerGui")
  4072.  
  4073. Move.Name = "Move"
  4074. Move.Parent = Gui
  4075. Move.BackgroundColor3 = Color3.new(0.0431373, 1, 0.0745098)
  4076. Move.BackgroundTransparency = 0.40000000596046
  4077. Move.BorderSizePixel = 0
  4078. Move.Position = UDim2.new(0.005, 0,0.018, 0)
  4079. Move.Size = UDim2.new(0.28141585, 0, 0.0320388414, 0)
  4080.  
  4081. Main.Name = "Main"
  4082. Main.Parent = Move
  4083. Main.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  4084. Main.BackgroundTransparency = 0.69999998807907
  4085. Main.Position = UDim2.new(0, 0, 0.995670795, 0)
  4086. Main.Size = UDim2.new(1.0000006, 0, 9.79697132, 0)
  4087.  
  4088. EspStatus.Name = "EspStatus"
  4089. EspStatus.Parent = Main
  4090. EspStatus.BackgroundColor3 = Color3.new(1, 1, 1)
  4091. EspStatus.BackgroundTransparency = 1
  4092. EspStatus.Size = UDim2.new(0.272955924, 0, 0.161862016, 0)
  4093. EspStatus.Font = Enum.Font.ArialBold
  4094. EspStatus.Text = "Press T to update Esp"
  4095. EspStatus.TextColor3 = Color3.new(0.0431373, 1, 0.0745098)
  4096. EspStatus.TextScaled = true
  4097. EspStatus.TextSize = 14
  4098. EspStatus.TextWrapped = true
  4099.  
  4100. st1.Name = "st1"
  4101. st1.Parent = Main
  4102. st1.BackgroundColor3 = Color3.new(1, 1, 1)
  4103. st1.BackgroundTransparency = 1
  4104. st1.Position = UDim2.new(0.271787882, 0, 0, 0)
  4105. st1.Size = UDim2.new(0.728211343, 0, 0.161862016, 0)
  4106. st1.Font = Enum.Font.ArialBold
  4107. st1.Text = "Press "..aimkey.." to lock on a person inside ur view"
  4108. st1.TextColor3 = Color3.new(0.0431373, 1, 0.0745098)
  4109. st1.TextScaled = true
  4110. st1.TextSize = 14
  4111. st1.TextWrapped = true
  4112.  
  4113. st1_2.Name = "st1"
  4114. st1_2.Parent = Main
  4115. st1_2.BackgroundColor3 = Color3.new(1, 1, 1)
  4116. st1_2.BackgroundTransparency = 1
  4117. st1_2.Position = UDim2.new(0, 0, 0.375590861, 0)
  4118. st1_2.Size = UDim2.new(0.999999881, 0, 0.161862016, 0)
  4119. st1_2.Font = Enum.Font.ArialBold
  4120. st1_2.Text = "Press L to enable esp loop"
  4121. st1_2.TextColor3 = Color3.new(0.0431373, 1, 0.0745098)
  4122. st1_2.TextScaled = true
  4123. st1_2.TextSize = 14
  4124. st1_2.TextWrapped = true
  4125.  
  4126. st1_3.Name = "st1"
  4127. st1_3.Parent = Main
  4128. st1_3.BackgroundColor3 = Color3.new(1, 1, 1)
  4129. st1_3.BackgroundTransparency = 1
  4130. st1_3.Position = UDim2.new(0, 0, 0.18558608, 0)
  4131. st1_3.Size = UDim2.new(0.999999881, 0, 0.161862016, 0)
  4132. st1_3.Font = Enum.Font.ArialBold
  4133. st1_3.Text = "Press O to change team based mode"
  4134. st1_3.TextColor3 = Color3.new(0.0431373, 1, 0.0745098)
  4135. st1_3.TextScaled = true
  4136. st1_3.TextSize = 14
  4137. st1_3.TextWrapped = true
  4138. local teambasedstatus = st1_3:Clone()
  4139. teambasedstatus.Parent = st1_3
  4140. teambasedstatus.TextScaled = true
  4141. teambasedstatus.Position = UDim2.new(0, 0,0.694, 0)
  4142. teambasedstatus.Text = tostring(TeamBased)
  4143.  
  4144. Name.Name = "Name"
  4145. Name.Parent = Move
  4146. Name.BackgroundColor3 = Color3.new(1, 1, 1)
  4147. Name.BackgroundTransparency = 1
  4148. Name.Size = UDim2.new(0.838, 0, 0.980000019, 0)
  4149. Name.Font = Enum.Font.Arial
  4150. Name.Text = "FPS gui v1.0"
  4151. Name.TextColor3 = Color3.new(0, 0, 0)
  4152. Name.TextScaled = true
  4153. Name.TextSize = 14
  4154. Name.TextWrapped = true
  4155. Name.TextXAlignment = Enum.TextXAlignment.Left
  4156. -- Scripts:
  4157.  
  4158.  
  4159. local plrsforaim = {}
  4160.  
  4161. local lplr = game:GetService("Players").LocalPlayer
  4162. Move.Draggable = true
  4163. Gui.ResetOnSpawn = false
  4164. Gui.Name = "Chat"
  4165. Gui.DisplayOrder = 999
  4166.  
  4167. Gui.Parent = plrs.LocalPlayer.PlayerGui
  4168.  
  4169.  
  4170. f = {}
  4171. local espforlder
  4172.  
  4173. f.addesp = function()
  4174. --print("ESP ran")
  4175. if espforlder then
  4176. else
  4177. espforlder = Instance.new("Folder")
  4178. espforlder.Parent = game.Workspace.CurrentCamera
  4179. end
  4180. for i, v in pairs(espforlder:GetChildren()) do
  4181. v:Destroy()
  4182. end
  4183. for _, plr in pairs(plrs:GetChildren()) do
  4184. if plr.Character and plr.Character.Humanoid.Health > 0 and plr.Name ~= lplr.Name then
  4185. if TeamBased == true then
  4186. if plr.Team.Name ~= plrs.LocalPlayer.Team.Name then
  4187. local e = espforlder:FindFirstChild(plr.Name)
  4188. if not e then
  4189. --print("Added esp for team based")
  4190. local bill = Instance.new("BillboardGui", espforlder)
  4191. bill.Name = plr.Name
  4192. bill.AlwaysOnTop = true
  4193. bill.Size = UDim2.new(1,0,1,0)
  4194. bill.Adornee = plr.Character.Head
  4195. local Frame = Instance.new('Frame',bill)
  4196. Frame.Active = true
  4197. Frame.BackgroundColor3 = Color3.new(0/255,255/255,0/255)
  4198. Frame.BackgroundTransparency = 0
  4199. Frame.BorderSizePixel = 0
  4200. Frame.AnchorPoint = Vector2.new(.5, .5)
  4201. Frame.Position = UDim2.new (0.5,0,0.5,0)
  4202. Frame.Size = UDim2.new (1,0,1,0)
  4203. Frame.Rotation = 0
  4204. plr.Character.Humanoid.Died:Connect(function()
  4205. bill:Destroy()
  4206. end)
  4207. end
  4208. end
  4209. else
  4210. local e = espforlder:FindFirstChild(plr.Name)
  4211. if not e then
  4212. --print("Added esp")
  4213. local bill = Instance.new("BillboardGui", espforlder)
  4214. bill.Name = plr.Name
  4215. bill.AlwaysOnTop = true
  4216. bill.Size = UDim2.new(1,0,1,0)
  4217. bill.Adornee = plr.Character.Head
  4218. local Frame = Instance.new('Frame',bill)
  4219. Frame.Active = true
  4220. Frame.BackgroundColor3 = Color3.new(0/255,255/255,0/255)
  4221. Frame.BackgroundTransparency = 0
  4222. Frame.BorderSizePixel = 0
  4223. Frame.AnchorPoint = Vector2.new(.5, .5)
  4224. Frame.Position = UDim2.new (0.5,0,0.5,0)
  4225. Frame.Size = UDim2.new (1,0,1,0)
  4226. Frame.Rotation = 0
  4227. plr.Character.Humanoid.Died:Connect(function()
  4228. bill:Destroy()
  4229. end)
  4230. end
  4231. end
  4232.  
  4233.  
  4234. end
  4235. end
  4236. end
  4237. local cam = game.Workspace.CurrentCamera
  4238.  
  4239. local mouse = lplr:GetMouse()
  4240. local switch = false
  4241. local key = "k"
  4242. local aimatpart = nil
  4243. mouse.KeyDown:Connect(function(a)
  4244. if a == "t" then
  4245. print("worked1")
  4246. f.addesp()
  4247. elseif a == "u" then
  4248. if raycast == true then
  4249. raycast = false
  4250. else
  4251. raycast = true
  4252. end
  4253. elseif a == "l" then
  4254. if autoesp == false then
  4255. autoesp = true
  4256. else
  4257. autoesp = false
  4258. end
  4259. end
  4260. if a == "j" then
  4261. if mouse.Target then
  4262. mouse.Target:Destroy()
  4263. end
  4264. end
  4265. if a == key then
  4266. if switch == false then
  4267. switch = true
  4268. else
  4269. switch = false
  4270. if aimatpart ~= nil then
  4271. aimatpart = nil
  4272. end
  4273. end
  4274. elseif a == teambasedswitch then
  4275. if TeamBased == true then
  4276. TeamBased = false
  4277. teambasedstatus.Text = tostring(TeamBased)
  4278. else
  4279. TeamBased = true
  4280. teambasedstatus.Text = tostring(TeamBased)
  4281. end
  4282. elseif a == aimkey then
  4283. if not aimatpart then
  4284. local maxangle = math.rad(20)
  4285. for i, plr in pairs(plrs:GetChildren()) do
  4286. if plr.Name ~= lplr.Name and plr.Character and plr.Character.Head and plr.Character.Humanoid and plr.Character.Humanoid.Health > 1 then
  4287. if TeamBased == true then
  4288. if plr.Team.Name ~= lplr.Team.Name then
  4289. local an = checkfov(plr.Character.Head)
  4290. if an < maxangle then
  4291. maxangle = an
  4292. aimatpart = plr.Character.Head
  4293. end
  4294. end
  4295. else
  4296. local an = checkfov(plr.Character.Head)
  4297. if an < maxangle then
  4298. maxangle = an
  4299. aimatpart = plr.Character.Head
  4300. end
  4301. print(plr)
  4302. end
  4303. plr.Character.Humanoid.Died:Connect(function()
  4304. if aimatpart.Parent == plr.Character or aimatpart == nil then
  4305. aimatpart = nil
  4306. end
  4307. end)
  4308. end
  4309. end
  4310. else
  4311. aimatpart = nil
  4312. end
  4313. end
  4314. end)
  4315.  
  4316. function getfovxyz (p0, p1, deg)
  4317. local x1, y1, z1 = p0:ToOrientation()
  4318. local cf = CFrame.new(p0.p, p1.p)
  4319. local x2, y2, z2 = cf:ToOrientation()
  4320. --local d = math.deg
  4321. if deg then
  4322. --return Vector3.new(d(x1-x2), d(y1-y2), d(z1-z2))
  4323. else
  4324. return Vector3.new((x1-x2), (y1-y2), (z1-z2))
  4325. end
  4326. end
  4327.  
  4328. function getaimbotplrs()
  4329. plrsforaim = {}
  4330. for i, plr in pairs(plrs:GetChildren()) do
  4331. if plr.Character and plr.Character.Humanoid and plr.Character.Humanoid.Health > 0 and plr.Name ~= lplr.Name and plr.Character.Head then
  4332.  
  4333. if TeamBased == true then
  4334. if plr.Team.Name ~= lplr.Team.Name then
  4335. local cf = CFrame.new(game.Workspace.CurrentCamera.CFrame.p, plr.Character.Head.CFrame.p)
  4336. local r = Ray.new(cf, cf.LookVector * 10000)
  4337. local ign = {}
  4338. for i, v in pairs(plrs.LocalPlayer.Character:GetChildren()) do
  4339. if v:IsA("BasePart") then
  4340. table.insert(ign , v)
  4341. end
  4342. end
  4343. local obj = game.Workspace:FindPartOnRayWithIgnoreList(r, ign)
  4344. if obj.Parent == plr.Character and obj.Parent ~= lplr.Character then
  4345. table.insert(plrsforaim, obj)
  4346. end
  4347. end
  4348. else
  4349. local cf = CFrame.new(game.Workspace.CurrentCamera.CFrame.p, plr.Character.Head.CFrame.p)
  4350. local r = Ray.new(cf, cf.LookVector * 10000)
  4351. local ign = {}
  4352. for i, v in pairs(plrs.LocalPlayer.Character:GetChildren()) do
  4353. if v:IsA("BasePart") then
  4354. table.insert(ign , v)
  4355. end
  4356. end
  4357. local obj = game.Workspace:FindPartOnRayWithIgnoreList(r, ign)
  4358. if obj.Parent == plr.Character and obj.Parent ~= lplr.Character then
  4359. table.insert(plrsforaim, obj)
  4360. end
  4361. end
  4362.  
  4363.  
  4364. end
  4365. end
  4366. end
  4367.  
  4368. function aimat(part)
  4369. cam.CFrame = CFrame.new(cam.CFrame.p, part.CFrame.p)
  4370. end
  4371. function checkfov (part)
  4372. local fov = getfovxyz(game.Workspace.CurrentCamera.CFrame, part.CFrame)
  4373. local angle = math.abs(fov.X) + math.abs(fov.Y)
  4374. return angle
  4375. end
  4376.  
  4377. game:GetService("RunService").RenderStepped:Connect(function()
  4378. if aimatpart then
  4379. aimat(aimatpart)
  4380. if aimatpart.Parent == plrs.LocalPlayer.Character then
  4381. aimatpart = nil
  4382. end
  4383. end
  4384.  
  4385.  
  4386. -- if switch == true then
  4387. -- local maxangle = 99999
  4388. --
  4389. -- --print("Loop")
  4390. -- if true and raycast == false then
  4391. -- for i, plr in pairs(plrs:GetChildren()) do
  4392. -- if plr.Name ~= lplr.Name and plr.Character and plr.Character.Head and plr.Character.Humanoid and plr.Character.Humanoid.Health > 1 then
  4393. -- if TeamBased then
  4394. -- if plr.Team.Name ~= lplr.Team.Name or plr.Team.TeamColor ~= lplr.Team.TeamColor then
  4395. -- local an = checkfov(plr.Character.Head)
  4396. -- if an < maxangle then
  4397. -- maxangle = an
  4398. -- aimatpart = plr.Character.Head
  4399. -- if an < lockangle then
  4400. -- break
  4401. -- end
  4402. -- end
  4403. -- end
  4404. -- else
  4405. -- local an = checkfov(plr.Character.Head)
  4406. -- if an < maxangle then
  4407. -- maxangle = an
  4408. -- aimatpart = plr.Character.Head
  4409. -- if an < lockangle then
  4410. -- break
  4411. -- end
  4412. -- end
  4413. -- end
  4414. --
  4415. --
  4416. --
  4417. --
  4418. -- end
  4419. -- end
  4420. -- elseif raycast == true then
  4421. --
  4422. -- end
  4423.  
  4424. if raycast == true and switch == false and not aimatpart then
  4425. getaimbotplrs()
  4426. aimatpart = nil
  4427. local maxangle = 999
  4428. for i, v in ipairs(plrsforaim) do
  4429. if v.Parent ~= lplr.Character then
  4430. local an = checkfov(v)
  4431. if an < maxangle and v ~= lplr.Character.Head then
  4432. maxangle = an
  4433. aimatpart = v
  4434. print(v:GetFullName())
  4435. v.Parent.Humanoid.Died:connect(function()
  4436. aimatpart = nil
  4437. end)
  4438. end
  4439. end
  4440. end
  4441.  
  4442. end
  4443. end)
  4444. delay(0, function()
  4445. while wait(espupdatetime) do
  4446. if autoesp == true then
  4447. pcall(function()
  4448. f.addesp()
  4449. end)
  4450. end
  4451. end
  4452. end)
  4453. warn("loaded")
  4454. end)
  4455.  
  4456. closegui.Name = "close gui"
  4457. closegui.Parent = MainGUI
  4458. closegui.BackgroundColor3 = Color3.new(1, 1, 1)
  4459. closegui.Position = UDim2.new(0.892828405, 0, 0.0474808663, 0)
  4460. closegui.Size = UDim2.new(0, 28, 0, 36)
  4461. closegui.Font = Enum.Font.SourceSansBold
  4462. closegui.Text = "X"
  4463. closegui.TextColor3 = Color3.new(0, 0, 0)
  4464. closegui.TextSize = 34
  4465.  
  4466. TextLabel.Parent = MainGUI
  4467. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  4468. TextLabel.BorderSizePixel = 3
  4469. TextLabel.Position = UDim2.new(0.0389667451, 0, 0.0325634778, 0)
  4470. TextLabel.Size = UDim2.new(0, 313, 0, 50)
  4471. TextLabel.Font = Enum.Font.SciFi
  4472. TextLabel.Text = "Aimbot/Esp"
  4473. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  4474. TextLabel.TextSize = 20
  4475.  
  4476. opengui.Name = "open gui"
  4477. opengui.Parent = strucidhack
  4478. opengui.BackgroundColor3 = Color3.new(1, 1, 1)
  4479. opengui.Position = UDim2.new(0.0198300499, 0, 0.925072074, 0)
  4480. opengui.Size = UDim2.new(0, 19, 0, 22)
  4481.  
  4482. open.Name = "open"
  4483. open.Parent = opengui
  4484. closegui.MouseButton1Click:connect(function()
  4485. MainGUI.Visible = false
  4486. opengui.Visible = true
  4487. end)
  4488. open.BackgroundColor3 = Color3.new(1, 1, 1)
  4489. open.Position = UDim2.new(-0.746906042, 0, -0.172385469, 0)
  4490. open.Size = UDim2.new(0, 65, 0, 29)
  4491. open.Font = Enum.Font.SourceSans
  4492. open.Text = "Open gui"
  4493. open.TextColor3 = Color3.new(0, 0, 0)
  4494. open.TextSize = 14
  4495. open.MouseButton1Click:connect(function()
  4496. MainGUI.Visible = true
  4497. opengui.Visible = false
  4498. end)
  4499. end)
  4500.  
  4501. respawn.Name = "respawn"
  4502. respawn.Parent = main
  4503. respawn.BackgroundColor3 = Color3.new(0.333333, 0, 0.498039)
  4504. respawn.Position = UDim2.new(0.33420366, 0, 0.557620823, 0)
  4505. respawn.Size = UDim2.new(0, 111, 0, 32)
  4506. respawn.Font = Enum.Font.GothamBold
  4507. respawn.Text = "Fast Respawn"
  4508. respawn.TextColor3 = Color3.new(0, 1, 1)
  4509. respawn.TextSize = 14
  4510. respawn.MouseButton1Down:connect(function()
  4511. game.Workspace.Remote.loadchar:InvokeServer(game.Players:GetChildren())
  4512. end)
  4513.  
  4514. lag.Name = "lag"
  4515. lag.Parent = main
  4516. lag.BackgroundColor3 = Color3.new(0.333333, 0, 0.498039)
  4517. lag.Position = UDim2.new(0.652741492, 0, 0.557620823, 0)
  4518. lag.Size = UDim2.new(0, 112, 0, 32)
  4519. lag.Font = Enum.Font.GothamBold
  4520. lag.Text = "Lag Server"
  4521. lag.TextColor3 = Color3.new(0.333333, 1, 1)
  4522. lag.TextSize = 14
  4523. lag.MouseButton1Down:connect(function()
  4524. local toolamount = 250
  4525. x = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  4526. wait()
  4527. local LocalPlayer = game:GetService("Players").LocalPlayer
  4528. local died = false
  4529. local savepos = LocalPlayer.Character.HumanoidRootPart.CFrame
  4530. repeat
  4531. for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do
  4532. if tool:IsA("Tool") then
  4533. tool.Parent = LocalPlayer
  4534. end
  4535. end
  4536. LocalPlayer.Character:ClearAllChildren()
  4537. local char = Instance.new("Model", workspace)
  4538. char.Name = "character"
  4539. Instance.new("Part", char).Name = "Torso";
  4540. Instance.new("Part", char).Name = "Head";
  4541. Instance.new("Humanoid", char).Name = "Humanoid";
  4542. LocalPlayer.Character = char
  4543. repeat wait() until LocalPlayer.Character
  4544. until #LocalPlayer:GetChildren() - 4 >= toolamount
  4545. for _, char in pairs(workspace:GetChildren()) do
  4546. if char.Name == "character" and char:IsA("Model") then
  4547. char:Destroy()
  4548. end
  4549. end
  4550. repeat wait() until LocalPlayer.Character.HumanoidRootPart
  4551. LocalPlayer.Character.HumanoidRootPart.CFrame = savepos
  4552. for _, tool in pairs(LocalPlayer:GetChildren()) do
  4553. if tool:IsA("Tool") then
  4554. tool.Parent = LocalPlayer.Backpack
  4555. end
  4556. end
  4557. wait(0.5)
  4558. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  4559. if v:IsA("Tool") then
  4560. v.Parent = game.Players.LocalPlayer.Character
  4561. end
  4562. end
  4563. wait(0.5)
  4564. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  4565. if (v:IsA("Tool")) then
  4566. v.Parent = workspace
  4567. end
  4568. end
  4569. wait()
  4570. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  4571. wait(0.85)
  4572. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = x
  4573. end)
  4574. -- Scripts:
  4575.  
  4576. -- Farewell Infortality. - Bypass With Anti Ban Has Been Made By Blue
  4577. -- Booga Kuy Hub Version: 2.0
  4578. -- Instances: - Project Kuy Hub
  4579. local StartGui = Instance.new("ScreenGui")
  4580. local StartFrame = Instance.new("Frame")
  4581. local Name = Instance.new("TextLabel")
  4582. local Run = Instance.new("TextButton")
  4583. local HELP = Instance.new("TextButton")
  4584. local BypassActived = Instance.new("TextButton")
  4585. local ImageLabel = Instance.new("ImageLabel")
  4586. local POWER = Instance.new("TextLabel")
  4587. local VERSION = Instance.new("TextButton")
  4588. local MAKEBY = Instance.new("TextLabel")
  4589. local TextLabel = Instance.new("TextLabel")
  4590. local Open = Instance.new("TextButton")
  4591. local Fram = Instance.new("Frame")
  4592. local Namegui = Instance.new("TextLabel")
  4593. local mainframe = Instance.new("Frame")
  4594. local RAINBOW = Instance.new("TextButton")
  4595. local BoogaBitchV2 = Instance.new("TextButton")
  4596. local ADMIN = Instance.new("TextButton")
  4597. local BBG = Instance.new("TextButton")
  4598. local BoogaFucker = Instance.new("TextButton")
  4599. local Exit = Instance.new("TextButton")
  4600. local OnyxHUB = Instance.new("TextButton")
  4601. local Rainbow = Instance.new("Frame")
  4602. local BYPASS2 = Instance.new("TextLabel")
  4603. local Frame = Instance.new("Frame")
  4604. local MOJOCRAFT = Instance.new("TextButton")
  4605. local BillboardGui = Instance.new("BillboardGui")
  4606. local FEKILL = Instance.new("TextButton")
  4607. local aimbot = Instance.new("TextButton")
  4608. local GUIMADEBYPEEMAIGAMERTV = Instance.new("TextLabel")
  4609. local FUCKYOU = Instance.new("TextLabel")
  4610. local ANTIBAN = Instance.new("Frame")
  4611. local Antiban = Instance.new("TextLabel")
  4612. --Properties:
  4613. StartGui.Name = "StartGui"
  4614. StartGui.Parent = game.CoreGui
  4615.  
  4616.  
  4617. StartFrame.Name = "StartFrame"
  4618. StartFrame.Parent = StartGui
  4619. StartFrame.Active = true
  4620. StartFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  4621. StartFrame.BorderColor3 = Color3.new(0, 1, 0)
  4622. StartFrame.Position = UDim2.new(0.421178341, 0, 0.31181103, 0)
  4623. StartFrame.Selectable = true
  4624. StartFrame.Size = UDim2.new(0, 303, 0, 238)
  4625. StartFrame.Style = Enum.FrameStyle.RobloxRound
  4626. StartFrame.Draggable = true
  4627.  
  4628.  
  4629. Name.Name = "Name"
  4630. Name.Parent = StartFrame
  4631. Name.BackgroundColor3 = Color3.new(0, 0, 0)
  4632. Name.Position = UDim2.new(0.046193745, 0, 0.0526446179, 0)
  4633. Name.Size = UDim2.new(0, 260, 0, 50)
  4634. Name.Font = Enum.Font.GothamBold
  4635. Name.Text = "BOOGA KUY HUB"
  4636. Name.TextColor3 = Color3.new(0.933333, 0.933333, 0.933333)
  4637. Name.TextScaled = true
  4638. Name.TextSize = 14
  4639. Name.TextWrapped = true
  4640.  
  4641.  
  4642. Run.Name = "Run"
  4643. Run.Parent = StartFrame
  4644. Run.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  4645. Run.Position = UDim2.new(0.123952731, 0, 0.332819074, 0)
  4646. Run.Size = UDim2.new(0, 213, 0, 50)
  4647. Run.Font = Enum.Font.Highway
  4648. Run.Text = "START THE GUI"
  4649. Run.TextColor3 = Color3.new(1, 0, 0)
  4650. Run.TextScaled = true
  4651. Run.TextSize = 14
  4652. Run.TextWrapped = true
  4653. Run.MouseButton1Down:connect(function()
  4654. Fram.Visible = true
  4655. RAINBOW.Visible = true
  4656. Frame.Visible = true
  4657. mainframe.Visible = true
  4658. StartFrame.Visible = false
  4659. Open.Visible = true
  4660. ANTIBAN.Visible = true
  4661. end)
  4662.  
  4663.  
  4664. HELP.Name = "HELP"
  4665. HELP.Parent = StartFrame
  4666. HELP.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  4667. HELP.Position = UDim2.new(0.122693561, 0, 0.591752768, 0)
  4668. HELP.Size = UDim2.new(0, 213, 0, 50)
  4669. HELP.Font = Enum.Font.Highway
  4670. HELP.Text = "REMOVE ANTI EXPLOIT"
  4671. HELP.TextColor3 = Color3.new(1, 0, 0)
  4672. HELP.TextScaled = true
  4673. HELP.TextSize = 14
  4674. HELP.TextWrapped = true
  4675.  
  4676.  
  4677. BypassActived.Name = "Bypass Actived"
  4678. BypassActived.Parent = StartFrame
  4679. BypassActived.BackgroundColor3 = Color3.new(0, 1, 0)
  4680. BypassActived.Position = UDim2.new(0.122673817, 0, 0.858442008, 0)
  4681. BypassActived.Size = UDim2.new(0, 207, 0, 31)
  4682. BypassActived.Font = Enum.Font.SciFi
  4683. BypassActived.Text = "Bypass Actived"
  4684. BypassActived.TextColor3 = Color3.new(0, 0, 0)
  4685. BypassActived.TextScaled = true
  4686. BypassActived.TextSize = 14
  4687. BypassActived.TextWrapped = true
  4688.  
  4689.  
  4690. ImageLabel.Parent = BypassActived
  4691. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  4692. ImageLabel.Position = UDim2.new(1, 0, 0, 0)
  4693. ImageLabel.Size = UDim2.new(0, 31, 0, 31)
  4694. ImageLabel.Image = "rbxassetid://185871276"
  4695.  
  4696.  
  4697. POWER.Name = "POWER"
  4698. POWER.Parent = StartFrame
  4699. POWER.BackgroundColor3 = Color3.new(0.415686, 0.415686, 0.415686)
  4700. POWER.Position = UDim2.new(0.0414444804, 0, -0.0352729373, 0)
  4701. POWER.Size = UDim2.new(0, 260, 0, 22)
  4702. POWER.Font = Enum.Font.GothamBold
  4703. POWER.Text = "POWERED BY GUESTNOOB TEAM"
  4704. POWER.TextColor3 = Color3.new(0, 0, 0)
  4705. POWER.TextScaled = true
  4706. POWER.TextSize = 14
  4707. POWER.TextWrapped = true
  4708.  
  4709.  
  4710. VERSION.Name = "VERSION"
  4711. VERSION.Parent = StartFrame
  4712. VERSION.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  4713. VERSION.Position = UDim2.new(0.946220577, 0, -0.0385662392, 0)
  4714. VERSION.Size = UDim2.new(0, 26, 0, 31)
  4715. VERSION.Font = Enum.Font.GothamBlack
  4716. VERSION.Text = "V2"
  4717. VERSION.TextColor3 = Color3.new(0, 0, 0)
  4718. VERSION.TextSize = 14
  4719.  
  4720.  
  4721. MAKEBY.Name = "MAKE BY"
  4722. MAKEBY.Parent = StartFrame
  4723. MAKEBY.BackgroundColor3 = Color3.new(0.372549, 0.372549, 0.372549)
  4724. MAKEBY.Position = UDim2.new(0.0386473425, 0, 14.7222223, 0)
  4725. MAKEBY.Size = UDim2.new(0, 200, 0, 13)
  4726. MAKEBY.Font = Enum.Font.GothamBlack
  4727. MAKEBY.Text = "ANTI BAN BY.BLUE"
  4728. MAKEBY.TextColor3 = Color3.new(0, 1, 1)
  4729. MAKEBY.TextSize = 14
  4730.  
  4731.  
  4732. TextLabel.Parent = StartFrame
  4733. TextLabel.BackgroundColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  4734. TextLabel.Position = UDim2.new(0.126152813, 0, 0.273780257, 0)
  4735. TextLabel.Size = UDim2.new(0, 212, 0, 19)
  4736. TextLabel.Font = Enum.Font.GothamBlack
  4737. TextLabel.Text = "anti ban was made by.blue"
  4738. TextLabel.TextColor3 = Color3.new(0, 1, 1)
  4739. TextLabel.TextSize = 14
  4740.  
  4741.  
  4742. Open.Name = "Open"
  4743. Open.Parent = StartGui
  4744. Open.BackgroundColor3 = Color3.new(0.666667, 0.333333, 1)
  4745. Open.BorderColor3 = Color3.new(0.666667, 0, 1)
  4746. Open.Position = UDim2.new(0.0111464849, 0, 0.396850437, 0)
  4747. Open.Selectable = false
  4748. Open.Size = UDim2.new(0, 127, 0, 48)
  4749. Open.Visible = false
  4750. Open.Font = Enum.Font.Cartoon
  4751. Open.Text = "OPEN THE GUI"
  4752. Open.TextColor3 = Color3.new(0, 0, 0)
  4753. Open.TextScaled = true
  4754. Open.TextSize = 14
  4755. Open.TextWrapped = true
  4756. Open.MouseButton1Click:connect(function()
  4757. Fram.Visible = true
  4758. mainframe.Visible = true
  4759. Frame.Visible = true
  4760. RAINBOW.Visible = true
  4761. Open.Visible = false
  4762. end)
  4763.  
  4764.  
  4765. Fram.Name = "Fram"
  4766. Fram.Parent = StartGui
  4767. Fram.Active = true
  4768. Fram.BackgroundColor3 = Color3.new(0.184314, 0.184314, 0.184314)
  4769. Fram.Position = UDim2.new(0.382165611, 0, 0.250393689, 0)
  4770. Fram.Selectable = true
  4771. Fram.Size = UDim2.new(0, 414, 0, 452)
  4772. Fram.Visible = false
  4773. Fram.Style = Enum.FrameStyle.RobloxRound
  4774. Fram.Draggable = true
  4775.  
  4776.  
  4777. Namegui.Name = "Namegui"
  4778. Namegui.Parent = Fram
  4779. Namegui.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  4780. Namegui.Position = UDim2.new(0.00464427564, 0, 0.0519442223, 0)
  4781. Namegui.Size = UDim2.new(0, 392, 0, 50)
  4782. Namegui.Font = Enum.Font.Cartoon
  4783. Namegui.Text = "BOOGA KUY HUB V2"
  4784. Namegui.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  4785. Namegui.TextScaled = true
  4786. Namegui.TextSize = 14
  4787. Namegui.TextStrokeColor3 = Color3.new(1, 1, 1)
  4788. Namegui.TextWrapped = true
  4789.  
  4790.  
  4791. mainframe.Name = "mainframe"
  4792. mainframe.Parent = Fram
  4793. mainframe.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  4794. mainframe.Position = UDim2.new(0.00144155091, 0, 0.18895106, 0)
  4795. mainframe.Size = UDim2.new(0, 392, 0, 299)
  4796.  
  4797.  
  4798. RAINBOW.Name = "RAINBOW"
  4799. RAINBOW.Parent = Fram
  4800. RAINBOW.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  4801. RAINBOW.Position = UDim2.new(0.027227724, 0, 0.409299195, 0)
  4802. RAINBOW.Size = UDim2.new(0, 182, 0, 50)
  4803. RAINBOW.Font = Enum.Font.GothamBlack
  4804. RAINBOW.Text = "[PATCHED] FRAM"
  4805. RAINBOW.TextColor3 = Color3.new(0, 0, 0)
  4806. RAINBOW.TextScaled = true
  4807. RAINBOW.TextSize = 14
  4808. RAINBOW.TextWrapped = true
  4809.  
  4810.  
  4811. BoogaBitchV2.Name = "BoogaBitchV2"
  4812. BoogaBitchV2.Parent = Fram
  4813. BoogaBitchV2.BackgroundColor3 = Color3.new(1, 0, 0)
  4814. BoogaBitchV2.BorderColor3 = Color3.new(1, 0.333333, 0)
  4815. BoogaBitchV2.Position = UDim2.new(0.511923075, 0, 0.243334323, 0)
  4816. BoogaBitchV2.Size = UDim2.new(0, 178, 0, 51)
  4817. BoogaBitchV2.Font = Enum.Font.GothamBlack
  4818. BoogaBitchV2.Text = "BOOGABITCHEDV2"
  4819. BoogaBitchV2.TextColor3 = Color3.new(0, 0, 0)
  4820. BoogaBitchV2.TextScaled = true
  4821. BoogaBitchV2.TextSize = 14
  4822. BoogaBitchV2.TextWrapped = true
  4823.  
  4824.  
  4825. ADMIN.Name = "ADMIN"
  4826. ADMIN.Parent = Fram
  4827. ADMIN.BackgroundColor3 = Color3.new(1, 0, 0)
  4828. ADMIN.Position = UDim2.new(0.00474983267, 0, 0.925426841, 0)
  4829. ADMIN.Size = UDim2.new(0, 187, 0, 28)
  4830. ADMIN.Text = "become Admin"
  4831. ADMIN.TextColor3 = Color3.new(0, 0, 0)
  4832. ADMIN.TextScaled = true
  4833. ADMIN.TextSize = 14
  4834. ADMIN.TextWrapped = true
  4835.  
  4836.  
  4837. BBG.Name = "BBG"
  4838. BBG.Parent = Fram
  4839. BBG.BackgroundColor3 = Color3.new(1, 0, 0)
  4840. BBG.Position = UDim2.new(0.0257123131, 0, 0.732394934, 0)
  4841. BBG.Size = UDim2.new(0, 182, 0, 50)
  4842. BBG.Font = Enum.Font.GothamBlack
  4843. BBG.Text = "BBG"
  4844. BBG.TextColor3 = Color3.new(0, 0, 0)
  4845. BBG.TextScaled = true
  4846. BBG.TextSize = 14
  4847. BBG.TextWrapped = true
  4848.  
  4849.  
  4850. BoogaFucker.Name = "BoogaFucker"
  4851. BoogaFucker.Parent = Fram
  4852. BoogaFucker.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
  4853. BoogaFucker.Position = UDim2.new(0.514586031, 0, 0.410867006, 0)
  4854. BoogaFucker.Size = UDim2.new(0, 177, 0, 50)
  4855. BoogaFucker.Modal = true
  4856. BoogaFucker.Font = Enum.Font.GothamBlack
  4857. BoogaFucker.Text = "BoogaFucker"
  4858. BoogaFucker.TextColor3 = Color3.new(0, 0, 0)
  4859. BoogaFucker.TextScaled = true
  4860. BoogaFucker.TextSize = 14
  4861. BoogaFucker.TextWrapped = true
  4862.  
  4863.  
  4864. Exit.Name = "Exit"
  4865. Exit.Parent = Fram
  4866. Exit.BackgroundColor3 = Color3.new(1, 0, 0)
  4867. Exit.Position = UDim2.new(0.924366713, 0, -0.0199115053, 0)
  4868. Exit.Size = UDim2.new(0, 37, 0, 20)
  4869. Exit.Font = Enum.Font.SourceSans
  4870. Exit.Text = "X"
  4871. Exit.TextColor3 = Color3.new(0, 0, 0)
  4872. Exit.TextScaled = true
  4873. Exit.TextSize = 14
  4874. Exit.TextWrapped = true
  4875. Exit.MouseButton1Click:connect(function()
  4876. Fram.Visible = false
  4877. mainframe.Visible = false
  4878. Frame.Visible = false
  4879. RAINBOW.Visible = false
  4880. Open.Visible = true
  4881. end)
  4882.  
  4883.  
  4884. OnyxHUB.Name = "OnyxHUB"
  4885. OnyxHUB.Parent = Fram
  4886. OnyxHUB.BackgroundColor3 = Color3.new(1, 0, 0)
  4887. OnyxHUB.Position = UDim2.new(0.513195515, 0, 0.732822478, 0)
  4888. OnyxHUB.Size = UDim2.new(0, 177, 0, 50)
  4889. OnyxHUB.Font = Enum.Font.GothamBlack
  4890. OnyxHUB.Text = "OnyxHUB"
  4891. OnyxHUB.TextColor3 = Color3.new(0, 0, 0)
  4892. OnyxHUB.TextScaled = true
  4893. OnyxHUB.TextSize = 14
  4894. OnyxHUB.TextWrapped = true
  4895.  
  4896.  
  4897. Rainbow.Name = "Rainbow"
  4898. Rainbow.Parent = Fram
  4899. Rainbow.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  4900. Rainbow.Position = UDim2.new(0.00271650776, 0, 0.875051558, 0)
  4901. Rainbow.Size = UDim2.new(0, 389, 0, 21)
  4902.  
  4903.  
  4904. BYPASS2.Name = "BYPASS2"
  4905. BYPASS2.Parent = Fram
  4906. BYPASS2.BackgroundColor3 = Color3.new(0, 1, 1)
  4907. BYPASS2.Position = UDim2.new(0.477137923, 0, 0.924601436, 0)
  4908. BYPASS2.Size = UDim2.new(0, 200, 0, 27)
  4909. BYPASS2.Text = "FE-ANTIBAN - EN"
  4910. BYPASS2.TextColor3 = Color3.new(0, 0, 0)
  4911. BYPASS2.TextSize = 14
  4912.  
  4913.  
  4914. Frame.Parent = Fram
  4915. Frame.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  4916. Frame.Position = UDim2.new(0.00204570964, 0, 0.188230529, 0)
  4917. Frame.Size = UDim2.new(0, 392, 0, 14)
  4918.  
  4919.  
  4920. MOJOCRAFT.Name = "MOJO CRAFT"
  4921. MOJOCRAFT.Parent = Fram
  4922. MOJOCRAFT.BackgroundColor3 = Color3.new(1, 1, 0)
  4923. MOJOCRAFT.BorderColor3 = Color3.new(1, 1, 0.498039)
  4924. MOJOCRAFT.Position = UDim2.new(0.0350364782, 0, 0.243633732, 0)
  4925. MOJOCRAFT.Size = UDim2.new(0, 178, 0, 50)
  4926. MOJOCRAFT.Font = Enum.Font.GothamBlack
  4927. MOJOCRAFT.Text = "MOJO CRAFT"
  4928. MOJOCRAFT.TextColor3 = Color3.new(0.203922, 0.203922, 0)
  4929. MOJOCRAFT.TextScaled = true
  4930. MOJOCRAFT.TextSize = 14
  4931. MOJOCRAFT.TextWrapped = true
  4932.  
  4933.  
  4934. FEKILL.Name = "FEKILL"
  4935. FEKILL.Parent = Fram
  4936. FEKILL.BackgroundColor3 = Color3.new(1, 0, 0)
  4937. FEKILL.Position = UDim2.new(0.0246204603, 0, 0.570873439, 0)
  4938. FEKILL.Size = UDim2.new(0, 182, 0, 50)
  4939. FEKILL.Font = Enum.Font.GothamBlack
  4940. FEKILL.Text = "[ OP ] FE KILL V2"
  4941. FEKILL.TextColor3 = Color3.new(0, 0, 0)
  4942. FEKILL.TextScaled = true
  4943. FEKILL.TextSize = 14
  4944. FEKILL.TextWrapped = true
  4945.  
  4946.  
  4947. aimbot.Name = "aimbot"
  4948. aimbot.Parent = Fram
  4949. aimbot.BackgroundColor3 = Color3.new(0, 1, 0)
  4950. aimbot.Position = UDim2.new(0.512886941, 0, 0.571486533, 0)
  4951. aimbot.Size = UDim2.new(0, 177, 0, 50)
  4952. aimbot.Font = Enum.Font.GothamBlack
  4953. aimbot.Text = "AIMBOT HACK"
  4954. aimbot.TextColor3 = Color3.new(0, 0, 0)
  4955. aimbot.TextScaled = true
  4956. aimbot.TextSize = 14
  4957. aimbot.TextWrapped = true
  4958.  
  4959.  
  4960. GUIMADEBYPEEMAIGAMERTV.Name = "GUI MADE BY PEEMAI GAMERTV"
  4961. GUIMADEBYPEEMAIGAMERTV.Parent = Fram
  4962. GUIMADEBYPEEMAIGAMERTV.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
  4963. GUIMADEBYPEEMAIGAMERTV.Position = UDim2.new(0.00736166537, 0, 0.866602778, 0)
  4964. GUIMADEBYPEEMAIGAMERTV.Size = UDim2.new(0, 387, 0, 25)
  4965. GUIMADEBYPEEMAIGAMERTV.Font = Enum.Font.GothamBlack
  4966. GUIMADEBYPEEMAIGAMERTV.Text = "GUI MADE BY PEEMAI GAMERTV"
  4967. GUIMADEBYPEEMAIGAMERTV.TextColor3 = Color3.new(0, 0, 0)
  4968. GUIMADEBYPEEMAIGAMERTV.TextScaled = true
  4969. GUIMADEBYPEEMAIGAMERTV.TextSize = 14
  4970. GUIMADEBYPEEMAIGAMERTV.TextWrapped = true
  4971.  
  4972.  
  4973. FUCKYOU.Name = "FUCK YOU"
  4974. FUCKYOU.Parent = Fram
  4975. FUCKYOU.BackgroundColor3 = Color3.new(1, 1, 1)
  4976. FUCKYOU.Position = UDim2.new(0.000137096271, 0, -0.00371993612, 0)
  4977. FUCKYOU.Size = UDim2.new(0, 200, 0, 24)
  4978. FUCKYOU.Font = Enum.Font.GothamBlack
  4979. FUCKYOU.Text = "COPYRIGHT 2019 - BOOGA BOOGA GUI"
  4980. FUCKYOU.TextColor3 = Color3.new(0, 0, 0)
  4981. FUCKYOU.TextScaled = true
  4982. FUCKYOU.TextSize = 14
  4983. FUCKYOU.TextWrapped = true
  4984.  
  4985.  
  4986. ANTIBAN.Name = "ANTIBAN"
  4987. ANTIBAN.Parent = StartGui
  4988. ANTIBAN.BackgroundColor3 = Color3.new(1, 1, 1)
  4989. ANTIBAN.Position = UDim2.new(0.455414027, 0, 0.00157481513, 0)
  4990. ANTIBAN.Size = UDim2.new(0, 207, 0, 18)
  4991. ANTIBAN.Visible = false
  4992.  
  4993.  
  4994. Antiban.Name = "Antiban?"
  4995. Antiban.Parent = ANTIBAN
  4996. Antiban.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  4997. Antiban.Position = UDim2.new(-0.00326965633, 0, -0.0103235245, 0)
  4998. Antiban.Size = UDim2.new(0, 208, 0, 19)
  4999. Antiban.Font = Enum.Font.GothamBlack
  5000. Antiban.Text = "ANTI BAN V.1 - ON"
  5001. Antiban.TextColor3 = Color3.new(1, 0, 0.0156863)
  5002. Antiban.TextScaled = true
  5003. Antiban.TextSize = 14
  5004. Antiban.TextWrapped = true
  5005.  
  5006.  
  5007. -- Scripts:
  5008. MOJOCRAFT.MouseButton1Down:connect(function()
  5009. loadstring(game:HttpGet("https://pastebin.com/raw/NPc9MFnL", true))()
  5010. end)
  5011.  
  5012. OnyxHUB.MouseButton1Down:connect(function()
  5013. loadstring(game:HttpGet("https://pastebin.com/raw/T4CMx3vi", true))()
  5014. end)
  5015.  
  5016. BoogaBitchV2.MouseButton1Down:connect(function()
  5017. loadstring(game:HttpGet("https://pastebin.com/raw/yigKxDrK", true))()
  5018. end)
  5019.  
  5020. craftgui.MouseButton1Down:connect(function()
  5021. loadstring(game:HttpGet("https//https://pastebin.com/raw/spgZDKr2", true))()
  5022. end)
  5023.  
  5024. BoogaFucker.MouseButton1Down:connect(function()
  5025. loadstring(game:HttpGet("https://pastebin.com/raw/ML0bP1A7", true))()
  5026. end)
  5027.  
  5028. FEKILL.MouseButton1Down:connect(function()
  5029. loadstring(game:HttpGet("https://pastebin.com/raw/43u4BPx8", true))()
  5030. end)
  5031.  
  5032. aimbot.MouseButton1Down:connect(function()
  5033. loadstring(game:HttpGet("https://pastebin.com/raw/KJzGu42u", true))()
  5034. end)
  5035.  
  5036. ADMIN.MouseButton1Down:connect(function()
  5037. loadstring(game:HttpGet("https://pastebin.com/raw/nLGnSxt1", true))()
  5038. end)
  5039.  
  5040. -- Objects
  5041.  
  5042. local ScreenGui = Instance.new("ScreenGui")
  5043. local Open = Instance.new("TextButton")
  5044. local Booga = Instance.new("Frame")
  5045. local BoogaTop = Instance.new("Frame")
  5046. local Title = Instance.new("TextLabel")
  5047. local Exit = Instance.new("TextButton")
  5048. local Speed = Instance.new("TextButton")
  5049. local SpeedBind = Instance.new("TextBox")
  5050. local AutoPickUp = Instance.new("TextButton")
  5051. local AutoPickUpBind = Instance.new("TextBox")
  5052. local AutoBreak = Instance.new("TextButton")
  5053. local Breakkey = Instance.new("TextBox")
  5054. local InfinityChest = Instance.new("TextButton")
  5055. local GodHut = Instance.new("TextButton")
  5056. local RevizV2 = Instance.new("TextButton")
  5057. local AutoEatbtn = Instance.new("TextButton")
  5058. local VoidTpbtn = Instance.new("TextButton")
  5059. local RemoveAllEffectsbtn = Instance.new("TextButton")
  5060. local CraftAnyItem = Instance.new("TextButton")
  5061. local CraftItem = Instance.new("TextBox")
  5062. local ESPbtn = Instance.new("TextButton")
  5063. local DropAllItemsbtn = Instance.new("TextButton")
  5064. local RemoveRainbtn = Instance.new("TextButton")
  5065. local TpSpambtn = Instance.new("TextButton")
  5066. local AutoCampfirebtn = Instance.new("TextButton")
  5067. local AutoWallTrapbtn = Instance.new("TextButton")
  5068. local AutoEatFoodNamekb = Instance.new("TextBox")
  5069. local TpSpamPlayerNamekb = Instance.new("TextBox")
  5070. local DropAllItemsItemNamekb = Instance.new("TextBox")
  5071. local DropAllItemskb = Instance.new("TextBox")
  5072. local AutoEatkb = Instance.new("TextBox")
  5073. local Recipes = Instance.new("TextButton")
  5074. local Credits = Instance.new("TextLabel")
  5075. local Booga2 = Instance.new("Frame")
  5076. local BoogaTop2 = Instance.new("Frame")
  5077. local Exit2 = Instance.new("TextButton")
  5078. local EmeraldHelmet = Instance.new("TextButton")
  5079. local EmeraldDivider = Instance.new("Frame")
  5080. local EmeraldChestplate = Instance.new("TextButton")
  5081. local EmeraldPick = Instance.new("TextButton")
  5082. local EmeraldGreaves = Instance.new("TextButton")
  5083. local EmeraldBlade = Instance.new("TextButton")
  5084. local EmeraldAxe = Instance.new("TextButton")
  5085. local EmeraldBag = Instance.new("TextButton")
  5086. local VoidShroud = Instance.new("TextButton")
  5087. local EmeraldDivider2 = Instance.new("Frame")
  5088. local GodDivider = Instance.new("Frame")
  5089. local GodDivider2 = Instance.new("Frame")
  5090. local GodRock = Instance.new("TextButton")
  5091. local GodHalo = Instance.new("TextButton")
  5092. local GodChestplate = Instance.new("TextButton")
  5093. local GodAxe = Instance.new("TextButton")
  5094. local GodBag = Instance.new("TextButton")
  5095. local GodLegs = Instance.new("TextButton")
  5096. local GodPick = Instance.new("TextButton")
  5097. local VoidChestplate = Instance.new("TextButton")
  5098. local VoidDivider2 = Instance.new("Frame")
  5099. local VoidDivider = Instance.new("Frame")
  5100. local VoidBag = Instance.new("TextButton")
  5101. local VoidGreaves = Instance.new("TextButton")
  5102. local OOFHorn = Instance.new("TextButton")
  5103.  
  5104. -- Properties
  5105.  
  5106. ScreenGui.Parent = game.CoreGui
  5107.  
  5108. Open.Name = "Open"
  5109. Open.Parent = ScreenGui
  5110. Open.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5111. Open.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5112. Open.BorderSizePixel = 2
  5113. Open.Position = UDim2.new(0.433682919, 0, 0.0281030443, 0)
  5114. Open.Size = UDim2.new(0, 151, 0, 26)
  5115. Open.Font = Enum.Font.SourceSansSemibold
  5116. Open.Text = "Open/Close"
  5117. Open.TextColor3 = Color3.new(1, 1, 1)
  5118. Open.TextScaled = true
  5119. Open.TextSize = 14
  5120. Open.TextWrapped = true
  5121.  
  5122. Booga.Name = "Booga"
  5123. Booga.Parent = ScreenGui
  5124. Booga.Active = true
  5125. Booga.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5126. Booga.BackgroundTransparency = 0.30000001192093
  5127. Booga.BorderColor3 = Color3.new(1, 0, 0.498039)
  5128. Booga.BorderSizePixel = 2
  5129. Booga.Position = UDim2.new(1.70000005, 1, 1.70000005, 1)
  5130. Booga.Size = UDim2.new(0, 474, 0, 468)
  5131.  
  5132. BoogaTop.Name = "BoogaTop"
  5133. BoogaTop.Parent = Booga
  5134. BoogaTop.Active = true
  5135. BoogaTop.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5136. BoogaTop.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5137. BoogaTop.BorderSizePixel = 2
  5138. BoogaTop.Size = UDim2.new(0, 474, 0, 27)
  5139.  
  5140. Title.Name = "Title"
  5141. Title.Parent = BoogaTop
  5142. Title.Active = true
  5143. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  5144. Title.BackgroundTransparency = 1
  5145. Title.BorderSizePixel = 0
  5146. Title.Position = UDim2.new(0.00210970454, 0, 0, 0)
  5147. Title.Size = UDim2.new(0, 473, 0, 27)
  5148. Title.Font = Enum.Font.SourceSansSemibold
  5149. Title.Text = "Booga Bitches Revamp V2"
  5150. Title.TextColor3 = Color3.new(1, 1, 1)
  5151. Title.TextScaled = true
  5152. Title.TextSize = 14
  5153. Title.TextWrapped = true
  5154.  
  5155. Exit.Name = "Exit"
  5156. Exit.Parent = Booga
  5157. Exit.BackgroundColor3 = Color3.new(0.901961, 0.380392, 0.380392)
  5158. Exit.BorderSizePixel = 0
  5159. Exit.Position = UDim2.new(0.915611804, 0, 0.00854700897, 0)
  5160. Exit.Size = UDim2.new(0, 28, 0, 19)
  5161. Exit.Font = Enum.Font.SourceSans
  5162. Exit.Text = "X"
  5163. Exit.TextColor3 = Color3.new(1, 1, 1)
  5164. Exit.TextSize = 14
  5165.  
  5166. Speed.Name = "Speed"
  5167. Speed.Parent = Booga
  5168. Speed.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5169. Speed.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5170. Speed.BorderSizePixel = 2
  5171. Speed.Position = UDim2.new(0.035864979, 0, 0.0726495758, 0)
  5172. Speed.Size = UDim2.new(0, 116, 0, 27)
  5173. Speed.Font = Enum.Font.SourceSansSemibold
  5174. Speed.Text = "Speed"
  5175. Speed.TextColor3 = Color3.new(1, 1, 1)
  5176. Speed.TextScaled = true
  5177. Speed.TextSize = 14
  5178. Speed.TextWrapped = true
  5179.  
  5180. SpeedBind.Name = "SpeedBind"
  5181. SpeedBind.Parent = Booga
  5182. SpeedBind.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5183. SpeedBind.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5184. SpeedBind.BorderSizePixel = 2
  5185. SpeedBind.Position = UDim2.new(0.035864979, 0, 0.151709408, 0)
  5186. SpeedBind.Size = UDim2.new(0, 116, 0, 27)
  5187. SpeedBind.Font = Enum.Font.SourceSans
  5188. SpeedBind.Text = "Keybind"
  5189. SpeedBind.TextColor3 = Color3.new(1, 1, 1)
  5190. SpeedBind.TextScaled = true
  5191. SpeedBind.TextSize = 14
  5192. SpeedBind.TextWrapped = true
  5193.  
  5194. AutoPickUp.Name = "AutoPickUp"
  5195. AutoPickUp.Parent = Booga
  5196. AutoPickUp.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5197. AutoPickUp.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5198. AutoPickUp.BorderSizePixel = 2
  5199. AutoPickUp.Position = UDim2.new(0.356540084, 0, 0.0747863278, 0)
  5200. AutoPickUp.Size = UDim2.new(0, 116, 0, 27)
  5201. AutoPickUp.Font = Enum.Font.SourceSansSemibold
  5202. AutoPickUp.Text = "Auto Pickup"
  5203. AutoPickUp.TextColor3 = Color3.new(1, 1, 1)
  5204. AutoPickUp.TextScaled = true
  5205. AutoPickUp.TextSize = 14
  5206. AutoPickUp.TextWrapped = true
  5207.  
  5208. AutoPickUpBind.Name = "AutoPickUpBind"
  5209. AutoPickUpBind.Parent = Booga
  5210. AutoPickUpBind.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5211. AutoPickUpBind.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5212. AutoPickUpBind.BorderSizePixel = 2
  5213. AutoPickUpBind.Position = UDim2.new(0.356540084, 0, 0.151709408, 0)
  5214. AutoPickUpBind.Size = UDim2.new(0, 116, 0, 27)
  5215. AutoPickUpBind.Font = Enum.Font.SourceSans
  5216. AutoPickUpBind.Text = "Keybind"
  5217. AutoPickUpBind.TextColor3 = Color3.new(1, 1, 1)
  5218. AutoPickUpBind.TextScaled = true
  5219. AutoPickUpBind.TextSize = 14
  5220. AutoPickUpBind.TextWrapped = true
  5221.  
  5222. AutoBreak.Name = "AutoBreak"
  5223. AutoBreak.Parent = Booga
  5224. AutoBreak.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5225. AutoBreak.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5226. AutoBreak.BorderSizePixel = 2
  5227. AutoBreak.Position = UDim2.new(0.700421929, 0, 0.0726495758, 0)
  5228. AutoBreak.Size = UDim2.new(0, 116, 0, 27)
  5229. AutoBreak.Font = Enum.Font.SourceSansSemibold
  5230. AutoBreak.Text = "Autobreak"
  5231. AutoBreak.TextColor3 = Color3.new(1, 1, 1)
  5232. AutoBreak.TextScaled = true
  5233. AutoBreak.TextSize = 14
  5234. AutoBreak.TextWrapped = true
  5235.  
  5236. Breakkey.Name = "Breakkey"
  5237. Breakkey.Parent = Booga
  5238. Breakkey.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5239. Breakkey.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5240. Breakkey.BorderSizePixel = 2
  5241. Breakkey.Position = UDim2.new(0.700421929, 0, 0.149572656, 0)
  5242. Breakkey.Size = UDim2.new(0, 116, 0, 27)
  5243. Breakkey.Font = Enum.Font.SourceSans
  5244. Breakkey.Text = "Keybind"
  5245. Breakkey.TextColor3 = Color3.new(1, 1, 1)
  5246. Breakkey.TextScaled = true
  5247. Breakkey.TextSize = 14
  5248. Breakkey.TextWrapped = true
  5249.  
  5250. InfinityChest.Name = "InfinityChest"
  5251. InfinityChest.Parent = Booga
  5252. InfinityChest.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5253. InfinityChest.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5254. InfinityChest.BorderSizePixel = 2
  5255. InfinityChest.Position = UDim2.new(0.035864979, 0, 0.405982912, 0)
  5256. InfinityChest.Size = UDim2.new(0, 116, 0, 27)
  5257. InfinityChest.Font = Enum.Font.SourceSansSemibold
  5258. InfinityChest.Text = "Infinity Chest (q)"
  5259. InfinityChest.TextColor3 = Color3.new(1, 1, 1)
  5260. InfinityChest.TextScaled = true
  5261. InfinityChest.TextSize = 14
  5262. InfinityChest.TextWrapped = true
  5263.  
  5264. GodHut.Name = "GodHut"
  5265. GodHut.Parent = Booga
  5266. GodHut.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5267. GodHut.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5268. GodHut.BorderSizePixel = 2
  5269. GodHut.Position = UDim2.new(0.360759497, 0, 0.405982912, 0)
  5270. GodHut.Size = UDim2.new(0, 116, 0, 27)
  5271. GodHut.Font = Enum.Font.SourceSansSemibold
  5272. GodHut.Text = "Godhut (g)"
  5273. GodHut.TextColor3 = Color3.new(1, 1, 1)
  5274. GodHut.TextScaled = true
  5275. GodHut.TextSize = 14
  5276. GodHut.TextWrapped = true
  5277.  
  5278. RevizV2.Name = "RevizV2"
  5279. RevizV2.Parent = Booga
  5280. RevizV2.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5281. RevizV2.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5282. RevizV2.BorderSizePixel = 2
  5283. RevizV2.Position = UDim2.new(0.700421929, 0, 0.247863248, 0)
  5284. RevizV2.Size = UDim2.new(0, 116, 0, 27)
  5285. RevizV2.Font = Enum.Font.SourceSansSemibold
  5286. RevizV2.Text = "Reviz Admin"
  5287. RevizV2.TextColor3 = Color3.new(1, 1, 1)
  5288. RevizV2.TextScaled = true
  5289. RevizV2.TextSize = 14
  5290. RevizV2.TextWrapped = true
  5291.  
  5292. AutoEatbtn.Name = "AutoEatbtn"
  5293. AutoEatbtn.Parent = Booga
  5294. AutoEatbtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5295. AutoEatbtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5296. AutoEatbtn.BorderSizePixel = 2
  5297. AutoEatbtn.Position = UDim2.new(0.702531695, 0, 0.566239357, 0)
  5298. AutoEatbtn.Size = UDim2.new(0, 116, 0, 27)
  5299. AutoEatbtn.Font = Enum.Font.SourceSansSemibold
  5300. AutoEatbtn.Text = "Auto Eat"
  5301. AutoEatbtn.TextColor3 = Color3.new(1, 1, 1)
  5302. AutoEatbtn.TextScaled = true
  5303. AutoEatbtn.TextSize = 14
  5304. AutoEatbtn.TextWrapped = true
  5305.  
  5306. VoidTpbtn.Name = "VoidTpbtn"
  5307. VoidTpbtn.Parent = Booga
  5308. VoidTpbtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5309. VoidTpbtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5310. VoidTpbtn.BorderSizePixel = 2
  5311. VoidTpbtn.Position = UDim2.new(0.700421929, 0, 0.329059809, 0)
  5312. VoidTpbtn.Size = UDim2.new(0, 116, 0, 27)
  5313. VoidTpbtn.Font = Enum.Font.SourceSansSemibold
  5314. VoidTpbtn.Text = "Void TP"
  5315. VoidTpbtn.TextColor3 = Color3.new(1, 1, 1)
  5316. VoidTpbtn.TextScaled = true
  5317. VoidTpbtn.TextSize = 14
  5318. VoidTpbtn.TextWrapped = true
  5319.  
  5320. RemoveAllEffectsbtn.Name = "RemoveAllEffectsbtn"
  5321. RemoveAllEffectsbtn.Parent = Booga
  5322. RemoveAllEffectsbtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5323. RemoveAllEffectsbtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5324. RemoveAllEffectsbtn.BorderSizePixel = 2
  5325. RemoveAllEffectsbtn.Position = UDim2.new(0.702531636, 0, 0.410256416, 0)
  5326. RemoveAllEffectsbtn.Size = UDim2.new(0, 116, 0, 27)
  5327. RemoveAllEffectsbtn.Font = Enum.Font.SourceSansSemibold
  5328. RemoveAllEffectsbtn.Text = "Remove All Effects"
  5329. RemoveAllEffectsbtn.TextColor3 = Color3.new(1, 1, 1)
  5330. RemoveAllEffectsbtn.TextScaled = true
  5331. RemoveAllEffectsbtn.TextSize = 14
  5332. RemoveAllEffectsbtn.TextWrapped = true
  5333.  
  5334. CraftAnyItem.Name = "CraftAnyItem"
  5335. CraftAnyItem.Parent = Booga
  5336. CraftAnyItem.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5337. CraftAnyItem.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5338. CraftAnyItem.BorderSizePixel = 2
  5339. CraftAnyItem.Position = UDim2.new(0.0421940945, 0, 0.232905984, 0)
  5340. CraftAnyItem.Size = UDim2.new(0, 116, 0, 27)
  5341. CraftAnyItem.Font = Enum.Font.SourceSansSemibold
  5342. CraftAnyItem.Text = "Craft Any Item"
  5343. CraftAnyItem.TextColor3 = Color3.new(1, 1, 1)
  5344. CraftAnyItem.TextScaled = true
  5345. CraftAnyItem.TextSize = 14
  5346. CraftAnyItem.TextWrapped = true
  5347.  
  5348. CraftItem.Name = "CraftItem"
  5349. CraftItem.Parent = Booga
  5350. CraftItem.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5351. CraftItem.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5352. CraftItem.BorderSizePixel = 2
  5353. CraftItem.Position = UDim2.new(0.035864979, 0, 0.316239327, 0)
  5354. CraftItem.Size = UDim2.new(0, 116, 0, 27)
  5355. CraftItem.Font = Enum.Font.SourceSans
  5356. CraftItem.Text = "Item Name"
  5357. CraftItem.TextColor3 = Color3.new(1, 1, 1)
  5358. CraftItem.TextScaled = true
  5359. CraftItem.TextSize = 14
  5360. CraftItem.TextWrapped = true
  5361.  
  5362. ESPbtn.Name = "ESPbtn"
  5363. ESPbtn.Parent = Booga
  5364. ESPbtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5365. ESPbtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5366. ESPbtn.BorderSizePixel = 2
  5367. ESPbtn.Position = UDim2.new(0.364978909, 0, 0.487179488, 0)
  5368. ESPbtn.Size = UDim2.new(0, 116, 0, 27)
  5369. ESPbtn.Font = Enum.Font.SourceSansSemibold
  5370. ESPbtn.Text = "ESP"
  5371. ESPbtn.TextColor3 = Color3.new(1, 1, 1)
  5372. ESPbtn.TextScaled = true
  5373. ESPbtn.TextSize = 14
  5374. ESPbtn.TextWrapped = true
  5375.  
  5376. DropAllItemsbtn.Name = "DropAllItemsbtn"
  5377. DropAllItemsbtn.Parent = Booga
  5378. DropAllItemsbtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5379. DropAllItemsbtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5380. DropAllItemsbtn.BorderSizePixel = 2
  5381. DropAllItemsbtn.Position = UDim2.new(0.0337552726, 0, 0.56410259, 0)
  5382. DropAllItemsbtn.Size = UDim2.new(0, 116, 0, 27)
  5383. DropAllItemsbtn.Font = Enum.Font.SourceSansSemibold
  5384. DropAllItemsbtn.Text = "Drop All Items"
  5385. DropAllItemsbtn.TextColor3 = Color3.new(1, 1, 1)
  5386. DropAllItemsbtn.TextScaled = true
  5387. DropAllItemsbtn.TextSize = 14
  5388. DropAllItemsbtn.TextWrapped = true
  5389.  
  5390. RemoveRainbtn.Name = "RemoveRainbtn"
  5391. RemoveRainbtn.Parent = Booga
  5392. RemoveRainbtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5393. RemoveRainbtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5394. RemoveRainbtn.BorderSizePixel = 2
  5395. RemoveRainbtn.Position = UDim2.new(0.035864979, 0, 0.482905984, 0)
  5396. RemoveRainbtn.Size = UDim2.new(0, 116, 0, 27)
  5397. RemoveRainbtn.Font = Enum.Font.SourceSansSemibold
  5398. RemoveRainbtn.Text = "Remove Rain"
  5399. RemoveRainbtn.TextColor3 = Color3.new(1, 1, 1)
  5400. RemoveRainbtn.TextScaled = true
  5401. RemoveRainbtn.TextSize = 14
  5402. RemoveRainbtn.TextWrapped = true
  5403.  
  5404. TpSpambtn.Name = "TpSpambtn"
  5405. TpSpambtn.Parent = Booga
  5406. TpSpambtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5407. TpSpambtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5408. TpSpambtn.BorderSizePixel = 2
  5409. TpSpambtn.Position = UDim2.new(0.362869203, 0, 0.241452992, 0)
  5410. TpSpambtn.Size = UDim2.new(0, 116, 0, 27)
  5411. TpSpambtn.Font = Enum.Font.SourceSansSemibold
  5412. TpSpambtn.Text = "TP Spam"
  5413. TpSpambtn.TextColor3 = Color3.new(1, 1, 1)
  5414. TpSpambtn.TextScaled = true
  5415. TpSpambtn.TextSize = 14
  5416. TpSpambtn.TextWrapped = true
  5417.  
  5418. AutoCampfirebtn.Name = "AutoCampfirebtn"
  5419. AutoCampfirebtn.Parent = Booga
  5420. AutoCampfirebtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5421. AutoCampfirebtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5422. AutoCampfirebtn.BorderSizePixel = 2
  5423. AutoCampfirebtn.Position = UDim2.new(0.702531636, 0, 0.487179428, 0)
  5424. AutoCampfirebtn.Size = UDim2.new(0, 116, 0, 27)
  5425. AutoCampfirebtn.Font = Enum.Font.SourceSansSemibold
  5426. AutoCampfirebtn.Text = "Auto Campfire"
  5427. AutoCampfirebtn.TextColor3 = Color3.new(1, 1, 1)
  5428. AutoCampfirebtn.TextScaled = true
  5429. AutoCampfirebtn.TextSize = 14
  5430. AutoCampfirebtn.TextWrapped = true
  5431.  
  5432. AutoWallTrapbtn.Name = "AutoWallTrapbtn"
  5433. AutoWallTrapbtn.Parent = Booga
  5434. AutoWallTrapbtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5435. AutoWallTrapbtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5436. AutoWallTrapbtn.BorderSizePixel = 2
  5437. AutoWallTrapbtn.Position = UDim2.new(0.367088586, 0, 0.566239357, 0)
  5438. AutoWallTrapbtn.Size = UDim2.new(0, 116, 0, 27)
  5439. AutoWallTrapbtn.Font = Enum.Font.SourceSansSemibold
  5440. AutoWallTrapbtn.Text = "Auto Wall"
  5441. AutoWallTrapbtn.TextColor3 = Color3.new(1, 1, 1)
  5442. AutoWallTrapbtn.TextScaled = true
  5443. AutoWallTrapbtn.TextSize = 14
  5444. AutoWallTrapbtn.TextWrapped = true
  5445.  
  5446. AutoEatFoodNamekb.Name = "AutoEatFoodNamekb"
  5447. AutoEatFoodNamekb.Parent = Booga
  5448. AutoEatFoodNamekb.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5449. AutoEatFoodNamekb.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5450. AutoEatFoodNamekb.BorderSizePixel = 2
  5451. AutoEatFoodNamekb.Position = UDim2.new(0.702531636, 0, 0.638888896, 0)
  5452. AutoEatFoodNamekb.Size = UDim2.new(0, 116, 0, 27)
  5453. AutoEatFoodNamekb.Font = Enum.Font.SourceSans
  5454. AutoEatFoodNamekb.Text = "Item Name"
  5455. AutoEatFoodNamekb.TextColor3 = Color3.new(1, 1, 1)
  5456. AutoEatFoodNamekb.TextScaled = true
  5457. AutoEatFoodNamekb.TextSize = 14
  5458. AutoEatFoodNamekb.TextWrapped = true
  5459.  
  5460. TpSpamPlayerNamekb.Name = "TpSpamPlayerNamekb"
  5461. TpSpamPlayerNamekb.Parent = Booga
  5462. TpSpamPlayerNamekb.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5463. TpSpamPlayerNamekb.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5464. TpSpamPlayerNamekb.BorderSizePixel = 2
  5465. TpSpamPlayerNamekb.Position = UDim2.new(0.35864979, 0, 0.326923072, 0)
  5466. TpSpamPlayerNamekb.Size = UDim2.new(0, 116, 0, 27)
  5467. TpSpamPlayerNamekb.Font = Enum.Font.SourceSans
  5468. TpSpamPlayerNamekb.Text = "Player Name"
  5469. TpSpamPlayerNamekb.TextColor3 = Color3.new(1, 1, 1)
  5470. TpSpamPlayerNamekb.TextScaled = true
  5471. TpSpamPlayerNamekb.TextSize = 14
  5472. TpSpamPlayerNamekb.TextWrapped = true
  5473.  
  5474. DropAllItemsItemNamekb.Name = "DropAllItemsItemNamekb"
  5475. DropAllItemsItemNamekb.Parent = Booga
  5476. DropAllItemsItemNamekb.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5477. DropAllItemsItemNamekb.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5478. DropAllItemsItemNamekb.BorderSizePixel = 2
  5479. DropAllItemsItemNamekb.Position = UDim2.new(0.0358649828, 0, 0.638888955, 0)
  5480. DropAllItemsItemNamekb.Size = UDim2.new(0, 116, 0, 27)
  5481. DropAllItemsItemNamekb.Font = Enum.Font.SourceSans
  5482. DropAllItemsItemNamekb.Text = "Item Name"
  5483. DropAllItemsItemNamekb.TextColor3 = Color3.new(1, 1, 1)
  5484. DropAllItemsItemNamekb.TextScaled = true
  5485. DropAllItemsItemNamekb.TextSize = 14
  5486. DropAllItemsItemNamekb.TextWrapped = true
  5487.  
  5488. DropAllItemskb.Name = "DropAllItemskb"
  5489. DropAllItemskb.Parent = Booga
  5490. DropAllItemskb.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5491. DropAllItemskb.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5492. DropAllItemskb.BorderSizePixel = 2
  5493. DropAllItemskb.Position = UDim2.new(0.035864979, 0, 0.713675261, 0)
  5494. DropAllItemskb.Size = UDim2.new(0, 116, 0, 27)
  5495. DropAllItemskb.Font = Enum.Font.SourceSans
  5496. DropAllItemskb.Text = "Keybind"
  5497. DropAllItemskb.TextColor3 = Color3.new(1, 1, 1)
  5498. DropAllItemskb.TextScaled = true
  5499. DropAllItemskb.TextSize = 14
  5500. DropAllItemskb.TextWrapped = true
  5501.  
  5502. AutoEatkb.Name = "AutoEatkb"
  5503. AutoEatkb.Parent = Booga
  5504. AutoEatkb.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5505. AutoEatkb.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5506. AutoEatkb.BorderSizePixel = 2
  5507. AutoEatkb.Position = UDim2.new(0.702531636, 0, 0.715811968, 0)
  5508. AutoEatkb.Size = UDim2.new(0, 116, 0, 27)
  5509. AutoEatkb.Font = Enum.Font.SourceSans
  5510. AutoEatkb.Text = "Keybind"
  5511. AutoEatkb.TextColor3 = Color3.new(1, 1, 1)
  5512. AutoEatkb.TextScaled = true
  5513. AutoEatkb.TextSize = 14
  5514. AutoEatkb.TextWrapped = true
  5515.  
  5516. Recipes.Name = "Recipes"
  5517. Recipes.Parent = Booga
  5518. Recipes.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5519. Recipes.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5520. Recipes.BorderSizePixel = 2
  5521. Recipes.Position = UDim2.new(0.360759497, 0, 0.839743614, 0)
  5522. Recipes.Size = UDim2.new(0, 116, 0, 27)
  5523. Recipes.Font = Enum.Font.SourceSansSemibold
  5524. Recipes.Text = "Recipes"
  5525. Recipes.TextColor3 = Color3.new(1, 1, 1)
  5526. Recipes.TextScaled = true
  5527. Recipes.TextSize = 14
  5528. Recipes.TextWrapped = true
  5529.  
  5530. Credits.Name = "Credits"
  5531. Credits.Parent = Booga
  5532. Credits.Active = true
  5533. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  5534. Credits.BackgroundTransparency = 1
  5535. Credits.BorderColor3 = Color3.new(1, 1, 0)
  5536. Credits.BorderSizePixel = 2
  5537. Credits.Position = UDim2.new(0.00210970454, 0, 0.929487169, 0)
  5538. Credits.Size = UDim2.new(0, 473, 0, 34)
  5539. Credits.Font = Enum.Font.SourceSansSemibold
  5540. Credits.Text = "GUI Made by Miu Iruma#4693"
  5541. Credits.TextColor3 = Color3.new(1, 1, 1)
  5542. Credits.TextScaled = true
  5543. Credits.TextSize = 14
  5544. Credits.TextWrapped = true
  5545.  
  5546. Booga2.Name = "Booga2"
  5547. Booga2.Parent = ScreenGui
  5548. Booga2.Active = true
  5549. Booga2.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5550. Booga2.BackgroundTransparency = 0.30000001192093
  5551. Booga2.BorderColor3 = Color3.new(1, 0, 0.498039)
  5552. Booga2.BorderSizePixel = 2
  5553. Booga2.Position = UDim2.new(1.70000005, 1, 1.70000005, 1)
  5554. Booga2.Size = UDim2.new(0, 474, 0, 468)
  5555.  
  5556. BoogaTop2.Name = "BoogaTop2"
  5557. BoogaTop2.Parent = Booga2
  5558. BoogaTop2.Active = true
  5559. BoogaTop2.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5560. BoogaTop2.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5561. BoogaTop2.BorderSizePixel = 2
  5562. BoogaTop2.Size = UDim2.new(0, 474, 0, 27)
  5563.  
  5564. Exit2.Name = "Exit2"
  5565. Exit2.Parent = Booga2
  5566. Exit2.BackgroundColor3 = Color3.new(0.901961, 0.380392, 0.380392)
  5567. Exit2.BorderSizePixel = 0
  5568. Exit2.Position = UDim2.new(0.915611804, 0, 0.00854700897, 0)
  5569. Exit2.Size = UDim2.new(0, 28, 0, 19)
  5570. Exit2.Font = Enum.Font.SourceSans
  5571. Exit2.Text = "X"
  5572. Exit2.TextColor3 = Color3.new(1, 1, 1)
  5573. Exit2.TextSize = 14
  5574.  
  5575. EmeraldHelmet.Name = "EmeraldHelmet"
  5576. EmeraldHelmet.Parent = Booga2
  5577. EmeraldHelmet.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5578. EmeraldHelmet.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5579. EmeraldHelmet.BorderSizePixel = 2
  5580. EmeraldHelmet.Position = UDim2.new(0.03164557, 0, 0.126068383, 0)
  5581. EmeraldHelmet.Size = UDim2.new(0, 93, 0, 27)
  5582. EmeraldHelmet.Font = Enum.Font.SourceSansSemibold
  5583. EmeraldHelmet.Text = "Emerald Helmet"
  5584. EmeraldHelmet.TextColor3 = Color3.new(1, 1, 1)
  5585. EmeraldHelmet.TextScaled = true
  5586. EmeraldHelmet.TextSize = 14
  5587. EmeraldHelmet.TextWrapped = true
  5588.  
  5589. EmeraldDivider.Name = "EmeraldDivider"
  5590. EmeraldDivider.Parent = Booga2
  5591. EmeraldDivider.Active = true
  5592. EmeraldDivider.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5593. EmeraldDivider.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5594. EmeraldDivider.BorderSizePixel = 2
  5595. EmeraldDivider.Position = UDim2.new(0.03164557, 0, 0.0769230798, 0)
  5596. EmeraldDivider.Size = UDim2.new(0, 447, 0, 11)
  5597.  
  5598. EmeraldChestplate.Name = "EmeraldChestplate"
  5599. EmeraldChestplate.Parent = Booga2
  5600. EmeraldChestplate.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5601. EmeraldChestplate.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5602. EmeraldChestplate.BorderSizePixel = 2
  5603. EmeraldChestplate.Position = UDim2.new(0.261603385, 0, 0.126068383, 0)
  5604. EmeraldChestplate.Size = UDim2.new(0, 93, 0, 27)
  5605. EmeraldChestplate.Font = Enum.Font.SourceSansSemibold
  5606. EmeraldChestplate.Text = "Emerald Chestplate"
  5607. EmeraldChestplate.TextColor3 = Color3.new(1, 1, 1)
  5608. EmeraldChestplate.TextScaled = true
  5609. EmeraldChestplate.TextSize = 14
  5610. EmeraldChestplate.TextWrapped = true
  5611.  
  5612. EmeraldPick.Name = "EmeraldPick"
  5613. EmeraldPick.Parent = Booga2
  5614. EmeraldPick.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5615. EmeraldPick.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5616. EmeraldPick.BorderSizePixel = 2
  5617. EmeraldPick.Position = UDim2.new(0.748945177, 0, 0.121794872, 0)
  5618. EmeraldPick.Size = UDim2.new(0, 93, 0, 27)
  5619. EmeraldPick.Font = Enum.Font.SourceSansSemibold
  5620. EmeraldPick.Text = "Emerald Pick"
  5621. EmeraldPick.TextColor3 = Color3.new(1, 1, 1)
  5622. EmeraldPick.TextScaled = true
  5623. EmeraldPick.TextSize = 14
  5624. EmeraldPick.TextWrapped = true
  5625.  
  5626. EmeraldGreaves.Name = "EmeraldGreaves"
  5627. EmeraldGreaves.Parent = Booga2
  5628. EmeraldGreaves.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5629. EmeraldGreaves.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5630. EmeraldGreaves.BorderSizePixel = 2
  5631. EmeraldGreaves.Position = UDim2.new(0.506329119, 0, 0.123931624, 0)
  5632. EmeraldGreaves.Size = UDim2.new(0, 93, 0, 27)
  5633. EmeraldGreaves.Font = Enum.Font.SourceSansSemibold
  5634. EmeraldGreaves.Text = "Emerald Greaves"
  5635. EmeraldGreaves.TextColor3 = Color3.new(1, 1, 1)
  5636. EmeraldGreaves.TextScaled = true
  5637. EmeraldGreaves.TextSize = 14
  5638. EmeraldGreaves.TextWrapped = true
  5639.  
  5640. EmeraldBlade.Name = "EmeraldBlade"
  5641. EmeraldBlade.Parent = Booga2
  5642. EmeraldBlade.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5643. EmeraldBlade.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5644. EmeraldBlade.BorderSizePixel = 2
  5645. EmeraldBlade.Position = UDim2.new(0.03164557, 0, 0.211538464, 0)
  5646. EmeraldBlade.Size = UDim2.new(0, 93, 0, 27)
  5647. EmeraldBlade.Font = Enum.Font.SourceSansSemibold
  5648. EmeraldBlade.Text = "Emerald Blade"
  5649. EmeraldBlade.TextColor3 = Color3.new(1, 1, 1)
  5650. EmeraldBlade.TextScaled = true
  5651. EmeraldBlade.TextSize = 14
  5652. EmeraldBlade.TextWrapped = true
  5653.  
  5654. EmeraldAxe.Name = "EmeraldAxe"
  5655. EmeraldAxe.Parent = Booga2
  5656. EmeraldAxe.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5657. EmeraldAxe.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5658. EmeraldAxe.BorderSizePixel = 2
  5659. EmeraldAxe.Position = UDim2.new(0.261603385, 0, 0.211538464, 0)
  5660. EmeraldAxe.Size = UDim2.new(0, 93, 0, 27)
  5661. EmeraldAxe.Font = Enum.Font.SourceSansSemibold
  5662. EmeraldAxe.Text = "Emerald Axe"
  5663. EmeraldAxe.TextColor3 = Color3.new(1, 1, 1)
  5664. EmeraldAxe.TextScaled = true
  5665. EmeraldAxe.TextSize = 14
  5666. EmeraldAxe.TextWrapped = true
  5667.  
  5668. EmeraldBag.Name = "EmeraldBag"
  5669. EmeraldBag.Parent = Booga2
  5670. EmeraldBag.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5671. EmeraldBag.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5672. EmeraldBag.BorderSizePixel = 2
  5673. EmeraldBag.Position = UDim2.new(0.506329119, 0, 0.209401712, 0)
  5674. EmeraldBag.Size = UDim2.new(0, 93, 0, 27)
  5675. EmeraldBag.Font = Enum.Font.SourceSansSemibold
  5676. EmeraldBag.Text = "EmeraldBag"
  5677. EmeraldBag.TextColor3 = Color3.new(1, 1, 1)
  5678. EmeraldBag.TextScaled = true
  5679. EmeraldBag.TextSize = 14
  5680. EmeraldBag.TextWrapped = true
  5681.  
  5682. VoidShroud.Name = "VoidShroud"
  5683. VoidShroud.Parent = Booga2
  5684. VoidShroud.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5685. VoidShroud.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5686. VoidShroud.BorderSizePixel = 2
  5687. VoidShroud.Position = UDim2.new(0.719409287, 0, 0.623931646, 0)
  5688. VoidShroud.Size = UDim2.new(0, 93, 0, 27)
  5689. VoidShroud.Font = Enum.Font.SourceSansSemibold
  5690. VoidShroud.Text = "Void Shroud"
  5691. VoidShroud.TextColor3 = Color3.new(1, 1, 1)
  5692. VoidShroud.TextScaled = true
  5693. VoidShroud.TextSize = 14
  5694. VoidShroud.TextWrapped = true
  5695.  
  5696. EmeraldDivider2.Name = "EmeraldDivider2"
  5697. EmeraldDivider2.Parent = Booga2
  5698. EmeraldDivider2.Active = true
  5699. EmeraldDivider2.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5700. EmeraldDivider2.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5701. EmeraldDivider2.BorderSizePixel = 2
  5702. EmeraldDivider2.Position = UDim2.new(0.0232067518, 0, 0.288461536, 0)
  5703. EmeraldDivider2.Size = UDim2.new(0, 447, 0, 11)
  5704.  
  5705. GodDivider.Name = "GodDivider"
  5706. GodDivider.Parent = Booga2
  5707. GodDivider.Active = true
  5708. GodDivider.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5709. GodDivider.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5710. GodDivider.BorderSizePixel = 2
  5711. GodDivider.Position = UDim2.new(0.0232067518, 0, 0.324786335, 0)
  5712. GodDivider.Size = UDim2.new(0, 447, 0, 11)
  5713.  
  5714. GodDivider2.Name = "GodDivider2"
  5715. GodDivider2.Parent = Booga2
  5716. GodDivider2.Active = true
  5717. GodDivider2.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5718. GodDivider2.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5719. GodDivider2.BorderSizePixel = 2
  5720. GodDivider2.Position = UDim2.new(0.0147679336, 0, 0.538461566, 0)
  5721. GodDivider2.Size = UDim2.new(0, 447, 0, 11)
  5722.  
  5723. GodRock.Name = "GodRock"
  5724. GodRock.Parent = Booga2
  5725. GodRock.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5726. GodRock.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5727. GodRock.BorderSizePixel = 2
  5728. GodRock.Position = UDim2.new(0.03164557, 0, 0.455128193, 0)
  5729. GodRock.Size = UDim2.new(0, 93, 0, 27)
  5730. GodRock.Font = Enum.Font.SourceSansSemibold
  5731. GodRock.Text = "God Rock"
  5732. GodRock.TextColor3 = Color3.new(1, 1, 1)
  5733. GodRock.TextScaled = true
  5734. GodRock.TextSize = 14
  5735. GodRock.TextWrapped = true
  5736.  
  5737. GodHalo.Name = "GodHalo"
  5738. GodHalo.Parent = Booga2
  5739. GodHalo.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5740. GodHalo.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5741. GodHalo.BorderSizePixel = 2
  5742. GodHalo.Position = UDim2.new(0.03164557, 0, 0.369658113, 0)
  5743. GodHalo.Size = UDim2.new(0, 93, 0, 27)
  5744. GodHalo.Font = Enum.Font.SourceSansSemibold
  5745. GodHalo.Text = "God Halo"
  5746. GodHalo.TextColor3 = Color3.new(1, 1, 1)
  5747. GodHalo.TextScaled = true
  5748. GodHalo.TextSize = 14
  5749. GodHalo.TextWrapped = true
  5750.  
  5751. GodChestplate.Name = "GodChestplate"
  5752. GodChestplate.Parent = Booga2
  5753. GodChestplate.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5754. GodChestplate.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5755. GodChestplate.BorderSizePixel = 2
  5756. GodChestplate.Position = UDim2.new(0.261603385, 0, 0.369658113, 0)
  5757. GodChestplate.Size = UDim2.new(0, 93, 0, 27)
  5758. GodChestplate.Font = Enum.Font.SourceSansSemibold
  5759. GodChestplate.Text = "God Chestplate"
  5760. GodChestplate.TextColor3 = Color3.new(1, 1, 1)
  5761. GodChestplate.TextScaled = true
  5762. GodChestplate.TextSize = 14
  5763. GodChestplate.TextWrapped = true
  5764.  
  5765. GodAxe.Name = "GodAxe"
  5766. GodAxe.Parent = Booga2
  5767. GodAxe.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5768. GodAxe.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5769. GodAxe.BorderSizePixel = 2
  5770. GodAxe.Position = UDim2.new(0.261603385, 0, 0.455128193, 0)
  5771. GodAxe.Size = UDim2.new(0, 93, 0, 27)
  5772. GodAxe.Font = Enum.Font.SourceSansSemibold
  5773. GodAxe.Text = "God Axe"
  5774. GodAxe.TextColor3 = Color3.new(1, 1, 1)
  5775. GodAxe.TextScaled = true
  5776. GodAxe.TextSize = 14
  5777. GodAxe.TextWrapped = true
  5778.  
  5779. GodBag.Name = "GodBag"
  5780. GodBag.Parent = Booga2
  5781. GodBag.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5782. GodBag.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5783. GodBag.BorderSizePixel = 2
  5784. GodBag.Position = UDim2.new(0.506329119, 0, 0.452991456, 0)
  5785. GodBag.Size = UDim2.new(0, 93, 0, 27)
  5786. GodBag.Font = Enum.Font.SourceSansSemibold
  5787. GodBag.Text = "God Bag"
  5788. GodBag.TextColor3 = Color3.new(1, 1, 1)
  5789. GodBag.TextScaled = true
  5790. GodBag.TextSize = 14
  5791. GodBag.TextWrapped = true
  5792.  
  5793. GodLegs.Name = "GodLegs"
  5794. GodLegs.Parent = Booga2
  5795. GodLegs.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5796. GodLegs.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5797. GodLegs.BorderSizePixel = 2
  5798. GodLegs.Position = UDim2.new(0.506329119, 0, 0.367521375, 0)
  5799. GodLegs.Size = UDim2.new(0, 93, 0, 27)
  5800. GodLegs.Font = Enum.Font.SourceSansSemibold
  5801. GodLegs.Text = "God Legs"
  5802. GodLegs.TextColor3 = Color3.new(1, 1, 1)
  5803. GodLegs.TextScaled = true
  5804. GodLegs.TextSize = 14
  5805. GodLegs.TextWrapped = true
  5806.  
  5807. GodPick.Name = "GodPick"
  5808. GodPick.Parent = Booga2
  5809. GodPick.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5810. GodPick.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5811. GodPick.BorderSizePixel = 2
  5812. GodPick.Position = UDim2.new(0.748945177, 0, 0.365384609, 0)
  5813. GodPick.Size = UDim2.new(0, 93, 0, 27)
  5814. GodPick.Font = Enum.Font.SourceSansSemibold
  5815. GodPick.Text = "God Pick"
  5816. GodPick.TextColor3 = Color3.new(1, 1, 1)
  5817. GodPick.TextScaled = true
  5818. GodPick.TextSize = 14
  5819. GodPick.TextWrapped = true
  5820.  
  5821. VoidChestplate.Name = "VoidChestplate"
  5822. VoidChestplate.Parent = Booga2
  5823. VoidChestplate.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5824. VoidChestplate.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5825. VoidChestplate.BorderSizePixel = 2
  5826. VoidChestplate.Position = UDim2.new(0.371308029, 0, 0.626068354, 0)
  5827. VoidChestplate.Size = UDim2.new(0, 93, 0, 27)
  5828. VoidChestplate.Font = Enum.Font.SourceSansSemibold
  5829. VoidChestplate.Text = "Void Chestplate"
  5830. VoidChestplate.TextColor3 = Color3.new(1, 1, 1)
  5831. VoidChestplate.TextScaled = true
  5832. VoidChestplate.TextSize = 14
  5833. VoidChestplate.TextWrapped = true
  5834.  
  5835. VoidDivider2.Name = "VoidDivider2"
  5836. VoidDivider2.Parent = Booga2
  5837. VoidDivider2.Active = true
  5838. VoidDivider2.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5839. VoidDivider2.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5840. VoidDivider2.BorderSizePixel = 2
  5841. VoidDivider2.Position = UDim2.new(0.00632911548, 0, 0.797008574, 0)
  5842. VoidDivider2.Size = UDim2.new(0, 447, 0, 11)
  5843.  
  5844. VoidDivider.Name = "VoidDivider"
  5845. VoidDivider.Parent = Booga2
  5846. VoidDivider.Active = true
  5847. VoidDivider.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5848. VoidDivider.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5849. VoidDivider.BorderSizePixel = 2
  5850. VoidDivider.Position = UDim2.new(0.0147679336, 0, 0.583333373, 0)
  5851. VoidDivider.Size = UDim2.new(0, 447, 0, 11)
  5852.  
  5853. VoidBag.Name = "VoidBag"
  5854. VoidBag.Parent = Booga2
  5855. VoidBag.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5856. VoidBag.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5857. VoidBag.BorderSizePixel = 2
  5858. VoidBag.Position = UDim2.new(0.373417735, 0, 0.715811968, 0)
  5859. VoidBag.Size = UDim2.new(0, 93, 0, 27)
  5860. VoidBag.Font = Enum.Font.SourceSansSemibold
  5861. VoidBag.Text = "Void Bag"
  5862. VoidBag.TextColor3 = Color3.new(1, 1, 1)
  5863. VoidBag.TextScaled = true
  5864. VoidBag.TextSize = 14
  5865. VoidBag.TextWrapped = true
  5866.  
  5867. VoidGreaves.Name = "VoidGreaves"
  5868. VoidGreaves.Parent = Booga2
  5869. VoidGreaves.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5870. VoidGreaves.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5871. VoidGreaves.BorderSizePixel = 2
  5872. VoidGreaves.Position = UDim2.new(0.03164557, 0, 0.630341887, 0)
  5873. VoidGreaves.Size = UDim2.new(0, 93, 0, 27)
  5874. VoidGreaves.Font = Enum.Font.SourceSansSemibold
  5875. VoidGreaves.Text = "Void Greaves"
  5876. VoidGreaves.TextColor3 = Color3.new(1, 1, 1)
  5877. VoidGreaves.TextScaled = true
  5878. VoidGreaves.TextSize = 14
  5879. VoidGreaves.TextWrapped = true
  5880.  
  5881. OOFHorn.Name = "OOFHorn"
  5882. OOFHorn.Parent = Booga2
  5883. OOFHorn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471)
  5884. OOFHorn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863)
  5885. OOFHorn.BorderSizePixel = 2
  5886. OOFHorn.Position = UDim2.new(0.748945177, 0, 0.450854689, 0)
  5887. OOFHorn.Size = UDim2.new(0, 93, 0, 27)
  5888. OOFHorn.Font = Enum.Font.SourceSansSemibold
  5889. OOFHorn.Text = "OOF Horn"
  5890. OOFHorn.TextColor3 = Color3.new(1, 1, 1)
  5891. OOFHorn.TextScaled = true
  5892. OOFHorn.TextSize = 14
  5893. OOFHorn.TextWrapped = true
  5894.  
  5895. Open.MouseButton1Down:connect(function()
  5896. Booga:TweenPosition(UDim2.new(0.079, 0, 0.074, 0), 'Out','Bounce', 1)
  5897. Open.Visible = true
  5898. Booga.Visible = true
  5899. end)
  5900.  
  5901. Exit.MouseButton1Down:connect(function()
  5902. Booga:TweenPosition(UDim2.new(0.079, 0, 1.7, 0), 'Out','Bounce', 1)
  5903. Open.Visible = true
  5904. end)
  5905.  
  5906. Recipes.MouseButton1Down:connect(function()
  5907. Booga2:TweenPosition(UDim2.new(0.433, 0, 0.074, 0), 'Out','Bounce', 1)
  5908. Booga2.Visible = true
  5909. end)
  5910.  
  5911. Exit2.MouseButton1Down:connect(function()
  5912. Booga2:TweenPosition(UDim2.new(0.079, 0, 1.7, 0), 'Out','Bounce', 1)
  5913. end)
  5914.  
  5915. VoidBag.MouseButton1Click:connect(function()
  5916. local A_1 = "Void Bag"
  5917. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  5918. Event:FireServer(A_1)
  5919. end)
  5920.  
  5921. VoidShroud.MouseButton1Click:connect(function()
  5922. local A_1 = "Void Shroud"
  5923. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  5924. Event:FireServer(A_1)
  5925. end)
  5926.  
  5927. VoidChestplate.MouseButton1Click:connect(function()
  5928. local A_1 = "Void Chestplate"
  5929. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  5930. Event:FireServer(A_1)
  5931. end)
  5932.  
  5933. VoidGreaves.MouseButton1Click:connect(function()
  5934. local A_1 = "Void Greaves"
  5935. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  5936. Event:FireServer(A_1)
  5937. end)
  5938.  
  5939.  
  5940.  
  5941. EmeraldAxe.MouseButton1Click:connect(function()
  5942. local A_1 = "Emerald Axe"
  5943. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  5944. Event:FireServer(A_1)
  5945. end)
  5946.  
  5947. EmeraldBlade.MouseButton1Click:connect(function()
  5948. local A_1 = "Emerald Blade"
  5949. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  5950. Event:FireServer(A_1)
  5951. end)
  5952.  
  5953. EmeraldPick.MouseButton1Click:connect(function()
  5954. local A_1 = "Emerald Pick"
  5955. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  5956. Event:FireServer(A_1)
  5957. end)
  5958.  
  5959. EmeraldBag.MouseButton1Click:connect(function()
  5960. local A_1 = "Emerald Bag"
  5961. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  5962. Event:FireServer(A_1)
  5963. end)
  5964.  
  5965. EmeraldHelmet.MouseButton1Click:connect(function()
  5966. local A_1 = "Emerald Helmet"
  5967. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  5968. Event:FireServer(A_1)
  5969. end)
  5970.  
  5971. EmeraldChestplate.MouseButton1Click:connect(function()
  5972. local A_1 = "Emerald Chestplate"
  5973. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  5974. Event:FireServer(A_1)
  5975. end)
  5976.  
  5977. EmeraldGreaves.MouseButton1Click:connect(function()
  5978. local A_1 = "Emerald Greaves"
  5979. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  5980. Event:FireServer(A_1)
  5981. end)
  5982.  
  5983.  
  5984.  
  5985. GodAxe.MouseButton1Click:connect(function()
  5986. local A_1 = "God Axe"
  5987. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  5988. Event:FireServer(A_1)
  5989. end)
  5990.  
  5991. GodRock.MouseButton1Click:connect(function()
  5992. local A_1 = "God Rock"
  5993. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  5994. Event:FireServer(A_1)
  5995. end)
  5996.  
  5997. GodPick.MouseButton1Click:connect(function()
  5998. local A_1 = "God Pick"
  5999. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  6000. Event:FireServer(A_1)
  6001. end)
  6002.  
  6003. GodHalo.MouseButton1Click:connect(function()
  6004. local A_1 = "God Halo"
  6005. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  6006. Event:FireServer(A_1)
  6007. end)
  6008.  
  6009. GodChestplate.MouseButton1Click:connect(function()
  6010. local A_1 = "God Chestplate"
  6011. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  6012. Event:FireServer(A_1)
  6013. end)
  6014.  
  6015. GodLegs.MouseButton1Click:connect(function()
  6016. local A_1 = "God Legs"
  6017. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  6018. Event:FireServer(A_1)
  6019. end)
  6020.  
  6021. GodBag.MouseButton1Click:connect(function()
  6022. local A_1 = "God Bag"
  6023. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  6024. Event:FireServer(A_1)
  6025. end)
  6026.  
  6027.  
  6028. OOFHorn.MouseButton1Click:connect(function()
  6029. local A_1 = "OOF Horn"
  6030. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  6031. Event:FireServer(A_1)
  6032. end)
  6033.  
  6034.  
  6035.  
  6036. InfinityChest.MouseButton1Down:connect(function()
  6037. local plr = game:GetService("Players").LocalPlayer
  6038. local mouse = plr:GetMouse()
  6039. mouse.KeyDown:connect(function(key)
  6040. if key == "q" then
  6041. local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
  6042. Torso = game.Players.LocalPlayer.Character.UpperTorso
  6043. b = Torso.Position + Torso.CFrame.lookVector * 10
  6044. local c = b.x
  6045. local d = b.y - 2
  6046. local e = b.z
  6047. for i = 1,1 do
  6048. local A_1 = "Infinity Chest"
  6049. local A_2 = CFrame.new(c, d, e, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
  6050. local A_3 = 0
  6051. Event:FireServer(A_1, A_2, A_3)
  6052. end end end)
  6053. end)
  6054.  
  6055.  
  6056. CraftAnyItem.MouseButton1Click:connect(function()
  6057. local event = game.ReplicatedStorage.Events.CraftItem
  6058. local item = CraftItem.Text
  6059. event:FireServer(item)
  6060. end)
  6061.  
  6062. GodHut.MouseButton1Click:connect(function()
  6063. local plr = game:GetService("Players").LocalPlayer
  6064. local mouse = plr:GetMouse()
  6065. mouse.KeyDown:connect(function(key)
  6066. if key == "g" then
  6067. local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
  6068. Torso = game.Players.LocalPlayer.Character.UpperTorso
  6069. b = Torso.Position + Torso.CFrame.lookVector * 10
  6070. local c = b.x
  6071. local d = b.y - 2
  6072. local e = b.z
  6073. for i = 1,1 do
  6074. local A_1 = "God Hut"
  6075. local A_2 = CFrame.new(c, d, e, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
  6076. local A_3 = 0
  6077. Event:FireServer(A_1, A_2, A_3)
  6078. end end end)
  6079. end)
  6080.  
  6081. AutoPickUp.MouseButton1Click:connect(function()
  6082. local Objects;
  6083. local Pickup = function(Character)
  6084. local myPos = Character.HumanoidRootPart.Position
  6085. local Objects = {}
  6086. for i,v in pairs(workspace:GetChildren()) do
  6087. if v:FindFirstChild("Pickup") ~= nil and v.ClassName == "Part" then
  6088. local Pos = v.Position
  6089. local Distance = (myPos - Pos).magnitude
  6090. if Distance < 40 then
  6091. table.insert(Objects, v)
  6092. end
  6093. elseif v:FindFirstChild("Pickup") ~= nil and v:FindFirstChild("Part") ~= nil and v.Part.ClassName == "Part" then
  6094. local Pos = v.Part.Position
  6095. local Distance = (myPos - Pos).magnitude
  6096. if Distance < 40 then
  6097. table.insert(Objects, v)
  6098. end
  6099. elseif v:FindFirstChild("Pickup") ~= nil and v.ClassName == "UnionOperation" then
  6100. local Pos = v.Position
  6101. local Distance = (myPos - Pos).magnitude
  6102. if Distance < 40 then
  6103. table.insert(Objects, v)
  6104. end
  6105. end
  6106. end
  6107. for i,v in pairs(Objects) do
  6108. for i=1,10 do
  6109. v.Position = myPos
  6110. game:GetService("ReplicatedStorage").Events.Pickup:FireServer(v)
  6111. end
  6112. end
  6113. end
  6114. wait(1)
  6115. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  6116.  
  6117. mouse.KeyDown:connect(function(key)
  6118. if key == AutoPickUpBind.Text then
  6119. print'AutoPicked-up YEET'
  6120. Pickup(game.Players.LocalPlayer.Character)
  6121. end
  6122. end)
  6123. end)
  6124.  
  6125. local plr = game:GetService("Players").LocalPlayer
  6126. local char = plr.Character
  6127. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  6128. local hum = char:FindFirstChild("HumanoidRootPart")
  6129.  
  6130. --SpeedVariables
  6131. local plr = game:GetService("Players").LocalPlayer
  6132. local char = plr.Character
  6133. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  6134. local hum = char:FindFirstChild("HumanoidRootPart")
  6135. --yeet
  6136. Speed.MouseButton1Down:connect(function()
  6137. local plr = game:GetService("Players").LocalPlayer
  6138. local char = plr.Character
  6139. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  6140. local hum = char:FindFirstChild("HumanoidRootPart")
  6141. mouse.KeyDown:connect(function(key)
  6142. if key == SpeedBind.Text then
  6143. loop = true
  6144. while loop do
  6145. hum.CFrame = hum.CFrame + hum.CFrame.lookVector * 3
  6146. wait()
  6147. end
  6148. end
  6149. end)
  6150. end)
  6151.  
  6152. mouse.KeyUp:connect(function(key)
  6153. if key == SpeedBind.Text then
  6154. loop = false
  6155. end
  6156. end)
  6157.  
  6158. AutoBreak.MouseButton1Click:connect(function()
  6159. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  6160. local breaking=false
  6161. mouse.KeyDown:connect(function(key)
  6162. if key == Breakkey.Text then
  6163. breaking = true
  6164. while breaking and wait(0.1) do
  6165. local part = game:GetService("Players").LocalPlayer:GetMouse().Target
  6166. local one = game:GetService("ReplicatedStorage").RelativeTime.Value
  6167. local two = {part,part,part,part}
  6168. game:GetService("ReplicatedStorage").Events.SwingTool:FireServer(one, two)
  6169. end
  6170. end
  6171. end)
  6172. mouse.KeyUp:connect(function(key)
  6173. if key == Breakkey.Text then
  6174. breaking = false
  6175. end
  6176. end)
  6177. end)
  6178.  
  6179. RevizV2.MouseButton1Click:connect(function()
  6180. loadstring(game:HttpGet("https://pastebin.com/raw/8zh7FiHv"))()
  6181. end)
  6182.  
  6183. RemoveRainbtn.MouseButton1Click:Connect(function()
  6184. if workspace:FindFirstChild('RainPart') ~= nil then
  6185. workspace.RainPart:Destroy()
  6186. game.ReplicatedStorage.Sounds.Nature.Rain:Stop()
  6187. game.ReplicatedStorage.Sounds.Nature.Thunder:Stop()
  6188. game.Lighting.Rain:Destroy()
  6189. game.ReplicatedStorage.Skies.Shine:Clone().Parent = game.Lighting
  6190. end
  6191. end)
  6192.  
  6193. TpSpambtn.MouseButton1Down:connect(function()
  6194. for i,v in pairs(game:GetService("Players"):GetChildren()) do
  6195. if v.Name:lower():find(TpSpamPlayerNamekb.Text:lower()) then
  6196. if v.Name == "Infinity_Chest" or v.Name == "BlueBearTimx" then
  6197. print("Fools you cannot kill the devs")
  6198. else
  6199. player = game.Players.LocalPlayer.Character
  6200. repeat
  6201. player.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame
  6202. wait(.001)
  6203. until v.Character.Humanoid.Health <= 0
  6204. end
  6205. end
  6206. end
  6207. end)
  6208.  
  6209. Important = {Players = game:GetService("Players"), Workspace = game:GetService("Workspace"), CoreGui = game:GetService("CoreGui")}
  6210.  
  6211. local enabledesp = false
  6212.  
  6213. function CreateESP(plr)
  6214.  
  6215. if plr ~= nil then
  6216.  
  6217. local GetChar = plr.Character
  6218. if not GetChar then return end
  6219.  
  6220. local GetHead do
  6221.  
  6222. repeat wait() until GetChar:FindFirstChild("Head")
  6223.  
  6224. end
  6225. GetHead = GetChar.Head
  6226.  
  6227. local bb = Instance.new("BillboardGui", Important.CoreGui)
  6228. bb.Adornee = GetHead
  6229. bb.ExtentsOffset = Vector3.new(0, 1, 0)
  6230. bb.AlwaysOnTop = true
  6231. bb.Size = UDim2.new(0, 5, 0, 5)
  6232. bb.StudsOffset = Vector3.new(0, 3, 0)
  6233. bb.Name = "ESP_PLAYER_" .. plr.Name
  6234.  
  6235. local displayframe = Instance.new("Frame", bb)
  6236. displayframe.ZIndex = 10
  6237. displayframe.BackgroundTransparency = 1
  6238. displayframe.Size = UDim2.new(1,0,1,0)
  6239.  
  6240. local name = Instance.new("TextLabel", displayframe)
  6241. name.Name = "Name"
  6242. name.ZIndex = 10
  6243. name.Text = plr.Name
  6244. name.Visible = true
  6245. name.TextColor3 = Color3.new(170,0,0)
  6246. name.BackgroundTransparency = 1
  6247. name.Size = UDim2.new(1,0,10,0)
  6248. name.Font = Enum.Font.SourceSansLight
  6249. name.TextSize = 20
  6250. name.TextStrokeTransparency = .5
  6251.  
  6252. end
  6253.  
  6254. end
  6255.  
  6256. ESPbtn.MouseButton1Click:Connect(function()
  6257. for i,v in pairs(Important.Players:GetChildren()) do
  6258.  
  6259. CreateESP(v)
  6260. end
  6261. end)
  6262.  
  6263. DropAllItemsbtn.MouseButton1Click:Connect(function()
  6264.  
  6265. Player = game.Players.LocalPlayer
  6266. Mouse = Player:GetMouse()
  6267.  
  6268. function PressedE(key)
  6269. Key = key:lower()
  6270. if Key == DropAllItemskb.Text then
  6271. for i=1, 100 do
  6272. game.ReplicatedStorage.Events.DropBagItem:FireServer(DropAllItemsItemNamekb.Text)
  6273. end
  6274. end
  6275. end
  6276. Mouse.KeyDown:connect(PressedE)
  6277. end)
  6278.  
  6279.  
  6280. RemoveAllEffectsbtn.MouseButton1Click:Connect(function()
  6281. game.Lighting.FogEnd = 1200000
  6282. game.Lighting.Brightness = 3
  6283. game.Lighting.GlobalShadows = false
  6284. end)
  6285.  
  6286. VoidTpbtn.MouseButton1Click:Connect(function()
  6287. game:GetService("TeleportService"):Teleport(2021740958)
  6288. print('VoidTP Credits: Flareo!')
  6289. end)
  6290.  
  6291. AutoEatbtn.MouseButton1Click:Connect(function()
  6292. if game.PlaceId == 1262182609 or game.PlaceId == 2021740958 then
  6293. local lol = 1
  6294. local plr = game:GetService("Players").LocalPlayer
  6295. local mouse = plr:GetMouse()
  6296. mouse.KeyDown:connect(function(key)
  6297. if key == AutoEatkb.Text then
  6298. lol = 0
  6299. while lol == 0 do
  6300. wait()
  6301. local Event = game:GetService("ReplicatedStorage").Events.UseBagItem
  6302. Event:FireServer(AutoEatFoodNamekb.Text)
  6303. Event:FireServer(AutoEatFoodNamekb.Text)
  6304. Event:FireServer(AutoEatFoodNamekb.Text)
  6305. end end end)
  6306. local plr = game:GetService("Players").LocalPlayer
  6307. local mouse = plr:GetMouse()
  6308. mouse.KeyUp:connect(function(key)
  6309. if key == AutoEatkb.Text then
  6310. lol = 1
  6311. end end) end
  6312. end)
  6313. AutoCampfirebtn.MouseButton1Click:Connect(function()
  6314. local Fires = 1
  6315. local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
  6316. h = game.Players.LocalPlayer.Character.LowerTorso.Position
  6317. local c = h.x + 5
  6318. local d = h.y - 2
  6319. local e = h.z
  6320. local j = h.x
  6321. local k = h.y - 2
  6322. local l = h.z
  6323. local aa = h.x - 5
  6324. local bb = h.y - 2
  6325. local cc = h.z
  6326. local aaa = h.x
  6327. local bbb = h.y - 2
  6328. local ccc = h.z + 5
  6329. local aaaa = h.x
  6330. local bbbb = h.y - 2
  6331. local cccc = h.z - 5
  6332. for i = 1,1 do
  6333. local C_1 = "Chest"
  6334. local C_2 = CFrame.new(j, k, l, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
  6335. local C_3 = 0
  6336. Event:FireServer(C_1, C_2, C_3)
  6337. end
  6338. for i = 1,Fires do
  6339. local A_1 = "Campfire"
  6340. local A_2 = CFrame.new(c, d, e, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
  6341. local A_3 = 0
  6342. Event:FireServer(A_1, A_2, A_3)
  6343. end
  6344. for i = 1,Fires do
  6345. local B_1 = "Campfire"
  6346. local B_2 = CFrame.new(aa, bb, cc, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
  6347. local B_3 = 0
  6348. Event:FireServer(B_1, B_2, B_3)
  6349. end
  6350. for i = 1,Fires do
  6351. local D_1 = "Campfire"
  6352. local D_2 = CFrame.new(aaa, bbb, ccc, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
  6353. local D_3 = 0
  6354. Event:FireServer(D_1, D_2, D_3)
  6355. end
  6356. for i = 1,Fires do
  6357. local E_1 = "Campfire"
  6358. local E_2 = CFrame.new(aaaa, bbbb, cccc, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
  6359. local E_3 = 0
  6360. Event:FireServer(E_1, E_2, E_3)
  6361. end
  6362. end)
  6363.  
  6364. AutoWallTrapbtn.MouseButton1Click:Connect(function()
  6365. local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
  6366. h = game.Players.LocalPlayer.Character.LowerTorso.Position
  6367. local aa = h.x + 13
  6368. local bb = h.y - 2
  6369. local cc = h.z
  6370. local aaa = h.x - 13
  6371. local bbb = h.y - 2
  6372. local ccc = h.z
  6373. local aaaa = h.x
  6374. local bbbb = h.y - 2
  6375. local cccc = h.z + 13
  6376. local aaaaa = h.x
  6377. local bbbbb = h.y - 2
  6378. local ccccc = h.z - 13
  6379. local k_1 = "Stone Wall"
  6380. local k_2 = CFrame.new(aaaa, bbbb, cccc, -0.99862951, 9.53660761e-12, 0.0523360483, -9.54969524e-12, 1, 2.71050543e-20, -0.0523360483, 4.99793241e-13, -0.99862951)
  6381. local k_3 = 177
  6382. local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
  6383. Event:FireServer(k_1, k_2, k_3)
  6384. local l_1 = "Stone Wall"
  6385. local l_2 = CFrame.new(aaaaa, bbbbb, ccccc, -0.99862951, 9.53660761e-12, 0.0523360483, -9.54969524e-12, 1, 2.71050543e-20, -0.0523360483, 4.99793241e-13, -0.99862951)
  6386. local l_3 = 177
  6387. local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
  6388. Event:FireServer(l_1, l_2, l_3)
  6389. local m_1 = "Stone Wall"
  6390. local m_2 = CFrame.new(aaa, bbb, ccc, 1.19248806e-08, 3.87430191e-06, -1, 4.62005888e-14, 1, -3.87430191e-06, 1, 0, 1.19248806e-08)
  6391. local m_3 = 270
  6392. local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
  6393. Event:FireServer(m_1, m_2, m_3)
  6394. local n_1 = "Stone Wall"
  6395. local n_2 = CFrame.new(aa, bb, cc, 1.19248806e-08, 3.87430191e-06, -1, 4.62005888e-14, 1, -3.87430191e-06, 1, 0, 1.19248806e-08)
  6396. local n_3 = 270
  6397. local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
  6398. Event:FireServer(n_1, n_2, n_3)
  6399. end)
Add Comment
Please, Sign In to add comment