Advertisement
Guest User

Stands online Non sX Script

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