Advertisement
Guest User

for mr delta

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