Advertisement
Guest User

Untitled

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