RoldHaYT

Booga Booga Admin Script , 2019 !

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