Advertisement
YT_PatricioTGN

Universal TGN v1

Jul 11th, 2020
490
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 220.69 KB | None | 0 0
  1. -- Universal TGN By PatricioTGN In YT
  2.  
  3. local UniversalTGN = Instance.new("ScreenGui")
  4. local OpenFrame = Instance.new("Frame")
  5. local Open = Instance.new("TextButton")
  6. local Main = Instance.new("Frame")
  7. local Beauty = Instance.new("Frame")
  8. local TextLabel = Instance.new("TextLabel")
  9. local Beauty2 = Instance.new("Frame")
  10. local TextLabel2 = Instance.new("TextLabel")
  11. local ArsenalKillAll = Instance.new("TextButton")
  12. local PrisonBreaker = Instance.new("TextButton")
  13. local LegendsOfSpeed = Instance.new("TextButton")
  14. local CounterBlox = Instance.new("TextButton")
  15. local Close = Instance.new("TextButton")
  16.  
  17.  
  18. UniversalTGN.Name = "Universal TGN"
  19. UniversalTGN.Parent = game.CoreGui
  20. UniversalTGN.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  21.  
  22. OpenFrame.Name = "OpenFrame"
  23. OpenFrame.Parent = UniversalTGN
  24. OpenFrame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  25. OpenFrame.BorderColor3 = Color3.fromRGB(0, 0, 0)
  26. OpenFrame.Position = UDim2.new(0, 0, 0.531309366, 0)
  27. OpenFrame.Size = UDim2.new(0, 99, 0, 35)
  28.  
  29. Open.Name = "Open"
  30. Open.Parent = OpenFrame
  31. Open.BackgroundColor3 = Color3.fromRGB(255, 0, 4)
  32. Open.BorderColor3 = Color3.fromRGB(255, 29, 0)
  33. Open.Size = UDim2.new(0, 97, 0, 32)
  34. Open.Font = Enum.Font.Cartoon
  35. Open.Text = "Abrir"
  36. Open.TextColor3 = Color3.fromRGB(0, 0, 0)
  37. Open.TextScaled = true
  38. Open.TextSize = 14.000
  39. Open.MouseButton1Down:connect(function()
  40. Main.Visible = true
  41. OpenFrame.Visible = false
  42. end)
  43.  
  44. Main.Name = "Main"
  45. Main.Parent = UniversalTGN
  46. Main.BackgroundColor3 = Color3.fromRGB(34, 34, 34)
  47. Main.Position = UDim2.new(0.225988701, 0, 0.0607210621, 0)
  48. Main.Size = UDim2.new(0, 721, 0, 440)
  49. Main.Visible = false
  50. Main.Dragable = true
  51.  
  52.  
  53. Beauty.Name = "Beauty"
  54. Beauty.Parent = Main
  55. Beauty.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  56. Beauty.Size = UDim2.new(0, 612, 0, 35)
  57.  
  58. TextLabel.Parent = Beauty
  59. TextLabel.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  60. TextLabel.Size = UDim2.new(0, 721, 0, 35)
  61. TextLabel.Font = Enum.Font.Cartoon
  62. TextLabel.Text = "Universal TGN GUI "
  63. TextLabel.TextColor3 = Color3.fromRGB(255, 0, 4)
  64. TextLabel.TextScaled = true
  65. TextLabel.TextSize = 20.000
  66. TextLabel.TextWrapped = true
  67.  
  68. Beauty2.Name = "Beauty2"
  69. Beauty2.Parent = Main
  70. Beauty2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  71. Beauty2.Position = UDim2.new(0, 0, 0.922727287, 0)
  72. Beauty2.Size = UDim2.new(0, 612, 0, 34)
  73.  
  74. TextLabel2.Name = "TextLabel2"
  75. TextLabel2.Parent = Beauty2
  76. TextLabel2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  77. TextLabel2.Size = UDim2.new(0, 721, 0, 35)
  78. TextLabel2.Font = Enum.Font.Cartoon
  79. TextLabel2.Text = "Made By PatricioTGN"
  80. TextLabel2.TextColor3 = Color3.fromRGB(255, 0, 4)
  81. TextLabel2.TextScaled = true
  82. TextLabel2.TextSize = 20.000
  83. TextLabel2.TextWrapped = true
  84.  
  85. ArsenalKillAll.Name = "Arsenal Kill All"
  86. ArsenalKillAll.Parent = Main
  87. ArsenalKillAll.BackgroundColor3 = Color3.fromRGB(16, 16, 16)
  88. ArsenalKillAll.Position = UDim2.new(0.0102715986, 0, 0.0931818187, 0)
  89. ArsenalKillAll.Size = UDim2.new(0, 148, 0, 35)
  90. ArsenalKillAll.Font = Enum.Font.Cartoon
  91. ArsenalKillAll.Text = "Arsenal Kill All"
  92. ArsenalKillAll.TextColor3 = Color3.fromRGB(255, 0, 4)
  93. ArsenalKillAll.TextScaled = true
  94. ArsenalKillAll.TextSize = 14.000
  95. ArsenalKillAll.TextWrapped = true
  96. ArsenalKillAll.MouseButton1Down:connect(function()
  97. _G.on = true
  98. _G.Time = 2
  99.  
  100. loadstring(game:HttpGet("https://pastebin.com/raw/8ZsY63DQ"))();
  101. end)
  102.  
  103. PrisonBreaker.Name = "Prison Breaker"
  104. PrisonBreaker.Parent = Main
  105. PrisonBreaker.BackgroundColor3 = Color3.fromRGB(16, 16, 16)
  106. PrisonBreaker.Position = UDim2.new(0.0102715939, 0, 0.190909088, 0)
  107. PrisonBreaker.Size = UDim2.new(0, 148, 0, 35)
  108. PrisonBreaker.Font = Enum.Font.Cartoon
  109. PrisonBreaker.Text = "Prison Life GUI"
  110. PrisonBreaker.TextColor3 = Color3.fromRGB(255, 0, 4)
  111. PrisonBreaker.TextScaled = true
  112. PrisonBreaker.TextSize = 14.000
  113. PrisonBreaker.TextWrapped = true
  114. PrisonBreaker.MouseButton1Down:connect(function()
  115. -- Farewell Infortality.
  116. -- Version: 2.82
  117. -- Instances:
  118. local PrisonBreakerv13 = Instance.new("ScreenGui")
  119. local main = Instance.new("Frame")
  120. local title = Instance.new("TextLabel")
  121. local credits = Instance.new("TextLabel")
  122. local police = Instance.new("TextButton")
  123. local inmate = Instance.new("TextButton")
  124. local neutral = Instance.new("TextButton")
  125. local arrestcrims = Instance.new("TextButton")
  126. local invis = Instance.new("TextButton")
  127. local superpunch = Instance.new("TextButton")
  128. local guns = Instance.new("TextButton")
  129. local taserbypass = Instance.new("TextButton")
  130. local fling = Instance.new("TextButton")
  131. local reviz = Instance.new("TextButton")
  132. local arrest = Instance.new("TextButton")
  133. local attach = Instance.new("TextButton")
  134. local fastrem = Instance.new("TextButton")
  135. local fastm9 = Instance.new("TextButton")
  136. local fasttaze = Instance.new("TextButton")
  137. local fastak = Instance.new("TextButton")
  138. local killothers = Instance.new("TextButton")
  139. local btools = Instance.new("TextButton")
  140. local speed = Instance.new("TextButton")
  141. local escape = Instance.new("TextButton")
  142. local label = Instance.new("TextLabel")
  143. local prison = Instance.new("TextButton")
  144. local yard = Instance.new("TextButton")
  145. local crimbase = Instance.new("TextButton")
  146. local aimbot = Instance.new("TextButton")
  147. local respawn = Instance.new("TextButton")
  148. local lag = Instance.new("TextButton")
  149. --Properties:
  150. PrisonBreakerv13.Name = "PrisonBreaker v1.3"
  151. PrisonBreakerv13.Parent = game.CoreGui
  152.  
  153. main.Name = "main"
  154. main.Parent = PrisonBreakerv13
  155. main.BackgroundColor3 = Color3.new(0, 1, 0)
  156. main.Position = UDim2.new(0.00947120413, 0, 0.311656445, 0)
  157. main.Size = UDim2.new(0, 383, 0, 538)
  158. main.Active = true
  159. main.Draggable = true
  160.  
  161. title.Name = "title"
  162. title.Parent = main
  163. title.BackgroundColor3 = Color3.new(0.333333, 0, 1)
  164. title.Size = UDim2.new(0, 381, 0, 50)
  165. title.Font = Enum.Font.ArialBold
  166. title.Text = "PrisonBreaker V1.3"
  167. title.TextColor3 = Color3.new(0, 0, 0)
  168. title.TextSize = 14
  169.  
  170. credits.Name = "credits"
  171. credits.Parent = main
  172. credits.BackgroundColor3 = Color3.new(0.333333, 0.333333, 1)
  173. credits.Position = UDim2.new(0, 0, 0.925650537, 0)
  174. credits.Size = UDim2.new(0, 381, 0, 40)
  175. credits.Font = Enum.Font.Highway
  176. credits.Text = "Made By JAKE11PRICE on YouTube"
  177. credits.TextColor3 = Color3.new(0, 0, 0)
  178. credits.TextSize = 14
  179.  
  180. police.Name = "police"
  181. police.Parent = main
  182. police.BackgroundColor3 = Color3.new(0.333333, 0.333333, 1)
  183. police.Position = UDim2.new(0.0203045681, 0, 0.115241639, 0)
  184. police.Size = UDim2.new(0, 111, 0, 32)
  185. police.Font = Enum.Font.GothamBold
  186. police.Text = "Team Police"
  187. police.TextColor3 = Color3.new(0, 0, 0)
  188. police.TextSize = 14
  189. police.MouseButton1Down:connect(function()
  190. workspace.Remote.TeamEvent:FireServer("Bright blue")
  191. end)
  192.  
  193. inmate.Name = "inmate"
  194. inmate.Parent = main
  195. inmate.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  196. inmate.Position = UDim2.new(0.3350254, 0, 0.115241639, 0)
  197. inmate.Size = UDim2.new(0, 111, 0, 32)
  198. inmate.Font = Enum.Font.GothamBold
  199. inmate.Text = "Team Inmate"
  200. inmate.TextColor3 = Color3.new(0, 0, 0)
  201. inmate.TextSize = 14
  202. inmate.MouseButton1Down:connect(function()
  203. workspace.Remote.TeamEvent:FireServer("Bright orange")
  204. end)
  205.  
  206. neutral.Name = "neutral"
  207. neutral.Parent = main
  208. neutral.BackgroundColor3 = Color3.new(0.772549, 0.74902, 0.784314)
  209. neutral.Position = UDim2.new(0.657360375, 0, 0.115241639, 0)
  210. neutral.Size = UDim2.new(0, 111, 0, 32)
  211. neutral.Font = Enum.Font.GothamBold
  212. neutral.Text = "Team Neutral"
  213. neutral.TextColor3 = Color3.new(0, 0, 0)
  214. neutral.TextSize = 14
  215. neutral.MouseButton1Down:connect(function()
  216. Workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  217. end)
  218.  
  219. arrestcrims.Name = "arrestcrims"
  220. arrestcrims.Parent = main
  221. arrestcrims.BackgroundColor3 = Color3.new(1, 0, 0)
  222. arrestcrims.Position = UDim2.new(0.0203045681, 0, 0.18959108, 0)
  223. arrestcrims.Size = UDim2.new(0, 111, 0, 31)
  224. arrestcrims.Font = Enum.Font.GothamBold
  225. arrestcrims.Text = "Arrest Crims"
  226. arrestcrims.TextColor3 = Color3.new(0, 0, 0)
  227. arrestcrims.TextSize = 14
  228. arrestcrims.MouseButton1Down:connect(function()
  229. local Player = game.Players.LocalPlayer
  230. local cpos = Player.Character.HumanoidRootPart.CFrame
  231. for i,v in pairs(game.Teams.Criminals:GetPlayers()) do
  232. if v.Name ~= Player.Name then
  233. local i = 10
  234. repeat
  235. wait()
  236. i = i-1
  237. game.Workspace.Remote.arrest:InvokeServer(v.Character.HumanoidRootPart)
  238. Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  239. until i == 0
  240. end
  241. end
  242. Player.Character.HumanoidRootPart.CFrame = cpos
  243. Notify("Success", "Arrested all of the n00bs", "Cool!")
  244. end)
  245.  
  246. invis.Name = "invis"
  247. invis.Parent = main
  248. invis.BackgroundColor3 = Color3.new(1, 0, 0)
  249. invis.Position = UDim2.new(0.332487345, 0, 0.18959108, 0)
  250. invis.Size = UDim2.new(0, 111, 0, 31)
  251. invis.Font = Enum.Font.GothamBold
  252. invis.Text = "Invisible"
  253. invis.TextColor3 = Color3.new(0, 0, 0)
  254. invis.TextSize = 14
  255. invis.MouseButton1Down:connect(function()
  256. local player = game.Players.LocalPlayer
  257. position = player.Character.HumanoidRootPart.Position
  258. wait(0.1)
  259. player.Character:MoveTo(position + Vector3.new(0, 1000000, 0))
  260. wait(0.1)
  261. humanoidrootpart = player.Character.HumanoidRootPart:clone()
  262. wait(0.1)
  263. player.Character.HumanoidRootPart:Destroy()
  264. humanoidrootpart.Parent = player.Character
  265. player.Character:MoveTo(position)
  266. wait()
  267. end)
  268.  
  269. superpunch.Name = "superpunch"
  270. superpunch.Parent = main
  271. superpunch.BackgroundColor3 = Color3.new(1, 0, 0)
  272. superpunch.Position = UDim2.new(0.657360375, 0, 0.18959108, 0)
  273. superpunch.Size = UDim2.new(0, 111, 0, 31)
  274. superpunch.Font = Enum.Font.GothamBold
  275. superpunch.Text = "SuperPunch"
  276. superpunch.TextColor3 = Color3.new(0, 0, 0)
  277. superpunch.TextSize = 14
  278. superpunch.MouseButton1Down:connect(function()
  279. 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)
  280. end)
  281.  
  282. guns.Name = "guns"
  283. guns.Parent = main
  284. guns.BackgroundColor3 = Color3.new(1, 0, 0)
  285. guns.Position = UDim2.new(0.0203045681, 0, 0.262081772, 0)
  286. guns.Size = UDim2.new(0, 111, 0, 32)
  287. guns.Font = Enum.Font.GothamBlack
  288. guns.Text = "Guns"
  289. guns.TextColor3 = Color3.new(0, 0, 0)
  290. guns.TextSize = 14
  291. guns.MouseButton1Down:connect(function()
  292. for i,v in pairs(Workspace.Prison_ITEMS.giver:GetChildren()) do
  293.  
  294. lol = Workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  295. print(lol)
  296. end
  297. end)
  298.  
  299. taserbypass.Name = "taserbypass"
  300. taserbypass.Parent = main
  301. taserbypass.BackgroundColor3 = Color3.new(1, 0, 0)
  302. taserbypass.Position = UDim2.new(0.33502537, 0, 0.262081772, 0)
  303. taserbypass.Size = UDim2.new(0, 111, 0, 32)
  304. taserbypass.Font = Enum.Font.GothamBold
  305. taserbypass.Text = "Taser Bypass"
  306. taserbypass.TextColor3 = Color3.new(0, 0, 0)
  307. taserbypass.TextSize = 14
  308. taserbypass.MouseButton1Down:connect(function()
  309. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  310. game.Players.LocalPlayer.CharacterAdded:connect(function()
  311. game.Workspace:WaitForChild(game.Players.LocalPlayer.Name)
  312. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  313. end)
  314. local message = Instance.new("Message",game.Workspace)
  315. message.Text = 'Made By Jake11price'
  316. wait(2)
  317. message:Destroy()
  318. end)
  319.  
  320. fling.Name = "fling"
  321. fling.Parent = main
  322. fling.BackgroundColor3 = Color3.new(1, 0, 0)
  323. fling.Position = UDim2.new(0.657360375, 0, 0.262081772, 0)
  324. fling.Size = UDim2.new(0, 111, 0, 32)
  325. fling.Font = Enum.Font.GothamBold
  326. fling.Text = "Fling"
  327. fling.TextColor3 = Color3.new(0, 0, 0)
  328. fling.TextSize = 14
  329. fling.MouseButton1Down:connect(function()
  330. --fe fling script, modified by CDrom202 for R6
  331.  
  332. power = 300 -- change this to make it more or less powerful
  333.  
  334. game:GetService('RunService').Stepped:connect(function()
  335. game.Players.LocalPlayer.Character.Head.CanCollide = false
  336. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  337. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  338. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  339. end)
  340.  
  341. wait(.1)
  342. local bambam = Instance.new("BodyThrust")
  343. bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  344. bambam.Force = Vector3.new(power,0,power)
  345. bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  346. end)
  347.  
  348. reviz.Name = "reviz"
  349. reviz.Parent = main
  350. reviz.BackgroundColor3 = Color3.new(1, 0, 0)
  351. reviz.Position = UDim2.new(0.0183727033, 0, 0.332713753, 0)
  352. reviz.Size = UDim2.new(0, 111, 0, 32)
  353. reviz.Font = Enum.Font.GothamBold
  354. reviz.Text = "Reviz Admin"
  355. reviz.TextColor3 = Color3.new(0, 0, 0)
  356. reviz.TextSize = 14
  357. reviz.MouseButton1Down:connect(function()
  358. -- Creator: illremember#3799
  359.  
  360. -- Credits to infinite yield, harkinian, dex creators
  361.  
  362. prefix = ";"
  363. wait(0.3)
  364. Commands = {
  365. '[-] cmdbar is shown when ; is pressed.',
  366. '[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you and player',
  367. '[2] bring [plr] -- You need a tool! Will bring player to you',
  368. '[3] spin [plr] -- You need a tool! Makes you and the player spin crazy',
  369. '[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting',
  370. '[5] attach [plr] -- You need a tool! Attaches you to player',
  371. '[6] unattach [plr] -- Attempts to unattach you from a player',
  372. '[7] follow [plr] -- Makes you follow behind the player',
  373. '[8] unfollow',
  374. '[9] freefall [plr] -- You need a tool! Teleports you and the player up into the air',
  375. '[10] trail [plr] -- The opposite of follow, you stay infront of player',
  376. '[11] untrail',
  377. '[12] orbit [plr] -- Makes you orbit the player',
  378. '[13] unorbit',
  379. '[14] fling [plr] -- Makes you fling the player',
  380. '[15] unfling',
  381. '[16] fecheck -- Checks if the game is FE or not',
  382. '[17] void [plr] -- Teleports player to the void',
  383. '[18] noclip -- Gives you noclip to walk through walls',
  384. '[19] clip -- Removes noclip',
  385. '[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default',
  386. '[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default',
  387. '[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default',
  388. '[23] default -- Changes your speed, jumppower and hipheight to default values',
  389. '[24] annoy [plr] -- Loop teleports you to the player',
  390. '[25] unannoy',
  391. '[26] headwalk [plr] -- Loop teleports you to the player head',
  392. '[27] unheadwalk',
  393. '[28] nolimbs -- Removes your arms and legs',
  394. '[29] god -- Gives you FE Godmode',
  395. '[30] drophats -- Drops your accessories',
  396. '[31] droptool -- Drops any tool you have equipped',
  397. '[32] loopdhats -- Loop drops your accessories',
  398. '[33] unloopdhats',
  399. '[34] loopdtool -- Loop drops any tools you have equipped',
  400. '[35] unloopdtool',
  401. '[36] invisible -- Gives you invisibility CREDIT TO TIMELESS',
  402. '[37] view [plr] -- Changes your camera to the player character',
  403. '[38] unview',
  404. '[39] goto [plr] -- Teleports you to player',
  405. '[40] fly -- Allows you to fly, credit to Infinite Yield',
  406. '[41] unfly',
  407. '[42] chat [msg] -- Makes you chat a message',
  408. '[43] spam [msg] -- Spams a message',
  409. '[44] unspam',
  410. '[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second',
  411. '[46] pmspam [plr] -- Spams a player in private message',
  412. '[47] unpmspam',
  413. '[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you',
  414. '[49] uncfreeze [plr]',
  415. '[50] unlockws -- Unlocks the workspace',
  416. '[51] lockws -- Locks the workspace',
  417. '[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you',
  418. '[53] pstand -- Enables platform stand',
  419. '[54] unpstand -- Disables platform stand',
  420. '[55] blockhead -- Removes your head mesh',
  421. '[56] sit',
  422. '[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',
  423. '[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided',
  424. '[59] hypertotal -- Loads in my FE GUI Hypertotal',
  425. '[60] cmds -- Prints all commands',
  426. '[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats',
  427. '[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool',
  428. '[63] spinner -- Makes you spin',
  429. '[64] nospinner',
  430. '[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom',
  431. '[66] noreach -- Removes reach, must have tool equipped',
  432. '[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying',
  433. '[68] tp me [plr] -- Alternative to goto',
  434. '[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player',
  435. '[70] uncbring',
  436. '[71] swap [plr] -- You need a tool! Swaps players position with yours and your position with players',
  437. '[72] givetool [plr] -- Gives the tool you have equipped to the player',
  438. '[73] glitch [plr] -- Glitches you and the player, looks very cool',
  439. '[74] unglitch -- Unglitches you',
  440. '[75] grespawn -- Alternative to normal respawn and usually works best for when you want to reset with FE Godmode',
  441. '[76] explorer -- Loads up DEX',
  442. '[77] reset -- Resets your character.',
  443. '[78] anim [id] -- Applies an animation on you, must be created by ROBLOX',
  444. '[79] animgui -- Loads up Energize animations GUI',
  445. '[80] savepos -- Saves your current position',
  446. '[81] loadpos -- Teleports you to your saved position',
  447. '[82] bang [plr] -- 18+ will not work if you have FE Godmode on',
  448. '[83] unbang',
  449. '[84] delcmdbar -- Removes the command bar completely',
  450. '[85] bringmod [obj] -- Brings all the parts in a model, client only, comes from ;bringobj enter exact name of model',
  451. '[86] shutdown -- Uses harkinians script to shutdown server',
  452. '[87] respawn -- If grespawn doesnt work you can use respawn',
  453. '[88] delobj [obj] -- Deletes a certain brick in workspace, client sided',
  454. '[89] getplrs -- Prints all players in game',
  455. '[90] deldecal -- Deletes all decals client sided',
  456. '[91] opfinality -- Loads in my FE GUI Opfinality',
  457. '[92] remotes -- Prints all remotes in the game in the console when added',
  458. '[93] noremotes -- Stops printing remotes',
  459. '[94] tpdefault -- Stops all loop teleports to a player',
  460. '[95] stopsit -- Will not allow you to sit',
  461. '[96] gosit -- Allows you to sit',
  462. '[97] clicktp -- Enables click tp',
  463. '[98] noclicktp -- Disables click tp',
  464. '[99] toolson -- If any tools are dropped in the workspace you will automatically get them',
  465. '[100] toolsoff -- Stops ;toolson',
  466. '[101] version -- Gets the admin version',
  467. '[102] state [num] -- Changes your humanoid state, ;unstate to stop.',
  468. '[103] gravity [num] -- Changes workspace gravity default is 196.2',
  469. '[104] pgs -- Checks if the game has PGSPhysicsSolverEnabled enabled',
  470. '[105] clickdel -- Delete any block you press q on, client sided',
  471. '[106] noclickdel -- Stops clickdel',
  472. '[107] looprhats -- Loop removes mesh of your hats/loop block hats',
  473. '[108] unlooprhats -- Stops loop removing mesh',
  474. '[109] looprtool -- Loop removes mesh of your tool/loop block tools',
  475. '[110] unlooprtool -- Stops loop removing mesh',
  476. '[111] givealltools [plr] -- Gives all the tools you have in your backpack to the player',
  477. '[112] age [plr] -- Makes you chat the account age of the player',
  478. '[113] id [plr] -- Makes you chat the account ID of the player',
  479. '[114] .age [plr] -- Privately shows you the account age of the player',
  480. '[115] .id [plr] -- Privately shows you the account ID of the player',
  481. '[116] gameid -- Shows the game ID',
  482. '[117] removeinvis -- Removes all invisible walls/parts, client sided',
  483. '[118] removefog -- Removes fog, client sided',
  484. '[119] disable -- Disables your character by removing humanoid',
  485. '[120] enable -- Enables your character by adding humanoid',
  486. '[121] prefix [key] -- Changes the prefix used, default is ;',
  487. '[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.',
  488. '[123] flyspeed [num] -- Change your fly speed, default is 1',
  489. '[124] carpet [plr] -- Makes you a carpet for a player, will not work if FE Godmode is on',
  490. '[125] uncarpet -- Stops carpet player',
  491. '[126] stare [plr] -- Turns your character to stare at another player',
  492. '[127] unstare -- Stops stare player',
  493. '[128] logchat -- Logs all chat (including /e and whispers) of all players',
  494. '[129] unlogchat -- Disables logchat',
  495. '[130] fixcam -- Fixes/resets your camera',
  496. '[131] unstate -- Stops changing state',
  497. }
  498. speedget = 1
  499.  
  500. lplayer = game:GetService("Players").LocalPlayer
  501.  
  502. lplayer.CharacterAdded:Connect(function(character)
  503. spin = false
  504. flying = false
  505. staring = false
  506. banpl = false
  507. end)
  508.  
  509. function change()
  510. prefix = prefix
  511. speedfly = speedfly
  512. end
  513.  
  514. function GetPlayer(String) -- Credit to Timeless/xFunnieuss
  515. local Found = {}
  516. local strl = String:lower()
  517. if strl == "all" then
  518. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  519. table.insert(Found,v)
  520. end
  521. elseif strl == "others" then
  522. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  523. if v.Name ~= lplayer.Name then
  524. table.insert(Found,v)
  525. end
  526. end
  527. elseif strl == "me" then
  528. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  529. if v.Name == lplayer.Name then
  530. table.insert(Found,v)
  531. end
  532. end
  533. else
  534. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  535. if v.Name:lower():sub(1, #String) == String:lower() then
  536. table.insert(Found,v)
  537. end
  538. end
  539. end
  540. return Found
  541. end
  542.  
  543. local Mouse = lplayer:GetMouse()
  544.  
  545. spin = false
  546. followed = false
  547. traill = false
  548. noclip = false
  549. annoying = false
  550. hwalk = false
  551. droppinghats = false
  552. droppingtools = false
  553. flying = false
  554. spamdelay = 1
  555. spamming = false
  556. spammingpm = false
  557. cbringing = false
  558. remotes = true
  559. added = true
  560. binds = false
  561. stopsitting = false
  562. clickgoto = false
  563. gettingtools = false
  564. removingmeshhats = false
  565. removingmeshtool = false
  566. clickdel = false
  567. staring = false
  568. chatlogs = false
  569. banpl = false
  570. changingstate = false
  571. statechosen = 0
  572.  
  573. adminversion = "Reviz Admin by illremember, Version 2.0"
  574.  
  575. flying = false
  576. speedfly = 1
  577.  
  578. function plrchat(plr, chat)
  579. print(plr.Name..": "..tick().."\n"..chat)
  580. end
  581.  
  582. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  583. v.Chatted:connect(function(chat)
  584. if chatlogs then
  585. plrchat(v, chat)
  586. end
  587. end)
  588. end
  589. game:GetService("Players").PlayerAdded:connect(function(plr)
  590. plr.Chatted:connect(function(chat)
  591. if chatlogs then
  592. plrchat(plr, chat)
  593. end
  594. end)
  595. end)
  596.  
  597.  
  598. local ScreenGui = Instance.new("ScreenGui")
  599. local Frame = Instance.new("Frame")
  600. local CMDBAR = Instance.new("TextBox")
  601. ScreenGui.Parent = game:GetService("CoreGui")
  602. Frame.Parent = ScreenGui
  603. Frame.BackgroundColor3 = Color3.new(0.3, 0.1, 0.1)
  604. Frame.BackgroundTransparency = 0.3
  605. Frame.Position = UDim2.new(0.5, 0, 0, 10)
  606. Frame.Size = UDim2.new(0, 200, 0, 40)
  607. Frame.Active = true
  608. Frame.Draggable = true
  609. CMDBAR.Name = "CMDBAR"
  610. CMDBAR.Parent = Frame
  611. CMDBAR.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  612. CMDBAR.BackgroundTransparency = 0.20000000298023
  613. CMDBAR.Size = UDim2.new(0, 180, 0, 20)
  614. CMDBAR.Position = UDim2.new(0.05, 0, 0.25, 0)
  615. CMDBAR.Font = Enum.Font.SourceSansLight
  616. CMDBAR.FontSize = Enum.FontSize.Size14
  617. CMDBAR.TextColor3 = Color3.new(0.945098, 0.945098, 0.945098)
  618. CMDBAR.TextScaled = true
  619. CMDBAR.TextSize = 14
  620. CMDBAR.TextWrapped = true
  621. CMDBAR.Text = "Press ; to type, Enter to execute"
  622.  
  623. local CMDS = Instance.new("ScreenGui")
  624. local CMDSFRAME = Instance.new("Frame")
  625. local ScrollingFrame = Instance.new("ScrollingFrame")
  626. local TextLabel = Instance.new("TextLabel")
  627. local closegui = Instance.new("TextButton")
  628. CMDS.Name = "CMDS"
  629. CMDS.Parent = game:GetService("CoreGui")
  630. CMDSFRAME.Name = "CMDSFRAME"
  631. CMDSFRAME.Parent = CMDS
  632. CMDSFRAME.Active = true
  633. CMDSFRAME.BackgroundColor3 = Color3.new(0.223529, 0.231373, 0.309804)
  634. CMDSFRAME.BorderSizePixel = 0
  635. CMDSFRAME.Draggable = true
  636. CMDSFRAME.Position = UDim2.new(0, 315, 0, 100)
  637. CMDSFRAME.Size = UDim2.new(0, 275, 0, 275)
  638. CMDSFRAME.Visible = false
  639. ScrollingFrame.Parent = CMDSFRAME
  640. ScrollingFrame.BackgroundColor3 = Color3.new(0.160784, 0.160784, 0.203922)
  641. ScrollingFrame.BorderSizePixel = 0
  642. ScrollingFrame.Position = UDim2.new(0, 0, 0.0729999989, 0)
  643. ScrollingFrame.Size = UDim2.new(1.04999995, 0, 0.92900002, 0)
  644. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 10, 0)
  645. TextLabel.Parent = ScrollingFrame
  646. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  647. TextLabel.BackgroundTransparency = 1
  648. TextLabel.Size = UDim2.new(0.930000007, 0, 1, 0)
  649. TextLabel.Font = Enum.Font.SourceSans
  650. TextLabel.FontSize = Enum.FontSize.Size18
  651. 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."
  652. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  653. TextLabel.TextSize = 15
  654. TextLabel.TextWrapped = true
  655. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  656. TextLabel.TextYAlignment = Enum.TextYAlignment.Top
  657. closegui.Name = "closegui"
  658. closegui.Parent = CMDSFRAME
  659. closegui.BackgroundColor3 = Color3.new(0.890196, 0.223529, 0.0588235)
  660. closegui.BorderSizePixel = 0
  661. closegui.Position = UDim2.new(0.995000005, 0, 0, 0)
  662. closegui.Size = UDim2.new(0.0545952693, 0, 0.0728644878, 0)
  663. closegui.Font = Enum.Font.SourceSansBold
  664. closegui.FontSize = Enum.FontSize.Size24
  665. closegui.Text = "X"
  666. closegui.TextColor3 = Color3.new(1, 1, 1)
  667. closegui.TextSize = 20
  668.  
  669. closegui.MouseButton1Click:connect(function()
  670. CMDSFRAME.Visible = false
  671. end)
  672.  
  673. game:GetService('RunService').Stepped:connect(function()
  674. if spin then
  675. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[spinplr.Name].Character.HumanoidRootPart.CFrame
  676. end
  677. if followed then
  678. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame.lookVector * -5
  679. end
  680. if traill then
  681. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame.lookVector * 5
  682. end
  683. if annoying then
  684. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[annplr.Name].Character.HumanoidRootPart.CFrame
  685. end
  686. if hwalk then
  687. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[hdwplr.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 4, 0)
  688. end
  689. if staring then
  690. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(lplayer.Character.Torso.Position, game:GetService("Players")[stareplr.Name].Character.Torso.Position)
  691. end
  692. end)
  693. game:GetService('RunService').Stepped:connect(function()
  694. if noclip then
  695. if lplayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  696. lplayer.Character.Head.CanCollide = false
  697. lplayer.Character.Torso.CanCollide = false
  698. lplayer.Character["Left Leg"].CanCollide = false
  699. lplayer.Character["Right Leg"].CanCollide = false
  700. else
  701. lplayer.Character.Humanoid:ChangeState(11)
  702. end
  703. end
  704. if changingstate then
  705. lplayer.Character.Humanoid:ChangeState(statechosen)
  706. end
  707. end)
  708. game:GetService('RunService').Stepped:connect(function()
  709. if droppinghats then
  710. for i,v in pairs(lplayer.Character:GetChildren()) do
  711. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  712. v.Parent = workspace
  713. end
  714. end
  715. end
  716. if droppingtools then
  717. for i,v in pairs(lplayer.Character:GetChildren()) do
  718. if (v:IsA("Tool")) then
  719. v.Parent = workspace
  720. end
  721. end
  722. end
  723. if removingmeshhats then
  724. for i,v in pairs(lplayer.Character:GetChildren()) do
  725. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  726. v.Handle.Mesh:Destroy()
  727. end
  728. end
  729. end
  730. if removingmeshtool then
  731. for i,v in pairs(lplayer.Character:GetChildren()) do
  732. if (v:IsA("Tool")) then
  733. v.Handle.Mesh:Destroy()
  734. end
  735. end
  736. end
  737. end)
  738. game:GetService('RunService').Stepped:connect(function()
  739. if banpl then
  740. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[bplrr].Character.HumanoidRootPart.CFrame
  741. end
  742. end)
  743. game:GetService('RunService').Stepped:connect(function()
  744. if stopsitting then
  745. lplayer.Character.Humanoid.Sit = false
  746. end
  747. end)
  748.  
  749. plr = lplayer
  750. hum = plr.Character.HumanoidRootPart
  751. mouse = plr:GetMouse()
  752. mouse.KeyDown:connect(function(key)
  753. if key == "e" then
  754. if mouse.Target then
  755. if clickgoto then
  756. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  757. elseif clickdel then
  758. mouse.Target:Destroy()
  759. end
  760. end
  761. end
  762. end)
  763.  
  764. game:GetService("Workspace").ChildAdded:connect(function(part)
  765. if gettingtools then
  766. if part:IsA("Tool") then
  767. part.Handle.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  768. end
  769. end
  770. end)
  771.  
  772. lplayer.Chatted:Connect(function(msg)
  773. if string.sub(msg, 1, 6) == (prefix.."kill ") then
  774. if string.sub(msg, 7) == "me" then
  775. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  776. else
  777. for i,v in pairs(GetPlayer(string.sub(msg, 7)))do
  778. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  779. lplayer.Character.Humanoid.Name = 1
  780. local l = lplayer.Character["1"]:Clone()
  781. l.Parent = lplayer.Character
  782. l.Name = "Humanoid"
  783. wait(0.1)
  784. lplayer.Character["1"]:Destroy()
  785. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  786. lplayer.Character.Animate.Disabled = true
  787. wait(0.1)
  788. lplayer.Character.Animate.Disabled = false
  789. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  790. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  791. lplayer.Character.Humanoid:EquipTool(v)
  792. end
  793. local function tp(player,player2)
  794. local char1,char2=player.Character,player2.Character
  795. if char1 and char2 then
  796. char1:MoveTo(char2.Head.Position)
  797. end
  798. end
  799. wait(0.1)
  800. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  801. wait(0.2)
  802. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  803. wait(0.5)
  804. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  805. wait(0.7)
  806. tp(lplayer,game:GetService("Players")[v.Name])
  807. wait(0.7)
  808. lplayer.Character.HumanoidRootPart.CFrame = NOW
  809. game:GetService("StarterGui"):SetCore("SendNotification", {
  810. Title = "Tools needed!";
  811. Text = "You need a tool in your backpack for this command!";
  812. })
  813. end
  814. end
  815. end
  816. if string.sub(msg, 1, 7) == (prefix.."bring ") then
  817. for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  818. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  819. lplayer.Character.Humanoid.Name = 1
  820. local l = lplayer.Character["1"]:Clone()
  821. l.Parent = lplayer.Character
  822. l.Name = "Humanoid"
  823. wait(0.1)
  824. lplayer.Character["1"]:Destroy()
  825. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  826. lplayer.Character.Animate.Disabled = true
  827. wait(0.1)
  828. lplayer.Character.Animate.Disabled = false
  829. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  830. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  831. lplayer.Character.Humanoid:EquipTool(v)
  832. end
  833. local function tp(player,player2)
  834. local char1,char2=player.Character,player2.Character
  835. if char1 and char2 then
  836. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  837. end
  838. end
  839. local function getout(player,player2)
  840. local char1,char2=player.Character,player2.Character
  841. if char1 and char2 then
  842. char1:MoveTo(char2.Head.Position)
  843. end
  844. end
  845. tp(game:GetService("Players")[v.Name], lplayer)
  846. wait(0.2)
  847. tp(game:GetService("Players")[v.Name], lplayer)
  848. wait(0.5)
  849. lplayer.Character.HumanoidRootPart.CFrame = NOW
  850. wait(0.5)
  851. getout(lplayer, game:GetService("Players")[v.Name])
  852. wait(0.3)
  853. lplayer.Character.HumanoidRootPart.CFrame = NOW
  854. game:GetService("StarterGui"):SetCore("SendNotification", {
  855. Title = "Tools needed!";
  856. Text = "You need a tool in your backpack for this command!";
  857. })
  858. end
  859. end
  860. if string.sub(msg, 1, 6) == (prefix.."spin ") then
  861. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  862. lplayer.Character.Humanoid.Name = 1
  863. local l = lplayer.Character["1"]:Clone()
  864. l.Parent = lplayer.Character
  865. l.Name = "Humanoid"
  866. wait(0.1)
  867. lplayer.Character["1"]:Destroy()
  868. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  869. lplayer.Character.Animate.Disabled = true
  870. wait(0.1)
  871. lplayer.Character.Animate.Disabled = false
  872. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  873. lplayer.Character.Animate.Disabled = false
  874. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  875. lplayer.Character.Humanoid:EquipTool(v)
  876. end
  877. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  878. spinplr = v
  879. wait(0.5)
  880. spin = true
  881. game:GetService("StarterGui"):SetCore("SendNotification", {
  882. Title = "Tools needed!";
  883. Text = "You need a tool in your backpack for this command!";
  884. })
  885. end
  886. end
  887. if string.sub(msg, 1, 7) == (prefix.."unspin") then
  888. spin = false
  889. end
  890. if string.sub(msg, 1, 8) == (prefix.."attach ") then
  891. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  892. lplayer.Character.Humanoid.Name = 1
  893. local l = lplayer.Character["1"]:Clone()
  894. l.Parent = lplayer.Character
  895. l.Name = "Humanoid"
  896. wait(0.1)
  897. lplayer.Character["1"]:Destroy()
  898. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  899. lplayer.Character.Animate.Disabled = true
  900. wait(0.1)
  901. lplayer.Character.Animate.Disabled = false
  902. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  903. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  904. lplayer.Character.Humanoid:EquipTool(v)
  905. end
  906. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  907. wait(0.3)
  908. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  909. attplr = v
  910. game:GetService("StarterGui"):SetCore("SendNotification", {
  911. Title = "Tools needed!";
  912. Text = "You need a tool in your backpack for this command!";
  913. })
  914. end
  915. end
  916. if string.sub(msg, 1, 10) == (prefix.."unattach ") then
  917. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  918. local function getout(player,player2)
  919. local char1,char2=player.Character,player2.Character
  920. if char1 and char2 then
  921. char1:MoveTo(char2.Head.Position)
  922. end
  923. end
  924. getout(lplayer, game:GetService("Players")[v.Name])
  925. end
  926. end
  927. if string.sub(msg, 1, 8) == (prefix.."follow ") then
  928. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  929. followed = true
  930. flwplr = v
  931. end
  932. end
  933. if string.sub(msg, 1, 9) == (prefix.."unfollow") then
  934. followed = false
  935. end
  936. if string.sub(msg, 1, 10) == (prefix.."freefall ") then
  937. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  938. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  939. lplayer.Character.Humanoid.Name = 1
  940. local l = lplayer.Character["1"]:Clone()
  941. l.Parent = lplayer.Character
  942. l.Name = "Humanoid"
  943. wait(0.1)
  944. lplayer.Character["1"]:Destroy()
  945. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  946. lplayer.Character.Animate.Disabled = true
  947. wait(0.1)
  948. lplayer.Character.Animate.Disabled = false
  949. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  950. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  951. lplayer.Character.Humanoid:EquipTool(v)
  952. end
  953. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  954. wait(0.2)
  955. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  956. wait(0.6)
  957. lplayer.Character.HumanoidRootPart.CFrame = NOW
  958. wait(0.6)
  959. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  960. game:GetService("StarterGui"):SetCore("SendNotification", {
  961. Title = "Tools needed!";
  962. Text = "You need a tool in your backpack for this command!";
  963. })
  964. end
  965. end
  966. if string.sub(msg, 1, 7) == (prefix.."trail ") then
  967. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  968. traill = true
  969. trlplr = v
  970. end
  971. end
  972. if string.sub(msg, 1, 8) == (prefix.."untrail") then
  973. traill = false
  974. end
  975. if string.sub(msg, 1, 7) == (prefix.."orbit ") then
  976. if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  977. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  978. else
  979. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  980. local o = Instance.new("RocketPropulsion")
  981. o.Parent = lplayer.Character.HumanoidRootPart
  982. o.Name = "Orbit"
  983. o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  984. o:Fire()
  985. noclip = true
  986. end
  987. end
  988. end
  989. if string.sub(msg, 1, 8) == (prefix.."unorbit") then
  990. lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  991. noclip = false
  992. end
  993. if string.sub(msg, 1, 7) == (prefix.."fling ") then
  994. if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  995. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  996. else
  997. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  998. local y = Instance.new("RocketPropulsion")
  999. y.Parent = lplayer.Character.HumanoidRootPart
  1000. y.CartoonFactor = 1
  1001. y.MaxThrust = 800000
  1002. y.MaxSpeed = 1000
  1003. y.ThrustP = 200000
  1004. y.Name = "Fling"
  1005. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  1006. y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  1007. y:Fire()
  1008. noclip = true
  1009. end
  1010. end
  1011. end
  1012. if string.sub(msg, 1, 8) == (prefix.."unfling") then
  1013. noclip = false
  1014. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  1015. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  1016. wait(0.4)
  1017. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  1018. end
  1019. if string.sub(msg, 1, 8) == (prefix.."fecheck") then
  1020. if game:GetService("Workspace").FilteringEnabled == true then
  1021. warn("FE is Enabled (Filtering Enabled)")
  1022. game:GetService("StarterGui"):SetCore("SendNotification", {
  1023. Title = "FE is Enabled";
  1024. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  1025. })
  1026. else
  1027. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  1028. game:GetService("StarterGui"):SetCore("SendNotification", {
  1029. Title = "FE is Disabled";
  1030. Text = "Filtering Disabled. Consider using a different admin script.";
  1031. })
  1032. end
  1033. end
  1034. if string.sub(msg, 1, 6) == (prefix.."void ") then
  1035. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1036. lplayer.Character.Humanoid.Name = 1
  1037. local l = lplayer.Character["1"]:Clone()
  1038. l.Parent = lplayer.Character
  1039. l.Name = "Humanoid"
  1040. wait(0.1)
  1041. lplayer.Character["1"]:Destroy()
  1042. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1043. lplayer.Character.Animate.Disabled = true
  1044. wait(0.1)
  1045. lplayer.Character.Animate.Disabled = false
  1046. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1047. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1048. lplayer.Character.Humanoid:EquipTool(v)
  1049. end
  1050. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1051. wait(0.2)
  1052. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1053. wait(0.6)
  1054. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  1055. game:GetService("StarterGui"):SetCore("SendNotification", {
  1056. Title = "Tools needed!";
  1057. Text = "You need a tool in your backpack for this command!";
  1058. })
  1059. end
  1060. end
  1061. if string.sub(msg, 1, 7) == (prefix.."noclip") then
  1062. noclip = true
  1063. game:GetService("StarterGui"):SetCore("SendNotification", {
  1064. Title = "Noclip enabled";
  1065. Text = "Type ;clip to disable";
  1066. })
  1067. end
  1068. if string.sub(msg, 1, 5) == (prefix.."clip") then
  1069. noclip = false
  1070. game:GetService("StarterGui"):SetCore("SendNotification", {
  1071. Title = "Noclip disabled";
  1072. Text = "Type ;noclip to enable";
  1073. })
  1074. end
  1075. if string.sub(msg, 1, 7) == (prefix.."speed ") then
  1076. lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 8))
  1077. end
  1078. if string.sub(msg, 1, 4) == (prefix.."ws ") then
  1079. lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 5))
  1080. end
  1081. if string.sub(msg, 1, 11) == (prefix.."hipheight ") then
  1082. lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 12))
  1083. end
  1084. if string.sub(msg, 1, 4) == (prefix.."hh ") then
  1085. lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 5))
  1086. end
  1087. if string.sub(msg, 1, 11) == (prefix.."jumppower ") then
  1088. lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 12))
  1089. end
  1090. if string.sub(msg, 1, 4) == (prefix.."jp ") then
  1091. lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 5))
  1092. end
  1093. if string.sub(msg, 1, 8) == (prefix.."default") then
  1094. lplayer.Character.Humanoid.JumpPower = 50
  1095. lplayer.Character.Humanoid.WalkSpeed = 16
  1096. lplayer.Character.Humanoid.HipHeight = 0
  1097. end
  1098. if string.sub(msg, 1, 7) == (prefix.."annoy ") then
  1099. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  1100. annoying = true
  1101. annplr = v
  1102. end
  1103. end
  1104. if string.sub(msg, 1, 8) == (prefix.."unannoy") then
  1105. annoying = false
  1106. end
  1107. if string.sub(msg, 1, 10) == (prefix.."headwalk ") then
  1108. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  1109. hwalk = true
  1110. hdwplr = v
  1111. end
  1112. end
  1113. if string.sub(msg, 1, 11) == (prefix.."unheadwalk") then
  1114. hwalk = false
  1115. end
  1116. if string.sub(msg, 1, 8) == (prefix.."nolimbs") then
  1117. lplayer.Character["Left Leg"]:Destroy()
  1118. lplayer.Character["Left Arm"]:Destroy()
  1119. lplayer.Character["Right Leg"]:Destroy()
  1120. lplayer.Character["Right Arm"]:Destroy()
  1121. end
  1122. if string.sub(msg, 1, 4) == (prefix.."god") then
  1123. lplayer.Character.Humanoid.Name = 1
  1124. local l = lplayer.Character["1"]:Clone()
  1125. l.Parent = lplayer.Character
  1126. l.Name = "Humanoid"
  1127. wait(0.1)
  1128. lplayer.Character["1"]:Destroy()
  1129. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1130. lplayer.Character.Animate.Disabled = true
  1131. wait(0.1)
  1132. lplayer.Character.Animate.Disabled = false
  1133. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1134. game:GetService("StarterGui"):SetCore("SendNotification", {
  1135. Title = "FE Godmode enabled";
  1136. Text = "Use ;grespawn or ;respawn to remove";
  1137. })
  1138. end
  1139. if string.sub(msg, 1, 9) == (prefix.."drophats") then
  1140. for i,v in pairs(lplayer.Character:GetChildren()) do
  1141. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  1142. v.Parent = workspace
  1143. end
  1144. end
  1145. end
  1146. if string.sub(msg, 1, 9) == (prefix.."droptool") then
  1147. for i,v in pairs(lplayer.Character:GetChildren()) do
  1148. if (v:IsA("Tool")) then
  1149. v.Parent = workspace
  1150. end
  1151. end
  1152. end
  1153. if string.sub(msg, 1, 10) == (prefix.."loopdhats") then
  1154. droppinghats = true
  1155. game:GetService("StarterGui"):SetCore("SendNotification", {
  1156. Title = "Loop Drop Enabled";
  1157. Text = "Type ;unloopdhats to disable";
  1158. })
  1159. end
  1160. if string.sub(msg, 1, 12) == (prefix.."unloopdhats") then
  1161. droppinghats = false
  1162. game:GetService("StarterGui"):SetCore("SendNotification", {
  1163. Title = "Loop Drop Disabled";
  1164. Text = "Type ;loopdhats to enable.";
  1165. })
  1166. end
  1167. if string.sub(msg, 1, 10) == (prefix.."loopdtool") then
  1168. droppingtools = true
  1169. game:GetService("StarterGui"):SetCore("SendNotification", {
  1170. Title = "Loop Drop Enabled";
  1171. Text = "Type ;unloopdtool to disable";
  1172. })
  1173. end
  1174. if string.sub(msg, 1, 12) == (prefix.."unloopdtool") then
  1175. droppingtools = false
  1176. game:GetService("StarterGui"):SetCore("SendNotification", {
  1177. Title = "Loop Drop Disabled";
  1178. Text = "Type ;loopdtool to enable.";
  1179. })
  1180. end
  1181. if string.sub(msg, 1, 10) == (prefix.."invisible") then -- Credit to Timeless
  1182. Local = game:GetService('Players').LocalPlayer
  1183. Char = Local.Character
  1184. touched,tpdback = false, false
  1185. box = Instance.new('Part',workspace)
  1186. box.Anchored = true
  1187. box.CanCollide = true
  1188. box.Size = Vector3.new(10,1,10)
  1189. box.Position = Vector3.new(0,10000,0)
  1190. box.Touched:connect(function(part)
  1191. if (part.Parent.Name == Local.Name) then
  1192. if touched == false then
  1193. touched = true
  1194. function apply()
  1195. if script.Disabled ~= true then
  1196. no = Char.HumanoidRootPart:Clone()
  1197. wait(.25)
  1198. Char.HumanoidRootPart:Destroy()
  1199. no.Parent = Char
  1200. Char:MoveTo(loc)
  1201. touched = false
  1202. end end
  1203. if Char then
  1204. apply()
  1205. end
  1206. end
  1207. end
  1208. end)
  1209. repeat wait() until Char
  1210. loc = Char.HumanoidRootPart.Position
  1211. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  1212. game:GetService("StarterGui"):SetCore("SendNotification", {
  1213. Title = "Invisibility enabled!";
  1214. Text = "Reset or use ;respawn to remove.";
  1215. })
  1216. end
  1217. if string.sub(msg, 1, 6) == (prefix.."view ") then
  1218. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1219. if game:GetService("Players")[v.Name].Character.Humanoid then
  1220. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  1221. else
  1222. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  1223. end
  1224. end
  1225. end
  1226. if string.sub(msg, 1, 7) == (prefix.."unview") then
  1227. if lplayer.Character.Humanoid then
  1228. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  1229. else
  1230. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  1231. end
  1232. end
  1233. if string.sub(msg, 1, 6) == (prefix.."goto ") then
  1234. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1235. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1236. end
  1237. end
  1238. if string.sub(msg, 1, 4) == (prefix.."fly") then
  1239. repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  1240. repeat wait() until Mouse
  1241.  
  1242. local T = lplayer.Character.HumanoidRootPart
  1243. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  1244. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  1245. local SPEED = speedget
  1246.  
  1247. local function fly()
  1248. flying = true
  1249. local BG = Instance.new('BodyGyro', T)
  1250. local BV = Instance.new('BodyVelocity', T)
  1251. BG.P = 9e4
  1252. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1253. BG.cframe = T.CFrame
  1254. BV.velocity = Vector3.new(0, 0.1, 0)
  1255. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1256. spawn(function()
  1257. repeat wait()
  1258. lplayer.Character.Humanoid.PlatformStand = true
  1259. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  1260. SPEED = 50
  1261. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  1262. SPEED = 0
  1263. end
  1264. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  1265. 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
  1266. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  1267. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  1268. 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
  1269. else
  1270. BV.velocity = Vector3.new(0, 0.1, 0)
  1271. end
  1272. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  1273. until not flying
  1274. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  1275. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  1276. SPEED = 0
  1277. BG:destroy()
  1278. BV:destroy()
  1279. lplayer.Character.Humanoid.PlatformStand = false
  1280. end)
  1281. end
  1282. Mouse.KeyDown:connect(function(KEY)
  1283. if KEY:lower() == 'w' then
  1284. CONTROL.F = speedfly
  1285. elseif KEY:lower() == 's' then
  1286. CONTROL.B = -speedfly
  1287. elseif KEY:lower() == 'a' then
  1288. CONTROL.L = -speedfly
  1289. elseif KEY:lower() == 'd' then
  1290. CONTROL.R = speedfly
  1291. end
  1292. end)
  1293. Mouse.KeyUp:connect(function(KEY)
  1294. if KEY:lower() == 'w' then
  1295. CONTROL.F = 0
  1296. elseif KEY:lower() == 's' then
  1297. CONTROL.B = 0
  1298. elseif KEY:lower() == 'a' then
  1299. CONTROL.L = 0
  1300. elseif KEY:lower() == 'd' then
  1301. CONTROL.R = 0
  1302. end
  1303. end)
  1304. fly()
  1305. end
  1306. if string.sub(msg, 1, 6) == (prefix.."unfly") then
  1307. flying = false
  1308. lplayer.Character.Humanoid.PlatformStand = false
  1309. end
  1310. if string.sub(msg, 1, 6) == (prefix.."chat ") then
  1311. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(msg, 7)), "All")
  1312. end
  1313. if string.sub(msg, 1, 6) == (prefix.."spam ") then
  1314. spamtext = (string.sub(msg, 7))
  1315. spamming = true
  1316. end
  1317. if string.sub(msg, 1, 7) == (prefix.."unspam") then
  1318. spamming = false
  1319. end
  1320. if string.sub(msg, 1, 10) == (prefix.."spamwait ") then
  1321. spamdelay = (string.sub(msg, 11))
  1322. end
  1323. if string.sub(msg, 1, 8) == (prefix.."pmspam ") then
  1324. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1325. pmspammed = v.Name
  1326. spammingpm = true
  1327. end
  1328. end
  1329. if string.sub(msg, 1, 9) == (prefix.."unpmspam") then
  1330. spammingpm = false
  1331. end
  1332. if string.sub(msg, 1, 9) == (prefix.."cfreeze ") then
  1333. for i,v in pairs(GetPlayer(string.sub(msg, 10))) do
  1334. v.Character["Left Leg"].Anchored = true
  1335. v.Character["Left Arm"].Anchored = true
  1336. v.Character["Right Leg"].Anchored = true
  1337. v.Character["Right Arm"].Anchored = true
  1338. v.Character.Torso.Anchored = true
  1339. v.Character.Head.Anchored = true
  1340. end
  1341. end
  1342. if string.sub(msg, 1, 11) == (prefix.."uncfreeze ") then
  1343. for i,v in pairs(GetPlayer(string.sub(msg, 12))) do
  1344. v.Character["Left Leg"].Anchored = false
  1345. v.Character["Left Arm"].Anchored = false
  1346. v.Character["Right Leg"].Anchored = false
  1347. v.Character["Right Arm"].Anchored = false
  1348. v.Character.Torso.Anchored = false
  1349. v.Character.Head.Anchored = false
  1350. end
  1351. end
  1352. if string.sub(msg, 1, 9) == (prefix.."unlockws") then
  1353. local a = game:GetService("Workspace"):getChildren()
  1354. for i = 1, #a do
  1355. if a[i].className == "Part" then
  1356. a[i].Locked = false
  1357. elseif a[i].className == "Model" then
  1358. local r = a[i]:getChildren()
  1359. for i = 1, #r do
  1360. if r[i].className == "Part" then
  1361. r[i].Locked = false
  1362. end
  1363. end
  1364. end
  1365. end
  1366. game:GetService("StarterGui"):SetCore("SendNotification", {
  1367. Title = "Success!";
  1368. Text = "Workspace unlocked. Use ;lockws to lock.";
  1369. })
  1370. end
  1371. if string.sub(msg, 1, 7) == (prefix.."lockws") then
  1372. local a = game:GetService("Workspace"):getChildren()
  1373. for i = 1, #a do
  1374. if a[i].className == "Part" then
  1375. a[i].Locked = true
  1376. elseif a[i].className == "Model" then
  1377. local r = a[i]:getChildren()
  1378. for i = 1, #r do
  1379. if r[i].className == "Part" then
  1380. r[i].Locked = true
  1381. end
  1382. end
  1383. end
  1384. end
  1385. end
  1386. if string.sub(msg, 1, 7) == (prefix.."btools") then
  1387. local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  1388. Clone_T.BinType = "Clone"
  1389. local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  1390. Destruct.BinType = "Hammer"
  1391. local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  1392. Hold_T.BinType = "Grab"
  1393. end
  1394. if string.sub(msg, 1, 7) == (prefix.."pstand") then
  1395. lplayer.Character.Humanoid.PlatformStand = true
  1396. end
  1397. if string.sub(msg, 1, 9) == (prefix.."unpstand") then
  1398. lplayer.Character.Humanoid.PlatformStand = false
  1399. end
  1400. if string.sub(msg, 1, 10) == (prefix.."blockhead") then
  1401. lplayer.Character.Head.Mesh:Destroy()
  1402. end
  1403. if string.sub(msg, 1, 4) == (prefix.."sit") then
  1404. lplayer.Character.Humanoid.Sit = true
  1405. end
  1406. if string.sub(msg, 1, 10) == (prefix.."bringobj ") then
  1407. local function bringobjw()
  1408. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  1409. if obj.Name == (string.sub(msg, 11)) then
  1410. obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  1411. obj.CanCollide = false
  1412. obj.Transparency = 0.7
  1413. wait()
  1414. obj.CFrame = lplayer.Character["Left Leg"].CFrame
  1415. wait()
  1416. obj.CFrame = lplayer.Character["Right Leg"].CFrame
  1417. wait()
  1418. obj.CFrame = lplayer.Character["Head"].CFrame
  1419. end
  1420. end
  1421. end
  1422. while wait() do
  1423. bringobjw()
  1424. end
  1425. game:GetService("StarterGui"):SetCore("SendNotification", {
  1426. Title = "BringObj";
  1427. Text = "BringObj enabled.";
  1428. })
  1429. end
  1430. if string.sub(msg, 1, 7) == (prefix.."wsvis ") then
  1431. vis = (string.sub(msg, 8))
  1432. local a = game:GetService("Workspace"):GetDescendants()
  1433. for i = 1, #a do
  1434. if a[i].className == "Part" then
  1435. a[i].Transparency = vis
  1436. elseif a[i].className == "Model" then
  1437. local r = a[i]:getChildren()
  1438. for i = 1, #r do
  1439. if r[i].className == "Part" then
  1440. r[i].Transparency = vis
  1441. end
  1442. end
  1443. end
  1444. end
  1445. end
  1446. if string.sub(msg, 1, 11) == (prefix.."hypertotal") then
  1447. loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  1448. game:GetService("StarterGui"):SetCore("SendNotification", {
  1449. Title = "Success!";
  1450. Text = "HyperTotal GUI Loaded!";
  1451. })
  1452. end
  1453. if string.sub(msg, 1, 5) == (prefix.."cmds") then
  1454. CMDSFRAME.Visible = true
  1455. end
  1456. if string.sub(msg, 1, 10) == (prefix.."rmeshhats") then
  1457. for i,v in pairs(lplayer.Character:GetChildren()) do
  1458. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  1459. v.Handle.Mesh:Destroy()
  1460. end
  1461. end
  1462. end
  1463. if string.sub(msg, 1, 10) == (prefix.."blockhats") then
  1464. for i,v in pairs(lplayer.Character:GetChildren()) do
  1465. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  1466. v.Handle.Mesh:Destroy()
  1467. end
  1468. end
  1469. end
  1470. if string.sub(msg, 1, 10) == (prefix.."rmeshtool") then
  1471. for i,v in pairs(lplayer.Character:GetChildren()) do
  1472. if (v:IsA("Tool")) then
  1473. v.Handle.Mesh:Destroy()
  1474. end
  1475. end
  1476. end
  1477. if string.sub(msg, 1, 10) == (prefix.."blocktool") then
  1478. for i,v in pairs(lplayer.Character:GetChildren()) do
  1479. if (v:IsA("Tool")) then
  1480. v.Handle.Mesh:Destroy()
  1481. end
  1482. end
  1483. end
  1484. if string.sub(msg, 1, 8) == (prefix.."spinner") then
  1485. local p = Instance.new("RocketPropulsion")
  1486. p.Parent = lplayer.Character.HumanoidRootPart
  1487. p.Name = "Spinner"
  1488. p.Target = lplayer.Character["Left Arm"]
  1489. p:Fire()
  1490. game:GetService("StarterGui"):SetCore("SendNotification", {
  1491. Title = "Spinner enabled";
  1492. Text = "Type ;nospinner to disable.";
  1493. })
  1494. end
  1495. if string.sub(msg, 1, 10) == (prefix.."nospinner") then
  1496. lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  1497. end
  1498. if string.sub(msg, 1, 7) == (prefix.."reachd") then
  1499. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  1500. if v:isA("Tool") then
  1501. local a = Instance.new("SelectionBox",v.Handle)
  1502. a.Adornee = v.Handle
  1503. v.Handle.Size = Vector3.new(0.5,0.5,60)
  1504. v.GripPos = Vector3.new(0,0,0)
  1505. lplayer.Character.Humanoid:UnequipTools()
  1506. end
  1507. end
  1508. game:GetService("StarterGui"):SetCore("SendNotification", {
  1509. Title = "Reach applied!";
  1510. Text = "Applied to equipped sword. Use ;noreach to disable.";
  1511. })
  1512. end
  1513. if string.sub(msg, 1, 7) == (prefix.."reach ") then
  1514. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  1515. if v:isA("Tool") then
  1516. handleSize = v.Handle.Size
  1517. wait()
  1518. local a = Instance.new("SelectionBox",v.Handle)
  1519. a.Name = "a"
  1520. a.Adornee = v.Handle
  1521. v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(msg, 8)))
  1522. v.GripPos = Vector3.new(0,0,0)
  1523. lplayer.Character.Humanoid:UnequipTools()
  1524. end
  1525. end
  1526. game:GetService("StarterGui"):SetCore("SendNotification", {
  1527. Title = "Reach applied!";
  1528. Text = "Applied to equipped sword. Use ;noreach to disable.";
  1529. })
  1530. end
  1531. if string.sub(msg, 1, 8) == (prefix.."noreach") then
  1532. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  1533. if v:isA("Tool") then
  1534. v.Handle.a:Destroy()
  1535. v.Handle.Size = handleSize
  1536. end
  1537. end
  1538. game:GetService("StarterGui"):SetCore("SendNotification", {
  1539. Title = "Reach removed!";
  1540. Text = "Removed reach from equipped sword.";
  1541. })
  1542. end
  1543. if string.sub(msg, 1, 7) == (prefix.."rkill ") then
  1544. for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  1545. lplayer.Character.Humanoid.Name = 1
  1546. local l = lplayer.Character["1"]:Clone()
  1547. l.Parent = lplayer.Character
  1548. l.Name = "Humanoid"
  1549. wait(0.1)
  1550. lplayer.Character["1"]:Destroy()
  1551. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1552. lplayer.Character.Animate.Disabled = true
  1553. wait(0.1)
  1554. lplayer.Character.Animate.Disabled = false
  1555. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1556. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1557. lplayer.Character.Humanoid:EquipTool(v)
  1558. end
  1559. wait(0.1)
  1560. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1561. wait(0.2)
  1562. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1563. wait(0.5)
  1564. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  1565. game:GetService("StarterGui"):SetCore("SendNotification", {
  1566. Title = "Tools needed!";
  1567. Text = "You need a tool in your backpack for this command!";
  1568. })
  1569. end
  1570. end
  1571. if string.sub(msg, 1, 7) == (prefix.."tp me ") then
  1572. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  1573. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1574. end
  1575. end
  1576. if string.sub(msg, 1, 8) == (prefix.."cbring ") then
  1577. if (string.sub(msg, 9)) == "all" or (string.sub(msg, 9)) == "All" or (string.sub(msg, 9)) == "ALL" then
  1578. cbringall = true
  1579. else
  1580. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1581. brplr = v.Name
  1582. end
  1583. end
  1584. cbring = true
  1585. end
  1586. if string.sub(msg, 1, 9) == (prefix.."uncbring") then
  1587. cbring = false
  1588. cbringall = false
  1589. end
  1590. if string.sub(msg, 1, 6) == (prefix.."swap ") then
  1591. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1592. local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1593. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  1594. lplayer.Character.Humanoid.Name = 1
  1595. local l = lplayer.Character["1"]:Clone()
  1596. l.Parent = lplayer.Character
  1597. l.Name = "Humanoid"
  1598. wait(0.1)
  1599. lplayer.Character["1"]:Destroy()
  1600. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1601. lplayer.Character.Animate.Disabled = true
  1602. wait(0.1)
  1603. lplayer.Character.Animate.Disabled = false
  1604. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1605. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1606. lplayer.Character.Humanoid:EquipTool(v)
  1607. end
  1608. local function tp(player,player2)
  1609. local char1,char2=player.Character,player2.Character
  1610. if char1 and char2 then
  1611. char1:MoveTo(char2.Head.Position)
  1612. end
  1613. end
  1614. wait(0.1)
  1615. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1616. wait(0.2)
  1617. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1618. wait(0.5)
  1619. lplayer.Character.HumanoidRootPart.CFrame = NOW
  1620. wait(0.6)
  1621. tp(lplayer, game:GetService("Players")[v.Name])
  1622. wait(0.4)
  1623. lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  1624. game:GetService("StarterGui"):SetCore("SendNotification", {
  1625. Title = "Tools needed!";
  1626. Text = "You need a tool in your backpack for this command!";
  1627. })
  1628. end
  1629. end
  1630. if string.sub(msg, 1, 8) == (prefix.."glitch ") then
  1631. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1632. lplayer.Character.Humanoid.Name = 1
  1633. local l = lplayer.Character["1"]:Clone()
  1634. l.Parent = lplayer.Character
  1635. l.Name = "Humanoid"
  1636. wait(0.1)
  1637. lplayer.Character["1"]:Destroy()
  1638. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1639. lplayer.Character.Animate.Disabled = true
  1640. wait(0.1)
  1641. lplayer.Character.Animate.Disabled = false
  1642. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1643. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1644. lplayer.Character.Humanoid:EquipTool(v)
  1645. end
  1646. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  1647. wait(0.3)
  1648. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  1649. wait(0.4)
  1650. b = Instance.new("BodyForce")
  1651. b.Parent = lplayer.Character.HumanoidRootPart
  1652. b.Name = "Glitch"
  1653. b.Force = Vector3.new(100000000,5000,0)
  1654. game:GetService("StarterGui"):SetCore("SendNotification", {
  1655. Title = "Tools needed!";
  1656. Text = "You need a tool in your backpack for this command!";
  1657. })
  1658. end
  1659. end
  1660. if string.sub(msg, 1, 9) == (prefix.."unglitch") then
  1661. lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  1662. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  1663. b = Instance.new("BodyForce")
  1664. b.Parent = lplayer.Character.HumanoidRootPart
  1665. b.Name = "unGlitch"
  1666. b.Force = Vector3.new(0,-5000000,0)
  1667. wait(2)
  1668. lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  1669. end
  1670. if string.sub(msg, 1, 9) == (prefix.."grespawn") then
  1671. lplayer.Character.Humanoid.Health = 0
  1672. wait(1)
  1673. lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  1674. lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  1675. end
  1676. if string.sub(msg, 1, 9) == (prefix.."explorer") then
  1677. loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  1678. game:GetService("StarterGui"):SetCore("SendNotification", {
  1679. Title = "Success!";
  1680. Text = "DEX Explorer has loaded.";
  1681. })
  1682. end
  1683. if string.sub(msg, 1, 6) == (prefix.."anim ") then
  1684. local Anim = Instance.new("Animation")
  1685. Anim.AnimationId = "rbxassetid://"..(string.sub(msg, 7))
  1686. local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  1687. track:Play(.1, 1, 1)
  1688. end
  1689. if string.sub(msg, 1, 8) == (prefix.."animgui") then
  1690. loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  1691. game:GetService("StarterGui"):SetCore("SendNotification", {
  1692. Title = "Success!";
  1693. Text = "Energize Animations GUI has loaded.";
  1694. })
  1695. end
  1696. if string.sub(msg, 1, 8) == (prefix.."savepos") then
  1697. saved = lplayer.Character.HumanoidRootPart.CFrame
  1698. game:GetService("StarterGui"):SetCore("SendNotification", {
  1699. Title = "Position Saved";
  1700. Text = "Use ;loadpos to return to saved position.";
  1701. })
  1702. end
  1703. if string.sub(msg, 1, 8) == (prefix.."loadpos") then
  1704. lplayer.Character.HumanoidRootPart.CFrame = saved
  1705. end
  1706. if string.sub(msg, 1, 6) == (prefix.."bang ") then
  1707. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1708. local Anim2 = Instance.new("Animation")
  1709. Anim2.AnimationId = "rbxassetid://148840371"
  1710. local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  1711. track2:Play(.1, 1, 1)
  1712. bplrr = v.Name
  1713. banpl = true
  1714. end
  1715. end
  1716. if string.sub(msg, 1, 7) == (prefix.."unbang") then
  1717. banpl = false
  1718. end
  1719. if string.sub(msg, 1, 10) == (prefix.."bringmod ") then
  1720. local function bringmodw()
  1721. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  1722. if obj.Name == (string.sub(msg, 11)) then
  1723. for i,ch in pairs(obj:GetDescendants()) do
  1724. if (ch:IsA("BasePart")) then
  1725. ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  1726. ch.CanCollide = false
  1727. ch.Transparency = 0.7
  1728. wait()
  1729. ch.CFrame = lplayer.Character["Left Leg"].CFrame
  1730. wait()
  1731. ch.CFrame = lplayer.Character["Right Leg"].CFrame
  1732. wait()
  1733. ch.CFrame = lplayer.Character["Head"].CFrame
  1734. end
  1735. end
  1736. end
  1737. end
  1738. end
  1739. while wait() do
  1740. bringmodw()
  1741. end
  1742. game:GetService("StarterGui"):SetCore("SendNotification", {
  1743. Title = "BringMod";
  1744. Text = "BringMod enabled.";
  1745. })
  1746. end
  1747. if string.sub(msg, 1, 8) == (prefix.."respawn") then
  1748. local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  1749. local hum = Instance.new('Humanoid', mod)
  1750. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  1751. lplayer.Character = mod
  1752. end
  1753. if string.sub(msg, 1, 9) == (prefix.."shutdown") then
  1754. game:GetService'RunService'.Stepped:Connect(function()
  1755. pcall(function()
  1756. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  1757. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  1758. for _,x in pairs(v.Character.Head:GetChildren()) do
  1759. if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  1760. end
  1761. end
  1762. end
  1763. end)
  1764. end)
  1765. game:GetService("StarterGui"):SetCore("SendNotification", {
  1766. Title = "Attempting Shutdown";
  1767. Text = "Shutdown Attempt has begun.";
  1768. })
  1769. end
  1770. if string.sub(msg, 1, 8) == (prefix.."delobj ") then
  1771. objtodel = (string.sub(msg, 9))
  1772. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  1773. if v.Name == objtodel then
  1774. v:Destroy()
  1775. end
  1776. end
  1777. end
  1778. if string.sub(msg, 1, 8) == (prefix.."getplrs") then
  1779. for i,v in pairs(game:GetService("Players"):GetPlayers())do
  1780. print(v)
  1781. end
  1782. game:GetService("StarterGui"):SetCore("SendNotification", {
  1783. Title = "Printed";
  1784. Text = "Players have been printed to console. (F9)";
  1785. })
  1786. end
  1787. if string.sub(msg, 1, 9) == (prefix.."deldecal") then
  1788. for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  1789. if (v:IsA("Decal")) then
  1790. v:Destroy()
  1791. end
  1792. end
  1793. end
  1794. if string.sub(msg, 1, 11) == (prefix.."opfinality") then
  1795. loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  1796. game:GetService("StarterGui"):SetCore("SendNotification", {
  1797. Title = "Success!";
  1798. Text = "OpFinality GUI has loaded.";
  1799. })
  1800. end
  1801. if string.sub(msg, 1, 8) == (prefix.."remotes") then
  1802. remotes = true
  1803. added = true
  1804. game.DescendantAdded:connect(function(rmt)
  1805. if added == true then
  1806. if remotes == true then
  1807. if rmt:IsA("RemoteEvent") then
  1808. print("A RemoteEvent was added!")
  1809. print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  1810. print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  1811. end end end
  1812. end)
  1813. game.DescendantAdded:connect(function(rmtfnctn)
  1814. if added == true then
  1815. if remotes == true then
  1816. if rmtfnctn:IsA("RemoteFunction") then
  1817. warn("A RemoteFunction was added!")
  1818. warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  1819. print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  1820. end end end
  1821. end)
  1822.  
  1823. game.DescendantAdded:connect(function(bndfnctn)
  1824. if added == true then
  1825. if binds == true then
  1826. if bndfnctn:IsA("BindableFunction") then
  1827. print("A BindableFunction was added!")
  1828. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  1829. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  1830. end end end
  1831. end)
  1832.  
  1833. game.DescendantAdded:connect(function(bnd)
  1834. if added == true then
  1835. if binds == true then
  1836. if bnd:IsA("BindableEvent") then
  1837. warn("A BindableEvent was added!")
  1838. warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  1839. print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  1840. end end end
  1841. end)
  1842.  
  1843.  
  1844. if binds == true then
  1845. for i,v in pairs(game:GetDescendants()) do
  1846. if v:IsA("BindableFunction") then
  1847. print(" game." .. v:GetFullName() .. " | BindableFunction")
  1848. print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  1849. end end
  1850. for i,v in pairs(game:GetDescendants()) do
  1851. if v:IsA("BindableEvent") then
  1852. warn(" game." .. v:GetFullName() .. " | BindableEvent")
  1853. print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  1854. end end
  1855. else
  1856. print("Off")
  1857. end
  1858. if remotes == true then
  1859. for i,v in pairs(game:GetDescendants()) do
  1860. if v:IsA("RemoteFunction") then
  1861. warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  1862. print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  1863. end end
  1864. wait()
  1865. for i,v in pairs(game:GetDescendants()) do
  1866. if v:IsA("RemoteEvent") then
  1867. print(" game." .. v:GetFullName() .. " | RemoteEvent")
  1868. print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  1869. end end
  1870. else
  1871. print("Off")
  1872. end
  1873. game:GetService("StarterGui"):SetCore("SendNotification", {
  1874. Title = "Printing Remotes";
  1875. Text = "Type ;noremotes to disable.";
  1876. })
  1877. end
  1878. if string.sub(msg, 1, 10) == (prefix.."noremotes") then
  1879. remotes = false
  1880. added = false
  1881. game:GetService("StarterGui"):SetCore("SendNotification", {
  1882. Title = "Printing Remotes Disabled";
  1883. Text = "Type ;remotes to enable.";
  1884. })
  1885. end
  1886. if string.sub(msg, 1, 10) == (prefix.."tpdefault") then
  1887. spin = false
  1888. followed = false
  1889. traill = false
  1890. noclip = false
  1891. annoying = false
  1892. hwalk = false
  1893. cbringing = false
  1894. end
  1895. if string.sub(msg, 1, 8) == (prefix.."stopsit") then
  1896. stopsitting = true
  1897. end
  1898. if string.sub(msg, 1, 6) == (prefix.."gosit") then
  1899. stopsitting = false
  1900. end
  1901. if string.sub(msg, 1, 8) == (prefix.."version") then
  1902. print(adminversion)
  1903. game:GetService("StarterGui"):SetCore("SendNotification", {
  1904. Title = "Version";
  1905. Text = adminversion;
  1906. })
  1907. end
  1908. if string.sub(msg, 1, 8) == (prefix.."clicktp") then
  1909. clickgoto = true
  1910. game:GetService("StarterGui"):SetCore("SendNotification", {
  1911. Title = "Click TP";
  1912. Text = "Press E to teleport to mouse position, ;noclicktp to stop";
  1913. })
  1914. end
  1915. if string.sub(msg, 1, 9) == (prefix.."clickdel") then
  1916. clickdel = true
  1917. game:GetService("StarterGui"):SetCore("SendNotification", {
  1918. Title = "Click Delete";
  1919. Text = "Press E to delete part at mouse, ;noclickdel to stop";
  1920. })
  1921. end
  1922. if string.sub(msg, 1, 11) == (prefix.."noclickdel") then
  1923. clickdel = false
  1924. game:GetService("StarterGui"):SetCore("SendNotification", {
  1925. Title = "Click Delete";
  1926. Text = "Click delete has been disabled.";
  1927. })
  1928. end
  1929. if string.sub(msg, 1, 10) == (prefix.."noclicktp") then
  1930. clickgoto = false
  1931. game:GetService("StarterGui"):SetCore("SendNotification", {
  1932. Title = "Click TP";
  1933. Text = "Click TP has been disabled.";
  1934. })
  1935. end
  1936. if string.sub(msg, 1, 8) == (prefix.."toolson") then
  1937. gettingtools = true
  1938. game:GetService("StarterGui"):SetCore("SendNotification", {
  1939. Title = "Tools Enabled";
  1940. Text = "Automatically colleting tools dropped.";
  1941. })
  1942. end
  1943. if string.sub(msg, 1, 9) == (prefix.."toolsoff") then
  1944. gettingtools = false
  1945. game:GetService("StarterGui"):SetCore("SendNotification", {
  1946. Title = "Tools Disabled";
  1947. Text = "Click TP has been disabled.";
  1948. })
  1949. end
  1950. if string.sub(msg, 1, 10) == (prefix.."delcmdbar") then
  1951. ScreenGui:Destroy()
  1952. end
  1953. if string.sub(msg, 1, 6) == (prefix.."reset") then
  1954. lplayer.Character.Head:Destroy()
  1955. end
  1956. if string.sub(msg, 1, 7) == (prefix.."state ") then
  1957. statechosen = string.sub(msg, 8)
  1958. changingstate = true
  1959. end
  1960. if string.sub(msg, 1, 9) == (prefix.."gravity ") then
  1961. game:GetService("Workspace").Gravity = string.sub(msg, 10)
  1962. end
  1963. if string.sub(msg, 1, 10) == (prefix.."looprhats") then
  1964. removingmeshhats = true
  1965. end
  1966. if string.sub(msg, 1, 12) == (prefix.."unlooprhats") then
  1967. removingmeshhats = false
  1968. end
  1969. if string.sub(msg, 1, 10) == (prefix.."looprtool") then
  1970. removingmeshtool = true
  1971. end
  1972. if string.sub(msg, 1, 12) == (prefix.."unlooprtool") then
  1973. removingmeshtool = false
  1974. end
  1975. if string.sub(msg, 1, 10) == (prefix.."givetool ") then
  1976. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  1977. if v:IsA("Tool") then
  1978. for i,player in pairs(GetPlayer(string.sub(msg, 11))) do
  1979. v.Parent = player.Character
  1980. end
  1981. end
  1982. end
  1983. end
  1984. if string.sub(msg, 1, 14) == (prefix.."givealltools ") then
  1985. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  1986. if v:IsA("Tool") then
  1987. v.Parent = lplayer.Character
  1988. wait()
  1989. for i,player in pairs(GetPlayer(string.sub(msg, 15))) do
  1990. v.Parent = player.Character
  1991. end
  1992. end
  1993. end
  1994. end
  1995. if string.sub(msg, 1, 5) == (prefix.."age ") then
  1996. for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  1997. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  1998. end
  1999. end
  2000. if string.sub(msg, 1, 4) == (prefix.."id ") then
  2001. for i,player in pairs(GetPlayer(string.sub(msg, 5))) do
  2002. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  2003. end
  2004. end
  2005. if string.sub(msg, 1, 6) == (prefix..".age ") then
  2006. for i,player in pairs(GetPlayer(string.sub(msg, 7))) do
  2007. game:GetService("StarterGui"):SetCore("SendNotification", {
  2008. Title = player.AccountAge.." Days";
  2009. Text = "Account age of "..player.Name;
  2010. })
  2011. end
  2012. end
  2013. if string.sub(msg, 1, 5) == (prefix..".id ") then
  2014. for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  2015. game:GetService("StarterGui"):SetCore("SendNotification", {
  2016. Title = player.UserId.." ID";
  2017. Text = "Account ID of "..player.Name;
  2018. })
  2019. end
  2020. end
  2021. if string.sub(msg, 1, 7) == (prefix.."gameid") then
  2022. game:GetService("StarterGui"):SetCore("SendNotification", {
  2023. Title = "Game ID";
  2024. Text = "Game ID: ".. game.GameId;
  2025. })
  2026. end
  2027. if string.sub(msg, 1, 4) == (prefix.."pgs") then
  2028. local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  2029. if pgscheck == true then
  2030. game:GetService("StarterGui"):SetCore("SendNotification", {
  2031. Title = "PGSPhysicsSolverEnabled";
  2032. Text = "PGS is Enabled!";
  2033. })
  2034. else
  2035. game:GetService("StarterGui"):SetCore("SendNotification", {
  2036. Title = "PGSPhysicsSolverEnabled";
  2037. Text = "PGS is Disabled!";
  2038. })
  2039. end
  2040. end
  2041. if string.sub(msg, 1, 12) == (prefix.."removeinvis") then
  2042. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  2043. if v:IsA("Part") then
  2044. if v.Transparency == 1 then
  2045. if v.Name ~= "HumanoidRootPart" then
  2046. v:Destroy()
  2047. end
  2048. end
  2049. end
  2050. end
  2051. end
  2052. if string.sub(msg, 1, 10) == (prefix.."removefog") then
  2053. game:GetService("Lighting").FogStart = 0
  2054. game:GetService("Lighting").FogEnd = 9999999999999
  2055. end
  2056. if string.sub(msg, 1, 8) == (prefix.."disable") then
  2057. lplayer.Character.Humanoid.Parent = lplayer
  2058. end
  2059. if string.sub(msg, 1, 7) == (prefix.."enable") then
  2060. lplayer.Humanoid.Parent = lplayer.Character
  2061. end
  2062. if string.sub(msg, 1, 8) == (prefix.."prefix ") then
  2063. prefix = (string.sub(msg, 9, 9))
  2064. wait(0.1)
  2065. change()
  2066. wait(0.1)
  2067. game:GetService("StarterGui"):SetCore("SendNotification", {
  2068. Title = "Prefix changed!";
  2069. Text = "Prefix is now "..prefix..". Use ;resetprefix to reset to ;";
  2070. })
  2071. end
  2072. if string.sub(msg, 1, 12) == (";resetprefix") then
  2073. prefix = ";"
  2074. wait(0.1)
  2075. change()
  2076. wait(0.1)
  2077. game:GetService("StarterGui"):SetCore("SendNotification", {
  2078. Title = "Prefix changed!";
  2079. Text = "Prefix is now "..prefix..". Make sure it's one key!";
  2080. })
  2081. end
  2082. if string.sub(msg, 1, 10) == (prefix.."flyspeed ") then
  2083. speedfly = string.sub(msg, 11)
  2084. wait()
  2085. change()
  2086. end
  2087. if string.sub(msg, 1, 8) == (prefix.."carpet ") then
  2088. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  2089. local Anim3 = Instance.new("Animation")
  2090. Anim3.AnimationId = "rbxassetid://282574440"
  2091. local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  2092. track3:Play(.1, 1, 1)
  2093. bplrr = v.Name
  2094. banpl = true
  2095. end
  2096. end
  2097. if string.sub(msg, 1, 9) == (prefix.."uncarpet") then
  2098. banpl = false
  2099. end
  2100. if string.sub(msg, 1, 7) == (prefix.."stare ") then
  2101. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  2102. staring = true
  2103. stareplr = v
  2104. end
  2105. end
  2106. if string.sub(msg, 1, 8) == (prefix.."unstare") then
  2107. staring = false
  2108. end
  2109. if string.sub(msg, 1, 8) == (prefix.."logchat") then
  2110. chatlogs = true
  2111. game:GetService("StarterGui"):SetCore("SendNotification", {
  2112. Title = "LogChat enabled";
  2113. Text = "Now logging all player chat.";
  2114. })
  2115. end
  2116. if string.sub(msg, 1, 10) == (prefix.."unlogchat") then
  2117. chatlogs = false
  2118. game:GetService("StarterGui"):SetCore("SendNotification", {
  2119. Title = "LogChat disabled";
  2120. Text = "Stopped logging all player chat.";
  2121. })
  2122. end
  2123. if string.sub(msg, 1, 7) == (prefix.."fixcam") then
  2124. game:GetService("Workspace").CurrentCamera:Destroy()
  2125. wait(0.1)
  2126. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  2127. game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  2128. lplayer.CameraMinZoomDistance = 0.5
  2129. lplayer.CameraMaxZoomDistance = 400
  2130. lplayer.CameraMode = "Classic"
  2131. end
  2132. if string.sub(msg, 1, 8) == (prefix.."unstate") then
  2133. changingstate = false
  2134. end
  2135. end)
  2136.  
  2137. local function tp()
  2138. for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  2139. if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  2140. if player.Name == brplr then
  2141. player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 2
  2142. end
  2143. end
  2144. end
  2145. end
  2146. local function tpall()
  2147. for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  2148. if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  2149. player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 3
  2150. end
  2151. end
  2152. end
  2153. spawn(function()
  2154. while wait(spamdelay) do
  2155. if spamming == true then
  2156. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(spamtext, "All")
  2157. end
  2158. end
  2159. end)
  2160. spawn(function()
  2161. while wait(spamdelay) do
  2162. if spammingpm == true then
  2163. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/w "..pmspammed.." @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", "All")
  2164. end
  2165. end
  2166. end)
  2167. spawn(function()
  2168. while wait() do
  2169. if cbring == true then
  2170. tp()
  2171. end
  2172. end
  2173. end)
  2174. spawn(function()
  2175. while wait() do
  2176. if cbringall == true then
  2177. tpall()
  2178. end
  2179. end
  2180. end)
  2181.  
  2182. Mouse.KeyDown:connect(function(Key)
  2183. if Key == prefix then
  2184. CMDBAR:CaptureFocus()
  2185. end
  2186. end)
  2187.  
  2188. CMDBAR.FocusLost:connect(function(enterPressed)
  2189. if enterPressed then
  2190. if string.sub(CMDBAR.Text, 1, 5) == ("kill ") then
  2191. if string.sub(CMDBAR.Text, 6) == "me" then
  2192. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  2193. else
  2194. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6)))do
  2195. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2196. lplayer.Character.Humanoid.Name = 1
  2197. local l = lplayer.Character["1"]:Clone()
  2198. l.Parent = lplayer.Character
  2199. l.Name = "Humanoid"
  2200. wait(0.1)
  2201. lplayer.Character["1"]:Destroy()
  2202. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2203. lplayer.Character.Animate.Disabled = true
  2204. wait(0.1)
  2205. lplayer.Character.Animate.Disabled = false
  2206. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2207. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2208. lplayer.Character.Humanoid:EquipTool(v)
  2209. end
  2210. local function tp(player,player2)
  2211. local char1,char2=player.Character,player2.Character
  2212. if char1 and char2 then
  2213. char1:MoveTo(char2.Head.Position)
  2214. end
  2215. end
  2216. wait(0.1)
  2217. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2218. wait(0.2)
  2219. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2220. wait(0.5)
  2221. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  2222. wait(0.7)
  2223. tp(lplayer,game:GetService("Players")[v.Name])
  2224. wait(0.7)
  2225. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2226. game:GetService("StarterGui"):SetCore("SendNotification", {
  2227. Title = "Tools needed!";
  2228. Text = "You need a tool in your backpack for this command!";
  2229. })
  2230. end
  2231. end
  2232. end
  2233. if string.sub(CMDBAR.Text, 1, 6) == ("bring ") then
  2234. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  2235. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2236. lplayer.Character.Humanoid.Name = 1
  2237. local l = lplayer.Character["1"]:Clone()
  2238. l.Parent = lplayer.Character
  2239. l.Name = "Humanoid"
  2240. wait(0.1)
  2241. lplayer.Character["1"]:Destroy()
  2242. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2243. lplayer.Character.Animate.Disabled = true
  2244. wait(0.1)
  2245. lplayer.Character.Animate.Disabled = false
  2246. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2247. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2248. lplayer.Character.Humanoid:EquipTool(v)
  2249. end
  2250. local function tp(player,player2)
  2251. local char1,char2=player.Character,player2.Character
  2252. if char1 and char2 then
  2253. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  2254. end
  2255. end
  2256. local function getout(player,player2)
  2257. local char1,char2=player.Character,player2.Character
  2258. if char1 and char2 then
  2259. char1:MoveTo(char2.Head.Position)
  2260. end
  2261. end
  2262. tp(game:GetService("Players")[v.Name], lplayer)
  2263. wait(0.2)
  2264. tp(game:GetService("Players")[v.Name], lplayer)
  2265. wait(0.5)
  2266. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2267. wait(0.5)
  2268. getout(lplayer, game:GetService("Players")[v.Name])
  2269. wait(0.3)
  2270. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2271. game:GetService("StarterGui"):SetCore("SendNotification", {
  2272. Title = "Tools needed!";
  2273. Text = "You need a tool in your backpack for this command!";
  2274. })
  2275. end
  2276. end
  2277. if string.sub(CMDBAR.Text, 1, 5) == ("spin ") then
  2278. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2279. lplayer.Character.Humanoid.Name = 1
  2280. local l = lplayer.Character["1"]:Clone()
  2281. l.Parent = lplayer.Character
  2282. l.Name = "Humanoid"
  2283. wait(0.1)
  2284. lplayer.Character["1"]:Destroy()
  2285. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2286. lplayer.Character.Animate.Disabled = true
  2287. wait(0.1)
  2288. lplayer.Character.Animate.Disabled = false
  2289. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2290. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2291. lplayer.Character.Humanoid:EquipTool(v)
  2292. end
  2293. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2294. spinplr = v
  2295. wait(0.5)
  2296. spin = true
  2297. game:GetService("StarterGui"):SetCore("SendNotification", {
  2298. Title = "Tools needed!";
  2299. Text = "You need a tool in your backpack for this command!";
  2300. })
  2301. end
  2302. end
  2303. if string.sub(CMDBAR.Text, 1, 6) == ("unspin") then
  2304. spin = false
  2305. end
  2306. if string.sub(CMDBAR.Text, 1, 7) == ("attach ") then
  2307. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2308. lplayer.Character.Humanoid.Name = 1
  2309. local l = lplayer.Character["1"]:Clone()
  2310. l.Parent = lplayer.Character
  2311. l.Name = "Humanoid"
  2312. wait(0.1)
  2313. lplayer.Character["1"]:Destroy()
  2314. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2315. lplayer.Character.Animate.Disabled = true
  2316. wait(0.1)
  2317. lplayer.Character.Animate.Disabled = false
  2318. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2319. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2320. lplayer.Character.Humanoid:EquipTool(v)
  2321. end
  2322. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2323. wait(0.3)
  2324. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2325. attplr = v
  2326. game:GetService("StarterGui"):SetCore("SendNotification", {
  2327. Title = "Tools needed!";
  2328. Text = "You need a tool in your backpack for this command!";
  2329. })
  2330. end
  2331. end
  2332. if string.sub(CMDBAR.Text, 1, 9) == ("unattach ") then
  2333. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  2334. local function getout(player,player2)
  2335. local char1,char2=player.Character,player2.Character
  2336. if char1 and char2 then
  2337. char1:MoveTo(char2.Head.Position)
  2338. end
  2339. end
  2340. getout(lplayer, game:GetService("Players")[v.Name])
  2341. end
  2342. end
  2343. if string.sub(CMDBAR.Text, 1, 7) == ("follow ") then
  2344. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2345. followed = true
  2346. flwplr = v
  2347. end
  2348. end
  2349. if string.sub(CMDBAR.Text, 1, 8) == ("unfollow") then
  2350. followed = false
  2351. end
  2352. if string.sub(CMDBAR.Text, 1, 9) == ("freefall ") then
  2353. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  2354. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2355. lplayer.Character.Humanoid.Name = 1
  2356. local l = lplayer.Character["1"]:Clone()
  2357. l.Parent = lplayer.Character
  2358. l.Name = "Humanoid"
  2359. wait(0.1)
  2360. lplayer.Character["1"]:Destroy()
  2361. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2362. lplayer.Character.Animate.Disabled = true
  2363. wait(0.1)
  2364. lplayer.Character.Animate.Disabled = false
  2365. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2366. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2367. lplayer.Character.Humanoid:EquipTool(v)
  2368. end
  2369. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2370. wait(0.2)
  2371. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2372. wait(0.6)
  2373. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2374. wait(0.6)
  2375. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  2376. game:GetService("StarterGui"):SetCore("SendNotification", {
  2377. Title = "Tools needed!";
  2378. Text = "You need a tool in your backpack for this command!";
  2379. })
  2380. end
  2381. end
  2382. if string.sub(CMDBAR.Text, 1, 6) == ("trail ") then
  2383. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2384. traill = true
  2385. trlplr = v
  2386. end
  2387. end
  2388. if string.sub(CMDBAR.Text, 1, 7) == ("untrail") then
  2389. traill = false
  2390. end
  2391. if string.sub(CMDBAR.Text, 1, 6) == ("orbit ") then
  2392. if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  2393. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2394. else
  2395. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2396. local o = Instance.new("RocketPropulsion")
  2397. o.Parent = lplayer.Character.HumanoidRootPart
  2398. o.Name = "Orbit"
  2399. o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  2400. o:Fire()
  2401. noclip = true
  2402. end
  2403. end
  2404. end
  2405. if string.sub(CMDBAR.Text, 1, 7) == ("unorbit") then
  2406. lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  2407. noclip = false
  2408. end
  2409. if string.sub(CMDBAR.Text, 1, 6) == ("fling ") then
  2410. if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  2411. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2412. else
  2413. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2414. local y = Instance.new("RocketPropulsion")
  2415. y.Parent = lplayer.Character.HumanoidRootPart
  2416. y.CartoonFactor = 1
  2417. y.MaxThrust = 800000
  2418. y.MaxSpeed = 1000
  2419. y.ThrustP = 200000
  2420. y.Name = "Fling"
  2421. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  2422. y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  2423. y:Fire()
  2424. noclip = true
  2425. end
  2426. end
  2427. end
  2428. if string.sub(CMDBAR.Text, 1, 7) == ("unfling") then
  2429. noclip = false
  2430. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  2431. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  2432. wait(0.4)
  2433. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  2434. end
  2435. if string.sub(CMDBAR.Text, 1, 7) == ("fecheck") then
  2436. if game:GetService("Workspace").FilteringEnabled == true then
  2437. warn("FE is Enabled (Filtering Enabled)")
  2438. game:GetService("StarterGui"):SetCore("SendNotification", {
  2439. Title = "FE is Enabled";
  2440. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  2441. })
  2442. else
  2443. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  2444. game:GetService("StarterGui"):SetCore("SendNotification", {
  2445. Title = "FE is Disabled";
  2446. Text = "Filtering Disabled. Consider using a different admin script.";
  2447. })
  2448. end
  2449. end
  2450. if string.sub(CMDBAR.Text, 1, 5) == ("void ") then
  2451. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2452. lplayer.Character.Humanoid.Name = 1
  2453. local l = lplayer.Character["1"]:Clone()
  2454. l.Parent = lplayer.Character
  2455. l.Name = "Humanoid"
  2456. wait(0.1)
  2457. lplayer.Character["1"]:Destroy()
  2458. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2459. lplayer.Character.Animate.Disabled = true
  2460. wait(0.1)
  2461. lplayer.Character.Animate.Disabled = false
  2462. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2463. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2464. lplayer.Character.Humanoid:EquipTool(v)
  2465. end
  2466. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2467. wait(0.2)
  2468. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2469. wait(0.6)
  2470. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  2471. game:GetService("StarterGui"):SetCore("SendNotification", {
  2472. Title = "Tools needed!";
  2473. Text = "You need a tool in your backpack for this command!";
  2474. })
  2475. end
  2476. end
  2477. if string.sub(CMDBAR.Text, 1, 6) == ("noclip") then
  2478. noclip = true
  2479. game:GetService("StarterGui"):SetCore("SendNotification", {
  2480. Title = "Noclip enabled";
  2481. Text = "Type ;clip to disable";
  2482. })
  2483. end
  2484. if string.sub(CMDBAR.Text, 1, 4) == ("clip") then
  2485. noclip = false
  2486. game:GetService("StarterGui"):SetCore("SendNotification", {
  2487. Title = "Noclip disabled";
  2488. Text = "Type ;noclip to enable";
  2489. })
  2490. end
  2491. if string.sub(CMDBAR.Text, 1, 6) == ("speed ") then
  2492. lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 7))
  2493. end
  2494. if string.sub(CMDBAR.Text, 1, 3) == ("ws ") then
  2495. lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 4))
  2496. end
  2497. if string.sub(CMDBAR.Text, 1, 10) == ("hipheight ") then
  2498. lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 11))
  2499. end
  2500. if string.sub(CMDBAR.Text, 1, 3) == ("hh ") then
  2501. lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 4))
  2502. end
  2503. if string.sub(CMDBAR.Text, 1, 10) == ("jumppower ") then
  2504. lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 11))
  2505. end
  2506. if string.sub(CMDBAR.Text, 1, 3) == ("jp ") then
  2507. lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 4))
  2508. end
  2509. if string.sub(CMDBAR.Text, 1, 7) == ("default") then
  2510. lplayer.Character.Humanoid.JumpPower = 50
  2511. lplayer.Character.Humanoid.WalkSpeed = 16
  2512. lplayer.Character.Humanoid.HipHeight = 0
  2513. end
  2514. if string.sub(CMDBAR.Text, 1, 6) == ("annoy ") then
  2515. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2516. annoying = true
  2517. annplr = v
  2518. end
  2519. end
  2520. if string.sub(CMDBAR.Text, 1, 7) == ("unannoy") then
  2521. annoying = false
  2522. end
  2523. if string.sub(CMDBAR.Text, 1, 9) == ("headwalk ") then
  2524. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  2525. hwalk = true
  2526. hdwplr = v
  2527. end
  2528. end
  2529. if string.sub(CMDBAR.Text, 1, 10) == ("unheadwalk") then
  2530. hwalk = false
  2531. end
  2532. if string.sub(CMDBAR.Text, 1, 7) == ("nolimbs") then
  2533. lplayer.Character["Left Leg"]:Destroy()
  2534. lplayer.Character["Left Arm"]:Destroy()
  2535. lplayer.Character["Right Leg"]:Destroy()
  2536. lplayer.Character["Right Arm"]:Destroy()
  2537. end
  2538. if string.sub(CMDBAR.Text, 1, 3) == ("god") then
  2539. lplayer.Character.Humanoid.Name = 1
  2540. local l = lplayer.Character["1"]:Clone()
  2541. l.Parent = lplayer.Character
  2542. l.Name = "Humanoid"
  2543. wait(0.1)
  2544. lplayer.Character["1"]:Destroy()
  2545. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2546. lplayer.Character.Animate.Disabled = true
  2547. wait(0.1)
  2548. lplayer.Character.Animate.Disabled = false
  2549. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2550. game:GetService("StarterGui"):SetCore("SendNotification", {
  2551. Title = "FE Godmode enabled";
  2552. Text = "Use ;grespawn or ;respawn to remove.";
  2553. })
  2554. end
  2555. if string.sub(CMDBAR.Text, 1, 8) == ("drophats") then
  2556. for i,v in pairs(lplayer.Character:GetChildren()) do
  2557. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2558. v.Parent = workspace
  2559. end
  2560. end
  2561. end
  2562. if string.sub(CMDBAR.Text, 1, 8) == ("droptool") then
  2563. for i,v in pairs(lplayer.Character:GetChildren()) do
  2564. if (v:IsA("Tool")) then
  2565. v.Parent = workspace
  2566. end
  2567. end
  2568. end
  2569. if string.sub(CMDBAR.Text, 1, 9) == ("loopdhats") then
  2570. droppinghats = true
  2571. game:GetService("StarterGui"):SetCore("SendNotification", {
  2572. Title = "Loop Drop Enabled";
  2573. Text = "Type ;unloopdhats to disable";
  2574. })
  2575. end
  2576. if string.sub(CMDBAR.Text, 1, 11) == ("unloopdhats") then
  2577. droppinghats = false
  2578. game:GetService("StarterGui"):SetCore("SendNotification", {
  2579. Title = "Loop Drop Disabled";
  2580. Text = "Type ;loopdhats to enable.";
  2581. })
  2582. end
  2583. if string.sub(CMDBAR.Text, 1, 9) == ("loopdtool") then
  2584. droppingtools = true
  2585. game:GetService("StarterGui"):SetCore("SendNotification", {
  2586. Title = "Loop Drop Enabled";
  2587. Text = "Type ;unloopdtool to disable";
  2588. })
  2589. end
  2590. if string.sub(CMDBAR.Text, 1, 11) == ("unloopdtool") then
  2591. droppingtools = false
  2592. game:GetService("StarterGui"):SetCore("SendNotification", {
  2593. Title = "Loop Drop Disabled";
  2594. Text = "Type ;loopdtool to enable.";
  2595. })
  2596. end
  2597. if string.sub(CMDBAR.Text, 1, 9) == ("invisible") then -- Credit to Timeless
  2598. Local = game:GetService('Players').LocalPlayer
  2599. Char = Local.Character
  2600. touched,tpdback = false, false
  2601. box = Instance.new('Part',workspace)
  2602. box.Anchored = true
  2603. box.CanCollide = true
  2604. box.Size = Vector3.new(10,1,10)
  2605. box.Position = Vector3.new(0,10000,0)
  2606. box.Touched:connect(function(part)
  2607. if (part.Parent.Name == Local.Name) then
  2608. if touched == false then
  2609. touched = true
  2610. function apply()
  2611. if script.Disabled ~= true then
  2612. no = Char.HumanoidRootPart:Clone()
  2613. wait(.25)
  2614. Char.HumanoidRootPart:Destroy()
  2615. no.Parent = Char
  2616. Char:MoveTo(loc)
  2617. touched = false
  2618. end end
  2619. if Char then
  2620. apply()
  2621. end
  2622. end
  2623. end
  2624. end)
  2625. repeat wait() until Char
  2626. loc = Char.HumanoidRootPart.Position
  2627. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  2628. game:GetService("StarterGui"):SetCore("SendNotification", {
  2629. Title = "Invisibility enabled!";
  2630. Text = "Reset or use ;respawn to remove.";
  2631. })
  2632. end
  2633. if string.sub(CMDBAR.Text, 1, 5) == ("view ") then
  2634. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2635. if game:GetService("Players")[v.Name].Character.Humanoid then
  2636. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  2637. else
  2638. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  2639. end
  2640. end
  2641. end
  2642. if string.sub(CMDBAR.Text, 1, 6) == ("unview") then
  2643. if lplayer.Character.Humanoid then
  2644. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  2645. else
  2646. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  2647. end
  2648. end
  2649. if string.sub(CMDBAR.Text, 1, 5) == ("goto ") then
  2650. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2651. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2652. end
  2653. end
  2654. if string.sub(CMDBAR.Text, 1, 3) == ("fly") then
  2655. repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  2656. repeat wait() until Mouse
  2657.  
  2658. local T = lplayer.Character.HumanoidRootPart
  2659. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  2660. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  2661. local SPEED = speedget
  2662.  
  2663. local function fly()
  2664. flying = true
  2665. local BG = Instance.new('BodyGyro', T)
  2666. local BV = Instance.new('BodyVelocity', T)
  2667. BG.P = 9e4
  2668. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  2669. BG.cframe = T.CFrame
  2670. BV.velocity = Vector3.new(0, 0.1, 0)
  2671. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  2672. spawn(function()
  2673. repeat wait()
  2674. lplayer.Character.Humanoid.PlatformStand = true
  2675. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  2676. SPEED = 50
  2677. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  2678. SPEED = 0
  2679. end
  2680. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  2681. 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
  2682. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  2683. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  2684. 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
  2685. else
  2686. BV.velocity = Vector3.new(0, 0.1, 0)
  2687. end
  2688. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  2689. until not flying
  2690. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  2691. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  2692. SPEED = 0
  2693. BG:destroy()
  2694. BV:destroy()
  2695. lplayer.Character.Humanoid.PlatformStand = false
  2696. end)
  2697. end
  2698. Mouse.KeyDown:connect(function(KEY)
  2699. if KEY:lower() == 'w' then
  2700. CONTROL.F = speedfly
  2701. elseif KEY:lower() == 's' then
  2702. CONTROL.B = -speedfly
  2703. elseif KEY:lower() == 'a' then
  2704. CONTROL.L = -speedfly
  2705. elseif KEY:lower() == 'd' then
  2706. CONTROL.R = speedfly
  2707. end
  2708. end)
  2709. Mouse.KeyUp:connect(function(KEY)
  2710. if KEY:lower() == 'w' then
  2711. CONTROL.F = 0
  2712. elseif KEY:lower() == 's' then
  2713. CONTROL.B = 0
  2714. elseif KEY:lower() == 'a' then
  2715. CONTROL.L = 0
  2716. elseif KEY:lower() == 'd' then
  2717. CONTROL.R = 0
  2718. end
  2719. end)
  2720. fly()
  2721. end
  2722. if string.sub(CMDBAR.Text, 1, 5) == ("unfly") then
  2723. flying = false
  2724. lplayer.Character.Humanoid.PlatformStand = false
  2725. end
  2726. if string.sub(CMDBAR.Text, 1, 5) == ("chat ") then
  2727. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(CMDBAR.Text, 6)), "All")
  2728. end
  2729. if string.sub(CMDBAR.Text, 1, 5) == ("spam ") then
  2730. spamtext = (string.sub(CMDBAR.Text, 6))
  2731. spamming = true
  2732. end
  2733. if string.sub(CMDBAR.Text, 1, 6) == ("unspam") then
  2734. spamming = false
  2735. end
  2736. if string.sub(CMDBAR.Text, 1, 9) == ("spamwait ") then
  2737. spamdelay = (string.sub(CMDBAR.Text, 10))
  2738. end
  2739. if string.sub(CMDBAR.Text, 1, 7) == ("pmspam ") then
  2740. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2741. pmspammed = v.Name
  2742. spammingpm = true
  2743. end
  2744. end
  2745. if string.sub(CMDBAR.Text, 1, 8) == ("unpmspam") then
  2746. spammingpm = false
  2747. end
  2748. if string.sub(CMDBAR.Text, 1, 8) == ("cfreeze ") then
  2749. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 9))) do
  2750. v.Character["Left Leg"].Anchored = true
  2751. v.Character["Left Arm"].Anchored = true
  2752. v.Character["Right Leg"].Anchored = true
  2753. v.Character["Right Arm"].Anchored = true
  2754. v.Character.Torso.Anchored = true
  2755. v.Character.Head.Anchored = true
  2756. end
  2757. end
  2758. if string.sub(CMDBAR.Text, 1, 10) == ("uncfreeze ") then
  2759. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 11))) do
  2760. v.Character["Left Leg"].Anchored = false
  2761. v.Character["Left Arm"].Anchored = false
  2762. v.Character["Right Leg"].Anchored = false
  2763. v.Character["Right Arm"].Anchored = false
  2764. v.Character.Torso.Anchored = false
  2765. v.Character.Head.Anchored = false
  2766. end
  2767. end
  2768. if string.sub(CMDBAR.Text, 1, 8) == ("unlockws") then
  2769. local a = game:GetService("Workspace"):getChildren()
  2770. for i = 1, #a do
  2771. if a[i].className == "Part" then
  2772. a[i].Locked = false
  2773. elseif a[i].className == "Model" then
  2774. local r = a[i]:getChildren()
  2775. for i = 1, #r do
  2776. if r[i].className == "Part" then
  2777. r[i].Locked = false
  2778. end
  2779. end
  2780. end
  2781. end
  2782. game:GetService("StarterGui"):SetCore("SendNotification", {
  2783. Title = "Success!";
  2784. Text = "Workspace unlocked. Use ;lockws to lock.";
  2785. })
  2786. end
  2787. if string.sub(CMDBAR.Text, 1, 6) == ("lockws") then
  2788. local a = game:GetService("Workspace"):getChildren()
  2789. for i = 1, #a do
  2790. if a[i].className == "Part" then
  2791. a[i].Locked = true
  2792. elseif a[i].className == "Model" then
  2793. local r = a[i]:getChildren()
  2794. for i = 1, #r do
  2795. if r[i].className == "Part" then
  2796. r[i].Locked = true
  2797. end
  2798. end
  2799. end
  2800. end
  2801. end
  2802. if string.sub(CMDBAR.Text, 1, 6) == ("btools") then
  2803. local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  2804. Clone_T.BinType = "Clone"
  2805. local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  2806. Destruct.BinType = "Hammer"
  2807. local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  2808. Hold_T.BinType = "Grab"
  2809. end
  2810. if string.sub(CMDBAR.Text, 1, 6) == ("pstand") then
  2811. lplayer.Character.Humanoid.PlatformStand = true
  2812. end
  2813. if string.sub(CMDBAR.Text, 1, 8) == ("unpstand") then
  2814. lplayer.Character.Humanoid.PlatformStand = false
  2815. end
  2816. if string.sub(CMDBAR.Text, 1, 9) == ("blockhead") then
  2817. lplayer.Character.Head.Mesh:Destroy()
  2818. end
  2819. if string.sub(CMDBAR.Text, 1, 3) == ("sit") then
  2820. lplayer.Character.Humanoid.Sit = true
  2821. end
  2822. if string.sub(CMDBAR.Text, 1, 9) == ("bringobj ") then
  2823. local function bringobjw()
  2824. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  2825. if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  2826. obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2827. obj.CanCollide = false
  2828. obj.Transparency = 0.7
  2829. wait()
  2830. obj.CFrame = lplayer.Character["Left Leg"].CFrame
  2831. wait()
  2832. obj.CFrame = lplayer.Character["Right Leg"].CFrame
  2833. wait()
  2834. obj.CFrame = lplayer.Character["Head"].CFrame
  2835. end
  2836. end
  2837. end
  2838. while wait() do
  2839. bringobjw()
  2840. end
  2841. game:GetService("StarterGui"):SetCore("SendNotification", {
  2842. Title = "BringObj";
  2843. Text = "BringObj enabled.";
  2844. })
  2845. end
  2846. if string.sub(CMDBAR.Text, 1, 6) == ("wsvis ") then
  2847. vis = (string.sub(CMDBAR.Text, 7))
  2848. local a = game:GetService("Workspace"):GetDescendants()
  2849. for i = 1, #a do
  2850. if a[i].className == "Part" then
  2851. a[i].Transparency = vis
  2852. elseif a[i].className == "Model" then
  2853. local r = a[i]:getChildren()
  2854. for i = 1, #r do
  2855. if r[i].className == "Part" then
  2856. r[i].Transparency = vis
  2857. end
  2858. end
  2859. end
  2860. end
  2861. end
  2862. if string.sub(CMDBAR.Text, 1, 10) == ("hypertotal") then
  2863. loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  2864. game:GetService("StarterGui"):SetCore("SendNotification", {
  2865. Title = "Success!";
  2866. Text = "HyperTotal GUI Loaded!";
  2867. })
  2868. end
  2869. if string.sub(CMDBAR.Text, 1, 4) == ("cmds") then
  2870. CMDSFRAME.Visible = true
  2871. end
  2872. if string.sub(CMDBAR.Text, 1, 9) == ("rmeshhats") then
  2873. for i,v in pairs(lplayer.Character:GetChildren()) do
  2874. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2875. v.Handle.Mesh:Destroy()
  2876. end
  2877. end
  2878. end
  2879. if string.sub(CMDBAR.Text, 1, 9) == ("blockhats") then
  2880. for i,v in pairs(lplayer.Character:GetChildren()) do
  2881. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2882. v.Handle.Mesh:Destroy()
  2883. end
  2884. end
  2885. end
  2886. if string.sub(CMDBAR.Text, 1, 9) == ("rmeshtool") then
  2887. for i,v in pairs(lplayer.Character:GetChildren()) do
  2888. if (v:IsA("Tool")) then
  2889. v.Handle.Mesh:Destroy()
  2890. end
  2891. end
  2892. end
  2893. if string.sub(CMDBAR.Text, 1, 9) == ("blocktool") then
  2894. for i,v in pairs(lplayer.Character:GetChildren()) do
  2895. if (v:IsA("Tool")) then
  2896. v.Handle.Mesh:Destroy()
  2897. end
  2898. end
  2899. end
  2900. if string.sub(CMDBAR.Text, 1, 7) == ("spinner") then
  2901. local p = Instance.new("RocketPropulsion")
  2902. p.Parent = lplayer.Character.HumanoidRootPart
  2903. p.Name = "Spinner"
  2904. p.Target = lplayer.Character["Left Arm"]
  2905. p:Fire()
  2906. game:GetService("StarterGui"):SetCore("SendNotification", {
  2907. Title = "Spinner enabled";
  2908. Text = "Type ;nospinner to disable.";
  2909. })
  2910. end
  2911. if string.sub(CMDBAR.Text, 1, 9) == ("nospinner") then
  2912. lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  2913. end
  2914. if string.sub(CMDBAR.Text, 1, 6) == ("reachd") then
  2915. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  2916. if v:isA("Tool") then
  2917. local a = Instance.new("SelectionBox",v.Handle)
  2918. a.Adornee = v.Handle
  2919. v.Handle.Size = Vector3.new(0.5,0.5,60)
  2920. v.GripPos = Vector3.new(0,0,0)
  2921. lplayer.Character.Humanoid:UnequipTools()
  2922. end
  2923. end
  2924. game:GetService("StarterGui"):SetCore("SendNotification", {
  2925. Title = "Reach applied!";
  2926. Text = "Applied to equipped sword. Use ;noreach to disable.";
  2927. })
  2928. end
  2929. if string.sub(CMDBAR.Text, 1, 6) == ("reach ") then
  2930. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  2931. if v:isA("Tool") then
  2932. local a = Instance.new("SelectionBox",v.Handle)
  2933. a.Name = "Reach"
  2934. a.Adornee = v.Handle
  2935. v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(CMDBAR.Text, 7)))
  2936. v.GripPos = Vector3.new(0,0,0)
  2937. lplayer.Character.Humanoid:UnequipTools()
  2938. end
  2939. end
  2940. game:GetService("StarterGui"):SetCore("SendNotification", {
  2941. Title = "Reach applied!";
  2942. Text = "Applied to equipped sword. Use ;noreach to disable.";
  2943. })
  2944. end
  2945. if string.sub(CMDBAR.Text, 1, 7) == ("noreach") then
  2946. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  2947. if v:isA("Tool") then
  2948. v.Handle.Reach:Destroy()
  2949. end
  2950. end
  2951. game:GetService("StarterGui"):SetCore("SendNotification", {
  2952. Title = "Reach removed!";
  2953. Text = "Removed reach from equipped sword.";
  2954. })
  2955. end
  2956. if string.sub(CMDBAR.Text, 1, 6) == ("rkill ") then
  2957. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  2958. lplayer.Character.Humanoid.Name = 1
  2959. local l = lplayer.Character["1"]:Clone()
  2960. l.Parent = lplayer.Character
  2961. l.Name = "Humanoid"
  2962. wait(0.1)
  2963. lplayer.Character["1"]:Destroy()
  2964. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2965. lplayer.Character.Animate.Disabled = true
  2966. wait(0.1)
  2967. lplayer.Character.Animate.Disabled = false
  2968. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2969. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2970. lplayer.Character.Humanoid:EquipTool(v)
  2971. end
  2972. wait(0.1)
  2973. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2974. wait(0.2)
  2975. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2976. wait(0.5)
  2977. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  2978. game:GetService("StarterGui"):SetCore("SendNotification", {
  2979. Title = "Tools needed!";
  2980. Text = "You need a tool in your backpack for this command!";
  2981. })
  2982. end
  2983. end
  2984. if string.sub(CMDBAR.Text, 1, 6) == ("tp me ") then
  2985. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2986. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2987. end
  2988. end
  2989. if string.sub(CMDBAR.Text, 1, 7) == ("cbring ") then
  2990. if (string.sub(CMDBAR.Text, 8)) == "all" or (string.sub(CMDBAR.Text, 8)) == "All" or (string.sub(CMDBAR.Text, 8)) == "ALL" then
  2991. cbringall = true
  2992. else
  2993. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2994. brplr = v.Name
  2995. end
  2996. end
  2997. cbring = true
  2998. end
  2999. if string.sub(CMDBAR.Text, 1, 8) == ("uncbring") then
  3000. cbring = false
  3001. cbringall = false
  3002. end
  3003. if string.sub(CMDBAR.Text, 1, 5) == ("swap ") then
  3004. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  3005. local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3006. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  3007. lplayer.Character.Humanoid.Name = 1
  3008. local l = lplayer.Character["1"]:Clone()
  3009. l.Parent = lplayer.Character
  3010. l.Name = "Humanoid"
  3011. wait(0.1)
  3012. lplayer.Character["1"]:Destroy()
  3013. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3014. lplayer.Character.Animate.Disabled = true
  3015. wait(0.1)
  3016. lplayer.Character.Animate.Disabled = false
  3017. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3018. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3019. lplayer.Character.Humanoid:EquipTool(v)
  3020. end
  3021. local function tp(player,player2)
  3022. local char1,char2=player.Character,player2.Character
  3023. if char1 and char2 then
  3024. char1:MoveTo(char2.Head.Position)
  3025. end
  3026. end
  3027. wait(0.1)
  3028. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3029. wait(0.2)
  3030. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3031. wait(0.5)
  3032. lplayer.Character.HumanoidRootPart.CFrame = NOW
  3033. wait(0.6)
  3034. tp(lplayer, game:GetService("Players")[v.Name])
  3035. wait(0.4)
  3036. lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  3037. game:GetService("StarterGui"):SetCore("SendNotification", {
  3038. Title = "Tools needed!";
  3039. Text = "You need a tool in your backpack for this command!";
  3040. })
  3041. end
  3042. end
  3043. if string.sub(CMDBAR.Text, 1, 7) == ("glitch ") then
  3044. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  3045. lplayer.Character.Humanoid.Name = 1
  3046. local l = lplayer.Character["1"]:Clone()
  3047. l.Parent = lplayer.Character
  3048. l.Name = "Humanoid"
  3049. wait(0.1)
  3050. lplayer.Character["1"]:Destroy()
  3051. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3052. lplayer.Character.Animate.Disabled = true
  3053. wait(0.1)
  3054. lplayer.Character.Animate.Disabled = false
  3055. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3056. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3057. lplayer.Character.Humanoid:EquipTool(v)
  3058. end
  3059. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  3060. wait(0.3)
  3061. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  3062. wait(0.4)
  3063. b = Instance.new("BodyForce")
  3064. b.Parent = lplayer.Character.HumanoidRootPart
  3065. b.Name = "Glitch"
  3066. b.Force = Vector3.new(100000000,5000,0)
  3067. game:GetService("StarterGui"):SetCore("SendNotification", {
  3068. Title = "Tools needed!";
  3069. Text = "You need a tool in your backpack for this command!";
  3070. })
  3071. end
  3072. end
  3073. if string.sub(CMDBAR.Text, 1, 8) == ("unglitch") then
  3074. lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  3075. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  3076. b = Instance.new("BodyForce")
  3077. b.Parent = lplayer.Character.HumanoidRootPart
  3078. b.Name = "unGlitch"
  3079. b.Force = Vector3.new(0,-5000000,0)
  3080. wait(2)
  3081. lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  3082. end
  3083. if string.sub(CMDBAR.Text, 1, 8) == ("grespawn") then
  3084. lplayer.Character.Humanoid.Health = 0
  3085. wait(1)
  3086. lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  3087. lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  3088. end
  3089. if string.sub(CMDBAR.Text, 1, 8) == ("explorer") then
  3090. loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  3091. game:GetService("StarterGui"):SetCore("SendNotification", {
  3092. Title = "Success!";
  3093. Text = "DEX Explorer has loaded.";
  3094. })
  3095. end
  3096. if string.sub(CMDBAR.Text, 1, 5) == ("anim ") then
  3097. local Anim = Instance.new("Animation")
  3098. Anim.AnimationId = "rbxassetid://"..(string.sub(CMDBAR.Text, 6))
  3099. local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  3100. track:Play(.1, 1, 1)
  3101. end
  3102. if string.sub(CMDBAR.Text, 1, 7) == ("animgui") then
  3103. loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  3104. game:GetService("StarterGui"):SetCore("SendNotification", {
  3105. Title = "Success!";
  3106. Text = "Energize Animations GUI has loaded.";
  3107. })
  3108. end
  3109. if string.sub(CMDBAR.Text, 1, 7) == ("savepos") then
  3110. saved = lplayer.Character.HumanoidRootPart.CFrame
  3111. game:GetService("StarterGui"):SetCore("SendNotification", {
  3112. Title = "Position Saved";
  3113. Text = "Use ;loadpos to return to saved position.";
  3114. })
  3115. end
  3116. if string.sub(CMDBAR.Text, 1, 7) == ("loadpos") then
  3117. lplayer.Character.HumanoidRootPart.CFrame = saved
  3118. end
  3119. if string.sub(CMDBAR.Text, 1, 5) == ("bang ") then
  3120. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  3121. local Anim2 = Instance.new("Animation")
  3122. Anim2.AnimationId = "rbxassetid://148840371"
  3123. local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  3124. track2:Play(.1, 1, 1)
  3125. bplrr = v.Name
  3126. banpl = true
  3127. end
  3128. end
  3129. if string.sub(CMDBAR.Text, 1, 6) == ("unbang") then
  3130. banpl = false
  3131. end
  3132. if string.sub(CMDBAR.Text, 1, 9) == ("bringmod ") then
  3133. local function bringmodw()
  3134. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  3135. if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  3136. for i,ch in pairs(obj:GetDescendants()) do
  3137. if (ch:IsA("BasePart")) then
  3138. ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  3139. ch.CanCollide = false
  3140. ch.Transparency = 0.7
  3141. wait()
  3142. ch.CFrame = lplayer.Character["Left Leg"].CFrame
  3143. wait()
  3144. ch.CFrame = lplayer.Character["Right Leg"].CFrame
  3145. wait()
  3146. ch.CFrame = lplayer.Character["Head"].CFrame
  3147. end
  3148. end
  3149. end
  3150. end
  3151. end
  3152. while wait() do
  3153. bringmodw()
  3154. end
  3155. game:GetService("StarterGui"):SetCore("SendNotification", {
  3156. Title = "BringMod";
  3157. Text = "BringMod enabled.";
  3158. })
  3159. end
  3160. if string.sub(CMDBAR.Text, 1, 7) == ("respawn") then
  3161. local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  3162. local hum = Instance.new('Humanoid', mod)
  3163. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  3164. lplayer.Character = mod
  3165. end
  3166. if string.sub(CMDBAR.Text, 1, 8) == ("shutdown") then
  3167. game:GetService'RunService'.Stepped:Connect(function()
  3168. pcall(function()
  3169. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  3170. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  3171. for _,x in pairs(v.Character.Head:GetChildren()) do
  3172. if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  3173. end
  3174. end
  3175. end
  3176. end)
  3177. end)
  3178. game:GetService("StarterGui"):SetCore("SendNotification", {
  3179. Title = "Attempting Shutdown";
  3180. Text = "Shutdown Attempt has begun.";
  3181. })
  3182. end
  3183. if string.sub(CMDBAR.Text, 1, 7) == ("delobj ") then
  3184. objtodel = (string.sub(CMDBAR.Text, 8))
  3185. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  3186. if v.Name == objtodel then
  3187. v:Destroy()
  3188. end
  3189. end
  3190. end
  3191. if string.sub(CMDBAR.Text, 1, 7) == ("getplrs") then
  3192. for i,v in pairs(game:GetService("Players"):GetPlayers())do
  3193. print(v)
  3194. end
  3195. game:GetService("StarterGui"):SetCore("SendNotification", {
  3196. Title = "Printed";
  3197. Text = "Players have been printed to console. (F9)";
  3198. })
  3199. end
  3200. if string.sub(CMDBAR.Text, 1, 8) == ("deldecal") then
  3201. for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  3202. if (v:IsA("Decal")) then
  3203. v:Destroy()
  3204. end
  3205. end
  3206. end
  3207. if string.sub(CMDBAR.Text, 1, 10) == ("opfinality") then
  3208. loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  3209. game:GetService("StarterGui"):SetCore("SendNotification", {
  3210. Title = "Success!";
  3211. Text = "OpFinality GUI has loaded.";
  3212. })
  3213. end
  3214. if string.sub(CMDBAR.Text, 1, 7) == ("remotes") then
  3215. remotes = true
  3216. added = true
  3217. game.DescendantAdded:connect(function(rmt)
  3218. if added == true then
  3219. if remotes == true then
  3220. if rmt:IsA("RemoteEvent") then
  3221. print("A RemoteEvent was added!")
  3222. print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  3223. print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  3224. end end end
  3225. end)
  3226. game.DescendantAdded:connect(function(rmtfnctn)
  3227. if added == true then
  3228. if remotes == true then
  3229. if rmtfnctn:IsA("RemoteFunction") then
  3230. warn("A RemoteFunction was added!")
  3231. warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  3232. print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  3233. end end end
  3234. end)
  3235.  
  3236. game.DescendantAdded:connect(function(bndfnctn)
  3237. if added == true then
  3238. if binds == true then
  3239. if bndfnctn:IsA("BindableFunction") then
  3240. print("A BindableFunction was added!")
  3241. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  3242. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  3243. end end end
  3244. end)
  3245.  
  3246. game.DescendantAdded:connect(function(bnd)
  3247. if added == true then
  3248. if binds == true then
  3249. if bnd:IsA("BindableEvent") then
  3250. warn("A BindableEvent was added!")
  3251. warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  3252. print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  3253. end end end
  3254. end)
  3255.  
  3256.  
  3257. if binds == true then
  3258. for i,v in pairs(game:GetDescendants()) do
  3259. if v:IsA("BindableFunction") then
  3260. print(" game." .. v:GetFullName() .. " | BindableFunction")
  3261. print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  3262. end end
  3263. for i,v in pairs(game:GetDescendants()) do
  3264. if v:IsA("BindableEvent") then
  3265. warn(" game." .. v:GetFullName() .. " | BindableEvent")
  3266. print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  3267. end end
  3268. else
  3269. print("Off")
  3270. end
  3271. if remotes == true then
  3272. for i,v in pairs(game:GetDescendants()) do
  3273. if v:IsA("RemoteFunction") then
  3274. warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  3275. print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  3276. end end
  3277. wait()
  3278. for i,v in pairs(game:GetDescendants()) do
  3279. if v:IsA("RemoteEvent") then
  3280. print(" game." .. v:GetFullName() .. " | RemoteEvent")
  3281. print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  3282. end end
  3283. else
  3284. print("Off")
  3285. end
  3286. game:GetService("StarterGui"):SetCore("SendNotification", {
  3287. Title = "Printing Remotes";
  3288. Text = "Type ;noremotes to disable.";
  3289. })
  3290. end
  3291. if string.sub(CMDBAR.Text, 1, 9) == ("noremotes") then
  3292. remotes = false
  3293. added = false
  3294. game:GetService("StarterGui"):SetCore("SendNotification", {
  3295. Title = "Printing Remotes Disabled";
  3296. Text = "Type ;remotes to enable.";
  3297. })
  3298. end
  3299. if string.sub(CMDBAR.Text, 1, 9) == ("tpdefault") then
  3300. spin = false
  3301. followed = false
  3302. traill = false
  3303. noclip = false
  3304. annoying = false
  3305. hwalk = false
  3306. cbringing = false
  3307. end
  3308. if string.sub(CMDBAR.Text, 1, 7) == ("stopsit") then
  3309. stopsitting = true
  3310. end
  3311. if string.sub(CMDBAR.Text, 1, 5) == ("gosit") then
  3312. stopsitting = false
  3313. end
  3314. if string.sub(CMDBAR.Text, 1, 7) == ("version") then
  3315. print(adminversion)
  3316. game:GetService("StarterGui"):SetCore("SendNotification", {
  3317. Title = "Version";
  3318. Text = adminversion;
  3319. })
  3320. end
  3321. if string.sub(CMDBAR.Text, 1, 7) == ("clicktp") then
  3322. clickgoto = true
  3323. game:GetService("StarterGui"):SetCore("SendNotification", {
  3324. Title = "Click TP";
  3325. Text = "Press E to teleport to mouse position";
  3326. })
  3327. end
  3328. if string.sub(CMDBAR.Text, 1, 9) == ("noclicktp") then
  3329. clickgoto = false
  3330. game:GetService("StarterGui"):SetCore("SendNotification", {
  3331. Title = "Click TP";
  3332. Text = "Click TP has been disabled.";
  3333. })
  3334. end
  3335. if string.sub(CMDBAR.Text, 1, 7) == ("toolson") then
  3336. gettingtools = true
  3337. game:GetService("StarterGui"):SetCore("SendNotification", {
  3338. Title = "Tools Enabled";
  3339. Text = "Automatically colleting tools dropped.";
  3340. })
  3341. end
  3342. if string.sub(CMDBAR.Text, 1, 8) == ("toolsoff") then
  3343. gettingtools = false
  3344. game:GetService("StarterGui"):SetCore("SendNotification", {
  3345. Title = "Tools Disabled";
  3346. Text = "Click TP has been disabled.";
  3347. })
  3348. end
  3349. if string.sub(CMDBAR.Text, 1, 9) == ("delcmdbar") then
  3350. ScreenGui:Destroy()
  3351. end
  3352. if string.sub(CMDBAR.Text, 1, 5) == ("reset") then
  3353. lplayer.Character.Head:Destroy()
  3354. end
  3355. if string.sub(CMDBAR.Text, 1, 6) == ("state ") then
  3356. statechosen = string.sub(CMDBAR.Text, 7)
  3357. changingstate = true
  3358. end
  3359. if string.sub(CMDBAR.Text, 1, 8) == ("gravity ") then
  3360. game:GetService("Workspace").Gravity = string.sub(CMDBAR.Text, 9)
  3361. end
  3362. if string.sub(CMDBAR.Text, 1, 9) == ("looprhats") then
  3363. removingmeshhats = true
  3364. end
  3365. if string.sub(CMDBAR.Text, 1, 11) == ("unlooprhats") then
  3366. removingmeshhats = false
  3367. end
  3368. if string.sub(CMDBAR.Text, 1, 9) == ("looprtool") then
  3369. removingmeshtool = true
  3370. end
  3371. if string.sub(CMDBAR.Text, 1, 11) == ("unlooprtool") then
  3372. removingmeshtool = false
  3373. end
  3374. if string.sub(CMDBAR.Text, 1, 9) == ("givetool ") then
  3375. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  3376. if v:IsA("Tool") then
  3377. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  3378. v.Parent = player.Character
  3379. end
  3380. end
  3381. end
  3382. end
  3383. if string.sub(CMDBAR.Text, 1, 4) == ("age ") then
  3384. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  3385. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  3386. end
  3387. end
  3388. if string.sub(CMDBAR.Text, 1, 3) == ("id ") then
  3389. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 4))) do
  3390. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  3391. end
  3392. end
  3393. if string.sub(CMDBAR.Text, 1, 5) == (".age ") then
  3394. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  3395. game:GetService("StarterGui"):SetCore("SendNotification", {
  3396. Title = player.AccountAge.." Days";
  3397. Text = "Account age of "..player.Name;
  3398. })
  3399. end
  3400. end
  3401. if string.sub(CMDBAR.Text, 1, 4) == (".id ") then
  3402. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  3403. game:GetService("StarterGui"):SetCore("SendNotification", {
  3404. Title = player.UserId.." ID";
  3405. Text = "Account ID of "..player.Name;
  3406. })
  3407. end
  3408. end
  3409. if string.sub(CMDBAR.Text, 1, 6) == ("gameid") then
  3410. game:GetService("StarterGui"):SetCore("SendNotification", {
  3411. Title = "Game ID";
  3412. Text = "Game ID: ".. game.GameId;
  3413. })
  3414. end
  3415. if string.sub(CMDBAR.Text, 1, 3) == ("pgs") then
  3416. local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  3417. if pgscheck == true then
  3418. game:GetService("StarterGui"):SetCore("SendNotification", {
  3419. Title = "PGSPhysicsSolverEnabled";
  3420. Text = "PGS is Enabled!";
  3421. })
  3422. else
  3423. game:GetService("StarterGui"):SetCore("SendNotification", {
  3424. Title = "PGSPhysicsSolverEnabled";
  3425. Text = "PGS is Disabled!";
  3426. })
  3427. end
  3428. end
  3429. if string.sub(CMDBAR.Text, 1, 11) == ("removeinvis") then
  3430. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  3431. if v:IsA("Part") then
  3432. if v.Transparency == 1 then
  3433. if v.Name ~= "HumanoidRootPart" then
  3434. v:Destroy()
  3435. end
  3436. end
  3437. end
  3438. end
  3439. end
  3440. if string.sub(CMDBAR.Text, 1, 9) == ("removefog") then
  3441. game:GetService("Lighting").FogStart = 0
  3442. game:GetService("Lighting").FogEnd = 9999999999999
  3443. end
  3444. if string.sub(CMDBAR.Text, 1, 7) == ("disable") then
  3445. lplayer.Character.Humanoid.Parent = lplayer
  3446. end
  3447. if string.sub(CMDBAR.Text, 1, 6) == ("enable") then
  3448. lplayer.Humanoid.Parent = lplayer.Character
  3449. end
  3450. if string.sub(CMDBAR.Text, 1, 13) == ("givealltools ") then
  3451. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  3452. if v:IsA("Tool") then
  3453. v.Parent = lplayer.Character
  3454. wait()
  3455. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 14))) do
  3456. v.Parent = player.Character
  3457. end
  3458. end
  3459. end
  3460. end
  3461. if string.sub(CMDBAR.Text, 1, 9) == ("flyspeed ") then
  3462. speedfly = string.sub(CMDBAR.Text, 10)
  3463. wait()
  3464. change()
  3465. end
  3466. if string.sub(CMDBAR.Text, 1, 7) == ("carpet ") then
  3467. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  3468. local Anim3 = Instance.new("Animation")
  3469. Anim3.AnimationId = "rbxassetid://282574440"
  3470. local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  3471. track3:Play(.1, 1, 1)
  3472. bplrr = v.Name
  3473. banpl = true
  3474. end
  3475. end
  3476. if string.sub(CMDBAR.Text, 1, 8) == ("uncarpet") then
  3477. banpl = false
  3478. end
  3479. if string.sub(CMDBAR.Text, 1, 6) == ("stare ") then
  3480. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  3481. staring = true
  3482. stareplr = v
  3483. end
  3484. end
  3485. if string.sub(CMDBAR.Text, 1, 7) == ("unstare") then
  3486. staring = false
  3487. end
  3488. if string.sub(CMDBAR.Text, 1, 7) == ("logchat") then
  3489. chatlogs = true
  3490. game:GetService("StarterGui"):SetCore("SendNotification", {
  3491. Title = "LogChat enabled";
  3492. Text = "Now logging all player chat.";
  3493. })
  3494. end
  3495. if string.sub(CMDBAR.Text, 1, 9) == ("unlogchat") then
  3496. chatlogs = false
  3497. game:GetService("StarterGui"):SetCore("SendNotification", {
  3498. Title = "LogChat disabled";
  3499. Text = "Stopped logging all player chat.";
  3500. })
  3501. end
  3502. if string.sub(CMDBAR.Text, 1, 6) == ("fixcam") then
  3503. game:GetService("Workspace").CurrentCamera:Destroy()
  3504. wait(0.1)
  3505. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  3506. game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  3507. lplayer.CameraMinZoomDistance = 0.5
  3508. lplayer.CameraMaxZoomDistance = 400
  3509. lplayer.CameraMode = "Classic"
  3510. end
  3511. if string.sub(CMDBAR.Text, 1, 7) == ("unstate") then
  3512. changingstate = false
  3513. end
  3514. CMDBAR.Text = ""
  3515. end
  3516. end)
  3517.  
  3518. wait(0.3)
  3519. game:GetService("StarterGui"):SetCore("SendNotification", {
  3520. Title = "Loaded successfully!";
  3521. Text = "Reviz Admin V2 by illremember";
  3522. })
  3523. wait(0.1)
  3524. print("Reviz Admin V2 loaded!")
  3525. if game:GetService("Workspace").FilteringEnabled == true then
  3526. warn("FE is Enabled (Filtering Enabled)")
  3527. game:GetService("StarterGui"):SetCore("SendNotification", {
  3528. Title = "FE is Enabled";
  3529. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  3530. })
  3531. else
  3532. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  3533. game:GetService("StarterGui"):SetCore("SendNotification", {
  3534. Title = "FE is Disabled";
  3535. Text = "Filtering Disabled. Consider using a different admin script.";
  3536. })
  3537. end
  3538.  
  3539. local intro = Instance.new("ScreenGui")
  3540. local Frame = Instance.new("Frame")
  3541. local ImageLabel = Instance.new("ImageLabel")
  3542. intro.Parent = game:GetService("CoreGui")
  3543. Frame.Parent = intro
  3544. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  3545. Frame.BackgroundTransparency = 1
  3546. Frame.Size = UDim2.new(1, 0, 0, 300)
  3547. Frame.Position = UDim2.new(0, 0, -0.4, 0)
  3548. ImageLabel.Parent = Frame
  3549. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  3550. ImageLabel.BackgroundTransparency = 1
  3551. ImageLabel.Position = UDim2.new(0, 0, 0, 0)
  3552. ImageLabel.Size = UDim2.new(1, 0, 1, 0)
  3553. ImageLabel.Image = "http://www.roblox.com/asset/?id=1542162618"
  3554. Frame:TweenPosition(UDim2.new(0, 0, 0.2, 0), "Out", "Elastic", 3)
  3555. wait(3.01)
  3556. Frame:TweenPosition(UDim2.new(0, 0, 1.5, 0), "Out", "Elastic", 5)
  3557. wait(5.01)
  3558. intro:Destroy()
  3559. end)
  3560.  
  3561. arrest.Name = "arrest"
  3562. arrest.Parent = main
  3563. arrest.BackgroundColor3 = Color3.new(1, 0, 0)
  3564. arrest.Position = UDim2.new(0.333333343, 0, 0.332713753, 0)
  3565. arrest.Size = UDim2.new(0, 111, 0, 32)
  3566. arrest.Font = Enum.Font.GothamBlack
  3567. arrest.Text = "Arrest"
  3568. arrest.TextColor3 = Color3.new(0, 0, 0)
  3569. arrest.TextSize = 14
  3570. arrest.MouseButton1Down:connect(function()
  3571. local mouse = game.Players.LocalPlayer:GetMouse()
  3572. local arrestEvent = game.Workspace.Remote.arrest
  3573. mouse.Button1Down:connect(function()
  3574. local obj = mouse.Target
  3575. local response = arrestEvent:InvokeServer(obj)
  3576. end)
  3577. end)
  3578.  
  3579. attach.Name = "attach"
  3580. attach.Parent = main
  3581. attach.BackgroundColor3 = Color3.new(1, 0, 0)
  3582. attach.Position = UDim2.new(0.656167924, 0, 0.332713753, 0)
  3583. attach.Size = UDim2.new(0, 111, 0, 32)
  3584. attach.Font = Enum.Font.GothamBlack
  3585. attach.Text = "Attach"
  3586. attach.TextColor3 = Color3.new(0, 0, 0)
  3587. attach.TextSize = 14
  3588. attach.MouseButton1Down:connect(function()
  3589. local targetname = "" -- Person you want to bring
  3590.  
  3591. local LocalPlayer = game:GetService("Players").LocalPlayer
  3592. local ran1 = false
  3593. local equipped = false
  3594. local savepos = LocalPlayer.Character.HumanoidRootPart.CFrame
  3595. local target = game:GetService("Players")[targetname]
  3596. repeat
  3597. for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do
  3598. if tool:IsA("Tool") then
  3599. tool.Parent = LocalPlayer
  3600. end
  3601. end
  3602. LocalPlayer.Character:ClearAllChildren()
  3603. local char = Instance.new("Model", workspace)
  3604. char.Name = "character"
  3605. Instance.new("Part", char).Name = "Torso";
  3606. Instance.new("Part", char).Name = "Head";
  3607. Instance.new("Humanoid", char).Name = "Humanoid";
  3608. LocalPlayer.Character = char
  3609. repeat wait() until LocalPlayer.Character
  3610. until #LocalPlayer:GetChildren() - 4 >= 2
  3611. for _, char in pairs(workspace:GetChildren()) do
  3612. if char.Name == "character" and char:IsA("Model") then
  3613. char:Destroy()
  3614. end
  3615. end
  3616. repeat wait() until LocalPlayer.Character.HumanoidRootPart ~= nil
  3617. for _, tool in pairs(LocalPlayer:GetChildren()) do
  3618. if tool:IsA("Tool") then
  3619. tool.Parent = LocalPlayer.Backpack
  3620. end
  3621. end
  3622. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = LocalPlayer.Character
  3623. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = LocalPlayer.Character
  3624. local tool = LocalPlayer.Character:FindFirstChildOfClass("Tool")
  3625. tool.Parent = workspace
  3626. local attacher = LocalPlayer.Character:FindFirstChildOfClass("Tool")
  3627. attacher.Parent = workspace
  3628. LocalPlayer.Character.Humanoid:EquipTool(tool)
  3629. repeat wait() until LocalPlayer.Character:FindFirstChildOfClass("Tool") ~= nil
  3630. LocalPlayer.Character.Humanoid:UnequipTools()
  3631. attacher.AncestryChanged:connect(function()
  3632. if ran1 == false then
  3633. ran1 = true
  3634. equipped = true
  3635. end
  3636. end)
  3637. end)
  3638.  
  3639. fastrem.Name = "fastrem"
  3640. fastrem.Parent = main
  3641. fastrem.BackgroundColor3 = Color3.new(1, 1, 0)
  3642. fastrem.Position = UDim2.new(0, 0, 0.48327139, 0)
  3643. fastrem.Size = UDim2.new(0, 84, 0, 32)
  3644. fastrem.Font = Enum.Font.Garamond
  3645. fastrem.Text = "Fast Remington"
  3646. fastrem.TextColor3 = Color3.new(0, 0, 0)
  3647. fastrem.TextSize = 14
  3648. fastrem.MouseButton1Down:connect(function()
  3649. local Player = game.Players.LocalPlayer.Name
  3650. local Gun = "Remington 870" -- < -- Gun Name
  3651. local Run = game:GetService("RunService")
  3652.  
  3653. Gun = game.Players[Player].Character[Gun]
  3654. local Mouse = game.Players.LocalPlayer:GetMouse()
  3655. local Down = false
  3656. local Sound = Gun.Handle.FireSound
  3657.  
  3658. function CreateRay(Point_A, Point_B)
  3659. local Ray = Ray.new(Point_A, (Point_B - Point_A).Unit * (2 ^ 31 - 1))
  3660. local Part, Pos = workspace:FindPartOnRay(Ray, game.Players.LocalPlayer.Character)
  3661. local Dist = (Point_A - Pos).Magnitude
  3662. local CFrame = CFrame.new(Point_A, Pos) * CFrame.new(0, 0, -Dist / 2)
  3663.  
  3664. return CFrame, Dist, Ray
  3665. end
  3666.  
  3667. function FireLaser(target)
  3668. coroutine.resume(coroutine.create(function()
  3669. local C, D, R = CreateRay(Gun.Muzzle.CFrame.p, target.CFrame.p)
  3670. local Bullet = Instance.new("Part", Gun)
  3671. Bullet.BrickColor = BrickColor.Yellow()
  3672. Bullet.Material = "Neon"
  3673. Bullet.Anchored = true
  3674. Bullet.CanCollide = false
  3675. Bullet.Size = Vector3.new(0.2, 0.2, D)
  3676. Bullet.CFrame = C
  3677.  
  3678. local bulletTable = {}
  3679. table.insert(bulletTable, {
  3680. Hit = target,
  3681. Distance = D,
  3682. Cframe = C,
  3683. RayObject = R
  3684. })
  3685.  
  3686. game.ReplicatedStorage.ShootEvent:FireServer(bulletTable, Gun)
  3687. local C = Sound:Clone()
  3688. C.Parent = Gun
  3689. C:Play()
  3690. wait(0.05)
  3691. Bullet:Remove()
  3692. end))
  3693. end
  3694.  
  3695. Mouse.Button1Down:Connect(function()
  3696. Down = true
  3697. end)
  3698.  
  3699.  
  3700. Mouse.Button1Up:Connect(function()
  3701. Down = false
  3702. end)
  3703.  
  3704. while Run.Stepped:wait() do
  3705. if Down == true then
  3706. game.ReplicatedStorage.SoundEvent:FireServer(Sound, Gun)
  3707. FireLaser(Mouse.Target)
  3708. end
  3709. end
  3710. end)
  3711.  
  3712. fastm9.Name = "fastm9"
  3713. fastm9.Parent = main
  3714. fastm9.BackgroundColor3 = Color3.new(1, 1, 0)
  3715. fastm9.Position = UDim2.new(0.259869933, 0, 0.48327136, 0)
  3716. fastm9.Size = UDim2.new(0, 84, 0, 32)
  3717. fastm9.Font = Enum.Font.Garamond
  3718. fastm9.Text = "Fast M9"
  3719. fastm9.TextColor3 = Color3.new(0, 0, 0)
  3720. fastm9.TextSize = 14
  3721. fastm9.MouseButton1Down:connect(function()
  3722. local Player = game.Players.LocalPlayer.Name
  3723. local Gun = "M9" -- < -- Gun Name
  3724. local Run = game:GetService("RunService")
  3725.  
  3726. Gun = game.Players[Player].Character[Gun]
  3727. local Mouse = game.Players.LocalPlayer:GetMouse()
  3728. local Down = false
  3729. local Sound = Gun.Handle.FireSound
  3730.  
  3731. function CreateRay(Point_A, Point_B)
  3732. local Ray = Ray.new(Point_A, (Point_B - Point_A).Unit * (2 ^ 31 - 1))
  3733. local Part, Pos = workspace:FindPartOnRay(Ray, game.Players.LocalPlayer.Character)
  3734. local Dist = (Point_A - Pos).Magnitude
  3735. local CFrame = CFrame.new(Point_A, Pos) * CFrame.new(0, 0, -Dist / 2)
  3736.  
  3737. return CFrame, Dist, Ray
  3738. end
  3739.  
  3740. function FireLaser(target)
  3741. coroutine.resume(coroutine.create(function()
  3742. local C, D, R = CreateRay(Gun.Muzzle.CFrame.p, target.CFrame.p)
  3743. local Bullet = Instance.new("Part", Gun)
  3744. Bullet.BrickColor = BrickColor.Yellow()
  3745. Bullet.Material = "Neon"
  3746. Bullet.Anchored = true
  3747. Bullet.CanCollide = false
  3748. Bullet.Size = Vector3.new(0.2, 0.2, D)
  3749. Bullet.CFrame = C
  3750.  
  3751. local bulletTable = {}
  3752. table.insert(bulletTable, {
  3753. Hit = target,
  3754. Distance = D,
  3755. Cframe = C,
  3756. RayObject = R
  3757. })
  3758.  
  3759. game.ReplicatedStorage.ShootEvent:FireServer(bulletTable, Gun)
  3760. local C = Sound:Clone()
  3761. C.Parent = Gun
  3762. C:Play()
  3763. wait(0.05)
  3764. Bullet:Remove()
  3765. end))
  3766. end
  3767.  
  3768. Mouse.Button1Down:Connect(function()
  3769. Down = true
  3770. end)
  3771.  
  3772.  
  3773. Mouse.Button1Up:Connect(function()
  3774. Down = false
  3775. end)
  3776.  
  3777. while Run.Stepped:wait() do
  3778. if Down == true then
  3779. game.ReplicatedStorage.SoundEvent:FireServer(Sound, Gun)
  3780. FireLaser(Mouse.Target)
  3781. end
  3782. end
  3783. end)
  3784.  
  3785. fasttaze.Name = "fasttaze"
  3786. fasttaze.Parent = main
  3787. fasttaze.BackgroundColor3 = Color3.new(1, 1, 0)
  3788. fasttaze.Position = UDim2.new(0.530197382, 0, 0.48327136, 0)
  3789. fasttaze.Size = UDim2.new(0, 84, 0, 32)
  3790. fasttaze.Font = Enum.Font.Garamond
  3791. fasttaze.Text = "Fast Taser"
  3792. fasttaze.TextColor3 = Color3.new(0, 0, 0)
  3793. fasttaze.TextSize = 14
  3794. fasttaze.MouseButton1Down:connect(function()
  3795. local Player = game.Players.LocalPlayer.Name
  3796. local Gun = "Taser" -- < -- Gun Name
  3797. local Run = game:GetService("RunService")
  3798.  
  3799. Gun = game.Players[Player].Character[Gun]
  3800. local Mouse = game.Players.LocalPlayer:GetMouse()
  3801. local Down = false
  3802. local Sound = Gun.Handle.FireSound
  3803.  
  3804. function CreateRay(Point_A, Point_B)
  3805. local Ray = Ray.new(Point_A, (Point_B - Point_A).Unit * (2 ^ 31 - 1))
  3806. local Part, Pos = workspace:FindPartOnRay(Ray, game.Players.LocalPlayer.Character)
  3807. local Dist = (Point_A - Pos).Magnitude
  3808. local CFrame = CFrame.new(Point_A, Pos) * CFrame.new(0, 0, -Dist / 2)
  3809.  
  3810. return CFrame, Dist, Ray
  3811. end
  3812.  
  3813. function FireLaser(target)
  3814. coroutine.resume(coroutine.create(function()
  3815. local C, D, R = CreateRay(Gun.Muzzle.CFrame.p, target.CFrame.p)
  3816. local Bullet = Instance.new("Part", Gun)
  3817. Bullet.BrickColor = BrickColor.Yellow()
  3818. Bullet.Material = "Neon"
  3819. Bullet.Anchored = true
  3820. Bullet.CanCollide = false
  3821. Bullet.Size = Vector3.new(0.2, 0.2, D)
  3822. Bullet.CFrame = C
  3823.  
  3824. local bulletTable = {}
  3825. table.insert(bulletTable, {
  3826. Hit = target,
  3827. Distance = D,
  3828. Cframe = C,
  3829. RayObject = R
  3830. })
  3831.  
  3832. game.ReplicatedStorage.ShootEvent:FireServer(bulletTable, Gun)
  3833. local C = Sound:Clone()
  3834. C.Parent = Gun
  3835. C:Play()
  3836. wait(0.05)
  3837. Bullet:Remove()
  3838. end))
  3839. end
  3840.  
  3841. Mouse.Button1Down:Connect(function()
  3842. Down = true
  3843. end)
  3844.  
  3845.  
  3846. Mouse.Button1Up:Connect(function()
  3847. Down = false
  3848. end)
  3849.  
  3850. while Run.Stepped:wait() do
  3851. if Down == true then
  3852. game.ReplicatedStorage.SoundEvent:FireServer(Sound, Gun)
  3853. FireLaser(Mouse.Target)
  3854. end
  3855. end
  3856. end)
  3857.  
  3858. fastak.Name = "fastak"
  3859. fastak.Parent = main
  3860. fastak.BackgroundColor3 = Color3.new(1, 1, 0)
  3861. fastak.Position = UDim2.new(0.792650878, 0, 0.48327136, 0)
  3862. fastak.Size = UDim2.new(0, 79, 0, 32)
  3863. fastak.Font = Enum.Font.Garamond
  3864. fastak.Text = "Fast AK47"
  3865. fastak.TextColor3 = Color3.new(0, 0, 0)
  3866. fastak.TextSize = 14
  3867. fastak.MouseButton1Down:connect(function()
  3868. local Player = game.Players.LocalPlayer.Name
  3869. local Gun = "AK-47" -- < -- Gun Name
  3870. local Run = game:GetService("RunService")
  3871.  
  3872. Gun = game.Players[Player].Character[Gun]
  3873. local Mouse = game.Players.LocalPlayer:GetMouse()
  3874. local Down = false
  3875. local Sound = Gun.Handle.FireSound
  3876.  
  3877. function CreateRay(Point_A, Point_B)
  3878. local Ray = Ray.new(Point_A, (Point_B - Point_A).Unit * (2 ^ 31 - 1))
  3879. local Part, Pos = workspace:FindPartOnRay(Ray, game.Players.LocalPlayer.Character)
  3880. local Dist = (Point_A - Pos).Magnitude
  3881. local CFrame = CFrame.new(Point_A, Pos) * CFrame.new(0, 0, -Dist / 2)
  3882.  
  3883. return CFrame, Dist, Ray
  3884. end
  3885.  
  3886. function FireLaser(target)
  3887. coroutine.resume(coroutine.create(function()
  3888. local C, D, R = CreateRay(Gun.Muzzle.CFrame.p, target.CFrame.p)
  3889. local Bullet = Instance.new("Part", Gun)
  3890. Bullet.BrickColor = BrickColor.Yellow()
  3891. Bullet.Material = "Neon"
  3892. Bullet.Anchored = true
  3893. Bullet.CanCollide = false
  3894. Bullet.Size = Vector3.new(0.2, 0.2, D)
  3895. Bullet.CFrame = C
  3896.  
  3897. local bulletTable = {}
  3898. table.insert(bulletTable, {
  3899. Hit = target,
  3900. Distance = D,
  3901. Cframe = C,
  3902. RayObject = R
  3903. })
  3904.  
  3905. game.ReplicatedStorage.ShootEvent:FireServer(bulletTable, Gun)
  3906. local C = Sound:Clone()
  3907. C.Parent = Gun
  3908. C:Play()
  3909. wait(0.05)
  3910. Bullet:Remove()
  3911. end))
  3912. end
  3913.  
  3914. Mouse.Button1Down:Connect(function()
  3915. Down = true
  3916. end)
  3917.  
  3918.  
  3919. Mouse.Button1Up:Connect(function()
  3920. Down = false
  3921. end)
  3922.  
  3923. while Run.Stepped:wait() do
  3924. if Down == true then
  3925. game.ReplicatedStorage.SoundEvent:FireServer(Sound, Gun)
  3926. FireLaser(Mouse.Target)
  3927. end
  3928. end
  3929. end)
  3930.  
  3931. killothers.Name = "killothers"
  3932. killothers.Parent = main
  3933. killothers.BackgroundColor3 = Color3.new(0, 1, 1)
  3934. killothers.Position = UDim2.new(0.0209699646, 0, 0.825278759, 0)
  3935. killothers.Size = UDim2.new(0, 354, 0, 45)
  3936. killothers.Font = Enum.Font.GothamBold
  3937. killothers.Text = "Kill Others {WORKING}"
  3938. killothers.TextColor3 = Color3.new(0, 0, 0)
  3939. killothers.TextSize = 14
  3940. killothers.MouseButton1Down:connect(function()
  3941. workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  3942.  
  3943. game.Workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["Remington 870"].ITEMPICKUP)
  3944.  
  3945. wait(0.5)
  3946. function kill(a)
  3947. local A_1 =
  3948. {
  3949. [1] =
  3950. {
  3951. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-391.152252, 8.65560055, -83.2166901)),
  3952. ["Distance"] = 3.2524313926697,
  3953. ["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),
  3954. ["Hit"] = a.Character.Head
  3955. },
  3956. [2] =
  3957. {
  3958. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-392.481476, -8.44939327, -76.7261353)),
  3959. ["Distance"] = 3.2699294090271,
  3960. ["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),
  3961. ["Hit"] = a.Character.Head
  3962. },
  3963. [3] =
  3964. {
  3965. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-389.21701, -2.50536323, -92.2163162)),
  3966. ["Distance"] = 3.1665518283844,
  3967. ["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),
  3968. ["Hit"] = a.Character.Head
  3969. },
  3970. [4] =
  3971. {
  3972. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-393.353973, 3.13988972, -72.5452042)),
  3973. ["Distance"] = 3.3218522071838,
  3974. ["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),
  3975. ["Hit"] = a.Character.Head
  3976. },
  3977. [5] =
  3978. {
  3979. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-390.73172, 3.2097764, -85.5477524)),
  3980. ["Distance"] = 3.222757101059,
  3981. ["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),
  3982. ["Hit"] = a.Character.Head
  3983. }
  3984. }
  3985. local A_2 = game.Players.LocalPlayer.Backpack["Remington 870"]
  3986. local Event = game:GetService("ReplicatedStorage").ShootEvent
  3987. Event:FireServer(A_1, A_2)
  3988. Event:FireServer(A_1, A_2)
  3989. end
  3990.  
  3991. for i,v in pairs(game.Players:GetChildren())do
  3992. if v.Name ~= game.Players.LocalPlayer.Name then
  3993. kill(v)
  3994. end
  3995. end
  3996. wait(1)
  3997. workspace.Remote.TeamEvent:FireServer("Bright orange")
  3998.  
  3999. end)
  4000.  
  4001. btools.Name = "btools"
  4002. btools.Parent = main
  4003. btools.BackgroundColor3 = Color3.new(1, 0, 0)
  4004. btools.Position = UDim2.new(0.0131370649, 0, 0.407063216, 0)
  4005. btools.Size = UDim2.new(0, 111, 0, 32)
  4006. btools.Font = Enum.Font.GothamBold
  4007. btools.Text = "Btools"
  4008. btools.TextColor3 = Color3.new(0, 0, 0)
  4009. btools.TextSize = 14
  4010. btools.MouseButton1Down:connect(function()
  4011. local tool1 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  4012. tool1.BinType = "Hammer"
  4013. end)
  4014.  
  4015. speed.Name = "speed"
  4016. speed.Parent = main
  4017. speed.BackgroundColor3 = Color3.new(1, 0, 0)
  4018. speed.Position = UDim2.new(0.328083992, 0, 0.407063216, 0)
  4019. speed.Size = UDim2.new(0, 112, 0, 32)
  4020. speed.Font = Enum.Font.GothamBold
  4021. speed.Text = "Speed"
  4022. speed.TextColor3 = Color3.new(0, 0, 0)
  4023. speed.TextSize = 14
  4024. speed.MouseButton1Down:connect(function()
  4025. Speed = "100" -- Change to how fast you want to go
  4026.  
  4027. player = game.Players.LocalPlayer.Character
  4028. power = "WalkSpeed"
  4029. player.Humanoid[power] = Speed
  4030. wait()
  4031. player.HumanoidRootPart.CustomPhysicalProperties = PhysicalProperties.new(9e99, 9e99, 9e99, 9e99, 9e99)
  4032. wait()
  4033. repeat
  4034. game.Workspace.Gravity = 1000
  4035. wait()
  4036. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 287.5
  4037. wait()
  4038. until game.Players.LocalPlayer.Character.Humanoid.Health == 0
  4039. end)
  4040.  
  4041. escape.Name = "escape"
  4042. escape.Parent = main
  4043. escape.BackgroundColor3 = Color3.new(1, 0, 0)
  4044. escape.Position = UDim2.new(0.653557003, 0, 0.407063186, 0)
  4045. escape.Size = UDim2.new(0, 112, 0, 32)
  4046. escape.Font = Enum.Font.GothamBold
  4047. escape.Text = "Escape"
  4048. escape.TextColor3 = Color3.new(0, 0, 0)
  4049. escape.TextSize = 14
  4050. escape.MouseButton1Down:connect(function()
  4051. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(465.9,98.19,2253.47)
  4052. end)
  4053.  
  4054. label.Name = "label"
  4055. label.Parent = main
  4056. label.BackgroundColor3 = Color3.new(1, 1, 1)
  4057. label.Position = UDim2.new(0.0209836699, 0, 0.657992601, 0)
  4058. label.Size = UDim2.new(0, 354, 0, 30)
  4059. label.Font = Enum.Font.Gotham
  4060. label.Text = "TELEPORTS"
  4061. label.TextColor3 = Color3.new(0, 0, 0)
  4062. label.TextSize = 14
  4063.  
  4064. prison.Name = "prison"
  4065. prison.Parent = main
  4066. prison.BackgroundColor3 = Color3.new(1, 0.333333, 1)
  4067. prison.Position = UDim2.new(0.0208877288, 0, 0.728624523, 0)
  4068. prison.Size = UDim2.new(0, 110, 0, 32)
  4069. prison.Font = Enum.Font.GothamBlack
  4070. prison.Text = "Prison"
  4071. prison.TextColor3 = Color3.new(0, 0, 0)
  4072. prison.TextSize = 14
  4073. prison.MouseButton1Down:connect(function()
  4074. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(918.77,100,2379.07)
  4075. end)
  4076.  
  4077. yard.Name = "yard"
  4078. yard.Parent = main
  4079. yard.BackgroundColor3 = Color3.new(1, 0.333333, 1)
  4080. yard.Position = UDim2.new(0.328981698, 0, 0.728624523, 0)
  4081. yard.Size = UDim2.new(0, 112, 0, 32)
  4082. yard.Font = Enum.Font.GothamBlack
  4083. yard.Text = "Yard"
  4084. yard.TextColor3 = Color3.new(0, 0, 0)
  4085. yard.TextSize = 14
  4086. yard.MouseButton1Down:connect(function()
  4087. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(779.87,98,2458.93)
  4088. end)
  4089.  
  4090. crimbase.Name = "crimbase"
  4091. crimbase.Parent = main
  4092. crimbase.BackgroundColor3 = Color3.new(1, 0.333333, 1)
  4093. crimbase.Position = UDim2.new(0.634464741, 0, 0.728624523, 0)
  4094. crimbase.Size = UDim2.new(0, 118, 0, 32)
  4095. crimbase.Font = Enum.Font.GothamBlack
  4096. crimbase.Text = "Crim Base"
  4097. crimbase.TextColor3 = Color3.new(0, 0, 0)
  4098. crimbase.TextSize = 14
  4099. crimbase.MouseButton1Down:connect(function()
  4100. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-943.46,94.13,2063.63)
  4101. end)
  4102.  
  4103. aimbot.Name = "aimbot"
  4104. aimbot.Parent = main
  4105. aimbot.BackgroundColor3 = Color3.new(0.333333, 0, 0.498039)
  4106. aimbot.Position = UDim2.new(0.0208877288, 0, 0.557620823, 0)
  4107. aimbot.Size = UDim2.new(0, 108, 0, 32)
  4108. aimbot.Font = Enum.Font.GothamBold
  4109. aimbot.Text = "Aimbot"
  4110. aimbot.TextColor3 = Color3.new(0.333333, 1, 1)
  4111. aimbot.TextSize = 14
  4112. aimbot.TextStrokeColor3 = Color3.new(0.333333, 1, 1)
  4113. aimbot.MouseButton1Down:connect(function()
  4114. -- Farewell Infortality.
  4115. -- Version: 2.82
  4116. -- Instances:
  4117. local strucidhack = Instance.new("ScreenGui")
  4118. local MainGUI = Instance.new("Frame")
  4119. local aimbotandesp = Instance.new("TextButton")
  4120. local closegui = Instance.new("TextButton")
  4121. local TextLabel = Instance.new("TextLabel")
  4122. local opengui = Instance.new("Frame")
  4123. local open = Instance.new("TextButton")
  4124. --Properties:
  4125. strucidhack.Name = "strucid hack"
  4126. strucidhack.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  4127. MainGUI.Active = true
  4128. MainGUI.Draggable = true
  4129.  
  4130. MainGUI.Name = "MainGUI"
  4131. MainGUI.Parent = strucidhack
  4132. MainGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  4133. MainGUI.Position = UDim2.new(0.22521247, 0, 0.195965424, 0)
  4134. MainGUI.Size = UDim2.new(0, 385, 0, 371)
  4135. MainGUI.Visible = false
  4136.  
  4137. aimbotandesp.Name = "aimbot and esp"
  4138. aimbotandesp.Parent = MainGUI
  4139. aimbotandesp.BackgroundColor3 = Color3.new(1, 1, 1)
  4140. aimbotandesp.BorderColor3 = Color3.new(0.333333, 0.666667, 1)
  4141. aimbotandesp.BorderSizePixel = 3
  4142. aimbotandesp.Position = UDim2.new(0.136179864, 0, 0.310200483, 0)
  4143. aimbotandesp.Size = UDim2.new(0, 257, 0, 118)
  4144. aimbotandesp.Font = Enum.Font.GothamSemibold
  4145. aimbotandesp.Text = "Open Aimbot Gui"
  4146. aimbotandesp.TextColor3 = Color3.new(0, 0, 0.498039)
  4147. aimbotandesp.TextSize = 23
  4148. aimbotandesp.MouseButton1Click:connect(function()
  4149. local plrs = game:GetService("Players")
  4150. local TeamBased = true ; local teambasedswitch = "o"
  4151. local presskeytoaim = true; local aimkey = "e"
  4152. local raycast = false
  4153.  
  4154. local espupdatetime = 5; autoesp = false
  4155.  
  4156.  
  4157.  
  4158. local lockaim = true; local lockangle = 5
  4159.  
  4160.  
  4161.  
  4162. --function findwat(folder, what)
  4163. -- for i, smth in pairs(folder:GetChildren()) do
  4164. -- if string.find(string.lower(tostring(smth)), string.lower(what)) then
  4165. -- return smth
  4166. -- end
  4167. -- end
  4168. --end
  4169. --
  4170. --local plrs = findwat(game, "Players")
  4171.  
  4172.  
  4173.  
  4174.  
  4175. local Gui = Instance.new("ScreenGui")
  4176. local Move = Instance.new("Frame")
  4177. local Main = Instance.new("Frame")
  4178. local EspStatus = Instance.new("TextLabel")
  4179. local st1 = Instance.new("TextLabel")
  4180. local st1_2 = Instance.new("TextLabel")
  4181. local st1_3 = Instance.new("TextLabel")
  4182. local Name = Instance.new("TextLabel")
  4183. --Properties:
  4184. Gui.Name = "Gui"
  4185. Gui.Parent = plrs.LocalPlayer:WaitForChild("PlayerGui")
  4186.  
  4187. Move.Name = "Move"
  4188. Move.Parent = Gui
  4189. Move.BackgroundColor3 = Color3.new(0.0431373, 1, 0.0745098)
  4190. Move.BackgroundTransparency = 0.40000000596046
  4191. Move.BorderSizePixel = 0
  4192. Move.Position = UDim2.new(0.005, 0,0.018, 0)
  4193. Move.Size = UDim2.new(0.28141585, 0, 0.0320388414, 0)
  4194.  
  4195. Main.Name = "Main"
  4196. Main.Parent = Move
  4197. Main.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  4198. Main.BackgroundTransparency = 0.69999998807907
  4199. Main.Position = UDim2.new(0, 0, 0.995670795, 0)
  4200. Main.Size = UDim2.new(1.0000006, 0, 9.79697132, 0)
  4201.  
  4202. EspStatus.Name = "EspStatus"
  4203. EspStatus.Parent = Main
  4204. EspStatus.BackgroundColor3 = Color3.new(1, 1, 1)
  4205. EspStatus.BackgroundTransparency = 1
  4206. EspStatus.Size = UDim2.new(0.272955924, 0, 0.161862016, 0)
  4207. EspStatus.Font = Enum.Font.ArialBold
  4208. EspStatus.Text = "Press T to update Esp"
  4209. EspStatus.TextColor3 = Color3.new(0.0431373, 1, 0.0745098)
  4210. EspStatus.TextScaled = true
  4211. EspStatus.TextSize = 14
  4212. EspStatus.TextWrapped = true
  4213.  
  4214. st1.Name = "st1"
  4215. st1.Parent = Main
  4216. st1.BackgroundColor3 = Color3.new(1, 1, 1)
  4217. st1.BackgroundTransparency = 1
  4218. st1.Position = UDim2.new(0.271787882, 0, 0, 0)
  4219. st1.Size = UDim2.new(0.728211343, 0, 0.161862016, 0)
  4220. st1.Font = Enum.Font.ArialBold
  4221. st1.Text = "Press "..aimkey.." to lock on a person inside ur view"
  4222. st1.TextColor3 = Color3.new(0.0431373, 1, 0.0745098)
  4223. st1.TextScaled = true
  4224. st1.TextSize = 14
  4225. st1.TextWrapped = true
  4226.  
  4227. st1_2.Name = "st1"
  4228. st1_2.Parent = Main
  4229. st1_2.BackgroundColor3 = Color3.new(1, 1, 1)
  4230. st1_2.BackgroundTransparency = 1
  4231. st1_2.Position = UDim2.new(0, 0, 0.375590861, 0)
  4232. st1_2.Size = UDim2.new(0.999999881, 0, 0.161862016, 0)
  4233. st1_2.Font = Enum.Font.ArialBold
  4234. st1_2.Text = "Press L to enable esp loop"
  4235. st1_2.TextColor3 = Color3.new(0.0431373, 1, 0.0745098)
  4236. st1_2.TextScaled = true
  4237. st1_2.TextSize = 14
  4238. st1_2.TextWrapped = true
  4239.  
  4240. st1_3.Name = "st1"
  4241. st1_3.Parent = Main
  4242. st1_3.BackgroundColor3 = Color3.new(1, 1, 1)
  4243. st1_3.BackgroundTransparency = 1
  4244. st1_3.Position = UDim2.new(0, 0, 0.18558608, 0)
  4245. st1_3.Size = UDim2.new(0.999999881, 0, 0.161862016, 0)
  4246. st1_3.Font = Enum.Font.ArialBold
  4247. st1_3.Text = "Press O to change team based mode"
  4248. st1_3.TextColor3 = Color3.new(0.0431373, 1, 0.0745098)
  4249. st1_3.TextScaled = true
  4250. st1_3.TextSize = 14
  4251. st1_3.TextWrapped = true
  4252. local teambasedstatus = st1_3:Clone()
  4253. teambasedstatus.Parent = st1_3
  4254. teambasedstatus.TextScaled = true
  4255. teambasedstatus.Position = UDim2.new(0, 0,0.694, 0)
  4256. teambasedstatus.Text = tostring(TeamBased)
  4257.  
  4258. Name.Name = "Name"
  4259. Name.Parent = Move
  4260. Name.BackgroundColor3 = Color3.new(1, 1, 1)
  4261. Name.BackgroundTransparency = 1
  4262. Name.Size = UDim2.new(0.838, 0, 0.980000019, 0)
  4263. Name.Font = Enum.Font.Arial
  4264. Name.Text = "FPS gui v1.0"
  4265. Name.TextColor3 = Color3.new(0, 0, 0)
  4266. Name.TextScaled = true
  4267. Name.TextSize = 14
  4268. Name.TextWrapped = true
  4269. Name.TextXAlignment = Enum.TextXAlignment.Left
  4270. -- Scripts:
  4271.  
  4272.  
  4273. local plrsforaim = {}
  4274.  
  4275. local lplr = game:GetService("Players").LocalPlayer
  4276. Move.Draggable = true
  4277. Gui.ResetOnSpawn = false
  4278. Gui.Name = "Chat"
  4279. Gui.DisplayOrder = 999
  4280.  
  4281. Gui.Parent = plrs.LocalPlayer.PlayerGui
  4282.  
  4283.  
  4284. f = {}
  4285. local espforlder
  4286.  
  4287. f.addesp = function()
  4288. --print("ESP ran")
  4289. if espforlder then
  4290. else
  4291. espforlder = Instance.new("Folder")
  4292. espforlder.Parent = game.Workspace.CurrentCamera
  4293. end
  4294. for i, v in pairs(espforlder:GetChildren()) do
  4295. v:Destroy()
  4296. end
  4297. for _, plr in pairs(plrs:GetChildren()) do
  4298. if plr.Character and plr.Character.Humanoid.Health > 0 and plr.Name ~= lplr.Name then
  4299. if TeamBased == true then
  4300. if plr.Team.Name ~= plrs.LocalPlayer.Team.Name then
  4301. local e = espforlder:FindFirstChild(plr.Name)
  4302. if not e then
  4303. --print("Added esp for team based")
  4304. local bill = Instance.new("BillboardGui", espforlder)
  4305. bill.Name = plr.Name
  4306. bill.AlwaysOnTop = true
  4307. bill.Size = UDim2.new(1,0,1,0)
  4308. bill.Adornee = plr.Character.Head
  4309. local Frame = Instance.new('Frame',bill)
  4310. Frame.Active = true
  4311. Frame.BackgroundColor3 = Color3.new(0/255,255/255,0/255)
  4312. Frame.BackgroundTransparency = 0
  4313. Frame.BorderSizePixel = 0
  4314. Frame.AnchorPoint = Vector2.new(.5, .5)
  4315. Frame.Position = UDim2.new (0.5,0,0.5,0)
  4316. Frame.Size = UDim2.new (1,0,1,0)
  4317. Frame.Rotation = 0
  4318. plr.Character.Humanoid.Died:Connect(function()
  4319. bill:Destroy()
  4320. end)
  4321. end
  4322. end
  4323. else
  4324. local e = espforlder:FindFirstChild(plr.Name)
  4325. if not e then
  4326. --print("Added esp")
  4327. local bill = Instance.new("BillboardGui", espforlder)
  4328. bill.Name = plr.Name
  4329. bill.AlwaysOnTop = true
  4330. bill.Size = UDim2.new(1,0,1,0)
  4331. bill.Adornee = plr.Character.Head
  4332. local Frame = Instance.new('Frame',bill)
  4333. Frame.Active = true
  4334. Frame.BackgroundColor3 = Color3.new(0/255,255/255,0/255)
  4335. Frame.BackgroundTransparency = 0
  4336. Frame.BorderSizePixel = 0
  4337. Frame.AnchorPoint = Vector2.new(.5, .5)
  4338. Frame.Position = UDim2.new (0.5,0,0.5,0)
  4339. Frame.Size = UDim2.new (1,0,1,0)
  4340. Frame.Rotation = 0
  4341. plr.Character.Humanoid.Died:Connect(function()
  4342. bill:Destroy()
  4343. end)
  4344. end
  4345. end
  4346.  
  4347.  
  4348. end
  4349. end
  4350. end
  4351. local cam = game.Workspace.CurrentCamera
  4352.  
  4353. local mouse = lplr:GetMouse()
  4354. local switch = false
  4355. local key = "k"
  4356. local aimatpart = nil
  4357. mouse.KeyDown:Connect(function(a)
  4358. if a == "t" then
  4359. print("worked1")
  4360. f.addesp()
  4361. elseif a == "u" then
  4362. if raycast == true then
  4363. raycast = false
  4364. else
  4365. raycast = true
  4366. end
  4367. elseif a == "l" then
  4368. if autoesp == false then
  4369. autoesp = true
  4370. else
  4371. autoesp = false
  4372. end
  4373. end
  4374. if a == "j" then
  4375. if mouse.Target then
  4376. mouse.Target:Destroy()
  4377. end
  4378. end
  4379. if a == key then
  4380. if switch == false then
  4381. switch = true
  4382. else
  4383. switch = false
  4384. if aimatpart ~= nil then
  4385. aimatpart = nil
  4386. end
  4387. end
  4388. elseif a == teambasedswitch then
  4389. if TeamBased == true then
  4390. TeamBased = false
  4391. teambasedstatus.Text = tostring(TeamBased)
  4392. else
  4393. TeamBased = true
  4394. teambasedstatus.Text = tostring(TeamBased)
  4395. end
  4396. elseif a == aimkey then
  4397. if not aimatpart then
  4398. local maxangle = math.rad(20)
  4399. for i, plr in pairs(plrs:GetChildren()) do
  4400. if plr.Name ~= lplr.Name and plr.Character and plr.Character.Head and plr.Character.Humanoid and plr.Character.Humanoid.Health > 1 then
  4401. if TeamBased == true then
  4402. if plr.Team.Name ~= lplr.Team.Name then
  4403. local an = checkfov(plr.Character.Head)
  4404. if an < maxangle then
  4405. maxangle = an
  4406. aimatpart = plr.Character.Head
  4407. end
  4408. end
  4409. else
  4410. local an = checkfov(plr.Character.Head)
  4411. if an < maxangle then
  4412. maxangle = an
  4413. aimatpart = plr.Character.Head
  4414. end
  4415. print(plr)
  4416. end
  4417. plr.Character.Humanoid.Died:Connect(function()
  4418. if aimatpart.Parent == plr.Character or aimatpart == nil then
  4419. aimatpart = nil
  4420. end
  4421. end)
  4422. end
  4423. end
  4424. else
  4425. aimatpart = nil
  4426. end
  4427. end
  4428. end)
  4429.  
  4430. function getfovxyz (p0, p1, deg)
  4431. local x1, y1, z1 = p0:ToOrientation()
  4432. local cf = CFrame.new(p0.p, p1.p)
  4433. local x2, y2, z2 = cf:ToOrientation()
  4434. --local d = math.deg
  4435. if deg then
  4436. --return Vector3.new(d(x1-x2), d(y1-y2), d(z1-z2))
  4437. else
  4438. return Vector3.new((x1-x2), (y1-y2), (z1-z2))
  4439. end
  4440. end
  4441.  
  4442. function getaimbotplrs()
  4443. plrsforaim = {}
  4444. for i, plr in pairs(plrs:GetChildren()) do
  4445. if plr.Character and plr.Character.Humanoid and plr.Character.Humanoid.Health > 0 and plr.Name ~= lplr.Name and plr.Character.Head then
  4446.  
  4447. if TeamBased == true then
  4448. if plr.Team.Name ~= lplr.Team.Name then
  4449. local cf = CFrame.new(game.Workspace.CurrentCamera.CFrame.p, plr.Character.Head.CFrame.p)
  4450. local r = Ray.new(cf, cf.LookVector * 10000)
  4451. local ign = {}
  4452. for i, v in pairs(plrs.LocalPlayer.Character:GetChildren()) do
  4453. if v:IsA("BasePart") then
  4454. table.insert(ign , v)
  4455. end
  4456. end
  4457. local obj = game.Workspace:FindPartOnRayWithIgnoreList(r, ign)
  4458. if obj.Parent == plr.Character and obj.Parent ~= lplr.Character then
  4459. table.insert(plrsforaim, obj)
  4460. end
  4461. end
  4462. else
  4463. local cf = CFrame.new(game.Workspace.CurrentCamera.CFrame.p, plr.Character.Head.CFrame.p)
  4464. local r = Ray.new(cf, cf.LookVector * 10000)
  4465. local ign = {}
  4466. for i, v in pairs(plrs.LocalPlayer.Character:GetChildren()) do
  4467. if v:IsA("BasePart") then
  4468. table.insert(ign , v)
  4469. end
  4470. end
  4471. local obj = game.Workspace:FindPartOnRayWithIgnoreList(r, ign)
  4472. if obj.Parent == plr.Character and obj.Parent ~= lplr.Character then
  4473. table.insert(plrsforaim, obj)
  4474. end
  4475. end
  4476.  
  4477.  
  4478. end
  4479. end
  4480. end
  4481.  
  4482. function aimat(part)
  4483. cam.CFrame = CFrame.new(cam.CFrame.p, part.CFrame.p)
  4484. end
  4485. function checkfov (part)
  4486. local fov = getfovxyz(game.Workspace.CurrentCamera.CFrame, part.CFrame)
  4487. local angle = math.abs(fov.X) + math.abs(fov.Y)
  4488. return angle
  4489. end
  4490.  
  4491. game:GetService("RunService").RenderStepped:Connect(function()
  4492. if aimatpart then
  4493. aimat(aimatpart)
  4494. if aimatpart.Parent == plrs.LocalPlayer.Character then
  4495. aimatpart = nil
  4496. end
  4497. end
  4498.  
  4499.  
  4500. -- if switch == true then
  4501. -- local maxangle = 99999
  4502. --
  4503. -- --print("Loop")
  4504. -- if true and raycast == false then
  4505. -- for i, plr in pairs(plrs:GetChildren()) do
  4506. -- if plr.Name ~= lplr.Name and plr.Character and plr.Character.Head and plr.Character.Humanoid and plr.Character.Humanoid.Health > 1 then
  4507. -- if TeamBased then
  4508. -- if plr.Team.Name ~= lplr.Team.Name or plr.Team.TeamColor ~= lplr.Team.TeamColor then
  4509. -- local an = checkfov(plr.Character.Head)
  4510. -- if an < maxangle then
  4511. -- maxangle = an
  4512. -- aimatpart = plr.Character.Head
  4513. -- if an < lockangle then
  4514. -- break
  4515. -- end
  4516. -- end
  4517. -- end
  4518. -- else
  4519. -- local an = checkfov(plr.Character.Head)
  4520. -- if an < maxangle then
  4521. -- maxangle = an
  4522. -- aimatpart = plr.Character.Head
  4523. -- if an < lockangle then
  4524. -- break
  4525. -- end
  4526. -- end
  4527. -- end
  4528. --
  4529. --
  4530. --
  4531. --
  4532. -- end
  4533. -- end
  4534. -- elseif raycast == true then
  4535. --
  4536. -- end
  4537.  
  4538. if raycast == true and switch == false and not aimatpart then
  4539. getaimbotplrs()
  4540. aimatpart = nil
  4541. local maxangle = 999
  4542. for i, v in ipairs(plrsforaim) do
  4543. if v.Parent ~= lplr.Character then
  4544. local an = checkfov(v)
  4545. if an < maxangle and v ~= lplr.Character.Head then
  4546. maxangle = an
  4547. aimatpart = v
  4548. print(v:GetFullName())
  4549. v.Parent.Humanoid.Died:connect(function()
  4550. aimatpart = nil
  4551. end)
  4552. end
  4553. end
  4554. end
  4555.  
  4556. end
  4557. end)
  4558. delay(0, function()
  4559. while wait(espupdatetime) do
  4560. if autoesp == true then
  4561. pcall(function()
  4562. f.addesp()
  4563. end)
  4564. end
  4565. end
  4566. end)
  4567. warn("loaded")
  4568. end)
  4569.  
  4570. closegui.Name = "close gui"
  4571. closegui.Parent = MainGUI
  4572. closegui.BackgroundColor3 = Color3.new(1, 1, 1)
  4573. closegui.Position = UDim2.new(0.892828405, 0, 0.0474808663, 0)
  4574. closegui.Size = UDim2.new(0, 28, 0, 36)
  4575. closegui.Font = Enum.Font.SourceSansBold
  4576. closegui.Text = "X"
  4577. closegui.TextColor3 = Color3.new(0, 0, 0)
  4578. closegui.TextSize = 34
  4579.  
  4580. TextLabel.Parent = MainGUI
  4581. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  4582. TextLabel.BorderSizePixel = 3
  4583. TextLabel.Position = UDim2.new(0.0389667451, 0, 0.0325634778, 0)
  4584. TextLabel.Size = UDim2.new(0, 313, 0, 50)
  4585. TextLabel.Font = Enum.Font.SciFi
  4586. TextLabel.Text = "Aimbot/Esp"
  4587. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  4588. TextLabel.TextSize = 20
  4589.  
  4590. opengui.Name = "open gui"
  4591. opengui.Parent = strucidhack
  4592. opengui.BackgroundColor3 = Color3.new(1, 1, 1)
  4593. opengui.Position = UDim2.new(0.0198300499, 0, 0.925072074, 0)
  4594. opengui.Size = UDim2.new(0, 19, 0, 22)
  4595.  
  4596. open.Name = "open"
  4597. open.Parent = opengui
  4598. closegui.MouseButton1Click:connect(function()
  4599. MainGUI.Visible = false
  4600. opengui.Visible = true
  4601. end)
  4602. open.BackgroundColor3 = Color3.new(1, 1, 1)
  4603. open.Position = UDim2.new(-0.746906042, 0, -0.172385469, 0)
  4604. open.Size = UDim2.new(0, 65, 0, 29)
  4605. open.Font = Enum.Font.SourceSans
  4606. open.Text = "Open gui"
  4607. open.TextColor3 = Color3.new(0, 0, 0)
  4608. open.TextSize = 14
  4609. open.MouseButton1Click:connect(function()
  4610. MainGUI.Visible = true
  4611. opengui.Visible = false
  4612. end)
  4613. end)
  4614.  
  4615. respawn.Name = "respawn"
  4616. respawn.Parent = main
  4617. respawn.BackgroundColor3 = Color3.new(0.333333, 0, 0.498039)
  4618. respawn.Position = UDim2.new(0.33420366, 0, 0.557620823, 0)
  4619. respawn.Size = UDim2.new(0, 111, 0, 32)
  4620. respawn.Font = Enum.Font.GothamBold
  4621. respawn.Text = "Fast Respawn"
  4622. respawn.TextColor3 = Color3.new(0, 1, 1)
  4623. respawn.TextSize = 14
  4624. respawn.MouseButton1Down:connect(function()
  4625. game.Workspace.Remote.loadchar:InvokeServer(game.Players:GetChildren())
  4626. end)
  4627.  
  4628. lag.Name = "lag"
  4629. lag.Parent = main
  4630. lag.BackgroundColor3 = Color3.new(0.333333, 0, 0.498039)
  4631. lag.Position = UDim2.new(0.652741492, 0, 0.557620823, 0)
  4632. lag.Size = UDim2.new(0, 112, 0, 32)
  4633. lag.Font = Enum.Font.GothamBold
  4634. lag.Text = "Lag Server"
  4635. lag.TextColor3 = Color3.new(0.333333, 1, 1)
  4636. lag.TextSize = 14
  4637. lag.MouseButton1Down:connect(function()
  4638. local toolamount = 250
  4639. x = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  4640. wait()
  4641. local LocalPlayer = game:GetService("Players").LocalPlayer
  4642. local died = false
  4643. local savepos = LocalPlayer.Character.HumanoidRootPart.CFrame
  4644. repeat
  4645. for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do
  4646. if tool:IsA("Tool") then
  4647. tool.Parent = LocalPlayer
  4648. end
  4649. end
  4650. LocalPlayer.Character:ClearAllChildren()
  4651. local char = Instance.new("Model", workspace)
  4652. char.Name = "character"
  4653. Instance.new("Part", char).Name = "Torso";
  4654. Instance.new("Part", char).Name = "Head";
  4655. Instance.new("Humanoid", char).Name = "Humanoid";
  4656. LocalPlayer.Character = char
  4657. repeat wait() until LocalPlayer.Character
  4658. until #LocalPlayer:GetChildren() - 4 >= toolamount
  4659. for _, char in pairs(workspace:GetChildren()) do
  4660. if char.Name == "character" and char:IsA("Model") then
  4661. char:Destroy()
  4662. end
  4663. end
  4664. repeat wait() until LocalPlayer.Character.HumanoidRootPart
  4665. LocalPlayer.Character.HumanoidRootPart.CFrame = savepos
  4666. for _, tool in pairs(LocalPlayer:GetChildren()) do
  4667. if tool:IsA("Tool") then
  4668. tool.Parent = LocalPlayer.Backpack
  4669. end
  4670. end
  4671. wait(0.5)
  4672. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  4673. if v:IsA("Tool") then
  4674. v.Parent = game.Players.LocalPlayer.Character
  4675. end
  4676. end
  4677. wait(0.5)
  4678. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  4679. if (v:IsA("Tool")) then
  4680. v.Parent = workspace
  4681. end
  4682. end
  4683. wait()
  4684. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  4685. wait(0.85)
  4686. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = x
  4687. end)
  4688. -- Scripts:
  4689. end)
  4690.  
  4691. LegendsOfSpeed.Name = "Legends Of Speed"
  4692. LegendsOfSpeed.Parent = Main
  4693. LegendsOfSpeed.BackgroundColor3 = Color3.fromRGB(16, 16, 16)
  4694. LegendsOfSpeed.Position = UDim2.new(0.0102715939, 0, 0.288636357, 0)
  4695. LegendsOfSpeed.Size = UDim2.new(0, 148, 0, 35)
  4696. LegendsOfSpeed.Font = Enum.Font.Cartoon
  4697. LegendsOfSpeed.Text = "Legends Of Speed"
  4698. LegendsOfSpeed.TextColor3 = Color3.fromRGB(255, 0, 4)
  4699. LegendsOfSpeed.TextScaled = true
  4700. LegendsOfSpeed.TextSize = 14.000
  4701. LegendsOfSpeed.TextWrapped = true
  4702. LegendsOfSpeed.MouseButton1Down:connect(function()
  4703. while wait(0.1) do
  4704. local A_1 = "collectOrb" local A_2 = "Gem" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Yellow Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Orange Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Blue Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Gem" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Yellow Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Orange Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Blue Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Gem" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Yellow Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Orange Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Blue Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Gem" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Yellow Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Orange Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Blue Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Gem" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Yellow Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Orange Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Blue Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Gem" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Yellow Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Orange Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Blue Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Gem" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Yellow Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Orange Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Blue Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Gem" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Yellow Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Orange Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Blue Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Gem" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Yellow Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Orange Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Blue Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3)
  4705. end
  4706.  
  4707. while wait(0.1) do
  4708. local A_1 = "collectOrb" local A_2 = "Gem" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Yellow Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Orange Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Blue Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Gem" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Yellow Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Orange Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Blue Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Gem" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Yellow Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Orange Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Blue Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Gem" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Yellow Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Orange Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Blue Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Gem" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Yellow Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Orange Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Blue Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Gem" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Yellow Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Orange Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Blue Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Gem" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Yellow Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Orange Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Blue Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Gem" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Yellow Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Orange Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Blue Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Gem" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Yellow Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Orange Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Blue Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3)
  4709. end
  4710.  
  4711. while wait(0.1) do
  4712. local A_1 = "collectOrb" local A_2 = "Gem" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Yellow Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Orange Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Blue Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Gem" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Yellow Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Orange Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Blue Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Gem" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Yellow Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Orange Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Blue Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Gem" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Yellow Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Orange Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Blue Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Gem" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Yellow Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Orange Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Blue Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Gem" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Yellow Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Orange Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Blue Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Gem" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Yellow Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Orange Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Blue Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Gem" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Yellow Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Orange Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Blue Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Gem" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Yellow Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Orange Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Blue Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3)
  4713. end
  4714.  
  4715. while wait(0.1) do
  4716. local A_1 = "collectOrb" local A_2 = "Gem" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Yellow Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Orange Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Blue Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Gem" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Yellow Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Orange Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Blue Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Gem" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Yellow Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Orange Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Blue Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Gem" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Yellow Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Orange Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Blue Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Gem" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Yellow Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Orange Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Blue Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Gem" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Yellow Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Orange Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Blue Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Gem" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Yellow Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Orange Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Blue Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Gem" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Yellow Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Orange Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Blue Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Gem" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Yellow Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Orange Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Blue Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3)
  4717. end
  4718.  
  4719. while wait(0.1) do
  4720. local A_1 = "collectOrb" local A_2 = "Gem" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Yellow Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Orange Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Blue Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Gem" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Yellow Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Orange Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Blue Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Gem" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Yellow Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Orange Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Blue Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Gem" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Yellow Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Orange Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Blue Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Gem" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Yellow Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Orange Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Blue Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Gem" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Yellow Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Orange Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Blue Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Gem" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Yellow Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Orange Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Blue Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Gem" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Yellow Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Orange Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Blue Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Gem" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Yellow Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Orange Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3) local A_1 = "collectOrb" local A_2 = "Blue Orb" local A_3 = "City" local Event = game:GetService("ReplicatedStorage").rEvents.orbEvent Event:FireServer(A_1, A_2, A_3)
  4721. end
  4722. end)
  4723.  
  4724. CounterBlox.Name = "Counter Blox"
  4725. CounterBlox.Parent = Main
  4726. CounterBlox.BackgroundColor3 = Color3.fromRGB(16, 16, 16)
  4727. CounterBlox.Position = UDim2.new(0.0102715939, 0, 0.386363626, 0)
  4728. CounterBlox.Size = UDim2.new(0, 148, 0, 35)
  4729. CounterBlox.Font = Enum.Font.Cartoon
  4730. CounterBlox.Text = "Counter Blox Kill All"
  4731. CounterBlox.TextColor3 = Color3.fromRGB(255, 0, 4)
  4732. CounterBlox.TextScaled = true
  4733. CounterBlox.TextSize = 14.000
  4734. CounterBlox.TextWrapped = true
  4735. CounterBlox.MouseButton1Down:connect(function()
  4736. loadstring(game:HttpGet("https://pastebin.com/raw/p9fYxhht", true))()
  4737. end)
  4738.  
  4739. Close.Name = "Close"
  4740. Close.Parent = Main
  4741. Close.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  4742. Close.Position = UDim2.new(0.942572951, 0, -0.000642575324, 0)
  4743. Close.Size = UDim2.new(0, 41, 0, 35)
  4744. Close.Font = Enum.Font.Cartoon
  4745. Close.Text = "X"
  4746. Close.TextColor3 = Color3.fromRGB(250, 0, 4)
  4747. Close.TextScaled = true
  4748. Close.TextSize = 14.000
  4749. Close.TextWrapped = true
  4750. Close.MouseButton1Down:connect(function()
  4751. OpenFrame.Visible = true
  4752. Main.Visible = false
  4753. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement