Advertisement
Guest User

GreyScale GUI

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