Advertisement
Superaver

F3 Gui ( Added mm2 esp and reviz admin )

Apr 21st, 2019
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 375.57 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local OpenFrame = Instance.new("Frame")
  6. local Open = Instance.new("TextButton")
  7. local Main = Instance.new("Frame")
  8. local BeautyA = Instance.new("Frame")
  9. local TextLabel = Instance.new("TextLabel")
  10. local BeautyB = Instance.new("Frame")
  11. local TextLabel_2 = Instance.new("TextLabel")
  12. local FeArosia = Instance.new("TextButton")
  13. local Shattervast = Instance.new("TextButton")
  14. local Reviz = Instance.new("TextButton")
  15. local Esp = Instance.new("TextButton")
  16. local None = Instance.new("TextButton")
  17. local None_2 = Instance.new("TextButton")
  18. local None_3 = Instance.new("TextButton")
  19. local None_4 = Instance.new("TextButton")
  20. local None_5 = Instance.new("TextButton")
  21. local None_6 = Instance.new("TextButton")
  22. local None_7 = Instance.new("TextButton")
  23. local None_8 = Instance.new("TextButton")
  24. local Close = Instance.new("TextButton")
  25. --Properties:
  26. ScreenGui.Parent = game.CoreGui
  27. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  28.  
  29. OpenFrame.Name = "OpenFrame"
  30. OpenFrame.Parent = ScreenGui
  31. OpenFrame.Active = true
  32. OpenFrame.BackgroundColor3 = Color3.new(0.729412, 0, 0)
  33. OpenFrame.Position = UDim2.new(0, 0, 0.546064973, 0)
  34. OpenFrame.Size = UDim2.new(0, 102, 0, 41)
  35.  
  36. Open.Name = "Open"
  37. Open.Parent = OpenFrame
  38. Open.BackgroundColor3 = Color3.new(0.678431, 0, 0)
  39. Open.BorderSizePixel = 0
  40. Open.Position = UDim2.new(0, 0, 0.0642243326, 0)
  41. Open.Size = UDim2.new(0, 102, 0, 34)
  42. Open.Font = Enum.Font.Cartoon
  43. Open.Text = "Open"
  44. Open.TextColor3 = Color3.new(0, 0, 0)
  45. Open.TextSize = 30
  46. Open.MouseButton1Down:connect(function()
  47. Main.Visible = true
  48. OpenFrame.Visible = false
  49. end)
  50.  
  51. Main.Name = "Main"
  52. Main.Parent = ScreenGui
  53. Main.Active = true
  54. Main.BackgroundColor3 = Color3.new(0.607843, 0, 0)
  55. Main.BackgroundTransparency = 0.20000000298023
  56. Main.BorderSizePixel = 0
  57. Main.Position = UDim2.new(0.170818508, 0, 0.113320082, 0)
  58. Main.Size = UDim2.new(0, 574, 0, 389)
  59. Main.Visible = false
  60. Main.Draggable = true
  61.  
  62. BeautyA.Name = "BeautyA"
  63. BeautyA.Parent = Main
  64. BeautyA.BackgroundColor3 = Color3.new(0.607843, 0, 0)
  65. BeautyA.Size = UDim2.new(0, 574, 0, 40)
  66.  
  67. TextLabel.Parent = BeautyA
  68. TextLabel.BackgroundColor3 = Color3.new(0.607843, 0, 0)
  69. TextLabel.Position = UDim2.new(0.30901289, 0, 0.0825969726, 0)
  70. TextLabel.Size = UDim2.new(0, 200, 0, 37)
  71. TextLabel.Font = Enum.Font.Cartoon
  72. TextLabel.Text = "F3 Gui"
  73. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  74. TextLabel.TextSize = 30
  75.  
  76. BeautyB.Name = "BeautyB"
  77. BeautyB.Parent = Main
  78. BeautyB.BackgroundColor3 = Color3.new(0.607843, 0, 0)
  79. BeautyB.Position = UDim2.new(0, 0, 0.867986739, 0)
  80. BeautyB.Size = UDim2.new(0, 574, 0, 51)
  81.  
  82. TextLabel_2.Parent = BeautyB
  83. TextLabel_2.BackgroundColor3 = Color3.new(0.607843, 0, 0)
  84. TextLabel_2.Position = UDim2.new(0.285407752, 0, 0, 0)
  85. TextLabel_2.Size = UDim2.new(0, 200, 0, 40)
  86. TextLabel_2.Font = Enum.Font.Cartoon
  87. TextLabel_2.Text = "GUI Made By Super, Scritps Go to their rightfull owners"
  88. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  89. TextLabel_2.TextSize = 20
  90.  
  91. FeArosia.Name = "FeArosia"
  92. FeArosia.Parent = Main
  93. FeArosia.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  94. FeArosia.Position = UDim2.new(0.0586506464, 0, 0.18941474, 0)
  95. FeArosia.Size = UDim2.new(0, 160, 0, 36)
  96. FeArosia.Font = Enum.Font.Cartoon
  97. FeArosia.Text = "FeArosia"
  98. FeArosia.TextColor3 = Color3.new(0, 0, 0)
  99. FeArosia.TextSize = 20
  100. FeArosia.MouseButton1Down:connect(function()
  101. -- Thank you for using Arosia, enjoy!
  102.  
  103. -- Objects
  104.  
  105. local Arosia = Instance.new("ScreenGui")
  106. local SideTabsBrick = Instance.new("Frame")
  107. local icon = Instance.new("ImageLabel")
  108. local MainFrame = Instance.new("Frame")
  109. local TopRow = Instance.new("Frame")
  110. local Title = Instance.new("TextLabel")
  111. local CloseGUI = Instance.new("TextButton")
  112. local FE_Check = Instance.new("TextLabel")
  113. local SideTabs = Instance.new("Frame")
  114. local TAB_LocalPlayer = Instance.new("TextButton")
  115. local TAB_Others = Instance.new("TextButton")
  116. local TAB_Scripts = Instance.new("TextButton")
  117. local TAB_Credit = Instance.new("TextButton")
  118. local TAB_Games = Instance.new("TextButton")
  119. local Others = Instance.new("Frame")
  120. local PlayerUserEnter = Instance.new("TextBox")
  121. local Guidance = Instance.new("TextLabel")
  122. local Annoy = Instance.new("TextButton")
  123. local Teleport = Instance.new("TextButton")
  124. local View = Instance.new("TextButton")
  125. local Kill = Instance.new("TextButton")
  126. local Attach = Instance.new("TextButton")
  127. local Bring = Instance.new("TextButton")
  128. local Guidance2 = Instance.new("TextLabel")
  129. local NoneSelected = Instance.new("Frame")
  130. local NoneSelectedText1 = Instance.new("TextLabel")
  131. local NoneSelectedText2 = Instance.new("TextLabel")
  132. local NoneSelectedText3 = Instance.new("TextLabel")
  133. local LocalPlayer = Instance.new("Frame")
  134. local GodMode = Instance.new("TextButton")
  135. local Fly = Instance.new("TextButton")
  136. local Speed = Instance.new("TextButton")
  137. local Speed_TXTBOX = Instance.new("TextBox")
  138. local JumpHeight = Instance.new("TextButton")
  139. local JumpHeight_TXTBOX = Instance.new("TextBox")
  140. local Chat = Instance.new("TextButton")
  141. local Chat_TXTBOX = Instance.new("TextBox")
  142. local Respawn = Instance.new("TextButton")
  143. local HipHeight = Instance.new("TextButton")
  144. local HipHeight_TXTBOX = Instance.new("TextBox")
  145. local Noclip = Instance.new("TextButton")
  146. local Sit = Instance.new("TextButton")
  147. local Jump = Instance.new("TextButton")
  148. local HideName = Instance.new("TextButton")
  149. local Spam = Instance.new("TextButton")
  150. local Freeze = Instance.new("TextButton")
  151. local Btools = Instance.new("TextButton")
  152. local Spin = Instance.new("TextButton")
  153. local NoLimbs = Instance.new("TextButton")
  154. local Seizure = Instance.new("TextButton")
  155. local Games = Instance.new("Frame")
  156. local Scripts = Instance.new("Frame")
  157. local SideFrame = Instance.new("Frame")
  158. local SIDE_Title = Instance.new("TextLabel")
  159. local OpenGUI = Instance.new("TextButton")
  160. local SIDE_FE_Check = Instance.new("TextLabel")
  161. local getimage = game:GetService('ContentProvider')
  162. local ResetDefault = Instance.new("TextButton")
  163. local Push = Instance.new("TextButton")
  164. local ClientFreeze = Instance.new("TextButton")
  165. local Orbit = Instance.new("TextButton")
  166. local BringAll = Instance.new("TextButton")
  167. local AttachAll = Instance.new("TextButton")
  168. local Flatten = Instance.new("TextButton")
  169. local Guidance3 = Instance.new("TextLabel")
  170. local KillAll = Instance.new("TextButton")
  171. local Energize = Instance.new("TextButton")
  172. local GlitchMax = Instance.new("TextButton")
  173. local Energize_TXT = Instance.new("TextLabel")
  174. local GlitchMax_TXT = Instance.new("TextLabel")
  175. local Verspin = Instance.new("TextButton")
  176. local Verspin_TXT = Instance.new("TextLabel")
  177. local Temp = Instance.new("TextLabel")
  178. local Experimental = Instance.new("TextButton")
  179. local CHAOS = Instance.new("TextButton")
  180.  
  181. -- Properties
  182.  
  183. Arosia.Name = "Arosia"
  184. Arosia.Parent = game.CoreGui
  185.  
  186. MainFrame.Name = "MainFrame"
  187. MainFrame.Parent = Arosia
  188. MainFrame.Active = true
  189. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  190. MainFrame.BackgroundTransparency = 1
  191. MainFrame.Draggable = true
  192. MainFrame.Position = UDim2.new(0.309, 0, -1, 0)
  193. MainFrame.Size = UDim2.new(0, 448, 0, 334)
  194.  
  195. TopRow.Name = "TopRow"
  196. TopRow.Parent = MainFrame
  197. TopRow.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  198. TopRow.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  199. TopRow.BorderSizePixel = 2
  200. TopRow.Size = UDim2.new(0, 448, 0, 24)
  201. TopRow.ZIndex = 7
  202.  
  203. Title.Name = "Title"
  204. Title.Parent = TopRow
  205. Title.Active = true
  206. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  207. Title.BackgroundTransparency = 1
  208. Title.Size = UDim2.new(0, 90, 0, 24)
  209. Title.Font = Enum.Font.ArialBold
  210. Title.FontSize = Enum.FontSize.Size24
  211. Title.Text = "Arosia "
  212. Title.TextColor3 = Color3.new(0.368627, 0.976471, 0.262745)
  213. Title.TextScaled = true
  214. Title.TextSize = 19
  215. Title.TextWrapped = true
  216. Title.ZIndex = 8
  217.  
  218. CloseGUI.Name = "CloseGUI"
  219. CloseGUI.Parent = TopRow
  220. CloseGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  221. CloseGUI.BackgroundTransparency = 1
  222. CloseGUI.Position = UDim2.new(0.560000002, 166, 0.100000001, 0)
  223. CloseGUI.Size = UDim2.new(0, 38, 0, 24)
  224. CloseGUI.Font = Enum.Font.ArialBold
  225. CloseGUI.FontSize = Enum.FontSize.Size32
  226. CloseGUI.Text = "X"
  227. CloseGUI.TextColor3 = Color3.new(0.615686, 0, 0)
  228. CloseGUI.TextSize = 30
  229. CloseGUI.ZIndex = 8
  230.  
  231. FE_Check.Name = "FE_Check"
  232. FE_Check.Parent = TopRow
  233. FE_Check.BackgroundColor3 = Color3.new(1, 1, 1)
  234. FE_Check.BackgroundTransparency = 1
  235. FE_Check.Position = UDim2.new(0.291458786, 0, 0, 0)
  236. FE_Check.Size = UDim2.new(0, 223, 0, 24)
  237. FE_Check.Font = Enum.Font.Highway
  238. FE_Check.FontSize = Enum.FontSize.Size14
  239. FE_Check.Text = "Error loading FE Checker"
  240. FE_Check.TextColor3 = Color3.new(1, 1, 1)
  241. FE_Check.TextScaled = true
  242. FE_Check.TextSize = 14
  243. FE_Check.TextWrapped = true
  244. FE_Check.ZIndex = 8
  245.  
  246. SideTabs.Name = "SideTabs"
  247. SideTabs.Parent = MainFrame
  248. SideTabs.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  249. SideTabs.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  250. SideTabs.BorderSizePixel = 2
  251. SideTabs.Position = UDim2.new(0, 0, 0.0799999982, 0)
  252. SideTabs.Size = UDim2.new(0, 120, 0, 307)
  253. SideTabs.ZIndex = 5
  254.  
  255. TAB_LocalPlayer.Name = "TAB_LocalPlayer"
  256. TAB_LocalPlayer.Parent = SideTabs
  257. TAB_LocalPlayer.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  258. TAB_LocalPlayer.BorderSizePixel = 0
  259. TAB_LocalPlayer.Size = UDim2.new(0, 120, 0, 35)
  260. TAB_LocalPlayer.Font = Enum.Font.SourceSansBold
  261. TAB_LocalPlayer.FontSize = Enum.FontSize.Size24
  262. TAB_LocalPlayer.Text = "Local Player"
  263. TAB_LocalPlayer.TextColor3 = Color3.new(0.882353, 0.882353, 0.882353)
  264. TAB_LocalPlayer.TextSize = 23
  265. TAB_LocalPlayer.TextWrapped = true
  266. TAB_LocalPlayer.ZIndex = 6
  267.  
  268. TAB_Others.Name = "TAB_Others"
  269. TAB_Others.Parent = SideTabs
  270. TAB_Others.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  271. TAB_Others.BorderSizePixel = 0
  272. TAB_Others.Position = UDim2.new(0, 0, 0.130510315, 0)
  273. TAB_Others.Size = UDim2.new(0, 120, 0, 35)
  274. TAB_Others.Font = Enum.Font.SourceSansBold
  275. TAB_Others.FontSize = Enum.FontSize.Size28
  276. TAB_Others.Text = "Others"
  277. TAB_Others.TextColor3 = Color3.new(0.882353, 0.882353, 0.882353)
  278. TAB_Others.TextSize = 27
  279. TAB_Others.TextWrapped = true
  280. TAB_Others.ZIndex = 6
  281.  
  282. TAB_Scripts.Name = "TAB_Scripts"
  283. TAB_Scripts.Parent = SideTabs
  284. TAB_Scripts.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  285. TAB_Scripts.BorderSizePixel = 0
  286. TAB_Scripts.Position = UDim2.new(0, 0, 0.261020631, 0)
  287. TAB_Scripts.Size = UDim2.new(0, 120, 0, 35)
  288. TAB_Scripts.Font = Enum.Font.SourceSansBold
  289. TAB_Scripts.FontSize = Enum.FontSize.Size28
  290. TAB_Scripts.Text = "Scripts"
  291. TAB_Scripts.TextColor3 = Color3.new(0.882353, 0.882353, 0.882353)
  292. TAB_Scripts.TextSize = 27
  293. TAB_Scripts.TextWrapped = true
  294. TAB_Scripts.ZIndex = 6
  295.  
  296. TAB_Credit.Name = "TAB_Credit"
  297. TAB_Credit.Parent = SideTabs
  298. TAB_Credit.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  299. TAB_Credit.BorderSizePixel = 0
  300. TAB_Credit.Position = UDim2.new(0, 0, 0.880944669, 0)
  301. TAB_Credit.Size = UDim2.new(0, 120, 0, 37)
  302. TAB_Credit.Font = Enum.Font.SourceSansBold
  303. TAB_Credit.FontSize = Enum.FontSize.Size28
  304. TAB_Credit.Text = "illremember"
  305. TAB_Credit.TextColor3 = Color3.new(0.882353, 0.882353, 0.882353)
  306. TAB_Credit.TextSize = 25
  307. TAB_Credit.TextStrokeColor3 = Color3.new(1, 0, 0)
  308. TAB_Credit.TextStrokeTransparency = 0.80000001192093
  309. TAB_Credit.TextWrapped = true
  310. TAB_Credit.ZIndex = 6
  311.  
  312. TAB_Games.Name = "TAB_Games"
  313. TAB_Games.Parent = SideTabs
  314. TAB_Games.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  315. TAB_Games.BorderSizePixel = 0
  316. TAB_Games.Position = UDim2.new(0, 0, 0.391530931, 0)
  317. TAB_Games.Size = UDim2.new(0, 120, 0, 35)
  318. TAB_Games.Font = Enum.Font.SourceSansBold
  319. TAB_Games.FontSize = Enum.FontSize.Size28
  320. TAB_Games.Text = "Games"
  321. TAB_Games.TextColor3 = Color3.new(0.882353, 0.882353, 0.882353)
  322. TAB_Games.TextSize = 27
  323. TAB_Games.TextWrapped = true
  324. TAB_Games.ZIndex = 6
  325.  
  326. Others.Name = "Others"
  327. Others.Parent = MainFrame
  328. Others.BackgroundColor3 = Color3.new(0.8, 0.8, 0.8)
  329. Others.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  330. Others.BorderSizePixel = 2
  331. Others.Position = UDim2.new(0.31400001, -21, 0.180000007, -33)
  332. Others.Size = UDim2.new(0, 328, 0, 307)
  333. Others.Visible = false
  334.  
  335. PlayerUserEnter.Name = "PlayerUserEnter"
  336. PlayerUserEnter.Parent = Others
  337. PlayerUserEnter.BackgroundColor3 = Color3.new(0.65098, 0.65098, 0.65098)
  338. PlayerUserEnter.BorderSizePixel = 0
  339. PlayerUserEnter.Position = UDim2.new(0.0612446219, 0, 0.0978827327, 0)
  340. PlayerUserEnter.Size = UDim2.new(0, 286, 0, 26)
  341. PlayerUserEnter.Font = Enum.Font.SourceSans
  342. PlayerUserEnter.FontSize = Enum.FontSize.Size14
  343. PlayerUserEnter.Text = ""
  344. PlayerUserEnter.TextScaled = true
  345. PlayerUserEnter.TextSize = 14
  346. PlayerUserEnter.TextWrapped = true
  347.  
  348. Guidance.Name = "Guidance"
  349. Guidance.Parent = Others
  350. Guidance.BackgroundColor3 = Color3.new(1, 1, 1)
  351. Guidance.BackgroundTransparency = 1
  352. Guidance.Position = UDim2.new(0.183733866, 0, 0, 0)
  353. Guidance.Size = UDim2.new(0, 209, 0, 24)
  354. Guidance.Font = Enum.Font.ArialBold
  355. Guidance.FontSize = Enum.FontSize.Size14
  356. Guidance.Text = "Enter Player Username"
  357. Guidance.TextColor3 = Color3.new(0.258824, 0.690196, 0.211765)
  358. Guidance.TextScaled = true
  359. Guidance.TextSize = 14
  360. Guidance.TextWrapped = true
  361.  
  362. Annoy.Name = "Annoy"
  363. Annoy.Parent = Others
  364. Annoy.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  365. Annoy.BorderSizePixel = 0
  366. Annoy.Position = UDim2.new(0.0612553172, 0, 0.228393063, 0)
  367. Annoy.Size = UDim2.new(0, 78, 0, 26)
  368. Annoy.Font = Enum.Font.Arial
  369. Annoy.FontSize = Enum.FontSize.Size18
  370. Annoy.Text = "Annoy"
  371. Annoy.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  372. Annoy.TextSize = 18
  373. Annoy.TextWrapped = true
  374.  
  375. Teleport.Name = "Teleport"
  376. Teleport.Parent = Others
  377. Teleport.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  378. Teleport.BorderSizePixel = 0
  379. Teleport.Position = UDim2.new(0.367531896, 0, 0.228393063, 0)
  380. Teleport.Size = UDim2.new(0, 78, 0, 26)
  381. Teleport.Font = Enum.Font.Arial
  382. Teleport.FontSize = Enum.FontSize.Size18
  383. Teleport.Text = "Teleport"
  384. Teleport.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  385. Teleport.TextSize = 18
  386. Teleport.TextWrapped = true
  387.  
  388. View.Name = "View"
  389. View.Parent = Others
  390. View.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  391. View.BorderSizePixel = 0
  392. View.Position = UDim2.new(0.673808455, 0, 0.228393063, 0)
  393. View.Size = UDim2.new(0, 78, 0, 26)
  394. View.Font = Enum.Font.Arial
  395. View.FontSize = Enum.FontSize.Size18
  396. View.Text = "View"
  397. View.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  398. View.TextSize = 18
  399. View.TextWrapped = true
  400.  
  401. KillAll.Name = "KillAll"
  402. KillAll.Parent = Others
  403. KillAll.BackgroundColor3 = Color3.new(0.423529, 0.0862745, 0.0627451)
  404. KillAll.BorderSizePixel = 0
  405. KillAll.Position = UDim2.new(0.0612446219, 0, 0.880944669, 0)
  406. KillAll.Size = UDim2.new(0, 78, 0, 26)
  407. KillAll.Font = Enum.Font.Arial
  408. KillAll.FontSize = Enum.FontSize.Size18
  409. KillAll.Text = "Kill All"
  410. KillAll.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  411. KillAll.TextSize = 18
  412. KillAll.TextWrapped = true
  413.  
  414. Attach.Name = "Attach"
  415. Attach.Parent = Others
  416. Attach.BackgroundColor3 = Color3.new(0.415686, 0.423529, 0.0666667)
  417. Attach.BorderSizePixel = 0
  418. Attach.Position = UDim2.new(0.673808455, 0, 0.652551532, 0)
  419. Attach.Size = UDim2.new(0, 78, 0, 26)
  420. Attach.Font = Enum.Font.Arial
  421. Attach.FontSize = Enum.FontSize.Size18
  422. Attach.Text = "Attach"
  423. Attach.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  424. Attach.TextSize = 18
  425. Attach.TextWrapped = true
  426.  
  427. Bring.Name = "Bring"
  428. Bring.Parent = Others
  429. Bring.BackgroundColor3 = Color3.new(0.415686, 0.423529, 0.0666667)
  430. Bring.BorderSizePixel = 0
  431. Bring.Position = UDim2.new(0.367531896, 0, 0.652551532, 0)
  432. Bring.Size = UDim2.new(0, 78, 0, 26)
  433. Bring.Font = Enum.Font.Arial
  434. Bring.FontSize = Enum.FontSize.Size18
  435. Bring.Text = "Bring"
  436. Bring.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  437. Bring.TextSize = 18
  438. Bring.TextWrapped = true
  439.  
  440. Guidance2.Name = "Guidance2"
  441. Guidance2.Parent = Others
  442. Guidance2.BackgroundColor3 = Color3.new(1, 1, 1)
  443. Guidance2.BackgroundTransparency = 1
  444. Guidance2.Position = UDim2.new(0.153138295, 0, 0.522041261, 0)
  445. Guidance2.Size = UDim2.new(0, 227, 0, 40)
  446. Guidance2.Font = Enum.Font.ArialBold
  447. Guidance2.FontSize = Enum.FontSize.Size14
  448. Guidance2.Text = "Golden buttons require tools in your backpack before using"
  449. Guidance2.TextColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  450. Guidance2.TextScaled = true
  451. Guidance2.TextSize = 14
  452. Guidance2.TextStrokeColor3 = Color3.new(1, 0.870588, 0.223529)
  453. Guidance2.TextStrokeTransparency = 0.80000001192093
  454. Guidance2.TextWrapped = true
  455.  
  456. Kill.Name = "Kill"
  457. Kill.Parent = Others
  458. Kill.BackgroundColor3 = Color3.new(0.415686, 0.423529, 0.0666667)
  459. Kill.BorderSizePixel = 0
  460. Kill.Position = UDim2.new(0.0612553172, 0, 0.652551532, 0)
  461. Kill.Size = UDim2.new(0, 78, 0, 26)
  462. Kill.Font = Enum.Font.Arial
  463. Kill.FontSize = Enum.FontSize.Size18
  464. Kill.Text = "Kill"
  465. Kill.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  466. Kill.TextSize = 18
  467. Kill.TextWrapped = true
  468.  
  469. BringAll.Name = "Bring"
  470. BringAll.Parent = Others
  471. BringAll.BackgroundColor3 = Color3.new(0.423529, 0.0862745, 0.0627451)
  472. BringAll.BorderSizePixel = 0
  473. BringAll.Position = UDim2.new(0.367467731, 0, 0.880944669, 0)
  474. BringAll.Size = UDim2.new(0, 78, 0, 26)
  475. BringAll.Font = Enum.Font.Arial
  476. BringAll.FontSize = Enum.FontSize.Size18
  477. BringAll.Text = "Bring All"
  478. BringAll.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  479. BringAll.TextSize = 18
  480. BringAll.TextWrapped = true
  481.  
  482. AttachAll.Name = "Attach"
  483. AttachAll.Parent = Others
  484. AttachAll.BackgroundColor3 = Color3.new(0.423529, 0.0862745, 0.0627451)
  485. AttachAll.BorderSizePixel = 0
  486. AttachAll.Position = UDim2.new(0.673690796, 0, 0.880944669, 0)
  487. AttachAll.Size = UDim2.new(0, 78, 0, 26)
  488. AttachAll.Font = Enum.Font.Arial
  489. AttachAll.FontSize = Enum.FontSize.Size18
  490. AttachAll.Text = "Attach All"
  491. AttachAll.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  492. AttachAll.TextSize = 18
  493. AttachAll.TextWrapped = true
  494.  
  495. Flatten.Name = "Flatten"
  496. Flatten.Parent = Others
  497. Flatten.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  498. Flatten.BorderSizePixel = 0
  499. Flatten.Position = UDim2.new(0.367531896, 0, 0.424158514, 0)
  500. Flatten.Size = UDim2.new(0, 78, 0, 26)
  501. Flatten.Font = Enum.Font.Arial
  502. Flatten.FontSize = Enum.FontSize.Size18
  503. Flatten.Text = "Flatten"
  504. Flatten.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  505. Flatten.TextSize = 18
  506. Flatten.TextWrapped = true
  507.  
  508. Guidance3.Name = "Guidance3"
  509. Guidance3.Parent = Others
  510. Guidance3.BackgroundColor3 = Color3.new(1, 1, 1)
  511. Guidance3.BackgroundTransparency = 1
  512. Guidance3.Position = UDim2.new(0.153138295, 0, 0.750434279, 0)
  513. Guidance3.Size = UDim2.new(0, 227, 0, 40)
  514. Guidance3.Font = Enum.Font.ArialBold
  515. Guidance3.FontSize = Enum.FontSize.Size14
  516. Guidance3.Text = "Red buttons require many tools in your backpack before using"
  517. Guidance3.TextColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  518. Guidance3.TextScaled = true
  519. Guidance3.TextSize = 14
  520. Guidance3.TextStrokeColor3 = Color3.new(1, 0.266667, 0.137255)
  521. Guidance3.TextStrokeTransparency = 0.80000001192093
  522. Guidance3.TextWrapped = true
  523.  
  524. NoneSelected.Name = "NoneSelected"
  525. NoneSelected.Parent = MainFrame
  526. NoneSelected.BackgroundColor3 = Color3.new(0.8, 0.8, 0.8)
  527. NoneSelected.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  528. NoneSelected.BorderSizePixel = 2
  529. NoneSelected.Position = UDim2.new(0.31400001, -21, 0.180000007, -33)
  530. NoneSelected.Size = UDim2.new(0, 328, 0, 307)
  531.  
  532. NoneSelectedText1.Name = "NoneSelectedText1"
  533. NoneSelectedText1.Parent = NoneSelected
  534. NoneSelectedText1.BackgroundColor3 = Color3.new(1, 1, 1)
  535. NoneSelectedText1.BackgroundTransparency = 1
  536. NoneSelectedText1.Position = UDim2.new(0.184861064, 0, 0.0326275788, 0)
  537. NoneSelectedText1.Size = UDim2.new(0, 200, 0, 50)
  538. NoneSelectedText1.Font = Enum.Font.ArialBold
  539. NoneSelectedText1.FontSize = Enum.FontSize.Size14
  540. NoneSelectedText1.Text = "Arosia"
  541. NoneSelectedText1.TextColor3 = Color3.new(0.337255, 0.85098, 0.258824)
  542. NoneSelectedText1.TextScaled = true
  543. NoneSelectedText1.TextSize = 14
  544. NoneSelectedText1.TextWrapped = true
  545.  
  546. NoneSelectedText2.Name = "NoneSelectedText2"
  547. NoneSelectedText2.Parent = NoneSelected
  548. NoneSelectedText2.BackgroundColor3 = Color3.new(1, 1, 1)
  549. NoneSelectedText2.BackgroundTransparency = 1
  550. NoneSelectedText2.Position = UDim2.new(0.184861064, -31, 0.195765465, 0)
  551. NoneSelectedText2.Size = UDim2.new(0, 272, 0, 72)
  552. NoneSelectedText2.Font = Enum.Font.ArialBold
  553. NoneSelectedText2.FontSize = Enum.FontSize.Size14
  554. NoneSelectedText2.Text = "Dedicated to bringing power into FE games"
  555. NoneSelectedText2.TextColor3 = Color3.new(0.458824, 0.458824, 0.458824)
  556. NoneSelectedText2.TextScaled = true
  557. NoneSelectedText2.TextSize = 14
  558. NoneSelectedText2.TextWrapped = true
  559.  
  560. NoneSelectedText3.Name = "NoneSelectedText3"
  561. NoneSelectedText3.Parent = NoneSelected
  562. NoneSelectedText3.BackgroundColor3 = Color3.new(1, 1, 1)
  563. NoneSelectedText3.BackgroundTransparency = 1
  564. NoneSelectedText3.Position = UDim2.new(0.0918669328, 0, 0.652551532, 0)
  565. NoneSelectedText3.Size = UDim2.new(0, 272, 0, 72)
  566. NoneSelectedText3.Font = Enum.Font.ArialBold
  567. NoneSelectedText3.FontSize = Enum.FontSize.Size14
  568. NoneSelectedText3.Text = "By illremember"
  569. NoneSelectedText3.TextColor3 = Color3.new(0.458824, 0.458824, 0.458824)
  570. NoneSelectedText3.TextScaled = true
  571. NoneSelectedText3.TextSize = 14
  572. NoneSelectedText3.TextStrokeColor3 = Color3.new(1, 0.027451, 0.027451)
  573. NoneSelectedText3.TextStrokeTransparency = 0.89999997615814
  574. NoneSelectedText3.TextWrapped = true
  575.  
  576. LocalPlayer.Name = "LocalPlayer"
  577. LocalPlayer.Parent = MainFrame
  578. LocalPlayer.BackgroundColor3 = Color3.new(0.8, 0.8, 0.8)
  579. LocalPlayer.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  580. LocalPlayer.BorderSizePixel = 2
  581. LocalPlayer.Position = UDim2.new(0.31400001, -21, 0.180000007, -33)
  582. LocalPlayer.Size = UDim2.new(0, 328, 0, 307)
  583. LocalPlayer.Visible = false
  584.  
  585. GodMode.Name = "GodMode"
  586. GodMode.Parent = LocalPlayer
  587. GodMode.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  588. GodMode.BorderSizePixel = 0
  589. GodMode.Position = UDim2.new(0.0306223109, 0, 0.0326275788, 0)
  590. GodMode.Size = UDim2.new(0, 80, 0, 26)
  591. GodMode.Font = Enum.Font.Arial
  592. GodMode.FontSize = Enum.FontSize.Size18
  593. GodMode.Text = "GodMode"
  594. GodMode.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  595. GodMode.TextSize = 18
  596. GodMode.TextWrapped = true
  597.  
  598. Fly.Name = "Fly"
  599. Fly.Parent = LocalPlayer
  600. Fly.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  601. Fly.BorderSizePixel = 0
  602. Fly.Position = UDim2.new(0.398090035, 0, 0.0326275788, 0)
  603. Fly.Size = UDim2.new(0, 80, 0, 26)
  604. Fly.Font = Enum.Font.Arial
  605. Fly.FontSize = Enum.FontSize.Size18
  606. Fly.Text = "Fly"
  607. Fly.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  608. Fly.TextSize = 18
  609. Fly.TextWrapped = true
  610.  
  611. Speed.Name = "Speed"
  612. Speed.Parent = LocalPlayer
  613. Speed.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  614. Speed.BorderSizePixel = 0
  615. Speed.Position = UDim2.new(0.0306223109, 0, 0.261020631, 0)
  616. Speed.Size = UDim2.new(0, 80, 0, 26)
  617. Speed.Font = Enum.Font.Arial
  618. Speed.FontSize = Enum.FontSize.Size18
  619. Speed.Text = "Speed"
  620. Speed.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  621. Speed.TextSize = 18
  622. Speed.TextWrapped = true
  623.  
  624. Speed_TXTBOX.Name = "Speed_TXTBOX"
  625. Speed_TXTBOX.Parent = LocalPlayer
  626. Speed_TXTBOX.BackgroundColor3 = Color3.new(0.65098, 0.65098, 0.65098)
  627. Speed_TXTBOX.BorderSizePixel = 0
  628. Speed_TXTBOX.Position = UDim2.new(0.275600791, 0, 0.261020631, 0)
  629. Speed_TXTBOX.Size = UDim2.new(0, 40, 0, 26)
  630. Speed_TXTBOX.Font = Enum.Font.SourceSans
  631. Speed_TXTBOX.FontSize = Enum.FontSize.Size14
  632. Speed_TXTBOX.Text = ""
  633. Speed_TXTBOX.TextScaled = true
  634. Speed_TXTBOX.TextSize = 14
  635. Speed_TXTBOX.TextWrapped = true
  636.  
  637. JumpHeight.Name = "JumpHeight"
  638. JumpHeight.Parent = LocalPlayer
  639. JumpHeight.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  640. JumpHeight.BorderSizePixel = 0
  641. JumpHeight.Position = UDim2.new(0.459334642, 0, 0.261020631, 0)
  642. JumpHeight.Size = UDim2.new(0, 80, 0, 26)
  643. JumpHeight.Font = Enum.Font.Arial
  644. JumpHeight.FontSize = Enum.FontSize.Size18
  645. JumpHeight.Text = "JumpHeight"
  646. JumpHeight.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  647. JumpHeight.TextSize = 15
  648. JumpHeight.TextWrapped = true
  649.  
  650. JumpHeight_TXTBOX.Name = "JumpHeight_TXTBOX"
  651. JumpHeight_TXTBOX.Parent = LocalPlayer
  652. JumpHeight_TXTBOX.BackgroundColor3 = Color3.new(0.65098, 0.65098, 0.65098)
  653. JumpHeight_TXTBOX.BorderSizePixel = 0
  654. JumpHeight_TXTBOX.Position = UDim2.new(0.704313159, 0, 0.261020631, 0)
  655. JumpHeight_TXTBOX.Size = UDim2.new(0, 40, 0, 26)
  656. JumpHeight_TXTBOX.Font = Enum.Font.SourceSans
  657. JumpHeight_TXTBOX.FontSize = Enum.FontSize.Size14
  658. JumpHeight_TXTBOX.Text = ""
  659. JumpHeight_TXTBOX.TextScaled = true
  660. JumpHeight_TXTBOX.TextSize = 14
  661. JumpHeight_TXTBOX.TextWrapped = true
  662.  
  663. Chat.Name = "Chat"
  664. Chat.Parent = LocalPlayer
  665. Chat.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  666. Chat.BorderSizePixel = 0
  667. Chat.Position = UDim2.new(0.0306223109, 0, 0.456786126, 0)
  668. Chat.Size = UDim2.new(0, 80, 0, 26)
  669. Chat.Font = Enum.Font.Arial
  670. Chat.FontSize = Enum.FontSize.Size18
  671. Chat.Text = "Chat"
  672. Chat.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  673. Chat.TextSize = 18
  674. Chat.TextWrapped = true
  675.  
  676. Chat_TXTBOX.Name = "Chat_TXTBOX"
  677. Chat_TXTBOX.Parent = LocalPlayer
  678. Chat_TXTBOX.BackgroundColor3 = Color3.new(0.65098, 0.65098, 0.65098)
  679. Chat_TXTBOX.BorderSizePixel = 0
  680. Chat_TXTBOX.Position = UDim2.new(0.275600791, 0, 0.456786126, 0)
  681. Chat_TXTBOX.Size = UDim2.new(0, 222, 0, 26)
  682. Chat_TXTBOX.Font = Enum.Font.SourceSans
  683. Chat_TXTBOX.FontSize = Enum.FontSize.Size14
  684. Chat_TXTBOX.Text = ""
  685. Chat_TXTBOX.TextScaled = true
  686. Chat_TXTBOX.TextSize = 14
  687. Chat_TXTBOX.TextWrapped = true
  688.  
  689. Respawn.Name = "Respawn"
  690. Respawn.Parent = LocalPlayer
  691. Respawn.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  692. Respawn.BorderSizePixel = 0
  693. Respawn.Position = UDim2.new(0.734935462, 0, 0.0326275788, 0)
  694. Respawn.Size = UDim2.new(0, 80, 0, 26)
  695. Respawn.Font = Enum.Font.Arial
  696. Respawn.FontSize = Enum.FontSize.Size18
  697. Respawn.Text = "Respawn"
  698. Respawn.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  699. Respawn.TextSize = 18
  700. Respawn.TextWrapped = true
  701.  
  702. HipHeight.Name = "HipHeight"
  703. HipHeight.Parent = LocalPlayer
  704. HipHeight.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  705. HipHeight.BorderSizePixel = 0
  706. HipHeight.Position = UDim2.new(0.0306223109, 0, 0.358903378, 0)
  707. HipHeight.Size = UDim2.new(0, 80, 0, 26)
  708. HipHeight.Font = Enum.Font.Arial
  709. HipHeight.FontSize = Enum.FontSize.Size18
  710. HipHeight.Text = "HipHeight"
  711. HipHeight.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  712. HipHeight.TextSize = 18
  713. HipHeight.TextWrapped = true
  714.  
  715. HipHeight_TXTBOX.Name = "HipHeight_TXTBOX"
  716. HipHeight_TXTBOX.Parent = LocalPlayer
  717. HipHeight_TXTBOX.BackgroundColor3 = Color3.new(0.65098, 0.65098, 0.65098)
  718. HipHeight_TXTBOX.BorderSizePixel = 0
  719. HipHeight_TXTBOX.Position = UDim2.new(0.275600791, 0, 0.358903378, 0)
  720. HipHeight_TXTBOX.Size = UDim2.new(0, 40, 0, 26)
  721. HipHeight_TXTBOX.Font = Enum.Font.SourceSans
  722. HipHeight_TXTBOX.FontSize = Enum.FontSize.Size14
  723. HipHeight_TXTBOX.Text = ""
  724. HipHeight_TXTBOX.TextScaled = true
  725. HipHeight_TXTBOX.TextSize = 14
  726. HipHeight_TXTBOX.TextWrapped = true
  727.  
  728. Noclip.Name = "Noclip"
  729. Noclip.Parent = LocalPlayer
  730. Noclip.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  731. Noclip.BorderSizePixel = 0
  732. Noclip.Position = UDim2.new(0.0306223109, 0, 0.130510315, 0)
  733. Noclip.Size = UDim2.new(0, 80, 0, 26)
  734. Noclip.Font = Enum.Font.Arial
  735. Noclip.FontSize = Enum.FontSize.Size18
  736. Noclip.Text = "Noclip"
  737. Noclip.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  738. Noclip.TextSize = 18
  739. Noclip.TextWrapped = true
  740.  
  741. Sit.Name = "Sit"
  742. Sit.Parent = LocalPlayer
  743. Sit.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  744. Sit.BorderSizePixel = 0
  745. Sit.Position = UDim2.new(0.398090035, 0, 0.130510315, 0)
  746. Sit.Size = UDim2.new(0, 80, 0, 26)
  747. Sit.Font = Enum.Font.Arial
  748. Sit.FontSize = Enum.FontSize.Size18
  749. Sit.Text = "Sit"
  750. Sit.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  751. Sit.TextSize = 18
  752. Sit.TextWrapped = true
  753.  
  754. Jump.Name = "Jump"
  755. Jump.Parent = LocalPlayer
  756. Jump.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  757. Jump.BorderSizePixel = 0
  758. Jump.Position = UDim2.new(0.734935462, 0, 0.130510315, 0)
  759. Jump.Size = UDim2.new(0, 80, 0, 26)
  760. Jump.Font = Enum.Font.Arial
  761. Jump.FontSize = Enum.FontSize.Size18
  762. Jump.Text = "Jump"
  763. Jump.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  764. Jump.TextSize = 18
  765. Jump.TextWrapped = true
  766.  
  767. HideName.Name = "HideName"
  768. HideName.Parent = LocalPlayer
  769. HideName.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  770. HideName.BorderSizePixel = 0
  771. HideName.Position = UDim2.new(0.0306223109, 0, 0.880944669, 0)
  772. HideName.Size = UDim2.new(0, 80, 0, 26)
  773. HideName.Font = Enum.Font.Arial
  774. HideName.FontSize = Enum.FontSize.Size18
  775. HideName.Text = "HideName"
  776. HideName.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  777. HideName.TextSize = 18
  778. HideName.TextWrapped = true
  779.  
  780. Spam.Name = "Spam"
  781. Spam.Parent = LocalPlayer
  782. Spam.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  783. Spam.BorderSizePixel = 0
  784. Spam.Position = UDim2.new(0.0306223109, 0, 0.554668844, 0)
  785. Spam.Size = UDim2.new(0, 80, 0, 26)
  786. Spam.Font = Enum.Font.Arial
  787. Spam.FontSize = Enum.FontSize.Size18
  788. Spam.Text = "Spam"
  789. Spam.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  790. Spam.TextSize = 18
  791. Spam.TextWrapped = true
  792.  
  793. Freeze.Name = "Freeze"
  794. Freeze.Parent = LocalPlayer
  795. Freeze.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  796. Freeze.BorderSizePixel = 0
  797. Freeze.Position = UDim2.new(0.398090035, 0, 0.880944669, 0)
  798. Freeze.Size = UDim2.new(0, 80, 0, 26)
  799. Freeze.Font = Enum.Font.Arial
  800. Freeze.FontSize = Enum.FontSize.Size18
  801. Freeze.Text = "Freeze"
  802. Freeze.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  803. Freeze.TextSize = 18
  804. Freeze.TextWrapped = true
  805.  
  806. Btools.Name = "Btools"
  807. Btools.Parent = LocalPlayer
  808. Btools.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  809. Btools.BorderSizePixel = 0
  810. Btools.Position = UDim2.new(0.0306223109, 0, 0.783061862, 0)
  811. Btools.Size = UDim2.new(0, 80, 0, 26)
  812. Btools.Font = Enum.Font.Arial
  813. Btools.FontSize = Enum.FontSize.Size18
  814. Btools.Text = "Btools"
  815. Btools.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  816. Btools.TextSize = 18
  817. Btools.TextWrapped = true
  818.  
  819. Spin.Name = "Spin"
  820. Spin.Parent = LocalPlayer
  821. Spin.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  822. Spin.BorderSizePixel = 0
  823. Spin.Position = UDim2.new(0.398090035, 0, 0.783061862, 0)
  824. Spin.Size = UDim2.new(0, 80, 0, 26)
  825. Spin.Font = Enum.Font.Arial
  826. Spin.FontSize = Enum.FontSize.Size18
  827. Spin.Text = "Spin"
  828. Spin.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  829. Spin.TextSize = 18
  830. Spin.TextWrapped = true
  831.  
  832. NoLimbs.Name = "NoLimbs"
  833. NoLimbs.Parent = LocalPlayer
  834. NoLimbs.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  835. NoLimbs.BorderSizePixel = 0
  836. NoLimbs.Position = UDim2.new(0.734935462, 0, 0.880944669, 0)
  837. NoLimbs.Size = UDim2.new(0, 80, 0, 26)
  838. NoLimbs.Font = Enum.Font.Arial
  839. NoLimbs.FontSize = Enum.FontSize.Size18
  840. NoLimbs.Text = "NoLimbs"
  841. NoLimbs.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  842. NoLimbs.TextSize = 18
  843. NoLimbs.TextWrapped = true
  844.  
  845. Seizure.Name = "Seizure"
  846. Seizure.Parent = LocalPlayer
  847. Seizure.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  848. Seizure.BorderSizePixel = 0
  849. Seizure.Position = UDim2.new(0.734935462, 0, 0.783061862, 0)
  850. Seizure.Size = UDim2.new(0, 80, 0, 26)
  851. Seizure.Font = Enum.Font.Arial
  852. Seizure.FontSize = Enum.FontSize.Size18
  853. Seizure.Text = "Seizure"
  854. Seizure.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  855. Seizure.TextSize = 18
  856. Seizure.TextWrapped = true
  857.  
  858. Games.Name = "Games"
  859. Games.Parent = MainFrame
  860. Games.BackgroundColor3 = Color3.new(0.8, 0.8, 0.8)
  861. Games.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  862. Games.BorderSizePixel = 2
  863. Games.Position = UDim2.new(0.31400001, -21, 0.180000007, -33)
  864. Games.Size = UDim2.new(0, 328, 0, 307)
  865. Games.Visible = false
  866.  
  867. Scripts.Name = "Scripts"
  868. Scripts.Parent = MainFrame
  869. Scripts.BackgroundColor3 = Color3.new(0.8, 0.8, 0.8)
  870. Scripts.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  871. Scripts.BorderSizePixel = 2
  872. Scripts.Position = UDim2.new(0.31400001, -21, 0.180000007, -33)
  873. Scripts.Size = UDim2.new(0, 328, 0, 307)
  874. Scripts.Visible = false
  875.  
  876. Energize.Name = "Energize"
  877. Energize.Parent = Scripts
  878. Energize.BackgroundColor3 = Color3.new(0.960784, 0.419608, 0.145098)
  879. Energize.BorderColor3 = Color3.new(0.960784, 0.419608, 0.145098)
  880. Energize.BorderSizePixel = 3
  881. Energize.Position = UDim2.new(0.183430299, 0, 0.0326275788, 0)
  882. Energize.Size = UDim2.new(0, 200, 0, 30)
  883. Energize.Font = Enum.Font.ArialBold
  884. Energize.FontSize = Enum.FontSize.Size18
  885. Energize.Text = "Animation GUI for R6/R15"
  886. Energize.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  887. Energize.TextScaled = true
  888. Energize.TextSize = 18
  889. Energize.TextWrapped = true
  890.  
  891. GlitchMax.Name = "GlitchMax"
  892. GlitchMax.Parent = Scripts
  893. GlitchMax.BackgroundColor3 = Color3.new(0.298039, 0.509804, 0.901961)
  894. GlitchMax.BorderColor3 = Color3.new(0.298039, 0.509804, 0.901961)
  895. GlitchMax.BorderSizePixel = 3
  896. GlitchMax.Position = UDim2.new(0.183430299, 0, 0.358903378, 0)
  897. GlitchMax.Size = UDim2.new(0, 200, 0, 30)
  898. GlitchMax.Font = Enum.Font.ArialBold
  899. GlitchMax.FontSize = Enum.FontSize.Size28
  900. GlitchMax.Text = "GlitchMax GUI"
  901. GlitchMax.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  902. GlitchMax.TextSize = 25
  903. GlitchMax.TextWrapped = true
  904.  
  905. Energize_TXT.Name = "Energize_TXT"
  906. Energize_TXT.Parent = Scripts
  907. Energize_TXT.BackgroundColor3 = Color3.new(0.639216, 0.639216, 0.639216)
  908. Energize_TXT.BorderColor3 = Color3.new(0.960784, 0.419608, 0.145098)
  909. Energize_TXT.BorderSizePixel = 3
  910. Energize_TXT.Position = UDim2.new(0.183430299, 0, 0.130510315, 0)
  911. Energize_TXT.Size = UDim2.new(0, 200, 0, 50)
  912. Energize_TXT.Font = Enum.Font.SourceSansSemibold
  913. Energize_TXT.FontSize = Enum.FontSize.Size14
  914. Energize_TXT.Text = "Use cool animations on yourself!"
  915. Energize_TXT.TextScaled = true
  916. Energize_TXT.TextSize = 14
  917. Energize_TXT.TextStrokeColor3 = Color3.new(1, 0.533333, 0.152941)
  918. Energize_TXT.TextStrokeTransparency = 0.89999997615814
  919. Energize_TXT.TextWrapped = true
  920.  
  921. GlitchMax_TXT.Name = "GlitchMax_TXT"
  922. GlitchMax_TXT.Parent = Scripts
  923. GlitchMax_TXT.BackgroundColor3 = Color3.new(0.639216, 0.639216, 0.639216)
  924. GlitchMax_TXT.BorderColor3 = Color3.new(0.298039, 0.509804, 0.901961)
  925. GlitchMax_TXT.BorderSizePixel = 3
  926. GlitchMax_TXT.Position = UDim2.new(0.183430299, 0, 0.456786126, 0)
  927. GlitchMax_TXT.Size = UDim2.new(0, 200, 0, 50)
  928. GlitchMax_TXT.Font = Enum.Font.SourceSansSemibold
  929. GlitchMax_TXT.FontSize = Enum.FontSize.Size14
  930. GlitchMax_TXT.Text = "Annoy/glitch people in the server!"
  931. GlitchMax_TXT.TextScaled = true
  932. GlitchMax_TXT.TextSize = 14
  933. GlitchMax_TXT.TextStrokeColor3 = Color3.new(0, 0.819608, 1)
  934. GlitchMax_TXT.TextStrokeTransparency = 0.89999997615814
  935. GlitchMax_TXT.TextWrapped = true
  936.  
  937. Verspin.Name = "Verspin"
  938. Verspin.Parent = Scripts
  939. Verspin.BackgroundColor3 = Color3.new(0.278431, 0.827451, 0.109804)
  940. Verspin.BorderColor3 = Color3.new(0.278431, 0.827451, 0.109804)
  941. Verspin.BorderSizePixel = 3
  942. Verspin.Position = UDim2.new(0.183430299, 0, 0.685179174, 0)
  943. Verspin.Size = UDim2.new(0, 200, 0, 30)
  944. Verspin.Font = Enum.Font.ArialBold
  945. Verspin.FontSize = Enum.FontSize.Size28
  946. Verspin.Text = "Verspin GUI"
  947. Verspin.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  948. Verspin.TextSize = 25
  949. Verspin.TextWrapped = true
  950.  
  951. Verspin_TXT.Name = "Verspin_TXT"
  952. Verspin_TXT.Parent = Scripts
  953. Verspin_TXT.BackgroundColor3 = Color3.new(0.639216, 0.639216, 0.639216)
  954. Verspin_TXT.BorderColor3 = Color3.new(0.278431, 0.827451, 0.109804)
  955. Verspin_TXT.BorderSizePixel = 3
  956. Verspin_TXT.Position = UDim2.new(0.183430299, 0, 0.783061862, 0)
  957. Verspin_TXT.Size = UDim2.new(0, 200, 0, 50)
  958. Verspin_TXT.Font = Enum.Font.SourceSansSemibold
  959. Verspin_TXT.FontSize = Enum.FontSize.Size14
  960. Verspin_TXT.Text = "Kill/Bring/Attach players with tools!"
  961. Verspin_TXT.TextScaled = true
  962. Verspin_TXT.TextSize = 14
  963. Verspin_TXT.TextStrokeColor3 = Color3.new(1, 0.533333, 0.152941)
  964. Verspin_TXT.TextStrokeTransparency = 0.89999997615814
  965. Verspin_TXT.TextWrapped = true
  966.  
  967. SideFrame.Name = "SideFrame"
  968. SideFrame.Parent = Arosia
  969. SideFrame.Active = true
  970. SideFrame.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  971. SideFrame.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  972. SideFrame.BorderSizePixel = 2
  973. SideFrame.Draggable = true
  974. SideFrame.Position = UDim2.new(0.308999985, 0, 0.182999998, 0)
  975. SideFrame.Size = UDim2.new(0, 448, 0, 334)
  976. SideFrame.Visible = false
  977. SideFrame.ZIndex = 9
  978.  
  979. SIDE_Title.Name = "SIDE_Title"
  980. SIDE_Title.Parent = SideFrame
  981. SIDE_Title.Active = true
  982. SIDE_Title.BackgroundColor3 = Color3.new(1, 1, 1)
  983. SIDE_Title.BackgroundTransparency = 1
  984. SIDE_Title.Size = UDim2.new(0, 90, 0, 24)
  985. SIDE_Title.Font = Enum.Font.ArialBold
  986. SIDE_Title.FontSize = Enum.FontSize.Size24
  987. SIDE_Title.Text = "Arosia "
  988. SIDE_Title.TextColor3 = Color3.new(0.368627, 0.976471, 0.262745)
  989. SIDE_Title.TextScaled = true
  990. SIDE_Title.TextSize = 19
  991. SIDE_Title.TextWrapped = true
  992. SIDE_Title.ZIndex = 10
  993.  
  994. OpenGUI.Name = "OpenGUI"
  995. OpenGUI.Parent = SideFrame
  996. OpenGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  997. OpenGUI.BackgroundTransparency = 1
  998. OpenGUI.Position = UDim2.new(0.560000002, 166, 0.100000001, 0)
  999. OpenGUI.Size = UDim2.new(0, 38, 0, 24)
  1000. OpenGUI.Font = Enum.Font.ArialBold
  1001. OpenGUI.FontSize = Enum.FontSize.Size32
  1002. OpenGUI.Text = "X"
  1003. OpenGUI.TextColor3 = Color3.new(0.615686, 0, 0)
  1004. OpenGUI.TextSize = 30
  1005. OpenGUI.ZIndex = 10
  1006.  
  1007. SIDE_FE_Check.Name = "SIDE_FE_Check"
  1008. SIDE_FE_Check.Parent = SideFrame
  1009. SIDE_FE_Check.BackgroundColor3 = Color3.new(1, 1, 1)
  1010. SIDE_FE_Check.BackgroundTransparency = 1
  1011. SIDE_FE_Check.Position = UDim2.new(0.291458786, 0, 0, 0)
  1012. SIDE_FE_Check.Size = UDim2.new(0, 223, 0, 24)
  1013. SIDE_FE_Check.Font = Enum.Font.Highway
  1014. SIDE_FE_Check.FontSize = Enum.FontSize.Size14
  1015. SIDE_FE_Check.Text = "Error loading FE Checker"
  1016. SIDE_FE_Check.TextColor3 = Color3.new(1, 1, 1)
  1017. SIDE_FE_Check.TextScaled = true
  1018. SIDE_FE_Check.TextSize = 14
  1019. SIDE_FE_Check.TextWrapped = true
  1020. SIDE_FE_Check.ZIndex = 10
  1021.  
  1022. icon.Name = "icon"
  1023. icon.Parent = SideTabs
  1024. icon.BackgroundColor3 = Color3.new(1, 1, 1)
  1025. icon.BackgroundTransparency = 1
  1026. icon.Position = UDim2.new(0, 0, 0.51, 0)
  1027. icon.Size = UDim2.new(0, 120, 0, 110)
  1028. icon.Image = "http://www.roblox.com/asset/?id=1227728863"
  1029. icon.ZIndex = 6
  1030.  
  1031. SideTabsBrick.Name = "SideTabsBrick"
  1032. SideTabsBrick.Parent = MainFrame
  1033. SideTabsBrick.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  1034. SideTabsBrick.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  1035. SideTabsBrick.BorderSizePixel = 0
  1036. SideTabsBrick.Position = UDim2.new(0.270000011, 0, 0.0799999982, 0)
  1037. SideTabsBrick.Size = UDim2.new(0, 0, 0, 307)
  1038.  
  1039. ResetDefault.Name = "ResetDefault"
  1040. ResetDefault.Parent = LocalPlayer
  1041. ResetDefault.BackgroundColor3 = Color3.new(0.6, 0.192157, 0.192157)
  1042. ResetDefault.BorderSizePixel = 0
  1043. ResetDefault.Position = UDim2.new(0.30627659, 0, 0.554668844, 0)
  1044. ResetDefault.Size = UDim2.new(0, 107, 0, 26)
  1045. ResetDefault.Font = Enum.Font.Arial
  1046. ResetDefault.FontSize = Enum.FontSize.Size18
  1047. ResetDefault.Text = "ResetDefault"
  1048. ResetDefault.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  1049. ResetDefault.TextSize = 18
  1050. ResetDefault.TextWrapped = true
  1051.  
  1052. Push.Name = "Push"
  1053. Push.Parent = Others
  1054. Push.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  1055. Push.BorderSizePixel = 0
  1056. Push.Position = UDim2.new(0.0612553172, 0, 0.326499889, 0)
  1057. Push.Size = UDim2.new(0, 78, 0, 26)
  1058. Push.Font = Enum.Font.Arial
  1059. Push.FontSize = Enum.FontSize.Size18
  1060. Push.Text = "Push"
  1061. Push.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  1062. Push.TextSize = 18
  1063. Push.TextWrapped = true
  1064.  
  1065. ClientFreeze.Name = "ClientFreeze"
  1066. ClientFreeze.Parent = Others
  1067. ClientFreeze.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  1068. ClientFreeze.BorderSizePixel = 0
  1069. ClientFreeze.Position = UDim2.new(0.367531896, 0, 0.326499889, 0)
  1070. ClientFreeze.Size = UDim2.new(0, 78, 0, 26)
  1071. ClientFreeze.Font = Enum.Font.Arial
  1072. ClientFreeze.FontSize = Enum.FontSize.Size14
  1073. ClientFreeze.Text = "ClientFreeze"
  1074. ClientFreeze.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  1075. ClientFreeze.TextSize = 14
  1076. ClientFreeze.TextWrapped = true
  1077.  
  1078. Orbit.Name = "Orbit"
  1079. Orbit.Parent = Others
  1080. Orbit.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  1081. Orbit.BorderSizePixel = 0
  1082. Orbit.Position = UDim2.new(0.673808455, 0, 0.326499889, 0)
  1083. Orbit.Size = UDim2.new(0, 78, 0, 26)
  1084. Orbit.Font = Enum.Font.Arial
  1085. Orbit.FontSize = Enum.FontSize.Size18
  1086. Orbit.Text = "Orbit"
  1087. Orbit.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  1088. Orbit.TextSize = 18
  1089. Orbit.TextWrapped = true
  1090.  
  1091. KillAll.Name = "KillAll"
  1092. KillAll.Parent = Others
  1093. KillAll.BackgroundColor3 = Color3.new(0.423529, 0.0862745, 0.0627451)
  1094. KillAll.BorderSizePixel = 0
  1095. KillAll.Position = UDim2.new(0.0612446219, 0, 0.880944669, 0)
  1096. KillAll.Size = UDim2.new(0, 78, 0, 26)
  1097. KillAll.Font = Enum.Font.Arial
  1098. KillAll.FontSize = Enum.FontSize.Size18
  1099. KillAll.Text = "Kill All"
  1100. KillAll.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  1101. KillAll.TextSize = 18
  1102. KillAll.TextWrapped = true
  1103.  
  1104. Temp.Name = "Temp"
  1105. Temp.Parent = Games
  1106. Temp.BackgroundColor3 = Color3.new(1, 1, 1)
  1107. Temp.BackgroundTransparency = 1
  1108. Temp.Position = UDim2.new(0.183430299, -60, 0.456786126, -17)
  1109. Temp.Rotation = -30
  1110. Temp.Size = UDim2.new(0, 328, 0, 60)
  1111. Temp.Font = Enum.Font.Highway
  1112. Temp.FontSize = Enum.FontSize.Size14
  1113. Temp.Text = "Coming soon!"
  1114. Temp.TextScaled = true
  1115. Temp.TextSize = 14
  1116. Temp.TextStrokeColor3 = Color3.new(0.192157, 1, 0.733333)
  1117. Temp.TextStrokeTransparency = 0
  1118. Temp.TextWrapped = true
  1119.  
  1120. Experimental.Name = "Experimental"
  1121. Experimental.Parent = Others
  1122. Experimental.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  1123. Experimental.BorderSizePixel = 0
  1124. Experimental.Position = UDim2.new(0.0611434318, 0, 0.424158514, 0)
  1125. Experimental.Size = UDim2.new(0, 78, 0, 26)
  1126. Experimental.Font = Enum.Font.Arial
  1127. Experimental.FontSize = Enum.FontSize.Size14
  1128. Experimental.Text = "Experimental"
  1129. Experimental.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  1130. Experimental.TextSize = 14
  1131. Experimental.TextWrapped = true
  1132.  
  1133. CHAOS.Name = "CHAOS"
  1134. CHAOS.Parent = Others
  1135. CHAOS.BackgroundColor3 = Color3.new(0.0431373, 0.231373, 0.0862745)
  1136. CHAOS.BorderSizePixel = 0
  1137. CHAOS.Position = UDim2.new(0.672577739, 0, 0.424158514, 0)
  1138. CHAOS.Size = UDim2.new(0, 78, 0, 26)
  1139. CHAOS.Font = Enum.Font.Arial
  1140. CHAOS.FontSize = Enum.FontSize.Size18
  1141. CHAOS.Text = "CHAOS"
  1142. CHAOS.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  1143. CHAOS.TextSize = 18
  1144. CHAOS.TextWrapped = true
  1145.  
  1146. -- Buttons
  1147. if game.Workspace.FilteringEnabled == false then
  1148. FE_Check.Text = "FE is disabled"
  1149. FE_Check.TextColor3 = Color3.fromRGB(200,10,10)
  1150. SIDE_FE_Check.Text = "FE is disabled"
  1151. SIDE_FE_Check.TextColor3 = Color3.fromRGB(200,10,10)
  1152. else
  1153. FE_Check.Text = "FE is enabled"
  1154. FE_Check.TextColor3 = Color3.fromRGB(10,200,10)
  1155. SIDE_FE_Check.Text = "FE is enabled"
  1156. SIDE_FE_Check.TextColor3 = Color3.fromRGB(10,200,10)
  1157. end
  1158. col = Color3.new(0.231373, 0.231373, 0.231373)
  1159. loc = Color3.new(0.331373, 0.531373, 0.331373)
  1160.  
  1161. wait(0.4)
  1162. MainFrame:TweenPosition(UDim2.new(0.309, 0, 0.183, 0), "Out", "Bounce", 3)
  1163.  
  1164. CloseGUI.MouseButton1Click:connect(function()
  1165. CloseGUI.Visible = false
  1166. TopRow:TweenSize(UDim2.new(0, 448, 0, 334), "Out", "Sine", 1)
  1167. wait(1)
  1168. MainFrame.Visible = false
  1169. SideFrame.Position = MainFrame.Position
  1170. SideFrame.Visible = true
  1171. SideFrame:TweenSize(UDim2.new(0, 448, 0, 24), "Out", "Sine", 1)
  1172. OpenGUI.Visible = false
  1173. wait(1)
  1174. OpenGUI.Visible = true
  1175. end)
  1176.  
  1177. OpenGUI.MouseButton1Click:connect(function()
  1178. OpenGUI.Visible = false
  1179. SideFrame:TweenSize(UDim2.new(0, 448, 0, 334), "Out", "Sine", 1)
  1180. wait(1)
  1181. SideFrame.Visible = false
  1182. MainFrame.Position = SideFrame.Position
  1183. MainFrame.Visible = true
  1184. TopRow:TweenSize(UDim2.new(0, 448, 0, 24), "Out", "Sine", 1)
  1185. CloseGUI.Visible = false
  1186. wait(1)
  1187. CloseGUI.Visible = true
  1188. end)
  1189.  
  1190. TAB_Credit.MouseButton1Click:connect(function()
  1191. SideTabsBrick:TweenSize(UDim2.new(0, 328, 0, 307), "Out", "Sine", 0.5)
  1192. wait(0.5)
  1193. Games.Visible = false
  1194. LocalPlayer.Visible = false
  1195. Others.Visible = false
  1196. Scripts.Visible = false
  1197. NoneSelected.Visible = true
  1198. SideTabsBrick:TweenSize(UDim2.new(0, 0, 0, 307), "Out", "Sine", 0.5)
  1199. end)
  1200.  
  1201. TAB_Games.MouseButton1Click:connect(function()
  1202. SideTabsBrick:TweenSize(UDim2.new(0, 328, 0, 307), "Out", "Sine", 0.5)
  1203. wait(0.5)
  1204. Games.Visible = true
  1205. LocalPlayer.Visible = false
  1206. Others.Visible = false
  1207. Scripts.Visible = false
  1208. NoneSelected.Visible = false
  1209. SideTabsBrick:TweenSize(UDim2.new(0, 0, 0, 307), "Out", "Sine", 0.5)
  1210. end)
  1211.  
  1212. TAB_Scripts.MouseButton1Click:connect(function()
  1213. SideTabsBrick:TweenSize(UDim2.new(0, 328, 0, 307), "Out", "Sine", 0.5)
  1214. wait(0.5)
  1215. Games.Visible = false
  1216. LocalPlayer.Visible = false
  1217. Others.Visible = false
  1218. Scripts.Visible = true
  1219. NoneSelected.Visible = false
  1220. SideTabsBrick:TweenSize(UDim2.new(0, 0, 0, 307), "Out", "Sine", 0.5)
  1221. end)
  1222.  
  1223. TAB_LocalPlayer.MouseButton1Click:connect(function()
  1224. SideTabsBrick:TweenSize(UDim2.new(0, 328, 0, 307), "Out", "Sine", 0.5)
  1225. wait(0.5)
  1226. Games.Visible = false
  1227. LocalPlayer.Visible = true
  1228. Others.Visible = false
  1229. Scripts.Visible = false
  1230. NoneSelected.Visible = false
  1231. SideTabsBrick:TweenSize(UDim2.new(0, 0, 0, 307), "Out", "Sine", 0.5)
  1232. end)
  1233.  
  1234. TAB_Others.MouseButton1Click:connect(function()
  1235. SideTabsBrick:TweenSize(UDim2.new(0, 328, 0, 307), "Out", "Sine", 0.5)
  1236. wait(0.5)
  1237. Games.Visible = false
  1238. LocalPlayer.Visible = false
  1239. Others.Visible = true
  1240. Scripts.Visible = false
  1241. NoneSelected.Visible = false
  1242. SideTabsBrick:TweenSize(UDim2.new(0, 0, 0, 307), "Out", "Sine", 0.5)
  1243. end)
  1244.  
  1245. -- LOCAL PLAYER ---------------------------------
  1246. -- LOCAL PLAYER ---------------------------------
  1247.  
  1248. HipHeight.MouseButton1Click:connect(function()
  1249. game.Players.LocalPlayer.Character.Humanoid.HipHeight = HipHeight_TXTBOX.Text
  1250. end)
  1251. JumpHeight.MouseButton1Click:connect(function()
  1252. game.Players.LocalPlayer.Character.Humanoid.JumpPower = JumpHeight_TXTBOX.Text
  1253. end)
  1254. Speed.MouseButton1Click:connect(function()
  1255. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = Speed_TXTBOX.Text
  1256. end)
  1257. Sit.MouseButton1Click:connect(function()
  1258. game.Players.LocalPlayer.Character.Humanoid.Sit = true
  1259. end)
  1260. Jump.MouseButton1Click:connect(function()
  1261. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  1262. end)
  1263. frost = false
  1264. Freeze.MouseButton1Click:connect(function()
  1265. frost = not frost
  1266. if frost then
  1267. game.Players.LocalPlayer.Character.Torso.Anchored = true
  1268. game.Players.LocalPlayer.Character.Head.Anchored = true
  1269. game.Players.LocalPlayer.Character["Left Leg"].Anchored = true
  1270. game.Players.LocalPlayer.Character["Left Arm"].Anchored = true
  1271. game.Players.LocalPlayer.Character["Right Leg"].Anchored = true
  1272. game.Players.LocalPlayer.Character["Right Arm"].Anchored = true
  1273. Freeze.BackgroundColor3 = loc
  1274. else
  1275. game.Players.LocalPlayer.Character.Torso.Anchored = false
  1276. game.Players.LocalPlayer.Character.Head.Anchored = false
  1277. game.Players.LocalPlayer.Character["Left Leg"].Anchored = false
  1278. game.Players.LocalPlayer.Character["Left Arm"].Anchored = false
  1279. game.Players.LocalPlayer.Character["Right Leg"].Anchored = false
  1280. game.Players.LocalPlayer.Character["Right Arm"].Anchored = false
  1281. Freeze.BackgroundColor3 = col
  1282. end
  1283. end)
  1284. Chat.MouseButton1Click:connect(function()
  1285. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(Chat_TXTBOX.Text, "All")
  1286. end)
  1287. keepspam = false
  1288. Spam.MouseButton1Click:connect(function()
  1289. keepspam = not keepspam
  1290. if keepspam then
  1291. Spam.BackgroundColor3 = loc
  1292. else
  1293. Spam.BackgroundColor3 = col
  1294. end
  1295. while wait(0.5) do
  1296. if keepspam then
  1297. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(Chat_TXTBOX.Text, "All")
  1298. end
  1299. end
  1300. end)
  1301. gmd = false
  1302. GodMode.MouseButton1Click:connect(function()
  1303. gmd = not gmd
  1304. if gmd then
  1305. game.Players.LocalPlayer.Character.Humanoid.Name = "no"
  1306. local turn1 = game.Players.LocalPlayer.Character["no"]:Clone()
  1307. turn1.Parent = game.Players.LocalPlayer.Character
  1308. turn1.Name = "Humanoid"
  1309. wait(0.1)
  1310. game.Players.LocalPlayer.Character["no"]:Destroy()
  1311. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  1312. game.Players.LocalPlayer.Character.Animate.Disabled = true
  1313. wait(0.1)
  1314. game.Players.LocalPlayer.Character.Animate.Disabled = false
  1315. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  1316. GodMode.BackgroundColor3 = loc
  1317. else
  1318. GodMode.BackgroundColor3 = col
  1319. end
  1320. end)
  1321. NoLimbs.MouseButton1Click:connect(function()
  1322. game.Players.LocalPlayer.Character["Left Arm"]:Destroy()
  1323. game.Players.LocalPlayer.Character["Right Arm"]:Destroy()
  1324. game.Players.LocalPlayer.Character["Right Leg"]:Destroy()
  1325. game.Players.LocalPlayer.Character["Left Leg"]:Destroy()
  1326. end)
  1327. Respawn.MouseButton1Click:connect(function()
  1328. game.Players.LocalPlayer:LoadCharacter()
  1329. end)
  1330.  
  1331. local Anim = Instance.new("Animation")
  1332. Anim.AnimationId = "rbxassetid://188632011"
  1333. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1334. local SpinACTIVE = false
  1335. Spin.MouseButton1Click:connect(function()
  1336. SpinACTIVE = not SpinACTIVE
  1337. if SpinACTIVE then
  1338. while wait() do
  1339. if track.IsPlaying == false then
  1340. if SpinACTIVE then
  1341. track:Play(.1, 1, 2)
  1342. Spin.BackgroundColor3 = loc
  1343. else
  1344. Spin.BackgroundColor3 = col
  1345. end
  1346. end
  1347. end
  1348. else
  1349. track:Stop()
  1350. end
  1351. end)
  1352. Hidden = false
  1353. HideName.MouseButton1Click:connect(function()
  1354. Hidden = not Hidden
  1355. if Hidden then
  1356. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  1357. HideName.BackgroundColor3 = loc
  1358. else
  1359. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "Viewer"
  1360. HideName.BackgroundColor3 = col
  1361. end
  1362. end)
  1363. clip = true
  1364. Noclip.MouseButton1Click:connect(function()
  1365. clip = not clip
  1366. if not clip then
  1367. Noclip.BackgroundColor3 = loc
  1368. else
  1369. Noclip.BackgroundColor3 = col
  1370. end
  1371. game:GetService('RunService').Stepped:connect(function()
  1372. if not clip then
  1373. game.Players.LocalPlayer.Character.Head.CanCollide = false
  1374. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  1375. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  1376. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  1377. end
  1378. end)
  1379. end)
  1380. shake = false
  1381. Seizure.MouseButton1Click:connect(function()
  1382. shake = not shake
  1383. if shake then
  1384. game.Players.LocalPlayer.Character.Humanoid.PlatformStand = true
  1385. while wait() do
  1386. if shake then
  1387. game.Players.LocalPlayer.Character.Torso.Velocity = Vector3.new(math.random(-20,20),-10,math.random(-20,20))
  1388. game.Players.LocalPlayer.Character.Torso.RotVelocity = Vector3.new(math.random(-10,10),math.random(-10,10),math.random(-10,10))
  1389. Seizure.BackgroundColor3 = loc
  1390. else
  1391. Seizure.BackgroundColor3 = col
  1392. end
  1393. end
  1394. else
  1395. game.Players.LocalPlayer.Character.Humanoid.PlatformStand = false
  1396. end
  1397. end)
  1398.  
  1399. local flying = false
  1400. Fly.MouseButton1Click:connect(function()
  1401. flying = not flying
  1402. repeat wait()
  1403. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  1404. local mouse = game.Players.LocalPlayer:GetMouse()
  1405. repeat wait() until mouse
  1406. local plr = game.Players.LocalPlayer
  1407. local torso = plr.Character.Torso
  1408. local deb = true
  1409. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  1410. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1411. local maxspeed = 60
  1412. local speed = 0
  1413. if flying then
  1414. Fly.BackgroundColor3 = loc
  1415. else
  1416. Fly.BackgroundColor3 = col
  1417. end
  1418.  
  1419. function FlyFunction()
  1420. local bg = Instance.new("BodyGyro", torso)
  1421. bg.P = 9e4
  1422. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1423. bg.cframe = torso.CFrame
  1424. local bv = Instance.new("BodyVelocity", torso)
  1425. bv.velocity = Vector3.new(0,0.1,0)
  1426. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1427. repeat wait()
  1428. plr.Character.Humanoid.PlatformStand = true
  1429. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  1430. speed = speed+.5+(speed/maxspeed)
  1431. if speed > maxspeed then
  1432. speed = maxspeed
  1433. end
  1434. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  1435. speed = speed-1
  1436. if speed < 0 then
  1437. speed = 0
  1438. end
  1439. end
  1440. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  1441. 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
  1442. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  1443. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  1444. 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
  1445. else
  1446. bv.velocity = Vector3.new(0,0.1,0)
  1447. end
  1448. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  1449. until not flying
  1450. ctrl = {f = 0, b = 0, l = 0, r = 0}
  1451. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1452. speed = 0
  1453. bg:Destroy()
  1454. bv:Destroy()
  1455. plr.Character.Humanoid.PlatformStand = false
  1456. end
  1457. mouse.KeyDown:connect(function(key)
  1458. if key:lower() == "w" then
  1459. ctrl.f = 1
  1460. elseif key:lower() == "s" then
  1461. ctrl.b = -1
  1462. elseif key:lower() == "a" then
  1463. ctrl.l = -1
  1464. elseif key:lower() == "d" then
  1465. ctrl.r = 1
  1466. end
  1467. end)
  1468. mouse.KeyUp:connect(function(key)
  1469. if key:lower() == "w" then
  1470. ctrl.f = 0
  1471. elseif key:lower() == "s" then
  1472. ctrl.b = 0
  1473. elseif key:lower() == "a" then
  1474. ctrl.l = 0
  1475. elseif key:lower() == "d" then
  1476. ctrl.r = 0
  1477. end
  1478. end)
  1479. FlyFunction()
  1480. end)
  1481.  
  1482. Btools.MouseButton1Click:connect(function()
  1483. local Clone_T = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  1484. Clone_T.BinType = "Clone"
  1485. local Destruct = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  1486. Destruct.BinType = "Hammer"
  1487. local Hold_T = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  1488. Hold_T.BinType = "Grab"
  1489. local a = game.Workspace:getChildren()
  1490. for i = 1, #a do
  1491. if a[i].className == "Part" then
  1492. a[i].Locked = false
  1493. elseif a[i].className == "Model" then
  1494. local r = a[i]:getChildren()
  1495. for i = 1, #r do
  1496. if r[i].className == "Part" then
  1497. r[i].Locked = false
  1498. end
  1499. end
  1500. end
  1501. end
  1502. end)
  1503.  
  1504. ResetDefault.MouseButton1Click:connect(function()
  1505. flying = false
  1506. game.Players.LocalPlayer.Character.Torso.Anchored = false
  1507. game.Players.LocalPlayer.Character.Head.Anchored = false
  1508. game.Players.LocalPlayer.Character["Left Leg"].Anchored = false
  1509. game.Players.LocalPlayer.Character["Left Arm"].Anchored = false
  1510. game.Players.LocalPlayer.Character["Right Leg"].Anchored = false
  1511. game.Players.LocalPlayer.Character["Right Arm"].Anchored = false
  1512. game.Players.LocalPlayer.Character.Humanoid.HipHeight = 0
  1513. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  1514. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  1515. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  1516. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "Viewer"
  1517. game.Players.LocalPlayer.Character.Humanoid.PlatformStand = false
  1518. end)
  1519.  
  1520. -- OTHERS ---------------------------------
  1521. -- OTHERS ---------------------------------
  1522.  
  1523. function GetPlayer(String) --thank you/credit to Timeless/xFunnieuss
  1524. local Found = {}
  1525. local strl = String:lower()
  1526. if strl == "all" then
  1527. for i,v in pairs(game.Players:GetPlayers()) do
  1528. table.insert(Found,v)
  1529. end
  1530. elseif strl == "others" then
  1531. for i,v in pairs(game.Players:GetPlayers()) do
  1532. if v.Name ~= game.Players.LocalPlayer.Name then
  1533. table.insert(Found,v)
  1534. end
  1535. end
  1536. else
  1537. for i,v in pairs(game.Players:GetPlayers()) do
  1538. if v.Name:lower():sub(1, #String) == String:lower() then
  1539. table.insert(Found,v)
  1540. end
  1541. end
  1542. end
  1543. return Found
  1544. end
  1545.  
  1546. Teleport.MouseButton1Click:connect(function()
  1547. for i,v in pairs(GetPlayer(PlayerUserEnter.Text))do
  1548. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  1549. end
  1550. end)
  1551. currentview = false
  1552. View.MouseButton1Click:connect(function()
  1553. currentview = not currentview
  1554. for i,v in pairs(GetPlayer(PlayerUserEnter.Text))do
  1555. if currentview then
  1556. game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  1557. View.BackgroundColor3 = loc
  1558. else
  1559. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character.Head
  1560. View.BackgroundColor3 = col
  1561. end
  1562. end
  1563. end)
  1564. annoying = false
  1565. Annoy.MouseButton1Click:connect(function()
  1566. annoying = not annoying
  1567. for i,v in pairs(GetPlayer(PlayerUserEnter.Text))do
  1568. while wait() do
  1569. if annoying then
  1570. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  1571. Annoy.BackgroundColor3 = loc
  1572. else
  1573. Annoy.BackgroundColor3 = col
  1574. end
  1575. end
  1576. end
  1577. end)
  1578. cfreeze = false
  1579. ClientFreeze.MouseButton1Click:connect(function()
  1580. cfreeze = not cfreeze
  1581. for i,v in pairs(GetPlayer(PlayerUserEnter.Text))do
  1582. if cfreeze then
  1583. game.Players[v.Name].Character.Torso.Anchored = true
  1584. game.Players[v.Name].Character.Head.Anchored = true
  1585. game.Players[v.Name].Character["Left Leg"].Anchored = true
  1586. game.Players[v.Name].Character["Left Arm"].Anchored = true
  1587. game.Players[v.Name].Character["Right Leg"].Anchored = true
  1588. game.Players[v.Name].Character["Right Arm"].Anchored = true
  1589. else
  1590. game.Players[v.Name].Character.Torso.Anchored = false
  1591. game.Players[v.Name].Character.Head.Anchored = false
  1592. game.Players[v.Name].Character["Left Leg"].Anchored = false
  1593. game.Players[v.Name].Character["Left Arm"].Anchored = false
  1594. game.Players[v.Name].Character["Right Leg"].Anchored = false
  1595. game.Players[v.Name].Character["Right Arm"].Anchored = false
  1596. end
  1597. end
  1598. end)
  1599. orbital = false
  1600. Orbit.MouseButton1Click:connect(function()
  1601. orbital = not orbital
  1602. if orbital then
  1603. Orbit.BackgroundColor3 = loc
  1604. local o = Instance.new("RocketPropulsion")
  1605. o.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  1606. o.Name = "Orbit"
  1607. for i,v in pairs(GetPlayer(PlayerUserEnter.Text))do
  1608. o.Target = game.Players[v.Name].Character.HumanoidRootPart
  1609. o:Fire()
  1610. game:GetService('RunService').Stepped:connect(function()
  1611. if orbital then
  1612. game.Players.LocalPlayer.Character.Head.CanCollide = false
  1613. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  1614. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  1615. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  1616. end
  1617. end)
  1618. end
  1619. else
  1620. game.Players.LocalPlayer.Character.HumanoidRootPart.Orbit:Destroy()
  1621. Orbit.BackgroundColor3 = col
  1622. end
  1623. end)
  1624. pushing = false
  1625. Push.MouseButton1Click:connect(function()
  1626. pushing = not pushing
  1627. if pushing then
  1628. Push.BackgroundColor3 = loc
  1629. local o = Instance.new("RocketPropulsion")
  1630. o.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  1631. o.Name = "Push"
  1632. o.TurnP = 2500
  1633. o.MaxThrust = 50000
  1634. o.MaxSpeed = 1000
  1635. o.ThrustP = 50000
  1636. o.CartoonFactor = 1
  1637. for i,v in pairs(GetPlayer(PlayerUserEnter.Text))do
  1638. o.Target = game.Players[v.Name].Character.HumanoidRootPart
  1639. o:Fire()
  1640. game:GetService('RunService').Stepped:connect(function()
  1641. if pushing then
  1642. game.Players.LocalPlayer.Character.Head.CanCollide = false
  1643. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  1644. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  1645. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  1646. end
  1647. end)
  1648. end
  1649. else
  1650. game.Players.LocalPlayer.Character.HumanoidRootPart.Push:Destroy()
  1651. Push.BackgroundColor3 = col
  1652. end
  1653. end)
  1654. local Anim = Instance.new("Animation")
  1655. Anim.AnimationId = "rbxassetid://282574440"
  1656. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1657. flattening = false
  1658. Flatten.MouseButton1Click:connect(function()
  1659. flattening = not flattening
  1660. if flattening then
  1661. Flatten.BackgroundColor3 = loc
  1662. local o = Instance.new("RocketPropulsion")
  1663. o.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  1664. o.Name = "Flatten"
  1665. o.MaxThrust = 50000
  1666. o.MaxSpeed = 1000
  1667. o.ThrustP = 50000
  1668. o.CartoonFactor = 1
  1669. for i,v in pairs(GetPlayer(PlayerUserEnter.Text))do
  1670. o.Target = game.Players[v.Name].Character["Left Leg"]
  1671. o:Fire()
  1672. track:Play(.1, 1, 1)
  1673. game:GetService('RunService').Stepped:connect(function()
  1674. if flattening then
  1675. game.Players.LocalPlayer.Character.Head.CanCollide = false
  1676. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  1677. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  1678. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  1679. end
  1680. end)
  1681. while wait(0.3) do
  1682. if flattening then
  1683. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0,2,0)
  1684. end
  1685. end
  1686. end
  1687. else
  1688. game.Players.LocalPlayer.Character.HumanoidRootPart.Flatten:Destroy()
  1689. Flatten.BackgroundColor3 = col
  1690. track:Stop()
  1691. end
  1692. end)
  1693. Verspin.MouseButton1Click:connect(function()
  1694. game:GetObjects("rbxassetid://1249942219")[1].Parent = game.Players.LocalPlayer.PlayerGui
  1695. end)
  1696. Energize.MouseButton1Click:connect(function()
  1697. game:GetObjects("rbxassetid://1202558084")[1].Parent = game.Players.LocalPlayer.PlayerGui
  1698. end)
  1699. GlitchMax.MouseButton1Click:connect(function()
  1700. game:GetObjects("rbxassetid://1249943137")[1].Parent = game.Players.LocalPlayer.PlayerGui
  1701. end)
  1702. Experimental.MouseButton1Click:connect(function()
  1703.  
  1704. end)
  1705. end)
  1706.  
  1707.  
  1708. Shattervast.Name = "Shattervast"
  1709. Shattervast.Parent = Main
  1710. Shattervast.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  1711. Shattervast.Position = UDim2.new(0.0586506464, 0, 0.374504715, 0)
  1712. Shattervast.Size = UDim2.new(0, 160, 0, 36)
  1713. Shattervast.Font = Enum.Font.Cartoon
  1714. Shattervast.Text = "Shattervast"
  1715. Shattervast.TextColor3 = Color3.new(0, 0, 0)
  1716. Shattervast.TextSize = 20
  1717. Shattervast.MouseButton1Down:connect(function()
  1718. -- By illremember#3799
  1719.  
  1720. -- Important Loading
  1721. trueSettings = {
  1722. commandPrefix = ";";
  1723. hotkeys = {};
  1724. fchotkeymode = "unfc";
  1725. }
  1726.  
  1727. -- Important Variables
  1728. gsPlayers = game:GetService("Players")
  1729. gsWorkspace = game:GetService("Workspace")
  1730. gsLighting = game:GetService("Lighting")
  1731. gsReplicatedStorage = game:GetService("ReplicatedStorage")
  1732. gsCoreGui = game:GetService("CoreGui")
  1733. gsTween = game:GetService("TweenService")
  1734. gsHttp = game:GetService("HttpService")
  1735.  
  1736. LP = gsPlayers.LocalPlayer
  1737. Mouse = LP:GetMouse()
  1738.  
  1739. defaultSettings = gsHttp:JSONEncode(trueSettings)
  1740. function CreateSave()
  1741. writefile("Shattervast.txt", defaultSettings)
  1742. wait(0.5)
  1743. local content = readfile("Shattervast.txt")
  1744. local trueValue = gsHttp:JSONDecode(content)
  1745. commandPrefix = trueValue.commandPrefix
  1746. hotkeys = trueValue.hotkeys
  1747. fchotkeymode = trueValue.fchotkeymode
  1748. end
  1749. function fullUpdate()
  1750. local updatedSettings = {
  1751. commandPrefix = commandPrefix;
  1752. hotkeys = hotkeys;
  1753. fchotkeymode = fchotkeymode;
  1754. }
  1755. local fullUPDATED = gsHttp:JSONEncode(updatedSettings)
  1756. wait(0.2)
  1757. writefile("Shattervast.txt", fullUPDATED)
  1758. end
  1759. if writefile ~= nil then
  1760. function builder()
  1761. local TESTsave = readfile("Shattervast.txt")
  1762. if TESTsave == nil then
  1763. return false
  1764. else
  1765. return true
  1766. end
  1767. end
  1768. local success, message = pcall(builder)
  1769. if success == true then
  1770. function reader()
  1771. local content = readfile("Shattervast.txt")
  1772. local trueValue = gsHttp:JSONDecode(content)
  1773. commandPrefix = trueValue.commandPrefix
  1774. hotkeys = trueValue.hotkeys
  1775. if trueValue.fchotkeymode == nil then
  1776. fchotkeymode = "unfc"
  1777. fullUpdate()
  1778. else
  1779. fchotkeymode = trueValue.fchotkeymode
  1780. end
  1781. end
  1782. reader()
  1783. elseif success == false then
  1784. CreateSave()
  1785. end
  1786. else
  1787. commandPrefix = ";"
  1788. hotkeys = {}
  1789. fchotkeymode = "unfc"
  1790. end
  1791.  
  1792. CurrentGravity = gsWorkspace.Gravity
  1793. CurrentWalkspeed = LP.Character.Humanoid.WalkSpeed
  1794. CurrentJumppower = LP.Character.Humanoid.JumpPower
  1795. CurrentHipheight = LP.Character.Humanoid.HipHeight
  1796. CurrentNormal = LP.DevCameraOcclusionMode
  1797.  
  1798. gsWorkspace.Camera.Changed:Connect(function()
  1799. gsWorkspace.Camera.FieldOfView = 70
  1800. end)
  1801.  
  1802. -- Important Functions
  1803. function view(plr)
  1804. if plr.Character.Humanoid ~= nil then
  1805. gsWorkspace.CurrentCamera.CameraSubject = plr.Character.Humanoid
  1806. else
  1807. gsWorkspace.CurrentCamera.CameraSubject = plr.Character.Head
  1808. end
  1809. end
  1810. function unlockWS()
  1811. for i,part in pairs(gsWorkspace:GetDescendants()) do
  1812. if part:IsA("Part") then
  1813. part.Locked = false
  1814. end
  1815. end
  1816. end
  1817. function lockWS()
  1818. for i,part in pairs(gsWorkspace:GetDescendants()) do
  1819. if part:IsA("Part") then
  1820. part.Locked = true
  1821. end
  1822. end
  1823. end
  1824. function FEGodmode()
  1825. local changeview = false
  1826. if gsWorkspace.CurrentCamera.CameraSubject == LP.Character.Humanoid or gsWorkspace.CurrentCamera.CameraSubject == LP.Character then
  1827. changeview = true
  1828. end
  1829. LP.Character.Humanoid.Name = 1
  1830. local l = LP.Character["1"]:Clone()
  1831. l.Parent = LP.Character
  1832. l.Name = "Humanoid"
  1833. wait(0.1)
  1834. LP.Character["1"]:Destroy()
  1835. if changeview then
  1836. game:GetService("Workspace").CurrentCamera.CameraSubject = LP.Character
  1837. end
  1838. LP.Character.Animate.Disabled = true
  1839. wait(0.1)
  1840. LP.Character.Animate.Disabled = false
  1841. LP.Character.Humanoid.DisplayDistanceType = "None"
  1842. end
  1843. function RocketPropulsion(maxthrust,maxspeed,thrustp,targetplr,name)
  1844. local l = Instance.new("RocketPropulsion")
  1845. l.Parent = LP.Character.HumanoidRootPart
  1846. l.CartoonFactor = 1
  1847. l.MaxThrust = maxthrust
  1848. l.MaxSpeed = maxspeed
  1849. l.ThrustP = thrustp
  1850. l.Name = name
  1851. l.Target = targetplr.Character.HumanoidRootPart
  1852. l:Fire()
  1853. end
  1854. function createIntro(style, msg, length)
  1855. if gsCoreGui:FindFirstChild("Notification") then
  1856. gsCoreGui:FindFirstChild("Notification"):Destroy()
  1857. end
  1858. local info = "http://www.roblox.com/asset/?id=1281284684"
  1859. local warning = "http://www.roblox.com/asset/?id=1281286925"
  1860. if style == "info" then
  1861. style = info
  1862. elseif style == "warning" then
  1863. style = warning
  1864. end
  1865. local Notification = Instance.new("ScreenGui")
  1866. local Frame = Instance.new("Frame")
  1867. local TextLabel = Instance.new("TextLabel")
  1868. local IMAGE = Instance.new("ImageLabel")
  1869. Notification.Name = "Notification"
  1870. Notification.Parent = gsCoreGui
  1871. Frame.Parent = Notification
  1872. Frame.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  1873. Frame.BackgroundTransparency = 0.20000000298023
  1874. Frame.BorderSizePixel = 0
  1875. Frame.Position = UDim2.new(0, 0, -0.2, 0)
  1876. Frame.Size = UDim2.new(1, 0, 0, 30)
  1877. TextLabel.Parent = Frame
  1878. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1879. TextLabel.BackgroundTransparency = 1
  1880. TextLabel.Size = UDim2.new(1, 0, 1, 0)
  1881. TextLabel.Font = Enum.Font.SourceSansLight
  1882. TextLabel.Text = msg
  1883. TextLabel.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  1884. TextLabel.TextScaled = true
  1885. TextLabel.TextSize = 14
  1886. TextLabel.TextWrapped = true
  1887. IMAGE.Parent = Frame
  1888. IMAGE.BackgroundTransparency = 1
  1889. IMAGE.Size = UDim2.new(0, 50, 0, 50)
  1890. IMAGE.Position = UDim2.new(0.1, 0, 0, 0)
  1891. IMAGE.Image = style
  1892. local Intro = Instance.new("ScreenGui")
  1893. local Frame2 = Instance.new("Frame")
  1894. local IMAGE2 = Instance.new("ImageLabel")
  1895. Intro.Name = "Intro"
  1896. Intro.Parent = gsCoreGui
  1897. Frame2.Parent = Intro
  1898. Frame2.BackgroundTransparency = 1
  1899. Frame2.BorderSizePixel = 0
  1900. Frame2.Position = UDim2.new(0, 0, -0.2, 0)
  1901. Frame2.Size = UDim2.new(1, 0, 0, 30)
  1902. IMAGE2.Parent = Frame
  1903. IMAGE2.BackgroundTransparency = 1
  1904. IMAGE2.AnchorPoint = Vector2.new(0.5, 0)
  1905. IMAGE2.Size = UDim2.new(0, 240, 0, 120)
  1906. IMAGE2.Position = UDim2.new(0.5, 0, 0, 0)
  1907. IMAGE2.Image = "http://www.roblox.com/asset/?id=1795472522"
  1908. Frame2:TweenPosition(UDim2.new(0, 0, 0, 200), "Out", "Quad", 1.5)
  1909. Frame:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Quad", 1.5)
  1910. wait(length)
  1911. pcall(function()
  1912. Frame:TweenPosition(UDim2.new(0, 0, -1.5, 0), "Out", "Quad", 3)
  1913. Frame2:TweenPosition(UDim2.new(0, 0, -1.5, 0), "Out", "Quad", 3)
  1914. end)
  1915. wait(3.01)
  1916. Intro:Destroy()
  1917. Notification:Destroy()
  1918. end
  1919. function Notification(style, msg, length)
  1920. if gsCoreGui:FindFirstChild("Notification") then
  1921. gsCoreGui:FindFirstChild("Notification"):Destroy()
  1922. end
  1923. local info = "http://www.roblox.com/asset/?id=1281284684"
  1924. local warning = "http://www.roblox.com/asset/?id=1281286925"
  1925. if style == "info" then
  1926. style = info
  1927. elseif style == "warning" then
  1928. style = warning
  1929. end
  1930. local Notification = Instance.new("ScreenGui")
  1931. local Frame = Instance.new("Frame")
  1932. local TextLabel = Instance.new("TextLabel")
  1933. local IMAGE = Instance.new("ImageLabel")
  1934. Notification.Name = "Notification"
  1935. Notification.Parent = gsCoreGui
  1936. Frame.Parent = Notification
  1937. Frame.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  1938. Frame.BackgroundTransparency = 0.20000000298023
  1939. Frame.BorderSizePixel = 0
  1940. Frame.Position = UDim2.new(0, 0, -0.2, 0)
  1941. Frame.Size = UDim2.new(1, 0, 0, 30)
  1942. TextLabel.Parent = Frame
  1943. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1944. TextLabel.BackgroundTransparency = 1
  1945. TextLabel.Size = UDim2.new(1, 0, 1, 0)
  1946. TextLabel.Font = Enum.Font.SourceSansLight
  1947. TextLabel.Text = msg
  1948. TextLabel.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  1949. TextLabel.TextScaled = true
  1950. TextLabel.TextSize = 14
  1951. TextLabel.TextWrapped = true
  1952. IMAGE.Parent = Frame
  1953. IMAGE.BackgroundTransparency = 1
  1954. IMAGE.Size = UDim2.new(0, 50, 0, 50)
  1955. IMAGE.Position = UDim2.new(0.1, 0, 0, 0)
  1956. IMAGE.Image = style
  1957. Frame:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Quad", 1.5)
  1958. wait(length)
  1959. pcall(function()
  1960. Frame:TweenPosition(UDim2.new(0, 0, -1.5, 0), "Out", "Quad", 3)
  1961. end)
  1962. wait(3.01)
  1963. Notification:Destroy()
  1964. end
  1965. function hasTools()
  1966. local a = false
  1967. local b = false
  1968. for i,v in pairs(LP.Character:GetDescendants()) do
  1969. if v:IsA("Tool") then
  1970. if v ~= nil then
  1971. a = true
  1972. else
  1973. a = false
  1974. end
  1975. end
  1976. end
  1977. for i,k in pairs(LP.Backpack:GetDescendants()) do
  1978. if k:IsA("Tool") then
  1979. if k ~= nil then
  1980. b = true
  1981. else
  1982. b = false
  1983. end
  1984. end
  1985. end
  1986. return a or b
  1987. end
  1988. 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!"}
  1989. function complimentplr(player)
  1990. local plrName = player.Name
  1991. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(plrName..Compliments[math.random(1, #Compliments)], "All")
  1992. end
  1993. function createINFO(player)
  1994. local InfoGUIv2 = Instance.new("ScreenGui")
  1995. local Frame = Instance.new("Frame")
  1996. local Frame_2 = Instance.new("Frame")
  1997. local infoguiCLOSE = Instance.new("TextButton")
  1998. local Frame_3 = Instance.new("Frame")
  1999. local playerName = Instance.new("TextLabel")
  2000. local Frame_4 = Instance.new("Frame")
  2001. local playerAvatar = Instance.new("ImageLabel")
  2002. local playerAccAge = Instance.new("TextLabel")
  2003. local playerId = Instance.new("TextLabel")
  2004. local playerOs = Instance.new("TextLabel")
  2005. local playerMembership = Instance.new("TextLabel")
  2006. local Frame_5 = Instance.new("Frame")
  2007. local Frame_6 = Instance.new("Frame")
  2008. InfoGUIv2.Name = "InfoGUIv2"
  2009. InfoGUIv2.Parent = gsCoreGui
  2010. Frame.Parent = InfoGUIv2
  2011. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  2012. Frame.BackgroundTransparency = 1
  2013. Frame.BorderColor3 = Color3.new(0, 0, 0)
  2014. Frame.ClipsDescendants = true
  2015. Frame.Position = UDim2.new(0.45, 0, 1, 0)
  2016. Frame.Size = UDim2.new(0, 265, 0, 302)
  2017. Frame.ZIndex = -1
  2018. Frame_2.Parent = Frame
  2019. Frame_2.BackgroundColor3 = Color3.new(0.290196, 0, 0.447059)
  2020. Frame_2.BorderSizePixel = 0
  2021. Frame_2.Size = UDim2.new(0, 260, 0, 20)
  2022. infoguiCLOSE.Name = "infoguiCLOSE"
  2023. infoguiCLOSE.Parent = Frame_2
  2024. infoguiCLOSE.BackgroundColor3 = Color3.new(1, 1, 1)
  2025. infoguiCLOSE.BackgroundTransparency = 1
  2026. infoguiCLOSE.BorderSizePixel = 0
  2027. infoguiCLOSE.Position = UDim2.new(0, 230, 0, 0)
  2028. infoguiCLOSE.Size = UDim2.new(0, 30, 0, 20)
  2029. infoguiCLOSE.Font = Enum.Font.SourceSansBold
  2030. infoguiCLOSE.Text = "X"
  2031. infoguiCLOSE.TextColor3 = Color3.new(0.992157, 0.992157, 0.992157)
  2032. infoguiCLOSE.TextSize = 20
  2033. Frame_3.Parent = Frame
  2034. Frame_3.BackgroundColor3 = Color3.new(0.482353, 0.121569, 0.635294)
  2035. Frame_3.BorderSizePixel = 0
  2036. Frame_3.Position = UDim2.new(0, 0, 0, 20)
  2037. Frame_3.Size = UDim2.new(0, 260, 0, 40)
  2038. playerName.Name = "playerName"
  2039. playerName.Parent = Frame_3
  2040. playerName.BackgroundColor3 = Color3.new(1, 1, 1)
  2041. playerName.BackgroundTransparency = 1
  2042. playerName.Position = UDim2.new(0, 10, 0, 5)
  2043. playerName.Size = UDim2.new(0, 240, 0, 30)
  2044. playerName.Font = Enum.Font.SourceSansLight
  2045. playerName.Text = player.Name
  2046. playerName.TextColor3 = Color3.new(0.988235, 0.988235, 0.988235)
  2047. playerName.TextScaled = true
  2048. playerName.TextSize = 14
  2049. playerName.TextWrapped = true
  2050. Frame_4.Parent = Frame
  2051. Frame_4.BackgroundColor3 = Color3.new(0.956863, 0.956863, 0.956863)
  2052. Frame_4.BorderSizePixel = 0
  2053. Frame_4.Position = UDim2.new(0, 0, 0, 60)
  2054. Frame_4.Size = UDim2.new(0, 260, 0, 237)
  2055. playerAvatar.Name = "playerAvatar"
  2056. playerAvatar.Parent = Frame_4
  2057. playerAvatar.BackgroundColor3 = Color3.new(1, 1, 1)
  2058. playerAvatar.Position = UDim2.new(0, 85, 0, 10)
  2059. playerAvatar.Size = UDim2.new(0, 85, 0, 85)
  2060. playerAvatar.Image = "http://www.roblox.com/Thumbs/Avatar.ashx?x=150&y=150&Format=Png&username="..player.Name
  2061. playerAccAge.Name = "playerAccAge"
  2062. playerAccAge.Parent = Frame_4
  2063. playerAccAge.BackgroundColor3 = Color3.new(1, 1, 1)
  2064. playerAccAge.BackgroundTransparency = 1
  2065. playerAccAge.Position = UDim2.new(0, 5, 0, 101)
  2066. playerAccAge.Size = UDim2.new(0, 250, 0, 30)
  2067. playerAccAge.Font = Enum.Font.SourceSans
  2068. playerAccAge.Text = "Account Age: "..player.AccountAge
  2069. playerAccAge.TextColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  2070. playerAccAge.TextScaled = true
  2071. playerAccAge.TextSize = 14
  2072. playerAccAge.TextWrapped = true
  2073. playerId.Name = "playerId"
  2074. playerId.Parent = Frame_4
  2075. playerId.BackgroundColor3 = Color3.new(1, 1, 1)
  2076. playerId.BackgroundTransparency = 1
  2077. playerId.Position = UDim2.new(0, 5, 0, 131)
  2078. playerId.Size = UDim2.new(0, 250, 0, 30)
  2079. playerId.Font = Enum.Font.SourceSans
  2080. playerId.Text = "Account ID: "..player.UserId
  2081. playerId.TextColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  2082. playerId.TextScaled = true
  2083. playerId.TextSize = 14
  2084. playerId.TextWrapped = true
  2085. playerOs.Name = "playerOs"
  2086. playerOs.Parent = Frame_4
  2087. playerOs.BackgroundColor3 = Color3.new(1, 1, 1)
  2088. playerOs.BackgroundTransparency = 1
  2089. playerOs.Position = UDim2.new(0, 5, 0, 161)
  2090. playerOs.Size = UDim2.new(0, 250, 0, 30)
  2091. playerOs.Font = Enum.Font.SourceSansLight
  2092. playerOs.Text = "Player OS: "..player.OsPlatform
  2093. playerOs.TextColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  2094. playerOs.TextScaled = true
  2095. playerOs.TextSize = 14
  2096. playerOs.TextWrapped = true
  2097. playerMembership.Name = "playerMembership"
  2098. playerMembership.Parent = Frame_4
  2099. playerMembership.BackgroundColor3 = Color3.new(1, 1, 1)
  2100. playerMembership.BackgroundTransparency = 1
  2101. playerMembership.Position = UDim2.new(0, 5, 0, 191)
  2102. playerMembership.Size = UDim2.new(0, 250, 0, 30)
  2103. playerMembership.Font = Enum.Font.SourceSansLight
  2104. if player.MembershipType == Enum.MembershipType.None then
  2105. playerMembership.Text = "No builder's club."
  2106. elseif player.MembershipType == Enum.MembershipType.BuildersClub then
  2107. playerMembership.Text = "Builder's club!"
  2108. elseif player.MembershipType == Enum.MembershipType.TurboBuildersClub then
  2109. playerMembership.Text = "Turbo Builder's club!"
  2110. elseif player.MembershipType == Enum.MembershipType.OutrageousBuildersClub then
  2111. playerMembership.Text = "Outrageous Builder's club!"
  2112. end
  2113. playerMembership.TextColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  2114. playerMembership.TextScaled = true
  2115. playerMembership.TextSize = 14
  2116. playerMembership.TextWrapped = true
  2117. Frame_5.Parent = Frame
  2118. Frame_5.BackgroundColor3 = Color3.new(0, 0, 0)
  2119. Frame_5.BackgroundTransparency = 0.69999998807907
  2120. Frame_5.BorderColor3 = Color3.new(0, 0, 0)
  2121. Frame_5.BorderSizePixel = 0
  2122. Frame_5.ClipsDescendants = true
  2123. Frame_5.Position = UDim2.new(0, 10, 0, 10)
  2124. Frame_5.Selectable = true
  2125. Frame_5.Size = UDim2.new(0, 255, 0, 292)
  2126. Frame_5.ZIndex = -1
  2127. Frame_6.Parent = Frame
  2128. Frame_6.BackgroundColor3 = Color3.new(0, 0, 0)
  2129. Frame_6.BackgroundTransparency = 0.69999998807907
  2130. Frame_6.BorderColor3 = Color3.new(0, 0, 0)
  2131. Frame_6.BorderSizePixel = 0
  2132. Frame_6.ClipsDescendants = true
  2133. Frame_6.Position = UDim2.new(0, 8, 0, 8)
  2134. Frame_6.Selectable = true
  2135. Frame_6.Size = UDim2.new(0, 255, 0, 292)
  2136. Frame_6.ZIndex = -1
  2137. local closeGet = {}
  2138. closeGet.Size = UDim2.new(0, 0, 0, 0)
  2139. local openGet = {}
  2140. openGet.Position = UDim2.new(0.45, 0, 0.45, 0)
  2141. local closeFunction = gsTween:Create(Frame, TweenInfo.new(2, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), closeGet)
  2142. local openFunction = gsTween:Create(Frame, TweenInfo.new(1, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), openGet)
  2143. infoguiCLOSE.MouseButton1Click:Connect(function()
  2144. closeFunction:Play()
  2145. Frame:TweenPosition((Frame.Position + UDim2.new(0, 265 / 2, 0, 302 / 2)), "InOut", "Sine", 2)
  2146. wait(2.01)
  2147. Frame:Destroy()
  2148. end)
  2149. openFunction:Play()
  2150. local UserInputService = game:GetService("UserInputService")
  2151. local dragging
  2152. local dragInput
  2153. local dragStart
  2154. local startPos
  2155. local function update(input)
  2156. local delta = input.Position - dragStart
  2157. local dragTime = 0.055
  2158. local SmoothDrag = {}
  2159. SmoothDrag.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  2160. local dragSmoothFunction = gsTween:Create(Frame, TweenInfo.new(dragTime, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), SmoothDrag)
  2161. dragSmoothFunction:Play()
  2162. end
  2163. Frame.InputBegan:Connect(function(input)
  2164. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  2165. dragging = true
  2166. dragStart = input.Position
  2167. startPos = Frame.Position
  2168. input.Changed:Connect(function()
  2169. if input.UserInputState == Enum.UserInputState.End then
  2170. dragging = false
  2171. end
  2172. end)
  2173. end
  2174. end)
  2175. Frame.InputChanged:Connect(function(input)
  2176. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  2177. dragInput = input
  2178. end
  2179. end)
  2180. UserInputService.InputChanged:Connect(function(input)
  2181. if input == dragInput and dragging and Frame.Size == UDim2.new(0, 265, 0, 302) then
  2182. update(input)
  2183. end
  2184. end)
  2185. end
  2186. function clientSided()
  2187. Notification("info", "This command is for the client (you) only, no one else can see!", 6)
  2188. end
  2189. 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"}
  2190. 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
  2191. local CMDS_GUI_V2 = Instance.new("ScreenGui")
  2192. local CMDSmain = Instance.new("Frame")
  2193. local CMDSframemain = Instance.new("Frame")
  2194. local cmdgui_topframe = Instance.new("Frame")
  2195. local closecmdsgui = Instance.new("TextButton")
  2196. local cmdgui_midframe = Instance.new("Frame")
  2197. local cmdsgui_SearchFunction = Instance.new("TextBox")
  2198. local cmdsgui_searchDETAILFRAME = Instance.new("Frame")
  2199. local cmdsgui_searchDETAILTEXT = Instance.new("TextLabel")
  2200. local ListofCMDS = Instance.new("ScrollingFrame")
  2201. local cmdTutorial = Instance.new("TextLabel")
  2202. local cmdTutorial_2 = Instance.new("TextLabel")
  2203. local cmdTutorial_3 = Instance.new("TextLabel")
  2204. local CMDS_Shadow = Instance.new("Frame")
  2205. local CMDS_Shadow2 = Instance.new("Frame")
  2206. CMDS_GUI_V2.Name = "CMDS_GUI_V2"
  2207. CMDS_GUI_V2.Parent = gsCoreGui
  2208. CMDSmain.Name = "CMDSmain"
  2209. CMDSmain.Parent = CMDS_GUI_V2
  2210. CMDSmain.BackgroundColor3 = Color3.new(1, 1, 1)
  2211. CMDSmain.BackgroundTransparency = 1
  2212. CMDSmain.Position = UDim2.new(0, 695, 0, 297)
  2213. CMDSmain.Size = UDim2.new(0, 440, 0, 367)
  2214. CMDSmain.AnchorPoint = Vector2.new(0.5, 0.5)
  2215. CMDSmain.Visible = false
  2216. CMDSmain.ClipsDescendants = true
  2217. CMDSframemain.Name = "CMDSframemain"
  2218. CMDSframemain.Parent = CMDSmain
  2219. CMDSframemain.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  2220. CMDSframemain.BorderSizePixel = 0
  2221. CMDSframemain.Size = UDim2.new(0, 440, 0, 367)
  2222. cmdgui_topframe.Name = "cmdgui_topframe"
  2223. cmdgui_topframe.Parent = CMDSframemain
  2224. cmdgui_topframe.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2225. cmdgui_topframe.BorderSizePixel = 0
  2226. cmdgui_topframe.Size = UDim2.new(0, 440, 0, 15)
  2227. closecmdsgui.Name = "closecmdsgui"
  2228. closecmdsgui.Parent = cmdgui_topframe
  2229. closecmdsgui.BackgroundColor3 = Color3.new(1, 1, 1)
  2230. closecmdsgui.BackgroundTransparency = 1
  2231. closecmdsgui.Position = UDim2.new(0, 410, 0, 0)
  2232. closecmdsgui.Size = UDim2.new(0, 30, 0, 15)
  2233. closecmdsgui.Font = Enum.Font.SourceSansBold
  2234. closecmdsgui.Text = "X"
  2235. closecmdsgui.TextColor3 = Color3.new(0.968628, 0.968628, 0.968628)
  2236. closecmdsgui.TextSize = 20
  2237. cmdgui_midframe.Name = "cmdgui_midframe"
  2238. cmdgui_midframe.Parent = CMDSframemain
  2239. cmdgui_midframe.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  2240. cmdgui_midframe.BorderSizePixel = 0
  2241. cmdgui_midframe.Position = UDim2.new(0, 0, 0, 15)
  2242. cmdgui_midframe.Size = UDim2.new(0, 440, 0, 45)
  2243. cmdsgui_SearchFunction.Name = "cmdsgui_SearchFunction"
  2244. cmdsgui_SearchFunction.Parent = cmdgui_midframe
  2245. cmdsgui_SearchFunction.BackgroundColor3 = Color3.new(1, 1, 1)
  2246. cmdsgui_SearchFunction.BackgroundTransparency = 1
  2247. cmdsgui_SearchFunction.BorderSizePixel = 0
  2248. cmdsgui_SearchFunction.Position = UDim2.new(0, 120, 0, 10)
  2249. cmdsgui_SearchFunction.Size = UDim2.new(0, 200, 0, 25)
  2250. cmdsgui_SearchFunction.Font = Enum.Font.SourceSans
  2251. cmdsgui_SearchFunction.Text = ""
  2252. cmdsgui_SearchFunction.TextColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  2253. cmdsgui_SearchFunction.TextScaled = true
  2254. cmdsgui_SearchFunction.TextSize = 14
  2255. cmdsgui_SearchFunction.TextWrapped = true
  2256. cmdsgui_searchDETAILFRAME.Name = "cmdsgui_searchDETAILFRAME"
  2257. cmdsgui_searchDETAILFRAME.Parent = cmdsgui_SearchFunction
  2258. cmdsgui_searchDETAILFRAME.BackgroundColor3 = Color3.fromRGB(240, 240, 240)
  2259. cmdsgui_searchDETAILFRAME.BorderSizePixel = 0
  2260. cmdsgui_searchDETAILFRAME.Position = UDim2.new(0, 0, 0, 25)
  2261. cmdsgui_searchDETAILFRAME.Size = UDim2.new(0, 200, 0, 2)
  2262. cmdsgui_searchDETAILTEXT.Name = "cmdsgui_searchDETAILTEXT"
  2263. cmdsgui_searchDETAILTEXT.Parent = cmdsgui_SearchFunction
  2264. cmdsgui_searchDETAILTEXT.BackgroundColor3 = Color3.fromRGB(240, 240, 240)
  2265. cmdsgui_searchDETAILTEXT.BackgroundTransparency = 1
  2266. cmdsgui_searchDETAILTEXT.Size = UDim2.new(0, 200, 0, 25)
  2267. cmdsgui_searchDETAILTEXT.Font = Enum.Font.SourceSansLight
  2268. cmdsgui_searchDETAILTEXT.Text = "Search"
  2269. cmdsgui_searchDETAILTEXT.TextColor3 = Color3.fromRGB(240, 240, 240)
  2270. cmdsgui_searchDETAILTEXT.TextSize = 30
  2271. ListofCMDS.Name = "ListofCMDS"
  2272. ListofCMDS.Parent = CMDSframemain
  2273. ListofCMDS.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  2274. ListofCMDS.BorderSizePixel = 0
  2275. ListofCMDS.Position = UDim2.new(0, 0, 0, 60)
  2276. ListofCMDS.Size = UDim2.new(0, 440, 0, 307)
  2277. ListofCMDS.CanvasSize = UDim2.new(5, 0, 8, 0)
  2278. ListofCMDS.ScrollingDirection = Enum.ScrollingDirection.XY
  2279. cmdTutorial.Name = "cmdTutorial"
  2280. cmdTutorial.Parent = ListofCMDS
  2281. cmdTutorial.BackgroundColor3 = Color3.new(1, 1, 1)
  2282. cmdTutorial.BackgroundTransparency = 1
  2283. cmdTutorial.BorderSizePixel = 0
  2284. cmdTutorial.Position = UDim2.new(0, 5, 0, 5)
  2285. cmdTutorial.Size = UDim2.new(0, 420, 0, 20)
  2286. cmdTutorial.Font = Enum.Font.SourceSansBold
  2287. cmdTutorial.Text = "\"/\" means OPTIONAL argument after"
  2288. cmdTutorial.TextColor3 = Color3.new(0.956863, 0.956863, 0.956863)
  2289. cmdTutorial.TextScaled = true
  2290. cmdTutorial.TextSize = 14
  2291. cmdTutorial.TextWrapped = true
  2292. cmdTutorial.TextXAlignment = Enum.TextXAlignment.Left
  2293. cmdTutorial_2.Name = "cmdTutorial"
  2294. cmdTutorial_2.Parent = ListofCMDS
  2295. cmdTutorial_2.BackgroundColor3 = Color3.new(1, 1, 1)
  2296. cmdTutorial_2.BackgroundTransparency = 1
  2297. cmdTutorial_2.BorderSizePixel = 0
  2298. cmdTutorial_2.Position = UDim2.new(0, 5, 0, 25)
  2299. cmdTutorial_2.Size = UDim2.new(0, 420, 0, 20)
  2300. cmdTutorial_2.Font = Enum.Font.SourceSansBold
  2301. cmdTutorial_2.Text = "\"//\" means another way of running command"
  2302. cmdTutorial_2.TextColor3 = Color3.new(0.956863, 0.956863, 0.956863)
  2303. cmdTutorial_2.TextScaled = true
  2304. cmdTutorial_2.TextSize = 14
  2305. cmdTutorial_2.TextWrapped = true
  2306. cmdTutorial_2.TextXAlignment = Enum.TextXAlignment.Left
  2307. cmdTutorial_3.Name = "cmdTutorial"
  2308. cmdTutorial_3.Parent = ListofCMDS
  2309. cmdTutorial_3.BackgroundColor3 = Color3.new(1, 1, 1)
  2310. cmdTutorial_3.BackgroundTransparency = 1
  2311. cmdTutorial_3.BorderSizePixel = 0
  2312. cmdTutorial_3.Position = UDim2.new(0, 5, 0, 45)
  2313. cmdTutorial_3.Size = UDim2.new(0, 420, 0, 20)
  2314. cmdTutorial_3.Font = Enum.Font.SourceSansBold
  2315. cmdTutorial_3.Text = "Anything inside \"[ ]\" is an argument for the command"
  2316. cmdTutorial_3.TextColor3 = Color3.new(0.956863, 0.956863, 0.956863)
  2317. cmdTutorial_3.TextScaled = true
  2318. cmdTutorial_3.TextSize = 14
  2319. cmdTutorial_3.TextWrapped = true
  2320. cmdTutorial_3.TextXAlignment = Enum.TextXAlignment.Left
  2321. CMDS_Shadow.Name = "CMDS_Shadow"
  2322. CMDS_Shadow.Parent = CMDSmain
  2323. CMDS_Shadow.BackgroundColor3 = Color3.new(0, 0, 0)
  2324. CMDS_Shadow.BackgroundTransparency = 0.60000002384186
  2325. CMDS_Shadow.BorderSizePixel = 0
  2326. CMDS_Shadow.Position = UDim2.new(0, 2, 0, 2)
  2327. CMDS_Shadow.Size = UDim2.new(0, 440, 0, 367)
  2328. CMDS_Shadow.ZIndex = -1
  2329. CMDS_Shadow2.Name = "CMDS_Shadow2"
  2330. CMDS_Shadow2.Parent = CMDSmain
  2331. CMDS_Shadow2.BackgroundColor3 = Color3.new(0, 0, 0)
  2332. CMDS_Shadow2.BackgroundTransparency = 0.80000001192093
  2333. CMDS_Shadow2.BorderSizePixel = 0
  2334. CMDS_Shadow2.Position = UDim2.new(0, 5, 0, 5)
  2335. CMDS_Shadow2.Size = UDim2.new(0, 440, 0, 367)
  2336. CMDS_Shadow2.ZIndex = -1
  2337. closecmdsgui.MouseButton1Click:Connect(function()
  2338. CMDSmain:TweenSize(UDim2.new(0, 0, 0, 0), "InOut", "Sine", 2)
  2339. end)
  2340. function CreateCMDlabel(position, text)
  2341. local sizenow = 15
  2342. local cmdHere = Instance.new("TextLabel")
  2343. cmdHere.Name = "cmdHere"
  2344. cmdHere.TextWrapped = true
  2345. cmdHere.Parent = ListofCMDS
  2346. cmdHere.BackgroundColor3 = Color3.new(1, 1, 1)
  2347. cmdHere.BackgroundTransparency = 1
  2348. cmdHere.BorderSizePixel = 0
  2349. cmdHere.Position = position
  2350. cmdHere.Size = UDim2.new(0, 1950, 0, sizenow)
  2351. cmdHere.Font = Enum.Font.SourceSans
  2352. cmdHere.Text = text
  2353. cmdHere.TextWrapped = true
  2354. cmdHere.TextColor3 = Color3.new(0.956863, 0.956863, 0.956863)
  2355. cmdHere.TextScaled = false
  2356. cmdHere.TextSize = 20
  2357. cmdHere.TextXAlignment = Enum.TextXAlignment.Left
  2358. end
  2359. for i,_cmds in pairs(searchCmds) do
  2360. CreateCMDlabel(UDim2.new(0, 5, 0, 50 + (i * 15)), _cmds)
  2361. end
  2362. local UserInputService = game:GetService("UserInputService")
  2363. local dragging
  2364. local dragInput
  2365. local dragStart
  2366. local startPos
  2367. local function updateCMDS(input)
  2368. local delta = input.Position - dragStart
  2369. local dragTime = 0.055
  2370. local SmoothDrag = {}
  2371. SmoothDrag.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  2372. local dragSmoothFunction = gsTween:Create(CMDSmain, TweenInfo.new(dragTime, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), SmoothDrag)
  2373. dragSmoothFunction:Play()
  2374. end
  2375. cmdgui_topframe.InputBegan:Connect(function(input)
  2376. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  2377. dragging = true
  2378. dragStart = input.Position
  2379. startPos = CMDSmain.Position
  2380. input.Changed:Connect(function()
  2381. if input.UserInputState == Enum.UserInputState.End then
  2382. dragging = false
  2383. end
  2384. end)
  2385. end
  2386. end)
  2387. cmdgui_topframe.InputChanged:Connect(function(input)
  2388. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  2389. dragInput = input
  2390. end
  2391. end)
  2392. cmdgui_midframe.InputBegan:Connect(function(input)
  2393. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  2394. dragging = true
  2395. dragStart = input.Position
  2396. startPos = CMDSmain.Position
  2397. input.Changed:Connect(function()
  2398. if input.UserInputState == Enum.UserInputState.End then
  2399. dragging = false
  2400. end
  2401. end)
  2402. end
  2403. end)
  2404. cmdgui_midframe.InputChanged:Connect(function(input)
  2405. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  2406. dragInput = input
  2407. end
  2408. end)
  2409. UserInputService.InputChanged:Connect(function(input)
  2410. if input == dragInput and dragging then
  2411. updateCMDS(input)
  2412. end
  2413. end)
  2414. cmdsgui_SearchFunction.Focused:Connect(function()
  2415. cmdsgui_SearchFunction.TextTransparency = 0
  2416. local searchTween = {}
  2417. searchTween.TextColor3 = Color3.new(0.0980392, 0.462745, 0.823529)
  2418. searchTween.TextSize = 18
  2419. searchTween.Position = UDim2.new(0, -70, 0, -15)
  2420. local frameTweenblue = {}
  2421. frameTweenblue.BackgroundColor3 = Color3.new(0.0980392, 0.462745, 0.823529)
  2422. local searchTween1 = gsTween:Create(cmdsgui_searchDETAILTEXT, TweenInfo.new(0.3, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), searchTween)
  2423. searchTween1:Play()
  2424. local frameTweenblue1 = gsTween:Create(cmdsgui_searchDETAILFRAME, TweenInfo.new(0.3, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), frameTweenblue)
  2425. frameTweenblue1:Play()
  2426. end)
  2427. cmdsgui_SearchFunction.FocusLost:Connect(function(enterPressed)
  2428. if not enterPressed then
  2429. cmdsgui_SearchFunction.TextTransparency = 1
  2430. else
  2431. cmdsgui_SearchFunction.Text = " "
  2432. end
  2433. local searchTween = {}
  2434. searchTween.TextColor3 = Color3.fromRGB(240, 240, 240)
  2435. searchTween.TextSize = 30
  2436. searchTween.Position = UDim2.new(0, 0, 0, 0)
  2437. local frameTweenblue = {}
  2438. frameTweenblue.BackgroundColor3 = Color3.fromRGB(240, 240, 240)
  2439. local searchTween1 = gsTween:Create(cmdsgui_searchDETAILTEXT, TweenInfo.new(0.3, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), searchTween)
  2440. searchTween1:Play()
  2441. local frameTweenblue1 = gsTween:Create(cmdsgui_searchDETAILFRAME, TweenInfo.new(0.3, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), frameTweenblue)
  2442. frameTweenblue1:Play()
  2443. end)
  2444. cmdsgui_SearchFunction.Changed:Connect(function()
  2445. local index = 0
  2446. if cmdsgui_SearchFunction.Text ~= "" then
  2447. for i,v in pairs(ListofCMDS:GetChildren()) do
  2448. if v.Name == "cmdHere" then
  2449. if not string.find(v.Text, cmdsgui_SearchFunction.Text) then
  2450. v.Visible = false
  2451. else
  2452. v.Visible = true
  2453. index = index + 1
  2454. v.Position = UDim2.new(0, 5, 0, 50 + (index * 15))
  2455. end
  2456. end
  2457. end
  2458. end
  2459. end)
  2460.  
  2461. -- Command Execution
  2462. LP.Chatted:Connect(function(chat)
  2463. run(chat)
  2464. end)
  2465.  
  2466. function run(msg)
  2467. if string.lower(string.sub(msg, 2, 5)) == "chat" then
  2468. msg = msg
  2469. elseif string.match(msg, "hotkey") and string.match(msg, "chat") then
  2470. msg = msg
  2471. else
  2472. msg = string.lower(msg)
  2473. end
  2474. local cmdPrefix = string.sub(msg, 1, 1)
  2475. if cmdPrefix == commandPrefix then
  2476. msg = string.sub(msg, 2)
  2477. local args = {}
  2478. for arg in string.gmatch(msg,"[^%s]+") do
  2479. table.insert(args,arg)
  2480. end
  2481. local cmdName = args[1]
  2482. table.remove(args,1)
  2483. local doCmd = Commands[cmdName]
  2484.  
  2485. if doCmd ~= nil then
  2486. doCmd(args)
  2487. end
  2488. end
  2489. end
  2490.  
  2491. -- Command bar
  2492. local CommandBar = Instance.new("ScreenGui")
  2493. local CMDBAR = Instance.new("Frame")
  2494. local CMDBARText = Instance.new("TextBox")
  2495. CommandBar.Name = "CommandBar"
  2496. CommandBar.Parent = gsCoreGui
  2497. CMDBAR.Name = "CMDBAR"
  2498. CMDBAR.Parent = CommandBar
  2499. CMDBAR.BackgroundColor3 = Color3.new(0.164706, 0.152941, 0.172549)
  2500. CMDBAR.BorderSizePixel = 0
  2501. CMDBAR.Position = UDim2.new(0.025, 0, 1, 0)
  2502. CMDBAR.Size = UDim2.new(0, 270, 0, 35)
  2503. CMDBARText.Name = "CMDBARText"
  2504. CMDBARText.Parent = CMDBAR
  2505. CMDBARText.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  2506. CMDBARText.BorderSizePixel = 0
  2507. CMDBARText.Position = UDim2.new(0, 5, 0, 5)
  2508. CMDBARText.Size = UDim2.new(0, 260, 0, 25)
  2509. CMDBARText.Font = Enum.Font.SourceSansLight
  2510. CMDBARText.Text = ""
  2511. CMDBARText.TextColor3 = Color3.new(0.933333, 0.933333, 0.933333)
  2512. CMDBARText.TextScaled = true
  2513. CMDBARText.TextSize = 14
  2514. CMDBARText.TextWrapped = true
  2515. Mouse.KeyDown:connect(function(Key)
  2516. if Key == string.lower(commandPrefix) then
  2517. CMDBARText:CaptureFocus()
  2518. CMDBAR:TweenPosition(UDim2.new(0.015, 0, 0.95, 0), "Out", "Elastic", 0.5, true)
  2519. end
  2520. end)
  2521. CMDBARText.FocusLost:connect(function(enterPressed)
  2522. CMDBAR:TweenPosition(UDim2.new(0.015, 0, 1, 0), "Out", "Quad", 0.5, true)
  2523. if enterPressed then
  2524. local cmdmsg = CMDBARText.Text
  2525. CMDBARText.Text = ""
  2526. run(commandPrefix..cmdmsg)
  2527. end
  2528. end)
  2529. local Match = Instance.new("Frame")
  2530. Match.Name = "Match"
  2531. Match.Parent = CMDBAR
  2532. Match.BackgroundColor3 = Color3.new(0.164706, 0.152941, 0.172549)
  2533. Match.BorderSizePixel = 0
  2534. Match.Position = UDim2.new(0, 0, -4, 0)
  2535. Match.Size = UDim2.new(1, 0, 4, 0)
  2536. Match.Visible = false
  2537. function CreateOption(Text)
  2538. local Option1 = Instance.new("TextLabel")
  2539. Option1.Name = "Option"
  2540. Option1.Parent = Match
  2541. Option1.BackgroundColor3 = Color3.new(1, 1, 1)
  2542. Option1.BackgroundTransparency = 1
  2543. Option1.Position = UDim2.new(-10, 0, 0, 0)
  2544. Option1.Size = UDim2.new(1, 0, 0, 20)
  2545. Option1.Font = Enum.Font.SourceSans
  2546. Option1.Text = Text
  2547. Option1.TextColor3 = Color3.new(0.952941, 0.952941, 0.952941)
  2548. Option1.TextScaled = true
  2549. Option1.TextWrapped = true
  2550. end
  2551. for i,cmdtext2 in pairs(CMDS) do
  2552. CreateOption(cmdtext2)
  2553. end
  2554. CMDBARText.Changed:Connect(function()
  2555. if CMDBARText.Text ~= "" and CMDBARText.Text ~= commandPrefix then
  2556. Match.Visible = true
  2557. local PositionMatch = 0
  2558. for i,cmdtext in pairs(Match:GetChildren()) do
  2559. if cmdtext.Name == "Option" then
  2560. if string.find(cmdtext.Text, CMDBARText.Text) then
  2561. cmdtext.Position = UDim2.new(0, 0, 0, 2 + (PositionMatch * 20))
  2562. PositionMatch = PositionMatch + 1
  2563. if cmdtext.Position == UDim2.new(0, 0, 0, 142) then
  2564. cmdtext.Position = UDim2.new(-10, 0, 0, 0)
  2565. PositionMatch = PositionMatch - 1
  2566. end
  2567. else
  2568. cmdtext.Position = UDim2.new(-10, 0, 0, 0)
  2569. end
  2570. end
  2571. end
  2572. else
  2573. Match.Visible = false
  2574. end
  2575. end)
  2576.  
  2577. -- Chat
  2578. local ChatLogsv2 = Instance.new("ScreenGui")
  2579. local MainChatFrame = Instance.new("Frame")
  2580. local Framess = Instance.new("Frame")
  2581. local CloseChatGUI = Instance.new("TextButton")
  2582. local Frame_222 = Instance.new("Frame")
  2583. local PrintChat = Instance.new("TextButton")
  2584. local Shadow1 = Instance.new("Frame")
  2585. local Shadow2 = Instance.new("Frame")
  2586. local ScrollingFrame = Instance.new("ScrollingFrame")
  2587. ChatLogsv2.Name = "ChatLogsv2"
  2588. ChatLogsv2.Parent = gsCoreGui
  2589. MainChatFrame.Name = "MainChatFrame"
  2590. MainChatFrame.Parent = ChatLogsv2
  2591. MainChatFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  2592. MainChatFrame.BackgroundTransparency = 1
  2593. MainChatFrame.Position = UDim2.new(0, 760, 0, 261)
  2594. MainChatFrame.Size = UDim2.new(0, 525, 0, 337)
  2595. MainChatFrame.Visible = false
  2596. Framess.Parent = MainChatFrame
  2597. Framess.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  2598. Framess.BorderSizePixel = 0
  2599. Framess.Size = UDim2.new(0, 525, 0, 15)
  2600. CloseChatGUI.Name = "CloseChatGUI"
  2601. CloseChatGUI.Parent = Framess
  2602. CloseChatGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  2603. CloseChatGUI.BackgroundTransparency = 1
  2604. CloseChatGUI.BorderSizePixel = 0
  2605. CloseChatGUI.Position = UDim2.new(0, 495, 0, 0)
  2606. CloseChatGUI.Size = UDim2.new(0, 30, 0, 15)
  2607. CloseChatGUI.Font = Enum.Font.SourceSansBold
  2608. CloseChatGUI.Text = "X"
  2609. CloseChatGUI.TextColor3 = Color3.new(0.945098, 0.945098, 0.945098)
  2610. CloseChatGUI.TextSize = 20
  2611. Frame_222.Parent = MainChatFrame
  2612. Frame_222.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  2613. Frame_222.BorderSizePixel = 0
  2614. Frame_222.Position = UDim2.new(0, 0, 0, 15)
  2615. Frame_222.Size = UDim2.new(0, 525, 0, 50)
  2616. PrintChat.Name = "PrintChat"
  2617. PrintChat.Parent = Frame_222
  2618. PrintChat.BackgroundColor3 = Color3.new(0.870588, 0.25098, 0.25098)
  2619. PrintChat.BorderSizePixel = 0
  2620. PrintChat.Position = UDim2.new(0, 15, 0, 0)
  2621. PrintChat.Size = UDim2.new(0, 170, 0, 30)
  2622. PrintChat.Font = Enum.Font.SourceSansLight
  2623. PrintChat.Text = "Print Chat"
  2624. PrintChat.TextColor3 = Color3.new(0.960784, 0.960784, 0.960784)
  2625. PrintChat.TextSize = 30
  2626. PrintChat.TextWrapped = true
  2627. Shadow1.Name = "Shadow1"
  2628. Shadow1.Parent = MainChatFrame
  2629. Shadow1.BackgroundColor3 = Color3.new(0, 0, 0)
  2630. Shadow1.BackgroundTransparency = 0.5
  2631. Shadow1.Position = UDim2.new(0, 2, 0, 2)
  2632. Shadow1.Size = UDim2.new(0, 525, 0, 337)
  2633. Shadow1.ZIndex = -1
  2634. Shadow2.Name = "Shadow2"
  2635. Shadow2.Parent = MainChatFrame
  2636. Shadow2.BackgroundColor3 = Color3.new(0, 0, 0)
  2637. Shadow2.BackgroundTransparency = 0.80000001192093
  2638. Shadow2.Position = UDim2.new(0, 5, 0, 5)
  2639. Shadow2.Size = UDim2.new(0, 525, 0, 337)
  2640. Shadow2.ZIndex = -1
  2641. ScrollingFrame.Parent = MainChatFrame
  2642. ScrollingFrame.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  2643. ScrollingFrame.BorderSizePixel = 0
  2644. ScrollingFrame.Position = UDim2.new(0, 0, 0, 65)
  2645. ScrollingFrame.Size = UDim2.new(0, 525, 0, 271)
  2646. ScrollingFrame.CanvasPosition = Vector2.new(0, 403)
  2647. ScrollingFrame.ScrollBarThickness = 8
  2648. function CreateChatText(plr, chat)
  2649. for i,v in pairs(ScrollingFrame:GetDescendants()) do
  2650. v.Position = v.Position - UDim2.new(0, 0, 0, 20)
  2651. if v.Position == UDim2.new(0, 5, 0, 10) then
  2652. v:Destroy()
  2653. end
  2654. end
  2655. local Example = Instance.new("TextLabel")
  2656. Example.Name = "Example"
  2657. Example.Parent = ScrollingFrame
  2658. Example.BackgroundColor3 = Color3.new(1, 1, 1)
  2659. Example.BackgroundTransparency = 1
  2660. Example.Position = UDim2.new(0, 5, 0, 650)
  2661. Example.Size = UDim2.new(0, 500, 0, 20)
  2662. Example.Font = Enum.Font.SourceSans
  2663. Example.Text = "["..plr.Name.."]: "..chat
  2664. Example.TextColor3 = Color3.new(0.960784, 0.960784, 0.960784)
  2665. Example.TextScaled = true
  2666. Example.TextSize = 20
  2667. Example.TextWrapped = true
  2668. Example.TextXAlignment = Enum.TextXAlignment.Left
  2669. end
  2670. CloseChatGUI.MouseButton1Click:Connect(function()
  2671. MainChatFrame:TweenPosition(UDim2.new(0, 550, 0, -550), "InOut", "Sine", 2)
  2672. wait(2.01)
  2673. MainChatFrame.Visible = false
  2674. end)
  2675. printingChat = false
  2676. PrintChat.MouseButton1Click:Connect(function()
  2677. if printingChat == false then
  2678. printingChat = true
  2679. PrintChat.BackgroundColor3 = Color3.fromRGB(60, 200, 60)
  2680. elseif printingChat == true then
  2681. printingChat = false
  2682. PrintChat.BackgroundColor3 = Color3.new(0.870588, 0.25098, 0.25098)
  2683. end
  2684. end)
  2685. local UserInputService = game:GetService("UserInputService")
  2686. local dragging
  2687. local dragInput
  2688. local dragStart
  2689. local startPos
  2690. local function updateChat(input)
  2691. local delta = input.Position - dragStart
  2692. local dragTime = 0.055
  2693. local SmoothDrag = {}
  2694. SmoothDrag.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  2695. local dragSmoothFunction = gsTween:Create(MainChatFrame, TweenInfo.new(dragTime, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), SmoothDrag)
  2696. dragSmoothFunction:Play()
  2697. end
  2698. Frame_222.InputBegan:Connect(function(input)
  2699. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  2700. dragging = true
  2701. dragStart = input.Position
  2702. startPos = MainChatFrame.Position
  2703. input.Changed:Connect(function()
  2704. if input.UserInputState == Enum.UserInputState.End then
  2705. dragging = false
  2706. end
  2707. end)
  2708. end
  2709. end)
  2710. Frame_222.InputChanged:Connect(function(input)
  2711. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  2712. dragInput = input
  2713. end
  2714. end)
  2715. UserInputService.InputChanged:Connect(function(input)
  2716. if input == dragInput and dragging then
  2717. updateChat(input)
  2718. end
  2719. end)
  2720.  
  2721. function printChat(player, chat)
  2722. print("["..player.Name.."]: "..chat)
  2723. end
  2724. complimentReady = true
  2725. for i,currentPlayersChatting in pairs(game:GetService("Players"):GetPlayers()) do
  2726. currentPlayersChatting.Chatted:connect(function(chat)
  2727. CreateChatText(currentPlayersChatting, chat)
  2728. if printingChat then
  2729. printChat(currentPlayersChatting, chat)
  2730. end
  2731. if copychatACTIVE then
  2732. if currentPlayersChatting == copychatplayer then
  2733. gsReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(chat, "All")
  2734. end
  2735. end
  2736. if modeFling == true then
  2737. if string.lower(string.sub(chat, 1, 7)) == "!fling " then
  2738. if gsWorkspace:PGSIsEnabled() == false then
  2739. FEGodmode()
  2740. end
  2741. if string.lower(string.sub(chat, 8)) == "me" then
  2742. run(commandPrefix.."unfling")
  2743. LP.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + Vector3.new(0, 10, 0)
  2744. run(commandPrefix.."fling "..currentPlayersChatting.Name.." 2000000")
  2745. else
  2746. for i,notAll in pairs(findSinglePlayer(string.lower(string.sub(chat, 8)))) do
  2747. if notAll ~= LP then
  2748. run(commandPrefix.."unfling")
  2749. LP.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + Vector3.new(0, 10, 0)
  2750. run(commandPrefix.."fling "..notAll.Name.." 2000000")
  2751. end
  2752. end
  2753. end
  2754. end
  2755. end
  2756. if modeCompliment == true then
  2757. if string.lower(string.sub(chat, 1, 3)) == "!c " then
  2758. if complimentReady then
  2759. complimentReady = false
  2760. if string.lower(string.sub(chat, 4)) == "me" then
  2761. complimentplr(currentPlayersChatting)
  2762. else
  2763. for i,Others in pairs(findSinglePlayer(string.lower(string.sub(chat, 4)))) do
  2764. if Others == LP then
  2765. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Don't be silly, I can't compliment myself!", "All")
  2766. else
  2767. complimentplr(Others)
  2768. end
  2769. end
  2770. end
  2771. wait(1)
  2772. complimentReady = true
  2773. end
  2774. end
  2775. end
  2776. if modeMove == true then
  2777. if string.lower(string.sub(chat, 1, 9)) == "!bringbot" then
  2778. run(commandPrefix.."unfollow")
  2779. run(commandPrefix.."unwalk")
  2780. run(commandPrefix.."goto "..currentPlayersChatting.Name)
  2781. elseif string.lower(string.sub(chat, 1, 6)) == "!walk " then
  2782. for i,getWalkPlayer in pairs(findSinglePlayer(string.lower(string.sub(chat, 7)))) do
  2783. if getWalkPlayer == LP then
  2784. run(commandPrefix.."unfollow")
  2785. run(commandPrefix.."walk "..currentPlayersChatting.Name)
  2786. else
  2787. run(commandPrefix.."unfollow")
  2788. run(commandPrefix.."walk "..getWalkPlayer.Name)
  2789. end
  2790. end
  2791. elseif string.lower(string.sub(chat, 1, 8)) == "!follow " then
  2792. for i,getFollowPlayer in pairs(findSinglePlayer(string.lower(string.sub(chat, 9)))) do
  2793. if getFollowPlayer == LP then
  2794. run(commandPrefix.."unwalk")
  2795. run(commandPrefix.."follow "..currentPlayersChatting.Name)
  2796. else
  2797. run(commandPrefix.."unwalk")
  2798. run(commandPrefix.."follow "..getFollowPlayer.Name)
  2799. end
  2800. end
  2801. end
  2802. end
  2803. if modeInfo == true then
  2804. if infoReady then
  2805. infoReady = false
  2806. if string.lower(string.sub(chat, 1, 5)) == "!age " then
  2807. for i,v in pairs(findSinglePlayer(string.lower(string.sub(chat, 6)))) do
  2808. if v == LP then
  2809. run(commandPrefix.."age "..currentPlayersChatting.Name)
  2810. else
  2811. run(commandPrefix.."age "..v.Name)
  2812. end
  2813. end
  2814. end
  2815. if string.lower(string.sub(chat, 1, 4)) == "!id " then
  2816. for i,a in pairs(findSinglePlayer(string.lower(string.sub(chat, 5)))) do
  2817. if a == LP then
  2818. run(commandPrefix.."id "..currentPlayersChatting.Name)
  2819. else
  2820. run(commandPrefix.."id "..a.Name)
  2821. end
  2822. end
  2823. end
  2824. wait(1)
  2825. infoReady = true
  2826. end
  2827. end
  2828. end)
  2829. end
  2830. game:GetService("Players").PlayerAdded:connect(function(plr)
  2831. plr.Chatted:connect(function(chat)
  2832. CreateChatText(plr, chat)
  2833. if printingChat then
  2834. printChat(plr, chat)
  2835. end
  2836. if modeFling == true then
  2837. if string.lower(string.sub(chat, 1, 7)) == "!fling " then
  2838. if gsWorkspace:PGSIsEnabled() == false then
  2839. FEGodmode()
  2840. end
  2841. if string.lower(string.sub(chat, 8)) == "me" then
  2842. run(commandPrefix.."unfling")
  2843. LP.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + Vector3.new(0, 10, 0)
  2844. run(commandPrefix.."fling "..plr.Name.." 2000000")
  2845. else
  2846. for i,notAll in pairs(findSinglePlayer(string.lower(string.sub(chat, 8)))) do
  2847. if notAll ~= LP then
  2848. run(commandPrefix.."unfling")
  2849. LP.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + Vector3.new(0, 10, 0)
  2850. run(commandPrefix.."fling "..notAll.Name.." 2000000")
  2851. end
  2852. end
  2853. end
  2854. end
  2855. end
  2856. if modeCompliment == true then
  2857. if string.lower(string.sub(chat, 1, 3)) == "!c " then
  2858. if complimentReady == true then
  2859. complimentReady = false
  2860. if string.lower(string.sub(chat, 4)) == "me" then
  2861. complimentplr(plr)
  2862. else
  2863. for i,Others in pairs(findSinglePlayer(string.lower(string.sub(chat, 4)))) do
  2864. if Others == LP then
  2865. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Don't be silly, I can't compliment myself!", "All")
  2866. else
  2867. complimentplr(Others)
  2868. end
  2869. end
  2870. end
  2871. wait(1)
  2872. complimentReady = true
  2873. end
  2874. end
  2875. end
  2876. if modeMove == true then
  2877. if string.lower(string.sub(chat, 1, 9)) == "!bringbot" then
  2878. run(commandPrefix.."unfollow")
  2879. run(commandPrefix.."unwalk")
  2880. run(commandPrefix.."goto "..plr.Name)
  2881. elseif string.lower(string.sub(chat, 1, 6)) == "!walk " then
  2882. for i,getWalkPlayer in pairs(findSinglePlayer(string.lower(string.sub(chat, 7)))) do
  2883. if getWalkPlayer == LP then
  2884. run(commandPrefix.."unfollow")
  2885. run(commandPrefix.."walk "..plr.Name)
  2886. else
  2887. run(commandPrefix.."unfollow")
  2888. run(commandPrefix.."walk "..getWalkPlayer.Name)
  2889. end
  2890. end
  2891. elseif string.lower(string.sub(chat, 1, 8)) == "!follow " then
  2892. for i,getFollowPlayer in pairs(findSinglePlayer(string.lower(string.sub(chat, 9)))) do
  2893. if getFollowPlayer == LP then
  2894. run(commandPrefix.."unwalk")
  2895. run(commandPrefix.."follow "..plr.Name)
  2896. else
  2897. run(commandPrefix.."unwalk")
  2898. run(commandPrefix.."follow "..getFollowPlayer.Name)
  2899. end
  2900. end
  2901. end
  2902. end
  2903. if modeInfo == true then
  2904. if infoReady then
  2905. infoReady = false
  2906. if string.lower(string.sub(chat, 1, 5)) == "!age " then
  2907. for i,v in pairs(findSinglePlayer(string.lower(string.sub(chat, 6)))) do
  2908. if v == LP then
  2909. run(commandPrefix.."age "..plr.Name)
  2910. else
  2911. run(commandPrefix.."age "..v.Name)
  2912. end
  2913. end
  2914. end
  2915. if string.lower(string.sub(chat, 1, 4)) == "!id " then
  2916. for i,a in pairs(findSinglePlayer(string.lower(string.sub(chat, 5)))) do
  2917. if a == LP then
  2918. run(commandPrefix.."id "..plr.Name)
  2919. else
  2920. run(commandPrefix.."id "..a.Name)
  2921. end
  2922. end
  2923. end
  2924. wait(1)
  2925. infoReady = true
  2926. end
  2927. end
  2928. end)
  2929. end)
  2930.  
  2931. -- Loops
  2932. noclip = false
  2933. following = false
  2934. trailing = false
  2935. annoying = false
  2936. flingnoclip = false
  2937. staring = false
  2938. stopsitting = false
  2939. stareplr = ""
  2940. CBRINGamount = 3
  2941. spawnWS = CurrentWalkspeed
  2942. spawnJP = CurrentJumppower
  2943. spawnHH = CurrentHipheight
  2944. spawningfegod = false
  2945. looptpbypassfly = false
  2946. if game.GameId == 245662005 or game.GameId == 601130232 then
  2947. bypassMODE = true
  2948. else
  2949. bypassMODE = false
  2950. end
  2951. viewplr = ""
  2952. loopview = false
  2953. cmdForward = false
  2954. forwardSpeed = 1
  2955. loopviewfc = false
  2956. spinTOhead = false
  2957. spinObj = ""
  2958. rideACTIVE = false
  2959. ridePLAYER = ""
  2960.  
  2961. LPcurrenthumanoid = LP.Character.Humanoid
  2962. game:GetService('RunService').Stepped:connect(function()
  2963. if LP.Character.Humanoid ~= nil then
  2964. LPcurrenthumanoid = LP.Character.Humanoid
  2965. end
  2966. if noclip then
  2967. if LP.Character then
  2968. if LP.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  2969. LP.Character.Head.CanCollide = false
  2970. LP.Character.Torso.CanCollide = false
  2971. LP.Character["Left Leg"].CanCollide = false
  2972. LP.Character["Right Leg"].CanCollide = false
  2973. LP.Character["Left Arm"].CanCollide = false
  2974. LP.Character["Right Arm"].CanCollide = false
  2975. elseif LP.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  2976. LP.Character.Head.CanCollide = false
  2977. LP.Character.UpperTorso.CanCollide = false
  2978. LP.Character.LowerTorso.CanCollide = false
  2979. LP.Character.HumanoidRootPart.CanCollide = false
  2980. end
  2981. end
  2982. end
  2983. if following then
  2984. LP.Character.HumanoidRootPart.CFrame = gsPlayers[flwplr.Name].Character.HumanoidRootPart.CFrame + gsPlayers[flwplr.Name].Character.HumanoidRootPart.CFrame.lookVector * flwnum
  2985. end
  2986. if trailing then
  2987. LP.Character.HumanoidRootPart.CFrame = gsPlayers[trlplr.Name].Character.HumanoidRootPart.CFrame + gsPlayers[trlplr.Name].Character.HumanoidRootPart.CFrame.lookVector * trlnum
  2988. end
  2989. if annoying then
  2990. LP.Character.HumanoidRootPart.CFrame = gsPlayers[annplr.Name].Character.HumanoidRootPart.CFrame
  2991. end
  2992. if walkto then
  2993. LP.Character.Humanoid:MoveTo(walkplr.Character.HumanoidRootPart.Position)
  2994. end
  2995. if cbringing then
  2996. CBRINGplr.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + LP.Character.HumanoidRootPart.CFrame.lookVector * CBRINGamount
  2997. end
  2998. if cbringingall then
  2999. for i,getbringplrs in pairs(gsPlayers:GetPlayers()) do
  3000. if getbringplrs ~= LP then
  3001. getbringplrs.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + LP.Character.HumanoidRootPart.CFrame.lookVector * CBRINGamount
  3002. end
  3003. end
  3004. end
  3005. if staring then
  3006. LP.Character.HumanoidRootPart.CFrame = CFrame.new(LP.Character.Torso.Position, gsPlayers[stareplr.Name].Character.Torso.Position)
  3007. end
  3008. if stopsitting then
  3009. LP.Character.Humanoid.Sit = false
  3010. end
  3011. if looptpbypassfly then
  3012. pcall(function()
  3013. LP.Character.Head.Anchored = false
  3014. LP.Character.HumanoidRootPart.CFrame = gsWorkspace.rGETpartNUMBER2.CFrame
  3015. LP.Character.Head.Anchored = true
  3016. end)
  3017. end
  3018. if loopview then
  3019. view(viewplr)
  3020. end
  3021. if cmdForward then
  3022. LP.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + LP.Character.HumanoidRootPart.CFrame.lookVector * forwardSpeed
  3023. end
  3024. if loopviewfc then
  3025. pcall(function()
  3026. gsWorkspace.CurrentCamera.CameraSubject = gsWorkspace.rGETpartNUMBER2
  3027. end)
  3028. end
  3029. if spinTOhead then
  3030. pcall(function()
  3031. spinObj.Position = LP.Character.Head.Position
  3032. end)
  3033. end
  3034. if rideACTIVE == true then
  3035. LP.character.HumanoidRootPart.CFrame = ridePLAYER.Character.HumanoidRootPart.CFrame + Vector3.new(0, 3, 0)
  3036. end
  3037. end)
  3038. spawningatreset = false
  3039. spawnresetpoint = LP.Character.Head.CFrame
  3040.  
  3041. LPcurrenthumanoid.Died:Connect(function()
  3042. flying = false
  3043. doFREECAM = false
  3044. if savingtoolsloop then
  3045. run(commandPrefix.."savealltool")
  3046. end
  3047. if spawningatreset == true then
  3048. spawnresetpoint = LP.Character.Head.CFrame + Vector3.new(0, 5, 0)
  3049. end
  3050. end)
  3051.  
  3052. LP.CharacterAdded:Connect(function()
  3053. wait(0.2)
  3054. LP.Character.Humanoid.WalkSpeed = spawnWS
  3055. LP.Character.Humanoid.JumpPower = spawnJP
  3056. LP.Character.Humanoid.HipHeight = spawnHH
  3057. if spawningfegod then
  3058. FEGodmode()
  3059. end
  3060. if spawningpos and spawnpos ~= nil then
  3061. LP.Character.HumanoidRootPart.CFrame = spawnpos
  3062. end
  3063. if spawningatreset == true then
  3064. LP.Character.HumanoidRootPart.CFrame = spawnresetpoint
  3065. end
  3066. end)
  3067.  
  3068. -- Commands
  3069. Commands = {}
  3070.  
  3071. Commands.print = function(args)
  3072. local msg = table.concat(args," ")
  3073. print(msg)
  3074. end
  3075.  
  3076. Commands.warn = function(args)
  3077. local msg = table.concat(args," ")
  3078. warn(msg)
  3079. end
  3080.  
  3081. Commands.sit = function(args)
  3082. LP.Character.Humanoid.Sit = true
  3083. end
  3084.  
  3085. Commands.god = function(args)
  3086. FEGodmode()
  3087. Notification("warning", "You have enabled FE Godmode, tools will not work. Use "..commandPrefix.."grespawn to remove.", 7)
  3088. end
  3089.  
  3090. Commands.view = function(args)
  3091. if args[1] then
  3092. for i,v in pairs(findSinglePlayer(args[1])) do
  3093. if bypassMODE == false then
  3094. view(v)
  3095. Notification("info", "Now viewing "..v.Name..". Use "..commandPrefix.."unview to stop viewing.", 3)
  3096. elseif bypassMODE == true then
  3097. viewplr = v
  3098. loopview = true
  3099. end
  3100. end
  3101. end
  3102. end
  3103.  
  3104. Commands.unview = function(args)
  3105. view(LP)
  3106. loopview = false
  3107. end
  3108.  
  3109. Commands.gravity = function(args)
  3110. if args[1] then
  3111. gsWorkspace.Gravity = args[1]
  3112. end
  3113. end
  3114.  
  3115. Commands.ungravity = function(args)
  3116. gsWorkspace.Gravity = CurrentGravity
  3117. end
  3118.  
  3119. Commands.goto = function(args)
  3120. if args[1] then
  3121. if bypassMODE == false then
  3122. for i,v in pairs(findPlayer(args[1])) do
  3123. LP.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame
  3124. end
  3125. elseif bypassMODE == true then
  3126. for i,v in pairs(findPlayer(args[1])) do
  3127. local TPbypass = {}
  3128. TPbypass.CFrame = v.Character.HumanoidRootPart.CFrame + Vector3.new(0, 5, 0)
  3129. local TPFunction = gsTween:Create(LP.Character.HumanoidRootPart, TweenInfo.new(1.5, Enum.EasingStyle.Sine, Enum.EasingDirection.In), TPbypass)
  3130. TPFunction:Play()
  3131. end
  3132. end
  3133. end
  3134. end
  3135.  
  3136. Commands.fecheck = function(args)
  3137. if gsWorkspace.FilteringEnabled == true then
  3138. Notification("warning", "FE is enabled!", 7)
  3139. else
  3140. Notification("warning", "FE is disabled. Consider using a different script.", 7)
  3141. end
  3142. end
  3143.  
  3144. Commands.lockws = function(args)
  3145. lockWS()
  3146. Notification("info", "Workspace locked.", 4)
  3147. end
  3148.  
  3149. Commands.unlockws = function(args)
  3150. unlockWS()
  3151. Notification("info", "Workspace unlocked.", 4)
  3152. end
  3153.  
  3154. Commands.noclip = function(args)
  3155. noclip = true
  3156. Notification("info", "Noclip enabled.", 4)
  3157. end
  3158.  
  3159. Commands.clip = function(args)
  3160. noclip = false
  3161. Notification("info", "Noclip disabled.", 4)
  3162. end
  3163.  
  3164. Commands.follow = function(args)
  3165. if args[1] then
  3166. for i,v in pairs(findPlayer(args[1])) do
  3167. flwplr = v
  3168. end
  3169. if args[2] then
  3170. flwnum = args[2]
  3171. else
  3172. flwnum = -5
  3173. end
  3174. following = true
  3175. else
  3176. Notification("warning", "No player selected to follow! Use: "..commandPrefix.."follow player", 4)
  3177. end
  3178. end
  3179.  
  3180. Commands.unfollow = function(args)
  3181. following = false
  3182. end
  3183.  
  3184. Commands.fling = function(args)
  3185. if args[1] then
  3186. for i,v in pairs(findSinglePlayer(args[1])) do
  3187. if v ~= LP then
  3188. view(v)
  3189. pcall(function()
  3190. LP.Character.HumanoidRootPart.Fling:Destroy()
  3191. end)
  3192. if not args[2] then
  3193. RocketPropulsion(800000,1000,400000,v,"Fling")
  3194. else
  3195. RocketPropulsion(args[2],1500,400000,v,"Fling")
  3196. end
  3197. if noclip ~= true then
  3198. flingnoclip = true
  3199. noclip = true
  3200. end
  3201. end
  3202. end
  3203. else
  3204. Notification("warning", "No player selected to fling! Use: "..commandPrefix.."fling player", 4)
  3205. end
  3206. end
  3207.  
  3208. Commands.unfling = function(args)
  3209. view(LP)
  3210. pcall(function()
  3211. if LP.Character.HumanoidRootPart.Fling then
  3212. for i,v in pairs(LP.Character:GetDescendants()) do
  3213. if v.Name == "Fling" and v:IsA("RocketPropulsion") then
  3214. v:Destroy()
  3215. end
  3216. end
  3217. end
  3218. end)
  3219. if flingnoclip == true then
  3220. noclip = false
  3221. flingnoclip = false
  3222. end
  3223. end
  3224.  
  3225. Commands.trail = function(args)
  3226. if args[1] then
  3227. for i,v in pairs(findPlayer(args[1])) do
  3228. trlplr = v
  3229. end
  3230. if args[2] then
  3231. trlnum = args[2]
  3232. else
  3233. trlnum = 5
  3234. end
  3235. trailing = true
  3236. else
  3237. Notification("warning", "No player selected to trail! Use: "..commandPrefix.."trail player", 4)
  3238. end
  3239. end
  3240.  
  3241. Commands.untrail = function(args)
  3242. trailing = false
  3243. end
  3244.  
  3245. Commands.annoy = function(args)
  3246. if args[1] then
  3247. for i,v in pairs(findPlayer(args[1])) do
  3248. annplr = v
  3249. end
  3250. annoying = true
  3251. else
  3252. Notification("warning", "No player selected to annoy! Use: "..commandPrefix.."annoy player", 4)
  3253. end
  3254. end
  3255.  
  3256. Commands.unannoy = function(args)
  3257. annoying = false
  3258. end
  3259.  
  3260. Commands.reset = function(args)
  3261. LP.Character:BreakJoints()
  3262. end
  3263.  
  3264. Commands.grespawn = function(args)
  3265. LP.Character.Humanoid.Health = 0
  3266. wait(1)
  3267. LP.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  3268. LP.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  3269. end
  3270.  
  3271. Commands.respawn = function(args)
  3272. local mod = Instance.new('Model', workspace) mod.Name = 'new '..LP.Name
  3273. local hum = Instance.new('Humanoid', mod)
  3274. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  3275. LP.Character = mod
  3276. end
  3277.  
  3278. Commands.speed = function(args)
  3279. if args[1] then
  3280. run(commandPrefix.."ws "..args[1])
  3281. end
  3282. end
  3283.  
  3284. bypassingwalkspeed = false
  3285. Commands.ws = function(args)
  3286. if args[1] then
  3287. if bypassMODE == false then
  3288. LP.Character.Humanoid.WalkSpeed = args[1]
  3289. elseif bypassMODE == true then
  3290. if game.GameId == 245662005 then
  3291. bypassingwalkspeed = true
  3292. bypassWalkspeed = args[1]
  3293. end
  3294. end
  3295. end
  3296. end
  3297.  
  3298. game:GetService("RunService").Heartbeat:Connect(function()
  3299. if bypassingwalkspeed then
  3300. LP.Character.Humanoid.WalkSpeed = bypassWalkspeed
  3301. end
  3302. end)
  3303.  
  3304. Commands.jumppower = function(args)
  3305. if args[1] then
  3306. LP.Character.Humanoid.JumpPower = args[1]
  3307. end
  3308. end
  3309.  
  3310. Commands.jp = function(args)
  3311. if args[1] then
  3312. LP.Character.Humanoid.JumpPower = args[1]
  3313. end
  3314. end
  3315.  
  3316. Commands.hipheight = function(args)
  3317. if args[1] then
  3318. LP.Character.Humanoid.HipHeight = args[1]
  3319. end
  3320. end
  3321.  
  3322. Commands.hh = function(args)
  3323. if args[1] then
  3324. LP.Character.Humanoid.HipHeight = args[1]
  3325. end
  3326. end
  3327.  
  3328. Commands.default = function(args)
  3329. LP.Character.Humanoid.WalkSpeed = CurrentWalkspeed
  3330. LP.Character.Humanoid.HipHeight = CurrentHipheight
  3331. LP.Character.Humanoid.JumpPower = CurrentJumppower
  3332. end
  3333.  
  3334. Commands.credits = function(args)
  3335. Notification("info", "Shattervast was made by illremember#3799 , "..commandPrefix.."fullcredits for all credits.", 8)
  3336. end
  3337.  
  3338. Commands.attach = function(args)
  3339. if hasTools() == false then
  3340. Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
  3341. else
  3342. FEGodmode()
  3343. for i,v in pairs(LP.Backpack:GetChildren())do
  3344. LP.Character.Humanoid:EquipTool(v)
  3345. end
  3346. if args[1] then
  3347. for i,v in pairs(findSinglePlayer(args[1])) do
  3348. if v ~= LP then
  3349. LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
  3350. wait(0.3)
  3351. LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
  3352. end
  3353. end
  3354. end
  3355. end
  3356. end
  3357.  
  3358. Commands.fly = function(args)
  3359. if bypassMODE == false then
  3360. local speedget = 1
  3361. repeat wait() until LP and LP.Character and LP.Character:FindFirstChild('HumanoidRootPart') and LP.Character:FindFirstChild('Humanoid')
  3362. repeat wait() until Mouse
  3363. if args[1] then
  3364. speedfly = args[1]
  3365. else
  3366. speedfly = 1
  3367. end
  3368.  
  3369. local T = LP.Character.HumanoidRootPart
  3370. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  3371. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  3372. local SPEED = speedget
  3373.  
  3374. local function fly()
  3375. flying = true
  3376. local BG = Instance.new('BodyGyro', T)
  3377. local BV = Instance.new('BodyVelocity', T)
  3378. BG.P = 9e4
  3379. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  3380. BG.cframe = T.CFrame
  3381. BV.velocity = Vector3.new(0, 0.1, 0)
  3382. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  3383. spawn(function()
  3384. repeat wait()
  3385. LP.Character.Humanoid.PlatformStand = true
  3386. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  3387. SPEED = 50
  3388. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  3389. SPEED = 0
  3390. end
  3391. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  3392. 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
  3393. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  3394. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  3395. 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
  3396. else
  3397. BV.velocity = Vector3.new(0, 0.1, 0)
  3398. end
  3399. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  3400. until not flying
  3401. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  3402. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  3403. SPEED = 0
  3404. BG:destroy()
  3405. BV:destroy()
  3406. LP.Character.Humanoid.PlatformStand = false
  3407. end)
  3408. end
  3409. Mouse.KeyDown:connect(function(KEY)
  3410. if KEY:lower() == 'w' then
  3411. CONTROL.F = speedfly
  3412. elseif KEY:lower() == 's' then
  3413. CONTROL.B = -speedfly
  3414. elseif KEY:lower() == 'a' then
  3415. CONTROL.L = -speedfly
  3416. elseif KEY:lower() == 'd' then
  3417. CONTROL.R = speedfly
  3418. end
  3419. end)
  3420. Mouse.KeyUp:connect(function(KEY)
  3421. if KEY:lower() == 'w' then
  3422. CONTROL.F = 0
  3423. elseif KEY:lower() == 's' then
  3424. CONTROL.B = 0
  3425. elseif KEY:lower() == 'a' then
  3426. CONTROL.L = 0
  3427. elseif KEY:lower() == 'd' then
  3428. CONTROL.R = 0
  3429. end
  3430. end)
  3431. fly()
  3432. elseif bypassMODE == true then
  3433. if not args[1] then
  3434. run(commandPrefix.."fc")
  3435. else
  3436. run(commandPrefix.."fc "..args[1])
  3437. end
  3438. LP.Character.Head.Anchored = false
  3439. looptpbypassfly = true
  3440. view(LP)
  3441. end
  3442. end
  3443.  
  3444. Commands.unfly = function(args)
  3445. if bypassMODE == false then
  3446. flying = false
  3447. LP.Character.Humanoid.PlatformStand = false
  3448. else
  3449. looptpbypassfly = false
  3450. run(commandPrefix.."unfreecam")
  3451. local goalTP = LP.Character.HumanoidRootPart.CFrame
  3452. if game.GameId == 245662005 then
  3453. for i = 1, 5 do wait(0.2)
  3454. LP.Character.HumanoidRootPart.CFrame = goalTP
  3455. end
  3456. else
  3457. LP.Character.HumanoidRootPart.CFrame = goalTP
  3458. end
  3459. LP.Character.Head.Anchored = false
  3460. end
  3461. end
  3462.  
  3463. Commands.kill = function(args)
  3464. if args[1] then
  3465. for i,v in pairs(findSinglePlayer(args[1])) do
  3466. if v == LP then
  3467. LP.Character:BreakJoints()
  3468. else
  3469. if hasTools() == false then
  3470. Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
  3471. else
  3472. FEGodmode()
  3473. for i,v in pairs(LP.Backpack:GetChildren())do
  3474. LP.Character.Humanoid:EquipTool(v)
  3475. end
  3476. local NOW = LP.Character.HumanoidRootPart.CFrame
  3477. LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
  3478. wait(0.3)
  3479. LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
  3480. local function tp(player,player2)
  3481. local char1,char2=player.Character,player2.Character
  3482. if char1 and char2 then
  3483. char1:MoveTo(char2.Head.Position)
  3484. end
  3485. end
  3486. wait(0.5)
  3487. LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(100000,0,100000))
  3488. wait(0.5)
  3489. tp(LP,game:GetService("Players")[v.Name])
  3490. wait(0.7)
  3491. LP.Character.HumanoidRootPart.CFrame = NOW
  3492. view(LP)
  3493. end
  3494. end
  3495. end
  3496. end
  3497. end
  3498. Commands.bring = function(args)
  3499. if hasTools() == false then
  3500. Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
  3501. else
  3502. FEGodmode()
  3503. for i,v in pairs(LP.Backpack:GetChildren())do
  3504. LP.Character.Humanoid:EquipTool(v)
  3505. end
  3506. if args[1] then
  3507. for i,v in pairs(findSinglePlayer(args[1])) do
  3508. if v ~= LP then
  3509. local NOW = LP.Character.HumanoidRootPart.CFrame
  3510. local function tp(player,player2)
  3511. local char1,char2=player.Character,player2.Character
  3512. if char1 and char2 then
  3513. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  3514. end
  3515. end
  3516. local function getout(player,player2)
  3517. local char1,char2=player.Character,player2.Character
  3518. if char1 and char2 then
  3519. char1:MoveTo(char2.Head.Position)
  3520. end
  3521. end
  3522. tp(game:GetService("Players")[v.Name], LP)
  3523. wait(0.2)
  3524. tp(game:GetService("Players")[v.Name], LP)
  3525. wait(0.5)
  3526. LP.Character.HumanoidRootPart.CFrame = NOW
  3527. wait(0.5)
  3528. getout(LP, game:GetService("Players")[v.Name])
  3529. wait(0.3)
  3530. LP.Character.HumanoidRootPart.CFrame = NOW
  3531. end
  3532. end
  3533. end
  3534. end
  3535. end
  3536.  
  3537. Commands.naked = function(args)
  3538. for i,v in pairs(LP.Character:GetDescendants()) do
  3539. if v:IsA("Clothing") then
  3540. v:Destroy()
  3541. end
  3542. end
  3543. end
  3544.  
  3545. Commands.nolimbs = function(args)
  3546. LP.Character["Left Arm"]:Destroy()
  3547. LP.Character["Right Arm"]:Destroy()
  3548. LP.Character["Left Leg"]:Destroy()
  3549. LP.Character["Right Leg"]:Destroy()
  3550. end
  3551.  
  3552. Commands.noarms = function(args)
  3553. LP.Character["Left Arm"]:Destroy()
  3554. LP.Character["Right Arm"]:Destroy()
  3555. end
  3556.  
  3557. Commands.nolegs = function(args)
  3558. LP.Character["Left Leg"]:Destroy()
  3559. LP.Character["Right Leg"]:Destroy()
  3560. end
  3561.  
  3562. Commands.headless = function(args)
  3563. local l = LP.Character.Humanoid:Clone()
  3564. LP.Character.Humanoid:Destroy()
  3565. wait(0.2)
  3566. LP.Character.Head.CanCollide = false
  3567. for i,v in pairs(LP.Character:GetDescendants()) do
  3568. if string.sub(v.Name, 1, 4) == "Neck" then
  3569. v:Destroy()
  3570. end
  3571. end
  3572. wait(0.2)
  3573. l.Name = "Humanoid"
  3574. l.Parent = LP.Character
  3575. wait(0.1)
  3576. game:GetService("Workspace").CurrentCamera.CameraSubject = LP.Character
  3577. LP.Character.Animate:Destroy()
  3578. end
  3579.  
  3580. antiremotes = false
  3581. Commands.antikick = function(args)
  3582. if args[1] then
  3583. if args[1] == "on" then
  3584. antiremotes = true
  3585. wait(0.2)
  3586. for i,v in pairs(LP.Character:GetChildren()) do
  3587. if string.find(string.lower(v.Name), "exploit") and v:IsA("LocalScript") then
  3588. v.Disabled = true
  3589. end
  3590. end
  3591. Notification("warning", "This command disables all remotes incase they are kick remotes, may break game.", 8)
  3592. Notification("info", "Does not prevent serverside kicks, use "..commandPrefix.."antikick off to turn off.", 8)
  3593. elseif args[1] == "off" then
  3594. antiremotes = false
  3595. Notification("warning", "Remote anti-kick turned off.", 8)
  3596. end
  3597. end
  3598. end
  3599.  
  3600. blockedremotes = {}
  3601. Commands.blockremote = function(args)
  3602. local getService = ""
  3603. if args[1] then
  3604. local remoteName = string.lower(tostring(args[1]))
  3605. if args[2] then
  3606. local serviceRemote = string.lower(tostring(args[2]))
  3607. if serviceRemote == "workspace" then
  3608. getService = "Workspace"
  3609. elseif serviceRemote == "replicatedstorage" then
  3610. getService = "ReplicatedStorage"
  3611. elseif serviceRemote == "players" then
  3612. getService = "Players"
  3613. elseif serviceRemote == "lighting" then
  3614. getService = "Lighting"
  3615. elseif serviceRemote == "startergui" then
  3616. getService = "StarterGui"
  3617. elseif serviceRemote == "starterpack" then
  3618. getService = "StarterPack"
  3619. elseif serviceRemote == "starterplayer" then
  3620. getService = "StarterPlayer"
  3621. else
  3622. getService = "ReplicatedStorage"
  3623. end
  3624. else
  3625. getService = "ReplicatedStorage"
  3626. end
  3627. for i,getRemote in pairs(game:GetService(getService):GetDescendants()) do
  3628. if string.lower(getRemote.Name) == remoteName then
  3629. table.insert(blockedremotes, getRemote.Name)
  3630. end
  3631. end
  3632. end
  3633. Notification("warning", "If this command does not work, make sure you type remote name/service fully correct.", 8)
  3634. end
  3635.  
  3636. spyingremotes = false
  3637. Commands.remotespy = function(args)
  3638. if args[1] then
  3639. if args[1] == "on" then
  3640. spyingremotes = true
  3641. Notification("info", "Remotespy turned on.", 4)
  3642. elseif args[1] == "off" then
  3643. spyingremotes = false
  3644. Notification("info", "Remotespy turned off.", 4)
  3645. end
  3646. end
  3647. end
  3648.  
  3649. Commands.bang = function(args)
  3650. if args[1] then
  3651. for i,v in pairs(findSinglePlayer(args[1])) do
  3652. if v ~= nil then
  3653. following = true
  3654. flwplr = v
  3655. flwnum = -1
  3656. local bangAnimation = Instance.new("Animation")
  3657. bangAnimation.AnimationId = "rbxassetid://148840371"
  3658. bangTrack = LP.Character.Humanoid:LoadAnimation(bangAnimation)
  3659. if args[2] then
  3660. bangTrack:Play(.1, 1, args[2])
  3661. else
  3662. bangTrack:Play(.1, 1, 1)
  3663. end
  3664. end
  3665. end
  3666. else
  3667. Notification("warning", "No player selected to follow! Use: "..commandPrefix.."follow player", 4)
  3668. end
  3669. end
  3670.  
  3671. Commands.unbang = function(args)
  3672. following = false
  3673. bangTrack:Stop()
  3674. end
  3675.  
  3676. spamdelay = 1
  3677. spamtext = "Spam"
  3678. spamming = false
  3679. Commands.spam = function(args)
  3680. if args[1] then
  3681. spamtext = args[1]
  3682. spamming = true
  3683. end
  3684. end
  3685. Commands.spamdelay = function(args)
  3686. if args[1] then
  3687. spamdelay = args[1]
  3688. end
  3689. end
  3690. spawn(function()
  3691. while wait(spamdelay) do
  3692. if spamming then
  3693. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(spamtext, "All")
  3694. end
  3695. end
  3696. end)
  3697.  
  3698. Commands.unspam = function(args)
  3699. spamming = false
  3700. end
  3701.  
  3702. Commands.info = function(args)
  3703. if args[1] then
  3704. for i,v in pairs(findSinglePlayer(args[1])) do
  3705. createINFO(v)
  3706. end
  3707. end
  3708. end
  3709.  
  3710. Commands.age = function(args)
  3711. if args[1] then
  3712. for i,v in pairs(findPlayer(args[1])) do
  3713. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(v.Name.." Account Age: "..v.AccountAge.." days!", "All")
  3714. end
  3715. end
  3716. end
  3717.  
  3718. Commands.invisible = function(args)
  3719. local Character = LP.Character
  3720. if LP.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  3721. local Clone = Character.HumanoidRootPart:Clone()
  3722. Character.HumanoidRootPart:Destroy()
  3723. Clone.Parent = Character
  3724. else
  3725. local Clone = Character.LowerTorso.Root:Clone()
  3726. Character.LowerTorso.Root:Destroy()
  3727. Clone.Parent = Character.LowerTorso
  3728. end
  3729. end
  3730.  
  3731. walkto = false
  3732. walkplr = ""
  3733. Commands.walk = function(args)
  3734. if args[1] then
  3735. for i,v in pairs(findSinglePlayer(args[1])) do
  3736. walkplr = v
  3737. walkto = true
  3738. noclip = true
  3739. end
  3740. end
  3741. end
  3742.  
  3743. Commands.unwalk = function(args)
  3744. walkto = false
  3745. noclip = false
  3746. LP.Character.Humanoid:MoveTo(LP.Character.HumanoidRootPart.Position)
  3747. end
  3748.  
  3749. Commands.glitch = function(args)
  3750. if hasTools() == false then
  3751. Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
  3752. else
  3753. FEGodmode()
  3754. for i,v in pairs(LP.Backpack:GetChildren())do
  3755. LP.Character.Humanoid:EquipTool(v)
  3756. end
  3757. if args[1] then
  3758. for i,v in pairs(findSinglePlayer(args[1])) do
  3759. local function tp(player,player2)
  3760. local char1,char2=player.Character,player2.Character
  3761. if char1 and char2 then
  3762. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  3763. end
  3764. end
  3765. tp(game:GetService("Players")[v.Name], LP)
  3766. wait(0.2)
  3767. tp(game:GetService("Players")[v.Name], LP)
  3768. wait(0.5)
  3769. local b = Instance.new("BodyForce")
  3770. b.Parent = LP.Character.HumanoidRootPart
  3771. b.Name = "Glitch"
  3772. if args[2] then
  3773. b.Force = Vector3.new(args[2],5000,0)
  3774. else
  3775. b.Force = Vector3.new(100000000,5000,0)
  3776. end
  3777. wait(6)
  3778. b:Destroy()
  3779. end
  3780. end
  3781. end
  3782. end
  3783.  
  3784. Commands.tp = function(args)
  3785. if args[1] then
  3786. for i,v in pairs(findSinglePlayer(args[1])) do
  3787. if v == LP then
  3788. if args[2] then
  3789. for i,a in pairs(findSinglePlayer(args[2])) do
  3790. v.Character.HumanoidRootPart.CFrame = a.Character.HumanoidRootPart.CFrame
  3791. end
  3792. end
  3793. else
  3794. if hasTools() == false then
  3795. Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
  3796. else
  3797. FEGodmode()
  3798. for i,v in pairs(LP.Backpack:GetChildren())do
  3799. LP.Character.Humanoid:EquipTool(v)
  3800. end
  3801. if args[1] then
  3802. for i,first in pairs(findSinglePlayer(args[1])) do
  3803. if args[2] then
  3804. for i,second in pairs(findSinglePlayer(args[2])) do
  3805. local function tp(player,player2)
  3806. local char1,char2=player.Character,player2.Character
  3807. if char1 and char2 then
  3808. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  3809. end
  3810. end
  3811. local function getout(player,player2)
  3812. local char1,char2=player.Character,player2.Character
  3813. if char1 and char2 then
  3814. char1:MoveTo(char2.Head.Position)
  3815. end
  3816. end
  3817. tp(LP, first)
  3818. wait(0.2)
  3819. tp(LP, first)
  3820. wait(0.5)
  3821. tp(LP, second)
  3822. wait(0.2)
  3823. tp(LP, second)
  3824. wait(0.2)
  3825. getout(LP, first)
  3826. end
  3827. end
  3828. end
  3829. end
  3830. end
  3831. end
  3832. end
  3833. end
  3834. end
  3835.  
  3836. Commands.givetool = function(args)
  3837. if args[1] then
  3838. if args[2] then
  3839. local selectedTool = ""
  3840. for i,allTools in pairs(LP.Character:GetDescendants()) do
  3841. if allTools:IsA("Tool") and string.lower(allTools.Name) == string.lower(args[2]) then
  3842. selectedTool = allTools
  3843. else
  3844. for i,otherTools in pairs(LP.Backpack:GetDescendants()) do
  3845. if otherTools:IsA("Tool") and string.lower(otherTools.Name) == string.lower(args[2]) then
  3846. selectedTool = otherTools
  3847. end
  3848. end
  3849. end
  3850. end
  3851. for i,v in pairs(findSinglePlayer(args[1])) do
  3852. if selectedTool ~= "" then
  3853. selectedTool.Parent = v.Character
  3854. end
  3855. end
  3856. else
  3857. for i,plr in pairs(findSinglePlayer(args[1])) do
  3858. for i,tool in pairs(LP.Character:GetDescendants()) do
  3859. if tool:IsA("Tool") then
  3860. tool.Parent = plr.Character
  3861. end
  3862. end
  3863. end
  3864. end
  3865. end
  3866. end
  3867.  
  3868. Commands.givealltools = function(args)
  3869. LP.Character.Humanoid:UnequipTools()
  3870. for i,plr in pairs(findSinglePlayer(args[1])) do
  3871. for i,v in pairs(LP.Character:GetDescendants()) do
  3872. if v:IsA("Tool") then
  3873. v.Parent = plr.Character
  3874. end
  3875. end
  3876. for i,a in pairs(LP.Backpack:GetDescendants()) do
  3877. if a:IsA("Tool") then
  3878. a.Parent = plr.Character
  3879. end
  3880. end
  3881. end
  3882. end
  3883.  
  3884. Commands.blockhats = function(args)
  3885. for i,v in pairs(LP.Character:GetDescendants()) do
  3886. if v:IsA("Accessory") or v:IsA("Hat") then
  3887. for i,mesh in pairs(v:GetDescendants()) do
  3888. if mesh.Name == "Mesh" then
  3889. mesh:Destroy()
  3890. end
  3891. end
  3892. end
  3893. end
  3894. end
  3895.  
  3896. Commands.blocktool = function(args)
  3897. for i,v in pairs(LP.Character:GetDescendants()) do
  3898. if v:IsA("Tool") then
  3899. for i,mesh in pairs(v:GetDescendants()) do
  3900. if mesh.Name == "Mesh" then
  3901. mesh:Destroy()
  3902. end
  3903. end
  3904. end
  3905. end
  3906. end
  3907.  
  3908. Commands.orbit = function(args)
  3909. if args[1] then
  3910. for i,v in pairs(findSinglePlayer(args[1])) do
  3911. view(v)
  3912. RocketPropulsion(5000,100,5000,v,"OrbitMove")
  3913. end
  3914. else
  3915. Notification("warning", "No player selected to orbit! Use: "..commandPrefix.."orbit player", 4)
  3916. end
  3917. end
  3918.  
  3919. Commands.unorbit = function(args)
  3920. for i,v in pairs(LP.Character:GetDescendants()) do
  3921. if v.Name == "OrbitMove" then
  3922. v:Destroy()
  3923. end
  3924. end
  3925. view(LP)
  3926. end
  3927.  
  3928. Commands.pos = function(args)
  3929. Notification("info", "Your current position is ".. tostring(LP.Character.HumanoidRootPart.Position), 9)
  3930. end
  3931.  
  3932. SavedPosition = ""
  3933. Commands.savepos = function(args)
  3934. SavedPosition = LP.Character.HumanoidRootPart.CFrame
  3935. end
  3936. Commands.loadpos = function(args)
  3937. if SavedPosition ~= "" then
  3938. LP.Character.HumanoidRootPart.CFrame = SavedPosition
  3939. end
  3940. end
  3941.  
  3942. Commands.tppos = function(args)
  3943. if args[1] and args[2] and args[3] then
  3944. LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(args[1], args[2], args[3]))
  3945. end
  3946. end
  3947.  
  3948. Commands.pmspam = function(args)
  3949. if args[1] then
  3950. local gotPlayer = ""
  3951. for i,v in pairs(findPlayer(args[1])) do
  3952. gotPlayer = v
  3953. end
  3954. table.remove(args, 1)
  3955. local pmSpamMsg = table.concat(args," ")
  3956. spamtext = "/w "..gotPlayer.Name.." "..pmSpamMsg
  3957. spamming = true
  3958. end
  3959. end
  3960.  
  3961. Commands.unpmspam = function(args)
  3962. spamming = false
  3963. end
  3964.  
  3965. Commands.wsvis = function(args)
  3966. if args[1] then
  3967. for i,v in pairs(gsWorkspace:GetDescendants()) do
  3968. if v:IsA("Part") or v:IsA("Decal") then
  3969. if tonumber(args[1]) > 1 then
  3970. v.Transparency = 0.5
  3971. else
  3972. v.Transparency = args[1]
  3973. end
  3974. end
  3975. end
  3976. end
  3977. clientSided()
  3978. end
  3979.  
  3980. Commands.bringobj = function(args)
  3981. if args[1] then
  3982. local Object = ""
  3983. for i,v in pairs(gsWorkspace:GetDescendants()) do
  3984. if string.lower(v.Name) == string.lower(args[1]) then
  3985. Object = v
  3986. end
  3987. end
  3988. if Object == "" then
  3989. Notification("warning", "Object was not found in the workspace.", 6)
  3990. end
  3991. if args[2] then
  3992. Object.CFrame = LP.Character.HumanoidRootPart.CFrame + LP.Character.HumanoidRootPart.CFrame.lookVector * args[2]
  3993. else
  3994. Object.CFrame = LP.Character.HumanoidRootPart.CFrame + LP.Character.HumanoidRootPart.CFrame.lookVector * 3
  3995. end
  3996. clientSided()
  3997. end
  3998. end
  3999.  
  4000. CBRINGplr = ""
  4001. cbringing = false
  4002. cbringingall = false
  4003. Commands.cbring = function(args)
  4004. if args[1] then
  4005. if string.lower(tostring(args[1])) == "all" or string.lower(tostring(args[1])) == "others" then
  4006. cbringingall = true
  4007. else
  4008. for i,v in pairs(findPlayer(args[1])) do
  4009. CBRINGplr = v
  4010. cbringing = true
  4011. end
  4012. end
  4013. if args[2] then
  4014. CBRINGamount = args[2]
  4015. else
  4016. CBRINGamount = 3
  4017. end
  4018. clientSided()
  4019. end
  4020. end
  4021.  
  4022. Commands.uncbring = function(args)
  4023. cbringing = false
  4024. cbringingall = false
  4025. end
  4026.  
  4027. Commands.cfreeze = function(args)
  4028. if args[1] then
  4029. for i,v in pairs(findPlayer(args[1])) do
  4030. v.Character.HumanoidRootPart.Anchored = true
  4031. end
  4032. clientSided()
  4033. end
  4034. end
  4035.  
  4036. Commands.uncfreeze = function(args)
  4037. if args[1] then
  4038. for i,v in pairs(findPlayer(args[1])) do
  4039. v.Character.HumanoidRootPart.Anchored = false
  4040. end
  4041. else
  4042. for i,all in pairs(gsPlayers:GetPlayers()) do
  4043. all.Character.HumanoidRootPart.Anchored = false
  4044. end
  4045. end
  4046. end
  4047.  
  4048. Commands.unattach = function(args)
  4049. local function getout(player,player2)
  4050. local char1,char2=player.Character,player2.Character
  4051. if char1 and char2 then
  4052. char1:MoveTo(char2.Head.Position)
  4053. end
  4054. end
  4055. getout(LP, LP)
  4056. end
  4057.  
  4058. currentToolSize = ""
  4059. Commands.reach = function(args)
  4060. if args[1] then
  4061. for i,v in pairs(LP.Character:GetDescendants()) do
  4062. if v:IsA("Tool") then
  4063. if string.lower(tostring(args[1])) == "off" then
  4064. v.Handle.Size = currentToolSize
  4065. v.Handle.SelectionBoxCreated:Destroy()
  4066. LP.Character.Humanoid:UnequipTools()
  4067. elseif string.lower(tostring(args[1])) == "on" then
  4068. if args[2] then
  4069. currentToolSize = v.Handle.Size
  4070. local a = Instance.new("SelectionBox",v.Handle)
  4071. a.Name = "SelectionBoxCreated"
  4072. a.Adornee = v.Handle
  4073. v.Handle.Size = Vector3.new(0.5,0.5,args[2])
  4074. v.GripPos = Vector3.new(0,0,0)
  4075. LP.Character.Humanoid:UnequipTools()
  4076. else
  4077. currentToolSize = v.Handle.Size
  4078. local a = Instance.new("SelectionBox",v.Handle)
  4079. a.Name = "SelectionBoxCreated"
  4080. a.Adornee = v.Handle
  4081. v.Handle.Size = Vector3.new(0.5,0.5,60)
  4082. v.GripPos = Vector3.new(0,0,0)
  4083. LP.Character.Humanoid:UnequipTools()
  4084. end
  4085. end
  4086. end
  4087. end
  4088. end
  4089. end
  4090.  
  4091. Commands.droptool = function(args)
  4092. for i,v in pairs(LP.Character:GetDescendants()) do
  4093. if v:IsA("Tool") then
  4094. v.Parent = gsWorkspace
  4095. end
  4096. end
  4097. for i,a in pairs(LP.Backpack:GetDescendants()) do
  4098. if a:IsA("Tool") then
  4099. a.Parent = gsWorkspace
  4100. end
  4101. end
  4102. end
  4103.  
  4104. Commands.drophats = function(args)
  4105. for i,v in pairs(LP.Character:GetDescendants()) do
  4106. if v:IsA("Accessory") or v:IsA("Hat") then
  4107. v.Parent = gsWorkspace
  4108. end
  4109. end
  4110. end
  4111.  
  4112. Commands.hidecmdbar = function(args)
  4113. CMDBAR.Visible = false
  4114. end
  4115.  
  4116. Commands.showcmdbar = function(args)
  4117. CMDBAR.Visible = true
  4118. end
  4119.  
  4120. Commands.prefix = function(args)
  4121. if args[1] then
  4122. commandPrefix = string.sub(tostring(args[1]), 1, 1)
  4123. fullUpdate()
  4124. end
  4125. end
  4126.  
  4127. Commands.removeinvis = function(args)
  4128. for i,v in pairs(gsWorkspace:GetDescendants()) do
  4129. if v:IsA("Part") and v.Name ~= "HumanoidRootPart" then
  4130. if v.Transparency == 1 then
  4131. v:Destroy()
  4132. end
  4133. end
  4134. end
  4135. clientSided()
  4136. end
  4137.  
  4138. Commands.removefog = function(args)
  4139. gsLighting.FogStart = 0
  4140. gsLighting.FogEnd = 9999999999999
  4141. clientSided()
  4142. end
  4143.  
  4144. Commands.animation = function(args)
  4145. if args[1] then
  4146. if string.lower(tostring(args[1])) == "gui" then
  4147. loadstring(game:HttpGet(("https://pastebin.com/raw/mdbTSP4d"),true))()
  4148. else
  4149. local Anim = Instance.new("Animation")
  4150. Anim.AnimationId = "rbxassetid://".. tostring(args[1])
  4151. local track = LP.Character.Humanoid:LoadAnimation(Anim)
  4152. if args[2] then
  4153. track:Play(.1, 1, args[2])
  4154. else
  4155. track:Play(.1, 1, 1)
  4156. end
  4157. end
  4158. end
  4159. end
  4160.  
  4161. Commands.btools = function(args)
  4162. local Clone_T = Instance.new("HopperBin",LP.Backpack)
  4163. Clone_T.BinType = "Clone"
  4164. local Destruct = Instance.new("HopperBin",LP.Backpack)
  4165. Destruct.BinType = "Hammer"
  4166. local Hold_T = Instance.new("HopperBin",LP.Backpack)
  4167. Hold_T.BinType = "Grab"
  4168. clientSided()
  4169. end
  4170.  
  4171. Commands.esp = function(args)
  4172. if args[1] then
  4173. for i,v in pairs(findPlayer(args[1])) do
  4174. local espPlayer = v
  4175. for i,createESP in pairs(espPlayer.Character:GetDescendants()) do
  4176. if createESP:IsA("Part") or createESP:IsA("MeshPart") then
  4177. if createESP.Name ~= "HumanoidRootPart" and createESP.Name ~= "Handle" then
  4178. local current = true
  4179. local espBOX = Instance.new("BoxHandleAdornment")
  4180. espBOX.Parent = gsCoreGui
  4181. espBOX.Name = "rGET"..espPlayer.Name
  4182. espBOX.Adornee = createESP
  4183. espBOX.AlwaysOnTop = true
  4184. espBOX.ZIndex = 0
  4185. espBOX.Size = createESP.Size
  4186. espBOX.Transparency = 0.3
  4187. local AboveHead = Instance.new("BillboardGui")
  4188. AboveHead.Parent = gsCoreGui
  4189. AboveHead.Adornee = espPlayer.Character.Head
  4190. AboveHead.Name = "rGET"..espPlayer.Name
  4191. AboveHead.Size = UDim2.new(0, 100, 0, 100)
  4192. AboveHead.StudsOffset = Vector3.new(0, 1, 0)
  4193. AboveHead.AlwaysOnTop = true
  4194. local Info = Instance.new("TextLabel")
  4195. Info.Parent = AboveHead
  4196. Info.BackgroundTransparency = 1
  4197. Info.Position = UDim2.new(0, 0, 0, 0)
  4198. Info.Size = UDim2.new(1, 0, 0, 40)
  4199. Info.TextColor3 = Color3.fromRGB(200,200,200)
  4200. Info.TextStrokeTransparency = 0.5
  4201. Info.TextSize = 15
  4202. if espPlayer.TeamColor == LP.TeamColor then
  4203. espBOX.Color = BrickColor.new("Lime green")
  4204. Info.TextStrokeColor3 = Color3.fromRGB(10,100,10)
  4205. else
  4206. espBOX.Color = BrickColor.new("Really red")
  4207. Info.TextStrokeColor3 = Color3.fromRGB(100,10,10)
  4208. end
  4209. game:GetService('RunService').Stepped:connect(function()
  4210. if current and LP.Character.Humanoid and espPlayer.Character.HumanoidRootPart then
  4211. Info.Text = espPlayer.Name.." (".. math.floor((LP.Character.HumanoidRootPart.Position - espPlayer.Character.HumanoidRootPart.Position).magnitude)..")"
  4212. end
  4213. end)
  4214. espPlayer.Character.Humanoid.Died:Connect(function()
  4215. current = false
  4216. espBOX:Destroy()
  4217. AboveHead:Destroy()
  4218. end)
  4219. gsPlayers.PlayerRemoving:Connect(function(plr)
  4220. if plr == espPlayer then
  4221. current = false
  4222. espBOX:Destroy()
  4223. AboveHead:Destroy()
  4224. end
  4225. end)
  4226. end
  4227. end
  4228. end
  4229. end
  4230. clientSided()
  4231. end
  4232. end
  4233.  
  4234. Commands.unesp = function(args)
  4235. if not args[1] then
  4236. for i,v in pairs(gsCoreGui:GetDescendants()) do
  4237. if string.sub(v.Name, 1, 4) == "rGET" then
  4238. v:Destroy()
  4239. end
  4240. end
  4241. else
  4242. for i,v in pairs(gsCoreGui:GetDescendants()) do
  4243. if string.sub(v.Name, 1, 4) == "rGET" then
  4244. for i,a in pairs(findPlayer(args[1])) do
  4245. if string.sub(v.Name, 5) == a.Name then
  4246. v:Destroy()
  4247. end
  4248. end
  4249. end
  4250. end
  4251. end
  4252. end
  4253.  
  4254. Commands.dice = function(args)
  4255. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("You rolled a dice for ".. tostring(math.random(1, 6)), "All")
  4256. end
  4257.  
  4258. Commands.random = function(args)
  4259. if args[1] and args[2] then
  4260. 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")
  4261. end
  4262. end
  4263.  
  4264. Commands.closegame = function(args)
  4265. game:Shutdown()
  4266. end
  4267.  
  4268. Commands.savetool = function(args)
  4269. if args[1] then
  4270. for i,a in pairs(LP.Character:GetDescendants()) do
  4271. if a:IsA("Tool") and string.lower(a.Name) == string.lower(tostring(args[1])) then
  4272. a.Parent = LP
  4273. local oldName = a.Name
  4274. a.Name = "saved "..oldName
  4275. else
  4276. for i,n in pairs(LP.Backpack:GetDescendants()) do
  4277. if n:IsA("Tool") and string.lower(n.Name) == string.lower(tostring(args[1])) then
  4278. n.Parent = LP
  4279. local sOldName = n.Name
  4280. n.Name = "saved "..sOldName
  4281. end
  4282. end
  4283. end
  4284. end
  4285. else
  4286. for i,v in pairs(LP.Character:GetDescendants()) do
  4287. if v:IsA("Tool") then
  4288. v.Parent = LP
  4289. local oldName = v.Name
  4290. v.Name = "saved "..oldName
  4291. end
  4292. end
  4293. end
  4294. end
  4295.  
  4296. Commands.loadtool = function(args)
  4297. if args[1] then
  4298. for i,a in pairs(LP:GetChildren()) do
  4299. 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
  4300. a.Parent = LP.Backpack
  4301. local currentName = a.Name
  4302. a.Name = string.sub(currentName, 7)
  4303. end
  4304. end
  4305. else
  4306. for i,v in pairs(LP:GetChildren()) do
  4307. if string.sub(v.Name, 1, 5) == "saved" then
  4308. v.Parent = LP.Backpack
  4309. local currentName = v.Name
  4310. v.Name = string.sub(currentName, 7)
  4311. end
  4312. end
  4313. end
  4314. end
  4315.  
  4316. Commands.savealltool = function(args)
  4317. for i,v in pairs(LP.Character:GetDescendants()) do
  4318. if v:IsA("Tool") then
  4319. v.Parent = LP
  4320. local oldName = v.Name
  4321. v.Name = "saved "..oldName
  4322. end
  4323. end
  4324. for i,v in pairs(LP.Backpack:GetDescendants()) do
  4325. if v:IsA("Tool") then
  4326. v.Parent = LP
  4327. local oldName = v.Name
  4328. v.Name = "saved "..oldName
  4329. end
  4330. end
  4331. end
  4332.  
  4333. Commands.loadalltool = function(args)
  4334. for i,v in pairs(LP:GetChildren()) do
  4335. if v:IsA("Tool") and string.sub(v.Name, 1, 5) == "saved" then
  4336. v.Parent = LP.Backpack
  4337. local currentName = v.Name
  4338. v.Name = string.sub(currentName, 7)
  4339. end
  4340. end
  4341. end
  4342.  
  4343. Mouse.KeyDown:Connect(function(key)
  4344. if key == clicktpKEY and clicktpACTIVE == true then
  4345. if Mouse.Target then
  4346. LP.Character.HumanoidRootPart.CFrame = CFrame.new(Mouse.Hit.x, Mouse.Hit.y + 5, Mouse.Hit.z)
  4347. end
  4348. end
  4349. if key == clickdelKEY and clickdelACTIVE == true then
  4350. if Mouse.Target then
  4351. Mouse.Target:Destroy()
  4352. end
  4353. end
  4354. end)
  4355. Mouse.Button1Down:Connect(function()
  4356. if clicktpACTIVE == true and clicktpCLICK == true then
  4357. if Mouse.Target then
  4358. LP.Character.HumanoidRootPart.CFrame = CFrame.new(Mouse.Hit.x, Mouse.Hit.y + 5, Mouse.Hit.z)
  4359. end
  4360. end
  4361. if clickdelACTIVE == true and clickdelCLICK == true then
  4362. if Mouse.Target then
  4363. Mouse.Target:Destroy()
  4364. end
  4365. end
  4366. end)
  4367.  
  4368. clicktpKEY = ""
  4369. clickdelKEY = ""
  4370. clicktpACTIVE = false
  4371. clickdelACTIVE = false
  4372. clicktpCLICK = false
  4373. clickdelCLICK = false
  4374.  
  4375. Commands.clicktp = function(args)
  4376. if args[1] then
  4377. clicktpKEY = string.sub(tostring(args[1]), 1, 1)
  4378. clicktpACTIVE = true
  4379. clicktpCLICK = false
  4380. else
  4381. clicktpKEY = ""
  4382. clicktpACTIVE = true
  4383. clicktpCLICK = true
  4384. end
  4385. clientSided()
  4386. end
  4387.  
  4388. Commands.clickdel = function(args)
  4389. if args[1] then
  4390. clickdelKEY = string.sub(tostring(args[1]), 1, 1)
  4391. clickdelACTIVE = true
  4392. clickdelCLICK = false
  4393. else
  4394. clickdelKEY = ""
  4395. clickdelACTIVE = true
  4396. clickdelCLICK = true
  4397. end
  4398. clientSided()
  4399. end
  4400.  
  4401. Commands.unclicktp = function(args)
  4402. clicktpACTIVE = false
  4403. end
  4404.  
  4405. Commands.unclickdel = function(args)
  4406. clickdelACTIVE = false
  4407. end
  4408.  
  4409. Commands.oof = function(args)
  4410. spawn(function()
  4411. while wait() do
  4412. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  4413. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  4414. for _,x in pairs(v.Character.Head:GetChildren()) do
  4415. 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
  4416. end
  4417. end
  4418. end
  4419. end
  4420. end)
  4421. end
  4422.  
  4423. Commands.chatlogs = function(args)
  4424. MainChatFrame.Position = UDim2.new(0, 760, 0, 261)
  4425. MainChatFrame.Visible = true
  4426. end
  4427.  
  4428. Commands.stopadmin = function(args)
  4429. commandPrefix = " "
  4430. following = false
  4431. trailing = false
  4432. annoying = false
  4433. CMDBAR.Visible = false
  4434. Match.Visible = false
  4435. flying = false
  4436. end
  4437.  
  4438. Commands.freecam = function(args)
  4439. for i,getFC in pairs(gsWorkspace:GetDescendants()) do
  4440. if getFC.Name == "rGETpartNUMBER2" then
  4441. getFC:Destroy()
  4442. end
  4443. end
  4444. local CameraPart = Instance.new("Part")
  4445. CameraPart.CanCollide = false
  4446. CameraPart.CFrame = LP.Character.Head.CFrame
  4447. CameraPart.Locked = true
  4448. CameraPart.Transparency = 1
  4449. CameraPart.Size = Vector3.new(1, 1, 1)
  4450. CameraPart.Parent = gsWorkspace
  4451. CameraPart.Name = "rGETpartNUMBER2"
  4452. if bypassMODE == true then
  4453. loopviewfc = true
  4454. elseif bypassMODE == false then
  4455. gsWorkspace.CurrentCamera.CameraSubject = CameraPart
  4456. end
  4457. local speedget = 1
  4458. local T = CameraPart
  4459. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  4460. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  4461. local SPEED = speedget
  4462. if args[1] then
  4463. speedfly = tonumber(args[1])
  4464. else
  4465. speedfly = 1
  4466. end
  4467. local function freecamfly()
  4468. LP.Character.Head.Anchored = true
  4469. doFREECAM = true
  4470. local BG = Instance.new('BodyGyro', T)
  4471. local BV = Instance.new('BodyVelocity', T)
  4472. BG.P = 9e4
  4473. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  4474. BG.cframe = T.CFrame
  4475. BV.velocity = Vector3.new(0, 0.1, 0)
  4476. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  4477. spawn(function()
  4478. repeat wait()
  4479. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  4480. SPEED = 50
  4481. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  4482. SPEED = 0
  4483. end
  4484. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  4485. 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
  4486. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  4487. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  4488. 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
  4489. else
  4490. BV.velocity = Vector3.new(0, 0.1, 0)
  4491. end
  4492. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  4493. until not doFREECAM
  4494. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  4495. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  4496. SPEED = 0
  4497. BG:destroy()
  4498. BV:destroy()
  4499. end)
  4500. end
  4501. Mouse.KeyDown:connect(function(KEY)
  4502. if KEY:lower() == 'w' then
  4503. CONTROL.F = speedfly
  4504. elseif KEY:lower() == 's' then
  4505. CONTROL.B = -speedfly
  4506. elseif KEY:lower() == 'a' then
  4507. CONTROL.L = -speedfly
  4508. elseif KEY:lower() == 'd' then
  4509. CONTROL.R = speedfly
  4510. end
  4511. end)
  4512. Mouse.KeyUp:connect(function(KEY)
  4513. if KEY:lower() == 'w' then
  4514. CONTROL.F = 0
  4515. elseif KEY:lower() == 's' then
  4516. CONTROL.B = 0
  4517. elseif KEY:lower() == 'a' then
  4518. CONTROL.L = 0
  4519. elseif KEY:lower() == 'd' then
  4520. CONTROL.R = 0
  4521. end
  4522. end)
  4523. freecamfly()
  4524. end
  4525.  
  4526. Commands.fc = function(args)
  4527. if args[1] then
  4528. run(commandPrefix.."freecam "..args[1])
  4529. else
  4530. run(commandPrefix.."freecam")
  4531. end
  4532. end
  4533.  
  4534. Commands.unfreecam = function(args)
  4535. doFREECAM = false
  4536. LP.Character.Head.Anchored = false
  4537. view(LP)
  4538. if gsWorkspace.rGETpartNUMBER2 then
  4539. gsWorkspace.rGETpartNUMBER2:Destroy()
  4540. end
  4541. loopviewfc = false
  4542. end
  4543.  
  4544. Commands.unfc = function(args)
  4545. doFREECAM = false
  4546. LP.Character.Head.Anchored = false
  4547. view(LP)
  4548. if gsWorkspace.rGETpartNUMBER2 then
  4549. gsWorkspace.rGETpartNUMBER2:Destroy()
  4550. end
  4551. loopviewfc = false
  4552. end
  4553.  
  4554. Commands.gotofc = function(args)
  4555. doFREECAM = false
  4556. LP.Character.Head.Anchored = false
  4557. view(LP)
  4558. pcall(function()
  4559. LP.Character.HumanoidRootPart.CFrame = gsWorkspace.rGETpartNUMBER2.CFrame
  4560. gsWorkspace.rGETpartNUMBER2:Destroy()
  4561. end)
  4562. loopviewfc = false
  4563. end
  4564.  
  4565. Commands.fctp = function(args)
  4566. if args[1] then
  4567. for i,v in pairs(findPlayer(args[1])) do
  4568. pcall(function()
  4569. gsWorkspace.rGETpartNUMBER2.CFrame = v.Character.Head.CFrame
  4570. end)
  4571. end
  4572. end
  4573. end
  4574.  
  4575. Commands.cmds = function(args)
  4576. CMDSmain.Position = UDim2.new(0, 695, 0, 297)
  4577. CMDSmain.Visible = true
  4578. CMDSmain:TweenSize(UDim2.new(0, 440, 0, 367), "InOut", "Sine", 1)
  4579. end
  4580.  
  4581. Commands.fullcredits = function(args)
  4582. Notification("info", "Credit to Autumn, Josh and 3dsboy08 (Help with "..commandPrefix.."remotespy and anti client kick)", 1)
  4583. Notification("info", "Credit to Infinite Yield developers (Assisted in "..commandPrefix.."esp and "..commandPrefix.."fly commands)", 1)
  4584. Notification("info", "Credit to Timeless ("..commandPrefix.."invisible) and Harkinian ("..commandPrefix.."shutdown)", 1)
  4585. Notification("info", "Credit to DEX creators ("..commandPrefix.."explorer) and xFunnieuss ("..commandPrefix.."spinhats)", 1)
  4586. Notification("info", "Only creator is illremember", 2)
  4587. end
  4588.  
  4589. Commands.hotkey = function(args)
  4590. if args[1] then
  4591. local hotkeyKEY = string.sub(tostring(args[1]), 1, 3)
  4592. if args[2] then
  4593. table.remove(args, 1)
  4594. local hotkeyCMD = table.concat(args, " ")
  4595. table.insert(hotkeys, hotkeyCMD.."//"..hotkeyKEY)
  4596. fullUpdate()
  4597. Notification("info", "Hotkey added!", 1)
  4598. end
  4599. end
  4600. end
  4601.  
  4602. Mouse.KeyDown:Connect(function(key)
  4603. for i,v in pairs(hotkeys) do
  4604. local currentKey = string.match(v, "[%a%d]+$")
  4605. if string.len(currentKey) == 1 then
  4606. if key == string.sub(v, #v, #v) then
  4607. local commandtoRUN = string.match(v, "^[%w%s]+")
  4608. if string.sub(string.lower(tostring(commandtoRUN)), 1, 3) == "fly" then
  4609. if bypassMODE == true then
  4610. if doFREECAM == false then
  4611. run(commandPrefix..tostring(commandtoRUN))
  4612. else
  4613. run(commandPrefix.."unfly")
  4614. end
  4615. else
  4616. if flying == false then
  4617. run(commandPrefix..tostring(commandtoRUN))
  4618. else
  4619. run(commandPrefix.."unfly")
  4620. end
  4621. end
  4622. elseif tostring(commandtoRUN) == "noclip" then
  4623. if noclip == false then
  4624. run(commandPrefix..tostring(commandtoRUN))
  4625. else
  4626. run(commandPrefix.."clip")
  4627. end
  4628. elseif tostring(commandtoRUN) == "freecam" or tostring(commandtoRUN) == "fc" then
  4629. if doFREECAM == false then
  4630. run(commandPrefix..tostring(commandtoRUN))
  4631. else
  4632. if fchotkeymode == "goto" then
  4633. run(commandPrefix.."gotofc")
  4634. elseif fchotkeymode == "unfc" then
  4635. run(commandPrefix.."unfreecam")
  4636. end
  4637. end
  4638. else
  4639. run(commandPrefix..tostring(commandtoRUN))
  4640. end
  4641. end
  4642. else
  4643. if string.lower(string.sub(tostring(currentKey), 1, 1)) == "f" then
  4644. local commandtoRUN = string.match(v, "^[%w%s]+")
  4645. local hotkeyadjust = tonumber(string.sub(currentKey, 2, 3)) + 25
  4646. if string.byte(key) == hotkeyadjust then
  4647. if string.sub(string.lower(tostring(commandtoRUN)), 1, 3) == "fly" then
  4648. if bypassMODE == true then
  4649. if doFREECAM == false then
  4650. run(commandPrefix..tostring(commandtoRUN))
  4651. else
  4652. run(commandPrefix.."unfly")
  4653. end
  4654. else
  4655. if flying == false then
  4656. run(commandPrefix..tostring(commandtoRUN))
  4657. else
  4658. run(commandPrefix.."unfly")
  4659. end
  4660. end
  4661. elseif tostring(commandtoRUN) == "noclip" then
  4662. if noclip == false then
  4663. run(commandPrefix..tostring(commandtoRUN))
  4664. else
  4665. run(commandPrefix.."clip")
  4666. end
  4667. elseif tostring(commandtoRUN) == "freecam" or tostring(commandtoRUN) == "fc" then
  4668. if doFREECAM == false then
  4669. run(commandPrefix..tostring(commandtoRUN))
  4670. else
  4671. if fchotkeymode == "goto" then
  4672. run(commandPrefix.."gotofc")
  4673. elseif fchotkeymode == "unfc" then
  4674. run(commandPrefix.."unfreecam")
  4675. end
  4676. end
  4677. else
  4678. run(commandPrefix..tostring(commandtoRUN))
  4679. end
  4680. end
  4681. end
  4682. end
  4683. end
  4684. end)
  4685.  
  4686. Commands.removeallhotkey = function(args)
  4687. hotkeys = {}
  4688. fullUpdate()
  4689. Notification("warning", "All hotkeys reset/removed", 6)
  4690. end
  4691.  
  4692. Commands.removehotkey = function(args)
  4693. if args[1] then
  4694. for i,v in pairs(hotkeys) do
  4695. local currentKey = string.match(v, "[%a%d]+$")
  4696. if currentKey == string.lower(tostring(args[1])) then
  4697. table.remove(hotkeys, i)
  4698. fullUpdate()
  4699. end
  4700. end
  4701. end
  4702. end
  4703.  
  4704. Commands.printhotkeys = function(args)
  4705. for i,v in pairs(hotkeys) do
  4706. warn("HOTKEYS:")
  4707. print(v)
  4708. end
  4709. end
  4710.  
  4711. Commands.os = function(args)
  4712. if args[1] then
  4713. for i,v in pairs(findPlayer(args[1])) do
  4714. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(v.Name.." is on "..v.OsPlatform, "All")
  4715. end
  4716. end
  4717. end
  4718.  
  4719. spinning = false
  4720. Commands.spin = function(args)
  4721. if args[1] then
  4722. for i,v in pairs(findSinglePlayer(args[1])) do
  4723. run(commandPrefix.."attach "..v.Name)
  4724. annplr = v
  4725. annoying = true
  4726. spinning = true
  4727. end
  4728. end
  4729. end
  4730.  
  4731. Commands.unspin = function(args)
  4732. if spinning then
  4733. annoying = false
  4734. spinning = false
  4735. end
  4736. run(""..commandPrefix.."unattach")
  4737. end
  4738.  
  4739. Commands.explorer = function(args)
  4740. loadstring(game:GetObjects("rbxassetid://418957341")[1].Source)()
  4741. Notification("info", "Loaded DEX explorer!", 5)
  4742. end
  4743.  
  4744. Commands.maxzoom = function(args)
  4745. if args[1] then
  4746. LP.CameraMaxZoomDistance = args[1]
  4747. end
  4748. end
  4749.  
  4750. Commands.stare = function(args)
  4751. if args[1] then
  4752. for i,v in pairs(findSinglePlayer(args[1])) do
  4753. stareplr = v
  4754. staring = true
  4755. end
  4756. end
  4757. end
  4758.  
  4759. Commands.unstare = function(args)
  4760. staring = false
  4761. end
  4762.  
  4763. Commands.tempgod = function(args)
  4764. local hu = LP.Character.Humanoid
  4765. local l = Instance.new("Humanoid")
  4766. l.Parent = LP.Character
  4767. l.Name = "Humanoid"
  4768. wait(0.1)
  4769. hu.Parent = LP
  4770. gsWorkspace.CurrentCamera.CameraSubject = LP.Character
  4771. LP.Character.Animate.Disabled = true
  4772. wait(0.1)
  4773. LP.Character.Animate.Disabled = false
  4774. Notification("info", "Enabled Temp FE Godmode", 4)
  4775. end
  4776.  
  4777. Commands.void = function(args)
  4778. if hasTools() == false then
  4779. Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
  4780. else
  4781. FEGodmode()
  4782. for i,v in pairs(LP.Backpack:GetChildren())do
  4783. LP.Character.Humanoid:EquipTool(v)
  4784. end
  4785. if args[1] then
  4786. for i,v in pairs(findSinglePlayer(args[1])) do
  4787. local NOW = LP.Character.HumanoidRootPart.CFrame
  4788. LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
  4789. wait(0.3)
  4790. LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
  4791. local function tp(player,player2)
  4792. local char1,char2=player.Character,player2.Character
  4793. if char1 and char2 then
  4794. char1:MoveTo(char2.Head.Position)
  4795. end
  4796. end
  4797. wait(0.5)
  4798. LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(999999999999999,0,999999999999999))
  4799. end
  4800. end
  4801. end
  4802. end
  4803.  
  4804. Commands.freefall = function(args)
  4805. if hasTools() == false then
  4806. Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
  4807. else
  4808. FEGodmode()
  4809. for i,v in pairs(LP.Backpack:GetChildren())do
  4810. LP.Character.Humanoid:EquipTool(v)
  4811. end
  4812. if args[1] then
  4813. for i,v in pairs(findSinglePlayer(args[1])) do
  4814. local NOW = LP.Character.HumanoidRootPart.CFrame
  4815. LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
  4816. wait(0.3)
  4817. LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
  4818. wait(0.5)
  4819. LP.Character.HumanoidRootPart.CFrame = NOW
  4820. wait(0.5)
  4821. LP.Character.HumanoidRootPart.CFrame = NOW
  4822. wait(0.6)
  4823. LP.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  4824. end
  4825. end
  4826. end
  4827. end
  4828.  
  4829. Commands.version = function(args)
  4830. Notification("info", "Current Shattervast Version: V2.8", 7)
  4831. end
  4832.  
  4833. Commands.shiftlockon = function(args)
  4834. LP.DevEnableMouseLock = true
  4835. Notification("info", "Shift lock enabled!", 5)
  4836. end
  4837.  
  4838. for i,needChat in pairs(gsPlayers:GetPlayers()) do
  4839. needChat.Chatted:Connect(function(msg)
  4840. if copychatall then
  4841. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(msg, "All")
  4842. end
  4843. end)
  4844. end
  4845. gsPlayers.PlayerAdded:Connect(function(plr)
  4846. plr.Chatted:Connect(function(msg)
  4847. if copychatall then
  4848. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(msg, "All")
  4849. end
  4850. end)
  4851. end)
  4852.  
  4853. copychatplayer = nil
  4854. copychatall = false
  4855. copychatACTIVE = false
  4856. Commands.copychat = function(args)
  4857. if args[1] then
  4858. if string.lower(args[1]) == "all" or string.lower(args[1]) == "others" then
  4859. copychatall = true
  4860. else
  4861. for i,v in pairs(findPlayer(args[1])) do
  4862. if v ~= LP then
  4863. copychatplayer = v
  4864. copychatACTIVE = true
  4865. end
  4866. end
  4867. end
  4868. end
  4869. end
  4870.  
  4871. Commands.uncopychat = function(args)
  4872. copychatall = false
  4873. copychatACTIVE = false
  4874. end
  4875.  
  4876. Commands.newkill = function(args)
  4877. if hasTools() == false then
  4878. Notification("warning", "You need TWO tools in your backpack/inventory to use this command.", 8)
  4879. else
  4880. if args[1] then
  4881. for i,plr in pairs(findSinglePlayer(args[1])) do
  4882. for i,v in pairs(LP.Backpack:GetChildren())do
  4883. LP.Character.Humanoid:EquipTool(v)
  4884. end
  4885. for i,v in pairs(LP.Backpack:GetDescendants()) do
  4886. if v:IsA("Tool") then
  4887. v.Parent = LP.Character
  4888. wait()
  4889. v.Parent = plr.Character
  4890. end
  4891. end
  4892. wait(0.4)
  4893. LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(4000000, -10, 200000))
  4894. end
  4895. end
  4896. end
  4897. end
  4898.  
  4899. Commands.newattach = function(args)
  4900. if hasTools() == false then
  4901. Notification("warning", "You need TWO tools in your backpack/inventory to use this command.", 8)
  4902. else
  4903. if args[1] then
  4904. for i,plr in pairs(findSinglePlayer(args[1])) do
  4905. for i,v in pairs(LP.Backpack:GetChildren())do
  4906. LP.Character.Humanoid:EquipTool(v)
  4907. end
  4908. for i,v in pairs(LP.Backpack:GetDescendants()) do
  4909. if v:IsA("Tool") then
  4910. v.Parent = LP.Character
  4911. wait()
  4912. v.Parent = plr.Character
  4913. end
  4914. end
  4915. end
  4916. end
  4917. end
  4918. end
  4919.  
  4920. Commands.newbring = function(args)
  4921. if hasTools() == false then
  4922. Notification("warning", "You need TWO tools in your backpack/inventory to use this command.", 8)
  4923. else
  4924. if args[1] then
  4925. for i,plr in pairs(findSinglePlayer(args[1])) do
  4926. local NOW = LP.Character.HumanoidRootPart.CFrame
  4927. for i,v in pairs(LP.Backpack:GetChildren())do
  4928. LP.Character.Humanoid:EquipTool(v)
  4929. end
  4930. for i,v in pairs(LP.Backpack:GetDescendants()) do
  4931. if v:IsA("Tool") then
  4932. v.Parent = LP.Character
  4933. wait()
  4934. v.Parent = plr.Character
  4935. end
  4936. end
  4937. wait(0.4)
  4938. LP.Character.HumanoidRootPart.CFrame = NOW
  4939. wait(0.4)
  4940. LP.Character.HumanoidRootPart.CFrame = NOW
  4941. end
  4942. end
  4943. end
  4944. end
  4945.  
  4946. Commands.spawn = function(args)
  4947. if args[1] then
  4948. if string.lower(tostring(args[1])) == "ws" then
  4949. spawnWS = args[2] or CurrentWalkspeed
  4950. LP.Character.Humanoid.WalkSpeed = args[2] or CurrentWalkspeed
  4951. elseif string.lower(tostring(args[1])) == "jp" then
  4952. spawnJP = args[2] or CurrentJumppower
  4953. LP.Character.Humanoid.JumpPower = args[2] or CurrentJumppower
  4954. elseif string.lower(tostring(args[1])) == "hh" then
  4955. spawnHH = args[2] or CurrentHipheight
  4956. LP.Character.Humanoid.HipHeight = args[2] or CurrentHipheight
  4957. elseif string.lower(tostring(args[1])) == "god" then
  4958. spawningfegod = true
  4959. FEGodmode()
  4960. end
  4961. end
  4962. end
  4963.  
  4964. Commands.unspawn = function(args)
  4965. spawnWS = CurrentWalkspeed
  4966. spawnJP = CurrentJumppower
  4967. spawnHH = CurrentHipheight
  4968. spawningfegod = false
  4969. Notification("info", "Reset spawning stats", 5)
  4970. end
  4971.  
  4972. savingtoolsloop = false
  4973. Commands.autosavetool = function(args)
  4974. if args[1] then
  4975. if string.lower(tostring(args[1])) == "on" then
  4976. savingtoolsloop = true
  4977. elseif string.lower(tostring(args[1])) == "off" then
  4978. savingtoolsloop = false
  4979. end
  4980. end
  4981. end
  4982.  
  4983. modeFling = false
  4984. modeCompliment = false
  4985. modeMove = false
  4986. modeInfo = false
  4987. Commands.beginbot = function(args)
  4988. if not args[1] then
  4989. print("fling // compliment // move // info")
  4990. Notification("info", ""..commandPrefix.."beginbot Modes printed", 5)
  4991. else
  4992. if string.lower(tostring(args[1])) == "fling" then
  4993. modeFling = true
  4994. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Hello! I am Fling-Bot 5000! Say !fling [Player] to fling that player!", "All")
  4995. elseif string.lower(tostring(args[1])) == "compliment" then
  4996. modeCompliment = true
  4997. complimentReady = true
  4998. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Good day, I am Compliment-Bot. Say !c [Player] to give them a compliment.", "All")
  4999. elseif string.lower(tostring(args[1])) == "move" then
  5000. modeMove = true
  5001. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Hi, I am movement bot. Commands you can use: !walk [Player], !bringbot, !follow [Player].", "All")
  5002. elseif string.lower(tostring(args[1])) == "info" then
  5003. modeInfo = true
  5004. infoReady = true
  5005. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Hey, I'm Info-Bot. Commands you can use: !age [Player], !id [Player].", "All")
  5006. end
  5007. end
  5008. end
  5009.  
  5010. Commands.endbot = function(args)
  5011. if not args[1] then
  5012. modeFling = false
  5013. modeCompliment = false
  5014. modeMove = false
  5015. modeInfo = false
  5016. else
  5017. if string.lower(tostring(args[1])) == "fling" then
  5018. modeFling = false
  5019. elseif string.lower(tostring(args[1])) == "compliment" then
  5020. modeCompliment = false
  5021. elseif string.lower(tostring(args[1])) == "move" then
  5022. modeMove = false
  5023. elseif string.lower(tostring(args[1])) == "info" then
  5024. modeInfo = false
  5025. end
  5026. end
  5027. end
  5028.  
  5029. Commands.stopsit = function(args)
  5030. stopsitting = true
  5031. end
  5032.  
  5033. Commands.gosit = function(args)
  5034. stopsitting = false
  5035. end
  5036.  
  5037. chattingerror = true
  5038. Commands.chaterror = function(args)
  5039. if chattingerror then
  5040. chattingerror = false
  5041. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(" ", "All")
  5042. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(" ", "All")
  5043. wait(4)
  5044. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(" ", "All")
  5045. wait(3)
  5046. chattingerror = true
  5047. end
  5048. end
  5049.  
  5050. spawnpos = nil
  5051. spawningpos = true
  5052. Commands.spawnpoint = function(args)
  5053. spawnpos = LP.Character.HumanoidRootPart.CFrame
  5054. spawningpos = true
  5055. Notification("info", "Spawn point has been set! Use "..commandPrefix.."nospawn to remove.", 6)
  5056. end
  5057.  
  5058. Commands.nospawn = function(args)
  5059. spawningpos = false
  5060. Notification("info", "Spawn point has been removed. Use "..commandPrefix.."spawnpoint to enable.", 6)
  5061. end
  5062.  
  5063. Commands.bypass = function(args)
  5064. if args[1] then
  5065. if string.lower(tostring(args[1])) == "on" then
  5066. bypassMODE = true
  5067. Notification("warning", "Bypass mode turned on, this changes functions of "..commandPrefix.."fly and other commands to bypass most anti-exploits.", 7)
  5068. elseif string.lower(tostring(args[1])) == "off" then
  5069. bypassMODE = false
  5070. Notification("warning", "Bypass mode has been turned off.", 7)
  5071. end
  5072. end
  5073. end
  5074.  
  5075. Commands.fixcam = function(args)
  5076. gsWorkspace.CurrentCamera:Destroy()
  5077. wait(0.1)
  5078. game:GetService("Workspace").CurrentCamera.CameraSubject = LP.Character.Humanoid
  5079. game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  5080. LP.CameraMinZoomDistance = 0.5
  5081. LP.CameraMaxZoomDistance = 400
  5082. LP.CameraMode = "Classic"
  5083. LP.DevCameraOcclusionMode = CurrentNormal
  5084. end
  5085.  
  5086. Commands.gotoobj = function(args)
  5087. if args[1] then
  5088. for i,v in pairs(gsWorkspace:GetDescendants()) do
  5089. if string.lower(v.Name) == string.lower(tostring(args[1])) then
  5090. LP.Character.HumanoidRootPart.CFrame = v.CFrame + Vector3.new(0, 3, 0)
  5091. end
  5092. end
  5093. end
  5094. end
  5095.  
  5096. Commands.breakcam = function(args)
  5097. gsWorkspace.CurrentCamera.CameraSubject = LP.Character.Head
  5098. end
  5099.  
  5100. Commands.inviscam = function(args)
  5101. LP.DevCameraOcclusionMode = "Invisicam"
  5102. end
  5103.  
  5104. printobjKEY = ""
  5105. printobjCLICKING = false
  5106. printobjACTIVE = false
  5107.  
  5108. Commands.printobj = function(args)
  5109. if args[1] then
  5110. printobjKEY = string.sub(tostring(args[1]), 1, 1)
  5111. printobjACTIVE = true
  5112. printobjCLICKING = false
  5113. else
  5114. printobjKEY = ""
  5115. printobjACTIVE = true
  5116. printobjCLICKING = true
  5117. end
  5118. end
  5119.  
  5120. Mouse.KeyDown:Connect(function(key)
  5121. if key == printobjKEY and printobjACTIVE == true then
  5122. if Mouse.Target then
  5123. local path = Mouse.Target:GetFullName()
  5124. local getPath = "game:GetService(\"Workspace\")"
  5125. local getSpaces = ""
  5126. local separate = {}
  5127. local a = nil
  5128. for v in string.gmatch(string.sub(path, 10), "[^.]+") do
  5129. if string.match(v, " ") then
  5130. a = "["..v.."]"
  5131. table.insert(separate, a)
  5132. else
  5133. a = "."..v
  5134. table.insert(separate, a)
  5135. end
  5136. getSpaces = table.concat(separate, "")
  5137. end
  5138. local fullPath = getPath..getSpaces
  5139. print(fullPath)
  5140. end
  5141. end
  5142. end)
  5143. Mouse.Button1Down:Connect(function()
  5144. if printobjCLICKING == true and printobjACTIVE == true then
  5145. if Mouse.Target then
  5146. local path = Mouse.Target:GetFullName()
  5147. local getPath = "game:GetService(\"Workspace\")"
  5148. local getSpaces = ""
  5149. local separate = {}
  5150. local a = nil
  5151. for v in string.gmatch(string.sub(path, 10), "[^.]+") do
  5152. if string.match(v, " ") then
  5153. a = "["..v.."]"
  5154. table.insert(separate, a)
  5155. else
  5156. a = "."..v
  5157. table.insert(separate, a)
  5158. end
  5159. getSpaces = table.concat(separate, "")
  5160. end
  5161. local fullPath = getPath..getSpaces
  5162. print(fullPath)
  5163. end
  5164. end
  5165. end)
  5166.  
  5167. Commands.unprintobj = function(args)
  5168. printobjACTIVE = false
  5169. printobjCLICKING = false
  5170. end
  5171.  
  5172. Commands.hotkeyfc = function(args)
  5173. if args[1] then
  5174. if string.lower(tostring(args[1])) == "goto" then
  5175. fchotkeymode = "goto"
  5176. elseif string.lower(tostring(args[1])) == "unfc" then
  5177. fchotkeymode = "unfc"
  5178. end
  5179. fullUpdate()
  5180. end
  5181. end
  5182.  
  5183. Commands.carpet = function(args)
  5184. if args[1] then
  5185. for i,v in pairs(findSinglePlayer(args[1])) do
  5186. if v ~= nil then
  5187. annoying = true
  5188. annplr = v
  5189. local carpetAnimation = Instance.new("Animation")
  5190. carpetAnimation.AnimationId = "rbxassetid://282574440"
  5191. carpetTrack = LP.Character.Humanoid:LoadAnimation(carpetAnimation)
  5192. carpetTrack:Play(.1, 1, 1)
  5193. end
  5194. end
  5195. end
  5196. end
  5197.  
  5198. Commands.uncarpet = function(args)
  5199. annoying = false
  5200. carpetTrack:Stop()
  5201. end
  5202.  
  5203. Commands.brickcreate = function(args)
  5204. if args[1] then
  5205. local createPosition = LP.Character.HumanoidRootPart.CFrame
  5206. if args[2] and args[3] and args[4] then
  5207. createPosition = CFrame.new(Vector3.new(args[2], args[3], args[4]))
  5208. else
  5209. createPosition = LP.Character.HumanoidRootPart.CFrame
  5210. end
  5211. for i = 1, args[1] do
  5212. LP.Character.HumanoidRootPart.CFrame = createPosition
  5213. run(commandPrefix.."blockhats")
  5214. wait(0.2)
  5215. run(commandPrefix.."drophats")
  5216. wait(0.2)
  5217. run(commandPrefix.."reset")
  5218. wait(6)
  5219. end
  5220. end
  5221. end
  5222.  
  5223. Commands.forward = function(args)
  5224. if args[1] then
  5225. forwardSpeed = args[1]
  5226. else
  5227. forwardSpeed = 1
  5228. end
  5229. cmdForward = true
  5230. end
  5231.  
  5232. Commands.unforward = function(args)
  5233. cmdForward = false
  5234. end
  5235.  
  5236. Commands.id = function(args)
  5237. if args[1] then
  5238. for i,v in pairs(findPlayer(args[1])) do
  5239. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(v.Name.." Account ID: "..v.UserId.."!", "All")
  5240. end
  5241. end
  5242. end
  5243.  
  5244. Commands.spinhats = function(args) -- Credit to xFunnieuss
  5245. for i,v in pairs(LP.Character:GetDescendants()) do
  5246. if v:IsA("Accessory") or v:IsA("Hat") then
  5247. local keep = Instance.new("BodyPosition") keep.Parent = v.Handle keep.Name = "no"
  5248. local spin = Instance.new("BodyAngularVelocity") spin.Parent = v.Handle spin.Name = "ha"
  5249. if v.Handle.AccessoryWeld then
  5250. v.Handle.AccessoryWeld:Destroy()
  5251. end
  5252. if args[1] then
  5253. spin.AngularVelocity = Vector3.new(0, args[1], 0)
  5254. spin.MaxTorque = Vector3.new(0, args[1] * 2, 0)
  5255. else
  5256. spin.AngularVelocity = Vector3.new(0, 100, 0)
  5257. spin.MaxTorque = Vector3.new(0, 200, 0)
  5258. end
  5259. keep.P = 30000
  5260. keep.D = 50
  5261. spinObj = keep
  5262. spinTOhead = true
  5263. end
  5264. end
  5265. end
  5266.  
  5267. Commands.unspinhats = function(args)
  5268. for i,v in pairs(LP.Character:GetDescendants()) do
  5269. if v:IsA("Accessory") or v:IsA("Hat") then
  5270. pcall(function()
  5271. run(commandPrefix.."drophats")
  5272. wait(2)
  5273. v.Handle.spin:Destroy()
  5274. v.Handle.keep:Destroy()
  5275. end)
  5276. end
  5277. end
  5278. end
  5279.  
  5280. savedmap = {}
  5281. Commands.savemap = function(args)
  5282. for i,v in pairs(gsWorkspace:GetChildren()) do
  5283. v.Archivable = true
  5284. if not v:IsA("Terrain") and not v:IsA("Camera") then
  5285. if not gsPlayers:FindFirstChild(v.Name) then
  5286. table.insert(savedmap, v:Clone())
  5287. end
  5288. end
  5289. end
  5290. clientSided()
  5291. end
  5292.  
  5293. Commands.loadmap = function(args)
  5294. for i,v in pairs(gsWorkspace:GetChildren()) do
  5295. if not v:IsA("Terrain") and not v:IsA("Camera") then
  5296. if not gsPlayers:FindFirstChild(v.Name) then
  5297. pcall(function()
  5298. v:Destroy()
  5299. end)
  5300. end
  5301. end
  5302. end
  5303. for i,a in ipairs(savedmap) do
  5304. a:Clone().Parent = gsWorkspace
  5305. end
  5306. clientSided()
  5307. end
  5308.  
  5309. Commands.creatorid = function(args)
  5310. LP.UserId = game.CreatorId
  5311. end
  5312.  
  5313. Commands.gameid = function(args)
  5314. Notification("info", "Current game's ID = "..game.GameId, 8)
  5315. end
  5316.  
  5317. Commands.delobj = function(args)
  5318. if args[1] then
  5319. for i,v in pairs(gsWorkspace:GetDescendants()) do
  5320. if string.lower(v.Name) == string.lower(tostring(args[1])) then
  5321. v:Destroy()
  5322. clientSided()
  5323. end
  5324. end
  5325. end
  5326. end
  5327.  
  5328. Commands.glide = function(args)
  5329. if args[1] then
  5330. for i,v in pairs(findSinglePlayer(args[1])) do
  5331. local goal = {}
  5332. goal.CFrame = v.Character.HumanoidRootPart.CFrame
  5333. local defaultSpeed = 3
  5334. if args[2] then
  5335. if tonumber(args[2]) < 10 then
  5336. defaultSpeed = tonumber(args[2])
  5337. else
  5338. defaultSpeed = 5
  5339. end
  5340. else
  5341. defaultSpeed = 3
  5342. end
  5343. local goalFunction = gsTween:Create(LP.Character.HumanoidRootPart, TweenInfo.new(defaultSpeed, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), goal)
  5344. goalFunction:Play()
  5345. end
  5346. end
  5347. end
  5348.  
  5349. stutterON = false
  5350. Commands.stutter = function(args)
  5351. if args[1] then
  5352. if string.lower(tostring(args[1])) == "on" then
  5353. stutterON = true
  5354. elseif string.lower(tostring(args[1])) == "off" then
  5355. stutterON = false
  5356. wait(0.4)
  5357. LP.Character.HumanoidRootPart.Anchored = false
  5358. end
  5359. end
  5360. end
  5361.  
  5362. spawn(function()
  5363. while wait(0.1) do
  5364. if stutterON == true then
  5365. LP.Character.HumanoidRootPart.Anchored = false
  5366. wait(0.1)
  5367. LP.Character.HumanoidRootPart.Anchored = true
  5368. end
  5369. end
  5370. end)
  5371.  
  5372. Commands.platform = function(args)
  5373. local a = Instance.new("Part")
  5374. a.Parent = gsWorkspace
  5375. a.Size = Vector3.new(10, 1, 10)
  5376. a.Anchored = true
  5377. a.CFrame = LP.Character.HumanoidRootPart.CFrame + Vector3.new(0, 5, 0)
  5378. LP.Character.HumanoidRootPart.CFrame = a.CFrame + Vector3.new(0, 2, 0)
  5379. clientSided()
  5380. wait(20)
  5381. a:Destroy()
  5382. end
  5383.  
  5384. Commands.servertime = function(args)
  5385. Notification("info", "Server time is "..math.ceil(tonumber(gsWorkspace.DistributedGameTime)).." seconds.", 8)
  5386. end
  5387.  
  5388. Commands.ride = function(args)
  5389. if args[1] then
  5390. for i,v in pairs(findSinglePlayer(args[1])) do
  5391. local Anim = Instance.new("Animation")
  5392. Anim.AnimationId = "rbxassetid://179224234"
  5393. RIDEtrack = LP.Character.Humanoid:LoadAnimation(Anim)
  5394. rideACTIVE = true
  5395. ridePLAYER = v
  5396. RIDEtrack:Play()
  5397. end
  5398. end
  5399. end
  5400.  
  5401. Commands.unride = function(args)
  5402. RIDEtrack:Stop()
  5403. rideACTIVE = false
  5404. end
  5405.  
  5406. Commands.cmute = function(args)
  5407. if args[1] then
  5408. for i,v in pairs(findSinglePlayer(args[1])) do
  5409. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/mute "..v.Name, "All")
  5410. clientSided()
  5411. end
  5412. end
  5413. end
  5414.  
  5415. Commands.uncmute = function(args)
  5416. if args[1] then
  5417. for i,v in pairs(findSinglePlayer(args[1])) do
  5418. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/unmute "..v.Name, "All")
  5419. end
  5420. end
  5421. end
  5422.  
  5423. Commands.hat = function(args)
  5424. if args[1] then
  5425. for i,v in pairs(findSinglePlayer(args[1])) do
  5426. local Anim = Instance.new("Animation")
  5427. Anim.AnimationId = "rbxassetid://282574440"
  5428. HATtrack = LP.Character.Humanoid:LoadAnimation(Anim)
  5429. rideACTIVE = true
  5430. ridePLAYER = v
  5431. HATtrack:Play()
  5432. view(v)
  5433. end
  5434. end
  5435. end
  5436.  
  5437. Commands.unhat = function(args)
  5438. HATtrack:Stop()
  5439. rideACTIVE = false
  5440. view(LP)
  5441. end
  5442.  
  5443. --[[Commands.spawnreset = function(args)
  5444. if args[1] then
  5445. if string.lower(tostring(args[1])) == "on" then
  5446. spawningatreset = true
  5447. elseif string.lower(tostring(args[1])) == "off" then
  5448. spawningatreset = false
  5449. end
  5450. end
  5451. end]]
  5452.  
  5453. Commands.chat = function(args)
  5454. if args[1] then
  5455. local Chatmsg = table.concat(args, " ")
  5456. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(Chatmsg, "All")
  5457. end
  5458. end
  5459.  
  5460. -- findPlayer function (ALL, OTHERS, ME, NOOBS, VETERANS, OLDVETERANS, FRIENDS, NOFRIENDS, DEFAULT, RANDOM, SAMETEAM, NOTEAM, OTHERTEAM, TEAMname)
  5461. function findPlayer(plr)
  5462. local players = {}
  5463. local find = plr:lower()
  5464. local getAllNames = getmultipleplayers(find)
  5465. for i,mplr in pairs(getAllNames) do
  5466. if mplr == "all" then
  5467. for i,v in pairs(gsPlayers:GetPlayers()) do
  5468. table.insert(players,v)
  5469. end
  5470. elseif mplr == "others" then
  5471. for i,v in pairs(gsPlayers:GetPlayers()) do
  5472. if v.Name ~= LP.Name then
  5473. table.insert(players,v)
  5474. end
  5475. end
  5476. elseif mplr == "me" then
  5477. table.insert(players,LP)
  5478. elseif mplr == "noobs" then
  5479. for i,v in pairs(gsPlayers:GetPlayers()) do
  5480. if v.AccountAge <= 3 then
  5481. table.insert(players,v)
  5482. end
  5483. end
  5484. elseif mplr == "veterans" then
  5485. for i,v in pairs(gsPlayers:GetPlayers()) do
  5486. if v.AccountAge >= 365 then
  5487. table.insert(players,v)
  5488. end
  5489. end
  5490. elseif mplr == "oldveterans" then
  5491. for i,v in pairs(gsPlayers:GetPlayers()) do
  5492. if v.AccountAge >= 1500 then
  5493. table.insert(players,v)
  5494. end
  5495. end
  5496. elseif mplr == "friends" then
  5497. for i,v in pairs(gsPlayers:GetPlayers()) do
  5498. if v:IsFriendsWith(LP.UserId) and v.Name ~= LP.Name then
  5499. table.insert(players,v)
  5500. end
  5501. end
  5502. elseif mplr == "nofriends" then
  5503. for i,v in pairs(gsPlayers:GetPlayers()) do
  5504. if not v:IsFriendsWith(LP.UserId) and v.Name ~= LP.Name then
  5505. table.insert(players,v)
  5506. end
  5507. end
  5508. elseif mplr == "default" then
  5509. for i,v in pairs(gsPlayers:GetPlayers()) do
  5510. if v.Character:FindFirstChild("Pal Hair") or v.Character:FindFirstChild("Kate Hair") then
  5511. table.insert(players,v)
  5512. end
  5513. end
  5514. elseif mplr == "random" then
  5515. for i,v in pairs(gsPlayers:GetPlayers()) do
  5516. table.insert(players,v[math.random(1, #v)])
  5517. end
  5518. elseif mplr == "sameteam" then
  5519. for i,v in pairs(gsPlayers:GetPlayers()) do
  5520. if v.Team == LP.Team then
  5521. table.insert(players,v)
  5522. end
  5523. end
  5524. elseif mplr == "noteam" then
  5525. for i,v in pairs(gsPlayers:GetPlayers()) do
  5526. if v.Team == nil then
  5527. table.insert(players,v)
  5528. end
  5529. end
  5530. elseif mplr == "otherteam" then
  5531. for i,v in pairs(gsPlayers:GetPlayers()) do
  5532. if v.Team ~= LP.Team then
  5533. table.insert(players,v)
  5534. end
  5535. end
  5536. elseif string.sub(mplr, 1, 4) == "team" then
  5537. for i,v in pairs(gsPlayers:GetPlayers()) do
  5538. local spaceTEAM = {}
  5539. for teamValues in (string.gmatch(string.sub(mplr, 5), "[^_]+")) do
  5540. spaceTEAM[#spaceTEAM + 1] = teamValues
  5541. end
  5542. local gottrueteam = table.concat(spaceTEAM, " ")
  5543. if string.lower(tostring(v.Team)) == string.lower(gottrueteam) then
  5544. table.insert(players,v)
  5545. end
  5546. end
  5547. else
  5548. for i,v in pairs(gsPlayers:GetPlayers()) do
  5549. if string.lower(v.Name):sub(1, #mplr) == string.lower(mplr) then
  5550. table.insert(players,v)
  5551. end
  5552. end
  5553. end
  5554. end
  5555.  
  5556. return players
  5557. end
  5558. function getmultipleplayers(plr)
  5559. local plrsgotten = {}
  5560. for i in string.gmatch(plr,"[^,]+") do
  5561. table.insert(plrsgotten,i)
  5562. end
  5563. return plrsgotten
  5564. end
  5565. function findSinglePlayer(plr)
  5566. local players = {}
  5567. local find = plr:lower()
  5568. if find == "me" then
  5569. table.insert(players,LP)
  5570. else
  5571. for i,v in pairs(gsPlayers:GetPlayers()) do
  5572. if string.lower(v.Name):sub(1, #find) == string.lower(find) then
  5573. table.insert(players,v)
  5574. end
  5575. end
  5576. end
  5577. local oneplayer = {}
  5578. pcall(function()
  5579. table.insert(oneplayer, players[math.random(1, #players)])
  5580. end)
  5581. return oneplayer
  5582. end
  5583.  
  5584. -- Anti Kick
  5585.  
  5586. if getrawmetatable then
  5587. function formatargs(getArgs,v)
  5588. if #getArgs == 0 then
  5589. return ""
  5590. end
  5591.  
  5592. local collectArgs = {}
  5593. for k,v in next,getArgs do
  5594. local argument = ""
  5595. if type(v) == "string" then
  5596. argument = "\""..v.."\""
  5597. elseif type(v) == "table" then
  5598. argument = "{" .. formatargs(v,true) .. "}"
  5599. else
  5600. argument = tostring(v)
  5601. end
  5602. if v and type(k) ~= "number" then
  5603. table.insert(collectArgs,k.."="..argument)
  5604. else
  5605. table.insert(collectArgs,argument)
  5606. end
  5607. end
  5608. return table.concat(collectArgs, ", ")
  5609. end
  5610.  
  5611. kicknum = 0
  5612. local game_meta = getrawmetatable(game)
  5613. local game_namecall = game_meta.__namecall
  5614. local game_index = game_meta.__index
  5615. local w = (setreadonly or fullaccess or make_writeable)
  5616. pcall(w, game_meta, false)
  5617. game_meta.__namecall = function(out, ...)
  5618. local args = {...}
  5619. local Method = args[#args]
  5620. args[#args] = nil
  5621.  
  5622. if Method == "Kick" and out == LP then
  5623. kicknum = kicknum + 1
  5624. warn("Blocked client-kick attempt "..kicknum)
  5625. return
  5626. end
  5627.  
  5628. if antiremotes then
  5629. if Method == "FireServer" or Method == "InvokeServer" then
  5630. 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
  5631. warn("Blocked remote: "..out.Name.." // Method: "..Method)
  5632. return
  5633. end
  5634. end
  5635. else
  5636. if Method == "FireServer" or Method == "InvokeServer" then
  5637. for i,noremote in pairs(blockedremotes) do
  5638. if out.Name == noremote and out.Name ~= "SayMessageRequest" then
  5639. warn("Blocked remote: "..out.Name.." // Method: "..Method)
  5640. return
  5641. end
  5642. end
  5643. end
  5644. end
  5645.  
  5646. if spyingremotes then
  5647. if Method == "FireServer" or Method == "InvokeServer" then
  5648. if out.Name ~= "CharacterSoundEvent" and out.Name ~= "AddCharacterLoadedEvent" and out.Name ~= "RemoveCharacterEvent" and out.Name ~= "DefaultServerSoundEvent" and out.Name ~= "SayMessageRequest" then
  5649. local arguments = {}
  5650. for i = 1,#args do
  5651. arguments[i] = args[i]
  5652. end
  5653. local getScript = getfenv(2).script
  5654. if getScript == nil then
  5655. getScript = "??? (Not Found) ???"
  5656. end
  5657. warn("<> <> <> A "..out.ClassName.." has been fired! How to fire:\ngame."..out:GetFullName()..":"..Method.."("..formatargs(arguments)..")\n\nFired from script: ".. tostring(getScript:GetFullName()))
  5658. end
  5659. end
  5660. end
  5661.  
  5662. return game_namecall(out, ...)
  5663. end
  5664. end
  5665.  
  5666. -- FE Check
  5667. function FEcheckDefault()
  5668. if gsWorkspace.FilteringEnabled == true then
  5669. createIntro("warning", "FE is enabled! Press "..commandPrefix.." to bring Command Bar.", 7)
  5670. else
  5671. createIntro("warning", "FE is disabled. Consider using a different script.", 7)
  5672. end
  5673. end
  5674. FEcheckDefault()
  5675. end)
  5676.  
  5677. Reviz.Name = "Reviz"
  5678. Reviz.Parent = Main
  5679. Reviz.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  5680. Reviz.Position = UDim2.new(0.0586506501, 0, 0.531316996, 0)
  5681. Reviz.Size = UDim2.new(0, 160, 0, 36)
  5682. Reviz.Font = Enum.Font.Cartoon
  5683. Reviz.Text = "RevizAdmin"
  5684. Reviz.TextColor3 = Color3.new(0, 0, 0)
  5685. Reviz.TextSize = 20
  5686. Reviz.MouseButton1Down:connect(function()
  5687. -- Creator: illremember#3799
  5688.  
  5689. -- Credits to infinite yield, harkinian, dex creators
  5690.  
  5691. prefix = ";"
  5692. wait(0.3)
  5693. Commands = {
  5694. '[-] cmdbar is shown when ; is pressed.',
  5695. '[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you and player',
  5696. '[2] bring [plr] -- You need a tool! Will bring player to you',
  5697. '[3] spin [plr] -- You need a tool! Makes you and the player spin crazy',
  5698. '[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting',
  5699. '[5] attach [plr] -- You need a tool! Attaches you to player',
  5700. '[6] unattach [plr] -- Attempts to unattach you from a player',
  5701. '[7] follow [plr] -- Makes you follow behind the player',
  5702. '[8] unfollow',
  5703. '[9] freefall [plr] -- You need a tool! Teleports you and the player up into the air',
  5704. '[10] trail [plr] -- The opposite of follow, you stay infront of player',
  5705. '[11] untrail',
  5706. '[12] orbit [plr] -- Makes you orbit the player',
  5707. '[13] unorbit',
  5708. '[14] fling [plr] -- Makes you fling the player',
  5709. '[15] unfling',
  5710. '[16] fecheck -- Checks if the game is FE or not',
  5711. '[17] void [plr] -- Teleports player to the void',
  5712. '[18] noclip -- Gives you noclip to walk through walls',
  5713. '[19] clip -- Removes noclip',
  5714. '[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default',
  5715. '[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default',
  5716. '[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default',
  5717. '[23] default -- Changes your speed, jumppower and hipheight to default values',
  5718. '[24] annoy [plr] -- Loop teleports you to the player',
  5719. '[25] unannoy',
  5720. '[26] headwalk [plr] -- Loop teleports you to the player head',
  5721. '[27] unheadwalk',
  5722. '[28] nolimbs -- Removes your arms and legs',
  5723. '[29] god -- Gives you FE Godmode',
  5724. '[30] drophats -- Drops your accessories',
  5725. '[31] droptool -- Drops any tool you have equipped',
  5726. '[32] loopdhats -- Loop drops your accessories',
  5727. '[33] unloopdhats',
  5728. '[34] loopdtool -- Loop drops any tools you have equipped',
  5729. '[35] unloopdtool',
  5730. '[36] invisible -- Gives you invisibility CREDIT TO TIMELESS',
  5731. '[37] view [plr] -- Changes your camera to the player character',
  5732. '[38] unview',
  5733. '[39] goto [plr] -- Teleports you to player',
  5734. '[40] fly -- Allows you to fly, credit to Infinite Yield',
  5735. '[41] unfly',
  5736. '[42] chat [msg] -- Makes you chat a message',
  5737. '[43] spam [msg] -- Spams a message',
  5738. '[44] unspam',
  5739. '[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second',
  5740. '[46] pmspam [plr] -- Spams a player in private message',
  5741. '[47] unpmspam',
  5742. '[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you',
  5743. '[49] uncfreeze [plr]',
  5744. '[50] unlockws -- Unlocks the workspace',
  5745. '[51] lockws -- Locks the workspace',
  5746. '[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you',
  5747. '[53] pstand -- Enables platform stand',
  5748. '[54] unpstand -- Disables platform stand',
  5749. '[55] blockhead -- Removes your head mesh',
  5750. '[56] sit',
  5751. '[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',
  5752. '[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided',
  5753. '[59] hypertotal -- Loads in my FE GUI Hypertotal',
  5754. '[60] cmds -- Prints all commands',
  5755. '[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats',
  5756. '[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool',
  5757. '[63] spinner -- Makes you spin',
  5758. '[64] nospinner',
  5759. '[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom',
  5760. '[66] noreach -- Removes reach, must have tool equipped',
  5761. '[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying',
  5762. '[68] tp me [plr] -- Alternative to goto',
  5763. '[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player',
  5764. '[70] uncbring',
  5765. '[71] swap [plr] -- You need a tool! Swaps players position with yours and your position with players',
  5766. '[72] givetool [plr] -- Gives the tool you have equipped to the player',
  5767. '[73] glitch [plr] -- Glitches you and the player, looks very cool',
  5768. '[74] unglitch -- Unglitches you',
  5769. '[75] grespawn -- Alternative to normal respawn and usually works best for when you want to reset with FE Godmode',
  5770. '[76] explorer -- Loads up DEX',
  5771. '[77] reset -- Resets your character.',
  5772. '[78] anim [id] -- Applies an animation on you, must be created by ROBLOX',
  5773. '[79] animgui -- Loads up Energize animations GUI',
  5774. '[80] savepos -- Saves your current position',
  5775. '[81] loadpos -- Teleports you to your saved position',
  5776. '[82] bang [plr] -- 18+ will not work if you have FE Godmode on',
  5777. '[83] unbang',
  5778. '[84] delcmdbar -- Removes the command bar completely',
  5779. '[85] bringmod [obj] -- Brings all the parts in a model, client only, comes from ;bringobj enter exact name of model',
  5780. '[86] shutdown -- Uses harkinians script to shutdown server',
  5781. '[87] respawn -- If grespawn doesnt work you can use respawn',
  5782. '[88] delobj [obj] -- Deletes a certain brick in workspace, client sided',
  5783. '[89] getplrs -- Prints all players in game',
  5784. '[90] deldecal -- Deletes all decals client sided',
  5785. '[91] opfinality -- Loads in my FE GUI Opfinality',
  5786. '[92] remotes -- Prints all remotes in the game in the console when added',
  5787. '[93] noremotes -- Stops printing remotes',
  5788. '[94] tpdefault -- Stops all loop teleports to a player',
  5789. '[95] stopsit -- Will not allow you to sit',
  5790. '[96] gosit -- Allows you to sit',
  5791. '[97] clicktp -- Enables click tp',
  5792. '[98] noclicktp -- Disables click tp',
  5793. '[99] toolson -- If any tools are dropped in the workspace you will automatically get them',
  5794. '[100] toolsoff -- Stops ;toolson',
  5795. '[101] version -- Gets the admin version',
  5796. '[102] state [num] -- Changes your humanoid state, ;unstate to stop.',
  5797. '[103] gravity [num] -- Changes workspace gravity default is 196.2',
  5798. '[104] pgs -- Checks if the game has PGSPhysicsSolverEnabled enabled',
  5799. '[105] clickdel -- Delete any block you press q on, client sided',
  5800. '[106] noclickdel -- Stops clickdel',
  5801. '[107] looprhats -- Loop removes mesh of your hats/loop block hats',
  5802. '[108] unlooprhats -- Stops loop removing mesh',
  5803. '[109] looprtool -- Loop removes mesh of your tool/loop block tools',
  5804. '[110] unlooprtool -- Stops loop removing mesh',
  5805. '[111] givealltools [plr] -- Gives all the tools you have in your backpack to the player',
  5806. '[112] age [plr] -- Makes you chat the account age of the player',
  5807. '[113] id [plr] -- Makes you chat the account ID of the player',
  5808. '[114] .age [plr] -- Privately shows you the account age of the player',
  5809. '[115] .id [plr] -- Privately shows you the account ID of the player',
  5810. '[116] gameid -- Shows the game ID',
  5811. '[117] removeinvis -- Removes all invisible walls/parts, client sided',
  5812. '[118] removefog -- Removes fog, client sided',
  5813. '[119] disable -- Disables your character by removing humanoid',
  5814. '[120] enable -- Enables your character by adding humanoid',
  5815. '[121] prefix [key] -- Changes the prefix used, default is ;',
  5816. '[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.',
  5817. '[123] flyspeed [num] -- Change your fly speed, default is 1',
  5818. '[124] carpet [plr] -- Makes you a carpet for a player, will not work if FE Godmode is on',
  5819. '[125] uncarpet -- Stops carpet player',
  5820. '[126] stare [plr] -- Turns your character to stare at another player',
  5821. '[127] unstare -- Stops stare player',
  5822. '[128] logchat -- Logs all chat (including /e and whispers) of all players',
  5823. '[129] unlogchat -- Disables logchat',
  5824. '[130] fixcam -- Fixes/resets your camera',
  5825. '[131] unstate -- Stops changing state',
  5826. }
  5827. speedget = 1
  5828.  
  5829. lplayer = game:GetService("Players").LocalPlayer
  5830.  
  5831. lplayer.CharacterAdded:Connect(function(character)
  5832. spin = false
  5833. flying = false
  5834. staring = false
  5835. banpl = false
  5836. end)
  5837.  
  5838. function change()
  5839. prefix = prefix
  5840. speedfly = speedfly
  5841. end
  5842.  
  5843. function GetPlayer(String) -- Credit to Timeless/xFunnieuss
  5844. local Found = {}
  5845. local strl = String:lower()
  5846. if strl == "all" then
  5847. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  5848. table.insert(Found,v)
  5849. end
  5850. elseif strl == "others" then
  5851. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  5852. if v.Name ~= lplayer.Name then
  5853. table.insert(Found,v)
  5854. end
  5855. end
  5856. elseif strl == "me" then
  5857. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  5858. if v.Name == lplayer.Name then
  5859. table.insert(Found,v)
  5860. end
  5861. end
  5862. else
  5863. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  5864. if v.Name:lower():sub(1, #String) == String:lower() then
  5865. table.insert(Found,v)
  5866. end
  5867. end
  5868. end
  5869. return Found
  5870. end
  5871.  
  5872. local Mouse = lplayer:GetMouse()
  5873.  
  5874. spin = false
  5875. followed = false
  5876. traill = false
  5877. noclip = false
  5878. annoying = false
  5879. hwalk = false
  5880. droppinghats = false
  5881. droppingtools = false
  5882. flying = false
  5883. spamdelay = 1
  5884. spamming = false
  5885. spammingpm = false
  5886. cbringing = false
  5887. remotes = true
  5888. added = true
  5889. binds = false
  5890. stopsitting = false
  5891. clickgoto = false
  5892. gettingtools = false
  5893. removingmeshhats = false
  5894. removingmeshtool = false
  5895. clickdel = false
  5896. staring = false
  5897. chatlogs = false
  5898. banpl = false
  5899. changingstate = false
  5900. statechosen = 0
  5901.  
  5902. adminversion = "Reviz Admin by illremember, Version 2.0"
  5903.  
  5904. flying = false
  5905. speedfly = 1
  5906.  
  5907. function plrchat(plr, chat)
  5908. print(plr.Name..": "..tick().."\n"..chat)
  5909. end
  5910.  
  5911. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  5912. v.Chatted:connect(function(chat)
  5913. if chatlogs then
  5914. plrchat(v, chat)
  5915. end
  5916. end)
  5917. end
  5918. game:GetService("Players").PlayerAdded:connect(function(plr)
  5919. plr.Chatted:connect(function(chat)
  5920. if chatlogs then
  5921. plrchat(plr, chat)
  5922. end
  5923. end)
  5924. end)
  5925.  
  5926.  
  5927. local ScreenGui = Instance.new("ScreenGui")
  5928. local Frame = Instance.new("Frame")
  5929. local CMDBAR = Instance.new("TextBox")
  5930. ScreenGui.Parent = game:GetService("CoreGui")
  5931. Frame.Parent = ScreenGui
  5932. Frame.BackgroundColor3 = Color3.new(0.3, 0.1, 0.1)
  5933. Frame.BackgroundTransparency = 0.3
  5934. Frame.Position = UDim2.new(0.5, 0, 0, 10)
  5935. Frame.Size = UDim2.new(0, 200, 0, 40)
  5936. Frame.Active = true
  5937. Frame.Draggable = true
  5938. CMDBAR.Name = "CMDBAR"
  5939. CMDBAR.Parent = Frame
  5940. CMDBAR.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  5941. CMDBAR.BackgroundTransparency = 0.20000000298023
  5942. CMDBAR.Size = UDim2.new(0, 180, 0, 20)
  5943. CMDBAR.Position = UDim2.new(0.05, 0, 0.25, 0)
  5944. CMDBAR.Font = Enum.Font.SourceSansLight
  5945. CMDBAR.FontSize = Enum.FontSize.Size14
  5946. CMDBAR.TextColor3 = Color3.new(0.945098, 0.945098, 0.945098)
  5947. CMDBAR.TextScaled = true
  5948. CMDBAR.TextSize = 14
  5949. CMDBAR.TextWrapped = true
  5950. CMDBAR.Text = "Press ; to type, Enter to execute"
  5951.  
  5952. local CMDS = Instance.new("ScreenGui")
  5953. local CMDSFRAME = Instance.new("Frame")
  5954. local ScrollingFrame = Instance.new("ScrollingFrame")
  5955. local TextLabel = Instance.new("TextLabel")
  5956. local closegui = Instance.new("TextButton")
  5957. CMDS.Name = "CMDS"
  5958. CMDS.Parent = game:GetService("CoreGui")
  5959. CMDSFRAME.Name = "CMDSFRAME"
  5960. CMDSFRAME.Parent = CMDS
  5961. CMDSFRAME.Active = true
  5962. CMDSFRAME.BackgroundColor3 = Color3.new(0.223529, 0.231373, 0.309804)
  5963. CMDSFRAME.BorderSizePixel = 0
  5964. CMDSFRAME.Draggable = true
  5965. CMDSFRAME.Position = UDim2.new(0, 315, 0, 100)
  5966. CMDSFRAME.Size = UDim2.new(0, 275, 0, 275)
  5967. CMDSFRAME.Visible = false
  5968. ScrollingFrame.Parent = CMDSFRAME
  5969. ScrollingFrame.BackgroundColor3 = Color3.new(0.160784, 0.160784, 0.203922)
  5970. ScrollingFrame.BorderSizePixel = 0
  5971. ScrollingFrame.Position = UDim2.new(0, 0, 0.0729999989, 0)
  5972. ScrollingFrame.Size = UDim2.new(1.04999995, 0, 0.92900002, 0)
  5973. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 10, 0)
  5974. TextLabel.Parent = ScrollingFrame
  5975. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  5976. TextLabel.BackgroundTransparency = 1
  5977. TextLabel.Size = UDim2.new(0.930000007, 0, 1, 0)
  5978. TextLabel.Font = Enum.Font.SourceSans
  5979. TextLabel.FontSize = Enum.FontSize.Size18
  5980. 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."
  5981. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  5982. TextLabel.TextSize = 15
  5983. TextLabel.TextWrapped = true
  5984. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  5985. TextLabel.TextYAlignment = Enum.TextYAlignment.Top
  5986. closegui.Name = "closegui"
  5987. closegui.Parent = CMDSFRAME
  5988. closegui.BackgroundColor3 = Color3.new(0.890196, 0.223529, 0.0588235)
  5989. closegui.BorderSizePixel = 0
  5990. closegui.Position = UDim2.new(0.995000005, 0, 0, 0)
  5991. closegui.Size = UDim2.new(0.0545952693, 0, 0.0728644878, 0)
  5992. closegui.Font = Enum.Font.SourceSansBold
  5993. closegui.FontSize = Enum.FontSize.Size24
  5994. closegui.Text = "X"
  5995. closegui.TextColor3 = Color3.new(1, 1, 1)
  5996. closegui.TextSize = 20
  5997.  
  5998. closegui.MouseButton1Click:connect(function()
  5999. CMDSFRAME.Visible = false
  6000. end)
  6001.  
  6002. game:GetService('RunService').Stepped:connect(function()
  6003. if spin then
  6004. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[spinplr.Name].Character.HumanoidRootPart.CFrame
  6005. end
  6006. if followed then
  6007. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame.lookVector * -5
  6008. end
  6009. if traill then
  6010. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame.lookVector * 5
  6011. end
  6012. if annoying then
  6013. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[annplr.Name].Character.HumanoidRootPart.CFrame
  6014. end
  6015. if hwalk then
  6016. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[hdwplr.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 4, 0)
  6017. end
  6018. if staring then
  6019. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(lplayer.Character.Torso.Position, game:GetService("Players")[stareplr.Name].Character.Torso.Position)
  6020. end
  6021. end)
  6022. game:GetService('RunService').Stepped:connect(function()
  6023. if noclip then
  6024. if lplayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  6025. lplayer.Character.Head.CanCollide = false
  6026. lplayer.Character.Torso.CanCollide = false
  6027. lplayer.Character["Left Leg"].CanCollide = false
  6028. lplayer.Character["Right Leg"].CanCollide = false
  6029. else
  6030. lplayer.Character.Humanoid:ChangeState(11)
  6031. end
  6032. end
  6033. if changingstate then
  6034. lplayer.Character.Humanoid:ChangeState(statechosen)
  6035. end
  6036. end)
  6037. game:GetService('RunService').Stepped:connect(function()
  6038. if droppinghats then
  6039. for i,v in pairs(lplayer.Character:GetChildren()) do
  6040. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  6041. v.Parent = workspace
  6042. end
  6043. end
  6044. end
  6045. if droppingtools then
  6046. for i,v in pairs(lplayer.Character:GetChildren()) do
  6047. if (v:IsA("Tool")) then
  6048. v.Parent = workspace
  6049. end
  6050. end
  6051. end
  6052. if removingmeshhats then
  6053. for i,v in pairs(lplayer.Character:GetChildren()) do
  6054. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  6055. v.Handle.Mesh:Destroy()
  6056. end
  6057. end
  6058. end
  6059. if removingmeshtool then
  6060. for i,v in pairs(lplayer.Character:GetChildren()) do
  6061. if (v:IsA("Tool")) then
  6062. v.Handle.Mesh:Destroy()
  6063. end
  6064. end
  6065. end
  6066. end)
  6067. game:GetService('RunService').Stepped:connect(function()
  6068. if banpl then
  6069. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[bplrr].Character.HumanoidRootPart.CFrame
  6070. end
  6071. end)
  6072. game:GetService('RunService').Stepped:connect(function()
  6073. if stopsitting then
  6074. lplayer.Character.Humanoid.Sit = false
  6075. end
  6076. end)
  6077.  
  6078. plr = lplayer
  6079. hum = plr.Character.HumanoidRootPart
  6080. mouse = plr:GetMouse()
  6081. mouse.KeyDown:connect(function(key)
  6082. if key == "e" then
  6083. if mouse.Target then
  6084. if clickgoto then
  6085. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  6086. elseif clickdel then
  6087. mouse.Target:Destroy()
  6088. end
  6089. end
  6090. end
  6091. end)
  6092.  
  6093. game:GetService("Workspace").ChildAdded:connect(function(part)
  6094. if gettingtools then
  6095. if part:IsA("Tool") then
  6096. part.Handle.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  6097. end
  6098. end
  6099. end)
  6100.  
  6101. lplayer.Chatted:Connect(function(msg)
  6102. if string.sub(msg, 1, 6) == (prefix.."kill ") then
  6103. if string.sub(msg, 7) == "me" then
  6104. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  6105. else
  6106. for i,v in pairs(GetPlayer(string.sub(msg, 7)))do
  6107. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  6108. lplayer.Character.Humanoid.Name = 1
  6109. local l = lplayer.Character["1"]:Clone()
  6110. l.Parent = lplayer.Character
  6111. l.Name = "Humanoid"
  6112. wait(0.1)
  6113. lplayer.Character["1"]:Destroy()
  6114. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  6115. lplayer.Character.Animate.Disabled = true
  6116. wait(0.1)
  6117. lplayer.Character.Animate.Disabled = false
  6118. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  6119. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  6120. lplayer.Character.Humanoid:EquipTool(v)
  6121. end
  6122. local function tp(player,player2)
  6123. local char1,char2=player.Character,player2.Character
  6124. if char1 and char2 then
  6125. char1:MoveTo(char2.Head.Position)
  6126. end
  6127. end
  6128. wait(0.1)
  6129. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  6130. wait(0.2)
  6131. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  6132. wait(0.5)
  6133. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  6134. wait(0.7)
  6135. tp(lplayer,game:GetService("Players")[v.Name])
  6136. wait(0.7)
  6137. lplayer.Character.HumanoidRootPart.CFrame = NOW
  6138. game:GetService("StarterGui"):SetCore("SendNotification", {
  6139. Title = "Tools needed!";
  6140. Text = "You need a tool in your backpack for this command!";
  6141. })
  6142. end
  6143. end
  6144. end
  6145. if string.sub(msg, 1, 7) == (prefix.."bring ") then
  6146. for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  6147. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  6148. lplayer.Character.Humanoid.Name = 1
  6149. local l = lplayer.Character["1"]:Clone()
  6150. l.Parent = lplayer.Character
  6151. l.Name = "Humanoid"
  6152. wait(0.1)
  6153. lplayer.Character["1"]:Destroy()
  6154. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  6155. lplayer.Character.Animate.Disabled = true
  6156. wait(0.1)
  6157. lplayer.Character.Animate.Disabled = false
  6158. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  6159. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  6160. lplayer.Character.Humanoid:EquipTool(v)
  6161. end
  6162. local function tp(player,player2)
  6163. local char1,char2=player.Character,player2.Character
  6164. if char1 and char2 then
  6165. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  6166. end
  6167. end
  6168. local function getout(player,player2)
  6169. local char1,char2=player.Character,player2.Character
  6170. if char1 and char2 then
  6171. char1:MoveTo(char2.Head.Position)
  6172. end
  6173. end
  6174. tp(game:GetService("Players")[v.Name], lplayer)
  6175. wait(0.2)
  6176. tp(game:GetService("Players")[v.Name], lplayer)
  6177. wait(0.5)
  6178. lplayer.Character.HumanoidRootPart.CFrame = NOW
  6179. wait(0.5)
  6180. getout(lplayer, game:GetService("Players")[v.Name])
  6181. wait(0.3)
  6182. lplayer.Character.HumanoidRootPart.CFrame = NOW
  6183. game:GetService("StarterGui"):SetCore("SendNotification", {
  6184. Title = "Tools needed!";
  6185. Text = "You need a tool in your backpack for this command!";
  6186. })
  6187. end
  6188. end
  6189. if string.sub(msg, 1, 6) == (prefix.."spin ") then
  6190. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  6191. lplayer.Character.Humanoid.Name = 1
  6192. local l = lplayer.Character["1"]:Clone()
  6193. l.Parent = lplayer.Character
  6194. l.Name = "Humanoid"
  6195. wait(0.1)
  6196. lplayer.Character["1"]:Destroy()
  6197. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  6198. lplayer.Character.Animate.Disabled = true
  6199. wait(0.1)
  6200. lplayer.Character.Animate.Disabled = false
  6201. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  6202. lplayer.Character.Animate.Disabled = false
  6203. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  6204. lplayer.Character.Humanoid:EquipTool(v)
  6205. end
  6206. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  6207. spinplr = v
  6208. wait(0.5)
  6209. spin = true
  6210. game:GetService("StarterGui"):SetCore("SendNotification", {
  6211. Title = "Tools needed!";
  6212. Text = "You need a tool in your backpack for this command!";
  6213. })
  6214. end
  6215. end
  6216. if string.sub(msg, 1, 7) == (prefix.."unspin") then
  6217. spin = false
  6218. end
  6219. if string.sub(msg, 1, 8) == (prefix.."attach ") then
  6220. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  6221. lplayer.Character.Humanoid.Name = 1
  6222. local l = lplayer.Character["1"]:Clone()
  6223. l.Parent = lplayer.Character
  6224. l.Name = "Humanoid"
  6225. wait(0.1)
  6226. lplayer.Character["1"]:Destroy()
  6227. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  6228. lplayer.Character.Animate.Disabled = true
  6229. wait(0.1)
  6230. lplayer.Character.Animate.Disabled = false
  6231. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  6232. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  6233. lplayer.Character.Humanoid:EquipTool(v)
  6234. end
  6235. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  6236. wait(0.3)
  6237. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  6238. attplr = v
  6239. game:GetService("StarterGui"):SetCore("SendNotification", {
  6240. Title = "Tools needed!";
  6241. Text = "You need a tool in your backpack for this command!";
  6242. })
  6243. end
  6244. end
  6245. if string.sub(msg, 1, 10) == (prefix.."unattach ") then
  6246. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  6247. local function getout(player,player2)
  6248. local char1,char2=player.Character,player2.Character
  6249. if char1 and char2 then
  6250. char1:MoveTo(char2.Head.Position)
  6251. end
  6252. end
  6253. getout(lplayer, game:GetService("Players")[v.Name])
  6254. end
  6255. end
  6256. if string.sub(msg, 1, 8) == (prefix.."follow ") then
  6257. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  6258. followed = true
  6259. flwplr = v
  6260. end
  6261. end
  6262. if string.sub(msg, 1, 9) == (prefix.."unfollow") then
  6263. followed = false
  6264. end
  6265. if string.sub(msg, 1, 10) == (prefix.."freefall ") then
  6266. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  6267. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  6268. lplayer.Character.Humanoid.Name = 1
  6269. local l = lplayer.Character["1"]:Clone()
  6270. l.Parent = lplayer.Character
  6271. l.Name = "Humanoid"
  6272. wait(0.1)
  6273. lplayer.Character["1"]:Destroy()
  6274. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  6275. lplayer.Character.Animate.Disabled = true
  6276. wait(0.1)
  6277. lplayer.Character.Animate.Disabled = false
  6278. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  6279. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  6280. lplayer.Character.Humanoid:EquipTool(v)
  6281. end
  6282. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  6283. wait(0.2)
  6284. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  6285. wait(0.6)
  6286. lplayer.Character.HumanoidRootPart.CFrame = NOW
  6287. wait(0.6)
  6288. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  6289. game:GetService("StarterGui"):SetCore("SendNotification", {
  6290. Title = "Tools needed!";
  6291. Text = "You need a tool in your backpack for this command!";
  6292. })
  6293. end
  6294. end
  6295. if string.sub(msg, 1, 7) == (prefix.."trail ") then
  6296. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  6297. traill = true
  6298. trlplr = v
  6299. end
  6300. end
  6301. if string.sub(msg, 1, 8) == (prefix.."untrail") then
  6302. traill = false
  6303. end
  6304. if string.sub(msg, 1, 7) == (prefix.."orbit ") then
  6305. if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  6306. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  6307. else
  6308. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  6309. local o = Instance.new("RocketPropulsion")
  6310. o.Parent = lplayer.Character.HumanoidRootPart
  6311. o.Name = "Orbit"
  6312. o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  6313. o:Fire()
  6314. noclip = true
  6315. end
  6316. end
  6317. end
  6318. if string.sub(msg, 1, 8) == (prefix.."unorbit") then
  6319. lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  6320. noclip = false
  6321. end
  6322. if string.sub(msg, 1, 7) == (prefix.."fling ") then
  6323. if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  6324. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  6325. else
  6326. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  6327. local y = Instance.new("RocketPropulsion")
  6328. y.Parent = lplayer.Character.HumanoidRootPart
  6329. y.CartoonFactor = 1
  6330. y.MaxThrust = 800000
  6331. y.MaxSpeed = 1000
  6332. y.ThrustP = 200000
  6333. y.Name = "Fling"
  6334. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  6335. y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  6336. y:Fire()
  6337. noclip = true
  6338. end
  6339. end
  6340. end
  6341. if string.sub(msg, 1, 8) == (prefix.."unfling") then
  6342. noclip = false
  6343. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  6344. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  6345. wait(0.4)
  6346. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  6347. end
  6348. if string.sub(msg, 1, 8) == (prefix.."fecheck") then
  6349. if game:GetService("Workspace").FilteringEnabled == true then
  6350. warn("FE is Enabled (Filtering Enabled)")
  6351. game:GetService("StarterGui"):SetCore("SendNotification", {
  6352. Title = "FE is Enabled";
  6353. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  6354. })
  6355. else
  6356. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  6357. game:GetService("StarterGui"):SetCore("SendNotification", {
  6358. Title = "FE is Disabled";
  6359. Text = "Filtering Disabled. Consider using a different admin script.";
  6360. })
  6361. end
  6362. end
  6363. if string.sub(msg, 1, 6) == (prefix.."void ") then
  6364. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  6365. lplayer.Character.Humanoid.Name = 1
  6366. local l = lplayer.Character["1"]:Clone()
  6367. l.Parent = lplayer.Character
  6368. l.Name = "Humanoid"
  6369. wait(0.1)
  6370. lplayer.Character["1"]:Destroy()
  6371. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  6372. lplayer.Character.Animate.Disabled = true
  6373. wait(0.1)
  6374. lplayer.Character.Animate.Disabled = false
  6375. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  6376. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  6377. lplayer.Character.Humanoid:EquipTool(v)
  6378. end
  6379. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  6380. wait(0.2)
  6381. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  6382. wait(0.6)
  6383. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  6384. game:GetService("StarterGui"):SetCore("SendNotification", {
  6385. Title = "Tools needed!";
  6386. Text = "You need a tool in your backpack for this command!";
  6387. })
  6388. end
  6389. end
  6390. if string.sub(msg, 1, 7) == (prefix.."noclip") then
  6391. noclip = true
  6392. game:GetService("StarterGui"):SetCore("SendNotification", {
  6393. Title = "Noclip enabled";
  6394. Text = "Type ;clip to disable";
  6395. })
  6396. end
  6397. if string.sub(msg, 1, 5) == (prefix.."clip") then
  6398. noclip = false
  6399. game:GetService("StarterGui"):SetCore("SendNotification", {
  6400. Title = "Noclip disabled";
  6401. Text = "Type ;noclip to enable";
  6402. })
  6403. end
  6404. if string.sub(msg, 1, 7) == (prefix.."speed ") then
  6405. lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 8))
  6406. end
  6407. if string.sub(msg, 1, 4) == (prefix.."ws ") then
  6408. lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 5))
  6409. end
  6410. if string.sub(msg, 1, 11) == (prefix.."hipheight ") then
  6411. lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 12))
  6412. end
  6413. if string.sub(msg, 1, 4) == (prefix.."hh ") then
  6414. lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 5))
  6415. end
  6416. if string.sub(msg, 1, 11) == (prefix.."jumppower ") then
  6417. lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 12))
  6418. end
  6419. if string.sub(msg, 1, 4) == (prefix.."jp ") then
  6420. lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 5))
  6421. end
  6422. if string.sub(msg, 1, 8) == (prefix.."default") then
  6423. lplayer.Character.Humanoid.JumpPower = 50
  6424. lplayer.Character.Humanoid.WalkSpeed = 16
  6425. lplayer.Character.Humanoid.HipHeight = 0
  6426. end
  6427. if string.sub(msg, 1, 7) == (prefix.."annoy ") then
  6428. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  6429. annoying = true
  6430. annplr = v
  6431. end
  6432. end
  6433. if string.sub(msg, 1, 8) == (prefix.."unannoy") then
  6434. annoying = false
  6435. end
  6436. if string.sub(msg, 1, 10) == (prefix.."headwalk ") then
  6437. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  6438. hwalk = true
  6439. hdwplr = v
  6440. end
  6441. end
  6442. if string.sub(msg, 1, 11) == (prefix.."unheadwalk") then
  6443. hwalk = false
  6444. end
  6445. if string.sub(msg, 1, 8) == (prefix.."nolimbs") then
  6446. lplayer.Character["Left Leg"]:Destroy()
  6447. lplayer.Character["Left Arm"]:Destroy()
  6448. lplayer.Character["Right Leg"]:Destroy()
  6449. lplayer.Character["Right Arm"]:Destroy()
  6450. end
  6451. if string.sub(msg, 1, 4) == (prefix.."god") then
  6452. lplayer.Character.Humanoid.Name = 1
  6453. local l = lplayer.Character["1"]:Clone()
  6454. l.Parent = lplayer.Character
  6455. l.Name = "Humanoid"
  6456. wait(0.1)
  6457. lplayer.Character["1"]:Destroy()
  6458. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  6459. lplayer.Character.Animate.Disabled = true
  6460. wait(0.1)
  6461. lplayer.Character.Animate.Disabled = false
  6462. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  6463. game:GetService("StarterGui"):SetCore("SendNotification", {
  6464. Title = "FE Godmode enabled";
  6465. Text = "Use ;grespawn or ;respawn to remove";
  6466. })
  6467. end
  6468. if string.sub(msg, 1, 9) == (prefix.."drophats") then
  6469. for i,v in pairs(lplayer.Character:GetChildren()) do
  6470. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  6471. v.Parent = workspace
  6472. end
  6473. end
  6474. end
  6475. if string.sub(msg, 1, 9) == (prefix.."droptool") then
  6476. for i,v in pairs(lplayer.Character:GetChildren()) do
  6477. if (v:IsA("Tool")) then
  6478. v.Parent = workspace
  6479. end
  6480. end
  6481. end
  6482. if string.sub(msg, 1, 10) == (prefix.."loopdhats") then
  6483. droppinghats = true
  6484. game:GetService("StarterGui"):SetCore("SendNotification", {
  6485. Title = "Loop Drop Enabled";
  6486. Text = "Type ;unloopdhats to disable";
  6487. })
  6488. end
  6489. if string.sub(msg, 1, 12) == (prefix.."unloopdhats") then
  6490. droppinghats = false
  6491. game:GetService("StarterGui"):SetCore("SendNotification", {
  6492. Title = "Loop Drop Disabled";
  6493. Text = "Type ;loopdhats to enable.";
  6494. })
  6495. end
  6496. if string.sub(msg, 1, 10) == (prefix.."loopdtool") then
  6497. droppingtools = true
  6498. game:GetService("StarterGui"):SetCore("SendNotification", {
  6499. Title = "Loop Drop Enabled";
  6500. Text = "Type ;unloopdtool to disable";
  6501. })
  6502. end
  6503. if string.sub(msg, 1, 12) == (prefix.."unloopdtool") then
  6504. droppingtools = false
  6505. game:GetService("StarterGui"):SetCore("SendNotification", {
  6506. Title = "Loop Drop Disabled";
  6507. Text = "Type ;loopdtool to enable.";
  6508. })
  6509. end
  6510. if string.sub(msg, 1, 10) == (prefix.."invisible") then -- Credit to Timeless
  6511. Local = game:GetService('Players').LocalPlayer
  6512. Char = Local.Character
  6513. touched,tpdback = false, false
  6514. box = Instance.new('Part',workspace)
  6515. box.Anchored = true
  6516. box.CanCollide = true
  6517. box.Size = Vector3.new(10,1,10)
  6518. box.Position = Vector3.new(0,10000,0)
  6519. box.Touched:connect(function(part)
  6520. if (part.Parent.Name == Local.Name) then
  6521. if touched == false then
  6522. touched = true
  6523. function apply()
  6524. if script.Disabled ~= true then
  6525. no = Char.HumanoidRootPart:Clone()
  6526. wait(.25)
  6527. Char.HumanoidRootPart:Destroy()
  6528. no.Parent = Char
  6529. Char:MoveTo(loc)
  6530. touched = false
  6531. end end
  6532. if Char then
  6533. apply()
  6534. end
  6535. end
  6536. end
  6537. end)
  6538. repeat wait() until Char
  6539. loc = Char.HumanoidRootPart.Position
  6540. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  6541. game:GetService("StarterGui"):SetCore("SendNotification", {
  6542. Title = "Invisibility enabled!";
  6543. Text = "Reset or use ;respawn to remove.";
  6544. })
  6545. end
  6546. if string.sub(msg, 1, 6) == (prefix.."view ") then
  6547. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  6548. if game:GetService("Players")[v.Name].Character.Humanoid then
  6549. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  6550. else
  6551. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  6552. end
  6553. end
  6554. end
  6555. if string.sub(msg, 1, 7) == (prefix.."unview") then
  6556. if lplayer.Character.Humanoid then
  6557. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  6558. else
  6559. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  6560. end
  6561. end
  6562. if string.sub(msg, 1, 6) == (prefix.."goto ") then
  6563. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  6564. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  6565. end
  6566. end
  6567. if string.sub(msg, 1, 4) == (prefix.."fly") then
  6568. repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  6569. repeat wait() until Mouse
  6570.  
  6571. local T = lplayer.Character.HumanoidRootPart
  6572. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  6573. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  6574. local SPEED = speedget
  6575.  
  6576. local function fly()
  6577. flying = true
  6578. local BG = Instance.new('BodyGyro', T)
  6579. local BV = Instance.new('BodyVelocity', T)
  6580. BG.P = 9e4
  6581. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  6582. BG.cframe = T.CFrame
  6583. BV.velocity = Vector3.new(0, 0.1, 0)
  6584. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  6585. spawn(function()
  6586. repeat wait()
  6587. lplayer.Character.Humanoid.PlatformStand = true
  6588. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  6589. SPEED = 50
  6590. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  6591. SPEED = 0
  6592. end
  6593. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  6594. 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
  6595. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  6596. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  6597. 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
  6598. else
  6599. BV.velocity = Vector3.new(0, 0.1, 0)
  6600. end
  6601. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  6602. until not flying
  6603. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  6604. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  6605. SPEED = 0
  6606. BG:destroy()
  6607. BV:destroy()
  6608. lplayer.Character.Humanoid.PlatformStand = false
  6609. end)
  6610. end
  6611. Mouse.KeyDown:connect(function(KEY)
  6612. if KEY:lower() == 'w' then
  6613. CONTROL.F = speedfly
  6614. elseif KEY:lower() == 's' then
  6615. CONTROL.B = -speedfly
  6616. elseif KEY:lower() == 'a' then
  6617. CONTROL.L = -speedfly
  6618. elseif KEY:lower() == 'd' then
  6619. CONTROL.R = speedfly
  6620. end
  6621. end)
  6622. Mouse.KeyUp:connect(function(KEY)
  6623. if KEY:lower() == 'w' then
  6624. CONTROL.F = 0
  6625. elseif KEY:lower() == 's' then
  6626. CONTROL.B = 0
  6627. elseif KEY:lower() == 'a' then
  6628. CONTROL.L = 0
  6629. elseif KEY:lower() == 'd' then
  6630. CONTROL.R = 0
  6631. end
  6632. end)
  6633. fly()
  6634. end
  6635. if string.sub(msg, 1, 6) == (prefix.."unfly") then
  6636. flying = false
  6637. lplayer.Character.Humanoid.PlatformStand = false
  6638. end
  6639. if string.sub(msg, 1, 6) == (prefix.."chat ") then
  6640. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(msg, 7)), "All")
  6641. end
  6642. if string.sub(msg, 1, 6) == (prefix.."spam ") then
  6643. spamtext = (string.sub(msg, 7))
  6644. spamming = true
  6645. end
  6646. if string.sub(msg, 1, 7) == (prefix.."unspam") then
  6647. spamming = false
  6648. end
  6649. if string.sub(msg, 1, 10) == (prefix.."spamwait ") then
  6650. spamdelay = (string.sub(msg, 11))
  6651. end
  6652. if string.sub(msg, 1, 8) == (prefix.."pmspam ") then
  6653. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  6654. pmspammed = v.Name
  6655. spammingpm = true
  6656. end
  6657. end
  6658. if string.sub(msg, 1, 9) == (prefix.."unpmspam") then
  6659. spammingpm = false
  6660. end
  6661. if string.sub(msg, 1, 9) == (prefix.."cfreeze ") then
  6662. for i,v in pairs(GetPlayer(string.sub(msg, 10))) do
  6663. v.Character["Left Leg"].Anchored = true
  6664. v.Character["Left Arm"].Anchored = true
  6665. v.Character["Right Leg"].Anchored = true
  6666. v.Character["Right Arm"].Anchored = true
  6667. v.Character.Torso.Anchored = true
  6668. v.Character.Head.Anchored = true
  6669. end
  6670. end
  6671. if string.sub(msg, 1, 11) == (prefix.."uncfreeze ") then
  6672. for i,v in pairs(GetPlayer(string.sub(msg, 12))) do
  6673. v.Character["Left Leg"].Anchored = false
  6674. v.Character["Left Arm"].Anchored = false
  6675. v.Character["Right Leg"].Anchored = false
  6676. v.Character["Right Arm"].Anchored = false
  6677. v.Character.Torso.Anchored = false
  6678. v.Character.Head.Anchored = false
  6679. end
  6680. end
  6681. if string.sub(msg, 1, 9) == (prefix.."unlockws") then
  6682. local a = game:GetService("Workspace"):getChildren()
  6683. for i = 1, #a do
  6684. if a[i].className == "Part" then
  6685. a[i].Locked = false
  6686. elseif a[i].className == "Model" then
  6687. local r = a[i]:getChildren()
  6688. for i = 1, #r do
  6689. if r[i].className == "Part" then
  6690. r[i].Locked = false
  6691. end
  6692. end
  6693. end
  6694. end
  6695. game:GetService("StarterGui"):SetCore("SendNotification", {
  6696. Title = "Success!";
  6697. Text = "Workspace unlocked. Use ;lockws to lock.";
  6698. })
  6699. end
  6700. if string.sub(msg, 1, 7) == (prefix.."lockws") then
  6701. local a = game:GetService("Workspace"):getChildren()
  6702. for i = 1, #a do
  6703. if a[i].className == "Part" then
  6704. a[i].Locked = true
  6705. elseif a[i].className == "Model" then
  6706. local r = a[i]:getChildren()
  6707. for i = 1, #r do
  6708. if r[i].className == "Part" then
  6709. r[i].Locked = true
  6710. end
  6711. end
  6712. end
  6713. end
  6714. end
  6715. if string.sub(msg, 1, 7) == (prefix.."btools") then
  6716. local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  6717. Clone_T.BinType = "Clone"
  6718. local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  6719. Destruct.BinType = "Hammer"
  6720. local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  6721. Hold_T.BinType = "Grab"
  6722. end
  6723. if string.sub(msg, 1, 7) == (prefix.."pstand") then
  6724. lplayer.Character.Humanoid.PlatformStand = true
  6725. end
  6726. if string.sub(msg, 1, 9) == (prefix.."unpstand") then
  6727. lplayer.Character.Humanoid.PlatformStand = false
  6728. end
  6729. if string.sub(msg, 1, 10) == (prefix.."blockhead") then
  6730. lplayer.Character.Head.Mesh:Destroy()
  6731. end
  6732. if string.sub(msg, 1, 4) == (prefix.."sit") then
  6733. lplayer.Character.Humanoid.Sit = true
  6734. end
  6735. if string.sub(msg, 1, 10) == (prefix.."bringobj ") then
  6736. local function bringobjw()
  6737. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  6738. if obj.Name == (string.sub(msg, 11)) then
  6739. obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  6740. obj.CanCollide = false
  6741. obj.Transparency = 0.7
  6742. wait()
  6743. obj.CFrame = lplayer.Character["Left Leg"].CFrame
  6744. wait()
  6745. obj.CFrame = lplayer.Character["Right Leg"].CFrame
  6746. wait()
  6747. obj.CFrame = lplayer.Character["Head"].CFrame
  6748. end
  6749. end
  6750. end
  6751. while wait() do
  6752. bringobjw()
  6753. end
  6754. game:GetService("StarterGui"):SetCore("SendNotification", {
  6755. Title = "BringObj";
  6756. Text = "BringObj enabled.";
  6757. })
  6758. end
  6759. if string.sub(msg, 1, 7) == (prefix.."wsvis ") then
  6760. vis = (string.sub(msg, 8))
  6761. local a = game:GetService("Workspace"):GetDescendants()
  6762. for i = 1, #a do
  6763. if a[i].className == "Part" then
  6764. a[i].Transparency = vis
  6765. elseif a[i].className == "Model" then
  6766. local r = a[i]:getChildren()
  6767. for i = 1, #r do
  6768. if r[i].className == "Part" then
  6769. r[i].Transparency = vis
  6770. end
  6771. end
  6772. end
  6773. end
  6774. end
  6775. if string.sub(msg, 1, 11) == (prefix.."hypertotal") then
  6776. loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  6777. game:GetService("StarterGui"):SetCore("SendNotification", {
  6778. Title = "Success!";
  6779. Text = "HyperTotal GUI Loaded!";
  6780. })
  6781. end
  6782. if string.sub(msg, 1, 5) == (prefix.."cmds") then
  6783. CMDSFRAME.Visible = true
  6784. end
  6785. if string.sub(msg, 1, 10) == (prefix.."rmeshhats") then
  6786. for i,v in pairs(lplayer.Character:GetChildren()) do
  6787. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  6788. v.Handle.Mesh:Destroy()
  6789. end
  6790. end
  6791. end
  6792. if string.sub(msg, 1, 10) == (prefix.."blockhats") then
  6793. for i,v in pairs(lplayer.Character:GetChildren()) do
  6794. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  6795. v.Handle.Mesh:Destroy()
  6796. end
  6797. end
  6798. end
  6799. if string.sub(msg, 1, 10) == (prefix.."rmeshtool") then
  6800. for i,v in pairs(lplayer.Character:GetChildren()) do
  6801. if (v:IsA("Tool")) then
  6802. v.Handle.Mesh:Destroy()
  6803. end
  6804. end
  6805. end
  6806. if string.sub(msg, 1, 10) == (prefix.."blocktool") then
  6807. for i,v in pairs(lplayer.Character:GetChildren()) do
  6808. if (v:IsA("Tool")) then
  6809. v.Handle.Mesh:Destroy()
  6810. end
  6811. end
  6812. end
  6813. if string.sub(msg, 1, 8) == (prefix.."spinner") then
  6814. local p = Instance.new("RocketPropulsion")
  6815. p.Parent = lplayer.Character.HumanoidRootPart
  6816. p.Name = "Spinner"
  6817. p.Target = lplayer.Character["Left Arm"]
  6818. p:Fire()
  6819. game:GetService("StarterGui"):SetCore("SendNotification", {
  6820. Title = "Spinner enabled";
  6821. Text = "Type ;nospinner to disable.";
  6822. })
  6823. end
  6824. if string.sub(msg, 1, 10) == (prefix.."nospinner") then
  6825. lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  6826. end
  6827. if string.sub(msg, 1, 7) == (prefix.."reachd") then
  6828. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  6829. if v:isA("Tool") then
  6830. local a = Instance.new("SelectionBox",v.Handle)
  6831. a.Adornee = v.Handle
  6832. v.Handle.Size = Vector3.new(0.5,0.5,60)
  6833. v.GripPos = Vector3.new(0,0,0)
  6834. lplayer.Character.Humanoid:UnequipTools()
  6835. end
  6836. end
  6837. game:GetService("StarterGui"):SetCore("SendNotification", {
  6838. Title = "Reach applied!";
  6839. Text = "Applied to equipped sword. Use ;noreach to disable.";
  6840. })
  6841. end
  6842. if string.sub(msg, 1, 7) == (prefix.."reach ") then
  6843. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  6844. if v:isA("Tool") then
  6845. handleSize = v.Handle.Size
  6846. wait()
  6847. local a = Instance.new("SelectionBox",v.Handle)
  6848. a.Name = "a"
  6849. a.Adornee = v.Handle
  6850. v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(msg, 8)))
  6851. v.GripPos = Vector3.new(0,0,0)
  6852. lplayer.Character.Humanoid:UnequipTools()
  6853. end
  6854. end
  6855. game:GetService("StarterGui"):SetCore("SendNotification", {
  6856. Title = "Reach applied!";
  6857. Text = "Applied to equipped sword. Use ;noreach to disable.";
  6858. })
  6859. end
  6860. if string.sub(msg, 1, 8) == (prefix.."noreach") then
  6861. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  6862. if v:isA("Tool") then
  6863. v.Handle.a:Destroy()
  6864. v.Handle.Size = handleSize
  6865. end
  6866. end
  6867. game:GetService("StarterGui"):SetCore("SendNotification", {
  6868. Title = "Reach removed!";
  6869. Text = "Removed reach from equipped sword.";
  6870. })
  6871. end
  6872. if string.sub(msg, 1, 7) == (prefix.."rkill ") then
  6873. for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  6874. lplayer.Character.Humanoid.Name = 1
  6875. local l = lplayer.Character["1"]:Clone()
  6876. l.Parent = lplayer.Character
  6877. l.Name = "Humanoid"
  6878. wait(0.1)
  6879. lplayer.Character["1"]:Destroy()
  6880. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  6881. lplayer.Character.Animate.Disabled = true
  6882. wait(0.1)
  6883. lplayer.Character.Animate.Disabled = false
  6884. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  6885. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  6886. lplayer.Character.Humanoid:EquipTool(v)
  6887. end
  6888. wait(0.1)
  6889. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  6890. wait(0.2)
  6891. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  6892. wait(0.5)
  6893. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  6894. game:GetService("StarterGui"):SetCore("SendNotification", {
  6895. Title = "Tools needed!";
  6896. Text = "You need a tool in your backpack for this command!";
  6897. })
  6898. end
  6899. end
  6900. if string.sub(msg, 1, 7) == (prefix.."tp me ") then
  6901. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  6902. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  6903. end
  6904. end
  6905. if string.sub(msg, 1, 8) == (prefix.."cbring ") then
  6906. if (string.sub(msg, 9)) == "all" or (string.sub(msg, 9)) == "All" or (string.sub(msg, 9)) == "ALL" then
  6907. cbringall = true
  6908. else
  6909. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  6910. brplr = v.Name
  6911. end
  6912. end
  6913. cbring = true
  6914. end
  6915. if string.sub(msg, 1, 9) == (prefix.."uncbring") then
  6916. cbring = false
  6917. cbringall = false
  6918. end
  6919. if string.sub(msg, 1, 6) == (prefix.."swap ") then
  6920. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  6921. local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  6922. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  6923. lplayer.Character.Humanoid.Name = 1
  6924. local l = lplayer.Character["1"]:Clone()
  6925. l.Parent = lplayer.Character
  6926. l.Name = "Humanoid"
  6927. wait(0.1)
  6928. lplayer.Character["1"]:Destroy()
  6929. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  6930. lplayer.Character.Animate.Disabled = true
  6931. wait(0.1)
  6932. lplayer.Character.Animate.Disabled = false
  6933. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  6934. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  6935. lplayer.Character.Humanoid:EquipTool(v)
  6936. end
  6937. local function tp(player,player2)
  6938. local char1,char2=player.Character,player2.Character
  6939. if char1 and char2 then
  6940. char1:MoveTo(char2.Head.Position)
  6941. end
  6942. end
  6943. wait(0.1)
  6944. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  6945. wait(0.2)
  6946. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  6947. wait(0.5)
  6948. lplayer.Character.HumanoidRootPart.CFrame = NOW
  6949. wait(0.6)
  6950. tp(lplayer, game:GetService("Players")[v.Name])
  6951. wait(0.4)
  6952. lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  6953. game:GetService("StarterGui"):SetCore("SendNotification", {
  6954. Title = "Tools needed!";
  6955. Text = "You need a tool in your backpack for this command!";
  6956. })
  6957. end
  6958. end
  6959. if string.sub(msg, 1, 8) == (prefix.."glitch ") then
  6960. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  6961. lplayer.Character.Humanoid.Name = 1
  6962. local l = lplayer.Character["1"]:Clone()
  6963. l.Parent = lplayer.Character
  6964. l.Name = "Humanoid"
  6965. wait(0.1)
  6966. lplayer.Character["1"]:Destroy()
  6967. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  6968. lplayer.Character.Animate.Disabled = true
  6969. wait(0.1)
  6970. lplayer.Character.Animate.Disabled = false
  6971. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  6972. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  6973. lplayer.Character.Humanoid:EquipTool(v)
  6974. end
  6975. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  6976. wait(0.3)
  6977. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  6978. wait(0.4)
  6979. b = Instance.new("BodyForce")
  6980. b.Parent = lplayer.Character.HumanoidRootPart
  6981. b.Name = "Glitch"
  6982. b.Force = Vector3.new(100000000,5000,0)
  6983. game:GetService("StarterGui"):SetCore("SendNotification", {
  6984. Title = "Tools needed!";
  6985. Text = "You need a tool in your backpack for this command!";
  6986. })
  6987. end
  6988. end
  6989. if string.sub(msg, 1, 9) == (prefix.."unglitch") then
  6990. lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  6991. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  6992. b = Instance.new("BodyForce")
  6993. b.Parent = lplayer.Character.HumanoidRootPart
  6994. b.Name = "unGlitch"
  6995. b.Force = Vector3.new(0,-5000000,0)
  6996. wait(2)
  6997. lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  6998. end
  6999. if string.sub(msg, 1, 9) == (prefix.."grespawn") then
  7000. lplayer.Character.Humanoid.Health = 0
  7001. wait(1)
  7002. lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  7003. lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  7004. end
  7005. if string.sub(msg, 1, 9) == (prefix.."explorer") then
  7006. loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  7007. game:GetService("StarterGui"):SetCore("SendNotification", {
  7008. Title = "Success!";
  7009. Text = "DEX Explorer has loaded.";
  7010. })
  7011. end
  7012. if string.sub(msg, 1, 6) == (prefix.."anim ") then
  7013. local Anim = Instance.new("Animation")
  7014. Anim.AnimationId = "rbxassetid://"..(string.sub(msg, 7))
  7015. local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  7016. track:Play(.1, 1, 1)
  7017. end
  7018. if string.sub(msg, 1, 8) == (prefix.."animgui") then
  7019. loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  7020. game:GetService("StarterGui"):SetCore("SendNotification", {
  7021. Title = "Success!";
  7022. Text = "Energize Animations GUI has loaded.";
  7023. })
  7024. end
  7025. if string.sub(msg, 1, 8) == (prefix.."savepos") then
  7026. saved = lplayer.Character.HumanoidRootPart.CFrame
  7027. game:GetService("StarterGui"):SetCore("SendNotification", {
  7028. Title = "Position Saved";
  7029. Text = "Use ;loadpos to return to saved position.";
  7030. })
  7031. end
  7032. if string.sub(msg, 1, 8) == (prefix.."loadpos") then
  7033. lplayer.Character.HumanoidRootPart.CFrame = saved
  7034. end
  7035. if string.sub(msg, 1, 6) == (prefix.."bang ") then
  7036. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  7037. local Anim2 = Instance.new("Animation")
  7038. Anim2.AnimationId = "rbxassetid://148840371"
  7039. local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  7040. track2:Play(.1, 1, 1)
  7041. bplrr = v.Name
  7042. banpl = true
  7043. end
  7044. end
  7045. if string.sub(msg, 1, 7) == (prefix.."unbang") then
  7046. banpl = false
  7047. end
  7048. if string.sub(msg, 1, 10) == (prefix.."bringmod ") then
  7049. local function bringmodw()
  7050. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  7051. if obj.Name == (string.sub(msg, 11)) then
  7052. for i,ch in pairs(obj:GetDescendants()) do
  7053. if (ch:IsA("BasePart")) then
  7054. ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  7055. ch.CanCollide = false
  7056. ch.Transparency = 0.7
  7057. wait()
  7058. ch.CFrame = lplayer.Character["Left Leg"].CFrame
  7059. wait()
  7060. ch.CFrame = lplayer.Character["Right Leg"].CFrame
  7061. wait()
  7062. ch.CFrame = lplayer.Character["Head"].CFrame
  7063. end
  7064. end
  7065. end
  7066. end
  7067. end
  7068. while wait() do
  7069. bringmodw()
  7070. end
  7071. game:GetService("StarterGui"):SetCore("SendNotification", {
  7072. Title = "BringMod";
  7073. Text = "BringMod enabled.";
  7074. })
  7075. end
  7076. if string.sub(msg, 1, 8) == (prefix.."respawn") then
  7077. local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  7078. local hum = Instance.new('Humanoid', mod)
  7079. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  7080. lplayer.Character = mod
  7081. end
  7082. if string.sub(msg, 1, 9) == (prefix.."shutdown") then
  7083. game:GetService'RunService'.Stepped:Connect(function()
  7084. pcall(function()
  7085. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  7086. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  7087. for _,x in pairs(v.Character.Head:GetChildren()) do
  7088. if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  7089. end
  7090. end
  7091. end
  7092. end)
  7093. end)
  7094. game:GetService("StarterGui"):SetCore("SendNotification", {
  7095. Title = "Attempting Shutdown";
  7096. Text = "Shutdown Attempt has begun.";
  7097. })
  7098. end
  7099. if string.sub(msg, 1, 8) == (prefix.."delobj ") then
  7100. objtodel = (string.sub(msg, 9))
  7101. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  7102. if v.Name == objtodel then
  7103. v:Destroy()
  7104. end
  7105. end
  7106. end
  7107. if string.sub(msg, 1, 8) == (prefix.."getplrs") then
  7108. for i,v in pairs(game:GetService("Players"):GetPlayers())do
  7109. print(v)
  7110. end
  7111. game:GetService("StarterGui"):SetCore("SendNotification", {
  7112. Title = "Printed";
  7113. Text = "Players have been printed to console. (F9)";
  7114. })
  7115. end
  7116. if string.sub(msg, 1, 9) == (prefix.."deldecal") then
  7117. for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  7118. if (v:IsA("Decal")) then
  7119. v:Destroy()
  7120. end
  7121. end
  7122. end
  7123. if string.sub(msg, 1, 11) == (prefix.."opfinality") then
  7124. loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  7125. game:GetService("StarterGui"):SetCore("SendNotification", {
  7126. Title = "Success!";
  7127. Text = "OpFinality GUI has loaded.";
  7128. })
  7129. end
  7130. if string.sub(msg, 1, 8) == (prefix.."remotes") then
  7131. remotes = true
  7132. added = true
  7133. game.DescendantAdded:connect(function(rmt)
  7134. if added == true then
  7135. if remotes == true then
  7136. if rmt:IsA("RemoteEvent") then
  7137. print("A RemoteEvent was added!")
  7138. print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  7139. print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  7140. end end end
  7141. end)
  7142. game.DescendantAdded:connect(function(rmtfnctn)
  7143. if added == true then
  7144. if remotes == true then
  7145. if rmtfnctn:IsA("RemoteFunction") then
  7146. warn("A RemoteFunction was added!")
  7147. warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  7148. print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  7149. end end end
  7150. end)
  7151.  
  7152. game.DescendantAdded:connect(function(bndfnctn)
  7153. if added == true then
  7154. if binds == true then
  7155. if bndfnctn:IsA("BindableFunction") then
  7156. print("A BindableFunction was added!")
  7157. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  7158. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  7159. end end end
  7160. end)
  7161.  
  7162. game.DescendantAdded:connect(function(bnd)
  7163. if added == true then
  7164. if binds == true then
  7165. if bnd:IsA("BindableEvent") then
  7166. warn("A BindableEvent was added!")
  7167. warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  7168. print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  7169. end end end
  7170. end)
  7171.  
  7172.  
  7173. if binds == true then
  7174. for i,v in pairs(game:GetDescendants()) do
  7175. if v:IsA("BindableFunction") then
  7176. print(" game." .. v:GetFullName() .. " | BindableFunction")
  7177. print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  7178. end end
  7179. for i,v in pairs(game:GetDescendants()) do
  7180. if v:IsA("BindableEvent") then
  7181. warn(" game." .. v:GetFullName() .. " | BindableEvent")
  7182. print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  7183. end end
  7184. else
  7185. print("Off")
  7186. end
  7187. if remotes == true then
  7188. for i,v in pairs(game:GetDescendants()) do
  7189. if v:IsA("RemoteFunction") then
  7190. warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  7191. print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  7192. end end
  7193. wait()
  7194. for i,v in pairs(game:GetDescendants()) do
  7195. if v:IsA("RemoteEvent") then
  7196. print(" game." .. v:GetFullName() .. " | RemoteEvent")
  7197. print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  7198. end end
  7199. else
  7200. print("Off")
  7201. end
  7202. game:GetService("StarterGui"):SetCore("SendNotification", {
  7203. Title = "Printing Remotes";
  7204. Text = "Type ;noremotes to disable.";
  7205. })
  7206. end
  7207. if string.sub(msg, 1, 10) == (prefix.."noremotes") then
  7208. remotes = false
  7209. added = false
  7210. game:GetService("StarterGui"):SetCore("SendNotification", {
  7211. Title = "Printing Remotes Disabled";
  7212. Text = "Type ;remotes to enable.";
  7213. })
  7214. end
  7215. if string.sub(msg, 1, 10) == (prefix.."tpdefault") then
  7216. spin = false
  7217. followed = false
  7218. traill = false
  7219. noclip = false
  7220. annoying = false
  7221. hwalk = false
  7222. cbringing = false
  7223. end
  7224. if string.sub(msg, 1, 8) == (prefix.."stopsit") then
  7225. stopsitting = true
  7226. end
  7227. if string.sub(msg, 1, 6) == (prefix.."gosit") then
  7228. stopsitting = false
  7229. end
  7230. if string.sub(msg, 1, 8) == (prefix.."version") then
  7231. print(adminversion)
  7232. game:GetService("StarterGui"):SetCore("SendNotification", {
  7233. Title = "Version";
  7234. Text = adminversion;
  7235. })
  7236. end
  7237. if string.sub(msg, 1, 8) == (prefix.."clicktp") then
  7238. clickgoto = true
  7239. game:GetService("StarterGui"):SetCore("SendNotification", {
  7240. Title = "Click TP";
  7241. Text = "Press E to teleport to mouse position, ;noclicktp to stop";
  7242. })
  7243. end
  7244. if string.sub(msg, 1, 9) == (prefix.."clickdel") then
  7245. clickdel = true
  7246. game:GetService("StarterGui"):SetCore("SendNotification", {
  7247. Title = "Click Delete";
  7248. Text = "Press E to delete part at mouse, ;noclickdel to stop";
  7249. })
  7250. end
  7251. if string.sub(msg, 1, 11) == (prefix.."noclickdel") then
  7252. clickdel = false
  7253. game:GetService("StarterGui"):SetCore("SendNotification", {
  7254. Title = "Click Delete";
  7255. Text = "Click delete has been disabled.";
  7256. })
  7257. end
  7258. if string.sub(msg, 1, 10) == (prefix.."noclicktp") then
  7259. clickgoto = false
  7260. game:GetService("StarterGui"):SetCore("SendNotification", {
  7261. Title = "Click TP";
  7262. Text = "Click TP has been disabled.";
  7263. })
  7264. end
  7265. if string.sub(msg, 1, 8) == (prefix.."toolson") then
  7266. gettingtools = true
  7267. game:GetService("StarterGui"):SetCore("SendNotification", {
  7268. Title = "Tools Enabled";
  7269. Text = "Automatically colleting tools dropped.";
  7270. })
  7271. end
  7272. if string.sub(msg, 1, 9) == (prefix.."toolsoff") then
  7273. gettingtools = false
  7274. game:GetService("StarterGui"):SetCore("SendNotification", {
  7275. Title = "Tools Disabled";
  7276. Text = "Click TP has been disabled.";
  7277. })
  7278. end
  7279. if string.sub(msg, 1, 10) == (prefix.."delcmdbar") then
  7280. ScreenGui:Destroy()
  7281. end
  7282. if string.sub(msg, 1, 6) == (prefix.."reset") then
  7283. lplayer.Character.Head:Destroy()
  7284. end
  7285. if string.sub(msg, 1, 7) == (prefix.."state ") then
  7286. statechosen = string.sub(msg, 8)
  7287. changingstate = true
  7288. end
  7289. if string.sub(msg, 1, 9) == (prefix.."gravity ") then
  7290. game:GetService("Workspace").Gravity = string.sub(msg, 10)
  7291. end
  7292. if string.sub(msg, 1, 10) == (prefix.."looprhats") then
  7293. removingmeshhats = true
  7294. end
  7295. if string.sub(msg, 1, 12) == (prefix.."unlooprhats") then
  7296. removingmeshhats = false
  7297. end
  7298. if string.sub(msg, 1, 10) == (prefix.."looprtool") then
  7299. removingmeshtool = true
  7300. end
  7301. if string.sub(msg, 1, 12) == (prefix.."unlooprtool") then
  7302. removingmeshtool = false
  7303. end
  7304. if string.sub(msg, 1, 10) == (prefix.."givetool ") then
  7305. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  7306. if v:IsA("Tool") then
  7307. for i,player in pairs(GetPlayer(string.sub(msg, 11))) do
  7308. v.Parent = player.Character
  7309. end
  7310. end
  7311. end
  7312. end
  7313. if string.sub(msg, 1, 14) == (prefix.."givealltools ") then
  7314. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  7315. if v:IsA("Tool") then
  7316. v.Parent = lplayer.Character
  7317. wait()
  7318. for i,player in pairs(GetPlayer(string.sub(msg, 15))) do
  7319. v.Parent = player.Character
  7320. end
  7321. end
  7322. end
  7323. end
  7324. if string.sub(msg, 1, 5) == (prefix.."age ") then
  7325. for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  7326. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  7327. end
  7328. end
  7329. if string.sub(msg, 1, 4) == (prefix.."id ") then
  7330. for i,player in pairs(GetPlayer(string.sub(msg, 5))) do
  7331. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  7332. end
  7333. end
  7334. if string.sub(msg, 1, 6) == (prefix..".age ") then
  7335. for i,player in pairs(GetPlayer(string.sub(msg, 7))) do
  7336. game:GetService("StarterGui"):SetCore("SendNotification", {
  7337. Title = player.AccountAge.." Days";
  7338. Text = "Account age of "..player.Name;
  7339. })
  7340. end
  7341. end
  7342. if string.sub(msg, 1, 5) == (prefix..".id ") then
  7343. for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  7344. game:GetService("StarterGui"):SetCore("SendNotification", {
  7345. Title = player.UserId.." ID";
  7346. Text = "Account ID of "..player.Name;
  7347. })
  7348. end
  7349. end
  7350. if string.sub(msg, 1, 7) == (prefix.."gameid") then
  7351. game:GetService("StarterGui"):SetCore("SendNotification", {
  7352. Title = "Game ID";
  7353. Text = "Game ID: ".. game.GameId;
  7354. })
  7355. end
  7356. if string.sub(msg, 1, 4) == (prefix.."pgs") then
  7357. local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  7358. if pgscheck == true then
  7359. game:GetService("StarterGui"):SetCore("SendNotification", {
  7360. Title = "PGSPhysicsSolverEnabled";
  7361. Text = "PGS is Enabled!";
  7362. })
  7363. else
  7364. game:GetService("StarterGui"):SetCore("SendNotification", {
  7365. Title = "PGSPhysicsSolverEnabled";
  7366. Text = "PGS is Disabled!";
  7367. })
  7368. end
  7369. end
  7370. if string.sub(msg, 1, 12) == (prefix.."removeinvis") then
  7371. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  7372. if v:IsA("Part") then
  7373. if v.Transparency == 1 then
  7374. if v.Name ~= "HumanoidRootPart" then
  7375. v:Destroy()
  7376. end
  7377. end
  7378. end
  7379. end
  7380. end
  7381. if string.sub(msg, 1, 10) == (prefix.."removefog") then
  7382. game:GetService("Lighting").FogStart = 0
  7383. game:GetService("Lighting").FogEnd = 9999999999999
  7384. end
  7385. if string.sub(msg, 1, 8) == (prefix.."disable") then
  7386. lplayer.Character.Humanoid.Parent = lplayer
  7387. end
  7388. if string.sub(msg, 1, 7) == (prefix.."enable") then
  7389. lplayer.Humanoid.Parent = lplayer.Character
  7390. end
  7391. if string.sub(msg, 1, 8) == (prefix.."prefix ") then
  7392. prefix = (string.sub(msg, 9, 9))
  7393. wait(0.1)
  7394. change()
  7395. wait(0.1)
  7396. game:GetService("StarterGui"):SetCore("SendNotification", {
  7397. Title = "Prefix changed!";
  7398. Text = "Prefix is now "..prefix..". Use ;resetprefix to reset to ;";
  7399. })
  7400. end
  7401. if string.sub(msg, 1, 12) == (";resetprefix") then
  7402. prefix = ";"
  7403. wait(0.1)
  7404. change()
  7405. wait(0.1)
  7406. game:GetService("StarterGui"):SetCore("SendNotification", {
  7407. Title = "Prefix changed!";
  7408. Text = "Prefix is now "..prefix..". Make sure it's one key!";
  7409. })
  7410. end
  7411. if string.sub(msg, 1, 10) == (prefix.."flyspeed ") then
  7412. speedfly = string.sub(msg, 11)
  7413. wait()
  7414. change()
  7415. end
  7416. if string.sub(msg, 1, 8) == (prefix.."carpet ") then
  7417. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  7418. local Anim3 = Instance.new("Animation")
  7419. Anim3.AnimationId = "rbxassetid://282574440"
  7420. local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  7421. track3:Play(.1, 1, 1)
  7422. bplrr = v.Name
  7423. banpl = true
  7424. end
  7425. end
  7426. if string.sub(msg, 1, 9) == (prefix.."uncarpet") then
  7427. banpl = false
  7428. end
  7429. if string.sub(msg, 1, 7) == (prefix.."stare ") then
  7430. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  7431. staring = true
  7432. stareplr = v
  7433. end
  7434. end
  7435. if string.sub(msg, 1, 8) == (prefix.."unstare") then
  7436. staring = false
  7437. end
  7438. if string.sub(msg, 1, 8) == (prefix.."logchat") then
  7439. chatlogs = true
  7440. game:GetService("StarterGui"):SetCore("SendNotification", {
  7441. Title = "LogChat enabled";
  7442. Text = "Now logging all player chat.";
  7443. })
  7444. end
  7445. if string.sub(msg, 1, 10) == (prefix.."unlogchat") then
  7446. chatlogs = false
  7447. game:GetService("StarterGui"):SetCore("SendNotification", {
  7448. Title = "LogChat disabled";
  7449. Text = "Stopped logging all player chat.";
  7450. })
  7451. end
  7452. if string.sub(msg, 1, 7) == (prefix.."fixcam") then
  7453. game:GetService("Workspace").CurrentCamera:Destroy()
  7454. wait(0.1)
  7455. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  7456. game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  7457. lplayer.CameraMinZoomDistance = 0.5
  7458. lplayer.CameraMaxZoomDistance = 400
  7459. lplayer.CameraMode = "Classic"
  7460. end
  7461. if string.sub(msg, 1, 8) == (prefix.."unstate") then
  7462. changingstate = false
  7463. end
  7464. end)
  7465.  
  7466. local function tp()
  7467. for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  7468. if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  7469. if player.Name == brplr then
  7470. player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 2
  7471. end
  7472. end
  7473. end
  7474. end
  7475. local function tpall()
  7476. for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  7477. if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  7478. player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 3
  7479. end
  7480. end
  7481. end
  7482. spawn(function()
  7483. while wait(spamdelay) do
  7484. if spamming == true then
  7485. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(spamtext, "All")
  7486. end
  7487. end
  7488. end)
  7489. spawn(function()
  7490. while wait(spamdelay) do
  7491. if spammingpm == true then
  7492. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/w "..pmspammed.." @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", "All")
  7493. end
  7494. end
  7495. end)
  7496. spawn(function()
  7497. while wait() do
  7498. if cbring == true then
  7499. tp()
  7500. end
  7501. end
  7502. end)
  7503. spawn(function()
  7504. while wait() do
  7505. if cbringall == true then
  7506. tpall()
  7507. end
  7508. end
  7509. end)
  7510.  
  7511. Mouse.KeyDown:connect(function(Key)
  7512. if Key == prefix then
  7513. CMDBAR:CaptureFocus()
  7514. end
  7515. end)
  7516.  
  7517. CMDBAR.FocusLost:connect(function(enterPressed)
  7518. if enterPressed then
  7519. if string.sub(CMDBAR.Text, 1, 5) == ("kill ") then
  7520. if string.sub(CMDBAR.Text, 6) == "me" then
  7521. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  7522. else
  7523. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6)))do
  7524. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  7525. lplayer.Character.Humanoid.Name = 1
  7526. local l = lplayer.Character["1"]:Clone()
  7527. l.Parent = lplayer.Character
  7528. l.Name = "Humanoid"
  7529. wait(0.1)
  7530. lplayer.Character["1"]:Destroy()
  7531. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  7532. lplayer.Character.Animate.Disabled = true
  7533. wait(0.1)
  7534. lplayer.Character.Animate.Disabled = false
  7535. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  7536. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  7537. lplayer.Character.Humanoid:EquipTool(v)
  7538. end
  7539. local function tp(player,player2)
  7540. local char1,char2=player.Character,player2.Character
  7541. if char1 and char2 then
  7542. char1:MoveTo(char2.Head.Position)
  7543. end
  7544. end
  7545. wait(0.1)
  7546. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  7547. wait(0.2)
  7548. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  7549. wait(0.5)
  7550. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  7551. wait(0.7)
  7552. tp(lplayer,game:GetService("Players")[v.Name])
  7553. wait(0.7)
  7554. lplayer.Character.HumanoidRootPart.CFrame = NOW
  7555. game:GetService("StarterGui"):SetCore("SendNotification", {
  7556. Title = "Tools needed!";
  7557. Text = "You need a tool in your backpack for this command!";
  7558. })
  7559. end
  7560. end
  7561. end
  7562. if string.sub(CMDBAR.Text, 1, 6) == ("bring ") then
  7563. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  7564. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  7565. lplayer.Character.Humanoid.Name = 1
  7566. local l = lplayer.Character["1"]:Clone()
  7567. l.Parent = lplayer.Character
  7568. l.Name = "Humanoid"
  7569. wait(0.1)
  7570. lplayer.Character["1"]:Destroy()
  7571. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  7572. lplayer.Character.Animate.Disabled = true
  7573. wait(0.1)
  7574. lplayer.Character.Animate.Disabled = false
  7575. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  7576. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  7577. lplayer.Character.Humanoid:EquipTool(v)
  7578. end
  7579. local function tp(player,player2)
  7580. local char1,char2=player.Character,player2.Character
  7581. if char1 and char2 then
  7582. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  7583. end
  7584. end
  7585. local function getout(player,player2)
  7586. local char1,char2=player.Character,player2.Character
  7587. if char1 and char2 then
  7588. char1:MoveTo(char2.Head.Position)
  7589. end
  7590. end
  7591. tp(game:GetService("Players")[v.Name], lplayer)
  7592. wait(0.2)
  7593. tp(game:GetService("Players")[v.Name], lplayer)
  7594. wait(0.5)
  7595. lplayer.Character.HumanoidRootPart.CFrame = NOW
  7596. wait(0.5)
  7597. getout(lplayer, game:GetService("Players")[v.Name])
  7598. wait(0.3)
  7599. lplayer.Character.HumanoidRootPart.CFrame = NOW
  7600. game:GetService("StarterGui"):SetCore("SendNotification", {
  7601. Title = "Tools needed!";
  7602. Text = "You need a tool in your backpack for this command!";
  7603. })
  7604. end
  7605. end
  7606. if string.sub(CMDBAR.Text, 1, 5) == ("spin ") then
  7607. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  7608. lplayer.Character.Humanoid.Name = 1
  7609. local l = lplayer.Character["1"]:Clone()
  7610. l.Parent = lplayer.Character
  7611. l.Name = "Humanoid"
  7612. wait(0.1)
  7613. lplayer.Character["1"]:Destroy()
  7614. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  7615. lplayer.Character.Animate.Disabled = true
  7616. wait(0.1)
  7617. lplayer.Character.Animate.Disabled = false
  7618. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  7619. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  7620. lplayer.Character.Humanoid:EquipTool(v)
  7621. end
  7622. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  7623. spinplr = v
  7624. wait(0.5)
  7625. spin = true
  7626. game:GetService("StarterGui"):SetCore("SendNotification", {
  7627. Title = "Tools needed!";
  7628. Text = "You need a tool in your backpack for this command!";
  7629. })
  7630. end
  7631. end
  7632. if string.sub(CMDBAR.Text, 1, 6) == ("unspin") then
  7633. spin = false
  7634. end
  7635. if string.sub(CMDBAR.Text, 1, 7) == ("attach ") then
  7636. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  7637. lplayer.Character.Humanoid.Name = 1
  7638. local l = lplayer.Character["1"]:Clone()
  7639. l.Parent = lplayer.Character
  7640. l.Name = "Humanoid"
  7641. wait(0.1)
  7642. lplayer.Character["1"]:Destroy()
  7643. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  7644. lplayer.Character.Animate.Disabled = true
  7645. wait(0.1)
  7646. lplayer.Character.Animate.Disabled = false
  7647. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  7648. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  7649. lplayer.Character.Humanoid:EquipTool(v)
  7650. end
  7651. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  7652. wait(0.3)
  7653. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  7654. attplr = v
  7655. game:GetService("StarterGui"):SetCore("SendNotification", {
  7656. Title = "Tools needed!";
  7657. Text = "You need a tool in your backpack for this command!";
  7658. })
  7659. end
  7660. end
  7661. if string.sub(CMDBAR.Text, 1, 9) == ("unattach ") then
  7662. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  7663. local function getout(player,player2)
  7664. local char1,char2=player.Character,player2.Character
  7665. if char1 and char2 then
  7666. char1:MoveTo(char2.Head.Position)
  7667. end
  7668. end
  7669. getout(lplayer, game:GetService("Players")[v.Name])
  7670. end
  7671. end
  7672. if string.sub(CMDBAR.Text, 1, 7) == ("follow ") then
  7673. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  7674. followed = true
  7675. flwplr = v
  7676. end
  7677. end
  7678. if string.sub(CMDBAR.Text, 1, 8) == ("unfollow") then
  7679. followed = false
  7680. end
  7681. if string.sub(CMDBAR.Text, 1, 9) == ("freefall ") then
  7682. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  7683. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  7684. lplayer.Character.Humanoid.Name = 1
  7685. local l = lplayer.Character["1"]:Clone()
  7686. l.Parent = lplayer.Character
  7687. l.Name = "Humanoid"
  7688. wait(0.1)
  7689. lplayer.Character["1"]:Destroy()
  7690. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  7691. lplayer.Character.Animate.Disabled = true
  7692. wait(0.1)
  7693. lplayer.Character.Animate.Disabled = false
  7694. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  7695. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  7696. lplayer.Character.Humanoid:EquipTool(v)
  7697. end
  7698. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  7699. wait(0.2)
  7700. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  7701. wait(0.6)
  7702. lplayer.Character.HumanoidRootPart.CFrame = NOW
  7703. wait(0.6)
  7704. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  7705. game:GetService("StarterGui"):SetCore("SendNotification", {
  7706. Title = "Tools needed!";
  7707. Text = "You need a tool in your backpack for this command!";
  7708. })
  7709. end
  7710. end
  7711. if string.sub(CMDBAR.Text, 1, 6) == ("trail ") then
  7712. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  7713. traill = true
  7714. trlplr = v
  7715. end
  7716. end
  7717. if string.sub(CMDBAR.Text, 1, 7) == ("untrail") then
  7718. traill = false
  7719. end
  7720. if string.sub(CMDBAR.Text, 1, 6) == ("orbit ") then
  7721. if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  7722. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  7723. else
  7724. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  7725. local o = Instance.new("RocketPropulsion")
  7726. o.Parent = lplayer.Character.HumanoidRootPart
  7727. o.Name = "Orbit"
  7728. o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  7729. o:Fire()
  7730. noclip = true
  7731. end
  7732. end
  7733. end
  7734. if string.sub(CMDBAR.Text, 1, 7) == ("unorbit") then
  7735. lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  7736. noclip = false
  7737. end
  7738. if string.sub(CMDBAR.Text, 1, 6) == ("fling ") then
  7739. if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  7740. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  7741. else
  7742. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  7743. local y = Instance.new("RocketPropulsion")
  7744. y.Parent = lplayer.Character.HumanoidRootPart
  7745. y.CartoonFactor = 1
  7746. y.MaxThrust = 800000
  7747. y.MaxSpeed = 1000
  7748. y.ThrustP = 200000
  7749. y.Name = "Fling"
  7750. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  7751. y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  7752. y:Fire()
  7753. noclip = true
  7754. end
  7755. end
  7756. end
  7757. if string.sub(CMDBAR.Text, 1, 7) == ("unfling") then
  7758. noclip = false
  7759. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  7760. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  7761. wait(0.4)
  7762. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  7763. end
  7764. if string.sub(CMDBAR.Text, 1, 7) == ("fecheck") then
  7765. if game:GetService("Workspace").FilteringEnabled == true then
  7766. warn("FE is Enabled (Filtering Enabled)")
  7767. game:GetService("StarterGui"):SetCore("SendNotification", {
  7768. Title = "FE is Enabled";
  7769. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  7770. })
  7771. else
  7772. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  7773. game:GetService("StarterGui"):SetCore("SendNotification", {
  7774. Title = "FE is Disabled";
  7775. Text = "Filtering Disabled. Consider using a different admin script.";
  7776. })
  7777. end
  7778. end
  7779. if string.sub(CMDBAR.Text, 1, 5) == ("void ") then
  7780. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  7781. lplayer.Character.Humanoid.Name = 1
  7782. local l = lplayer.Character["1"]:Clone()
  7783. l.Parent = lplayer.Character
  7784. l.Name = "Humanoid"
  7785. wait(0.1)
  7786. lplayer.Character["1"]:Destroy()
  7787. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  7788. lplayer.Character.Animate.Disabled = true
  7789. wait(0.1)
  7790. lplayer.Character.Animate.Disabled = false
  7791. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  7792. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  7793. lplayer.Character.Humanoid:EquipTool(v)
  7794. end
  7795. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  7796. wait(0.2)
  7797. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  7798. wait(0.6)
  7799. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  7800. game:GetService("StarterGui"):SetCore("SendNotification", {
  7801. Title = "Tools needed!";
  7802. Text = "You need a tool in your backpack for this command!";
  7803. })
  7804. end
  7805. end
  7806. if string.sub(CMDBAR.Text, 1, 6) == ("noclip") then
  7807. noclip = true
  7808. game:GetService("StarterGui"):SetCore("SendNotification", {
  7809. Title = "Noclip enabled";
  7810. Text = "Type ;clip to disable";
  7811. })
  7812. end
  7813. if string.sub(CMDBAR.Text, 1, 4) == ("clip") then
  7814. noclip = false
  7815. game:GetService("StarterGui"):SetCore("SendNotification", {
  7816. Title = "Noclip disabled";
  7817. Text = "Type ;noclip to enable";
  7818. })
  7819. end
  7820. if string.sub(CMDBAR.Text, 1, 6) == ("speed ") then
  7821. lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 7))
  7822. end
  7823. if string.sub(CMDBAR.Text, 1, 3) == ("ws ") then
  7824. lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 4))
  7825. end
  7826. if string.sub(CMDBAR.Text, 1, 10) == ("hipheight ") then
  7827. lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 11))
  7828. end
  7829. if string.sub(CMDBAR.Text, 1, 3) == ("hh ") then
  7830. lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 4))
  7831. end
  7832. if string.sub(CMDBAR.Text, 1, 10) == ("jumppower ") then
  7833. lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 11))
  7834. end
  7835. if string.sub(CMDBAR.Text, 1, 3) == ("jp ") then
  7836. lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 4))
  7837. end
  7838. if string.sub(CMDBAR.Text, 1, 7) == ("default") then
  7839. lplayer.Character.Humanoid.JumpPower = 50
  7840. lplayer.Character.Humanoid.WalkSpeed = 16
  7841. lplayer.Character.Humanoid.HipHeight = 0
  7842. end
  7843. if string.sub(CMDBAR.Text, 1, 6) == ("annoy ") then
  7844. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  7845. annoying = true
  7846. annplr = v
  7847. end
  7848. end
  7849. if string.sub(CMDBAR.Text, 1, 7) == ("unannoy") then
  7850. annoying = false
  7851. end
  7852. if string.sub(CMDBAR.Text, 1, 9) == ("headwalk ") then
  7853. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  7854. hwalk = true
  7855. hdwplr = v
  7856. end
  7857. end
  7858. if string.sub(CMDBAR.Text, 1, 10) == ("unheadwalk") then
  7859. hwalk = false
  7860. end
  7861. if string.sub(CMDBAR.Text, 1, 7) == ("nolimbs") then
  7862. lplayer.Character["Left Leg"]:Destroy()
  7863. lplayer.Character["Left Arm"]:Destroy()
  7864. lplayer.Character["Right Leg"]:Destroy()
  7865. lplayer.Character["Right Arm"]:Destroy()
  7866. end
  7867. if string.sub(CMDBAR.Text, 1, 3) == ("god") then
  7868. lplayer.Character.Humanoid.Name = 1
  7869. local l = lplayer.Character["1"]:Clone()
  7870. l.Parent = lplayer.Character
  7871. l.Name = "Humanoid"
  7872. wait(0.1)
  7873. lplayer.Character["1"]:Destroy()
  7874. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  7875. lplayer.Character.Animate.Disabled = true
  7876. wait(0.1)
  7877. lplayer.Character.Animate.Disabled = false
  7878. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  7879. game:GetService("StarterGui"):SetCore("SendNotification", {
  7880. Title = "FE Godmode enabled";
  7881. Text = "Use ;grespawn or ;respawn to remove.";
  7882. })
  7883. end
  7884. if string.sub(CMDBAR.Text, 1, 8) == ("drophats") then
  7885. for i,v in pairs(lplayer.Character:GetChildren()) do
  7886. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  7887. v.Parent = workspace
  7888. end
  7889. end
  7890. end
  7891. if string.sub(CMDBAR.Text, 1, 8) == ("droptool") then
  7892. for i,v in pairs(lplayer.Character:GetChildren()) do
  7893. if (v:IsA("Tool")) then
  7894. v.Parent = workspace
  7895. end
  7896. end
  7897. end
  7898. if string.sub(CMDBAR.Text, 1, 9) == ("loopdhats") then
  7899. droppinghats = true
  7900. game:GetService("StarterGui"):SetCore("SendNotification", {
  7901. Title = "Loop Drop Enabled";
  7902. Text = "Type ;unloopdhats to disable";
  7903. })
  7904. end
  7905. if string.sub(CMDBAR.Text, 1, 11) == ("unloopdhats") then
  7906. droppinghats = false
  7907. game:GetService("StarterGui"):SetCore("SendNotification", {
  7908. Title = "Loop Drop Disabled";
  7909. Text = "Type ;loopdhats to enable.";
  7910. })
  7911. end
  7912. if string.sub(CMDBAR.Text, 1, 9) == ("loopdtool") then
  7913. droppingtools = true
  7914. game:GetService("StarterGui"):SetCore("SendNotification", {
  7915. Title = "Loop Drop Enabled";
  7916. Text = "Type ;unloopdtool to disable";
  7917. })
  7918. end
  7919. if string.sub(CMDBAR.Text, 1, 11) == ("unloopdtool") then
  7920. droppingtools = false
  7921. game:GetService("StarterGui"):SetCore("SendNotification", {
  7922. Title = "Loop Drop Disabled";
  7923. Text = "Type ;loopdtool to enable.";
  7924. })
  7925. end
  7926. if string.sub(CMDBAR.Text, 1, 9) == ("invisible") then -- Credit to Timeless
  7927. Local = game:GetService('Players').LocalPlayer
  7928. Char = Local.Character
  7929. touched,tpdback = false, false
  7930. box = Instance.new('Part',workspace)
  7931. box.Anchored = true
  7932. box.CanCollide = true
  7933. box.Size = Vector3.new(10,1,10)
  7934. box.Position = Vector3.new(0,10000,0)
  7935. box.Touched:connect(function(part)
  7936. if (part.Parent.Name == Local.Name) then
  7937. if touched == false then
  7938. touched = true
  7939. function apply()
  7940. if script.Disabled ~= true then
  7941. no = Char.HumanoidRootPart:Clone()
  7942. wait(.25)
  7943. Char.HumanoidRootPart:Destroy()
  7944. no.Parent = Char
  7945. Char:MoveTo(loc)
  7946. touched = false
  7947. end end
  7948. if Char then
  7949. apply()
  7950. end
  7951. end
  7952. end
  7953. end)
  7954. repeat wait() until Char
  7955. loc = Char.HumanoidRootPart.Position
  7956. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  7957. game:GetService("StarterGui"):SetCore("SendNotification", {
  7958. Title = "Invisibility enabled!";
  7959. Text = "Reset or use ;respawn to remove.";
  7960. })
  7961. end
  7962. if string.sub(CMDBAR.Text, 1, 5) == ("view ") then
  7963. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  7964. if game:GetService("Players")[v.Name].Character.Humanoid then
  7965. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  7966. else
  7967. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  7968. end
  7969. end
  7970. end
  7971. if string.sub(CMDBAR.Text, 1, 6) == ("unview") then
  7972. if lplayer.Character.Humanoid then
  7973. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  7974. else
  7975. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  7976. end
  7977. end
  7978. if string.sub(CMDBAR.Text, 1, 5) == ("goto ") then
  7979. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  7980. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  7981. end
  7982. end
  7983. if string.sub(CMDBAR.Text, 1, 3) == ("fly") then
  7984. repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  7985. repeat wait() until Mouse
  7986.  
  7987. local T = lplayer.Character.HumanoidRootPart
  7988. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  7989. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  7990. local SPEED = speedget
  7991.  
  7992. local function fly()
  7993. flying = true
  7994. local BG = Instance.new('BodyGyro', T)
  7995. local BV = Instance.new('BodyVelocity', T)
  7996. BG.P = 9e4
  7997. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  7998. BG.cframe = T.CFrame
  7999. BV.velocity = Vector3.new(0, 0.1, 0)
  8000. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  8001. spawn(function()
  8002. repeat wait()
  8003. lplayer.Character.Humanoid.PlatformStand = true
  8004. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  8005. SPEED = 50
  8006. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  8007. SPEED = 0
  8008. end
  8009. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  8010. 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
  8011. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  8012. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  8013. 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
  8014. else
  8015. BV.velocity = Vector3.new(0, 0.1, 0)
  8016. end
  8017. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  8018. until not flying
  8019. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  8020. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  8021. SPEED = 0
  8022. BG:destroy()
  8023. BV:destroy()
  8024. lplayer.Character.Humanoid.PlatformStand = false
  8025. end)
  8026. end
  8027. Mouse.KeyDown:connect(function(KEY)
  8028. if KEY:lower() == 'w' then
  8029. CONTROL.F = speedfly
  8030. elseif KEY:lower() == 's' then
  8031. CONTROL.B = -speedfly
  8032. elseif KEY:lower() == 'a' then
  8033. CONTROL.L = -speedfly
  8034. elseif KEY:lower() == 'd' then
  8035. CONTROL.R = speedfly
  8036. end
  8037. end)
  8038. Mouse.KeyUp:connect(function(KEY)
  8039. if KEY:lower() == 'w' then
  8040. CONTROL.F = 0
  8041. elseif KEY:lower() == 's' then
  8042. CONTROL.B = 0
  8043. elseif KEY:lower() == 'a' then
  8044. CONTROL.L = 0
  8045. elseif KEY:lower() == 'd' then
  8046. CONTROL.R = 0
  8047. end
  8048. end)
  8049. fly()
  8050. end
  8051. if string.sub(CMDBAR.Text, 1, 5) == ("unfly") then
  8052. flying = false
  8053. lplayer.Character.Humanoid.PlatformStand = false
  8054. end
  8055. if string.sub(CMDBAR.Text, 1, 5) == ("chat ") then
  8056. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(CMDBAR.Text, 6)), "All")
  8057. end
  8058. if string.sub(CMDBAR.Text, 1, 5) == ("spam ") then
  8059. spamtext = (string.sub(CMDBAR.Text, 6))
  8060. spamming = true
  8061. end
  8062. if string.sub(CMDBAR.Text, 1, 6) == ("unspam") then
  8063. spamming = false
  8064. end
  8065. if string.sub(CMDBAR.Text, 1, 9) == ("spamwait ") then
  8066. spamdelay = (string.sub(CMDBAR.Text, 10))
  8067. end
  8068. if string.sub(CMDBAR.Text, 1, 7) == ("pmspam ") then
  8069. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  8070. pmspammed = v.Name
  8071. spammingpm = true
  8072. end
  8073. end
  8074. if string.sub(CMDBAR.Text, 1, 8) == ("unpmspam") then
  8075. spammingpm = false
  8076. end
  8077. if string.sub(CMDBAR.Text, 1, 8) == ("cfreeze ") then
  8078. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 9))) do
  8079. v.Character["Left Leg"].Anchored = true
  8080. v.Character["Left Arm"].Anchored = true
  8081. v.Character["Right Leg"].Anchored = true
  8082. v.Character["Right Arm"].Anchored = true
  8083. v.Character.Torso.Anchored = true
  8084. v.Character.Head.Anchored = true
  8085. end
  8086. end
  8087. if string.sub(CMDBAR.Text, 1, 10) == ("uncfreeze ") then
  8088. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 11))) do
  8089. v.Character["Left Leg"].Anchored = false
  8090. v.Character["Left Arm"].Anchored = false
  8091. v.Character["Right Leg"].Anchored = false
  8092. v.Character["Right Arm"].Anchored = false
  8093. v.Character.Torso.Anchored = false
  8094. v.Character.Head.Anchored = false
  8095. end
  8096. end
  8097. if string.sub(CMDBAR.Text, 1, 8) == ("unlockws") then
  8098. local a = game:GetService("Workspace"):getChildren()
  8099. for i = 1, #a do
  8100. if a[i].className == "Part" then
  8101. a[i].Locked = false
  8102. elseif a[i].className == "Model" then
  8103. local r = a[i]:getChildren()
  8104. for i = 1, #r do
  8105. if r[i].className == "Part" then
  8106. r[i].Locked = false
  8107. end
  8108. end
  8109. end
  8110. end
  8111. game:GetService("StarterGui"):SetCore("SendNotification", {
  8112. Title = "Success!";
  8113. Text = "Workspace unlocked. Use ;lockws to lock.";
  8114. })
  8115. end
  8116. if string.sub(CMDBAR.Text, 1, 6) == ("lockws") then
  8117. local a = game:GetService("Workspace"):getChildren()
  8118. for i = 1, #a do
  8119. if a[i].className == "Part" then
  8120. a[i].Locked = true
  8121. elseif a[i].className == "Model" then
  8122. local r = a[i]:getChildren()
  8123. for i = 1, #r do
  8124. if r[i].className == "Part" then
  8125. r[i].Locked = true
  8126. end
  8127. end
  8128. end
  8129. end
  8130. end
  8131. if string.sub(CMDBAR.Text, 1, 6) == ("btools") then
  8132. local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  8133. Clone_T.BinType = "Clone"
  8134. local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  8135. Destruct.BinType = "Hammer"
  8136. local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  8137. Hold_T.BinType = "Grab"
  8138. end
  8139. if string.sub(CMDBAR.Text, 1, 6) == ("pstand") then
  8140. lplayer.Character.Humanoid.PlatformStand = true
  8141. end
  8142. if string.sub(CMDBAR.Text, 1, 8) == ("unpstand") then
  8143. lplayer.Character.Humanoid.PlatformStand = false
  8144. end
  8145. if string.sub(CMDBAR.Text, 1, 9) == ("blockhead") then
  8146. lplayer.Character.Head.Mesh:Destroy()
  8147. end
  8148. if string.sub(CMDBAR.Text, 1, 3) == ("sit") then
  8149. lplayer.Character.Humanoid.Sit = true
  8150. end
  8151. if string.sub(CMDBAR.Text, 1, 9) == ("bringobj ") then
  8152. local function bringobjw()
  8153. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  8154. if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  8155. obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  8156. obj.CanCollide = false
  8157. obj.Transparency = 0.7
  8158. wait()
  8159. obj.CFrame = lplayer.Character["Left Leg"].CFrame
  8160. wait()
  8161. obj.CFrame = lplayer.Character["Right Leg"].CFrame
  8162. wait()
  8163. obj.CFrame = lplayer.Character["Head"].CFrame
  8164. end
  8165. end
  8166. end
  8167. while wait() do
  8168. bringobjw()
  8169. end
  8170. game:GetService("StarterGui"):SetCore("SendNotification", {
  8171. Title = "BringObj";
  8172. Text = "BringObj enabled.";
  8173. })
  8174. end
  8175. if string.sub(CMDBAR.Text, 1, 6) == ("wsvis ") then
  8176. vis = (string.sub(CMDBAR.Text, 7))
  8177. local a = game:GetService("Workspace"):GetDescendants()
  8178. for i = 1, #a do
  8179. if a[i].className == "Part" then
  8180. a[i].Transparency = vis
  8181. elseif a[i].className == "Model" then
  8182. local r = a[i]:getChildren()
  8183. for i = 1, #r do
  8184. if r[i].className == "Part" then
  8185. r[i].Transparency = vis
  8186. end
  8187. end
  8188. end
  8189. end
  8190. end
  8191. if string.sub(CMDBAR.Text, 1, 10) == ("hypertotal") then
  8192. loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  8193. game:GetService("StarterGui"):SetCore("SendNotification", {
  8194. Title = "Success!";
  8195. Text = "HyperTotal GUI Loaded!";
  8196. })
  8197. end
  8198. if string.sub(CMDBAR.Text, 1, 4) == ("cmds") then
  8199. CMDSFRAME.Visible = true
  8200. end
  8201. if string.sub(CMDBAR.Text, 1, 9) == ("rmeshhats") then
  8202. for i,v in pairs(lplayer.Character:GetChildren()) do
  8203. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  8204. v.Handle.Mesh:Destroy()
  8205. end
  8206. end
  8207. end
  8208. if string.sub(CMDBAR.Text, 1, 9) == ("blockhats") then
  8209. for i,v in pairs(lplayer.Character:GetChildren()) do
  8210. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  8211. v.Handle.Mesh:Destroy()
  8212. end
  8213. end
  8214. end
  8215. if string.sub(CMDBAR.Text, 1, 9) == ("rmeshtool") then
  8216. for i,v in pairs(lplayer.Character:GetChildren()) do
  8217. if (v:IsA("Tool")) then
  8218. v.Handle.Mesh:Destroy()
  8219. end
  8220. end
  8221. end
  8222. if string.sub(CMDBAR.Text, 1, 9) == ("blocktool") then
  8223. for i,v in pairs(lplayer.Character:GetChildren()) do
  8224. if (v:IsA("Tool")) then
  8225. v.Handle.Mesh:Destroy()
  8226. end
  8227. end
  8228. end
  8229. if string.sub(CMDBAR.Text, 1, 7) == ("spinner") then
  8230. local p = Instance.new("RocketPropulsion")
  8231. p.Parent = lplayer.Character.HumanoidRootPart
  8232. p.Name = "Spinner"
  8233. p.Target = lplayer.Character["Left Arm"]
  8234. p:Fire()
  8235. game:GetService("StarterGui"):SetCore("SendNotification", {
  8236. Title = "Spinner enabled";
  8237. Text = "Type ;nospinner to disable.";
  8238. })
  8239. end
  8240. if string.sub(CMDBAR.Text, 1, 9) == ("nospinner") then
  8241. lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  8242. end
  8243. if string.sub(CMDBAR.Text, 1, 6) == ("reachd") then
  8244. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  8245. if v:isA("Tool") then
  8246. local a = Instance.new("SelectionBox",v.Handle)
  8247. a.Adornee = v.Handle
  8248. v.Handle.Size = Vector3.new(0.5,0.5,60)
  8249. v.GripPos = Vector3.new(0,0,0)
  8250. lplayer.Character.Humanoid:UnequipTools()
  8251. end
  8252. end
  8253. game:GetService("StarterGui"):SetCore("SendNotification", {
  8254. Title = "Reach applied!";
  8255. Text = "Applied to equipped sword. Use ;noreach to disable.";
  8256. })
  8257. end
  8258. if string.sub(CMDBAR.Text, 1, 6) == ("reach ") then
  8259. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  8260. if v:isA("Tool") then
  8261. local a = Instance.new("SelectionBox",v.Handle)
  8262. a.Name = "Reach"
  8263. a.Adornee = v.Handle
  8264. v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(CMDBAR.Text, 7)))
  8265. v.GripPos = Vector3.new(0,0,0)
  8266. lplayer.Character.Humanoid:UnequipTools()
  8267. end
  8268. end
  8269. game:GetService("StarterGui"):SetCore("SendNotification", {
  8270. Title = "Reach applied!";
  8271. Text = "Applied to equipped sword. Use ;noreach to disable.";
  8272. })
  8273. end
  8274. if string.sub(CMDBAR.Text, 1, 7) == ("noreach") then
  8275. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  8276. if v:isA("Tool") then
  8277. v.Handle.Reach:Destroy()
  8278. end
  8279. end
  8280. game:GetService("StarterGui"):SetCore("SendNotification", {
  8281. Title = "Reach removed!";
  8282. Text = "Removed reach from equipped sword.";
  8283. })
  8284. end
  8285. if string.sub(CMDBAR.Text, 1, 6) == ("rkill ") then
  8286. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  8287. lplayer.Character.Humanoid.Name = 1
  8288. local l = lplayer.Character["1"]:Clone()
  8289. l.Parent = lplayer.Character
  8290. l.Name = "Humanoid"
  8291. wait(0.1)
  8292. lplayer.Character["1"]:Destroy()
  8293. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  8294. lplayer.Character.Animate.Disabled = true
  8295. wait(0.1)
  8296. lplayer.Character.Animate.Disabled = false
  8297. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  8298. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  8299. lplayer.Character.Humanoid:EquipTool(v)
  8300. end
  8301. wait(0.1)
  8302. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  8303. wait(0.2)
  8304. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  8305. wait(0.5)
  8306. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  8307. game:GetService("StarterGui"):SetCore("SendNotification", {
  8308. Title = "Tools needed!";
  8309. Text = "You need a tool in your backpack for this command!";
  8310. })
  8311. end
  8312. end
  8313. if string.sub(CMDBAR.Text, 1, 6) == ("tp me ") then
  8314. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  8315. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  8316. end
  8317. end
  8318. if string.sub(CMDBAR.Text, 1, 7) == ("cbring ") then
  8319. if (string.sub(CMDBAR.Text, 8)) == "all" or (string.sub(CMDBAR.Text, 8)) == "All" or (string.sub(CMDBAR.Text, 8)) == "ALL" then
  8320. cbringall = true
  8321. else
  8322. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  8323. brplr = v.Name
  8324. end
  8325. end
  8326. cbring = true
  8327. end
  8328. if string.sub(CMDBAR.Text, 1, 8) == ("uncbring") then
  8329. cbring = false
  8330. cbringall = false
  8331. end
  8332. if string.sub(CMDBAR.Text, 1, 5) == ("swap ") then
  8333. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  8334. local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  8335. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  8336. lplayer.Character.Humanoid.Name = 1
  8337. local l = lplayer.Character["1"]:Clone()
  8338. l.Parent = lplayer.Character
  8339. l.Name = "Humanoid"
  8340. wait(0.1)
  8341. lplayer.Character["1"]:Destroy()
  8342. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  8343. lplayer.Character.Animate.Disabled = true
  8344. wait(0.1)
  8345. lplayer.Character.Animate.Disabled = false
  8346. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  8347. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  8348. lplayer.Character.Humanoid:EquipTool(v)
  8349. end
  8350. local function tp(player,player2)
  8351. local char1,char2=player.Character,player2.Character
  8352. if char1 and char2 then
  8353. char1:MoveTo(char2.Head.Position)
  8354. end
  8355. end
  8356. wait(0.1)
  8357. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  8358. wait(0.2)
  8359. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  8360. wait(0.5)
  8361. lplayer.Character.HumanoidRootPart.CFrame = NOW
  8362. wait(0.6)
  8363. tp(lplayer, game:GetService("Players")[v.Name])
  8364. wait(0.4)
  8365. lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  8366. game:GetService("StarterGui"):SetCore("SendNotification", {
  8367. Title = "Tools needed!";
  8368. Text = "You need a tool in your backpack for this command!";
  8369. })
  8370. end
  8371. end
  8372. if string.sub(CMDBAR.Text, 1, 7) == ("glitch ") then
  8373. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  8374. lplayer.Character.Humanoid.Name = 1
  8375. local l = lplayer.Character["1"]:Clone()
  8376. l.Parent = lplayer.Character
  8377. l.Name = "Humanoid"
  8378. wait(0.1)
  8379. lplayer.Character["1"]:Destroy()
  8380. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  8381. lplayer.Character.Animate.Disabled = true
  8382. wait(0.1)
  8383. lplayer.Character.Animate.Disabled = false
  8384. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  8385. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  8386. lplayer.Character.Humanoid:EquipTool(v)
  8387. end
  8388. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  8389. wait(0.3)
  8390. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  8391. wait(0.4)
  8392. b = Instance.new("BodyForce")
  8393. b.Parent = lplayer.Character.HumanoidRootPart
  8394. b.Name = "Glitch"
  8395. b.Force = Vector3.new(100000000,5000,0)
  8396. game:GetService("StarterGui"):SetCore("SendNotification", {
  8397. Title = "Tools needed!";
  8398. Text = "You need a tool in your backpack for this command!";
  8399. })
  8400. end
  8401. end
  8402. if string.sub(CMDBAR.Text, 1, 8) == ("unglitch") then
  8403. lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  8404. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  8405. b = Instance.new("BodyForce")
  8406. b.Parent = lplayer.Character.HumanoidRootPart
  8407. b.Name = "unGlitch"
  8408. b.Force = Vector3.new(0,-5000000,0)
  8409. wait(2)
  8410. lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  8411. end
  8412. if string.sub(CMDBAR.Text, 1, 8) == ("grespawn") then
  8413. lplayer.Character.Humanoid.Health = 0
  8414. wait(1)
  8415. lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  8416. lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  8417. end
  8418. if string.sub(CMDBAR.Text, 1, 8) == ("explorer") then
  8419. loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  8420. game:GetService("StarterGui"):SetCore("SendNotification", {
  8421. Title = "Success!";
  8422. Text = "DEX Explorer has loaded.";
  8423. })
  8424. end
  8425. if string.sub(CMDBAR.Text, 1, 5) == ("anim ") then
  8426. local Anim = Instance.new("Animation")
  8427. Anim.AnimationId = "rbxassetid://"..(string.sub(CMDBAR.Text, 6))
  8428. local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  8429. track:Play(.1, 1, 1)
  8430. end
  8431. if string.sub(CMDBAR.Text, 1, 7) == ("animgui") then
  8432. loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  8433. game:GetService("StarterGui"):SetCore("SendNotification", {
  8434. Title = "Success!";
  8435. Text = "Energize Animations GUI has loaded.";
  8436. })
  8437. end
  8438. if string.sub(CMDBAR.Text, 1, 7) == ("savepos") then
  8439. saved = lplayer.Character.HumanoidRootPart.CFrame
  8440. game:GetService("StarterGui"):SetCore("SendNotification", {
  8441. Title = "Position Saved";
  8442. Text = "Use ;loadpos to return to saved position.";
  8443. })
  8444. end
  8445. if string.sub(CMDBAR.Text, 1, 7) == ("loadpos") then
  8446. lplayer.Character.HumanoidRootPart.CFrame = saved
  8447. end
  8448. if string.sub(CMDBAR.Text, 1, 5) == ("bang ") then
  8449. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  8450. local Anim2 = Instance.new("Animation")
  8451. Anim2.AnimationId = "rbxassetid://148840371"
  8452. local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  8453. track2:Play(.1, 1, 1)
  8454. bplrr = v.Name
  8455. banpl = true
  8456. end
  8457. end
  8458. if string.sub(CMDBAR.Text, 1, 6) == ("unbang") then
  8459. banpl = false
  8460. end
  8461. if string.sub(CMDBAR.Text, 1, 9) == ("bringmod ") then
  8462. local function bringmodw()
  8463. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  8464. if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  8465. for i,ch in pairs(obj:GetDescendants()) do
  8466. if (ch:IsA("BasePart")) then
  8467. ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  8468. ch.CanCollide = false
  8469. ch.Transparency = 0.7
  8470. wait()
  8471. ch.CFrame = lplayer.Character["Left Leg"].CFrame
  8472. wait()
  8473. ch.CFrame = lplayer.Character["Right Leg"].CFrame
  8474. wait()
  8475. ch.CFrame = lplayer.Character["Head"].CFrame
  8476. end
  8477. end
  8478. end
  8479. end
  8480. end
  8481. while wait() do
  8482. bringmodw()
  8483. end
  8484. game:GetService("StarterGui"):SetCore("SendNotification", {
  8485. Title = "BringMod";
  8486. Text = "BringMod enabled.";
  8487. })
  8488. end
  8489. if string.sub(CMDBAR.Text, 1, 7) == ("respawn") then
  8490. local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  8491. local hum = Instance.new('Humanoid', mod)
  8492. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  8493. lplayer.Character = mod
  8494. end
  8495. if string.sub(CMDBAR.Text, 1, 8) == ("shutdown") then
  8496. game:GetService'RunService'.Stepped:Connect(function()
  8497. pcall(function()
  8498. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  8499. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  8500. for _,x in pairs(v.Character.Head:GetChildren()) do
  8501. if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  8502. end
  8503. end
  8504. end
  8505. end)
  8506. end)
  8507. game:GetService("StarterGui"):SetCore("SendNotification", {
  8508. Title = "Attempting Shutdown";
  8509. Text = "Shutdown Attempt has begun.";
  8510. })
  8511. end
  8512. if string.sub(CMDBAR.Text, 1, 7) == ("delobj ") then
  8513. objtodel = (string.sub(CMDBAR.Text, 8))
  8514. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  8515. if v.Name == objtodel then
  8516. v:Destroy()
  8517. end
  8518. end
  8519. end
  8520. if string.sub(CMDBAR.Text, 1, 7) == ("getplrs") then
  8521. for i,v in pairs(game:GetService("Players"):GetPlayers())do
  8522. print(v)
  8523. end
  8524. game:GetService("StarterGui"):SetCore("SendNotification", {
  8525. Title = "Printed";
  8526. Text = "Players have been printed to console. (F9)";
  8527. })
  8528. end
  8529. if string.sub(CMDBAR.Text, 1, 8) == ("deldecal") then
  8530. for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  8531. if (v:IsA("Decal")) then
  8532. v:Destroy()
  8533. end
  8534. end
  8535. end
  8536. if string.sub(CMDBAR.Text, 1, 10) == ("opfinality") then
  8537. loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  8538. game:GetService("StarterGui"):SetCore("SendNotification", {
  8539. Title = "Success!";
  8540. Text = "OpFinality GUI has loaded.";
  8541. })
  8542. end
  8543. if string.sub(CMDBAR.Text, 1, 7) == ("remotes") then
  8544. remotes = true
  8545. added = true
  8546. game.DescendantAdded:connect(function(rmt)
  8547. if added == true then
  8548. if remotes == true then
  8549. if rmt:IsA("RemoteEvent") then
  8550. print("A RemoteEvent was added!")
  8551. print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  8552. print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  8553. end end end
  8554. end)
  8555. game.DescendantAdded:connect(function(rmtfnctn)
  8556. if added == true then
  8557. if remotes == true then
  8558. if rmtfnctn:IsA("RemoteFunction") then
  8559. warn("A RemoteFunction was added!")
  8560. warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  8561. print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  8562. end end end
  8563. end)
  8564.  
  8565. game.DescendantAdded:connect(function(bndfnctn)
  8566. if added == true then
  8567. if binds == true then
  8568. if bndfnctn:IsA("BindableFunction") then
  8569. print("A BindableFunction was added!")
  8570. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  8571. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  8572. end end end
  8573. end)
  8574.  
  8575. game.DescendantAdded:connect(function(bnd)
  8576. if added == true then
  8577. if binds == true then
  8578. if bnd:IsA("BindableEvent") then
  8579. warn("A BindableEvent was added!")
  8580. warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  8581. print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  8582. end end end
  8583. end)
  8584.  
  8585.  
  8586. if binds == true then
  8587. for i,v in pairs(game:GetDescendants()) do
  8588. if v:IsA("BindableFunction") then
  8589. print(" game." .. v:GetFullName() .. " | BindableFunction")
  8590. print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  8591. end end
  8592. for i,v in pairs(game:GetDescendants()) do
  8593. if v:IsA("BindableEvent") then
  8594. warn(" game." .. v:GetFullName() .. " | BindableEvent")
  8595. print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  8596. end end
  8597. else
  8598. print("Off")
  8599. end
  8600. if remotes == true then
  8601. for i,v in pairs(game:GetDescendants()) do
  8602. if v:IsA("RemoteFunction") then
  8603. warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  8604. print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  8605. end end
  8606. wait()
  8607. for i,v in pairs(game:GetDescendants()) do
  8608. if v:IsA("RemoteEvent") then
  8609. print(" game." .. v:GetFullName() .. " | RemoteEvent")
  8610. print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  8611. end end
  8612. else
  8613. print("Off")
  8614. end
  8615. game:GetService("StarterGui"):SetCore("SendNotification", {
  8616. Title = "Printing Remotes";
  8617. Text = "Type ;noremotes to disable.";
  8618. })
  8619. end
  8620. if string.sub(CMDBAR.Text, 1, 9) == ("noremotes") then
  8621. remotes = false
  8622. added = false
  8623. game:GetService("StarterGui"):SetCore("SendNotification", {
  8624. Title = "Printing Remotes Disabled";
  8625. Text = "Type ;remotes to enable.";
  8626. })
  8627. end
  8628. if string.sub(CMDBAR.Text, 1, 9) == ("tpdefault") then
  8629. spin = false
  8630. followed = false
  8631. traill = false
  8632. noclip = false
  8633. annoying = false
  8634. hwalk = false
  8635. cbringing = false
  8636. end
  8637. if string.sub(CMDBAR.Text, 1, 7) == ("stopsit") then
  8638. stopsitting = true
  8639. end
  8640. if string.sub(CMDBAR.Text, 1, 5) == ("gosit") then
  8641. stopsitting = false
  8642. end
  8643. if string.sub(CMDBAR.Text, 1, 7) == ("version") then
  8644. print(adminversion)
  8645. game:GetService("StarterGui"):SetCore("SendNotification", {
  8646. Title = "Version";
  8647. Text = adminversion;
  8648. })
  8649. end
  8650. if string.sub(CMDBAR.Text, 1, 7) == ("clicktp") then
  8651. clickgoto = true
  8652. game:GetService("StarterGui"):SetCore("SendNotification", {
  8653. Title = "Click TP";
  8654. Text = "Press E to teleport to mouse position";
  8655. })
  8656. end
  8657. if string.sub(CMDBAR.Text, 1, 9) == ("noclicktp") then
  8658. clickgoto = false
  8659. game:GetService("StarterGui"):SetCore("SendNotification", {
  8660. Title = "Click TP";
  8661. Text = "Click TP has been disabled.";
  8662. })
  8663. end
  8664. if string.sub(CMDBAR.Text, 1, 7) == ("toolson") then
  8665. gettingtools = true
  8666. game:GetService("StarterGui"):SetCore("SendNotification", {
  8667. Title = "Tools Enabled";
  8668. Text = "Automatically colleting tools dropped.";
  8669. })
  8670. end
  8671. if string.sub(CMDBAR.Text, 1, 8) == ("toolsoff") then
  8672. gettingtools = false
  8673. game:GetService("StarterGui"):SetCore("SendNotification", {
  8674. Title = "Tools Disabled";
  8675. Text = "Click TP has been disabled.";
  8676. })
  8677. end
  8678. if string.sub(CMDBAR.Text, 1, 9) == ("delcmdbar") then
  8679. ScreenGui:Destroy()
  8680. end
  8681. if string.sub(CMDBAR.Text, 1, 5) == ("reset") then
  8682. lplayer.Character.Head:Destroy()
  8683. end
  8684. if string.sub(CMDBAR.Text, 1, 6) == ("state ") then
  8685. statechosen = string.sub(CMDBAR.Text, 7)
  8686. changingstate = true
  8687. end
  8688. if string.sub(CMDBAR.Text, 1, 8) == ("gravity ") then
  8689. game:GetService("Workspace").Gravity = string.sub(CMDBAR.Text, 9)
  8690. end
  8691. if string.sub(CMDBAR.Text, 1, 9) == ("looprhats") then
  8692. removingmeshhats = true
  8693. end
  8694. if string.sub(CMDBAR.Text, 1, 11) == ("unlooprhats") then
  8695. removingmeshhats = false
  8696. end
  8697. if string.sub(CMDBAR.Text, 1, 9) == ("looprtool") then
  8698. removingmeshtool = true
  8699. end
  8700. if string.sub(CMDBAR.Text, 1, 11) == ("unlooprtool") then
  8701. removingmeshtool = false
  8702. end
  8703. if string.sub(CMDBAR.Text, 1, 9) == ("givetool ") then
  8704. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  8705. if v:IsA("Tool") then
  8706. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  8707. v.Parent = player.Character
  8708. end
  8709. end
  8710. end
  8711. end
  8712. if string.sub(CMDBAR.Text, 1, 4) == ("age ") then
  8713. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  8714. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  8715. end
  8716. end
  8717. if string.sub(CMDBAR.Text, 1, 3) == ("id ") then
  8718. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 4))) do
  8719. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  8720. end
  8721. end
  8722. if string.sub(CMDBAR.Text, 1, 5) == (".age ") then
  8723. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  8724. game:GetService("StarterGui"):SetCore("SendNotification", {
  8725. Title = player.AccountAge.." Days";
  8726. Text = "Account age of "..player.Name;
  8727. })
  8728. end
  8729. end
  8730. if string.sub(CMDBAR.Text, 1, 4) == (".id ") then
  8731. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  8732. game:GetService("StarterGui"):SetCore("SendNotification", {
  8733. Title = player.UserId.." ID";
  8734. Text = "Account ID of "..player.Name;
  8735. })
  8736. end
  8737. end
  8738. if string.sub(CMDBAR.Text, 1, 6) == ("gameid") then
  8739. game:GetService("StarterGui"):SetCore("SendNotification", {
  8740. Title = "Game ID";
  8741. Text = "Game ID: ".. game.GameId;
  8742. })
  8743. end
  8744. if string.sub(CMDBAR.Text, 1, 3) == ("pgs") then
  8745. local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  8746. if pgscheck == true then
  8747. game:GetService("StarterGui"):SetCore("SendNotification", {
  8748. Title = "PGSPhysicsSolverEnabled";
  8749. Text = "PGS is Enabled!";
  8750. })
  8751. else
  8752. game:GetService("StarterGui"):SetCore("SendNotification", {
  8753. Title = "PGSPhysicsSolverEnabled";
  8754. Text = "PGS is Disabled!";
  8755. })
  8756. end
  8757. end
  8758. if string.sub(CMDBAR.Text, 1, 11) == ("removeinvis") then
  8759. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  8760. if v:IsA("Part") then
  8761. if v.Transparency == 1 then
  8762. if v.Name ~= "HumanoidRootPart" then
  8763. v:Destroy()
  8764. end
  8765. end
  8766. end
  8767. end
  8768. end
  8769. if string.sub(CMDBAR.Text, 1, 9) == ("removefog") then
  8770. game:GetService("Lighting").FogStart = 0
  8771. game:GetService("Lighting").FogEnd = 9999999999999
  8772. end
  8773. if string.sub(CMDBAR.Text, 1, 7) == ("disable") then
  8774. lplayer.Character.Humanoid.Parent = lplayer
  8775. end
  8776. if string.sub(CMDBAR.Text, 1, 6) == ("enable") then
  8777. lplayer.Humanoid.Parent = lplayer.Character
  8778. end
  8779. if string.sub(CMDBAR.Text, 1, 13) == ("givealltools ") then
  8780. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  8781. if v:IsA("Tool") then
  8782. v.Parent = lplayer.Character
  8783. wait()
  8784. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 14))) do
  8785. v.Parent = player.Character
  8786. end
  8787. end
  8788. end
  8789. end
  8790. if string.sub(CMDBAR.Text, 1, 9) == ("flyspeed ") then
  8791. speedfly = string.sub(CMDBAR.Text, 10)
  8792. wait()
  8793. change()
  8794. end
  8795. if string.sub(CMDBAR.Text, 1, 7) == ("carpet ") then
  8796. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  8797. local Anim3 = Instance.new("Animation")
  8798. Anim3.AnimationId = "rbxassetid://282574440"
  8799. local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  8800. track3:Play(.1, 1, 1)
  8801. bplrr = v.Name
  8802. banpl = true
  8803. end
  8804. end
  8805. if string.sub(CMDBAR.Text, 1, 8) == ("uncarpet") then
  8806. banpl = false
  8807. end
  8808. if string.sub(CMDBAR.Text, 1, 6) == ("stare ") then
  8809. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  8810. staring = true
  8811. stareplr = v
  8812. end
  8813. end
  8814. if string.sub(CMDBAR.Text, 1, 7) == ("unstare") then
  8815. staring = false
  8816. end
  8817. if string.sub(CMDBAR.Text, 1, 7) == ("logchat") then
  8818. chatlogs = true
  8819. game:GetService("StarterGui"):SetCore("SendNotification", {
  8820. Title = "LogChat enabled";
  8821. Text = "Now logging all player chat.";
  8822. })
  8823. end
  8824. if string.sub(CMDBAR.Text, 1, 9) == ("unlogchat") then
  8825. chatlogs = false
  8826. game:GetService("StarterGui"):SetCore("SendNotification", {
  8827. Title = "LogChat disabled";
  8828. Text = "Stopped logging all player chat.";
  8829. })
  8830. end
  8831. if string.sub(CMDBAR.Text, 1, 6) == ("fixcam") then
  8832. game:GetService("Workspace").CurrentCamera:Destroy()
  8833. wait(0.1)
  8834. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  8835. game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  8836. lplayer.CameraMinZoomDistance = 0.5
  8837. lplayer.CameraMaxZoomDistance = 400
  8838. lplayer.CameraMode = "Classic"
  8839. end
  8840. if string.sub(CMDBAR.Text, 1, 7) == ("unstate") then
  8841. changingstate = false
  8842. end
  8843. CMDBAR.Text = ""
  8844. end
  8845. end)
  8846.  
  8847. wait(0.3)
  8848. game:GetService("StarterGui"):SetCore("SendNotification", {
  8849. Title = "Loaded successfully!";
  8850. Text = "Reviz Admin V2 by illremember";
  8851. })
  8852. wait(0.1)
  8853. print("Reviz Admin V2 loaded!")
  8854. if game:GetService("Workspace").FilteringEnabled == true then
  8855. warn("FE is Enabled (Filtering Enabled)")
  8856. game:GetService("StarterGui"):SetCore("SendNotification", {
  8857. Title = "FE is Enabled";
  8858. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  8859. })
  8860. else
  8861. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  8862. game:GetService("StarterGui"):SetCore("SendNotification", {
  8863. Title = "FE is Disabled";
  8864. Text = "Filtering Disabled. Consider using a different admin script.";
  8865. })
  8866. end
  8867.  
  8868. local intro = Instance.new("ScreenGui")
  8869. local Frame = Instance.new("Frame")
  8870. local ImageLabel = Instance.new("ImageLabel")
  8871. intro.Parent = game:GetService("CoreGui")
  8872. Frame.Parent = intro
  8873. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  8874. Frame.BackgroundTransparency = 1
  8875. Frame.Size = UDim2.new(1, 0, 0, 300)
  8876. Frame.Position = UDim2.new(0, 0, -0.4, 0)
  8877. ImageLabel.Parent = Frame
  8878. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  8879. ImageLabel.BackgroundTransparency = 1
  8880. ImageLabel.Position = UDim2.new(0, 0, 0, 0)
  8881. ImageLabel.Size = UDim2.new(1, 0, 1, 0)
  8882. ImageLabel.Image = "http://www.roblox.com/asset/?id=1542162618"
  8883. Frame:TweenPosition(UDim2.new(0, 0, 0.2, 0), "Out", "Elastic", 3)
  8884. wait(3.01)
  8885. Frame:TweenPosition(UDim2.new(0, 0, 1.5, 0), "Out", "Elastic", 5)
  8886. wait(5.01)
  8887. intro:Destroy()
  8888. end)
  8889.  
  8890. Esp.Name = "Esp"
  8891. Esp.Parent = Main
  8892. Esp.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  8893. Esp.Position = UDim2.new(0.0586506501, 0, 0.69841212, 0)
  8894. Esp.Size = UDim2.new(0, 160, 0, 36)
  8895. Esp.Font = Enum.Font.Cartoon
  8896. Esp.Text = "Esp(MM2)"
  8897. Esp.TextColor3 = Color3.new(0, 0, 0)
  8898. Esp.TextSize = 20
  8899. Esp.MouseButton1Down:connect(function()
  8900. local uis = game:GetService("UserInputService")
  8901. local sg = game:GetService("StarterGui")
  8902. local wp = game:GetService("Workspace")
  8903. local cmr = wp.Camera
  8904. local rs = game:GetService("ReplicatedStorage")
  8905. local lgt = game:GetService("Lighting")
  8906. local plrs = game:GetService("Players")
  8907. local lplr = plrs.LocalPlayer
  8908. local bp = lplr:WaitForChild("Backpack")
  8909. local mouse = lplr:GetMouse()
  8910.  
  8911. local faces = {"Back","Bottom","Front","Left","Right","Top"}
  8912. local speed = 20
  8913. local nameMap = ""
  8914.  
  8915. function SendChat(String) -- Send a chat to the game chat
  8916. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  8917. Text = '[OUTPUT]: ' .. String
  8918. })
  8919. end
  8920.  
  8921. function enableESPCode()
  8922. for _, o in pairs(plrs:GetPlayers()) do
  8923. if o.Name ~= lplr.Name then
  8924. o.CharacterAdded:Connect(function(characterModel)
  8925. wait(1)
  8926. local bgui = Instance.new("BillboardGui",o.Character.Head)
  8927. bgui.Name = ("EGUI")
  8928. bgui.AlwaysOnTop = true
  8929. bgui.ExtentsOffset = Vector3.new(0,3,0)
  8930. bgui.Size = UDim2.new(0,200,0,50)
  8931. local nam = Instance.new("TextLabel",bgui)
  8932. nam.Text = o.Name
  8933. nam.BackgroundTransparency = 1
  8934. nam.TextSize = 14
  8935. nam.Font = ("Arial")
  8936. nam.TextColor3 = Color3.fromRGB(75, 151, 75)
  8937. nam.Size = UDim2.new(0,200,0,50)
  8938. for _, p in pairs(o.Character:GetChildren()) do
  8939. if p.Name == ("Head") then
  8940. for _, f in pairs(faces) do
  8941. local m = Instance.new("SurfaceGui",p)
  8942. m.Name = ("EGUI")
  8943. m.Face = f
  8944. m.Active = true
  8945. m.AlwaysOnTop = true
  8946. local mf = Instance.new("Frame",m)
  8947. mf.Size = UDim2.new(1,0,1,0)
  8948. mf.BorderSizePixel = 0
  8949. mf.BackgroundTransparency = 0.5
  8950. mf.BackgroundColor3 = Color3.fromRGB(75, 151, 75)
  8951. o.Backpack.ChildAdded:connect(function(b)
  8952. if b.Name == "Gun" or b.Name == "Revolver" then
  8953. mf.BackgroundColor3 = Color3.fromRGB(13, 105, 172)
  8954. elseif b.Name == "Knife" or b.Name == "Blade" then
  8955. mf.BackgroundColor3 = Color3.fromRGB(196, 40, 28)
  8956. end
  8957. end)
  8958.  
  8959. o.Character.ChildAdded:connect(function(c)
  8960. if c.Name == "Gun" or c.Name == "Revolver" then
  8961. mf.BackgroundColor3 = Color3.fromRGB(13, 105, 172)
  8962. elseif c.Name == "Knife" or c.Name == "Blade" then
  8963. mf.BackgroundColor3 = Color3.fromRGB(196, 40, 28)
  8964. end
  8965. end)
  8966. end
  8967. end
  8968. end
  8969.  
  8970. o.Backpack.ChildAdded:connect(function(b)
  8971. if b.Name == "Gun" or b.Name == "Revolver" then
  8972. nam.TextColor3 = Color3.fromRGB(13, 105, 172)
  8973. elseif b.Name == "Knife" or b.Name == "Blade" then
  8974. nam.TextColor3 = Color3.fromRGB(196, 40, 28)
  8975. end
  8976. end)
  8977.  
  8978. o.Character.ChildAdded:connect(function(c)
  8979. if c.Name == "Gun" or c.Name == "Revolver" then
  8980. nam.TextColor3 = Color3.fromRGB(13, 105, 172)
  8981. elseif c.Name == "Knife" or c.Name == "Blade" then
  8982. nam.TextColor3 = Color3.fromRGB(196, 40, 28)
  8983. end
  8984. end)
  8985.  
  8986. end)
  8987. end
  8988. end
  8989.  
  8990. plrs.PlayerAdded:Connect(function(newPlayer)
  8991. if newPlayer.Name ~= lplr.Name then
  8992. newPlayer.CharacterAdded:Connect(function(characterModel)
  8993. wait(1)
  8994. local bgui = Instance.new("BillboardGui",newPlayer.Character.Head)
  8995. bgui.Name = ("EGUI")
  8996. bgui.AlwaysOnTop = true
  8997. bgui.ExtentsOffset = Vector3.new(0,3,0)
  8998. bgui.Size = UDim2.new(0,200,0,50)
  8999. local nam = Instance.new("TextLabel",bgui)
  9000. nam.Text = newPlayer.Name
  9001. nam.BackgroundTransparency = 1
  9002. nam.TextSize = 14
  9003. nam.Font = ("Arial")
  9004. nam.TextColor3 = Color3.fromRGB(75, 151, 75)
  9005. nam.Size = UDim2.new(0,200,0,50)
  9006. for _, p in pairs(newPlayer.Character:GetChildren()) do
  9007. if p.Name == ("Head") then
  9008. for _, f in pairs(faces) do
  9009. local m = Instance.new("SurfaceGui",p)
  9010. m.Name = ("EGUI")
  9011. m.Face = f
  9012. m.Active = true
  9013. m.AlwaysOnTop = true
  9014. local mf = Instance.new("Frame",m)
  9015. mf.Size = UDim2.new(1,0,1,0)
  9016. mf.BorderSizePixel = 0
  9017. mf.BackgroundTransparency = 0.5
  9018. mf.BackgroundColor3 = Color3.fromRGB(75, 151, 75)
  9019.  
  9020. newPlayer.Backpack.ChildAdded:connect(function(b)
  9021. if b.Name == "Gun" or b.Name == "Revolver" then
  9022. mf.BackgroundColor3 = Color3.fromRGB(13, 105, 172)
  9023. elseif b.Name == "Knife" or b.Name == "Blade" then
  9024. mf.BackgroundColor3 = Color3.fromRGB(196, 40, 28)
  9025. end
  9026. end)
  9027.  
  9028. newPlayer.Character.ChildAdded:connect(function(c)
  9029. if c.Name == "Gun" or c.Name == "Revolver" then
  9030. mf.BackgroundColor3 = Color3.fromRGB(13, 105, 172)
  9031. elseif c.Name == "Knife" or c.Name == "Blade" then
  9032. mf.BackgroundColor3 = Color3.fromRGB(196, 40, 28)
  9033. end
  9034. end)
  9035. end
  9036. end
  9037. end
  9038.  
  9039. newPlayer.Backpack.ChildAdded:connect(function(b)
  9040. if b.Name == "Gun" or b.Name == "Revolver" then
  9041. nam.TextColor3 = Color3.fromRGB(13, 105, 172)
  9042. elseif b.Name == "Knife" or b.Name == "Blade" then
  9043. nam.TextColor3 = Color3.fromRGB(196, 40, 28)
  9044. end
  9045. end)
  9046.  
  9047. newPlayer.Character.ChildAdded:connect(function(c)
  9048. if c.Name == "Gun" or c.Name == "Revolver" then
  9049. nam.TextColor3 = Color3.fromRGB(13, 105, 172)
  9050. elseif c.Name == "Knife" or c.Name == "Blade" then
  9051. nam.TextColor3 = Color3.fromRGB(196, 40, 28)
  9052. end
  9053. end)
  9054. end)
  9055. end
  9056. end)
  9057.  
  9058. lplr.Character.Humanoid.WalkSpeed = speed
  9059.  
  9060. lplr.Character.Humanoid:GetPropertyChangedSignal("WalkSpeed"):connect(function()
  9061. if lplr.Character.Humanoid.WalkSpeed ~= speed then
  9062. lplr.Character.Humanoid.WalkSpeed = speed
  9063. end
  9064. end)
  9065.  
  9066. lplr.CharacterAdded:Connect(function(characterModel)
  9067. wait(0.5)
  9068. characterModel.Humanoid.WalkSpeed = speed
  9069. characterModel.Humanoid:GetPropertyChangedSignal("WalkSpeed"):connect(function()
  9070. if characterModel.Humanoid.WalkSpeed ~= speed then
  9071. characterModel.Humanoid.WalkSpeed = speed
  9072. end
  9073. end)
  9074. end)
  9075.  
  9076.  
  9077. wp.ChildAdded:connect(function(m)
  9078. if m.Name == "Bank" or tostring(m) == "BioLab" or tostring(m) == "Factory" then
  9079. nameMap = m.Name
  9080. print(nameMap)
  9081. elseif tostring(m) == "House2" or tostring(m) == "Office3" or tostring(m) == "Office2" then
  9082. nameMap = m.Name
  9083. print(nameMap)
  9084. elseif tostring(m) == "Workplace" or tostring(m) == "Mineshaft" or tostring(m) == "Hotel" then
  9085. nameMap = m.Name
  9086. print(nameMap)
  9087. elseif tostring(m) == "MilBase" or tostring(m) == "PoliceStation" then
  9088. nameMap = m.Name
  9089. print(nameMap)
  9090. elseif tostring(m) == "Hospital2" or tostring(m) == "Mansion2" or tostring(m) == "Lab2" then
  9091. nameMap = m.Name
  9092. print(nameMap)
  9093. end
  9094. end)
  9095. end
  9096.  
  9097. enableESPCode()
  9098.  
  9099. function espFirst()
  9100. for _, o in pairs(plrs:GetPlayers()) do
  9101. if o.Name ~= lplr.Name then
  9102. local bgui = Instance.new("BillboardGui",o.Character.Head)
  9103. bgui.Name = ("EGUI")
  9104. bgui.AlwaysOnTop = true
  9105. bgui.ExtentsOffset = Vector3.new(0,3,0)
  9106. bgui.Size = UDim2.new(0,200,0,50)
  9107. local nam = Instance.new("TextLabel",bgui)
  9108. nam.Text = o.Name
  9109. nam.BackgroundTransparency = 1
  9110. nam.TextSize = 14
  9111. nam.Font = ("Arial")
  9112. nam.TextColor3 = Color3.fromRGB(75, 151, 75)
  9113. nam.Size = UDim2.new(0,200,0,50)
  9114. for _, p in pairs(o.Character:GetChildren()) do
  9115. if p.Name == ("Head") then
  9116. for _, f in pairs(faces) do
  9117. local m = Instance.new("SurfaceGui",p)
  9118. m.Name = ("EGUI")
  9119. m.Face = f
  9120. m.Active = true
  9121. m.AlwaysOnTop = true
  9122. local mf = Instance.new("Frame",m)
  9123. mf.Size = UDim2.new(1,0,1,0)
  9124. mf.BorderSizePixel = 0
  9125. mf.BackgroundTransparency = 0.5
  9126. mf.BackgroundColor3 = Color3.fromRGB(75, 151, 75)
  9127.  
  9128. o.Backpack.ChildAdded:connect(function(b)
  9129. if b.Name == "Gun" or b.Name == "Revolver" then
  9130. mf.BackgroundColor3 = Color3.fromRGB(13, 105, 172)
  9131. elseif b.Name == "Knife" or b.Name == "Blade" then
  9132. mf.BackgroundColor3 = Color3.fromRGB(196, 40, 28)
  9133. end
  9134. end)
  9135.  
  9136. o.Character.ChildAdded:connect(function(c)
  9137. if c.Name == "Gun" or c.Name == "Revolver" then
  9138. mf.BackgroundColor3 = Color3.fromRGB(13, 105, 172)
  9139. elseif c.Name == "Knife" or c.Name == "Blade" then
  9140. mf.BackgroundColor3 = Color3.fromRGB(196, 40, 28)
  9141. end
  9142. end)
  9143.  
  9144. if o.Backpack:FindFirstChild("Gun") or o.Backpack:FindFirstChild("Revolver") or o.Character:FindFirstChild("Gun") or o.Character:FindFirstChild("Revolver") then
  9145. mf.BackgroundColor3 = Color3.fromRGB(13, 105, 172)
  9146. elseif o.Backpack:FindFirstChild("Knife") or o.Backpack:FindFirstChild("Blade") or o.Character:FindFirstChild("Knife") or o.Character:FindFirstChild("Blade") then
  9147. mf.BackgroundColor3 = Color3.fromRGB(196, 40, 28)
  9148. end
  9149. end
  9150. end
  9151. end
  9152.  
  9153. o.Backpack.ChildAdded:connect(function(b)
  9154. if b.Name == "Gun" or b.Name == "Revolver" then
  9155. nam.TextColor3 = Color3.fromRGB(13, 105, 172)
  9156. elseif b.Name == "Knife" or b.Name == "Blade" then
  9157. nam.TextColor3 = Color3.fromRGB(196, 40, 28)
  9158. end
  9159. end)
  9160.  
  9161. o.Character.ChildAdded:connect(function(c)
  9162. if c.Name == "Gun" or c.Name == "Revolver" then
  9163. nam.TextColor3 = Color3.fromRGB(13, 105, 172)
  9164. elseif c.Name == "Knife" or c.Name == "Blade" then
  9165. nam.TextColor3 = Color3.fromRGB(196, 40, 28)
  9166. end
  9167. end)
  9168.  
  9169. if o.Backpack:FindFirstChild("Gun") or o.Backpack:FindFirstChild("Revolver") or o.Character:FindFirstChild("Gun") or o.Character:FindFirstChild("Revolver") then
  9170. nam.TextColor3 = Color3.fromRGB(13, 105, 172)
  9171. elseif o.Backpack:FindFirstChild("Knife") or o.Backpack:FindFirstChild("Blade") or o.Character:FindFirstChild("Knife") or o.Character:FindFirstChild("Blade") then
  9172. nam.TextColor3 = Color3.fromRGB(196, 40, 28)
  9173. end
  9174. end
  9175. end
  9176.  
  9177. for _, v in pairs(wp:GetChildren()) do
  9178. if tostring(v) == "Bank" or tostring(v) == "BioLab" or tostring(v) == "Factory" then
  9179. nameMap = v.Name
  9180. print(nameMap)
  9181. elseif tostring(v) == "House2" or tostring(v) == "Office3" or tostring(v) == "Office2" then
  9182. nameMap = v.Name
  9183. print(nameMap)
  9184. elseif tostring(v) == "Workplace" or tostring(v) == "Mineshaft" or tostring(v) == "Hotel" then
  9185. nameMap = v.Name
  9186. print(nameMap)
  9187. elseif tostring(v) == "MilBase" or tostring(v) == "PoliceStation" then
  9188. nameMap = m.Name
  9189. print(nameMap)
  9190. elseif tostring(v) == "Hospital2" or tostring(v) == "Mansion2" or tostring(v) == "Lab2" then
  9191. nameMap = v.Name
  9192. print(nameMap)
  9193. end
  9194. end
  9195. end
  9196.  
  9197. function tpCoin()
  9198. if nameMap ~= "" and wp[nameMap] ~= nil then
  9199. for i = 10, 1, -1 do
  9200. local s = wp[nameMap]:FindFirstChild("CoinContainer")
  9201. local e = lplr.Character:FindFirstChild("LowerTorso")
  9202. if e and s then
  9203. for i,c in pairs(s:GetChildren()) do
  9204. c.CFrame = lplr.Character.LowerTorso.CFrame
  9205. end
  9206. end
  9207. wait(0.7)
  9208. end
  9209. end
  9210. end
  9211.  
  9212. function bringGun()
  9213. if wp:FindFirstChild("GunDrop") then
  9214. wp.GunDrop.CFrame = lplr.Character.HumanoidRootPart.CFrame + Vector3.new(2,0,0)
  9215. end
  9216. end
  9217.  
  9218. function changeWS(typeWS)
  9219. if typeWS == 0 then
  9220. speed = speed + 5
  9221. lplr.Character.Humanoid.WalkSpeed = speed
  9222. elseif typeWS == 1 then
  9223. if speed >= 0 then
  9224. speed = speed - 5
  9225. lplr.Character.Humanoid.WalkSpeed = speed
  9226. end
  9227. if speed < 0 then
  9228. speed = 0
  9229. lplr.Character.Humanoid.WalkSpeed = speed
  9230. end
  9231. end
  9232. end
  9233.  
  9234. mouse.KeyDown:connect(function(keyDown)
  9235.  
  9236. if keyDown == "l" then
  9237. tpCoin()
  9238. end
  9239.  
  9240. if keyDown == "k" then
  9241. bringGun()
  9242. end
  9243.  
  9244. if keyDown == "v" then
  9245. changeWS(0)
  9246. SendChat("Walk Speed :" .. lplr.Character.Humanoid.WalkSpeed)
  9247. end
  9248.  
  9249. if keyDown == "b" then
  9250. changeWS(1)
  9251. SendChat("Walk Speed :" .. lplr.Character.Humanoid.WalkSpeed)
  9252. end
  9253. end)
  9254.  
  9255. espFirst()
  9256. end)
  9257.  
  9258. None.Name = "None"
  9259. None.Parent = Main
  9260. None.BackgroundColor3 = Color3.new(0.686275, 0, 1)
  9261. None.Position = UDim2.new(0.377465963, 0, 0.18941474, 0)
  9262. None.Size = UDim2.new(0, 160, 0, 36)
  9263. None.Font = Enum.Font.Cartoon
  9264. None.Text = "None"
  9265. None.TextColor3 = Color3.new(0, 0, 0)
  9266. None.TextSize = 20
  9267.  
  9268. None_2.Name = "None"
  9269. None_2.Parent = Main
  9270. None_2.BackgroundColor3 = Color3.new(0.686275, 0, 1)
  9271. None_2.Position = UDim2.new(0.377465963, 0, 0.374504715, 0)
  9272. None_2.Size = UDim2.new(0, 160, 0, 36)
  9273. None_2.Font = Enum.Font.Cartoon
  9274. None_2.Text = "None"
  9275. None_2.TextColor3 = Color3.new(0, 0, 0)
  9276. None_2.TextSize = 20
  9277.  
  9278. None_3.Name = "None"
  9279. None_3.Parent = Main
  9280. None_3.BackgroundColor3 = Color3.new(0.686275, 0, 1)
  9281. None_3.Position = UDim2.new(0.377465963, 0, 0.531316996, 0)
  9282. None_3.Size = UDim2.new(0, 160, 0, 36)
  9283. None_3.Font = Enum.Font.Cartoon
  9284. None_3.Text = "None"
  9285. None_3.TextColor3 = Color3.new(0, 0, 0)
  9286. None_3.TextSize = 20
  9287.  
  9288. None_4.Name = "None"
  9289. None_4.Parent = Main
  9290. None_4.BackgroundColor3 = Color3.new(0.686275, 0, 1)
  9291. None_4.Position = UDim2.new(0.377465963, 0, 0.69841212, 0)
  9292. None_4.Size = UDim2.new(0, 160, 0, 36)
  9293. None_4.Font = Enum.Font.Cartoon
  9294. None_4.Text = "None"
  9295. None_4.TextColor3 = Color3.new(0, 0, 0)
  9296. None_4.TextSize = 20
  9297.  
  9298. None_5.Name = "None"
  9299. None_5.Parent = Main
  9300. None_5.BackgroundColor3 = Color3.new(0.686275, 0, 1)
  9301. None_5.Position = UDim2.new(0.708476424, 0, 0.18941474, 0)
  9302. None_5.Size = UDim2.new(0, 160, 0, 36)
  9303. None_5.Font = Enum.Font.Cartoon
  9304. None_5.Text = "None"
  9305. None_5.TextColor3 = Color3.new(0, 0, 0)
  9306. None_5.TextSize = 20
  9307.  
  9308. None_6.Name = "None"
  9309. None_6.Parent = Main
  9310. None_6.BackgroundColor3 = Color3.new(0.686275, 0, 1)
  9311. None_6.Position = UDim2.new(0.708476424, 0, 0.374504715, 0)
  9312. None_6.Size = UDim2.new(0, 160, 0, 36)
  9313. None_6.Font = Enum.Font.Cartoon
  9314. None_6.Text = "None"
  9315. None_6.TextColor3 = Color3.new(0, 0, 0)
  9316. None_6.TextSize = 20
  9317.  
  9318. None_7.Name = "None"
  9319. None_7.Parent = Main
  9320. None_7.BackgroundColor3 = Color3.new(0.686275, 0, 1)
  9321. None_7.Position = UDim2.new(0.708476424, 0, 0.531316996, 0)
  9322. None_7.Size = UDim2.new(0, 160, 0, 36)
  9323. None_7.Font = Enum.Font.Cartoon
  9324. None_7.Text = "None"
  9325. None_7.TextColor3 = Color3.new(0, 0, 0)
  9326. None_7.TextSize = 20
  9327.  
  9328. None_8.Name = "None"
  9329. None_8.Parent = Main
  9330. None_8.BackgroundColor3 = Color3.new(0.686275, 0, 1)
  9331. None_8.Position = UDim2.new(0.708476424, 0, 0.69841212, 0)
  9332. None_8.Size = UDim2.new(0, 160, 0, 36)
  9333. None_8.Font = Enum.Font.Cartoon
  9334. None_8.Text = "None"
  9335. None_8.TextColor3 = Color3.new(0, 0, 0)
  9336. None_8.TextSize = 20
  9337.  
  9338. Close.Name = "Close"
  9339. Close.Parent = Main
  9340. Close.BackgroundColor3 = Color3.new(0.607843, 0, 0)
  9341. Close.BorderSizePixel = 0
  9342. Close.Position = UDim2.new(0.863241434, 0, -0.00188073516, 0)
  9343. Close.Size = UDim2.new(0, 78, 0, 40)
  9344. Close.Font = Enum.Font.Cartoon
  9345. Close.Text = "X"
  9346. Close.TextColor3 = Color3.new(0, 0, 0)
  9347. Close.TextSize = 20
  9348. Close.MouseButton1Down:connect(function()
  9349. OpenFrame.Visible = true
  9350. Main.Visible = false
  9351. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement