Advertisement
Guest User

Untitled

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