Advertisement
Guest User

RoCitizens Intel GUI

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