Advertisement
refuzion

[ROBLOX] FE Games GUI [by: refuzion]

Apr 9th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 336.85 KB | None | 0 0
  1. print("[RFFSP] Script execution successfull")
  2. local FEScriptpackbyrefuzion = Instance.new("ScreenGui")
  3. local OpenFrame = Instance.new("Frame")
  4. local Open = Instance.new("TextButton")
  5. local MainScreen = Instance.new("Frame")
  6. local BeautyA = Instance.new("Frame")
  7. local BeautyB = Instance.new("Frame")
  8. local TextLabel = Instance.new("TextLabel")
  9. local TextLabel_2 = Instance.new("TextLabel")
  10. local AsosiaGUI = Instance.new("TextButton")
  11. local MiniAdminGUI = Instance.new("TextButton")
  12. local RevisAdminGUI = Instance.new("TextButton")
  13. local FEClickTP = Instance.new("TextButton")
  14. local FEGodmode = Instance.new("TextButton")
  15. local FEFly = Instance.new("TextButton")
  16. local AnimationGUI = Instance.new("TextButton")
  17. local FENoClip = Instance.new("TextButton")
  18. local ShattervastGUI = Instance.new("TextButton")
  19. local CloseMain = Instance.new("TextButton")
  20. --Properties:
  21. FEScriptpackbyrefuzion.Name = "FE Script pack [by refuzion]"
  22. FEScriptpackbyrefuzion.Parent = game.CoreGui
  23. FEScriptpackbyrefuzion.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  24.  
  25. OpenFrame.Name = "OpenFrame"
  26. OpenFrame.Parent = FEScriptpackbyrefuzion
  27. OpenFrame.Active = true
  28. OpenFrame.BackgroundColor3 = Color3.new(1, 0.368627, 0.117647)
  29. OpenFrame.BorderSizePixel = 0
  30. OpenFrame.Position = UDim2.new(0, 0, 0.560885608, 0)
  31. OpenFrame.Size = UDim2.new(0, 117, 0, 34)
  32.  
  33. Open.Name = "Open"
  34. Open.Parent = OpenFrame
  35. Open.BackgroundColor3 = Color3.new(1, 0.368627, 0.117647)
  36. Open.BorderSizePixel = 0
  37. Open.Position = UDim2.new(0, 0, -0.0273497105, 0)
  38. Open.Size = UDim2.new(0, 117, 0, 34)
  39. Open.Font = Enum.Font.SciFi
  40. Open.Text = "OPEN"
  41. Open.TextColor3 = Color3.new(0, 0, 0)
  42. Open.TextSize = 20
  43. Open.MouseButton1Down:connect(function()
  44. MainScreen.Visible = true
  45. OpenFrame.Visible = false
  46. end)
  47.  
  48. MainScreen.Name = "MainScreen"
  49. MainScreen.Parent = FEScriptpackbyrefuzion
  50. MainScreen.Active = true
  51. MainScreen.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  52. MainScreen.BackgroundTransparency = 0.30000001192093
  53. MainScreen.BorderSizePixel = 0
  54. MainScreen.Position = UDim2.new(0.313027173, 0, 0.265682638, 0)
  55. MainScreen.Size = UDim2.new(0, 481, 0, 254)
  56. MainScreen.Visible = false
  57. MainScreen.Draggable = true
  58.  
  59. BeautyA.Name = "BeautyA"
  60. BeautyA.Parent = MainScreen
  61. BeautyA.Active = true
  62. BeautyA.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  63. BeautyA.BorderSizePixel = 0
  64. BeautyA.Size = UDim2.new(0, 481, 0, 24)
  65.  
  66. BeautyB.Name = "BeautyB"
  67. BeautyB.Parent = MainScreen
  68. BeautyB.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  69. BeautyB.BorderSizePixel = 0
  70. BeautyB.Position = UDim2.new(0, 0, 0.905511796, 0)
  71. BeautyB.Size = UDim2.new(0, 481, 0, 24)
  72.  
  73. TextLabel.Parent = MainScreen
  74. TextLabel.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  75. TextLabel.BorderSizePixel = 0
  76. TextLabel.Position = UDim2.new(0.234927237, 0, 0.905511796, 0)
  77. TextLabel.Size = UDim2.new(0, 255, 0, 24)
  78. TextLabel.Font = Enum.Font.SciFi
  79. TextLabel.Text = "GUI CREATED BY REFUZION"
  80. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  81. TextLabel.TextSize = 14
  82.  
  83. TextLabel_2.Parent = MainScreen
  84. TextLabel_2.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  85. TextLabel_2.BorderSizePixel = 0
  86. TextLabel_2.Position = UDim2.new(0.33056134, 0, 0, 0)
  87. TextLabel_2.Size = UDim2.new(0, 156, 0, 24)
  88. TextLabel_2.Font = Enum.Font.SciFi
  89. TextLabel_2.Text = "FE SCRIPT PACK"
  90. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  91. TextLabel_2.TextSize = 14
  92.  
  93. AsosiaGUI.Name = "AsosiaGUI"
  94. AsosiaGUI.Parent = MainScreen
  95. AsosiaGUI.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  96. AsosiaGUI.BorderSizePixel = 0
  97. AsosiaGUI.Position = UDim2.new(0.058808282, 0, 0.16281198, 0)
  98. AsosiaGUI.Size = UDim2.new(0, 115, 0, 47)
  99. AsosiaGUI.Font = Enum.Font.SciFi
  100. AsosiaGUI.Text = "AROSIA GUI"
  101. AsosiaGUI.TextColor3 = Color3.new(0, 0, 0)
  102. AsosiaGUI.TextSize = 14
  103. AsosiaGUI.MouseButton1Down:connect(function()
  104. -- Thank you for using Arosia, enjoy!
  105.  
  106. -- Objects
  107.  
  108. local Arosia = Instance.new("ScreenGui")
  109. local SideTabsBrick = Instance.new("Frame")
  110. local icon = Instance.new("ImageLabel")
  111. local MainFrame = Instance.new("Frame")
  112. local TopRow = Instance.new("Frame")
  113. local Title = Instance.new("TextLabel")
  114. local CloseGUI = Instance.new("TextButton")
  115. local FE_Check = Instance.new("TextLabel")
  116. local SideTabs = Instance.new("Frame")
  117. local TAB_LocalPlayer = Instance.new("TextButton")
  118. local TAB_Others = Instance.new("TextButton")
  119. local TAB_Scripts = Instance.new("TextButton")
  120. local TAB_Credit = Instance.new("TextButton")
  121. local TAB_Games = Instance.new("TextButton")
  122. local Others = Instance.new("Frame")
  123. local PlayerUserEnter = Instance.new("TextBox")
  124. local Guidance = Instance.new("TextLabel")
  125. local Annoy = Instance.new("TextButton")
  126. local Teleport = Instance.new("TextButton")
  127. local View = Instance.new("TextButton")
  128. local Kill = Instance.new("TextButton")
  129. local Attach = Instance.new("TextButton")
  130. local Bring = Instance.new("TextButton")
  131. local Guidance2 = Instance.new("TextLabel")
  132. local NoneSelected = Instance.new("Frame")
  133. local NoneSelectedText1 = Instance.new("TextLabel")
  134. local NoneSelectedText2 = Instance.new("TextLabel")
  135. local NoneSelectedText3 = Instance.new("TextLabel")
  136. local LocalPlayer = Instance.new("Frame")
  137. local GodMode = Instance.new("TextButton")
  138. local Fly = Instance.new("TextButton")
  139. local Speed = Instance.new("TextButton")
  140. local Speed_TXTBOX = Instance.new("TextBox")
  141. local JumpHeight = Instance.new("TextButton")
  142. local JumpHeight_TXTBOX = Instance.new("TextBox")
  143. local Chat = Instance.new("TextButton")
  144. local Chat_TXTBOX = Instance.new("TextBox")
  145. local Respawn = Instance.new("TextButton")
  146. local HipHeight = Instance.new("TextButton")
  147. local HipHeight_TXTBOX = Instance.new("TextBox")
  148. local Noclip = Instance.new("TextButton")
  149. local Sit = Instance.new("TextButton")
  150. local Jump = Instance.new("TextButton")
  151. local HideName = Instance.new("TextButton")
  152. local Spam = Instance.new("TextButton")
  153. local Freeze = Instance.new("TextButton")
  154. local Btools = Instance.new("TextButton")
  155. local Spin = Instance.new("TextButton")
  156. local NoLimbs = Instance.new("TextButton")
  157. local Seizure = Instance.new("TextButton")
  158. local Games = Instance.new("Frame")
  159. local Scripts = Instance.new("Frame")
  160. local SideFrame = Instance.new("Frame")
  161. local SIDE_Title = Instance.new("TextLabel")
  162. local OpenGUI = Instance.new("TextButton")
  163. local SIDE_FE_Check = Instance.new("TextLabel")
  164. local getimage = game:GetService('ContentProvider')
  165. local ResetDefault = Instance.new("TextButton")
  166. local Push = Instance.new("TextButton")
  167. local ClientFreeze = Instance.new("TextButton")
  168. local Orbit = Instance.new("TextButton")
  169. local BringAll = Instance.new("TextButton")
  170. local AttachAll = Instance.new("TextButton")
  171. local Flatten = Instance.new("TextButton")
  172. local Guidance3 = Instance.new("TextLabel")
  173. local KillAll = Instance.new("TextButton")
  174. local Energize = Instance.new("TextButton")
  175. local GlitchMax = Instance.new("TextButton")
  176. local Energize_TXT = Instance.new("TextLabel")
  177. local GlitchMax_TXT = Instance.new("TextLabel")
  178. local Verspin = Instance.new("TextButton")
  179. local Verspin_TXT = Instance.new("TextLabel")
  180. local Temp = Instance.new("TextLabel")
  181. local Experimental = Instance.new("TextButton")
  182. local CHAOS = Instance.new("TextButton")
  183.  
  184. -- Properties
  185.  
  186. Arosia.Name = "Arosia"
  187. Arosia.Parent = game.CoreGui
  188.  
  189. MainFrame.Name = "MainFrame"
  190. MainFrame.Parent = Arosia
  191. MainFrame.Active = true
  192. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  193. MainFrame.BackgroundTransparency = 1
  194. MainFrame.Draggable = true
  195. MainFrame.Position = UDim2.new(0.309, 0, -1, 0)
  196. MainFrame.Size = UDim2.new(0, 448, 0, 334)
  197.  
  198. TopRow.Name = "TopRow"
  199. TopRow.Parent = MainFrame
  200. TopRow.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  201. TopRow.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  202. TopRow.BorderSizePixel = 2
  203. TopRow.Size = UDim2.new(0, 448, 0, 24)
  204. TopRow.ZIndex = 7
  205.  
  206. Title.Name = "Title"
  207. Title.Parent = TopRow
  208. Title.Active = true
  209. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  210. Title.BackgroundTransparency = 1
  211. Title.Size = UDim2.new(0, 90, 0, 24)
  212. Title.Font = Enum.Font.ArialBold
  213. Title.FontSize = Enum.FontSize.Size24
  214. Title.Text = "Arosia "
  215. Title.TextColor3 = Color3.new(0.368627, 0.976471, 0.262745)
  216. Title.TextScaled = true
  217. Title.TextSize = 19
  218. Title.TextWrapped = true
  219. Title.ZIndex = 8
  220.  
  221. CloseGUI.Name = "CloseGUI"
  222. CloseGUI.Parent = TopRow
  223. CloseGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  224. CloseGUI.BackgroundTransparency = 1
  225. CloseGUI.Position = UDim2.new(0.560000002, 166, 0.100000001, 0)
  226. CloseGUI.Size = UDim2.new(0, 38, 0, 24)
  227. CloseGUI.Font = Enum.Font.ArialBold
  228. CloseGUI.FontSize = Enum.FontSize.Size32
  229. CloseGUI.Text = "X"
  230. CloseGUI.TextColor3 = Color3.new(0.615686, 0, 0)
  231. CloseGUI.TextSize = 30
  232. CloseGUI.ZIndex = 8
  233.  
  234. FE_Check.Name = "FE_Check"
  235. FE_Check.Parent = TopRow
  236. FE_Check.BackgroundColor3 = Color3.new(1, 1, 1)
  237. FE_Check.BackgroundTransparency = 1
  238. FE_Check.Position = UDim2.new(0.291458786, 0, 0, 0)
  239. FE_Check.Size = UDim2.new(0, 223, 0, 24)
  240. FE_Check.Font = Enum.Font.Highway
  241. FE_Check.FontSize = Enum.FontSize.Size14
  242. FE_Check.Text = "Error loading FE Checker"
  243. FE_Check.TextColor3 = Color3.new(1, 1, 1)
  244. FE_Check.TextScaled = true
  245. FE_Check.TextSize = 14
  246. FE_Check.TextWrapped = true
  247. FE_Check.ZIndex = 8
  248.  
  249. SideTabs.Name = "SideTabs"
  250. SideTabs.Parent = MainFrame
  251. SideTabs.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  252. SideTabs.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  253. SideTabs.BorderSizePixel = 2
  254. SideTabs.Position = UDim2.new(0, 0, 0.0799999982, 0)
  255. SideTabs.Size = UDim2.new(0, 120, 0, 307)
  256. SideTabs.ZIndex = 5
  257.  
  258. TAB_LocalPlayer.Name = "TAB_LocalPlayer"
  259. TAB_LocalPlayer.Parent = SideTabs
  260. TAB_LocalPlayer.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  261. TAB_LocalPlayer.BorderSizePixel = 0
  262. TAB_LocalPlayer.Size = UDim2.new(0, 120, 0, 35)
  263. TAB_LocalPlayer.Font = Enum.Font.SourceSansBold
  264. TAB_LocalPlayer.FontSize = Enum.FontSize.Size24
  265. TAB_LocalPlayer.Text = "Local Player"
  266. TAB_LocalPlayer.TextColor3 = Color3.new(0.882353, 0.882353, 0.882353)
  267. TAB_LocalPlayer.TextSize = 23
  268. TAB_LocalPlayer.TextWrapped = true
  269. TAB_LocalPlayer.ZIndex = 6
  270.  
  271. TAB_Others.Name = "TAB_Others"
  272. TAB_Others.Parent = SideTabs
  273. TAB_Others.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  274. TAB_Others.BorderSizePixel = 0
  275. TAB_Others.Position = UDim2.new(0, 0, 0.130510315, 0)
  276. TAB_Others.Size = UDim2.new(0, 120, 0, 35)
  277. TAB_Others.Font = Enum.Font.SourceSansBold
  278. TAB_Others.FontSize = Enum.FontSize.Size28
  279. TAB_Others.Text = "Others"
  280. TAB_Others.TextColor3 = Color3.new(0.882353, 0.882353, 0.882353)
  281. TAB_Others.TextSize = 27
  282. TAB_Others.TextWrapped = true
  283. TAB_Others.ZIndex = 6
  284.  
  285. TAB_Scripts.Name = "TAB_Scripts"
  286. TAB_Scripts.Parent = SideTabs
  287. TAB_Scripts.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  288. TAB_Scripts.BorderSizePixel = 0
  289. TAB_Scripts.Position = UDim2.new(0, 0, 0.261020631, 0)
  290. TAB_Scripts.Size = UDim2.new(0, 120, 0, 35)
  291. TAB_Scripts.Font = Enum.Font.SourceSansBold
  292. TAB_Scripts.FontSize = Enum.FontSize.Size28
  293. TAB_Scripts.Text = "Scripts"
  294. TAB_Scripts.TextColor3 = Color3.new(0.882353, 0.882353, 0.882353)
  295. TAB_Scripts.TextSize = 27
  296. TAB_Scripts.TextWrapped = true
  297. TAB_Scripts.ZIndex = 6
  298.  
  299. TAB_Credit.Name = "TAB_Credit"
  300. TAB_Credit.Parent = SideTabs
  301. TAB_Credit.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  302. TAB_Credit.BorderSizePixel = 0
  303. TAB_Credit.Position = UDim2.new(0, 0, 0.880944669, 0)
  304. TAB_Credit.Size = UDim2.new(0, 120, 0, 37)
  305. TAB_Credit.Font = Enum.Font.SourceSansBold
  306. TAB_Credit.FontSize = Enum.FontSize.Size28
  307. TAB_Credit.Text = "illremember"
  308. TAB_Credit.TextColor3 = Color3.new(0.882353, 0.882353, 0.882353)
  309. TAB_Credit.TextSize = 25
  310. TAB_Credit.TextStrokeColor3 = Color3.new(1, 0, 0)
  311. TAB_Credit.TextStrokeTransparency = 0.80000001192093
  312. TAB_Credit.TextWrapped = true
  313. TAB_Credit.ZIndex = 6
  314.  
  315. TAB_Games.Name = "TAB_Games"
  316. TAB_Games.Parent = SideTabs
  317. TAB_Games.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  318. TAB_Games.BorderSizePixel = 0
  319. TAB_Games.Position = UDim2.new(0, 0, 0.391530931, 0)
  320. TAB_Games.Size = UDim2.new(0, 120, 0, 35)
  321. TAB_Games.Font = Enum.Font.SourceSansBold
  322. TAB_Games.FontSize = Enum.FontSize.Size28
  323. TAB_Games.Text = "Games"
  324. TAB_Games.TextColor3 = Color3.new(0.882353, 0.882353, 0.882353)
  325. TAB_Games.TextSize = 27
  326. TAB_Games.TextWrapped = true
  327. TAB_Games.ZIndex = 6
  328.  
  329. Others.Name = "Others"
  330. Others.Parent = MainFrame
  331. Others.BackgroundColor3 = Color3.new(0.8, 0.8, 0.8)
  332. Others.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  333. Others.BorderSizePixel = 2
  334. Others.Position = UDim2.new(0.31400001, -21, 0.180000007, -33)
  335. Others.Size = UDim2.new(0, 328, 0, 307)
  336. Others.Visible = false
  337.  
  338. PlayerUserEnter.Name = "PlayerUserEnter"
  339. PlayerUserEnter.Parent = Others
  340. PlayerUserEnter.BackgroundColor3 = Color3.new(0.65098, 0.65098, 0.65098)
  341. PlayerUserEnter.BorderSizePixel = 0
  342. PlayerUserEnter.Position = UDim2.new(0.0612446219, 0, 0.0978827327, 0)
  343. PlayerUserEnter.Size = UDim2.new(0, 286, 0, 26)
  344. PlayerUserEnter.Font = Enum.Font.SourceSans
  345. PlayerUserEnter.FontSize = Enum.FontSize.Size14
  346. PlayerUserEnter.Text = ""
  347. PlayerUserEnter.TextScaled = true
  348. PlayerUserEnter.TextSize = 14
  349. PlayerUserEnter.TextWrapped = true
  350.  
  351. Guidance.Name = "Guidance"
  352. Guidance.Parent = Others
  353. Guidance.BackgroundColor3 = Color3.new(1, 1, 1)
  354. Guidance.BackgroundTransparency = 1
  355. Guidance.Position = UDim2.new(0.183733866, 0, 0, 0)
  356. Guidance.Size = UDim2.new(0, 209, 0, 24)
  357. Guidance.Font = Enum.Font.ArialBold
  358. Guidance.FontSize = Enum.FontSize.Size14
  359. Guidance.Text = "Enter Player Username"
  360. Guidance.TextColor3 = Color3.new(0.258824, 0.690196, 0.211765)
  361. Guidance.TextScaled = true
  362. Guidance.TextSize = 14
  363. Guidance.TextWrapped = true
  364.  
  365. Annoy.Name = "Annoy"
  366. Annoy.Parent = Others
  367. Annoy.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  368. Annoy.BorderSizePixel = 0
  369. Annoy.Position = UDim2.new(0.0612553172, 0, 0.228393063, 0)
  370. Annoy.Size = UDim2.new(0, 78, 0, 26)
  371. Annoy.Font = Enum.Font.Arial
  372. Annoy.FontSize = Enum.FontSize.Size18
  373. Annoy.Text = "Annoy"
  374. Annoy.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  375. Annoy.TextSize = 18
  376. Annoy.TextWrapped = true
  377.  
  378. Teleport.Name = "Teleport"
  379. Teleport.Parent = Others
  380. Teleport.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  381. Teleport.BorderSizePixel = 0
  382. Teleport.Position = UDim2.new(0.367531896, 0, 0.228393063, 0)
  383. Teleport.Size = UDim2.new(0, 78, 0, 26)
  384. Teleport.Font = Enum.Font.Arial
  385. Teleport.FontSize = Enum.FontSize.Size18
  386. Teleport.Text = "Teleport"
  387. Teleport.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  388. Teleport.TextSize = 18
  389. Teleport.TextWrapped = true
  390.  
  391. View.Name = "View"
  392. View.Parent = Others
  393. View.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  394. View.BorderSizePixel = 0
  395. View.Position = UDim2.new(0.673808455, 0, 0.228393063, 0)
  396. View.Size = UDim2.new(0, 78, 0, 26)
  397. View.Font = Enum.Font.Arial
  398. View.FontSize = Enum.FontSize.Size18
  399. View.Text = "View"
  400. View.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  401. View.TextSize = 18
  402. View.TextWrapped = true
  403.  
  404. KillAll.Name = "KillAll"
  405. KillAll.Parent = Others
  406. KillAll.BackgroundColor3 = Color3.new(0.423529, 0.0862745, 0.0627451)
  407. KillAll.BorderSizePixel = 0
  408. KillAll.Position = UDim2.new(0.0612446219, 0, 0.880944669, 0)
  409. KillAll.Size = UDim2.new(0, 78, 0, 26)
  410. KillAll.Font = Enum.Font.Arial
  411. KillAll.FontSize = Enum.FontSize.Size18
  412. KillAll.Text = "Kill All"
  413. KillAll.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  414. KillAll.TextSize = 18
  415. KillAll.TextWrapped = true
  416.  
  417. Attach.Name = "Attach"
  418. Attach.Parent = Others
  419. Attach.BackgroundColor3 = Color3.new(0.415686, 0.423529, 0.0666667)
  420. Attach.BorderSizePixel = 0
  421. Attach.Position = UDim2.new(0.673808455, 0, 0.652551532, 0)
  422. Attach.Size = UDim2.new(0, 78, 0, 26)
  423. Attach.Font = Enum.Font.Arial
  424. Attach.FontSize = Enum.FontSize.Size18
  425. Attach.Text = "Attach"
  426. Attach.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  427. Attach.TextSize = 18
  428. Attach.TextWrapped = true
  429.  
  430. Bring.Name = "Bring"
  431. Bring.Parent = Others
  432. Bring.BackgroundColor3 = Color3.new(0.415686, 0.423529, 0.0666667)
  433. Bring.BorderSizePixel = 0
  434. Bring.Position = UDim2.new(0.367531896, 0, 0.652551532, 0)
  435. Bring.Size = UDim2.new(0, 78, 0, 26)
  436. Bring.Font = Enum.Font.Arial
  437. Bring.FontSize = Enum.FontSize.Size18
  438. Bring.Text = "Bring"
  439. Bring.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  440. Bring.TextSize = 18
  441. Bring.TextWrapped = true
  442.  
  443. Guidance2.Name = "Guidance2"
  444. Guidance2.Parent = Others
  445. Guidance2.BackgroundColor3 = Color3.new(1, 1, 1)
  446. Guidance2.BackgroundTransparency = 1
  447. Guidance2.Position = UDim2.new(0.153138295, 0, 0.522041261, 0)
  448. Guidance2.Size = UDim2.new(0, 227, 0, 40)
  449. Guidance2.Font = Enum.Font.ArialBold
  450. Guidance2.FontSize = Enum.FontSize.Size14
  451. Guidance2.Text = "Golden buttons require tools in your backpack before using"
  452. Guidance2.TextColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  453. Guidance2.TextScaled = true
  454. Guidance2.TextSize = 14
  455. Guidance2.TextStrokeColor3 = Color3.new(1, 0.870588, 0.223529)
  456. Guidance2.TextStrokeTransparency = 0.80000001192093
  457. Guidance2.TextWrapped = true
  458.  
  459. Kill.Name = "Kill"
  460. Kill.Parent = Others
  461. Kill.BackgroundColor3 = Color3.new(0.415686, 0.423529, 0.0666667)
  462. Kill.BorderSizePixel = 0
  463. Kill.Position = UDim2.new(0.0612553172, 0, 0.652551532, 0)
  464. Kill.Size = UDim2.new(0, 78, 0, 26)
  465. Kill.Font = Enum.Font.Arial
  466. Kill.FontSize = Enum.FontSize.Size18
  467. Kill.Text = "Kill"
  468. Kill.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  469. Kill.TextSize = 18
  470. Kill.TextWrapped = true
  471.  
  472. BringAll.Name = "Bring"
  473. BringAll.Parent = Others
  474. BringAll.BackgroundColor3 = Color3.new(0.423529, 0.0862745, 0.0627451)
  475. BringAll.BorderSizePixel = 0
  476. BringAll.Position = UDim2.new(0.367467731, 0, 0.880944669, 0)
  477. BringAll.Size = UDim2.new(0, 78, 0, 26)
  478. BringAll.Font = Enum.Font.Arial
  479. BringAll.FontSize = Enum.FontSize.Size18
  480. BringAll.Text = "Bring All"
  481. BringAll.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  482. BringAll.TextSize = 18
  483. BringAll.TextWrapped = true
  484.  
  485. AttachAll.Name = "Attach"
  486. AttachAll.Parent = Others
  487. AttachAll.BackgroundColor3 = Color3.new(0.423529, 0.0862745, 0.0627451)
  488. AttachAll.BorderSizePixel = 0
  489. AttachAll.Position = UDim2.new(0.673690796, 0, 0.880944669, 0)
  490. AttachAll.Size = UDim2.new(0, 78, 0, 26)
  491. AttachAll.Font = Enum.Font.Arial
  492. AttachAll.FontSize = Enum.FontSize.Size18
  493. AttachAll.Text = "Attach All"
  494. AttachAll.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  495. AttachAll.TextSize = 18
  496. AttachAll.TextWrapped = true
  497.  
  498. Flatten.Name = "Flatten"
  499. Flatten.Parent = Others
  500. Flatten.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  501. Flatten.BorderSizePixel = 0
  502. Flatten.Position = UDim2.new(0.367531896, 0, 0.424158514, 0)
  503. Flatten.Size = UDim2.new(0, 78, 0, 26)
  504. Flatten.Font = Enum.Font.Arial
  505. Flatten.FontSize = Enum.FontSize.Size18
  506. Flatten.Text = "Flatten"
  507. Flatten.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  508. Flatten.TextSize = 18
  509. Flatten.TextWrapped = true
  510.  
  511. Guidance3.Name = "Guidance3"
  512. Guidance3.Parent = Others
  513. Guidance3.BackgroundColor3 = Color3.new(1, 1, 1)
  514. Guidance3.BackgroundTransparency = 1
  515. Guidance3.Position = UDim2.new(0.153138295, 0, 0.750434279, 0)
  516. Guidance3.Size = UDim2.new(0, 227, 0, 40)
  517. Guidance3.Font = Enum.Font.ArialBold
  518. Guidance3.FontSize = Enum.FontSize.Size14
  519. Guidance3.Text = "Red buttons require many tools in your backpack before using"
  520. Guidance3.TextColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  521. Guidance3.TextScaled = true
  522. Guidance3.TextSize = 14
  523. Guidance3.TextStrokeColor3 = Color3.new(1, 0.266667, 0.137255)
  524. Guidance3.TextStrokeTransparency = 0.80000001192093
  525. Guidance3.TextWrapped = true
  526.  
  527. NoneSelected.Name = "NoneSelected"
  528. NoneSelected.Parent = MainFrame
  529. NoneSelected.BackgroundColor3 = Color3.new(0.8, 0.8, 0.8)
  530. NoneSelected.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  531. NoneSelected.BorderSizePixel = 2
  532. NoneSelected.Position = UDim2.new(0.31400001, -21, 0.180000007, -33)
  533. NoneSelected.Size = UDim2.new(0, 328, 0, 307)
  534.  
  535. NoneSelectedText1.Name = "NoneSelectedText1"
  536. NoneSelectedText1.Parent = NoneSelected
  537. NoneSelectedText1.BackgroundColor3 = Color3.new(1, 1, 1)
  538. NoneSelectedText1.BackgroundTransparency = 1
  539. NoneSelectedText1.Position = UDim2.new(0.184861064, 0, 0.0326275788, 0)
  540. NoneSelectedText1.Size = UDim2.new(0, 200, 0, 50)
  541. NoneSelectedText1.Font = Enum.Font.ArialBold
  542. NoneSelectedText1.FontSize = Enum.FontSize.Size14
  543. NoneSelectedText1.Text = "Arosia"
  544. NoneSelectedText1.TextColor3 = Color3.new(0.337255, 0.85098, 0.258824)
  545. NoneSelectedText1.TextScaled = true
  546. NoneSelectedText1.TextSize = 14
  547. NoneSelectedText1.TextWrapped = true
  548.  
  549. NoneSelectedText2.Name = "NoneSelectedText2"
  550. NoneSelectedText2.Parent = NoneSelected
  551. NoneSelectedText2.BackgroundColor3 = Color3.new(1, 1, 1)
  552. NoneSelectedText2.BackgroundTransparency = 1
  553. NoneSelectedText2.Position = UDim2.new(0.184861064, -31, 0.195765465, 0)
  554. NoneSelectedText2.Size = UDim2.new(0, 272, 0, 72)
  555. NoneSelectedText2.Font = Enum.Font.ArialBold
  556. NoneSelectedText2.FontSize = Enum.FontSize.Size14
  557. NoneSelectedText2.Text = "Dedicated to bringing power into FE games"
  558. NoneSelectedText2.TextColor3 = Color3.new(0.458824, 0.458824, 0.458824)
  559. NoneSelectedText2.TextScaled = true
  560. NoneSelectedText2.TextSize = 14
  561. NoneSelectedText2.TextWrapped = true
  562.  
  563. NoneSelectedText3.Name = "NoneSelectedText3"
  564. NoneSelectedText3.Parent = NoneSelected
  565. NoneSelectedText3.BackgroundColor3 = Color3.new(1, 1, 1)
  566. NoneSelectedText3.BackgroundTransparency = 1
  567. NoneSelectedText3.Position = UDim2.new(0.0918669328, 0, 0.652551532, 0)
  568. NoneSelectedText3.Size = UDim2.new(0, 272, 0, 72)
  569. NoneSelectedText3.Font = Enum.Font.ArialBold
  570. NoneSelectedText3.FontSize = Enum.FontSize.Size14
  571. NoneSelectedText3.Text = "By illremember"
  572. NoneSelectedText3.TextColor3 = Color3.new(0.458824, 0.458824, 0.458824)
  573. NoneSelectedText3.TextScaled = true
  574. NoneSelectedText3.TextSize = 14
  575. NoneSelectedText3.TextStrokeColor3 = Color3.new(1, 0.027451, 0.027451)
  576. NoneSelectedText3.TextStrokeTransparency = 0.89999997615814
  577. NoneSelectedText3.TextWrapped = true
  578.  
  579. LocalPlayer.Name = "LocalPlayer"
  580. LocalPlayer.Parent = MainFrame
  581. LocalPlayer.BackgroundColor3 = Color3.new(0.8, 0.8, 0.8)
  582. LocalPlayer.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  583. LocalPlayer.BorderSizePixel = 2
  584. LocalPlayer.Position = UDim2.new(0.31400001, -21, 0.180000007, -33)
  585. LocalPlayer.Size = UDim2.new(0, 328, 0, 307)
  586. LocalPlayer.Visible = false
  587.  
  588. GodMode.Name = "GodMode"
  589. GodMode.Parent = LocalPlayer
  590. GodMode.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  591. GodMode.BorderSizePixel = 0
  592. GodMode.Position = UDim2.new(0.0306223109, 0, 0.0326275788, 0)
  593. GodMode.Size = UDim2.new(0, 80, 0, 26)
  594. GodMode.Font = Enum.Font.Arial
  595. GodMode.FontSize = Enum.FontSize.Size18
  596. GodMode.Text = "GodMode"
  597. GodMode.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  598. GodMode.TextSize = 18
  599. GodMode.TextWrapped = true
  600.  
  601. Fly.Name = "Fly"
  602. Fly.Parent = LocalPlayer
  603. Fly.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  604. Fly.BorderSizePixel = 0
  605. Fly.Position = UDim2.new(0.398090035, 0, 0.0326275788, 0)
  606. Fly.Size = UDim2.new(0, 80, 0, 26)
  607. Fly.Font = Enum.Font.Arial
  608. Fly.FontSize = Enum.FontSize.Size18
  609. Fly.Text = "Fly"
  610. Fly.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  611. Fly.TextSize = 18
  612. Fly.TextWrapped = true
  613.  
  614. Speed.Name = "Speed"
  615. Speed.Parent = LocalPlayer
  616. Speed.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  617. Speed.BorderSizePixel = 0
  618. Speed.Position = UDim2.new(0.0306223109, 0, 0.261020631, 0)
  619. Speed.Size = UDim2.new(0, 80, 0, 26)
  620. Speed.Font = Enum.Font.Arial
  621. Speed.FontSize = Enum.FontSize.Size18
  622. Speed.Text = "Speed"
  623. Speed.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  624. Speed.TextSize = 18
  625. Speed.TextWrapped = true
  626.  
  627. Speed_TXTBOX.Name = "Speed_TXTBOX"
  628. Speed_TXTBOX.Parent = LocalPlayer
  629. Speed_TXTBOX.BackgroundColor3 = Color3.new(0.65098, 0.65098, 0.65098)
  630. Speed_TXTBOX.BorderSizePixel = 0
  631. Speed_TXTBOX.Position = UDim2.new(0.275600791, 0, 0.261020631, 0)
  632. Speed_TXTBOX.Size = UDim2.new(0, 40, 0, 26)
  633. Speed_TXTBOX.Font = Enum.Font.SourceSans
  634. Speed_TXTBOX.FontSize = Enum.FontSize.Size14
  635. Speed_TXTBOX.Text = ""
  636. Speed_TXTBOX.TextScaled = true
  637. Speed_TXTBOX.TextSize = 14
  638. Speed_TXTBOX.TextWrapped = true
  639.  
  640. JumpHeight.Name = "JumpHeight"
  641. JumpHeight.Parent = LocalPlayer
  642. JumpHeight.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  643. JumpHeight.BorderSizePixel = 0
  644. JumpHeight.Position = UDim2.new(0.459334642, 0, 0.261020631, 0)
  645. JumpHeight.Size = UDim2.new(0, 80, 0, 26)
  646. JumpHeight.Font = Enum.Font.Arial
  647. JumpHeight.FontSize = Enum.FontSize.Size18
  648. JumpHeight.Text = "JumpHeight"
  649. JumpHeight.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  650. JumpHeight.TextSize = 15
  651. JumpHeight.TextWrapped = true
  652.  
  653. JumpHeight_TXTBOX.Name = "JumpHeight_TXTBOX"
  654. JumpHeight_TXTBOX.Parent = LocalPlayer
  655. JumpHeight_TXTBOX.BackgroundColor3 = Color3.new(0.65098, 0.65098, 0.65098)
  656. JumpHeight_TXTBOX.BorderSizePixel = 0
  657. JumpHeight_TXTBOX.Position = UDim2.new(0.704313159, 0, 0.261020631, 0)
  658. JumpHeight_TXTBOX.Size = UDim2.new(0, 40, 0, 26)
  659. JumpHeight_TXTBOX.Font = Enum.Font.SourceSans
  660. JumpHeight_TXTBOX.FontSize = Enum.FontSize.Size14
  661. JumpHeight_TXTBOX.Text = ""
  662. JumpHeight_TXTBOX.TextScaled = true
  663. JumpHeight_TXTBOX.TextSize = 14
  664. JumpHeight_TXTBOX.TextWrapped = true
  665.  
  666. Chat.Name = "Chat"
  667. Chat.Parent = LocalPlayer
  668. Chat.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  669. Chat.BorderSizePixel = 0
  670. Chat.Position = UDim2.new(0.0306223109, 0, 0.456786126, 0)
  671. Chat.Size = UDim2.new(0, 80, 0, 26)
  672. Chat.Font = Enum.Font.Arial
  673. Chat.FontSize = Enum.FontSize.Size18
  674. Chat.Text = "Chat"
  675. Chat.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  676. Chat.TextSize = 18
  677. Chat.TextWrapped = true
  678.  
  679. Chat_TXTBOX.Name = "Chat_TXTBOX"
  680. Chat_TXTBOX.Parent = LocalPlayer
  681. Chat_TXTBOX.BackgroundColor3 = Color3.new(0.65098, 0.65098, 0.65098)
  682. Chat_TXTBOX.BorderSizePixel = 0
  683. Chat_TXTBOX.Position = UDim2.new(0.275600791, 0, 0.456786126, 0)
  684. Chat_TXTBOX.Size = UDim2.new(0, 222, 0, 26)
  685. Chat_TXTBOX.Font = Enum.Font.SourceSans
  686. Chat_TXTBOX.FontSize = Enum.FontSize.Size14
  687. Chat_TXTBOX.Text = ""
  688. Chat_TXTBOX.TextScaled = true
  689. Chat_TXTBOX.TextSize = 14
  690. Chat_TXTBOX.TextWrapped = true
  691.  
  692. Respawn.Name = "Respawn"
  693. Respawn.Parent = LocalPlayer
  694. Respawn.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  695. Respawn.BorderSizePixel = 0
  696. Respawn.Position = UDim2.new(0.734935462, 0, 0.0326275788, 0)
  697. Respawn.Size = UDim2.new(0, 80, 0, 26)
  698. Respawn.Font = Enum.Font.Arial
  699. Respawn.FontSize = Enum.FontSize.Size18
  700. Respawn.Text = "Respawn"
  701. Respawn.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  702. Respawn.TextSize = 18
  703. Respawn.TextWrapped = true
  704.  
  705. HipHeight.Name = "HipHeight"
  706. HipHeight.Parent = LocalPlayer
  707. HipHeight.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  708. HipHeight.BorderSizePixel = 0
  709. HipHeight.Position = UDim2.new(0.0306223109, 0, 0.358903378, 0)
  710. HipHeight.Size = UDim2.new(0, 80, 0, 26)
  711. HipHeight.Font = Enum.Font.Arial
  712. HipHeight.FontSize = Enum.FontSize.Size18
  713. HipHeight.Text = "HipHeight"
  714. HipHeight.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  715. HipHeight.TextSize = 18
  716. HipHeight.TextWrapped = true
  717.  
  718. HipHeight_TXTBOX.Name = "HipHeight_TXTBOX"
  719. HipHeight_TXTBOX.Parent = LocalPlayer
  720. HipHeight_TXTBOX.BackgroundColor3 = Color3.new(0.65098, 0.65098, 0.65098)
  721. HipHeight_TXTBOX.BorderSizePixel = 0
  722. HipHeight_TXTBOX.Position = UDim2.new(0.275600791, 0, 0.358903378, 0)
  723. HipHeight_TXTBOX.Size = UDim2.new(0, 40, 0, 26)
  724. HipHeight_TXTBOX.Font = Enum.Font.SourceSans
  725. HipHeight_TXTBOX.FontSize = Enum.FontSize.Size14
  726. HipHeight_TXTBOX.Text = ""
  727. HipHeight_TXTBOX.TextScaled = true
  728. HipHeight_TXTBOX.TextSize = 14
  729. HipHeight_TXTBOX.TextWrapped = true
  730.  
  731. Noclip.Name = "Noclip"
  732. Noclip.Parent = LocalPlayer
  733. Noclip.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  734. Noclip.BorderSizePixel = 0
  735. Noclip.Position = UDim2.new(0.0306223109, 0, 0.130510315, 0)
  736. Noclip.Size = UDim2.new(0, 80, 0, 26)
  737. Noclip.Font = Enum.Font.Arial
  738. Noclip.FontSize = Enum.FontSize.Size18
  739. Noclip.Text = "Noclip"
  740. Noclip.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  741. Noclip.TextSize = 18
  742. Noclip.TextWrapped = true
  743.  
  744. Sit.Name = "Sit"
  745. Sit.Parent = LocalPlayer
  746. Sit.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  747. Sit.BorderSizePixel = 0
  748. Sit.Position = UDim2.new(0.398090035, 0, 0.130510315, 0)
  749. Sit.Size = UDim2.new(0, 80, 0, 26)
  750. Sit.Font = Enum.Font.Arial
  751. Sit.FontSize = Enum.FontSize.Size18
  752. Sit.Text = "Sit"
  753. Sit.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  754. Sit.TextSize = 18
  755. Sit.TextWrapped = true
  756.  
  757. Jump.Name = "Jump"
  758. Jump.Parent = LocalPlayer
  759. Jump.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  760. Jump.BorderSizePixel = 0
  761. Jump.Position = UDim2.new(0.734935462, 0, 0.130510315, 0)
  762. Jump.Size = UDim2.new(0, 80, 0, 26)
  763. Jump.Font = Enum.Font.Arial
  764. Jump.FontSize = Enum.FontSize.Size18
  765. Jump.Text = "Jump"
  766. Jump.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  767. Jump.TextSize = 18
  768. Jump.TextWrapped = true
  769.  
  770. HideName.Name = "HideName"
  771. HideName.Parent = LocalPlayer
  772. HideName.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  773. HideName.BorderSizePixel = 0
  774. HideName.Position = UDim2.new(0.0306223109, 0, 0.880944669, 0)
  775. HideName.Size = UDim2.new(0, 80, 0, 26)
  776. HideName.Font = Enum.Font.Arial
  777. HideName.FontSize = Enum.FontSize.Size18
  778. HideName.Text = "HideName"
  779. HideName.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  780. HideName.TextSize = 18
  781. HideName.TextWrapped = true
  782.  
  783. Spam.Name = "Spam"
  784. Spam.Parent = LocalPlayer
  785. Spam.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  786. Spam.BorderSizePixel = 0
  787. Spam.Position = UDim2.new(0.0306223109, 0, 0.554668844, 0)
  788. Spam.Size = UDim2.new(0, 80, 0, 26)
  789. Spam.Font = Enum.Font.Arial
  790. Spam.FontSize = Enum.FontSize.Size18
  791. Spam.Text = "Spam"
  792. Spam.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  793. Spam.TextSize = 18
  794. Spam.TextWrapped = true
  795.  
  796. Freeze.Name = "Freeze"
  797. Freeze.Parent = LocalPlayer
  798. Freeze.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  799. Freeze.BorderSizePixel = 0
  800. Freeze.Position = UDim2.new(0.398090035, 0, 0.880944669, 0)
  801. Freeze.Size = UDim2.new(0, 80, 0, 26)
  802. Freeze.Font = Enum.Font.Arial
  803. Freeze.FontSize = Enum.FontSize.Size18
  804. Freeze.Text = "Freeze"
  805. Freeze.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  806. Freeze.TextSize = 18
  807. Freeze.TextWrapped = true
  808.  
  809. Btools.Name = "Btools"
  810. Btools.Parent = LocalPlayer
  811. Btools.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  812. Btools.BorderSizePixel = 0
  813. Btools.Position = UDim2.new(0.0306223109, 0, 0.783061862, 0)
  814. Btools.Size = UDim2.new(0, 80, 0, 26)
  815. Btools.Font = Enum.Font.Arial
  816. Btools.FontSize = Enum.FontSize.Size18
  817. Btools.Text = "Btools"
  818. Btools.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  819. Btools.TextSize = 18
  820. Btools.TextWrapped = true
  821.  
  822. Spin.Name = "Spin"
  823. Spin.Parent = LocalPlayer
  824. Spin.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  825. Spin.BorderSizePixel = 0
  826. Spin.Position = UDim2.new(0.398090035, 0, 0.783061862, 0)
  827. Spin.Size = UDim2.new(0, 80, 0, 26)
  828. Spin.Font = Enum.Font.Arial
  829. Spin.FontSize = Enum.FontSize.Size18
  830. Spin.Text = "Spin"
  831. Spin.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  832. Spin.TextSize = 18
  833. Spin.TextWrapped = true
  834.  
  835. NoLimbs.Name = "NoLimbs"
  836. NoLimbs.Parent = LocalPlayer
  837. NoLimbs.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  838. NoLimbs.BorderSizePixel = 0
  839. NoLimbs.Position = UDim2.new(0.734935462, 0, 0.880944669, 0)
  840. NoLimbs.Size = UDim2.new(0, 80, 0, 26)
  841. NoLimbs.Font = Enum.Font.Arial
  842. NoLimbs.FontSize = Enum.FontSize.Size18
  843. NoLimbs.Text = "NoLimbs"
  844. NoLimbs.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  845. NoLimbs.TextSize = 18
  846. NoLimbs.TextWrapped = true
  847.  
  848. Seizure.Name = "Seizure"
  849. Seizure.Parent = LocalPlayer
  850. Seizure.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  851. Seizure.BorderSizePixel = 0
  852. Seizure.Position = UDim2.new(0.734935462, 0, 0.783061862, 0)
  853. Seizure.Size = UDim2.new(0, 80, 0, 26)
  854. Seizure.Font = Enum.Font.Arial
  855. Seizure.FontSize = Enum.FontSize.Size18
  856. Seizure.Text = "Seizure"
  857. Seizure.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  858. Seizure.TextSize = 18
  859. Seizure.TextWrapped = true
  860.  
  861. Games.Name = "Games"
  862. Games.Parent = MainFrame
  863. Games.BackgroundColor3 = Color3.new(0.8, 0.8, 0.8)
  864. Games.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  865. Games.BorderSizePixel = 2
  866. Games.Position = UDim2.new(0.31400001, -21, 0.180000007, -33)
  867. Games.Size = UDim2.new(0, 328, 0, 307)
  868. Games.Visible = false
  869.  
  870. Scripts.Name = "Scripts"
  871. Scripts.Parent = MainFrame
  872. Scripts.BackgroundColor3 = Color3.new(0.8, 0.8, 0.8)
  873. Scripts.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  874. Scripts.BorderSizePixel = 2
  875. Scripts.Position = UDim2.new(0.31400001, -21, 0.180000007, -33)
  876. Scripts.Size = UDim2.new(0, 328, 0, 307)
  877. Scripts.Visible = false
  878.  
  879. Energize.Name = "Energize"
  880. Energize.Parent = Scripts
  881. Energize.BackgroundColor3 = Color3.new(0.960784, 0.419608, 0.145098)
  882. Energize.BorderColor3 = Color3.new(0.960784, 0.419608, 0.145098)
  883. Energize.BorderSizePixel = 3
  884. Energize.Position = UDim2.new(0.183430299, 0, 0.0326275788, 0)
  885. Energize.Size = UDim2.new(0, 200, 0, 30)
  886. Energize.Font = Enum.Font.ArialBold
  887. Energize.FontSize = Enum.FontSize.Size18
  888. Energize.Text = "Animation GUI for R6/R15"
  889. Energize.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  890. Energize.TextScaled = true
  891. Energize.TextSize = 18
  892. Energize.TextWrapped = true
  893.  
  894. GlitchMax.Name = "GlitchMax"
  895. GlitchMax.Parent = Scripts
  896. GlitchMax.BackgroundColor3 = Color3.new(0.298039, 0.509804, 0.901961)
  897. GlitchMax.BorderColor3 = Color3.new(0.298039, 0.509804, 0.901961)
  898. GlitchMax.BorderSizePixel = 3
  899. GlitchMax.Position = UDim2.new(0.183430299, 0, 0.358903378, 0)
  900. GlitchMax.Size = UDim2.new(0, 200, 0, 30)
  901. GlitchMax.Font = Enum.Font.ArialBold
  902. GlitchMax.FontSize = Enum.FontSize.Size28
  903. GlitchMax.Text = "GlitchMax GUI"
  904. GlitchMax.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  905. GlitchMax.TextSize = 25
  906. GlitchMax.TextWrapped = true
  907.  
  908. Energize_TXT.Name = "Energize_TXT"
  909. Energize_TXT.Parent = Scripts
  910. Energize_TXT.BackgroundColor3 = Color3.new(0.639216, 0.639216, 0.639216)
  911. Energize_TXT.BorderColor3 = Color3.new(0.960784, 0.419608, 0.145098)
  912. Energize_TXT.BorderSizePixel = 3
  913. Energize_TXT.Position = UDim2.new(0.183430299, 0, 0.130510315, 0)
  914. Energize_TXT.Size = UDim2.new(0, 200, 0, 50)
  915. Energize_TXT.Font = Enum.Font.SourceSansSemibold
  916. Energize_TXT.FontSize = Enum.FontSize.Size14
  917. Energize_TXT.Text = "Use cool animations on yourself!"
  918. Energize_TXT.TextScaled = true
  919. Energize_TXT.TextSize = 14
  920. Energize_TXT.TextStrokeColor3 = Color3.new(1, 0.533333, 0.152941)
  921. Energize_TXT.TextStrokeTransparency = 0.89999997615814
  922. Energize_TXT.TextWrapped = true
  923.  
  924. GlitchMax_TXT.Name = "GlitchMax_TXT"
  925. GlitchMax_TXT.Parent = Scripts
  926. GlitchMax_TXT.BackgroundColor3 = Color3.new(0.639216, 0.639216, 0.639216)
  927. GlitchMax_TXT.BorderColor3 = Color3.new(0.298039, 0.509804, 0.901961)
  928. GlitchMax_TXT.BorderSizePixel = 3
  929. GlitchMax_TXT.Position = UDim2.new(0.183430299, 0, 0.456786126, 0)
  930. GlitchMax_TXT.Size = UDim2.new(0, 200, 0, 50)
  931. GlitchMax_TXT.Font = Enum.Font.SourceSansSemibold
  932. GlitchMax_TXT.FontSize = Enum.FontSize.Size14
  933. GlitchMax_TXT.Text = "Annoy/glitch people in the server!"
  934. GlitchMax_TXT.TextScaled = true
  935. GlitchMax_TXT.TextSize = 14
  936. GlitchMax_TXT.TextStrokeColor3 = Color3.new(0, 0.819608, 1)
  937. GlitchMax_TXT.TextStrokeTransparency = 0.89999997615814
  938. GlitchMax_TXT.TextWrapped = true
  939.  
  940. Verspin.Name = "Verspin"
  941. Verspin.Parent = Scripts
  942. Verspin.BackgroundColor3 = Color3.new(0.278431, 0.827451, 0.109804)
  943. Verspin.BorderColor3 = Color3.new(0.278431, 0.827451, 0.109804)
  944. Verspin.BorderSizePixel = 3
  945. Verspin.Position = UDim2.new(0.183430299, 0, 0.685179174, 0)
  946. Verspin.Size = UDim2.new(0, 200, 0, 30)
  947. Verspin.Font = Enum.Font.ArialBold
  948. Verspin.FontSize = Enum.FontSize.Size28
  949. Verspin.Text = "Verspin GUI"
  950. Verspin.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  951. Verspin.TextSize = 25
  952. Verspin.TextWrapped = true
  953.  
  954. Verspin_TXT.Name = "Verspin_TXT"
  955. Verspin_TXT.Parent = Scripts
  956. Verspin_TXT.BackgroundColor3 = Color3.new(0.639216, 0.639216, 0.639216)
  957. Verspin_TXT.BorderColor3 = Color3.new(0.278431, 0.827451, 0.109804)
  958. Verspin_TXT.BorderSizePixel = 3
  959. Verspin_TXT.Position = UDim2.new(0.183430299, 0, 0.783061862, 0)
  960. Verspin_TXT.Size = UDim2.new(0, 200, 0, 50)
  961. Verspin_TXT.Font = Enum.Font.SourceSansSemibold
  962. Verspin_TXT.FontSize = Enum.FontSize.Size14
  963. Verspin_TXT.Text = "Kill/Bring/Attach players with tools!"
  964. Verspin_TXT.TextScaled = true
  965. Verspin_TXT.TextSize = 14
  966. Verspin_TXT.TextStrokeColor3 = Color3.new(1, 0.533333, 0.152941)
  967. Verspin_TXT.TextStrokeTransparency = 0.89999997615814
  968. Verspin_TXT.TextWrapped = true
  969.  
  970. SideFrame.Name = "SideFrame"
  971. SideFrame.Parent = Arosia
  972. SideFrame.Active = true
  973. SideFrame.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  974. SideFrame.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  975. SideFrame.BorderSizePixel = 2
  976. SideFrame.Draggable = true
  977. SideFrame.Position = UDim2.new(0.308999985, 0, 0.182999998, 0)
  978. SideFrame.Size = UDim2.new(0, 448, 0, 334)
  979. SideFrame.Visible = false
  980. SideFrame.ZIndex = 9
  981.  
  982. SIDE_Title.Name = "SIDE_Title"
  983. SIDE_Title.Parent = SideFrame
  984. SIDE_Title.Active = true
  985. SIDE_Title.BackgroundColor3 = Color3.new(1, 1, 1)
  986. SIDE_Title.BackgroundTransparency = 1
  987. SIDE_Title.Size = UDim2.new(0, 90, 0, 24)
  988. SIDE_Title.Font = Enum.Font.ArialBold
  989. SIDE_Title.FontSize = Enum.FontSize.Size24
  990. SIDE_Title.Text = "Arosia "
  991. SIDE_Title.TextColor3 = Color3.new(0.368627, 0.976471, 0.262745)
  992. SIDE_Title.TextScaled = true
  993. SIDE_Title.TextSize = 19
  994. SIDE_Title.TextWrapped = true
  995. SIDE_Title.ZIndex = 10
  996.  
  997. OpenGUI.Name = "OpenGUI"
  998. OpenGUI.Parent = SideFrame
  999. OpenGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  1000. OpenGUI.BackgroundTransparency = 1
  1001. OpenGUI.Position = UDim2.new(0.560000002, 166, 0.100000001, 0)
  1002. OpenGUI.Size = UDim2.new(0, 38, 0, 24)
  1003. OpenGUI.Font = Enum.Font.ArialBold
  1004. OpenGUI.FontSize = Enum.FontSize.Size32
  1005. OpenGUI.Text = "X"
  1006. OpenGUI.TextColor3 = Color3.new(0.615686, 0, 0)
  1007. OpenGUI.TextSize = 30
  1008. OpenGUI.ZIndex = 10
  1009.  
  1010. SIDE_FE_Check.Name = "SIDE_FE_Check"
  1011. SIDE_FE_Check.Parent = SideFrame
  1012. SIDE_FE_Check.BackgroundColor3 = Color3.new(1, 1, 1)
  1013. SIDE_FE_Check.BackgroundTransparency = 1
  1014. SIDE_FE_Check.Position = UDim2.new(0.291458786, 0, 0, 0)
  1015. SIDE_FE_Check.Size = UDim2.new(0, 223, 0, 24)
  1016. SIDE_FE_Check.Font = Enum.Font.Highway
  1017. SIDE_FE_Check.FontSize = Enum.FontSize.Size14
  1018. SIDE_FE_Check.Text = "Error loading FE Checker"
  1019. SIDE_FE_Check.TextColor3 = Color3.new(1, 1, 1)
  1020. SIDE_FE_Check.TextScaled = true
  1021. SIDE_FE_Check.TextSize = 14
  1022. SIDE_FE_Check.TextWrapped = true
  1023. SIDE_FE_Check.ZIndex = 10
  1024.  
  1025. icon.Name = "icon"
  1026. icon.Parent = SideTabs
  1027. icon.BackgroundColor3 = Color3.new(1, 1, 1)
  1028. icon.BackgroundTransparency = 1
  1029. icon.Position = UDim2.new(0, 0, 0.51, 0)
  1030. icon.Size = UDim2.new(0, 120, 0, 110)
  1031. icon.Image = "http://www.roblox.com/asset/?id=1227728863"
  1032. icon.ZIndex = 6
  1033.  
  1034. SideTabsBrick.Name = "SideTabsBrick"
  1035. SideTabsBrick.Parent = MainFrame
  1036. SideTabsBrick.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  1037. SideTabsBrick.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  1038. SideTabsBrick.BorderSizePixel = 0
  1039. SideTabsBrick.Position = UDim2.new(0.270000011, 0, 0.0799999982, 0)
  1040. SideTabsBrick.Size = UDim2.new(0, 0, 0, 307)
  1041.  
  1042. ResetDefault.Name = "ResetDefault"
  1043. ResetDefault.Parent = LocalPlayer
  1044. ResetDefault.BackgroundColor3 = Color3.new(0.6, 0.192157, 0.192157)
  1045. ResetDefault.BorderSizePixel = 0
  1046. ResetDefault.Position = UDim2.new(0.30627659, 0, 0.554668844, 0)
  1047. ResetDefault.Size = UDim2.new(0, 107, 0, 26)
  1048. ResetDefault.Font = Enum.Font.Arial
  1049. ResetDefault.FontSize = Enum.FontSize.Size18
  1050. ResetDefault.Text = "ResetDefault"
  1051. ResetDefault.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  1052. ResetDefault.TextSize = 18
  1053. ResetDefault.TextWrapped = true
  1054.  
  1055. Push.Name = "Push"
  1056. Push.Parent = Others
  1057. Push.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  1058. Push.BorderSizePixel = 0
  1059. Push.Position = UDim2.new(0.0612553172, 0, 0.326499889, 0)
  1060. Push.Size = UDim2.new(0, 78, 0, 26)
  1061. Push.Font = Enum.Font.Arial
  1062. Push.FontSize = Enum.FontSize.Size18
  1063. Push.Text = "Push"
  1064. Push.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  1065. Push.TextSize = 18
  1066. Push.TextWrapped = true
  1067.  
  1068. ClientFreeze.Name = "ClientFreeze"
  1069. ClientFreeze.Parent = Others
  1070. ClientFreeze.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  1071. ClientFreeze.BorderSizePixel = 0
  1072. ClientFreeze.Position = UDim2.new(0.367531896, 0, 0.326499889, 0)
  1073. ClientFreeze.Size = UDim2.new(0, 78, 0, 26)
  1074. ClientFreeze.Font = Enum.Font.Arial
  1075. ClientFreeze.FontSize = Enum.FontSize.Size14
  1076. ClientFreeze.Text = "ClientFreeze"
  1077. ClientFreeze.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  1078. ClientFreeze.TextSize = 14
  1079. ClientFreeze.TextWrapped = true
  1080.  
  1081. Orbit.Name = "Orbit"
  1082. Orbit.Parent = Others
  1083. Orbit.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  1084. Orbit.BorderSizePixel = 0
  1085. Orbit.Position = UDim2.new(0.673808455, 0, 0.326499889, 0)
  1086. Orbit.Size = UDim2.new(0, 78, 0, 26)
  1087. Orbit.Font = Enum.Font.Arial
  1088. Orbit.FontSize = Enum.FontSize.Size18
  1089. Orbit.Text = "Orbit"
  1090. Orbit.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  1091. Orbit.TextSize = 18
  1092. Orbit.TextWrapped = true
  1093.  
  1094. KillAll.Name = "KillAll"
  1095. KillAll.Parent = Others
  1096. KillAll.BackgroundColor3 = Color3.new(0.423529, 0.0862745, 0.0627451)
  1097. KillAll.BorderSizePixel = 0
  1098. KillAll.Position = UDim2.new(0.0612446219, 0, 0.880944669, 0)
  1099. KillAll.Size = UDim2.new(0, 78, 0, 26)
  1100. KillAll.Font = Enum.Font.Arial
  1101. KillAll.FontSize = Enum.FontSize.Size18
  1102. KillAll.Text = "Kill All"
  1103. KillAll.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  1104. KillAll.TextSize = 18
  1105. KillAll.TextWrapped = true
  1106.  
  1107. Temp.Name = "Temp"
  1108. Temp.Parent = Games
  1109. Temp.BackgroundColor3 = Color3.new(1, 1, 1)
  1110. Temp.BackgroundTransparency = 1
  1111. Temp.Position = UDim2.new(0.183430299, -60, 0.456786126, -17)
  1112. Temp.Rotation = -30
  1113. Temp.Size = UDim2.new(0, 328, 0, 60)
  1114. Temp.Font = Enum.Font.Highway
  1115. Temp.FontSize = Enum.FontSize.Size14
  1116. Temp.Text = "Coming soon!"
  1117. Temp.TextScaled = true
  1118. Temp.TextSize = 14
  1119. Temp.TextStrokeColor3 = Color3.new(0.192157, 1, 0.733333)
  1120. Temp.TextStrokeTransparency = 0
  1121. Temp.TextWrapped = true
  1122.  
  1123. Experimental.Name = "Experimental"
  1124. Experimental.Parent = Others
  1125. Experimental.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  1126. Experimental.BorderSizePixel = 0
  1127. Experimental.Position = UDim2.new(0.0611434318, 0, 0.424158514, 0)
  1128. Experimental.Size = UDim2.new(0, 78, 0, 26)
  1129. Experimental.Font = Enum.Font.Arial
  1130. Experimental.FontSize = Enum.FontSize.Size14
  1131. Experimental.Text = "Experimental"
  1132. Experimental.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  1133. Experimental.TextSize = 14
  1134. Experimental.TextWrapped = true
  1135.  
  1136. CHAOS.Name = "CHAOS"
  1137. CHAOS.Parent = Others
  1138. CHAOS.BackgroundColor3 = Color3.new(0.0431373, 0.231373, 0.0862745)
  1139. CHAOS.BorderSizePixel = 0
  1140. CHAOS.Position = UDim2.new(0.672577739, 0, 0.424158514, 0)
  1141. CHAOS.Size = UDim2.new(0, 78, 0, 26)
  1142. CHAOS.Font = Enum.Font.Arial
  1143. CHAOS.FontSize = Enum.FontSize.Size18
  1144. CHAOS.Text = "CHAOS"
  1145. CHAOS.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  1146. CHAOS.TextSize = 18
  1147. CHAOS.TextWrapped = true
  1148.  
  1149. -- Buttons
  1150. if game.Workspace.FilteringEnabled == false then
  1151.     FE_Check.Text = "FE is disabled"
  1152.     FE_Check.TextColor3 = Color3.fromRGB(200,10,10)
  1153.     SIDE_FE_Check.Text = "FE is disabled"
  1154.     SIDE_FE_Check.TextColor3 = Color3.fromRGB(200,10,10)
  1155. else
  1156.     FE_Check.Text = "FE is enabled"
  1157.     FE_Check.TextColor3 = Color3.fromRGB(10,200,10)
  1158.     SIDE_FE_Check.Text = "FE is enabled"
  1159.     SIDE_FE_Check.TextColor3 = Color3.fromRGB(10,200,10)
  1160. end
  1161. col = Color3.new(0.231373, 0.231373, 0.231373)
  1162. loc = Color3.new(0.331373, 0.531373, 0.331373)
  1163.  
  1164. wait(0.4)
  1165. MainFrame:TweenPosition(UDim2.new(0.309, 0, 0.183, 0), "Out", "Bounce", 3)
  1166.  
  1167. CloseGUI.MouseButton1Click:connect(function()
  1168. CloseGUI.Visible = false
  1169. TopRow:TweenSize(UDim2.new(0, 448, 0, 334), "Out", "Sine", 1)
  1170. wait(1)
  1171. MainFrame.Visible = false
  1172. SideFrame.Position = MainFrame.Position
  1173. SideFrame.Visible = true
  1174. SideFrame:TweenSize(UDim2.new(0, 448, 0, 24), "Out", "Sine", 1)
  1175. OpenGUI.Visible = false
  1176. wait(1)
  1177. OpenGUI.Visible = true
  1178. end)
  1179.  
  1180. OpenGUI.MouseButton1Click:connect(function()
  1181. OpenGUI.Visible = false
  1182. SideFrame:TweenSize(UDim2.new(0, 448, 0, 334), "Out", "Sine", 1)
  1183. wait(1)
  1184. SideFrame.Visible = false
  1185. MainFrame.Position = SideFrame.Position
  1186. MainFrame.Visible = true
  1187. TopRow:TweenSize(UDim2.new(0, 448, 0, 24), "Out", "Sine", 1)
  1188. CloseGUI.Visible = false
  1189. wait(1)
  1190. CloseGUI.Visible = true
  1191. end)
  1192.  
  1193. TAB_Credit.MouseButton1Click:connect(function()
  1194. SideTabsBrick:TweenSize(UDim2.new(0, 328, 0, 307), "Out", "Sine", 0.5)
  1195. wait(0.5)
  1196. Games.Visible = false
  1197. LocalPlayer.Visible = false
  1198. Others.Visible = false
  1199. Scripts.Visible = false
  1200. NoneSelected.Visible = true
  1201. SideTabsBrick:TweenSize(UDim2.new(0, 0, 0, 307), "Out", "Sine", 0.5)
  1202. end)
  1203.  
  1204. TAB_Games.MouseButton1Click:connect(function()
  1205. SideTabsBrick:TweenSize(UDim2.new(0, 328, 0, 307), "Out", "Sine", 0.5)
  1206. wait(0.5)
  1207. Games.Visible = true
  1208. LocalPlayer.Visible = false
  1209. Others.Visible = false
  1210. Scripts.Visible = false
  1211. NoneSelected.Visible = false
  1212. SideTabsBrick:TweenSize(UDim2.new(0, 0, 0, 307), "Out", "Sine", 0.5)
  1213. end)
  1214.  
  1215. TAB_Scripts.MouseButton1Click:connect(function()
  1216. SideTabsBrick:TweenSize(UDim2.new(0, 328, 0, 307), "Out", "Sine", 0.5)
  1217. wait(0.5)
  1218. Games.Visible = false
  1219. LocalPlayer.Visible = false
  1220. Others.Visible = false
  1221. Scripts.Visible = true
  1222. NoneSelected.Visible = false
  1223. SideTabsBrick:TweenSize(UDim2.new(0, 0, 0, 307), "Out", "Sine", 0.5)
  1224. end)
  1225.  
  1226. TAB_LocalPlayer.MouseButton1Click:connect(function()
  1227. SideTabsBrick:TweenSize(UDim2.new(0, 328, 0, 307), "Out", "Sine", 0.5)
  1228. wait(0.5)
  1229. Games.Visible = false
  1230. LocalPlayer.Visible = true
  1231. Others.Visible = false
  1232. Scripts.Visible = false
  1233. NoneSelected.Visible = false
  1234. SideTabsBrick:TweenSize(UDim2.new(0, 0, 0, 307), "Out", "Sine", 0.5)
  1235. end)
  1236.  
  1237. TAB_Others.MouseButton1Click:connect(function()
  1238. SideTabsBrick:TweenSize(UDim2.new(0, 328, 0, 307), "Out", "Sine", 0.5)
  1239. wait(0.5)
  1240. Games.Visible = false
  1241. LocalPlayer.Visible = false
  1242. Others.Visible = true
  1243. Scripts.Visible = false
  1244. NoneSelected.Visible = false
  1245. SideTabsBrick:TweenSize(UDim2.new(0, 0, 0, 307), "Out", "Sine", 0.5)
  1246. end)
  1247.  
  1248. -- LOCAL PLAYER ---------------------------------
  1249. -- LOCAL PLAYER ---------------------------------
  1250.  
  1251. HipHeight.MouseButton1Click:connect(function()
  1252.     game.Players.LocalPlayer.Character.Humanoid.HipHeight = HipHeight_TXTBOX.Text
  1253. end)
  1254. JumpHeight.MouseButton1Click:connect(function()
  1255.     game.Players.LocalPlayer.Character.Humanoid.JumpPower = JumpHeight_TXTBOX.Text
  1256. end)
  1257. Speed.MouseButton1Click:connect(function()
  1258.     game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = Speed_TXTBOX.Text
  1259. end)
  1260. Sit.MouseButton1Click:connect(function()
  1261.     game.Players.LocalPlayer.Character.Humanoid.Sit = true
  1262. end)
  1263. Jump.MouseButton1Click:connect(function()
  1264.     game.Players.LocalPlayer.Character.Humanoid.Jump = true
  1265. end)
  1266. frost = false
  1267. Freeze.MouseButton1Click:connect(function()
  1268.     frost = not frost
  1269.     if frost then
  1270.         game.Players.LocalPlayer.Character.Torso.Anchored = true
  1271.         game.Players.LocalPlayer.Character.Head.Anchored = true
  1272.         game.Players.LocalPlayer.Character["Left Leg"].Anchored = true
  1273.         game.Players.LocalPlayer.Character["Left Arm"].Anchored = true
  1274.         game.Players.LocalPlayer.Character["Right Leg"].Anchored = true
  1275.         game.Players.LocalPlayer.Character["Right Arm"].Anchored = true
  1276.         Freeze.BackgroundColor3 = loc
  1277.     else
  1278.         game.Players.LocalPlayer.Character.Torso.Anchored = false
  1279.         game.Players.LocalPlayer.Character.Head.Anchored = false
  1280.         game.Players.LocalPlayer.Character["Left Leg"].Anchored = false
  1281.         game.Players.LocalPlayer.Character["Left Arm"].Anchored = false
  1282.         game.Players.LocalPlayer.Character["Right Leg"].Anchored = false
  1283.         game.Players.LocalPlayer.Character["Right Arm"].Anchored = false
  1284.         Freeze.BackgroundColor3 = col
  1285.     end
  1286. end)
  1287. Chat.MouseButton1Click:connect(function()
  1288.     game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(Chat_TXTBOX.Text, "All")
  1289. end)
  1290. keepspam = false
  1291. Spam.MouseButton1Click:connect(function()
  1292.     keepspam = not keepspam
  1293.     if keepspam then
  1294.         Spam.BackgroundColor3 = loc
  1295.     else
  1296.         Spam.BackgroundColor3 = col
  1297.     end
  1298.     while wait(0.5) do
  1299.         if keepspam then
  1300.             game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(Chat_TXTBOX.Text, "All")
  1301.         end
  1302.     end
  1303. end)
  1304. gmd = false
  1305. GodMode.MouseButton1Click:connect(function()
  1306.     gmd = not gmd
  1307.     if gmd then
  1308.         game.Players.LocalPlayer.Character.Humanoid.Name = "no"
  1309.         local turn1 = game.Players.LocalPlayer.Character["no"]:Clone()
  1310.         turn1.Parent = game.Players.LocalPlayer.Character
  1311.         turn1.Name = "Humanoid"
  1312.         wait(0.1)
  1313.         game.Players.LocalPlayer.Character["no"]:Destroy()
  1314.         game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  1315.         game.Players.LocalPlayer.Character.Animate.Disabled = true
  1316.         wait(0.1)
  1317.         game.Players.LocalPlayer.Character.Animate.Disabled = false
  1318.         game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  1319.         GodMode.BackgroundColor3 = loc
  1320.     else
  1321.         GodMode.BackgroundColor3 = col
  1322.     end
  1323. end)
  1324. NoLimbs.MouseButton1Click:connect(function()
  1325.     game.Players.LocalPlayer.Character["Left Arm"]:Destroy()
  1326.     game.Players.LocalPlayer.Character["Right Arm"]:Destroy()
  1327.     game.Players.LocalPlayer.Character["Right Leg"]:Destroy()
  1328.     game.Players.LocalPlayer.Character["Left Leg"]:Destroy()
  1329. end)
  1330. Respawn.MouseButton1Click:connect(function()
  1331.     game.Players.LocalPlayer:LoadCharacter()
  1332. end)
  1333.  
  1334. local Anim = Instance.new("Animation")
  1335. Anim.AnimationId = "rbxassetid://188632011"
  1336. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1337. local SpinACTIVE = false
  1338. Spin.MouseButton1Click:connect(function()
  1339.     SpinACTIVE = not SpinACTIVE
  1340.     if SpinACTIVE then
  1341.         while wait() do
  1342.          if track.IsPlaying == false then
  1343.             if SpinACTIVE then
  1344.                 track:Play(.1, 1, 2)
  1345.                 Spin.BackgroundColor3 = loc
  1346.             else
  1347.                 Spin.BackgroundColor3 = col
  1348.             end
  1349.          end
  1350.         end
  1351.     else
  1352.         track:Stop()
  1353.     end
  1354. end)
  1355. Hidden = false
  1356. HideName.MouseButton1Click:connect(function()
  1357.     Hidden = not Hidden
  1358.     if Hidden then
  1359.         game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  1360.         HideName.BackgroundColor3 = loc
  1361.     else
  1362.         game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "Viewer"
  1363.         HideName.BackgroundColor3 = col
  1364.     end
  1365. end)
  1366. clip = true
  1367. Noclip.MouseButton1Click:connect(function()
  1368.     clip = not clip
  1369.     if not clip then
  1370.         Noclip.BackgroundColor3 = loc
  1371.     else
  1372.         Noclip.BackgroundColor3 = col
  1373.     end
  1374.     game:GetService('RunService').Stepped:connect(function()
  1375.         if not clip then
  1376.             game.Players.LocalPlayer.Character.Head.CanCollide = false
  1377.             game.Players.LocalPlayer.Character.Torso.CanCollide = false
  1378.             game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  1379.             game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  1380.         end
  1381.     end)
  1382. end)
  1383. shake = false
  1384. Seizure.MouseButton1Click:connect(function()
  1385.     shake = not shake
  1386.     if shake then
  1387.         game.Players.LocalPlayer.Character.Humanoid.PlatformStand = true
  1388.         while wait() do
  1389.             if shake then
  1390.                 game.Players.LocalPlayer.Character.Torso.Velocity = Vector3.new(math.random(-20,20),-10,math.random(-20,20))
  1391.                 game.Players.LocalPlayer.Character.Torso.RotVelocity = Vector3.new(math.random(-10,10),math.random(-10,10),math.random(-10,10))
  1392.                 Seizure.BackgroundColor3 = loc
  1393.             else
  1394.                 Seizure.BackgroundColor3 = col
  1395.             end
  1396.         end
  1397.     else
  1398.         game.Players.LocalPlayer.Character.Humanoid.PlatformStand = false
  1399.     end
  1400. end)
  1401.  
  1402. local flying = false
  1403. Fly.MouseButton1Click:connect(function()
  1404. flying = not flying
  1405. repeat wait()
  1406. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  1407. local mouse = game.Players.LocalPlayer:GetMouse()
  1408. repeat wait() until mouse
  1409. local plr = game.Players.LocalPlayer
  1410. local torso = plr.Character.Torso
  1411. local deb = true
  1412. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  1413. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1414. local maxspeed = 60
  1415. local speed = 0
  1416. if flying then
  1417.     Fly.BackgroundColor3 = loc
  1418. else
  1419.     Fly.BackgroundColor3 = col
  1420. end
  1421.  
  1422. function FlyFunction()
  1423. local bg = Instance.new("BodyGyro", torso)
  1424. bg.P = 9e4
  1425. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1426. bg.cframe = torso.CFrame
  1427. local bv = Instance.new("BodyVelocity", torso)
  1428. bv.velocity = Vector3.new(0,0.1,0)
  1429. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1430. repeat wait()
  1431. plr.Character.Humanoid.PlatformStand = true
  1432. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  1433. speed = speed+.5+(speed/maxspeed)
  1434. if speed > maxspeed then
  1435. speed = maxspeed
  1436. end
  1437. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  1438. speed = speed-1
  1439. if speed < 0 then
  1440. speed = 0
  1441. end
  1442. end
  1443. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  1444. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  1445. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  1446. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  1447. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  1448. else
  1449. bv.velocity = Vector3.new(0,0.1,0)
  1450. end
  1451. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  1452. until not flying
  1453. ctrl = {f = 0, b = 0, l = 0, r = 0}
  1454. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1455. speed = 0
  1456. bg:Destroy()
  1457. bv:Destroy()
  1458. plr.Character.Humanoid.PlatformStand = false
  1459. end
  1460. mouse.KeyDown:connect(function(key)
  1461. if key:lower() == "w" then
  1462. ctrl.f = 1
  1463. elseif key:lower() == "s" then
  1464. ctrl.b = -1
  1465. elseif key:lower() == "a" then
  1466. ctrl.l = -1
  1467. elseif key:lower() == "d" then
  1468. ctrl.r = 1
  1469. end
  1470. end)
  1471. mouse.KeyUp:connect(function(key)
  1472. if key:lower() == "w" then
  1473. ctrl.f = 0
  1474. elseif key:lower() == "s" then
  1475. ctrl.b = 0
  1476. elseif key:lower() == "a" then
  1477. ctrl.l = 0
  1478. elseif key:lower() == "d" then
  1479. ctrl.r = 0
  1480. end
  1481. end)
  1482. FlyFunction()
  1483. end)
  1484.  
  1485. Btools.MouseButton1Click:connect(function()
  1486.     local Clone_T = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  1487.     Clone_T.BinType = "Clone"
  1488.     local Destruct = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  1489.     Destruct.BinType = "Hammer"
  1490.     local Hold_T = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  1491.     Hold_T.BinType = "Grab"
  1492.     local a = game.Workspace:getChildren()
  1493.     for i = 1, #a do
  1494.     if a[i].className == "Part" then
  1495.     a[i].Locked = false
  1496.     elseif a[i].className == "Model" then
  1497.     local r = a[i]:getChildren()
  1498.     for i = 1, #r do
  1499.     if r[i].className == "Part" then
  1500.     r[i].Locked = false
  1501.     end
  1502.     end
  1503.     end
  1504.     end
  1505. end)
  1506.  
  1507. ResetDefault.MouseButton1Click:connect(function()
  1508.     flying = false
  1509.     game.Players.LocalPlayer.Character.Torso.Anchored = false
  1510.     game.Players.LocalPlayer.Character.Head.Anchored = false
  1511.     game.Players.LocalPlayer.Character["Left Leg"].Anchored = false
  1512.     game.Players.LocalPlayer.Character["Left Arm"].Anchored = false
  1513.     game.Players.LocalPlayer.Character["Right Leg"].Anchored = false
  1514.     game.Players.LocalPlayer.Character["Right Arm"].Anchored = false
  1515.     game.Players.LocalPlayer.Character.Humanoid.HipHeight = 0
  1516.     game.Players.LocalPlayer.Character.Humanoid.Sit = false
  1517.     game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  1518.     game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  1519.     game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "Viewer"
  1520.     game.Players.LocalPlayer.Character.Humanoid.PlatformStand = false
  1521. end)
  1522.  
  1523. -- OTHERS ---------------------------------
  1524. -- OTHERS ---------------------------------
  1525.  
  1526. function GetPlayer(String) --thank you/credit to Timeless/xFunnieuss
  1527.     local Found = {}
  1528.     local strl = String:lower()
  1529.     if strl == "all" then
  1530.         for i,v in pairs(game.Players:GetPlayers()) do
  1531.             table.insert(Found,v)
  1532.         end
  1533.     elseif strl == "others" then
  1534.         for i,v in pairs(game.Players:GetPlayers()) do
  1535.             if v.Name ~= game.Players.LocalPlayer.Name then
  1536.                 table.insert(Found,v)
  1537.             end
  1538.         end    
  1539.     else
  1540.         for i,v in pairs(game.Players:GetPlayers()) do
  1541.             if v.Name:lower():sub(1, #String) == String:lower() then
  1542.                 table.insert(Found,v)
  1543.             end
  1544.         end    
  1545.     end
  1546.     return Found    
  1547. end
  1548.  
  1549. Teleport.MouseButton1Click:connect(function()
  1550.     for i,v in pairs(GetPlayer(PlayerUserEnter.Text))do
  1551.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  1552.     end
  1553. end)
  1554. currentview = false
  1555. View.MouseButton1Click:connect(function()
  1556.     currentview = not currentview
  1557.     for i,v in pairs(GetPlayer(PlayerUserEnter.Text))do
  1558.         if currentview then
  1559.             game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  1560.             View.BackgroundColor3 = loc
  1561.         else
  1562.             game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character.Head
  1563.             View.BackgroundColor3 = col
  1564.         end
  1565.     end
  1566. end)
  1567. annoying = false
  1568. Annoy.MouseButton1Click:connect(function()
  1569.     annoying = not annoying
  1570.     for i,v in pairs(GetPlayer(PlayerUserEnter.Text))do
  1571.         while wait() do
  1572.             if annoying then
  1573.                 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  1574.                 Annoy.BackgroundColor3 = loc
  1575.             else
  1576.                 Annoy.BackgroundColor3 = col
  1577.             end
  1578.         end
  1579.     end
  1580. end)
  1581. cfreeze = false
  1582. ClientFreeze.MouseButton1Click:connect(function()
  1583.     cfreeze = not cfreeze
  1584.     for i,v in pairs(GetPlayer(PlayerUserEnter.Text))do
  1585.         if cfreeze then
  1586.             game.Players[v.Name].Character.Torso.Anchored = true
  1587.             game.Players[v.Name].Character.Head.Anchored = true
  1588.             game.Players[v.Name].Character["Left Leg"].Anchored = true
  1589.             game.Players[v.Name].Character["Left Arm"].Anchored = true
  1590.             game.Players[v.Name].Character["Right Leg"].Anchored = true
  1591.             game.Players[v.Name].Character["Right Arm"].Anchored = true
  1592.         else
  1593.             game.Players[v.Name].Character.Torso.Anchored = false
  1594.             game.Players[v.Name].Character.Head.Anchored = false
  1595.             game.Players[v.Name].Character["Left Leg"].Anchored = false
  1596.             game.Players[v.Name].Character["Left Arm"].Anchored = false
  1597.             game.Players[v.Name].Character["Right Leg"].Anchored = false
  1598.             game.Players[v.Name].Character["Right Arm"].Anchored = false
  1599.         end
  1600.     end
  1601. end)
  1602. orbital = false
  1603. Orbit.MouseButton1Click:connect(function()
  1604.     orbital = not orbital
  1605.     if orbital then
  1606.         Orbit.BackgroundColor3 = loc
  1607.         local o = Instance.new("RocketPropulsion")
  1608.         o.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  1609.         o.Name = "Orbit"
  1610.         for i,v in pairs(GetPlayer(PlayerUserEnter.Text))do
  1611.             o.Target = game.Players[v.Name].Character.HumanoidRootPart
  1612.             o:Fire()
  1613.             game:GetService('RunService').Stepped:connect(function()
  1614.                 if orbital then
  1615.                     game.Players.LocalPlayer.Character.Head.CanCollide = false
  1616.                     game.Players.LocalPlayer.Character.Torso.CanCollide = false
  1617.                     game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  1618.                     game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  1619.                 end
  1620.             end)
  1621.         end
  1622.     else
  1623.         game.Players.LocalPlayer.Character.HumanoidRootPart.Orbit:Destroy()
  1624.         Orbit.BackgroundColor3 = col
  1625.     end
  1626. end)
  1627. pushing = false
  1628. Push.MouseButton1Click:connect(function()
  1629.     pushing = not pushing
  1630.     if pushing then
  1631.         Push.BackgroundColor3 = loc
  1632.         local o = Instance.new("RocketPropulsion")
  1633.         o.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  1634.         o.Name = "Push"
  1635.         o.TurnP = 2500
  1636.         o.MaxThrust = 50000
  1637.         o.MaxSpeed = 1000
  1638.         o.ThrustP = 50000
  1639.         o.CartoonFactor = 1
  1640.         for i,v in pairs(GetPlayer(PlayerUserEnter.Text))do
  1641.             o.Target = game.Players[v.Name].Character.HumanoidRootPart
  1642.             o:Fire()
  1643.             game:GetService('RunService').Stepped:connect(function()
  1644.                 if pushing then
  1645.                     game.Players.LocalPlayer.Character.Head.CanCollide = false
  1646.                     game.Players.LocalPlayer.Character.Torso.CanCollide = false
  1647.                     game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  1648.                     game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  1649.                 end
  1650.             end)
  1651.         end
  1652.     else
  1653.         game.Players.LocalPlayer.Character.HumanoidRootPart.Push:Destroy()
  1654.         Push.BackgroundColor3 = col
  1655.     end
  1656. end)
  1657. local Anim = Instance.new("Animation")
  1658. Anim.AnimationId = "rbxassetid://282574440"
  1659. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1660. flattening = false
  1661. Flatten.MouseButton1Click:connect(function()
  1662.     flattening = not flattening
  1663.     if flattening then
  1664.         Flatten.BackgroundColor3 = loc
  1665.         local o = Instance.new("RocketPropulsion")
  1666.         o.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  1667.         o.Name = "Flatten"
  1668.         o.MaxThrust = 50000
  1669.         o.MaxSpeed = 1000
  1670.         o.ThrustP = 50000
  1671.         o.CartoonFactor = 1
  1672.         for i,v in pairs(GetPlayer(PlayerUserEnter.Text))do
  1673.             o.Target = game.Players[v.Name].Character["Left Leg"]
  1674.             o:Fire()
  1675.             track:Play(.1, 1, 1)
  1676.             game:GetService('RunService').Stepped:connect(function()
  1677.                 if flattening then
  1678.                     game.Players.LocalPlayer.Character.Head.CanCollide = false
  1679.                     game.Players.LocalPlayer.Character.Torso.CanCollide = false
  1680.                     game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  1681.                     game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  1682.                 end
  1683.             end)
  1684.             while wait(0.3) do
  1685.                 if flattening then
  1686.                     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0,2,0)
  1687.                 end
  1688.             end
  1689.         end
  1690.     else
  1691.         game.Players.LocalPlayer.Character.HumanoidRootPart.Flatten:Destroy()
  1692.         Flatten.BackgroundColor3 = col
  1693.         track:Stop()
  1694.     end
  1695. end)
  1696. Verspin.MouseButton1Click:connect(function()
  1697.     game:GetObjects("rbxassetid://1249942219")[1].Parent = game.Players.LocalPlayer.PlayerGui
  1698. end)
  1699. Energize.MouseButton1Click:connect(function()
  1700.     game:GetObjects("rbxassetid://1202558084")[1].Parent = game.Players.LocalPlayer.PlayerGui
  1701. end)
  1702. GlitchMax.MouseButton1Click:connect(function()
  1703.     game:GetObjects("rbxassetid://1249943137")[1].Parent = game.Players.LocalPlayer.PlayerGui
  1704. end)
  1705. Experimental.MouseButton1Click:connect(function()
  1706.    
  1707. end)
  1708. end)
  1709.  
  1710. MiniAdminGUI.Name = "MiniAdminGUI"
  1711. MiniAdminGUI.Parent = MainScreen
  1712. MiniAdminGUI.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  1713. MiniAdminGUI.BorderSizePixel = 0
  1714. MiniAdminGUI.Position = UDim2.new(0.058808282, 0, 0.400601387, 0)
  1715. MiniAdminGUI.Size = UDim2.new(0, 115, 0, 47)
  1716. MiniAdminGUI.Font = Enum.Font.SciFi
  1717. MiniAdminGUI.Text = "BALKUS FE GUI"
  1718. MiniAdminGUI.TextColor3 = Color3.new(0, 0, 0)
  1719. MiniAdminGUI.TextSize = 14
  1720. MiniAdminGUI.MouseButton1Down:connect(function()
  1721. -- Farewell infortality
  1722. -- Revamp by ImFrostic, Version 2.8
  1723.  
  1724.  -- Objects
  1725.  
  1726. local ScreenGui = Instance.new("ScreenGui")
  1727. local Frame = Instance.new("Frame")
  1728. local Name = Instance.new("TextBox")
  1729. local Shutdown = Instance.new("TextButton")
  1730. local Goto = Instance.new("TextButton")
  1731. local Lego = Instance.new("TextLabel")
  1732. local Remotes = Instance.new("TextButton")
  1733. local Kill = Instance.new("TextButton")
  1734. local Important = Instance.new("TextLabel")
  1735. local Exit = Instance.new("TextButton")
  1736. local p = game.Players.LocalPlayer
  1737.  
  1738. -- Properties
  1739.  
  1740. ScreenGui.Parent = game.CoreGui
  1741.  
  1742. Frame.Parent = ScreenGui
  1743. Frame.BackgroundColor3 = Color3.new(0.356863, 0.356863, 0.356863)
  1744. Frame.BackgroundTransparency = 0.5
  1745. Frame.Position = UDim2.new(0.667438269, 0, 0.415647924, 0)
  1746. Frame.Size = UDim2.new(0.194444448, 0, 0.281173587, 0)
  1747. Frame.Selectable = true
  1748. Frame.Active = true
  1749. Frame.Draggable = true
  1750.  
  1751. Name.Name = "Name"
  1752. Name.Parent = Frame
  1753. Name.BackgroundColor3 = Color3.new(0, 0, 0)
  1754. Name.BackgroundTransparency = 0.40000000596046
  1755. Name.Position = UDim2.new(0.226190478, 0, 0.11304348, 0)
  1756. Name.Size = UDim2.new(0, 200, 0, 50)
  1757. Name.Font = Enum.Font.Arial
  1758. Name.Text = "Name here"
  1759. Name.TextColor3 = Color3.new(0, 0, 0)
  1760. Name.TextSize = 20
  1761. Name.TextWrapped = true
  1762.  
  1763. Shutdown.Name = "Shutdown"
  1764. Shutdown.Parent = Frame
  1765. Shutdown.BackgroundColor3 = Color3.new(0, 0, 0)
  1766. Shutdown.BackgroundTransparency = 0.40000000596046
  1767. Shutdown.Position = UDim2.new(0.0357142873, 0, 0.699999988, 0)
  1768. Shutdown.Size = UDim2.new(0.408730149, 0, 0.152173907, 0)
  1769. Shutdown.Font = Enum.Font.SourceSans
  1770. Shutdown.Text = "Shutdown"
  1771. Shutdown.TextColor3 = Color3.new(0, 0, 0)
  1772. Shutdown.TextScaled = true
  1773. Shutdown.TextSize = 30
  1774. Shutdown.TextWrapped = true
  1775.  
  1776. Goto.Name = "Goto"
  1777. Goto.Parent = Frame
  1778. Goto.BackgroundColor3 = Color3.new(0, 0, 0)
  1779. Goto.BackgroundTransparency = 0.40000000596046
  1780. Goto.Position = UDim2.new(0.0357142873, 0, 0.456521749, 0)
  1781. Goto.Size = UDim2.new(0.408730149, 0, 0.152173907, 0)
  1782. Goto.Font = Enum.Font.SourceSans
  1783. Goto.Text = "Goto"
  1784. Goto.TextColor3 = Color3.new(0, 0, 0)
  1785. Goto.TextScaled = true
  1786. Goto.TextSize = 30
  1787. Goto.TextWrapped = true
  1788.  
  1789. Lego.Name = "Lego"
  1790. Lego.Parent = Frame
  1791. Lego.BackgroundColor3 = Color3.new(1, 1, 1)
  1792. Lego.BackgroundTransparency = 1
  1793. Lego.Position = UDim2.new(0.123015873, 0, -0.0304347817, 0)
  1794. Lego.Size = UDim2.new(0.738095224, 0, 0.121739127, 0)
  1795. Lego.Font = Enum.Font.SourceSans
  1796. Lego.Text = "Made by Balkus/Spent"
  1797. Lego.TextColor3 = Color3.new(0, 0, 0)
  1798. Lego.TextSize = 30
  1799.  
  1800. Remotes.Name = "Remotes"
  1801. Remotes.Parent = Frame
  1802. Remotes.BackgroundColor3 = Color3.new(0, 0, 0)
  1803. Remotes.BackgroundTransparency = 0.40000000596046
  1804. Remotes.Position = UDim2.new(0.508000016, 0, 0.699999988, 0)
  1805. Remotes.Size = UDim2.new(0.408730149, 0, 0.152173907, 0)
  1806. Remotes.Font = Enum.Font.SourceSans
  1807. Remotes.Text = "Remotes"
  1808. Remotes.TextColor3 = Color3.new(0, 0, 0)
  1809. Remotes.TextScaled = true
  1810. Remotes.TextSize = 30
  1811. Remotes.TextWrapped = true
  1812.  
  1813. Kill.Name = "Kill"
  1814. Kill.Parent = Frame
  1815. Kill.BackgroundColor3 = Color3.new(0, 0, 0)
  1816. Kill.BackgroundTransparency = 0.40000000596046
  1817. Kill.Position = UDim2.new(0.508000016, 0, 0.456999987, 0)
  1818. Kill.Size = UDim2.new(0.408730149, 0, 0.152173907, 0)
  1819. Kill.Font = Enum.Font.SourceSans
  1820. Kill.Text = "Kill"
  1821. Kill.TextColor3 = Color3.new(0, 0, 0)
  1822. Kill.TextScaled = true
  1823. Kill.TextSize = 30
  1824. Kill.TextWrapped = true
  1825.  
  1826. Important.Name = "Important"
  1827. Important.Parent = ScreenGui
  1828. Important.BackgroundColor3 = Color3.new(0, 0, 0)
  1829. Important.BackgroundTransparency = 0.5
  1830. Important.Position = UDim2.new(0.22453703, 0, 0.342298299, 0)
  1831. Important.Size = UDim2.new(0.273919761, 0, 0.376528114, 0)
  1832. Important.Font = Enum.Font.SourceSans
  1833. Important.Text = "When using kill you must have atleast 1 tool!"
  1834. Important.TextColor3 = Color3.new(0.666667, 0.333333, 0)
  1835. Important.TextScaled = true
  1836. Important.TextSize = 1
  1837. Important.TextWrapped = true
  1838. Important.Selectable = true
  1839. Important.Active = true
  1840. Important.Draggable = true
  1841.  
  1842. Exit.Name = "Exit"
  1843. Exit.Parent = Important
  1844. Exit.BackgroundColor3 = Color3.new(1, 1, 1)
  1845. Exit.BackgroundTransparency = 1.0199999809265
  1846. Exit.Position = UDim2.new(0.892957747, 0, -0.0487012975, 0)
  1847. Exit.Size = UDim2.new(0.125, 0, 0.212713942, 0)
  1848. Exit.Font = Enum.Font.SourceSans
  1849. Exit.Text = "X"
  1850. Exit.TextColor3 = Color3.new(1, 0, 0)
  1851. Exit.TextSize = 25
  1852.  
  1853. Kill.MouseButton1Down:connect(function()
  1854.  Name = (Name.Text)
  1855.  
  1856. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  1857. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  1858. l.Parent = game.Players.LocalPlayer.Character
  1859. l.Name = "Humanoid"
  1860. wait(0.1)
  1861. game.Players.LocalPlayer.Character["1"]:Destroy()
  1862. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  1863. game.Players.LocalPlayer.Character.Animate.Disabled = true
  1864. wait(0.1)
  1865. game.Players.LocalPlayer.Character.Animate.Disabled = false
  1866. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  1867. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1868. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  1869. end
  1870. wait(0.1)
  1871. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[Name].Character.HumanoidRootPart.CFrame
  1872. wait(0.1)
  1873. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[Name].Character.HumanoidRootPart.CFrame
  1874. wait(0.2)
  1875. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-10000,-100, -10000))
  1876. end)
  1877.  
  1878.  
  1879. Shutdown.MouseButton1Down:connect(function()
  1880.     loadstring('\102\111\114\32\105\61\49\44\32\52\56\32\100\111\10\32\32\32\32\115\112\97\119\110\40\102\117\110\99\116\105\111\110\40\41\10\32\32\32\32\112\114\105\110\116\40\34\65\68\68\69\68\32\76\79\79\80\34\41\10\32\32\32\32\32\32\32\32\119\104\105\108\101\32\116\114\117\101\32\100\111\10\32\32\32\32\32\32\32\32\32\32\32\32\103\97\109\101\58\115\101\114\118\105\99\101\40\34\82\117\110\83\101\114\118\105\99\101\34\41\46\82\101\110\100\101\114\83\116\101\112\112\101\100\58\119\97\105\116\40\41\10\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\102\111\114\32\105\61\49\44\32\54\52\32\100\111\10\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\103\97\109\101\46\80\108\97\121\101\114\115\58\67\104\97\116\40\34\47\101\32\105\32\108\111\118\101\32\114\111\98\108\111\120\34\41\10\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\103\97\109\101\46\80\108\97\121\101\114\115\58\67\104\97\116\40\34\47\101\32\105\32\108\111\118\101\32\114\111\98\108\111\120\34\41\10\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\103\97\109\101\46\80\108\97\121\101\114\115\58\67\104\97\116\40\34\47\101\32\105\32\108\111\118\101\32\114\111\98\108\111\120\34\41\10\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\103\97\109\101\46\80\108\97\121\101\114\115\58\67\104\97\116\40\34\47\101\32\105\32\108\111\118\101\32\114\111\98\108\111\120\34\41\10\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\103\97\109\101\46\80\108\97\121\101\114\115\58\67\104\97\116\40\34\47\101\32\105\32\108\111\118\101\32\114\111\98\108\111\120\34\41\10\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\103\97\109\101\46\80\108\97\121\101\114\115\58\67\104\97\116\40\34\47\101\32\105\32\108\111\118\101\32\114\111\98\108\111\120\34\41\10\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\103\97\109\101\46\80\108\97\121\101\114\115\58\67\104\97\116\40\34\47\101\32\105\32\108\111\118\101\32\114\111\98\108\111\120\34\41\10\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\103\97\109\101\46\80\108\97\121\101\114\115\58\67\104\97\116\40\34\47\101\32\105\32\108\111\118\101\32\114\111\98\108\111\120\34\41\10\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\101\110\100\10\32\32\32\32\32\32\32\32\32\32\32\32\101\110\100\10\32\32\32\32\32\32\32\32\101\110\100\41\10\32\32\32\32\119\97\105\116\40\41\10\101\110\100')()
  1881. end)
  1882.  
  1883. Goto.MouseButton1Down:connect(function()
  1884.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players:FindFirstChild(Name.Text).Character.HumanoidRootPart.Position)
  1885. end)
  1886.  
  1887. Remotes.MouseButton1Down:connect(function()
  1888.     local ToFind = {
  1889.    RemoteFunction = true,
  1890.    RemoteEvent = true,
  1891.    BindableFunction = true,
  1892.    BindableEvent = true
  1893. }
  1894.  
  1895. local Found = {}
  1896.  
  1897. local function Search(Parent, Arguments)
  1898.    Parent = Parent:GetChildren()
  1899.    for index, child in next, Parent do
  1900.        for class in next, Arguments do
  1901.            if child.ClassName == class then
  1902.                if Found[class] then
  1903.                    local Directory = Found[class]
  1904.                    Found[class][#Directory + 1] = child
  1905.                else
  1906.                    Found[class] = {child}
  1907.                end
  1908.            end
  1909.        end
  1910.        if #Parent > 0 then
  1911.            Search(child, Arguments)
  1912.        end
  1913.    end
  1914. end
  1915.  
  1916. Search(workspace, ToFind)
  1917. Search(game:GetService("ReplicatedStorage"), ToFind)
  1918.  
  1919. for index, value in next, Found do
  1920.    warn(index .. "(s)")
  1921.    for _, child in next, value do
  1922.        print(child:GetFullName())
  1923.    end
  1924.    warn("End of " .. index .. "(s)")
  1925. end
  1926. end)
  1927.  
  1928. Exit.MouseButton1Down:connect(function()
  1929.     game.CoreGui.ScreenGui.Important.Visible = false
  1930.     game.CoreGui.ScreenGui.Exit.Visible = false
  1931.  
  1932. end)
  1933. end)
  1934.  
  1935. RevisAdminGUI.Name = "RevisAdminGUI"
  1936. RevisAdminGUI.Parent = MainScreen
  1937. RevisAdminGUI.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  1938. RevisAdminGUI.BorderSizePixel = 0
  1939. RevisAdminGUI.Position = UDim2.new(0.058808282, 0, 0.624487877, 0)
  1940. RevisAdminGUI.Size = UDim2.new(0, 115, 0, 47)
  1941. RevisAdminGUI.Font = Enum.Font.SciFi
  1942. RevisAdminGUI.Text = "REVIZ ADMIN GUI"
  1943. RevisAdminGUI.TextColor3 = Color3.new(0, 0, 0)
  1944. RevisAdminGUI.TextSize = 14
  1945. RevisAdminGUI.MouseButton1Down:connect(function()
  1946. -- Creator: illremember#3799
  1947.  
  1948. -- Credits to infinite yield, harkinian, dex creators
  1949.  
  1950. prefix = ";"
  1951. wait(0.3)
  1952. Commands = {
  1953.     '[-] cmdbar is shown when ; is pressed.',
  1954.     '[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you and player',
  1955.     '[2] bring [plr] -- You need a tool! Will bring player to you',
  1956.     '[3] spin [plr] -- You need a tool! Makes you and the player spin crazy',
  1957.     '[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting',
  1958.     '[5] attach [plr] -- You need a tool! Attaches you to player',
  1959.     '[6] unattach [plr] -- Attempts to unattach you from a player',
  1960.     '[7] follow [plr] -- Makes you follow behind the player',
  1961.     '[8] unfollow',
  1962.     '[9] freefall [plr] -- You need a tool! Teleports you and the player up into the air',
  1963.     '[10] trail [plr] -- The opposite of follow, you stay infront of player',
  1964.     '[11] untrail',
  1965.     '[12] orbit [plr] -- Makes you orbit the player',
  1966.     '[13] unorbit',
  1967.     '[14] fling [plr] -- Makes you fling the player',
  1968.     '[15] unfling',
  1969.     '[16] fecheck -- Checks if the game is FE or not',
  1970.     '[17] void [plr] -- Teleports player to the void',
  1971.     '[18] noclip -- Gives you noclip to walk through walls',
  1972.     '[19] clip -- Removes noclip',
  1973.     '[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default',
  1974.     '[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default',
  1975.     '[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default',
  1976.     '[23] default -- Changes your speed, jumppower and hipheight to default values',
  1977.     '[24] annoy [plr] -- Loop teleports you to the player',
  1978.     '[25] unannoy',
  1979.     '[26] headwalk [plr] -- Loop teleports you to the player head',
  1980.     '[27] unheadwalk',
  1981.     '[28] nolimbs -- Removes your arms and legs',
  1982.     '[29] god -- Gives you FE Godmode',
  1983.     '[30] drophats -- Drops your accessories',
  1984.     '[31] droptool -- Drops any tool you have equipped',
  1985.     '[32] loopdhats -- Loop drops your accessories',
  1986.     '[33] unloopdhats',
  1987.     '[34] loopdtool -- Loop drops any tools you have equipped',
  1988.     '[35] unloopdtool',
  1989.     '[36] invisible -- Gives you invisibility CREDIT TO TIMELESS',
  1990.     '[37] view [plr] -- Changes your camera to the player character',
  1991.     '[38] unview',
  1992.     '[39] goto [plr] -- Teleports you to player',
  1993.     '[40] fly -- Allows you to fly, credit to Infinite Yield',
  1994.     '[41] unfly',
  1995.     '[42] chat [msg] -- Makes you chat a message',
  1996.     '[43] spam [msg] -- Spams a message',
  1997.     '[44] unspam',
  1998.     '[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second',
  1999.     '[46] pmspam [plr] -- Spams a player in private message',
  2000.     '[47] unpmspam',
  2001.     '[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you',
  2002.     '[49] uncfreeze [plr]',
  2003.     '[50] unlockws -- Unlocks the workspace',
  2004.     '[51] lockws -- Locks the workspace',
  2005.     '[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you',
  2006.     '[53] pstand -- Enables platform stand',
  2007.     '[54] unpstand -- Disables platform stand',
  2008.     '[55] blockhead -- Removes your head mesh',
  2009.     '[56] sit',
  2010.     '[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',
  2011.     '[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided',
  2012.     '[59] hypertotal -- Loads in my FE GUI Hypertotal',
  2013.     '[60] cmds -- Prints all commands',
  2014.     '[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats',
  2015.     '[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool',
  2016.     '[63] spinner -- Makes you spin',
  2017.     '[64] nospinner',
  2018.     '[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom',
  2019.     '[66] noreach -- Removes reach, must have tool equipped',
  2020.     '[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying',
  2021.     '[68] tp me [plr] -- Alternative to goto',
  2022.     '[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player',
  2023.     '[70] uncbring',
  2024.     '[71] swap [plr] -- You need a tool! Swaps players position with yours and your position with players',
  2025.     '[72] givetool [plr] -- Gives the tool you have equipped to the player',
  2026.     '[73] glitch [plr] -- Glitches you and the player, looks very cool',
  2027.     '[74] unglitch -- Unglitches you',
  2028.     '[75] grespawn -- Alternative to normal respawn and usually works best for when you want to reset with FE Godmode',
  2029.     '[76] explorer -- Loads up DEX',
  2030.     '[77] reset -- Resets your character.',
  2031.     '[78] anim [id] -- Applies an animation on you, must be created by ROBLOX',
  2032.     '[79] animgui -- Loads up Energize animations GUI',
  2033.     '[80] savepos -- Saves your current position',
  2034.     '[81] loadpos -- Teleports you to your saved position',
  2035.     '[82] bang [plr] -- 18+ will not work if you have FE Godmode on',
  2036.     '[83] unbang',
  2037.     '[84] delcmdbar -- Removes the command bar completely',
  2038.     '[85] bringmod [obj] -- Brings all the parts in a model, client only, comes from ;bringobj enter exact name of model',
  2039.     '[86] shutdown -- Uses harkinians script to shutdown server',
  2040.     '[87] respawn -- If grespawn doesnt work you can use respawn',
  2041.     '[88] delobj [obj] -- Deletes a certain brick in workspace, client sided',
  2042.     '[89] getplrs -- Prints all players in game',
  2043.     '[90] deldecal -- Deletes all decals client sided',
  2044.     '[91] opfinality -- Loads in my FE GUI Opfinality',
  2045.     '[92] remotes -- Prints all remotes in the game in the console when added',
  2046.     '[93] noremotes -- Stops printing remotes',
  2047.     '[94] tpdefault -- Stops all loop teleports to a player',
  2048.     '[95] stopsit -- Will not allow you to sit',
  2049.     '[96] gosit -- Allows you to sit',
  2050.     '[97] clicktp -- Enables click tp',
  2051.     '[98] noclicktp -- Disables click tp',
  2052.     '[99] toolson -- If any tools are dropped in the workspace you will automatically get them',
  2053.     '[100] toolsoff -- Stops ;toolson',
  2054.     '[101] version -- Gets the admin version',
  2055.     '[102] state [num] -- Changes your humanoid state, ;unstate to stop.',
  2056.     '[103] gravity [num] -- Changes workspace gravity default is 196.2',
  2057.     '[104] pgs -- Checks if the game has PGSPhysicsSolverEnabled enabled',
  2058.     '[105] clickdel -- Delete any block you press q on, client sided',
  2059.     '[106] noclickdel -- Stops clickdel',
  2060.     '[107] looprhats -- Loop removes mesh of your hats/loop block hats',
  2061.     '[108] unlooprhats -- Stops loop removing mesh',
  2062.     '[109] looprtool -- Loop removes mesh of your tool/loop block tools',
  2063.     '[110] unlooprtool -- Stops loop removing mesh',
  2064.     '[111] givealltools [plr] -- Gives all the tools you have in your backpack to the player',
  2065.     '[112] age [plr] -- Makes you chat the account age of the player',
  2066.     '[113] id [plr] -- Makes you chat the account ID of the player',
  2067.     '[114] .age [plr] -- Privately shows you the account age of the player',
  2068.     '[115] .id [plr] -- Privately shows you the account ID of the player',
  2069.     '[116] gameid -- Shows the game ID',
  2070.     '[117] removeinvis -- Removes all invisible walls/parts, client sided',
  2071.     '[118] removefog -- Removes fog, client sided',
  2072.     '[119] disable -- Disables your character by removing humanoid',
  2073.     '[120] enable -- Enables your character by adding humanoid',
  2074.     '[121] prefix [key] -- Changes the prefix used, default is ;',
  2075.     '[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.',
  2076.     '[123] flyspeed [num] -- Change your fly speed, default is 1',
  2077.     '[124] carpet [plr] -- Makes you a carpet for a player, will not work if FE Godmode is on',
  2078.     '[125] uncarpet -- Stops carpet player',
  2079.     '[126] stare [plr] -- Turns your character to stare at another player',
  2080.     '[127] unstare -- Stops stare player',
  2081.     '[128] logchat -- Logs all chat (including /e and whispers) of all players',
  2082.     '[129] unlogchat -- Disables logchat',
  2083.     '[130] fixcam -- Fixes/resets your camera',
  2084.     '[131] unstate -- Stops changing state',
  2085. }
  2086. speedget = 1
  2087.  
  2088. lplayer = game:GetService("Players").LocalPlayer
  2089.  
  2090. lplayer.CharacterAdded:Connect(function(character)
  2091.     spin = false
  2092.     flying = false
  2093.     staring = false
  2094.     banpl = false
  2095. end)
  2096.  
  2097. function change()
  2098.     prefix = prefix
  2099.     speedfly = speedfly
  2100. end
  2101.  
  2102. function GetPlayer(String) -- Credit to Timeless/xFunnieuss
  2103.     local Found = {}
  2104.     local strl = String:lower()
  2105.     if strl == "all" then
  2106.         for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  2107.             table.insert(Found,v)
  2108.         end
  2109.     elseif strl == "others" then
  2110.         for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  2111.             if v.Name ~= lplayer.Name then
  2112.                 table.insert(Found,v)
  2113.             end
  2114.         end  
  2115.     elseif strl == "me" then
  2116.         for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  2117.             if v.Name == lplayer.Name then
  2118.                 table.insert(Found,v)
  2119.             end
  2120.         end  
  2121.     else
  2122.         for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  2123.             if v.Name:lower():sub(1, #String) == String:lower() then
  2124.                 table.insert(Found,v)
  2125.             end
  2126.         end    
  2127.     end
  2128.     return Found    
  2129. end
  2130.  
  2131. local Mouse = lplayer:GetMouse()
  2132.  
  2133. spin = false
  2134. followed = false
  2135. traill = false
  2136. noclip = false
  2137. annoying = false
  2138. hwalk = false
  2139. droppinghats = false
  2140. droppingtools = false
  2141. flying = false
  2142. spamdelay = 1
  2143. spamming = false
  2144. spammingpm = false
  2145. cbringing = false
  2146. remotes = true
  2147. added = true
  2148. binds = false
  2149. stopsitting = false
  2150. clickgoto = false
  2151. gettingtools = false
  2152. removingmeshhats = false
  2153. removingmeshtool = false
  2154. clickdel = false
  2155. staring = false
  2156. chatlogs = false
  2157. banpl = false
  2158. changingstate = false
  2159. statechosen = 0
  2160.  
  2161. adminversion = "Reviz Admin by illremember, Version 2.0"
  2162.  
  2163. flying = false
  2164. speedfly = 1
  2165.  
  2166. function plrchat(plr, chat)
  2167. print(plr.Name..": "..tick().."\n"..chat)
  2168. end
  2169.  
  2170. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  2171. v.Chatted:connect(function(chat)
  2172. if chatlogs then
  2173. plrchat(v, chat)
  2174. end
  2175. end)
  2176. end
  2177. game:GetService("Players").PlayerAdded:connect(function(plr)
  2178. plr.Chatted:connect(function(chat)
  2179. if chatlogs then
  2180. plrchat(plr, chat)
  2181. end
  2182. end)
  2183. end)
  2184.  
  2185.  
  2186. local ScreenGui = Instance.new("ScreenGui")
  2187. local Frame = Instance.new("Frame")
  2188. local CMDBAR = Instance.new("TextBox")
  2189. ScreenGui.Parent = game:GetService("CoreGui")
  2190. Frame.Parent = ScreenGui
  2191. Frame.BackgroundColor3 = Color3.new(0.3, 0.1, 0.1)
  2192. Frame.BackgroundTransparency = 0.3
  2193. Frame.Position = UDim2.new(0.5, 0, 0, 10)
  2194. Frame.Size = UDim2.new(0, 200, 0, 40)
  2195. Frame.Active = true
  2196. Frame.Draggable = true
  2197. CMDBAR.Name = "CMDBAR"
  2198. CMDBAR.Parent = Frame
  2199. CMDBAR.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  2200. CMDBAR.BackgroundTransparency = 0.20000000298023
  2201. CMDBAR.Size = UDim2.new(0, 180, 0, 20)
  2202. CMDBAR.Position = UDim2.new(0.05, 0, 0.25, 0)
  2203. CMDBAR.Font = Enum.Font.SourceSansLight
  2204. CMDBAR.FontSize = Enum.FontSize.Size14
  2205. CMDBAR.TextColor3 = Color3.new(0.945098, 0.945098, 0.945098)
  2206. CMDBAR.TextScaled = true
  2207. CMDBAR.TextSize = 14
  2208. CMDBAR.TextWrapped = true
  2209. CMDBAR.Text = "Press ; to type, Enter to execute"
  2210.  
  2211. local CMDS = Instance.new("ScreenGui")
  2212. local CMDSFRAME = Instance.new("Frame")
  2213. local ScrollingFrame = Instance.new("ScrollingFrame")
  2214. local TextLabel = Instance.new("TextLabel")
  2215. local closegui = Instance.new("TextButton")
  2216. CMDS.Name = "CMDS"
  2217. CMDS.Parent = game:GetService("CoreGui")
  2218. CMDSFRAME.Name = "CMDSFRAME"
  2219. CMDSFRAME.Parent = CMDS
  2220. CMDSFRAME.Active = true
  2221. CMDSFRAME.BackgroundColor3 = Color3.new(0.223529, 0.231373, 0.309804)
  2222. CMDSFRAME.BorderSizePixel = 0
  2223. CMDSFRAME.Draggable = true
  2224. CMDSFRAME.Position = UDim2.new(0, 315, 0, 100)
  2225. CMDSFRAME.Size = UDim2.new(0, 275, 0, 275)
  2226. CMDSFRAME.Visible = false
  2227. ScrollingFrame.Parent = CMDSFRAME
  2228. ScrollingFrame.BackgroundColor3 = Color3.new(0.160784, 0.160784, 0.203922)
  2229. ScrollingFrame.BorderSizePixel = 0
  2230. ScrollingFrame.Position = UDim2.new(0, 0, 0.0729999989, 0)
  2231. ScrollingFrame.Size = UDim2.new(1.04999995, 0, 0.92900002, 0)
  2232. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 10, 0)
  2233. TextLabel.Parent = ScrollingFrame
  2234. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  2235. TextLabel.BackgroundTransparency = 1
  2236. TextLabel.Size = UDim2.new(0.930000007, 0, 1, 0)
  2237. TextLabel.Font = Enum.Font.SourceSans
  2238. TextLabel.FontSize = Enum.FontSize.Size18
  2239. 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."
  2240. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  2241. TextLabel.TextSize = 15
  2242. TextLabel.TextWrapped = true
  2243. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  2244. TextLabel.TextYAlignment = Enum.TextYAlignment.Top
  2245. closegui.Name = "closegui"
  2246. closegui.Parent = CMDSFRAME
  2247. closegui.BackgroundColor3 = Color3.new(0.890196, 0.223529, 0.0588235)
  2248. closegui.BorderSizePixel = 0
  2249. closegui.Position = UDim2.new(0.995000005, 0, 0, 0)
  2250. closegui.Size = UDim2.new(0.0545952693, 0, 0.0728644878, 0)
  2251. closegui.Font = Enum.Font.SourceSansBold
  2252. closegui.FontSize = Enum.FontSize.Size24
  2253. closegui.Text = "X"
  2254. closegui.TextColor3 = Color3.new(1, 1, 1)
  2255. closegui.TextSize = 20
  2256.  
  2257. closegui.MouseButton1Click:connect(function()
  2258.     CMDSFRAME.Visible = false
  2259. end)
  2260.  
  2261. game:GetService('RunService').Stepped:connect(function()
  2262.     if spin then
  2263.         lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[spinplr.Name].Character.HumanoidRootPart.CFrame
  2264.     end
  2265.     if followed then
  2266.         lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame.lookVector * -5
  2267.     end
  2268.     if traill then
  2269.         lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame.lookVector * 5
  2270.     end
  2271.     if annoying then
  2272.         lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[annplr.Name].Character.HumanoidRootPart.CFrame
  2273.     end
  2274.     if hwalk then
  2275.         lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[hdwplr.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 4, 0)
  2276.     end
  2277.     if staring then
  2278.         lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(lplayer.Character.Torso.Position, game:GetService("Players")[stareplr.Name].Character.Torso.Position)
  2279.     end
  2280. end)
  2281. game:GetService('RunService').Stepped:connect(function()
  2282.     if noclip then
  2283.         if lplayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  2284.             lplayer.Character.Head.CanCollide = false
  2285.             lplayer.Character.Torso.CanCollide = false
  2286.             lplayer.Character["Left Leg"].CanCollide = false
  2287.             lplayer.Character["Right Leg"].CanCollide = false
  2288.         else
  2289.             lplayer.Character.Humanoid:ChangeState(11)
  2290.         end
  2291.     end
  2292.     if changingstate then
  2293.         lplayer.Character.Humanoid:ChangeState(statechosen)
  2294.     end
  2295. end)
  2296. game:GetService('RunService').Stepped:connect(function()
  2297.     if droppinghats then
  2298.         for i,v in pairs(lplayer.Character:GetChildren()) do
  2299.             if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2300.                 v.Parent = workspace
  2301.             end
  2302.         end
  2303.     end
  2304.     if droppingtools then
  2305.         for i,v in pairs(lplayer.Character:GetChildren()) do
  2306.             if (v:IsA("Tool")) then
  2307.                 v.Parent = workspace
  2308.             end
  2309.         end
  2310.     end
  2311.     if removingmeshhats then
  2312.         for i,v in pairs(lplayer.Character:GetChildren()) do
  2313.             if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2314.                 v.Handle.Mesh:Destroy()
  2315.             end
  2316.         end
  2317.     end
  2318.     if removingmeshtool then
  2319.         for i,v in pairs(lplayer.Character:GetChildren()) do
  2320.             if (v:IsA("Tool")) then
  2321.                 v.Handle.Mesh:Destroy()
  2322.             end
  2323.         end
  2324.     end
  2325. end)
  2326. game:GetService('RunService').Stepped:connect(function()
  2327.     if banpl then
  2328.         lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[bplrr].Character.HumanoidRootPart.CFrame
  2329.     end
  2330. end)
  2331. game:GetService('RunService').Stepped:connect(function()
  2332.     if stopsitting then
  2333.         lplayer.Character.Humanoid.Sit = false
  2334.     end
  2335. end)
  2336.  
  2337. plr = lplayer
  2338. hum = plr.Character.HumanoidRootPart
  2339. mouse = plr:GetMouse()
  2340. mouse.KeyDown:connect(function(key)
  2341.     if key == "e" then
  2342.         if mouse.Target then
  2343.             if clickgoto then
  2344.                 hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  2345.             elseif clickdel then
  2346.                 mouse.Target:Destroy()
  2347.             end
  2348.         end
  2349.     end
  2350. end)
  2351.  
  2352. game:GetService("Workspace").ChildAdded:connect(function(part)
  2353.     if gettingtools then
  2354.         if part:IsA("Tool") then
  2355.             part.Handle.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2356.         end
  2357.     end
  2358. end)
  2359.  
  2360. lplayer.Chatted:Connect(function(msg)
  2361.     if string.sub(msg, 1, 6) == (prefix.."kill ") then
  2362.         if string.sub(msg, 7) == "me" then
  2363.             lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  2364.         else
  2365.             for i,v in pairs(GetPlayer(string.sub(msg, 7)))do
  2366.                 local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2367.                 lplayer.Character.Humanoid.Name = 1
  2368.                 local l = lplayer.Character["1"]:Clone()
  2369.                 l.Parent = lplayer.Character
  2370.                 l.Name = "Humanoid"
  2371.                 wait(0.1)
  2372.                 lplayer.Character["1"]:Destroy()
  2373.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2374.                 lplayer.Character.Animate.Disabled = true
  2375.                 wait(0.1)
  2376.                 lplayer.Character.Animate.Disabled = false
  2377.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2378.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2379.                 lplayer.Character.Humanoid:EquipTool(v)
  2380.                 end
  2381.                 local function tp(player,player2)
  2382.                 local char1,char2=player.Character,player2.Character
  2383.                 if char1 and char2 then
  2384.                 char1:MoveTo(char2.Head.Position)
  2385.                 end
  2386.                 end
  2387.                 wait(0.1)
  2388.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2389.                 wait(0.2)
  2390.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2391.                 wait(0.5)
  2392.                 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  2393.                 wait(0.7)
  2394.                 tp(lplayer,game:GetService("Players")[v.Name])
  2395.                 wait(0.7)
  2396.                 lplayer.Character.HumanoidRootPart.CFrame = NOW
  2397.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  2398.                 Title = "Tools needed!";
  2399.                 Text = "You need a tool in your backpack for this command!";
  2400.                 })
  2401.             end
  2402.         end
  2403.     end
  2404.     if string.sub(msg, 1, 7) == (prefix.."bring ") then
  2405.         for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  2406.             local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2407.             lplayer.Character.Humanoid.Name = 1
  2408.             local l = lplayer.Character["1"]:Clone()
  2409.             l.Parent = lplayer.Character
  2410.             l.Name = "Humanoid"
  2411.             wait(0.1)
  2412.             lplayer.Character["1"]:Destroy()
  2413.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2414.             lplayer.Character.Animate.Disabled = true
  2415.             wait(0.1)
  2416.             lplayer.Character.Animate.Disabled = false
  2417.             lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2418.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2419.             lplayer.Character.Humanoid:EquipTool(v)
  2420.             end
  2421.             local function tp(player,player2)
  2422.             local char1,char2=player.Character,player2.Character
  2423.             if char1 and char2 then
  2424.             char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  2425.             end
  2426.             end
  2427.             local function getout(player,player2)
  2428.             local char1,char2=player.Character,player2.Character
  2429.             if char1 and char2 then
  2430.             char1:MoveTo(char2.Head.Position)
  2431.             end
  2432.             end
  2433.             tp(game:GetService("Players")[v.Name], lplayer)
  2434.             wait(0.2)
  2435.             tp(game:GetService("Players")[v.Name], lplayer)
  2436.             wait(0.5)
  2437.             lplayer.Character.HumanoidRootPart.CFrame = NOW
  2438.             wait(0.5)
  2439.             getout(lplayer, game:GetService("Players")[v.Name])
  2440.             wait(0.3)
  2441.             lplayer.Character.HumanoidRootPart.CFrame = NOW
  2442.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2443.             Title = "Tools needed!";
  2444.             Text = "You need a tool in your backpack for this command!";
  2445.             })
  2446.         end
  2447.     end
  2448.     if string.sub(msg, 1, 6) == (prefix.."spin ") then
  2449.         for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  2450.             lplayer.Character.Humanoid.Name = 1
  2451.             local l = lplayer.Character["1"]:Clone()
  2452.             l.Parent = lplayer.Character
  2453.             l.Name = "Humanoid"
  2454.             wait(0.1)
  2455.             lplayer.Character["1"]:Destroy()
  2456.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2457.             lplayer.Character.Animate.Disabled = true
  2458.             wait(0.1)
  2459.             lplayer.Character.Animate.Disabled = false
  2460.             lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2461.             lplayer.Character.Animate.Disabled = false
  2462.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2463.             lplayer.Character.Humanoid:EquipTool(v)
  2464.             end
  2465.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2466.             spinplr = v
  2467.             wait(0.5)
  2468.             spin = true
  2469.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2470.             Title = "Tools needed!";
  2471.             Text = "You need a tool in your backpack for this command!";
  2472.             })
  2473.         end
  2474.     end
  2475.     if string.sub(msg, 1, 7) == (prefix.."unspin") then
  2476.         spin = false
  2477.     end
  2478.     if string.sub(msg, 1, 8) == (prefix.."attach ") then
  2479.         for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  2480.             lplayer.Character.Humanoid.Name = 1
  2481.             local l = lplayer.Character["1"]:Clone()
  2482.             l.Parent = lplayer.Character
  2483.             l.Name = "Humanoid"
  2484.             wait(0.1)
  2485.             lplayer.Character["1"]:Destroy()
  2486.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2487.             lplayer.Character.Animate.Disabled = true
  2488.             wait(0.1)
  2489.             lplayer.Character.Animate.Disabled = false
  2490.             lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2491.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2492.             lplayer.Character.Humanoid:EquipTool(v)
  2493.             end
  2494.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2495.             wait(0.3)
  2496.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2497.             attplr = v
  2498.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2499.             Title = "Tools needed!";
  2500.             Text = "You need a tool in your backpack for this command!";
  2501.             })
  2502.         end
  2503.     end
  2504.     if string.sub(msg, 1, 10) == (prefix.."unattach ") then
  2505.         for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  2506.             local function getout(player,player2)
  2507.             local char1,char2=player.Character,player2.Character
  2508.             if char1 and char2 then
  2509.             char1:MoveTo(char2.Head.Position)
  2510.             end
  2511.             end
  2512.             getout(lplayer, game:GetService("Players")[v.Name])
  2513.         end
  2514.     end
  2515.     if string.sub(msg, 1, 8) == (prefix.."follow ") then
  2516.         for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  2517.             followed = true
  2518.             flwplr = v
  2519.         end
  2520.     end
  2521.     if string.sub(msg, 1, 9) == (prefix.."unfollow") then
  2522.         followed = false
  2523.     end
  2524.     if string.sub(msg, 1, 10) == (prefix.."freefall ") then
  2525.         for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  2526.             local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2527.             lplayer.Character.Humanoid.Name = 1
  2528.             local l = lplayer.Character["1"]:Clone()
  2529.             l.Parent = lplayer.Character
  2530.             l.Name = "Humanoid"
  2531.             wait(0.1)
  2532.             lplayer.Character["1"]:Destroy()
  2533.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2534.             lplayer.Character.Animate.Disabled = true
  2535.             wait(0.1)
  2536.             lplayer.Character.Animate.Disabled = false
  2537.             lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2538.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2539.             lplayer.Character.Humanoid:EquipTool(v)
  2540.             end
  2541.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2542.             wait(0.2)
  2543.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2544.             wait(0.6)
  2545.             lplayer.Character.HumanoidRootPart.CFrame = NOW
  2546.             wait(0.6)
  2547.             lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  2548.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2549.             Title = "Tools needed!";
  2550.             Text = "You need a tool in your backpack for this command!";
  2551.             })
  2552.         end
  2553.     end
  2554.     if string.sub(msg, 1, 7) == (prefix.."trail ") then
  2555.         for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  2556.             traill = true
  2557.             trlplr = v
  2558.         end
  2559.     end
  2560.     if string.sub(msg, 1, 8) == (prefix.."untrail") then
  2561.         traill = false
  2562.     end
  2563.     if string.sub(msg, 1, 7) == (prefix.."orbit ") then
  2564.         if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  2565.             lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2566.         else
  2567.             for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  2568.                 local o = Instance.new("RocketPropulsion")
  2569.                 o.Parent = lplayer.Character.HumanoidRootPart
  2570.                 o.Name = "Orbit"
  2571.                 o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  2572.                 o:Fire()
  2573.                 noclip = true
  2574.             end
  2575.         end
  2576.     end
  2577.     if string.sub(msg, 1, 8) == (prefix.."unorbit") then
  2578.         lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  2579.         noclip = false
  2580.     end
  2581.     if string.sub(msg, 1, 7) == (prefix.."fling ") then
  2582.         if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  2583.             lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2584.         else
  2585.             for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  2586.                 local y = Instance.new("RocketPropulsion")
  2587.                 y.Parent = lplayer.Character.HumanoidRootPart
  2588.                 y.CartoonFactor = 1
  2589.                 y.MaxThrust = 800000
  2590.                 y.MaxSpeed = 1000
  2591.                 y.ThrustP = 200000
  2592.                 y.Name = "Fling"
  2593.                 game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  2594.                 y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  2595.                 y:Fire()
  2596.                 noclip = true
  2597.             end
  2598.         end
  2599.     end
  2600.     if string.sub(msg, 1, 8) == (prefix.."unfling") then
  2601.         noclip = false
  2602.         lplayer.Character.HumanoidRootPart.Fling:Destroy()
  2603.         game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  2604.         wait(0.4)
  2605.         lplayer.Character.HumanoidRootPart.Fling:Destroy()
  2606.     end
  2607.     if string.sub(msg, 1, 8) == (prefix.."fecheck") then
  2608.         if game:GetService("Workspace").FilteringEnabled == true then
  2609.             warn("FE is Enabled (Filtering Enabled)")
  2610.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2611.                 Title = "FE is Enabled";
  2612.                 Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  2613.             })
  2614.         else
  2615.             warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  2616.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2617.                 Title = "FE is Disabled";
  2618.                 Text = "Filtering Disabled. Consider using a different admin script.";
  2619.             })
  2620.         end
  2621.     end
  2622.     if string.sub(msg, 1, 6) == (prefix.."void ") then
  2623.         for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  2624.             lplayer.Character.Humanoid.Name = 1
  2625.             local l = lplayer.Character["1"]:Clone()
  2626.             l.Parent = lplayer.Character
  2627.             l.Name = "Humanoid"
  2628.             wait(0.1)
  2629.             lplayer.Character["1"]:Destroy()
  2630.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2631.             lplayer.Character.Animate.Disabled = true
  2632.             wait(0.1)
  2633.             lplayer.Character.Animate.Disabled = false
  2634.             lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2635.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2636.             lplayer.Character.Humanoid:EquipTool(v)
  2637.             end
  2638.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2639.             wait(0.2)
  2640.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2641.             wait(0.6)
  2642.             lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  2643.             game:GetService("StarterGui"):SetCore("SendNotification", {
  2644.             Title = "Tools needed!";
  2645.             Text = "You need a tool in your backpack for this command!";
  2646.             })
  2647.         end
  2648.     end
  2649.     if string.sub(msg, 1, 7) == (prefix.."noclip") then
  2650.         noclip = true
  2651.         game:GetService("StarterGui"):SetCore("SendNotification", {
  2652.         Title = "Noclip enabled";
  2653.         Text = "Type ;clip to disable";
  2654.         })
  2655.     end
  2656.     if string.sub(msg, 1, 5) == (prefix.."clip") then
  2657.         noclip = false
  2658.         game:GetService("StarterGui"):SetCore("SendNotification", {
  2659.         Title = "Noclip disabled";
  2660.         Text = "Type ;noclip to enable";
  2661.         })
  2662.     end
  2663.     if string.sub(msg, 1, 7) == (prefix.."speed ") then
  2664.         lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 8))
  2665.     end
  2666.     if string.sub(msg, 1, 4) == (prefix.."ws ") then
  2667.         lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 5))
  2668.     end
  2669.     if string.sub(msg, 1, 11) == (prefix.."hipheight ") then
  2670.         lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 12))
  2671.     end
  2672.     if string.sub(msg, 1, 4) == (prefix.."hh ") then
  2673.         lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 5))
  2674.     end
  2675.     if string.sub(msg, 1, 11) == (prefix.."jumppower ") then
  2676.         lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 12))
  2677.     end
  2678.     if string.sub(msg, 1, 4) == (prefix.."jp ") then
  2679.         lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 5))
  2680.     end
  2681.     if string.sub(msg, 1, 8) == (prefix.."default") then
  2682.         lplayer.Character.Humanoid.JumpPower = 50
  2683.         lplayer.Character.Humanoid.WalkSpeed = 16
  2684.         lplayer.Character.Humanoid.HipHeight = 0
  2685.     end
  2686.     if string.sub(msg, 1, 7) == (prefix.."annoy ") then
  2687.         for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  2688.             annoying = true
  2689.             annplr = v
  2690.         end
  2691.     end
  2692.     if string.sub(msg, 1, 8) == (prefix.."unannoy") then
  2693.         annoying = false
  2694.     end
  2695.     if string.sub(msg, 1, 10) == (prefix.."headwalk ") then
  2696.         for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  2697.             hwalk = true
  2698.             hdwplr = v
  2699.         end
  2700.     end
  2701.     if string.sub(msg, 1, 11) == (prefix.."unheadwalk") then
  2702.         hwalk = false
  2703.     end
  2704.     if string.sub(msg, 1, 8) == (prefix.."nolimbs") then
  2705.         lplayer.Character["Left Leg"]:Destroy()
  2706.         lplayer.Character["Left Arm"]:Destroy()
  2707.         lplayer.Character["Right Leg"]:Destroy()
  2708.         lplayer.Character["Right Arm"]:Destroy()
  2709.     end
  2710.     if string.sub(msg, 1, 4) == (prefix.."god") then
  2711.         lplayer.Character.Humanoid.Name = 1
  2712.         local l = lplayer.Character["1"]:Clone()
  2713.         l.Parent = lplayer.Character
  2714.         l.Name = "Humanoid"
  2715.         wait(0.1)
  2716.         lplayer.Character["1"]:Destroy()
  2717.         game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2718.         lplayer.Character.Animate.Disabled = true
  2719.         wait(0.1)
  2720.         lplayer.Character.Animate.Disabled = false
  2721.         lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2722.         game:GetService("StarterGui"):SetCore("SendNotification", {
  2723.         Title = "FE Godmode enabled";
  2724.         Text = "Use ;grespawn or ;respawn to remove";
  2725.         })
  2726.     end
  2727.     if string.sub(msg, 1, 9) == (prefix.."drophats") then
  2728.         for i,v in pairs(lplayer.Character:GetChildren()) do
  2729.             if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2730.                 v.Parent = workspace
  2731.             end
  2732.         end
  2733.     end
  2734.     if string.sub(msg, 1, 9) == (prefix.."droptool") then
  2735.         for i,v in pairs(lplayer.Character:GetChildren()) do
  2736.             if (v:IsA("Tool")) then
  2737.                 v.Parent = workspace
  2738.             end
  2739.         end
  2740.     end
  2741.     if string.sub(msg, 1, 10) == (prefix.."loopdhats") then
  2742.         droppinghats = true
  2743.         game:GetService("StarterGui"):SetCore("SendNotification", {
  2744.         Title = "Loop Drop Enabled";
  2745.         Text = "Type ;unloopdhats to disable";
  2746.         })
  2747.     end
  2748.     if string.sub(msg, 1, 12) == (prefix.."unloopdhats") then
  2749.         droppinghats = false
  2750.         game:GetService("StarterGui"):SetCore("SendNotification", {
  2751.         Title = "Loop Drop Disabled";
  2752.         Text = "Type ;loopdhats to enable.";
  2753.         })
  2754.     end
  2755.     if string.sub(msg, 1, 10) == (prefix.."loopdtool") then
  2756.         droppingtools = true
  2757.         game:GetService("StarterGui"):SetCore("SendNotification", {
  2758.         Title = "Loop Drop Enabled";
  2759.         Text = "Type ;unloopdtool to disable";
  2760.         })
  2761.     end
  2762.     if string.sub(msg, 1, 12) == (prefix.."unloopdtool") then
  2763.         droppingtools = false
  2764.         game:GetService("StarterGui"):SetCore("SendNotification", {
  2765.         Title = "Loop Drop Disabled";
  2766.         Text = "Type ;loopdtool to enable.";
  2767.         })
  2768.     end
  2769.     if string.sub(msg, 1, 10) == (prefix.."invisible") then -- Credit to Timeless
  2770.         Local = game:GetService('Players').LocalPlayer
  2771.         Char  = Local.Character
  2772.         touched,tpdback = false, false
  2773.         box = Instance.new('Part',workspace)
  2774.         box.Anchored = true
  2775.         box.CanCollide = true
  2776.         box.Size = Vector3.new(10,1,10)
  2777.         box.Position = Vector3.new(0,10000,0)
  2778.         box.Touched:connect(function(part)
  2779.             if (part.Parent.Name == Local.Name) then
  2780.                 if touched == false then
  2781.                     touched = true
  2782.                     function apply()
  2783.                         if script.Disabled ~= true then
  2784.                             no = Char.HumanoidRootPart:Clone()
  2785.                             wait(.25)
  2786.                             Char.HumanoidRootPart:Destroy()
  2787.                             no.Parent = Char
  2788.                             Char:MoveTo(loc)
  2789.                             touched = false
  2790.                         end end
  2791.                     if Char then
  2792.                         apply()
  2793.                     end
  2794.                 end
  2795.             end
  2796.         end)
  2797.         repeat wait() until Char
  2798.         loc = Char.HumanoidRootPart.Position
  2799.         Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  2800.         game:GetService("StarterGui"):SetCore("SendNotification", {
  2801.         Title = "Invisibility enabled!";
  2802.         Text = "Reset or use ;respawn to remove.";
  2803.         })
  2804.     end
  2805.     if string.sub(msg, 1, 6) == (prefix.."view ") then
  2806.         for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  2807.             if game:GetService("Players")[v.Name].Character.Humanoid then
  2808.                 game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  2809.             else
  2810.                 game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  2811.             end
  2812.         end
  2813.     end
  2814.     if string.sub(msg, 1, 7) == (prefix.."unview") then
  2815.         if lplayer.Character.Humanoid then
  2816.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  2817.         else
  2818.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  2819.         end
  2820.     end
  2821.     if string.sub(msg, 1, 6) == (prefix.."goto ") then
  2822.         for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  2823.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2824.         end
  2825.     end
  2826.     if string.sub(msg, 1, 4) == (prefix.."fly") then
  2827.     repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  2828.     repeat wait() until Mouse
  2829.    
  2830.     local T = lplayer.Character.HumanoidRootPart
  2831.     local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  2832.     local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  2833.     local SPEED = speedget
  2834.    
  2835.     local function fly()
  2836.         flying = true
  2837.         local BG = Instance.new('BodyGyro', T)
  2838.         local BV = Instance.new('BodyVelocity', T)
  2839.         BG.P = 9e4
  2840.         BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  2841.         BG.cframe = T.CFrame
  2842.         BV.velocity = Vector3.new(0, 0.1, 0)
  2843.         BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  2844.         spawn(function()
  2845.         repeat wait()
  2846.         lplayer.Character.Humanoid.PlatformStand = true
  2847.         if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  2848.         SPEED = 50
  2849.         elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  2850.         SPEED = 0
  2851.         end
  2852.         if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  2853.         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
  2854.         lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  2855.         elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  2856.         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
  2857.         else
  2858.         BV.velocity = Vector3.new(0, 0.1, 0)
  2859.         end
  2860.         BG.cframe = workspace.CurrentCamera.CoordinateFrame
  2861.                 until not flying
  2862.                 CONTROL = {F = 0, B = 0, L = 0, R = 0}
  2863.                 lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  2864.                 SPEED = 0
  2865.                 BG:destroy()
  2866.                 BV:destroy()
  2867.                 lplayer.Character.Humanoid.PlatformStand = false
  2868.             end)
  2869.         end
  2870.     Mouse.KeyDown:connect(function(KEY)
  2871.         if KEY:lower() == 'w' then
  2872.             CONTROL.F = speedfly
  2873.         elseif KEY:lower() == 's' then
  2874.             CONTROL.B = -speedfly
  2875.         elseif KEY:lower() == 'a' then
  2876.             CONTROL.L = -speedfly
  2877.         elseif KEY:lower() == 'd' then
  2878.             CONTROL.R = speedfly
  2879.         end
  2880.     end)
  2881.     Mouse.KeyUp:connect(function(KEY)
  2882.         if KEY:lower() == 'w' then
  2883.             CONTROL.F = 0
  2884.         elseif KEY:lower() == 's' then
  2885.             CONTROL.B = 0
  2886.         elseif KEY:lower() == 'a' then
  2887.             CONTROL.L = 0
  2888.         elseif KEY:lower() == 'd' then
  2889.             CONTROL.R = 0
  2890.         end
  2891.     end)
  2892.     fly()
  2893.     end
  2894.     if string.sub(msg, 1, 6) == (prefix.."unfly") then
  2895.         flying = false
  2896.         lplayer.Character.Humanoid.PlatformStand = false
  2897.     end
  2898.     if string.sub(msg, 1, 6) == (prefix.."chat ") then
  2899.         game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(msg, 7)), "All")
  2900.     end
  2901.     if string.sub(msg, 1, 6) == (prefix.."spam ") then
  2902.         spamtext = (string.sub(msg, 7))
  2903.         spamming = true
  2904.     end
  2905.     if string.sub(msg, 1, 7) == (prefix.."unspam") then
  2906.         spamming = false
  2907.     end
  2908.     if string.sub(msg, 1, 10) == (prefix.."spamwait ") then
  2909.         spamdelay = (string.sub(msg, 11))
  2910.     end
  2911.     if string.sub(msg, 1, 8) == (prefix.."pmspam ") then
  2912.         for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  2913.             pmspammed = v.Name
  2914.             spammingpm = true
  2915.         end
  2916.     end
  2917.     if string.sub(msg, 1, 9) == (prefix.."unpmspam") then
  2918.         spammingpm = false
  2919.     end
  2920.     if string.sub(msg, 1, 9) == (prefix.."cfreeze ") then
  2921.         for i,v in pairs(GetPlayer(string.sub(msg, 10))) do
  2922.             v.Character["Left Leg"].Anchored = true
  2923.             v.Character["Left Arm"].Anchored = true
  2924.             v.Character["Right Leg"].Anchored = true
  2925.             v.Character["Right Arm"].Anchored = true
  2926.             v.Character.Torso.Anchored = true
  2927.             v.Character.Head.Anchored = true
  2928.         end
  2929.     end
  2930.     if string.sub(msg, 1, 11) == (prefix.."uncfreeze ") then
  2931.         for i,v in pairs(GetPlayer(string.sub(msg, 12))) do
  2932.             v.Character["Left Leg"].Anchored = false
  2933.             v.Character["Left Arm"].Anchored = false
  2934.             v.Character["Right Leg"].Anchored = false
  2935.             v.Character["Right Arm"].Anchored = false
  2936.             v.Character.Torso.Anchored = false
  2937.             v.Character.Head.Anchored = false
  2938.         end
  2939.     end
  2940.     if string.sub(msg, 1, 9) == (prefix.."unlockws") then
  2941.         local a = game:GetService("Workspace"):getChildren()
  2942.         for i = 1, #a do
  2943.             if a[i].className == "Part" then
  2944.                 a[i].Locked = false
  2945.             elseif a[i].className == "Model" then
  2946.                 local r = a[i]:getChildren()
  2947.                 for i = 1, #r do
  2948.                     if r[i].className == "Part" then
  2949.                     r[i].Locked = false
  2950.                     end
  2951.                 end
  2952.             end
  2953.         end
  2954.         game:GetService("StarterGui"):SetCore("SendNotification", {
  2955.         Title = "Success!";
  2956.         Text = "Workspace unlocked. Use ;lockws to lock.";
  2957.         })
  2958.     end
  2959.     if string.sub(msg, 1, 7) == (prefix.."lockws") then
  2960.         local a = game:GetService("Workspace"):getChildren()
  2961.         for i = 1, #a do
  2962.             if a[i].className == "Part" then
  2963.                 a[i].Locked = true
  2964.             elseif a[i].className == "Model" then
  2965.                 local r = a[i]:getChildren()
  2966.                 for i = 1, #r do
  2967.                     if r[i].className == "Part" then
  2968.                     r[i].Locked = true
  2969.                     end
  2970.                 end
  2971.             end
  2972.         end
  2973.     end
  2974.     if string.sub(msg, 1, 7) == (prefix.."btools") then
  2975.         local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  2976.         Clone_T.BinType = "Clone"
  2977.         local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  2978.         Destruct.BinType = "Hammer"
  2979.         local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  2980.         Hold_T.BinType = "Grab"
  2981.     end
  2982.     if string.sub(msg, 1, 7) == (prefix.."pstand") then
  2983.         lplayer.Character.Humanoid.PlatformStand = true
  2984.     end
  2985.     if string.sub(msg, 1, 9) == (prefix.."unpstand") then
  2986.         lplayer.Character.Humanoid.PlatformStand = false
  2987.     end
  2988.     if string.sub(msg, 1, 10) == (prefix.."blockhead") then
  2989.         lplayer.Character.Head.Mesh:Destroy()
  2990.     end
  2991.     if string.sub(msg, 1, 4) == (prefix.."sit") then
  2992.         lplayer.Character.Humanoid.Sit = true
  2993.     end
  2994.     if string.sub(msg, 1, 10) == (prefix.."bringobj ") then
  2995.         local function bringobjw()
  2996.         for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  2997.         if obj.Name == (string.sub(msg, 11)) then
  2998.         obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2999.         obj.CanCollide = false
  3000.         obj.Transparency = 0.7
  3001.         wait()
  3002.         obj.CFrame = lplayer.Character["Left Leg"].CFrame
  3003.         wait()
  3004.         obj.CFrame = lplayer.Character["Right Leg"].CFrame
  3005.         wait()
  3006.         obj.CFrame = lplayer.Character["Head"].CFrame
  3007.         end
  3008.         end
  3009.         end
  3010.         while wait() do
  3011.             bringobjw()
  3012.         end
  3013.         game:GetService("StarterGui"):SetCore("SendNotification", {
  3014.         Title = "BringObj";
  3015.         Text = "BringObj enabled.";
  3016.         })
  3017.     end
  3018.     if string.sub(msg, 1, 7) == (prefix.."wsvis ") then
  3019.         vis = (string.sub(msg, 8))
  3020.         local a = game:GetService("Workspace"):GetDescendants()
  3021.         for i = 1, #a do
  3022.             if a[i].className == "Part" then
  3023.                 a[i].Transparency = vis
  3024.             elseif a[i].className == "Model" then
  3025.                 local r = a[i]:getChildren()
  3026.                 for i = 1, #r do
  3027.                     if r[i].className == "Part" then
  3028.                     r[i].Transparency = vis
  3029.                     end
  3030.                 end
  3031.             end
  3032.         end
  3033.     end
  3034.     if string.sub(msg, 1, 11) == (prefix.."hypertotal") then
  3035.         loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  3036.         game:GetService("StarterGui"):SetCore("SendNotification", {
  3037.         Title = "Success!";
  3038.         Text = "HyperTotal GUI Loaded!";
  3039.         })
  3040.     end
  3041.     if string.sub(msg, 1, 5) == (prefix.."cmds") then
  3042.         CMDSFRAME.Visible = true
  3043.     end
  3044.     if string.sub(msg, 1, 10) == (prefix.."rmeshhats") then
  3045.         for i,v in pairs(lplayer.Character:GetChildren()) do
  3046.             if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  3047.                 v.Handle.Mesh:Destroy()
  3048.             end
  3049.         end
  3050.     end
  3051.     if string.sub(msg, 1, 10) == (prefix.."blockhats") then
  3052.         for i,v in pairs(lplayer.Character:GetChildren()) do
  3053.             if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  3054.                 v.Handle.Mesh:Destroy()
  3055.             end
  3056.         end
  3057.     end
  3058.     if string.sub(msg, 1, 10) == (prefix.."rmeshtool") then
  3059.         for i,v in pairs(lplayer.Character:GetChildren()) do
  3060.             if (v:IsA("Tool")) then
  3061.                 v.Handle.Mesh:Destroy()
  3062.             end
  3063.         end
  3064.     end
  3065.     if string.sub(msg, 1, 10) == (prefix.."blocktool") then
  3066.         for i,v in pairs(lplayer.Character:GetChildren()) do
  3067.             if (v:IsA("Tool")) then
  3068.                 v.Handle.Mesh:Destroy()
  3069.             end
  3070.         end
  3071.     end
  3072.     if string.sub(msg, 1, 8) == (prefix.."spinner") then
  3073.         local p = Instance.new("RocketPropulsion")
  3074.         p.Parent = lplayer.Character.HumanoidRootPart
  3075.         p.Name = "Spinner"
  3076.         p.Target = lplayer.Character["Left Arm"]
  3077.         p:Fire()
  3078.         game:GetService("StarterGui"):SetCore("SendNotification", {
  3079.         Title = "Spinner enabled";
  3080.         Text = "Type ;nospinner to disable.";
  3081.         })
  3082.     end
  3083.     if string.sub(msg, 1, 10) == (prefix.."nospinner") then
  3084.         lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  3085.     end
  3086.     if string.sub(msg, 1, 7) == (prefix.."reachd") then
  3087.         for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  3088.             if v:isA("Tool") then
  3089.                 local a = Instance.new("SelectionBox",v.Handle)
  3090.                 a.Adornee = v.Handle
  3091.                 v.Handle.Size = Vector3.new(0.5,0.5,60)
  3092.                 v.GripPos = Vector3.new(0,0,0)
  3093.                 lplayer.Character.Humanoid:UnequipTools()
  3094.             end
  3095.         end
  3096.         game:GetService("StarterGui"):SetCore("SendNotification", {
  3097.         Title = "Reach applied!";
  3098.         Text = "Applied to equipped sword. Use ;noreach to disable.";
  3099.         })
  3100.     end
  3101.     if string.sub(msg, 1, 7) == (prefix.."reach ") then
  3102.         for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  3103.             if v:isA("Tool") then
  3104.                 handleSize = v.Handle.Size
  3105.                 wait()
  3106.                 local a = Instance.new("SelectionBox",v.Handle)
  3107.                 a.Name = "a"
  3108.                 a.Adornee = v.Handle
  3109.                 v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(msg, 8)))
  3110.                 v.GripPos = Vector3.new(0,0,0)
  3111.                 lplayer.Character.Humanoid:UnequipTools()
  3112.             end
  3113.         end
  3114.         game:GetService("StarterGui"):SetCore("SendNotification", {
  3115.         Title = "Reach applied!";
  3116.         Text = "Applied to equipped sword. Use ;noreach to disable.";
  3117.         })
  3118.     end
  3119.     if string.sub(msg, 1, 8) == (prefix.."noreach") then
  3120.         for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  3121.             if v:isA("Tool") then
  3122.                 v.Handle.a:Destroy()
  3123.                 v.Handle.Size = handleSize
  3124.             end
  3125.         end
  3126.         game:GetService("StarterGui"):SetCore("SendNotification", {
  3127.         Title = "Reach removed!";
  3128.         Text = "Removed reach from equipped sword.";
  3129.         })
  3130.     end
  3131.     if string.sub(msg, 1, 7) == (prefix.."rkill ") then
  3132.         for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  3133.             lplayer.Character.Humanoid.Name = 1
  3134.             local l = lplayer.Character["1"]:Clone()
  3135.             l.Parent = lplayer.Character
  3136.             l.Name = "Humanoid"
  3137.             wait(0.1)
  3138.             lplayer.Character["1"]:Destroy()
  3139.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3140.             lplayer.Character.Animate.Disabled = true
  3141.             wait(0.1)
  3142.             lplayer.Character.Animate.Disabled = false
  3143.             lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3144.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3145.             lplayer.Character.Humanoid:EquipTool(v)
  3146.             end
  3147.             wait(0.1)
  3148.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3149.             wait(0.2)
  3150.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3151.             wait(0.5)
  3152.             lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  3153.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3154.             Title = "Tools needed!";
  3155.             Text = "You need a tool in your backpack for this command!";
  3156.             })
  3157.         end
  3158.     end
  3159.     if string.sub(msg, 1, 7) == (prefix.."tp me ") then
  3160.         for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  3161.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3162.         end
  3163.     end
  3164.     if string.sub(msg, 1, 8) == (prefix.."cbring ") then
  3165.         if (string.sub(msg, 9)) == "all" or (string.sub(msg, 9)) == "All" or (string.sub(msg, 9)) == "ALL" then
  3166.             cbringall = true
  3167.         else
  3168.             for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  3169.                 brplr = v.Name
  3170.             end
  3171.         end
  3172.         cbring = true
  3173.     end
  3174.     if string.sub(msg, 1, 9) == (prefix.."uncbring") then
  3175.         cbring = false
  3176.         cbringall = false
  3177.     end
  3178.     if string.sub(msg, 1, 6) == (prefix.."swap ") then
  3179.         for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  3180.             local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3181.             local NOW = lplayer.Character.HumanoidRootPart.CFrame
  3182.             lplayer.Character.Humanoid.Name = 1
  3183.             local l = lplayer.Character["1"]:Clone()
  3184.             l.Parent = lplayer.Character
  3185.             l.Name = "Humanoid"
  3186.             wait(0.1)
  3187.             lplayer.Character["1"]:Destroy()
  3188.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3189.             lplayer.Character.Animate.Disabled = true
  3190.             wait(0.1)
  3191.             lplayer.Character.Animate.Disabled = false
  3192.             lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3193.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3194.             lplayer.Character.Humanoid:EquipTool(v)
  3195.             end
  3196.             local function tp(player,player2)
  3197.             local char1,char2=player.Character,player2.Character
  3198.             if char1 and char2 then
  3199.             char1:MoveTo(char2.Head.Position)
  3200.             end
  3201.             end
  3202.             wait(0.1)
  3203.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3204.             wait(0.2)
  3205.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3206.             wait(0.5)
  3207.             lplayer.Character.HumanoidRootPart.CFrame = NOW
  3208.             wait(0.6)
  3209.             tp(lplayer, game:GetService("Players")[v.Name])
  3210.             wait(0.4)
  3211.             lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  3212.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3213.             Title = "Tools needed!";
  3214.             Text = "You need a tool in your backpack for this command!";
  3215.             })
  3216.         end
  3217.     end
  3218.     if string.sub(msg, 1, 8) == (prefix.."glitch ") then
  3219.         for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  3220.             lplayer.Character.Humanoid.Name = 1
  3221.             local l = lplayer.Character["1"]:Clone()
  3222.             l.Parent = lplayer.Character
  3223.             l.Name = "Humanoid"
  3224.             wait(0.1)
  3225.             lplayer.Character["1"]:Destroy()
  3226.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3227.             lplayer.Character.Animate.Disabled = true
  3228.             wait(0.1)
  3229.             lplayer.Character.Animate.Disabled = false
  3230.             lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3231.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3232.             lplayer.Character.Humanoid:EquipTool(v)
  3233.             end
  3234.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  3235.             wait(0.3)
  3236.             lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  3237.             wait(0.4)
  3238.             b = Instance.new("BodyForce")
  3239.             b.Parent = lplayer.Character.HumanoidRootPart
  3240.             b.Name = "Glitch"
  3241.             b.Force = Vector3.new(100000000,5000,0)
  3242.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3243.             Title = "Tools needed!";
  3244.             Text = "You need a tool in your backpack for this command!";
  3245.             })
  3246.         end
  3247.     end
  3248.     if string.sub(msg, 1, 9) == (prefix.."unglitch") then
  3249.         lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  3250.         lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  3251.         b = Instance.new("BodyForce")
  3252.         b.Parent = lplayer.Character.HumanoidRootPart
  3253.         b.Name = "unGlitch"
  3254.         b.Force = Vector3.new(0,-5000000,0)
  3255.         wait(2)
  3256.         lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  3257.     end
  3258.     if string.sub(msg, 1, 9) == (prefix.."grespawn") then
  3259.         lplayer.Character.Humanoid.Health = 0
  3260.         wait(1)
  3261.         lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  3262.         lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  3263.     end
  3264.     if string.sub(msg, 1, 9) == (prefix.."explorer") then
  3265.         loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  3266.         game:GetService("StarterGui"):SetCore("SendNotification", {
  3267.         Title = "Success!";
  3268.         Text = "DEX Explorer has loaded.";
  3269.         })
  3270.     end
  3271.     if string.sub(msg, 1, 6) == (prefix.."anim ") then
  3272.         local Anim = Instance.new("Animation")
  3273.         Anim.AnimationId = "rbxassetid://"..(string.sub(msg, 7))
  3274.         local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  3275.         track:Play(.1, 1, 1)
  3276.     end
  3277.     if string.sub(msg, 1, 8) == (prefix.."animgui") then
  3278.         loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  3279.         game:GetService("StarterGui"):SetCore("SendNotification", {
  3280.         Title = "Success!";
  3281.         Text = "Energize Animations GUI has loaded.";
  3282.         })
  3283.     end
  3284.     if string.sub(msg, 1, 8) == (prefix.."savepos") then
  3285.         saved = lplayer.Character.HumanoidRootPart.CFrame
  3286.         game:GetService("StarterGui"):SetCore("SendNotification", {
  3287.         Title = "Position Saved";
  3288.         Text = "Use ;loadpos to return to saved position.";
  3289.         })
  3290.     end
  3291.     if string.sub(msg, 1, 8) == (prefix.."loadpos") then
  3292.         lplayer.Character.HumanoidRootPart.CFrame = saved
  3293.     end
  3294.     if string.sub(msg, 1, 6) == (prefix.."bang ") then
  3295.         for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  3296.             local Anim2 = Instance.new("Animation")
  3297.             Anim2.AnimationId = "rbxassetid://148840371"
  3298.             local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  3299.             track2:Play(.1, 1, 1)
  3300.             bplrr = v.Name
  3301.             banpl = true
  3302.         end
  3303.     end
  3304.     if string.sub(msg, 1, 7) == (prefix.."unbang") then
  3305.         banpl = false
  3306.     end
  3307.     if string.sub(msg, 1, 10) == (prefix.."bringmod ") then
  3308.         local function bringmodw()
  3309.         for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  3310.         if obj.Name == (string.sub(msg, 11)) then
  3311.         for i,ch in pairs(obj:GetDescendants()) do
  3312.         if (ch:IsA("BasePart")) then
  3313.         ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  3314.         ch.CanCollide = false
  3315.         ch.Transparency = 0.7
  3316.         wait()
  3317.         ch.CFrame = lplayer.Character["Left Leg"].CFrame
  3318.         wait()
  3319.         ch.CFrame = lplayer.Character["Right Leg"].CFrame
  3320.         wait()
  3321.         ch.CFrame = lplayer.Character["Head"].CFrame
  3322.         end
  3323.         end
  3324.         end
  3325.         end
  3326.         end
  3327.         while wait() do
  3328.             bringmodw()
  3329.         end
  3330.         game:GetService("StarterGui"):SetCore("SendNotification", {
  3331.         Title = "BringMod";
  3332.         Text = "BringMod enabled.";
  3333.         })
  3334.     end
  3335.     if string.sub(msg, 1, 8) == (prefix.."respawn") then
  3336.         local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  3337.         local hum = Instance.new('Humanoid', mod)
  3338.         local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  3339.         lplayer.Character = mod
  3340.     end
  3341.     if string.sub(msg, 1, 9) == (prefix.."shutdown") then
  3342.         game:GetService'RunService'.Stepped:Connect(function()
  3343.         pcall(function()
  3344.             for i,v in pairs(game:GetService'Players':GetPlayers()) do
  3345.                 if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  3346.                     for _,x in pairs(v.Character.Head:GetChildren()) do
  3347.                         if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  3348.                     end
  3349.                 end
  3350.             end
  3351.         end)
  3352.         end)
  3353.         game:GetService("StarterGui"):SetCore("SendNotification", {
  3354.         Title = "Attempting Shutdown";
  3355.         Text = "Shutdown Attempt has begun.";
  3356.         })
  3357.     end
  3358.     if string.sub(msg, 1, 8) == (prefix.."delobj ") then
  3359.         objtodel = (string.sub(msg, 9))
  3360.         for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  3361.             if v.Name == objtodel then
  3362.                 v:Destroy()
  3363.             end
  3364.         end
  3365.     end
  3366.     if string.sub(msg, 1, 8) == (prefix.."getplrs") then
  3367.         for i,v in pairs(game:GetService("Players"):GetPlayers())do
  3368.             print(v)
  3369.         end
  3370.         game:GetService("StarterGui"):SetCore("SendNotification", {
  3371.         Title = "Printed";
  3372.         Text = "Players have been printed to console. (F9)";
  3373.         })
  3374.     end
  3375.     if string.sub(msg, 1, 9) == (prefix.."deldecal") then
  3376.         for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  3377.             if (v:IsA("Decal")) then
  3378.                 v:Destroy()
  3379.             end
  3380.         end
  3381.     end
  3382.     if string.sub(msg, 1, 11) == (prefix.."opfinality") then
  3383.         loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  3384.         game:GetService("StarterGui"):SetCore("SendNotification", {
  3385.         Title = "Success!";
  3386.         Text = "OpFinality GUI has loaded.";
  3387.         })
  3388.     end
  3389.     if string.sub(msg, 1, 8) == (prefix.."remotes") then
  3390.         remotes = true
  3391.         added = true
  3392.         game.DescendantAdded:connect(function(rmt)
  3393.         if added == true then
  3394.         if remotes == true then
  3395.         if rmt:IsA("RemoteEvent") then
  3396.         print("A RemoteEvent was added!")
  3397.         print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  3398.         print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  3399.         end end end
  3400.         end)
  3401.         game.DescendantAdded:connect(function(rmtfnctn)
  3402.         if added == true then
  3403.         if remotes == true then
  3404.         if rmtfnctn:IsA("RemoteFunction") then
  3405.         warn("A RemoteFunction was added!")
  3406.         warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  3407.         print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  3408.         end end end
  3409.         end)
  3410.        
  3411.         game.DescendantAdded:connect(function(bndfnctn)
  3412.         if added == true then
  3413.         if binds == true then
  3414.         if bndfnctn:IsA("BindableFunction") then
  3415.         print("A BindableFunction was added!")
  3416.         print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  3417.         print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  3418.         end end end
  3419.         end)
  3420.        
  3421.         game.DescendantAdded:connect(function(bnd)
  3422.         if added == true then
  3423.         if binds == true then
  3424.         if bnd:IsA("BindableEvent") then
  3425.         warn("A BindableEvent was added!")
  3426.         warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  3427.         print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  3428.         end end end
  3429.         end)
  3430.        
  3431.        
  3432.         if binds == true then
  3433.         for i,v in pairs(game:GetDescendants()) do
  3434.         if v:IsA("BindableFunction") then
  3435.         print(" game." .. v:GetFullName() .. " | BindableFunction")
  3436.         print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  3437.         end end
  3438.         for i,v in pairs(game:GetDescendants()) do
  3439.         if v:IsA("BindableEvent") then
  3440.         warn(" game." .. v:GetFullName() .. " | BindableEvent")
  3441.         print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  3442.         end end
  3443.         else
  3444.         print("Off")
  3445.         end
  3446.         if remotes == true then
  3447.         for i,v in pairs(game:GetDescendants()) do
  3448.         if v:IsA("RemoteFunction") then
  3449.         warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  3450.         print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  3451.         end end
  3452.         wait()
  3453.         for i,v in pairs(game:GetDescendants()) do
  3454.         if v:IsA("RemoteEvent") then
  3455.         print(" game." .. v:GetFullName() .. " | RemoteEvent")
  3456.         print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  3457.         end end
  3458.         else
  3459.         print("Off")
  3460.         end
  3461.         game:GetService("StarterGui"):SetCore("SendNotification", {
  3462.         Title = "Printing Remotes";
  3463.         Text = "Type ;noremotes to disable.";
  3464.         })
  3465.     end
  3466.     if string.sub(msg, 1, 10) == (prefix.."noremotes") then
  3467.         remotes = false
  3468.         added = false
  3469.         game:GetService("StarterGui"):SetCore("SendNotification", {
  3470.         Title = "Printing Remotes Disabled";
  3471.         Text = "Type ;remotes to enable.";
  3472.         })
  3473.     end
  3474.     if string.sub(msg, 1, 10) == (prefix.."tpdefault") then
  3475.         spin = false
  3476.         followed = false
  3477.         traill = false
  3478.         noclip = false
  3479.         annoying = false
  3480.         hwalk = false
  3481.         cbringing = false
  3482.     end
  3483.     if string.sub(msg, 1, 8) == (prefix.."stopsit") then
  3484.         stopsitting = true
  3485.     end
  3486.     if string.sub(msg, 1, 6) == (prefix.."gosit") then
  3487.         stopsitting = false
  3488.     end
  3489.     if string.sub(msg, 1, 8) == (prefix.."version") then
  3490.         print(adminversion)
  3491.         game:GetService("StarterGui"):SetCore("SendNotification", {
  3492.         Title = "Version";
  3493.         Text = adminversion;
  3494.         })
  3495.     end
  3496.     if string.sub(msg, 1, 8) == (prefix.."clicktp") then
  3497.         clickgoto = true
  3498.         game:GetService("StarterGui"):SetCore("SendNotification", {
  3499.         Title = "Click TP";
  3500.         Text = "Press E to teleport to mouse position, ;noclicktp to stop";
  3501.         })
  3502.     end
  3503.     if string.sub(msg, 1, 9) == (prefix.."clickdel") then
  3504.         clickdel = true
  3505.         game:GetService("StarterGui"):SetCore("SendNotification", {
  3506.         Title = "Click Delete";
  3507.         Text = "Press E to delete part at mouse, ;noclickdel to stop";
  3508.         })
  3509.     end
  3510.     if string.sub(msg, 1, 11) == (prefix.."noclickdel") then
  3511.         clickdel = false
  3512.         game:GetService("StarterGui"):SetCore("SendNotification", {
  3513.         Title = "Click Delete";
  3514.         Text = "Click delete has been disabled.";
  3515.         })
  3516.     end
  3517.     if string.sub(msg, 1, 10) == (prefix.."noclicktp") then
  3518.         clickgoto = false
  3519.         game:GetService("StarterGui"):SetCore("SendNotification", {
  3520.         Title = "Click TP";
  3521.         Text = "Click TP has been disabled.";
  3522.         })
  3523.     end
  3524.     if string.sub(msg, 1, 8) == (prefix.."toolson") then
  3525.         gettingtools = true
  3526.         game:GetService("StarterGui"):SetCore("SendNotification", {
  3527.         Title = "Tools Enabled";
  3528.         Text = "Automatically colleting tools dropped.";
  3529.         })
  3530.     end
  3531.     if string.sub(msg, 1, 9) == (prefix.."toolsoff") then
  3532.         gettingtools = false
  3533.         game:GetService("StarterGui"):SetCore("SendNotification", {
  3534.         Title = "Tools Disabled";
  3535.         Text = "Click TP has been disabled.";
  3536.         })
  3537.     end
  3538.     if string.sub(msg, 1, 10) == (prefix.."delcmdbar") then
  3539.         ScreenGui:Destroy()
  3540.     end
  3541.     if string.sub(msg, 1, 6) == (prefix.."reset") then
  3542.         lplayer.Character.Head:Destroy()
  3543.     end
  3544.     if string.sub(msg, 1, 7) == (prefix.."state ") then
  3545.         statechosen = string.sub(msg, 8)
  3546.         changingstate = true
  3547.     end
  3548.     if string.sub(msg, 1, 9) == (prefix.."gravity ") then
  3549.         game:GetService("Workspace").Gravity = string.sub(msg, 10)
  3550.     end
  3551.     if string.sub(msg, 1, 10) == (prefix.."looprhats") then
  3552.         removingmeshhats = true
  3553.     end
  3554.     if string.sub(msg, 1, 12) == (prefix.."unlooprhats") then
  3555.         removingmeshhats = false
  3556.     end
  3557.     if string.sub(msg, 1, 10) == (prefix.."looprtool") then
  3558.         removingmeshtool = true
  3559.     end
  3560.     if string.sub(msg, 1, 12) == (prefix.."unlooprtool") then
  3561.         removingmeshtool = false
  3562.     end
  3563.     if string.sub(msg, 1, 10) == (prefix.."givetool ") then
  3564.         for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  3565.             if v:IsA("Tool") then
  3566.                 for i,player in pairs(GetPlayer(string.sub(msg, 11))) do
  3567.                     v.Parent = player.Character
  3568.                 end
  3569.             end
  3570.         end
  3571.     end
  3572.     if string.sub(msg, 1, 14) == (prefix.."givealltools ") then
  3573.         for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  3574.             if v:IsA("Tool") then
  3575.                 v.Parent = lplayer.Character
  3576.                 wait()
  3577.                 for i,player in pairs(GetPlayer(string.sub(msg, 15))) do
  3578.                     v.Parent = player.Character
  3579.                 end
  3580.             end
  3581.         end
  3582.     end
  3583.     if string.sub(msg, 1, 5) == (prefix.."age ") then
  3584.         for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  3585.             game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  3586.         end
  3587.     end
  3588.     if string.sub(msg, 1, 4) == (prefix.."id ") then
  3589.         for i,player in pairs(GetPlayer(string.sub(msg, 5))) do
  3590.             game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  3591.         end
  3592.     end
  3593.     if string.sub(msg, 1, 6) == (prefix..".age ") then
  3594.         for i,player in pairs(GetPlayer(string.sub(msg, 7))) do
  3595.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3596.             Title = player.AccountAge.." Days";
  3597.             Text = "Account age of "..player.Name;
  3598.             })
  3599.         end
  3600.     end
  3601.     if string.sub(msg, 1, 5) == (prefix..".id ") then
  3602.         for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  3603.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3604.             Title = player.UserId.." ID";
  3605.             Text = "Account ID of "..player.Name;
  3606.             })
  3607.         end
  3608.     end
  3609.     if string.sub(msg, 1, 7) == (prefix.."gameid") then
  3610.         game:GetService("StarterGui"):SetCore("SendNotification", {
  3611.         Title = "Game ID";
  3612.         Text = "Game ID: ".. game.GameId;
  3613.         })
  3614.     end
  3615.     if string.sub(msg, 1, 4) == (prefix.."pgs") then
  3616.         local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  3617.         if pgscheck == true then
  3618.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3619.             Title = "PGSPhysicsSolverEnabled";
  3620.             Text = "PGS is Enabled!";
  3621.             })
  3622.         else
  3623.             game:GetService("StarterGui"):SetCore("SendNotification", {
  3624.             Title = "PGSPhysicsSolverEnabled";
  3625.             Text = "PGS is Disabled!";
  3626.             })
  3627.         end
  3628.     end
  3629.     if string.sub(msg, 1, 12) == (prefix.."removeinvis") then
  3630.         for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  3631.             if v:IsA("Part") then
  3632.                 if v.Transparency == 1 then
  3633.                     if v.Name ~= "HumanoidRootPart" then
  3634.                         v:Destroy()
  3635.                     end
  3636.                 end
  3637.             end
  3638.         end
  3639.     end
  3640.     if string.sub(msg, 1, 10) == (prefix.."removefog") then
  3641.         game:GetService("Lighting").FogStart = 0
  3642.         game:GetService("Lighting").FogEnd = 9999999999999
  3643.     end
  3644.     if string.sub(msg, 1, 8) == (prefix.."disable") then
  3645.         lplayer.Character.Humanoid.Parent = lplayer
  3646.     end
  3647.     if string.sub(msg, 1, 7) == (prefix.."enable") then
  3648.         lplayer.Humanoid.Parent = lplayer.Character
  3649.     end
  3650.     if string.sub(msg, 1, 8) == (prefix.."prefix ") then
  3651.         prefix = (string.sub(msg, 9, 9))
  3652.         wait(0.1)
  3653.         change()
  3654.         wait(0.1)
  3655.         game:GetService("StarterGui"):SetCore("SendNotification", {
  3656.         Title = "Prefix changed!";
  3657.         Text = "Prefix is now "..prefix..". Use ;resetprefix to reset to ;";
  3658.         })
  3659.     end
  3660.     if string.sub(msg, 1, 12) == (";resetprefix") then
  3661.         prefix = ";"
  3662.         wait(0.1)
  3663.         change()
  3664.         wait(0.1)
  3665.         game:GetService("StarterGui"):SetCore("SendNotification", {
  3666.         Title = "Prefix changed!";
  3667.         Text = "Prefix is now "..prefix..". Make sure it's one key!";
  3668.         })
  3669.     end
  3670.     if string.sub(msg, 1, 10) == (prefix.."flyspeed ") then
  3671.         speedfly = string.sub(msg, 11)
  3672.         wait()
  3673.         change()
  3674.     end
  3675.     if string.sub(msg, 1, 8) == (prefix.."carpet ") then
  3676.         for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  3677.             local Anim3 = Instance.new("Animation")
  3678.             Anim3.AnimationId = "rbxassetid://282574440"
  3679.             local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  3680.             track3:Play(.1, 1, 1)
  3681.             bplrr = v.Name
  3682.             banpl = true
  3683.         end
  3684.     end
  3685.     if string.sub(msg, 1, 9) == (prefix.."uncarpet") then
  3686.         banpl = false
  3687.     end
  3688.     if string.sub(msg, 1, 7) == (prefix.."stare ") then
  3689.         for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  3690.             staring = true
  3691.             stareplr = v
  3692.         end
  3693.     end
  3694.     if string.sub(msg, 1, 8) == (prefix.."unstare") then
  3695.         staring = false
  3696.     end
  3697.     if string.sub(msg, 1, 8) == (prefix.."logchat") then
  3698.         chatlogs = true
  3699.         game:GetService("StarterGui"):SetCore("SendNotification", {
  3700.         Title = "LogChat enabled";
  3701.         Text = "Now logging all player chat.";
  3702.         })
  3703.     end
  3704.     if string.sub(msg, 1, 10) == (prefix.."unlogchat") then
  3705.         chatlogs = false
  3706.         game:GetService("StarterGui"):SetCore("SendNotification", {
  3707.         Title = "LogChat disabled";
  3708.         Text = "Stopped logging all player chat.";
  3709.         })
  3710.     end
  3711.     if string.sub(msg, 1, 7) == (prefix.."fixcam") then
  3712.         game:GetService("Workspace").CurrentCamera:Destroy()
  3713.         wait(0.1)
  3714.         game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  3715.         game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  3716.         lplayer.CameraMinZoomDistance = 0.5
  3717.         lplayer.CameraMaxZoomDistance = 400
  3718.         lplayer.CameraMode = "Classic"
  3719.     end
  3720.     if string.sub(msg, 1, 8) == (prefix.."unstate") then
  3721.         changingstate = false
  3722.     end
  3723. end)
  3724.  
  3725. local function tp()
  3726.     for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  3727.         if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  3728.             if player.Name == brplr then
  3729.                 player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 2
  3730.             end
  3731.         end
  3732.     end
  3733. end
  3734. local function tpall()
  3735.     for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  3736.         if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  3737.             player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 3
  3738.         end
  3739.     end
  3740. end
  3741. spawn(function()
  3742.     while wait(spamdelay) do
  3743.         if spamming == true then
  3744.             game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(spamtext, "All")
  3745.         end
  3746.     end
  3747. end)
  3748. spawn(function()
  3749.     while wait(spamdelay) do
  3750.         if spammingpm == true then
  3751.             game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/w "..pmspammed.." @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", "All")
  3752.         end
  3753.     end
  3754. end)
  3755. spawn(function()
  3756.     while wait() do
  3757.         if cbring == true then
  3758.             tp()
  3759.         end
  3760.     end
  3761. end)
  3762. spawn(function()
  3763.     while wait() do
  3764.         if cbringall == true then
  3765.             tpall()
  3766.         end
  3767.     end
  3768. end)
  3769.  
  3770. Mouse.KeyDown:connect(function(Key)
  3771.     if Key == prefix then
  3772.         CMDBAR:CaptureFocus()
  3773.     end
  3774. end)
  3775.  
  3776. CMDBAR.FocusLost:connect(function(enterPressed)
  3777.     if enterPressed then
  3778.         if string.sub(CMDBAR.Text, 1, 5) == ("kill ") then
  3779.             if string.sub(CMDBAR.Text, 6) == "me" then
  3780.                 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  3781.             else
  3782.                 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6)))do
  3783.                     local NOW = lplayer.Character.HumanoidRootPart.CFrame
  3784.                     lplayer.Character.Humanoid.Name = 1
  3785.                     local l = lplayer.Character["1"]:Clone()
  3786.                     l.Parent = lplayer.Character
  3787.                     l.Name = "Humanoid"
  3788.                     wait(0.1)
  3789.                     lplayer.Character["1"]:Destroy()
  3790.                     game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3791.                     lplayer.Character.Animate.Disabled = true
  3792.                     wait(0.1)
  3793.                     lplayer.Character.Animate.Disabled = false
  3794.                     lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3795.                     for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3796.                     lplayer.Character.Humanoid:EquipTool(v)
  3797.                     end
  3798.                     local function tp(player,player2)
  3799.                     local char1,char2=player.Character,player2.Character
  3800.                     if char1 and char2 then
  3801.                     char1:MoveTo(char2.Head.Position)
  3802.                     end
  3803.                     end
  3804.                     wait(0.1)
  3805.                     lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3806.                     wait(0.2)
  3807.                     lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3808.                     wait(0.5)
  3809.                     lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  3810.                     wait(0.7)
  3811.                     tp(lplayer,game:GetService("Players")[v.Name])
  3812.                     wait(0.7)
  3813.                     lplayer.Character.HumanoidRootPart.CFrame = NOW
  3814.                     game:GetService("StarterGui"):SetCore("SendNotification", {
  3815.                     Title = "Tools needed!";
  3816.                     Text = "You need a tool in your backpack for this command!";
  3817.                     })
  3818.                 end
  3819.             end
  3820.         end
  3821.         if string.sub(CMDBAR.Text, 1, 6) == ("bring ") then
  3822.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  3823.                 local NOW = lplayer.Character.HumanoidRootPart.CFrame
  3824.                 lplayer.Character.Humanoid.Name = 1
  3825.                 local l = lplayer.Character["1"]:Clone()
  3826.                 l.Parent = lplayer.Character
  3827.                 l.Name = "Humanoid"
  3828.                 wait(0.1)
  3829.                 lplayer.Character["1"]:Destroy()
  3830.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3831.                 lplayer.Character.Animate.Disabled = true
  3832.                 wait(0.1)
  3833.                 lplayer.Character.Animate.Disabled = false
  3834.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3835.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3836.                 lplayer.Character.Humanoid:EquipTool(v)
  3837.                 end
  3838.                 local function tp(player,player2)
  3839.                 local char1,char2=player.Character,player2.Character
  3840.                 if char1 and char2 then
  3841.                 char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  3842.                 end
  3843.                 end
  3844.                 local function getout(player,player2)
  3845.                 local char1,char2=player.Character,player2.Character
  3846.                 if char1 and char2 then
  3847.                 char1:MoveTo(char2.Head.Position)
  3848.                 end
  3849.                 end
  3850.                 tp(game:GetService("Players")[v.Name], lplayer)
  3851.                 wait(0.2)
  3852.                 tp(game:GetService("Players")[v.Name], lplayer)
  3853.                 wait(0.5)
  3854.                 lplayer.Character.HumanoidRootPart.CFrame = NOW
  3855.                 wait(0.5)
  3856.                 getout(lplayer, game:GetService("Players")[v.Name])
  3857.                 wait(0.3)
  3858.                 lplayer.Character.HumanoidRootPart.CFrame = NOW
  3859.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  3860.                 Title = "Tools needed!";
  3861.                 Text = "You need a tool in your backpack for this command!";
  3862.                 })
  3863.             end
  3864.         end
  3865.         if string.sub(CMDBAR.Text, 1, 5) == ("spin ") then
  3866.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  3867.                 lplayer.Character.Humanoid.Name = 1
  3868.                 local l = lplayer.Character["1"]:Clone()
  3869.                 l.Parent = lplayer.Character
  3870.                 l.Name = "Humanoid"
  3871.                 wait(0.1)
  3872.                 lplayer.Character["1"]:Destroy()
  3873.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3874.                 lplayer.Character.Animate.Disabled = true
  3875.                 wait(0.1)
  3876.                 lplayer.Character.Animate.Disabled = false
  3877.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3878.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3879.                 lplayer.Character.Humanoid:EquipTool(v)
  3880.                 end
  3881.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  3882.                 spinplr = v
  3883.                 wait(0.5)
  3884.                 spin = true
  3885.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  3886.                 Title = "Tools needed!";
  3887.                 Text = "You need a tool in your backpack for this command!";
  3888.                 })
  3889.             end
  3890.         end
  3891.         if string.sub(CMDBAR.Text, 1, 6) == ("unspin") then
  3892.             spin = false
  3893.         end
  3894.         if string.sub(CMDBAR.Text, 1, 7) == ("attach ") then
  3895.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  3896.                 lplayer.Character.Humanoid.Name = 1
  3897.                 local l = lplayer.Character["1"]:Clone()
  3898.                 l.Parent = lplayer.Character
  3899.                 l.Name = "Humanoid"
  3900.                 wait(0.1)
  3901.                 lplayer.Character["1"]:Destroy()
  3902.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3903.                 lplayer.Character.Animate.Disabled = true
  3904.                 wait(0.1)
  3905.                 lplayer.Character.Animate.Disabled = false
  3906.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3907.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3908.                 lplayer.Character.Humanoid:EquipTool(v)
  3909.                 end
  3910.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  3911.                 wait(0.3)
  3912.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  3913.                 attplr = v
  3914.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  3915.                 Title = "Tools needed!";
  3916.                 Text = "You need a tool in your backpack for this command!";
  3917.                 })
  3918.             end
  3919.         end
  3920.         if string.sub(CMDBAR.Text, 1, 9) == ("unattach ") then
  3921.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  3922.                 local function getout(player,player2)
  3923.                 local char1,char2=player.Character,player2.Character
  3924.                 if char1 and char2 then
  3925.                 char1:MoveTo(char2.Head.Position)
  3926.                 end
  3927.                 end
  3928.                 getout(lplayer, game:GetService("Players")[v.Name])
  3929.             end
  3930.         end
  3931.         if string.sub(CMDBAR.Text, 1, 7) == ("follow ") then
  3932.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  3933.                 followed = true
  3934.                 flwplr = v
  3935.             end
  3936.         end
  3937.         if string.sub(CMDBAR.Text, 1, 8) == ("unfollow") then
  3938.             followed = false
  3939.         end
  3940.         if string.sub(CMDBAR.Text, 1, 9) == ("freefall ") then
  3941.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  3942.                 local NOW = lplayer.Character.HumanoidRootPart.CFrame
  3943.                 lplayer.Character.Humanoid.Name = 1
  3944.                 local l = lplayer.Character["1"]:Clone()
  3945.                 l.Parent = lplayer.Character
  3946.                 l.Name = "Humanoid"
  3947.                 wait(0.1)
  3948.                 lplayer.Character["1"]:Destroy()
  3949.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3950.                 lplayer.Character.Animate.Disabled = true
  3951.                 wait(0.1)
  3952.                 lplayer.Character.Animate.Disabled = false
  3953.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3954.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3955.                 lplayer.Character.Humanoid:EquipTool(v)
  3956.                 end
  3957.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3958.                 wait(0.2)
  3959.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3960.                 wait(0.6)
  3961.                 lplayer.Character.HumanoidRootPart.CFrame = NOW
  3962.                 wait(0.6)
  3963.                 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  3964.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  3965.                 Title = "Tools needed!";
  3966.                 Text = "You need a tool in your backpack for this command!";
  3967.                 })
  3968.             end
  3969.         end
  3970.         if string.sub(CMDBAR.Text, 1, 6) == ("trail ") then
  3971.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  3972.                 traill = true
  3973.                 trlplr = v
  3974.             end
  3975.         end
  3976.         if string.sub(CMDBAR.Text, 1, 7) == ("untrail") then
  3977.             traill = false
  3978.         end
  3979.         if string.sub(CMDBAR.Text, 1, 6) == ("orbit ") then
  3980.             if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  3981.                 lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  3982.             else
  3983.                 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  3984.                     local o = Instance.new("RocketPropulsion")
  3985.                     o.Parent = lplayer.Character.HumanoidRootPart
  3986.                     o.Name = "Orbit"
  3987.                     o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  3988.                     o:Fire()
  3989.                     noclip = true
  3990.                 end
  3991.             end
  3992.         end
  3993.         if string.sub(CMDBAR.Text, 1, 7) == ("unorbit") then
  3994.             lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  3995.             noclip = false
  3996.         end
  3997.         if string.sub(CMDBAR.Text, 1, 6) == ("fling ") then
  3998.             if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  3999.                 lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  4000.             else
  4001.                 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  4002.                     local y = Instance.new("RocketPropulsion")
  4003.                     y.Parent = lplayer.Character.HumanoidRootPart
  4004.                     y.CartoonFactor = 1
  4005.                     y.MaxThrust = 800000
  4006.                     y.MaxSpeed = 1000
  4007.                     y.ThrustP = 200000
  4008.                     y.Name = "Fling"
  4009.                     game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  4010.                     y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  4011.                     y:Fire()
  4012.                     noclip = true
  4013.                 end
  4014.             end
  4015.         end
  4016.         if string.sub(CMDBAR.Text, 1, 7) == ("unfling") then
  4017.             noclip = false
  4018.             lplayer.Character.HumanoidRootPart.Fling:Destroy()
  4019.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  4020.             wait(0.4)
  4021.             lplayer.Character.HumanoidRootPart.Fling:Destroy()
  4022.         end
  4023.         if string.sub(CMDBAR.Text, 1, 7) == ("fecheck") then
  4024.             if game:GetService("Workspace").FilteringEnabled == true then
  4025.                 warn("FE is Enabled (Filtering Enabled)")
  4026.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  4027.                     Title = "FE is Enabled";
  4028.                     Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  4029.                 })
  4030.             else
  4031.                 warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  4032.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  4033.                     Title = "FE is Disabled";
  4034.                     Text = "Filtering Disabled. Consider using a different admin script.";
  4035.                 })
  4036.             end
  4037.         end
  4038.         if string.sub(CMDBAR.Text, 1, 5) == ("void ") then
  4039.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  4040.                 lplayer.Character.Humanoid.Name = 1
  4041.                 local l = lplayer.Character["1"]:Clone()
  4042.                 l.Parent = lplayer.Character
  4043.                 l.Name = "Humanoid"
  4044.                 wait(0.1)
  4045.                 lplayer.Character["1"]:Destroy()
  4046.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  4047.                 lplayer.Character.Animate.Disabled = true
  4048.                 wait(0.1)
  4049.                 lplayer.Character.Animate.Disabled = false
  4050.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  4051.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  4052.                 lplayer.Character.Humanoid:EquipTool(v)
  4053.                 end
  4054.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4055.                 wait(0.2)
  4056.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4057.                 wait(0.6)
  4058.                 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  4059.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  4060.                 Title = "Tools needed!";
  4061.                 Text = "You need a tool in your backpack for this command!";
  4062.                 })
  4063.             end
  4064.         end
  4065.         if string.sub(CMDBAR.Text, 1, 6) == ("noclip") then
  4066.             noclip = true
  4067.             game:GetService("StarterGui"):SetCore("SendNotification", {
  4068.             Title = "Noclip enabled";
  4069.             Text = "Type ;clip to disable";
  4070.             })
  4071.         end
  4072.         if string.sub(CMDBAR.Text, 1, 4) == ("clip") then
  4073.             noclip = false
  4074.             game:GetService("StarterGui"):SetCore("SendNotification", {
  4075.             Title = "Noclip disabled";
  4076.             Text = "Type ;noclip to enable";
  4077.             })
  4078.         end
  4079.         if string.sub(CMDBAR.Text, 1, 6) == ("speed ") then
  4080.             lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 7))
  4081.         end
  4082.         if string.sub(CMDBAR.Text, 1, 3) == ("ws ") then
  4083.             lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 4))
  4084.         end
  4085.         if string.sub(CMDBAR.Text, 1, 10) == ("hipheight ") then
  4086.             lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 11))
  4087.         end
  4088.         if string.sub(CMDBAR.Text, 1, 3) == ("hh ") then
  4089.             lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 4))
  4090.         end
  4091.         if string.sub(CMDBAR.Text, 1, 10) == ("jumppower ") then
  4092.             lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 11))
  4093.         end
  4094.         if string.sub(CMDBAR.Text, 1, 3) == ("jp ") then
  4095.             lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 4))
  4096.         end
  4097.         if string.sub(CMDBAR.Text, 1, 7) == ("default") then
  4098.             lplayer.Character.Humanoid.JumpPower = 50
  4099.             lplayer.Character.Humanoid.WalkSpeed = 16
  4100.             lplayer.Character.Humanoid.HipHeight = 0
  4101.         end
  4102.         if string.sub(CMDBAR.Text, 1, 6) == ("annoy ") then
  4103.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  4104.                 annoying = true
  4105.                 annplr = v
  4106.             end
  4107.         end
  4108.         if string.sub(CMDBAR.Text, 1, 7) == ("unannoy") then
  4109.             annoying = false
  4110.         end
  4111.         if string.sub(CMDBAR.Text, 1, 9) == ("headwalk ") then
  4112.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  4113.                 hwalk = true
  4114.                 hdwplr = v
  4115.             end
  4116.         end
  4117.         if string.sub(CMDBAR.Text, 1, 10) == ("unheadwalk") then
  4118.             hwalk = false
  4119.         end
  4120.         if string.sub(CMDBAR.Text, 1, 7) == ("nolimbs") then
  4121.             lplayer.Character["Left Leg"]:Destroy()
  4122.             lplayer.Character["Left Arm"]:Destroy()
  4123.             lplayer.Character["Right Leg"]:Destroy()
  4124.             lplayer.Character["Right Arm"]:Destroy()
  4125.         end
  4126.         if string.sub(CMDBAR.Text, 1, 3) == ("god") then
  4127.             lplayer.Character.Humanoid.Name = 1
  4128.             local l = lplayer.Character["1"]:Clone()
  4129.             l.Parent = lplayer.Character
  4130.             l.Name = "Humanoid"
  4131.             wait(0.1)
  4132.             lplayer.Character["1"]:Destroy()
  4133.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  4134.             lplayer.Character.Animate.Disabled = true
  4135.             wait(0.1)
  4136.             lplayer.Character.Animate.Disabled = false
  4137.             lplayer.Character.Humanoid.DisplayDistanceType = "None"
  4138.             game:GetService("StarterGui"):SetCore("SendNotification", {
  4139.             Title = "FE Godmode enabled";
  4140.             Text = "Use ;grespawn or ;respawn to remove.";
  4141.             })
  4142.         end
  4143.         if string.sub(CMDBAR.Text, 1, 8) == ("drophats") then
  4144.             for i,v in pairs(lplayer.Character:GetChildren()) do
  4145.                 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  4146.                     v.Parent = workspace
  4147.                 end
  4148.             end
  4149.         end
  4150.         if string.sub(CMDBAR.Text, 1, 8) == ("droptool") then
  4151.             for i,v in pairs(lplayer.Character:GetChildren()) do
  4152.                 if (v:IsA("Tool")) then
  4153.                     v.Parent = workspace
  4154.                 end
  4155.             end
  4156.         end
  4157.         if string.sub(CMDBAR.Text, 1, 9) == ("loopdhats") then
  4158.             droppinghats = true
  4159.             game:GetService("StarterGui"):SetCore("SendNotification", {
  4160.             Title = "Loop Drop Enabled";
  4161.             Text = "Type ;unloopdhats to disable";
  4162.             })
  4163.         end
  4164.         if string.sub(CMDBAR.Text, 1, 11) == ("unloopdhats") then
  4165.             droppinghats = false
  4166.             game:GetService("StarterGui"):SetCore("SendNotification", {
  4167.             Title = "Loop Drop Disabled";
  4168.             Text = "Type ;loopdhats to enable.";
  4169.             })
  4170.         end
  4171.         if string.sub(CMDBAR.Text, 1, 9) == ("loopdtool") then
  4172.             droppingtools = true
  4173.             game:GetService("StarterGui"):SetCore("SendNotification", {
  4174.             Title = "Loop Drop Enabled";
  4175.             Text = "Type ;unloopdtool to disable";
  4176.             })
  4177.         end
  4178.         if string.sub(CMDBAR.Text, 1, 11) == ("unloopdtool") then
  4179.             droppingtools = false
  4180.             game:GetService("StarterGui"):SetCore("SendNotification", {
  4181.             Title = "Loop Drop Disabled";
  4182.             Text = "Type ;loopdtool to enable.";
  4183.             })
  4184.         end
  4185.         if string.sub(CMDBAR.Text, 1, 9) == ("invisible") then -- Credit to Timeless
  4186.             Local = game:GetService('Players').LocalPlayer
  4187.             Char  = Local.Character
  4188.             touched,tpdback = false, false
  4189.             box = Instance.new('Part',workspace)
  4190.             box.Anchored = true
  4191.             box.CanCollide = true
  4192.             box.Size = Vector3.new(10,1,10)
  4193.             box.Position = Vector3.new(0,10000,0)
  4194.             box.Touched:connect(function(part)
  4195.                 if (part.Parent.Name == Local.Name) then
  4196.                     if touched == false then
  4197.                         touched = true
  4198.                         function apply()
  4199.                             if script.Disabled ~= true then
  4200.                                 no = Char.HumanoidRootPart:Clone()
  4201.                                 wait(.25)
  4202.                                 Char.HumanoidRootPart:Destroy()
  4203.                                 no.Parent = Char
  4204.                                 Char:MoveTo(loc)
  4205.                                 touched = false
  4206.                             end end
  4207.                         if Char then
  4208.                             apply()
  4209.                         end
  4210.                     end
  4211.                 end
  4212.             end)
  4213.             repeat wait() until Char
  4214.             loc = Char.HumanoidRootPart.Position
  4215.             Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  4216.             game:GetService("StarterGui"):SetCore("SendNotification", {
  4217.             Title = "Invisibility enabled!";
  4218.             Text = "Reset or use ;respawn to remove.";
  4219.             })
  4220.         end
  4221.         if string.sub(CMDBAR.Text, 1, 5) == ("view ") then
  4222.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  4223.                 if game:GetService("Players")[v.Name].Character.Humanoid then
  4224.                     game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  4225.                 else
  4226.                     game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  4227.                 end
  4228.             end
  4229.         end
  4230.         if string.sub(CMDBAR.Text, 1, 6) == ("unview") then
  4231.             if lplayer.Character.Humanoid then
  4232.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  4233.             else
  4234.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  4235.             end
  4236.         end
  4237.         if string.sub(CMDBAR.Text, 1, 5) == ("goto ") then
  4238.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  4239.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4240.             end
  4241.         end
  4242.         if string.sub(CMDBAR.Text, 1, 3) == ("fly") then
  4243.         repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  4244.         repeat wait() until Mouse
  4245.        
  4246.         local T = lplayer.Character.HumanoidRootPart
  4247.         local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  4248.         local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  4249.         local SPEED = speedget
  4250.        
  4251.         local function fly()
  4252.             flying = true
  4253.             local BG = Instance.new('BodyGyro', T)
  4254.             local BV = Instance.new('BodyVelocity', T)
  4255.             BG.P = 9e4
  4256.             BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  4257.             BG.cframe = T.CFrame
  4258.             BV.velocity = Vector3.new(0, 0.1, 0)
  4259.             BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  4260.             spawn(function()
  4261.             repeat wait()
  4262.             lplayer.Character.Humanoid.PlatformStand = true
  4263.             if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  4264.             SPEED = 50
  4265.             elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  4266.             SPEED = 0
  4267.             end
  4268.             if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  4269.             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
  4270.             lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  4271.             elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  4272.             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
  4273.             else
  4274.             BV.velocity = Vector3.new(0, 0.1, 0)
  4275.             end
  4276.             BG.cframe = workspace.CurrentCamera.CoordinateFrame
  4277.                     until not flying
  4278.                     CONTROL = {F = 0, B = 0, L = 0, R = 0}
  4279.                     lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  4280.                     SPEED = 0
  4281.                     BG:destroy()
  4282.                     BV:destroy()
  4283.                     lplayer.Character.Humanoid.PlatformStand = false
  4284.                 end)
  4285.             end
  4286.         Mouse.KeyDown:connect(function(KEY)
  4287.             if KEY:lower() == 'w' then
  4288.                 CONTROL.F = speedfly
  4289.             elseif KEY:lower() == 's' then
  4290.                 CONTROL.B = -speedfly
  4291.             elseif KEY:lower() == 'a' then
  4292.                 CONTROL.L = -speedfly
  4293.             elseif KEY:lower() == 'd' then
  4294.                 CONTROL.R = speedfly
  4295.             end
  4296.         end)
  4297.         Mouse.KeyUp:connect(function(KEY)
  4298.             if KEY:lower() == 'w' then
  4299.                 CONTROL.F = 0
  4300.             elseif KEY:lower() == 's' then
  4301.                 CONTROL.B = 0
  4302.             elseif KEY:lower() == 'a' then
  4303.                 CONTROL.L = 0
  4304.             elseif KEY:lower() == 'd' then
  4305.                 CONTROL.R = 0
  4306.             end
  4307.         end)
  4308.         fly()
  4309.         end
  4310.         if string.sub(CMDBAR.Text, 1, 5) == ("unfly") then
  4311.             flying = false
  4312.             lplayer.Character.Humanoid.PlatformStand = false
  4313.         end
  4314.         if string.sub(CMDBAR.Text, 1, 5) == ("chat ") then
  4315.             game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(CMDBAR.Text, 6)), "All")
  4316.         end
  4317.         if string.sub(CMDBAR.Text, 1, 5) == ("spam ") then
  4318.             spamtext = (string.sub(CMDBAR.Text, 6))
  4319.             spamming = true
  4320.         end
  4321.         if string.sub(CMDBAR.Text, 1, 6) == ("unspam") then
  4322.             spamming = false
  4323.         end
  4324.         if string.sub(CMDBAR.Text, 1, 9) == ("spamwait ") then
  4325.             spamdelay = (string.sub(CMDBAR.Text, 10))
  4326.         end
  4327.         if string.sub(CMDBAR.Text, 1, 7) == ("pmspam ") then
  4328.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  4329.                 pmspammed = v.Name
  4330.                 spammingpm = true
  4331.             end
  4332.         end
  4333.         if string.sub(CMDBAR.Text, 1, 8) == ("unpmspam") then
  4334.             spammingpm = false
  4335.         end
  4336.         if string.sub(CMDBAR.Text, 1, 8) == ("cfreeze ") then
  4337.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 9))) do
  4338.                 v.Character["Left Leg"].Anchored = true
  4339.                 v.Character["Left Arm"].Anchored = true
  4340.                 v.Character["Right Leg"].Anchored = true
  4341.                 v.Character["Right Arm"].Anchored = true
  4342.                 v.Character.Torso.Anchored = true
  4343.                 v.Character.Head.Anchored = true
  4344.             end
  4345.         end
  4346.         if string.sub(CMDBAR.Text, 1, 10) == ("uncfreeze ") then
  4347.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 11))) do
  4348.                 v.Character["Left Leg"].Anchored = false
  4349.                 v.Character["Left Arm"].Anchored = false
  4350.                 v.Character["Right Leg"].Anchored = false
  4351.                 v.Character["Right Arm"].Anchored = false
  4352.                 v.Character.Torso.Anchored = false
  4353.                 v.Character.Head.Anchored = false
  4354.             end
  4355.         end
  4356.         if string.sub(CMDBAR.Text, 1, 8) == ("unlockws") then
  4357.             local a = game:GetService("Workspace"):getChildren()
  4358.             for i = 1, #a do
  4359.                 if a[i].className == "Part" then
  4360.                     a[i].Locked = false
  4361.                 elseif a[i].className == "Model" then
  4362.                     local r = a[i]:getChildren()
  4363.                     for i = 1, #r do
  4364.                         if r[i].className == "Part" then
  4365.                         r[i].Locked = false
  4366.                         end
  4367.                     end
  4368.                 end
  4369.             end
  4370.             game:GetService("StarterGui"):SetCore("SendNotification", {
  4371.             Title = "Success!";
  4372.             Text = "Workspace unlocked. Use ;lockws to lock.";
  4373.             })
  4374.         end
  4375.         if string.sub(CMDBAR.Text, 1, 6) == ("lockws") then
  4376.             local a = game:GetService("Workspace"):getChildren()
  4377.             for i = 1, #a do
  4378.                 if a[i].className == "Part" then
  4379.                     a[i].Locked = true
  4380.                 elseif a[i].className == "Model" then
  4381.                     local r = a[i]:getChildren()
  4382.                     for i = 1, #r do
  4383.                         if r[i].className == "Part" then
  4384.                         r[i].Locked = true
  4385.                         end
  4386.                     end
  4387.                 end
  4388.             end
  4389.         end
  4390.         if string.sub(CMDBAR.Text, 1, 6) == ("btools") then
  4391.             local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  4392.             Clone_T.BinType = "Clone"
  4393.             local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  4394.             Destruct.BinType = "Hammer"
  4395.             local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  4396.             Hold_T.BinType = "Grab"
  4397.         end
  4398.         if string.sub(CMDBAR.Text, 1, 6) == ("pstand") then
  4399.             lplayer.Character.Humanoid.PlatformStand = true
  4400.         end
  4401.         if string.sub(CMDBAR.Text, 1, 8) == ("unpstand") then
  4402.             lplayer.Character.Humanoid.PlatformStand = false
  4403.         end
  4404.         if string.sub(CMDBAR.Text, 1, 9) == ("blockhead") then
  4405.             lplayer.Character.Head.Mesh:Destroy()
  4406.         end
  4407.         if string.sub(CMDBAR.Text, 1, 3) == ("sit") then
  4408.             lplayer.Character.Humanoid.Sit = true
  4409.         end
  4410.         if string.sub(CMDBAR.Text, 1, 9) == ("bringobj ") then
  4411.             local function bringobjw()
  4412.             for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  4413.             if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  4414.             obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  4415.             obj.CanCollide = false
  4416.             obj.Transparency = 0.7
  4417.             wait()
  4418.             obj.CFrame = lplayer.Character["Left Leg"].CFrame
  4419.             wait()
  4420.             obj.CFrame = lplayer.Character["Right Leg"].CFrame
  4421.             wait()
  4422.             obj.CFrame = lplayer.Character["Head"].CFrame
  4423.             end
  4424.             end
  4425.             end
  4426.             while wait() do
  4427.                 bringobjw()
  4428.             end
  4429.             game:GetService("StarterGui"):SetCore("SendNotification", {
  4430.             Title = "BringObj";
  4431.             Text = "BringObj enabled.";
  4432.             })
  4433.         end
  4434.         if string.sub(CMDBAR.Text, 1, 6) == ("wsvis ") then
  4435.             vis = (string.sub(CMDBAR.Text, 7))
  4436.             local a = game:GetService("Workspace"):GetDescendants()
  4437.             for i = 1, #a do
  4438.                 if a[i].className == "Part" then
  4439.                     a[i].Transparency = vis
  4440.                 elseif a[i].className == "Model" then
  4441.                     local r = a[i]:getChildren()
  4442.                     for i = 1, #r do
  4443.                         if r[i].className == "Part" then
  4444.                         r[i].Transparency = vis
  4445.                         end
  4446.                     end
  4447.                 end
  4448.             end
  4449.         end
  4450.         if string.sub(CMDBAR.Text, 1, 10) == ("hypertotal") then
  4451.             loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  4452.             game:GetService("StarterGui"):SetCore("SendNotification", {
  4453.             Title = "Success!";
  4454.             Text = "HyperTotal GUI Loaded!";
  4455.             })
  4456.         end
  4457.         if string.sub(CMDBAR.Text, 1, 4) == ("cmds") then
  4458.             CMDSFRAME.Visible = true
  4459.         end
  4460.         if string.sub(CMDBAR.Text, 1, 9) == ("rmeshhats") then
  4461.             for i,v in pairs(lplayer.Character:GetChildren()) do
  4462.                 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  4463.                     v.Handle.Mesh:Destroy()
  4464.                 end
  4465.             end
  4466.         end
  4467.         if string.sub(CMDBAR.Text, 1, 9) == ("blockhats") then
  4468.             for i,v in pairs(lplayer.Character:GetChildren()) do
  4469.                 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  4470.                     v.Handle.Mesh:Destroy()
  4471.                 end
  4472.             end
  4473.         end
  4474.         if string.sub(CMDBAR.Text, 1, 9) == ("rmeshtool") then
  4475.             for i,v in pairs(lplayer.Character:GetChildren()) do
  4476.                 if (v:IsA("Tool")) then
  4477.                     v.Handle.Mesh:Destroy()
  4478.                 end
  4479.             end
  4480.         end
  4481.         if string.sub(CMDBAR.Text, 1, 9) == ("blocktool") then
  4482.             for i,v in pairs(lplayer.Character:GetChildren()) do
  4483.                 if (v:IsA("Tool")) then
  4484.                     v.Handle.Mesh:Destroy()
  4485.                 end
  4486.             end
  4487.         end
  4488.         if string.sub(CMDBAR.Text, 1, 7) == ("spinner") then
  4489.             local p = Instance.new("RocketPropulsion")
  4490.             p.Parent = lplayer.Character.HumanoidRootPart
  4491.             p.Name = "Spinner"
  4492.             p.Target = lplayer.Character["Left Arm"]
  4493.             p:Fire()
  4494.             game:GetService("StarterGui"):SetCore("SendNotification", {
  4495.             Title = "Spinner enabled";
  4496.             Text = "Type ;nospinner to disable.";
  4497.             })
  4498.         end
  4499.         if string.sub(CMDBAR.Text, 1, 9) == ("nospinner") then
  4500.             lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  4501.         end
  4502.         if string.sub(CMDBAR.Text, 1, 6) == ("reachd") then
  4503.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  4504.                 if v:isA("Tool") then
  4505.                     local a = Instance.new("SelectionBox",v.Handle)
  4506.                     a.Adornee = v.Handle
  4507.                     v.Handle.Size = Vector3.new(0.5,0.5,60)
  4508.                     v.GripPos = Vector3.new(0,0,0)
  4509.                     lplayer.Character.Humanoid:UnequipTools()
  4510.                 end
  4511.             end
  4512.             game:GetService("StarterGui"):SetCore("SendNotification", {
  4513.             Title = "Reach applied!";
  4514.             Text = "Applied to equipped sword. Use ;noreach to disable.";
  4515.             })
  4516.         end
  4517.         if string.sub(CMDBAR.Text, 1, 6) == ("reach ") then
  4518.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  4519.                 if v:isA("Tool") then
  4520.                     local a = Instance.new("SelectionBox",v.Handle)
  4521.                     a.Name = "Reach"
  4522.                     a.Adornee = v.Handle
  4523.                     v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(CMDBAR.Text, 7)))
  4524.                     v.GripPos = Vector3.new(0,0,0)
  4525.                     lplayer.Character.Humanoid:UnequipTools()
  4526.                 end
  4527.             end
  4528.             game:GetService("StarterGui"):SetCore("SendNotification", {
  4529.             Title = "Reach applied!";
  4530.             Text = "Applied to equipped sword. Use ;noreach to disable.";
  4531.             })
  4532.         end
  4533.         if string.sub(CMDBAR.Text, 1, 7) == ("noreach") then
  4534.             for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  4535.                 if v:isA("Tool") then
  4536.                     v.Handle.Reach:Destroy()
  4537.                 end
  4538.             end
  4539.             game:GetService("StarterGui"):SetCore("SendNotification", {
  4540.             Title = "Reach removed!";
  4541.             Text = "Removed reach from equipped sword.";
  4542.             })
  4543.         end
  4544.         if string.sub(CMDBAR.Text, 1, 6) == ("rkill ") then
  4545.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  4546.                 lplayer.Character.Humanoid.Name = 1
  4547.                 local l = lplayer.Character["1"]:Clone()
  4548.                 l.Parent = lplayer.Character
  4549.                 l.Name = "Humanoid"
  4550.                 wait(0.1)
  4551.                 lplayer.Character["1"]:Destroy()
  4552.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  4553.                 lplayer.Character.Animate.Disabled = true
  4554.                 wait(0.1)
  4555.                 lplayer.Character.Animate.Disabled = false
  4556.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  4557.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  4558.                 lplayer.Character.Humanoid:EquipTool(v)
  4559.                 end
  4560.                 wait(0.1)
  4561.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4562.                 wait(0.2)
  4563.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4564.                 wait(0.5)
  4565.                 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  4566.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  4567.                 Title = "Tools needed!";
  4568.                 Text = "You need a tool in your backpack for this command!";
  4569.                 })
  4570.             end
  4571.         end
  4572.         if string.sub(CMDBAR.Text, 1, 6) == ("tp me ") then
  4573.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  4574.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4575.             end
  4576.         end
  4577.         if string.sub(CMDBAR.Text, 1, 7) == ("cbring ") then
  4578.             if (string.sub(CMDBAR.Text, 8)) == "all" or (string.sub(CMDBAR.Text, 8)) == "All" or (string.sub(CMDBAR.Text, 8)) == "ALL" then
  4579.                 cbringall = true
  4580.             else
  4581.                 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  4582.                     brplr = v.Name
  4583.                 end
  4584.             end
  4585.             cbring = true
  4586.         end
  4587.         if string.sub(CMDBAR.Text, 1, 8) == ("uncbring") then
  4588.             cbring = false
  4589.             cbringall = false
  4590.         end
  4591.         if string.sub(CMDBAR.Text, 1, 5) == ("swap ") then
  4592.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  4593.                 local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4594.                 local NOW = lplayer.Character.HumanoidRootPart.CFrame
  4595.                 lplayer.Character.Humanoid.Name = 1
  4596.                 local l = lplayer.Character["1"]:Clone()
  4597.                 l.Parent = lplayer.Character
  4598.                 l.Name = "Humanoid"
  4599.                 wait(0.1)
  4600.                 lplayer.Character["1"]:Destroy()
  4601.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  4602.                 lplayer.Character.Animate.Disabled = true
  4603.                 wait(0.1)
  4604.                 lplayer.Character.Animate.Disabled = false
  4605.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  4606.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  4607.                 lplayer.Character.Humanoid:EquipTool(v)
  4608.                 end
  4609.                 local function tp(player,player2)
  4610.                 local char1,char2=player.Character,player2.Character
  4611.                 if char1 and char2 then
  4612.                 char1:MoveTo(char2.Head.Position)
  4613.                 end
  4614.                 end
  4615.                 wait(0.1)
  4616.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4617.                 wait(0.2)
  4618.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4619.                 wait(0.5)
  4620.                 lplayer.Character.HumanoidRootPart.CFrame = NOW
  4621.                 wait(0.6)
  4622.                 tp(lplayer, game:GetService("Players")[v.Name])
  4623.                 wait(0.4)
  4624.                 lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  4625.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  4626.                 Title = "Tools needed!";
  4627.                 Text = "You need a tool in your backpack for this command!";
  4628.                 })
  4629.             end
  4630.         end
  4631.         if string.sub(CMDBAR.Text, 1, 7) == ("glitch ") then
  4632.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  4633.                 lplayer.Character.Humanoid.Name = 1
  4634.                 local l = lplayer.Character["1"]:Clone()
  4635.                 l.Parent = lplayer.Character
  4636.                 l.Name = "Humanoid"
  4637.                 wait(0.1)
  4638.                 lplayer.Character["1"]:Destroy()
  4639.                 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  4640.                 lplayer.Character.Animate.Disabled = true
  4641.                 wait(0.1)
  4642.                 lplayer.Character.Animate.Disabled = false
  4643.                 lplayer.Character.Humanoid.DisplayDistanceType = "None"
  4644.                 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  4645.                 lplayer.Character.Humanoid:EquipTool(v)
  4646.                 end
  4647.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  4648.                 wait(0.3)
  4649.                 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  4650.                 wait(0.4)
  4651.                 b = Instance.new("BodyForce")
  4652.                 b.Parent = lplayer.Character.HumanoidRootPart
  4653.                 b.Name = "Glitch"
  4654.                 b.Force = Vector3.new(100000000,5000,0)
  4655.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  4656.                 Title = "Tools needed!";
  4657.                 Text = "You need a tool in your backpack for this command!";
  4658.                 })
  4659.             end
  4660.         end
  4661.         if string.sub(CMDBAR.Text, 1, 8) == ("unglitch") then
  4662.             lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  4663.             lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  4664.             b = Instance.new("BodyForce")
  4665.             b.Parent = lplayer.Character.HumanoidRootPart
  4666.             b.Name = "unGlitch"
  4667.             b.Force = Vector3.new(0,-5000000,0)
  4668.             wait(2)
  4669.             lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  4670.         end
  4671.         if string.sub(CMDBAR.Text, 1, 8) == ("grespawn") then
  4672.             lplayer.Character.Humanoid.Health = 0
  4673.             wait(1)
  4674.             lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  4675.             lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  4676.         end
  4677.         if string.sub(CMDBAR.Text, 1, 8) == ("explorer") then
  4678.             loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  4679.             game:GetService("StarterGui"):SetCore("SendNotification", {
  4680.             Title = "Success!";
  4681.             Text = "DEX Explorer has loaded.";
  4682.             })
  4683.         end
  4684.         if string.sub(CMDBAR.Text, 1, 5) == ("anim ") then
  4685.             local Anim = Instance.new("Animation")
  4686.             Anim.AnimationId = "rbxassetid://"..(string.sub(CMDBAR.Text, 6))
  4687.             local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  4688.             track:Play(.1, 1, 1)
  4689.         end
  4690.         if string.sub(CMDBAR.Text, 1, 7) == ("animgui") then
  4691.             loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  4692.             game:GetService("StarterGui"):SetCore("SendNotification", {
  4693.             Title = "Success!";
  4694.             Text = "Energize Animations GUI has loaded.";
  4695.             })
  4696.         end
  4697.         if string.sub(CMDBAR.Text, 1, 7) == ("savepos") then
  4698.             saved = lplayer.Character.HumanoidRootPart.CFrame
  4699.             game:GetService("StarterGui"):SetCore("SendNotification", {
  4700.             Title = "Position Saved";
  4701.             Text = "Use ;loadpos to return to saved position.";
  4702.             })
  4703.         end
  4704.         if string.sub(CMDBAR.Text, 1, 7) == ("loadpos") then
  4705.             lplayer.Character.HumanoidRootPart.CFrame = saved
  4706.         end
  4707.         if string.sub(CMDBAR.Text, 1, 5) == ("bang ") then
  4708.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  4709.                 local Anim2 = Instance.new("Animation")
  4710.                 Anim2.AnimationId = "rbxassetid://148840371"
  4711.                 local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  4712.                 track2:Play(.1, 1, 1)
  4713.                 bplrr = v.Name
  4714.                 banpl = true
  4715.             end
  4716.         end
  4717.         if string.sub(CMDBAR.Text, 1, 6) == ("unbang") then
  4718.             banpl = false
  4719.         end
  4720.         if string.sub(CMDBAR.Text, 1, 9) == ("bringmod ") then
  4721.             local function bringmodw()
  4722.             for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  4723.             if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  4724.             for i,ch in pairs(obj:GetDescendants()) do
  4725.             if (ch:IsA("BasePart")) then
  4726.             ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  4727.             ch.CanCollide = false
  4728.             ch.Transparency = 0.7
  4729.             wait()
  4730.             ch.CFrame = lplayer.Character["Left Leg"].CFrame
  4731.             wait()
  4732.             ch.CFrame = lplayer.Character["Right Leg"].CFrame
  4733.             wait()
  4734.             ch.CFrame = lplayer.Character["Head"].CFrame
  4735.             end
  4736.             end
  4737.             end
  4738.             end
  4739.             end
  4740.             while wait() do
  4741.                 bringmodw()
  4742.             end
  4743.             game:GetService("StarterGui"):SetCore("SendNotification", {
  4744.             Title = "BringMod";
  4745.             Text = "BringMod enabled.";
  4746.             })
  4747.         end
  4748.         if string.sub(CMDBAR.Text, 1, 7) == ("respawn") then
  4749.             local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  4750.             local hum = Instance.new('Humanoid', mod)
  4751.             local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  4752.             lplayer.Character = mod
  4753.         end
  4754.         if string.sub(CMDBAR.Text, 1, 8) == ("shutdown") then
  4755.             game:GetService'RunService'.Stepped:Connect(function()
  4756.             pcall(function()
  4757.                 for i,v in pairs(game:GetService'Players':GetPlayers()) do
  4758.                     if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  4759.                         for _,x in pairs(v.Character.Head:GetChildren()) do
  4760.                             if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  4761.                         end
  4762.                     end
  4763.                 end
  4764.             end)
  4765.             end)
  4766.             game:GetService("StarterGui"):SetCore("SendNotification", {
  4767.             Title = "Attempting Shutdown";
  4768.             Text = "Shutdown Attempt has begun.";
  4769.             })
  4770.         end
  4771.         if string.sub(CMDBAR.Text, 1, 7) == ("delobj ") then
  4772.             objtodel = (string.sub(CMDBAR.Text, 8))
  4773.             for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  4774.                 if v.Name == objtodel then
  4775.                     v:Destroy()
  4776.                 end
  4777.             end
  4778.         end
  4779.         if string.sub(CMDBAR.Text, 1, 7) == ("getplrs") then
  4780.             for i,v in pairs(game:GetService("Players"):GetPlayers())do
  4781.                 print(v)
  4782.             end
  4783.             game:GetService("StarterGui"):SetCore("SendNotification", {
  4784.             Title = "Printed";
  4785.             Text = "Players have been printed to console. (F9)";
  4786.             })
  4787.         end
  4788.         if string.sub(CMDBAR.Text, 1, 8) == ("deldecal") then
  4789.             for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  4790.                 if (v:IsA("Decal")) then
  4791.                     v:Destroy()
  4792.                 end
  4793.             end
  4794.         end
  4795.         if string.sub(CMDBAR.Text, 1, 10) == ("opfinality") then
  4796.             loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  4797.             game:GetService("StarterGui"):SetCore("SendNotification", {
  4798.             Title = "Success!";
  4799.             Text = "OpFinality GUI has loaded.";
  4800.             })
  4801.         end
  4802.         if string.sub(CMDBAR.Text, 1, 7) == ("remotes") then
  4803.             remotes = true
  4804.             added = true
  4805.             game.DescendantAdded:connect(function(rmt)
  4806.             if added == true then
  4807.             if remotes == true then
  4808.             if rmt:IsA("RemoteEvent") then
  4809.             print("A RemoteEvent was added!")
  4810.             print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  4811.             print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  4812.             end end end
  4813.             end)
  4814.             game.DescendantAdded:connect(function(rmtfnctn)
  4815.             if added == true then
  4816.             if remotes == true then
  4817.             if rmtfnctn:IsA("RemoteFunction") then
  4818.             warn("A RemoteFunction was added!")
  4819.             warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  4820.             print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  4821.             end end end
  4822.             end)
  4823.            
  4824.             game.DescendantAdded:connect(function(bndfnctn)
  4825.             if added == true then
  4826.             if binds == true then
  4827.             if bndfnctn:IsA("BindableFunction") then
  4828.             print("A BindableFunction was added!")
  4829.             print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  4830.             print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  4831.             end end end
  4832.             end)
  4833.            
  4834.             game.DescendantAdded:connect(function(bnd)
  4835.             if added == true then
  4836.             if binds == true then
  4837.             if bnd:IsA("BindableEvent") then
  4838.             warn("A BindableEvent was added!")
  4839.             warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  4840.             print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  4841.             end end end
  4842.             end)
  4843.            
  4844.            
  4845.             if binds == true then
  4846.             for i,v in pairs(game:GetDescendants()) do
  4847.             if v:IsA("BindableFunction") then
  4848.             print(" game." .. v:GetFullName() .. " | BindableFunction")
  4849.             print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  4850.             end end
  4851.             for i,v in pairs(game:GetDescendants()) do
  4852.             if v:IsA("BindableEvent") then
  4853.             warn(" game." .. v:GetFullName() .. " | BindableEvent")
  4854.             print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  4855.             end end
  4856.             else
  4857.             print("Off")
  4858.             end
  4859.             if remotes == true then
  4860.             for i,v in pairs(game:GetDescendants()) do
  4861.             if v:IsA("RemoteFunction") then
  4862.             warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  4863.             print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  4864.             end end
  4865.             wait()
  4866.             for i,v in pairs(game:GetDescendants()) do
  4867.             if v:IsA("RemoteEvent") then
  4868.             print(" game." .. v:GetFullName() .. " | RemoteEvent")
  4869.             print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  4870.             end end
  4871.             else
  4872.             print("Off")
  4873.             end
  4874.             game:GetService("StarterGui"):SetCore("SendNotification", {
  4875.             Title = "Printing Remotes";
  4876.             Text = "Type ;noremotes to disable.";
  4877.             })
  4878.         end
  4879.         if string.sub(CMDBAR.Text, 1, 9) == ("noremotes") then
  4880.             remotes = false
  4881.             added = false
  4882.             game:GetService("StarterGui"):SetCore("SendNotification", {
  4883.             Title = "Printing Remotes Disabled";
  4884.             Text = "Type ;remotes to enable.";
  4885.             })
  4886.         end
  4887.         if string.sub(CMDBAR.Text, 1, 9) == ("tpdefault") then
  4888.             spin = false
  4889.             followed = false
  4890.             traill = false
  4891.             noclip = false
  4892.             annoying = false
  4893.             hwalk = false
  4894.             cbringing = false
  4895.         end
  4896.         if string.sub(CMDBAR.Text, 1, 7) == ("stopsit") then
  4897.             stopsitting = true
  4898.         end
  4899.         if string.sub(CMDBAR.Text, 1, 5) == ("gosit") then
  4900.             stopsitting = false
  4901.         end
  4902.         if string.sub(CMDBAR.Text, 1, 7) == ("version") then
  4903.             print(adminversion)
  4904.             game:GetService("StarterGui"):SetCore("SendNotification", {
  4905.             Title = "Version";
  4906.             Text = adminversion;
  4907.             })
  4908.         end
  4909.         if string.sub(CMDBAR.Text, 1, 7) == ("clicktp") then
  4910.             clickgoto = true
  4911.             game:GetService("StarterGui"):SetCore("SendNotification", {
  4912.             Title = "Click TP";
  4913.             Text = "Press E to teleport to mouse position";
  4914.             })
  4915.         end
  4916.         if string.sub(CMDBAR.Text, 1, 9) == ("noclicktp") then
  4917.             clickgoto = false
  4918.             game:GetService("StarterGui"):SetCore("SendNotification", {
  4919.             Title = "Click TP";
  4920.             Text = "Click TP has been disabled.";
  4921.             })
  4922.         end
  4923.         if string.sub(CMDBAR.Text, 1, 7) == ("toolson") then
  4924.             gettingtools = true
  4925.             game:GetService("StarterGui"):SetCore("SendNotification", {
  4926.             Title = "Tools Enabled";
  4927.             Text = "Automatically colleting tools dropped.";
  4928.             })
  4929.         end
  4930.         if string.sub(CMDBAR.Text, 1, 8) == ("toolsoff") then
  4931.             gettingtools = false
  4932.             game:GetService("StarterGui"):SetCore("SendNotification", {
  4933.             Title = "Tools Disabled";
  4934.             Text = "Click TP has been disabled.";
  4935.             })
  4936.         end
  4937.         if string.sub(CMDBAR.Text, 1, 9) == ("delcmdbar") then
  4938.             ScreenGui:Destroy()
  4939.         end
  4940.         if string.sub(CMDBAR.Text, 1, 5) == ("reset") then
  4941.             lplayer.Character.Head:Destroy()
  4942.         end
  4943.         if string.sub(CMDBAR.Text, 1, 6) == ("state ") then
  4944.             statechosen = string.sub(CMDBAR.Text, 7)
  4945.             changingstate = true
  4946.         end
  4947.         if string.sub(CMDBAR.Text, 1, 8) == ("gravity ") then
  4948.             game:GetService("Workspace").Gravity = string.sub(CMDBAR.Text, 9)
  4949.         end
  4950.         if string.sub(CMDBAR.Text, 1, 9) == ("looprhats") then
  4951.         removingmeshhats = true
  4952.         end
  4953.         if string.sub(CMDBAR.Text, 1, 11) == ("unlooprhats") then
  4954.             removingmeshhats = false
  4955.         end
  4956.         if string.sub(CMDBAR.Text, 1, 9) == ("looprtool") then
  4957.             removingmeshtool = true
  4958.         end
  4959.         if string.sub(CMDBAR.Text, 1, 11) == ("unlooprtool") then
  4960.             removingmeshtool = false
  4961.         end
  4962.         if string.sub(CMDBAR.Text, 1, 9) == ("givetool ") then
  4963.             for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  4964.                 if v:IsA("Tool") then
  4965.                     for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  4966.                         v.Parent = player.Character
  4967.                     end
  4968.                 end
  4969.             end
  4970.         end
  4971.         if string.sub(CMDBAR.Text, 1, 4) == ("age ") then
  4972.             for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  4973.                 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  4974.             end
  4975.         end
  4976.         if string.sub(CMDBAR.Text, 1, 3) == ("id ") then
  4977.             for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 4))) do
  4978.                 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  4979.             end
  4980.         end
  4981.         if string.sub(CMDBAR.Text, 1, 5) == (".age ") then
  4982.             for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  4983.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  4984.                 Title = player.AccountAge.." Days";
  4985.                 Text = "Account age of "..player.Name;
  4986.                 })
  4987.             end
  4988.         end
  4989.         if string.sub(CMDBAR.Text, 1, 4) == (".id ") then
  4990.             for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  4991.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  4992.                 Title = player.UserId.." ID";
  4993.                 Text = "Account ID of "..player.Name;
  4994.                 })
  4995.             end
  4996.         end
  4997.         if string.sub(CMDBAR.Text, 1, 6) == ("gameid") then
  4998.             game:GetService("StarterGui"):SetCore("SendNotification", {
  4999.             Title = "Game ID";
  5000.             Text = "Game ID: ".. game.GameId;
  5001.             })
  5002.         end
  5003.         if string.sub(CMDBAR.Text, 1, 3) == ("pgs") then
  5004.             local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  5005.             if pgscheck == true then
  5006.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  5007.                 Title = "PGSPhysicsSolverEnabled";
  5008.                 Text = "PGS is Enabled!";
  5009.                 })
  5010.             else
  5011.                 game:GetService("StarterGui"):SetCore("SendNotification", {
  5012.                 Title = "PGSPhysicsSolverEnabled";
  5013.                 Text = "PGS is Disabled!";
  5014.                 })
  5015.             end
  5016.         end
  5017.         if string.sub(CMDBAR.Text, 1, 11) == ("removeinvis") then
  5018.             for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  5019.                 if v:IsA("Part") then
  5020.                     if v.Transparency == 1 then
  5021.                         if v.Name ~= "HumanoidRootPart" then
  5022.                             v:Destroy()
  5023.                         end
  5024.                     end
  5025.                 end
  5026.             end
  5027.         end
  5028.         if string.sub(CMDBAR.Text, 1, 9) == ("removefog") then
  5029.             game:GetService("Lighting").FogStart = 0
  5030.             game:GetService("Lighting").FogEnd = 9999999999999
  5031.         end
  5032.         if string.sub(CMDBAR.Text, 1, 7) == ("disable") then
  5033.             lplayer.Character.Humanoid.Parent = lplayer
  5034.         end
  5035.         if string.sub(CMDBAR.Text, 1, 6) == ("enable") then
  5036.             lplayer.Humanoid.Parent = lplayer.Character
  5037.         end
  5038.         if string.sub(CMDBAR.Text, 1, 13) == ("givealltools ") then
  5039.             for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  5040.                 if v:IsA("Tool") then
  5041.                     v.Parent = lplayer.Character
  5042.                     wait()
  5043.                     for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 14))) do
  5044.                         v.Parent = player.Character
  5045.                     end
  5046.                 end
  5047.             end
  5048.         end
  5049.         if string.sub(CMDBAR.Text, 1, 9) == ("flyspeed ") then
  5050.             speedfly = string.sub(CMDBAR.Text, 10)
  5051.             wait()
  5052.             change()
  5053.         end
  5054.         if string.sub(CMDBAR.Text, 1, 7) == ("carpet ") then
  5055.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  5056.                 local Anim3 = Instance.new("Animation")
  5057.                 Anim3.AnimationId = "rbxassetid://282574440"
  5058.                 local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  5059.                 track3:Play(.1, 1, 1)
  5060.                 bplrr = v.Name
  5061.                 banpl = true
  5062.             end
  5063.         end
  5064.         if string.sub(CMDBAR.Text, 1, 8) == ("uncarpet") then
  5065.             banpl = false
  5066.         end
  5067.         if string.sub(CMDBAR.Text, 1, 6) == ("stare ") then
  5068.             for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  5069.                 staring = true
  5070.                 stareplr = v
  5071.             end
  5072.         end
  5073.         if string.sub(CMDBAR.Text, 1, 7) == ("unstare") then
  5074.             staring = false
  5075.         end
  5076.         if string.sub(CMDBAR.Text, 1, 7) == ("logchat") then
  5077.             chatlogs = true
  5078.             game:GetService("StarterGui"):SetCore("SendNotification", {
  5079.             Title = "LogChat enabled";
  5080.             Text = "Now logging all player chat.";
  5081.             })
  5082.         end
  5083.         if string.sub(CMDBAR.Text, 1, 9) == ("unlogchat") then
  5084.             chatlogs = false
  5085.             game:GetService("StarterGui"):SetCore("SendNotification", {
  5086.             Title = "LogChat disabled";
  5087.             Text = "Stopped logging all player chat.";
  5088.             })
  5089.         end
  5090.         if string.sub(CMDBAR.Text, 1, 6) == ("fixcam") then
  5091.             game:GetService("Workspace").CurrentCamera:Destroy()
  5092.             wait(0.1)
  5093.             game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  5094.             game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  5095.             lplayer.CameraMinZoomDistance = 0.5
  5096.             lplayer.CameraMaxZoomDistance = 400
  5097.             lplayer.CameraMode = "Classic"
  5098.         end
  5099.         if string.sub(CMDBAR.Text, 1, 7) == ("unstate") then
  5100.             changingstate = false
  5101.         end
  5102.         CMDBAR.Text = ""
  5103.     end
  5104. end)
  5105.  
  5106. wait(0.3)
  5107. game:GetService("StarterGui"):SetCore("SendNotification", {
  5108.     Title = "Loaded successfully!";
  5109.     Text = "Reviz Admin V2 by illremember";
  5110. })
  5111. wait(0.1)
  5112. print("Reviz Admin V2 loaded!")
  5113. if game:GetService("Workspace").FilteringEnabled == true then
  5114.     warn("FE is Enabled (Filtering Enabled)")
  5115.     game:GetService("StarterGui"):SetCore("SendNotification", {
  5116.         Title = "FE is Enabled";
  5117.         Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  5118.     })
  5119. else
  5120.     warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  5121.     game:GetService("StarterGui"):SetCore("SendNotification", {
  5122.         Title = "FE is Disabled";
  5123.         Text = "Filtering Disabled. Consider using a different admin script.";
  5124.     })
  5125. end
  5126.  
  5127. local intro = Instance.new("ScreenGui")
  5128. local Frame = Instance.new("Frame")
  5129. local ImageLabel = Instance.new("ImageLabel")
  5130. intro.Parent = game:GetService("CoreGui")
  5131. Frame.Parent = intro
  5132. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  5133. Frame.BackgroundTransparency = 1
  5134. Frame.Size = UDim2.new(1, 0, 0, 300)
  5135. Frame.Position = UDim2.new(0, 0, -0.4, 0)
  5136. ImageLabel.Parent = Frame
  5137. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  5138. ImageLabel.BackgroundTransparency = 1
  5139. ImageLabel.Position = UDim2.new(0, 0, 0, 0)
  5140. ImageLabel.Size = UDim2.new(1, 0, 1, 0)
  5141. ImageLabel.Image = "http://www.roblox.com/asset/?id=1542162618"
  5142. Frame:TweenPosition(UDim2.new(0, 0, 0.2, 0), "Out", "Elastic", 3)
  5143. wait(3.01)
  5144. Frame:TweenPosition(UDim2.new(0, 0, 1.5, 0), "Out", "Elastic", 5)
  5145. wait(5.01)
  5146. intro:Destroy()
  5147. end)
  5148.  
  5149. FEClickTP.Name = "FEClickTP"
  5150. FEClickTP.Parent = MainScreen
  5151. FEClickTP.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  5152. FEClickTP.BorderSizePixel = 0
  5153. FEClickTP.Position = UDim2.new(0.372679174, 0, 0.164903969, 0)
  5154. FEClickTP.Size = UDim2.new(0, 115, 0, 47)
  5155. FEClickTP.Font = Enum.Font.SciFi
  5156. FEClickTP.Text = "FE CLICK TP"
  5157. FEClickTP.TextColor3 = Color3.new(0, 0, 0)
  5158. FEClickTP.TextSize = 14
  5159. FEClickTP.MouseButton1Down:connect(function()
  5160. mouse = game.Players.LocalPlayer:GetMouse()
  5161. tool = Instance.new("Tool")
  5162. tool.RequiresHandle = false
  5163. tool.Name = "Click Teleport"
  5164. tool.Activated:connect(function()
  5165. local pos = mouse.Hit+Vector3.new(0,2.5,0)
  5166. pos = CFrame.new(pos.X,pos.Y,pos.Z)
  5167. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
  5168. end)
  5169. tool.Parent = game.Players.LocalPlayer.Backpack
  5170. end)
  5171.  
  5172. FEGodmode.Name = "FEGodmode"
  5173. FEGodmode.Parent = MainScreen
  5174. FEGodmode.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  5175. FEGodmode.BorderSizePixel = 0
  5176. FEGodmode.Position = UDim2.new(0.372679174, 0, 0.402170449, 0)
  5177. FEGodmode.Size = UDim2.new(0, 115, 0, 47)
  5178. FEGodmode.Font = Enum.Font.SciFi
  5179. FEGodmode.Text = "GOD [BROKEN]"
  5180. FEGodmode.TextColor3 = Color3.new(0, 0, 0)
  5181. FEGodmode.TextSize = 14
  5182. FEGodmode.MouseButton1Down:connect(function()
  5183. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  5184. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  5185. l.Parent = game.Players.LocalPlayer.Character
  5186. l.Name = "Humanoid"
  5187. wait(0.1)
  5188. game.Players.LocalPlayer.Character["1"]:Destroy()
  5189. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  5190. game.Players.LocalPlayer.Character.Animate.Disabled = true
  5191. wait(0.1)
  5192. game.Players.LocalPlayer.Character.Animate.Disabled = false
  5193. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  5194. end)
  5195.  
  5196. FEFly.Name = "FEFly"
  5197. FEFly.Parent = MainScreen
  5198. FEFly.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  5199. FEFly.BorderSizePixel = 0
  5200. FEFly.Position = UDim2.new(0.372679174, 0, 0.627102852, 0)
  5201. FEFly.Size = UDim2.new(0, 115, 0, 47)
  5202. FEFly.Font = Enum.Font.SciFi
  5203. FEFly.Text = "[PATCHED]"
  5204. FEFly.TextColor3 = Color3.new(0, 0, 0)
  5205. FEFly.TextSize = 14
  5206.  
  5207. AnimationGUI.Name = "AnimationGUI"
  5208. AnimationGUI.Parent = MainScreen
  5209. AnimationGUI.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  5210. AnimationGUI.BorderSizePixel = 0
  5211. AnimationGUI.Position = UDim2.new(0.692991674, 0, 0.39614141, 0)
  5212. AnimationGUI.Size = UDim2.new(0, 115, 0, 47)
  5213. AnimationGUI.Font = Enum.Font.SciFi
  5214. AnimationGUI.Text = "ANIMATION GUI"
  5215. AnimationGUI.TextColor3 = Color3.new(0, 0, 0)
  5216. AnimationGUI.TextSize = 14
  5217. AnimationGUI.MouseButton1Down:connect(function()
  5218. local Gui = Instance.new("ScreenGui", game.CoreGui)
  5219. Gui.Name = "FE Animations"
  5220. local Background = Instance.new("Frame",Gui)
  5221. Background.Name = "Background"
  5222. Background.Active = true
  5223. Background.BackgroundColor3 = Color3.fromRGB(220,190,200)
  5224. Background.Transparency = 0.3
  5225. Background.BorderSizePixel = 5
  5226. Background.Draggable = true
  5227. Background.Position = UDim2.new(0,300,0,300)
  5228. Background.Size = UDim2.new(0,345,0,190)
  5229. local Title = Instance.new("TextLabel",Background)
  5230. Title.BackgroundTransparency = 1
  5231. Title.Position = UDim2.new(0,0,0,-80)
  5232. Title.Size = UDim2.new(0,290,1,0)
  5233. Title.Font = "SourceSansLight"
  5234. Title.FontSize = "Size18"
  5235. Title.Text = "FE Animations [by illremember] IMPROVED"
  5236. Title.TextColor3 = Color3.fromRGB(20,20,25)
  5237.  
  5238. local BarrelRoll = Instance.new("TextButton", Background)
  5239. BarrelRoll.Name = "BarrelRoll"
  5240. BarrelRoll.BackgroundColor3 = Color3.fromRGB(20,20,20)
  5241. BarrelRoll.BackgroundTransparency = 0.1
  5242. BarrelRoll.BorderSizePixel = 0
  5243. BarrelRoll.Position = UDim2.new(0,120,0,30)
  5244. BarrelRoll.Size = UDim2.new(0,100,0,30)
  5245. BarrelRoll.Font = "SourceSansItalic"
  5246. BarrelRoll.FontSize = "Size18"
  5247. BarrelRoll.Text = "BarrelRoll"
  5248. BarrelRoll.TextColor3 = Color3.fromRGB(230,230,230)
  5249. BarrelRoll.TextWrapped = true
  5250.  
  5251. local Dab = BarrelRoll:Clone()
  5252. Dab.Name = "Dab"
  5253. Dab.Parent = Background
  5254. Dab.Position = UDim2.new(0,120,0,70)
  5255. Dab.Text = "Dab"
  5256.  
  5257. local Crouch = BarrelRoll:Clone()
  5258. Crouch.Name = "Crouch"
  5259. Crouch.Parent = Background
  5260. Crouch.Position = UDim2.new(0,10,0,110)
  5261. Crouch.Text = "Crouch"
  5262.  
  5263. local Scream = BarrelRoll:Clone()
  5264. Scream.Name = "Scream"
  5265. Scream.Parent = Background
  5266. Scream.Position = UDim2.new(0,10,0,30)
  5267. Scream.Text = "Scream"
  5268.  
  5269. local HeadOff = BarrelRoll:Clone()
  5270. HeadOff.Name = "HeadOff"
  5271. HeadOff.Parent = Background
  5272. HeadOff.Position = UDim2.new(0,10,0,70)
  5273. HeadOff.Text = "HeadOff"
  5274.  
  5275. local LayDown = BarrelRoll:Clone()
  5276. LayDown.Name = "LayDown"
  5277. LayDown.Parent = Background
  5278. LayDown.Position = UDim2.new(0,120,0,110)
  5279. LayDown.Text = "LayDown"
  5280.  
  5281. local hmm2 = BarrelRoll:Clone()
  5282. hmm2.Name = "hmm2"
  5283. hmm2.Parent = Background
  5284. hmm2.Position = UDim2.new(0,120,0,150)
  5285. hmm2.Text = "hmm2"
  5286.  
  5287. local HeadTHROW = BarrelRoll:Clone()
  5288. HeadTHROW.Name = "HeadTHROW"
  5289. HeadTHROW.Parent = Background
  5290. HeadTHROW.Position = UDim2.new(0,10,0,150)
  5291. HeadTHROW.Size = UDim2.new(0,100,0,30)
  5292. HeadTHROW.Text = "HeadTHROW"
  5293.  
  5294. local Scared = BarrelRoll:Clone()
  5295. Scared.Name = "Scared"
  5296. Scared.Parent = Background
  5297. Scared.Position = UDim2.new(0,230,0,30)
  5298. Scared.Size = UDim2.new(0,100,0,30)
  5299. Scared.Text = "Scared"
  5300.  
  5301. local WARNING = BarrelRoll:Clone()
  5302. WARNING.Name = "WARNING"
  5303. WARNING.Parent = Background
  5304. WARNING.Position = UDim2.new(0,230,0,70)
  5305. WARNING.Size = UDim2.new(0,100,0,30)
  5306. WARNING.Text = "WARNING"
  5307.  
  5308. local LoopHead = BarrelRoll:Clone()
  5309. LoopHead.Name = "LoopHead"
  5310. LoopHead.Parent = Background
  5311. LoopHead.Position = UDim2.new(0,230,0,110)
  5312. LoopHead.Size = UDim2.new(0,100,0,30)
  5313. LoopHead.Text = "LoopHead"
  5314.  
  5315. local armturbine = BarrelRoll:Clone()
  5316. armturbine.Name = "armturbine"
  5317. armturbine.Parent = Background
  5318. armturbine.Position = UDim2.new(0,230,0,150)
  5319. armturbine.Size = UDim2.new(0,100,0,30)
  5320. armturbine.Text = "armturbine"
  5321.  
  5322. --
  5323.  local plr = game.Players.LocalPlayer
  5324.  
  5325. local mouse = plr:GetMouse()
  5326.  
  5327. lpc = game.Players.LocalPlayer.Character
  5328.  
  5329. weld1 = Instance.new("Weld")
  5330.  
  5331. BarrelRoll.MouseButton1Down:connect(function()
  5332. local gg = mouse.Target
  5333. if gg ~= nil then
  5334. for i,v in pairs(game.Players:GetPlayers()) do
  5335. AnimationId = "136801964"
  5336. local Anim = Instance.new("Animation")
  5337. Anim.AnimationId = "rbxassetid://"..AnimationId
  5338. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  5339. k:Play()
  5340. k:AdjustSpeed(1)
  5341. end
  5342. end
  5343. end)
  5344.  
  5345. armturbine.MouseButton1Down:connect(function()
  5346. local gg = mouse.Target
  5347. if gg ~= nil then
  5348. for i,v in pairs(game.Players:GetPlayers()) do
  5349. AnimationId = "259438880"
  5350. local Anim = Instance.new("Animation")
  5351. Anim.AnimationId = "rbxassetid://"..AnimationId
  5352. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  5353. k:Play()
  5354. k:AdjustSpeed(100)
  5355. end
  5356. end
  5357. end)
  5358.  
  5359.  
  5360. LoopHead.MouseButton1Click:connect(function()
  5361. local gg = mouse.Target
  5362. if gg ~= nil then
  5363. for i,v in pairs(game.Players:GetPlayers()) do
  5364. AnimationId = "35154961"
  5365. local Anim = Instance.new("Animation")
  5366. Anim.AnimationId = "rbxassetid://"..AnimationId
  5367. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  5368. while wait(0.00703125) do
  5369. k:Play()
  5370. k:AdjustSpeed(640)
  5371. end
  5372. end
  5373. end
  5374. end)
  5375.  
  5376. hmm2.MouseButton1Down:connect(function()
  5377. local gg = mouse.Target
  5378. if gg ~= nil then
  5379. for i,v in pairs(game.Players:GetPlayers()) do
  5380. AnimationId = "148840371"
  5381. local Anim = Instance.new("Animation")
  5382. Anim.AnimationId = "rbxassetid://"..AnimationId
  5383. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  5384. k:Play()
  5385. k:AdjustSpeed(1)
  5386. end
  5387. end
  5388. end)
  5389.  
  5390. LayDown.MouseButton1Down:connect(function()
  5391. local gg = mouse.Target
  5392. if gg ~= nil then
  5393. for i,v in pairs(game.Players:GetPlayers()) do
  5394. AnimationId = "282574440"
  5395. local Anim = Instance.new("Animation")
  5396. Anim.AnimationId = "rbxassetid://"..AnimationId
  5397. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  5398. k:Play()
  5399. k:AdjustSpeed(1)
  5400. end
  5401. end
  5402. end)
  5403.  
  5404. Dab.MouseButton1Down:connect(function()
  5405. local gg = mouse.Target
  5406. if gg ~= nil then
  5407. for i,v in pairs(game.Players:GetPlayers()) do
  5408. AnimationId = "248263260"
  5409. local Anim = Instance.new("Animation")
  5410. Anim.AnimationId = "rbxassetid://"..AnimationId
  5411. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  5412. k:Play()
  5413. k:AdjustSpeed(1)
  5414. end
  5415. end
  5416. end)
  5417.  
  5418. Scream.MouseButton1Down:connect(function()
  5419. local gg = mouse.Target
  5420. if gg ~= nil then
  5421. for i,v in pairs(game.Players:GetPlayers()) do
  5422. AnimationId = "180611870"
  5423. local Anim = Instance.new("Animation")
  5424. Anim.AnimationId = "rbxassetid://"..AnimationId
  5425. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  5426. k:Play()
  5427. k:AdjustSpeed(1)
  5428. end
  5429. end
  5430. end)
  5431.  
  5432. HeadTHROW.MouseButton1Down:connect(function()
  5433. local gg = mouse.Target
  5434. if gg ~= nil then
  5435. for i,v in pairs(game.Players:GetPlayers()) do
  5436. AnimationId = "35154961"
  5437. local Anim = Instance.new("Animation")
  5438. Anim.AnimationId = "rbxassetid://"..AnimationId
  5439. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  5440. k:Play()
  5441. k:AdjustSpeed(1)
  5442. end
  5443. end
  5444. end)
  5445.  
  5446. Scared.MouseButton1Down:connect(function()
  5447. local gg = mouse.Target
  5448. if gg ~= nil then
  5449. for i,v in pairs(game.Players:GetPlayers()) do
  5450. AnimationId = "180612465"
  5451. local Anim = Instance.new("Animation")
  5452. Anim.AnimationId = "rbxassetid://"..AnimationId
  5453. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  5454. k:Play()
  5455. k:AdjustSpeed(1)
  5456. end
  5457. end
  5458. end)
  5459.  
  5460. HeadOff.MouseButton1Down:connect(function()
  5461. local gg = mouse.Target
  5462. if gg ~= nil then
  5463. for i,v in pairs(game.Players:GetPlayers()) do
  5464. AnimationId = "121572214"
  5465. local Anim = Instance.new("Animation")
  5466. Anim.AnimationId = "rbxassetid://"..AnimationId
  5467. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  5468. k:Play()
  5469. k:AdjustSpeed(1)
  5470. end
  5471. end
  5472. end)
  5473.  
  5474. Crouch.MouseButton1Down:connect(function()
  5475. local gg = mouse.Target
  5476. if gg ~= nil then
  5477. for i,v in pairs(game.Players:GetPlayers()) do
  5478. AnimationId = "182724289"
  5479. local Anim = Instance.new("Animation")
  5480. Anim.AnimationId = "rbxassetid://"..AnimationId
  5481. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  5482. k:Play()
  5483. k:AdjustSpeed(1)
  5484. end
  5485. end
  5486. end)
  5487. end)
  5488.  
  5489. FENoClip.Name = "FENoClip"
  5490. FENoClip.Parent = MainScreen
  5491. FENoClip.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  5492. FENoClip.BorderSizePixel = 0
  5493. FENoClip.Position = UDim2.new(0.692991674, 0, 0.16281198, 0)
  5494. FENoClip.Size = UDim2.new(0, 115, 0, 47)
  5495. FENoClip.Font = Enum.Font.SciFi
  5496. FENoClip.Text = "FE NOCLIP [E]"
  5497. FENoClip.TextColor3 = Color3.new(0, 0, 0)
  5498. FENoClip.TextSize = 14
  5499. FENoClip.MouseButton1Down:connect(function()
  5500. noclip = false
  5501. game:GetService('RunService').Stepped:connect(function()
  5502. if noclip then
  5503. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  5504. end
  5505. end)
  5506. plr = game.Players.LocalPlayer
  5507. mouse = plr:GetMouse()
  5508. mouse.KeyDown:connect(function(key)
  5509.  
  5510. if key == "e" then
  5511. noclip = not noclip
  5512. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  5513. end
  5514. end)
  5515. print('Loaded')
  5516. print('Press "E" to noclip')
  5517. end)
  5518.  
  5519. ShattervastGUI.Name = "ShattervastGUI"
  5520. ShattervastGUI.Parent = MainScreen
  5521. ShattervastGUI.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  5522. ShattervastGUI.BorderSizePixel = 0
  5523. ShattervastGUI.Position = UDim2.new(0.692991674, 0, 0.621073842, 0)
  5524. ShattervastGUI.Size = UDim2.new(0, 115, 0, 47)
  5525. ShattervastGUI.Font = Enum.Font.SciFi
  5526. ShattervastGUI.Text = "SHATTERVAST GUI"
  5527. ShattervastGUI.TextColor3 = Color3.new(0, 0, 0)
  5528. ShattervastGUI.TextSize = 14
  5529. ShattervastGUI.MouseButton1Down:connect(function()
  5530. -- By illremember#3799
  5531.  
  5532. -- Important Loading
  5533. trueSettings = {
  5534.     commandPrefix = ";";
  5535.     hotkeys = {};
  5536.     fchotkeymode = "unfc";
  5537. }
  5538.  
  5539. -- Important Variables
  5540. gsPlayers = game:GetService("Players")
  5541. gsWorkspace = game:GetService("Workspace")
  5542. gsLighting = game:GetService("Lighting")
  5543. gsReplicatedStorage = game:GetService("ReplicatedStorage")
  5544. gsCoreGui = game:GetService("CoreGui")
  5545. gsTween = game:GetService("TweenService")
  5546. gsHttp = game:GetService("HttpService")
  5547.  
  5548. LP = gsPlayers.LocalPlayer
  5549. Mouse = LP:GetMouse()
  5550.  
  5551. defaultSettings = gsHttp:JSONEncode(trueSettings)
  5552. function CreateSave()
  5553.     writefile("Shattervast.txt", defaultSettings)
  5554.     wait(0.5)
  5555.     local content = readfile("Shattervast.txt")
  5556.     local trueValue = gsHttp:JSONDecode(content)
  5557.     commandPrefix = trueValue.commandPrefix
  5558.     hotkeys = trueValue.hotkeys
  5559.     fchotkeymode = trueValue.fchotkeymode
  5560. end
  5561. function fullUpdate()
  5562.     local updatedSettings = {
  5563.         commandPrefix = commandPrefix;
  5564.         hotkeys = hotkeys;
  5565.         fchotkeymode = fchotkeymode;
  5566.     }
  5567.     local fullUPDATED = gsHttp:JSONEncode(updatedSettings)
  5568.     wait(0.2)
  5569.     writefile("Shattervast.txt", fullUPDATED)
  5570. end
  5571. if writefile ~= nil then
  5572.     function builder()
  5573.         local TESTsave = readfile("Shattervast.txt")
  5574.         if TESTsave == nil then
  5575.             return false
  5576.         else
  5577.             return true
  5578.         end
  5579.     end
  5580.     local success, message = pcall(builder)
  5581.     if success == true then
  5582.         function reader()
  5583.             local content = readfile("Shattervast.txt")
  5584.             local trueValue = gsHttp:JSONDecode(content)
  5585.             commandPrefix = trueValue.commandPrefix
  5586.             hotkeys = trueValue.hotkeys
  5587.             if trueValue.fchotkeymode == nil then
  5588.                 fchotkeymode = "unfc"
  5589.                 fullUpdate()
  5590.             else
  5591.                 fchotkeymode = trueValue.fchotkeymode
  5592.             end
  5593.         end
  5594.         reader()
  5595.     elseif success == false then
  5596.         CreateSave()
  5597.     end
  5598. else
  5599.     commandPrefix = ";"
  5600.     hotkeys = {}
  5601.     fchotkeymode = "unfc"
  5602. end
  5603.  
  5604. CurrentGravity = gsWorkspace.Gravity
  5605. CurrentWalkspeed = LP.Character.Humanoid.WalkSpeed
  5606. CurrentJumppower = LP.Character.Humanoid.JumpPower
  5607. CurrentHipheight = LP.Character.Humanoid.HipHeight
  5608. CurrentNormal = LP.DevCameraOcclusionMode
  5609.  
  5610. gsWorkspace.Camera.Changed:Connect(function()
  5611.     gsWorkspace.Camera.FieldOfView = 70
  5612. end)
  5613.  
  5614. -- Important Functions
  5615. function view(plr)
  5616.     if plr.Character.Humanoid ~= nil then
  5617.         gsWorkspace.CurrentCamera.CameraSubject = plr.Character.Humanoid
  5618.     else
  5619.         gsWorkspace.CurrentCamera.CameraSubject = plr.Character.Head
  5620.     end
  5621. end
  5622. function unlockWS()
  5623.     for i,part in pairs(gsWorkspace:GetDescendants()) do
  5624.         if part:IsA("Part") then
  5625.             part.Locked = false
  5626.         end
  5627.     end
  5628. end
  5629. function lockWS()
  5630.     for i,part in pairs(gsWorkspace:GetDescendants()) do
  5631.         if part:IsA("Part") then
  5632.             part.Locked = true
  5633.         end
  5634.     end
  5635. end
  5636. function FEGodmode()
  5637.     local changeview = false
  5638.     if gsWorkspace.CurrentCamera.CameraSubject == LP.Character.Humanoid or gsWorkspace.CurrentCamera.CameraSubject == LP.Character then
  5639.         changeview = true
  5640.     end
  5641.     LP.Character.Humanoid.Name = 1
  5642.     local l = LP.Character["1"]:Clone()
  5643.     l.Parent = LP.Character
  5644.     l.Name = "Humanoid"
  5645.     wait(0.1)
  5646.     LP.Character["1"]:Destroy()
  5647.     if changeview then
  5648.         game:GetService("Workspace").CurrentCamera.CameraSubject = LP.Character
  5649.     end
  5650.     LP.Character.Animate.Disabled = true
  5651.     wait(0.1)
  5652.     LP.Character.Animate.Disabled = false
  5653.     LP.Character.Humanoid.DisplayDistanceType = "None"
  5654. end
  5655. function RocketPropulsion(maxthrust,maxspeed,thrustp,targetplr,name)
  5656.     local l = Instance.new("RocketPropulsion")
  5657.     l.Parent = LP.Character.HumanoidRootPart
  5658.     l.CartoonFactor = 1
  5659.     l.MaxThrust = maxthrust
  5660.     l.MaxSpeed = maxspeed
  5661.     l.ThrustP = thrustp
  5662.     l.Name = name
  5663.     l.Target = targetplr.Character.HumanoidRootPart
  5664.     l:Fire()
  5665. end
  5666. function createIntro(style, msg, length)
  5667.     if gsCoreGui:FindFirstChild("Notification") then
  5668.         gsCoreGui:FindFirstChild("Notification"):Destroy()
  5669.     end
  5670.     local info = "http://www.roblox.com/asset/?id=1281284684"
  5671.     local warning = "http://www.roblox.com/asset/?id=1281286925"
  5672.     if style == "info" then
  5673.         style = info
  5674.     elseif style == "warning" then
  5675.         style = warning
  5676.     end
  5677.     local Notification = Instance.new("ScreenGui")
  5678.     local Frame = Instance.new("Frame")
  5679.     local TextLabel = Instance.new("TextLabel")
  5680.     local IMAGE = Instance.new("ImageLabel")
  5681.     Notification.Name = "Notification"
  5682.     Notification.Parent = gsCoreGui
  5683.     Frame.Parent = Notification
  5684.     Frame.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  5685.     Frame.BackgroundTransparency = 0.20000000298023
  5686.     Frame.BorderSizePixel = 0
  5687.     Frame.Position = UDim2.new(0, 0, -0.2, 0)
  5688.     Frame.Size = UDim2.new(1, 0, 0, 30)
  5689.     TextLabel.Parent = Frame
  5690.     TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  5691.     TextLabel.BackgroundTransparency = 1
  5692.     TextLabel.Size = UDim2.new(1, 0, 1, 0)
  5693.     TextLabel.Font = Enum.Font.SourceSansLight
  5694.     TextLabel.Text = msg
  5695.     TextLabel.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  5696.     TextLabel.TextScaled = true
  5697.     TextLabel.TextSize = 14
  5698.     TextLabel.TextWrapped = true
  5699.     IMAGE.Parent = Frame
  5700.     IMAGE.BackgroundTransparency = 1
  5701.     IMAGE.Size = UDim2.new(0, 50, 0, 50)
  5702.     IMAGE.Position = UDim2.new(0.1, 0, 0, 0)
  5703.     IMAGE.Image = style
  5704.     local Intro = Instance.new("ScreenGui")
  5705.     local Frame2 = Instance.new("Frame")
  5706.     local IMAGE2 = Instance.new("ImageLabel")
  5707.     Intro.Name = "Intro"
  5708.     Intro.Parent = gsCoreGui
  5709.     Frame2.Parent = Intro
  5710.     Frame2.BackgroundTransparency = 1
  5711.     Frame2.BorderSizePixel = 0
  5712.     Frame2.Position = UDim2.new(0, 0, -0.2, 0)
  5713.     Frame2.Size = UDim2.new(1, 0, 0, 30)
  5714.     IMAGE2.Parent = Frame
  5715.     IMAGE2.BackgroundTransparency = 1
  5716.     IMAGE2.AnchorPoint = Vector2.new(0.5, 0)
  5717.     IMAGE2.Size = UDim2.new(0, 240, 0, 120)
  5718.     IMAGE2.Position = UDim2.new(0.5, 0, 0, 0)
  5719.     IMAGE2.Image = "http://www.roblox.com/asset/?id=1795472522"
  5720.     Frame2:TweenPosition(UDim2.new(0, 0, 0, 200), "Out", "Quad", 1.5)
  5721.     Frame:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Quad", 1.5)
  5722.     wait(length)
  5723.     pcall(function()
  5724.         Frame:TweenPosition(UDim2.new(0, 0, -1.5, 0), "Out", "Quad", 3)
  5725.         Frame2:TweenPosition(UDim2.new(0, 0, -1.5, 0), "Out", "Quad", 3)
  5726.     end)
  5727.     wait(3.01)
  5728.     Intro:Destroy()
  5729.     Notification:Destroy()
  5730. end
  5731. function Notification(style, msg, length)
  5732.     if gsCoreGui:FindFirstChild("Notification") then
  5733.         gsCoreGui:FindFirstChild("Notification"):Destroy()
  5734.     end
  5735.     local info = "http://www.roblox.com/asset/?id=1281284684"
  5736.     local warning = "http://www.roblox.com/asset/?id=1281286925"
  5737.     if style == "info" then
  5738.         style = info
  5739.     elseif style == "warning" then
  5740.         style = warning
  5741.     end
  5742.     local Notification = Instance.new("ScreenGui")
  5743.     local Frame = Instance.new("Frame")
  5744.     local TextLabel = Instance.new("TextLabel")
  5745.     local IMAGE = Instance.new("ImageLabel")
  5746.     Notification.Name = "Notification"
  5747.     Notification.Parent = gsCoreGui
  5748.     Frame.Parent = Notification
  5749.     Frame.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  5750.     Frame.BackgroundTransparency = 0.20000000298023
  5751.     Frame.BorderSizePixel = 0
  5752.     Frame.Position = UDim2.new(0, 0, -0.2, 0)
  5753.     Frame.Size = UDim2.new(1, 0, 0, 30)
  5754.     TextLabel.Parent = Frame
  5755.     TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  5756.     TextLabel.BackgroundTransparency = 1
  5757.     TextLabel.Size = UDim2.new(1, 0, 1, 0)
  5758.     TextLabel.Font = Enum.Font.SourceSansLight
  5759.     TextLabel.Text = msg
  5760.     TextLabel.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  5761.     TextLabel.TextScaled = true
  5762.     TextLabel.TextSize = 14
  5763.     TextLabel.TextWrapped = true
  5764.     IMAGE.Parent = Frame
  5765.     IMAGE.BackgroundTransparency = 1
  5766.     IMAGE.Size = UDim2.new(0, 50, 0, 50)
  5767.     IMAGE.Position = UDim2.new(0.1, 0, 0, 0)
  5768.     IMAGE.Image = style
  5769.     Frame:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Quad", 1.5)
  5770.     wait(length)
  5771.     pcall(function()
  5772.         Frame:TweenPosition(UDim2.new(0, 0, -1.5, 0), "Out", "Quad", 3)
  5773.     end)
  5774.     wait(3.01)
  5775.     Notification:Destroy()
  5776. end
  5777. function hasTools()
  5778.     local a = false
  5779.     local b = false
  5780.     for i,v in pairs(LP.Character:GetDescendants()) do
  5781.         if v:IsA("Tool") then
  5782.             if v ~= nil then
  5783.                 a = true
  5784.             else
  5785.                 a = false
  5786.             end
  5787.         end
  5788.     end
  5789.     for i,k in pairs(LP.Backpack:GetDescendants()) do
  5790.         if k:IsA("Tool") then
  5791.             if k ~= nil then
  5792.                 b = true
  5793.             else
  5794.                 b = false
  5795.             end
  5796.         end
  5797.     end
  5798.     return a or b
  5799. end
  5800. Compliments = {" is the coolest person in this server!", ", I really like your avatar!", ", I really want to be your friend!", " is truly amazing. Truly!", " is incredible!", ", you are my favourite here!!", ", I am complimenting you right now at this very moment.", " you are really awesome", " when will you be my friend!?", " is such a great person", " is a fantastic person!"}
  5801. function complimentplr(player)
  5802.     local plrName = player.Name
  5803.     game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(plrName..Compliments[math.random(1, #Compliments)], "All")
  5804. end
  5805. function createINFO(player)
  5806.     local InfoGUIv2 = Instance.new("ScreenGui")
  5807.     local Frame = Instance.new("Frame")
  5808.     local Frame_2 = Instance.new("Frame")
  5809.     local infoguiCLOSE = Instance.new("TextButton")
  5810.     local Frame_3 = Instance.new("Frame")
  5811.     local playerName = Instance.new("TextLabel")
  5812.     local Frame_4 = Instance.new("Frame")
  5813.     local playerAvatar = Instance.new("ImageLabel")
  5814.     local playerAccAge = Instance.new("TextLabel")
  5815.     local playerId = Instance.new("TextLabel")
  5816.     local playerOs = Instance.new("TextLabel")
  5817.     local playerMembership = Instance.new("TextLabel")
  5818.     local Frame_5 = Instance.new("Frame")
  5819.     local Frame_6 = Instance.new("Frame")
  5820.     InfoGUIv2.Name = "InfoGUIv2"
  5821.     InfoGUIv2.Parent = gsCoreGui
  5822.     Frame.Parent = InfoGUIv2
  5823.     Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  5824.     Frame.BackgroundTransparency = 1
  5825.     Frame.BorderColor3 = Color3.new(0, 0, 0)
  5826.     Frame.ClipsDescendants = true
  5827.     Frame.Position = UDim2.new(0.45, 0, 1, 0)
  5828.     Frame.Size = UDim2.new(0, 265, 0, 302)
  5829.     Frame.ZIndex = -1
  5830.     Frame_2.Parent = Frame
  5831.     Frame_2.BackgroundColor3 = Color3.new(0.290196, 0, 0.447059)
  5832.     Frame_2.BorderSizePixel = 0
  5833.     Frame_2.Size = UDim2.new(0, 260, 0, 20)
  5834.     infoguiCLOSE.Name = "infoguiCLOSE"
  5835.     infoguiCLOSE.Parent = Frame_2
  5836.     infoguiCLOSE.BackgroundColor3 = Color3.new(1, 1, 1)
  5837.     infoguiCLOSE.BackgroundTransparency = 1
  5838.     infoguiCLOSE.BorderSizePixel = 0
  5839.     infoguiCLOSE.Position = UDim2.new(0, 230, 0, 0)
  5840.     infoguiCLOSE.Size = UDim2.new(0, 30, 0, 20)
  5841.     infoguiCLOSE.Font = Enum.Font.SourceSansBold
  5842.     infoguiCLOSE.Text = "X"
  5843.     infoguiCLOSE.TextColor3 = Color3.new(0.992157, 0.992157, 0.992157)
  5844.     infoguiCLOSE.TextSize = 20
  5845.     Frame_3.Parent = Frame
  5846.     Frame_3.BackgroundColor3 = Color3.new(0.482353, 0.121569, 0.635294)
  5847.     Frame_3.BorderSizePixel = 0
  5848.     Frame_3.Position = UDim2.new(0, 0, 0, 20)
  5849.     Frame_3.Size = UDim2.new(0, 260, 0, 40)
  5850.     playerName.Name = "playerName"
  5851.     playerName.Parent = Frame_3
  5852.     playerName.BackgroundColor3 = Color3.new(1, 1, 1)
  5853.     playerName.BackgroundTransparency = 1
  5854.     playerName.Position = UDim2.new(0, 10, 0, 5)
  5855.     playerName.Size = UDim2.new(0, 240, 0, 30)
  5856.     playerName.Font = Enum.Font.SourceSansLight
  5857.     playerName.Text = player.Name
  5858.     playerName.TextColor3 = Color3.new(0.988235, 0.988235, 0.988235)
  5859.     playerName.TextScaled = true
  5860.     playerName.TextSize = 14
  5861.     playerName.TextWrapped = true
  5862.     Frame_4.Parent = Frame
  5863.     Frame_4.BackgroundColor3 = Color3.new(0.956863, 0.956863, 0.956863)
  5864.     Frame_4.BorderSizePixel = 0
  5865.     Frame_4.Position = UDim2.new(0, 0, 0, 60)
  5866.     Frame_4.Size = UDim2.new(0, 260, 0, 237)
  5867.     playerAvatar.Name = "playerAvatar"
  5868.     playerAvatar.Parent = Frame_4
  5869.     playerAvatar.BackgroundColor3 = Color3.new(1, 1, 1)
  5870.     playerAvatar.Position = UDim2.new(0, 85, 0, 10)
  5871.     playerAvatar.Size = UDim2.new(0, 85, 0, 85)
  5872.     playerAvatar.Image = "http://www.roblox.com/Thumbs/Avatar.ashx?x=150&y=150&Format=Png&username="..player.Name
  5873.     playerAccAge.Name = "playerAccAge"
  5874.     playerAccAge.Parent = Frame_4
  5875.     playerAccAge.BackgroundColor3 = Color3.new(1, 1, 1)
  5876.     playerAccAge.BackgroundTransparency = 1
  5877.     playerAccAge.Position = UDim2.new(0, 5, 0, 101)
  5878.     playerAccAge.Size = UDim2.new(0, 250, 0, 30)
  5879.     playerAccAge.Font = Enum.Font.SourceSans
  5880.     playerAccAge.Text = "Account Age: "..player.AccountAge
  5881.     playerAccAge.TextColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  5882.     playerAccAge.TextScaled = true
  5883.     playerAccAge.TextSize = 14
  5884.     playerAccAge.TextWrapped = true
  5885.     playerId.Name = "playerId"
  5886.     playerId.Parent = Frame_4
  5887.     playerId.BackgroundColor3 = Color3.new(1, 1, 1)
  5888.     playerId.BackgroundTransparency = 1
  5889.     playerId.Position = UDim2.new(0, 5, 0, 131)
  5890.     playerId.Size = UDim2.new(0, 250, 0, 30)
  5891.     playerId.Font = Enum.Font.SourceSans
  5892.     playerId.Text = "Account ID: "..player.UserId
  5893.     playerId.TextColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  5894.     playerId.TextScaled = true
  5895.     playerId.TextSize = 14
  5896.     playerId.TextWrapped = true
  5897.     playerOs.Name = "playerOs"
  5898.     playerOs.Parent = Frame_4
  5899.     playerOs.BackgroundColor3 = Color3.new(1, 1, 1)
  5900.     playerOs.BackgroundTransparency = 1
  5901.     playerOs.Position = UDim2.new(0, 5, 0, 161)
  5902.     playerOs.Size = UDim2.new(0, 250, 0, 30)
  5903.     playerOs.Font = Enum.Font.SourceSansLight
  5904.     playerOs.Text = "Player OS: "..player.OsPlatform
  5905.     playerOs.TextColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  5906.     playerOs.TextScaled = true
  5907.     playerOs.TextSize = 14
  5908.     playerOs.TextWrapped = true
  5909.     playerMembership.Name = "playerMembership"
  5910.     playerMembership.Parent = Frame_4
  5911.     playerMembership.BackgroundColor3 = Color3.new(1, 1, 1)
  5912.     playerMembership.BackgroundTransparency = 1
  5913.     playerMembership.Position = UDim2.new(0, 5, 0, 191)
  5914.     playerMembership.Size = UDim2.new(0, 250, 0, 30)
  5915.     playerMembership.Font = Enum.Font.SourceSansLight
  5916.     if player.MembershipType == Enum.MembershipType.None then
  5917.         playerMembership.Text = "No builder's club."
  5918.     elseif player.MembershipType == Enum.MembershipType.BuildersClub then
  5919.         playerMembership.Text = "Builder's club!"
  5920.     elseif player.MembershipType == Enum.MembershipType.TurboBuildersClub then
  5921.         playerMembership.Text = "Turbo Builder's club!"
  5922.     elseif player.MembershipType == Enum.MembershipType.OutrageousBuildersClub then
  5923.         playerMembership.Text = "Outrageous Builder's club!"
  5924.     end
  5925.     playerMembership.TextColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  5926.     playerMembership.TextScaled = true
  5927.     playerMembership.TextSize = 14
  5928.     playerMembership.TextWrapped = true
  5929.     Frame_5.Parent = Frame
  5930.     Frame_5.BackgroundColor3 = Color3.new(0, 0, 0)
  5931.     Frame_5.BackgroundTransparency = 0.69999998807907
  5932.     Frame_5.BorderColor3 = Color3.new(0, 0, 0)
  5933.     Frame_5.BorderSizePixel = 0
  5934.     Frame_5.ClipsDescendants = true
  5935.     Frame_5.Position = UDim2.new(0, 10, 0, 10)
  5936.     Frame_5.Selectable = true
  5937.     Frame_5.Size = UDim2.new(0, 255, 0, 292)
  5938.     Frame_5.ZIndex = -1
  5939.     Frame_6.Parent = Frame
  5940.     Frame_6.BackgroundColor3 = Color3.new(0, 0, 0)
  5941.     Frame_6.BackgroundTransparency = 0.69999998807907
  5942.     Frame_6.BorderColor3 = Color3.new(0, 0, 0)
  5943.     Frame_6.BorderSizePixel = 0
  5944.     Frame_6.ClipsDescendants = true
  5945.     Frame_6.Position = UDim2.new(0, 8, 0, 8)
  5946.     Frame_6.Selectable = true
  5947.     Frame_6.Size = UDim2.new(0, 255, 0, 292)
  5948.     Frame_6.ZIndex = -1
  5949.     local closeGet = {}
  5950.     closeGet.Size = UDim2.new(0, 0, 0, 0)
  5951.     local openGet = {}
  5952.     openGet.Position = UDim2.new(0.45, 0, 0.45, 0)
  5953.     local closeFunction = gsTween:Create(Frame, TweenInfo.new(2, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), closeGet)
  5954.     local openFunction = gsTween:Create(Frame, TweenInfo.new(1, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), openGet)
  5955.     infoguiCLOSE.MouseButton1Click:Connect(function()
  5956.         closeFunction:Play()
  5957.         Frame:TweenPosition((Frame.Position + UDim2.new(0, 265 / 2, 0, 302 / 2)), "InOut", "Sine", 2)
  5958.         wait(2.01)
  5959.         Frame:Destroy()
  5960.     end)
  5961.     openFunction:Play()
  5962.     local UserInputService = game:GetService("UserInputService")
  5963.     local dragging
  5964.     local dragInput
  5965.     local dragStart
  5966.     local startPos
  5967.     local function update(input)
  5968.         local delta = input.Position - dragStart
  5969.         local dragTime = 0.055
  5970.         local SmoothDrag = {}
  5971.         SmoothDrag.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  5972.         local dragSmoothFunction = gsTween:Create(Frame, TweenInfo.new(dragTime, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), SmoothDrag)
  5973.         dragSmoothFunction:Play()
  5974.     end
  5975.     Frame.InputBegan:Connect(function(input)
  5976.         if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  5977.             dragging = true
  5978.             dragStart = input.Position
  5979.             startPos = Frame.Position
  5980.             input.Changed:Connect(function()
  5981.                 if input.UserInputState == Enum.UserInputState.End then
  5982.                     dragging = false
  5983.                 end
  5984.             end)
  5985.         end
  5986.     end)
  5987.     Frame.InputChanged:Connect(function(input)
  5988.         if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  5989.             dragInput = input
  5990.         end
  5991.     end)
  5992.     UserInputService.InputChanged:Connect(function(input)
  5993.         if input == dragInput and dragging and Frame.Size == UDim2.new(0, 265, 0, 302) then
  5994.             update(input)
  5995.         end
  5996.     end)
  5997. end
  5998. function clientSided()
  5999.     Notification("info", "This command is for the client (you) only, no one else can see!", 6)
  6000. end
  6001. searchCmds={"1 print [msg] - Prints a message to the developer console","2 warn [msg] - Warns a message to the developer console","3 sit - Makes you sit","4 god - Activates FE Godmode (breaks tools)","5 view [plr] - Changes your camera subject to another player","6 unview - Changes your camera back to your player","7 gravity [num] - Changes workspace gravity to [num]","8 ungravity - Reverts workspace gravity to game's default","9 goto [plr] - Teleports you to a player","10 fecheck - Checks whether the game is FE or not","11 lockws - Locks the whole workspace","12 unlockws - Unlocks the whole workspace","13 noclip - Allows you to walk through walls and other objects","14 clip - Stops noclip, can collide","15 follow [plr] / [num] - Makes you follow a player constantly, optional [num] for how far away to follow","16 unfollow - Stops you from following","17 fling [plr] / [pow] - Uses your character to fling a player, optional [pow] for how much power to put into the fling","18 unfling - Stops you from flinging","19 trail [plr] / [num] - Makes you trail (walk infront) of a player constantly, optional [num] for how far away to trail","20 untrail - Stops you from trailing","21 annoy [plr] - Loop teleports you to the player","22 unannoy - Stops loop teleporting you","23 reset - Resets your character","24 grespawn - Respawns your character, best for use after FE godmode","25 respawn - Respawns your character, best to use if grespawn fails to work","26 speed // ws [num] - Changes your walkspeed (speed or ws) to [num]","27 jumppower // jp [num] - Changes your jumppower (jumppower or jp) to [num]","28 hipheight // hh [num] - Changes your hipheight (hipheight or hh) to [num]","29 default - Changes your walkspeed, jumppower and hipheight back to normal","30 credits - Displays admin credits (by illremember#3799)","31 attach [plr] - Attaches you to a player, tool required","32 fly / [speed] - Enables fly, optional [speed] for how fast to fly","33 unfly - Disables fly","34 kill [plr] - Kills a player, tool required","35 bring [plr] - Brings a player, tool required","36 naked - Displays avatar body colours","37 nolimbs - Deletes all your arms and legs","38 noarms - Deletes both your arms","39 nolegs - Deletes both your legs","40 antikick [on/off] - Blocks all remotes for antikick when on, disables when off","41 blockremote [remote] / [service] - Blocks a remote from firing, optional [service] for where the remote is located","42 remotespy [on/off] - Prints all remotes to developer console when on when fired, stops printing when off","43 bang [plr] / [speed] - Bangs a player, optional [speed] to set animation adjust speed","44 unbang - Stops bang player","45 spam [msg] - Spams [msg] in chat","46 spamdelay [num] - Sets how long to wait in between spamming","47 unspam - Stops spamming","48 info [plr] - Creates GUI with information about player account, shows Account age, membership and account ID","49 age [plr] - Chats account age of player","50 invisible - Enables FE invisibility, by Timeless","51 walk [plr] - Begins to make you loop walk towards player","52 glitch [plr] / [num] - Glitches a player, tool required, optional [num] for strength of glitch","53 tp [plr] [plr] - Teleports a player to another player, tool required","54 givetool [plr] / [tool] - Gives your current equipped tool to player, optional [tool] to pick a tool by name from your inventory","55 givealltools [plr] - Gives all tools currently equipped and in inventory to player","56 blockhats - Removes mesh of all accessories","57 blocktool - Removes mesh of currently equipped tool","58 orbit [plr] - Begins to make you orbit around a player","59 unorbit - Stops you orbiting a player","60 pos - Shows your current position","61 savepos - Saves your current position","62 loadpos - Loads your current position from savepos","63 tppos [num] [num] [num] - Teleports you to position [num], [num], [num]","64 pmspam [plr] [msg] - Makes you spam a player's pm with [msg]","65 unpmspam - Stops spamming a player's pm","66 wsvis [num] - Changes all parts in workspace to [num] transparency","67 bringobj [obj] / [num] - Brings an object in the workspace to you, optional [num] for how far away to bring object","68 cbring [plr] - Brings a player to you constantly on client","69 uncbring - Stops bringing a player to you on client","70 cfreeze [plr] - Freezes a player on your client","71 uncfreeze / [plr] - Unfreezes a player on your cleint","72 unattach - Unattaches you from a player","73 reach [on/off] / [num] - Activates/Deactivates reach for currently equipped tool, optional [num] for how long the reach should be","74 droptool / [tool] - Drops a tool into the workspace, optional [tool] command for which tool to drop","75 drophats - Drops all your accessories into the workspace","76 hidecmdbar - Hides the command bar","77 showcmdbar - Shows the command bar","78 prefix [key] - Changes your prefix to [key] must be 1 character","79 removeinvis - Removes all invisible parts in workspace","80 removefog - Removes fog in lighting","81 animation [id/gui] / [speed] - Makes you play an animation with [id], optional [speed] for adjusting animation speed OR [gui] to open Energize animation GUI","82 btools - Gives you btools for deleting, copying and dragging (client side)","83 esp [plr] - Enables an esp for that player, credits to Infinite Yield","84 unesp / [plr] - Disables all esp, optional [plr] for disabling esp just for that player","85 dice - Chats you rolling a dice for 1, 2, 3, 4, 5 or 6","86 random [min] [max] - Chats you picking a random number between [min] and [max]","87 closegame - Shutsdown/closes your game","88 savetool / [tool] - Saves a tool to your player equipped, optional [tool] for which tool to save in your inventory","89 loadtool / [tool] - Loads a tool from your player, optional [tool] for which tool to load by name","90 savealltool - Saves all tools in your character/inventory","91 loadalltool - Loads all tools in your player saved tools","92 clicktp / [key] - Enables click teleport, optional [key] to set a key instead of clicking","93 clickdel / [key] - Enables click delete part, optional [key] to set a key instead of clicking","94 unclicktp - Disables clicktp","95 unclickdel - Disables clickdel","96 shutdown - Attempts a server shutdown","97 chatlogs - Opens up a chat log gui with options to print chat to developer console","98 stopadmin - Disables currently running admin completely","99 freecam / [speed] - Enables freecam (like flying but not in character), optional [speed] for how fast the freecam should go","100 unfreecam // unfc - Disables freecam","101 fctp [plr] - Teleports your freecam to player","102 gotofc - Teleports you to current freecam position","103 cmds - Opens up this GUI with commands","104 fullcredits - Shows full individual credits for all help with the admin","105 hotkey [key] [cmd] - Creates a hotkey that executes [cmd] when [key] is pressed","106 removehotkey [key] - Removes a hotkey with [key]","107 removeallhotkey - Removes all current hotkeys for commands","108 printhotkeys - Prints all current existing hotkeys","109 os [plr] - Chats the current OS of a player","110 spin [plr] - Makes you spin with a player, tool required","111 unspin - Stops you spinning a player/teleporting to a player","112 explorer - Loads DEX explorer","113 maxzoom [num] - Changes your maxzoom to number","114 stare [plr] - Makes you stare at another player","115 unstare [plr] - Makes you stop staring at player","116 tempgod - Enables temporary FE godmode, does not work on all games, does not break tools","117 void [plr] - Teleports you and a player to the void, requires a tool","118 freefall [plr] - Makes you and a player freefall to the ground","119 version - Shows current admin's version","120 shiftlockon - Enables shift lock if not enabled by game developer","121 copychat [plr] - Makes you copy the chat player says, use uncopychat to stop copying chat","122 newattach [plr] - Does not FE Godmode you, requires 2 tools, attaches you to player","123 newkill [plr] - Does not FE Godmode you, requires 2 tools, kills player","124 newbring [plr] - Does not FE Godmode you, requires 2 tools, brings player","125 spawn [ws/jp/hh/god] [num] - Sets your walkspeed/jumppower/hipheight to number whenever you respawn, or makes you FE Godded whenever you respawn","126 unspawn - Stops you spawning with stats set by "..commandPrefix.."spawn","127 autosavetool [on/off] - Auto saves your tools when you reset","128 beginbot / [mode] - Makes you a bot for other players, type just "..commandPrefix.."beginbot to print available modes","129 endbot / [mode] - Ends "..commandPrefix.."beginbot, optional [mode] to disable one mode only","130 stopsit - Disables your ability to sit","131 gosit - Enables your ability to sit","132 spawnpoint - Sets your spawnpoint for whenever you reset to where you are","133 nospawn - Removes your spawnpoint","134 chaterror - Creates a chat error, works best first time","135 bypass [on/off] - Changes certain commands like "..commandPrefix.."fly so they are not detected by most anti-exploits", "136 fixcam - Fixes your camera in case it breaks", "137 gotoobj [obj] - Teleports you to a part in the workspace, make sure you put the name properly!", "138 breakcam - Makes it so your camera can go through parts, fixed with "..commandPrefix.."fixcam", "139 inviscam - Makes it so your camera goes through parts and makes them transparent so your character is always visible, fixed with "..commandPrefix.."fixcam", "140 printobj / [key] - Prints the object's path clicked to developer console, optional [key] for key pressed instead of click", "141 unprintobj - Stops printobj from running", "142 hotkeyfc [goto/unfc] - If freecam is set as a hotkey, chooses whether to use unfreecam or gotofc when disabling through a hotkey", "143 carpet [plr] - Makes you a carpet for a player", "144 uncarpet - Stops carpet", "145 brickcreate [num] / [pos] [pos] [pos] - Creates [num] amount of bricks from accessories, wont work in all games, optional [pos] for position to create bricks", "146 uncopychat - Stops copying chat", "147 forward / [speed] - Makes you automatically move forward default speed is 1", "148 unforward - Stops you moving automatically forward from forward", "149 id [plr] - Makes you chat the user ID of the player", "150 spinhats / [pow] - Makes all your accessories begin to spin around! Credit to xFunnieuss.", "151 unspinhats - Stops spinhats from spinning accessories", "152 headless - Makes you headless, but cannot control your character after, use grespawn to reset", "153 savemap - Saves the current workspace/map", "154 loadmap - Loads map saved by savemap", "155 creatorid - Changes your user ID to the game creator's user ID", "156 gameid - Shows the game's ID", "157 delobj [obj] - Allows you to delete an object in the workspace by name", "158 glide [plr] / [speed] - Makes you glide towards a player, optional [speed] for the speed of gliding", "159 stutter [on/off] - Makes your character begin stuttering as you move", "160 platform - Creates a platform on your client that you can stand on, deletes in 20 seconds", "161 servertime - Gets the server time", "162 ride [plr] - Makes you ride a player's head", "163 unride [plr] - Makes you stop riding a player's head", "164 cmute [plr] - Client mutes a player, useful for muting spammers", "165 uncmute - Unmutes a player that has been cmuted", "166 hat [plr] - Makes you carpet a player, but on their head", "167 unhat - Stops hat from running", "168 chat [msg] - Makes you chat a string, useful for hotkeys"}
  6002. CMDS={"print [msg]","warn [msg]","sit","god","view [plr]","unview","gravity [num]","ungravity","goto [plr]","fecheck","lockws","unlockws","noclip","clip","follow [plr] / [num]","unfollow","fling [plr] / [pow]","unfling","trail [plr] / [num]","untrail","annoy [plr]","unannoy","reset","grespawn","respawn","speed // ws [num]","jumppower // jp [num]","hipheight // hh [num]","default","credits","attach [plr]","fly / [speed]","unfly","kill [plr]","bring [plr]","naked","nolimbs","noarms","nolegs","antikick [on/off]","blockremote [remote] / [service]","remotespy [on/off]","bang [plr] / [speed]","unbang","spam [msg]","spamdelay [num]","unspam","info [plr]","age [plr]","invisible","walk [plr]","glitch [plr] / [num]","tp [plr] [plr]","givetool [plr] / [tool]","givealltools [plr]","blockhats","blocktool","orbit [plr]","unorbit","pos","savepos","loadpos","tppos [num] [num] [num]","pmspam [plr] [msg]","unpmspam","wsvis [num]","bringobj [obj] / [num]","cbring [plr] / [num]","uncbring","cfreeze [plr]","uncfreeze / [plr]","unattach","reach [on/off] / [num]","droptool / [tool]","drophats","hidecmdbar","showcmdbar","prefix [key]","removeinvis","removefog","animation [id/gui] / [speed]","btools","esp [plr]","unesp / [plr]","dice","random [min] [max]","closegame","savetool / [tool]","loadtool / [tool]","savealltool","loadalltool","clicktp / [key]","clickdel / [key]","unclicktp","unclickdel","oof","chatlogs","stopadmin","freecam / [speed] // fc / [speed]","unfreecam // unfc","gotofc","cmds","fullcredits","hotkey [key] [cmd]","removehotkey [key]","removeallhotkey","printhotkeys","os [plr]","spin [plr]","unspin","fctp [plr]","explorer","maxzoom [num]","stare [plr]","unstare [plr]","tempgod","void [plr]","freefall [plr]","version","shiftlockon","copychat [plr]","newattach [plr]","newkill [plr]","newbring [plr]","spawn [ws/jp/hh/god] [num]","unspawn","autosavetool [on/off]","beginbot / [mode]","endbot / [mode]","stopsit","gosit","spawnpoint","nospawn","chaterror", "bypass [on/off]", "fixcam", "gotoobj [obj]", "breakcam", "inviscam", "printobj / [key]", "unprintobj", "hotkeyfc [goto/unfc]", "carpet [plr]", "uncarpet", "brickcreate [num] / [pos] [pos] [pos]", "uncopychat", "forward / [speed]", "unforward", "id [plr]", "spinhats / [pow]", "unspinhats", "headless", "savemap", "loadmap", "creatorid", "gameid", "delobj [obj]", "glide [plr] / [speed]", "stutter [on/off]", "platform", "servertime", "ride [plr]", "unride", "cmute [plr]", "uncmute", "hat [plr]", "unhat", "chat [msg]"} -- 168
  6003. local CMDS_GUI_V2 = Instance.new("ScreenGui")
  6004. local CMDSmain = Instance.new("Frame")
  6005. local CMDSframemain = Instance.new("Frame")
  6006. local cmdgui_topframe = Instance.new("Frame")
  6007. local closecmdsgui = Instance.new("TextButton")
  6008. local cmdgui_midframe = Instance.new("Frame")
  6009. local cmdsgui_SearchFunction = Instance.new("TextBox")
  6010. local cmdsgui_searchDETAILFRAME = Instance.new("Frame")
  6011. local cmdsgui_searchDETAILTEXT = Instance.new("TextLabel")
  6012. local ListofCMDS = Instance.new("ScrollingFrame")
  6013. local cmdTutorial = Instance.new("TextLabel")
  6014. local cmdTutorial_2 = Instance.new("TextLabel")
  6015. local cmdTutorial_3 = Instance.new("TextLabel")
  6016. local CMDS_Shadow = Instance.new("Frame")
  6017. local CMDS_Shadow2 = Instance.new("Frame")
  6018. CMDS_GUI_V2.Name = "CMDS_GUI_V2"
  6019. CMDS_GUI_V2.Parent = gsCoreGui
  6020. CMDSmain.Name = "CMDSmain"
  6021. CMDSmain.Parent = CMDS_GUI_V2
  6022. CMDSmain.BackgroundColor3 = Color3.new(1, 1, 1)
  6023. CMDSmain.BackgroundTransparency = 1
  6024. CMDSmain.Position = UDim2.new(0, 695, 0, 297)
  6025. CMDSmain.Size = UDim2.new(0, 440, 0, 367)
  6026. CMDSmain.AnchorPoint = Vector2.new(0.5, 0.5)
  6027. CMDSmain.Visible = false
  6028. CMDSmain.ClipsDescendants = true
  6029. CMDSframemain.Name = "CMDSframemain"
  6030. CMDSframemain.Parent = CMDSmain
  6031. CMDSframemain.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  6032. CMDSframemain.BorderSizePixel = 0
  6033. CMDSframemain.Size = UDim2.new(0, 440, 0, 367)
  6034. cmdgui_topframe.Name = "cmdgui_topframe"
  6035. cmdgui_topframe.Parent = CMDSframemain
  6036. cmdgui_topframe.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6037. cmdgui_topframe.BorderSizePixel = 0
  6038. cmdgui_topframe.Size = UDim2.new(0, 440, 0, 15)
  6039. closecmdsgui.Name = "closecmdsgui"
  6040. closecmdsgui.Parent = cmdgui_topframe
  6041. closecmdsgui.BackgroundColor3 = Color3.new(1, 1, 1)
  6042. closecmdsgui.BackgroundTransparency = 1
  6043. closecmdsgui.Position = UDim2.new(0, 410, 0, 0)
  6044. closecmdsgui.Size = UDim2.new(0, 30, 0, 15)
  6045. closecmdsgui.Font = Enum.Font.SourceSansBold
  6046. closecmdsgui.Text = "X"
  6047. closecmdsgui.TextColor3 = Color3.new(0.968628, 0.968628, 0.968628)
  6048. closecmdsgui.TextSize = 20
  6049. cmdgui_midframe.Name = "cmdgui_midframe"
  6050. cmdgui_midframe.Parent = CMDSframemain
  6051. cmdgui_midframe.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  6052. cmdgui_midframe.BorderSizePixel = 0
  6053. cmdgui_midframe.Position = UDim2.new(0, 0, 0, 15)
  6054. cmdgui_midframe.Size = UDim2.new(0, 440, 0, 45)
  6055. cmdsgui_SearchFunction.Name = "cmdsgui_SearchFunction"
  6056. cmdsgui_SearchFunction.Parent = cmdgui_midframe
  6057. cmdsgui_SearchFunction.BackgroundColor3 = Color3.new(1, 1, 1)
  6058. cmdsgui_SearchFunction.BackgroundTransparency = 1
  6059. cmdsgui_SearchFunction.BorderSizePixel = 0
  6060. cmdsgui_SearchFunction.Position = UDim2.new(0, 120, 0, 10)
  6061. cmdsgui_SearchFunction.Size = UDim2.new(0, 200, 0, 25)
  6062. cmdsgui_SearchFunction.Font = Enum.Font.SourceSans
  6063. cmdsgui_SearchFunction.Text = ""
  6064. cmdsgui_SearchFunction.TextColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  6065. cmdsgui_SearchFunction.TextScaled = true
  6066. cmdsgui_SearchFunction.TextSize = 14
  6067. cmdsgui_SearchFunction.TextWrapped = true
  6068. cmdsgui_searchDETAILFRAME.Name = "cmdsgui_searchDETAILFRAME"
  6069. cmdsgui_searchDETAILFRAME.Parent = cmdsgui_SearchFunction
  6070. cmdsgui_searchDETAILFRAME.BackgroundColor3 = Color3.fromRGB(240, 240, 240)
  6071. cmdsgui_searchDETAILFRAME.BorderSizePixel = 0
  6072. cmdsgui_searchDETAILFRAME.Position = UDim2.new(0, 0, 0, 25)
  6073. cmdsgui_searchDETAILFRAME.Size = UDim2.new(0, 200, 0, 2)
  6074. cmdsgui_searchDETAILTEXT.Name = "cmdsgui_searchDETAILTEXT"
  6075. cmdsgui_searchDETAILTEXT.Parent = cmdsgui_SearchFunction
  6076. cmdsgui_searchDETAILTEXT.BackgroundColor3 = Color3.fromRGB(240, 240, 240)
  6077. cmdsgui_searchDETAILTEXT.BackgroundTransparency = 1
  6078. cmdsgui_searchDETAILTEXT.Size = UDim2.new(0, 200, 0, 25)
  6079. cmdsgui_searchDETAILTEXT.Font = Enum.Font.SourceSansLight
  6080. cmdsgui_searchDETAILTEXT.Text = "Search"
  6081. cmdsgui_searchDETAILTEXT.TextColor3 = Color3.fromRGB(240, 240, 240)
  6082. cmdsgui_searchDETAILTEXT.TextSize = 30
  6083. ListofCMDS.Name = "ListofCMDS"
  6084. ListofCMDS.Parent = CMDSframemain
  6085. ListofCMDS.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  6086. ListofCMDS.BorderSizePixel = 0
  6087. ListofCMDS.Position = UDim2.new(0, 0, 0, 60)
  6088. ListofCMDS.Size = UDim2.new(0, 440, 0, 307)
  6089. ListofCMDS.CanvasSize = UDim2.new(5, 0, 8, 0)
  6090. ListofCMDS.ScrollingDirection = Enum.ScrollingDirection.XY
  6091. cmdTutorial.Name = "cmdTutorial"
  6092. cmdTutorial.Parent = ListofCMDS
  6093. cmdTutorial.BackgroundColor3 = Color3.new(1, 1, 1)
  6094. cmdTutorial.BackgroundTransparency = 1
  6095. cmdTutorial.BorderSizePixel = 0
  6096. cmdTutorial.Position = UDim2.new(0, 5, 0, 5)
  6097. cmdTutorial.Size = UDim2.new(0, 420, 0, 20)
  6098. cmdTutorial.Font = Enum.Font.SourceSansBold
  6099. cmdTutorial.Text = "\"/\" means OPTIONAL argument after"
  6100. cmdTutorial.TextColor3 = Color3.new(0.956863, 0.956863, 0.956863)
  6101. cmdTutorial.TextScaled = true
  6102. cmdTutorial.TextSize = 14
  6103. cmdTutorial.TextWrapped = true
  6104. cmdTutorial.TextXAlignment = Enum.TextXAlignment.Left
  6105. cmdTutorial_2.Name = "cmdTutorial"
  6106. cmdTutorial_2.Parent = ListofCMDS
  6107. cmdTutorial_2.BackgroundColor3 = Color3.new(1, 1, 1)
  6108. cmdTutorial_2.BackgroundTransparency = 1
  6109. cmdTutorial_2.BorderSizePixel = 0
  6110. cmdTutorial_2.Position = UDim2.new(0, 5, 0, 25)
  6111. cmdTutorial_2.Size = UDim2.new(0, 420, 0, 20)
  6112. cmdTutorial_2.Font = Enum.Font.SourceSansBold
  6113. cmdTutorial_2.Text = "\"//\" means another way of running command"
  6114. cmdTutorial_2.TextColor3 = Color3.new(0.956863, 0.956863, 0.956863)
  6115. cmdTutorial_2.TextScaled = true
  6116. cmdTutorial_2.TextSize = 14
  6117. cmdTutorial_2.TextWrapped = true
  6118. cmdTutorial_2.TextXAlignment = Enum.TextXAlignment.Left
  6119. cmdTutorial_3.Name = "cmdTutorial"
  6120. cmdTutorial_3.Parent = ListofCMDS
  6121. cmdTutorial_3.BackgroundColor3 = Color3.new(1, 1, 1)
  6122. cmdTutorial_3.BackgroundTransparency = 1
  6123. cmdTutorial_3.BorderSizePixel = 0
  6124. cmdTutorial_3.Position = UDim2.new(0, 5, 0, 45)
  6125. cmdTutorial_3.Size = UDim2.new(0, 420, 0, 20)
  6126. cmdTutorial_3.Font = Enum.Font.SourceSansBold
  6127. cmdTutorial_3.Text = "Anything inside \"[ ]\" is an argument for the command"
  6128. cmdTutorial_3.TextColor3 = Color3.new(0.956863, 0.956863, 0.956863)
  6129. cmdTutorial_3.TextScaled = true
  6130. cmdTutorial_3.TextSize = 14
  6131. cmdTutorial_3.TextWrapped = true
  6132. cmdTutorial_3.TextXAlignment = Enum.TextXAlignment.Left
  6133. CMDS_Shadow.Name = "CMDS_Shadow"
  6134. CMDS_Shadow.Parent = CMDSmain
  6135. CMDS_Shadow.BackgroundColor3 = Color3.new(0, 0, 0)
  6136. CMDS_Shadow.BackgroundTransparency = 0.60000002384186
  6137. CMDS_Shadow.BorderSizePixel = 0
  6138. CMDS_Shadow.Position = UDim2.new(0, 2, 0, 2)
  6139. CMDS_Shadow.Size = UDim2.new(0, 440, 0, 367)
  6140. CMDS_Shadow.ZIndex = -1
  6141. CMDS_Shadow2.Name = "CMDS_Shadow2"
  6142. CMDS_Shadow2.Parent = CMDSmain
  6143. CMDS_Shadow2.BackgroundColor3 = Color3.new(0, 0, 0)
  6144. CMDS_Shadow2.BackgroundTransparency = 0.80000001192093
  6145. CMDS_Shadow2.BorderSizePixel = 0
  6146. CMDS_Shadow2.Position = UDim2.new(0, 5, 0, 5)
  6147. CMDS_Shadow2.Size = UDim2.new(0, 440, 0, 367)
  6148. CMDS_Shadow2.ZIndex = -1
  6149. closecmdsgui.MouseButton1Click:Connect(function()
  6150.     CMDSmain:TweenSize(UDim2.new(0, 0, 0, 0), "InOut", "Sine", 2)
  6151. end)
  6152. function CreateCMDlabel(position, text)
  6153.     local sizenow = 15
  6154.     local cmdHere = Instance.new("TextLabel")
  6155.     cmdHere.Name = "cmdHere"
  6156.     cmdHere.TextWrapped = true
  6157.     cmdHere.Parent = ListofCMDS
  6158.     cmdHere.BackgroundColor3 = Color3.new(1, 1, 1)
  6159.     cmdHere.BackgroundTransparency = 1
  6160.     cmdHere.BorderSizePixel = 0
  6161.     cmdHere.Position = position
  6162.     cmdHere.Size = UDim2.new(0, 1950, 0, sizenow)
  6163.     cmdHere.Font = Enum.Font.SourceSans
  6164.     cmdHere.Text = text
  6165.     cmdHere.TextWrapped = true
  6166.     cmdHere.TextColor3 = Color3.new(0.956863, 0.956863, 0.956863)
  6167.     cmdHere.TextScaled = false
  6168.     cmdHere.TextSize = 20
  6169.     cmdHere.TextXAlignment = Enum.TextXAlignment.Left
  6170. end
  6171. for i,_cmds in pairs(searchCmds) do
  6172.     CreateCMDlabel(UDim2.new(0, 5, 0, 50 + (i * 15)), _cmds)
  6173. end
  6174. local UserInputService = game:GetService("UserInputService")
  6175. local dragging
  6176. local dragInput
  6177. local dragStart
  6178. local startPos
  6179. local function updateCMDS(input)
  6180.     local delta = input.Position - dragStart
  6181.     local dragTime = 0.055
  6182.     local SmoothDrag = {}
  6183.     SmoothDrag.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  6184.     local dragSmoothFunction = gsTween:Create(CMDSmain, TweenInfo.new(dragTime, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), SmoothDrag)
  6185.     dragSmoothFunction:Play()
  6186. end
  6187. cmdgui_topframe.InputBegan:Connect(function(input)
  6188.     if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  6189.         dragging = true
  6190.         dragStart = input.Position
  6191.         startPos = CMDSmain.Position
  6192.         input.Changed:Connect(function()
  6193.             if input.UserInputState == Enum.UserInputState.End then
  6194.                 dragging = false
  6195.             end
  6196.         end)
  6197.     end
  6198. end)
  6199. cmdgui_topframe.InputChanged:Connect(function(input)
  6200.     if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  6201.         dragInput = input
  6202.     end
  6203. end)
  6204. cmdgui_midframe.InputBegan:Connect(function(input)
  6205.     if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  6206.         dragging = true
  6207.         dragStart = input.Position
  6208.         startPos = CMDSmain.Position
  6209.         input.Changed:Connect(function()
  6210.             if input.UserInputState == Enum.UserInputState.End then
  6211.                 dragging = false
  6212.             end
  6213.         end)
  6214.     end
  6215. end)
  6216. cmdgui_midframe.InputChanged:Connect(function(input)
  6217.     if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  6218.         dragInput = input
  6219.     end
  6220. end)
  6221. UserInputService.InputChanged:Connect(function(input)
  6222.     if input == dragInput and dragging then
  6223.         updateCMDS(input)
  6224.     end
  6225. end)
  6226. cmdsgui_SearchFunction.Focused:Connect(function()
  6227.     cmdsgui_SearchFunction.TextTransparency = 0
  6228.     local searchTween = {}
  6229.     searchTween.TextColor3 = Color3.new(0.0980392, 0.462745, 0.823529)
  6230.     searchTween.TextSize = 18
  6231.     searchTween.Position = UDim2.new(0, -70, 0, -15)
  6232.     local frameTweenblue = {}
  6233.     frameTweenblue.BackgroundColor3 = Color3.new(0.0980392, 0.462745, 0.823529)
  6234.     local searchTween1 = gsTween:Create(cmdsgui_searchDETAILTEXT, TweenInfo.new(0.3, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), searchTween)
  6235.     searchTween1:Play()
  6236.     local frameTweenblue1 = gsTween:Create(cmdsgui_searchDETAILFRAME, TweenInfo.new(0.3, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), frameTweenblue)
  6237.     frameTweenblue1:Play()
  6238. end)
  6239. cmdsgui_SearchFunction.FocusLost:Connect(function(enterPressed)
  6240.     if not enterPressed then
  6241.         cmdsgui_SearchFunction.TextTransparency = 1
  6242.     else
  6243.         cmdsgui_SearchFunction.Text = " "
  6244.     end
  6245.     local searchTween = {}
  6246.     searchTween.TextColor3 = Color3.fromRGB(240, 240, 240)
  6247.     searchTween.TextSize = 30
  6248.     searchTween.Position = UDim2.new(0, 0, 0, 0)
  6249.     local frameTweenblue = {}
  6250.     frameTweenblue.BackgroundColor3 = Color3.fromRGB(240, 240, 240)
  6251.     local searchTween1 = gsTween:Create(cmdsgui_searchDETAILTEXT, TweenInfo.new(0.3, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), searchTween)
  6252.     searchTween1:Play()
  6253.     local frameTweenblue1 = gsTween:Create(cmdsgui_searchDETAILFRAME, TweenInfo.new(0.3, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), frameTweenblue)
  6254.     frameTweenblue1:Play()
  6255. end)
  6256. cmdsgui_SearchFunction.Changed:Connect(function()
  6257.     local index = 0
  6258.     if cmdsgui_SearchFunction.Text ~= "" then
  6259.         for i,v in pairs(ListofCMDS:GetChildren()) do
  6260.             if v.Name == "cmdHere" then
  6261.                 if not string.find(v.Text, cmdsgui_SearchFunction.Text) then
  6262.                     v.Visible = false
  6263.                 else
  6264.                     v.Visible = true
  6265.                     index = index + 1
  6266.                     v.Position = UDim2.new(0, 5, 0, 50 + (index * 15))
  6267.                 end
  6268.             end
  6269.         end
  6270.     end
  6271. end)
  6272.  
  6273. -- Command Execution
  6274. LP.Chatted:Connect(function(chat)
  6275.     run(chat)
  6276. end)
  6277.  
  6278. function run(msg)
  6279.     if string.lower(string.sub(msg, 2, 5)) == "chat" then
  6280.         msg = msg
  6281.     elseif string.match(msg, "hotkey") and string.match(msg, "chat") then
  6282.         msg = msg
  6283.     else
  6284.         msg = string.lower(msg)
  6285.     end
  6286.     local cmdPrefix = string.sub(msg, 1, 1)
  6287.     if cmdPrefix == commandPrefix then
  6288.         msg = string.sub(msg, 2)
  6289.         local args = {}
  6290.         for arg in string.gmatch(msg,"[^%s]+") do
  6291.             table.insert(args,arg)
  6292.         end
  6293.         local cmdName = args[1]
  6294.         table.remove(args,1)
  6295.         local doCmd = Commands[cmdName]
  6296.        
  6297.         if doCmd ~= nil then
  6298.             doCmd(args)
  6299.         end
  6300.     end
  6301. end
  6302.  
  6303. -- Command bar
  6304. local CommandBar = Instance.new("ScreenGui")
  6305. local CMDBAR = Instance.new("Frame")
  6306. local CMDBARText = Instance.new("TextBox")
  6307. CommandBar.Name = "CommandBar"
  6308. CommandBar.Parent = gsCoreGui
  6309. CMDBAR.Name = "CMDBAR"
  6310. CMDBAR.Parent = CommandBar
  6311. CMDBAR.BackgroundColor3 = Color3.new(0.164706, 0.152941, 0.172549)
  6312. CMDBAR.BorderSizePixel = 0
  6313. CMDBAR.Position = UDim2.new(0.025, 0, 1, 0)
  6314. CMDBAR.Size = UDim2.new(0, 270, 0, 35)
  6315. CMDBARText.Name = "CMDBARText"
  6316. CMDBARText.Parent = CMDBAR
  6317. CMDBARText.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  6318. CMDBARText.BorderSizePixel = 0
  6319. CMDBARText.Position = UDim2.new(0, 5, 0, 5)
  6320. CMDBARText.Size = UDim2.new(0, 260, 0, 25)
  6321. CMDBARText.Font = Enum.Font.SourceSansLight
  6322. CMDBARText.Text = ""
  6323. CMDBARText.TextColor3 = Color3.new(0.933333, 0.933333, 0.933333)
  6324. CMDBARText.TextScaled = true
  6325. CMDBARText.TextSize = 14
  6326. CMDBARText.TextWrapped = true
  6327. Mouse.KeyDown:connect(function(Key)
  6328.     if Key == string.lower(commandPrefix) then
  6329.         CMDBARText:CaptureFocus()
  6330.         CMDBAR:TweenPosition(UDim2.new(0.015, 0, 0.95, 0), "Out", "Elastic", 0.5, true)
  6331.     end
  6332. end)
  6333. CMDBARText.FocusLost:connect(function(enterPressed)
  6334.     CMDBAR:TweenPosition(UDim2.new(0.015, 0, 1, 0), "Out", "Quad", 0.5, true)
  6335.     if enterPressed then
  6336.         local cmdmsg = CMDBARText.Text
  6337.         CMDBARText.Text = ""
  6338.         run(commandPrefix..cmdmsg)
  6339.     end
  6340. end)
  6341. local Match = Instance.new("Frame")
  6342. Match.Name = "Match"
  6343. Match.Parent = CMDBAR
  6344. Match.BackgroundColor3 = Color3.new(0.164706, 0.152941, 0.172549)
  6345. Match.BorderSizePixel = 0
  6346. Match.Position = UDim2.new(0, 0, -4, 0)
  6347. Match.Size = UDim2.new(1, 0, 4, 0)
  6348. Match.Visible = false
  6349. function CreateOption(Text)
  6350.     local Option1 = Instance.new("TextLabel")
  6351.     Option1.Name = "Option"
  6352.     Option1.Parent = Match
  6353.     Option1.BackgroundColor3 = Color3.new(1, 1, 1)
  6354.     Option1.BackgroundTransparency = 1
  6355.     Option1.Position = UDim2.new(-10, 0, 0, 0)
  6356.     Option1.Size = UDim2.new(1, 0, 0, 20)
  6357.     Option1.Font = Enum.Font.SourceSans
  6358.     Option1.Text = Text
  6359.     Option1.TextColor3 = Color3.new(0.952941, 0.952941, 0.952941)
  6360.     Option1.TextScaled = true
  6361.     Option1.TextWrapped = true
  6362. end
  6363. for i,cmdtext2 in pairs(CMDS) do
  6364.     CreateOption(cmdtext2)
  6365. end
  6366. CMDBARText.Changed:Connect(function()
  6367.     if CMDBARText.Text ~= "" and CMDBARText.Text ~= commandPrefix then
  6368.         Match.Visible = true
  6369.         local PositionMatch = 0
  6370.         for i,cmdtext in pairs(Match:GetChildren()) do
  6371.             if cmdtext.Name == "Option" then
  6372.                 if string.find(cmdtext.Text, CMDBARText.Text) then
  6373.                     cmdtext.Position = UDim2.new(0, 0, 0, 2 + (PositionMatch * 20))
  6374.                     PositionMatch = PositionMatch + 1
  6375.                     if cmdtext.Position == UDim2.new(0, 0, 0, 142) then
  6376.                         cmdtext.Position = UDim2.new(-10, 0, 0, 0)
  6377.                         PositionMatch = PositionMatch - 1
  6378.                     end
  6379.                 else
  6380.                     cmdtext.Position = UDim2.new(-10, 0, 0, 0)
  6381.                 end
  6382.             end
  6383.         end
  6384.     else
  6385.         Match.Visible = false
  6386.     end
  6387. end)
  6388.  
  6389. -- Chat
  6390. local ChatLogsv2 = Instance.new("ScreenGui")
  6391. local MainChatFrame = Instance.new("Frame")
  6392. local Framess = Instance.new("Frame")
  6393. local CloseChatGUI = Instance.new("TextButton")
  6394. local Frame_222 = Instance.new("Frame")
  6395. local PrintChat = Instance.new("TextButton")
  6396. local Shadow1 = Instance.new("Frame")
  6397. local Shadow2 = Instance.new("Frame")
  6398. local ScrollingFrame = Instance.new("ScrollingFrame")
  6399. ChatLogsv2.Name = "ChatLogsv2"
  6400. ChatLogsv2.Parent = gsCoreGui
  6401. MainChatFrame.Name = "MainChatFrame"
  6402. MainChatFrame.Parent = ChatLogsv2
  6403. MainChatFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  6404. MainChatFrame.BackgroundTransparency = 1
  6405. MainChatFrame.Position = UDim2.new(0, 760, 0, 261)
  6406. MainChatFrame.Size = UDim2.new(0, 525, 0, 337)
  6407. MainChatFrame.Visible = false
  6408. Framess.Parent = MainChatFrame
  6409. Framess.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  6410. Framess.BorderSizePixel = 0
  6411. Framess.Size = UDim2.new(0, 525, 0, 15)
  6412. CloseChatGUI.Name = "CloseChatGUI"
  6413. CloseChatGUI.Parent = Framess
  6414. CloseChatGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  6415. CloseChatGUI.BackgroundTransparency = 1
  6416. CloseChatGUI.BorderSizePixel = 0
  6417. CloseChatGUI.Position = UDim2.new(0, 495, 0, 0)
  6418. CloseChatGUI.Size = UDim2.new(0, 30, 0, 15)
  6419. CloseChatGUI.Font = Enum.Font.SourceSansBold
  6420. CloseChatGUI.Text = "X"
  6421. CloseChatGUI.TextColor3 = Color3.new(0.945098, 0.945098, 0.945098)
  6422. CloseChatGUI.TextSize = 20
  6423. Frame_222.Parent = MainChatFrame
  6424. Frame_222.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  6425. Frame_222.BorderSizePixel = 0
  6426. Frame_222.Position = UDim2.new(0, 0, 0, 15)
  6427. Frame_222.Size = UDim2.new(0, 525, 0, 50)
  6428. PrintChat.Name = "PrintChat"
  6429. PrintChat.Parent = Frame_222
  6430. PrintChat.BackgroundColor3 = Color3.new(0.870588, 0.25098, 0.25098)
  6431. PrintChat.BorderSizePixel = 0
  6432. PrintChat.Position = UDim2.new(0, 15, 0, 0)
  6433. PrintChat.Size = UDim2.new(0, 170, 0, 30)
  6434. PrintChat.Font = Enum.Font.SourceSansLight
  6435. PrintChat.Text = "Print Chat"
  6436. PrintChat.TextColor3 = Color3.new(0.960784, 0.960784, 0.960784)
  6437. PrintChat.TextSize = 30
  6438. PrintChat.TextWrapped = true
  6439. Shadow1.Name = "Shadow1"
  6440. Shadow1.Parent = MainChatFrame
  6441. Shadow1.BackgroundColor3 = Color3.new(0, 0, 0)
  6442. Shadow1.BackgroundTransparency = 0.5
  6443. Shadow1.Position = UDim2.new(0, 2, 0, 2)
  6444. Shadow1.Size = UDim2.new(0, 525, 0, 337)
  6445. Shadow1.ZIndex = -1
  6446. Shadow2.Name = "Shadow2"
  6447. Shadow2.Parent = MainChatFrame
  6448. Shadow2.BackgroundColor3 = Color3.new(0, 0, 0)
  6449. Shadow2.BackgroundTransparency = 0.80000001192093
  6450. Shadow2.Position = UDim2.new(0, 5, 0, 5)
  6451. Shadow2.Size = UDim2.new(0, 525, 0, 337)
  6452. Shadow2.ZIndex = -1
  6453. ScrollingFrame.Parent = MainChatFrame
  6454. ScrollingFrame.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  6455. ScrollingFrame.BorderSizePixel = 0
  6456. ScrollingFrame.Position = UDim2.new(0, 0, 0, 65)
  6457. ScrollingFrame.Size = UDim2.new(0, 525, 0, 271)
  6458. ScrollingFrame.CanvasPosition = Vector2.new(0, 403)
  6459. ScrollingFrame.ScrollBarThickness = 8
  6460. function CreateChatText(plr, chat)
  6461.     for i,v in pairs(ScrollingFrame:GetDescendants()) do
  6462.         v.Position = v.Position - UDim2.new(0, 0, 0, 20)
  6463.         if v.Position == UDim2.new(0, 5, 0, 10) then
  6464.             v:Destroy()
  6465.         end
  6466.     end
  6467.     local Example = Instance.new("TextLabel")
  6468.     Example.Name = "Example"
  6469.     Example.Parent = ScrollingFrame
  6470.     Example.BackgroundColor3 = Color3.new(1, 1, 1)
  6471.     Example.BackgroundTransparency = 1
  6472.     Example.Position = UDim2.new(0, 5, 0, 650)
  6473.     Example.Size = UDim2.new(0, 500, 0, 20)
  6474.     Example.Font = Enum.Font.SourceSans
  6475.     Example.Text = "["..plr.Name.."]: "..chat
  6476.     Example.TextColor3 = Color3.new(0.960784, 0.960784, 0.960784)
  6477.     Example.TextScaled = true
  6478.     Example.TextSize = 20
  6479.     Example.TextWrapped = true
  6480.     Example.TextXAlignment = Enum.TextXAlignment.Left
  6481. end
  6482. CloseChatGUI.MouseButton1Click:Connect(function()
  6483.     MainChatFrame:TweenPosition(UDim2.new(0, 550, 0, -550), "InOut", "Sine", 2)
  6484.     wait(2.01)
  6485.     MainChatFrame.Visible = false
  6486. end)
  6487. printingChat = false
  6488. PrintChat.MouseButton1Click:Connect(function()
  6489.     if printingChat == false then
  6490.         printingChat = true
  6491.         PrintChat.BackgroundColor3 = Color3.fromRGB(60, 200, 60)
  6492.     elseif printingChat == true then
  6493.         printingChat = false
  6494.         PrintChat.BackgroundColor3 = Color3.new(0.870588, 0.25098, 0.25098)
  6495.     end
  6496. end)
  6497. local UserInputService = game:GetService("UserInputService")
  6498. local dragging
  6499. local dragInput
  6500. local dragStart
  6501. local startPos
  6502. local function updateChat(input)
  6503.     local delta = input.Position - dragStart
  6504.     local dragTime = 0.055
  6505.     local SmoothDrag = {}
  6506.     SmoothDrag.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  6507.     local dragSmoothFunction = gsTween:Create(MainChatFrame, TweenInfo.new(dragTime, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), SmoothDrag)
  6508.     dragSmoothFunction:Play()
  6509. end
  6510. Frame_222.InputBegan:Connect(function(input)
  6511.     if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  6512.         dragging = true
  6513.         dragStart = input.Position
  6514.         startPos = MainChatFrame.Position
  6515.         input.Changed:Connect(function()
  6516.             if input.UserInputState == Enum.UserInputState.End then
  6517.                 dragging = false
  6518.             end
  6519.         end)
  6520.     end
  6521. end)
  6522. Frame_222.InputChanged:Connect(function(input)
  6523.     if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  6524.         dragInput = input
  6525.     end
  6526. end)
  6527. UserInputService.InputChanged:Connect(function(input)
  6528.     if input == dragInput and dragging then
  6529.         updateChat(input)
  6530.     end
  6531. end)
  6532.  
  6533. function printChat(player, chat)
  6534.     print("["..player.Name.."]: "..chat)
  6535. end
  6536. complimentReady = true
  6537. for i,currentPlayersChatting in pairs(game:GetService("Players"):GetPlayers()) do
  6538.     currentPlayersChatting.Chatted:connect(function(chat)
  6539.         CreateChatText(currentPlayersChatting, chat)
  6540.         if printingChat then
  6541.             printChat(currentPlayersChatting, chat)
  6542.         end
  6543.         if copychatACTIVE then
  6544.             if currentPlayersChatting == copychatplayer then
  6545.                 gsReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(chat, "All")
  6546.             end
  6547.         end
  6548.         if modeFling == true then
  6549.             if string.lower(string.sub(chat, 1, 7)) == "!fling " then
  6550.                 if gsWorkspace:PGSIsEnabled() == false then
  6551.                     FEGodmode()
  6552.                 end
  6553.                 if string.lower(string.sub(chat, 8)) == "me" then
  6554.                     run(commandPrefix.."unfling")
  6555.                     LP.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + Vector3.new(0, 10, 0)
  6556.                     run(commandPrefix.."fling "..currentPlayersChatting.Name.." 2000000")
  6557.                 else
  6558.                     for i,notAll in pairs(findSinglePlayer(string.lower(string.sub(chat, 8)))) do
  6559.                         if notAll ~= LP then
  6560.                             run(commandPrefix.."unfling")
  6561.                             LP.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + Vector3.new(0, 10, 0)
  6562.                             run(commandPrefix.."fling "..notAll.Name.." 2000000")
  6563.                         end
  6564.                     end
  6565.                 end
  6566.             end
  6567.         end
  6568.         if modeCompliment == true then
  6569.             if string.lower(string.sub(chat, 1, 3)) == "!c " then
  6570.                 if complimentReady then
  6571.                     complimentReady = false
  6572.                     if string.lower(string.sub(chat, 4)) == "me" then
  6573.                         complimentplr(currentPlayersChatting)
  6574.                     else
  6575.                         for i,Others in pairs(findSinglePlayer(string.lower(string.sub(chat, 4)))) do
  6576.                             if Others == LP then
  6577.                                 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Don't be silly, I can't compliment myself!", "All")
  6578.                             else
  6579.                                 complimentplr(Others)
  6580.                             end
  6581.                         end
  6582.                     end
  6583.                     wait(1)
  6584.                     complimentReady = true
  6585.                 end
  6586.             end
  6587.         end
  6588.         if modeMove == true then
  6589.             if string.lower(string.sub(chat, 1, 9)) == "!bringbot" then
  6590.                 run(commandPrefix.."unfollow")
  6591.                 run(commandPrefix.."unwalk")
  6592.                 run(commandPrefix.."goto "..currentPlayersChatting.Name)
  6593.             elseif string.lower(string.sub(chat, 1, 6)) == "!walk " then
  6594.                 for i,getWalkPlayer in pairs(findSinglePlayer(string.lower(string.sub(chat, 7)))) do
  6595.                     if getWalkPlayer == LP then
  6596.                         run(commandPrefix.."unfollow")
  6597.                         run(commandPrefix.."walk "..currentPlayersChatting.Name)
  6598.                     else
  6599.                         run(commandPrefix.."unfollow")
  6600.                         run(commandPrefix.."walk "..getWalkPlayer.Name)
  6601.                     end
  6602.                 end
  6603.             elseif string.lower(string.sub(chat, 1, 8)) == "!follow " then
  6604.                 for i,getFollowPlayer in pairs(findSinglePlayer(string.lower(string.sub(chat, 9)))) do
  6605.                     if getFollowPlayer == LP then
  6606.                         run(commandPrefix.."unwalk")
  6607.                         run(commandPrefix.."follow "..currentPlayersChatting.Name)
  6608.                     else
  6609.                         run(commandPrefix.."unwalk")
  6610.                         run(commandPrefix.."follow "..getFollowPlayer.Name)
  6611.                     end
  6612.                 end
  6613.             end
  6614.         end
  6615.         if modeInfo == true then
  6616.             if infoReady then
  6617.                 infoReady = false
  6618.                 if string.lower(string.sub(chat, 1, 5)) == "!age " then
  6619.                     for i,v in pairs(findSinglePlayer(string.lower(string.sub(chat, 6)))) do
  6620.                         if v == LP then
  6621.                             run(commandPrefix.."age "..currentPlayersChatting.Name)
  6622.                         else
  6623.                             run(commandPrefix.."age "..v.Name)
  6624.                         end
  6625.                     end
  6626.                 end
  6627.                 if string.lower(string.sub(chat, 1, 4)) == "!id " then
  6628.                     for i,a in pairs(findSinglePlayer(string.lower(string.sub(chat, 5)))) do
  6629.                         if a == LP then
  6630.                             run(commandPrefix.."id "..currentPlayersChatting.Name)
  6631.                         else
  6632.                             run(commandPrefix.."id "..a.Name)
  6633.                         end
  6634.                     end
  6635.                 end
  6636.                 wait(1)
  6637.                 infoReady = true
  6638.             end
  6639.         end
  6640.     end)
  6641. end
  6642. game:GetService("Players").PlayerAdded:connect(function(plr)
  6643.     plr.Chatted:connect(function(chat)
  6644.         CreateChatText(plr, chat)
  6645.         if printingChat then
  6646.             printChat(plr, chat)
  6647.         end
  6648.         if modeFling == true then
  6649.             if string.lower(string.sub(chat, 1, 7)) == "!fling " then
  6650.                 if gsWorkspace:PGSIsEnabled() == false then
  6651.                     FEGodmode()
  6652.                 end
  6653.                 if string.lower(string.sub(chat, 8)) == "me" then
  6654.                     run(commandPrefix.."unfling")
  6655.                     LP.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + Vector3.new(0, 10, 0)
  6656.                     run(commandPrefix.."fling "..plr.Name.." 2000000")
  6657.                 else
  6658.                     for i,notAll in pairs(findSinglePlayer(string.lower(string.sub(chat, 8)))) do
  6659.                         if notAll ~= LP then
  6660.                             run(commandPrefix.."unfling")
  6661.                             LP.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + Vector3.new(0, 10, 0)
  6662.                             run(commandPrefix.."fling "..notAll.Name.." 2000000")
  6663.                         end
  6664.                     end
  6665.                 end
  6666.             end
  6667.         end
  6668.         if modeCompliment == true then
  6669.             if string.lower(string.sub(chat, 1, 3)) == "!c " then
  6670.                 if complimentReady == true then
  6671.                     complimentReady = false
  6672.                     if string.lower(string.sub(chat, 4)) == "me" then
  6673.                         complimentplr(plr)
  6674.                     else
  6675.                         for i,Others in pairs(findSinglePlayer(string.lower(string.sub(chat, 4)))) do
  6676.                             if Others == LP then
  6677.                                 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Don't be silly, I can't compliment myself!", "All")
  6678.                             else
  6679.                                 complimentplr(Others)
  6680.                             end
  6681.                         end
  6682.                     end
  6683.                     wait(1)
  6684.                     complimentReady = true
  6685.                 end
  6686.             end
  6687.         end
  6688.         if modeMove == true then
  6689.             if string.lower(string.sub(chat, 1, 9)) == "!bringbot" then
  6690.                 run(commandPrefix.."unfollow")
  6691.                 run(commandPrefix.."unwalk")
  6692.                 run(commandPrefix.."goto "..plr.Name)
  6693.             elseif string.lower(string.sub(chat, 1, 6)) == "!walk " then
  6694.                 for i,getWalkPlayer in pairs(findSinglePlayer(string.lower(string.sub(chat, 7)))) do
  6695.                     if getWalkPlayer == LP then
  6696.                         run(commandPrefix.."unfollow")
  6697.                         run(commandPrefix.."walk "..plr.Name)
  6698.                     else
  6699.                         run(commandPrefix.."unfollow")
  6700.                         run(commandPrefix.."walk "..getWalkPlayer.Name)
  6701.                     end
  6702.                 end
  6703.             elseif string.lower(string.sub(chat, 1, 8)) == "!follow " then
  6704.                 for i,getFollowPlayer in pairs(findSinglePlayer(string.lower(string.sub(chat, 9)))) do
  6705.                     if getFollowPlayer == LP then
  6706.                         run(commandPrefix.."unwalk")
  6707.                         run(commandPrefix.."follow "..plr.Name)
  6708.                     else
  6709.                         run(commandPrefix.."unwalk")
  6710.                         run(commandPrefix.."follow "..getFollowPlayer.Name)
  6711.                     end
  6712.                 end
  6713.             end
  6714.         end
  6715.         if modeInfo == true then
  6716.             if infoReady then
  6717.                 infoReady = false
  6718.                 if string.lower(string.sub(chat, 1, 5)) == "!age " then
  6719.                     for i,v in pairs(findSinglePlayer(string.lower(string.sub(chat, 6)))) do
  6720.                         if v == LP then
  6721.                             run(commandPrefix.."age "..plr.Name)
  6722.                         else
  6723.                             run(commandPrefix.."age "..v.Name)
  6724.                         end
  6725.                     end
  6726.                 end
  6727.                 if string.lower(string.sub(chat, 1, 4)) == "!id " then
  6728.                     for i,a in pairs(findSinglePlayer(string.lower(string.sub(chat, 5)))) do
  6729.                         if a == LP then
  6730.                             run(commandPrefix.."id "..plr.Name)
  6731.                         else
  6732.                             run(commandPrefix.."id "..a.Name)
  6733.                         end
  6734.                     end
  6735.                 end
  6736.                 wait(1)
  6737.                 infoReady = true
  6738.             end
  6739.         end
  6740.     end)
  6741. end)
  6742.  
  6743. -- Loops
  6744. noclip = false
  6745. following = false
  6746. trailing = false
  6747. annoying = false
  6748. flingnoclip = false
  6749. staring = false
  6750. stopsitting = false
  6751. stareplr = ""
  6752. CBRINGamount = 3
  6753. spawnWS = CurrentWalkspeed
  6754. spawnJP = CurrentJumppower
  6755. spawnHH = CurrentHipheight
  6756. spawningfegod = false
  6757. looptpbypassfly = false
  6758. if game.GameId == 245662005 or game.GameId == 601130232 then
  6759.     bypassMODE = true
  6760. else
  6761.     bypassMODE = false
  6762. end
  6763. viewplr = ""
  6764. loopview = false
  6765. cmdForward = false
  6766. forwardSpeed = 1
  6767. loopviewfc = false
  6768. spinTOhead = false
  6769. spinObj = ""
  6770. rideACTIVE = false
  6771. ridePLAYER = ""
  6772.  
  6773. LPcurrenthumanoid = LP.Character.Humanoid
  6774. game:GetService('RunService').Stepped:connect(function()
  6775.     if LP.Character.Humanoid ~= nil then
  6776.         LPcurrenthumanoid = LP.Character.Humanoid
  6777.     end
  6778.     if noclip then
  6779.         if LP.Character then
  6780.             if LP.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  6781.                 LP.Character.Head.CanCollide = false
  6782.                 LP.Character.Torso.CanCollide = false
  6783.                 LP.Character["Left Leg"].CanCollide = false
  6784.                 LP.Character["Right Leg"].CanCollide = false
  6785.                 LP.Character["Left Arm"].CanCollide = false
  6786.                 LP.Character["Right Arm"].CanCollide = false
  6787.             elseif LP.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  6788.                 LP.Character.Head.CanCollide = false
  6789.                 LP.Character.UpperTorso.CanCollide = false
  6790.                 LP.Character.LowerTorso.CanCollide = false
  6791.                 LP.Character.HumanoidRootPart.CanCollide = false
  6792.             end
  6793.         end
  6794.     end
  6795.     if following then
  6796.         LP.Character.HumanoidRootPart.CFrame = gsPlayers[flwplr.Name].Character.HumanoidRootPart.CFrame + gsPlayers[flwplr.Name].Character.HumanoidRootPart.CFrame.lookVector * flwnum
  6797.     end
  6798.     if trailing then
  6799.         LP.Character.HumanoidRootPart.CFrame = gsPlayers[trlplr.Name].Character.HumanoidRootPart.CFrame + gsPlayers[trlplr.Name].Character.HumanoidRootPart.CFrame.lookVector * trlnum
  6800.     end
  6801.     if annoying then
  6802.         LP.Character.HumanoidRootPart.CFrame = gsPlayers[annplr.Name].Character.HumanoidRootPart.CFrame
  6803.     end
  6804.     if walkto then
  6805.         LP.Character.Humanoid:MoveTo(walkplr.Character.HumanoidRootPart.Position)
  6806.     end
  6807.     if cbringing then
  6808.         CBRINGplr.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + LP.Character.HumanoidRootPart.CFrame.lookVector * CBRINGamount
  6809.     end
  6810.     if cbringingall then
  6811.         for i,getbringplrs in pairs(gsPlayers:GetPlayers()) do
  6812.             if getbringplrs ~= LP then
  6813.                 getbringplrs.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + LP.Character.HumanoidRootPart.CFrame.lookVector * CBRINGamount
  6814.             end
  6815.         end
  6816.     end
  6817.     if staring then
  6818.         LP.Character.HumanoidRootPart.CFrame = CFrame.new(LP.Character.Torso.Position, gsPlayers[stareplr.Name].Character.Torso.Position)
  6819.     end
  6820.     if stopsitting then
  6821.         LP.Character.Humanoid.Sit = false
  6822.     end
  6823.     if looptpbypassfly then
  6824.         pcall(function()
  6825.             LP.Character.Head.Anchored = false
  6826.             LP.Character.HumanoidRootPart.CFrame = gsWorkspace.rGETpartNUMBER2.CFrame
  6827.             LP.Character.Head.Anchored = true
  6828.         end)
  6829.     end
  6830.     if loopview then
  6831.         view(viewplr)
  6832.     end
  6833.     if cmdForward then
  6834.         LP.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + LP.Character.HumanoidRootPart.CFrame.lookVector * forwardSpeed
  6835.     end
  6836.     if loopviewfc then
  6837.         pcall(function()
  6838.             gsWorkspace.CurrentCamera.CameraSubject = gsWorkspace.rGETpartNUMBER2
  6839.         end)
  6840.     end
  6841.     if spinTOhead then
  6842.         pcall(function()
  6843.             spinObj.Position = LP.Character.Head.Position
  6844.         end)
  6845.     end
  6846.     if rideACTIVE == true then
  6847.         LP.character.HumanoidRootPart.CFrame = ridePLAYER.Character.HumanoidRootPart.CFrame + Vector3.new(0, 3, 0)
  6848.     end
  6849. end)
  6850. spawningatreset = false
  6851. spawnresetpoint = LP.Character.Head.CFrame
  6852.  
  6853. LPcurrenthumanoid.Died:Connect(function()
  6854.     flying = false
  6855.     doFREECAM = false
  6856.     if savingtoolsloop then
  6857.         run(commandPrefix.."savealltool")
  6858.     end
  6859.     if spawningatreset == true then
  6860.         spawnresetpoint = LP.Character.Head.CFrame + Vector3.new(0, 5, 0)
  6861.     end
  6862. end)
  6863.  
  6864. LP.CharacterAdded:Connect(function()
  6865.     wait(0.2)
  6866.     LP.Character.Humanoid.WalkSpeed = spawnWS
  6867.     LP.Character.Humanoid.JumpPower = spawnJP
  6868.     LP.Character.Humanoid.HipHeight = spawnHH
  6869.     if spawningfegod then
  6870.         FEGodmode()
  6871.     end
  6872.     if spawningpos and spawnpos ~= nil then
  6873.         LP.Character.HumanoidRootPart.CFrame = spawnpos
  6874.     end
  6875.     if spawningatreset == true then
  6876.         LP.Character.HumanoidRootPart.CFrame = spawnresetpoint
  6877.     end
  6878. end)
  6879.  
  6880. -- Commands
  6881. Commands = {}
  6882.  
  6883. Commands.print = function(args)
  6884.     local msg = table.concat(args," ")
  6885.     print(msg)
  6886. end
  6887.  
  6888. Commands.warn = function(args)
  6889.     local msg = table.concat(args," ")
  6890.     warn(msg)
  6891. end
  6892.  
  6893. Commands.sit = function(args)
  6894.     LP.Character.Humanoid.Sit = true
  6895. end
  6896.  
  6897. Commands.god = function(args)
  6898.     FEGodmode()
  6899.     Notification("warning", "You have enabled FE Godmode, tools will not work. Use "..commandPrefix.."grespawn to remove.", 7)
  6900. end
  6901.  
  6902. Commands.view = function(args)
  6903.     if args[1] then
  6904.         for i,v in pairs(findSinglePlayer(args[1])) do
  6905.             if bypassMODE == false then
  6906.                 view(v)
  6907.                 Notification("info", "Now viewing "..v.Name..". Use "..commandPrefix.."unview to stop viewing.", 3)
  6908.             elseif bypassMODE == true then
  6909.                 viewplr = v
  6910.                 loopview = true
  6911.             end
  6912.         end
  6913.     end
  6914. end
  6915.  
  6916. Commands.unview = function(args)
  6917.     view(LP)
  6918.     loopview = false
  6919. end
  6920.  
  6921. Commands.gravity = function(args)
  6922.     if args[1] then
  6923.         gsWorkspace.Gravity = args[1]
  6924.     end
  6925. end
  6926.  
  6927. Commands.ungravity = function(args)
  6928.     gsWorkspace.Gravity = CurrentGravity
  6929. end
  6930.  
  6931. Commands.goto = function(args)
  6932.     if args[1] then
  6933.         if bypassMODE == false then
  6934.             for i,v in pairs(findPlayer(args[1])) do
  6935.                 LP.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame
  6936.             end
  6937.         elseif bypassMODE == true then
  6938.             for i,v in pairs(findPlayer(args[1])) do
  6939.                 local TPbypass = {}
  6940.                 TPbypass.CFrame = v.Character.HumanoidRootPart.CFrame + Vector3.new(0, 5, 0)
  6941.                 local TPFunction = gsTween:Create(LP.Character.HumanoidRootPart, TweenInfo.new(1.5, Enum.EasingStyle.Sine, Enum.EasingDirection.In), TPbypass)
  6942.                 TPFunction:Play()
  6943.             end
  6944.         end
  6945.     end
  6946. end
  6947.  
  6948. Commands.fecheck = function(args)
  6949.     if gsWorkspace.FilteringEnabled == true then
  6950.         Notification("warning", "FE is enabled!", 7)
  6951.     else
  6952.         Notification("warning", "FE is disabled. Consider using a different script.", 7)
  6953.     end
  6954. end
  6955.  
  6956. Commands.lockws = function(args)
  6957.     lockWS()
  6958.     Notification("info", "Workspace locked.", 4)
  6959. end
  6960.  
  6961. Commands.unlockws = function(args)
  6962.     unlockWS()
  6963.     Notification("info", "Workspace unlocked.", 4)
  6964. end
  6965.  
  6966. Commands.noclip = function(args)
  6967.     noclip = true
  6968.     Notification("info", "Noclip enabled.", 4)
  6969. end
  6970.  
  6971. Commands.clip = function(args)
  6972.     noclip = false
  6973.     Notification("info", "Noclip disabled.", 4)
  6974. end
  6975.  
  6976. Commands.follow = function(args)
  6977.     if args[1] then
  6978.         for i,v in pairs(findPlayer(args[1])) do
  6979.             flwplr = v
  6980.         end
  6981.         if args[2] then
  6982.             flwnum = args[2]
  6983.         else
  6984.             flwnum = -5
  6985.         end
  6986.         following = true
  6987.     else
  6988.         Notification("warning", "No player selected to follow! Use: "..commandPrefix.."follow player", 4)
  6989.     end
  6990. end
  6991.  
  6992. Commands.unfollow = function(args)
  6993.     following = false
  6994. end
  6995.  
  6996. Commands.fling = function(args)
  6997.     if args[1] then
  6998.         for i,v in pairs(findSinglePlayer(args[1])) do
  6999.             if v ~= LP then
  7000.                 view(v)
  7001.                 pcall(function()
  7002.                     LP.Character.HumanoidRootPart.Fling:Destroy()
  7003.                 end)
  7004.                 if not args[2] then
  7005.                     RocketPropulsion(800000,1000,400000,v,"Fling")
  7006.                 else
  7007.                     RocketPropulsion(args[2],1500,400000,v,"Fling")
  7008.                 end
  7009.                 if noclip ~= true then
  7010.                     flingnoclip = true
  7011.                     noclip = true
  7012.                 end
  7013.             end
  7014.         end
  7015.     else
  7016.         Notification("warning", "No player selected to fling! Use: "..commandPrefix.."fling player", 4)
  7017.     end
  7018. end
  7019.  
  7020. Commands.unfling = function(args)
  7021.     view(LP)
  7022.     pcall(function()
  7023.         if LP.Character.HumanoidRootPart.Fling then
  7024.             for i,v in pairs(LP.Character:GetDescendants()) do
  7025.                 if v.Name == "Fling" and v:IsA("RocketPropulsion") then
  7026.                     v:Destroy()
  7027.                 end
  7028.             end
  7029.         end
  7030.     end)
  7031.     if flingnoclip == true then
  7032.         noclip = false
  7033.         flingnoclip = false
  7034.     end
  7035. end
  7036.  
  7037. Commands.trail = function(args)
  7038.     if args[1] then
  7039.         for i,v in pairs(findPlayer(args[1])) do
  7040.             trlplr = v
  7041.         end
  7042.         if args[2] then
  7043.             trlnum = args[2]
  7044.         else
  7045.             trlnum = 5
  7046.         end
  7047.         trailing = true
  7048.     else
  7049.         Notification("warning", "No player selected to trail! Use: "..commandPrefix.."trail player", 4)
  7050.     end
  7051. end
  7052.  
  7053. Commands.untrail = function(args)
  7054.     trailing = false
  7055. end
  7056.  
  7057. Commands.annoy = function(args)
  7058.     if args[1] then
  7059.         for i,v in pairs(findPlayer(args[1])) do
  7060.             annplr = v
  7061.         end
  7062.         annoying = true
  7063.     else
  7064.         Notification("warning", "No player selected to annoy! Use: "..commandPrefix.."annoy player", 4)
  7065.     end
  7066. end
  7067.  
  7068. Commands.unannoy = function(args)
  7069.     annoying = false
  7070. end
  7071.  
  7072. Commands.reset = function(args)
  7073.     LP.Character:BreakJoints()
  7074. end
  7075.  
  7076. Commands.grespawn = function(args)
  7077.     LP.Character.Humanoid.Health = 0
  7078.     wait(1)
  7079.     LP.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  7080.     LP.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  7081. end
  7082.  
  7083. Commands.respawn = function(args)
  7084.     local mod = Instance.new('Model', workspace) mod.Name = 'new '..LP.Name
  7085.     local hum = Instance.new('Humanoid', mod)
  7086.     local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  7087.     LP.Character = mod
  7088. end
  7089.  
  7090. Commands.speed = function(args)
  7091.     if args[1] then
  7092.         run(commandPrefix.."ws "..args[1])
  7093.     end
  7094. end
  7095.  
  7096. bypassingwalkspeed = false
  7097. Commands.ws = function(args)
  7098.     if args[1] then
  7099.         if bypassMODE == false then
  7100.             LP.Character.Humanoid.WalkSpeed = args[1]
  7101.         elseif bypassMODE == true then
  7102.             if game.GameId == 245662005 then
  7103.                 bypassingwalkspeed = true
  7104.                 bypassWalkspeed = args[1]
  7105.             end
  7106.         end
  7107.     end
  7108. end
  7109.  
  7110. game:GetService("RunService").Heartbeat:Connect(function()
  7111.     if bypassingwalkspeed then
  7112.         LP.Character.Humanoid.WalkSpeed = bypassWalkspeed
  7113.     end
  7114. end)
  7115.  
  7116. Commands.jumppower = function(args)
  7117.     if args[1] then
  7118.         LP.Character.Humanoid.JumpPower = args[1]
  7119.     end
  7120. end
  7121.  
  7122. Commands.jp = function(args)
  7123.     if args[1] then
  7124.         LP.Character.Humanoid.JumpPower = args[1]
  7125.     end
  7126. end
  7127.  
  7128. Commands.hipheight = function(args)
  7129.     if args[1] then
  7130.         LP.Character.Humanoid.HipHeight = args[1]
  7131.     end
  7132. end
  7133.  
  7134. Commands.hh = function(args)
  7135.     if args[1] then
  7136.         LP.Character.Humanoid.HipHeight = args[1]
  7137.     end
  7138. end
  7139.  
  7140. Commands.default = function(args)
  7141.     LP.Character.Humanoid.WalkSpeed = CurrentWalkspeed
  7142.     LP.Character.Humanoid.HipHeight = CurrentHipheight
  7143.     LP.Character.Humanoid.JumpPower = CurrentJumppower
  7144. end
  7145.  
  7146. Commands.credits = function(args)
  7147.     Notification("info", "Shattervast was made by illremember#3799 , "..commandPrefix.."fullcredits for all credits.", 8)
  7148. end
  7149.  
  7150. Commands.attach = function(args)
  7151.     if hasTools() == false then
  7152.         Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
  7153.     else
  7154.         FEGodmode()
  7155.         for i,v in pairs(LP.Backpack:GetChildren())do
  7156.             LP.Character.Humanoid:EquipTool(v)
  7157.         end
  7158.         if args[1] then
  7159.             for i,v in pairs(findSinglePlayer(args[1])) do
  7160.                 if v ~= LP then
  7161.                     LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
  7162.                     wait(0.3)
  7163.                     LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
  7164.                 end
  7165.             end
  7166.         end
  7167.     end
  7168. end
  7169.  
  7170. Commands.fly = function(args)
  7171.     if bypassMODE == false then
  7172.         local speedget = 1
  7173.         repeat wait() until LP and LP.Character and LP.Character:FindFirstChild('HumanoidRootPart') and LP.Character:FindFirstChild('Humanoid')
  7174.         repeat wait() until Mouse
  7175.         if args[1] then
  7176.             speedfly = args[1]
  7177.         else
  7178.             speedfly = 1
  7179.         end
  7180.        
  7181.         local T = LP.Character.HumanoidRootPart
  7182.         local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  7183.         local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  7184.         local SPEED = speedget
  7185.        
  7186.         local function fly()
  7187.             flying = true
  7188.             local BG = Instance.new('BodyGyro', T)
  7189.             local BV = Instance.new('BodyVelocity', T)
  7190.             BG.P = 9e4
  7191.             BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  7192.             BG.cframe = T.CFrame
  7193.             BV.velocity = Vector3.new(0, 0.1, 0)
  7194.             BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  7195.             spawn(function()
  7196.             repeat wait()
  7197.             LP.Character.Humanoid.PlatformStand = true
  7198.             if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  7199.             SPEED = 50
  7200.             elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  7201.             SPEED = 0
  7202.             end
  7203.             if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  7204.             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
  7205.             lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  7206.             elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  7207.             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
  7208.             else
  7209.             BV.velocity = Vector3.new(0, 0.1, 0)
  7210.             end
  7211.             BG.cframe = workspace.CurrentCamera.CoordinateFrame
  7212.                     until not flying
  7213.                     CONTROL = {F = 0, B = 0, L = 0, R = 0}
  7214.                     lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  7215.                     SPEED = 0
  7216.                     BG:destroy()
  7217.                     BV:destroy()
  7218.                     LP.Character.Humanoid.PlatformStand = false
  7219.                 end)
  7220.             end
  7221.         Mouse.KeyDown:connect(function(KEY)
  7222.             if KEY:lower() == 'w' then
  7223.                 CONTROL.F = speedfly
  7224.             elseif KEY:lower() == 's' then
  7225.                 CONTROL.B = -speedfly
  7226.             elseif KEY:lower() == 'a' then
  7227.                 CONTROL.L = -speedfly
  7228.             elseif KEY:lower() == 'd' then
  7229.                 CONTROL.R = speedfly
  7230.             end
  7231.         end)
  7232.         Mouse.KeyUp:connect(function(KEY)
  7233.             if KEY:lower() == 'w' then
  7234.                 CONTROL.F = 0
  7235.             elseif KEY:lower() == 's' then
  7236.                 CONTROL.B = 0
  7237.             elseif KEY:lower() == 'a' then
  7238.                 CONTROL.L = 0
  7239.             elseif KEY:lower() == 'd' then
  7240.                 CONTROL.R = 0
  7241.             end
  7242.         end)
  7243.         fly()
  7244.     elseif bypassMODE == true then
  7245.         if not args[1] then
  7246.             run(commandPrefix.."fc")
  7247.         else
  7248.             run(commandPrefix.."fc "..args[1])
  7249.         end
  7250.         LP.Character.Head.Anchored = false
  7251.         looptpbypassfly = true
  7252.         view(LP)
  7253.     end
  7254. end
  7255.  
  7256. Commands.unfly = function(args)
  7257.     if bypassMODE == false then
  7258.         flying = false
  7259.         LP.Character.Humanoid.PlatformStand = false
  7260.     else
  7261.         looptpbypassfly = false
  7262.         run(commandPrefix.."unfreecam")
  7263.         local goalTP = LP.Character.HumanoidRootPart.CFrame
  7264.         if game.GameId == 245662005 then
  7265.             for i = 1, 5 do wait(0.2)
  7266.                 LP.Character.HumanoidRootPart.CFrame = goalTP
  7267.             end
  7268.         else
  7269.             LP.Character.HumanoidRootPart.CFrame = goalTP
  7270.         end
  7271.         LP.Character.Head.Anchored = false
  7272.     end
  7273. end
  7274.  
  7275. Commands.kill = function(args)
  7276.     if args[1] then
  7277.         for i,v in pairs(findSinglePlayer(args[1])) do
  7278.             if v == LP then
  7279.                 LP.Character:BreakJoints()
  7280.             else
  7281.                 if hasTools() == false then
  7282.                     Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
  7283.                 else
  7284.                     FEGodmode()
  7285.                     for i,v in pairs(LP.Backpack:GetChildren())do
  7286.                         LP.Character.Humanoid:EquipTool(v)
  7287.                     end
  7288.                     local NOW = LP.Character.HumanoidRootPart.CFrame
  7289.                     LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
  7290.                     wait(0.3)
  7291.                     LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
  7292.                     local function tp(player,player2)
  7293.                     local char1,char2=player.Character,player2.Character
  7294.                     if char1 and char2 then
  7295.                     char1:MoveTo(char2.Head.Position)
  7296.                     end
  7297.                     end
  7298.                     wait(0.5)
  7299.                     LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(100000,0,100000))
  7300.                     wait(0.5)
  7301.                     tp(LP,game:GetService("Players")[v.Name])
  7302.                     wait(0.7)
  7303.                     LP.Character.HumanoidRootPart.CFrame = NOW
  7304.                     view(LP)
  7305.                 end
  7306.             end
  7307.         end
  7308.     end
  7309. end
  7310. Commands.bring = function(args)
  7311.     if hasTools() == false then
  7312.         Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
  7313.     else
  7314.         FEGodmode()
  7315.         for i,v in pairs(LP.Backpack:GetChildren())do
  7316.             LP.Character.Humanoid:EquipTool(v)
  7317.         end
  7318.         if args[1] then
  7319.             for i,v in pairs(findSinglePlayer(args[1])) do
  7320.                 if v ~= LP then
  7321.                     local NOW = LP.Character.HumanoidRootPart.CFrame
  7322.                     local function tp(player,player2)
  7323.                     local char1,char2=player.Character,player2.Character
  7324.                     if char1 and char2 then
  7325.                     char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  7326.                     end
  7327.                     end
  7328.                     local function getout(player,player2)
  7329.                     local char1,char2=player.Character,player2.Character
  7330.                     if char1 and char2 then
  7331.                     char1:MoveTo(char2.Head.Position)
  7332.                     end
  7333.                     end
  7334.                     tp(game:GetService("Players")[v.Name], LP)
  7335.                     wait(0.2)
  7336.                     tp(game:GetService("Players")[v.Name], LP)
  7337.                     wait(0.5)
  7338.                     LP.Character.HumanoidRootPart.CFrame = NOW
  7339.                     wait(0.5)
  7340.                     getout(LP, game:GetService("Players")[v.Name])
  7341.                     wait(0.3)
  7342.                     LP.Character.HumanoidRootPart.CFrame = NOW
  7343.                 end
  7344.             end
  7345.         end
  7346.     end
  7347. end
  7348.  
  7349. Commands.naked = function(args)
  7350.     for i,v in pairs(LP.Character:GetDescendants()) do
  7351.         if v:IsA("Clothing") then
  7352.             v:Destroy()
  7353.         end
  7354.     end
  7355. end
  7356.  
  7357. Commands.nolimbs = function(args)
  7358.     LP.Character["Left Arm"]:Destroy()
  7359.     LP.Character["Right Arm"]:Destroy()
  7360.     LP.Character["Left Leg"]:Destroy()
  7361.     LP.Character["Right Leg"]:Destroy()
  7362. end
  7363.  
  7364. Commands.noarms = function(args)
  7365.     LP.Character["Left Arm"]:Destroy()
  7366.     LP.Character["Right Arm"]:Destroy()
  7367. end
  7368.  
  7369. Commands.nolegs = function(args)
  7370.     LP.Character["Left Leg"]:Destroy()
  7371.     LP.Character["Right Leg"]:Destroy()
  7372. end
  7373.  
  7374. Commands.headless = function(args)
  7375.     local l = LP.Character.Humanoid:Clone()
  7376.     LP.Character.Humanoid:Destroy()
  7377.     wait(0.2)
  7378.     LP.Character.Head.CanCollide = false
  7379.     for i,v in pairs(LP.Character:GetDescendants()) do
  7380.         if string.sub(v.Name, 1, 4) == "Neck" then
  7381.             v:Destroy()
  7382.         end
  7383.     end
  7384.     wait(0.2)
  7385.     l.Name = "Humanoid"
  7386.     l.Parent = LP.Character
  7387.     wait(0.1)
  7388.     game:GetService("Workspace").CurrentCamera.CameraSubject = LP.Character
  7389.     LP.Character.Animate:Destroy()
  7390. end
  7391.  
  7392. antiremotes = false
  7393. Commands.antikick = function(args)
  7394.     if args[1] then
  7395.         if args[1] == "on" then
  7396.             antiremotes = true
  7397.             wait(0.2)
  7398.             for i,v in pairs(LP.Character:GetChildren()) do
  7399.                 if string.find(string.lower(v.Name), "exploit") and v:IsA("LocalScript") then
  7400.                     v.Disabled = true
  7401.                 end
  7402.             end
  7403.             Notification("warning", "This command disables all remotes incase they are kick remotes, may break game.", 8)
  7404.             Notification("info", "Does not prevent serverside kicks, use "..commandPrefix.."antikick off to turn off.", 8)
  7405.         elseif args[1] == "off" then
  7406.             antiremotes = false
  7407.             Notification("warning", "Remote anti-kick turned off.", 8)
  7408.         end
  7409.     end
  7410. end
  7411.  
  7412. blockedremotes = {}
  7413. Commands.blockremote = function(args)
  7414.     local getService = ""
  7415.     if args[1] then
  7416.         local remoteName = string.lower(tostring(args[1]))
  7417.         if args[2] then
  7418.             local serviceRemote = string.lower(tostring(args[2]))
  7419.             if serviceRemote == "workspace" then
  7420.                 getService = "Workspace"
  7421.             elseif serviceRemote == "replicatedstorage" then
  7422.                 getService = "ReplicatedStorage"
  7423.             elseif serviceRemote == "players" then
  7424.                 getService = "Players"
  7425.             elseif serviceRemote == "lighting" then
  7426.                 getService = "Lighting"
  7427.             elseif serviceRemote == "startergui" then
  7428.                 getService = "StarterGui"
  7429.             elseif serviceRemote == "starterpack" then
  7430.                 getService = "StarterPack"
  7431.             elseif serviceRemote == "starterplayer" then
  7432.                 getService = "StarterPlayer"
  7433.             else
  7434.                 getService = "ReplicatedStorage"
  7435.             end
  7436.         else
  7437.             getService = "ReplicatedStorage"
  7438.         end
  7439.         for i,getRemote in pairs(game:GetService(getService):GetDescendants()) do
  7440.             if string.lower(getRemote.Name) == remoteName then
  7441.                 table.insert(blockedremotes, getRemote.Name)
  7442.             end
  7443.         end
  7444.     end
  7445.     Notification("warning", "If this command does not work, make sure you type remote name/service fully correct.", 8)
  7446. end
  7447.  
  7448. spyingremotes = false
  7449. Commands.remotespy = function(args)
  7450.     if args[1] then
  7451.         if args[1] == "on" then
  7452.             spyingremotes = true
  7453.             Notification("info", "Remotespy turned on.", 4)
  7454.         elseif args[1] == "off" then
  7455.             spyingremotes = false
  7456.             Notification("info", "Remotespy turned off.", 4)
  7457.         end
  7458.     end
  7459. end
  7460.  
  7461. Commands.bang = function(args)
  7462.     if args[1] then
  7463.         for i,v in pairs(findSinglePlayer(args[1])) do
  7464.             if v ~= nil then
  7465.                 following = true
  7466.                 flwplr = v
  7467.                 flwnum = -1
  7468.                 local bangAnimation = Instance.new("Animation")
  7469.                 bangAnimation.AnimationId = "rbxassetid://148840371"
  7470.                 bangTrack = LP.Character.Humanoid:LoadAnimation(bangAnimation)
  7471.                 if args[2] then
  7472.                     bangTrack:Play(.1, 1, args[2])
  7473.                 else
  7474.                     bangTrack:Play(.1, 1, 1)
  7475.                 end
  7476.             end
  7477.         end
  7478.     else
  7479.         Notification("warning", "No player selected to follow! Use: "..commandPrefix.."follow player", 4)
  7480.     end
  7481. end
  7482.  
  7483. Commands.unbang = function(args)
  7484.     following = false
  7485.     bangTrack:Stop()
  7486. end
  7487.  
  7488. spamdelay = 1
  7489. spamtext = "Spam"
  7490. spamming = false
  7491. Commands.spam = function(args)
  7492.     if args[1] then
  7493.         spamtext = args[1]
  7494.         spamming = true
  7495.     end
  7496. end
  7497. Commands.spamdelay = function(args)
  7498.     if args[1] then
  7499.         spamdelay = args[1]
  7500.     end
  7501. end
  7502. spawn(function()
  7503.     while wait(spamdelay) do
  7504.         if spamming then
  7505.             game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(spamtext, "All")
  7506.         end
  7507.     end
  7508. end)
  7509.  
  7510. Commands.unspam = function(args)
  7511.     spamming = false
  7512. end
  7513.  
  7514. Commands.info = function(args)
  7515.     if args[1] then
  7516.         for i,v in pairs(findSinglePlayer(args[1])) do
  7517.             createINFO(v)
  7518.         end
  7519.     end
  7520. end
  7521.  
  7522. Commands.age = function(args)
  7523.     if args[1] then
  7524.         for i,v in pairs(findPlayer(args[1])) do
  7525.             game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(v.Name.." Account Age: "..v.AccountAge.." days!", "All")
  7526.         end
  7527.     end
  7528. end
  7529.  
  7530. Commands.invisible = function(args)
  7531.     local Character = LP.Character
  7532.     if LP.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  7533.         local Clone = Character.HumanoidRootPart:Clone()
  7534.         Character.HumanoidRootPart:Destroy()
  7535.         Clone.Parent = Character
  7536.     else
  7537.         local Clone = Character.LowerTorso.Root:Clone()
  7538.         Character.LowerTorso.Root:Destroy()
  7539.         Clone.Parent = Character.LowerTorso
  7540.     end
  7541. end
  7542.  
  7543. walkto = false
  7544. walkplr = ""
  7545. Commands.walk = function(args)
  7546.     if args[1] then
  7547.         for i,v in pairs(findSinglePlayer(args[1])) do
  7548.             walkplr = v
  7549.             walkto = true
  7550.             noclip = true
  7551.         end
  7552.     end
  7553. end
  7554.  
  7555. Commands.unwalk = function(args)
  7556.     walkto = false
  7557.     noclip = false
  7558.     LP.Character.Humanoid:MoveTo(LP.Character.HumanoidRootPart.Position)
  7559. end
  7560.  
  7561. Commands.glitch = function(args)
  7562.     if hasTools() == false then
  7563.         Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
  7564.     else
  7565.         FEGodmode()
  7566.         for i,v in pairs(LP.Backpack:GetChildren())do
  7567.             LP.Character.Humanoid:EquipTool(v)
  7568.         end
  7569.         if args[1] then
  7570.             for i,v in pairs(findSinglePlayer(args[1])) do
  7571.                 local function tp(player,player2)
  7572.                 local char1,char2=player.Character,player2.Character
  7573.                 if char1 and char2 then
  7574.                 char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  7575.                 end
  7576.                 end
  7577.                 tp(game:GetService("Players")[v.Name], LP)
  7578.                 wait(0.2)
  7579.                 tp(game:GetService("Players")[v.Name], LP)
  7580.                 wait(0.5)
  7581.                 local b = Instance.new("BodyForce")
  7582.                 b.Parent = LP.Character.HumanoidRootPart
  7583.                 b.Name = "Glitch"
  7584.                 if args[2] then
  7585.                     b.Force = Vector3.new(args[2],5000,0)
  7586.                 else
  7587.                     b.Force = Vector3.new(100000000,5000,0)
  7588.                 end
  7589.                 wait(6)
  7590.                 b:Destroy()
  7591.             end
  7592.         end
  7593.     end
  7594. end
  7595.  
  7596. Commands.tp = function(args)
  7597.     if args[1] then
  7598.         for i,v in pairs(findSinglePlayer(args[1])) do
  7599.             if v == LP then
  7600.                 if args[2] then
  7601.                     for i,a in pairs(findSinglePlayer(args[2])) do
  7602.                         v.Character.HumanoidRootPart.CFrame = a.Character.HumanoidRootPart.CFrame
  7603.                     end
  7604.                 end
  7605.             else
  7606.                 if hasTools() == false then
  7607.                     Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
  7608.                 else
  7609.                     FEGodmode()
  7610.                     for i,v in pairs(LP.Backpack:GetChildren())do
  7611.                         LP.Character.Humanoid:EquipTool(v)
  7612.                     end
  7613.                     if args[1] then
  7614.                         for i,first in pairs(findSinglePlayer(args[1])) do
  7615.                             if args[2] then
  7616.                                 for i,second in pairs(findSinglePlayer(args[2])) do
  7617.                                     local function tp(player,player2)
  7618.                                     local char1,char2=player.Character,player2.Character
  7619.                                     if char1 and char2 then
  7620.                                     char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  7621.                                     end
  7622.                                     end
  7623.                                     local function getout(player,player2)
  7624.                                     local char1,char2=player.Character,player2.Character
  7625.                                     if char1 and char2 then
  7626.                                     char1:MoveTo(char2.Head.Position)
  7627.                                     end
  7628.                                     end
  7629.                                     tp(LP, first)
  7630.                                     wait(0.2)
  7631.                                     tp(LP, first)
  7632.                                     wait(0.5)
  7633.                                     tp(LP, second)
  7634.                                     wait(0.2)
  7635.                                     tp(LP, second)
  7636.                                     wait(0.2)
  7637.                                     getout(LP, first)
  7638.                                 end
  7639.                             end
  7640.                         end
  7641.                     end
  7642.                 end
  7643.             end
  7644.         end
  7645.     end
  7646. end
  7647.  
  7648. Commands.givetool = function(args)
  7649.     if args[1] then
  7650.         if args[2] then
  7651.             local selectedTool = ""
  7652.             for i,allTools in pairs(LP.Character:GetDescendants()) do
  7653.                 if allTools:IsA("Tool") and string.lower(allTools.Name) == string.lower(args[2]) then
  7654.                     selectedTool = allTools
  7655.                 else
  7656.                     for i,otherTools in pairs(LP.Backpack:GetDescendants()) do
  7657.                         if otherTools:IsA("Tool") and string.lower(otherTools.Name) == string.lower(args[2]) then
  7658.                             selectedTool = otherTools
  7659.                         end
  7660.                     end
  7661.                 end
  7662.             end
  7663.             for i,v in pairs(findSinglePlayer(args[1])) do
  7664.                 if selectedTool ~= "" then
  7665.                     selectedTool.Parent = v.Character
  7666.                 end
  7667.             end
  7668.         else
  7669.             for i,plr in pairs(findSinglePlayer(args[1])) do
  7670.                 for i,tool in pairs(LP.Character:GetDescendants()) do
  7671.                     if tool:IsA("Tool") then
  7672.                         tool.Parent = plr.Character
  7673.                     end
  7674.                 end
  7675.             end
  7676.         end
  7677.     end
  7678. end
  7679.  
  7680. Commands.givealltools = function(args)
  7681.     LP.Character.Humanoid:UnequipTools()
  7682.     for i,plr in pairs(findSinglePlayer(args[1])) do
  7683.         for i,v in pairs(LP.Character:GetDescendants()) do
  7684.             if v:IsA("Tool") then
  7685.                 v.Parent = plr.Character
  7686.             end
  7687.         end
  7688.         for i,a in pairs(LP.Backpack:GetDescendants()) do
  7689.             if a:IsA("Tool") then
  7690.                 a.Parent = plr.Character
  7691.             end
  7692.         end
  7693.     end
  7694. end
  7695.  
  7696. Commands.blockhats = function(args)
  7697.     for i,v in pairs(LP.Character:GetDescendants()) do
  7698.         if v:IsA("Accessory") or v:IsA("Hat") then
  7699.             for i,mesh in pairs(v:GetDescendants()) do
  7700.                 if mesh.Name == "Mesh" then
  7701.                     mesh:Destroy()
  7702.                 end
  7703.             end
  7704.         end
  7705.     end
  7706. end
  7707.  
  7708. Commands.blocktool = function(args)
  7709.     for i,v in pairs(LP.Character:GetDescendants()) do
  7710.         if v:IsA("Tool") then
  7711.             for i,mesh in pairs(v:GetDescendants()) do
  7712.                 if mesh.Name == "Mesh" then
  7713.                     mesh:Destroy()
  7714.                 end
  7715.             end
  7716.         end
  7717.     end
  7718. end
  7719.  
  7720. Commands.orbit = function(args)
  7721.     if args[1] then
  7722.         for i,v in pairs(findSinglePlayer(args[1])) do
  7723.             view(v)
  7724.             RocketPropulsion(5000,100,5000,v,"OrbitMove")
  7725.         end
  7726.     else
  7727.         Notification("warning", "No player selected to orbit! Use: "..commandPrefix.."orbit player", 4)
  7728.     end
  7729. end
  7730.  
  7731. Commands.unorbit = function(args)
  7732.     for i,v in pairs(LP.Character:GetDescendants()) do
  7733.         if v.Name == "OrbitMove" then
  7734.             v:Destroy()
  7735.         end
  7736.     end
  7737.     view(LP)
  7738. end
  7739.  
  7740. Commands.pos = function(args)
  7741.     Notification("info", "Your current position is ".. tostring(LP.Character.HumanoidRootPart.Position), 9)
  7742. end
  7743.  
  7744. SavedPosition = ""
  7745. Commands.savepos = function(args)
  7746.     SavedPosition = LP.Character.HumanoidRootPart.CFrame
  7747. end
  7748. Commands.loadpos = function(args)
  7749.     if SavedPosition ~= "" then
  7750.         LP.Character.HumanoidRootPart.CFrame = SavedPosition
  7751.     end
  7752. end
  7753.  
  7754. Commands.tppos = function(args)
  7755.     if args[1] and args[2] and args[3] then
  7756.         LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(args[1], args[2], args[3]))
  7757.     end
  7758. end
  7759.  
  7760. Commands.pmspam = function(args)
  7761.     if args[1] then
  7762.         local gotPlayer = ""
  7763.         for i,v in pairs(findPlayer(args[1])) do
  7764.             gotPlayer = v
  7765.         end
  7766.         table.remove(args, 1)
  7767.         local pmSpamMsg = table.concat(args," ")
  7768.         spamtext = "/w "..gotPlayer.Name.." "..pmSpamMsg
  7769.         spamming = true
  7770.     end
  7771. end
  7772.  
  7773. Commands.unpmspam = function(args)
  7774.     spamming = false
  7775. end
  7776.  
  7777. Commands.wsvis = function(args)
  7778.     if args[1] then
  7779.         for i,v in pairs(gsWorkspace:GetDescendants()) do
  7780.             if v:IsA("Part") or v:IsA("Decal") then
  7781.                 if tonumber(args[1]) > 1 then
  7782.                     v.Transparency = 0.5
  7783.                 else
  7784.                     v.Transparency = args[1]
  7785.                 end
  7786.             end
  7787.         end
  7788.     end
  7789.     clientSided()
  7790. end
  7791.  
  7792. Commands.bringobj = function(args)
  7793.     if args[1] then
  7794.         local Object = ""
  7795.         for i,v in pairs(gsWorkspace:GetDescendants()) do
  7796.             if string.lower(v.Name) == string.lower(args[1]) then
  7797.                 Object = v             
  7798.             end
  7799.         end
  7800.         if Object == "" then
  7801.             Notification("warning", "Object was not found in the workspace.", 6)
  7802.         end
  7803.         if args[2] then
  7804.             Object.CFrame = LP.Character.HumanoidRootPart.CFrame + LP.Character.HumanoidRootPart.CFrame.lookVector * args[2]
  7805.         else
  7806.             Object.CFrame = LP.Character.HumanoidRootPart.CFrame + LP.Character.HumanoidRootPart.CFrame.lookVector * 3
  7807.         end
  7808.         clientSided()
  7809.     end
  7810. end
  7811.  
  7812. CBRINGplr = ""
  7813. cbringing = false
  7814. cbringingall = false
  7815. Commands.cbring = function(args)
  7816.     if args[1] then
  7817.         if string.lower(tostring(args[1])) == "all" or string.lower(tostring(args[1])) == "others" then
  7818.             cbringingall = true
  7819.         else
  7820.             for i,v in pairs(findPlayer(args[1])) do
  7821.                 CBRINGplr = v
  7822.                 cbringing = true
  7823.             end
  7824.         end
  7825.         if args[2] then
  7826.             CBRINGamount = args[2]
  7827.         else
  7828.             CBRINGamount = 3
  7829.         end
  7830.         clientSided()
  7831.     end
  7832. end
  7833.  
  7834. Commands.uncbring = function(args)
  7835.     cbringing = false
  7836.     cbringingall = false
  7837. end
  7838.  
  7839. Commands.cfreeze = function(args)
  7840.     if args[1] then
  7841.         for i,v in pairs(findPlayer(args[1])) do
  7842.             v.Character.HumanoidRootPart.Anchored = true
  7843.         end
  7844.         clientSided()
  7845.     end
  7846. end
  7847.  
  7848. Commands.uncfreeze = function(args)
  7849.     if args[1] then
  7850.         for i,v in pairs(findPlayer(args[1])) do
  7851.             v.Character.HumanoidRootPart.Anchored = false
  7852.         end
  7853.     else
  7854.         for i,all in pairs(gsPlayers:GetPlayers()) do
  7855.             all.Character.HumanoidRootPart.Anchored = false
  7856.         end
  7857.     end
  7858. end
  7859.  
  7860. Commands.unattach = function(args)
  7861.     local function getout(player,player2)
  7862.     local char1,char2=player.Character,player2.Character
  7863.     if char1 and char2 then
  7864.     char1:MoveTo(char2.Head.Position)
  7865.     end
  7866.     end
  7867.     getout(LP, LP)
  7868. end
  7869.  
  7870. currentToolSize = ""
  7871. Commands.reach = function(args)
  7872.     if args[1] then
  7873.         for i,v in pairs(LP.Character:GetDescendants()) do
  7874.             if v:IsA("Tool") then
  7875.                 if string.lower(tostring(args[1])) == "off" then
  7876.                     v.Handle.Size = currentToolSize
  7877.                     v.Handle.SelectionBoxCreated:Destroy()
  7878.                     LP.Character.Humanoid:UnequipTools()
  7879.                 elseif string.lower(tostring(args[1])) == "on" then
  7880.                     if args[2] then
  7881.                         currentToolSize = v.Handle.Size
  7882.                         local a = Instance.new("SelectionBox",v.Handle)
  7883.                         a.Name = "SelectionBoxCreated"
  7884.                         a.Adornee = v.Handle
  7885.                         v.Handle.Size = Vector3.new(0.5,0.5,args[2])
  7886.                         v.GripPos = Vector3.new(0,0,0)
  7887.                         LP.Character.Humanoid:UnequipTools()
  7888.                     else
  7889.                         currentToolSize = v.Handle.Size
  7890.                         local a = Instance.new("SelectionBox",v.Handle)
  7891.                         a.Name = "SelectionBoxCreated"
  7892.                         a.Adornee = v.Handle
  7893.                         v.Handle.Size = Vector3.new(0.5,0.5,60)
  7894.                         v.GripPos = Vector3.new(0,0,0)
  7895.                         LP.Character.Humanoid:UnequipTools()
  7896.                     end
  7897.                 end
  7898.             end
  7899.         end
  7900.     end
  7901. end
  7902.  
  7903. Commands.droptool = function(args)
  7904.     for i,v in pairs(LP.Character:GetDescendants()) do
  7905.         if v:IsA("Tool") then
  7906.             v.Parent = gsWorkspace
  7907.         end
  7908.     end
  7909.     for i,a in pairs(LP.Backpack:GetDescendants()) do
  7910.         if a:IsA("Tool") then
  7911.             a.Parent = gsWorkspace
  7912.         end
  7913.     end
  7914. end
  7915.  
  7916. Commands.drophats = function(args)
  7917.     for i,v in pairs(LP.Character:GetDescendants()) do
  7918.         if v:IsA("Accessory") or v:IsA("Hat") then
  7919.             v.Parent = gsWorkspace
  7920.         end
  7921.     end
  7922. end
  7923.  
  7924. Commands.hidecmdbar = function(args)
  7925.     CMDBAR.Visible = false
  7926. end
  7927.  
  7928. Commands.showcmdbar = function(args)
  7929.     CMDBAR.Visible = true
  7930. end
  7931.  
  7932. Commands.prefix = function(args)
  7933.     if args[1] then
  7934.         commandPrefix = string.sub(tostring(args[1]), 1, 1)
  7935.         fullUpdate()
  7936.     end
  7937. end
  7938.  
  7939. Commands.removeinvis = function(args)
  7940.     for i,v in pairs(gsWorkspace:GetDescendants()) do
  7941.         if v:IsA("Part") and v.Name ~= "HumanoidRootPart" then
  7942.             if v.Transparency == 1 then
  7943.                 v:Destroy()
  7944.             end
  7945.         end
  7946.     end
  7947.     clientSided()
  7948. end
  7949.  
  7950. Commands.removefog = function(args)
  7951.     gsLighting.FogStart = 0
  7952.     gsLighting.FogEnd = 9999999999999
  7953.     clientSided()
  7954. end
  7955.  
  7956. Commands.animation = function(args)
  7957.     if args[1] then
  7958.         if string.lower(tostring(args[1])) == "gui" then
  7959.             loadstring(game:HttpGet(("https://pastebin.com/raw/mdbTSP4d"),true))()
  7960.         else
  7961.             local Anim = Instance.new("Animation")
  7962.             Anim.AnimationId = "rbxassetid://".. tostring(args[1])
  7963.             local track = LP.Character.Humanoid:LoadAnimation(Anim)
  7964.             if args[2] then
  7965.                 track:Play(.1, 1, args[2])
  7966.             else
  7967.                 track:Play(.1, 1, 1)
  7968.             end
  7969.         end
  7970.     end
  7971. end
  7972.  
  7973. Commands.btools = function(args)
  7974.     local Clone_T = Instance.new("HopperBin",LP.Backpack)
  7975.     Clone_T.BinType = "Clone"
  7976.     local Destruct = Instance.new("HopperBin",LP.Backpack)
  7977.     Destruct.BinType = "Hammer"
  7978.     local Hold_T = Instance.new("HopperBin",LP.Backpack)
  7979.     Hold_T.BinType = "Grab"
  7980.     clientSided()
  7981. end
  7982.  
  7983. Commands.esp = function(args)
  7984.     if args[1] then
  7985.         for i,v in pairs(findPlayer(args[1])) do
  7986.             local espPlayer = v
  7987.             for i,createESP in pairs(espPlayer.Character:GetDescendants()) do
  7988.                 if createESP:IsA("Part") or createESP:IsA("MeshPart") then
  7989.                     if createESP.Name ~= "HumanoidRootPart" and createESP.Name ~= "Handle" then
  7990.                         local current = true
  7991.                         local espBOX = Instance.new("BoxHandleAdornment")
  7992.                         espBOX.Parent = gsCoreGui
  7993.                         espBOX.Name = "rGET"..espPlayer.Name
  7994.                         espBOX.Adornee = createESP
  7995.                         espBOX.AlwaysOnTop = true
  7996.                         espBOX.ZIndex = 0
  7997.                         espBOX.Size = createESP.Size
  7998.                         espBOX.Transparency = 0.3
  7999.                         local AboveHead = Instance.new("BillboardGui")
  8000.                         AboveHead.Parent = gsCoreGui
  8001.                         AboveHead.Adornee = espPlayer.Character.Head
  8002.                         AboveHead.Name = "rGET"..espPlayer.Name
  8003.                         AboveHead.Size = UDim2.new(0, 100, 0, 100)
  8004.                         AboveHead.StudsOffset = Vector3.new(0, 1, 0)
  8005.                         AboveHead.AlwaysOnTop = true
  8006.                         local Info = Instance.new("TextLabel")
  8007.                         Info.Parent = AboveHead
  8008.                         Info.BackgroundTransparency = 1
  8009.                         Info.Position = UDim2.new(0, 0, 0, 0)
  8010.                         Info.Size = UDim2.new(1, 0, 0, 40)
  8011.                         Info.TextColor3 = Color3.fromRGB(200,200,200)
  8012.                         Info.TextStrokeTransparency = 0.5
  8013.                         Info.TextSize = 15
  8014.                         if espPlayer.TeamColor == LP.TeamColor then
  8015.                             espBOX.Color = BrickColor.new("Lime green")
  8016.                             Info.TextStrokeColor3 = Color3.fromRGB(10,100,10)
  8017.                         else
  8018.                             espBOX.Color = BrickColor.new("Really red")
  8019.                             Info.TextStrokeColor3 = Color3.fromRGB(100,10,10)
  8020.                         end
  8021.                         game:GetService('RunService').Stepped:connect(function()
  8022.                             if current and LP.Character.Humanoid and espPlayer.Character.HumanoidRootPart then
  8023.                                 Info.Text = espPlayer.Name.." (".. math.floor((LP.Character.HumanoidRootPart.Position - espPlayer.Character.HumanoidRootPart.Position).magnitude)..")"
  8024.                             end
  8025.                         end)
  8026.                         espPlayer.Character.Humanoid.Died:Connect(function()
  8027.                             current = false
  8028.                             espBOX:Destroy()
  8029.                             AboveHead:Destroy()
  8030.                         end)
  8031.                         gsPlayers.PlayerRemoving:Connect(function(plr)
  8032.                             if plr == espPlayer then
  8033.                                 current = false
  8034.                                 espBOX:Destroy()
  8035.                                 AboveHead:Destroy()
  8036.                             end
  8037.                         end)
  8038.                     end
  8039.                 end
  8040.             end
  8041.         end
  8042.         clientSided()
  8043.     end
  8044. end
  8045.  
  8046. Commands.unesp = function(args)
  8047.     if not args[1] then
  8048.         for i,v in pairs(gsCoreGui:GetDescendants()) do
  8049.             if string.sub(v.Name, 1, 4) == "rGET" then
  8050.                 v:Destroy()
  8051.             end
  8052.         end
  8053.     else
  8054.         for i,v in pairs(gsCoreGui:GetDescendants()) do
  8055.             if string.sub(v.Name, 1, 4) == "rGET" then
  8056.                 for i,a in pairs(findPlayer(args[1])) do
  8057.                     if string.sub(v.Name, 5) == a.Name then
  8058.                         v:Destroy()
  8059.                     end
  8060.                 end
  8061.             end
  8062.         end
  8063.     end
  8064. end
  8065.  
  8066. Commands.dice = function(args)
  8067.     game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("You rolled a dice for ".. tostring(math.random(1, 6)), "All")
  8068. end
  8069.  
  8070. Commands.random = function(args)
  8071.     if args[1] and args[2] then
  8072.         game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Picking random number between "..args[1].." and "..args[2].."... The number is ".. tostring(math.random(args[1], args[2])), "All")
  8073.     end
  8074. end
  8075.  
  8076. Commands.closegame = function(args)
  8077.     game:Shutdown()
  8078. end
  8079.  
  8080. Commands.savetool = function(args)
  8081.     if args[1] then
  8082.         for i,a in pairs(LP.Character:GetDescendants()) do
  8083.             if a:IsA("Tool") and string.lower(a.Name) == string.lower(tostring(args[1])) then
  8084.                 a.Parent = LP
  8085.                 local oldName = a.Name
  8086.                 a.Name = "saved "..oldName
  8087.             else
  8088.                 for i,n in pairs(LP.Backpack:GetDescendants()) do
  8089.                     if n:IsA("Tool") and string.lower(n.Name) == string.lower(tostring(args[1])) then
  8090.                         n.Parent = LP
  8091.                         local sOldName = n.Name
  8092.                         n.Name = "saved "..sOldName
  8093.                     end
  8094.                 end
  8095.             end
  8096.         end
  8097.     else
  8098.         for i,v in pairs(LP.Character:GetDescendants()) do
  8099.             if v:IsA("Tool") then
  8100.                 v.Parent = LP
  8101.                 local oldName = v.Name
  8102.                 v.Name = "saved "..oldName
  8103.             end
  8104.         end
  8105.     end
  8106. end
  8107.  
  8108. Commands.loadtool = function(args)
  8109.     if args[1] then
  8110.         for i,a in pairs(LP:GetChildren()) do
  8111.             if a:IsA("Tool") and string.sub(a.Name, 1, 5) == "saved" and string.lower(string.sub(a.Name, 7)) == string.lower(tostring(args[1])) then
  8112.                 a.Parent = LP.Backpack
  8113.                 local currentName = a.Name
  8114.                 a.Name = string.sub(currentName, 7)
  8115.             end
  8116.         end
  8117.     else
  8118.         for i,v in pairs(LP:GetChildren()) do
  8119.             if string.sub(v.Name, 1, 5) == "saved" then
  8120.                 v.Parent = LP.Backpack
  8121.                 local currentName = v.Name
  8122.                 v.Name = string.sub(currentName, 7)
  8123.             end
  8124.         end
  8125.     end
  8126. end
  8127.  
  8128. Commands.savealltool = function(args)
  8129.     for i,v in pairs(LP.Character:GetDescendants()) do
  8130.         if v:IsA("Tool") then
  8131.             v.Parent = LP
  8132.             local oldName = v.Name
  8133.             v.Name = "saved "..oldName
  8134.         end
  8135.     end
  8136.     for i,v in pairs(LP.Backpack:GetDescendants()) do
  8137.         if v:IsA("Tool") then
  8138.             v.Parent = LP
  8139.             local oldName = v.Name
  8140.             v.Name = "saved "..oldName
  8141.         end
  8142.     end
  8143. end
  8144.  
  8145. Commands.loadalltool = function(args)
  8146.     for i,v in pairs(LP:GetChildren()) do
  8147.         if v:IsA("Tool") and string.sub(v.Name, 1, 5) == "saved" then
  8148.             v.Parent = LP.Backpack
  8149.             local currentName = v.Name
  8150.             v.Name = string.sub(currentName, 7)
  8151.         end
  8152.     end
  8153. end
  8154.  
  8155. Mouse.KeyDown:Connect(function(key)
  8156.     if key == clicktpKEY and clicktpACTIVE == true then
  8157.         if Mouse.Target then
  8158.             LP.Character.HumanoidRootPart.CFrame = CFrame.new(Mouse.Hit.x, Mouse.Hit.y + 5, Mouse.Hit.z)
  8159.         end
  8160.     end
  8161.     if key == clickdelKEY and clickdelACTIVE == true then
  8162.         if Mouse.Target then
  8163.             Mouse.Target:Destroy()
  8164.         end
  8165.     end
  8166. end)
  8167. Mouse.Button1Down:Connect(function()
  8168.     if clicktpACTIVE == true and clicktpCLICK == true then
  8169.         if Mouse.Target then
  8170.             LP.Character.HumanoidRootPart.CFrame = CFrame.new(Mouse.Hit.x, Mouse.Hit.y + 5, Mouse.Hit.z)
  8171.         end
  8172.     end
  8173.     if clickdelACTIVE == true and clickdelCLICK == true then
  8174.         if Mouse.Target then
  8175.             Mouse.Target:Destroy()
  8176.         end
  8177.     end
  8178. end)
  8179.  
  8180. clicktpKEY = ""
  8181. clickdelKEY = ""
  8182. clicktpACTIVE = false
  8183. clickdelACTIVE = false
  8184. clicktpCLICK = false
  8185. clickdelCLICK = false
  8186.  
  8187. Commands.clicktp = function(args)
  8188.     if args[1] then
  8189.         clicktpKEY = string.sub(tostring(args[1]), 1, 1)
  8190.         clicktpACTIVE = true
  8191.         clicktpCLICK = false
  8192.     else
  8193.         clicktpKEY = ""
  8194.         clicktpACTIVE = true
  8195.         clicktpCLICK = true
  8196.     end
  8197.     clientSided()
  8198. end
  8199.  
  8200. Commands.clickdel = function(args)
  8201.     if args[1] then
  8202.         clickdelKEY = string.sub(tostring(args[1]), 1, 1)
  8203.         clickdelACTIVE = true
  8204.         clickdelCLICK = false
  8205.     else
  8206.         clickdelKEY = ""
  8207.         clickdelACTIVE = true
  8208.         clickdelCLICK = true
  8209.     end
  8210.     clientSided()
  8211. end
  8212.  
  8213. Commands.unclicktp = function(args)
  8214.     clicktpACTIVE = false
  8215. end
  8216.  
  8217. Commands.unclickdel = function(args)
  8218.     clickdelACTIVE = false
  8219. end
  8220.  
  8221. Commands.oof = function(args)
  8222.     spawn(function()
  8223.         while wait() do
  8224.            for i,v in pairs(game:GetService'Players':GetPlayers()) do
  8225.                if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  8226.                    for _,x in pairs(v.Character.Head:GetChildren()) do
  8227.                        if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true) end
  8228.                    end
  8229.                end
  8230.            end
  8231.         end
  8232.     end)
  8233. end
  8234.  
  8235. Commands.chatlogs = function(args)
  8236.     MainChatFrame.Position = UDim2.new(0, 760, 0, 261)
  8237.     MainChatFrame.Visible = true
  8238. end
  8239.  
  8240. Commands.stopadmin = function(args)
  8241.     commandPrefix = "     "
  8242.     following = false
  8243.     trailing = false
  8244.     annoying = false
  8245.     CMDBAR.Visible = false
  8246.     Match.Visible = false
  8247.     flying = false
  8248. end
  8249.  
  8250. Commands.freecam = function(args)
  8251.     for i,getFC in pairs(gsWorkspace:GetDescendants()) do
  8252.         if getFC.Name == "rGETpartNUMBER2" then
  8253.             getFC:Destroy()
  8254.         end
  8255.     end
  8256.     local CameraPart = Instance.new("Part")
  8257.     CameraPart.CanCollide = false
  8258.     CameraPart.CFrame = LP.Character.Head.CFrame
  8259.     CameraPart.Locked = true
  8260.     CameraPart.Transparency = 1
  8261.     CameraPart.Size = Vector3.new(1, 1, 1)
  8262.     CameraPart.Parent = gsWorkspace
  8263.     CameraPart.Name = "rGETpartNUMBER2"
  8264.     if bypassMODE == true then
  8265.         loopviewfc = true
  8266.     elseif bypassMODE == false then
  8267.         gsWorkspace.CurrentCamera.CameraSubject = CameraPart
  8268.     end
  8269.     local speedget = 1
  8270.     local T = CameraPart
  8271.     local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  8272.     local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  8273.     local SPEED = speedget
  8274.     if args[1] then
  8275.         speedfly = tonumber(args[1])
  8276.     else
  8277.         speedfly = 1
  8278.     end
  8279.     local function freecamfly()
  8280.         LP.Character.Head.Anchored = true
  8281.         doFREECAM = true
  8282.         local BG = Instance.new('BodyGyro', T)
  8283.         local BV = Instance.new('BodyVelocity', T)
  8284.         BG.P = 9e4
  8285.         BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  8286.         BG.cframe = T.CFrame
  8287.         BV.velocity = Vector3.new(0, 0.1, 0)
  8288.         BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  8289.         spawn(function()
  8290.         repeat wait()
  8291.         if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  8292.         SPEED = 50
  8293.         elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  8294.         SPEED = 0
  8295.         end
  8296.         if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  8297.         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
  8298.         lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  8299.         elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  8300.         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
  8301.         else
  8302.         BV.velocity = Vector3.new(0, 0.1, 0)
  8303.         end
  8304.         BG.cframe = workspace.CurrentCamera.CoordinateFrame
  8305.                 until not doFREECAM
  8306.                 CONTROL = {F = 0, B = 0, L = 0, R = 0}
  8307.                 lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  8308.                 SPEED = 0
  8309.                 BG:destroy()
  8310.                 BV:destroy()
  8311.             end)
  8312.         end
  8313.     Mouse.KeyDown:connect(function(KEY)
  8314.         if KEY:lower() == 'w' then
  8315.             CONTROL.F = speedfly
  8316.         elseif KEY:lower() == 's' then
  8317.             CONTROL.B = -speedfly
  8318.         elseif KEY:lower() == 'a' then
  8319.             CONTROL.L = -speedfly
  8320.         elseif KEY:lower() == 'd' then
  8321.             CONTROL.R = speedfly
  8322.         end
  8323.     end)
  8324.     Mouse.KeyUp:connect(function(KEY)
  8325.         if KEY:lower() == 'w' then
  8326.             CONTROL.F = 0
  8327.         elseif KEY:lower() == 's' then
  8328.             CONTROL.B = 0
  8329.         elseif KEY:lower() == 'a' then
  8330.             CONTROL.L = 0
  8331.         elseif KEY:lower() == 'd' then
  8332.             CONTROL.R = 0
  8333.         end
  8334.     end)
  8335.     freecamfly()
  8336. end
  8337.  
  8338. Commands.fc = function(args)
  8339.     if args[1] then
  8340.         run(commandPrefix.."freecam "..args[1])
  8341.     else
  8342.         run(commandPrefix.."freecam")
  8343.     end
  8344. end
  8345.  
  8346. Commands.unfreecam = function(args)
  8347.     doFREECAM = false
  8348.     LP.Character.Head.Anchored = false
  8349.     view(LP)
  8350.     if gsWorkspace.rGETpartNUMBER2 then
  8351.         gsWorkspace.rGETpartNUMBER2:Destroy()
  8352.     end
  8353.     loopviewfc = false
  8354. end
  8355.  
  8356. Commands.unfc = function(args)
  8357.     doFREECAM = false
  8358.     LP.Character.Head.Anchored = false
  8359.     view(LP)
  8360.     if gsWorkspace.rGETpartNUMBER2 then
  8361.         gsWorkspace.rGETpartNUMBER2:Destroy()
  8362.     end
  8363.     loopviewfc = false
  8364. end
  8365.  
  8366. Commands.gotofc = function(args)
  8367.     doFREECAM = false
  8368.     LP.Character.Head.Anchored = false
  8369.     view(LP)
  8370.     pcall(function()
  8371.         LP.Character.HumanoidRootPart.CFrame = gsWorkspace.rGETpartNUMBER2.CFrame
  8372.         gsWorkspace.rGETpartNUMBER2:Destroy()
  8373.     end)
  8374.     loopviewfc = false
  8375. end
  8376.  
  8377. Commands.fctp = function(args)
  8378.     if args[1] then
  8379.         for i,v in pairs(findPlayer(args[1])) do
  8380.             pcall(function()
  8381.                 gsWorkspace.rGETpartNUMBER2.CFrame = v.Character.Head.CFrame
  8382.             end)
  8383.         end
  8384.     end
  8385. end
  8386.  
  8387. Commands.cmds = function(args)
  8388.     CMDSmain.Position = UDim2.new(0, 695, 0, 297)
  8389.     CMDSmain.Visible = true
  8390.     CMDSmain:TweenSize(UDim2.new(0, 440, 0, 367), "InOut", "Sine", 1)
  8391. end
  8392.  
  8393. Commands.fullcredits = function(args)
  8394.     Notification("info", "Credit to Autumn, Josh and 3dsboy08 (Help with "..commandPrefix.."remotespy and anti client kick)", 1)
  8395.     Notification("info", "Credit to Infinite Yield developers (Assisted in "..commandPrefix.."esp and "..commandPrefix.."fly commands)", 1)
  8396.     Notification("info", "Credit to Timeless ("..commandPrefix.."invisible) and Harkinian ("..commandPrefix.."shutdown)", 1)
  8397.     Notification("info", "Credit to DEX creators ("..commandPrefix.."explorer) and xFunnieuss ("..commandPrefix.."spinhats)", 1)
  8398.     Notification("info", "Only creator is illremember", 2)
  8399. end
  8400.  
  8401. Commands.hotkey = function(args)
  8402.     if args[1] then
  8403.         local hotkeyKEY = string.sub(tostring(args[1]), 1, 3)
  8404.         if args[2] then
  8405.             table.remove(args, 1)
  8406.             local hotkeyCMD = table.concat(args, " ")
  8407.             table.insert(hotkeys, hotkeyCMD.."//"..hotkeyKEY)
  8408.             fullUpdate()
  8409.             Notification("info", "Hotkey added!", 1)
  8410.         end
  8411.     end
  8412. end
  8413.  
  8414. Mouse.KeyDown:Connect(function(key)
  8415.     for i,v in pairs(hotkeys) do
  8416.         local currentKey = string.match(v, "[%a%d]+$")
  8417.         if string.len(currentKey) == 1 then
  8418.             if key == string.sub(v, #v, #v) then
  8419.                 local commandtoRUN = string.match(v, "^[%w%s]+")
  8420.                 if string.sub(string.lower(tostring(commandtoRUN)), 1, 3) == "fly" then
  8421.                     if bypassMODE == true then
  8422.                         if doFREECAM == false then
  8423.                             run(commandPrefix..tostring(commandtoRUN))
  8424.                         else
  8425.                             run(commandPrefix.."unfly")
  8426.                         end
  8427.                     else
  8428.                         if flying == false then
  8429.                             run(commandPrefix..tostring(commandtoRUN))
  8430.                         else
  8431.                             run(commandPrefix.."unfly")
  8432.                         end
  8433.                     end
  8434.                 elseif tostring(commandtoRUN) == "noclip" then
  8435.                     if noclip == false then
  8436.                         run(commandPrefix..tostring(commandtoRUN))
  8437.                     else
  8438.                         run(commandPrefix.."clip")
  8439.                     end
  8440.                 elseif tostring(commandtoRUN) == "freecam" or tostring(commandtoRUN) == "fc" then
  8441.                     if doFREECAM == false then
  8442.                         run(commandPrefix..tostring(commandtoRUN))
  8443.                     else
  8444.                         if fchotkeymode == "goto" then
  8445.                             run(commandPrefix.."gotofc")
  8446.                         elseif fchotkeymode == "unfc" then
  8447.                             run(commandPrefix.."unfreecam")
  8448.                         end
  8449.                     end
  8450.                 else
  8451.                     run(commandPrefix..tostring(commandtoRUN))
  8452.                 end
  8453.             end
  8454.         else
  8455.             if string.lower(string.sub(tostring(currentKey), 1, 1)) == "f" then
  8456.                 local commandtoRUN = string.match(v, "^[%w%s]+")
  8457.                 local hotkeyadjust = tonumber(string.sub(currentKey, 2, 3)) + 25
  8458.                 if string.byte(key) == hotkeyadjust then
  8459.                     if string.sub(string.lower(tostring(commandtoRUN)), 1, 3) == "fly" then
  8460.                         if bypassMODE == true then
  8461.                             if doFREECAM == false then
  8462.                                 run(commandPrefix..tostring(commandtoRUN))
  8463.                             else
  8464.                                 run(commandPrefix.."unfly")
  8465.                             end
  8466.                         else
  8467.                             if flying == false then
  8468.                                 run(commandPrefix..tostring(commandtoRUN))
  8469.                             else
  8470.                                 run(commandPrefix.."unfly")
  8471.                             end
  8472.                         end
  8473.                     elseif tostring(commandtoRUN) == "noclip" then
  8474.                         if noclip == false then
  8475.                             run(commandPrefix..tostring(commandtoRUN))
  8476.                         else
  8477.                             run(commandPrefix.."clip")
  8478.                         end
  8479.                     elseif tostring(commandtoRUN) == "freecam" or tostring(commandtoRUN) == "fc" then
  8480.                         if doFREECAM == false then
  8481.                             run(commandPrefix..tostring(commandtoRUN))
  8482.                         else
  8483.                             if fchotkeymode == "goto" then
  8484.                                 run(commandPrefix.."gotofc")
  8485.                             elseif fchotkeymode == "unfc" then
  8486.                                 run(commandPrefix.."unfreecam")
  8487.                             end
  8488.                         end
  8489.                     else
  8490.                         run(commandPrefix..tostring(commandtoRUN))
  8491.                     end
  8492.                 end
  8493.             end
  8494.         end
  8495.     end
  8496. end)
  8497.  
  8498. Commands.removeallhotkey = function(args)
  8499.     hotkeys = {}
  8500.     fullUpdate()
  8501.     Notification("warning", "All hotkeys reset/removed", 6)
  8502. end
  8503.  
  8504. Commands.removehotkey = function(args)
  8505.     if args[1] then
  8506.         for i,v in pairs(hotkeys) do
  8507.             local currentKey = string.match(v, "[%a%d]+$")
  8508.             if currentKey == string.lower(tostring(args[1])) then
  8509.                 table.remove(hotkeys, i)
  8510.                 fullUpdate()
  8511.             end
  8512.         end
  8513.     end
  8514. end
  8515.  
  8516. Commands.printhotkeys = function(args)
  8517.     for i,v in pairs(hotkeys) do
  8518.         warn("HOTKEYS:")
  8519.         print(v)
  8520.     end
  8521. end
  8522.  
  8523. Commands.os = function(args)
  8524.     if args[1] then
  8525.         for i,v in pairs(findPlayer(args[1])) do
  8526.             game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(v.Name.." is on "..v.OsPlatform, "All")
  8527.         end
  8528.     end
  8529. end
  8530.  
  8531. spinning = false
  8532. Commands.spin = function(args)
  8533.     if args[1] then
  8534.         for i,v in pairs(findSinglePlayer(args[1])) do
  8535.             run(commandPrefix.."attach "..v.Name)
  8536.             annplr = v
  8537.             annoying = true
  8538.             spinning = true
  8539.         end
  8540.     end
  8541. end
  8542.  
  8543. Commands.unspin = function(args)
  8544.     if spinning then
  8545.         annoying = false
  8546.         spinning = false
  8547.     end
  8548.     run(""..commandPrefix.."unattach")
  8549. end
  8550.  
  8551. Commands.explorer = function(args)
  8552.     loadstring(game:GetObjects("rbxassetid://418957341")[1].Source)()
  8553.     Notification("info", "Loaded DEX explorer!", 5)
  8554. end
  8555.  
  8556. Commands.maxzoom = function(args)
  8557.     if args[1] then
  8558.         LP.CameraMaxZoomDistance = args[1]
  8559.     end
  8560. end
  8561.  
  8562. Commands.stare = function(args)
  8563.     if args[1] then
  8564.         for i,v in pairs(findSinglePlayer(args[1])) do
  8565.             stareplr = v
  8566.             staring = true
  8567.         end
  8568.     end
  8569. end
  8570.  
  8571. Commands.unstare = function(args)
  8572.     staring = false
  8573. end
  8574.  
  8575. Commands.tempgod = function(args)
  8576.     local hu = LP.Character.Humanoid
  8577.     local l = Instance.new("Humanoid")
  8578.     l.Parent = LP.Character
  8579.     l.Name = "Humanoid"
  8580.     wait(0.1)
  8581.     hu.Parent = LP
  8582.     gsWorkspace.CurrentCamera.CameraSubject = LP.Character
  8583.     LP.Character.Animate.Disabled = true
  8584.     wait(0.1)
  8585.     LP.Character.Animate.Disabled = false
  8586.     Notification("info", "Enabled Temp FE Godmode", 4)
  8587. end
  8588.  
  8589. Commands.void = function(args)
  8590.     if hasTools() == false then
  8591.         Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
  8592.     else
  8593.         FEGodmode()
  8594.         for i,v in pairs(LP.Backpack:GetChildren())do
  8595.             LP.Character.Humanoid:EquipTool(v)
  8596.         end
  8597.         if args[1] then
  8598.             for i,v in pairs(findSinglePlayer(args[1])) do
  8599.                 local NOW = LP.Character.HumanoidRootPart.CFrame
  8600.                 LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
  8601.                 wait(0.3)
  8602.                 LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
  8603.                 local function tp(player,player2)
  8604.                 local char1,char2=player.Character,player2.Character
  8605.                 if char1 and char2 then
  8606.                 char1:MoveTo(char2.Head.Position)
  8607.                 end
  8608.                 end
  8609.                 wait(0.5)
  8610.                 LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(999999999999999,0,999999999999999))
  8611.             end
  8612.         end
  8613.     end
  8614. end
  8615.  
  8616. Commands.freefall = function(args)
  8617.     if hasTools() == false then
  8618.         Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
  8619.     else
  8620.         FEGodmode()
  8621.         for i,v in pairs(LP.Backpack:GetChildren())do
  8622.             LP.Character.Humanoid:EquipTool(v)
  8623.         end
  8624.         if args[1] then
  8625.             for i,v in pairs(findSinglePlayer(args[1])) do
  8626.                 local NOW = LP.Character.HumanoidRootPart.CFrame
  8627.                 LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
  8628.                 wait(0.3)
  8629.                 LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
  8630.                 wait(0.5)
  8631.                 LP.Character.HumanoidRootPart.CFrame = NOW
  8632.                 wait(0.5)
  8633.                 LP.Character.HumanoidRootPart.CFrame = NOW
  8634.                 wait(0.6)
  8635.                 LP.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  8636.             end
  8637.         end
  8638.     end
  8639. end
  8640.  
  8641. Commands.version = function(args)
  8642.     Notification("info", "Current Shattervast Version: V2.8", 7)
  8643. end
  8644.  
  8645. Commands.shiftlockon = function(args)
  8646.     LP.DevEnableMouseLock = true
  8647.     Notification("info", "Shift lock enabled!", 5)
  8648. end
  8649.  
  8650. for i,needChat in pairs(gsPlayers:GetPlayers()) do
  8651.     needChat.Chatted:Connect(function(msg)
  8652.         if copychatall then
  8653.             game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(msg, "All")
  8654.         end
  8655.     end)
  8656. end
  8657. gsPlayers.PlayerAdded:Connect(function(plr)
  8658.     plr.Chatted:Connect(function(msg)
  8659.         if copychatall then
  8660.             game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(msg, "All")
  8661.         end
  8662.     end)
  8663. end)
  8664.  
  8665. copychatplayer = nil
  8666. copychatall = false
  8667. copychatACTIVE = false
  8668. Commands.copychat = function(args)
  8669.     if args[1] then
  8670.         if string.lower(args[1]) == "all" or string.lower(args[1]) == "others" then
  8671.             copychatall = true
  8672.         else
  8673.             for i,v in pairs(findPlayer(args[1])) do
  8674.                 if v ~= LP then
  8675.                     copychatplayer = v
  8676.                     copychatACTIVE = true
  8677.                 end
  8678.             end
  8679.         end
  8680.     end
  8681. end
  8682.  
  8683. Commands.uncopychat = function(args)
  8684.     copychatall = false
  8685.     copychatACTIVE = false
  8686. end
  8687.  
  8688. Commands.newkill =  function(args)
  8689.     if hasTools() == false then
  8690.         Notification("warning", "You need TWO tools in your backpack/inventory to use this command.", 8)
  8691.     else
  8692.         if args[1] then
  8693.             for i,plr in pairs(findSinglePlayer(args[1])) do
  8694.                 for i,v in pairs(LP.Backpack:GetChildren())do
  8695.                     LP.Character.Humanoid:EquipTool(v)
  8696.                 end
  8697.                 for i,v in pairs(LP.Backpack:GetDescendants()) do
  8698.                     if v:IsA("Tool") then
  8699.                         v.Parent = LP.Character
  8700.                         wait()
  8701.                         v.Parent = plr.Character
  8702.                     end
  8703.                 end
  8704.                 wait(0.4)
  8705.                 LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(4000000, -10, 200000))
  8706.             end
  8707.         end
  8708.     end
  8709. end
  8710.  
  8711. Commands.newattach =  function(args)
  8712.     if hasTools() == false then
  8713.         Notification("warning", "You need TWO tools in your backpack/inventory to use this command.", 8)
  8714.     else
  8715.         if args[1] then
  8716.             for i,plr in pairs(findSinglePlayer(args[1])) do
  8717.                 for i,v in pairs(LP.Backpack:GetChildren())do
  8718.                     LP.Character.Humanoid:EquipTool(v)
  8719.                 end
  8720.                 for i,v in pairs(LP.Backpack:GetDescendants()) do
  8721.                     if v:IsA("Tool") then
  8722.                         v.Parent = LP.Character
  8723.                         wait()
  8724.                         v.Parent = plr.Character
  8725.                     end
  8726.                 end
  8727.             end
  8728.         end
  8729.     end
  8730. end
  8731.  
  8732. Commands.newbring =  function(args)
  8733.     if hasTools() == false then
  8734.         Notification("warning", "You need TWO tools in your backpack/inventory to use this command.", 8)
  8735.     else
  8736.         if args[1] then
  8737.             for i,plr in pairs(findSinglePlayer(args[1])) do
  8738.                 local NOW = LP.Character.HumanoidRootPart.CFrame
  8739.                 for i,v in pairs(LP.Backpack:GetChildren())do
  8740.                     LP.Character.Humanoid:EquipTool(v)
  8741.                 end
  8742.                 for i,v in pairs(LP.Backpack:GetDescendants()) do
  8743.                     if v:IsA("Tool") then
  8744.                         v.Parent = LP.Character
  8745.                         wait()
  8746.                         v.Parent = plr.Character
  8747.                     end
  8748.                 end
  8749.                 wait(0.4)
  8750.                 LP.Character.HumanoidRootPart.CFrame = NOW
  8751.                 wait(0.4)
  8752.                 LP.Character.HumanoidRootPart.CFrame = NOW
  8753.             end
  8754.         end
  8755.     end
  8756. end
  8757.  
  8758. Commands.spawn = function(args)
  8759.     if args[1] then
  8760.         if string.lower(tostring(args[1])) == "ws" then
  8761.             spawnWS = args[2] or CurrentWalkspeed
  8762.             LP.Character.Humanoid.WalkSpeed = args[2] or CurrentWalkspeed
  8763.         elseif string.lower(tostring(args[1])) == "jp" then
  8764.             spawnJP = args[2] or CurrentJumppower
  8765.             LP.Character.Humanoid.JumpPower = args[2] or CurrentJumppower
  8766.         elseif string.lower(tostring(args[1])) == "hh" then
  8767.             spawnHH = args[2] or CurrentHipheight
  8768.             LP.Character.Humanoid.HipHeight = args[2] or CurrentHipheight
  8769.         elseif string.lower(tostring(args[1])) == "god" then
  8770.             spawningfegod = true
  8771.             FEGodmode()
  8772.         end
  8773.     end
  8774. end
  8775.  
  8776. Commands.unspawn = function(args)
  8777.     spawnWS = CurrentWalkspeed
  8778.     spawnJP = CurrentJumppower
  8779.     spawnHH = CurrentHipheight
  8780.     spawningfegod = false
  8781.     Notification("info", "Reset spawning stats", 5)
  8782. end
  8783.  
  8784. savingtoolsloop = false
  8785. Commands.autosavetool = function(args)
  8786.     if args[1] then
  8787.         if string.lower(tostring(args[1])) == "on" then
  8788.             savingtoolsloop = true
  8789.         elseif string.lower(tostring(args[1])) == "off" then
  8790.             savingtoolsloop = false
  8791.         end
  8792.     end
  8793. end
  8794.  
  8795. modeFling = false
  8796. modeCompliment = false
  8797. modeMove = false
  8798. modeInfo = false
  8799. Commands.beginbot = function(args)
  8800.     if not args[1] then
  8801.         print("fling // compliment // move // info")
  8802.         Notification("info", ""..commandPrefix.."beginbot Modes printed", 5)
  8803.     else
  8804.         if string.lower(tostring(args[1])) == "fling" then
  8805.             modeFling = true
  8806.             game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Hello! I am Fling-Bot 5000! Say !fling [Player] to fling that player!", "All")
  8807.         elseif string.lower(tostring(args[1])) == "compliment" then
  8808.             modeCompliment = true
  8809.             complimentReady = true
  8810.             game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Good day, I am Compliment-Bot. Say !c [Player] to give them a compliment.", "All")
  8811.         elseif string.lower(tostring(args[1])) == "move" then
  8812.             modeMove = true
  8813.             game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Hi, I am movement bot. Commands you can use: !walk [Player], !bringbot, !follow [Player].", "All")
  8814.         elseif string.lower(tostring(args[1])) == "info" then
  8815.             modeInfo = true
  8816.             infoReady = true
  8817.             game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Hey, I'm Info-Bot. Commands you can use: !age [Player], !id [Player].", "All")
  8818.         end
  8819.     end
  8820. end
  8821.  
  8822. Commands.endbot = function(args)
  8823.     if not args[1] then
  8824.         modeFling = false
  8825.         modeCompliment = false
  8826.         modeMove = false
  8827.         modeInfo = false
  8828.     else
  8829.         if string.lower(tostring(args[1])) == "fling" then
  8830.             modeFling = false
  8831.         elseif string.lower(tostring(args[1])) == "compliment" then
  8832.             modeCompliment = false
  8833.         elseif string.lower(tostring(args[1])) == "move" then
  8834.             modeMove = false
  8835.         elseif string.lower(tostring(args[1])) == "info" then
  8836.             modeInfo = false
  8837.         end
  8838.     end
  8839. end
  8840.  
  8841. Commands.stopsit = function(args)
  8842.     stopsitting = true
  8843. end
  8844.  
  8845. Commands.gosit = function(args)
  8846.     stopsitting = false
  8847. end
  8848.  
  8849. chattingerror = true
  8850. Commands.chaterror = function(args)
  8851.     if chattingerror then
  8852.         chattingerror = false
  8853.         game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(" ", "All")
  8854.         game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(" ", "All")
  8855.         wait(4)
  8856.         game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(" ", "All")
  8857.         wait(3)
  8858.         chattingerror = true
  8859.     end
  8860. end
  8861.  
  8862. spawnpos = nil
  8863. spawningpos = true
  8864. Commands.spawnpoint = function(args)
  8865.     spawnpos = LP.Character.HumanoidRootPart.CFrame
  8866.     spawningpos = true
  8867.     Notification("info", "Spawn point has been set! Use "..commandPrefix.."nospawn to remove.", 6)
  8868. end
  8869.  
  8870. Commands.nospawn = function(args)
  8871.     spawningpos = false
  8872.     Notification("info", "Spawn point has been removed. Use "..commandPrefix.."spawnpoint to enable.", 6)
  8873. end
  8874.  
  8875. Commands.bypass = function(args)
  8876.     if args[1] then
  8877.         if string.lower(tostring(args[1])) == "on" then
  8878.             bypassMODE = true
  8879.             Notification("warning", "Bypass mode turned on, this changes functions of "..commandPrefix.."fly and other commands to bypass most anti-exploits.", 7)
  8880.         elseif string.lower(tostring(args[1])) == "off" then
  8881.             bypassMODE = false
  8882.             Notification("warning", "Bypass mode has been turned off.", 7)
  8883.         end
  8884.     end
  8885. end
  8886.  
  8887. Commands.fixcam = function(args)
  8888.     gsWorkspace.CurrentCamera:Destroy()
  8889.     wait(0.1)
  8890.     game:GetService("Workspace").CurrentCamera.CameraSubject = LP.Character.Humanoid
  8891.     game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  8892.     LP.CameraMinZoomDistance = 0.5
  8893.     LP.CameraMaxZoomDistance = 400
  8894.     LP.CameraMode = "Classic"
  8895.     LP.DevCameraOcclusionMode = CurrentNormal
  8896. end
  8897.  
  8898. Commands.gotoobj = function(args)
  8899.     if args[1] then
  8900.         for i,v in pairs(gsWorkspace:GetDescendants()) do
  8901.             if string.lower(v.Name) == string.lower(tostring(args[1])) then
  8902.                 LP.Character.HumanoidRootPart.CFrame = v.CFrame + Vector3.new(0, 3, 0)
  8903.             end
  8904.         end
  8905.     end
  8906. end
  8907.  
  8908. Commands.breakcam = function(args)
  8909.     gsWorkspace.CurrentCamera.CameraSubject = LP.Character.Head
  8910. end
  8911.  
  8912. Commands.inviscam = function(args)
  8913.     LP.DevCameraOcclusionMode = "Invisicam"
  8914. end
  8915.  
  8916. printobjKEY = ""
  8917. printobjCLICKING = false
  8918. printobjACTIVE = false
  8919.  
  8920. Commands.printobj = function(args)
  8921.     if args[1] then
  8922.         printobjKEY = string.sub(tostring(args[1]), 1, 1)
  8923.         printobjACTIVE = true
  8924.         printobjCLICKING = false
  8925.     else
  8926.         printobjKEY = ""
  8927.         printobjACTIVE = true
  8928.         printobjCLICKING = true
  8929.     end
  8930. end
  8931.  
  8932. Mouse.KeyDown:Connect(function(key)
  8933.     if key == printobjKEY and printobjACTIVE == true then
  8934.         if Mouse.Target then
  8935.             local path = Mouse.Target:GetFullName()
  8936.             local getPath = "game:GetService(\"Workspace\")"
  8937.             local getSpaces = ""
  8938.             local separate = {}
  8939.             local a = nil
  8940.             for v in string.gmatch(string.sub(path, 10), "[^.]+") do
  8941.                 if string.match(v, " ") then
  8942.                     a = "["..v.."]"
  8943.                     table.insert(separate, a)
  8944.                 else
  8945.                     a = "."..v
  8946.                     table.insert(separate, a)
  8947.                 end
  8948.                 getSpaces = table.concat(separate, "")
  8949.             end
  8950.             local fullPath = getPath..getSpaces
  8951.             print(fullPath)
  8952.         end
  8953.     end
  8954. end)
  8955. Mouse.Button1Down:Connect(function()
  8956.     if printobjCLICKING == true and printobjACTIVE == true then
  8957.         if Mouse.Target then
  8958.             local path = Mouse.Target:GetFullName()
  8959.             local getPath = "game:GetService(\"Workspace\")"
  8960.             local getSpaces = ""
  8961.             local separate = {}
  8962.             local a = nil
  8963.             for v in string.gmatch(string.sub(path, 10), "[^.]+") do
  8964.                 if string.match(v, " ") then
  8965.                     a = "["..v.."]"
  8966.                     table.insert(separate, a)
  8967.                 else
  8968.                     a = "."..v
  8969.                     table.insert(separate, a)
  8970.                 end
  8971.                 getSpaces = table.concat(separate, "")
  8972.             end
  8973.             local fullPath = getPath..getSpaces
  8974.             print(fullPath)
  8975.         end
  8976.     end
  8977. end)
  8978.  
  8979. Commands.unprintobj = function(args)
  8980.     printobjACTIVE = false
  8981.     printobjCLICKING = false
  8982. end
  8983.  
  8984. Commands.hotkeyfc = function(args)
  8985.     if args[1] then
  8986.         if string.lower(tostring(args[1])) == "goto" then
  8987.             fchotkeymode = "goto"
  8988.         elseif string.lower(tostring(args[1])) == "unfc" then
  8989.             fchotkeymode = "unfc"
  8990.         end
  8991.         fullUpdate()
  8992.     end
  8993. end
  8994.  
  8995. Commands.carpet = function(args)
  8996.     if args[1] then
  8997.         for i,v in pairs(findSinglePlayer(args[1])) do
  8998.             if v ~= nil then
  8999.                 annoying = true
  9000.                 annplr = v
  9001.                 local carpetAnimation = Instance.new("Animation")
  9002.                 carpetAnimation.AnimationId = "rbxassetid://282574440"
  9003.                 carpetTrack = LP.Character.Humanoid:LoadAnimation(carpetAnimation)
  9004.                 carpetTrack:Play(.1, 1, 1)
  9005.             end
  9006.         end
  9007.     end
  9008. end
  9009.  
  9010. Commands.uncarpet = function(args)
  9011.     annoying = false
  9012.     carpetTrack:Stop()
  9013. end
  9014.  
  9015. Commands.brickcreate = function(args)
  9016.     if args[1] then
  9017.         local createPosition = LP.Character.HumanoidRootPart.CFrame
  9018.         if args[2] and args[3] and args[4] then
  9019.             createPosition = CFrame.new(Vector3.new(args[2], args[3], args[4]))
  9020.         else
  9021.             createPosition = LP.Character.HumanoidRootPart.CFrame
  9022.         end
  9023.         for i = 1, args[1] do
  9024.             LP.Character.HumanoidRootPart.CFrame = createPosition
  9025.             run(commandPrefix.."blockhats")
  9026.             wait(0.2)
  9027.             run(commandPrefix.."drophats")
  9028.             wait(0.2)
  9029.             run(commandPrefix.."reset")
  9030.             wait(6)
  9031.         end
  9032.     end
  9033. end
  9034.  
  9035. Commands.forward = function(args)
  9036.     if args[1] then
  9037.         forwardSpeed = args[1]
  9038.     else
  9039.         forwardSpeed = 1
  9040.     end
  9041.     cmdForward = true
  9042. end
  9043.  
  9044. Commands.unforward = function(args)
  9045.     cmdForward = false
  9046. end
  9047.  
  9048. Commands.id = function(args)
  9049.     if args[1] then
  9050.         for i,v in pairs(findPlayer(args[1])) do
  9051.             game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(v.Name.." Account ID: "..v.UserId.."!", "All")
  9052.         end
  9053.     end
  9054. end
  9055.  
  9056. Commands.spinhats = function(args) -- Credit to xFunnieuss
  9057.     for i,v in pairs(LP.Character:GetDescendants()) do
  9058.         if v:IsA("Accessory") or v:IsA("Hat") then
  9059.             local keep = Instance.new("BodyPosition") keep.Parent = v.Handle keep.Name = "no"
  9060.             local spin = Instance.new("BodyAngularVelocity") spin.Parent = v.Handle spin.Name = "ha"
  9061.             if v.Handle.AccessoryWeld then
  9062.                 v.Handle.AccessoryWeld:Destroy()
  9063.             end
  9064.             if args[1] then
  9065.                 spin.AngularVelocity = Vector3.new(0, args[1], 0)
  9066.                 spin.MaxTorque = Vector3.new(0, args[1] * 2, 0)
  9067.             else
  9068.                 spin.AngularVelocity = Vector3.new(0, 100, 0)
  9069.                 spin.MaxTorque = Vector3.new(0, 200, 0)
  9070.             end
  9071.             keep.P = 30000
  9072.             keep.D = 50
  9073.             spinObj = keep
  9074.             spinTOhead = true
  9075.         end
  9076.     end
  9077. end
  9078.  
  9079. Commands.unspinhats = function(args)
  9080.     for i,v in pairs(LP.Character:GetDescendants()) do
  9081.         if v:IsA("Accessory") or v:IsA("Hat") then
  9082.             pcall(function()
  9083.                 run(commandPrefix.."drophats")
  9084.                 wait(2)
  9085.                 v.Handle.spin:Destroy()
  9086.                 v.Handle.keep:Destroy()
  9087.             end)
  9088.         end
  9089.     end
  9090. end
  9091.  
  9092. savedmap = {}
  9093. Commands.savemap = function(args)
  9094.     for i,v in pairs(gsWorkspace:GetChildren()) do
  9095.         v.Archivable = true
  9096.         if not v:IsA("Terrain") and not v:IsA("Camera") then
  9097.             if not gsPlayers:FindFirstChild(v.Name) then
  9098.                 table.insert(savedmap, v:Clone())
  9099.             end
  9100.         end
  9101.     end
  9102.     clientSided()
  9103. end
  9104.  
  9105. Commands.loadmap = function(args)
  9106.     for i,v in pairs(gsWorkspace:GetChildren()) do
  9107.         if not v:IsA("Terrain") and not v:IsA("Camera") then
  9108.             if not gsPlayers:FindFirstChild(v.Name) then
  9109.                 pcall(function()
  9110.                     v:Destroy()
  9111.                 end)
  9112.             end
  9113.         end
  9114.     end
  9115.     for i,a in ipairs(savedmap) do
  9116.         a:Clone().Parent = gsWorkspace
  9117.     end
  9118.     clientSided()
  9119. end
  9120.  
  9121. Commands.creatorid = function(args)
  9122.     LP.UserId = game.CreatorId
  9123. end
  9124.  
  9125. Commands.gameid = function(args)
  9126.     Notification("info", "Current game's ID = "..game.GameId, 8)
  9127. end
  9128.  
  9129. Commands.delobj = function(args)
  9130.     if args[1] then
  9131.         for i,v in pairs(gsWorkspace:GetDescendants()) do
  9132.             if string.lower(v.Name) == string.lower(tostring(args[1])) then
  9133.                 v:Destroy()
  9134.                 clientSided()
  9135.             end
  9136.         end
  9137.     end
  9138. end
  9139.  
  9140. Commands.glide = function(args)
  9141.     if args[1] then
  9142.         for i,v in pairs(findSinglePlayer(args[1])) do
  9143.             local goal = {}
  9144.             goal.CFrame = v.Character.HumanoidRootPart.CFrame
  9145.             local defaultSpeed = 3
  9146.             if args[2] then
  9147.                 if tonumber(args[2]) < 10 then
  9148.                     defaultSpeed = tonumber(args[2])
  9149.                 else
  9150.                     defaultSpeed = 5
  9151.                 end
  9152.             else
  9153.                 defaultSpeed = 3
  9154.             end
  9155.             local goalFunction = gsTween:Create(LP.Character.HumanoidRootPart, TweenInfo.new(defaultSpeed, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), goal)
  9156.             goalFunction:Play()
  9157.         end
  9158.     end
  9159. end
  9160.  
  9161. stutterON = false
  9162. Commands.stutter = function(args)
  9163.     if args[1] then
  9164.         if string.lower(tostring(args[1])) == "on" then
  9165.             stutterON = true
  9166.         elseif string.lower(tostring(args[1])) == "off" then
  9167.             stutterON = false
  9168.             wait(0.4)
  9169.             LP.Character.HumanoidRootPart.Anchored = false
  9170.         end
  9171.     end
  9172. end
  9173.  
  9174. spawn(function()
  9175.     while wait(0.1) do
  9176.         if stutterON == true then
  9177.             LP.Character.HumanoidRootPart.Anchored = false
  9178.             wait(0.1)
  9179.             LP.Character.HumanoidRootPart.Anchored = true
  9180.         end
  9181.     end
  9182. end)
  9183.  
  9184. Commands.platform = function(args)
  9185.     local a = Instance.new("Part")
  9186.     a.Parent = gsWorkspace
  9187.     a.Size = Vector3.new(10, 1, 10)
  9188.     a.Anchored = true
  9189.     a.CFrame = LP.Character.HumanoidRootPart.CFrame + Vector3.new(0, 5, 0)
  9190.     LP.Character.HumanoidRootPart.CFrame = a.CFrame + Vector3.new(0, 2, 0)
  9191.     clientSided()
  9192.     wait(20)
  9193.     a:Destroy()
  9194. end
  9195.  
  9196. Commands.servertime = function(args)
  9197.     Notification("info", "Server time is "..math.ceil(tonumber(gsWorkspace.DistributedGameTime)).." seconds.", 8)
  9198. end
  9199.  
  9200. Commands.ride = function(args)
  9201.     if args[1] then
  9202.         for i,v in pairs(findSinglePlayer(args[1])) do
  9203.             local Anim = Instance.new("Animation")
  9204.             Anim.AnimationId = "rbxassetid://179224234"
  9205.             RIDEtrack = LP.Character.Humanoid:LoadAnimation(Anim)
  9206.             rideACTIVE = true
  9207.             ridePLAYER = v
  9208.             RIDEtrack:Play()
  9209.         end
  9210.     end
  9211. end
  9212.  
  9213. Commands.unride = function(args)
  9214.     RIDEtrack:Stop()
  9215.     rideACTIVE = false
  9216. end
  9217.  
  9218. Commands.cmute = function(args)
  9219.     if args[1] then
  9220.         for i,v in pairs(findSinglePlayer(args[1])) do
  9221.             game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/mute "..v.Name, "All")
  9222.             clientSided()
  9223.         end
  9224.     end
  9225. end
  9226.  
  9227. Commands.uncmute = function(args)
  9228.     if args[1] then
  9229.         for i,v in pairs(findSinglePlayer(args[1])) do
  9230.             game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/unmute "..v.Name, "All")
  9231.         end
  9232.     end
  9233. end
  9234.  
  9235. Commands.hat = function(args)
  9236.     if args[1] then
  9237.         for i,v in pairs(findSinglePlayer(args[1])) do
  9238.             local Anim = Instance.new("Animation")
  9239.             Anim.AnimationId = "rbxassetid://282574440"
  9240.             HATtrack = LP.Character.Humanoid:LoadAnimation(Anim)
  9241.             rideACTIVE = true
  9242.             ridePLAYER = v
  9243.             HATtrack:Play()
  9244.             view(v)
  9245.         end
  9246.     end
  9247. end
  9248.  
  9249. Commands.unhat = function(args)
  9250.     HATtrack:Stop()
  9251.     rideACTIVE = false
  9252.     view(LP)
  9253. end
  9254.  
  9255. --[[Commands.spawnreset = function(args)
  9256.     if args[1] then
  9257.         if string.lower(tostring(args[1])) == "on" then
  9258.             spawningatreset = true
  9259.         elseif string.lower(tostring(args[1])) == "off" then
  9260.             spawningatreset = false
  9261.         end
  9262.     end
  9263. end]]
  9264.  
  9265. Commands.chat = function(args)
  9266.     if args[1] then
  9267.         local Chatmsg = table.concat(args, " ")
  9268.         game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(Chatmsg, "All")
  9269.     end
  9270. end
  9271.  
  9272. -- findPlayer function (ALL, OTHERS, ME, NOOBS, VETERANS, OLDVETERANS, FRIENDS, NOFRIENDS, DEFAULT, RANDOM, SAMETEAM, NOTEAM, OTHERTEAM, TEAMname)
  9273. function findPlayer(plr)
  9274.     local players = {}
  9275.     local find = plr:lower()
  9276.     local getAllNames = getmultipleplayers(find)
  9277.     for i,mplr in pairs(getAllNames) do
  9278.     if mplr == "all" then
  9279.         for i,v in pairs(gsPlayers:GetPlayers()) do
  9280.             table.insert(players,v)
  9281.         end
  9282.     elseif mplr == "others" then
  9283.         for i,v in pairs(gsPlayers:GetPlayers()) do
  9284.             if v.Name ~= LP.Name then
  9285.                 table.insert(players,v)
  9286.             end
  9287.         end
  9288.     elseif mplr == "me" then
  9289.         table.insert(players,LP)
  9290.     elseif mplr == "noobs" then
  9291.         for i,v in pairs(gsPlayers:GetPlayers()) do
  9292.             if v.AccountAge <= 3 then
  9293.                 table.insert(players,v)
  9294.             end
  9295.         end
  9296.     elseif mplr == "veterans" then
  9297.         for i,v in pairs(gsPlayers:GetPlayers()) do
  9298.             if v.AccountAge >= 365 then
  9299.                 table.insert(players,v)
  9300.             end
  9301.         end
  9302.     elseif mplr == "oldveterans" then
  9303.         for i,v in pairs(gsPlayers:GetPlayers()) do
  9304.             if v.AccountAge >= 1500 then
  9305.                 table.insert(players,v)
  9306.             end
  9307.         end
  9308.     elseif mplr == "friends" then
  9309.         for i,v in pairs(gsPlayers:GetPlayers()) do
  9310.             if v:IsFriendsWith(LP.UserId) and v.Name ~= LP.Name then
  9311.                 table.insert(players,v)
  9312.             end
  9313.         end
  9314.     elseif mplr == "nofriends" then
  9315.         for i,v in pairs(gsPlayers:GetPlayers()) do
  9316.             if not v:IsFriendsWith(LP.UserId) and v.Name ~= LP.Name then
  9317.                 table.insert(players,v)
  9318.             end
  9319.         end
  9320.     elseif mplr == "default" then
  9321.         for i,v in pairs(gsPlayers:GetPlayers()) do
  9322.             if v.Character:FindFirstChild("Pal Hair") or v.Character:FindFirstChild("Kate Hair") then
  9323.                 table.insert(players,v)
  9324.             end
  9325.         end
  9326.     elseif mplr == "random" then
  9327.         for i,v in pairs(gsPlayers:GetPlayers()) do
  9328.             table.insert(players,v[math.random(1, #v)])
  9329.         end
  9330.     elseif mplr == "sameteam" then
  9331.         for i,v in pairs(gsPlayers:GetPlayers()) do
  9332.             if v.Team == LP.Team then
  9333.                 table.insert(players,v)
  9334.             end
  9335.         end
  9336.     elseif mplr == "noteam" then
  9337.         for i,v in pairs(gsPlayers:GetPlayers()) do
  9338.             if v.Team == nil then
  9339.                 table.insert(players,v)
  9340.             end
  9341.         end
  9342.     elseif mplr == "otherteam" then
  9343.             for i,v in pairs(gsPlayers:GetPlayers()) do
  9344.                 if v.Team ~= LP.Team then
  9345.                     table.insert(players,v)
  9346.                 end
  9347.             end
  9348.     elseif string.sub(mplr, 1, 4) == "team" then
  9349.             for i,v in pairs(gsPlayers:GetPlayers()) do
  9350.                 local spaceTEAM = {}
  9351.                 for teamValues in (string.gmatch(string.sub(mplr, 5), "[^_]+")) do
  9352.                     spaceTEAM[#spaceTEAM + 1] = teamValues
  9353.                 end
  9354.                 local gottrueteam = table.concat(spaceTEAM, " ")
  9355.                 if string.lower(tostring(v.Team)) == string.lower(gottrueteam) then
  9356.                     table.insert(players,v)
  9357.                 end
  9358.             end
  9359.         else
  9360.             for i,v in pairs(gsPlayers:GetPlayers()) do
  9361.                 if string.lower(v.Name):sub(1, #mplr) == string.lower(mplr) then
  9362.                     table.insert(players,v)
  9363.                 end
  9364.             end
  9365.         end
  9366.     end
  9367.  
  9368.     return players    
  9369. end
  9370. function getmultipleplayers(plr)
  9371.     local plrsgotten = {}
  9372.     for i in string.gmatch(plr,"[^,]+") do
  9373.         table.insert(plrsgotten,i)
  9374.     end
  9375.     return plrsgotten
  9376. end
  9377. function findSinglePlayer(plr)
  9378.     local players = {}
  9379.     local find = plr:lower()
  9380.     if find == "me" then
  9381.         table.insert(players,LP)
  9382.     else
  9383.         for i,v in pairs(gsPlayers:GetPlayers()) do
  9384.             if string.lower(v.Name):sub(1, #find) == string.lower(find) then
  9385.                 table.insert(players,v)
  9386.             end
  9387.         end
  9388.     end
  9389.     local oneplayer = {}
  9390.     pcall(function()
  9391.         table.insert(oneplayer, players[math.random(1, #players)])
  9392.     end)
  9393.     return oneplayer
  9394. end
  9395.  
  9396. -- Anti Kick
  9397.  
  9398. if getrawmetatable then
  9399.     function formatargs(getArgs,v)
  9400.         if #getArgs == 0 then
  9401.             return ""
  9402.         end
  9403.        
  9404.         local collectArgs = {}
  9405.         for k,v in next,getArgs do
  9406.             local argument = ""
  9407.             if type(v) == "string" then
  9408.                 argument = "\""..v.."\""
  9409.             elseif type(v) == "table" then
  9410.                 argument = "{" .. formatargs(v,true) .. "}"
  9411.             else
  9412.                 argument = tostring(v)
  9413.             end
  9414.             if v and type(k) ~= "number" then
  9415.                 table.insert(collectArgs,k.."="..argument)
  9416.             else
  9417.                 table.insert(collectArgs,argument)
  9418.             end
  9419.         end
  9420.         return table.concat(collectArgs, ", ")
  9421.     end
  9422.    
  9423.     kicknum = 0
  9424.     local game_meta = getrawmetatable(game)
  9425.     local game_namecall = game_meta.__namecall
  9426.     local game_index = game_meta.__index
  9427.     local w = (setreadonly or fullaccess or make_writeable)
  9428.     pcall(w, game_meta, false)
  9429.     game_meta.__namecall = function(out, ...)
  9430.         local args = {...}
  9431.         local Method = args[#args]
  9432.         args[#args] = nil
  9433.        
  9434.         if Method == "Kick" and out == LP then
  9435.             kicknum = kicknum + 1
  9436.             warn("Blocked client-kick attempt "..kicknum)
  9437.             return
  9438.         end
  9439.        
  9440.         if antiremotes then
  9441.             if Method == "FireServer" or Method == "InvokeServer" then
  9442.                 if out.Name ~= "CharacterSoundEvent" and out.Name ~= "SayMessageRequest" and out.Name ~= "AddCharacterLoadedEvent" and out.Name ~= "RemoveCharacterEvent" and out.Name ~= "DefaultServerSoundEvent" and out.Parent ~= "DefaultChatSystemChatEvents" then
  9443.                     warn("Blocked remote: "..out.Name.." // Method: "..Method)
  9444.                     return
  9445.                 end
  9446.             end
  9447.         else
  9448.             if Method == "FireServer" or Method == "InvokeServer" then
  9449.                 for i,noremote in pairs(blockedremotes) do
  9450.                     if out.Name == noremote and out.Name ~= "SayMessageRequest" then
  9451.                         warn("Blocked remote: "..out.Name.." // Method: "..Method)
  9452.                         return
  9453.                     end
  9454.                 end
  9455.             end
  9456.         end
  9457.        
  9458.         if spyingremotes then
  9459.             if Method == "FireServer" or Method == "InvokeServer" then
  9460.                 if out.Name ~= "CharacterSoundEvent" and out.Name ~= "AddCharacterLoadedEvent" and out.Name ~= "RemoveCharacterEvent" and out.Name ~= "DefaultServerSoundEvent" and out.Name ~= "SayMessageRequest" then
  9461.                     local arguments = {}
  9462.                     for i = 1,#args do
  9463.                         arguments[i] = args[i]
  9464.                     end
  9465.                     local getScript = getfenv(2).script
  9466.                     if getScript == nil then
  9467.                         getScript = "??? (Not Found) ???"
  9468.                     end
  9469.                     warn("<> <> <> A "..out.ClassName.." has been fired! How to fire:\ngame."..out:GetFullName()..":"..Method.."("..formatargs(arguments)..")\n\nFired from script: ".. tostring(getScript:GetFullName()))
  9470.                 end
  9471.             end
  9472.         end
  9473.        
  9474.         return game_namecall(out, ...)
  9475.     end
  9476. end
  9477.  
  9478. -- FE Check
  9479. function FEcheckDefault()
  9480.     if gsWorkspace.FilteringEnabled == true then
  9481.         createIntro("warning", "FE is enabled! Press "..commandPrefix.." to bring Command Bar.", 7)
  9482.     else
  9483.         createIntro("warning", "FE is disabled. Consider using a different script.", 7)
  9484.     end
  9485. end
  9486. FEcheckDefault()
  9487. end)
  9488.  
  9489. CloseMain.Name = "CloseMain"
  9490. CloseMain.Parent = MainScreen
  9491. CloseMain.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  9492. CloseMain.BorderSizePixel = 0
  9493. CloseMain.Position = UDim2.new(0.932076871, 0, 0.00393700786, 0)
  9494. CloseMain.Size = UDim2.new(0, 32, 0, 23)
  9495. CloseMain.Font = Enum.Font.SciFi
  9496. CloseMain.Text = "X"
  9497. CloseMain.TextColor3 = Color3.new(0, 0, 0)
  9498. CloseMain.TextSize = 25
  9499. CloseMain.MouseButton1Down:connect(function()
  9500. Open.Visible = true
  9501. OpenFrame.Visible = true
  9502. MainScreen.Visible = false
  9503. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement