Advertisement
Guest User

Script Hub

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