Advertisement
uor

Magic training op

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