Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 156.79 KB | None | 0 0
  1. local ReaperGUIV1 = Instance.new("ScreenGui")
  2. local OpenFrame = Instance.new("Frame")
  3. local Open = Instance.new("TextButton")
  4. local Main = Instance.new("Frame")
  5. local BeautyA = Instance.new("Frame")
  6. local Name = Instance.new("TextLabel")
  7. local BeautyB = Instance.new("Frame")
  8. local Credit = Instance.new("TextLabel")
  9. local FESynapseX = Instance.new("TextButton")
  10. local None = Instance.new("TextButton")
  11. local None_2 = Instance.new("TextButton")
  12. local None_3 = Instance.new("TextButton")
  13. local None_4 = Instance.new("TextButton")
  14. local None_5 = Instance.new("TextButton")
  15. local None_6 = Instance.new("TextButton")
  16. local None_7 = Instance.new("TextButton")
  17. local FERevizAdmin = Instance.new("TextButton")
  18. local None_8 = Instance.new("TextButton")
  19. local None_9 = Instance.new("TextButton")
  20. local None_10 = Instance.new("TextButton")
  21. local Close = Instance.new("TextButton")
  22. --Properties:
  23. ReaperGUIV1.Name = "ReaperGUIV1"
  24. ReaperGUIV1.Parent = game.CoreGui
  25. ReaperGUIV1.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  26.  
  27. OpenFrame.Name = "OpenFrame"
  28. OpenFrame.Parent = ReaperGUIV1
  29. OpenFrame.Active = true
  30. OpenFrame.BackgroundColor3 = Color3.new(0, 1, 1)
  31. OpenFrame.BorderSizePixel = 0
  32. OpenFrame.Position = UDim2.new(0, 0, 0.447957784, 0)
  33. OpenFrame.Size = UDim2.new(0, 90, 0, 38)
  34.  
  35. Open.Name = "Open"
  36. Open.Parent = OpenFrame
  37. Open.BackgroundColor3 = Color3.new(0, 1, 1)
  38. Open.BorderSizePixel = 0
  39. Open.Position = UDim2.new(0.0888888836, 0, 0.0789474249, 0)
  40. Open.Size = UDim2.new(0, 74, 0, 31)
  41. Open.Font = Enum.Font.Cartoon
  42. Open.Text = "Open"
  43. Open.TextColor3 = Color3.new(0, 0, 0)
  44. Open.TextScaled = true
  45. Open.TextSize = 14
  46. Open.TextWrapped = true
  47. Open.MouseButton1Down:connect(function()
  48. Main.Visible = true
  49. OpenFrame.Visible = true
  50. end)
  51.  
  52. Main.Name = "Main"
  53. Main.Parent = ReaperGUIV1
  54. Main.Active = true
  55. Main.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  56. Main.BackgroundTransparency = 0.019999999552965
  57. Main.BorderSizePixel = 0
  58. Main.Position = UDim2.new(0.202970311, 0, 0.206851125, 0)
  59. Main.Size = UDim2.new(0, 600, 0, 403)
  60. Main.Visible = false
  61. Main.Draggable = true
  62.  
  63. BeautyA.Name = "BeautyA"
  64. BeautyA.Parent = Main
  65. BeautyA.BackgroundColor3 = Color3.new(0, 1, 1)
  66. BeautyA.BorderSizePixel = 0
  67. BeautyA.Size = UDim2.new(0, 600, 0, 35)
  68.  
  69. Name.Name = "Name"
  70. Name.Parent = BeautyA
  71. Name.BackgroundColor3 = Color3.new(1, 1, 1)
  72. Name.BackgroundTransparency = 1
  73. Name.BorderSizePixel = 0
  74. Name.Size = UDim2.new(0, 600, 0, 35)
  75. Name.Font = Enum.Font.Cartoon
  76. Name.Text = "Reaper GUI"
  77. Name.TextColor3 = Color3.new(0, 0, 0)
  78. Name.TextScaled = true
  79. Name.TextSize = 14
  80. Name.TextWrapped = true
  81.  
  82. BeautyB.Name = "BeautyB"
  83. BeautyB.Parent = Main
  84. BeautyB.BackgroundColor3 = Color3.new(0, 1, 1)
  85. BeautyB.BorderSizePixel = 0
  86. BeautyB.Position = UDim2.new(0, 0, 0.913151383, 0)
  87. BeautyB.Size = UDim2.new(0, 600, 0, 35)
  88.  
  89. Credit.Name = "Credit"
  90. Credit.Parent = BeautyB
  91. Credit.BackgroundColor3 = Color3.new(1, 1, 1)
  92. Credit.BackgroundTransparency = 1
  93. Credit.BorderSizePixel = 0
  94. Credit.Size = UDim2.new(0, 600, 0, 35)
  95. Credit.Font = Enum.Font.Cartoon
  96. Credit.Text = "GUI Made By ReaperModz_YT"
  97. Credit.TextColor3 = Color3.new(0, 0, 0)
  98. Credit.TextScaled = true
  99. Credit.TextSize = 14
  100. Credit.TextWrapped = true
  101.  
  102. FESynapseX.Name = "FE Synapse X"
  103. FESynapseX.Parent = Main
  104. FESynapseX.BackgroundColor3 = Color3.new(0, 1, 1)
  105. FESynapseX.Position = UDim2.new(0.352871269, 0, 0.176325768, 0)
  106. FESynapseX.Size = UDim2.new(0, 176, 0, 41)
  107. FESynapseX.Font = Enum.Font.Cartoon
  108. FESynapseX.Text = "FE Synapse X"
  109. FESynapseX.TextColor3 = Color3.new(0, 0, 0)
  110. FESynapseX.TextScaled = true
  111. FESynapseX.TextSize = 14
  112. FESynapseX.TextWrapped = true
  113. FESynapseX.MouseButton1Down:connect(function()
  114. local SynapseX = Instance.new("ScreenGui")
  115. local SynapseFrame = Instance.new("Frame")
  116. local Execute = Instance.new("TextButton")
  117. local TextLabel = Instance.new("TextLabel")
  118. local TextLabel_2 = Instance.new("TextLabel")
  119. local Code = Instance.new("TextBox")
  120. local Clear = Instance.new("TextButton")
  121. local Inject = Instance.new("TextButton")
  122. local Minimize = Instance.new("TextButton")
  123. local Exit = Instance.new("TextButton")
  124. local Console = Instance.new("TextLabel")
  125. --Properties:
  126. SynapseX.Name = "SynapseX"
  127. SynapseX.Parent = game.CoreGui
  128. SynapseX.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  129.  
  130. SynapseFrame.Name = "SynapseFrame"
  131. SynapseFrame.Parent = SynapseX
  132. SynapseFrame.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  133. SynapseFrame.BorderSizePixel = 0
  134. SynapseFrame.Position = UDim2.new(0.313027203, 0, 0.169429094, 0)
  135. SynapseFrame.Size = UDim2.new(0, 446, 0, 246)
  136.  
  137. Execute.Name = "Execute"
  138. Execute.Parent = SynapseFrame
  139. Execute.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  140. Execute.BorderSizePixel = 0
  141. Execute.Position = UDim2.new(0, 0, 0.865853667, 0)
  142. Execute.Size = UDim2.new(0, 130, 0, 33)
  143. Execute.Font = Enum.Font.SourceSansBold
  144. Execute.Text = "Execute"
  145. Execute.TextColor3 = Color3.new(1, 1, 1)
  146. Execute.TextSize = 21
  147. Execute.TextStrokeColor3 = Color3.new(1, 1, 1)
  148.  
  149. TextLabel.Parent = SynapseFrame
  150. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  151. TextLabel.BackgroundTransparency = 1
  152. TextLabel.Size = UDim2.new(0, 28, 0, 26)
  153. TextLabel.Font = Enum.Font.SourceSansItalic
  154. TextLabel.Text = "S"
  155. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  156. TextLabel.TextScaled = true
  157. TextLabel.TextSize = 14
  158. TextLabel.TextWrapped = true
  159.  
  160. TextLabel_2.Parent = SynapseFrame
  161. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  162. TextLabel_2.BackgroundTransparency = 1
  163. TextLabel_2.Position = UDim2.new(0.0291479807, 0, -0.0284552854, 0)
  164. TextLabel_2.Size = UDim2.new(0, 28, 0, 26)
  165. TextLabel_2.Font = Enum.Font.SourceSansItalic
  166. TextLabel_2.Text = "x"
  167. TextLabel_2.TextColor3 = Color3.new(1, 0.666667, 0)
  168. TextLabel_2.TextScaled = true
  169. TextLabel_2.TextSize = 14
  170. TextLabel_2.TextWrapped = true
  171.  
  172. Code.Name = "Code"
  173. Code.Parent = SynapseFrame
  174. Code.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  175. Code.BorderSizePixel = 0
  176. Code.Position = UDim2.new(0, 0, 0.10569106, 0)
  177. Code.Size = UDim2.new(0, 446, 0, 187)
  178. Code.Font = Enum.Font.SourceSansItalic
  179. Code.PlaceholderColor3 = Color3.new(1, 1, 1)
  180. Code.Text = ""
  181. Code.TextColor3 = Color3.new(1, 1, 1)
  182. Code.TextSize = 24
  183. Code.TextStrokeColor3 = Color3.new(1, 1, 1)
  184. Code.TextXAlignment = Enum.TextXAlignment.Left
  185. Code.TextYAlignment = Enum.TextYAlignment.Top
  186.  
  187. Clear.Name = "Clear"
  188. Clear.Parent = SynapseFrame
  189. Clear.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  190. Clear.BorderSizePixel = 0
  191. Clear.Position = UDim2.new(0.354260087, 0, 0.865853667, 0)
  192. Clear.Size = UDim2.new(0, 130, 0, 33)
  193. Clear.Font = Enum.Font.SourceSansBold
  194. Clear.Text = "Clear"
  195. Clear.TextColor3 = Color3.new(1, 1, 1)
  196. Clear.TextSize = 21
  197. Clear.TextStrokeColor3 = Color3.new(1, 1, 1)
  198.  
  199. Inject.Name = "Inject"
  200. Inject.Parent = SynapseFrame
  201. Inject.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  202. Inject.BorderSizePixel = 0
  203. Inject.Position = UDim2.new(0.708520174, 0, 0.865853667, 0)
  204. Inject.Size = UDim2.new(0, 130, 0, 33)
  205. Inject.Font = Enum.Font.SourceSansBold
  206. Inject.Text = "Inject"
  207. Inject.TextColor3 = Color3.new(1, 1, 1)
  208. Inject.TextSize = 21
  209. Inject.TextStrokeColor3 = Color3.new(1, 1, 1)
  210.  
  211. Minimize.Name = "Minimize"
  212. Minimize.Parent = SynapseFrame
  213. Minimize.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  214. Minimize.BorderSizePixel = 0
  215. Minimize.Position = UDim2.new(0.901345313, 0, 0, 0)
  216. Minimize.Size = UDim2.new(0, 25, 0, 23)
  217. Minimize.Font = Enum.Font.SourceSansItalic
  218. Minimize.Text = "-"
  219. Minimize.TextColor3 = Color3.new(1, 1, 1)
  220. Minimize.TextSize = 21
  221. Minimize.TextStrokeColor3 = Color3.new(1, 1, 1)
  222.  
  223. Exit.Name = "Exit"
  224. Exit.Parent = SynapseFrame
  225. Exit.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  226. Exit.BorderSizePixel = 0
  227. Exit.Position = UDim2.new(0.943946183, 0, 0, 0)
  228. Exit.Size = UDim2.new(0, 25, 0, 23)
  229. Exit.Font = Enum.Font.SourceSansItalic
  230. Exit.Text = "X"
  231. Exit.TextColor3 = Color3.new(1, 1, 1)
  232. Exit.TextSize = 21
  233. Exit.TextStrokeColor3 = Color3.new(1, 1, 1)
  234.  
  235. Console.Parent = SynapseFrame
  236. Console.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  237. Console.BorderSizePixel = 0
  238. Console.Position = UDim2.new(0, 0, 1, 0)
  239. Console.Size = UDim2.new(0, 446, 0, 50)
  240. Console.Font = Enum.Font.SourceSansItalic
  241. Console.Text = "Click inject :) Created by Typical_RBLX"
  242. Console.TextColor3 = Color3.new(1, 0.666667, 0)
  243. Console.TextSize = 20
  244. Console.TextWrapped = true
  245. Console.TextXAlignment = Enum.TextXAlignment.Left
  246. Console.TextYAlignment = Enum.TextYAlignment.Top
  247. -- Scripts:
  248. Execute.MouseButton1Down:connect(function()
  249. loadstring(Code.Text)
  250. end)
  251. Clear.MouseButton1Down:connect(function()
  252. Code.Text = ("")
  253. end)
  254. Inject.MouseButton1Down:connect(function()
  255. Console.Text = ("Injecting")
  256. Console.TextColor3 = Color3.new(0, 446, 0, 50)
  257. wait(2)
  258. Console.Text = ("Injected")
  259. Console.TextColor3 = Color3.new(0, 446, 0, 50)
  260. wait(2)
  261. Console.Text = ("Ready To Use")
  262. Console.TextColor3 = Color3.new(0, 446, 0, 50)
  263. end)
  264. Minimize.MouseButton1Down:connect(function()
  265. SynapseFrame.Visible = false
  266. end)
  267. Exit.MouseButton1Down:connect(function()
  268. SynapseFrame.Visible = false
  269. end)
  270. end)
  271.  
  272. None.Name = "None"
  273. None.Parent = Main
  274. None.BackgroundColor3 = Color3.new(0, 1, 1)
  275. None.Position = UDim2.new(0.352871269, 0, 0.357467234, 0)
  276. None.Size = UDim2.new(0, 176, 0, 41)
  277. None.Font = Enum.Font.Cartoon
  278. None.Text = "None"
  279. None.TextColor3 = Color3.new(0, 0, 0)
  280. None.TextScaled = true
  281. None.TextSize = 14
  282. None.TextWrapped = true
  283.  
  284. None_2.Name = "None"
  285. None_2.Parent = Main
  286. None_2.BackgroundColor3 = Color3.new(0, 1, 1)
  287. None_2.Position = UDim2.new(0.352871269, 0, 0.546052814, 0)
  288. None_2.Size = UDim2.new(0, 176, 0, 41)
  289. None_2.Font = Enum.Font.Cartoon
  290. None_2.Text = "None"
  291. None_2.TextColor3 = Color3.new(0, 0, 0)
  292. None_2.TextScaled = true
  293. None_2.TextSize = 14
  294. None_2.TextWrapped = true
  295.  
  296. None_3.Name = "None"
  297. None_3.Parent = Main
  298. None_3.BackgroundColor3 = Color3.new(0, 1, 1)
  299. None_3.Position = UDim2.new(0.352871269, 0, 0.732157052, 0)
  300. None_3.Size = UDim2.new(0, 176, 0, 41)
  301. None_3.Font = Enum.Font.Cartoon
  302. None_3.Text = "None"
  303. None_3.TextColor3 = Color3.new(0, 0, 0)
  304. None_3.TextScaled = true
  305. None_3.TextSize = 14
  306. None_3.TextWrapped = true
  307.  
  308. None_4.Name = "None"
  309. None_4.Parent = Main
  310. None_4.BackgroundColor3 = Color3.new(0, 1, 1)
  311. None_4.Position = UDim2.new(0.681204617, 0, 0.176325768, 0)
  312. None_4.Size = UDim2.new(0, 176, 0, 41)
  313. None_4.Font = Enum.Font.Cartoon
  314. None_4.Text = "None"
  315. None_4.TextColor3 = Color3.new(0, 0, 0)
  316. None_4.TextScaled = true
  317. None_4.TextSize = 14
  318. None_4.TextWrapped = true
  319.  
  320. None_5.Name = "None"
  321. None_5.Parent = Main
  322. None_5.BackgroundColor3 = Color3.new(0, 1, 1)
  323. None_5.Position = UDim2.new(0.681204617, 0, 0.357467234, 0)
  324. None_5.Size = UDim2.new(0, 176, 0, 41)
  325. None_5.Font = Enum.Font.Cartoon
  326. None_5.Text = "None"
  327. None_5.TextColor3 = Color3.new(0, 0, 0)
  328. None_5.TextScaled = true
  329. None_5.TextSize = 14
  330. None_5.TextWrapped = true
  331.  
  332. None_6.Name = "None"
  333. None_6.Parent = Main
  334. None_6.BackgroundColor3 = Color3.new(0, 1, 1)
  335. None_6.Position = UDim2.new(0.681204617, 0, 0.546052814, 0)
  336. None_6.Size = UDim2.new(0, 176, 0, 41)
  337. None_6.Font = Enum.Font.Cartoon
  338. None_6.Text = "None"
  339. None_6.TextColor3 = Color3.new(0, 0, 0)
  340. None_6.TextScaled = true
  341. None_6.TextSize = 14
  342. None_6.TextWrapped = true
  343.  
  344. None_7.Name = "None"
  345. None_7.Parent = Main
  346. None_7.BackgroundColor3 = Color3.new(0, 1, 1)
  347. None_7.Position = UDim2.new(0.681204617, 0, 0.732157052, 0)
  348. None_7.Size = UDim2.new(0, 176, 0, 41)
  349. None_7.Font = Enum.Font.Cartoon
  350. None_7.Text = "None"
  351. None_7.TextColor3 = Color3.new(0, 0, 0)
  352. None_7.TextScaled = true
  353. None_7.TextSize = 14
  354. None_7.TextWrapped = true
  355.  
  356. FERevizAdmin.Name = "FERevizAdmin"
  357. FERevizAdmin.Parent = Main
  358. FERevizAdmin.BackgroundColor3 = Color3.new(0, 1, 1)
  359. FERevizAdmin.Position = UDim2.new(0.0278713107, 0, 0.176325768, 0)
  360. FERevizAdmin.Size = UDim2.new(0, 176, 0, 41)
  361. FERevizAdmin.Font = Enum.Font.Cartoon
  362. FERevizAdmin.Text = "FE Reviz Admin"
  363. FERevizAdmin.TextColor3 = Color3.new(0, 0, 0)
  364. FERevizAdmin.TextScaled = true
  365. FERevizAdmin.TextSize = 14
  366. FERevizAdmin.TextWrapped = true
  367. FERevizAdmin.MouseButton1Down:connect(function()
  368. -- Creator: illremember#3799
  369.  
  370. -- Credits to infinite yield, harkinian, dex creators
  371.  
  372. prefix = ";"
  373. wait(0.3)
  374. Commands = {
  375. '[-] cmdbar is shown when ; is pressed.',
  376. '[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you and player',
  377. '[2] bring [plr] -- You need a tool! Will bring player to you',
  378. '[3] spin [plr] -- You need a tool! Makes you and the player spin crazy',
  379. '[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting',
  380. '[5] attach [plr] -- You need a tool! Attaches you to player',
  381. '[6] unattach [plr] -- Attempts to unattach you from a player',
  382. '[7] follow [plr] -- Makes you follow behind the player',
  383. '[8] unfollow',
  384. '[9] freefall [plr] -- You need a tool! Teleports you and the player up into the air',
  385. '[10] trail [plr] -- The opposite of follow, you stay infront of player',
  386. '[11] untrail',
  387. '[12] orbit [plr] -- Makes you orbit the player',
  388. '[13] unorbit',
  389. '[14] fling [plr] -- Makes you fling the player',
  390. '[15] unfling',
  391. '[16] fecheck -- Checks if the game is FE or not',
  392. '[17] void [plr] -- Teleports player to the void',
  393. '[18] noclip -- Gives you noclip to walk through walls',
  394. '[19] clip -- Removes noclip',
  395. '[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default',
  396. '[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default',
  397. '[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default',
  398. '[23] default -- Changes your speed, jumppower and hipheight to default values',
  399. '[24] annoy [plr] -- Loop teleports you to the player',
  400. '[25] unannoy',
  401. '[26] headwalk [plr] -- Loop teleports you to the player head',
  402. '[27] unheadwalk',
  403. '[28] nolimbs -- Removes your arms and legs',
  404. '[29] god -- Gives you FE Godmode',
  405. '[30] drophats -- Drops your accessories',
  406. '[31] droptool -- Drops any tool you have equipped',
  407. '[32] loopdhats -- Loop drops your accessories',
  408. '[33] unloopdhats',
  409. '[34] loopdtool -- Loop drops any tools you have equipped',
  410. '[35] unloopdtool',
  411. '[36] invisible -- Gives you invisibility CREDIT TO TIMELESS',
  412. '[37] view [plr] -- Changes your camera to the player character',
  413. '[38] unview',
  414. '[39] goto [plr] -- Teleports you to player',
  415. '[40] fly -- Allows you to fly, credit to Infinite Yield',
  416. '[41] unfly',
  417. '[42] chat [msg] -- Makes you chat a message',
  418. '[43] spam [msg] -- Spams a message',
  419. '[44] unspam',
  420. '[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second',
  421. '[46] pmspam [plr] -- Spams a player in private message',
  422. '[47] unpmspam',
  423. '[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you',
  424. '[49] uncfreeze [plr]',
  425. '[50] unlockws -- Unlocks the workspace',
  426. '[51] lockws -- Locks the workspace',
  427. '[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you',
  428. '[53] pstand -- Enables platform stand',
  429. '[54] unpstand -- Disables platform stand',
  430. '[55] blockhead -- Removes your head mesh',
  431. '[56] sit',
  432. '[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',
  433. '[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided',
  434. '[59] hypertotal -- Loads in my FE GUI Hypertotal',
  435. '[60] cmds -- Prints all commands',
  436. '[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats',
  437. '[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool',
  438. '[63] spinner -- Makes you spin',
  439. '[64] nospinner',
  440. '[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom',
  441. '[66] noreach -- Removes reach, must have tool equipped',
  442. '[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying',
  443. '[68] tp me [plr] -- Alternative to goto',
  444. '[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player',
  445. '[70] uncbring',
  446. '[71] swap [plr] -- You need a tool! Swaps players position with yours and your position with players',
  447. '[72] givetool [plr] -- Gives the tool you have equipped to the player',
  448. '[73] glitch [plr] -- Glitches you and the player, looks very cool',
  449. '[74] unglitch -- Unglitches you',
  450. '[75] grespawn -- Alternative to normal respawn and usually works best for when you want to reset with FE Godmode',
  451. '[76] explorer -- Loads up DEX',
  452. '[77] reset -- Resets your character.',
  453. '[78] anim [id] -- Applies an animation on you, must be created by ROBLOX',
  454. '[79] animgui -- Loads up Energize animations GUI',
  455. '[80] savepos -- Saves your current position',
  456. '[81] loadpos -- Teleports you to your saved position',
  457. '[82] bang [plr] -- 18+ will not work if you have FE Godmode on',
  458. '[83] unbang',
  459. '[84] delcmdbar -- Removes the command bar completely',
  460. '[85] bringmod [obj] -- Brings all the parts in a model, client only, comes from ;bringobj enter exact name of model',
  461. '[86] shutdown -- Uses harkinians script to shutdown server',
  462. '[87] respawn -- If grespawn doesnt work you can use respawn',
  463. '[88] delobj [obj] -- Deletes a certain brick in workspace, client sided',
  464. '[89] getplrs -- Prints all players in game',
  465. '[90] deldecal -- Deletes all decals client sided',
  466. '[91] opfinality -- Loads in my FE GUI Opfinality',
  467. '[92] remotes -- Prints all remotes in the game in the console when added',
  468. '[93] noremotes -- Stops printing remotes',
  469. '[94] tpdefault -- Stops all loop teleports to a player',
  470. '[95] stopsit -- Will not allow you to sit',
  471. '[96] gosit -- Allows you to sit',
  472. '[97] clicktp -- Enables click tp',
  473. '[98] noclicktp -- Disables click tp',
  474. '[99] toolson -- If any tools are dropped in the workspace you will automatically get them',
  475. '[100] toolsoff -- Stops ;toolson',
  476. '[101] version -- Gets the admin version',
  477. '[102] state [num] -- Changes your humanoid state, ;unstate to stop.',
  478. '[103] gravity [num] -- Changes workspace gravity default is 196.2',
  479. '[104] pgs -- Checks if the game has PGSPhysicsSolverEnabled enabled',
  480. '[105] clickdel -- Delete any block you press q on, client sided',
  481. '[106] noclickdel -- Stops clickdel',
  482. '[107] looprhats -- Loop removes mesh of your hats/loop block hats',
  483. '[108] unlooprhats -- Stops loop removing mesh',
  484. '[109] looprtool -- Loop removes mesh of your tool/loop block tools',
  485. '[110] unlooprtool -- Stops loop removing mesh',
  486. '[111] givealltools [plr] -- Gives all the tools you have in your backpack to the player',
  487. '[112] age [plr] -- Makes you chat the account age of the player',
  488. '[113] id [plr] -- Makes you chat the account ID of the player',
  489. '[114] .age [plr] -- Privately shows you the account age of the player',
  490. '[115] .id [plr] -- Privately shows you the account ID of the player',
  491. '[116] gameid -- Shows the game ID',
  492. '[117] removeinvis -- Removes all invisible walls/parts, client sided',
  493. '[118] removefog -- Removes fog, client sided',
  494. '[119] disable -- Disables your character by removing humanoid',
  495. '[120] enable -- Enables your character by adding humanoid',
  496. '[121] prefix [key] -- Changes the prefix used, default is ;',
  497. '[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.',
  498. '[123] flyspeed [num] -- Change your fly speed, default is 1',
  499. '[124] carpet [plr] -- Makes you a carpet for a player, will not work if FE Godmode is on',
  500. '[125] uncarpet -- Stops carpet player',
  501. '[126] stare [plr] -- Turns your character to stare at another player',
  502. '[127] unstare -- Stops stare player',
  503. '[128] logchat -- Logs all chat (including /e and whispers) of all players',
  504. '[129] unlogchat -- Disables logchat',
  505. '[130] fixcam -- Fixes/resets your camera',
  506. '[131] unstate -- Stops changing state',
  507. }
  508. speedget = 1
  509.  
  510. lplayer = game:GetService("Players").LocalPlayer
  511.  
  512. lplayer.CharacterAdded:Connect(function(character)
  513. spin = false
  514. flying = false
  515. staring = false
  516. banpl = false
  517. end)
  518.  
  519. function change()
  520. prefix = prefix
  521. speedfly = speedfly
  522. end
  523.  
  524. function GetPlayer(String) -- Credit to Timeless/xFunnieuss
  525. local Found = {}
  526. local strl = String:lower()
  527. if strl == "all" then
  528. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  529. table.insert(Found,v)
  530. end
  531. elseif strl == "others" then
  532. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  533. if v.Name ~= lplayer.Name then
  534. table.insert(Found,v)
  535. end
  536. end
  537. elseif strl == "me" then
  538. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  539. if v.Name == lplayer.Name then
  540. table.insert(Found,v)
  541. end
  542. end
  543. else
  544. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  545. if v.Name:lower():sub(1, #String) == String:lower() then
  546. table.insert(Found,v)
  547. end
  548. end
  549. end
  550. return Found
  551. end
  552.  
  553. local Mouse = lplayer:GetMouse()
  554.  
  555. spin = false
  556. followed = false
  557. traill = false
  558. noclip = false
  559. annoying = false
  560. hwalk = false
  561. droppinghats = false
  562. droppingtools = false
  563. flying = false
  564. spamdelay = 1
  565. spamming = false
  566. spammingpm = false
  567. cbringing = false
  568. remotes = true
  569. added = true
  570. binds = false
  571. stopsitting = false
  572. clickgoto = false
  573. gettingtools = false
  574. removingmeshhats = false
  575. removingmeshtool = false
  576. clickdel = false
  577. staring = false
  578. chatlogs = false
  579. banpl = false
  580. changingstate = false
  581. statechosen = 0
  582.  
  583. adminversion = "Reviz Admin by illremember, Version 2.0"
  584.  
  585. flying = false
  586. speedfly = 1
  587.  
  588. function plrchat(plr, chat)
  589. print(plr.Name..": "..tick().."\n"..chat)
  590. end
  591.  
  592. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  593. v.Chatted:connect(function(chat)
  594. if chatlogs then
  595. plrchat(v, chat)
  596. end
  597. end)
  598. end
  599. game:GetService("Players").PlayerAdded:connect(function(plr)
  600. plr.Chatted:connect(function(chat)
  601. if chatlogs then
  602. plrchat(plr, chat)
  603. end
  604. end)
  605. end)
  606.  
  607.  
  608. local ScreenGui = Instance.new("ScreenGui")
  609. local Frame = Instance.new("Frame")
  610. local CMDBAR = Instance.new("TextBox")
  611. ScreenGui.Parent = game:GetService("CoreGui")
  612. Frame.Parent = ScreenGui
  613. Frame.BackgroundColor3 = Color3.new(0.3, 0.1, 0.1)
  614. Frame.BackgroundTransparency = 0.3
  615. Frame.Position = UDim2.new(0.5, 0, 0, 10)
  616. Frame.Size = UDim2.new(0, 200, 0, 40)
  617. Frame.Active = true
  618. Frame.Draggable = true
  619. CMDBAR.Name = "CMDBAR"
  620. CMDBAR.Parent = Frame
  621. CMDBAR.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  622. CMDBAR.BackgroundTransparency = 0.20000000298023
  623. CMDBAR.Size = UDim2.new(0, 180, 0, 20)
  624. CMDBAR.Position = UDim2.new(0.05, 0, 0.25, 0)
  625. CMDBAR.Font = Enum.Font.SourceSansLight
  626. CMDBAR.FontSize = Enum.FontSize.Size14
  627. CMDBAR.TextColor3 = Color3.new(0.945098, 0.945098, 0.945098)
  628. CMDBAR.TextScaled = true
  629. CMDBAR.TextSize = 14
  630. CMDBAR.TextWrapped = true
  631. CMDBAR.Text = "Press ; to type, Enter to execute"
  632.  
  633. local CMDS = Instance.new("ScreenGui")
  634. local CMDSFRAME = Instance.new("Frame")
  635. local ScrollingFrame = Instance.new("ScrollingFrame")
  636. local TextLabel = Instance.new("TextLabel")
  637. local closegui = Instance.new("TextButton")
  638. CMDS.Name = "CMDS"
  639. CMDS.Parent = game:GetService("CoreGui")
  640. CMDSFRAME.Name = "CMDSFRAME"
  641. CMDSFRAME.Parent = CMDS
  642. CMDSFRAME.Active = true
  643. CMDSFRAME.BackgroundColor3 = Color3.new(0.223529, 0.231373, 0.309804)
  644. CMDSFRAME.BorderSizePixel = 0
  645. CMDSFRAME.Draggable = true
  646. CMDSFRAME.Position = UDim2.new(0, 315, 0, 100)
  647. CMDSFRAME.Size = UDim2.new(0, 275, 0, 275)
  648. CMDSFRAME.Visible = false
  649. ScrollingFrame.Parent = CMDSFRAME
  650. ScrollingFrame.BackgroundColor3 = Color3.new(0.160784, 0.160784, 0.203922)
  651. ScrollingFrame.BorderSizePixel = 0
  652. ScrollingFrame.Position = UDim2.new(0, 0, 0.0729999989, 0)
  653. ScrollingFrame.Size = UDim2.new(1.04999995, 0, 0.92900002, 0)
  654. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 10, 0)
  655. TextLabel.Parent = ScrollingFrame
  656. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  657. TextLabel.BackgroundTransparency = 1
  658. TextLabel.Size = UDim2.new(0.930000007, 0, 1, 0)
  659. TextLabel.Font = Enum.Font.SourceSans
  660. TextLabel.FontSize = Enum.FontSize.Size18
  661. 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."
  662. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  663. TextLabel.TextSize = 15
  664. TextLabel.TextWrapped = true
  665. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  666. TextLabel.TextYAlignment = Enum.TextYAlignment.Top
  667. closegui.Name = "closegui"
  668. closegui.Parent = CMDSFRAME
  669. closegui.BackgroundColor3 = Color3.new(0.890196, 0.223529, 0.0588235)
  670. closegui.BorderSizePixel = 0
  671. closegui.Position = UDim2.new(0.995000005, 0, 0, 0)
  672. closegui.Size = UDim2.new(0.0545952693, 0, 0.0728644878, 0)
  673. closegui.Font = Enum.Font.SourceSansBold
  674. closegui.FontSize = Enum.FontSize.Size24
  675. closegui.Text = "X"
  676. closegui.TextColor3 = Color3.new(1, 1, 1)
  677. closegui.TextSize = 20
  678.  
  679. closegui.MouseButton1Click:connect(function()
  680. CMDSFRAME.Visible = false
  681. end)
  682.  
  683. game:GetService('RunService').Stepped:connect(function()
  684. if spin then
  685. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[spinplr.Name].Character.HumanoidRootPart.CFrame
  686. end
  687. if followed then
  688. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame.lookVector * -5
  689. end
  690. if traill then
  691. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame.lookVector * 5
  692. end
  693. if annoying then
  694. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[annplr.Name].Character.HumanoidRootPart.CFrame
  695. end
  696. if hwalk then
  697. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[hdwplr.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 4, 0)
  698. end
  699. if staring then
  700. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(lplayer.Character.Torso.Position, game:GetService("Players")[stareplr.Name].Character.Torso.Position)
  701. end
  702. end)
  703. game:GetService('RunService').Stepped:connect(function()
  704. if noclip then
  705. if lplayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  706. lplayer.Character.Head.CanCollide = false
  707. lplayer.Character.Torso.CanCollide = false
  708. lplayer.Character["Left Leg"].CanCollide = false
  709. lplayer.Character["Right Leg"].CanCollide = false
  710. else
  711. lplayer.Character.Humanoid:ChangeState(11)
  712. end
  713. end
  714. if changingstate then
  715. lplayer.Character.Humanoid:ChangeState(statechosen)
  716. end
  717. end)
  718. game:GetService('RunService').Stepped:connect(function()
  719. if droppinghats then
  720. for i,v in pairs(lplayer.Character:GetChildren()) do
  721. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  722. v.Parent = workspace
  723. end
  724. end
  725. end
  726. if droppingtools then
  727. for i,v in pairs(lplayer.Character:GetChildren()) do
  728. if (v:IsA("Tool")) then
  729. v.Parent = workspace
  730. end
  731. end
  732. end
  733. if removingmeshhats then
  734. for i,v in pairs(lplayer.Character:GetChildren()) do
  735. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  736. v.Handle.Mesh:Destroy()
  737. end
  738. end
  739. end
  740. if removingmeshtool then
  741. for i,v in pairs(lplayer.Character:GetChildren()) do
  742. if (v:IsA("Tool")) then
  743. v.Handle.Mesh:Destroy()
  744. end
  745. end
  746. end
  747. end)
  748. game:GetService('RunService').Stepped:connect(function()
  749. if banpl then
  750. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[bplrr].Character.HumanoidRootPart.CFrame
  751. end
  752. end)
  753. game:GetService('RunService').Stepped:connect(function()
  754. if stopsitting then
  755. lplayer.Character.Humanoid.Sit = false
  756. end
  757. end)
  758.  
  759. plr = lplayer
  760. hum = plr.Character.HumanoidRootPart
  761. mouse = plr:GetMouse()
  762. mouse.KeyDown:connect(function(key)
  763. if key == "e" then
  764. if mouse.Target then
  765. if clickgoto then
  766. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  767. elseif clickdel then
  768. mouse.Target:Destroy()
  769. end
  770. end
  771. end
  772. end)
  773.  
  774. game:GetService("Workspace").ChildAdded:connect(function(part)
  775. if gettingtools then
  776. if part:IsA("Tool") then
  777. part.Handle.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  778. end
  779. end
  780. end)
  781.  
  782. lplayer.Chatted:Connect(function(msg)
  783. if string.sub(msg, 1, 6) == (prefix.."kill ") then
  784. if string.sub(msg, 7) == "me" then
  785. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  786. else
  787. for i,v in pairs(GetPlayer(string.sub(msg, 7)))do
  788. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  789. lplayer.Character.Humanoid.Name = 1
  790. local l = lplayer.Character["1"]:Clone()
  791. l.Parent = lplayer.Character
  792. l.Name = "Humanoid"
  793. wait(0.1)
  794. lplayer.Character["1"]:Destroy()
  795. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  796. lplayer.Character.Animate.Disabled = true
  797. wait(0.1)
  798. lplayer.Character.Animate.Disabled = false
  799. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  800. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  801. lplayer.Character.Humanoid:EquipTool(v)
  802. end
  803. local function tp(player,player2)
  804. local char1,char2=player.Character,player2.Character
  805. if char1 and char2 then
  806. char1:MoveTo(char2.Head.Position)
  807. end
  808. end
  809. wait(0.1)
  810. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  811. wait(0.2)
  812. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  813. wait(0.5)
  814. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  815. wait(0.7)
  816. tp(lplayer,game:GetService("Players")[v.Name])
  817. wait(0.7)
  818. lplayer.Character.HumanoidRootPart.CFrame = NOW
  819. game:GetService("StarterGui"):SetCore("SendNotification", {
  820. Title = "Tools needed!";
  821. Text = "You need a tool in your backpack for this command!";
  822. })
  823. end
  824. end
  825. end
  826. if string.sub(msg, 1, 7) == (prefix.."bring ") then
  827. for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  828. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  829. lplayer.Character.Humanoid.Name = 1
  830. local l = lplayer.Character["1"]:Clone()
  831. l.Parent = lplayer.Character
  832. l.Name = "Humanoid"
  833. wait(0.1)
  834. lplayer.Character["1"]:Destroy()
  835. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  836. lplayer.Character.Animate.Disabled = true
  837. wait(0.1)
  838. lplayer.Character.Animate.Disabled = false
  839. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  840. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  841. lplayer.Character.Humanoid:EquipTool(v)
  842. end
  843. local function tp(player,player2)
  844. local char1,char2=player.Character,player2.Character
  845. if char1 and char2 then
  846. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  847. end
  848. end
  849. local function getout(player,player2)
  850. local char1,char2=player.Character,player2.Character
  851. if char1 and char2 then
  852. char1:MoveTo(char2.Head.Position)
  853. end
  854. end
  855. tp(game:GetService("Players")[v.Name], lplayer)
  856. wait(0.2)
  857. tp(game:GetService("Players")[v.Name], lplayer)
  858. wait(0.5)
  859. lplayer.Character.HumanoidRootPart.CFrame = NOW
  860. wait(0.5)
  861. getout(lplayer, game:GetService("Players")[v.Name])
  862. wait(0.3)
  863. lplayer.Character.HumanoidRootPart.CFrame = NOW
  864. game:GetService("StarterGui"):SetCore("SendNotification", {
  865. Title = "Tools needed!";
  866. Text = "You need a tool in your backpack for this command!";
  867. })
  868. end
  869. end
  870. if string.sub(msg, 1, 6) == (prefix.."spin ") then
  871. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  872. lplayer.Character.Humanoid.Name = 1
  873. local l = lplayer.Character["1"]:Clone()
  874. l.Parent = lplayer.Character
  875. l.Name = "Humanoid"
  876. wait(0.1)
  877. lplayer.Character["1"]:Destroy()
  878. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  879. lplayer.Character.Animate.Disabled = true
  880. wait(0.1)
  881. lplayer.Character.Animate.Disabled = false
  882. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  883. lplayer.Character.Animate.Disabled = false
  884. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  885. lplayer.Character.Humanoid:EquipTool(v)
  886. end
  887. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  888. spinplr = v
  889. wait(0.5)
  890. spin = true
  891. game:GetService("StarterGui"):SetCore("SendNotification", {
  892. Title = "Tools needed!";
  893. Text = "You need a tool in your backpack for this command!";
  894. })
  895. end
  896. end
  897. if string.sub(msg, 1, 7) == (prefix.."unspin") then
  898. spin = false
  899. end
  900. if string.sub(msg, 1, 8) == (prefix.."attach ") then
  901. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  902. lplayer.Character.Humanoid.Name = 1
  903. local l = lplayer.Character["1"]:Clone()
  904. l.Parent = lplayer.Character
  905. l.Name = "Humanoid"
  906. wait(0.1)
  907. lplayer.Character["1"]:Destroy()
  908. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  909. lplayer.Character.Animate.Disabled = true
  910. wait(0.1)
  911. lplayer.Character.Animate.Disabled = false
  912. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  913. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  914. lplayer.Character.Humanoid:EquipTool(v)
  915. end
  916. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  917. wait(0.3)
  918. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  919. attplr = v
  920. game:GetService("StarterGui"):SetCore("SendNotification", {
  921. Title = "Tools needed!";
  922. Text = "You need a tool in your backpack for this command!";
  923. })
  924. end
  925. end
  926. if string.sub(msg, 1, 10) == (prefix.."unattach ") then
  927. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  928. local function getout(player,player2)
  929. local char1,char2=player.Character,player2.Character
  930. if char1 and char2 then
  931. char1:MoveTo(char2.Head.Position)
  932. end
  933. end
  934. getout(lplayer, game:GetService("Players")[v.Name])
  935. end
  936. end
  937. if string.sub(msg, 1, 8) == (prefix.."follow ") then
  938. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  939. followed = true
  940. flwplr = v
  941. end
  942. end
  943. if string.sub(msg, 1, 9) == (prefix.."unfollow") then
  944. followed = false
  945. end
  946. if string.sub(msg, 1, 10) == (prefix.."freefall ") then
  947. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  948. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  949. lplayer.Character.Humanoid.Name = 1
  950. local l = lplayer.Character["1"]:Clone()
  951. l.Parent = lplayer.Character
  952. l.Name = "Humanoid"
  953. wait(0.1)
  954. lplayer.Character["1"]:Destroy()
  955. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  956. lplayer.Character.Animate.Disabled = true
  957. wait(0.1)
  958. lplayer.Character.Animate.Disabled = false
  959. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  960. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  961. lplayer.Character.Humanoid:EquipTool(v)
  962. end
  963. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  964. wait(0.2)
  965. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  966. wait(0.6)
  967. lplayer.Character.HumanoidRootPart.CFrame = NOW
  968. wait(0.6)
  969. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  970. game:GetService("StarterGui"):SetCore("SendNotification", {
  971. Title = "Tools needed!";
  972. Text = "You need a tool in your backpack for this command!";
  973. })
  974. end
  975. end
  976. if string.sub(msg, 1, 7) == (prefix.."trail ") then
  977. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  978. traill = true
  979. trlplr = v
  980. end
  981. end
  982. if string.sub(msg, 1, 8) == (prefix.."untrail") then
  983. traill = false
  984. end
  985. if string.sub(msg, 1, 7) == (prefix.."orbit ") then
  986. if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  987. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  988. else
  989. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  990. local o = Instance.new("RocketPropulsion")
  991. o.Parent = lplayer.Character.HumanoidRootPart
  992. o.Name = "Orbit"
  993. o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  994. o:Fire()
  995. noclip = true
  996. end
  997. end
  998. end
  999. if string.sub(msg, 1, 8) == (prefix.."unorbit") then
  1000. lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  1001. noclip = false
  1002. end
  1003. if string.sub(msg, 1, 7) == (prefix.."fling ") then
  1004. if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  1005. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  1006. else
  1007. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  1008. local y = Instance.new("RocketPropulsion")
  1009. y.Parent = lplayer.Character.HumanoidRootPart
  1010. y.CartoonFactor = 1
  1011. y.MaxThrust = 800000
  1012. y.MaxSpeed = 1000
  1013. y.ThrustP = 200000
  1014. y.Name = "Fling"
  1015. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  1016. y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  1017. y:Fire()
  1018. noclip = true
  1019. end
  1020. end
  1021. end
  1022. if string.sub(msg, 1, 8) == (prefix.."unfling") then
  1023. noclip = false
  1024. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  1025. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  1026. wait(0.4)
  1027. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  1028. end
  1029. if string.sub(msg, 1, 8) == (prefix.."fecheck") then
  1030. if game:GetService("Workspace").FilteringEnabled == true then
  1031. warn("FE is Enabled (Filtering Enabled)")
  1032. game:GetService("StarterGui"):SetCore("SendNotification", {
  1033. Title = "FE is Enabled";
  1034. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  1035. })
  1036. else
  1037. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  1038. game:GetService("StarterGui"):SetCore("SendNotification", {
  1039. Title = "FE is Disabled";
  1040. Text = "Filtering Disabled. Consider using a different admin script.";
  1041. })
  1042. end
  1043. end
  1044. if string.sub(msg, 1, 6) == (prefix.."void ") then
  1045. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1046. lplayer.Character.Humanoid.Name = 1
  1047. local l = lplayer.Character["1"]:Clone()
  1048. l.Parent = lplayer.Character
  1049. l.Name = "Humanoid"
  1050. wait(0.1)
  1051. lplayer.Character["1"]:Destroy()
  1052. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1053. lplayer.Character.Animate.Disabled = true
  1054. wait(0.1)
  1055. lplayer.Character.Animate.Disabled = false
  1056. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1057. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1058. lplayer.Character.Humanoid:EquipTool(v)
  1059. end
  1060. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1061. wait(0.2)
  1062. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1063. wait(0.6)
  1064. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  1065. game:GetService("StarterGui"):SetCore("SendNotification", {
  1066. Title = "Tools needed!";
  1067. Text = "You need a tool in your backpack for this command!";
  1068. })
  1069. end
  1070. end
  1071. if string.sub(msg, 1, 7) == (prefix.."noclip") then
  1072. noclip = true
  1073. game:GetService("StarterGui"):SetCore("SendNotification", {
  1074. Title = "Noclip enabled";
  1075. Text = "Type ;clip to disable";
  1076. })
  1077. end
  1078. if string.sub(msg, 1, 5) == (prefix.."clip") then
  1079. noclip = false
  1080. game:GetService("StarterGui"):SetCore("SendNotification", {
  1081. Title = "Noclip disabled";
  1082. Text = "Type ;noclip to enable";
  1083. })
  1084. end
  1085. if string.sub(msg, 1, 7) == (prefix.."speed ") then
  1086. lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 8))
  1087. end
  1088. if string.sub(msg, 1, 4) == (prefix.."ws ") then
  1089. lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 5))
  1090. end
  1091. if string.sub(msg, 1, 11) == (prefix.."hipheight ") then
  1092. lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 12))
  1093. end
  1094. if string.sub(msg, 1, 4) == (prefix.."hh ") then
  1095. lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 5))
  1096. end
  1097. if string.sub(msg, 1, 11) == (prefix.."jumppower ") then
  1098. lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 12))
  1099. end
  1100. if string.sub(msg, 1, 4) == (prefix.."jp ") then
  1101. lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 5))
  1102. end
  1103. if string.sub(msg, 1, 8) == (prefix.."default") then
  1104. lplayer.Character.Humanoid.JumpPower = 50
  1105. lplayer.Character.Humanoid.WalkSpeed = 16
  1106. lplayer.Character.Humanoid.HipHeight = 0
  1107. end
  1108. if string.sub(msg, 1, 7) == (prefix.."annoy ") then
  1109. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  1110. annoying = true
  1111. annplr = v
  1112. end
  1113. end
  1114. if string.sub(msg, 1, 8) == (prefix.."unannoy") then
  1115. annoying = false
  1116. end
  1117. if string.sub(msg, 1, 10) == (prefix.."headwalk ") then
  1118. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  1119. hwalk = true
  1120. hdwplr = v
  1121. end
  1122. end
  1123. if string.sub(msg, 1, 11) == (prefix.."unheadwalk") then
  1124. hwalk = false
  1125. end
  1126. if string.sub(msg, 1, 8) == (prefix.."nolimbs") then
  1127. lplayer.Character["Left Leg"]:Destroy()
  1128. lplayer.Character["Left Arm"]:Destroy()
  1129. lplayer.Character["Right Leg"]:Destroy()
  1130. lplayer.Character["Right Arm"]:Destroy()
  1131. end
  1132. if string.sub(msg, 1, 4) == (prefix.."god") then
  1133. lplayer.Character.Humanoid.Name = 1
  1134. local l = lplayer.Character["1"]:Clone()
  1135. l.Parent = lplayer.Character
  1136. l.Name = "Humanoid"
  1137. wait(0.1)
  1138. lplayer.Character["1"]:Destroy()
  1139. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1140. lplayer.Character.Animate.Disabled = true
  1141. wait(0.1)
  1142. lplayer.Character.Animate.Disabled = false
  1143. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1144. game:GetService("StarterGui"):SetCore("SendNotification", {
  1145. Title = "FE Godmode enabled";
  1146. Text = "Use ;grespawn or ;respawn to remove";
  1147. })
  1148. end
  1149. if string.sub(msg, 1, 9) == (prefix.."drophats") then
  1150. for i,v in pairs(lplayer.Character:GetChildren()) do
  1151. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  1152. v.Parent = workspace
  1153. end
  1154. end
  1155. end
  1156. if string.sub(msg, 1, 9) == (prefix.."droptool") then
  1157. for i,v in pairs(lplayer.Character:GetChildren()) do
  1158. if (v:IsA("Tool")) then
  1159. v.Parent = workspace
  1160. end
  1161. end
  1162. end
  1163. if string.sub(msg, 1, 10) == (prefix.."loopdhats") then
  1164. droppinghats = true
  1165. game:GetService("StarterGui"):SetCore("SendNotification", {
  1166. Title = "Loop Drop Enabled";
  1167. Text = "Type ;unloopdhats to disable";
  1168. })
  1169. end
  1170. if string.sub(msg, 1, 12) == (prefix.."unloopdhats") then
  1171. droppinghats = false
  1172. game:GetService("StarterGui"):SetCore("SendNotification", {
  1173. Title = "Loop Drop Disabled";
  1174. Text = "Type ;loopdhats to enable.";
  1175. })
  1176. end
  1177. if string.sub(msg, 1, 10) == (prefix.."loopdtool") then
  1178. droppingtools = true
  1179. game:GetService("StarterGui"):SetCore("SendNotification", {
  1180. Title = "Loop Drop Enabled";
  1181. Text = "Type ;unloopdtool to disable";
  1182. })
  1183. end
  1184. if string.sub(msg, 1, 12) == (prefix.."unloopdtool") then
  1185. droppingtools = false
  1186. game:GetService("StarterGui"):SetCore("SendNotification", {
  1187. Title = "Loop Drop Disabled";
  1188. Text = "Type ;loopdtool to enable.";
  1189. })
  1190. end
  1191. if string.sub(msg, 1, 10) == (prefix.."invisible") then -- Credit to Timeless
  1192. Local = game:GetService('Players').LocalPlayer
  1193. Char = Local.Character
  1194. touched,tpdback = false, false
  1195. box = Instance.new('Part',workspace)
  1196. box.Anchored = true
  1197. box.CanCollide = true
  1198. box.Size = Vector3.new(10,1,10)
  1199. box.Position = Vector3.new(0,10000,0)
  1200. box.Touched:connect(function(part)
  1201. if (part.Parent.Name == Local.Name) then
  1202. if touched == false then
  1203. touched = true
  1204. function apply()
  1205. if script.Disabled ~= true then
  1206. no = Char.HumanoidRootPart:Clone()
  1207. wait(.25)
  1208. Char.HumanoidRootPart:Destroy()
  1209. no.Parent = Char
  1210. Char:MoveTo(loc)
  1211. touched = false
  1212. end end
  1213. if Char then
  1214. apply()
  1215. end
  1216. end
  1217. end
  1218. end)
  1219. repeat wait() until Char
  1220. loc = Char.HumanoidRootPart.Position
  1221. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  1222. game:GetService("StarterGui"):SetCore("SendNotification", {
  1223. Title = "Invisibility enabled!";
  1224. Text = "Reset or use ;respawn to remove.";
  1225. })
  1226. end
  1227. if string.sub(msg, 1, 6) == (prefix.."view ") then
  1228. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1229. if game:GetService("Players")[v.Name].Character.Humanoid then
  1230. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  1231. else
  1232. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  1233. end
  1234. end
  1235. end
  1236. if string.sub(msg, 1, 7) == (prefix.."unview") then
  1237. if lplayer.Character.Humanoid then
  1238. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  1239. else
  1240. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  1241. end
  1242. end
  1243. if string.sub(msg, 1, 6) == (prefix.."goto ") then
  1244. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1245. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1246. end
  1247. end
  1248. if string.sub(msg, 1, 4) == (prefix.."fly") then
  1249. repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  1250. repeat wait() until Mouse
  1251.  
  1252. local T = lplayer.Character.HumanoidRootPart
  1253. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  1254. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  1255. local SPEED = speedget
  1256.  
  1257. local function fly()
  1258. flying = true
  1259. local BG = Instance.new('BodyGyro', T)
  1260. local BV = Instance.new('BodyVelocity', T)
  1261. BG.P = 9e4
  1262. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1263. BG.cframe = T.CFrame
  1264. BV.velocity = Vector3.new(0, 0.1, 0)
  1265. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1266. spawn(function()
  1267. repeat wait()
  1268. lplayer.Character.Humanoid.PlatformStand = true
  1269. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  1270. SPEED = 50
  1271. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  1272. SPEED = 0
  1273. end
  1274. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  1275. 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
  1276. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  1277. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  1278. 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
  1279. else
  1280. BV.velocity = Vector3.new(0, 0.1, 0)
  1281. end
  1282. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  1283. until not flying
  1284. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  1285. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  1286. SPEED = 0
  1287. BG:destroy()
  1288. BV:destroy()
  1289. lplayer.Character.Humanoid.PlatformStand = false
  1290. end)
  1291. end
  1292. Mouse.KeyDown:connect(function(KEY)
  1293. if KEY:lower() == 'w' then
  1294. CONTROL.F = speedfly
  1295. elseif KEY:lower() == 's' then
  1296. CONTROL.B = -speedfly
  1297. elseif KEY:lower() == 'a' then
  1298. CONTROL.L = -speedfly
  1299. elseif KEY:lower() == 'd' then
  1300. CONTROL.R = speedfly
  1301. end
  1302. end)
  1303. Mouse.KeyUp:connect(function(KEY)
  1304. if KEY:lower() == 'w' then
  1305. CONTROL.F = 0
  1306. elseif KEY:lower() == 's' then
  1307. CONTROL.B = 0
  1308. elseif KEY:lower() == 'a' then
  1309. CONTROL.L = 0
  1310. elseif KEY:lower() == 'd' then
  1311. CONTROL.R = 0
  1312. end
  1313. end)
  1314. fly()
  1315. end
  1316. if string.sub(msg, 1, 6) == (prefix.."unfly") then
  1317. flying = false
  1318. lplayer.Character.Humanoid.PlatformStand = false
  1319. end
  1320. if string.sub(msg, 1, 6) == (prefix.."chat ") then
  1321. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(msg, 7)), "All")
  1322. end
  1323. if string.sub(msg, 1, 6) == (prefix.."spam ") then
  1324. spamtext = (string.sub(msg, 7))
  1325. spamming = true
  1326. end
  1327. if string.sub(msg, 1, 7) == (prefix.."unspam") then
  1328. spamming = false
  1329. end
  1330. if string.sub(msg, 1, 10) == (prefix.."spamwait ") then
  1331. spamdelay = (string.sub(msg, 11))
  1332. end
  1333. if string.sub(msg, 1, 8) == (prefix.."pmspam ") then
  1334. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1335. pmspammed = v.Name
  1336. spammingpm = true
  1337. end
  1338. end
  1339. if string.sub(msg, 1, 9) == (prefix.."unpmspam") then
  1340. spammingpm = false
  1341. end
  1342. if string.sub(msg, 1, 9) == (prefix.."cfreeze ") then
  1343. for i,v in pairs(GetPlayer(string.sub(msg, 10))) do
  1344. v.Character["Left Leg"].Anchored = true
  1345. v.Character["Left Arm"].Anchored = true
  1346. v.Character["Right Leg"].Anchored = true
  1347. v.Character["Right Arm"].Anchored = true
  1348. v.Character.Torso.Anchored = true
  1349. v.Character.Head.Anchored = true
  1350. end
  1351. end
  1352. if string.sub(msg, 1, 11) == (prefix.."uncfreeze ") then
  1353. for i,v in pairs(GetPlayer(string.sub(msg, 12))) do
  1354. v.Character["Left Leg"].Anchored = false
  1355. v.Character["Left Arm"].Anchored = false
  1356. v.Character["Right Leg"].Anchored = false
  1357. v.Character["Right Arm"].Anchored = false
  1358. v.Character.Torso.Anchored = false
  1359. v.Character.Head.Anchored = false
  1360. end
  1361. end
  1362. if string.sub(msg, 1, 9) == (prefix.."unlockws") then
  1363. local a = game:GetService("Workspace"):getChildren()
  1364. for i = 1, #a do
  1365. if a[i].className == "Part" then
  1366. a[i].Locked = false
  1367. elseif a[i].className == "Model" then
  1368. local r = a[i]:getChildren()
  1369. for i = 1, #r do
  1370. if r[i].className == "Part" then
  1371. r[i].Locked = false
  1372. end
  1373. end
  1374. end
  1375. end
  1376. game:GetService("StarterGui"):SetCore("SendNotification", {
  1377. Title = "Success!";
  1378. Text = "Workspace unlocked. Use ;lockws to lock.";
  1379. })
  1380. end
  1381. if string.sub(msg, 1, 7) == (prefix.."lockws") then
  1382. local a = game:GetService("Workspace"):getChildren()
  1383. for i = 1, #a do
  1384. if a[i].className == "Part" then
  1385. a[i].Locked = true
  1386. elseif a[i].className == "Model" then
  1387. local r = a[i]:getChildren()
  1388. for i = 1, #r do
  1389. if r[i].className == "Part" then
  1390. r[i].Locked = true
  1391. end
  1392. end
  1393. end
  1394. end
  1395. end
  1396. if string.sub(msg, 1, 7) == (prefix.."btools") then
  1397. local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  1398. Clone_T.BinType = "Clone"
  1399. local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  1400. Destruct.BinType = "Hammer"
  1401. local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  1402. Hold_T.BinType = "Grab"
  1403. end
  1404. if string.sub(msg, 1, 7) == (prefix.."pstand") then
  1405. lplayer.Character.Humanoid.PlatformStand = true
  1406. end
  1407. if string.sub(msg, 1, 9) == (prefix.."unpstand") then
  1408. lplayer.Character.Humanoid.PlatformStand = false
  1409. end
  1410. if string.sub(msg, 1, 10) == (prefix.."blockhead") then
  1411. lplayer.Character.Head.Mesh:Destroy()
  1412. end
  1413. if string.sub(msg, 1, 4) == (prefix.."sit") then
  1414. lplayer.Character.Humanoid.Sit = true
  1415. end
  1416. if string.sub(msg, 1, 10) == (prefix.."bringobj ") then
  1417. local function bringobjw()
  1418. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  1419. if obj.Name == (string.sub(msg, 11)) then
  1420. obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  1421. obj.CanCollide = false
  1422. obj.Transparency = 0.7
  1423. wait()
  1424. obj.CFrame = lplayer.Character["Left Leg"].CFrame
  1425. wait()
  1426. obj.CFrame = lplayer.Character["Right Leg"].CFrame
  1427. wait()
  1428. obj.CFrame = lplayer.Character["Head"].CFrame
  1429. end
  1430. end
  1431. end
  1432. while wait() do
  1433. bringobjw()
  1434. end
  1435. game:GetService("StarterGui"):SetCore("SendNotification", {
  1436. Title = "BringObj";
  1437. Text = "BringObj enabled.";
  1438. })
  1439. end
  1440. if string.sub(msg, 1, 7) == (prefix.."wsvis ") then
  1441. vis = (string.sub(msg, 8))
  1442. local a = game:GetService("Workspace"):GetDescendants()
  1443. for i = 1, #a do
  1444. if a[i].className == "Part" then
  1445. a[i].Transparency = vis
  1446. elseif a[i].className == "Model" then
  1447. local r = a[i]:getChildren()
  1448. for i = 1, #r do
  1449. if r[i].className == "Part" then
  1450. r[i].Transparency = vis
  1451. end
  1452. end
  1453. end
  1454. end
  1455. end
  1456. if string.sub(msg, 1, 11) == (prefix.."hypertotal") then
  1457. loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  1458. game:GetService("StarterGui"):SetCore("SendNotification", {
  1459. Title = "Success!";
  1460. Text = "HyperTotal GUI Loaded!";
  1461. })
  1462. end
  1463. if string.sub(msg, 1, 5) == (prefix.."cmds") then
  1464. CMDSFRAME.Visible = true
  1465. end
  1466. if string.sub(msg, 1, 10) == (prefix.."rmeshhats") then
  1467. for i,v in pairs(lplayer.Character:GetChildren()) do
  1468. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  1469. v.Handle.Mesh:Destroy()
  1470. end
  1471. end
  1472. end
  1473. if string.sub(msg, 1, 10) == (prefix.."blockhats") then
  1474. for i,v in pairs(lplayer.Character:GetChildren()) do
  1475. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  1476. v.Handle.Mesh:Destroy()
  1477. end
  1478. end
  1479. end
  1480. if string.sub(msg, 1, 10) == (prefix.."rmeshtool") then
  1481. for i,v in pairs(lplayer.Character:GetChildren()) do
  1482. if (v:IsA("Tool")) then
  1483. v.Handle.Mesh:Destroy()
  1484. end
  1485. end
  1486. end
  1487. if string.sub(msg, 1, 10) == (prefix.."blocktool") then
  1488. for i,v in pairs(lplayer.Character:GetChildren()) do
  1489. if (v:IsA("Tool")) then
  1490. v.Handle.Mesh:Destroy()
  1491. end
  1492. end
  1493. end
  1494. if string.sub(msg, 1, 8) == (prefix.."spinner") then
  1495. local p = Instance.new("RocketPropulsion")
  1496. p.Parent = lplayer.Character.HumanoidRootPart
  1497. p.Name = "Spinner"
  1498. p.Target = lplayer.Character["Left Arm"]
  1499. p:Fire()
  1500. game:GetService("StarterGui"):SetCore("SendNotification", {
  1501. Title = "Spinner enabled";
  1502. Text = "Type ;nospinner to disable.";
  1503. })
  1504. end
  1505. if string.sub(msg, 1, 10) == (prefix.."nospinner") then
  1506. lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  1507. end
  1508. if string.sub(msg, 1, 7) == (prefix.."reachd") then
  1509. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  1510. if v:isA("Tool") then
  1511. local a = Instance.new("SelectionBox",v.Handle)
  1512. a.Adornee = v.Handle
  1513. v.Handle.Size = Vector3.new(0.5,0.5,60)
  1514. v.GripPos = Vector3.new(0,0,0)
  1515. lplayer.Character.Humanoid:UnequipTools()
  1516. end
  1517. end
  1518. game:GetService("StarterGui"):SetCore("SendNotification", {
  1519. Title = "Reach applied!";
  1520. Text = "Applied to equipped sword. Use ;noreach to disable.";
  1521. })
  1522. end
  1523. if string.sub(msg, 1, 7) == (prefix.."reach ") then
  1524. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  1525. if v:isA("Tool") then
  1526. handleSize = v.Handle.Size
  1527. wait()
  1528. local a = Instance.new("SelectionBox",v.Handle)
  1529. a.Name = "a"
  1530. a.Adornee = v.Handle
  1531. v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(msg, 8)))
  1532. v.GripPos = Vector3.new(0,0,0)
  1533. lplayer.Character.Humanoid:UnequipTools()
  1534. end
  1535. end
  1536. game:GetService("StarterGui"):SetCore("SendNotification", {
  1537. Title = "Reach applied!";
  1538. Text = "Applied to equipped sword. Use ;noreach to disable.";
  1539. })
  1540. end
  1541. if string.sub(msg, 1, 8) == (prefix.."noreach") then
  1542. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  1543. if v:isA("Tool") then
  1544. v.Handle.a:Destroy()
  1545. v.Handle.Size = handleSize
  1546. end
  1547. end
  1548. game:GetService("StarterGui"):SetCore("SendNotification", {
  1549. Title = "Reach removed!";
  1550. Text = "Removed reach from equipped sword.";
  1551. })
  1552. end
  1553. if string.sub(msg, 1, 7) == (prefix.."rkill ") then
  1554. for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  1555. lplayer.Character.Humanoid.Name = 1
  1556. local l = lplayer.Character["1"]:Clone()
  1557. l.Parent = lplayer.Character
  1558. l.Name = "Humanoid"
  1559. wait(0.1)
  1560. lplayer.Character["1"]:Destroy()
  1561. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1562. lplayer.Character.Animate.Disabled = true
  1563. wait(0.1)
  1564. lplayer.Character.Animate.Disabled = false
  1565. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1566. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1567. lplayer.Character.Humanoid:EquipTool(v)
  1568. end
  1569. wait(0.1)
  1570. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1571. wait(0.2)
  1572. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1573. wait(0.5)
  1574. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  1575. game:GetService("StarterGui"):SetCore("SendNotification", {
  1576. Title = "Tools needed!";
  1577. Text = "You need a tool in your backpack for this command!";
  1578. })
  1579. end
  1580. end
  1581. if string.sub(msg, 1, 7) == (prefix.."tp me ") then
  1582. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  1583. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1584. end
  1585. end
  1586. if string.sub(msg, 1, 8) == (prefix.."cbring ") then
  1587. if (string.sub(msg, 9)) == "all" or (string.sub(msg, 9)) == "All" or (string.sub(msg, 9)) == "ALL" then
  1588. cbringall = true
  1589. else
  1590. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1591. brplr = v.Name
  1592. end
  1593. end
  1594. cbring = true
  1595. end
  1596. if string.sub(msg, 1, 9) == (prefix.."uncbring") then
  1597. cbring = false
  1598. cbringall = false
  1599. end
  1600. if string.sub(msg, 1, 6) == (prefix.."swap ") then
  1601. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1602. local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1603. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  1604. lplayer.Character.Humanoid.Name = 1
  1605. local l = lplayer.Character["1"]:Clone()
  1606. l.Parent = lplayer.Character
  1607. l.Name = "Humanoid"
  1608. wait(0.1)
  1609. lplayer.Character["1"]:Destroy()
  1610. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1611. lplayer.Character.Animate.Disabled = true
  1612. wait(0.1)
  1613. lplayer.Character.Animate.Disabled = false
  1614. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1615. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1616. lplayer.Character.Humanoid:EquipTool(v)
  1617. end
  1618. local function tp(player,player2)
  1619. local char1,char2=player.Character,player2.Character
  1620. if char1 and char2 then
  1621. char1:MoveTo(char2.Head.Position)
  1622. end
  1623. end
  1624. wait(0.1)
  1625. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1626. wait(0.2)
  1627. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1628. wait(0.5)
  1629. lplayer.Character.HumanoidRootPart.CFrame = NOW
  1630. wait(0.6)
  1631. tp(lplayer, game:GetService("Players")[v.Name])
  1632. wait(0.4)
  1633. lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  1634. game:GetService("StarterGui"):SetCore("SendNotification", {
  1635. Title = "Tools needed!";
  1636. Text = "You need a tool in your backpack for this command!";
  1637. })
  1638. end
  1639. end
  1640. if string.sub(msg, 1, 8) == (prefix.."glitch ") then
  1641. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1642. lplayer.Character.Humanoid.Name = 1
  1643. local l = lplayer.Character["1"]:Clone()
  1644. l.Parent = lplayer.Character
  1645. l.Name = "Humanoid"
  1646. wait(0.1)
  1647. lplayer.Character["1"]:Destroy()
  1648. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1649. lplayer.Character.Animate.Disabled = true
  1650. wait(0.1)
  1651. lplayer.Character.Animate.Disabled = false
  1652. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1653. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1654. lplayer.Character.Humanoid:EquipTool(v)
  1655. end
  1656. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  1657. wait(0.3)
  1658. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  1659. wait(0.4)
  1660. b = Instance.new("BodyForce")
  1661. b.Parent = lplayer.Character.HumanoidRootPart
  1662. b.Name = "Glitch"
  1663. b.Force = Vector3.new(100000000,5000,0)
  1664. game:GetService("StarterGui"):SetCore("SendNotification", {
  1665. Title = "Tools needed!";
  1666. Text = "You need a tool in your backpack for this command!";
  1667. })
  1668. end
  1669. end
  1670. if string.sub(msg, 1, 9) == (prefix.."unglitch") then
  1671. lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  1672. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  1673. b = Instance.new("BodyForce")
  1674. b.Parent = lplayer.Character.HumanoidRootPart
  1675. b.Name = "unGlitch"
  1676. b.Force = Vector3.new(0,-5000000,0)
  1677. wait(2)
  1678. lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  1679. end
  1680. if string.sub(msg, 1, 9) == (prefix.."grespawn") then
  1681. lplayer.Character.Humanoid.Health = 0
  1682. wait(1)
  1683. lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  1684. lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  1685. end
  1686. if string.sub(msg, 1, 9) == (prefix.."explorer") then
  1687. loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  1688. game:GetService("StarterGui"):SetCore("SendNotification", {
  1689. Title = "Success!";
  1690. Text = "DEX Explorer has loaded.";
  1691. })
  1692. end
  1693. if string.sub(msg, 1, 6) == (prefix.."anim ") then
  1694. local Anim = Instance.new("Animation")
  1695. Anim.AnimationId = "rbxassetid://"..(string.sub(msg, 7))
  1696. local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  1697. track:Play(.1, 1, 1)
  1698. end
  1699. if string.sub(msg, 1, 8) == (prefix.."animgui") then
  1700. loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  1701. game:GetService("StarterGui"):SetCore("SendNotification", {
  1702. Title = "Success!";
  1703. Text = "Energize Animations GUI has loaded.";
  1704. })
  1705. end
  1706. if string.sub(msg, 1, 8) == (prefix.."savepos") then
  1707. saved = lplayer.Character.HumanoidRootPart.CFrame
  1708. game:GetService("StarterGui"):SetCore("SendNotification", {
  1709. Title = "Position Saved";
  1710. Text = "Use ;loadpos to return to saved position.";
  1711. })
  1712. end
  1713. if string.sub(msg, 1, 8) == (prefix.."loadpos") then
  1714. lplayer.Character.HumanoidRootPart.CFrame = saved
  1715. end
  1716. if string.sub(msg, 1, 6) == (prefix.."bang ") then
  1717. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1718. local Anim2 = Instance.new("Animation")
  1719. Anim2.AnimationId = "rbxassetid://148840371"
  1720. local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  1721. track2:Play(.1, 1, 1)
  1722. bplrr = v.Name
  1723. banpl = true
  1724. end
  1725. end
  1726. if string.sub(msg, 1, 7) == (prefix.."unbang") then
  1727. banpl = false
  1728. end
  1729. if string.sub(msg, 1, 10) == (prefix.."bringmod ") then
  1730. local function bringmodw()
  1731. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  1732. if obj.Name == (string.sub(msg, 11)) then
  1733. for i,ch in pairs(obj:GetDescendants()) do
  1734. if (ch:IsA("BasePart")) then
  1735. ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  1736. ch.CanCollide = false
  1737. ch.Transparency = 0.7
  1738. wait()
  1739. ch.CFrame = lplayer.Character["Left Leg"].CFrame
  1740. wait()
  1741. ch.CFrame = lplayer.Character["Right Leg"].CFrame
  1742. wait()
  1743. ch.CFrame = lplayer.Character["Head"].CFrame
  1744. end
  1745. end
  1746. end
  1747. end
  1748. end
  1749. while wait() do
  1750. bringmodw()
  1751. end
  1752. game:GetService("StarterGui"):SetCore("SendNotification", {
  1753. Title = "BringMod";
  1754. Text = "BringMod enabled.";
  1755. })
  1756. end
  1757. if string.sub(msg, 1, 8) == (prefix.."respawn") then
  1758. local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  1759. local hum = Instance.new('Humanoid', mod)
  1760. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  1761. lplayer.Character = mod
  1762. end
  1763. if string.sub(msg, 1, 9) == (prefix.."shutdown") then
  1764. game:GetService'RunService'.Stepped:Connect(function()
  1765. pcall(function()
  1766. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  1767. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  1768. for _,x in pairs(v.Character.Head:GetChildren()) do
  1769. if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  1770. end
  1771. end
  1772. end
  1773. end)
  1774. end)
  1775. game:GetService("StarterGui"):SetCore("SendNotification", {
  1776. Title = "Attempting Shutdown";
  1777. Text = "Shutdown Attempt has begun.";
  1778. })
  1779. end
  1780. if string.sub(msg, 1, 8) == (prefix.."delobj ") then
  1781. objtodel = (string.sub(msg, 9))
  1782. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  1783. if v.Name == objtodel then
  1784. v:Destroy()
  1785. end
  1786. end
  1787. end
  1788. if string.sub(msg, 1, 8) == (prefix.."getplrs") then
  1789. for i,v in pairs(game:GetService("Players"):GetPlayers())do
  1790. print(v)
  1791. end
  1792. game:GetService("StarterGui"):SetCore("SendNotification", {
  1793. Title = "Printed";
  1794. Text = "Players have been printed to console. (F9)";
  1795. })
  1796. end
  1797. if string.sub(msg, 1, 9) == (prefix.."deldecal") then
  1798. for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  1799. if (v:IsA("Decal")) then
  1800. v:Destroy()
  1801. end
  1802. end
  1803. end
  1804. if string.sub(msg, 1, 11) == (prefix.."opfinality") then
  1805. loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  1806. game:GetService("StarterGui"):SetCore("SendNotification", {
  1807. Title = "Success!";
  1808. Text = "OpFinality GUI has loaded.";
  1809. })
  1810. end
  1811. if string.sub(msg, 1, 8) == (prefix.."remotes") then
  1812. remotes = true
  1813. added = true
  1814. game.DescendantAdded:connect(function(rmt)
  1815. if added == true then
  1816. if remotes == true then
  1817. if rmt:IsA("RemoteEvent") then
  1818. print("A RemoteEvent was added!")
  1819. print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  1820. print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  1821. end end end
  1822. end)
  1823. game.DescendantAdded:connect(function(rmtfnctn)
  1824. if added == true then
  1825. if remotes == true then
  1826. if rmtfnctn:IsA("RemoteFunction") then
  1827. warn("A RemoteFunction was added!")
  1828. warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  1829. print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  1830. end end end
  1831. end)
  1832.  
  1833. game.DescendantAdded:connect(function(bndfnctn)
  1834. if added == true then
  1835. if binds == true then
  1836. if bndfnctn:IsA("BindableFunction") then
  1837. print("A BindableFunction was added!")
  1838. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  1839. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  1840. end end end
  1841. end)
  1842.  
  1843. game.DescendantAdded:connect(function(bnd)
  1844. if added == true then
  1845. if binds == true then
  1846. if bnd:IsA("BindableEvent") then
  1847. warn("A BindableEvent was added!")
  1848. warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  1849. print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  1850. end end end
  1851. end)
  1852.  
  1853.  
  1854. if binds == true then
  1855. for i,v in pairs(game:GetDescendants()) do
  1856. if v:IsA("BindableFunction") then
  1857. print(" game." .. v:GetFullName() .. " | BindableFunction")
  1858. print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  1859. end end
  1860. for i,v in pairs(game:GetDescendants()) do
  1861. if v:IsA("BindableEvent") then
  1862. warn(" game." .. v:GetFullName() .. " | BindableEvent")
  1863. print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  1864. end end
  1865. else
  1866. print("Off")
  1867. end
  1868. if remotes == true then
  1869. for i,v in pairs(game:GetDescendants()) do
  1870. if v:IsA("RemoteFunction") then
  1871. warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  1872. print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  1873. end end
  1874. wait()
  1875. for i,v in pairs(game:GetDescendants()) do
  1876. if v:IsA("RemoteEvent") then
  1877. print(" game." .. v:GetFullName() .. " | RemoteEvent")
  1878. print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  1879. end end
  1880. else
  1881. print("Off")
  1882. end
  1883. game:GetService("StarterGui"):SetCore("SendNotification", {
  1884. Title = "Printing Remotes";
  1885. Text = "Type ;noremotes to disable.";
  1886. })
  1887. end
  1888. if string.sub(msg, 1, 10) == (prefix.."noremotes") then
  1889. remotes = false
  1890. added = false
  1891. game:GetService("StarterGui"):SetCore("SendNotification", {
  1892. Title = "Printing Remotes Disabled";
  1893. Text = "Type ;remotes to enable.";
  1894. })
  1895. end
  1896. if string.sub(msg, 1, 10) == (prefix.."tpdefault") then
  1897. spin = false
  1898. followed = false
  1899. traill = false
  1900. noclip = false
  1901. annoying = false
  1902. hwalk = false
  1903. cbringing = false
  1904. end
  1905. if string.sub(msg, 1, 8) == (prefix.."stopsit") then
  1906. stopsitting = true
  1907. end
  1908. if string.sub(msg, 1, 6) == (prefix.."gosit") then
  1909. stopsitting = false
  1910. end
  1911. if string.sub(msg, 1, 8) == (prefix.."version") then
  1912. print(adminversion)
  1913. game:GetService("StarterGui"):SetCore("SendNotification", {
  1914. Title = "Version";
  1915. Text = adminversion;
  1916. })
  1917. end
  1918. if string.sub(msg, 1, 8) == (prefix.."clicktp") then
  1919. clickgoto = true
  1920. game:GetService("StarterGui"):SetCore("SendNotification", {
  1921. Title = "Click TP";
  1922. Text = "Press E to teleport to mouse position, ;noclicktp to stop";
  1923. })
  1924. end
  1925. if string.sub(msg, 1, 9) == (prefix.."clickdel") then
  1926. clickdel = true
  1927. game:GetService("StarterGui"):SetCore("SendNotification", {
  1928. Title = "Click Delete";
  1929. Text = "Press E to delete part at mouse, ;noclickdel to stop";
  1930. })
  1931. end
  1932. if string.sub(msg, 1, 11) == (prefix.."noclickdel") then
  1933. clickdel = false
  1934. game:GetService("StarterGui"):SetCore("SendNotification", {
  1935. Title = "Click Delete";
  1936. Text = "Click delete has been disabled.";
  1937. })
  1938. end
  1939. if string.sub(msg, 1, 10) == (prefix.."noclicktp") then
  1940. clickgoto = false
  1941. game:GetService("StarterGui"):SetCore("SendNotification", {
  1942. Title = "Click TP";
  1943. Text = "Click TP has been disabled.";
  1944. })
  1945. end
  1946. if string.sub(msg, 1, 8) == (prefix.."toolson") then
  1947. gettingtools = true
  1948. game:GetService("StarterGui"):SetCore("SendNotification", {
  1949. Title = "Tools Enabled";
  1950. Text = "Automatically colleting tools dropped.";
  1951. })
  1952. end
  1953. if string.sub(msg, 1, 9) == (prefix.."toolsoff") then
  1954. gettingtools = false
  1955. game:GetService("StarterGui"):SetCore("SendNotification", {
  1956. Title = "Tools Disabled";
  1957. Text = "Click TP has been disabled.";
  1958. })
  1959. end
  1960. if string.sub(msg, 1, 10) == (prefix.."delcmdbar") then
  1961. ScreenGui:Destroy()
  1962. end
  1963. if string.sub(msg, 1, 6) == (prefix.."reset") then
  1964. lplayer.Character.Head:Destroy()
  1965. end
  1966. if string.sub(msg, 1, 7) == (prefix.."state ") then
  1967. statechosen = string.sub(msg, 8)
  1968. changingstate = true
  1969. end
  1970. if string.sub(msg, 1, 9) == (prefix.."gravity ") then
  1971. game:GetService("Workspace").Gravity = string.sub(msg, 10)
  1972. end
  1973. if string.sub(msg, 1, 10) == (prefix.."looprhats") then
  1974. removingmeshhats = true
  1975. end
  1976. if string.sub(msg, 1, 12) == (prefix.."unlooprhats") then
  1977. removingmeshhats = false
  1978. end
  1979. if string.sub(msg, 1, 10) == (prefix.."looprtool") then
  1980. removingmeshtool = true
  1981. end
  1982. if string.sub(msg, 1, 12) == (prefix.."unlooprtool") then
  1983. removingmeshtool = false
  1984. end
  1985. if string.sub(msg, 1, 10) == (prefix.."givetool ") then
  1986. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  1987. if v:IsA("Tool") then
  1988. for i,player in pairs(GetPlayer(string.sub(msg, 11))) do
  1989. v.Parent = player.Character
  1990. end
  1991. end
  1992. end
  1993. end
  1994. if string.sub(msg, 1, 14) == (prefix.."givealltools ") then
  1995. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  1996. if v:IsA("Tool") then
  1997. v.Parent = lplayer.Character
  1998. wait()
  1999. for i,player in pairs(GetPlayer(string.sub(msg, 15))) do
  2000. v.Parent = player.Character
  2001. end
  2002. end
  2003. end
  2004. end
  2005. if string.sub(msg, 1, 5) == (prefix.."age ") then
  2006. for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  2007. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  2008. end
  2009. end
  2010. if string.sub(msg, 1, 4) == (prefix.."id ") then
  2011. for i,player in pairs(GetPlayer(string.sub(msg, 5))) do
  2012. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  2013. end
  2014. end
  2015. if string.sub(msg, 1, 6) == (prefix..".age ") then
  2016. for i,player in pairs(GetPlayer(string.sub(msg, 7))) do
  2017. game:GetService("StarterGui"):SetCore("SendNotification", {
  2018. Title = player.AccountAge.." Days";
  2019. Text = "Account age of "..player.Name;
  2020. })
  2021. end
  2022. end
  2023. if string.sub(msg, 1, 5) == (prefix..".id ") then
  2024. for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  2025. game:GetService("StarterGui"):SetCore("SendNotification", {
  2026. Title = player.UserId.." ID";
  2027. Text = "Account ID of "..player.Name;
  2028. })
  2029. end
  2030. end
  2031. if string.sub(msg, 1, 7) == (prefix.."gameid") then
  2032. game:GetService("StarterGui"):SetCore("SendNotification", {
  2033. Title = "Game ID";
  2034. Text = "Game ID: ".. game.GameId;
  2035. })
  2036. end
  2037. if string.sub(msg, 1, 4) == (prefix.."pgs") then
  2038. local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  2039. if pgscheck == true then
  2040. game:GetService("StarterGui"):SetCore("SendNotification", {
  2041. Title = "PGSPhysicsSolverEnabled";
  2042. Text = "PGS is Enabled!";
  2043. })
  2044. else
  2045. game:GetService("StarterGui"):SetCore("SendNotification", {
  2046. Title = "PGSPhysicsSolverEnabled";
  2047. Text = "PGS is Disabled!";
  2048. })
  2049. end
  2050. end
  2051. if string.sub(msg, 1, 12) == (prefix.."removeinvis") then
  2052. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  2053. if v:IsA("Part") then
  2054. if v.Transparency == 1 then
  2055. if v.Name ~= "HumanoidRootPart" then
  2056. v:Destroy()
  2057. end
  2058. end
  2059. end
  2060. end
  2061. end
  2062. if string.sub(msg, 1, 10) == (prefix.."removefog") then
  2063. game:GetService("Lighting").FogStart = 0
  2064. game:GetService("Lighting").FogEnd = 9999999999999
  2065. end
  2066. if string.sub(msg, 1, 8) == (prefix.."disable") then
  2067. lplayer.Character.Humanoid.Parent = lplayer
  2068. end
  2069. if string.sub(msg, 1, 7) == (prefix.."enable") then
  2070. lplayer.Humanoid.Parent = lplayer.Character
  2071. end
  2072. if string.sub(msg, 1, 8) == (prefix.."prefix ") then
  2073. prefix = (string.sub(msg, 9, 9))
  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..". Use ;resetprefix to reset to ;";
  2080. })
  2081. end
  2082. if string.sub(msg, 1, 12) == (";resetprefix") then
  2083. prefix = ";"
  2084. wait(0.1)
  2085. change()
  2086. wait(0.1)
  2087. game:GetService("StarterGui"):SetCore("SendNotification", {
  2088. Title = "Prefix changed!";
  2089. Text = "Prefix is now "..prefix..". Make sure it's one key!";
  2090. })
  2091. end
  2092. if string.sub(msg, 1, 10) == (prefix.."flyspeed ") then
  2093. speedfly = string.sub(msg, 11)
  2094. wait()
  2095. change()
  2096. end
  2097. if string.sub(msg, 1, 8) == (prefix.."carpet ") then
  2098. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  2099. local Anim3 = Instance.new("Animation")
  2100. Anim3.AnimationId = "rbxassetid://282574440"
  2101. local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  2102. track3:Play(.1, 1, 1)
  2103. bplrr = v.Name
  2104. banpl = true
  2105. end
  2106. end
  2107. if string.sub(msg, 1, 9) == (prefix.."uncarpet") then
  2108. banpl = false
  2109. end
  2110. if string.sub(msg, 1, 7) == (prefix.."stare ") then
  2111. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  2112. staring = true
  2113. stareplr = v
  2114. end
  2115. end
  2116. if string.sub(msg, 1, 8) == (prefix.."unstare") then
  2117. staring = false
  2118. end
  2119. if string.sub(msg, 1, 8) == (prefix.."logchat") then
  2120. chatlogs = true
  2121. game:GetService("StarterGui"):SetCore("SendNotification", {
  2122. Title = "LogChat enabled";
  2123. Text = "Now logging all player chat.";
  2124. })
  2125. end
  2126. if string.sub(msg, 1, 10) == (prefix.."unlogchat") then
  2127. chatlogs = false
  2128. game:GetService("StarterGui"):SetCore("SendNotification", {
  2129. Title = "LogChat disabled";
  2130. Text = "Stopped logging all player chat.";
  2131. })
  2132. end
  2133. if string.sub(msg, 1, 7) == (prefix.."fixcam") then
  2134. game:GetService("Workspace").CurrentCamera:Destroy()
  2135. wait(0.1)
  2136. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  2137. game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  2138. lplayer.CameraMinZoomDistance = 0.5
  2139. lplayer.CameraMaxZoomDistance = 400
  2140. lplayer.CameraMode = "Classic"
  2141. end
  2142. if string.sub(msg, 1, 8) == (prefix.."unstate") then
  2143. changingstate = false
  2144. end
  2145. end)
  2146.  
  2147. local function tp()
  2148. for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  2149. if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  2150. if player.Name == brplr then
  2151. player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 2
  2152. end
  2153. end
  2154. end
  2155. end
  2156. local function tpall()
  2157. for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  2158. if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  2159. player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 3
  2160. end
  2161. end
  2162. end
  2163. spawn(function()
  2164. while wait(spamdelay) do
  2165. if spamming == true then
  2166. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(spamtext, "All")
  2167. end
  2168. end
  2169. end)
  2170. spawn(function()
  2171. while wait(spamdelay) do
  2172. if spammingpm == true then
  2173. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/w "..pmspammed.." @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", "All")
  2174. end
  2175. end
  2176. end)
  2177. spawn(function()
  2178. while wait() do
  2179. if cbring == true then
  2180. tp()
  2181. end
  2182. end
  2183. end)
  2184. spawn(function()
  2185. while wait() do
  2186. if cbringall == true then
  2187. tpall()
  2188. end
  2189. end
  2190. end)
  2191.  
  2192. Mouse.KeyDown:connect(function(Key)
  2193. if Key == prefix then
  2194. CMDBAR:CaptureFocus()
  2195. end
  2196. end)
  2197.  
  2198. CMDBAR.FocusLost:connect(function(enterPressed)
  2199. if enterPressed then
  2200. if string.sub(CMDBAR.Text, 1, 5) == ("kill ") then
  2201. if string.sub(CMDBAR.Text, 6) == "me" then
  2202. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  2203. else
  2204. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6)))do
  2205. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2206. lplayer.Character.Humanoid.Name = 1
  2207. local l = lplayer.Character["1"]:Clone()
  2208. l.Parent = lplayer.Character
  2209. l.Name = "Humanoid"
  2210. wait(0.1)
  2211. lplayer.Character["1"]:Destroy()
  2212. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2213. lplayer.Character.Animate.Disabled = true
  2214. wait(0.1)
  2215. lplayer.Character.Animate.Disabled = false
  2216. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2217. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2218. lplayer.Character.Humanoid:EquipTool(v)
  2219. end
  2220. local function tp(player,player2)
  2221. local char1,char2=player.Character,player2.Character
  2222. if char1 and char2 then
  2223. char1:MoveTo(char2.Head.Position)
  2224. end
  2225. end
  2226. wait(0.1)
  2227. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2228. wait(0.2)
  2229. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2230. wait(0.5)
  2231. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  2232. wait(0.7)
  2233. tp(lplayer,game:GetService("Players")[v.Name])
  2234. wait(0.7)
  2235. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2236. game:GetService("StarterGui"):SetCore("SendNotification", {
  2237. Title = "Tools needed!";
  2238. Text = "You need a tool in your backpack for this command!";
  2239. })
  2240. end
  2241. end
  2242. end
  2243. if string.sub(CMDBAR.Text, 1, 6) == ("bring ") then
  2244. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  2245. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2246. lplayer.Character.Humanoid.Name = 1
  2247. local l = lplayer.Character["1"]:Clone()
  2248. l.Parent = lplayer.Character
  2249. l.Name = "Humanoid"
  2250. wait(0.1)
  2251. lplayer.Character["1"]:Destroy()
  2252. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2253. lplayer.Character.Animate.Disabled = true
  2254. wait(0.1)
  2255. lplayer.Character.Animate.Disabled = false
  2256. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2257. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2258. lplayer.Character.Humanoid:EquipTool(v)
  2259. end
  2260. local function tp(player,player2)
  2261. local char1,char2=player.Character,player2.Character
  2262. if char1 and char2 then
  2263. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  2264. end
  2265. end
  2266. local function getout(player,player2)
  2267. local char1,char2=player.Character,player2.Character
  2268. if char1 and char2 then
  2269. char1:MoveTo(char2.Head.Position)
  2270. end
  2271. end
  2272. tp(game:GetService("Players")[v.Name], lplayer)
  2273. wait(0.2)
  2274. tp(game:GetService("Players")[v.Name], lplayer)
  2275. wait(0.5)
  2276. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2277. wait(0.5)
  2278. getout(lplayer, game:GetService("Players")[v.Name])
  2279. wait(0.3)
  2280. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2281. game:GetService("StarterGui"):SetCore("SendNotification", {
  2282. Title = "Tools needed!";
  2283. Text = "You need a tool in your backpack for this command!";
  2284. })
  2285. end
  2286. end
  2287. if string.sub(CMDBAR.Text, 1, 5) == ("spin ") then
  2288. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2289. lplayer.Character.Humanoid.Name = 1
  2290. local l = lplayer.Character["1"]:Clone()
  2291. l.Parent = lplayer.Character
  2292. l.Name = "Humanoid"
  2293. wait(0.1)
  2294. lplayer.Character["1"]:Destroy()
  2295. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2296. lplayer.Character.Animate.Disabled = true
  2297. wait(0.1)
  2298. lplayer.Character.Animate.Disabled = false
  2299. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2300. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2301. lplayer.Character.Humanoid:EquipTool(v)
  2302. end
  2303. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2304. spinplr = v
  2305. wait(0.5)
  2306. spin = true
  2307. game:GetService("StarterGui"):SetCore("SendNotification", {
  2308. Title = "Tools needed!";
  2309. Text = "You need a tool in your backpack for this command!";
  2310. })
  2311. end
  2312. end
  2313. if string.sub(CMDBAR.Text, 1, 6) == ("unspin") then
  2314. spin = false
  2315. end
  2316. if string.sub(CMDBAR.Text, 1, 7) == ("attach ") then
  2317. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2318. lplayer.Character.Humanoid.Name = 1
  2319. local l = lplayer.Character["1"]:Clone()
  2320. l.Parent = lplayer.Character
  2321. l.Name = "Humanoid"
  2322. wait(0.1)
  2323. lplayer.Character["1"]:Destroy()
  2324. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2325. lplayer.Character.Animate.Disabled = true
  2326. wait(0.1)
  2327. lplayer.Character.Animate.Disabled = false
  2328. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2329. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2330. lplayer.Character.Humanoid:EquipTool(v)
  2331. end
  2332. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2333. wait(0.3)
  2334. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2335. attplr = v
  2336. game:GetService("StarterGui"):SetCore("SendNotification", {
  2337. Title = "Tools needed!";
  2338. Text = "You need a tool in your backpack for this command!";
  2339. })
  2340. end
  2341. end
  2342. if string.sub(CMDBAR.Text, 1, 9) == ("unattach ") then
  2343. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  2344. local function getout(player,player2)
  2345. local char1,char2=player.Character,player2.Character
  2346. if char1 and char2 then
  2347. char1:MoveTo(char2.Head.Position)
  2348. end
  2349. end
  2350. getout(lplayer, game:GetService("Players")[v.Name])
  2351. end
  2352. end
  2353. if string.sub(CMDBAR.Text, 1, 7) == ("follow ") then
  2354. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2355. followed = true
  2356. flwplr = v
  2357. end
  2358. end
  2359. if string.sub(CMDBAR.Text, 1, 8) == ("unfollow") then
  2360. followed = false
  2361. end
  2362. if string.sub(CMDBAR.Text, 1, 9) == ("freefall ") then
  2363. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  2364. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2365. lplayer.Character.Humanoid.Name = 1
  2366. local l = lplayer.Character["1"]:Clone()
  2367. l.Parent = lplayer.Character
  2368. l.Name = "Humanoid"
  2369. wait(0.1)
  2370. lplayer.Character["1"]:Destroy()
  2371. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2372. lplayer.Character.Animate.Disabled = true
  2373. wait(0.1)
  2374. lplayer.Character.Animate.Disabled = false
  2375. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2376. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2377. lplayer.Character.Humanoid:EquipTool(v)
  2378. end
  2379. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2380. wait(0.2)
  2381. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2382. wait(0.6)
  2383. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2384. wait(0.6)
  2385. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  2386. game:GetService("StarterGui"):SetCore("SendNotification", {
  2387. Title = "Tools needed!";
  2388. Text = "You need a tool in your backpack for this command!";
  2389. })
  2390. end
  2391. end
  2392. if string.sub(CMDBAR.Text, 1, 6) == ("trail ") then
  2393. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2394. traill = true
  2395. trlplr = v
  2396. end
  2397. end
  2398. if string.sub(CMDBAR.Text, 1, 7) == ("untrail") then
  2399. traill = false
  2400. end
  2401. if string.sub(CMDBAR.Text, 1, 6) == ("orbit ") then
  2402. if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  2403. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2404. else
  2405. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2406. local o = Instance.new("RocketPropulsion")
  2407. o.Parent = lplayer.Character.HumanoidRootPart
  2408. o.Name = "Orbit"
  2409. o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  2410. o:Fire()
  2411. noclip = true
  2412. end
  2413. end
  2414. end
  2415. if string.sub(CMDBAR.Text, 1, 7) == ("unorbit") then
  2416. lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  2417. noclip = false
  2418. end
  2419. if string.sub(CMDBAR.Text, 1, 6) == ("fling ") then
  2420. if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  2421. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2422. else
  2423. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2424. local y = Instance.new("RocketPropulsion")
  2425. y.Parent = lplayer.Character.HumanoidRootPart
  2426. y.CartoonFactor = 1
  2427. y.MaxThrust = 800000
  2428. y.MaxSpeed = 1000
  2429. y.ThrustP = 200000
  2430. y.Name = "Fling"
  2431. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  2432. y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  2433. y:Fire()
  2434. noclip = true
  2435. end
  2436. end
  2437. end
  2438. if string.sub(CMDBAR.Text, 1, 7) == ("unfling") then
  2439. noclip = false
  2440. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  2441. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  2442. wait(0.4)
  2443. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  2444. end
  2445. if string.sub(CMDBAR.Text, 1, 7) == ("fecheck") then
  2446. if game:GetService("Workspace").FilteringEnabled == true then
  2447. warn("FE is Enabled (Filtering Enabled)")
  2448. game:GetService("StarterGui"):SetCore("SendNotification", {
  2449. Title = "FE is Enabled";
  2450. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  2451. })
  2452. else
  2453. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  2454. game:GetService("StarterGui"):SetCore("SendNotification", {
  2455. Title = "FE is Disabled";
  2456. Text = "Filtering Disabled. Consider using a different admin script.";
  2457. })
  2458. end
  2459. end
  2460. if string.sub(CMDBAR.Text, 1, 5) == ("void ") then
  2461. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2462. lplayer.Character.Humanoid.Name = 1
  2463. local l = lplayer.Character["1"]:Clone()
  2464. l.Parent = lplayer.Character
  2465. l.Name = "Humanoid"
  2466. wait(0.1)
  2467. lplayer.Character["1"]:Destroy()
  2468. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2469. lplayer.Character.Animate.Disabled = true
  2470. wait(0.1)
  2471. lplayer.Character.Animate.Disabled = false
  2472. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2473. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2474. lplayer.Character.Humanoid:EquipTool(v)
  2475. end
  2476. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2477. wait(0.2)
  2478. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2479. wait(0.6)
  2480. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  2481. game:GetService("StarterGui"):SetCore("SendNotification", {
  2482. Title = "Tools needed!";
  2483. Text = "You need a tool in your backpack for this command!";
  2484. })
  2485. end
  2486. end
  2487. if string.sub(CMDBAR.Text, 1, 6) == ("noclip") then
  2488. noclip = true
  2489. game:GetService("StarterGui"):SetCore("SendNotification", {
  2490. Title = "Noclip enabled";
  2491. Text = "Type ;clip to disable";
  2492. })
  2493. end
  2494. if string.sub(CMDBAR.Text, 1, 4) == ("clip") then
  2495. noclip = false
  2496. game:GetService("StarterGui"):SetCore("SendNotification", {
  2497. Title = "Noclip disabled";
  2498. Text = "Type ;noclip to enable";
  2499. })
  2500. end
  2501. if string.sub(CMDBAR.Text, 1, 6) == ("speed ") then
  2502. lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 7))
  2503. end
  2504. if string.sub(CMDBAR.Text, 1, 3) == ("ws ") then
  2505. lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 4))
  2506. end
  2507. if string.sub(CMDBAR.Text, 1, 10) == ("hipheight ") then
  2508. lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 11))
  2509. end
  2510. if string.sub(CMDBAR.Text, 1, 3) == ("hh ") then
  2511. lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 4))
  2512. end
  2513. if string.sub(CMDBAR.Text, 1, 10) == ("jumppower ") then
  2514. lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 11))
  2515. end
  2516. if string.sub(CMDBAR.Text, 1, 3) == ("jp ") then
  2517. lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 4))
  2518. end
  2519. if string.sub(CMDBAR.Text, 1, 7) == ("default") then
  2520. lplayer.Character.Humanoid.JumpPower = 50
  2521. lplayer.Character.Humanoid.WalkSpeed = 16
  2522. lplayer.Character.Humanoid.HipHeight = 0
  2523. end
  2524. if string.sub(CMDBAR.Text, 1, 6) == ("annoy ") then
  2525. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2526. annoying = true
  2527. annplr = v
  2528. end
  2529. end
  2530. if string.sub(CMDBAR.Text, 1, 7) == ("unannoy") then
  2531. annoying = false
  2532. end
  2533. if string.sub(CMDBAR.Text, 1, 9) == ("headwalk ") then
  2534. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  2535. hwalk = true
  2536. hdwplr = v
  2537. end
  2538. end
  2539. if string.sub(CMDBAR.Text, 1, 10) == ("unheadwalk") then
  2540. hwalk = false
  2541. end
  2542. if string.sub(CMDBAR.Text, 1, 7) == ("nolimbs") then
  2543. lplayer.Character["Left Leg"]:Destroy()
  2544. lplayer.Character["Left Arm"]:Destroy()
  2545. lplayer.Character["Right Leg"]:Destroy()
  2546. lplayer.Character["Right Arm"]:Destroy()
  2547. end
  2548. if string.sub(CMDBAR.Text, 1, 3) == ("god") then
  2549. lplayer.Character.Humanoid.Name = 1
  2550. local l = lplayer.Character["1"]:Clone()
  2551. l.Parent = lplayer.Character
  2552. l.Name = "Humanoid"
  2553. wait(0.1)
  2554. lplayer.Character["1"]:Destroy()
  2555. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2556. lplayer.Character.Animate.Disabled = true
  2557. wait(0.1)
  2558. lplayer.Character.Animate.Disabled = false
  2559. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2560. game:GetService("StarterGui"):SetCore("SendNotification", {
  2561. Title = "FE Godmode enabled";
  2562. Text = "Use ;grespawn or ;respawn to remove.";
  2563. })
  2564. end
  2565. if string.sub(CMDBAR.Text, 1, 8) == ("drophats") then
  2566. for i,v in pairs(lplayer.Character:GetChildren()) do
  2567. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2568. v.Parent = workspace
  2569. end
  2570. end
  2571. end
  2572. if string.sub(CMDBAR.Text, 1, 8) == ("droptool") then
  2573. for i,v in pairs(lplayer.Character:GetChildren()) do
  2574. if (v:IsA("Tool")) then
  2575. v.Parent = workspace
  2576. end
  2577. end
  2578. end
  2579. if string.sub(CMDBAR.Text, 1, 9) == ("loopdhats") then
  2580. droppinghats = true
  2581. game:GetService("StarterGui"):SetCore("SendNotification", {
  2582. Title = "Loop Drop Enabled";
  2583. Text = "Type ;unloopdhats to disable";
  2584. })
  2585. end
  2586. if string.sub(CMDBAR.Text, 1, 11) == ("unloopdhats") then
  2587. droppinghats = false
  2588. game:GetService("StarterGui"):SetCore("SendNotification", {
  2589. Title = "Loop Drop Disabled";
  2590. Text = "Type ;loopdhats to enable.";
  2591. })
  2592. end
  2593. if string.sub(CMDBAR.Text, 1, 9) == ("loopdtool") then
  2594. droppingtools = true
  2595. game:GetService("StarterGui"):SetCore("SendNotification", {
  2596. Title = "Loop Drop Enabled";
  2597. Text = "Type ;unloopdtool to disable";
  2598. })
  2599. end
  2600. if string.sub(CMDBAR.Text, 1, 11) == ("unloopdtool") then
  2601. droppingtools = false
  2602. game:GetService("StarterGui"):SetCore("SendNotification", {
  2603. Title = "Loop Drop Disabled";
  2604. Text = "Type ;loopdtool to enable.";
  2605. })
  2606. end
  2607. if string.sub(CMDBAR.Text, 1, 9) == ("invisible") then -- Credit to Timeless
  2608. Local = game:GetService('Players').LocalPlayer
  2609. Char = Local.Character
  2610. touched,tpdback = false, false
  2611. box = Instance.new('Part',workspace)
  2612. box.Anchored = true
  2613. box.CanCollide = true
  2614. box.Size = Vector3.new(10,1,10)
  2615. box.Position = Vector3.new(0,10000,0)
  2616. box.Touched:connect(function(part)
  2617. if (part.Parent.Name == Local.Name) then
  2618. if touched == false then
  2619. touched = true
  2620. function apply()
  2621. if script.Disabled ~= true then
  2622. no = Char.HumanoidRootPart:Clone()
  2623. wait(.25)
  2624. Char.HumanoidRootPart:Destroy()
  2625. no.Parent = Char
  2626. Char:MoveTo(loc)
  2627. touched = false
  2628. end end
  2629. if Char then
  2630. apply()
  2631. end
  2632. end
  2633. end
  2634. end)
  2635. repeat wait() until Char
  2636. loc = Char.HumanoidRootPart.Position
  2637. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  2638. game:GetService("StarterGui"):SetCore("SendNotification", {
  2639. Title = "Invisibility enabled!";
  2640. Text = "Reset or use ;respawn to remove.";
  2641. })
  2642. end
  2643. if string.sub(CMDBAR.Text, 1, 5) == ("view ") then
  2644. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2645. if game:GetService("Players")[v.Name].Character.Humanoid then
  2646. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  2647. else
  2648. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  2649. end
  2650. end
  2651. end
  2652. if string.sub(CMDBAR.Text, 1, 6) == ("unview") then
  2653. if lplayer.Character.Humanoid then
  2654. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  2655. else
  2656. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  2657. end
  2658. end
  2659. if string.sub(CMDBAR.Text, 1, 5) == ("goto ") then
  2660. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2661. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2662. end
  2663. end
  2664. if string.sub(CMDBAR.Text, 1, 3) == ("fly") then
  2665. repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  2666. repeat wait() until Mouse
  2667.  
  2668. local T = lplayer.Character.HumanoidRootPart
  2669. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  2670. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  2671. local SPEED = speedget
  2672.  
  2673. local function fly()
  2674. flying = true
  2675. local BG = Instance.new('BodyGyro', T)
  2676. local BV = Instance.new('BodyVelocity', T)
  2677. BG.P = 9e4
  2678. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  2679. BG.cframe = T.CFrame
  2680. BV.velocity = Vector3.new(0, 0.1, 0)
  2681. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  2682. spawn(function()
  2683. repeat wait()
  2684. lplayer.Character.Humanoid.PlatformStand = true
  2685. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  2686. SPEED = 50
  2687. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  2688. SPEED = 0
  2689. end
  2690. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  2691. 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
  2692. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  2693. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  2694. 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
  2695. else
  2696. BV.velocity = Vector3.new(0, 0.1, 0)
  2697. end
  2698. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  2699. until not flying
  2700. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  2701. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  2702. SPEED = 0
  2703. BG:destroy()
  2704. BV:destroy()
  2705. lplayer.Character.Humanoid.PlatformStand = false
  2706. end)
  2707. end
  2708. Mouse.KeyDown:connect(function(KEY)
  2709. if KEY:lower() == 'w' then
  2710. CONTROL.F = speedfly
  2711. elseif KEY:lower() == 's' then
  2712. CONTROL.B = -speedfly
  2713. elseif KEY:lower() == 'a' then
  2714. CONTROL.L = -speedfly
  2715. elseif KEY:lower() == 'd' then
  2716. CONTROL.R = speedfly
  2717. end
  2718. end)
  2719. Mouse.KeyUp:connect(function(KEY)
  2720. if KEY:lower() == 'w' then
  2721. CONTROL.F = 0
  2722. elseif KEY:lower() == 's' then
  2723. CONTROL.B = 0
  2724. elseif KEY:lower() == 'a' then
  2725. CONTROL.L = 0
  2726. elseif KEY:lower() == 'd' then
  2727. CONTROL.R = 0
  2728. end
  2729. end)
  2730. fly()
  2731. end
  2732. if string.sub(CMDBAR.Text, 1, 5) == ("unfly") then
  2733. flying = false
  2734. lplayer.Character.Humanoid.PlatformStand = false
  2735. end
  2736. if string.sub(CMDBAR.Text, 1, 5) == ("chat ") then
  2737. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(CMDBAR.Text, 6)), "All")
  2738. end
  2739. if string.sub(CMDBAR.Text, 1, 5) == ("spam ") then
  2740. spamtext = (string.sub(CMDBAR.Text, 6))
  2741. spamming = true
  2742. end
  2743. if string.sub(CMDBAR.Text, 1, 6) == ("unspam") then
  2744. spamming = false
  2745. end
  2746. if string.sub(CMDBAR.Text, 1, 9) == ("spamwait ") then
  2747. spamdelay = (string.sub(CMDBAR.Text, 10))
  2748. end
  2749. if string.sub(CMDBAR.Text, 1, 7) == ("pmspam ") then
  2750. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2751. pmspammed = v.Name
  2752. spammingpm = true
  2753. end
  2754. end
  2755. if string.sub(CMDBAR.Text, 1, 8) == ("unpmspam") then
  2756. spammingpm = false
  2757. end
  2758. if string.sub(CMDBAR.Text, 1, 8) == ("cfreeze ") then
  2759. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 9))) do
  2760. v.Character["Left Leg"].Anchored = true
  2761. v.Character["Left Arm"].Anchored = true
  2762. v.Character["Right Leg"].Anchored = true
  2763. v.Character["Right Arm"].Anchored = true
  2764. v.Character.Torso.Anchored = true
  2765. v.Character.Head.Anchored = true
  2766. end
  2767. end
  2768. if string.sub(CMDBAR.Text, 1, 10) == ("uncfreeze ") then
  2769. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 11))) do
  2770. v.Character["Left Leg"].Anchored = false
  2771. v.Character["Left Arm"].Anchored = false
  2772. v.Character["Right Leg"].Anchored = false
  2773. v.Character["Right Arm"].Anchored = false
  2774. v.Character.Torso.Anchored = false
  2775. v.Character.Head.Anchored = false
  2776. end
  2777. end
  2778. if string.sub(CMDBAR.Text, 1, 8) == ("unlockws") then
  2779. local a = game:GetService("Workspace"):getChildren()
  2780. for i = 1, #a do
  2781. if a[i].className == "Part" then
  2782. a[i].Locked = false
  2783. elseif a[i].className == "Model" then
  2784. local r = a[i]:getChildren()
  2785. for i = 1, #r do
  2786. if r[i].className == "Part" then
  2787. r[i].Locked = false
  2788. end
  2789. end
  2790. end
  2791. end
  2792. game:GetService("StarterGui"):SetCore("SendNotification", {
  2793. Title = "Success!";
  2794. Text = "Workspace unlocked. Use ;lockws to lock.";
  2795. })
  2796. end
  2797. if string.sub(CMDBAR.Text, 1, 6) == ("lockws") then
  2798. local a = game:GetService("Workspace"):getChildren()
  2799. for i = 1, #a do
  2800. if a[i].className == "Part" then
  2801. a[i].Locked = true
  2802. elseif a[i].className == "Model" then
  2803. local r = a[i]:getChildren()
  2804. for i = 1, #r do
  2805. if r[i].className == "Part" then
  2806. r[i].Locked = true
  2807. end
  2808. end
  2809. end
  2810. end
  2811. end
  2812. if string.sub(CMDBAR.Text, 1, 6) == ("btools") then
  2813. local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  2814. Clone_T.BinType = "Clone"
  2815. local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  2816. Destruct.BinType = "Hammer"
  2817. local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  2818. Hold_T.BinType = "Grab"
  2819. end
  2820. if string.sub(CMDBAR.Text, 1, 6) == ("pstand") then
  2821. lplayer.Character.Humanoid.PlatformStand = true
  2822. end
  2823. if string.sub(CMDBAR.Text, 1, 8) == ("unpstand") then
  2824. lplayer.Character.Humanoid.PlatformStand = false
  2825. end
  2826. if string.sub(CMDBAR.Text, 1, 9) == ("blockhead") then
  2827. lplayer.Character.Head.Mesh:Destroy()
  2828. end
  2829. if string.sub(CMDBAR.Text, 1, 3) == ("sit") then
  2830. lplayer.Character.Humanoid.Sit = true
  2831. end
  2832. if string.sub(CMDBAR.Text, 1, 9) == ("bringobj ") then
  2833. local function bringobjw()
  2834. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  2835. if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  2836. obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2837. obj.CanCollide = false
  2838. obj.Transparency = 0.7
  2839. wait()
  2840. obj.CFrame = lplayer.Character["Left Leg"].CFrame
  2841. wait()
  2842. obj.CFrame = lplayer.Character["Right Leg"].CFrame
  2843. wait()
  2844. obj.CFrame = lplayer.Character["Head"].CFrame
  2845. end
  2846. end
  2847. end
  2848. while wait() do
  2849. bringobjw()
  2850. end
  2851. game:GetService("StarterGui"):SetCore("SendNotification", {
  2852. Title = "BringObj";
  2853. Text = "BringObj enabled.";
  2854. })
  2855. end
  2856. if string.sub(CMDBAR.Text, 1, 6) == ("wsvis ") then
  2857. vis = (string.sub(CMDBAR.Text, 7))
  2858. local a = game:GetService("Workspace"):GetDescendants()
  2859. for i = 1, #a do
  2860. if a[i].className == "Part" then
  2861. a[i].Transparency = vis
  2862. elseif a[i].className == "Model" then
  2863. local r = a[i]:getChildren()
  2864. for i = 1, #r do
  2865. if r[i].className == "Part" then
  2866. r[i].Transparency = vis
  2867. end
  2868. end
  2869. end
  2870. end
  2871. end
  2872. if string.sub(CMDBAR.Text, 1, 10) == ("hypertotal") then
  2873. loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  2874. game:GetService("StarterGui"):SetCore("SendNotification", {
  2875. Title = "Success!";
  2876. Text = "HyperTotal GUI Loaded!";
  2877. })
  2878. end
  2879. if string.sub(CMDBAR.Text, 1, 4) == ("cmds") then
  2880. CMDSFRAME.Visible = true
  2881. end
  2882. if string.sub(CMDBAR.Text, 1, 9) == ("rmeshhats") then
  2883. for i,v in pairs(lplayer.Character:GetChildren()) do
  2884. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2885. v.Handle.Mesh:Destroy()
  2886. end
  2887. end
  2888. end
  2889. if string.sub(CMDBAR.Text, 1, 9) == ("blockhats") then
  2890. for i,v in pairs(lplayer.Character:GetChildren()) do
  2891. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2892. v.Handle.Mesh:Destroy()
  2893. end
  2894. end
  2895. end
  2896. if string.sub(CMDBAR.Text, 1, 9) == ("rmeshtool") then
  2897. for i,v in pairs(lplayer.Character:GetChildren()) do
  2898. if (v:IsA("Tool")) then
  2899. v.Handle.Mesh:Destroy()
  2900. end
  2901. end
  2902. end
  2903. if string.sub(CMDBAR.Text, 1, 9) == ("blocktool") then
  2904. for i,v in pairs(lplayer.Character:GetChildren()) do
  2905. if (v:IsA("Tool")) then
  2906. v.Handle.Mesh:Destroy()
  2907. end
  2908. end
  2909. end
  2910. if string.sub(CMDBAR.Text, 1, 7) == ("spinner") then
  2911. local p = Instance.new("RocketPropulsion")
  2912. p.Parent = lplayer.Character.HumanoidRootPart
  2913. p.Name = "Spinner"
  2914. p.Target = lplayer.Character["Left Arm"]
  2915. p:Fire()
  2916. game:GetService("StarterGui"):SetCore("SendNotification", {
  2917. Title = "Spinner enabled";
  2918. Text = "Type ;nospinner to disable.";
  2919. })
  2920. end
  2921. if string.sub(CMDBAR.Text, 1, 9) == ("nospinner") then
  2922. lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  2923. end
  2924. if string.sub(CMDBAR.Text, 1, 6) == ("reachd") then
  2925. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  2926. if v:isA("Tool") then
  2927. local a = Instance.new("SelectionBox",v.Handle)
  2928. a.Adornee = v.Handle
  2929. v.Handle.Size = Vector3.new(0.5,0.5,60)
  2930. v.GripPos = Vector3.new(0,0,0)
  2931. lplayer.Character.Humanoid:UnequipTools()
  2932. end
  2933. end
  2934. game:GetService("StarterGui"):SetCore("SendNotification", {
  2935. Title = "Reach applied!";
  2936. Text = "Applied to equipped sword. Use ;noreach to disable.";
  2937. })
  2938. end
  2939. if string.sub(CMDBAR.Text, 1, 6) == ("reach ") then
  2940. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  2941. if v:isA("Tool") then
  2942. local a = Instance.new("SelectionBox",v.Handle)
  2943. a.Name = "Reach"
  2944. a.Adornee = v.Handle
  2945. v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(CMDBAR.Text, 7)))
  2946. v.GripPos = Vector3.new(0,0,0)
  2947. lplayer.Character.Humanoid:UnequipTools()
  2948. end
  2949. end
  2950. game:GetService("StarterGui"):SetCore("SendNotification", {
  2951. Title = "Reach applied!";
  2952. Text = "Applied to equipped sword. Use ;noreach to disable.";
  2953. })
  2954. end
  2955. if string.sub(CMDBAR.Text, 1, 7) == ("noreach") then
  2956. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  2957. if v:isA("Tool") then
  2958. v.Handle.Reach:Destroy()
  2959. end
  2960. end
  2961. game:GetService("StarterGui"):SetCore("SendNotification", {
  2962. Title = "Reach removed!";
  2963. Text = "Removed reach from equipped sword.";
  2964. })
  2965. end
  2966. if string.sub(CMDBAR.Text, 1, 6) == ("rkill ") then
  2967. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  2968. lplayer.Character.Humanoid.Name = 1
  2969. local l = lplayer.Character["1"]:Clone()
  2970. l.Parent = lplayer.Character
  2971. l.Name = "Humanoid"
  2972. wait(0.1)
  2973. lplayer.Character["1"]:Destroy()
  2974. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2975. lplayer.Character.Animate.Disabled = true
  2976. wait(0.1)
  2977. lplayer.Character.Animate.Disabled = false
  2978. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2979. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2980. lplayer.Character.Humanoid:EquipTool(v)
  2981. end
  2982. wait(0.1)
  2983. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2984. wait(0.2)
  2985. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2986. wait(0.5)
  2987. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  2988. game:GetService("StarterGui"):SetCore("SendNotification", {
  2989. Title = "Tools needed!";
  2990. Text = "You need a tool in your backpack for this command!";
  2991. })
  2992. end
  2993. end
  2994. if string.sub(CMDBAR.Text, 1, 6) == ("tp me ") then
  2995. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2996. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2997. end
  2998. end
  2999. if string.sub(CMDBAR.Text, 1, 7) == ("cbring ") then
  3000. if (string.sub(CMDBAR.Text, 8)) == "all" or (string.sub(CMDBAR.Text, 8)) == "All" or (string.sub(CMDBAR.Text, 8)) == "ALL" then
  3001. cbringall = true
  3002. else
  3003. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  3004. brplr = v.Name
  3005. end
  3006. end
  3007. cbring = true
  3008. end
  3009. if string.sub(CMDBAR.Text, 1, 8) == ("uncbring") then
  3010. cbring = false
  3011. cbringall = false
  3012. end
  3013. if string.sub(CMDBAR.Text, 1, 5) == ("swap ") then
  3014. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  3015. local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3016. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  3017. lplayer.Character.Humanoid.Name = 1
  3018. local l = lplayer.Character["1"]:Clone()
  3019. l.Parent = lplayer.Character
  3020. l.Name = "Humanoid"
  3021. wait(0.1)
  3022. lplayer.Character["1"]:Destroy()
  3023. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3024. lplayer.Character.Animate.Disabled = true
  3025. wait(0.1)
  3026. lplayer.Character.Animate.Disabled = false
  3027. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3028. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3029. lplayer.Character.Humanoid:EquipTool(v)
  3030. end
  3031. local function tp(player,player2)
  3032. local char1,char2=player.Character,player2.Character
  3033. if char1 and char2 then
  3034. char1:MoveTo(char2.Head.Position)
  3035. end
  3036. end
  3037. wait(0.1)
  3038. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3039. wait(0.2)
  3040. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3041. wait(0.5)
  3042. lplayer.Character.HumanoidRootPart.CFrame = NOW
  3043. wait(0.6)
  3044. tp(lplayer, game:GetService("Players")[v.Name])
  3045. wait(0.4)
  3046. lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  3047. game:GetService("StarterGui"):SetCore("SendNotification", {
  3048. Title = "Tools needed!";
  3049. Text = "You need a tool in your backpack for this command!";
  3050. })
  3051. end
  3052. end
  3053. if string.sub(CMDBAR.Text, 1, 7) == ("glitch ") then
  3054. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  3055. lplayer.Character.Humanoid.Name = 1
  3056. local l = lplayer.Character["1"]:Clone()
  3057. l.Parent = lplayer.Character
  3058. l.Name = "Humanoid"
  3059. wait(0.1)
  3060. lplayer.Character["1"]:Destroy()
  3061. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3062. lplayer.Character.Animate.Disabled = true
  3063. wait(0.1)
  3064. lplayer.Character.Animate.Disabled = false
  3065. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3066. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3067. lplayer.Character.Humanoid:EquipTool(v)
  3068. end
  3069. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  3070. wait(0.3)
  3071. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  3072. wait(0.4)
  3073. b = Instance.new("BodyForce")
  3074. b.Parent = lplayer.Character.HumanoidRootPart
  3075. b.Name = "Glitch"
  3076. b.Force = Vector3.new(100000000,5000,0)
  3077. game:GetService("StarterGui"):SetCore("SendNotification", {
  3078. Title = "Tools needed!";
  3079. Text = "You need a tool in your backpack for this command!";
  3080. })
  3081. end
  3082. end
  3083. if string.sub(CMDBAR.Text, 1, 8) == ("unglitch") then
  3084. lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  3085. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  3086. b = Instance.new("BodyForce")
  3087. b.Parent = lplayer.Character.HumanoidRootPart
  3088. b.Name = "unGlitch"
  3089. b.Force = Vector3.new(0,-5000000,0)
  3090. wait(2)
  3091. lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  3092. end
  3093. if string.sub(CMDBAR.Text, 1, 8) == ("grespawn") then
  3094. lplayer.Character.Humanoid.Health = 0
  3095. wait(1)
  3096. lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  3097. lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  3098. end
  3099. if string.sub(CMDBAR.Text, 1, 8) == ("explorer") then
  3100. loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  3101. game:GetService("StarterGui"):SetCore("SendNotification", {
  3102. Title = "Success!";
  3103. Text = "DEX Explorer has loaded.";
  3104. })
  3105. end
  3106. if string.sub(CMDBAR.Text, 1, 5) == ("anim ") then
  3107. local Anim = Instance.new("Animation")
  3108. Anim.AnimationId = "rbxassetid://"..(string.sub(CMDBAR.Text, 6))
  3109. local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  3110. track:Play(.1, 1, 1)
  3111. end
  3112. if string.sub(CMDBAR.Text, 1, 7) == ("animgui") then
  3113. loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  3114. game:GetService("StarterGui"):SetCore("SendNotification", {
  3115. Title = "Success!";
  3116. Text = "Energize Animations GUI has loaded.";
  3117. })
  3118. end
  3119. if string.sub(CMDBAR.Text, 1, 7) == ("savepos") then
  3120. saved = lplayer.Character.HumanoidRootPart.CFrame
  3121. game:GetService("StarterGui"):SetCore("SendNotification", {
  3122. Title = "Position Saved";
  3123. Text = "Use ;loadpos to return to saved position.";
  3124. })
  3125. end
  3126. if string.sub(CMDBAR.Text, 1, 7) == ("loadpos") then
  3127. lplayer.Character.HumanoidRootPart.CFrame = saved
  3128. end
  3129. if string.sub(CMDBAR.Text, 1, 5) == ("bang ") then
  3130. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  3131. local Anim2 = Instance.new("Animation")
  3132. Anim2.AnimationId = "rbxassetid://148840371"
  3133. local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  3134. track2:Play(.1, 1, 1)
  3135. bplrr = v.Name
  3136. banpl = true
  3137. end
  3138. end
  3139. if string.sub(CMDBAR.Text, 1, 6) == ("unbang") then
  3140. banpl = false
  3141. end
  3142. if string.sub(CMDBAR.Text, 1, 9) == ("bringmod ") then
  3143. local function bringmodw()
  3144. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  3145. if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  3146. for i,ch in pairs(obj:GetDescendants()) do
  3147. if (ch:IsA("BasePart")) then
  3148. ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  3149. ch.CanCollide = false
  3150. ch.Transparency = 0.7
  3151. wait()
  3152. ch.CFrame = lplayer.Character["Left Leg"].CFrame
  3153. wait()
  3154. ch.CFrame = lplayer.Character["Right Leg"].CFrame
  3155. wait()
  3156. ch.CFrame = lplayer.Character["Head"].CFrame
  3157. end
  3158. end
  3159. end
  3160. end
  3161. end
  3162. while wait() do
  3163. bringmodw()
  3164. end
  3165. game:GetService("StarterGui"):SetCore("SendNotification", {
  3166. Title = "BringMod";
  3167. Text = "BringMod enabled.";
  3168. })
  3169. end
  3170. if string.sub(CMDBAR.Text, 1, 7) == ("respawn") then
  3171. local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  3172. local hum = Instance.new('Humanoid', mod)
  3173. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  3174. lplayer.Character = mod
  3175. end
  3176. if string.sub(CMDBAR.Text, 1, 8) == ("shutdown") then
  3177. game:GetService'RunService'.Stepped:Connect(function()
  3178. pcall(function()
  3179. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  3180. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  3181. for _,x in pairs(v.Character.Head:GetChildren()) do
  3182. if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  3183. end
  3184. end
  3185. end
  3186. end)
  3187. end)
  3188. game:GetService("StarterGui"):SetCore("SendNotification", {
  3189. Title = "Attempting Shutdown";
  3190. Text = "Shutdown Attempt has begun.";
  3191. })
  3192. end
  3193. if string.sub(CMDBAR.Text, 1, 7) == ("delobj ") then
  3194. objtodel = (string.sub(CMDBAR.Text, 8))
  3195. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  3196. if v.Name == objtodel then
  3197. v:Destroy()
  3198. end
  3199. end
  3200. end
  3201. if string.sub(CMDBAR.Text, 1, 7) == ("getplrs") then
  3202. for i,v in pairs(game:GetService("Players"):GetPlayers())do
  3203. print(v)
  3204. end
  3205. game:GetService("StarterGui"):SetCore("SendNotification", {
  3206. Title = "Printed";
  3207. Text = "Players have been printed to console. (F9)";
  3208. })
  3209. end
  3210. if string.sub(CMDBAR.Text, 1, 8) == ("deldecal") then
  3211. for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  3212. if (v:IsA("Decal")) then
  3213. v:Destroy()
  3214. end
  3215. end
  3216. end
  3217. if string.sub(CMDBAR.Text, 1, 10) == ("opfinality") then
  3218. loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  3219. game:GetService("StarterGui"):SetCore("SendNotification", {
  3220. Title = "Success!";
  3221. Text = "OpFinality GUI has loaded.";
  3222. })
  3223. end
  3224. if string.sub(CMDBAR.Text, 1, 7) == ("remotes") then
  3225. remotes = true
  3226. added = true
  3227. game.DescendantAdded:connect(function(rmt)
  3228. if added == true then
  3229. if remotes == true then
  3230. if rmt:IsA("RemoteEvent") then
  3231. print("A RemoteEvent was added!")
  3232. print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  3233. print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  3234. end end end
  3235. end)
  3236. game.DescendantAdded:connect(function(rmtfnctn)
  3237. if added == true then
  3238. if remotes == true then
  3239. if rmtfnctn:IsA("RemoteFunction") then
  3240. warn("A RemoteFunction was added!")
  3241. warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  3242. print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  3243. end end end
  3244. end)
  3245.  
  3246. game.DescendantAdded:connect(function(bndfnctn)
  3247. if added == true then
  3248. if binds == true then
  3249. if bndfnctn:IsA("BindableFunction") then
  3250. print("A BindableFunction was added!")
  3251. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  3252. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  3253. end end end
  3254. end)
  3255.  
  3256. game.DescendantAdded:connect(function(bnd)
  3257. if added == true then
  3258. if binds == true then
  3259. if bnd:IsA("BindableEvent") then
  3260. warn("A BindableEvent was added!")
  3261. warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  3262. print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  3263. end end end
  3264. end)
  3265.  
  3266.  
  3267. if binds == true then
  3268. for i,v in pairs(game:GetDescendants()) do
  3269. if v:IsA("BindableFunction") then
  3270. print(" game." .. v:GetFullName() .. " | BindableFunction")
  3271. print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  3272. end end
  3273. for i,v in pairs(game:GetDescendants()) do
  3274. if v:IsA("BindableEvent") then
  3275. warn(" game." .. v:GetFullName() .. " | BindableEvent")
  3276. print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  3277. end end
  3278. else
  3279. print("Off")
  3280. end
  3281. if remotes == true then
  3282. for i,v in pairs(game:GetDescendants()) do
  3283. if v:IsA("RemoteFunction") then
  3284. warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  3285. print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  3286. end end
  3287. wait()
  3288. for i,v in pairs(game:GetDescendants()) do
  3289. if v:IsA("RemoteEvent") then
  3290. print(" game." .. v:GetFullName() .. " | RemoteEvent")
  3291. print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  3292. end end
  3293. else
  3294. print("Off")
  3295. end
  3296. game:GetService("StarterGui"):SetCore("SendNotification", {
  3297. Title = "Printing Remotes";
  3298. Text = "Type ;noremotes to disable.";
  3299. })
  3300. end
  3301. if string.sub(CMDBAR.Text, 1, 9) == ("noremotes") then
  3302. remotes = false
  3303. added = false
  3304. game:GetService("StarterGui"):SetCore("SendNotification", {
  3305. Title = "Printing Remotes Disabled";
  3306. Text = "Type ;remotes to enable.";
  3307. })
  3308. end
  3309. if string.sub(CMDBAR.Text, 1, 9) == ("tpdefault") then
  3310. spin = false
  3311. followed = false
  3312. traill = false
  3313. noclip = false
  3314. annoying = false
  3315. hwalk = false
  3316. cbringing = false
  3317. end
  3318. if string.sub(CMDBAR.Text, 1, 7) == ("stopsit") then
  3319. stopsitting = true
  3320. end
  3321. if string.sub(CMDBAR.Text, 1, 5) == ("gosit") then
  3322. stopsitting = false
  3323. end
  3324. if string.sub(CMDBAR.Text, 1, 7) == ("version") then
  3325. print(adminversion)
  3326. game:GetService("StarterGui"):SetCore("SendNotification", {
  3327. Title = "Version";
  3328. Text = adminversion;
  3329. })
  3330. end
  3331. if string.sub(CMDBAR.Text, 1, 7) == ("clicktp") then
  3332. clickgoto = true
  3333. game:GetService("StarterGui"):SetCore("SendNotification", {
  3334. Title = "Click TP";
  3335. Text = "Press E to teleport to mouse position";
  3336. })
  3337. end
  3338. if string.sub(CMDBAR.Text, 1, 9) == ("noclicktp") then
  3339. clickgoto = false
  3340. game:GetService("StarterGui"):SetCore("SendNotification", {
  3341. Title = "Click TP";
  3342. Text = "Click TP has been disabled.";
  3343. })
  3344. end
  3345. if string.sub(CMDBAR.Text, 1, 7) == ("toolson") then
  3346. gettingtools = true
  3347. game:GetService("StarterGui"):SetCore("SendNotification", {
  3348. Title = "Tools Enabled";
  3349. Text = "Automatically colleting tools dropped.";
  3350. })
  3351. end
  3352. if string.sub(CMDBAR.Text, 1, 8) == ("toolsoff") then
  3353. gettingtools = false
  3354. game:GetService("StarterGui"):SetCore("SendNotification", {
  3355. Title = "Tools Disabled";
  3356. Text = "Click TP has been disabled.";
  3357. })
  3358. end
  3359. if string.sub(CMDBAR.Text, 1, 9) == ("delcmdbar") then
  3360. ScreenGui:Destroy()
  3361. end
  3362. if string.sub(CMDBAR.Text, 1, 5) == ("reset") then
  3363. lplayer.Character.Head:Destroy()
  3364. end
  3365. if string.sub(CMDBAR.Text, 1, 6) == ("state ") then
  3366. statechosen = string.sub(CMDBAR.Text, 7)
  3367. changingstate = true
  3368. end
  3369. if string.sub(CMDBAR.Text, 1, 8) == ("gravity ") then
  3370. game:GetService("Workspace").Gravity = string.sub(CMDBAR.Text, 9)
  3371. end
  3372. if string.sub(CMDBAR.Text, 1, 9) == ("looprhats") then
  3373. removingmeshhats = true
  3374. end
  3375. if string.sub(CMDBAR.Text, 1, 11) == ("unlooprhats") then
  3376. removingmeshhats = false
  3377. end
  3378. if string.sub(CMDBAR.Text, 1, 9) == ("looprtool") then
  3379. removingmeshtool = true
  3380. end
  3381. if string.sub(CMDBAR.Text, 1, 11) == ("unlooprtool") then
  3382. removingmeshtool = false
  3383. end
  3384. if string.sub(CMDBAR.Text, 1, 9) == ("givetool ") then
  3385. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  3386. if v:IsA("Tool") then
  3387. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  3388. v.Parent = player.Character
  3389. end
  3390. end
  3391. end
  3392. end
  3393. if string.sub(CMDBAR.Text, 1, 4) == ("age ") then
  3394. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  3395. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  3396. end
  3397. end
  3398. if string.sub(CMDBAR.Text, 1, 3) == ("id ") then
  3399. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 4))) do
  3400. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  3401. end
  3402. end
  3403. if string.sub(CMDBAR.Text, 1, 5) == (".age ") then
  3404. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  3405. game:GetService("StarterGui"):SetCore("SendNotification", {
  3406. Title = player.AccountAge.." Days";
  3407. Text = "Account age of "..player.Name;
  3408. })
  3409. end
  3410. end
  3411. if string.sub(CMDBAR.Text, 1, 4) == (".id ") then
  3412. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  3413. game:GetService("StarterGui"):SetCore("SendNotification", {
  3414. Title = player.UserId.." ID";
  3415. Text = "Account ID of "..player.Name;
  3416. })
  3417. end
  3418. end
  3419. if string.sub(CMDBAR.Text, 1, 6) == ("gameid") then
  3420. game:GetService("StarterGui"):SetCore("SendNotification", {
  3421. Title = "Game ID";
  3422. Text = "Game ID: ".. game.GameId;
  3423. })
  3424. end
  3425. if string.sub(CMDBAR.Text, 1, 3) == ("pgs") then
  3426. local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  3427. if pgscheck == true then
  3428. game:GetService("StarterGui"):SetCore("SendNotification", {
  3429. Title = "PGSPhysicsSolverEnabled";
  3430. Text = "PGS is Enabled!";
  3431. })
  3432. else
  3433. game:GetService("StarterGui"):SetCore("SendNotification", {
  3434. Title = "PGSPhysicsSolverEnabled";
  3435. Text = "PGS is Disabled!";
  3436. })
  3437. end
  3438. end
  3439. if string.sub(CMDBAR.Text, 1, 11) == ("removeinvis") then
  3440. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  3441. if v:IsA("Part") then
  3442. if v.Transparency == 1 then
  3443. if v.Name ~= "HumanoidRootPart" then
  3444. v:Destroy()
  3445. end
  3446. end
  3447. end
  3448. end
  3449. end
  3450. if string.sub(CMDBAR.Text, 1, 9) == ("removefog") then
  3451. game:GetService("Lighting").FogStart = 0
  3452. game:GetService("Lighting").FogEnd = 9999999999999
  3453. end
  3454. if string.sub(CMDBAR.Text, 1, 7) == ("disable") then
  3455. lplayer.Character.Humanoid.Parent = lplayer
  3456. end
  3457. if string.sub(CMDBAR.Text, 1, 6) == ("enable") then
  3458. lplayer.Humanoid.Parent = lplayer.Character
  3459. end
  3460. if string.sub(CMDBAR.Text, 1, 13) == ("givealltools ") then
  3461. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  3462. if v:IsA("Tool") then
  3463. v.Parent = lplayer.Character
  3464. wait()
  3465. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 14))) do
  3466. v.Parent = player.Character
  3467. end
  3468. end
  3469. end
  3470. end
  3471. if string.sub(CMDBAR.Text, 1, 9) == ("flyspeed ") then
  3472. speedfly = string.sub(CMDBAR.Text, 10)
  3473. wait()
  3474. change()
  3475. end
  3476. if string.sub(CMDBAR.Text, 1, 7) == ("carpet ") then
  3477. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  3478. local Anim3 = Instance.new("Animation")
  3479. Anim3.AnimationId = "rbxassetid://282574440"
  3480. local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  3481. track3:Play(.1, 1, 1)
  3482. bplrr = v.Name
  3483. banpl = true
  3484. end
  3485. end
  3486. if string.sub(CMDBAR.Text, 1, 8) == ("uncarpet") then
  3487. banpl = false
  3488. end
  3489. if string.sub(CMDBAR.Text, 1, 6) == ("stare ") then
  3490. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  3491. staring = true
  3492. stareplr = v
  3493. end
  3494. end
  3495. if string.sub(CMDBAR.Text, 1, 7) == ("unstare") then
  3496. staring = false
  3497. end
  3498. if string.sub(CMDBAR.Text, 1, 7) == ("logchat") then
  3499. chatlogs = true
  3500. game:GetService("StarterGui"):SetCore("SendNotification", {
  3501. Title = "LogChat enabled";
  3502. Text = "Now logging all player chat.";
  3503. })
  3504. end
  3505. if string.sub(CMDBAR.Text, 1, 9) == ("unlogchat") then
  3506. chatlogs = false
  3507. game:GetService("StarterGui"):SetCore("SendNotification", {
  3508. Title = "LogChat disabled";
  3509. Text = "Stopped logging all player chat.";
  3510. })
  3511. end
  3512. if string.sub(CMDBAR.Text, 1, 6) == ("fixcam") then
  3513. game:GetService("Workspace").CurrentCamera:Destroy()
  3514. wait(0.1)
  3515. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  3516. game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  3517. lplayer.CameraMinZoomDistance = 0.5
  3518. lplayer.CameraMaxZoomDistance = 400
  3519. lplayer.CameraMode = "Classic"
  3520. end
  3521. if string.sub(CMDBAR.Text, 1, 7) == ("unstate") then
  3522. changingstate = false
  3523. end
  3524. CMDBAR.Text = ""
  3525. end
  3526. end)
  3527.  
  3528. wait(0.3)
  3529. game:GetService("StarterGui"):SetCore("SendNotification", {
  3530. Title = "Loaded successfully!";
  3531. Text = "Reviz Admin V2 by illremember";
  3532. })
  3533. wait(0.1)
  3534. print("Reviz Admin V2 loaded!")
  3535. if game:GetService("Workspace").FilteringEnabled == true then
  3536. warn("FE is Enabled (Filtering Enabled)")
  3537. game:GetService("StarterGui"):SetCore("SendNotification", {
  3538. Title = "FE is Enabled";
  3539. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  3540. })
  3541. else
  3542. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  3543. game:GetService("StarterGui"):SetCore("SendNotification", {
  3544. Title = "FE is Disabled";
  3545. Text = "Filtering Disabled. Consider using a different admin script.";
  3546. })
  3547. end
  3548.  
  3549. local intro = Instance.new("ScreenGui")
  3550. local Frame = Instance.new("Frame")
  3551. local ImageLabel = Instance.new("ImageLabel")
  3552. intro.Parent = game:GetService("CoreGui")
  3553. Frame.Parent = intro
  3554. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  3555. Frame.BackgroundTransparency = 1
  3556. Frame.Size = UDim2.new(1, 0, 0, 300)
  3557. Frame.Position = UDim2.new(0, 0, -0.4, 0)
  3558. ImageLabel.Parent = Frame
  3559. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  3560. ImageLabel.BackgroundTransparency = 1
  3561. ImageLabel.Position = UDim2.new(0, 0, 0, 0)
  3562. ImageLabel.Size = UDim2.new(1, 0, 1, 0)
  3563. ImageLabel.Image = "http://www.roblox.com/asset/?id=1542162618"
  3564. Frame:TweenPosition(UDim2.new(0, 0, 0.2, 0), "Out", "Elastic", 3)
  3565. wait(3.01)
  3566. Frame:TweenPosition(UDim2.new(0, 0, 1.5, 0), "Out", "Elastic", 5)
  3567. wait(5.01)
  3568. intro:Destroy()
  3569. end)
  3570.  
  3571. None_8.Name = "None"
  3572. None_8.Parent = Main
  3573. None_8.BackgroundColor3 = Color3.new(0, 1, 1)
  3574. None_8.Position = UDim2.new(0.0278713107, 0, 0.357467234, 0)
  3575. None_8.Size = UDim2.new(0, 176, 0, 41)
  3576. None_8.Font = Enum.Font.Cartoon
  3577. None_8.Text = "None"
  3578. None_8.TextColor3 = Color3.new(0, 0, 0)
  3579. None_8.TextScaled = true
  3580. None_8.TextSize = 14
  3581. None_8.TextWrapped = true
  3582.  
  3583. None_9.Name = "None"
  3584. None_9.Parent = Main
  3585. None_9.BackgroundColor3 = Color3.new(0, 1, 1)
  3586. None_9.Position = UDim2.new(0.0278713107, 0, 0.546052814, 0)
  3587. None_9.Size = UDim2.new(0, 176, 0, 41)
  3588. None_9.Font = Enum.Font.Cartoon
  3589. None_9.Text = "None"
  3590. None_9.TextColor3 = Color3.new(0, 0, 0)
  3591. None_9.TextScaled = true
  3592. None_9.TextSize = 14
  3593. None_9.TextWrapped = true
  3594.  
  3595. None_10.Name = "None"
  3596. None_10.Parent = Main
  3597. None_10.BackgroundColor3 = Color3.new(0, 1, 1)
  3598. None_10.Position = UDim2.new(0.0278713107, 0, 0.732157052, 0)
  3599. None_10.Size = UDim2.new(0, 176, 0, 41)
  3600. None_10.Font = Enum.Font.Cartoon
  3601. None_10.Text = "None"
  3602. None_10.TextColor3 = Color3.new(0, 0, 0)
  3603. None_10.TextScaled = true
  3604. None_10.TextSize = 14
  3605. None_10.TextWrapped = true
  3606.  
  3607. Close.Name = "Close"
  3608. Close.Parent = Main
  3609. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  3610. Close.BackgroundTransparency = 1
  3611. Close.Position = UDim2.new(0.930000007, 0, 0, 0)
  3612. Close.Size = UDim2.new(0, 42, 0, 35)
  3613. Close.Font = Enum.Font.Cartoon
  3614. Close.Text = "X"
  3615. Close.TextColor3 = Color3.new(0, 0, 0)
  3616. Close.TextScaled = true
  3617. Close.TextSize = 14
  3618. Close.TextWrapped = true
  3619. Close.MouseButton1Down:connect(function()
  3620. Open.Visible = true
  3621. Main.Visible = false
  3622. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement