Advertisement
Guest User

TrollingGuiForCrafty

a guest
Feb 1st, 2019
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 198.71 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local Tutorial = 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 Name = Instance.new("TextLabel")
  10. local BeautyB = Instance.new("Frame")
  11. local Credit = Instance.new("TextLabel")
  12. local None = Instance.new("TextButton")
  13. local None_2 = Instance.new("TextButton")
  14. local None_3 = Instance.new("TextButton")
  15. local None_4 = Instance.new("TextButton")
  16. local FEArosiaGUI = Instance.new("TextButton")
  17. local Shattervast = Instance.new("TextButton")
  18. local None_5 = Instance.new("TextButton")
  19. local None_6 = Instance.new("TextButton")
  20. local None_7 = Instance.new("TextButton")
  21. local None_8 = Instance.new("TextButton")
  22. local None_9 = Instance.new("TextButton")
  23. local None_10 = Instance.new("TextButton")
  24. local Close = Instance.new("TextButton")
  25. --Properties:
  26. Tutorial.Name = "Tutorial"
  27. Tutorial.Parent = game.CoreGui
  28.  
  29. OpenFrame.Name = "OpenFrame"
  30. OpenFrame.Parent = Tutorial
  31. OpenFrame.Active = true
  32. OpenFrame.BackgroundColor3 = Color3.new(0.552941, 0, 0.831373)
  33. OpenFrame.BorderSizePixel = 0
  34. OpenFrame.Position = UDim2.new(0, 0, 0.501347661, 0)
  35. OpenFrame.Size = UDim2.new(0, 102, 0, 35)
  36.  
  37. Open.Name = "Open"
  38. Open.Parent = OpenFrame
  39. Open.BackgroundColor3 = Color3.new(0.6, 0, 0.898039)
  40. Open.BorderSizePixel = 0
  41. Open.Position = UDim2.new(0.0656218454, 0, 0.11698129, 0)
  42. Open.Size = UDim2.new(0, 88, 0, 25)
  43. Open.Font = Enum.Font.Cartoon
  44. Open.Text = "Open"
  45. Open.TextColor3 = Color3.new(1, 1, 1)
  46. Open.TextSize = 30
  47. Open.MouseButton1Down:connect(function()
  48. Main.Visible = true
  49. OpenFrame.Visible = false
  50. end)
  51.  
  52. Main.Name = "Main"
  53. Main.Parent = Tutorial
  54. Main.Active = true
  55. Main.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  56. Main.BorderSizePixel = 0
  57. Main.Position = UDim2.new(0.352189779, 0, 0.212707102, 0)
  58. Main.Size = UDim2.new(0, 487, 0, 288)
  59. Main.Visible = false
  60. Main.Draggable = true
  61.  
  62. BeautyA.Name = "BeautyA"
  63. BeautyA.Parent = Main
  64. BeautyA.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  65. BeautyA.BorderColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  66. BeautyA.BorderSizePixel = 0
  67. BeautyA.Size = UDim2.new(0, 487, 0, 29)
  68.  
  69. Name.Name = "Name"
  70. Name.Parent = BeautyA
  71. Name.BackgroundColor3 = Color3.new(1, 1, 1)
  72. Name.BackgroundTransparency = 1
  73. Name.BorderSizePixel = 0
  74. Name.Position = UDim2.new(0.293634504, 0, 0, 0)
  75. Name.Size = UDim2.new(0, 200, 0, 29)
  76. Name.Font = Enum.Font.Cartoon
  77. Name.Text = "Tutorial"
  78. Name.TextColor3 = Color3.new(1, 1, 1)
  79. Name.TextSize = 20
  80.  
  81. BeautyB.Name = "BeautyB"
  82. BeautyB.Parent = Main
  83. BeautyB.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  84. BeautyB.BorderColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  85. BeautyB.BorderSizePixel = 0
  86. BeautyB.Position = UDim2.new(0, 0, 0.899305582, 0)
  87. BeautyB.Size = UDim2.new(0, 487, 0, 29)
  88.  
  89. Credit.Name = "Credit"
  90. Credit.Parent = BeautyB
  91. Credit.BackgroundColor3 = Color3.new(1, 1, 1)
  92. Credit.BackgroundTransparency = 1
  93. Credit.BorderSizePixel = 0
  94. Credit.Size = UDim2.new(0, 487, 0, 29)
  95. Credit.Font = Enum.Font.Cartoon
  96. Credit.Text = "GUI made by GamesRewinded#2605 [Scripts credits goes to their respectful owners]"
  97. Credit.TextColor3 = Color3.new(1, 1, 1)
  98. Credit.TextSize = 15
  99.  
  100. None.Name = "None"
  101. None.Parent = Main
  102. None.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  103. None.BorderSizePixel = 0
  104. None.Position = UDim2.new(0.356716275, 0, 0.162018627, 0)
  105. None.Size = UDim2.new(0, 133, 0, 37)
  106. None.Font = Enum.Font.Cartoon
  107. None.Text = "None"
  108. None.TextColor3 = Color3.new(1, 1, 1)
  109. None.TextSize = 20
  110.  
  111. None_2.Name = "None"
  112. None_2.Parent = Main
  113. None_2.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  114. None_2.BorderSizePixel = 0
  115. None_2.Position = UDim2.new(0.356716275, 0, 0.33910197, 0)
  116. None_2.Size = UDim2.new(0, 133, 0, 37)
  117. None_2.Font = Enum.Font.Cartoon
  118. None_2.Text = "None"
  119. None_2.TextColor3 = Color3.new(1, 1, 1)
  120. None_2.TextSize = 20
  121.  
  122. None_3.Name = "None"
  123. None_3.Parent = Main
  124. None_3.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  125. None_3.BorderSizePixel = 0
  126. None_3.Position = UDim2.new(0.356716275, 0, 0.516185284, 0)
  127. None_3.Size = UDim2.new(0, 133, 0, 37)
  128. None_3.Font = Enum.Font.Cartoon
  129. None_3.Text = "None"
  130. None_3.TextColor3 = Color3.new(1, 1, 1)
  131. None_3.TextSize = 20
  132.  
  133. None_4.Name = "None"
  134. None_4.Parent = Main
  135. None_4.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  136. None_4.BorderSizePixel = 0
  137. None_4.Position = UDim2.new(0.356716275, 0, 0.693268597, 0)
  138. None_4.Size = UDim2.new(0, 133, 0, 37)
  139. None_4.Font = Enum.Font.Cartoon
  140. None_4.Text = "None"
  141. None_4.TextColor3 = Color3.new(1, 1, 1)
  142. None_4.TextSize = 20
  143.  
  144. FEArosiaGUI.Name = "FE Arosia GUI"
  145. FEArosiaGUI.Parent = Main
  146. FEArosiaGUI.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  147. FEArosiaGUI.BorderSizePixel = 0
  148. FEArosiaGUI.Position = UDim2.new(0.036387749, 0, 0.162018627, 0)
  149. FEArosiaGUI.Size = UDim2.new(0, 133, 0, 37)
  150. FEArosiaGUI.Font = Enum.Font.Cartoon
  151. FEArosiaGUI.Text = "FE Arosia GUI"
  152. FEArosiaGUI.TextColor3 = Color3.new(1, 1, 1)
  153. FEArosiaGUI.TextSize = 20
  154. FEArosiaGUI.MouseButton1Down:connect(function()
  155. -- Thank you for using Arosia, enjoy!
  156.  
  157. -- Objects
  158.  
  159. local Arosia = Instance.new("ScreenGui")
  160. local SideTabsBrick = Instance.new("Frame")
  161. local icon = Instance.new("ImageLabel")
  162. local MainFrame = Instance.new("Frame")
  163. local TopRow = Instance.new("Frame")
  164. local Title = Instance.new("TextLabel")
  165. local CloseGUI = Instance.new("TextButton")
  166. local FE_Check = Instance.new("TextLabel")
  167. local SideTabs = Instance.new("Frame")
  168. local TAB_LocalPlayer = Instance.new("TextButton")
  169. local TAB_Others = Instance.new("TextButton")
  170. local TAB_Scripts = Instance.new("TextButton")
  171. local TAB_Credit = Instance.new("TextButton")
  172. local TAB_Games = Instance.new("TextButton")
  173. local Others = Instance.new("Frame")
  174. local PlayerUserEnter = Instance.new("TextBox")
  175. local Guidance = Instance.new("TextLabel")
  176. local Annoy = Instance.new("TextButton")
  177. local Teleport = Instance.new("TextButton")
  178. local View = Instance.new("TextButton")
  179. local Kill = Instance.new("TextButton")
  180. local Attach = Instance.new("TextButton")
  181. local Bring = Instance.new("TextButton")
  182. local Guidance2 = Instance.new("TextLabel")
  183. local NoneSelected = Instance.new("Frame")
  184. local NoneSelectedText1 = Instance.new("TextLabel")
  185. local NoneSelectedText2 = Instance.new("TextLabel")
  186. local NoneSelectedText3 = Instance.new("TextLabel")
  187. local LocalPlayer = Instance.new("Frame")
  188. local GodMode = Instance.new("TextButton")
  189. local Fly = Instance.new("TextButton")
  190. local Speed = Instance.new("TextButton")
  191. local Speed_TXTBOX = Instance.new("TextBox")
  192. local JumpHeight = Instance.new("TextButton")
  193. local JumpHeight_TXTBOX = Instance.new("TextBox")
  194. local Chat = Instance.new("TextButton")
  195. local Chat_TXTBOX = Instance.new("TextBox")
  196. local Respawn = Instance.new("TextButton")
  197. local HipHeight = Instance.new("TextButton")
  198. local HipHeight_TXTBOX = Instance.new("TextBox")
  199. local Noclip = Instance.new("TextButton")
  200. local Sit = Instance.new("TextButton")
  201. local Jump = Instance.new("TextButton")
  202. local HideName = Instance.new("TextButton")
  203. local Spam = Instance.new("TextButton")
  204. local Freeze = Instance.new("TextButton")
  205. local Btools = Instance.new("TextButton")
  206. local Spin = Instance.new("TextButton")
  207. local NoLimbs = Instance.new("TextButton")
  208. local Seizure = Instance.new("TextButton")
  209. local Games = Instance.new("Frame")
  210. local Scripts = Instance.new("Frame")
  211. local SideFrame = Instance.new("Frame")
  212. local SIDE_Title = Instance.new("TextLabel")
  213. local OpenGUI = Instance.new("TextButton")
  214. local SIDE_FE_Check = Instance.new("TextLabel")
  215. local getimage = game:GetService('ContentProvider')
  216. local ResetDefault = Instance.new("TextButton")
  217. local Push = Instance.new("TextButton")
  218. local ClientFreeze = Instance.new("TextButton")
  219. local Orbit = Instance.new("TextButton")
  220. local BringAll = Instance.new("TextButton")
  221. local AttachAll = Instance.new("TextButton")
  222. local Flatten = Instance.new("TextButton")
  223. local Guidance3 = Instance.new("TextLabel")
  224. local KillAll = Instance.new("TextButton")
  225. local Energize = Instance.new("TextButton")
  226. local GlitchMax = Instance.new("TextButton")
  227. local Energize_TXT = Instance.new("TextLabel")
  228. local GlitchMax_TXT = Instance.new("TextLabel")
  229. local Verspin = Instance.new("TextButton")
  230. local Verspin_TXT = Instance.new("TextLabel")
  231. local Temp = Instance.new("TextLabel")
  232. local Experimental = Instance.new("TextButton")
  233. local CHAOS = Instance.new("TextButton")
  234.  
  235. -- Properties
  236.  
  237. Arosia.Name = "Arosia"
  238. Arosia.Parent = game.CoreGui
  239.  
  240. MainFrame.Name = "MainFrame"
  241. MainFrame.Parent = Arosia
  242. MainFrame.Active = true
  243. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  244. MainFrame.BackgroundTransparency = 1
  245. MainFrame.Draggable = true
  246. MainFrame.Position = UDim2.new(0.309, 0, -1, 0)
  247. MainFrame.Size = UDim2.new(0, 448, 0, 334)
  248.  
  249. TopRow.Name = "TopRow"
  250. TopRow.Parent = MainFrame
  251. TopRow.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  252. TopRow.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  253. TopRow.BorderSizePixel = 2
  254. TopRow.Size = UDim2.new(0, 448, 0, 24)
  255. TopRow.ZIndex = 7
  256.  
  257. Title.Name = "Title"
  258. Title.Parent = TopRow
  259. Title.Active = true
  260. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  261. Title.BackgroundTransparency = 1
  262. Title.Size = UDim2.new(0, 90, 0, 24)
  263. Title.Font = Enum.Font.ArialBold
  264. Title.FontSize = Enum.FontSize.Size24
  265. Title.Text = "Arosia "
  266. Title.TextColor3 = Color3.new(0.368627, 0.976471, 0.262745)
  267. Title.TextScaled = true
  268. Title.TextSize = 19
  269. Title.TextWrapped = true
  270. Title.ZIndex = 8
  271.  
  272. CloseGUI.Name = "CloseGUI"
  273. CloseGUI.Parent = TopRow
  274. CloseGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  275. CloseGUI.BackgroundTransparency = 1
  276. CloseGUI.Position = UDim2.new(0.560000002, 166, 0.100000001, 0)
  277. CloseGUI.Size = UDim2.new(0, 38, 0, 24)
  278. CloseGUI.Font = Enum.Font.ArialBold
  279. CloseGUI.FontSize = Enum.FontSize.Size32
  280. CloseGUI.Text = "X"
  281. CloseGUI.TextColor3 = Color3.new(0.615686, 0, 0)
  282. CloseGUI.TextSize = 30
  283. CloseGUI.ZIndex = 8
  284.  
  285. FE_Check.Name = "FE_Check"
  286. FE_Check.Parent = TopRow
  287. FE_Check.BackgroundColor3 = Color3.new(1, 1, 1)
  288. FE_Check.BackgroundTransparency = 1
  289. FE_Check.Position = UDim2.new(0.291458786, 0, 0, 0)
  290. FE_Check.Size = UDim2.new(0, 223, 0, 24)
  291. FE_Check.Font = Enum.Font.Highway
  292. FE_Check.FontSize = Enum.FontSize.Size14
  293. FE_Check.Text = "Error loading FE Checker"
  294. FE_Check.TextColor3 = Color3.new(1, 1, 1)
  295. FE_Check.TextScaled = true
  296. FE_Check.TextSize = 14
  297. FE_Check.TextWrapped = true
  298. FE_Check.ZIndex = 8
  299.  
  300. SideTabs.Name = "SideTabs"
  301. SideTabs.Parent = MainFrame
  302. SideTabs.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  303. SideTabs.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  304. SideTabs.BorderSizePixel = 2
  305. SideTabs.Position = UDim2.new(0, 0, 0.0799999982, 0)
  306. SideTabs.Size = UDim2.new(0, 120, 0, 307)
  307. SideTabs.ZIndex = 5
  308.  
  309. TAB_LocalPlayer.Name = "TAB_LocalPlayer"
  310. TAB_LocalPlayer.Parent = SideTabs
  311. TAB_LocalPlayer.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  312. TAB_LocalPlayer.BorderSizePixel = 0
  313. TAB_LocalPlayer.Size = UDim2.new(0, 120, 0, 35)
  314. TAB_LocalPlayer.Font = Enum.Font.SourceSansBold
  315. TAB_LocalPlayer.FontSize = Enum.FontSize.Size24
  316. TAB_LocalPlayer.Text = "Local Player"
  317. TAB_LocalPlayer.TextColor3 = Color3.new(0.882353, 0.882353, 0.882353)
  318. TAB_LocalPlayer.TextSize = 23
  319. TAB_LocalPlayer.TextWrapped = true
  320. TAB_LocalPlayer.ZIndex = 6
  321.  
  322. TAB_Others.Name = "TAB_Others"
  323. TAB_Others.Parent = SideTabs
  324. TAB_Others.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  325. TAB_Others.BorderSizePixel = 0
  326. TAB_Others.Position = UDim2.new(0, 0, 0.130510315, 0)
  327. TAB_Others.Size = UDim2.new(0, 120, 0, 35)
  328. TAB_Others.Font = Enum.Font.SourceSansBold
  329. TAB_Others.FontSize = Enum.FontSize.Size28
  330. TAB_Others.Text = "Others"
  331. TAB_Others.TextColor3 = Color3.new(0.882353, 0.882353, 0.882353)
  332. TAB_Others.TextSize = 27
  333. TAB_Others.TextWrapped = true
  334. TAB_Others.ZIndex = 6
  335.  
  336. TAB_Scripts.Name = "TAB_Scripts"
  337. TAB_Scripts.Parent = SideTabs
  338. TAB_Scripts.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  339. TAB_Scripts.BorderSizePixel = 0
  340. TAB_Scripts.Position = UDim2.new(0, 0, 0.261020631, 0)
  341. TAB_Scripts.Size = UDim2.new(0, 120, 0, 35)
  342. TAB_Scripts.Font = Enum.Font.SourceSansBold
  343. TAB_Scripts.FontSize = Enum.FontSize.Size28
  344. TAB_Scripts.Text = "Scripts"
  345. TAB_Scripts.TextColor3 = Color3.new(0.882353, 0.882353, 0.882353)
  346. TAB_Scripts.TextSize = 27
  347. TAB_Scripts.TextWrapped = true
  348. TAB_Scripts.ZIndex = 6
  349.  
  350. TAB_Credit.Name = "TAB_Credit"
  351. TAB_Credit.Parent = SideTabs
  352. TAB_Credit.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  353. TAB_Credit.BorderSizePixel = 0
  354. TAB_Credit.Position = UDim2.new(0, 0, 0.880944669, 0)
  355. TAB_Credit.Size = UDim2.new(0, 120, 0, 37)
  356. TAB_Credit.Font = Enum.Font.SourceSansBold
  357. TAB_Credit.FontSize = Enum.FontSize.Size28
  358. TAB_Credit.Text = "illremember"
  359. TAB_Credit.TextColor3 = Color3.new(0.882353, 0.882353, 0.882353)
  360. TAB_Credit.TextSize = 25
  361. TAB_Credit.TextStrokeColor3 = Color3.new(1, 0, 0)
  362. TAB_Credit.TextStrokeTransparency = 0.80000001192093
  363. TAB_Credit.TextWrapped = true
  364. TAB_Credit.ZIndex = 6
  365.  
  366. TAB_Games.Name = "TAB_Games"
  367. TAB_Games.Parent = SideTabs
  368. TAB_Games.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  369. TAB_Games.BorderSizePixel = 0
  370. TAB_Games.Position = UDim2.new(0, 0, 0.391530931, 0)
  371. TAB_Games.Size = UDim2.new(0, 120, 0, 35)
  372. TAB_Games.Font = Enum.Font.SourceSansBold
  373. TAB_Games.FontSize = Enum.FontSize.Size28
  374. TAB_Games.Text = "Games"
  375. TAB_Games.TextColor3 = Color3.new(0.882353, 0.882353, 0.882353)
  376. TAB_Games.TextSize = 27
  377. TAB_Games.TextWrapped = true
  378. TAB_Games.ZIndex = 6
  379.  
  380. Others.Name = "Others"
  381. Others.Parent = MainFrame
  382. Others.BackgroundColor3 = Color3.new(0.8, 0.8, 0.8)
  383. Others.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  384. Others.BorderSizePixel = 2
  385. Others.Position = UDim2.new(0.31400001, -21, 0.180000007, -33)
  386. Others.Size = UDim2.new(0, 328, 0, 307)
  387. Others.Visible = false
  388.  
  389. PlayerUserEnter.Name = "PlayerUserEnter"
  390. PlayerUserEnter.Parent = Others
  391. PlayerUserEnter.BackgroundColor3 = Color3.new(0.65098, 0.65098, 0.65098)
  392. PlayerUserEnter.BorderSizePixel = 0
  393. PlayerUserEnter.Position = UDim2.new(0.0612446219, 0, 0.0978827327, 0)
  394. PlayerUserEnter.Size = UDim2.new(0, 286, 0, 26)
  395. PlayerUserEnter.Font = Enum.Font.SourceSans
  396. PlayerUserEnter.FontSize = Enum.FontSize.Size14
  397. PlayerUserEnter.Text = ""
  398. PlayerUserEnter.TextScaled = true
  399. PlayerUserEnter.TextSize = 14
  400. PlayerUserEnter.TextWrapped = true
  401.  
  402. Guidance.Name = "Guidance"
  403. Guidance.Parent = Others
  404. Guidance.BackgroundColor3 = Color3.new(1, 1, 1)
  405. Guidance.BackgroundTransparency = 1
  406. Guidance.Position = UDim2.new(0.183733866, 0, 0, 0)
  407. Guidance.Size = UDim2.new(0, 209, 0, 24)
  408. Guidance.Font = Enum.Font.ArialBold
  409. Guidance.FontSize = Enum.FontSize.Size14
  410. Guidance.Text = "Enter Player Username"
  411. Guidance.TextColor3 = Color3.new(0.258824, 0.690196, 0.211765)
  412. Guidance.TextScaled = true
  413. Guidance.TextSize = 14
  414. Guidance.TextWrapped = true
  415.  
  416. Annoy.Name = "Annoy"
  417. Annoy.Parent = Others
  418. Annoy.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  419. Annoy.BorderSizePixel = 0
  420. Annoy.Position = UDim2.new(0.0612553172, 0, 0.228393063, 0)
  421. Annoy.Size = UDim2.new(0, 78, 0, 26)
  422. Annoy.Font = Enum.Font.Arial
  423. Annoy.FontSize = Enum.FontSize.Size18
  424. Annoy.Text = "Annoy"
  425. Annoy.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  426. Annoy.TextSize = 18
  427. Annoy.TextWrapped = true
  428.  
  429. Teleport.Name = "Teleport"
  430. Teleport.Parent = Others
  431. Teleport.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  432. Teleport.BorderSizePixel = 0
  433. Teleport.Position = UDim2.new(0.367531896, 0, 0.228393063, 0)
  434. Teleport.Size = UDim2.new(0, 78, 0, 26)
  435. Teleport.Font = Enum.Font.Arial
  436. Teleport.FontSize = Enum.FontSize.Size18
  437. Teleport.Text = "Teleport"
  438. Teleport.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  439. Teleport.TextSize = 18
  440. Teleport.TextWrapped = true
  441.  
  442. View.Name = "View"
  443. View.Parent = Others
  444. View.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  445. View.BorderSizePixel = 0
  446. View.Position = UDim2.new(0.673808455, 0, 0.228393063, 0)
  447. View.Size = UDim2.new(0, 78, 0, 26)
  448. View.Font = Enum.Font.Arial
  449. View.FontSize = Enum.FontSize.Size18
  450. View.Text = "View"
  451. View.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  452. View.TextSize = 18
  453. View.TextWrapped = true
  454.  
  455. KillAll.Name = "KillAll"
  456. KillAll.Parent = Others
  457. KillAll.BackgroundColor3 = Color3.new(0.423529, 0.0862745, 0.0627451)
  458. KillAll.BorderSizePixel = 0
  459. KillAll.Position = UDim2.new(0.0612446219, 0, 0.880944669, 0)
  460. KillAll.Size = UDim2.new(0, 78, 0, 26)
  461. KillAll.Font = Enum.Font.Arial
  462. KillAll.FontSize = Enum.FontSize.Size18
  463. KillAll.Text = "Kill All"
  464. KillAll.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  465. KillAll.TextSize = 18
  466. KillAll.TextWrapped = true
  467.  
  468. Attach.Name = "Attach"
  469. Attach.Parent = Others
  470. Attach.BackgroundColor3 = Color3.new(0.415686, 0.423529, 0.0666667)
  471. Attach.BorderSizePixel = 0
  472. Attach.Position = UDim2.new(0.673808455, 0, 0.652551532, 0)
  473. Attach.Size = UDim2.new(0, 78, 0, 26)
  474. Attach.Font = Enum.Font.Arial
  475. Attach.FontSize = Enum.FontSize.Size18
  476. Attach.Text = "Attach"
  477. Attach.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  478. Attach.TextSize = 18
  479. Attach.TextWrapped = true
  480.  
  481. Bring.Name = "Bring"
  482. Bring.Parent = Others
  483. Bring.BackgroundColor3 = Color3.new(0.415686, 0.423529, 0.0666667)
  484. Bring.BorderSizePixel = 0
  485. Bring.Position = UDim2.new(0.367531896, 0, 0.652551532, 0)
  486. Bring.Size = UDim2.new(0, 78, 0, 26)
  487. Bring.Font = Enum.Font.Arial
  488. Bring.FontSize = Enum.FontSize.Size18
  489. Bring.Text = "Bring"
  490. Bring.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  491. Bring.TextSize = 18
  492. Bring.TextWrapped = true
  493.  
  494. Guidance2.Name = "Guidance2"
  495. Guidance2.Parent = Others
  496. Guidance2.BackgroundColor3 = Color3.new(1, 1, 1)
  497. Guidance2.BackgroundTransparency = 1
  498. Guidance2.Position = UDim2.new(0.153138295, 0, 0.522041261, 0)
  499. Guidance2.Size = UDim2.new(0, 227, 0, 40)
  500. Guidance2.Font = Enum.Font.ArialBold
  501. Guidance2.FontSize = Enum.FontSize.Size14
  502. Guidance2.Text = "Golden buttons require tools in your backpack before using"
  503. Guidance2.TextColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  504. Guidance2.TextScaled = true
  505. Guidance2.TextSize = 14
  506. Guidance2.TextStrokeColor3 = Color3.new(1, 0.870588, 0.223529)
  507. Guidance2.TextStrokeTransparency = 0.80000001192093
  508. Guidance2.TextWrapped = true
  509.  
  510. Kill.Name = "Kill"
  511. Kill.Parent = Others
  512. Kill.BackgroundColor3 = Color3.new(0.415686, 0.423529, 0.0666667)
  513. Kill.BorderSizePixel = 0
  514. Kill.Position = UDim2.new(0.0612553172, 0, 0.652551532, 0)
  515. Kill.Size = UDim2.new(0, 78, 0, 26)
  516. Kill.Font = Enum.Font.Arial
  517. Kill.FontSize = Enum.FontSize.Size18
  518. Kill.Text = "Kill"
  519. Kill.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  520. Kill.TextSize = 18
  521. Kill.TextWrapped = true
  522.  
  523. BringAll.Name = "Bring"
  524. BringAll.Parent = Others
  525. BringAll.BackgroundColor3 = Color3.new(0.423529, 0.0862745, 0.0627451)
  526. BringAll.BorderSizePixel = 0
  527. BringAll.Position = UDim2.new(0.367467731, 0, 0.880944669, 0)
  528. BringAll.Size = UDim2.new(0, 78, 0, 26)
  529. BringAll.Font = Enum.Font.Arial
  530. BringAll.FontSize = Enum.FontSize.Size18
  531. BringAll.Text = "Bring All"
  532. BringAll.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  533. BringAll.TextSize = 18
  534. BringAll.TextWrapped = true
  535.  
  536. AttachAll.Name = "Attach"
  537. AttachAll.Parent = Others
  538. AttachAll.BackgroundColor3 = Color3.new(0.423529, 0.0862745, 0.0627451)
  539. AttachAll.BorderSizePixel = 0
  540. AttachAll.Position = UDim2.new(0.673690796, 0, 0.880944669, 0)
  541. AttachAll.Size = UDim2.new(0, 78, 0, 26)
  542. AttachAll.Font = Enum.Font.Arial
  543. AttachAll.FontSize = Enum.FontSize.Size18
  544. AttachAll.Text = "Attach All"
  545. AttachAll.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  546. AttachAll.TextSize = 18
  547. AttachAll.TextWrapped = true
  548.  
  549. Flatten.Name = "Flatten"
  550. Flatten.Parent = Others
  551. Flatten.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  552. Flatten.BorderSizePixel = 0
  553. Flatten.Position = UDim2.new(0.367531896, 0, 0.424158514, 0)
  554. Flatten.Size = UDim2.new(0, 78, 0, 26)
  555. Flatten.Font = Enum.Font.Arial
  556. Flatten.FontSize = Enum.FontSize.Size18
  557. Flatten.Text = "Flatten"
  558. Flatten.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  559. Flatten.TextSize = 18
  560. Flatten.TextWrapped = true
  561.  
  562. Guidance3.Name = "Guidance3"
  563. Guidance3.Parent = Others
  564. Guidance3.BackgroundColor3 = Color3.new(1, 1, 1)
  565. Guidance3.BackgroundTransparency = 1
  566. Guidance3.Position = UDim2.new(0.153138295, 0, 0.750434279, 0)
  567. Guidance3.Size = UDim2.new(0, 227, 0, 40)
  568. Guidance3.Font = Enum.Font.ArialBold
  569. Guidance3.FontSize = Enum.FontSize.Size14
  570. Guidance3.Text = "Red buttons require many tools in your backpack before using"
  571. Guidance3.TextColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  572. Guidance3.TextScaled = true
  573. Guidance3.TextSize = 14
  574. Guidance3.TextStrokeColor3 = Color3.new(1, 0.266667, 0.137255)
  575. Guidance3.TextStrokeTransparency = 0.80000001192093
  576. Guidance3.TextWrapped = true
  577.  
  578. NoneSelected.Name = "NoneSelected"
  579. NoneSelected.Parent = MainFrame
  580. NoneSelected.BackgroundColor3 = Color3.new(0.8, 0.8, 0.8)
  581. NoneSelected.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  582. NoneSelected.BorderSizePixel = 2
  583. NoneSelected.Position = UDim2.new(0.31400001, -21, 0.180000007, -33)
  584. NoneSelected.Size = UDim2.new(0, 328, 0, 307)
  585.  
  586. NoneSelectedText1.Name = "NoneSelectedText1"
  587. NoneSelectedText1.Parent = NoneSelected
  588. NoneSelectedText1.BackgroundColor3 = Color3.new(1, 1, 1)
  589. NoneSelectedText1.BackgroundTransparency = 1
  590. NoneSelectedText1.Position = UDim2.new(0.184861064, 0, 0.0326275788, 0)
  591. NoneSelectedText1.Size = UDim2.new(0, 200, 0, 50)
  592. NoneSelectedText1.Font = Enum.Font.ArialBold
  593. NoneSelectedText1.FontSize = Enum.FontSize.Size14
  594. NoneSelectedText1.Text = "Arosia"
  595. NoneSelectedText1.TextColor3 = Color3.new(0.337255, 0.85098, 0.258824)
  596. NoneSelectedText1.TextScaled = true
  597. NoneSelectedText1.TextSize = 14
  598. NoneSelectedText1.TextWrapped = true
  599.  
  600. NoneSelectedText2.Name = "NoneSelectedText2"
  601. NoneSelectedText2.Parent = NoneSelected
  602. NoneSelectedText2.BackgroundColor3 = Color3.new(1, 1, 1)
  603. NoneSelectedText2.BackgroundTransparency = 1
  604. NoneSelectedText2.Position = UDim2.new(0.184861064, -31, 0.195765465, 0)
  605. NoneSelectedText2.Size = UDim2.new(0, 272, 0, 72)
  606. NoneSelectedText2.Font = Enum.Font.ArialBold
  607. NoneSelectedText2.FontSize = Enum.FontSize.Size14
  608. NoneSelectedText2.Text = "Dedicated to bringing power into FE games"
  609. NoneSelectedText2.TextColor3 = Color3.new(0.458824, 0.458824, 0.458824)
  610. NoneSelectedText2.TextScaled = true
  611. NoneSelectedText2.TextSize = 14
  612. NoneSelectedText2.TextWrapped = true
  613.  
  614. NoneSelectedText3.Name = "NoneSelectedText3"
  615. NoneSelectedText3.Parent = NoneSelected
  616. NoneSelectedText3.BackgroundColor3 = Color3.new(1, 1, 1)
  617. NoneSelectedText3.BackgroundTransparency = 1
  618. NoneSelectedText3.Position = UDim2.new(0.0918669328, 0, 0.652551532, 0)
  619. NoneSelectedText3.Size = UDim2.new(0, 272, 0, 72)
  620. NoneSelectedText3.Font = Enum.Font.ArialBold
  621. NoneSelectedText3.FontSize = Enum.FontSize.Size14
  622. NoneSelectedText3.Text = "By illremember"
  623. NoneSelectedText3.TextColor3 = Color3.new(0.458824, 0.458824, 0.458824)
  624. NoneSelectedText3.TextScaled = true
  625. NoneSelectedText3.TextSize = 14
  626. NoneSelectedText3.TextStrokeColor3 = Color3.new(1, 0.027451, 0.027451)
  627. NoneSelectedText3.TextStrokeTransparency = 0.89999997615814
  628. NoneSelectedText3.TextWrapped = true
  629.  
  630. LocalPlayer.Name = "LocalPlayer"
  631. LocalPlayer.Parent = MainFrame
  632. LocalPlayer.BackgroundColor3 = Color3.new(0.8, 0.8, 0.8)
  633. LocalPlayer.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  634. LocalPlayer.BorderSizePixel = 2
  635. LocalPlayer.Position = UDim2.new(0.31400001, -21, 0.180000007, -33)
  636. LocalPlayer.Size = UDim2.new(0, 328, 0, 307)
  637. LocalPlayer.Visible = false
  638.  
  639. GodMode.Name = "GodMode"
  640. GodMode.Parent = LocalPlayer
  641. GodMode.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  642. GodMode.BorderSizePixel = 0
  643. GodMode.Position = UDim2.new(0.0306223109, 0, 0.0326275788, 0)
  644. GodMode.Size = UDim2.new(0, 80, 0, 26)
  645. GodMode.Font = Enum.Font.Arial
  646. GodMode.FontSize = Enum.FontSize.Size18
  647. GodMode.Text = "GodMode"
  648. GodMode.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  649. GodMode.TextSize = 18
  650. GodMode.TextWrapped = true
  651.  
  652. Fly.Name = "Fly"
  653. Fly.Parent = LocalPlayer
  654. Fly.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  655. Fly.BorderSizePixel = 0
  656. Fly.Position = UDim2.new(0.398090035, 0, 0.0326275788, 0)
  657. Fly.Size = UDim2.new(0, 80, 0, 26)
  658. Fly.Font = Enum.Font.Arial
  659. Fly.FontSize = Enum.FontSize.Size18
  660. Fly.Text = "Fly"
  661. Fly.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  662. Fly.TextSize = 18
  663. Fly.TextWrapped = true
  664.  
  665. Speed.Name = "Speed"
  666. Speed.Parent = LocalPlayer
  667. Speed.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  668. Speed.BorderSizePixel = 0
  669. Speed.Position = UDim2.new(0.0306223109, 0, 0.261020631, 0)
  670. Speed.Size = UDim2.new(0, 80, 0, 26)
  671. Speed.Font = Enum.Font.Arial
  672. Speed.FontSize = Enum.FontSize.Size18
  673. Speed.Text = "Speed"
  674. Speed.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  675. Speed.TextSize = 18
  676. Speed.TextWrapped = true
  677.  
  678. Speed_TXTBOX.Name = "Speed_TXTBOX"
  679. Speed_TXTBOX.Parent = LocalPlayer
  680. Speed_TXTBOX.BackgroundColor3 = Color3.new(0.65098, 0.65098, 0.65098)
  681. Speed_TXTBOX.BorderSizePixel = 0
  682. Speed_TXTBOX.Position = UDim2.new(0.275600791, 0, 0.261020631, 0)
  683. Speed_TXTBOX.Size = UDim2.new(0, 40, 0, 26)
  684. Speed_TXTBOX.Font = Enum.Font.SourceSans
  685. Speed_TXTBOX.FontSize = Enum.FontSize.Size14
  686. Speed_TXTBOX.Text = ""
  687. Speed_TXTBOX.TextScaled = true
  688. Speed_TXTBOX.TextSize = 14
  689. Speed_TXTBOX.TextWrapped = true
  690.  
  691. JumpHeight.Name = "JumpHeight"
  692. JumpHeight.Parent = LocalPlayer
  693. JumpHeight.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  694. JumpHeight.BorderSizePixel = 0
  695. JumpHeight.Position = UDim2.new(0.459334642, 0, 0.261020631, 0)
  696. JumpHeight.Size = UDim2.new(0, 80, 0, 26)
  697. JumpHeight.Font = Enum.Font.Arial
  698. JumpHeight.FontSize = Enum.FontSize.Size18
  699. JumpHeight.Text = "JumpHeight"
  700. JumpHeight.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  701. JumpHeight.TextSize = 15
  702. JumpHeight.TextWrapped = true
  703.  
  704. JumpHeight_TXTBOX.Name = "JumpHeight_TXTBOX"
  705. JumpHeight_TXTBOX.Parent = LocalPlayer
  706. JumpHeight_TXTBOX.BackgroundColor3 = Color3.new(0.65098, 0.65098, 0.65098)
  707. JumpHeight_TXTBOX.BorderSizePixel = 0
  708. JumpHeight_TXTBOX.Position = UDim2.new(0.704313159, 0, 0.261020631, 0)
  709. JumpHeight_TXTBOX.Size = UDim2.new(0, 40, 0, 26)
  710. JumpHeight_TXTBOX.Font = Enum.Font.SourceSans
  711. JumpHeight_TXTBOX.FontSize = Enum.FontSize.Size14
  712. JumpHeight_TXTBOX.Text = ""
  713. JumpHeight_TXTBOX.TextScaled = true
  714. JumpHeight_TXTBOX.TextSize = 14
  715. JumpHeight_TXTBOX.TextWrapped = true
  716.  
  717. Chat.Name = "Chat"
  718. Chat.Parent = LocalPlayer
  719. Chat.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  720. Chat.BorderSizePixel = 0
  721. Chat.Position = UDim2.new(0.0306223109, 0, 0.456786126, 0)
  722. Chat.Size = UDim2.new(0, 80, 0, 26)
  723. Chat.Font = Enum.Font.Arial
  724. Chat.FontSize = Enum.FontSize.Size18
  725. Chat.Text = "Chat"
  726. Chat.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  727. Chat.TextSize = 18
  728. Chat.TextWrapped = true
  729.  
  730. Chat_TXTBOX.Name = "Chat_TXTBOX"
  731. Chat_TXTBOX.Parent = LocalPlayer
  732. Chat_TXTBOX.BackgroundColor3 = Color3.new(0.65098, 0.65098, 0.65098)
  733. Chat_TXTBOX.BorderSizePixel = 0
  734. Chat_TXTBOX.Position = UDim2.new(0.275600791, 0, 0.456786126, 0)
  735. Chat_TXTBOX.Size = UDim2.new(0, 222, 0, 26)
  736. Chat_TXTBOX.Font = Enum.Font.SourceSans
  737. Chat_TXTBOX.FontSize = Enum.FontSize.Size14
  738. Chat_TXTBOX.Text = ""
  739. Chat_TXTBOX.TextScaled = true
  740. Chat_TXTBOX.TextSize = 14
  741. Chat_TXTBOX.TextWrapped = true
  742.  
  743. Respawn.Name = "Respawn"
  744. Respawn.Parent = LocalPlayer
  745. Respawn.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  746. Respawn.BorderSizePixel = 0
  747. Respawn.Position = UDim2.new(0.734935462, 0, 0.0326275788, 0)
  748. Respawn.Size = UDim2.new(0, 80, 0, 26)
  749. Respawn.Font = Enum.Font.Arial
  750. Respawn.FontSize = Enum.FontSize.Size18
  751. Respawn.Text = "Respawn"
  752. Respawn.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  753. Respawn.TextSize = 18
  754. Respawn.TextWrapped = true
  755.  
  756. HipHeight.Name = "HipHeight"
  757. HipHeight.Parent = LocalPlayer
  758. HipHeight.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  759. HipHeight.BorderSizePixel = 0
  760. HipHeight.Position = UDim2.new(0.0306223109, 0, 0.358903378, 0)
  761. HipHeight.Size = UDim2.new(0, 80, 0, 26)
  762. HipHeight.Font = Enum.Font.Arial
  763. HipHeight.FontSize = Enum.FontSize.Size18
  764. HipHeight.Text = "HipHeight"
  765. HipHeight.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  766. HipHeight.TextSize = 18
  767. HipHeight.TextWrapped = true
  768.  
  769. HipHeight_TXTBOX.Name = "HipHeight_TXTBOX"
  770. HipHeight_TXTBOX.Parent = LocalPlayer
  771. HipHeight_TXTBOX.BackgroundColor3 = Color3.new(0.65098, 0.65098, 0.65098)
  772. HipHeight_TXTBOX.BorderSizePixel = 0
  773. HipHeight_TXTBOX.Position = UDim2.new(0.275600791, 0, 0.358903378, 0)
  774. HipHeight_TXTBOX.Size = UDim2.new(0, 40, 0, 26)
  775. HipHeight_TXTBOX.Font = Enum.Font.SourceSans
  776. HipHeight_TXTBOX.FontSize = Enum.FontSize.Size14
  777. HipHeight_TXTBOX.Text = ""
  778. HipHeight_TXTBOX.TextScaled = true
  779. HipHeight_TXTBOX.TextSize = 14
  780. HipHeight_TXTBOX.TextWrapped = true
  781.  
  782. Noclip.Name = "Noclip"
  783. Noclip.Parent = LocalPlayer
  784. Noclip.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  785. Noclip.BorderSizePixel = 0
  786. Noclip.Position = UDim2.new(0.0306223109, 0, 0.130510315, 0)
  787. Noclip.Size = UDim2.new(0, 80, 0, 26)
  788. Noclip.Font = Enum.Font.Arial
  789. Noclip.FontSize = Enum.FontSize.Size18
  790. Noclip.Text = "Noclip"
  791. Noclip.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  792. Noclip.TextSize = 18
  793. Noclip.TextWrapped = true
  794.  
  795. Sit.Name = "Sit"
  796. Sit.Parent = LocalPlayer
  797. Sit.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  798. Sit.BorderSizePixel = 0
  799. Sit.Position = UDim2.new(0.398090035, 0, 0.130510315, 0)
  800. Sit.Size = UDim2.new(0, 80, 0, 26)
  801. Sit.Font = Enum.Font.Arial
  802. Sit.FontSize = Enum.FontSize.Size18
  803. Sit.Text = "Sit"
  804. Sit.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  805. Sit.TextSize = 18
  806. Sit.TextWrapped = true
  807.  
  808. Jump.Name = "Jump"
  809. Jump.Parent = LocalPlayer
  810. Jump.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  811. Jump.BorderSizePixel = 0
  812. Jump.Position = UDim2.new(0.734935462, 0, 0.130510315, 0)
  813. Jump.Size = UDim2.new(0, 80, 0, 26)
  814. Jump.Font = Enum.Font.Arial
  815. Jump.FontSize = Enum.FontSize.Size18
  816. Jump.Text = "Jump"
  817. Jump.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  818. Jump.TextSize = 18
  819. Jump.TextWrapped = true
  820.  
  821. HideName.Name = "HideName"
  822. HideName.Parent = LocalPlayer
  823. HideName.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  824. HideName.BorderSizePixel = 0
  825. HideName.Position = UDim2.new(0.0306223109, 0, 0.880944669, 0)
  826. HideName.Size = UDim2.new(0, 80, 0, 26)
  827. HideName.Font = Enum.Font.Arial
  828. HideName.FontSize = Enum.FontSize.Size18
  829. HideName.Text = "HideName"
  830. HideName.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  831. HideName.TextSize = 18
  832. HideName.TextWrapped = true
  833.  
  834. Spam.Name = "Spam"
  835. Spam.Parent = LocalPlayer
  836. Spam.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  837. Spam.BorderSizePixel = 0
  838. Spam.Position = UDim2.new(0.0306223109, 0, 0.554668844, 0)
  839. Spam.Size = UDim2.new(0, 80, 0, 26)
  840. Spam.Font = Enum.Font.Arial
  841. Spam.FontSize = Enum.FontSize.Size18
  842. Spam.Text = "Spam"
  843. Spam.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  844. Spam.TextSize = 18
  845. Spam.TextWrapped = true
  846.  
  847. Freeze.Name = "Freeze"
  848. Freeze.Parent = LocalPlayer
  849. Freeze.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  850. Freeze.BorderSizePixel = 0
  851. Freeze.Position = UDim2.new(0.398090035, 0, 0.880944669, 0)
  852. Freeze.Size = UDim2.new(0, 80, 0, 26)
  853. Freeze.Font = Enum.Font.Arial
  854. Freeze.FontSize = Enum.FontSize.Size18
  855. Freeze.Text = "Freeze"
  856. Freeze.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  857. Freeze.TextSize = 18
  858. Freeze.TextWrapped = true
  859.  
  860. Btools.Name = "Btools"
  861. Btools.Parent = LocalPlayer
  862. Btools.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  863. Btools.BorderSizePixel = 0
  864. Btools.Position = UDim2.new(0.0306223109, 0, 0.783061862, 0)
  865. Btools.Size = UDim2.new(0, 80, 0, 26)
  866. Btools.Font = Enum.Font.Arial
  867. Btools.FontSize = Enum.FontSize.Size18
  868. Btools.Text = "Btools"
  869. Btools.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  870. Btools.TextSize = 18
  871. Btools.TextWrapped = true
  872.  
  873. Spin.Name = "Spin"
  874. Spin.Parent = LocalPlayer
  875. Spin.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  876. Spin.BorderSizePixel = 0
  877. Spin.Position = UDim2.new(0.398090035, 0, 0.783061862, 0)
  878. Spin.Size = UDim2.new(0, 80, 0, 26)
  879. Spin.Font = Enum.Font.Arial
  880. Spin.FontSize = Enum.FontSize.Size18
  881. Spin.Text = "Spin"
  882. Spin.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  883. Spin.TextSize = 18
  884. Spin.TextWrapped = true
  885.  
  886. NoLimbs.Name = "NoLimbs"
  887. NoLimbs.Parent = LocalPlayer
  888. NoLimbs.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  889. NoLimbs.BorderSizePixel = 0
  890. NoLimbs.Position = UDim2.new(0.734935462, 0, 0.880944669, 0)
  891. NoLimbs.Size = UDim2.new(0, 80, 0, 26)
  892. NoLimbs.Font = Enum.Font.Arial
  893. NoLimbs.FontSize = Enum.FontSize.Size18
  894. NoLimbs.Text = "NoLimbs"
  895. NoLimbs.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  896. NoLimbs.TextSize = 18
  897. NoLimbs.TextWrapped = true
  898.  
  899. Seizure.Name = "Seizure"
  900. Seizure.Parent = LocalPlayer
  901. Seizure.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  902. Seizure.BorderSizePixel = 0
  903. Seizure.Position = UDim2.new(0.734935462, 0, 0.783061862, 0)
  904. Seizure.Size = UDim2.new(0, 80, 0, 26)
  905. Seizure.Font = Enum.Font.Arial
  906. Seizure.FontSize = Enum.FontSize.Size18
  907. Seizure.Text = "Seizure"
  908. Seizure.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  909. Seizure.TextSize = 18
  910. Seizure.TextWrapped = true
  911.  
  912. Games.Name = "Games"
  913. Games.Parent = MainFrame
  914. Games.BackgroundColor3 = Color3.new(0.8, 0.8, 0.8)
  915. Games.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  916. Games.BorderSizePixel = 2
  917. Games.Position = UDim2.new(0.31400001, -21, 0.180000007, -33)
  918. Games.Size = UDim2.new(0, 328, 0, 307)
  919. Games.Visible = false
  920.  
  921. Scripts.Name = "Scripts"
  922. Scripts.Parent = MainFrame
  923. Scripts.BackgroundColor3 = Color3.new(0.8, 0.8, 0.8)
  924. Scripts.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  925. Scripts.BorderSizePixel = 2
  926. Scripts.Position = UDim2.new(0.31400001, -21, 0.180000007, -33)
  927. Scripts.Size = UDim2.new(0, 328, 0, 307)
  928. Scripts.Visible = false
  929.  
  930. Energize.Name = "Energize"
  931. Energize.Parent = Scripts
  932. Energize.BackgroundColor3 = Color3.new(0.960784, 0.419608, 0.145098)
  933. Energize.BorderColor3 = Color3.new(0.960784, 0.419608, 0.145098)
  934. Energize.BorderSizePixel = 3
  935. Energize.Position = UDim2.new(0.183430299, 0, 0.0326275788, 0)
  936. Energize.Size = UDim2.new(0, 200, 0, 30)
  937. Energize.Font = Enum.Font.ArialBold
  938. Energize.FontSize = Enum.FontSize.Size18
  939. Energize.Text = "Animation GUI for R6/R15"
  940. Energize.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  941. Energize.TextScaled = true
  942. Energize.TextSize = 18
  943. Energize.TextWrapped = true
  944.  
  945. GlitchMax.Name = "GlitchMax"
  946. GlitchMax.Parent = Scripts
  947. GlitchMax.BackgroundColor3 = Color3.new(0.298039, 0.509804, 0.901961)
  948. GlitchMax.BorderColor3 = Color3.new(0.298039, 0.509804, 0.901961)
  949. GlitchMax.BorderSizePixel = 3
  950. GlitchMax.Position = UDim2.new(0.183430299, 0, 0.358903378, 0)
  951. GlitchMax.Size = UDim2.new(0, 200, 0, 30)
  952. GlitchMax.Font = Enum.Font.ArialBold
  953. GlitchMax.FontSize = Enum.FontSize.Size28
  954. GlitchMax.Text = "GlitchMax GUI"
  955. GlitchMax.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  956. GlitchMax.TextSize = 25
  957. GlitchMax.TextWrapped = true
  958.  
  959. Energize_TXT.Name = "Energize_TXT"
  960. Energize_TXT.Parent = Scripts
  961. Energize_TXT.BackgroundColor3 = Color3.new(0.639216, 0.639216, 0.639216)
  962. Energize_TXT.BorderColor3 = Color3.new(0.960784, 0.419608, 0.145098)
  963. Energize_TXT.BorderSizePixel = 3
  964. Energize_TXT.Position = UDim2.new(0.183430299, 0, 0.130510315, 0)
  965. Energize_TXT.Size = UDim2.new(0, 200, 0, 50)
  966. Energize_TXT.Font = Enum.Font.SourceSansSemibold
  967. Energize_TXT.FontSize = Enum.FontSize.Size14
  968. Energize_TXT.Text = "Use cool animations on yourself!"
  969. Energize_TXT.TextScaled = true
  970. Energize_TXT.TextSize = 14
  971. Energize_TXT.TextStrokeColor3 = Color3.new(1, 0.533333, 0.152941)
  972. Energize_TXT.TextStrokeTransparency = 0.89999997615814
  973. Energize_TXT.TextWrapped = true
  974.  
  975. GlitchMax_TXT.Name = "GlitchMax_TXT"
  976. GlitchMax_TXT.Parent = Scripts
  977. GlitchMax_TXT.BackgroundColor3 = Color3.new(0.639216, 0.639216, 0.639216)
  978. GlitchMax_TXT.BorderColor3 = Color3.new(0.298039, 0.509804, 0.901961)
  979. GlitchMax_TXT.BorderSizePixel = 3
  980. GlitchMax_TXT.Position = UDim2.new(0.183430299, 0, 0.456786126, 0)
  981. GlitchMax_TXT.Size = UDim2.new(0, 200, 0, 50)
  982. GlitchMax_TXT.Font = Enum.Font.SourceSansSemibold
  983. GlitchMax_TXT.FontSize = Enum.FontSize.Size14
  984. GlitchMax_TXT.Text = "Annoy/glitch people in the server!"
  985. GlitchMax_TXT.TextScaled = true
  986. GlitchMax_TXT.TextSize = 14
  987. GlitchMax_TXT.TextStrokeColor3 = Color3.new(0, 0.819608, 1)
  988. GlitchMax_TXT.TextStrokeTransparency = 0.89999997615814
  989. GlitchMax_TXT.TextWrapped = true
  990.  
  991. Verspin.Name = "Verspin"
  992. Verspin.Parent = Scripts
  993. Verspin.BackgroundColor3 = Color3.new(0.278431, 0.827451, 0.109804)
  994. Verspin.BorderColor3 = Color3.new(0.278431, 0.827451, 0.109804)
  995. Verspin.BorderSizePixel = 3
  996. Verspin.Position = UDim2.new(0.183430299, 0, 0.685179174, 0)
  997. Verspin.Size = UDim2.new(0, 200, 0, 30)
  998. Verspin.Font = Enum.Font.ArialBold
  999. Verspin.FontSize = Enum.FontSize.Size28
  1000. Verspin.Text = "Verspin GUI"
  1001. Verspin.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  1002. Verspin.TextSize = 25
  1003. Verspin.TextWrapped = true
  1004.  
  1005. Verspin_TXT.Name = "Verspin_TXT"
  1006. Verspin_TXT.Parent = Scripts
  1007. Verspin_TXT.BackgroundColor3 = Color3.new(0.639216, 0.639216, 0.639216)
  1008. Verspin_TXT.BorderColor3 = Color3.new(0.278431, 0.827451, 0.109804)
  1009. Verspin_TXT.BorderSizePixel = 3
  1010. Verspin_TXT.Position = UDim2.new(0.183430299, 0, 0.783061862, 0)
  1011. Verspin_TXT.Size = UDim2.new(0, 200, 0, 50)
  1012. Verspin_TXT.Font = Enum.Font.SourceSansSemibold
  1013. Verspin_TXT.FontSize = Enum.FontSize.Size14
  1014. Verspin_TXT.Text = "Kill/Bring/Attach players with tools!"
  1015. Verspin_TXT.TextScaled = true
  1016. Verspin_TXT.TextSize = 14
  1017. Verspin_TXT.TextStrokeColor3 = Color3.new(1, 0.533333, 0.152941)
  1018. Verspin_TXT.TextStrokeTransparency = 0.89999997615814
  1019. Verspin_TXT.TextWrapped = true
  1020.  
  1021. SideFrame.Name = "SideFrame"
  1022. SideFrame.Parent = Arosia
  1023. SideFrame.Active = true
  1024. SideFrame.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  1025. SideFrame.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  1026. SideFrame.BorderSizePixel = 2
  1027. SideFrame.Draggable = true
  1028. SideFrame.Position = UDim2.new(0.308999985, 0, 0.182999998, 0)
  1029. SideFrame.Size = UDim2.new(0, 448, 0, 334)
  1030. SideFrame.Visible = false
  1031. SideFrame.ZIndex = 9
  1032.  
  1033. SIDE_Title.Name = "SIDE_Title"
  1034. SIDE_Title.Parent = SideFrame
  1035. SIDE_Title.Active = true
  1036. SIDE_Title.BackgroundColor3 = Color3.new(1, 1, 1)
  1037. SIDE_Title.BackgroundTransparency = 1
  1038. SIDE_Title.Size = UDim2.new(0, 90, 0, 24)
  1039. SIDE_Title.Font = Enum.Font.ArialBold
  1040. SIDE_Title.FontSize = Enum.FontSize.Size24
  1041. SIDE_Title.Text = "Arosia "
  1042. SIDE_Title.TextColor3 = Color3.new(0.368627, 0.976471, 0.262745)
  1043. SIDE_Title.TextScaled = true
  1044. SIDE_Title.TextSize = 19
  1045. SIDE_Title.TextWrapped = true
  1046. SIDE_Title.ZIndex = 10
  1047.  
  1048. OpenGUI.Name = "OpenGUI"
  1049. OpenGUI.Parent = SideFrame
  1050. OpenGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  1051. OpenGUI.BackgroundTransparency = 1
  1052. OpenGUI.Position = UDim2.new(0.560000002, 166, 0.100000001, 0)
  1053. OpenGUI.Size = UDim2.new(0, 38, 0, 24)
  1054. OpenGUI.Font = Enum.Font.ArialBold
  1055. OpenGUI.FontSize = Enum.FontSize.Size32
  1056. OpenGUI.Text = "X"
  1057. OpenGUI.TextColor3 = Color3.new(0.615686, 0, 0)
  1058. OpenGUI.TextSize = 30
  1059. OpenGUI.ZIndex = 10
  1060.  
  1061. SIDE_FE_Check.Name = "SIDE_FE_Check"
  1062. SIDE_FE_Check.Parent = SideFrame
  1063. SIDE_FE_Check.BackgroundColor3 = Color3.new(1, 1, 1)
  1064. SIDE_FE_Check.BackgroundTransparency = 1
  1065. SIDE_FE_Check.Position = UDim2.new(0.291458786, 0, 0, 0)
  1066. SIDE_FE_Check.Size = UDim2.new(0, 223, 0, 24)
  1067. SIDE_FE_Check.Font = Enum.Font.Highway
  1068. SIDE_FE_Check.FontSize = Enum.FontSize.Size14
  1069. SIDE_FE_Check.Text = "Error loading FE Checker"
  1070. SIDE_FE_Check.TextColor3 = Color3.new(1, 1, 1)
  1071. SIDE_FE_Check.TextScaled = true
  1072. SIDE_FE_Check.TextSize = 14
  1073. SIDE_FE_Check.TextWrapped = true
  1074. SIDE_FE_Check.ZIndex = 10
  1075.  
  1076. icon.Name = "icon"
  1077. icon.Parent = SideTabs
  1078. icon.BackgroundColor3 = Color3.new(1, 1, 1)
  1079. icon.BackgroundTransparency = 1
  1080. icon.Position = UDim2.new(0, 0, 0.51, 0)
  1081. icon.Size = UDim2.new(0, 120, 0, 110)
  1082. icon.Image = "http://www.roblox.com/asset/?id=1227728863"
  1083. icon.ZIndex = 6
  1084.  
  1085. SideTabsBrick.Name = "SideTabsBrick"
  1086. SideTabsBrick.Parent = MainFrame
  1087. SideTabsBrick.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  1088. SideTabsBrick.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  1089. SideTabsBrick.BorderSizePixel = 0
  1090. SideTabsBrick.Position = UDim2.new(0.270000011, 0, 0.0799999982, 0)
  1091. SideTabsBrick.Size = UDim2.new(0, 0, 0, 307)
  1092.  
  1093. ResetDefault.Name = "ResetDefault"
  1094. ResetDefault.Parent = LocalPlayer
  1095. ResetDefault.BackgroundColor3 = Color3.new(0.6, 0.192157, 0.192157)
  1096. ResetDefault.BorderSizePixel = 0
  1097. ResetDefault.Position = UDim2.new(0.30627659, 0, 0.554668844, 0)
  1098. ResetDefault.Size = UDim2.new(0, 107, 0, 26)
  1099. ResetDefault.Font = Enum.Font.Arial
  1100. ResetDefault.FontSize = Enum.FontSize.Size18
  1101. ResetDefault.Text = "ResetDefault"
  1102. ResetDefault.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  1103. ResetDefault.TextSize = 18
  1104. ResetDefault.TextWrapped = true
  1105.  
  1106. Push.Name = "Push"
  1107. Push.Parent = Others
  1108. Push.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  1109. Push.BorderSizePixel = 0
  1110. Push.Position = UDim2.new(0.0612553172, 0, 0.326499889, 0)
  1111. Push.Size = UDim2.new(0, 78, 0, 26)
  1112. Push.Font = Enum.Font.Arial
  1113. Push.FontSize = Enum.FontSize.Size18
  1114. Push.Text = "Push"
  1115. Push.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  1116. Push.TextSize = 18
  1117. Push.TextWrapped = true
  1118.  
  1119. ClientFreeze.Name = "ClientFreeze"
  1120. ClientFreeze.Parent = Others
  1121. ClientFreeze.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  1122. ClientFreeze.BorderSizePixel = 0
  1123. ClientFreeze.Position = UDim2.new(0.367531896, 0, 0.326499889, 0)
  1124. ClientFreeze.Size = UDim2.new(0, 78, 0, 26)
  1125. ClientFreeze.Font = Enum.Font.Arial
  1126. ClientFreeze.FontSize = Enum.FontSize.Size14
  1127. ClientFreeze.Text = "ClientFreeze"
  1128. ClientFreeze.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  1129. ClientFreeze.TextSize = 14
  1130. ClientFreeze.TextWrapped = true
  1131.  
  1132. Orbit.Name = "Orbit"
  1133. Orbit.Parent = Others
  1134. Orbit.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  1135. Orbit.BorderSizePixel = 0
  1136. Orbit.Position = UDim2.new(0.673808455, 0, 0.326499889, 0)
  1137. Orbit.Size = UDim2.new(0, 78, 0, 26)
  1138. Orbit.Font = Enum.Font.Arial
  1139. Orbit.FontSize = Enum.FontSize.Size18
  1140. Orbit.Text = "Orbit"
  1141. Orbit.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  1142. Orbit.TextSize = 18
  1143. Orbit.TextWrapped = true
  1144.  
  1145. KillAll.Name = "KillAll"
  1146. KillAll.Parent = Others
  1147. KillAll.BackgroundColor3 = Color3.new(0.423529, 0.0862745, 0.0627451)
  1148. KillAll.BorderSizePixel = 0
  1149. KillAll.Position = UDim2.new(0.0612446219, 0, 0.880944669, 0)
  1150. KillAll.Size = UDim2.new(0, 78, 0, 26)
  1151. KillAll.Font = Enum.Font.Arial
  1152. KillAll.FontSize = Enum.FontSize.Size18
  1153. KillAll.Text = "Kill All"
  1154. KillAll.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  1155. KillAll.TextSize = 18
  1156. KillAll.TextWrapped = true
  1157.  
  1158. Temp.Name = "Temp"
  1159. Temp.Parent = Games
  1160. Temp.BackgroundColor3 = Color3.new(1, 1, 1)
  1161. Temp.BackgroundTransparency = 1
  1162. Temp.Position = UDim2.new(0.183430299, -60, 0.456786126, -17)
  1163. Temp.Rotation = -30
  1164. Temp.Size = UDim2.new(0, 328, 0, 60)
  1165. Temp.Font = Enum.Font.Highway
  1166. Temp.FontSize = Enum.FontSize.Size14
  1167. Temp.Text = "Coming soon!"
  1168. Temp.TextScaled = true
  1169. Temp.TextSize = 14
  1170. Temp.TextStrokeColor3 = Color3.new(0.192157, 1, 0.733333)
  1171. Temp.TextStrokeTransparency = 0
  1172. Temp.TextWrapped = true
  1173.  
  1174. Experimental.Name = "Experimental"
  1175. Experimental.Parent = Others
  1176. Experimental.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  1177. Experimental.BorderSizePixel = 0
  1178. Experimental.Position = UDim2.new(0.0611434318, 0, 0.424158514, 0)
  1179. Experimental.Size = UDim2.new(0, 78, 0, 26)
  1180. Experimental.Font = Enum.Font.Arial
  1181. Experimental.FontSize = Enum.FontSize.Size14
  1182. Experimental.Text = "Experimental"
  1183. Experimental.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  1184. Experimental.TextSize = 14
  1185. Experimental.TextWrapped = true
  1186.  
  1187. CHAOS.Name = "CHAOS"
  1188. CHAOS.Parent = Others
  1189. CHAOS.BackgroundColor3 = Color3.new(0.0431373, 0.231373, 0.0862745)
  1190. CHAOS.BorderSizePixel = 0
  1191. CHAOS.Position = UDim2.new(0.672577739, 0, 0.424158514, 0)
  1192. CHAOS.Size = UDim2.new(0, 78, 0, 26)
  1193. CHAOS.Font = Enum.Font.Arial
  1194. CHAOS.FontSize = Enum.FontSize.Size18
  1195. CHAOS.Text = "CHAOS"
  1196. CHAOS.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
  1197. CHAOS.TextSize = 18
  1198. CHAOS.TextWrapped = true
  1199.  
  1200. -- Buttons
  1201. if game.Workspace.FilteringEnabled == false then
  1202.     FE_Check.Text = "FE is disabled"
  1203.     FE_Check.TextColor3 = Color3.fromRGB(200,10,10)
  1204.     SIDE_FE_Check.Text = "FE is disabled"
  1205.     SIDE_FE_Check.TextColor3 = Color3.fromRGB(200,10,10)
  1206. else
  1207.     FE_Check.Text = "FE is enabled"
  1208.     FE_Check.TextColor3 = Color3.fromRGB(10,200,10)
  1209.     SIDE_FE_Check.Text = "FE is enabled"
  1210.     SIDE_FE_Check.TextColor3 = Color3.fromRGB(10,200,10)
  1211. end
  1212. col = Color3.new(0.231373, 0.231373, 0.231373)
  1213. loc = Color3.new(0.331373, 0.531373, 0.331373)
  1214.  
  1215. wait(0.4)
  1216. MainFrame:TweenPosition(UDim2.new(0.309, 0, 0.183, 0), "Out", "Bounce", 3)
  1217.  
  1218. CloseGUI.MouseButton1Click:connect(function()
  1219. CloseGUI.Visible = false
  1220. TopRow:TweenSize(UDim2.new(0, 448, 0, 334), "Out", "Sine", 1)
  1221. wait(1)
  1222. MainFrame.Visible = false
  1223. SideFrame.Position = MainFrame.Position
  1224. SideFrame.Visible = true
  1225. SideFrame:TweenSize(UDim2.new(0, 448, 0, 24), "Out", "Sine", 1)
  1226. OpenGUI.Visible = false
  1227. wait(1)
  1228. OpenGUI.Visible = true
  1229. end)
  1230.  
  1231. OpenGUI.MouseButton1Click:connect(function()
  1232. OpenGUI.Visible = false
  1233. SideFrame:TweenSize(UDim2.new(0, 448, 0, 334), "Out", "Sine", 1)
  1234. wait(1)
  1235. SideFrame.Visible = false
  1236. MainFrame.Position = SideFrame.Position
  1237. MainFrame.Visible = true
  1238. TopRow:TweenSize(UDim2.new(0, 448, 0, 24), "Out", "Sine", 1)
  1239. CloseGUI.Visible = false
  1240. wait(1)
  1241. CloseGUI.Visible = true
  1242. end)
  1243.  
  1244. TAB_Credit.MouseButton1Click:connect(function()
  1245. SideTabsBrick:TweenSize(UDim2.new(0, 328, 0, 307), "Out", "Sine", 0.5)
  1246. wait(0.5)
  1247. Games.Visible = false
  1248. LocalPlayer.Visible = false
  1249. Others.Visible = false
  1250. Scripts.Visible = false
  1251. NoneSelected.Visible = true
  1252. SideTabsBrick:TweenSize(UDim2.new(0, 0, 0, 307), "Out", "Sine", 0.5)
  1253. end)
  1254.  
  1255. TAB_Games.MouseButton1Click:connect(function()
  1256. SideTabsBrick:TweenSize(UDim2.new(0, 328, 0, 307), "Out", "Sine", 0.5)
  1257. wait(0.5)
  1258. Games.Visible = true
  1259. LocalPlayer.Visible = false
  1260. Others.Visible = false
  1261. Scripts.Visible = false
  1262. NoneSelected.Visible = false
  1263. SideTabsBrick:TweenSize(UDim2.new(0, 0, 0, 307), "Out", "Sine", 0.5)
  1264. end)
  1265.  
  1266. TAB_Scripts.MouseButton1Click:connect(function()
  1267. SideTabsBrick:TweenSize(UDim2.new(0, 328, 0, 307), "Out", "Sine", 0.5)
  1268. wait(0.5)
  1269. Games.Visible = false
  1270. LocalPlayer.Visible = false
  1271. Others.Visible = false
  1272. Scripts.Visible = true
  1273. NoneSelected.Visible = false
  1274. SideTabsBrick:TweenSize(UDim2.new(0, 0, 0, 307), "Out", "Sine", 0.5)
  1275. end)
  1276.  
  1277. TAB_LocalPlayer.MouseButton1Click:connect(function()
  1278. SideTabsBrick:TweenSize(UDim2.new(0, 328, 0, 307), "Out", "Sine", 0.5)
  1279. wait(0.5)
  1280. Games.Visible = false
  1281. LocalPlayer.Visible = true
  1282. Others.Visible = false
  1283. Scripts.Visible = false
  1284. NoneSelected.Visible = false
  1285. SideTabsBrick:TweenSize(UDim2.new(0, 0, 0, 307), "Out", "Sine", 0.5)
  1286. end)
  1287.  
  1288. TAB_Others.MouseButton1Click:connect(function()
  1289. SideTabsBrick:TweenSize(UDim2.new(0, 328, 0, 307), "Out", "Sine", 0.5)
  1290. wait(0.5)
  1291. Games.Visible = false
  1292. LocalPlayer.Visible = false
  1293. Others.Visible = true
  1294. Scripts.Visible = false
  1295. NoneSelected.Visible = false
  1296. SideTabsBrick:TweenSize(UDim2.new(0, 0, 0, 307), "Out", "Sine", 0.5)
  1297. end)
  1298.  
  1299. -- LOCAL PLAYER ---------------------------------
  1300. -- LOCAL PLAYER ---------------------------------
  1301.  
  1302. HipHeight.MouseButton1Click:connect(function()
  1303.     game.Players.LocalPlayer.Character.Humanoid.HipHeight = HipHeight_TXTBOX.Text
  1304. end)
  1305. JumpHeight.MouseButton1Click:connect(function()
  1306.     game.Players.LocalPlayer.Character.Humanoid.JumpPower = JumpHeight_TXTBOX.Text
  1307. end)
  1308. Speed.MouseButton1Click:connect(function()
  1309.     game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = Speed_TXTBOX.Text
  1310. end)
  1311. Sit.MouseButton1Click:connect(function()
  1312.     game.Players.LocalPlayer.Character.Humanoid.Sit = true
  1313. end)
  1314. Jump.MouseButton1Click:connect(function()
  1315.     game.Players.LocalPlayer.Character.Humanoid.Jump = true
  1316. end)
  1317. frost = false
  1318. Freeze.MouseButton1Click:connect(function()
  1319.     frost = not frost
  1320.     if frost then
  1321.         game.Players.LocalPlayer.Character.Torso.Anchored = true
  1322.         game.Players.LocalPlayer.Character.Head.Anchored = true
  1323.         game.Players.LocalPlayer.Character["Left Leg"].Anchored = true
  1324.         game.Players.LocalPlayer.Character["Left Arm"].Anchored = true
  1325.         game.Players.LocalPlayer.Character["Right Leg"].Anchored = true
  1326.         game.Players.LocalPlayer.Character["Right Arm"].Anchored = true
  1327.         Freeze.BackgroundColor3 = loc
  1328.     else
  1329.         game.Players.LocalPlayer.Character.Torso.Anchored = false
  1330.         game.Players.LocalPlayer.Character.Head.Anchored = false
  1331.         game.Players.LocalPlayer.Character["Left Leg"].Anchored = false
  1332.         game.Players.LocalPlayer.Character["Left Arm"].Anchored = false
  1333.         game.Players.LocalPlayer.Character["Right Leg"].Anchored = false
  1334.         game.Players.LocalPlayer.Character["Right Arm"].Anchored = false
  1335.         Freeze.BackgroundColor3 = col
  1336.     end
  1337. end)
  1338. Chat.MouseButton1Click:connect(function()
  1339.     game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(Chat_TXTBOX.Text, "All")
  1340. end)
  1341. keepspam = false
  1342. Spam.MouseButton1Click:connect(function()
  1343.     keepspam = not keepspam
  1344.     if keepspam then
  1345.         Spam.BackgroundColor3 = loc
  1346.     else
  1347.         Spam.BackgroundColor3 = col
  1348.     end
  1349.     while wait(0.5) do
  1350.         if keepspam then
  1351.             game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(Chat_TXTBOX.Text, "All")
  1352.         end
  1353.     end
  1354. end)
  1355. gmd = false
  1356. GodMode.MouseButton1Click:connect(function()
  1357.     gmd = not gmd
  1358.     if gmd then
  1359.         game.Players.LocalPlayer.Character.Humanoid.Name = "no"
  1360.         local turn1 = game.Players.LocalPlayer.Character["no"]:Clone()
  1361.         turn1.Parent = game.Players.LocalPlayer.Character
  1362.         turn1.Name = "Humanoid"
  1363.         wait(0.1)
  1364.         game.Players.LocalPlayer.Character["no"]:Destroy()
  1365.         game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  1366.         game.Players.LocalPlayer.Character.Animate.Disabled = true
  1367.         wait(0.1)
  1368.         game.Players.LocalPlayer.Character.Animate.Disabled = false
  1369.         game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  1370.         GodMode.BackgroundColor3 = loc
  1371.     else
  1372.         GodMode.BackgroundColor3 = col
  1373.     end
  1374. end)
  1375. NoLimbs.MouseButton1Click:connect(function()
  1376.     game.Players.LocalPlayer.Character["Left Arm"]:Destroy()
  1377.     game.Players.LocalPlayer.Character["Right Arm"]:Destroy()
  1378.     game.Players.LocalPlayer.Character["Right Leg"]:Destroy()
  1379.     game.Players.LocalPlayer.Character["Left Leg"]:Destroy()
  1380. end)
  1381. Respawn.MouseButton1Click:connect(function()
  1382.     game.Players.LocalPlayer:LoadCharacter()
  1383. end)
  1384.  
  1385. local Anim = Instance.new("Animation")
  1386. Anim.AnimationId = "rbxassetid://188632011"
  1387. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1388. local SpinACTIVE = false
  1389. Spin.MouseButton1Click:connect(function()
  1390.     SpinACTIVE = not SpinACTIVE
  1391.     if SpinACTIVE then
  1392.         while wait() do
  1393.          if track.IsPlaying == false then
  1394.             if SpinACTIVE then
  1395.                 track:Play(.1, 1, 2)
  1396.                 Spin.BackgroundColor3 = loc
  1397.             else
  1398.                 Spin.BackgroundColor3 = col
  1399.             end
  1400.          end
  1401.         end
  1402.     else
  1403.         track:Stop()
  1404.     end
  1405. end)
  1406. Hidden = false
  1407. HideName.MouseButton1Click:connect(function()
  1408.     Hidden = not Hidden
  1409.     if Hidden then
  1410.         game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  1411.         HideName.BackgroundColor3 = loc
  1412.     else
  1413.         game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "Viewer"
  1414.         HideName.BackgroundColor3 = col
  1415.     end
  1416. end)
  1417. clip = true
  1418. Noclip.MouseButton1Click:connect(function()
  1419.     clip = not clip
  1420.     if not clip then
  1421.         Noclip.BackgroundColor3 = loc
  1422.     else
  1423.         Noclip.BackgroundColor3 = col
  1424.     end
  1425.     game:GetService('RunService').Stepped:connect(function()
  1426.         if not clip then
  1427.             game.Players.LocalPlayer.Character.Head.CanCollide = false
  1428.             game.Players.LocalPlayer.Character.Torso.CanCollide = false
  1429.             game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  1430.             game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  1431.         end
  1432.     end)
  1433. end)
  1434. shake = false
  1435. Seizure.MouseButton1Click:connect(function()
  1436.     shake = not shake
  1437.     if shake then
  1438.         game.Players.LocalPlayer.Character.Humanoid.PlatformStand = true
  1439.         while wait() do
  1440.             if shake then
  1441.                 game.Players.LocalPlayer.Character.Torso.Velocity = Vector3.new(math.random(-20,20),-10,math.random(-20,20))
  1442.                 game.Players.LocalPlayer.Character.Torso.RotVelocity = Vector3.new(math.random(-10,10),math.random(-10,10),math.random(-10,10))
  1443.                 Seizure.BackgroundColor3 = loc
  1444.             else
  1445.                 Seizure.BackgroundColor3 = col
  1446.             end
  1447.         end
  1448.     else
  1449.         game.Players.LocalPlayer.Character.Humanoid.PlatformStand = false
  1450.     end
  1451. end)
  1452.  
  1453. local flying = false
  1454. Fly.MouseButton1Click:connect(function()
  1455. flying = not flying
  1456. repeat wait()
  1457. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  1458. local mouse = game.Players.LocalPlayer:GetMouse()
  1459. repeat wait() until mouse
  1460. local plr = game.Players.LocalPlayer
  1461. local torso = plr.Character.Torso
  1462. local deb = true
  1463. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  1464. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1465. local maxspeed = 60
  1466. local speed = 0
  1467. if flying then
  1468.     Fly.BackgroundColor3 = loc
  1469. else
  1470.     Fly.BackgroundColor3 = col
  1471. end
  1472.  
  1473. function FlyFunction()
  1474. local bg = Instance.new("BodyGyro", torso)
  1475. bg.P = 9e4
  1476. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1477. bg.cframe = torso.CFrame
  1478. local bv = Instance.new("BodyVelocity", torso)
  1479. bv.velocity = Vector3.new(0,0.1,0)
  1480. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1481. repeat wait()
  1482. plr.Character.Humanoid.PlatformStand = true
  1483. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  1484. speed = speed+.5+(speed/maxspeed)
  1485. if speed > maxspeed then
  1486. speed = maxspeed
  1487. end
  1488. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  1489. speed = speed-1
  1490. if speed < 0 then
  1491. speed = 0
  1492. end
  1493. end
  1494. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  1495. 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
  1496. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  1497. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  1498. 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
  1499. else
  1500. bv.velocity = Vector3.new(0,0.1,0)
  1501. end
  1502. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  1503. until not flying
  1504. ctrl = {f = 0, b = 0, l = 0, r = 0}
  1505. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1506. speed = 0
  1507. bg:Destroy()
  1508. bv:Destroy()
  1509. plr.Character.Humanoid.PlatformStand = false
  1510. end
  1511. mouse.KeyDown:connect(function(key)
  1512. if key:lower() == "w" then
  1513. ctrl.f = 1
  1514. elseif key:lower() == "s" then
  1515. ctrl.b = -1
  1516. elseif key:lower() == "a" then
  1517. ctrl.l = -1
  1518. elseif key:lower() == "d" then
  1519. ctrl.r = 1
  1520. end
  1521. end)
  1522. mouse.KeyUp:connect(function(key)
  1523. if key:lower() == "w" then
  1524. ctrl.f = 0
  1525. elseif key:lower() == "s" then
  1526. ctrl.b = 0
  1527. elseif key:lower() == "a" then
  1528. ctrl.l = 0
  1529. elseif key:lower() == "d" then
  1530. ctrl.r = 0
  1531. end
  1532. end)
  1533. FlyFunction()
  1534. end)
  1535.  
  1536. Btools.MouseButton1Click:connect(function()
  1537.     local Clone_T = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  1538.     Clone_T.BinType = "Clone"
  1539.     local Destruct = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  1540.     Destruct.BinType = "Hammer"
  1541.     local Hold_T = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  1542.     Hold_T.BinType = "Grab"
  1543.     local a = game.Workspace:getChildren()
  1544.     for i = 1, #a do
  1545.     if a[i].className == "Part" then
  1546.     a[i].Locked = false
  1547.     elseif a[i].className == "Model" then
  1548.     local r = a[i]:getChildren()
  1549.     for i = 1, #r do
  1550.     if r[i].className == "Part" then
  1551.     r[i].Locked = false
  1552.     end
  1553.     end
  1554.     end
  1555.     end
  1556. end)
  1557.  
  1558. ResetDefault.MouseButton1Click:connect(function()
  1559.     flying = false
  1560.     game.Players.LocalPlayer.Character.Torso.Anchored = false
  1561.     game.Players.LocalPlayer.Character.Head.Anchored = false
  1562.     game.Players.LocalPlayer.Character["Left Leg"].Anchored = false
  1563.     game.Players.LocalPlayer.Character["Left Arm"].Anchored = false
  1564.     game.Players.LocalPlayer.Character["Right Leg"].Anchored = false
  1565.     game.Players.LocalPlayer.Character["Right Arm"].Anchored = false
  1566.     game.Players.LocalPlayer.Character.Humanoid.HipHeight = 0
  1567.     game.Players.LocalPlayer.Character.Humanoid.Sit = false
  1568.     game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  1569.     game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  1570.     game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "Viewer"
  1571.     game.Players.LocalPlayer.Character.Humanoid.PlatformStand = false
  1572. end)
  1573.  
  1574. -- OTHERS ---------------------------------
  1575. -- OTHERS ---------------------------------
  1576.  
  1577. function GetPlayer(String) --thank you/credit to Timeless/xFunnieuss
  1578.     local Found = {}
  1579.     local strl = String:lower()
  1580.     if strl == "all" then
  1581.         for i,v in pairs(game.Players:GetPlayers()) do
  1582.             table.insert(Found,v)
  1583.         end
  1584.     elseif strl == "others" then
  1585.         for i,v in pairs(game.Players:GetPlayers()) do
  1586.             if v.Name ~= game.Players.LocalPlayer.Name then
  1587.                 table.insert(Found,v)
  1588.             end
  1589.         end    
  1590.     else
  1591.         for i,v in pairs(game.Players:GetPlayers()) do
  1592.             if v.Name:lower():sub(1, #String) == String:lower() then
  1593.                 table.insert(Found,v)
  1594.             end
  1595.         end    
  1596.     end
  1597.     return Found    
  1598. end
  1599.  
  1600. Teleport.MouseButton1Click:connect(function()
  1601.     for i,v in pairs(GetPlayer(PlayerUserEnter.Text))do
  1602.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  1603.     end
  1604. end)
  1605. currentview = false
  1606. View.MouseButton1Click:connect(function()
  1607.     currentview = not currentview
  1608.     for i,v in pairs(GetPlayer(PlayerUserEnter.Text))do
  1609.         if currentview then
  1610.             game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  1611.             View.BackgroundColor3 = loc
  1612.         else
  1613.             game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character.Head
  1614.             View.BackgroundColor3 = col
  1615.         end
  1616.     end
  1617. end)
  1618. annoying = false
  1619. Annoy.MouseButton1Click:connect(function()
  1620.     annoying = not annoying
  1621.     for i,v in pairs(GetPlayer(PlayerUserEnter.Text))do
  1622.         while wait() do
  1623.             if annoying then
  1624.                 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  1625.                 Annoy.BackgroundColor3 = loc
  1626.             else
  1627.                 Annoy.BackgroundColor3 = col
  1628.             end
  1629.         end
  1630.     end
  1631. end)
  1632. cfreeze = false
  1633. ClientFreeze.MouseButton1Click:connect(function()
  1634.     cfreeze = not cfreeze
  1635.     for i,v in pairs(GetPlayer(PlayerUserEnter.Text))do
  1636.         if cfreeze then
  1637.             game.Players[v.Name].Character.Torso.Anchored = true
  1638.             game.Players[v.Name].Character.Head.Anchored = true
  1639.             game.Players[v.Name].Character["Left Leg"].Anchored = true
  1640.             game.Players[v.Name].Character["Left Arm"].Anchored = true
  1641.             game.Players[v.Name].Character["Right Leg"].Anchored = true
  1642.             game.Players[v.Name].Character["Right Arm"].Anchored = true
  1643.         else
  1644.             game.Players[v.Name].Character.Torso.Anchored = false
  1645.             game.Players[v.Name].Character.Head.Anchored = false
  1646.             game.Players[v.Name].Character["Left Leg"].Anchored = false
  1647.             game.Players[v.Name].Character["Left Arm"].Anchored = false
  1648.             game.Players[v.Name].Character["Right Leg"].Anchored = false
  1649.             game.Players[v.Name].Character["Right Arm"].Anchored = false
  1650.         end
  1651.     end
  1652. end)
  1653. orbital = false
  1654. Orbit.MouseButton1Click:connect(function()
  1655.     orbital = not orbital
  1656.     if orbital then
  1657.         Orbit.BackgroundColor3 = loc
  1658.         local o = Instance.new("RocketPropulsion")
  1659.         o.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  1660.         o.Name = "Orbit"
  1661.         for i,v in pairs(GetPlayer(PlayerUserEnter.Text))do
  1662.             o.Target = game.Players[v.Name].Character.HumanoidRootPart
  1663.             o:Fire()
  1664.             game:GetService('RunService').Stepped:connect(function()
  1665.                 if orbital then
  1666.                     game.Players.LocalPlayer.Character.Head.CanCollide = false
  1667.                     game.Players.LocalPlayer.Character.Torso.CanCollide = false
  1668.                     game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  1669.                     game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  1670.                 end
  1671.             end)
  1672.         end
  1673.     else
  1674.         game.Players.LocalPlayer.Character.HumanoidRootPart.Orbit:Destroy()
  1675.         Orbit.BackgroundColor3 = col
  1676.     end
  1677. end)
  1678. pushing = false
  1679. Push.MouseButton1Click:connect(function()
  1680.     pushing = not pushing
  1681.     if pushing then
  1682.         Push.BackgroundColor3 = loc
  1683.         local o = Instance.new("RocketPropulsion")
  1684.         o.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  1685.         o.Name = "Push"
  1686.         o.TurnP = 2500
  1687.         o.MaxThrust = 50000
  1688.         o.MaxSpeed = 1000
  1689.         o.ThrustP = 50000
  1690.         o.CartoonFactor = 1
  1691.         for i,v in pairs(GetPlayer(PlayerUserEnter.Text))do
  1692.             o.Target = game.Players[v.Name].Character.HumanoidRootPart
  1693.             o:Fire()
  1694.             game:GetService('RunService').Stepped:connect(function()
  1695.                 if pushing then
  1696.                     game.Players.LocalPlayer.Character.Head.CanCollide = false
  1697.                     game.Players.LocalPlayer.Character.Torso.CanCollide = false
  1698.                     game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  1699.                     game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  1700.                 end
  1701.             end)
  1702.         end
  1703.     else
  1704.         game.Players.LocalPlayer.Character.HumanoidRootPart.Push:Destroy()
  1705.         Push.BackgroundColor3 = col
  1706.     end
  1707. end)
  1708. local Anim = Instance.new("Animation")
  1709. Anim.AnimationId = "rbxassetid://282574440"
  1710. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1711. flattening = false
  1712. Flatten.MouseButton1Click:connect(function()
  1713.     flattening = not flattening
  1714.     if flattening then
  1715.         Flatten.BackgroundColor3 = loc
  1716.         local o = Instance.new("RocketPropulsion")
  1717.         o.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  1718.         o.Name = "Flatten"
  1719.         o.MaxThrust = 50000
  1720.         o.MaxSpeed = 1000
  1721.         o.ThrustP = 50000
  1722.         o.CartoonFactor = 1
  1723.         for i,v in pairs(GetPlayer(PlayerUserEnter.Text))do
  1724.             o.Target = game.Players[v.Name].Character["Left Leg"]
  1725.             o:Fire()
  1726.             track:Play(.1, 1, 1)
  1727.             game:GetService('RunService').Stepped:connect(function()
  1728.                 if flattening then
  1729.                     game.Players.LocalPlayer.Character.Head.CanCollide = false
  1730.                     game.Players.LocalPlayer.Character.Torso.CanCollide = false
  1731.                     game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  1732.                     game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  1733.                 end
  1734.             end)
  1735.             while wait(0.3) do
  1736.                 if flattening then
  1737.                     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0,2,0)
  1738.                 end
  1739.             end
  1740.         end
  1741.     else
  1742.         game.Players.LocalPlayer.Character.HumanoidRootPart.Flatten:Destroy()
  1743.         Flatten.BackgroundColor3 = col
  1744.         track:Stop()
  1745.     end
  1746. end)
  1747. Verspin.MouseButton1Click:connect(function()
  1748.     game:GetObjects("rbxassetid://1249942219")[1].Parent = game.Players.LocalPlayer.PlayerGui
  1749. end)
  1750. Energize.MouseButton1Click:connect(function()
  1751.     game:GetObjects("rbxassetid://1202558084")[1].Parent = game.Players.LocalPlayer.PlayerGui
  1752. end)
  1753. GlitchMax.MouseButton1Click:connect(function()
  1754.     game:GetObjects("rbxassetid://1249943137")[1].Parent = game.Players.LocalPlayer.PlayerGui
  1755. end)
  1756. Experimental.MouseButton1Click:connect(function()
  1757.    
  1758. end)
  1759. end)
  1760.  
  1761. Shattervast.Name = "Shattervast"
  1762. Shattervast.Parent = Main
  1763. Shattervast.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  1764. Shattervast.BorderSizePixel = 0
  1765. Shattervast.Position = UDim2.new(0.036387749, 0, 0.33910197, 0)
  1766. Shattervast.Size = UDim2.new(0, 133, 0, 37)
  1767. Shattervast.Font = Enum.Font.Cartoon
  1768. Shattervast.Text = "Shattervast "
  1769. Shattervast.TextColor3 = Color3.new(1, 1, 1)
  1770. Shattervast.TextSize = 20
  1771. Shattervast.MouseButton1Down:connect(function()
  1772. -- By illremember#3799
  1773.  
  1774. -- Important Loading
  1775. trueSettings = {
  1776.     commandPrefix = ";";
  1777.     hotkeys = {};
  1778.     fchotkeymode = "unfc";
  1779. }
  1780.  
  1781. -- Important Variables
  1782. gsPlayers = game:GetService("Players")
  1783. gsWorkspace = game:GetService("Workspace")
  1784. gsLighting = game:GetService("Lighting")
  1785. gsReplicatedStorage = game:GetService("ReplicatedStorage")
  1786. gsCoreGui = game:GetService("CoreGui")
  1787. gsTween = game:GetService("TweenService")
  1788. gsHttp = game:GetService("HttpService")
  1789.  
  1790. LP = gsPlayers.LocalPlayer
  1791. Mouse = LP:GetMouse()
  1792.  
  1793. defaultSettings = gsHttp:JSONEncode(trueSettings)
  1794. function CreateSave()
  1795.     writefile("Shattervast.txt", defaultSettings)
  1796.     wait(0.5)
  1797.     local content = readfile("Shattervast.txt")
  1798.     local trueValue = gsHttp:JSONDecode(content)
  1799.     commandPrefix = trueValue.commandPrefix
  1800.     hotkeys = trueValue.hotkeys
  1801.     fchotkeymode = trueValue.fchotkeymode
  1802. end
  1803. function fullUpdate()
  1804.     local updatedSettings = {
  1805.         commandPrefix = commandPrefix;
  1806.         hotkeys = hotkeys;
  1807.         fchotkeymode = fchotkeymode;
  1808.     }
  1809.     local fullUPDATED = gsHttp:JSONEncode(updatedSettings)
  1810.     wait(0.2)
  1811.     writefile("Shattervast.txt", fullUPDATED)
  1812. end
  1813. if writefile ~= nil then
  1814.     function builder()
  1815.         local TESTsave = readfile("Shattervast.txt")
  1816.         if TESTsave == nil then
  1817.             return false
  1818.         else
  1819.             return true
  1820.         end
  1821.     end
  1822.     local success, message = pcall(builder)
  1823.     if success == true then
  1824.         function reader()
  1825.             local content = readfile("Shattervast.txt")
  1826.             local trueValue = gsHttp:JSONDecode(content)
  1827.             commandPrefix = trueValue.commandPrefix
  1828.             hotkeys = trueValue.hotkeys
  1829.             if trueValue.fchotkeymode == nil then
  1830.                 fchotkeymode = "unfc"
  1831.                 fullUpdate()
  1832.             else
  1833.                 fchotkeymode = trueValue.fchotkeymode
  1834.             end
  1835.         end
  1836.         reader()
  1837.     elseif success == false then
  1838.         CreateSave()
  1839.     end
  1840. else
  1841.     commandPrefix = ";"
  1842.     hotkeys = {}
  1843.     fchotkeymode = "unfc"
  1844. end
  1845.  
  1846. CurrentGravity = gsWorkspace.Gravity
  1847. CurrentWalkspeed = LP.Character.Humanoid.WalkSpeed
  1848. CurrentJumppower = LP.Character.Humanoid.JumpPower
  1849. CurrentHipheight = LP.Character.Humanoid.HipHeight
  1850. CurrentNormal = LP.DevCameraOcclusionMode
  1851.  
  1852. gsWorkspace.Camera.Changed:Connect(function()
  1853.     gsWorkspace.Camera.FieldOfView = 70
  1854. end)
  1855.  
  1856. -- Important Functions
  1857. function view(plr)
  1858.     if plr.Character.Humanoid ~= nil then
  1859.         gsWorkspace.CurrentCamera.CameraSubject = plr.Character.Humanoid
  1860.     else
  1861.         gsWorkspace.CurrentCamera.CameraSubject = plr.Character.Head
  1862.     end
  1863. end
  1864. function unlockWS()
  1865.     for i,part in pairs(gsWorkspace:GetDescendants()) do
  1866.         if part:IsA("Part") then
  1867.             part.Locked = false
  1868.         end
  1869.     end
  1870. end
  1871. function lockWS()
  1872.     for i,part in pairs(gsWorkspace:GetDescendants()) do
  1873.         if part:IsA("Part") then
  1874.             part.Locked = true
  1875.         end
  1876.     end
  1877. end
  1878. function FEGodmode()
  1879.     local changeview = false
  1880.     if gsWorkspace.CurrentCamera.CameraSubject == LP.Character.Humanoid or gsWorkspace.CurrentCamera.CameraSubject == LP.Character then
  1881.         changeview = true
  1882.     end
  1883.     LP.Character.Humanoid.Name = 1
  1884.     local l = LP.Character["1"]:Clone()
  1885.     l.Parent = LP.Character
  1886.     l.Name = "Humanoid"
  1887.     wait(0.1)
  1888.     LP.Character["1"]:Destroy()
  1889.     if changeview then
  1890.         game:GetService("Workspace").CurrentCamera.CameraSubject = LP.Character
  1891.     end
  1892.     LP.Character.Animate.Disabled = true
  1893.     wait(0.1)
  1894.     LP.Character.Animate.Disabled = false
  1895.     LP.Character.Humanoid.DisplayDistanceType = "None"
  1896. end
  1897. function RocketPropulsion(maxthrust,maxspeed,thrustp,targetplr,name)
  1898.     local l = Instance.new("RocketPropulsion")
  1899.     l.Parent = LP.Character.HumanoidRootPart
  1900.     l.CartoonFactor = 1
  1901.     l.MaxThrust = maxthrust
  1902.     l.MaxSpeed = maxspeed
  1903.     l.ThrustP = thrustp
  1904.     l.Name = name
  1905.     l.Target = targetplr.Character.HumanoidRootPart
  1906.     l:Fire()
  1907. end
  1908. function createIntro(style, msg, length)
  1909.     if gsCoreGui:FindFirstChild("Notification") then
  1910.         gsCoreGui:FindFirstChild("Notification"):Destroy()
  1911.     end
  1912.     local info = "http://www.roblox.com/asset/?id=1281284684"
  1913.     local warning = "http://www.roblox.com/asset/?id=1281286925"
  1914.     if style == "info" then
  1915.         style = info
  1916.     elseif style == "warning" then
  1917.         style = warning
  1918.     end
  1919.     local Notification = Instance.new("ScreenGui")
  1920.     local Frame = Instance.new("Frame")
  1921.     local TextLabel = Instance.new("TextLabel")
  1922.     local IMAGE = Instance.new("ImageLabel")
  1923.     Notification.Name = "Notification"
  1924.     Notification.Parent = gsCoreGui
  1925.     Frame.Parent = Notification
  1926.     Frame.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  1927.     Frame.BackgroundTransparency = 0.20000000298023
  1928.     Frame.BorderSizePixel = 0
  1929.     Frame.Position = UDim2.new(0, 0, -0.2, 0)
  1930.     Frame.Size = UDim2.new(1, 0, 0, 30)
  1931.     TextLabel.Parent = Frame
  1932.     TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1933.     TextLabel.BackgroundTransparency = 1
  1934.     TextLabel.Size = UDim2.new(1, 0, 1, 0)
  1935.     TextLabel.Font = Enum.Font.SourceSansLight
  1936.     TextLabel.Text = msg
  1937.     TextLabel.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  1938.     TextLabel.TextScaled = true
  1939.     TextLabel.TextSize = 14
  1940.     TextLabel.TextWrapped = true
  1941.     IMAGE.Parent = Frame
  1942.     IMAGE.BackgroundTransparency = 1
  1943.     IMAGE.Size = UDim2.new(0, 50, 0, 50)
  1944.     IMAGE.Position = UDim2.new(0.1, 0, 0, 0)
  1945.     IMAGE.Image = style
  1946.     local Intro = Instance.new("ScreenGui")
  1947.     local Frame2 = Instance.new("Frame")
  1948.     local IMAGE2 = Instance.new("ImageLabel")
  1949.     Intro.Name = "Intro"
  1950.     Intro.Parent = gsCoreGui
  1951.     Frame2.Parent = Intro
  1952.     Frame2.BackgroundTransparency = 1
  1953.     Frame2.BorderSizePixel = 0
  1954.     Frame2.Position = UDim2.new(0, 0, -0.2, 0)
  1955.     Frame2.Size = UDim2.new(1, 0, 0, 30)
  1956.     IMAGE2.Parent = Frame
  1957.     IMAGE2.BackgroundTransparency = 1
  1958.     IMAGE2.AnchorPoint = Vector2.new(0.5, 0)
  1959.     IMAGE2.Size = UDim2.new(0, 240, 0, 120)
  1960.     IMAGE2.Position = UDim2.new(0.5, 0, 0, 0)
  1961.     IMAGE2.Image = "http://www.roblox.com/asset/?id=1795472522"
  1962.     Frame2:TweenPosition(UDim2.new(0, 0, 0, 200), "Out", "Quad", 1.5)
  1963.     Frame:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Quad", 1.5)
  1964.     wait(length)
  1965.     pcall(function()
  1966.         Frame:TweenPosition(UDim2.new(0, 0, -1.5, 0), "Out", "Quad", 3)
  1967.         Frame2:TweenPosition(UDim2.new(0, 0, -1.5, 0), "Out", "Quad", 3)
  1968.     end)
  1969.     wait(3.01)
  1970.     Intro:Destroy()
  1971.     Notification:Destroy()
  1972. end
  1973. function Notification(style, msg, length)
  1974.     if gsCoreGui:FindFirstChild("Notification") then
  1975.         gsCoreGui:FindFirstChild("Notification"):Destroy()
  1976.     end
  1977.     local info = "http://www.roblox.com/asset/?id=1281284684"
  1978.     local warning = "http://www.roblox.com/asset/?id=1281286925"
  1979.     if style == "info" then
  1980.         style = info
  1981.     elseif style == "warning" then
  1982.         style = warning
  1983.     end
  1984.     local Notification = Instance.new("ScreenGui")
  1985.     local Frame = Instance.new("Frame")
  1986.     local TextLabel = Instance.new("TextLabel")
  1987.     local IMAGE = Instance.new("ImageLabel")
  1988.     Notification.Name = "Notification"
  1989.     Notification.Parent = gsCoreGui
  1990.     Frame.Parent = Notification
  1991.     Frame.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  1992.     Frame.BackgroundTransparency = 0.20000000298023
  1993.     Frame.BorderSizePixel = 0
  1994.     Frame.Position = UDim2.new(0, 0, -0.2, 0)
  1995.     Frame.Size = UDim2.new(1, 0, 0, 30)
  1996.     TextLabel.Parent = Frame
  1997.     TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1998.     TextLabel.BackgroundTransparency = 1
  1999.     TextLabel.Size = UDim2.new(1, 0, 1, 0)
  2000.     TextLabel.Font = Enum.Font.SourceSansLight
  2001.     TextLabel.Text = msg
  2002.     TextLabel.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  2003.     TextLabel.TextScaled = true
  2004.     TextLabel.TextSize = 14
  2005.     TextLabel.TextWrapped = true
  2006.     IMAGE.Parent = Frame
  2007.     IMAGE.BackgroundTransparency = 1
  2008.     IMAGE.Size = UDim2.new(0, 50, 0, 50)
  2009.     IMAGE.Position = UDim2.new(0.1, 0, 0, 0)
  2010.     IMAGE.Image = style
  2011.     Frame:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Quad", 1.5)
  2012.     wait(length)
  2013.     pcall(function()
  2014.         Frame:TweenPosition(UDim2.new(0, 0, -1.5, 0), "Out", "Quad", 3)
  2015.     end)
  2016.     wait(3.01)
  2017.     Notification:Destroy()
  2018. end
  2019. function hasTools()
  2020.     local a = false
  2021.     local b = false
  2022.     for i,v in pairs(LP.Character:GetDescendants()) do
  2023.         if v:IsA("Tool") then
  2024.             if v ~= nil then
  2025.                 a = true
  2026.             else
  2027.                 a = false
  2028.             end
  2029.         end
  2030.     end
  2031.     for i,k in pairs(LP.Backpack:GetDescendants()) do
  2032.         if k:IsA("Tool") then
  2033.             if k ~= nil then
  2034.                 b = true
  2035.             else
  2036.                 b = false
  2037.             end
  2038.         end
  2039.     end
  2040.     return a or b
  2041. end
  2042. 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!"}
  2043. function complimentplr(player)
  2044.     local plrName = player.Name
  2045.     game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(plrName..Compliments[math.random(1, #Compliments)], "All")
  2046. end
  2047. function createINFO(player)
  2048.     local InfoGUIv2 = Instance.new("ScreenGui")
  2049.     local Frame = Instance.new("Frame")
  2050.     local Frame_2 = Instance.new("Frame")
  2051.     local infoguiCLOSE = Instance.new("TextButton")
  2052.     local Frame_3 = Instance.new("Frame")
  2053.     local playerName = Instance.new("TextLabel")
  2054.     local Frame_4 = Instance.new("Frame")
  2055.     local playerAvatar = Instance.new("ImageLabel")
  2056.     local playerAccAge = Instance.new("TextLabel")
  2057.     local playerId = Instance.new("TextLabel")
  2058.     local playerOs = Instance.new("TextLabel")
  2059.     local playerMembership = Instance.new("TextLabel")
  2060.     local Frame_5 = Instance.new("Frame")
  2061.     local Frame_6 = Instance.new("Frame")
  2062.     InfoGUIv2.Name = "InfoGUIv2"
  2063.     InfoGUIv2.Parent = gsCoreGui
  2064.     Frame.Parent = InfoGUIv2
  2065.     Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  2066.     Frame.BackgroundTransparency = 1
  2067.     Frame.BorderColor3 = Color3.new(0, 0, 0)
  2068.     Frame.ClipsDescendants = true
  2069.     Frame.Position = UDim2.new(0.45, 0, 1, 0)
  2070.     Frame.Size = UDim2.new(0, 265, 0, 302)
  2071.     Frame.ZIndex = -1
  2072.     Frame_2.Parent = Frame
  2073.     Frame_2.BackgroundColor3 = Color3.new(0.290196, 0, 0.447059)
  2074.     Frame_2.BorderSizePixel = 0
  2075.     Frame_2.Size = UDim2.new(0, 260, 0, 20)
  2076.     infoguiCLOSE.Name = "infoguiCLOSE"
  2077.     infoguiCLOSE.Parent = Frame_2
  2078.     infoguiCLOSE.BackgroundColor3 = Color3.new(1, 1, 1)
  2079.     infoguiCLOSE.BackgroundTransparency = 1
  2080.     infoguiCLOSE.BorderSizePixel = 0
  2081.     infoguiCLOSE.Position = UDim2.new(0, 230, 0, 0)
  2082.     infoguiCLOSE.Size = UDim2.new(0, 30, 0, 20)
  2083.     infoguiCLOSE.Font = Enum.Font.SourceSansBold
  2084.     infoguiCLOSE.Text = "X"
  2085.     infoguiCLOSE.TextColor3 = Color3.new(0.992157, 0.992157, 0.992157)
  2086.     infoguiCLOSE.TextSize = 20
  2087.     Frame_3.Parent = Frame
  2088.     Frame_3.BackgroundColor3 = Color3.new(0.482353, 0.121569, 0.635294)
  2089.     Frame_3.BorderSizePixel = 0
  2090.     Frame_3.Position = UDim2.new(0, 0, 0, 20)
  2091.     Frame_3.Size = UDim2.new(0, 260, 0, 40)
  2092.     playerName.Name = "playerName"
  2093.     playerName.Parent = Frame_3
  2094.     playerName.BackgroundColor3 = Color3.new(1, 1, 1)
  2095.     playerName.BackgroundTransparency = 1
  2096.     playerName.Position = UDim2.new(0, 10, 0, 5)
  2097.     playerName.Size = UDim2.new(0, 240, 0, 30)
  2098.     playerName.Font = Enum.Font.SourceSansLight
  2099.     playerName.Text = player.Name
  2100.     playerName.TextColor3 = Color3.new(0.988235, 0.988235, 0.988235)
  2101.     playerName.TextScaled = true
  2102.     playerName.TextSize = 14
  2103.     playerName.TextWrapped = true
  2104.     Frame_4.Parent = Frame
  2105.     Frame_4.BackgroundColor3 = Color3.new(0.956863, 0.956863, 0.956863)
  2106.     Frame_4.BorderSizePixel = 0
  2107.     Frame_4.Position = UDim2.new(0, 0, 0, 60)
  2108.     Frame_4.Size = UDim2.new(0, 260, 0, 237)
  2109.     playerAvatar.Name = "playerAvatar"
  2110.     playerAvatar.Parent = Frame_4
  2111.     playerAvatar.BackgroundColor3 = Color3.new(1, 1, 1)
  2112.     playerAvatar.Position = UDim2.new(0, 85, 0, 10)
  2113.     playerAvatar.Size = UDim2.new(0, 85, 0, 85)
  2114.     playerAvatar.Image = "http://www.roblox.com/Thumbs/Avatar.ashx?x=150&y=150&Format=Png&username="..player.Name
  2115.     playerAccAge.Name = "playerAccAge"
  2116.     playerAccAge.Parent = Frame_4
  2117.     playerAccAge.BackgroundColor3 = Color3.new(1, 1, 1)
  2118.     playerAccAge.BackgroundTransparency = 1
  2119.     playerAccAge.Position = UDim2.new(0, 5, 0, 101)
  2120.     playerAccAge.Size = UDim2.new(0, 250, 0, 30)
  2121.     playerAccAge.Font = Enum.Font.SourceSans
  2122.     playerAccAge.Text = "Account Age: "..player.AccountAge
  2123.     playerAccAge.TextColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  2124.     playerAccAge.TextScaled = true
  2125.     playerAccAge.TextSize = 14
  2126.     playerAccAge.TextWrapped = true
  2127.     playerId.Name = "playerId"
  2128.     playerId.Parent = Frame_4
  2129.     playerId.BackgroundColor3 = Color3.new(1, 1, 1)
  2130.     playerId.BackgroundTransparency = 1
  2131.     playerId.Position = UDim2.new(0, 5, 0, 131)
  2132.     playerId.Size = UDim2.new(0, 250, 0, 30)
  2133.     playerId.Font = Enum.Font.SourceSans
  2134.     playerId.Text = "Account ID: "..player.UserId
  2135.     playerId.TextColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  2136.     playerId.TextScaled = true
  2137.     playerId.TextSize = 14
  2138.     playerId.TextWrapped = true
  2139.     playerOs.Name = "playerOs"
  2140.     playerOs.Parent = Frame_4
  2141.     playerOs.BackgroundColor3 = Color3.new(1, 1, 1)
  2142.     playerOs.BackgroundTransparency = 1
  2143.     playerOs.Position = UDim2.new(0, 5, 0, 161)
  2144.     playerOs.Size = UDim2.new(0, 250, 0, 30)
  2145.     playerOs.Font = Enum.Font.SourceSansLight
  2146.     playerOs.Text = "Player OS: "..player.OsPlatform
  2147.     playerOs.TextColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  2148.     playerOs.TextScaled = true
  2149.     playerOs.TextSize = 14
  2150.     playerOs.TextWrapped = true
  2151.     playerMembership.Name = "playerMembership"
  2152.     playerMembership.Parent = Frame_4
  2153.     playerMembership.BackgroundColor3 = Color3.new(1, 1, 1)
  2154.     playerMembership.BackgroundTransparency = 1
  2155.     playerMembership.Position = UDim2.new(0, 5, 0, 191)
  2156.     playerMembership.Size = UDim2.new(0, 250, 0, 30)
  2157.     playerMembership.Font = Enum.Font.SourceSansLight
  2158.     if player.MembershipType == Enum.MembershipType.None then
  2159.         playerMembership.Text = "No builder's club."
  2160.     elseif player.MembershipType == Enum.MembershipType.BuildersClub then
  2161.         playerMembership.Text = "Builder's club!"
  2162.     elseif player.MembershipType == Enum.MembershipType.TurboBuildersClub then
  2163.         playerMembership.Text = "Turbo Builder's club!"
  2164.     elseif player.MembershipType == Enum.MembershipType.OutrageousBuildersClub then
  2165.         playerMembership.Text = "Outrageous Builder's club!"
  2166.     end
  2167.     playerMembership.TextColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  2168.     playerMembership.TextScaled = true
  2169.     playerMembership.TextSize = 14
  2170.     playerMembership.TextWrapped = true
  2171.     Frame_5.Parent = Frame
  2172.     Frame_5.BackgroundColor3 = Color3.new(0, 0, 0)
  2173.     Frame_5.BackgroundTransparency = 0.69999998807907
  2174.     Frame_5.BorderColor3 = Color3.new(0, 0, 0)
  2175.     Frame_5.BorderSizePixel = 0
  2176.     Frame_5.ClipsDescendants = true
  2177.     Frame_5.Position = UDim2.new(0, 10, 0, 10)
  2178.     Frame_5.Selectable = true
  2179.     Frame_5.Size = UDim2.new(0, 255, 0, 292)
  2180.     Frame_5.ZIndex = -1
  2181.     Frame_6.Parent = Frame
  2182.     Frame_6.BackgroundColor3 = Color3.new(0, 0, 0)
  2183.     Frame_6.BackgroundTransparency = 0.69999998807907
  2184.     Frame_6.BorderColor3 = Color3.new(0, 0, 0)
  2185.     Frame_6.BorderSizePixel = 0
  2186.     Frame_6.ClipsDescendants = true
  2187.     Frame_6.Position = UDim2.new(0, 8, 0, 8)
  2188.     Frame_6.Selectable = true
  2189.     Frame_6.Size = UDim2.new(0, 255, 0, 292)
  2190.     Frame_6.ZIndex = -1
  2191.     local closeGet = {}
  2192.     closeGet.Size = UDim2.new(0, 0, 0, 0)
  2193.     local openGet = {}
  2194.     openGet.Position = UDim2.new(0.45, 0, 0.45, 0)
  2195.     local closeFunction = gsTween:Create(Frame, TweenInfo.new(2, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), closeGet)
  2196.     local openFunction = gsTween:Create(Frame, TweenInfo.new(1, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), openGet)
  2197.     infoguiCLOSE.MouseButton1Click:Connect(function()
  2198.         closeFunction:Play()
  2199.         Frame:TweenPosition((Frame.Position + UDim2.new(0, 265 / 2, 0, 302 / 2)), "InOut", "Sine", 2)
  2200.         wait(2.01)
  2201.         Frame:Destroy()
  2202.     end)
  2203.     openFunction:Play()
  2204.     local UserInputService = game:GetService("UserInputService")
  2205.     local dragging
  2206.     local dragInput
  2207.     local dragStart
  2208.     local startPos
  2209.     local function update(input)
  2210.         local delta = input.Position - dragStart
  2211.         local dragTime = 0.055
  2212.         local SmoothDrag = {}
  2213.         SmoothDrag.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  2214.         local dragSmoothFunction = gsTween:Create(Frame, TweenInfo.new(dragTime, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), SmoothDrag)
  2215.         dragSmoothFunction:Play()
  2216.     end
  2217.     Frame.InputBegan:Connect(function(input)
  2218.         if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  2219.             dragging = true
  2220.             dragStart = input.Position
  2221.             startPos = Frame.Position
  2222.             input.Changed:Connect(function()
  2223.                 if input.UserInputState == Enum.UserInputState.End then
  2224.                     dragging = false
  2225.                 end
  2226.             end)
  2227.         end
  2228.     end)
  2229.     Frame.InputChanged:Connect(function(input)
  2230.         if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  2231.             dragInput = input
  2232.         end
  2233.     end)
  2234.     UserInputService.InputChanged:Connect(function(input)
  2235.         if input == dragInput and dragging and Frame.Size == UDim2.new(0, 265, 0, 302) then
  2236.             update(input)
  2237.         end
  2238.     end)
  2239. end
  2240. function clientSided()
  2241.     Notification("info", "This command is for the client (you) only, no one else can see!", 6)
  2242. end
  2243. 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"}
  2244. 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
  2245. local CMDS_GUI_V2 = Instance.new("ScreenGui")
  2246. local CMDSmain = Instance.new("Frame")
  2247. local CMDSframemain = Instance.new("Frame")
  2248. local cmdgui_topframe = Instance.new("Frame")
  2249. local closecmdsgui = Instance.new("TextButton")
  2250. local cmdgui_midframe = Instance.new("Frame")
  2251. local cmdsgui_SearchFunction = Instance.new("TextBox")
  2252. local cmdsgui_searchDETAILFRAME = Instance.new("Frame")
  2253. local cmdsgui_searchDETAILTEXT = Instance.new("TextLabel")
  2254. local ListofCMDS = Instance.new("ScrollingFrame")
  2255. local cmdTutorial = Instance.new("TextLabel")
  2256. local cmdTutorial_2 = Instance.new("TextLabel")
  2257. local cmdTutorial_3 = Instance.new("TextLabel")
  2258. local CMDS_Shadow = Instance.new("Frame")
  2259. local CMDS_Shadow2 = Instance.new("Frame")
  2260. CMDS_GUI_V2.Name = "CMDS_GUI_V2"
  2261. CMDS_GUI_V2.Parent = gsCoreGui
  2262. CMDSmain.Name = "CMDSmain"
  2263. CMDSmain.Parent = CMDS_GUI_V2
  2264. CMDSmain.BackgroundColor3 = Color3.new(1, 1, 1)
  2265. CMDSmain.BackgroundTransparency = 1
  2266. CMDSmain.Position = UDim2.new(0, 695, 0, 297)
  2267. CMDSmain.Size = UDim2.new(0, 440, 0, 367)
  2268. CMDSmain.AnchorPoint = Vector2.new(0.5, 0.5)
  2269. CMDSmain.Visible = false
  2270. CMDSmain.ClipsDescendants = true
  2271. CMDSframemain.Name = "CMDSframemain"
  2272. CMDSframemain.Parent = CMDSmain
  2273. CMDSframemain.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  2274. CMDSframemain.BorderSizePixel = 0
  2275. CMDSframemain.Size = UDim2.new(0, 440, 0, 367)
  2276. cmdgui_topframe.Name = "cmdgui_topframe"
  2277. cmdgui_topframe.Parent = CMDSframemain
  2278. cmdgui_topframe.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2279. cmdgui_topframe.BorderSizePixel = 0
  2280. cmdgui_topframe.Size = UDim2.new(0, 440, 0, 15)
  2281. closecmdsgui.Name = "closecmdsgui"
  2282. closecmdsgui.Parent = cmdgui_topframe
  2283. closecmdsgui.BackgroundColor3 = Color3.new(1, 1, 1)
  2284. closecmdsgui.BackgroundTransparency = 1
  2285. closecmdsgui.Position = UDim2.new(0, 410, 0, 0)
  2286. closecmdsgui.Size = UDim2.new(0, 30, 0, 15)
  2287. closecmdsgui.Font = Enum.Font.SourceSansBold
  2288. closecmdsgui.Text = "X"
  2289. closecmdsgui.TextColor3 = Color3.new(0.968628, 0.968628, 0.968628)
  2290. closecmdsgui.TextSize = 20
  2291. cmdgui_midframe.Name = "cmdgui_midframe"
  2292. cmdgui_midframe.Parent = CMDSframemain
  2293. cmdgui_midframe.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  2294. cmdgui_midframe.BorderSizePixel = 0
  2295. cmdgui_midframe.Position = UDim2.new(0, 0, 0, 15)
  2296. cmdgui_midframe.Size = UDim2.new(0, 440, 0, 45)
  2297. cmdsgui_SearchFunction.Name = "cmdsgui_SearchFunction"
  2298. cmdsgui_SearchFunction.Parent = cmdgui_midframe
  2299. cmdsgui_SearchFunction.BackgroundColor3 = Color3.new(1, 1, 1)
  2300. cmdsgui_SearchFunction.BackgroundTransparency = 1
  2301. cmdsgui_SearchFunction.BorderSizePixel = 0
  2302. cmdsgui_SearchFunction.Position = UDim2.new(0, 120, 0, 10)
  2303. cmdsgui_SearchFunction.Size = UDim2.new(0, 200, 0, 25)
  2304. cmdsgui_SearchFunction.Font = Enum.Font.SourceSans
  2305. cmdsgui_SearchFunction.Text = ""
  2306. cmdsgui_SearchFunction.TextColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  2307. cmdsgui_SearchFunction.TextScaled = true
  2308. cmdsgui_SearchFunction.TextSize = 14
  2309. cmdsgui_SearchFunction.TextWrapped = true
  2310. cmdsgui_searchDETAILFRAME.Name = "cmdsgui_searchDETAILFRAME"
  2311. cmdsgui_searchDETAILFRAME.Parent = cmdsgui_SearchFunction
  2312. cmdsgui_searchDETAILFRAME.BackgroundColor3 = Color3.fromRGB(240, 240, 240)
  2313. cmdsgui_searchDETAILFRAME.BorderSizePixel = 0
  2314. cmdsgui_searchDETAILFRAME.Position = UDim2.new(0, 0, 0, 25)
  2315. cmdsgui_searchDETAILFRAME.Size = UDim2.new(0, 200, 0, 2)
  2316. cmdsgui_searchDETAILTEXT.Name = "cmdsgui_searchDETAILTEXT"
  2317. cmdsgui_searchDETAILTEXT.Parent = cmdsgui_SearchFunction
  2318. cmdsgui_searchDETAILTEXT.BackgroundColor3 = Color3.fromRGB(240, 240, 240)
  2319. cmdsgui_searchDETAILTEXT.BackgroundTransparency = 1
  2320. cmdsgui_searchDETAILTEXT.Size = UDim2.new(0, 200, 0, 25)
  2321. cmdsgui_searchDETAILTEXT.Font = Enum.Font.SourceSansLight
  2322. cmdsgui_searchDETAILTEXT.Text = "Search"
  2323. cmdsgui_searchDETAILTEXT.TextColor3 = Color3.fromRGB(240, 240, 240)
  2324. cmdsgui_searchDETAILTEXT.TextSize = 30
  2325. ListofCMDS.Name = "ListofCMDS"
  2326. ListofCMDS.Parent = CMDSframemain
  2327. ListofCMDS.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  2328. ListofCMDS.BorderSizePixel = 0
  2329. ListofCMDS.Position = UDim2.new(0, 0, 0, 60)
  2330. ListofCMDS.Size = UDim2.new(0, 440, 0, 307)
  2331. ListofCMDS.CanvasSize = UDim2.new(5, 0, 8, 0)
  2332. ListofCMDS.ScrollingDirection = Enum.ScrollingDirection.XY
  2333. cmdTutorial.Name = "cmdTutorial"
  2334. cmdTutorial.Parent = ListofCMDS
  2335. cmdTutorial.BackgroundColor3 = Color3.new(1, 1, 1)
  2336. cmdTutorial.BackgroundTransparency = 1
  2337. cmdTutorial.BorderSizePixel = 0
  2338. cmdTutorial.Position = UDim2.new(0, 5, 0, 5)
  2339. cmdTutorial.Size = UDim2.new(0, 420, 0, 20)
  2340. cmdTutorial.Font = Enum.Font.SourceSansBold
  2341. cmdTutorial.Text = "\"/\" means OPTIONAL argument after"
  2342. cmdTutorial.TextColor3 = Color3.new(0.956863, 0.956863, 0.956863)
  2343. cmdTutorial.TextScaled = true
  2344. cmdTutorial.TextSize = 14
  2345. cmdTutorial.TextWrapped = true
  2346. cmdTutorial.TextXAlignment = Enum.TextXAlignment.Left
  2347. cmdTutorial_2.Name = "cmdTutorial"
  2348. cmdTutorial_2.Parent = ListofCMDS
  2349. cmdTutorial_2.BackgroundColor3 = Color3.new(1, 1, 1)
  2350. cmdTutorial_2.BackgroundTransparency = 1
  2351. cmdTutorial_2.BorderSizePixel = 0
  2352. cmdTutorial_2.Position = UDim2.new(0, 5, 0, 25)
  2353. cmdTutorial_2.Size = UDim2.new(0, 420, 0, 20)
  2354. cmdTutorial_2.Font = Enum.Font.SourceSansBold
  2355. cmdTutorial_2.Text = "\"//\" means another way of running command"
  2356. cmdTutorial_2.TextColor3 = Color3.new(0.956863, 0.956863, 0.956863)
  2357. cmdTutorial_2.TextScaled = true
  2358. cmdTutorial_2.TextSize = 14
  2359. cmdTutorial_2.TextWrapped = true
  2360. cmdTutorial_2.TextXAlignment = Enum.TextXAlignment.Left
  2361. cmdTutorial_3.Name = "cmdTutorial"
  2362. cmdTutorial_3.Parent = ListofCMDS
  2363. cmdTutorial_3.BackgroundColor3 = Color3.new(1, 1, 1)
  2364. cmdTutorial_3.BackgroundTransparency = 1
  2365. cmdTutorial_3.BorderSizePixel = 0
  2366. cmdTutorial_3.Position = UDim2.new(0, 5, 0, 45)
  2367. cmdTutorial_3.Size = UDim2.new(0, 420, 0, 20)
  2368. cmdTutorial_3.Font = Enum.Font.SourceSansBold
  2369. cmdTutorial_3.Text = "Anything inside \"[ ]\" is an argument for the command"
  2370. cmdTutorial_3.TextColor3 = Color3.new(0.956863, 0.956863, 0.956863)
  2371. cmdTutorial_3.TextScaled = true
  2372. cmdTutorial_3.TextSize = 14
  2373. cmdTutorial_3.TextWrapped = true
  2374. cmdTutorial_3.TextXAlignment = Enum.TextXAlignment.Left
  2375. CMDS_Shadow.Name = "CMDS_Shadow"
  2376. CMDS_Shadow.Parent = CMDSmain
  2377. CMDS_Shadow.BackgroundColor3 = Color3.new(0, 0, 0)
  2378. CMDS_Shadow.BackgroundTransparency = 0.60000002384186
  2379. CMDS_Shadow.BorderSizePixel = 0
  2380. CMDS_Shadow.Position = UDim2.new(0, 2, 0, 2)
  2381. CMDS_Shadow.Size = UDim2.new(0, 440, 0, 367)
  2382. CMDS_Shadow.ZIndex = -1
  2383. CMDS_Shadow2.Name = "CMDS_Shadow2"
  2384. CMDS_Shadow2.Parent = CMDSmain
  2385. CMDS_Shadow2.BackgroundColor3 = Color3.new(0, 0, 0)
  2386. CMDS_Shadow2.BackgroundTransparency = 0.80000001192093
  2387. CMDS_Shadow2.BorderSizePixel = 0
  2388. CMDS_Shadow2.Position = UDim2.new(0, 5, 0, 5)
  2389. CMDS_Shadow2.Size = UDim2.new(0, 440, 0, 367)
  2390. CMDS_Shadow2.ZIndex = -1
  2391. closecmdsgui.MouseButton1Click:Connect(function()
  2392.     CMDSmain:TweenSize(UDim2.new(0, 0, 0, 0), "InOut", "Sine", 2)
  2393. end)
  2394. function CreateCMDlabel(position, text)
  2395.     local sizenow = 15
  2396.     local cmdHere = Instance.new("TextLabel")
  2397.     cmdHere.Name = "cmdHere"
  2398.     cmdHere.TextWrapped = true
  2399.     cmdHere.Parent = ListofCMDS
  2400.     cmdHere.BackgroundColor3 = Color3.new(1, 1, 1)
  2401.     cmdHere.BackgroundTransparency = 1
  2402.     cmdHere.BorderSizePixel = 0
  2403.     cmdHere.Position = position
  2404.     cmdHere.Size = UDim2.new(0, 1950, 0, sizenow)
  2405.     cmdHere.Font = Enum.Font.SourceSans
  2406.     cmdHere.Text = text
  2407.     cmdHere.TextWrapped = true
  2408.     cmdHere.TextColor3 = Color3.new(0.956863, 0.956863, 0.956863)
  2409.     cmdHere.TextScaled = false
  2410.     cmdHere.TextSize = 20
  2411.     cmdHere.TextXAlignment = Enum.TextXAlignment.Left
  2412. end
  2413. for i,_cmds in pairs(searchCmds) do
  2414.     CreateCMDlabel(UDim2.new(0, 5, 0, 50 + (i * 15)), _cmds)
  2415. end
  2416. local UserInputService = game:GetService("UserInputService")
  2417. local dragging
  2418. local dragInput
  2419. local dragStart
  2420. local startPos
  2421. local function updateCMDS(input)
  2422.     local delta = input.Position - dragStart
  2423.     local dragTime = 0.055
  2424.     local SmoothDrag = {}
  2425.     SmoothDrag.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  2426.     local dragSmoothFunction = gsTween:Create(CMDSmain, TweenInfo.new(dragTime, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), SmoothDrag)
  2427.     dragSmoothFunction:Play()
  2428. end
  2429. cmdgui_topframe.InputBegan:Connect(function(input)
  2430.     if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  2431.         dragging = true
  2432.         dragStart = input.Position
  2433.         startPos = CMDSmain.Position
  2434.         input.Changed:Connect(function()
  2435.             if input.UserInputState == Enum.UserInputState.End then
  2436.                 dragging = false
  2437.             end
  2438.         end)
  2439.     end
  2440. end)
  2441. cmdgui_topframe.InputChanged:Connect(function(input)
  2442.     if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  2443.         dragInput = input
  2444.     end
  2445. end)
  2446. cmdgui_midframe.InputBegan:Connect(function(input)
  2447.     if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  2448.         dragging = true
  2449.         dragStart = input.Position
  2450.         startPos = CMDSmain.Position
  2451.         input.Changed:Connect(function()
  2452.             if input.UserInputState == Enum.UserInputState.End then
  2453.                 dragging = false
  2454.             end
  2455.         end)
  2456.     end
  2457. end)
  2458. cmdgui_midframe.InputChanged:Connect(function(input)
  2459.     if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  2460.         dragInput = input
  2461.     end
  2462. end)
  2463. UserInputService.InputChanged:Connect(function(input)
  2464.     if input == dragInput and dragging then
  2465.         updateCMDS(input)
  2466.     end
  2467. end)
  2468. cmdsgui_SearchFunction.Focused:Connect(function()
  2469.     cmdsgui_SearchFunction.TextTransparency = 0
  2470.     local searchTween = {}
  2471.     searchTween.TextColor3 = Color3.new(0.0980392, 0.462745, 0.823529)
  2472.     searchTween.TextSize = 18
  2473.     searchTween.Position = UDim2.new(0, -70, 0, -15)
  2474.     local frameTweenblue = {}
  2475.     frameTweenblue.BackgroundColor3 = Color3.new(0.0980392, 0.462745, 0.823529)
  2476.     local searchTween1 = gsTween:Create(cmdsgui_searchDETAILTEXT, TweenInfo.new(0.3, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), searchTween)
  2477.     searchTween1:Play()
  2478.     local frameTweenblue1 = gsTween:Create(cmdsgui_searchDETAILFRAME, TweenInfo.new(0.3, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), frameTweenblue)
  2479.     frameTweenblue1:Play()
  2480. end)
  2481. cmdsgui_SearchFunction.FocusLost:Connect(function(enterPressed)
  2482.     if not enterPressed then
  2483.         cmdsgui_SearchFunction.TextTransparency = 1
  2484.     else
  2485.         cmdsgui_SearchFunction.Text = " "
  2486.     end
  2487.     local searchTween = {}
  2488.     searchTween.TextColor3 = Color3.fromRGB(240, 240, 240)
  2489.     searchTween.TextSize = 30
  2490.     searchTween.Position = UDim2.new(0, 0, 0, 0)
  2491.     local frameTweenblue = {}
  2492.     frameTweenblue.BackgroundColor3 = Color3.fromRGB(240, 240, 240)
  2493.     local searchTween1 = gsTween:Create(cmdsgui_searchDETAILTEXT, TweenInfo.new(0.3, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), searchTween)
  2494.     searchTween1:Play()
  2495.     local frameTweenblue1 = gsTween:Create(cmdsgui_searchDETAILFRAME, TweenInfo.new(0.3, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), frameTweenblue)
  2496.     frameTweenblue1:Play()
  2497. end)
  2498. cmdsgui_SearchFunction.Changed:Connect(function()
  2499.     local index = 0
  2500.     if cmdsgui_SearchFunction.Text ~= "" then
  2501.         for i,v in pairs(ListofCMDS:GetChildren()) do
  2502.             if v.Name == "cmdHere" then
  2503.                 if not string.find(v.Text, cmdsgui_SearchFunction.Text) then
  2504.                     v.Visible = false
  2505.                 else
  2506.                     v.Visible = true
  2507.                     index = index + 1
  2508.                     v.Position = UDim2.new(0, 5, 0, 50 + (index * 15))
  2509.                 end
  2510.             end
  2511.         end
  2512.     end
  2513. end)
  2514.  
  2515. -- Command Execution
  2516. LP.Chatted:Connect(function(chat)
  2517.     run(chat)
  2518. end)
  2519.  
  2520. function run(msg)
  2521.     if string.lower(string.sub(msg, 2, 5)) == "chat" then
  2522.         msg = msg
  2523.     elseif string.match(msg, "hotkey") and string.match(msg, "chat") then
  2524.         msg = msg
  2525.     else
  2526.         msg = string.lower(msg)
  2527.     end
  2528.     local cmdPrefix = string.sub(msg, 1, 1)
  2529.     if cmdPrefix == commandPrefix then
  2530.         msg = string.sub(msg, 2)
  2531.         local args = {}
  2532.         for arg in string.gmatch(msg,"[^%s]+") do
  2533.             table.insert(args,arg)
  2534.         end
  2535.         local cmdName = args[1]
  2536.         table.remove(args,1)
  2537.         local doCmd = Commands[cmdName]
  2538.        
  2539.         if doCmd ~= nil then
  2540.             doCmd(args)
  2541.         end
  2542.     end
  2543. end
  2544.  
  2545. -- Command bar
  2546. local CommandBar = Instance.new("ScreenGui")
  2547. local CMDBAR = Instance.new("Frame")
  2548. local CMDBARText = Instance.new("TextBox")
  2549. CommandBar.Name = "CommandBar"
  2550. CommandBar.Parent = gsCoreGui
  2551. CMDBAR.Name = "CMDBAR"
  2552. CMDBAR.Parent = CommandBar
  2553. CMDBAR.BackgroundColor3 = Color3.new(0.164706, 0.152941, 0.172549)
  2554. CMDBAR.BorderSizePixel = 0
  2555. CMDBAR.Position = UDim2.new(0.025, 0, 1, 0)
  2556. CMDBAR.Size = UDim2.new(0, 270, 0, 35)
  2557. CMDBARText.Name = "CMDBARText"
  2558. CMDBARText.Parent = CMDBAR
  2559. CMDBARText.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  2560. CMDBARText.BorderSizePixel = 0
  2561. CMDBARText.Position = UDim2.new(0, 5, 0, 5)
  2562. CMDBARText.Size = UDim2.new(0, 260, 0, 25)
  2563. CMDBARText.Font = Enum.Font.SourceSansLight
  2564. CMDBARText.Text = ""
  2565. CMDBARText.TextColor3 = Color3.new(0.933333, 0.933333, 0.933333)
  2566. CMDBARText.TextScaled = true
  2567. CMDBARText.TextSize = 14
  2568. CMDBARText.TextWrapped = true
  2569. Mouse.KeyDown:connect(function(Key)
  2570.     if Key == string.lower(commandPrefix) then
  2571.         CMDBARText:CaptureFocus()
  2572.         CMDBAR:TweenPosition(UDim2.new(0.015, 0, 0.95, 0), "Out", "Elastic", 0.5, true)
  2573.     end
  2574. end)
  2575. CMDBARText.FocusLost:connect(function(enterPressed)
  2576.     CMDBAR:TweenPosition(UDim2.new(0.015, 0, 1, 0), "Out", "Quad", 0.5, true)
  2577.     if enterPressed then
  2578.         local cmdmsg = CMDBARText.Text
  2579.         CMDBARText.Text = ""
  2580.         run(commandPrefix..cmdmsg)
  2581.     end
  2582. end)
  2583. local Match = Instance.new("Frame")
  2584. Match.Name = "Match"
  2585. Match.Parent = CMDBAR
  2586. Match.BackgroundColor3 = Color3.new(0.164706, 0.152941, 0.172549)
  2587. Match.BorderSizePixel = 0
  2588. Match.Position = UDim2.new(0, 0, -4, 0)
  2589. Match.Size = UDim2.new(1, 0, 4, 0)
  2590. Match.Visible = false
  2591. function CreateOption(Text)
  2592.     local Option1 = Instance.new("TextLabel")
  2593.     Option1.Name = "Option"
  2594.     Option1.Parent = Match
  2595.     Option1.BackgroundColor3 = Color3.new(1, 1, 1)
  2596.     Option1.BackgroundTransparency = 1
  2597.     Option1.Position = UDim2.new(-10, 0, 0, 0)
  2598.     Option1.Size = UDim2.new(1, 0, 0, 20)
  2599.     Option1.Font = Enum.Font.SourceSans
  2600.     Option1.Text = Text
  2601.     Option1.TextColor3 = Color3.new(0.952941, 0.952941, 0.952941)
  2602.     Option1.TextScaled = true
  2603.     Option1.TextWrapped = true
  2604. end
  2605. for i,cmdtext2 in pairs(CMDS) do
  2606.     CreateOption(cmdtext2)
  2607. end
  2608. CMDBARText.Changed:Connect(function()
  2609.     if CMDBARText.Text ~= "" and CMDBARText.Text ~= commandPrefix then
  2610.         Match.Visible = true
  2611.         local PositionMatch = 0
  2612.         for i,cmdtext in pairs(Match:GetChildren()) do
  2613.             if cmdtext.Name == "Option" then
  2614.                 if string.find(cmdtext.Text, CMDBARText.Text) then
  2615.                     cmdtext.Position = UDim2.new(0, 0, 0, 2 + (PositionMatch * 20))
  2616.                     PositionMatch = PositionMatch + 1
  2617.                     if cmdtext.Position == UDim2.new(0, 0, 0, 142) then
  2618.                         cmdtext.Position = UDim2.new(-10, 0, 0, 0)
  2619.                         PositionMatch = PositionMatch - 1
  2620.                     end
  2621.                 else
  2622.                     cmdtext.Position = UDim2.new(-10, 0, 0, 0)
  2623.                 end
  2624.             end
  2625.         end
  2626.     else
  2627.         Match.Visible = false
  2628.     end
  2629. end)
  2630.  
  2631. -- Chat
  2632. local ChatLogsv2 = Instance.new("ScreenGui")
  2633. local MainChatFrame = Instance.new("Frame")
  2634. local Framess = Instance.new("Frame")
  2635. local CloseChatGUI = Instance.new("TextButton")
  2636. local Frame_222 = Instance.new("Frame")
  2637. local PrintChat = Instance.new("TextButton")
  2638. local Shadow1 = Instance.new("Frame")
  2639. local Shadow2 = Instance.new("Frame")
  2640. local ScrollingFrame = Instance.new("ScrollingFrame")
  2641. ChatLogsv2.Name = "ChatLogsv2"
  2642. ChatLogsv2.Parent = gsCoreGui
  2643. MainChatFrame.Name = "MainChatFrame"
  2644. MainChatFrame.Parent = ChatLogsv2
  2645. MainChatFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  2646. MainChatFrame.BackgroundTransparency = 1
  2647. MainChatFrame.Position = UDim2.new(0, 760, 0, 261)
  2648. MainChatFrame.Size = UDim2.new(0, 525, 0, 337)
  2649. MainChatFrame.Visible = false
  2650. Framess.Parent = MainChatFrame
  2651. Framess.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  2652. Framess.BorderSizePixel = 0
  2653. Framess.Size = UDim2.new(0, 525, 0, 15)
  2654. CloseChatGUI.Name = "CloseChatGUI"
  2655. CloseChatGUI.Parent = Framess
  2656. CloseChatGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  2657. CloseChatGUI.BackgroundTransparency = 1
  2658. CloseChatGUI.BorderSizePixel = 0
  2659. CloseChatGUI.Position = UDim2.new(0, 495, 0, 0)
  2660. CloseChatGUI.Size = UDim2.new(0, 30, 0, 15)
  2661. CloseChatGUI.Font = Enum.Font.SourceSansBold
  2662. CloseChatGUI.Text = "X"
  2663. CloseChatGUI.TextColor3 = Color3.new(0.945098, 0.945098, 0.945098)
  2664. CloseChatGUI.TextSize = 20
  2665. Frame_222.Parent = MainChatFrame
  2666. Frame_222.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  2667. Frame_222.BorderSizePixel = 0
  2668. Frame_222.Position = UDim2.new(0, 0, 0, 15)
  2669. Frame_222.Size = UDim2.new(0, 525, 0, 50)
  2670. PrintChat.Name = "PrintChat"
  2671. PrintChat.Parent = Frame_222
  2672. PrintChat.BackgroundColor3 = Color3.new(0.870588, 0.25098, 0.25098)
  2673. PrintChat.BorderSizePixel = 0
  2674. PrintChat.Position = UDim2.new(0, 15, 0, 0)
  2675. PrintChat.Size = UDim2.new(0, 170, 0, 30)
  2676. PrintChat.Font = Enum.Font.SourceSansLight
  2677. PrintChat.Text = "Print Chat"
  2678. PrintChat.TextColor3 = Color3.new(0.960784, 0.960784, 0.960784)
  2679. PrintChat.TextSize = 30
  2680. PrintChat.TextWrapped = true
  2681. Shadow1.Name = "Shadow1"
  2682. Shadow1.Parent = MainChatFrame
  2683. Shadow1.BackgroundColor3 = Color3.new(0, 0, 0)
  2684. Shadow1.BackgroundTransparency = 0.5
  2685. Shadow1.Position = UDim2.new(0, 2, 0, 2)
  2686. Shadow1.Size = UDim2.new(0, 525, 0, 337)
  2687. Shadow1.ZIndex = -1
  2688. Shadow2.Name = "Shadow2"
  2689. Shadow2.Parent = MainChatFrame
  2690. Shadow2.BackgroundColor3 = Color3.new(0, 0, 0)
  2691. Shadow2.BackgroundTransparency = 0.80000001192093
  2692. Shadow2.Position = UDim2.new(0, 5, 0, 5)
  2693. Shadow2.Size = UDim2.new(0, 525, 0, 337)
  2694. Shadow2.ZIndex = -1
  2695. ScrollingFrame.Parent = MainChatFrame
  2696. ScrollingFrame.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  2697. ScrollingFrame.BorderSizePixel = 0
  2698. ScrollingFrame.Position = UDim2.new(0, 0, 0, 65)
  2699. ScrollingFrame.Size = UDim2.new(0, 525, 0, 271)
  2700. ScrollingFrame.CanvasPosition = Vector2.new(0, 403)
  2701. ScrollingFrame.ScrollBarThickness = 8
  2702. function CreateChatText(plr, chat)
  2703.     for i,v in pairs(ScrollingFrame:GetDescendants()) do
  2704.         v.Position = v.Position - UDim2.new(0, 0, 0, 20)
  2705.         if v.Position == UDim2.new(0, 5, 0, 10) then
  2706.             v:Destroy()
  2707.         end
  2708.     end
  2709.     local Example = Instance.new("TextLabel")
  2710.     Example.Name = "Example"
  2711.     Example.Parent = ScrollingFrame
  2712.     Example.BackgroundColor3 = Color3.new(1, 1, 1)
  2713.     Example.BackgroundTransparency = 1
  2714.     Example.Position = UDim2.new(0, 5, 0, 650)
  2715.     Example.Size = UDim2.new(0, 500, 0, 20)
  2716.     Example.Font = Enum.Font.SourceSans
  2717.     Example.Text = "["..plr.Name.."]: "..chat
  2718.     Example.TextColor3 = Color3.new(0.960784, 0.960784, 0.960784)
  2719.     Example.TextScaled = true
  2720.     Example.TextSize = 20
  2721.     Example.TextWrapped = true
  2722.     Example.TextXAlignment = Enum.TextXAlignment.Left
  2723. end
  2724. CloseChatGUI.MouseButton1Click:Connect(function()
  2725.     MainChatFrame:TweenPosition(UDim2.new(0, 550, 0, -550), "InOut", "Sine", 2)
  2726.     wait(2.01)
  2727.     MainChatFrame.Visible = false
  2728. end)
  2729. printingChat = false
  2730. PrintChat.MouseButton1Click:Connect(function()
  2731.     if printingChat == false then
  2732.         printingChat = true
  2733.         PrintChat.BackgroundColor3 = Color3.fromRGB(60, 200, 60)
  2734.     elseif printingChat == true then
  2735.         printingChat = false
  2736.         PrintChat.BackgroundColor3 = Color3.new(0.870588, 0.25098, 0.25098)
  2737.     end
  2738. end)
  2739. local UserInputService = game:GetService("UserInputService")
  2740. local dragging
  2741. local dragInput
  2742. local dragStart
  2743. local startPos
  2744. local function updateChat(input)
  2745.     local delta = input.Position - dragStart
  2746.     local dragTime = 0.055
  2747.     local SmoothDrag = {}
  2748.     SmoothDrag.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  2749.     local dragSmoothFunction = gsTween:Create(MainChatFrame, TweenInfo.new(dragTime, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), SmoothDrag)
  2750.     dragSmoothFunction:Play()
  2751. end
  2752. Frame_222.InputBegan:Connect(function(input)
  2753.     if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  2754.         dragging = true
  2755.         dragStart = input.Position
  2756.         startPos = MainChatFrame.Position
  2757.         input.Changed:Connect(function()
  2758.             if input.UserInputState == Enum.UserInputState.End then
  2759.                 dragging = false
  2760.             end
  2761.         end)
  2762.     end
  2763. end)
  2764. Frame_222.InputChanged:Connect(function(input)
  2765.     if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  2766.         dragInput = input
  2767.     end
  2768. end)
  2769. UserInputService.InputChanged:Connect(function(input)
  2770.     if input == dragInput and dragging then
  2771.         updateChat(input)
  2772.     end
  2773. end)
  2774.  
  2775. function printChat(player, chat)
  2776.     print("["..player.Name.."]: "..chat)
  2777. end
  2778. complimentReady = true
  2779. for i,currentPlayersChatting in pairs(game:GetService("Players"):GetPlayers()) do
  2780.     currentPlayersChatting.Chatted:connect(function(chat)
  2781.         CreateChatText(currentPlayersChatting, chat)
  2782.         if printingChat then
  2783.             printChat(currentPlayersChatting, chat)
  2784.         end
  2785.         if copychatACTIVE then
  2786.             if currentPlayersChatting == copychatplayer then
  2787.                 gsReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(chat, "All")
  2788.             end
  2789.         end
  2790.         if modeFling == true then
  2791.             if string.lower(string.sub(chat, 1, 7)) == "!fling " then
  2792.                 if gsWorkspace:PGSIsEnabled() == false then
  2793.                     FEGodmode()
  2794.                 end
  2795.                 if string.lower(string.sub(chat, 8)) == "me" then
  2796.                     run(commandPrefix.."unfling")
  2797.                     LP.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + Vector3.new(0, 10, 0)
  2798.                     run(commandPrefix.."fling "..currentPlayersChatting.Name.." 2000000")
  2799.                 else
  2800.                     for i,notAll in pairs(findSinglePlayer(string.lower(string.sub(chat, 8)))) do
  2801.                         if notAll ~= LP then
  2802.                             run(commandPrefix.."unfling")
  2803.                             LP.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + Vector3.new(0, 10, 0)
  2804.                             run(commandPrefix.."fling "..notAll.Name.." 2000000")
  2805.                         end
  2806.                     end
  2807.                 end
  2808.             end
  2809.         end
  2810.         if modeCompliment == true then
  2811.             if string.lower(string.sub(chat, 1, 3)) == "!c " then
  2812.                 if complimentReady then
  2813.                     complimentReady = false
  2814.                     if string.lower(string.sub(chat, 4)) == "me" then
  2815.                         complimentplr(currentPlayersChatting)
  2816.                     else
  2817.                         for i,Others in pairs(findSinglePlayer(string.lower(string.sub(chat, 4)))) do
  2818.                             if Others == LP then
  2819.                                 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Don't be silly, I can't compliment myself!", "All")
  2820.                             else
  2821.                                 complimentplr(Others)
  2822.                             end
  2823.                         end
  2824.                     end
  2825.                     wait(1)
  2826.                     complimentReady = true
  2827.                 end
  2828.             end
  2829.         end
  2830.         if modeMove == true then
  2831.             if string.lower(string.sub(chat, 1, 9)) == "!bringbot" then
  2832.                 run(commandPrefix.."unfollow")
  2833.                 run(commandPrefix.."unwalk")
  2834.                 run(commandPrefix.."goto "..currentPlayersChatting.Name)
  2835.             elseif string.lower(string.sub(chat, 1, 6)) == "!walk " then
  2836.                 for i,getWalkPlayer in pairs(findSinglePlayer(string.lower(string.sub(chat, 7)))) do
  2837.                     if getWalkPlayer == LP then
  2838.                         run(commandPrefix.."unfollow")
  2839.                         run(commandPrefix.."walk "..currentPlayersChatting.Name)
  2840.                     else
  2841.                         run(commandPrefix.."unfollow")
  2842.                         run(commandPrefix.."walk "..getWalkPlayer.Name)
  2843.                     end
  2844.                 end
  2845.             elseif string.lower(string.sub(chat, 1, 8)) == "!follow " then
  2846.                 for i,getFollowPlayer in pairs(findSinglePlayer(string.lower(string.sub(chat, 9)))) do
  2847.                     if getFollowPlayer == LP then
  2848.                         run(commandPrefix.."unwalk")
  2849.                         run(commandPrefix.."follow "..currentPlayersChatting.Name)
  2850.                     else
  2851.                         run(commandPrefix.."unwalk")
  2852.                         run(commandPrefix.."follow "..getFollowPlayer.Name)
  2853.                     end
  2854.                 end
  2855.             end
  2856.         end
  2857.         if modeInfo == true then
  2858.             if infoReady then
  2859.                 infoReady = false
  2860.                 if string.lower(string.sub(chat, 1, 5)) == "!age " then
  2861.                     for i,v in pairs(findSinglePlayer(string.lower(string.sub(chat, 6)))) do
  2862.                         if v == LP then
  2863.                             run(commandPrefix.."age "..currentPlayersChatting.Name)
  2864.                         else
  2865.                             run(commandPrefix.."age "..v.Name)
  2866.                         end
  2867.                     end
  2868.                 end
  2869.                 if string.lower(string.sub(chat, 1, 4)) == "!id " then
  2870.                     for i,a in pairs(findSinglePlayer(string.lower(string.sub(chat, 5)))) do
  2871.                         if a == LP then
  2872.                             run(commandPrefix.."id "..currentPlayersChatting.Name)
  2873.                         else
  2874.                             run(commandPrefix.."id "..a.Name)
  2875.                         end
  2876.                     end
  2877.                 end
  2878.                 wait(1)
  2879.                 infoReady = true
  2880.             end
  2881.         end
  2882.     end)
  2883. end
  2884. game:GetService("Players").PlayerAdded:connect(function(plr)
  2885.     plr.Chatted:connect(function(chat)
  2886.         CreateChatText(plr, chat)
  2887.         if printingChat then
  2888.             printChat(plr, chat)
  2889.         end
  2890.         if modeFling == true then
  2891.             if string.lower(string.sub(chat, 1, 7)) == "!fling " then
  2892.                 if gsWorkspace:PGSIsEnabled() == false then
  2893.                     FEGodmode()
  2894.                 end
  2895.                 if string.lower(string.sub(chat, 8)) == "me" then
  2896.                     run(commandPrefix.."unfling")
  2897.                     LP.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + Vector3.new(0, 10, 0)
  2898.                     run(commandPrefix.."fling "..plr.Name.." 2000000")
  2899.                 else
  2900.                     for i,notAll in pairs(findSinglePlayer(string.lower(string.sub(chat, 8)))) do
  2901.                         if notAll ~= LP then
  2902.                             run(commandPrefix.."unfling")
  2903.                             LP.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + Vector3.new(0, 10, 0)
  2904.                             run(commandPrefix.."fling "..notAll.Name.." 2000000")
  2905.                         end
  2906.                     end
  2907.                 end
  2908.             end
  2909.         end
  2910.         if modeCompliment == true then
  2911.             if string.lower(string.sub(chat, 1, 3)) == "!c " then
  2912.                 if complimentReady == true then
  2913.                     complimentReady = false
  2914.                     if string.lower(string.sub(chat, 4)) == "me" then
  2915.                         complimentplr(plr)
  2916.                     else
  2917.                         for i,Others in pairs(findSinglePlayer(string.lower(string.sub(chat, 4)))) do
  2918.                             if Others == LP then
  2919.                                 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Don't be silly, I can't compliment myself!", "All")
  2920.                             else
  2921.                                 complimentplr(Others)
  2922.                             end
  2923.                         end
  2924.                     end
  2925.                     wait(1)
  2926.                     complimentReady = true
  2927.                 end
  2928.             end
  2929.         end
  2930.         if modeMove == true then
  2931.             if string.lower(string.sub(chat, 1, 9)) == "!bringbot" then
  2932.                 run(commandPrefix.."unfollow")
  2933.                 run(commandPrefix.."unwalk")
  2934.                 run(commandPrefix.."goto "..plr.Name)
  2935.             elseif string.lower(string.sub(chat, 1, 6)) == "!walk " then
  2936.                 for i,getWalkPlayer in pairs(findSinglePlayer(string.lower(string.sub(chat, 7)))) do
  2937.                     if getWalkPlayer == LP then
  2938.                         run(commandPrefix.."unfollow")
  2939.                         run(commandPrefix.."walk "..plr.Name)
  2940.                     else
  2941.                         run(commandPrefix.."unfollow")
  2942.                         run(commandPrefix.."walk "..getWalkPlayer.Name)
  2943.                     end
  2944.                 end
  2945.             elseif string.lower(string.sub(chat, 1, 8)) == "!follow " then
  2946.                 for i,getFollowPlayer in pairs(findSinglePlayer(string.lower(string.sub(chat, 9)))) do
  2947.                     if getFollowPlayer == LP then
  2948.                         run(commandPrefix.."unwalk")
  2949.                         run(commandPrefix.."follow "..plr.Name)
  2950.                     else
  2951.                         run(commandPrefix.."unwalk")
  2952.                         run(commandPrefix.."follow "..getFollowPlayer.Name)
  2953.                     end
  2954.                 end
  2955.             end
  2956.         end
  2957.         if modeInfo == true then
  2958.             if infoReady then
  2959.                 infoReady = false
  2960.                 if string.lower(string.sub(chat, 1, 5)) == "!age " then
  2961.                     for i,v in pairs(findSinglePlayer(string.lower(string.sub(chat, 6)))) do
  2962.                         if v == LP then
  2963.                             run(commandPrefix.."age "..plr.Name)
  2964.                         else
  2965.                             run(commandPrefix.."age "..v.Name)
  2966.                         end
  2967.                     end
  2968.                 end
  2969.                 if string.lower(string.sub(chat, 1, 4)) == "!id " then
  2970.                     for i,a in pairs(findSinglePlayer(string.lower(string.sub(chat, 5)))) do
  2971.                         if a == LP then
  2972.                             run(commandPrefix.."id "..plr.Name)
  2973.                         else
  2974.                             run(commandPrefix.."id "..a.Name)
  2975.                         end
  2976.                     end
  2977.                 end
  2978.                 wait(1)
  2979.                 infoReady = true
  2980.             end
  2981.         end
  2982.     end)
  2983. end)
  2984.  
  2985. -- Loops
  2986. noclip = false
  2987. following = false
  2988. trailing = false
  2989. annoying = false
  2990. flingnoclip = false
  2991. staring = false
  2992. stopsitting = false
  2993. stareplr = ""
  2994. CBRINGamount = 3
  2995. spawnWS = CurrentWalkspeed
  2996. spawnJP = CurrentJumppower
  2997. spawnHH = CurrentHipheight
  2998. spawningfegod = false
  2999. looptpbypassfly = false
  3000. if game.GameId == 245662005 or game.GameId == 601130232 then
  3001.     bypassMODE = true
  3002. else
  3003.     bypassMODE = false
  3004. end
  3005. viewplr = ""
  3006. loopview = false
  3007. cmdForward = false
  3008. forwardSpeed = 1
  3009. loopviewfc = false
  3010. spinTOhead = false
  3011. spinObj = ""
  3012. rideACTIVE = false
  3013. ridePLAYER = ""
  3014.  
  3015. LPcurrenthumanoid = LP.Character.Humanoid
  3016. game:GetService('RunService').Stepped:connect(function()
  3017.     if LP.Character.Humanoid ~= nil then
  3018.         LPcurrenthumanoid = LP.Character.Humanoid
  3019.     end
  3020.     if noclip then
  3021.         if LP.Character then
  3022.             if LP.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  3023.                 LP.Character.Head.CanCollide = false
  3024.                 LP.Character.Torso.CanCollide = false
  3025.                 LP.Character["Left Leg"].CanCollide = false
  3026.                 LP.Character["Right Leg"].CanCollide = false
  3027.                 LP.Character["Left Arm"].CanCollide = false
  3028.                 LP.Character["Right Arm"].CanCollide = false
  3029.             elseif LP.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  3030.                 LP.Character.Head.CanCollide = false
  3031.                 LP.Character.UpperTorso.CanCollide = false
  3032.                 LP.Character.LowerTorso.CanCollide = false
  3033.                 LP.Character.HumanoidRootPart.CanCollide = false
  3034.             end
  3035.         end
  3036.     end
  3037.     if following then
  3038.         LP.Character.HumanoidRootPart.CFrame = gsPlayers[flwplr.Name].Character.HumanoidRootPart.CFrame + gsPlayers[flwplr.Name].Character.HumanoidRootPart.CFrame.lookVector * flwnum
  3039.     end
  3040.     if trailing then
  3041.         LP.Character.HumanoidRootPart.CFrame = gsPlayers[trlplr.Name].Character.HumanoidRootPart.CFrame + gsPlayers[trlplr.Name].Character.HumanoidRootPart.CFrame.lookVector * trlnum
  3042.     end
  3043.     if annoying then
  3044.         LP.Character.HumanoidRootPart.CFrame = gsPlayers[annplr.Name].Character.HumanoidRootPart.CFrame
  3045.     end
  3046.     if walkto then
  3047.         LP.Character.Humanoid:MoveTo(walkplr.Character.HumanoidRootPart.Position)
  3048.     end
  3049.     if cbringing then
  3050.         CBRINGplr.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + LP.Character.HumanoidRootPart.CFrame.lookVector * CBRINGamount
  3051.     end
  3052.     if cbringingall then
  3053.         for i,getbringplrs in pairs(gsPlayers:GetPlayers()) do
  3054.             if getbringplrs ~= LP then
  3055.                 getbringplrs.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + LP.Character.HumanoidRootPart.CFrame.lookVector * CBRINGamount
  3056.             end
  3057.         end
  3058.     end
  3059.     if staring then
  3060.         LP.Character.HumanoidRootPart.CFrame = CFrame.new(LP.Character.Torso.Position, gsPlayers[stareplr.Name].Character.Torso.Position)
  3061.     end
  3062.     if stopsitting then
  3063.         LP.Character.Humanoid.Sit = false
  3064.     end
  3065.     if looptpbypassfly then
  3066.         pcall(function()
  3067.             LP.Character.Head.Anchored = false
  3068.             LP.Character.HumanoidRootPart.CFrame = gsWorkspace.rGETpartNUMBER2.CFrame
  3069.             LP.Character.Head.Anchored = true
  3070.         end)
  3071.     end
  3072.     if loopview then
  3073.         view(viewplr)
  3074.     end
  3075.     if cmdForward then
  3076.         LP.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + LP.Character.HumanoidRootPart.CFrame.lookVector * forwardSpeed
  3077.     end
  3078.     if loopviewfc then
  3079.         pcall(function()
  3080.             gsWorkspace.CurrentCamera.CameraSubject = gsWorkspace.rGETpartNUMBER2
  3081.         end)
  3082.     end
  3083.     if spinTOhead then
  3084.         pcall(function()
  3085.             spinObj.Position = LP.Character.Head.Position
  3086.         end)
  3087.     end
  3088.     if rideACTIVE == true then
  3089.         LP.character.HumanoidRootPart.CFrame = ridePLAYER.Character.HumanoidRootPart.CFrame + Vector3.new(0, 3, 0)
  3090.     end
  3091. end)
  3092. spawningatreset = false
  3093. spawnresetpoint = LP.Character.Head.CFrame
  3094.  
  3095. LPcurrenthumanoid.Died:Connect(function()
  3096.     flying = false
  3097.     doFREECAM = false
  3098.     if savingtoolsloop then
  3099.         run(commandPrefix.."savealltool")
  3100.     end
  3101.     if spawningatreset == true then
  3102.         spawnresetpoint = LP.Character.Head.CFrame + Vector3.new(0, 5, 0)
  3103.     end
  3104. end)
  3105.  
  3106. LP.CharacterAdded:Connect(function()
  3107.     wait(0.2)
  3108.     LP.Character.Humanoid.WalkSpeed = spawnWS
  3109.     LP.Character.Humanoid.JumpPower = spawnJP
  3110.     LP.Character.Humanoid.HipHeight = spawnHH
  3111.     if spawningfegod then
  3112.         FEGodmode()
  3113.     end
  3114.     if spawningpos and spawnpos ~= nil then
  3115.         LP.Character.HumanoidRootPart.CFrame = spawnpos
  3116.     end
  3117.     if spawningatreset == true then
  3118.         LP.Character.HumanoidRootPart.CFrame = spawnresetpoint
  3119.     end
  3120. end)
  3121.  
  3122. -- Commands
  3123. Commands = {}
  3124.  
  3125. Commands.print = function(args)
  3126.     local msg = table.concat(args," ")
  3127.     print(msg)
  3128. end
  3129.  
  3130. Commands.warn = function(args)
  3131.     local msg = table.concat(args," ")
  3132.     warn(msg)
  3133. end
  3134.  
  3135. Commands.sit = function(args)
  3136.     LP.Character.Humanoid.Sit = true
  3137. end
  3138.  
  3139. Commands.god = function(args)
  3140.     FEGodmode()
  3141.     Notification("warning", "You have enabled FE Godmode, tools will not work. Use "..commandPrefix.."grespawn to remove.", 7)
  3142. end
  3143.  
  3144. Commands.view = function(args)
  3145.     if args[1] then
  3146.         for i,v in pairs(findSinglePlayer(args[1])) do
  3147.             if bypassMODE == false then
  3148.                 view(v)
  3149.                 Notification("info", "Now viewing "..v.Name..". Use "..commandPrefix.."unview to stop viewing.", 3)
  3150.             elseif bypassMODE == true then
  3151.                 viewplr = v
  3152.                 loopview = true
  3153.             end
  3154.         end
  3155.     end
  3156. end
  3157.  
  3158. Commands.unview = function(args)
  3159.     view(LP)
  3160.     loopview = false
  3161. end
  3162.  
  3163. Commands.gravity = function(args)
  3164.     if args[1] then
  3165.         gsWorkspace.Gravity = args[1]
  3166.     end
  3167. end
  3168.  
  3169. Commands.ungravity = function(args)
  3170.     gsWorkspace.Gravity = CurrentGravity
  3171. end
  3172.  
  3173. Commands.goto = function(args)
  3174.     if args[1] then
  3175.         if bypassMODE == false then
  3176.             for i,v in pairs(findPlayer(args[1])) do
  3177.                 LP.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame
  3178.             end
  3179.         elseif bypassMODE == true then
  3180.             for i,v in pairs(findPlayer(args[1])) do
  3181.                 local TPbypass = {}
  3182.                 TPbypass.CFrame = v.Character.HumanoidRootPart.CFrame + Vector3.new(0, 5, 0)
  3183.                 local TPFunction = gsTween:Create(LP.Character.HumanoidRootPart, TweenInfo.new(1.5, Enum.EasingStyle.Sine, Enum.EasingDirection.In), TPbypass)
  3184.                 TPFunction:Play()
  3185.             end
  3186.         end
  3187.     end
  3188. end
  3189.  
  3190. Commands.fecheck = function(args)
  3191.     if gsWorkspace.FilteringEnabled == true then
  3192.         Notification("warning", "FE is enabled!", 7)
  3193.     else
  3194.         Notification("warning", "FE is disabled. Consider using a different script.", 7)
  3195.     end
  3196. end
  3197.  
  3198. Commands.lockws = function(args)
  3199.     lockWS()
  3200.     Notification("info", "Workspace locked.", 4)
  3201. end
  3202.  
  3203. Commands.unlockws = function(args)
  3204.     unlockWS()
  3205.     Notification("info", "Workspace unlocked.", 4)
  3206. end
  3207.  
  3208. Commands.noclip = function(args)
  3209.     noclip = true
  3210.     Notification("info", "Noclip enabled.", 4)
  3211. end
  3212.  
  3213. Commands.clip = function(args)
  3214.     noclip = false
  3215.     Notification("info", "Noclip disabled.", 4)
  3216. end
  3217.  
  3218. Commands.follow = function(args)
  3219.     if args[1] then
  3220.         for i,v in pairs(findPlayer(args[1])) do
  3221.             flwplr = v
  3222.         end
  3223.         if args[2] then
  3224.             flwnum = args[2]
  3225.         else
  3226.             flwnum = -5
  3227.         end
  3228.         following = true
  3229.     else
  3230.         Notification("warning", "No player selected to follow! Use: "..commandPrefix.."follow player", 4)
  3231.     end
  3232. end
  3233.  
  3234. Commands.unfollow = function(args)
  3235.     following = false
  3236. end
  3237.  
  3238. Commands.fling = function(args)
  3239.     if args[1] then
  3240.         for i,v in pairs(findSinglePlayer(args[1])) do
  3241.             if v ~= LP then
  3242.                 view(v)
  3243.                 pcall(function()
  3244.                     LP.Character.HumanoidRootPart.Fling:Destroy()
  3245.                 end)
  3246.                 if not args[2] then
  3247.                     RocketPropulsion(800000,1000,400000,v,"Fling")
  3248.                 else
  3249.                     RocketPropulsion(args[2],1500,400000,v,"Fling")
  3250.                 end
  3251.                 if noclip ~= true then
  3252.                     flingnoclip = true
  3253.                     noclip = true
  3254.                 end
  3255.             end
  3256.         end
  3257.     else
  3258.         Notification("warning", "No player selected to fling! Use: "..commandPrefix.."fling player", 4)
  3259.     end
  3260. end
  3261.  
  3262. Commands.unfling = function(args)
  3263.     view(LP)
  3264.     pcall(function()
  3265.         if LP.Character.HumanoidRootPart.Fling then
  3266.             for i,v in pairs(LP.Character:GetDescendants()) do
  3267.                 if v.Name == "Fling" and v:IsA("RocketPropulsion") then
  3268.                     v:Destroy()
  3269.                 end
  3270.             end
  3271.         end
  3272.     end)
  3273.     if flingnoclip == true then
  3274.         noclip = false
  3275.         flingnoclip = false
  3276.     end
  3277. end
  3278.  
  3279. Commands.trail = function(args)
  3280.     if args[1] then
  3281.         for i,v in pairs(findPlayer(args[1])) do
  3282.             trlplr = v
  3283.         end
  3284.         if args[2] then
  3285.             trlnum = args[2]
  3286.         else
  3287.             trlnum = 5
  3288.         end
  3289.         trailing = true
  3290.     else
  3291.         Notification("warning", "No player selected to trail! Use: "..commandPrefix.."trail player", 4)
  3292.     end
  3293. end
  3294.  
  3295. Commands.untrail = function(args)
  3296.     trailing = false
  3297. end
  3298.  
  3299. Commands.annoy = function(args)
  3300.     if args[1] then
  3301.         for i,v in pairs(findPlayer(args[1])) do
  3302.             annplr = v
  3303.         end
  3304.         annoying = true
  3305.     else
  3306.         Notification("warning", "No player selected to annoy! Use: "..commandPrefix.."annoy player", 4)
  3307.     end
  3308. end
  3309.  
  3310. Commands.unannoy = function(args)
  3311.     annoying = false
  3312. end
  3313.  
  3314. Commands.reset = function(args)
  3315.     LP.Character:BreakJoints()
  3316. end
  3317.  
  3318. Commands.grespawn = function(args)
  3319.     LP.Character.Humanoid.Health = 0
  3320.     wait(1)
  3321.     LP.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  3322.     LP.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  3323. end
  3324.  
  3325. Commands.respawn = function(args)
  3326.     local mod = Instance.new('Model', workspace) mod.Name = 'new '..LP.Name
  3327.     local hum = Instance.new('Humanoid', mod)
  3328.     local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  3329.     LP.Character = mod
  3330. end
  3331.  
  3332. Commands.speed = function(args)
  3333.     if args[1] then
  3334.         run(commandPrefix.."ws "..args[1])
  3335.     end
  3336. end
  3337.  
  3338. bypassingwalkspeed = false
  3339. Commands.ws = function(args)
  3340.     if args[1] then
  3341.         if bypassMODE == false then
  3342.             LP.Character.Humanoid.WalkSpeed = args[1]
  3343.         elseif bypassMODE == true then
  3344.             if game.GameId == 245662005 then
  3345.                 bypassingwalkspeed = true
  3346.                 bypassWalkspeed = args[1]
  3347.             end
  3348.         end
  3349.     end
  3350. end
  3351.  
  3352. game:GetService("RunService").Heartbeat:Connect(function()
  3353.     if bypassingwalkspeed then
  3354.         LP.Character.Humanoid.WalkSpeed = bypassWalkspeed
  3355.     end
  3356. end)
  3357.  
  3358. Commands.jumppower = function(args)
  3359.     if args[1] then
  3360.         LP.Character.Humanoid.JumpPower = args[1]
  3361.     end
  3362. end
  3363.  
  3364. Commands.jp = function(args)
  3365.     if args[1] then
  3366.         LP.Character.Humanoid.JumpPower = args[1]
  3367.     end
  3368. end
  3369.  
  3370. Commands.hipheight = function(args)
  3371.     if args[1] then
  3372.         LP.Character.Humanoid.HipHeight = args[1]
  3373.     end
  3374. end
  3375.  
  3376. Commands.hh = function(args)
  3377.     if args[1] then
  3378.         LP.Character.Humanoid.HipHeight = args[1]
  3379.     end
  3380. end
  3381.  
  3382. Commands.default = function(args)
  3383.     LP.Character.Humanoid.WalkSpeed = CurrentWalkspeed
  3384.     LP.Character.Humanoid.HipHeight = CurrentHipheight
  3385.     LP.Character.Humanoid.JumpPower = CurrentJumppower
  3386. end
  3387.  
  3388. Commands.credits = function(args)
  3389.     Notification("info", "Shattervast was made by illremember#3799 , "..commandPrefix.."fullcredits for all credits.", 8)
  3390. end
  3391.  
  3392. Commands.attach = function(args)
  3393.     if hasTools() == false then
  3394.         Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
  3395.     else
  3396.         FEGodmode()
  3397.         for i,v in pairs(LP.Backpack:GetChildren())do
  3398.             LP.Character.Humanoid:EquipTool(v)
  3399.         end
  3400.         if args[1] then
  3401.             for i,v in pairs(findSinglePlayer(args[1])) do
  3402.                 if v ~= LP then
  3403.                     LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
  3404.                     wait(0.3)
  3405.                     LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
  3406.                 end
  3407.             end
  3408.         end
  3409.     end
  3410. end
  3411.  
  3412. Commands.fly = function(args)
  3413.     if bypassMODE == false then
  3414.         local speedget = 1
  3415.         repeat wait() until LP and LP.Character and LP.Character:FindFirstChild('HumanoidRootPart') and LP.Character:FindFirstChild('Humanoid')
  3416.         repeat wait() until Mouse
  3417.         if args[1] then
  3418.             speedfly = args[1]
  3419.         else
  3420.             speedfly = 1
  3421.         end
  3422.        
  3423.         local T = LP.Character.HumanoidRootPart
  3424.         local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  3425.         local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  3426.         local SPEED = speedget
  3427.        
  3428.         local function fly()
  3429.             flying = true
  3430.             local BG = Instance.new('BodyGyro', T)
  3431.             local BV = Instance.new('BodyVelocity', T)
  3432.             BG.P = 9e4
  3433.             BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  3434.             BG.cframe = T.CFrame
  3435.             BV.velocity = Vector3.new(0, 0.1, 0)
  3436.             BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  3437.             spawn(function()
  3438.             repeat wait()
  3439.             LP.Character.Humanoid.PlatformStand = true
  3440.             if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  3441.             SPEED = 50
  3442.             elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  3443.             SPEED = 0
  3444.             end
  3445.             if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  3446.             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
  3447.             lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  3448.             elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  3449.             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
  3450.             else
  3451.             BV.velocity = Vector3.new(0, 0.1, 0)
  3452.             end
  3453.             BG.cframe = workspace.CurrentCamera.CoordinateFrame
  3454.                     until not flying
  3455.                     CONTROL = {F = 0, B = 0, L = 0, R = 0}
  3456.                     lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  3457.                     SPEED = 0
  3458.                     BG:destroy()
  3459.                     BV:destroy()
  3460.                     LP.Character.Humanoid.PlatformStand = false
  3461.                 end)
  3462.             end
  3463.         Mouse.KeyDown:connect(function(KEY)
  3464.             if KEY:lower() == 'w' then
  3465.                 CONTROL.F = speedfly
  3466.             elseif KEY:lower() == 's' then
  3467.                 CONTROL.B = -speedfly
  3468.             elseif KEY:lower() == 'a' then
  3469.                 CONTROL.L = -speedfly
  3470.             elseif KEY:lower() == 'd' then
  3471.                 CONTROL.R = speedfly
  3472.             end
  3473.         end)
  3474.         Mouse.KeyUp:connect(function(KEY)
  3475.             if KEY:lower() == 'w' then
  3476.                 CONTROL.F = 0
  3477.             elseif KEY:lower() == 's' then
  3478.                 CONTROL.B = 0
  3479.             elseif KEY:lower() == 'a' then
  3480.                 CONTROL.L = 0
  3481.             elseif KEY:lower() == 'd' then
  3482.                 CONTROL.R = 0
  3483.             end
  3484.         end)
  3485.         fly()
  3486.     elseif bypassMODE == true then
  3487.         if not args[1] then
  3488.             run(commandPrefix.."fc")
  3489.         else
  3490.             run(commandPrefix.."fc "..args[1])
  3491.         end
  3492.         LP.Character.Head.Anchored = false
  3493.         looptpbypassfly = true
  3494.         view(LP)
  3495.     end
  3496. end
  3497.  
  3498. Commands.unfly = function(args)
  3499.     if bypassMODE == false then
  3500.         flying = false
  3501.         LP.Character.Humanoid.PlatformStand = false
  3502.     else
  3503.         looptpbypassfly = false
  3504.         run(commandPrefix.."unfreecam")
  3505.         local goalTP = LP.Character.HumanoidRootPart.CFrame
  3506.         if game.GameId == 245662005 then
  3507.             for i = 1, 5 do wait(0.2)
  3508.                 LP.Character.HumanoidRootPart.CFrame = goalTP
  3509.             end
  3510.         else
  3511.             LP.Character.HumanoidRootPart.CFrame = goalTP
  3512.         end
  3513.         LP.Character.Head.Anchored = false
  3514.     end
  3515. end
  3516.  
  3517. Commands.kill = function(args)
  3518.     if args[1] then
  3519.         for i,v in pairs(findSinglePlayer(args[1])) do
  3520.             if v == LP then
  3521.                 LP.Character:BreakJoints()
  3522.             else
  3523.                 if hasTools() == false then
  3524.                     Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
  3525.                 else
  3526.                     FEGodmode()
  3527.                     for i,v in pairs(LP.Backpack:GetChildren())do
  3528.                         LP.Character.Humanoid:EquipTool(v)
  3529.                     end
  3530.                     local NOW = LP.Character.HumanoidRootPart.CFrame
  3531.                     LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
  3532.                     wait(0.3)
  3533.                     LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
  3534.                     local function tp(player,player2)
  3535.                     local char1,char2=player.Character,player2.Character
  3536.                     if char1 and char2 then
  3537.                     char1:MoveTo(char2.Head.Position)
  3538.                     end
  3539.                     end
  3540.                     wait(0.5)
  3541.                     LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(100000,0,100000))
  3542.                     wait(0.5)
  3543.                     tp(LP,game:GetService("Players")[v.Name])
  3544.                     wait(0.7)
  3545.                     LP.Character.HumanoidRootPart.CFrame = NOW
  3546.                     view(LP)
  3547.                 end
  3548.             end
  3549.         end
  3550.     end
  3551. end
  3552. Commands.bring = function(args)
  3553.     if hasTools() == false then
  3554.         Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
  3555.     else
  3556.         FEGodmode()
  3557.         for i,v in pairs(LP.Backpack:GetChildren())do
  3558.             LP.Character.Humanoid:EquipTool(v)
  3559.         end
  3560.         if args[1] then
  3561.             for i,v in pairs(findSinglePlayer(args[1])) do
  3562.                 if v ~= LP then
  3563.                     local NOW = LP.Character.HumanoidRootPart.CFrame
  3564.                     local function tp(player,player2)
  3565.                     local char1,char2=player.Character,player2.Character
  3566.                     if char1 and char2 then
  3567.                     char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  3568.                     end
  3569.                     end
  3570.                     local function getout(player,player2)
  3571.                     local char1,char2=player.Character,player2.Character
  3572.                     if char1 and char2 then
  3573.                     char1:MoveTo(char2.Head.Position)
  3574.                     end
  3575.                     end
  3576.                     tp(game:GetService("Players")[v.Name], LP)
  3577.                     wait(0.2)
  3578.                     tp(game:GetService("Players")[v.Name], LP)
  3579.                     wait(0.5)
  3580.                     LP.Character.HumanoidRootPart.CFrame = NOW
  3581.                     wait(0.5)
  3582.                     getout(LP, game:GetService("Players")[v.Name])
  3583.                     wait(0.3)
  3584.                     LP.Character.HumanoidRootPart.CFrame = NOW
  3585.                 end
  3586.             end
  3587.         end
  3588.     end
  3589. end
  3590.  
  3591. Commands.naked = function(args)
  3592.     for i,v in pairs(LP.Character:GetDescendants()) do
  3593.         if v:IsA("Clothing") then
  3594.             v:Destroy()
  3595.         end
  3596.     end
  3597. end
  3598.  
  3599. Commands.nolimbs = function(args)
  3600.     LP.Character["Left Arm"]:Destroy()
  3601.     LP.Character["Right Arm"]:Destroy()
  3602.     LP.Character["Left Leg"]:Destroy()
  3603.     LP.Character["Right Leg"]:Destroy()
  3604. end
  3605.  
  3606. Commands.noarms = function(args)
  3607.     LP.Character["Left Arm"]:Destroy()
  3608.     LP.Character["Right Arm"]:Destroy()
  3609. end
  3610.  
  3611. Commands.nolegs = function(args)
  3612.     LP.Character["Left Leg"]:Destroy()
  3613.     LP.Character["Right Leg"]:Destroy()
  3614. end
  3615.  
  3616. Commands.headless = function(args)
  3617.     local l = LP.Character.Humanoid:Clone()
  3618.     LP.Character.Humanoid:Destroy()
  3619.     wait(0.2)
  3620.     LP.Character.Head.CanCollide = false
  3621.     for i,v in pairs(LP.Character:GetDescendants()) do
  3622.         if string.sub(v.Name, 1, 4) == "Neck" then
  3623.             v:Destroy()
  3624.         end
  3625.     end
  3626.     wait(0.2)
  3627.     l.Name = "Humanoid"
  3628.     l.Parent = LP.Character
  3629.     wait(0.1)
  3630.     game:GetService("Workspace").CurrentCamera.CameraSubject = LP.Character
  3631.     LP.Character.Animate:Destroy()
  3632. end
  3633.  
  3634. antiremotes = false
  3635. Commands.antikick = function(args)
  3636.     if args[1] then
  3637.         if args[1] == "on" then
  3638.             antiremotes = true
  3639.             wait(0.2)
  3640.             for i,v in pairs(LP.Character:GetChildren()) do
  3641.                 if string.find(string.lower(v.Name), "exploit") and v:IsA("LocalScript") then
  3642.                     v.Disabled = true
  3643.                 end
  3644.             end
  3645.             Notification("warning", "This command disables all remotes incase they are kick remotes, may break game.", 8)
  3646.             Notification("info", "Does not prevent serverside kicks, use "..commandPrefix.."antikick off to turn off.", 8)
  3647.         elseif args[1] == "off" then
  3648.             antiremotes = false
  3649.             Notification("warning", "Remote anti-kick turned off.", 8)
  3650.         end
  3651.     end
  3652. end
  3653.  
  3654. blockedremotes = {}
  3655. Commands.blockremote = function(args)
  3656.     local getService = ""
  3657.     if args[1] then
  3658.         local remoteName = string.lower(tostring(args[1]))
  3659.         if args[2] then
  3660.             local serviceRemote = string.lower(tostring(args[2]))
  3661.             if serviceRemote == "workspace" then
  3662.                 getService = "Workspace"
  3663.             elseif serviceRemote == "replicatedstorage" then
  3664.                 getService = "ReplicatedStorage"
  3665.             elseif serviceRemote == "players" then
  3666.                 getService = "Players"
  3667.             elseif serviceRemote == "lighting" then
  3668.                 getService = "Lighting"
  3669.             elseif serviceRemote == "startergui" then
  3670.                 getService = "StarterGui"
  3671.             elseif serviceRemote == "starterpack" then
  3672.                 getService = "StarterPack"
  3673.             elseif serviceRemote == "starterplayer" then
  3674.                 getService = "StarterPlayer"
  3675.             else
  3676.                 getService = "ReplicatedStorage"
  3677.             end
  3678.         else
  3679.             getService = "ReplicatedStorage"
  3680.         end
  3681.         for i,getRemote in pairs(game:GetService(getService):GetDescendants()) do
  3682.             if string.lower(getRemote.Name) == remoteName then
  3683.                 table.insert(blockedremotes, getRemote.Name)
  3684.             end
  3685.         end
  3686.     end
  3687.     Notification("warning", "If this command does not work, make sure you type remote name/service fully correct.", 8)
  3688. end
  3689.  
  3690. spyingremotes = false
  3691. Commands.remotespy = function(args)
  3692.     if args[1] then
  3693.         if args[1] == "on" then
  3694.             spyingremotes = true
  3695.             Notification("info", "Remotespy turned on.", 4)
  3696.         elseif args[1] == "off" then
  3697.             spyingremotes = false
  3698.             Notification("info", "Remotespy turned off.", 4)
  3699.         end
  3700.     end
  3701. end
  3702.  
  3703. Commands.bang = function(args)
  3704.     if args[1] then
  3705.         for i,v in pairs(findSinglePlayer(args[1])) do
  3706.             if v ~= nil then
  3707.                 following = true
  3708.                 flwplr = v
  3709.                 flwnum = -1
  3710.                 local bangAnimation = Instance.new("Animation")
  3711.                 bangAnimation.AnimationId = "rbxassetid://148840371"
  3712.                 bangTrack = LP.Character.Humanoid:LoadAnimation(bangAnimation)
  3713.                 if args[2] then
  3714.                     bangTrack:Play(.1, 1, args[2])
  3715.                 else
  3716.                     bangTrack:Play(.1, 1, 1)
  3717.                 end
  3718.             end
  3719.         end
  3720.     else
  3721.         Notification("warning", "No player selected to follow! Use: "..commandPrefix.."follow player", 4)
  3722.     end
  3723. end
  3724.  
  3725. Commands.unbang = function(args)
  3726.     following = false
  3727.     bangTrack:Stop()
  3728. end
  3729.  
  3730. spamdelay = 1
  3731. spamtext = "Spam"
  3732. spamming = false
  3733. Commands.spam = function(args)
  3734.     if args[1] then
  3735.         spamtext = args[1]
  3736.         spamming = true
  3737.     end
  3738. end
  3739. Commands.spamdelay = function(args)
  3740.     if args[1] then
  3741.         spamdelay = args[1]
  3742.     end
  3743. end
  3744. spawn(function()
  3745.     while wait(spamdelay) do
  3746.         if spamming then
  3747.             game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(spamtext, "All")
  3748.         end
  3749.     end
  3750. end)
  3751.  
  3752. Commands.unspam = function(args)
  3753.     spamming = false
  3754. end
  3755.  
  3756. Commands.info = function(args)
  3757.     if args[1] then
  3758.         for i,v in pairs(findSinglePlayer(args[1])) do
  3759.             createINFO(v)
  3760.         end
  3761.     end
  3762. end
  3763.  
  3764. Commands.age = function(args)
  3765.     if args[1] then
  3766.         for i,v in pairs(findPlayer(args[1])) do
  3767.             game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(v.Name.." Account Age: "..v.AccountAge.." days!", "All")
  3768.         end
  3769.     end
  3770. end
  3771.  
  3772. Commands.invisible = function(args)
  3773.     local Character = LP.Character
  3774.     if LP.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  3775.         local Clone = Character.HumanoidRootPart:Clone()
  3776.         Character.HumanoidRootPart:Destroy()
  3777.         Clone.Parent = Character
  3778.     else
  3779.         local Clone = Character.LowerTorso.Root:Clone()
  3780.         Character.LowerTorso.Root:Destroy()
  3781.         Clone.Parent = Character.LowerTorso
  3782.     end
  3783. end
  3784.  
  3785. walkto = false
  3786. walkplr = ""
  3787. Commands.walk = function(args)
  3788.     if args[1] then
  3789.         for i,v in pairs(findSinglePlayer(args[1])) do
  3790.             walkplr = v
  3791.             walkto = true
  3792.             noclip = true
  3793.         end
  3794.     end
  3795. end
  3796.  
  3797. Commands.unwalk = function(args)
  3798.     walkto = false
  3799.     noclip = false
  3800.     LP.Character.Humanoid:MoveTo(LP.Character.HumanoidRootPart.Position)
  3801. end
  3802.  
  3803. Commands.glitch = function(args)
  3804.     if hasTools() == false then
  3805.         Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
  3806.     else
  3807.         FEGodmode()
  3808.         for i,v in pairs(LP.Backpack:GetChildren())do
  3809.             LP.Character.Humanoid:EquipTool(v)
  3810.         end
  3811.         if args[1] then
  3812.             for i,v in pairs(findSinglePlayer(args[1])) do
  3813.                 local function tp(player,player2)
  3814.                 local char1,char2=player.Character,player2.Character
  3815.                 if char1 and char2 then
  3816.                 char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  3817.                 end
  3818.                 end
  3819.                 tp(game:GetService("Players")[v.Name], LP)
  3820.                 wait(0.2)
  3821.                 tp(game:GetService("Players")[v.Name], LP)
  3822.                 wait(0.5)
  3823.                 local b = Instance.new("BodyForce")
  3824.                 b.Parent = LP.Character.HumanoidRootPart
  3825.                 b.Name = "Glitch"
  3826.                 if args[2] then
  3827.                     b.Force = Vector3.new(args[2],5000,0)
  3828.                 else
  3829.                     b.Force = Vector3.new(100000000,5000,0)
  3830.                 end
  3831.                 wait(6)
  3832.                 b:Destroy()
  3833.             end
  3834.         end
  3835.     end
  3836. end
  3837.  
  3838. Commands.tp = function(args)
  3839.     if args[1] then
  3840.         for i,v in pairs(findSinglePlayer(args[1])) do
  3841.             if v == LP then
  3842.                 if args[2] then
  3843.                     for i,a in pairs(findSinglePlayer(args[2])) do
  3844.                         v.Character.HumanoidRootPart.CFrame = a.Character.HumanoidRootPart.CFrame
  3845.                     end
  3846.                 end
  3847.             else
  3848.                 if hasTools() == false then
  3849.                     Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
  3850.                 else
  3851.                     FEGodmode()
  3852.                     for i,v in pairs(LP.Backpack:GetChildren())do
  3853.                         LP.Character.Humanoid:EquipTool(v)
  3854.                     end
  3855.                     if args[1] then
  3856.                         for i,first in pairs(findSinglePlayer(args[1])) do
  3857.                             if args[2] then
  3858.                                 for i,second in pairs(findSinglePlayer(args[2])) do
  3859.                                     local function tp(player,player2)
  3860.                                     local char1,char2=player.Character,player2.Character
  3861.                                     if char1 and char2 then
  3862.                                     char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  3863.                                     end
  3864.                                     end
  3865.                                     local function getout(player,player2)
  3866.                                     local char1,char2=player.Character,player2.Character
  3867.                                     if char1 and char2 then
  3868.                                     char1:MoveTo(char2.Head.Position)
  3869.                                     end
  3870.                                     end
  3871.                                     tp(LP, first)
  3872.                                     wait(0.2)
  3873.                                     tp(LP, first)
  3874.                                     wait(0.5)
  3875.                                     tp(LP, second)
  3876.                                     wait(0.2)
  3877.                                     tp(LP, second)
  3878.                                     wait(0.2)
  3879.                                     getout(LP, first)
  3880.                                 end
  3881.                             end
  3882.                         end
  3883.                     end
  3884.                 end
  3885.             end
  3886.         end
  3887.     end
  3888. end
  3889.  
  3890. Commands.givetool = function(args)
  3891.     if args[1] then
  3892.         if args[2] then
  3893.             local selectedTool = ""
  3894.             for i,allTools in pairs(LP.Character:GetDescendants()) do
  3895.                 if allTools:IsA("Tool") and string.lower(allTools.Name) == string.lower(args[2]) then
  3896.                     selectedTool = allTools
  3897.                 else
  3898.                     for i,otherTools in pairs(LP.Backpack:GetDescendants()) do
  3899.                         if otherTools:IsA("Tool") and string.lower(otherTools.Name) == string.lower(args[2]) then
  3900.                             selectedTool = otherTools
  3901.                         end
  3902.                     end
  3903.                 end
  3904.             end
  3905.             for i,v in pairs(findSinglePlayer(args[1])) do
  3906.                 if selectedTool ~= "" then
  3907.                     selectedTool.Parent = v.Character
  3908.                 end
  3909.             end
  3910.         else
  3911.             for i,plr in pairs(findSinglePlayer(args[1])) do
  3912.                 for i,tool in pairs(LP.Character:GetDescendants()) do
  3913.                     if tool:IsA("Tool") then
  3914.                         tool.Parent = plr.Character
  3915.                     end
  3916.                 end
  3917.             end
  3918.         end
  3919.     end
  3920. end
  3921.  
  3922. Commands.givealltools = function(args)
  3923.     LP.Character.Humanoid:UnequipTools()
  3924.     for i,plr in pairs(findSinglePlayer(args[1])) do
  3925.         for i,v in pairs(LP.Character:GetDescendants()) do
  3926.             if v:IsA("Tool") then
  3927.                 v.Parent = plr.Character
  3928.             end
  3929.         end
  3930.         for i,a in pairs(LP.Backpack:GetDescendants()) do
  3931.             if a:IsA("Tool") then
  3932.                 a.Parent = plr.Character
  3933.             end
  3934.         end
  3935.     end
  3936. end
  3937.  
  3938. Commands.blockhats = function(args)
  3939.     for i,v in pairs(LP.Character:GetDescendants()) do
  3940.         if v:IsA("Accessory") or v:IsA("Hat") then
  3941.             for i,mesh in pairs(v:GetDescendants()) do
  3942.                 if mesh.Name == "Mesh" then
  3943.                     mesh:Destroy()
  3944.                 end
  3945.             end
  3946.         end
  3947.     end
  3948. end
  3949.  
  3950. Commands.blocktool = function(args)
  3951.     for i,v in pairs(LP.Character:GetDescendants()) do
  3952.         if v:IsA("Tool") then
  3953.             for i,mesh in pairs(v:GetDescendants()) do
  3954.                 if mesh.Name == "Mesh" then
  3955.                     mesh:Destroy()
  3956.                 end
  3957.             end
  3958.         end
  3959.     end
  3960. end
  3961.  
  3962. Commands.orbit = function(args)
  3963.     if args[1] then
  3964.         for i,v in pairs(findSinglePlayer(args[1])) do
  3965.             view(v)
  3966.             RocketPropulsion(5000,100,5000,v,"OrbitMove")
  3967.         end
  3968.     else
  3969.         Notification("warning", "No player selected to orbit! Use: "..commandPrefix.."orbit player", 4)
  3970.     end
  3971. end
  3972.  
  3973. Commands.unorbit = function(args)
  3974.     for i,v in pairs(LP.Character:GetDescendants()) do
  3975.         if v.Name == "OrbitMove" then
  3976.             v:Destroy()
  3977.         end
  3978.     end
  3979.     view(LP)
  3980. end
  3981.  
  3982. Commands.pos = function(args)
  3983.     Notification("info", "Your current position is ".. tostring(LP.Character.HumanoidRootPart.Position), 9)
  3984. end
  3985.  
  3986. SavedPosition = ""
  3987. Commands.savepos = function(args)
  3988.     SavedPosition = LP.Character.HumanoidRootPart.CFrame
  3989. end
  3990. Commands.loadpos = function(args)
  3991.     if SavedPosition ~= "" then
  3992.         LP.Character.HumanoidRootPart.CFrame = SavedPosition
  3993.     end
  3994. end
  3995.  
  3996. Commands.tppos = function(args)
  3997.     if args[1] and args[2] and args[3] then
  3998.         LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(args[1], args[2], args[3]))
  3999.     end
  4000. end
  4001.  
  4002. Commands.pmspam = function(args)
  4003.     if args[1] then
  4004.         local gotPlayer = ""
  4005.         for i,v in pairs(findPlayer(args[1])) do
  4006.             gotPlayer = v
  4007.         end
  4008.         table.remove(args, 1)
  4009.         local pmSpamMsg = table.concat(args," ")
  4010.         spamtext = "/w "..gotPlayer.Name.." "..pmSpamMsg
  4011.         spamming = true
  4012.     end
  4013. end
  4014.  
  4015. Commands.unpmspam = function(args)
  4016.     spamming = false
  4017. end
  4018.  
  4019. Commands.wsvis = function(args)
  4020.     if args[1] then
  4021.         for i,v in pairs(gsWorkspace:GetDescendants()) do
  4022.             if v:IsA("Part") or v:IsA("Decal") then
  4023.                 if tonumber(args[1]) > 1 then
  4024.                     v.Transparency = 0.5
  4025.                 else
  4026.                     v.Transparency = args[1]
  4027.                 end
  4028.             end
  4029.         end
  4030.     end
  4031.     clientSided()
  4032. end
  4033.  
  4034. Commands.bringobj = function(args)
  4035.     if args[1] then
  4036.         local Object = ""
  4037.         for i,v in pairs(gsWorkspace:GetDescendants()) do
  4038.             if string.lower(v.Name) == string.lower(args[1]) then
  4039.                 Object = v             
  4040.             end
  4041.         end
  4042.         if Object == "" then
  4043.             Notification("warning", "Object was not found in the workspace.", 6)
  4044.         end
  4045.         if args[2] then
  4046.             Object.CFrame = LP.Character.HumanoidRootPart.CFrame + LP.Character.HumanoidRootPart.CFrame.lookVector * args[2]
  4047.         else
  4048.             Object.CFrame = LP.Character.HumanoidRootPart.CFrame + LP.Character.HumanoidRootPart.CFrame.lookVector * 3
  4049.         end
  4050.         clientSided()
  4051.     end
  4052. end
  4053.  
  4054. CBRINGplr = ""
  4055. cbringing = false
  4056. cbringingall = false
  4057. Commands.cbring = function(args)
  4058.     if args[1] then
  4059.         if string.lower(tostring(args[1])) == "all" or string.lower(tostring(args[1])) == "others" then
  4060.             cbringingall = true
  4061.         else
  4062.             for i,v in pairs(findPlayer(args[1])) do
  4063.                 CBRINGplr = v
  4064.                 cbringing = true
  4065.             end
  4066.         end
  4067.         if args[2] then
  4068.             CBRINGamount = args[2]
  4069.         else
  4070.             CBRINGamount = 3
  4071.         end
  4072.         clientSided()
  4073.     end
  4074. end
  4075.  
  4076. Commands.uncbring = function(args)
  4077.     cbringing = false
  4078.     cbringingall = false
  4079. end
  4080.  
  4081. Commands.cfreeze = function(args)
  4082.     if args[1] then
  4083.         for i,v in pairs(findPlayer(args[1])) do
  4084.             v.Character.HumanoidRootPart.Anchored = true
  4085.         end
  4086.         clientSided()
  4087.     end
  4088. end
  4089.  
  4090. Commands.uncfreeze = function(args)
  4091.     if args[1] then
  4092.         for i,v in pairs(findPlayer(args[1])) do
  4093.             v.Character.HumanoidRootPart.Anchored = false
  4094.         end
  4095.     else
  4096.         for i,all in pairs(gsPlayers:GetPlayers()) do
  4097.             all.Character.HumanoidRootPart.Anchored = false
  4098.         end
  4099.     end
  4100. end
  4101.  
  4102. Commands.unattach = function(args)
  4103.     local function getout(player,player2)
  4104.     local char1,char2=player.Character,player2.Character
  4105.     if char1 and char2 then
  4106.     char1:MoveTo(char2.Head.Position)
  4107.     end
  4108.     end
  4109.     getout(LP, LP)
  4110. end
  4111.  
  4112. currentToolSize = ""
  4113. Commands.reach = function(args)
  4114.     if args[1] then
  4115.         for i,v in pairs(LP.Character:GetDescendants()) do
  4116.             if v:IsA("Tool") then
  4117.                 if string.lower(tostring(args[1])) == "off" then
  4118.                     v.Handle.Size = currentToolSize
  4119.                     v.Handle.SelectionBoxCreated:Destroy()
  4120.                     LP.Character.Humanoid:UnequipTools()
  4121.                 elseif string.lower(tostring(args[1])) == "on" then
  4122.                     if args[2] then
  4123.                         currentToolSize = v.Handle.Size
  4124.                         local a = Instance.new("SelectionBox",v.Handle)
  4125.                         a.Name = "SelectionBoxCreated"
  4126.                         a.Adornee = v.Handle
  4127.                         v.Handle.Size = Vector3.new(0.5,0.5,args[2])
  4128.                         v.GripPos = Vector3.new(0,0,0)
  4129.                         LP.Character.Humanoid:UnequipTools()
  4130.                     else
  4131.                         currentToolSize = v.Handle.Size
  4132.                         local a = Instance.new("SelectionBox",v.Handle)
  4133.                         a.Name = "SelectionBoxCreated"
  4134.                         a.Adornee = v.Handle
  4135.                         v.Handle.Size = Vector3.new(0.5,0.5,60)
  4136.                         v.GripPos = Vector3.new(0,0,0)
  4137.                         LP.Character.Humanoid:UnequipTools()
  4138.                     end
  4139.                 end
  4140.             end
  4141.         end
  4142.     end
  4143. end
  4144.  
  4145. Commands.droptool = function(args)
  4146.     for i,v in pairs(LP.Character:GetDescendants()) do
  4147.         if v:IsA("Tool") then
  4148.             v.Parent = gsWorkspace
  4149.         end
  4150.     end
  4151.     for i,a in pairs(LP.Backpack:GetDescendants()) do
  4152.         if a:IsA("Tool") then
  4153.             a.Parent = gsWorkspace
  4154.         end
  4155.     end
  4156. end
  4157.  
  4158. Commands.drophats = function(args)
  4159.     for i,v in pairs(LP.Character:GetDescendants()) do
  4160.         if v:IsA("Accessory") or v:IsA("Hat") then
  4161.             v.Parent = gsWorkspace
  4162.         end
  4163.     end
  4164. end
  4165.  
  4166. Commands.hidecmdbar = function(args)
  4167.     CMDBAR.Visible = false
  4168. end
  4169.  
  4170. Commands.showcmdbar = function(args)
  4171.     CMDBAR.Visible = true
  4172. end
  4173.  
  4174. Commands.prefix = function(args)
  4175.     if args[1] then
  4176.         commandPrefix = string.sub(tostring(args[1]), 1, 1)
  4177.         fullUpdate()
  4178.     end
  4179. end
  4180.  
  4181. Commands.removeinvis = function(args)
  4182.     for i,v in pairs(gsWorkspace:GetDescendants()) do
  4183.         if v:IsA("Part") and v.Name ~= "HumanoidRootPart" then
  4184.             if v.Transparency == 1 then
  4185.                 v:Destroy()
  4186.             end
  4187.         end
  4188.     end
  4189.     clientSided()
  4190. end
  4191.  
  4192. Commands.removefog = function(args)
  4193.     gsLighting.FogStart = 0
  4194.     gsLighting.FogEnd = 9999999999999
  4195.     clientSided()
  4196. end
  4197.  
  4198. Commands.animation = function(args)
  4199.     if args[1] then
  4200.         if string.lower(tostring(args[1])) == "gui" then
  4201.             loadstring(game:HttpGet(("https://pastebin.com/raw/mdbTSP4d"),true))()
  4202.         else
  4203.             local Anim = Instance.new("Animation")
  4204.             Anim.AnimationId = "rbxassetid://".. tostring(args[1])
  4205.             local track = LP.Character.Humanoid:LoadAnimation(Anim)
  4206.             if args[2] then
  4207.                 track:Play(.1, 1, args[2])
  4208.             else
  4209.                 track:Play(.1, 1, 1)
  4210.             end
  4211.         end
  4212.     end
  4213. end
  4214.  
  4215. Commands.btools = function(args)
  4216.     local Clone_T = Instance.new("HopperBin",LP.Backpack)
  4217.     Clone_T.BinType = "Clone"
  4218.     local Destruct = Instance.new("HopperBin",LP.Backpack)
  4219.     Destruct.BinType = "Hammer"
  4220.     local Hold_T = Instance.new("HopperBin",LP.Backpack)
  4221.     Hold_T.BinType = "Grab"
  4222.     clientSided()
  4223. end
  4224.  
  4225. Commands.esp = function(args)
  4226.     if args[1] then
  4227.         for i,v in pairs(findPlayer(args[1])) do
  4228.             local espPlayer = v
  4229.             for i,createESP in pairs(espPlayer.Character:GetDescendants()) do
  4230.                 if createESP:IsA("Part") or createESP:IsA("MeshPart") then
  4231.                     if createESP.Name ~= "HumanoidRootPart" and createESP.Name ~= "Handle" then
  4232.                         local current = true
  4233.                         local espBOX = Instance.new("BoxHandleAdornment")
  4234.                         espBOX.Parent = gsCoreGui
  4235.                         espBOX.Name = "rGET"..espPlayer.Name
  4236.                         espBOX.Adornee = createESP
  4237.                         espBOX.AlwaysOnTop = true
  4238.                         espBOX.ZIndex = 0
  4239.                         espBOX.Size = createESP.Size
  4240.                         espBOX.Transparency = 0.3
  4241.                         local AboveHead = Instance.new("BillboardGui")
  4242.                         AboveHead.Parent = gsCoreGui
  4243.                         AboveHead.Adornee = espPlayer.Character.Head
  4244.                         AboveHead.Name = "rGET"..espPlayer.Name
  4245.                         AboveHead.Size = UDim2.new(0, 100, 0, 100)
  4246.                         AboveHead.StudsOffset = Vector3.new(0, 1, 0)
  4247.                         AboveHead.AlwaysOnTop = true
  4248.                         local Info = Instance.new("TextLabel")
  4249.                         Info.Parent = AboveHead
  4250.                         Info.BackgroundTransparency = 1
  4251.                         Info.Position = UDim2.new(0, 0, 0, 0)
  4252.                         Info.Size = UDim2.new(1, 0, 0, 40)
  4253.                         Info.TextColor3 = Color3.fromRGB(200,200,200)
  4254.                         Info.TextStrokeTransparency = 0.5
  4255.                         Info.TextSize = 15
  4256.                         if espPlayer.TeamColor == LP.TeamColor then
  4257.                             espBOX.Color = BrickColor.new("Lime green")
  4258.                             Info.TextStrokeColor3 = Color3.fromRGB(10,100,10)
  4259.                         else
  4260.                             espBOX.Color = BrickColor.new("Really red")
  4261.                             Info.TextStrokeColor3 = Color3.fromRGB(100,10,10)
  4262.                         end
  4263.                         game:GetService('RunService').Stepped:connect(function()
  4264.                             if current and LP.Character.Humanoid and espPlayer.Character.HumanoidRootPart then
  4265.                                 Info.Text = espPlayer.Name.." (".. math.floor((LP.Character.HumanoidRootPart.Position - espPlayer.Character.HumanoidRootPart.Position).magnitude)..")"
  4266.                             end
  4267.                         end)
  4268.                         espPlayer.Character.Humanoid.Died:Connect(function()
  4269.                             current = false
  4270.                             espBOX:Destroy()
  4271.                             AboveHead:Destroy()
  4272.                         end)
  4273.                         gsPlayers.PlayerRemoving:Connect(function(plr)
  4274.                             if plr == espPlayer then
  4275.                                 current = false
  4276.                                 espBOX:Destroy()
  4277.                                 AboveHead:Destroy()
  4278.                             end
  4279.                         end)
  4280.                     end
  4281.                 end
  4282.             end
  4283.         end
  4284.         clientSided()
  4285.     end
  4286. end
  4287.  
  4288. Commands.unesp = function(args)
  4289.     if not args[1] then
  4290.         for i,v in pairs(gsCoreGui:GetDescendants()) do
  4291.             if string.sub(v.Name, 1, 4) == "rGET" then
  4292.                 v:Destroy()
  4293.             end
  4294.         end
  4295.     else
  4296.         for i,v in pairs(gsCoreGui:GetDescendants()) do
  4297.             if string.sub(v.Name, 1, 4) == "rGET" then
  4298.                 for i,a in pairs(findPlayer(args[1])) do
  4299.                     if string.sub(v.Name, 5) == a.Name then
  4300.                         v:Destroy()
  4301.                     end
  4302.                 end
  4303.             end
  4304.         end
  4305.     end
  4306. end
  4307.  
  4308. Commands.dice = function(args)
  4309.     game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("You rolled a dice for ".. tostring(math.random(1, 6)), "All")
  4310. end
  4311.  
  4312. Commands.random = function(args)
  4313.     if args[1] and args[2] then
  4314.         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")
  4315.     end
  4316. end
  4317.  
  4318. Commands.closegame = function(args)
  4319.     game:Shutdown()
  4320. end
  4321.  
  4322. Commands.savetool = function(args)
  4323.     if args[1] then
  4324.         for i,a in pairs(LP.Character:GetDescendants()) do
  4325.             if a:IsA("Tool") and string.lower(a.Name) == string.lower(tostring(args[1])) then
  4326.                 a.Parent = LP
  4327.                 local oldName = a.Name
  4328.                 a.Name = "saved "..oldName
  4329.             else
  4330.                 for i,n in pairs(LP.Backpack:GetDescendants()) do
  4331.                     if n:IsA("Tool") and string.lower(n.Name) == string.lower(tostring(args[1])) then
  4332.                         n.Parent = LP
  4333.                         local sOldName = n.Name
  4334.                         n.Name = "saved "..sOldName
  4335.                     end
  4336.                 end
  4337.             end
  4338.         end
  4339.     else
  4340.         for i,v in pairs(LP.Character:GetDescendants()) do
  4341.             if v:IsA("Tool") then
  4342.                 v.Parent = LP
  4343.                 local oldName = v.Name
  4344.                 v.Name = "saved "..oldName
  4345.             end
  4346.         end
  4347.     end
  4348. end
  4349.  
  4350. Commands.loadtool = function(args)
  4351.     if args[1] then
  4352.         for i,a in pairs(LP:GetChildren()) do
  4353.             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
  4354.                 a.Parent = LP.Backpack
  4355.                 local currentName = a.Name
  4356.                 a.Name = string.sub(currentName, 7)
  4357.             end
  4358.         end
  4359.     else
  4360.         for i,v in pairs(LP:GetChildren()) do
  4361.             if string.sub(v.Name, 1, 5) == "saved" then
  4362.                 v.Parent = LP.Backpack
  4363.                 local currentName = v.Name
  4364.                 v.Name = string.sub(currentName, 7)
  4365.             end
  4366.         end
  4367.     end
  4368. end
  4369.  
  4370. Commands.savealltool = function(args)
  4371.     for i,v in pairs(LP.Character:GetDescendants()) do
  4372.         if v:IsA("Tool") then
  4373.             v.Parent = LP
  4374.             local oldName = v.Name
  4375.             v.Name = "saved "..oldName
  4376.         end
  4377.     end
  4378.     for i,v in pairs(LP.Backpack:GetDescendants()) do
  4379.         if v:IsA("Tool") then
  4380.             v.Parent = LP
  4381.             local oldName = v.Name
  4382.             v.Name = "saved "..oldName
  4383.         end
  4384.     end
  4385. end
  4386.  
  4387. Commands.loadalltool = function(args)
  4388.     for i,v in pairs(LP:GetChildren()) do
  4389.         if v:IsA("Tool") and string.sub(v.Name, 1, 5) == "saved" then
  4390.             v.Parent = LP.Backpack
  4391.             local currentName = v.Name
  4392.             v.Name = string.sub(currentName, 7)
  4393.         end
  4394.     end
  4395. end
  4396.  
  4397. Mouse.KeyDown:Connect(function(key)
  4398.     if key == clicktpKEY and clicktpACTIVE == true then
  4399.         if Mouse.Target then
  4400.             LP.Character.HumanoidRootPart.CFrame = CFrame.new(Mouse.Hit.x, Mouse.Hit.y + 5, Mouse.Hit.z)
  4401.         end
  4402.     end
  4403.     if key == clickdelKEY and clickdelACTIVE == true then
  4404.         if Mouse.Target then
  4405.             Mouse.Target:Destroy()
  4406.         end
  4407.     end
  4408. end)
  4409. Mouse.Button1Down:Connect(function()
  4410.     if clicktpACTIVE == true and clicktpCLICK == true then
  4411.         if Mouse.Target then
  4412.             LP.Character.HumanoidRootPart.CFrame = CFrame.new(Mouse.Hit.x, Mouse.Hit.y + 5, Mouse.Hit.z)
  4413.         end
  4414.     end
  4415.     if clickdelACTIVE == true and clickdelCLICK == true then
  4416.         if Mouse.Target then
  4417.             Mouse.Target:Destroy()
  4418.         end
  4419.     end
  4420. end)
  4421.  
  4422. clicktpKEY = ""
  4423. clickdelKEY = ""
  4424. clicktpACTIVE = false
  4425. clickdelACTIVE = false
  4426. clicktpCLICK = false
  4427. clickdelCLICK = false
  4428.  
  4429. Commands.clicktp = function(args)
  4430.     if args[1] then
  4431.         clicktpKEY = string.sub(tostring(args[1]), 1, 1)
  4432.         clicktpACTIVE = true
  4433.         clicktpCLICK = false
  4434.     else
  4435.         clicktpKEY = ""
  4436.         clicktpACTIVE = true
  4437.         clicktpCLICK = true
  4438.     end
  4439.     clientSided()
  4440. end
  4441.  
  4442. Commands.clickdel = function(args)
  4443.     if args[1] then
  4444.         clickdelKEY = string.sub(tostring(args[1]), 1, 1)
  4445.         clickdelACTIVE = true
  4446.         clickdelCLICK = false
  4447.     else
  4448.         clickdelKEY = ""
  4449.         clickdelACTIVE = true
  4450.         clickdelCLICK = true
  4451.     end
  4452.     clientSided()
  4453. end
  4454.  
  4455. Commands.unclicktp = function(args)
  4456.     clicktpACTIVE = false
  4457. end
  4458.  
  4459. Commands.unclickdel = function(args)
  4460.     clickdelACTIVE = false
  4461. end
  4462.  
  4463. Commands.oof = function(args)
  4464.     spawn(function()
  4465.         while wait() do
  4466.            for i,v in pairs(game:GetService'Players':GetPlayers()) do
  4467.                if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  4468.                    for _,x in pairs(v.Character.Head:GetChildren()) do
  4469.                        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
  4470.                    end
  4471.                end
  4472.            end
  4473.         end
  4474.     end)
  4475. end
  4476.  
  4477. Commands.chatlogs = function(args)
  4478.     MainChatFrame.Position = UDim2.new(0, 760, 0, 261)
  4479.     MainChatFrame.Visible = true
  4480. end
  4481.  
  4482. Commands.stopadmin = function(args)
  4483.     commandPrefix = "     "
  4484.     following = false
  4485.     trailing = false
  4486.     annoying = false
  4487.     CMDBAR.Visible = false
  4488.     Match.Visible = false
  4489.     flying = false
  4490. end
  4491.  
  4492. Commands.freecam = function(args)
  4493.     for i,getFC in pairs(gsWorkspace:GetDescendants()) do
  4494.         if getFC.Name == "rGETpartNUMBER2" then
  4495.             getFC:Destroy()
  4496.         end
  4497.     end
  4498.     local CameraPart = Instance.new("Part")
  4499.     CameraPart.CanCollide = false
  4500.     CameraPart.CFrame = LP.Character.Head.CFrame
  4501.     CameraPart.Locked = true
  4502.     CameraPart.Transparency = 1
  4503.     CameraPart.Size = Vector3.new(1, 1, 1)
  4504.     CameraPart.Parent = gsWorkspace
  4505.     CameraPart.Name = "rGETpartNUMBER2"
  4506.     if bypassMODE == true then
  4507.         loopviewfc = true
  4508.     elseif bypassMODE == false then
  4509.         gsWorkspace.CurrentCamera.CameraSubject = CameraPart
  4510.     end
  4511.     local speedget = 1
  4512.     local T = CameraPart
  4513.     local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  4514.     local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  4515.     local SPEED = speedget
  4516.     if args[1] then
  4517.         speedfly = tonumber(args[1])
  4518.     else
  4519.         speedfly = 1
  4520.     end
  4521.     local function freecamfly()
  4522.         LP.Character.Head.Anchored = true
  4523.         doFREECAM = true
  4524.         local BG = Instance.new('BodyGyro', T)
  4525.         local BV = Instance.new('BodyVelocity', T)
  4526.         BG.P = 9e4
  4527.         BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  4528.         BG.cframe = T.CFrame
  4529.         BV.velocity = Vector3.new(0, 0.1, 0)
  4530.         BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  4531.         spawn(function()
  4532.         repeat wait()
  4533.         if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  4534.         SPEED = 50
  4535.         elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  4536.         SPEED = 0
  4537.         end
  4538.         if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  4539.         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
  4540.         lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  4541.         elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  4542.         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
  4543.         else
  4544.         BV.velocity = Vector3.new(0, 0.1, 0)
  4545.         end
  4546.         BG.cframe = workspace.CurrentCamera.CoordinateFrame
  4547.                 until not doFREECAM
  4548.                 CONTROL = {F = 0, B = 0, L = 0, R = 0}
  4549.                 lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  4550.                 SPEED = 0
  4551.                 BG:destroy()
  4552.                 BV:destroy()
  4553.             end)
  4554.         end
  4555.     Mouse.KeyDown:connect(function(KEY)
  4556.         if KEY:lower() == 'w' then
  4557.             CONTROL.F = speedfly
  4558.         elseif KEY:lower() == 's' then
  4559.             CONTROL.B = -speedfly
  4560.         elseif KEY:lower() == 'a' then
  4561.             CONTROL.L = -speedfly
  4562.         elseif KEY:lower() == 'd' then
  4563.             CONTROL.R = speedfly
  4564.         end
  4565.     end)
  4566.     Mouse.KeyUp:connect(function(KEY)
  4567.         if KEY:lower() == 'w' then
  4568.             CONTROL.F = 0
  4569.         elseif KEY:lower() == 's' then
  4570.             CONTROL.B = 0
  4571.         elseif KEY:lower() == 'a' then
  4572.             CONTROL.L = 0
  4573.         elseif KEY:lower() == 'd' then
  4574.             CONTROL.R = 0
  4575.         end
  4576.     end)
  4577.     freecamfly()
  4578. end
  4579.  
  4580. Commands.fc = function(args)
  4581.     if args[1] then
  4582.         run(commandPrefix.."freecam "..args[1])
  4583.     else
  4584.         run(commandPrefix.."freecam")
  4585.     end
  4586. end
  4587.  
  4588. Commands.unfreecam = function(args)
  4589.     doFREECAM = false
  4590.     LP.Character.Head.Anchored = false
  4591.     view(LP)
  4592.     if gsWorkspace.rGETpartNUMBER2 then
  4593.         gsWorkspace.rGETpartNUMBER2:Destroy()
  4594.     end
  4595.     loopviewfc = false
  4596. end
  4597.  
  4598. Commands.unfc = function(args)
  4599.     doFREECAM = false
  4600.     LP.Character.Head.Anchored = false
  4601.     view(LP)
  4602.     if gsWorkspace.rGETpartNUMBER2 then
  4603.         gsWorkspace.rGETpartNUMBER2:Destroy()
  4604.     end
  4605.     loopviewfc = false
  4606. end
  4607.  
  4608. Commands.gotofc = function(args)
  4609.     doFREECAM = false
  4610.     LP.Character.Head.Anchored = false
  4611.     view(LP)
  4612.     pcall(function()
  4613.         LP.Character.HumanoidRootPart.CFrame = gsWorkspace.rGETpartNUMBER2.CFrame
  4614.         gsWorkspace.rGETpartNUMBER2:Destroy()
  4615.     end)
  4616.     loopviewfc = false
  4617. end
  4618.  
  4619. Commands.fctp = function(args)
  4620.     if args[1] then
  4621.         for i,v in pairs(findPlayer(args[1])) do
  4622.             pcall(function()
  4623.                 gsWorkspace.rGETpartNUMBER2.CFrame = v.Character.Head.CFrame
  4624.             end)
  4625.         end
  4626.     end
  4627. end
  4628.  
  4629. Commands.cmds = function(args)
  4630.     CMDSmain.Position = UDim2.new(0, 695, 0, 297)
  4631.     CMDSmain.Visible = true
  4632.     CMDSmain:TweenSize(UDim2.new(0, 440, 0, 367), "InOut", "Sine", 1)
  4633. end
  4634.  
  4635. Commands.fullcredits = function(args)
  4636.     Notification("info", "Credit to Autumn, Josh and 3dsboy08 (Help with "..commandPrefix.."remotespy and anti client kick)", 1)
  4637.     Notification("info", "Credit to Infinite Yield developers (Assisted in "..commandPrefix.."esp and "..commandPrefix.."fly commands)", 1)
  4638.     Notification("info", "Credit to Timeless ("..commandPrefix.."invisible) and Harkinian ("..commandPrefix.."shutdown)", 1)
  4639.     Notification("info", "Credit to DEX creators ("..commandPrefix.."explorer) and xFunnieuss ("..commandPrefix.."spinhats)", 1)
  4640.     Notification("info", "Only creator is illremember", 2)
  4641. end
  4642.  
  4643. Commands.hotkey = function(args)
  4644.     if args[1] then
  4645.         local hotkeyKEY = string.sub(tostring(args[1]), 1, 3)
  4646.         if args[2] then
  4647.             table.remove(args, 1)
  4648.             local hotkeyCMD = table.concat(args, " ")
  4649.             table.insert(hotkeys, hotkeyCMD.."//"..hotkeyKEY)
  4650.             fullUpdate()
  4651.             Notification("info", "Hotkey added!", 1)
  4652.         end
  4653.     end
  4654. end
  4655.  
  4656. Mouse.KeyDown:Connect(function(key)
  4657.     for i,v in pairs(hotkeys) do
  4658.         local currentKey = string.match(v, "[%a%d]+$")
  4659.         if string.len(currentKey) == 1 then
  4660.             if key == string.sub(v, #v, #v) then
  4661.                 local commandtoRUN = string.match(v, "^[%w%s]+")
  4662.                 if string.sub(string.lower(tostring(commandtoRUN)), 1, 3) == "fly" then
  4663.                     if bypassMODE == true then
  4664.                         if doFREECAM == false then
  4665.                             run(commandPrefix..tostring(commandtoRUN))
  4666.                         else
  4667.                             run(commandPrefix.."unfly")
  4668.                         end
  4669.                     else
  4670.                         if flying == false then
  4671.                             run(commandPrefix..tostring(commandtoRUN))
  4672.                         else
  4673.                             run(commandPrefix.."unfly")
  4674.                         end
  4675.                     end
  4676.                 elseif tostring(commandtoRUN) == "noclip" then
  4677.                     if noclip == false then
  4678.                         run(commandPrefix..tostring(commandtoRUN))
  4679.                     else
  4680.                         run(commandPrefix.."clip")
  4681.                     end
  4682.                 elseif tostring(commandtoRUN) == "freecam" or tostring(commandtoRUN) == "fc" then
  4683.                     if doFREECAM == false then
  4684.                         run(commandPrefix..tostring(commandtoRUN))
  4685.                     else
  4686.                         if fchotkeymode == "goto" then
  4687.                             run(commandPrefix.."gotofc")
  4688.                         elseif fchotkeymode == "unfc" then
  4689.                             run(commandPrefix.."unfreecam")
  4690.                         end
  4691.                     end
  4692.                 else
  4693.                     run(commandPrefix..tostring(commandtoRUN))
  4694.                 end
  4695.             end
  4696.         else
  4697.             if string.lower(string.sub(tostring(currentKey), 1, 1)) == "f" then
  4698.                 local commandtoRUN = string.match(v, "^[%w%s]+")
  4699.                 local hotkeyadjust = tonumber(string.sub(currentKey, 2, 3)) + 25
  4700.                 if string.byte(key) == hotkeyadjust then
  4701.                     if string.sub(string.lower(tostring(commandtoRUN)), 1, 3) == "fly" then
  4702.                         if bypassMODE == true then
  4703.                             if doFREECAM == false then
  4704.                                 run(commandPrefix..tostring(commandtoRUN))
  4705.                             else
  4706.                                 run(commandPrefix.."unfly")
  4707.                             end
  4708.                         else
  4709.                             if flying == false then
  4710.                                 run(commandPrefix..tostring(commandtoRUN))
  4711.                             else
  4712.                                 run(commandPrefix.."unfly")
  4713.                             end
  4714.                         end
  4715.                     elseif tostring(commandtoRUN) == "noclip" then
  4716.                         if noclip == false then
  4717.                             run(commandPrefix..tostring(commandtoRUN))
  4718.                         else
  4719.                             run(commandPrefix.."clip")
  4720.                         end
  4721.                     elseif tostring(commandtoRUN) == "freecam" or tostring(commandtoRUN) == "fc" then
  4722.                         if doFREECAM == false then
  4723.                             run(commandPrefix..tostring(commandtoRUN))
  4724.                         else
  4725.                             if fchotkeymode == "goto" then
  4726.                                 run(commandPrefix.."gotofc")
  4727.                             elseif fchotkeymode == "unfc" then
  4728.                                 run(commandPrefix.."unfreecam")
  4729.                             end
  4730.                         end
  4731.                     else
  4732.                         run(commandPrefix..tostring(commandtoRUN))
  4733.                     end
  4734.                 end
  4735.             end
  4736.         end
  4737.     end
  4738. end)
  4739.  
  4740. Commands.removeallhotkey = function(args)
  4741.     hotkeys = {}
  4742.     fullUpdate()
  4743.     Notification("warning", "All hotkeys reset/removed", 6)
  4744. end
  4745.  
  4746. Commands.removehotkey = function(args)
  4747.     if args[1] then
  4748.         for i,v in pairs(hotkeys) do
  4749.             local currentKey = string.match(v, "[%a%d]+$")
  4750.             if currentKey == string.lower(tostring(args[1])) then
  4751.                 table.remove(hotkeys, i)
  4752.                 fullUpdate()
  4753.             end
  4754.         end
  4755.     end
  4756. end
  4757.  
  4758. Commands.printhotkeys = function(args)
  4759.     for i,v in pairs(hotkeys) do
  4760.         warn("HOTKEYS:")
  4761.         print(v)
  4762.     end
  4763. end
  4764.  
  4765. Commands.os = function(args)
  4766.     if args[1] then
  4767.         for i,v in pairs(findPlayer(args[1])) do
  4768.             game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(v.Name.." is on "..v.OsPlatform, "All")
  4769.         end
  4770.     end
  4771. end
  4772.  
  4773. spinning = false
  4774. Commands.spin = function(args)
  4775.     if args[1] then
  4776.         for i,v in pairs(findSinglePlayer(args[1])) do
  4777.             run(commandPrefix.."attach "..v.Name)
  4778.             annplr = v
  4779.             annoying = true
  4780.             spinning = true
  4781.         end
  4782.     end
  4783. end
  4784.  
  4785. Commands.unspin = function(args)
  4786.     if spinning then
  4787.         annoying = false
  4788.         spinning = false
  4789.     end
  4790.     run(""..commandPrefix.."unattach")
  4791. end
  4792.  
  4793. Commands.explorer = function(args)
  4794.     loadstring(game:GetObjects("rbxassetid://418957341")[1].Source)()
  4795.     Notification("info", "Loaded DEX explorer!", 5)
  4796. end
  4797.  
  4798. Commands.maxzoom = function(args)
  4799.     if args[1] then
  4800.         LP.CameraMaxZoomDistance = args[1]
  4801.     end
  4802. end
  4803.  
  4804. Commands.stare = function(args)
  4805.     if args[1] then
  4806.         for i,v in pairs(findSinglePlayer(args[1])) do
  4807.             stareplr = v
  4808.             staring = true
  4809.         end
  4810.     end
  4811. end
  4812.  
  4813. Commands.unstare = function(args)
  4814.     staring = false
  4815. end
  4816.  
  4817. Commands.tempgod = function(args)
  4818.     local hu = LP.Character.Humanoid
  4819.     local l = Instance.new("Humanoid")
  4820.     l.Parent = LP.Character
  4821.     l.Name = "Humanoid"
  4822.     wait(0.1)
  4823.     hu.Parent = LP
  4824.     gsWorkspace.CurrentCamera.CameraSubject = LP.Character
  4825.     LP.Character.Animate.Disabled = true
  4826.     wait(0.1)
  4827.     LP.Character.Animate.Disabled = false
  4828.     Notification("info", "Enabled Temp FE Godmode", 4)
  4829. end
  4830.  
  4831. Commands.void = function(args)
  4832.     if hasTools() == false then
  4833.         Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
  4834.     else
  4835.         FEGodmode()
  4836.         for i,v in pairs(LP.Backpack:GetChildren())do
  4837.             LP.Character.Humanoid:EquipTool(v)
  4838.         end
  4839.         if args[1] then
  4840.             for i,v in pairs(findSinglePlayer(args[1])) do
  4841.                 local NOW = LP.Character.HumanoidRootPart.CFrame
  4842.                 LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
  4843.                 wait(0.3)
  4844.                 LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
  4845.                 local function tp(player,player2)
  4846.                 local char1,char2=player.Character,player2.Character
  4847.                 if char1 and char2 then
  4848.                 char1:MoveTo(char2.Head.Position)
  4849.                 end
  4850.                 end
  4851.                 wait(0.5)
  4852.                 LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(999999999999999,0,999999999999999))
  4853.             end
  4854.         end
  4855.     end
  4856. end
  4857.  
  4858. Commands.freefall = function(args)
  4859.     if hasTools() == false then
  4860.         Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
  4861.     else
  4862.         FEGodmode()
  4863.         for i,v in pairs(LP.Backpack:GetChildren())do
  4864.             LP.Character.Humanoid:EquipTool(v)
  4865.         end
  4866.         if args[1] then
  4867.             for i,v in pairs(findSinglePlayer(args[1])) do
  4868.                 local NOW = LP.Character.HumanoidRootPart.CFrame
  4869.                 LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
  4870.                 wait(0.3)
  4871.                 LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
  4872.                 wait(0.5)
  4873.                 LP.Character.HumanoidRootPart.CFrame = NOW
  4874.                 wait(0.5)
  4875.                 LP.Character.HumanoidRootPart.CFrame = NOW
  4876.                 wait(0.6)
  4877.                 LP.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  4878.             end
  4879.         end
  4880.     end
  4881. end
  4882.  
  4883. Commands.version = function(args)
  4884.     Notification("info", "Current Shattervast Version: V2.8", 7)
  4885. end
  4886.  
  4887. Commands.shiftlockon = function(args)
  4888.     LP.DevEnableMouseLock = true
  4889.     Notification("info", "Shift lock enabled!", 5)
  4890. end
  4891.  
  4892. for i,needChat in pairs(gsPlayers:GetPlayers()) do
  4893.     needChat.Chatted:Connect(function(msg)
  4894.         if copychatall then
  4895.             game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(msg, "All")
  4896.         end
  4897.     end)
  4898. end
  4899. gsPlayers.PlayerAdded:Connect(function(plr)
  4900.     plr.Chatted:Connect(function(msg)
  4901.         if copychatall then
  4902.             game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(msg, "All")
  4903.         end
  4904.     end)
  4905. end)
  4906.  
  4907. copychatplayer = nil
  4908. copychatall = false
  4909. copychatACTIVE = false
  4910. Commands.copychat = function(args)
  4911.     if args[1] then
  4912.         if string.lower(args[1]) == "all" or string.lower(args[1]) == "others" then
  4913.             copychatall = true
  4914.         else
  4915.             for i,v in pairs(findPlayer(args[1])) do
  4916.                 if v ~= LP then
  4917.                     copychatplayer = v
  4918.                     copychatACTIVE = true
  4919.                 end
  4920.             end
  4921.         end
  4922.     end
  4923. end
  4924.  
  4925. Commands.uncopychat = function(args)
  4926.     copychatall = false
  4927.     copychatACTIVE = false
  4928. end
  4929.  
  4930. Commands.newkill =  function(args)
  4931.     if hasTools() == false then
  4932.         Notification("warning", "You need TWO tools in your backpack/inventory to use this command.", 8)
  4933.     else
  4934.         if args[1] then
  4935.             for i,plr in pairs(findSinglePlayer(args[1])) do
  4936.                 for i,v in pairs(LP.Backpack:GetChildren())do
  4937.                     LP.Character.Humanoid:EquipTool(v)
  4938.                 end
  4939.                 for i,v in pairs(LP.Backpack:GetDescendants()) do
  4940.                     if v:IsA("Tool") then
  4941.                         v.Parent = LP.Character
  4942.                         wait()
  4943.                         v.Parent = plr.Character
  4944.                     end
  4945.                 end
  4946.                 wait(0.4)
  4947.                 LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(4000000, -10, 200000))
  4948.             end
  4949.         end
  4950.     end
  4951. end
  4952.  
  4953. Commands.newattach =  function(args)
  4954.     if hasTools() == false then
  4955.         Notification("warning", "You need TWO tools in your backpack/inventory to use this command.", 8)
  4956.     else
  4957.         if args[1] then
  4958.             for i,plr in pairs(findSinglePlayer(args[1])) do
  4959.                 for i,v in pairs(LP.Backpack:GetChildren())do
  4960.                     LP.Character.Humanoid:EquipTool(v)
  4961.                 end
  4962.                 for i,v in pairs(LP.Backpack:GetDescendants()) do
  4963.                     if v:IsA("Tool") then
  4964.                         v.Parent = LP.Character
  4965.                         wait()
  4966.                         v.Parent = plr.Character
  4967.                     end
  4968.                 end
  4969.             end
  4970.         end
  4971.     end
  4972. end
  4973.  
  4974. Commands.newbring =  function(args)
  4975.     if hasTools() == false then
  4976.         Notification("warning", "You need TWO tools in your backpack/inventory to use this command.", 8)
  4977.     else
  4978.         if args[1] then
  4979.             for i,plr in pairs(findSinglePlayer(args[1])) do
  4980.                 local NOW = LP.Character.HumanoidRootPart.CFrame
  4981.                 for i,v in pairs(LP.Backpack:GetChildren())do
  4982.                     LP.Character.Humanoid:EquipTool(v)
  4983.                 end
  4984.                 for i,v in pairs(LP.Backpack:GetDescendants()) do
  4985.                     if v:IsA("Tool") then
  4986.                         v.Parent = LP.Character
  4987.                         wait()
  4988.                         v.Parent = plr.Character
  4989.                     end
  4990.                 end
  4991.                 wait(0.4)
  4992.                 LP.Character.HumanoidRootPart.CFrame = NOW
  4993.                 wait(0.4)
  4994.                 LP.Character.HumanoidRootPart.CFrame = NOW
  4995.             end
  4996.         end
  4997.     end
  4998. end
  4999.  
  5000. Commands.spawn = function(args)
  5001.     if args[1] then
  5002.         if string.lower(tostring(args[1])) == "ws" then
  5003.             spawnWS = args[2] or CurrentWalkspeed
  5004.             LP.Character.Humanoid.WalkSpeed = args[2] or CurrentWalkspeed
  5005.         elseif string.lower(tostring(args[1])) == "jp" then
  5006.             spawnJP = args[2] or CurrentJumppower
  5007.             LP.Character.Humanoid.JumpPower = args[2] or CurrentJumppower
  5008.         elseif string.lower(tostring(args[1])) == "hh" then
  5009.             spawnHH = args[2] or CurrentHipheight
  5010.             LP.Character.Humanoid.HipHeight = args[2] or CurrentHipheight
  5011.         elseif string.lower(tostring(args[1])) == "god" then
  5012.             spawningfegod = true
  5013.             FEGodmode()
  5014.         end
  5015.     end
  5016. end
  5017.  
  5018. Commands.unspawn = function(args)
  5019.     spawnWS = CurrentWalkspeed
  5020.     spawnJP = CurrentJumppower
  5021.     spawnHH = CurrentHipheight
  5022.     spawningfegod = false
  5023.     Notification("info", "Reset spawning stats", 5)
  5024. end
  5025.  
  5026. savingtoolsloop = false
  5027. Commands.autosavetool = function(args)
  5028.     if args[1] then
  5029.         if string.lower(tostring(args[1])) == "on" then
  5030.             savingtoolsloop = true
  5031.         elseif string.lower(tostring(args[1])) == "off" then
  5032.             savingtoolsloop = false
  5033.         end
  5034.     end
  5035. end
  5036.  
  5037. modeFling = false
  5038. modeCompliment = false
  5039. modeMove = false
  5040. modeInfo = false
  5041. Commands.beginbot = function(args)
  5042.     if not args[1] then
  5043.         print("fling // compliment // move // info")
  5044.         Notification("info", ""..commandPrefix.."beginbot Modes printed", 5)
  5045.     else
  5046.         if string.lower(tostring(args[1])) == "fling" then
  5047.             modeFling = true
  5048.             game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Hello! I am Fling-Bot 5000! Say !fling [Player] to fling that player!", "All")
  5049.         elseif string.lower(tostring(args[1])) == "compliment" then
  5050.             modeCompliment = true
  5051.             complimentReady = true
  5052.             game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Good day, I am Compliment-Bot. Say !c [Player] to give them a compliment.", "All")
  5053.         elseif string.lower(tostring(args[1])) == "move" then
  5054.             modeMove = true
  5055.             game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Hi, I am movement bot. Commands you can use: !walk [Player], !bringbot, !follow [Player].", "All")
  5056.         elseif string.lower(tostring(args[1])) == "info" then
  5057.             modeInfo = true
  5058.             infoReady = true
  5059.             game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Hey, I'm Info-Bot. Commands you can use: !age [Player], !id [Player].", "All")
  5060.         end
  5061.     end
  5062. end
  5063.  
  5064. Commands.endbot = function(args)
  5065.     if not args[1] then
  5066.         modeFling = false
  5067.         modeCompliment = false
  5068.         modeMove = false
  5069.         modeInfo = false
  5070.     else
  5071.         if string.lower(tostring(args[1])) == "fling" then
  5072.             modeFling = false
  5073.         elseif string.lower(tostring(args[1])) == "compliment" then
  5074.             modeCompliment = false
  5075.         elseif string.lower(tostring(args[1])) == "move" then
  5076.             modeMove = false
  5077.         elseif string.lower(tostring(args[1])) == "info" then
  5078.             modeInfo = false
  5079.         end
  5080.     end
  5081. end
  5082.  
  5083. Commands.stopsit = function(args)
  5084.     stopsitting = true
  5085. end
  5086.  
  5087. Commands.gosit = function(args)
  5088.     stopsitting = false
  5089. end
  5090.  
  5091. chattingerror = true
  5092. Commands.chaterror = function(args)
  5093.     if chattingerror then
  5094.         chattingerror = false
  5095.         game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(" ", "All")
  5096.         game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(" ", "All")
  5097.         wait(4)
  5098.         game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(" ", "All")
  5099.         wait(3)
  5100.         chattingerror = true
  5101.     end
  5102. end
  5103.  
  5104. spawnpos = nil
  5105. spawningpos = true
  5106. Commands.spawnpoint = function(args)
  5107.     spawnpos = LP.Character.HumanoidRootPart.CFrame
  5108.     spawningpos = true
  5109.     Notification("info", "Spawn point has been set! Use "..commandPrefix.."nospawn to remove.", 6)
  5110. end
  5111.  
  5112. Commands.nospawn = function(args)
  5113.     spawningpos = false
  5114.     Notification("info", "Spawn point has been removed. Use "..commandPrefix.."spawnpoint to enable.", 6)
  5115. end
  5116.  
  5117. Commands.bypass = function(args)
  5118.     if args[1] then
  5119.         if string.lower(tostring(args[1])) == "on" then
  5120.             bypassMODE = true
  5121.             Notification("warning", "Bypass mode turned on, this changes functions of "..commandPrefix.."fly and other commands to bypass most anti-exploits.", 7)
  5122.         elseif string.lower(tostring(args[1])) == "off" then
  5123.             bypassMODE = false
  5124.             Notification("warning", "Bypass mode has been turned off.", 7)
  5125.         end
  5126.     end
  5127. end
  5128.  
  5129. Commands.fixcam = function(args)
  5130.     gsWorkspace.CurrentCamera:Destroy()
  5131.     wait(0.1)
  5132.     game:GetService("Workspace").CurrentCamera.CameraSubject = LP.Character.Humanoid
  5133.     game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  5134.     LP.CameraMinZoomDistance = 0.5
  5135.     LP.CameraMaxZoomDistance = 400
  5136.     LP.CameraMode = "Classic"
  5137.     LP.DevCameraOcclusionMode = CurrentNormal
  5138. end
  5139.  
  5140. Commands.gotoobj = function(args)
  5141.     if args[1] then
  5142.         for i,v in pairs(gsWorkspace:GetDescendants()) do
  5143.             if string.lower(v.Name) == string.lower(tostring(args[1])) then
  5144.                 LP.Character.HumanoidRootPart.CFrame = v.CFrame + Vector3.new(0, 3, 0)
  5145.             end
  5146.         end
  5147.     end
  5148. end
  5149.  
  5150. Commands.breakcam = function(args)
  5151.     gsWorkspace.CurrentCamera.CameraSubject = LP.Character.Head
  5152. end
  5153.  
  5154. Commands.inviscam = function(args)
  5155.     LP.DevCameraOcclusionMode = "Invisicam"
  5156. end
  5157.  
  5158. printobjKEY = ""
  5159. printobjCLICKING = false
  5160. printobjACTIVE = false
  5161.  
  5162. Commands.printobj = function(args)
  5163.     if args[1] then
  5164.         printobjKEY = string.sub(tostring(args[1]), 1, 1)
  5165.         printobjACTIVE = true
  5166.         printobjCLICKING = false
  5167.     else
  5168.         printobjKEY = ""
  5169.         printobjACTIVE = true
  5170.         printobjCLICKING = true
  5171.     end
  5172. end
  5173.  
  5174. Mouse.KeyDown:Connect(function(key)
  5175.     if key == printobjKEY and printobjACTIVE == true then
  5176.         if Mouse.Target then
  5177.             local path = Mouse.Target:GetFullName()
  5178.             local getPath = "game:GetService(\"Workspace\")"
  5179.             local getSpaces = ""
  5180.             local separate = {}
  5181.             local a = nil
  5182.             for v in string.gmatch(string.sub(path, 10), "[^.]+") do
  5183.                 if string.match(v, " ") then
  5184.                     a = "["..v.."]"
  5185.                     table.insert(separate, a)
  5186.                 else
  5187.                     a = "."..v
  5188.                     table.insert(separate, a)
  5189.                 end
  5190.                 getSpaces = table.concat(separate, "")
  5191.             end
  5192.             local fullPath = getPath..getSpaces
  5193.             print(fullPath)
  5194.         end
  5195.     end
  5196. end)
  5197. Mouse.Button1Down:Connect(function()
  5198.     if printobjCLICKING == true and printobjACTIVE == true then
  5199.         if Mouse.Target then
  5200.             local path = Mouse.Target:GetFullName()
  5201.             local getPath = "game:GetService(\"Workspace\")"
  5202.             local getSpaces = ""
  5203.             local separate = {}
  5204.             local a = nil
  5205.             for v in string.gmatch(string.sub(path, 10), "[^.]+") do
  5206.                 if string.match(v, " ") then
  5207.                     a = "["..v.."]"
  5208.                     table.insert(separate, a)
  5209.                 else
  5210.                     a = "."..v
  5211.                     table.insert(separate, a)
  5212.                 end
  5213.                 getSpaces = table.concat(separate, "")
  5214.             end
  5215.             local fullPath = getPath..getSpaces
  5216.             print(fullPath)
  5217.         end
  5218.     end
  5219. end)
  5220.  
  5221. Commands.unprintobj = function(args)
  5222.     printobjACTIVE = false
  5223.     printobjCLICKING = false
  5224. end
  5225.  
  5226. Commands.hotkeyfc = function(args)
  5227.     if args[1] then
  5228.         if string.lower(tostring(args[1])) == "goto" then
  5229.             fchotkeymode = "goto"
  5230.         elseif string.lower(tostring(args[1])) == "unfc" then
  5231.             fchotkeymode = "unfc"
  5232.         end
  5233.         fullUpdate()
  5234.     end
  5235. end
  5236.  
  5237. Commands.carpet = function(args)
  5238.     if args[1] then
  5239.         for i,v in pairs(findSinglePlayer(args[1])) do
  5240.             if v ~= nil then
  5241.                 annoying = true
  5242.                 annplr = v
  5243.                 local carpetAnimation = Instance.new("Animation")
  5244.                 carpetAnimation.AnimationId = "rbxassetid://282574440"
  5245.                 carpetTrack = LP.Character.Humanoid:LoadAnimation(carpetAnimation)
  5246.                 carpetTrack:Play(.1, 1, 1)
  5247.             end
  5248.         end
  5249.     end
  5250. end
  5251.  
  5252. Commands.uncarpet = function(args)
  5253.     annoying = false
  5254.     carpetTrack:Stop()
  5255. end
  5256.  
  5257. Commands.brickcreate = function(args)
  5258.     if args[1] then
  5259.         local createPosition = LP.Character.HumanoidRootPart.CFrame
  5260.         if args[2] and args[3] and args[4] then
  5261.             createPosition = CFrame.new(Vector3.new(args[2], args[3], args[4]))
  5262.         else
  5263.             createPosition = LP.Character.HumanoidRootPart.CFrame
  5264.         end
  5265.         for i = 1, args[1] do
  5266.             LP.Character.HumanoidRootPart.CFrame = createPosition
  5267.             run(commandPrefix.."blockhats")
  5268.             wait(0.2)
  5269.             run(commandPrefix.."drophats")
  5270.             wait(0.2)
  5271.             run(commandPrefix.."reset")
  5272.             wait(6)
  5273.         end
  5274.     end
  5275. end
  5276.  
  5277. Commands.forward = function(args)
  5278.     if args[1] then
  5279.         forwardSpeed = args[1]
  5280.     else
  5281.         forwardSpeed = 1
  5282.     end
  5283.     cmdForward = true
  5284. end
  5285.  
  5286. Commands.unforward = function(args)
  5287.     cmdForward = false
  5288. end
  5289.  
  5290. Commands.id = function(args)
  5291.     if args[1] then
  5292.         for i,v in pairs(findPlayer(args[1])) do
  5293.             game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(v.Name.." Account ID: "..v.UserId.."!", "All")
  5294.         end
  5295.     end
  5296. end
  5297.  
  5298. Commands.spinhats = function(args) -- Credit to xFunnieuss
  5299.     for i,v in pairs(LP.Character:GetDescendants()) do
  5300.         if v:IsA("Accessory") or v:IsA("Hat") then
  5301.             local keep = Instance.new("BodyPosition") keep.Parent = v.Handle keep.Name = "no"
  5302.             local spin = Instance.new("BodyAngularVelocity") spin.Parent = v.Handle spin.Name = "ha"
  5303.             if v.Handle.AccessoryWeld then
  5304.                 v.Handle.AccessoryWeld:Destroy()
  5305.             end
  5306.             if args[1] then
  5307.                 spin.AngularVelocity = Vector3.new(0, args[1], 0)
  5308.                 spin.MaxTorque = Vector3.new(0, args[1] * 2, 0)
  5309.             else
  5310.                 spin.AngularVelocity = Vector3.new(0, 100, 0)
  5311.                 spin.MaxTorque = Vector3.new(0, 200, 0)
  5312.             end
  5313.             keep.P = 30000
  5314.             keep.D = 50
  5315.             spinObj = keep
  5316.             spinTOhead = true
  5317.         end
  5318.     end
  5319. end
  5320.  
  5321. Commands.unspinhats = function(args)
  5322.     for i,v in pairs(LP.Character:GetDescendants()) do
  5323.         if v:IsA("Accessory") or v:IsA("Hat") then
  5324.             pcall(function()
  5325.                 run(commandPrefix.."drophats")
  5326.                 wait(2)
  5327.                 v.Handle.spin:Destroy()
  5328.                 v.Handle.keep:Destroy()
  5329.             end)
  5330.         end
  5331.     end
  5332. end
  5333.  
  5334. savedmap = {}
  5335. Commands.savemap = function(args)
  5336.     for i,v in pairs(gsWorkspace:GetChildren()) do
  5337.         v.Archivable = true
  5338.         if not v:IsA("Terrain") and not v:IsA("Camera") then
  5339.             if not gsPlayers:FindFirstChild(v.Name) then
  5340.                 table.insert(savedmap, v:Clone())
  5341.             end
  5342.         end
  5343.     end
  5344.     clientSided()
  5345. end
  5346.  
  5347. Commands.loadmap = function(args)
  5348.     for i,v in pairs(gsWorkspace:GetChildren()) do
  5349.         if not v:IsA("Terrain") and not v:IsA("Camera") then
  5350.             if not gsPlayers:FindFirstChild(v.Name) then
  5351.                 pcall(function()
  5352.                     v:Destroy()
  5353.                 end)
  5354.             end
  5355.         end
  5356.     end
  5357.     for i,a in ipairs(savedmap) do
  5358.         a:Clone().Parent = gsWorkspace
  5359.     end
  5360.     clientSided()
  5361. end
  5362.  
  5363. Commands.creatorid = function(args)
  5364.     LP.UserId = game.CreatorId
  5365. end
  5366.  
  5367. Commands.gameid = function(args)
  5368.     Notification("info", "Current game's ID = "..game.GameId, 8)
  5369. end
  5370.  
  5371. Commands.delobj = function(args)
  5372.     if args[1] then
  5373.         for i,v in pairs(gsWorkspace:GetDescendants()) do
  5374.             if string.lower(v.Name) == string.lower(tostring(args[1])) then
  5375.                 v:Destroy()
  5376.                 clientSided()
  5377.             end
  5378.         end
  5379.     end
  5380. end
  5381.  
  5382. Commands.glide = function(args)
  5383.     if args[1] then
  5384.         for i,v in pairs(findSinglePlayer(args[1])) do
  5385.             local goal = {}
  5386.             goal.CFrame = v.Character.HumanoidRootPart.CFrame
  5387.             local defaultSpeed = 3
  5388.             if args[2] then
  5389.                 if tonumber(args[2]) < 10 then
  5390.                     defaultSpeed = tonumber(args[2])
  5391.                 else
  5392.                     defaultSpeed = 5
  5393.                 end
  5394.             else
  5395.                 defaultSpeed = 3
  5396.             end
  5397.             local goalFunction = gsTween:Create(LP.Character.HumanoidRootPart, TweenInfo.new(defaultSpeed, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), goal)
  5398.             goalFunction:Play()
  5399.         end
  5400.     end
  5401. end
  5402.  
  5403. stutterON = false
  5404. Commands.stutter = function(args)
  5405.     if args[1] then
  5406.         if string.lower(tostring(args[1])) == "on" then
  5407.             stutterON = true
  5408.         elseif string.lower(tostring(args[1])) == "off" then
  5409.             stutterON = false
  5410.             wait(0.4)
  5411.             LP.Character.HumanoidRootPart.Anchored = false
  5412.         end
  5413.     end
  5414. end
  5415.  
  5416. spawn(function()
  5417.     while wait(0.1) do
  5418.         if stutterON == true then
  5419.             LP.Character.HumanoidRootPart.Anchored = false
  5420.             wait(0.1)
  5421.             LP.Character.HumanoidRootPart.Anchored = true
  5422.         end
  5423.     end
  5424. end)
  5425.  
  5426. Commands.platform = function(args)
  5427.     local a = Instance.new("Part")
  5428.     a.Parent = gsWorkspace
  5429.     a.Size = Vector3.new(10, 1, 10)
  5430.     a.Anchored = true
  5431.     a.CFrame = LP.Character.HumanoidRootPart.CFrame + Vector3.new(0, 5, 0)
  5432.     LP.Character.HumanoidRootPart.CFrame = a.CFrame + Vector3.new(0, 2, 0)
  5433.     clientSided()
  5434.     wait(20)
  5435.     a:Destroy()
  5436. end
  5437.  
  5438. Commands.servertime = function(args)
  5439.     Notification("info", "Server time is "..math.ceil(tonumber(gsWorkspace.DistributedGameTime)).." seconds.", 8)
  5440. end
  5441.  
  5442. Commands.ride = function(args)
  5443.     if args[1] then
  5444.         for i,v in pairs(findSinglePlayer(args[1])) do
  5445.             local Anim = Instance.new("Animation")
  5446.             Anim.AnimationId = "rbxassetid://179224234"
  5447.             RIDEtrack = LP.Character.Humanoid:LoadAnimation(Anim)
  5448.             rideACTIVE = true
  5449.             ridePLAYER = v
  5450.             RIDEtrack:Play()
  5451.         end
  5452.     end
  5453. end
  5454.  
  5455. Commands.unride = function(args)
  5456.     RIDEtrack:Stop()
  5457.     rideACTIVE = false
  5458. end
  5459.  
  5460. Commands.cmute = function(args)
  5461.     if args[1] then
  5462.         for i,v in pairs(findSinglePlayer(args[1])) do
  5463.             game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/mute "..v.Name, "All")
  5464.             clientSided()
  5465.         end
  5466.     end
  5467. end
  5468.  
  5469. Commands.uncmute = function(args)
  5470.     if args[1] then
  5471.         for i,v in pairs(findSinglePlayer(args[1])) do
  5472.             game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/unmute "..v.Name, "All")
  5473.         end
  5474.     end
  5475. end
  5476.  
  5477. Commands.hat = function(args)
  5478.     if args[1] then
  5479.         for i,v in pairs(findSinglePlayer(args[1])) do
  5480.             local Anim = Instance.new("Animation")
  5481.             Anim.AnimationId = "rbxassetid://282574440"
  5482.             HATtrack = LP.Character.Humanoid:LoadAnimation(Anim)
  5483.             rideACTIVE = true
  5484.             ridePLAYER = v
  5485.             HATtrack:Play()
  5486.             view(v)
  5487.         end
  5488.     end
  5489. end
  5490.  
  5491. Commands.unhat = function(args)
  5492.     HATtrack:Stop()
  5493.     rideACTIVE = false
  5494.     view(LP)
  5495. end
  5496.  
  5497. --[[Commands.spawnreset = function(args)
  5498.     if args[1] then
  5499.         if string.lower(tostring(args[1])) == "on" then
  5500.             spawningatreset = true
  5501.         elseif string.lower(tostring(args[1])) == "off" then
  5502.             spawningatreset = false
  5503.         end
  5504.     end
  5505. end]]
  5506.  
  5507. Commands.chat = function(args)
  5508.     if args[1] then
  5509.         local Chatmsg = table.concat(args, " ")
  5510.         game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(Chatmsg, "All")
  5511.     end
  5512. end
  5513.  
  5514. -- findPlayer function (ALL, OTHERS, ME, NOOBS, VETERANS, OLDVETERANS, FRIENDS, NOFRIENDS, DEFAULT, RANDOM, SAMETEAM, NOTEAM, OTHERTEAM, TEAMname)
  5515. function findPlayer(plr)
  5516.     local players = {}
  5517.     local find = plr:lower()
  5518.     local getAllNames = getmultipleplayers(find)
  5519.     for i,mplr in pairs(getAllNames) do
  5520.     if mplr == "all" then
  5521.         for i,v in pairs(gsPlayers:GetPlayers()) do
  5522.             table.insert(players,v)
  5523.         end
  5524.     elseif mplr == "others" then
  5525.         for i,v in pairs(gsPlayers:GetPlayers()) do
  5526.             if v.Name ~= LP.Name then
  5527.                 table.insert(players,v)
  5528.             end
  5529.         end
  5530.     elseif mplr == "me" then
  5531.         table.insert(players,LP)
  5532.     elseif mplr == "noobs" then
  5533.         for i,v in pairs(gsPlayers:GetPlayers()) do
  5534.             if v.AccountAge <= 3 then
  5535.                 table.insert(players,v)
  5536.             end
  5537.         end
  5538.     elseif mplr == "veterans" then
  5539.         for i,v in pairs(gsPlayers:GetPlayers()) do
  5540.             if v.AccountAge >= 365 then
  5541.                 table.insert(players,v)
  5542.             end
  5543.         end
  5544.     elseif mplr == "oldveterans" then
  5545.         for i,v in pairs(gsPlayers:GetPlayers()) do
  5546.             if v.AccountAge >= 1500 then
  5547.                 table.insert(players,v)
  5548.             end
  5549.         end
  5550.     elseif mplr == "friends" then
  5551.         for i,v in pairs(gsPlayers:GetPlayers()) do
  5552.             if v:IsFriendsWith(LP.UserId) and v.Name ~= LP.Name then
  5553.                 table.insert(players,v)
  5554.             end
  5555.         end
  5556.     elseif mplr == "nofriends" then
  5557.         for i,v in pairs(gsPlayers:GetPlayers()) do
  5558.             if not v:IsFriendsWith(LP.UserId) and v.Name ~= LP.Name then
  5559.                 table.insert(players,v)
  5560.             end
  5561.         end
  5562.     elseif mplr == "default" then
  5563.         for i,v in pairs(gsPlayers:GetPlayers()) do
  5564.             if v.Character:FindFirstChild("Pal Hair") or v.Character:FindFirstChild("Kate Hair") then
  5565.                 table.insert(players,v)
  5566.             end
  5567.         end
  5568.     elseif mplr == "random" then
  5569.         for i,v in pairs(gsPlayers:GetPlayers()) do
  5570.             table.insert(players,v[math.random(1, #v)])
  5571.         end
  5572.     elseif mplr == "sameteam" then
  5573.         for i,v in pairs(gsPlayers:GetPlayers()) do
  5574.             if v.Team == LP.Team then
  5575.                 table.insert(players,v)
  5576.             end
  5577.         end
  5578.     elseif mplr == "noteam" then
  5579.         for i,v in pairs(gsPlayers:GetPlayers()) do
  5580.             if v.Team == nil then
  5581.                 table.insert(players,v)
  5582.             end
  5583.         end
  5584.     elseif mplr == "otherteam" then
  5585.             for i,v in pairs(gsPlayers:GetPlayers()) do
  5586.                 if v.Team ~= LP.Team then
  5587.                     table.insert(players,v)
  5588.                 end
  5589.             end
  5590.     elseif string.sub(mplr, 1, 4) == "team" then
  5591.             for i,v in pairs(gsPlayers:GetPlayers()) do
  5592.                 local spaceTEAM = {}
  5593.                 for teamValues in (string.gmatch(string.sub(mplr, 5), "[^_]+")) do
  5594.                     spaceTEAM[#spaceTEAM + 1] = teamValues
  5595.                 end
  5596.                 local gottrueteam = table.concat(spaceTEAM, " ")
  5597.                 if string.lower(tostring(v.Team)) == string.lower(gottrueteam) then
  5598.                     table.insert(players,v)
  5599.                 end
  5600.             end
  5601.         else
  5602.             for i,v in pairs(gsPlayers:GetPlayers()) do
  5603.                 if string.lower(v.Name):sub(1, #mplr) == string.lower(mplr) then
  5604.                     table.insert(players,v)
  5605.                 end
  5606.             end
  5607.         end
  5608.     end
  5609.  
  5610.     return players    
  5611. end
  5612. function getmultipleplayers(plr)
  5613.     local plrsgotten = {}
  5614.     for i in string.gmatch(plr,"[^,]+") do
  5615.         table.insert(plrsgotten,i)
  5616.     end
  5617.     return plrsgotten
  5618. end
  5619. function findSinglePlayer(plr)
  5620.     local players = {}
  5621.     local find = plr:lower()
  5622.     if find == "me" then
  5623.         table.insert(players,LP)
  5624.     else
  5625.         for i,v in pairs(gsPlayers:GetPlayers()) do
  5626.             if string.lower(v.Name):sub(1, #find) == string.lower(find) then
  5627.                 table.insert(players,v)
  5628.             end
  5629.         end
  5630.     end
  5631.     local oneplayer = {}
  5632.     pcall(function()
  5633.         table.insert(oneplayer, players[math.random(1, #players)])
  5634.     end)
  5635.     return oneplayer
  5636. end
  5637.  
  5638. -- Anti Kick
  5639.  
  5640. if getrawmetatable then
  5641.     function formatargs(getArgs,v)
  5642.         if #getArgs == 0 then
  5643.             return ""
  5644.         end
  5645.        
  5646.         local collectArgs = {}
  5647.         for k,v in next,getArgs do
  5648.             local argument = ""
  5649.             if type(v) == "string" then
  5650.                 argument = "\""..v.."\""
  5651.             elseif type(v) == "table" then
  5652.                 argument = "{" .. formatargs(v,true) .. "}"
  5653.             else
  5654.                 argument = tostring(v)
  5655.             end
  5656.             if v and type(k) ~= "number" then
  5657.                 table.insert(collectArgs,k.."="..argument)
  5658.             else
  5659.                 table.insert(collectArgs,argument)
  5660.             end
  5661.         end
  5662.         return table.concat(collectArgs, ", ")
  5663.     end
  5664.    
  5665.     kicknum = 0
  5666.     local game_meta = getrawmetatable(game)
  5667.     local game_namecall = game_meta.__namecall
  5668.     local game_index = game_meta.__index
  5669.     local w = (setreadonly or fullaccess or make_writeable)
  5670.     pcall(w, game_meta, false)
  5671.     game_meta.__namecall = function(out, ...)
  5672.         local args = {...}
  5673.         local Method = args[#args]
  5674.         args[#args] = nil
  5675.        
  5676.         if Method == "Kick" and out == LP then
  5677.             kicknum = kicknum + 1
  5678.             warn("Blocked client-kick attempt "..kicknum)
  5679.             return
  5680.         end
  5681.        
  5682.         if antiremotes then
  5683.             if Method == "FireServer" or Method == "InvokeServer" then
  5684.                 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
  5685.                     warn("Blocked remote: "..out.Name.." // Method: "..Method)
  5686.                     return
  5687.                 end
  5688.             end
  5689.         else
  5690.             if Method == "FireServer" or Method == "InvokeServer" then
  5691.                 for i,noremote in pairs(blockedremotes) do
  5692.                     if out.Name == noremote and out.Name ~= "SayMessageRequest" then
  5693.                         warn("Blocked remote: "..out.Name.." // Method: "..Method)
  5694.                         return
  5695.                     end
  5696.                 end
  5697.             end
  5698.         end
  5699.        
  5700.         if spyingremotes then
  5701.             if Method == "FireServer" or Method == "InvokeServer" then
  5702.                 if out.Name ~= "CharacterSoundEvent" and out.Name ~= "AddCharacterLoadedEvent" and out.Name ~= "RemoveCharacterEvent" and out.Name ~= "DefaultServerSoundEvent" and out.Name ~= "SayMessageRequest" then
  5703.                     local arguments = {}
  5704.                     for i = 1,#args do
  5705.                         arguments[i] = args[i]
  5706.                     end
  5707.                     local getScript = getfenv(2).script
  5708.                     if getScript == nil then
  5709.                         getScript = "??? (Not Found) ???"
  5710.                     end
  5711.                     warn("<> <> <> A "..out.ClassName.." has been fired! How to fire:\ngame."..out:GetFullName()..":"..Method.."("..formatargs(arguments)..")\n\nFired from script: ".. tostring(getScript:GetFullName()))
  5712.                 end
  5713.             end
  5714.         end
  5715.        
  5716.         return game_namecall(out, ...)
  5717.     end
  5718. end
  5719.  
  5720. -- FE Check
  5721. function FEcheckDefault()
  5722.     if gsWorkspace.FilteringEnabled == true then
  5723.         createIntro("warning", "FE is enabled! Press "..commandPrefix.." to bring Command Bar.", 7)
  5724.     else
  5725.         createIntro("warning", "FE is disabled. Consider using a different script.", 7)
  5726.     end
  5727. end
  5728. FEcheckDefault()
  5729. end)
  5730.  
  5731. None_5.Name = "None"
  5732. None_5.Parent = Main
  5733. None_5.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  5734. None_5.BorderSizePixel = 0
  5735. None_5.Position = UDim2.new(0.036387749, 0, 0.516185284, 0)
  5736. None_5.Size = UDim2.new(0, 133, 0, 37)
  5737. None_5.Font = Enum.Font.Cartoon
  5738. None_5.Text = "None"
  5739. None_5.TextColor3 = Color3.new(1, 1, 1)
  5740. None_5.TextSize = 20
  5741.  
  5742. None_6.Name = "None"
  5743. None_6.Parent = Main
  5744. None_6.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  5745. None_6.BorderSizePixel = 0
  5746. None_6.Position = UDim2.new(0.036387749, 0, 0.693268597, 0)
  5747. None_6.Size = UDim2.new(0, 133, 0, 37)
  5748. None_6.Font = Enum.Font.Cartoon
  5749. None_6.Text = "None"
  5750. None_6.TextColor3 = Color3.new(1, 1, 1)
  5751. None_6.TextSize = 20
  5752.  
  5753. None_7.Name = "None"
  5754. None_7.Parent = Main
  5755. None_7.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  5756. None_7.BorderSizePixel = 0
  5757. None_7.Position = UDim2.new(0.679098189, 0, 0.162018627, 0)
  5758. None_7.Size = UDim2.new(0, 133, 0, 37)
  5759. None_7.Font = Enum.Font.Cartoon
  5760. None_7.Text = "None"
  5761. None_7.TextColor3 = Color3.new(1, 1, 1)
  5762. None_7.TextSize = 20
  5763.  
  5764. None_8.Name = "None"
  5765. None_8.Parent = Main
  5766. None_8.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  5767. None_8.BorderSizePixel = 0
  5768. None_8.Position = UDim2.new(0.679098189, 0, 0.33910197, 0)
  5769. None_8.Size = UDim2.new(0, 133, 0, 37)
  5770. None_8.Font = Enum.Font.Cartoon
  5771. None_8.Text = "None"
  5772. None_8.TextColor3 = Color3.new(1, 1, 1)
  5773. None_8.TextSize = 20
  5774.  
  5775. None_9.Name = "None"
  5776. None_9.Parent = Main
  5777. None_9.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  5778. None_9.BorderSizePixel = 0
  5779. None_9.Position = UDim2.new(0.679098189, 0, 0.516185284, 0)
  5780. None_9.Size = UDim2.new(0, 133, 0, 37)
  5781. None_9.Font = Enum.Font.Cartoon
  5782. None_9.Text = "None"
  5783. None_9.TextColor3 = Color3.new(1, 1, 1)
  5784. None_9.TextSize = 20
  5785.  
  5786. None_10.Name = "None"
  5787. None_10.Parent = Main
  5788. None_10.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  5789. None_10.BorderSizePixel = 0
  5790. None_10.Position = UDim2.new(0.679098189, 0, 0.693268597, 0)
  5791. None_10.Size = UDim2.new(0, 133, 0, 37)
  5792. None_10.Font = Enum.Font.Cartoon
  5793. None_10.Text = "None"
  5794. None_10.TextColor3 = Color3.new(1, 1, 1)
  5795. None_10.TextSize = 20
  5796.  
  5797. Close.Name = "Close"
  5798. Close.Parent = Main
  5799. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  5800. Close.BackgroundTransparency = 1
  5801. Close.BorderSizePixel = 0
  5802. Close.Position = UDim2.new(0.90149349, 0, 0.00333388639, 0)
  5803. Close.Size = UDim2.new(0, 49, 0, 27)
  5804. Close.Font = Enum.Font.Cartoon
  5805. Close.Text = "X"
  5806. Close.TextColor3 = Color3.new(1, 1, 1)
  5807. Close.TextSize = 30
  5808. Close.MouseButton1Down:connect(function()
  5809. OpenFrame.Visible = true
  5810. Main.Visible = false
  5811. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement