Guest User

Final Fencer V.2

a guest
Jun 9th, 2019
651
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 311.66 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local FencingGUIV2 = Instance.new("ScreenGui")
  5. local StartFrame = Instance.new("Frame")
  6. local StartButton = Instance.new("TextButton")
  7. local StartText = Instance.new("TextLabel")
  8. local LoadDot3 = Instance.new("TextLabel")
  9. local LoadDot2 = Instance.new("TextLabel")
  10. local LoadDot1 = Instance.new("TextLabel")
  11. local MainFrame = Instance.new("Frame")
  12. local Cartoon = Instance.new("Frame")
  13. local FinalFencer = Instance.new("TextLabel")
  14. local Close = Instance.new("TextButton")
  15. local Admin = Instance.new("TextButton")
  16. local NoClipPressE = Instance.new("TextButton")
  17. local BuildingTools = Instance.new("TextButton")
  18. local FencingGun = Instance.new("TextButton")
  19. local TPose = Instance.new("TextButton")
  20. local Reach = Instance.new("TextButton")
  21. local FEKILL = Instance.new("TextButton")
  22. local RevizAdmin = Instance.new("TextButton")
  23. local BlackHole = Instance.new("TextButton")
  24. local GodMode = Instance.new("TextButton")
  25. local Credits = Instance.new("Frame")
  26. local ByDios = Instance.new("TextLabel")
  27. local OpenFrame = Instance.new("Frame")
  28. local Open = Instance.new("TextButton")
  29. --Properties:
  30. FencingGUIV2.Name = "Final Fencer V.2"
  31. FencingGUIV2.Parent = game.CoreGui
  32. FencingGUIV2.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  33.  
  34. StartFrame.Name = "StartFrame"
  35. StartFrame.Parent = FencingGUIV2
  36. StartFrame.Active = true
  37. StartFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  38. StartFrame.Position = UDim2.new(0.42, 0, 0.437627852, 0)
  39. StartFrame.Size = UDim2.new(0, 215, 0, 60)
  40. StartFrame.Style = Enum.FrameStyle.ChatBlue
  41.  
  42.  
  43. StartButton.Name = "StartButton"
  44. StartButton.Parent = StartFrame
  45. StartButton.BackgroundColor3 = Color3.new(1, 1, 1)
  46. StartButton.BorderColor3 = Color3.new(1, 1, 1)
  47. StartButton.BorderSizePixel = 0
  48. StartButton.Position = UDim2.new(-0.0511627905, 0, -0.433333337, 0)
  49. StartButton.Size = UDim2.new(0, 200, 0, 50)
  50. StartButton.Font = Enum.Font.SourceSans
  51. StartButton.Text = ""
  52. StartButton.TextColor3 = Color3.new(0, 0, 0)
  53. StartButton.TextSize = 14
  54. StartButton.MouseButton1Down:connect(function()
  55. StartFrame.Visible = false
  56. wait(1)
  57. LoadDot1.Visible = true
  58. wait(0.5)
  59. LoadDot1.Visible = false
  60. LoadDot2.Visible = true
  61. wait(0.5)
  62. LoadDot2.Visible = false
  63. LoadDot3.Visible = true
  64. wait(0.3)
  65. LoadDot3.Visible = false
  66.  
  67. wait(0.1)
  68. game:GetService("StarterGui"):SetCore("SendNotification", {
  69. Text = "Welcome to Final Fencer V.2, by Doomcrows ROBLOX";
  70. Title = "Have Fun"
  71. })
  72. wait(1)
  73. if game:GetService("Workspace").FilteringEnabled == true then
  74. warn("FE is Enabled (Filtering Enabled)")
  75. game:GetService("StarterGui"):SetCore("SendNotification", {
  76. Title = "FE is Enabled!";
  77. Text = "Filtering Enabled. Have fun! ;)";
  78. })
  79. else
  80. warn("FE is Disabled (Filtering Disabled) consider using a differnet script.")
  81. game:GetService("StarterGui"):SetCore("SendNotification", {
  82. Title = "FE is Disabled!";
  83. Text = "Filtering Disabled!";
  84. })
  85. end
  86. OpenFrame.Visible = true
  87. end)
  88.  
  89. StartText.Name = "StartText"
  90. StartText.Parent = StartFrame
  91. StartText.BackgroundColor3 = Color3.new(1, 1, 1)
  92. StartText.BorderColor3 = Color3.new(1, 1, 1)
  93. StartText.BorderSizePixel = 0
  94. StartText.Position = UDim2.new(-0.0529535227, 0, -0.476766437, 0)
  95. StartText.Size = UDim2.new(0, 200, 0, 50)
  96. StartText.Font = Enum.Font.SciFi
  97. StartText.Text = "Start"
  98. StartText.TextColor3 = Color3.new(0.333333, 0.666667, 1)
  99. StartText.TextSize = 35
  100. StartText.TextStrokeColor3 = Color3.new(1, 1, 1)
  101.  
  102. LoadDot3.Name = "LoadDot3"
  103. LoadDot3.Parent = FencingGUIV2
  104. LoadDot3.Active = true
  105. LoadDot3.BackgroundColor3 = Color3.new(1, 1, 1)
  106. LoadDot3.BorderColor3 = Color3.new(0.333333, 1, 1)
  107. LoadDot3.BorderSizePixel = 0
  108. LoadDot3.Position = UDim2.new(0.564831257, 0, 0.468302637, 0)
  109. LoadDot3.Size = UDim2.new(0, 45, 0, 40)
  110. LoadDot3.Visible = false
  111. LoadDot3.Font = Enum.Font.SourceSans
  112. LoadDot3.Text = ""
  113. LoadDot3.TextColor3 = Color3.new(0.333333, 1, 1)
  114. LoadDot3.TextSize = 14
  115. LoadDot3.TextStrokeColor3 = Color3.new(0.333333, 1, 1)
  116.  
  117. LoadDot2.Name = "LoadDot2"
  118. LoadDot2.Parent = FencingGUIV2
  119. LoadDot2.Active = true
  120. LoadDot2.BackgroundColor3 = Color3.new(1, 1, 1)
  121. LoadDot2.BorderColor3 = Color3.new(0.333333, 1, 1)
  122. LoadDot2.BorderSizePixel = 0
  123. LoadDot2.Position = UDim2.new(0.493783325, 0, 0.468302637, 0)
  124. LoadDot2.Size = UDim2.new(0, 45, 0, 40)
  125. LoadDot2.Visible = false
  126. LoadDot2.Font = Enum.Font.SourceSans
  127. LoadDot2.Text = ""
  128. LoadDot2.TextColor3 = Color3.new(0.333333, 1, 1)
  129. LoadDot2.TextSize = 14
  130. LoadDot2.TextStrokeColor3 = Color3.new(0.333333, 1, 1)
  131.  
  132. LoadDot1.Name = "LoadDot1"
  133. LoadDot1.Parent = FencingGUIV2
  134. LoadDot1.Active = true
  135. LoadDot1.BackgroundColor3 = Color3.new(1, 1, 1)
  136. LoadDot1.BorderColor3 = Color3.new(0.333333, 1, 1)
  137. LoadDot1.BorderSizePixel = 0
  138. LoadDot1.Position = UDim2.new(0.417406738, 0, 0.468302637, 0)
  139. LoadDot1.Size = UDim2.new(0, 45, 0, 40)
  140. LoadDot1.Visible = false
  141. LoadDot1.Font = Enum.Font.SourceSans
  142. LoadDot1.Text = ""
  143. LoadDot1.TextColor3 = Color3.new(0.333333, 1, 1)
  144. LoadDot1.TextSize = 14
  145. LoadDot1.TextStrokeColor3 = Color3.new(0.333333, 1, 1)
  146.  
  147.  
  148.  
  149. MainFrame.Name = "MainFrame"
  150. MainFrame.Parent = FencingGUIV2
  151. MainFrame.Active = true
  152. MainFrame.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  153. MainFrame.BackgroundTransparency = 0.30000001192093
  154. MainFrame.BorderColor3 = Color3.new(0.333333, 1, 1)
  155. MainFrame.BorderSizePixel = 0
  156. MainFrame.Position = UDim2.new(0.525754869, 0, 0.29243353, 0)
  157. MainFrame.Size = UDim2.new(0, 460, 0, 275)
  158. MainFrame.Visible = false
  159. MainFrame.Draggable = true
  160.  
  161. Cartoon.Name = "Cartoon"
  162. Cartoon.Parent = MainFrame
  163. Cartoon.Active = true
  164. Cartoon.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  165. Cartoon.BorderColor3 = Color3.new(1, 1, 1)
  166. Cartoon.BorderSizePixel = 0
  167. Cartoon.Position = UDim2.new(-0.00250601768, 0, -0.00211191177, 0)
  168. Cartoon.Size = UDim2.new(0, 460, 0, 30)
  169. Cartoon.Style = Enum.FrameStyle.ChatBlue
  170.  
  171. FinalFencer.Name = "Final Fencer"
  172. FinalFencer.Parent = Cartoon
  173. FinalFencer.Active = true
  174. FinalFencer.BackgroundColor3 = Color3.new(1, 1, 1)
  175. FinalFencer.BorderColor3 = Color3.new(1, 1, 1)
  176. FinalFencer.BorderSizePixel = 0
  177. FinalFencer.Position = UDim2.new(0.273974478, 0, -0.368888855, 0)
  178. FinalFencer.Size = UDim2.new(0, 200, 0, 24)
  179. FinalFencer.Font = Enum.Font.SciFi
  180. FinalFencer.Text = "Final Fencer V.2"
  181. FinalFencer.TextColor3 = Color3.new(0, 0, 0)
  182. FinalFencer.TextSize = 22
  183. FinalFencer.TextStrokeColor3 = Color3.new(0.333333, 1, 1)
  184.  
  185. Close.Name = "Close"
  186. Close.Parent = MainFrame
  187. Close.BackgroundColor3 = Color3.new(1, 0, 0)
  188. Close.BorderColor3 = Color3.new(1, 1, 1)
  189. Close.BorderSizePixel = 0
  190. Close.Position = UDim2.new(0.911892831, 0, -0.00271634199, 0)
  191. Close.Size = UDim2.new(0, 41, 0, 30)
  192. Close.Font = Enum.Font.SciFi
  193. Close.Text = "X"
  194. Close.TextColor3 = Color3.new(0, 0, 0)
  195. Close.TextSize = 40
  196.  
  197. Admin.Name = "Admin"
  198. Admin.Parent = MainFrame
  199. Admin.BackgroundColor3 = Color3.new(1, 1, 1)
  200. Admin.BorderSizePixel = 0
  201. Admin.Position = UDim2.new(0.0136921685, 0, 0.128098175, 0)
  202. Admin.Size = UDim2.new(0, 130, 0, 50)
  203. Admin.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  204. Admin.Font = Enum.Font.SciFi
  205. Admin.Text = "Admin"
  206. Admin.TextColor3 = Color3.new(0, 0, 0)
  207. Admin.TextSize = 16
  208. Admin.MouseButton1Down:connect(function()
  209. ver = "1.8"
  210. local bypasser = true
  211. local notrunning = false -- Pastebin is weird so
  212. for i,v in pairs(game.CoreGui:GetChildren()) do
  213. if v.Name == "F_A" then
  214. notrunning = false
  215. warn("Fencing Admin [Version "..ver.."] is already running!")
  216. game:GetService("StarterGui"):SetCore("SendNotification", {Title = "Fencing Admin", Text = "Fencing Admin Already running!"})
  217. else
  218. notrunning = true
  219. end
  220. end
  221. if not notrunning then
  222. end
  223. if notrunning then
  224. Instance.new("BoolValue", game.CoreGui).Name = "F_A"
  225. -- Welcoming Stage
  226. for i,v in pairs(workspace:GetChildren()) do
  227. if v:IsA("Message") then
  228. if v.Text ~= "" then
  229. v:Destroy()
  230. end
  231. end
  232. end
  233. local m = Instance.new("Message")
  234. m.Parent = workspace
  235. m.Name = "Fencing Admin"
  236. m.Text = "Welcome "..game.Players.LocalPlayer.Name.." to Fencing Admin ["..ver.."]"
  237. wait(3)
  238. m.Text = "Made by [Tohru] on discord. (Tohru~ UWU >_<#6969) with major assistance from (Backtalkers)"
  239. wait(3)
  240. m.Text = "Prefix is ';' and to put /c system in chat to silently execute commands!"
  241. wait(3)
  242. m.Text = "You can execute some commands in one! (EX. ;ws 30 ;reach 999 ;nofloat)"
  243. wait(3)
  244. m.Text = "Loading Script..."
  245. local Chat_Detector = game:GetService("Players").LocalPlayer.Chatted
  246. game.StarterGui:SetCore("SendNotification", {Title = "Fencing Admin"; Text = "Fencing Admin "..ver.." loaded! Type ';cmds'"})
  247. TS = game:GetService("TeleportService")
  248. chatlogs = false
  249. healing = false
  250. spawn (function()
  251. for i,v in pairs(workspace:GetChildren()) do
  252. if v.Name == "Button" then
  253. unedited = v.CFrame
  254. v.Transparency = 1
  255. v.CanCollide = false
  256. v.Anchored = true
  257. game:GetService("RunService").Stepped:connect(function()
  258. if healing and Avatar then
  259. v.CFrame = Avatar.HumanoidRootPart.CFrame
  260. if not healing then
  261. v.Position = Vector3.new(unedited)
  262. v.CFrame = unedited
  263. v.CanCollide = true
  264. v.Transparency = 1
  265. end
  266. end
  267. end)
  268. end
  269. end
  270. end)
  271. jumping = false
  272. You = game:GetService("Players").LocalPlayer
  273. local Mouse = You:GetMouse()
  274. Mouse.KeyDown:connect(function(Space_Detect)
  275. if jumping then
  276. if Space_Detect:byte() == 32 then
  277. local Humanoid = game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Humanoid")
  278. Humanoid:ChangeState("Jumping")
  279. wait()
  280. Humanoid:ChangeState("Seated")
  281. end
  282. end
  283. end)
  284. loopfollowing = false
  285. spawn (function()
  286. game:GetService("RunService").Stepped:connect(function()
  287. if loopfollowing and theplayer then
  288. Avatar.Humanoid.WalkToPoint = theplayer.HumanoidRootPart.Position
  289. if theplayer.Humanoid.Health == 0 then
  290. loopfollowing = false
  291. theplayer = nil
  292. end
  293. end
  294. end)
  295. end)
  296.  
  297. local flyingspeed = 50 -- This is the fly speed. Change it to whatever you like. The variable can be changed while running
  298.  
  299. local c
  300. local h
  301. local bv
  302. local bav
  303. local cam
  304. local flying
  305. local p = game.Players.LocalPlayer
  306. local buttons = {W = false, S = false, A = false, D = false, Moving = false}
  307.  
  308. startFly = function () -- Call this function to begin flying
  309. if not p.Character or not p.Character.Head or flying then return end
  310. c = p.Character
  311. h = c.Humanoid
  312. h.PlatformStand = true
  313. cam = workspace:WaitForChild('Camera')
  314. bv = Instance.new("BodyVelocity")
  315. bav = Instance.new("BodyAngularVelocity")
  316. bv.Velocity, bv.MaxForce, bv.P = Vector3.new(0, 0, 0), Vector3.new(10000, 10000, 10000), 1000
  317. bav.AngularVelocity, bav.MaxTorque, bav.P = Vector3.new(0, 0, 0), Vector3.new(10000, 10000, 10000), 1000
  318. bv.Parent = c.Head
  319. bav.Parent = c.Head
  320. flying = true
  321. h.Died:connect(function() flying = false end)
  322. end
  323.  
  324. function endFly() -- Call this function to stop flying
  325. if not p.Character or not flying then return end
  326. for i,v in pairs(c.Head:GetChildren()) do
  327. if v:IsA("BodyVelocity") then
  328. v:Destroy()
  329. end
  330. if v:IsA("BodyAngularVelocity") then
  331. v:Destroy()
  332. end
  333. end
  334. flying = false
  335. h.PlatformStand = false
  336. end
  337.  
  338. game:GetService("UserInputService").InputBegan:connect(function (input, GPE)
  339. if GPE then return end
  340. for i, e in pairs(buttons) do
  341. if i ~= "Moving" and input.KeyCode == Enum.KeyCode[i] then
  342. buttons[i] = true
  343. buttons.Moving = true
  344. end
  345. end
  346. end)
  347.  
  348. game:GetService("UserInputService").InputEnded:connect(function (input, GPE)
  349. if GPE then return end
  350. local a = false
  351. for i, e in pairs(buttons) do
  352. if i ~= "Moving" then
  353. if input.KeyCode == Enum.KeyCode[i] then
  354. buttons[i] = false
  355. end
  356. if buttons[i] then a = true end
  357. end
  358. end
  359. buttons.Moving = a
  360. end)
  361.  
  362. local setVec = function (vec)
  363. return vec * (flyingspeed / vec.Magnitude)
  364. end
  365.  
  366. game:GetService("RunService").Heartbeat:connect(function (step) -- The actual fly function, called every frame
  367. if flying and c and c.PrimaryPart then
  368. local p = c.PrimaryPart.Position
  369. local cf = cam.CFrame
  370. local ax, ay, az = cf:toEulerAnglesXYZ()
  371. c:SetPrimaryPartCFrame(CFrame.new(p.x, p.y, p.z) * CFrame.Angles(ax, ay, az))
  372. if buttons.Moving then
  373. local t = Vector3.new()
  374. if buttons.W then t = t + (setVec(cf.lookVector)) end
  375. if buttons.S then t = t - (setVec(cf.lookVector)) end
  376. if buttons.A then t = t - (setVec(cf.rightVector)) end
  377. if buttons.D then t = t + (setVec(cf.rightVector)) end
  378. c:TranslateBy(t * step)
  379. end
  380. end
  381. end)
  382. local noclip = false
  383. spawn (function()
  384. game:GetService('RunService').Stepped:connect(function()
  385. if noclip then
  386. for i,v in pairs(Avatar:GetDescendants()) do
  387. if v:IsA("BasePart") or v:IsA("MeshPart") then
  388. v.CanCollide = false
  389. end
  390. end
  391. end
  392. end)
  393. end)
  394. chatlogs = false
  395. loopgotoing = false
  396. spawn (function()
  397. game:GetService("RunService").Stepped:connect(function()
  398. if loopgotoing and theplayer then
  399. Avatar.HumanoidRootPart.CFrame = theplayer.HumanoidRootPart.CFrame + Vector3.new(0, math.random(-1, 1), -3)
  400. Avatar.Humanoid.Jump = true
  401. if theplayer.Humanoid.Health == 0 then
  402. loopgotoing = false
  403. theplayer = nil
  404. end
  405. end
  406. end)
  407. end)
  408. loopbringing = false
  409. spawn (function()
  410. game:GetService("RunService").Stepped:connect(function()
  411. if loopbringing and theplayer then
  412. theplayer.HumanoidRootPart.CFrame = Avatar.HumanoidRootPart.CFrame + Vector3.new(0, math.random(-1, 1), -3)
  413. theplayer.Humanoid.Jump = true
  414. if theplayer.Humanoid.Health == 0 then
  415. loopbringing = false
  416. theplayer = nil
  417. end
  418. end
  419. end)
  420. end)
  421. combatlogging = false
  422. spawn (function()
  423. game:GetService("RunService").Stepped:connect(function()
  424. if combatlogging then
  425. if tonumber(game:GetService("Players").LocalPlayer.Character.Humanoid.Health) < math.random(20.01, 25.01) then
  426. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(20, 10, 0)
  427. end
  428. end
  429. end)
  430. end)
  431.  
  432.  
  433. Chat_Detector:connect(function(Chat)
  434. local specialchat = tostring(Chat)
  435. Chat = string.lower(Chat)
  436. local function has(string, text)
  437. string = string or "Sample Text"
  438. text = text or "Sample"
  439. if (string.match(string, text) and true or false) then
  440. return true
  441. else
  442. return false
  443. end
  444. end
  445. local function SendChat(Text, Color)
  446. Text = Text or "Empty String"
  447. Color = string.lower(Color) or "green"
  448. if Color == "red" then
  449. Color = Color3.new(255, 0, 0)
  450. elseif Color == "green" then
  451. Color = Color3.new(0, 255, 0)
  452. elseif Color == "blue" then
  453. Color = Color3.new(0, 0, 255)
  454. end
  455. game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage",{
  456. Text = Text;
  457. Color = Color;
  458. FontSize = Enum.FontSize.Size24;
  459. })
  460. end
  461. local function msg(Header, Text)
  462. Header = Header or "Sample Header"
  463. Text = Text or "Sample Text"
  464. game.StarterGui:SetCore("SendNotification", {Title = Header; Text = Text})
  465. end
  466. local cmds = {
  467. ";time - Displays your local time",
  468. ";ws [num] - Sets your humanoid's Walkspeed to [num]",
  469. ";reach [num] (Max : 350) - Set's foil's length to [num]",
  470. ";jp [num] (Max : 200 I think LOL) - Set's your jumppower to [num]",
  471. ";getspray - Gives you the spray can",
  472. ";reset - Kills you Basically",
  473. ";respawn - Respawns you (Useless if you accidentally glitch yourself)",
  474. ";freeze [plr] - Freezes the player on your client for easy killing",
  475. ";thaw [plr] - Unfreezes the player from your client if frozen",
  476. ";btools - Gives you btools.",
  477. ";nofloat - Removes that annoying float when you lunge",
  478. ";float - Enables back the annoying float when you lunge",
  479. ";noreach - Sets your foil's size to it's default",
  480. ";age [plr] - Returns the players AccountAge. R.I.P. Newgens",
  481. ";os [plr] - Returns the players OsPlatform. R.I.P. mobile kiddos",
  482. ";heal - Instantly heals your player with the Double Health Pad",
  483. ";loopheal - Loops the Double health pad to your character",
  484. ";unloopheal - Breaks look on Double Health Pad",
  485. ";sit - Makes you sit",
  486. ";jump - Makes you jump (BROKEN IDK WHY LOL)",
  487. ";goto [plr] - Teleports you to the player",
  488. ";quit - Force Stops the roblox process",
  489. ";rejoin - Quickly rejoins the game (MIGHT NOT REJOIN THE SAME SERVER)",
  490. ";script [code] - Runs Short lines of code (Ex : ;eval print('hi') )",
  491. ";infjump - Spam the Space bar to jump infinitely!",
  492. ";uninfjump - Disables infinite jump",
  493. ";cmds - Prints all commands to chat",
  494. ";dex - Launches Dex 3.0 by Moon",
  495. ";killdex - Kills the Dex process",
  496. ";spectate - Views the player",
  497. ";unspectate - Views your character",
  498. ";print - Prints something (;print hi)",
  499. ";fly - Makes you fly",
  500. ";unfly - Disables fly",
  501. ";fspeed - Edit the speed at which you fly",
  502. ";noclip - Enables noclip",
  503. ";clip - Disables noclip",
  504. ";follow - Makes you walk to the player",
  505. ";unfollow - Makes you stop walking to the player",
  506. ";write - Writes contents to your exploits workspace folder",
  507. ";load - loads a file from your exploits workspace folder",
  508. ";antikill - Prevents you from being fe killed and fe bringed",
  509. ";unantikill - Allows you to be fe kiled and fe bringed",
  510. ";changelogs - Shows you the latest edits I've made to the script",
  511. ";disc - Copies my discord tag to clipboard for easy adding, I'm always here to help!",
  512. ";dc - Deletes everything with that className (Ex ;dc Part)[Client only]",
  513. ";delete - Deletes everything with that name (Ex ;delete AntiExploit)[Client Only]",
  514. ";upcoming - Shows you what future updates may or may not come to this script.",
  515. ";chatlogs - Begins logging all future chats to dev console",
  516. ";nochatlogs - Stops logging chats to dev console",
  517. ";lbring - Loop teleports a player to you [Client only]",
  518. ";tkill - Teleports you to the player and kill them",
  519. ";lgoto - Loop teleports you to a player",
  520. ";unlbring - Stops teleporting the player to you",
  521. ";unlgoto - Stops teleporting you to the player",
  522. ";refresh - Same as respawn but tp's you back to the last spot you was at",
  523. ";hh [num] - Sets your HipHeight to [num]",
  524. ";rlimbs - Removes all your limbs",
  525. ";8ball (Question) Gives you a randomized response, sort of like an eight ball would.",
  526. ";fling [plr] - Attempts to FE fling a player",
  527. ";game [placeid] - Teleports you to the game with said place id",
  528. ";version - Returns your Fencing Admin Version",
  529. ";combatlogs - Attempts to save you from death if your health drops below a certain point [W.I.P.]",
  530. ";nocombatlogs - Turns of combatlogging",
  531. ";setspawn - Sets your spawnpoint to your current location",
  532. ";infreach - Makes your foil a death machine, Attacks anyone who touches black areas"
  533. }
  534. local changelogs = {
  535. "12/15/2018 - Released the script and fixed **MOST** errors [Version 1.0]",
  536. "12/16/2018 - Updated to a new noclip method due to bugs, Added new Commands (;dc) (;delete) [Version 1.1]",
  537. "12/17/2018 - Added new commands (;loopbring) (;tkill) (;loopgoto), you can't run script twice [Version 1.2]",
  538. "12/18/2018 - Added a version checker and a few new commands :P [Version 1.3]",
  539. "12/19/2018 - Updated anti fe kill (Backtalkers) Added a new command ;8ball (Also fixed some bugs) [Version 1.4]",
  540. "12/20/2018 - Added a new cmd (;fling) and attempted to fix some bugs people were having with Version 1.3 [Version 1.5]",
  541. "12/21/2018 - Potential bug fixes and allowance to teleport to other games, (;game) [Version 1.6]",
  542. "12/22/2018 - Added new command ;combatlogs and idk, acutally released all these versions to the public [Version 1.7]",
  543. "12/23/2018 - Added a new commands (;combatlogs) (;infreach) (;setspawn) [Version 1.8]"
  544. }
  545. local upcoming = {
  546. "-Plan to add a editable prefix (Prefix other than ';')",
  547. "-Plan to add various new commands",
  548. "-Plan to make global (Work on games other than fencing)",
  549. "-Plan to add a GUI w/ CMDBar",
  550. "-Plan to add more args (all/others/me/rad50/etc)"
  551. }
  552. local eightball = {
  553. "Yes",
  554. "Yes, definitely",
  555. "It is certain",
  556. "It is decidedly so",
  557. "Without a doubt",
  558. "You may rely on it",
  559. "As I see it, yes",
  560. "Most likely",
  561. "Outlook good",
  562. "Signs point to yes",
  563. "Reply hazy, try again later!",
  564. "Ask again later",
  565. "Concentrate and ask again",
  566. "Better not tell you now",
  567. "Cannot preform prediction now",
  568. "Do not count on it",
  569. "My reply is no",
  570. "Signs point to no",
  571. "No",
  572. "No, definitely",
  573. "Outlook not so good",
  574. "Very doubtful"
  575. }
  576. local function SendMsg(String)
  577. String = tostring(String) or "Hello!"
  578. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(String, "all")
  579. end
  580. local date_table = os.date("*t")
  581. local hour, minute, second = date_table.hour, date_table.min, date_table.sec
  582. local year, month, day = date_table.year, date_table.month, date_table.day
  583. local result = year, month, day, hour, minute, second
  584. local date = ""..month.."/"..day.."/"..year..""
  585. if hour > 12 then
  586. hour = hour - 12
  587. noon = "PM"
  588. elseif hour < 12 then
  589. noon = "AM"
  590. end
  591. if hour == 0 then
  592. hour = 12
  593. end
  594. if minute < 10 then
  595. minute = "0"..minute..""
  596. end
  597. local time = ""..hour..":"..minute.." "..noon..""
  598. local plrs = game:GetService("Players")
  599. You = plrs.LocalPlayer
  600. local Backpack = You.Backpack
  601. Avatar = You.Character
  602. local name = You.Name
  603. local Fencing_ID = 12109643
  604.  
  605. -- Don't try to execute this in the wrong game Fool
  606. if game.PlaceId ~= Fencing_ID then
  607. msg("Smartass", "You aren't very smart.")
  608. wait(2)
  609. TS:Teleport(Fencing_ID)
  610. end
  611. if has(Chat, ";nofloat") then
  612. msg("Fencing Admin", "Disabled Lunge-Float!")
  613. SendChat("Disabled Lunge-Float!", "green")
  614. for y, x in pairs(Avatar:GetChildren()) do
  615. if x:IsA("Part") then
  616. x.CustomPhysicalProperties = PhysicalProperties.new(100, 0.3, 0.5)
  617. end
  618. end
  619. end
  620. if has(Chat, ";float") then
  621. msg("Fencing Admin", "Enabled Lunge-Float")
  622. SendChat("Enabled Lunge-Float", "green")
  623. for y, x in pairs(Avatar:GetChildren()) do
  624. if x:IsA("Part") then
  625. x.CustomPhysicalProperties = PhysicalProperties.new(0.7, 0.3, 0.5)
  626. end
  627. end
  628. end
  629. if has(Chat, ";reach") then
  630. local res, _ = Chat:gsub("%D+", "")
  631. local size = tonumber(res)
  632. if size > 350 then
  633. msg("Fencing Admin", "Size : "..size.." is not supported! Size set to 350.")
  634. SendChat("Fencing Admin", "Size : "..size.." is not supported! Size set to 350.", "red")
  635. size = 350
  636. end
  637. msg("Fencing Admin", "Reach set to : "..size)
  638. SendChat("Reach set to : "..size.."", "green")
  639. for i,v in pairs(Avatar:GetChildren()) do
  640. if v:IsA("Tool") and v.Name == "Foil" then
  641. v.Parent = Backpack
  642. end
  643. end
  644. for i,v in pairs(Backpack:GetChildren()) do
  645. if v:IsA("Tool") and v.Name == "Foil" then
  646. v.Handle.Size = Vector3.new(0.1, 0.1, size)
  647. v.Parent = Avatar
  648. end
  649. end
  650. end
  651. if has(Chat, ";sit") then
  652. msg("Fencing Admin", "You are now sitting!")
  653. SendChat("You are now sitting!", "green")
  654. Avatar.Humanoid.Sit = true
  655. end
  656. if has(Chat, ";jump") then
  657. msg("Fencing Admin", "Made you jump!")
  658. SendChat("Made you jump!", "green")
  659. Avatar.Humanoid.Jump = true
  660. end
  661. if has(Chat, ";ws") then
  662. res, _ = Chat:gsub("%D+", "")
  663. speed = tonumber(res)
  664. msg("Fencing Admin", "Set Walkspeed To "..speed.."")
  665. SendChat("Set Walkspeed To "..speed.."", "green")
  666. Avatar.Humanoid.WalkSpeed = speed
  667. end
  668. if has(Chat, ";getspray") then
  669. msg("Fencing Admin", "Gave you the spray can!")
  670. SendChat("Gave you the spray can!", "green")
  671. local original = workspace.Handle.CFrame
  672. workspace.Handle.CFrame = Avatar.HumanoidRootPart.CFrame
  673. wait(0.1)
  674. workspace.Handle.CFrame = original
  675. end
  676. if has(Chat, ";time") then
  677. msg("Fencing Admin", "The time is currently")
  678. SendChat("The time is currently", "green")
  679. msg(date, time)
  680. SendChat("["..date.."] ["..time.."]", "green")
  681. end
  682. if has(Chat, ";noreach") then
  683. msg("Fencing Admin", "Removed reach!")
  684. SendChat("Removed reach!", "red")
  685. for i,v in pairs(Avatar:GetChildren()) do
  686. if v:IsA("Tool") and v.Name == "Foil" then
  687. v.Parent = Backpack
  688. end
  689. end
  690. for i,v in pairs(Backpack:GetChildren()) do
  691. if v:IsA("Tool") and v.Name == "Foil" then
  692. v.Handle.Size = Vector3.new(1, 0.4, 5)
  693. v.Parent = Avatar
  694. end
  695. end
  696. end
  697. if has(Chat, ";goto") then
  698. Chat = Chat:gsub(";goto ", "")
  699. Chat = string.lower(Chat)
  700. for i,v in pairs(plrs:GetChildren()) do
  701. v.Name = string.lower(tostring(v.Name))
  702. if has(v.Name, Chat) then
  703. Avatar.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame
  704. msg("Fencing Admin", "Teleported to : "..v.Name.."")
  705. SendChat("Teleported to : "..v.Name.."", "red")
  706. end
  707. end
  708. end
  709. if has(Chat, ";age") then
  710. Chat = Chat:gsub(";age ", "")
  711. Chat = string.lower(Chat)
  712. for i,v in pairs(plrs:GetChildren()) do
  713. v.Name = string.lower(tostring(v.Name))
  714. if has(v.Name, Chat) then
  715. msg("Fencing Admin", ""..v.Name.."'s AccountAge : "..v.AccountAge..".")
  716. SendChat(""..v.Name.."'s AccountAge : "..v.AccountAge..".", "red")
  717. end
  718. end
  719. end
  720. if has(Chat, ";freeze")then
  721. Chat = Chat:gsub(";freeze ", "")
  722. Chat = string.lower(Chat)
  723. for i,v in pairs(plrs:GetChildren()) do
  724. v.Name = string.lower(tostring(v.Name))
  725. if has(v.Name, Chat) then
  726. msg("Fencing Admin", "Froze : "..v.Name..".")
  727. SendChat("Froze : "..v.Name..".", "blue")
  728. for i,v in pairs(v.Character:GetChildren()) do
  729. if v:IsA("Part") then
  730. v.Anchored = true
  731. end
  732. end
  733. end
  734. end
  735. end
  736. if has(Chat, ";thaw") then
  737. Chat = Chat:gsub(";thaw ", "")
  738. Chat = string.lower(Chat)
  739. for i,v in pairs(plrs:GetChildren()) do
  740. v.Name = string.lower(tostring(v.Name))
  741. if has(v.Name, Chat) then
  742. msg("Fencing Admin", "Thawed : "..v.Name..".")
  743. SendChat("Thawed : "..v.Name..".", "blue")
  744. for i,v in pairs(v.Character:GetChildren()) do
  745. if v:IsA("Part") then
  746. v.Anchored = false
  747. end
  748. end
  749. end
  750. end
  751. end
  752. if has(Chat, ";rejoin") then
  753. for i=1, 10 do
  754. SendChat("Rejoining!", "red")
  755. end
  756. TS:Teleport(game.PlaceId)
  757. end
  758. if has(Chat, ";quit") then
  759. game:Shutdown()
  760. end
  761. if has(Chat, ";os") then
  762. Chat = Chat:gsub(";os ", "")
  763. Chat = string.lower(Chat)
  764. for i,v in pairs(plrs:GetChildren()) do
  765. v.Name = string.lower(tostring(v.Name))
  766. if has(v.Name, Chat) then
  767. msg("Fencing Admin", ""..v.Name.."'s OS : "..v.OsPlatform..".")
  768. SendChat(""..v.Name.."'s OS : "..v.OsPlatform..".", "green")
  769. end
  770. end
  771. end
  772. if has(Chat, ";loopheal") then
  773. msg("Fencing Admin", "Loop healing your character!")
  774. SendChat("Loop healing your character!", "green")
  775. healing = true
  776. end
  777. if has(Chat, ";unloopheal") then
  778. msg("Fencing Admin", "No longer healing your character.")
  779. SendChat("No longer healing your character.", "red")
  780. healing = false
  781. end
  782. if has(Chat, ";btools") then
  783. msg("Fencing Admin", "Gave Btools! [CLIENT ONLY]")
  784. local BinType = 1
  785. while wait(0.2) do
  786. if BinType == 5 then
  787. break
  788. end
  789. Instance.new("HopperBin", Backpack).BinType = BinType
  790. BinType = BinType + 1
  791. end
  792. end
  793. if has(Chat, ";reset") then
  794. SendChat("Killed you!", "red")
  795. msg("Fencing Admin", "Killed your character!")
  796. Avatar:BreakJoints()
  797. end
  798. if has(Chat, ";jp") then
  799. res, _ = Chat:gsub("%D+", "")
  800. local jp = tonumber(res)
  801. Avatar.Humanoid.JumpPower = jp
  802. msg("Fencing Admin", "Set your Jump Value to : "..jp.."")
  803. SendChat("Set your jumppower to "..jp.."", "green")
  804. end
  805. if has(Chat, ";heal") then
  806. SendChat("Regenerated your health!", "green")
  807. msg("Fencing Admin", "Healed your character!")
  808. for i,v in pairs(workspace:GetChildren()) do
  809. if v.Name == "Button" then
  810. local goback = v.CFrame
  811. v.CanCollide = false
  812. v.CFrame = Avatar.HumanoidRootPart.CFrame
  813. wait(0.1)
  814. v.CFrame = goback
  815. v.CanCollide = true
  816. end
  817. end
  818. end
  819. if has(Chat, ";respawn") then
  820. msg("Fencing Admin", "Respawned your character!")
  821. SendChat("Respawned!", "green")
  822. Avatar:Destroy()
  823. local Group = Instance.new("Model")
  824. Group.Parent = workspace
  825. Group.Name = "Fencing Admin"
  826. local Humanoid = Instance.new("Humanoid")
  827. Humanoid.Parent = Group
  828. local Body = Instance.new("Part")
  829. Body.Name = "Torso"
  830. Body.CanCollide = false
  831. Body.Parent = Group
  832. Avatar = Group
  833. end
  834. if has(Chat, ";script") then
  835. msg("Fencing Admin", "Ran Code!")
  836. SendChat("Ran the Code", "red")
  837. Chat = specialchat:gsub(";script ", "")
  838. loadstring(tostring(Chat))()
  839. end
  840. if has(Chat, ";infjump") then
  841. msg("Fencing Admin", "Infinite Jump Enabled!")
  842. SendChat("Infinite Jump Enabled", "green")
  843. jumping = true
  844. end
  845. if has(Chat, ";uninfjump") then
  846. msg("Fencing Admin", "Infinite Jump Disabled!")
  847. SendChat("Infinite Jump Disabled!", "green")
  848. jumping = false
  849. end
  850. if has(Chat, ";cmds") then
  851. SendChat("[Fencing Admin]", "green")
  852. SendChat("["..#cmds.." Commands!]", "green")
  853. for i=1, #cmds do
  854. SendChat(""..i..". "..cmds[i].."", "green")
  855. print("-----------")
  856. print(""..i..". "..cmds[i].."")
  857. end
  858. SendChat("[Made by Tohru]", "green")
  859. end
  860. if has(Chat, ";dex") then
  861. msg("Fencing Admin", "Launched Dex")
  862. SendChat("Launched Dex", "green")
  863. for i,v in pairs(game.CoreGui:GetChildren()) do
  864. if v.Name == "Dex" then
  865. v.Enabled = true
  866. local dexnotloaded = false
  867. elseif v.Name ~= "Dex" then
  868. local dexnotloaded = true
  869. end
  870. end
  871. if dexnotloaded then
  872. loadstring(game:GetObjects("rbxassetid://418957341")[1].Source)()
  873. end
  874. end
  875. if has(Chat, ";killdex") then
  876. msg("Fencing Admin", "Killed Dex")
  877. SendChat("Killed Dex", "green")
  878. for i,v in pairs(game.CoreGui:GetChildren()) do
  879. if v.Name == "Dex" then
  880. v.Enabled = false
  881. end
  882. end
  883. end
  884. if has(Chat, ";view") then
  885. for i,v in pairs(plrs:GetChildren()) do
  886. v.Name = string.lower(tostring(v.Name))
  887. Chat = Chat:gsub(";view ", "")
  888. Chat = string.lower(Chat)
  889. if has(v.Name, Chat) then
  890. workspace.CurrentCamera.CameraSubject = v.Character
  891. msg("Fencing Admin", "Spectating : "..v.Name..".")
  892. SendChat("Now viewing "..v.Name.."", "green")
  893. end
  894. end
  895. end
  896. if has(Chat, ";unview") then
  897. workspace.CurrentCamera.CameraSubject = Avatar
  898. msg("Fencing Admin", "No longer viewing anyone")
  899. SendChat("Spectate turned off", "red")
  900. end
  901. if has(Chat, ";print") then
  902. Chat = specialchat:gsub(";print ", "")
  903. print(Chat)
  904. msg("Fencing Admin", "Printed Result")
  905. SendChat("Printed!", "green")
  906. end
  907. if has(Chat, ";fly") then
  908. for y, x in pairs(Avatar:GetChildren()) do
  909. if x:IsA("Part") then
  910. x.CustomPhysicalProperties = PhysicalProperties.new(0.7, 0.3, 0.5)
  911. end
  912. end
  913. msg("Fencing Admin", "Credits to RGEENEUS")
  914. SendChat("Flying enabled", "green")
  915. startFly()
  916. end
  917. if has(Chat, ";unfly") then
  918. msg("Fencing Admin", "Stopped flying.")
  919. SendChat("Flying disabled", "red")
  920. endFly()
  921. end
  922. if has(Chat, ";fspeed") then
  923. res, _ = Chat:gsub("%D+", "")
  924. local newspeed = tonumber(res)
  925. flyingspeed = newspeed
  926. msg("Fencing Admin", "Set flying speed to "..newspeed.."")
  927. SendChat("New flying speed set!", "green")
  928. end
  929. if has(Chat, ";noclip") then
  930. msg("Fencing Admin", "Noclip Enabled")
  931. noclip = true
  932. SendChat("Noclip on!", "green")
  933. end
  934. if has(Chat, ";clip") then
  935. msg("Fencing Admin", "Turned off noclip!")
  936. noclip = false
  937. for i,v in pairs(Avatar:GetChildren()) do
  938. if v:IsA("BasePart") or v:IsA("MeshPart") then
  939. v.CanCollide = true
  940. end
  941. end
  942. SendChat("Noclip off!", "red")
  943. end
  944. if has(Chat, ";follow") then
  945. Chat = Chat:gsub(";follow ", "")
  946. Chat = string.lower(Chat)
  947. SendChat("Following the player", "green")
  948. msg("Fencing Admin", "Now following the player")
  949. for i,v in pairs(plrs:GetChildren()) do
  950. v.Name = string.lower(tostring(v.Name))
  951. if has(v.Name, Chat) then
  952. loopfollowing = true
  953. theplayer = v.Character
  954. end
  955. end
  956. end
  957. if has(Chat, ";unfollow") then
  958. loopfollowing = false
  959. theplayer = nil
  960. msg("Fencing Admin", "No longer following the player")
  961. SendChat("Follow disabled!", "red")
  962. end
  963. if has(Chat, ";write") then
  964. Chat = specialchat:gsub(";write ", "")
  965. local randomizer = math.random(999, 9999999)
  966. name = "[Tohru] "..randomizer..".txt"
  967. writefile(name, Chat)
  968. setclipboard(tostring(name))
  969. msg("Fencing Admin", "Wrote file!")
  970. SendChat("Wrote file and copied file name to clipboard!", "green")
  971. end
  972. if has(Chat, ";load") then
  973. Chat = specialchat:gsub(";load ", "")
  974. loadfile(Chat)()
  975. msg("Fencing Admin", "Loaded file!")
  976. SendChat("File loaded!", "red")
  977. end
  978. if has(Chat, ";antikill") then
  979. spawn (function()
  980. _G.STOP = true -- disable
  981. wait(1)
  982. _G.STOP = false -- enable
  983.  
  984. game:service'StarterGui':SetCore("SendNotification",{
  985. Title = "Fencing Admin";
  986. Text = "Loaded Antikill [Made by Backtakers]";
  987. });
  988.  
  989. local off = false
  990. local cf,pos
  991. local sotp = false
  992. local tools = {}
  993.  
  994. for i,v in pairs(game:service'Players'.LocalPlayer.Backpack:getChildren'') do
  995. tools[v] = true
  996. end
  997.  
  998. game:service'Players'.LocalPlayer.Backpack.ChildAdded:connect(function(c)
  999. if off then return end
  1000. tools[c] = true
  1001. end)
  1002.  
  1003. local thing = function(ob)
  1004. if off then return end
  1005. if ob:IsA("Tool") and not tools[ob] then
  1006. game:service'RunService'.Stepped:wait''
  1007. tools[ob] = true
  1008. sotp = true
  1009. ob.Parent = game:service'Players'.LocalPlayer.Backpack
  1010. game:service'StarterGui':SetCore("SendNotification",{
  1011. Title = "Fencing Admin";
  1012. Text = "Someone is attempting FE kill/bring..."
  1013. });
  1014. for i = 1,10 do
  1015. if game:service'Players'.LocalPlayer.Character and game:service'Players'.LocalPlayer.Character:findFirstChild'HumanoidRootPart' then
  1016. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = cf
  1017. for i,v in pairs(game:service'Players'.LocalPlayer.Character:getChildren'') do
  1018. if v:IsA("BasePart") or v:IsA("MeshPart") then
  1019. v.Velocity = Vector3.new(0,0,0)
  1020. end
  1021. end
  1022. game:service'RunService'.Stepped:wait''
  1023. end
  1024. end
  1025. sotp = false
  1026. end
  1027. end
  1028.  
  1029. game:service'Players'.LocalPlayer.Character.ChildAdded:connect(thing)
  1030. game:service'Players'.LocalPlayer.CharacterAdded:connect(function(c)
  1031. c.ChildAdded:connect(thing)
  1032. end)
  1033.  
  1034. while wait(.5) and not _G.STOP do
  1035. if game:service'Players'.LocalPlayer.Character and game:service'Players'.LocalPlayer.Character:findFirstChild("HumanoidRootPart") and not sotp then
  1036. cf =
  1037. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame
  1038. pos = game:service'Players'.LocalPlayer.Character.HumanoidRootPart.Position
  1039. end
  1040. end
  1041.  
  1042. off = true
  1043. end)
  1044. msg("Fencing Admin", "Enabled anti kill!")
  1045. SendChat("Anti kill Enabled!", "green")
  1046. end
  1047. if has(Chat, ";unantikill") then
  1048. _G.STOP = true
  1049. off = true
  1050. msg("Fencing Admin", "Disabled anti kill")
  1051. SendChat("Disabled anti kill", "red")
  1052. end
  1053. if has(Chat, ";changelogs") then
  1054. for i=1, #changelogs do
  1055. SendChat(changelogs[i], "green")
  1056. end
  1057. end
  1058. if has(Chat, ";disc") then
  1059. SendChat("Copied my discord to clipboard", "green")
  1060. msg("Fencing Admin", "Discord tag copied!")
  1061. setclipboard(tostring("Tohru~ UWU >_<#6969"))
  1062. end
  1063. if has(Chat, ";dc") then
  1064. Chat = specialchat:gsub(";dc ", "")
  1065. for i,v in pairs(workspace:GetChildren()) do
  1066. if v:IsA(Chat) then
  1067. v:Destroy()
  1068. end
  1069. end
  1070. msg("Fencing Admin", "Deleted all "..Chat.."'s")
  1071. SendChat("Removed "..Chat.."'s", "red")
  1072. end
  1073. if has(Chat, ";delete") then
  1074. Chat = specialchat:gsub(";delete ", "")
  1075. for i,v in pairs(workspace:GetChildren()) do
  1076. if v.Name == Chat then
  1077. v:Destroy()
  1078. end
  1079. end
  1080. msg("Fencing Admin", "Deleted "..Chat.."!")
  1081. SendChat("Removed "..Chat..".", "red")
  1082. end
  1083. if has(Chat, ";upcoming") then
  1084. SendChat("Possible future updates!", "green")
  1085. for i=1, #upcoming do
  1086. SendChat(upcoming[i], "green")
  1087. print(upcoming[i])
  1088. end
  1089. end
  1090. if has(Chat, ";chatlogs") then
  1091. chatlogs = true
  1092. msg("Fencing Admin", "Logging Chats")
  1093. SendChat("Printing all chats to Dev Console", "green")
  1094. end
  1095. if has(Chat, ";nochatlogs") then
  1096. chatlogs = false
  1097. msg("Fencing Admin", "No longer logging Chats")
  1098. SendChat("Chats no longer being logged", "red")
  1099. end
  1100. if has(Chat, ";lgoto") then
  1101. msg("Fencing Admin", "loop teleporting!")
  1102. SendChat("Now loop teleporting", "green")
  1103. Chat = Chat:gsub(";lgoto ", "")
  1104. for i,v in pairs(plrs:GetChildren()) do
  1105. v.Name = string.lower(tostring(v.Name))
  1106. if has(v.Name, Chat) then
  1107. loopgotoing = true
  1108. theplayer = v.Character
  1109. end
  1110. end
  1111. end
  1112. if has(Chat, ";unlgoto") then
  1113. loopgotoing = false
  1114. theplayer = nil
  1115. msg("Fencing Admin", "No longer loop teleporting!")
  1116. SendChat("Loop teleport disabled", "red")
  1117. end
  1118. if has(Chat, ";lbring") then
  1119. Chat = Chat:gsub(";lbring ", "")
  1120. for i,v in pairs(plrs:GetChildren()) do
  1121. v.Name = string.lower(tostring(v.Name))
  1122. if has(v.Name, Chat) then
  1123. loopbringing = true
  1124. theplayer = v.Character
  1125. end
  1126. end
  1127. end
  1128. if has(Chat, ";unlbring") then
  1129. loopbringing = false
  1130. theplayer = nil
  1131. msg("Fencing Admin", "No longer loop bringing!")
  1132. SendChat("Loop bring disabled", "red")
  1133. end
  1134. if has(Chat, ";tkill") then
  1135. msg("Fencing Admin", "Attempting to kill!")
  1136. SendChat("Now killing! Reset to stop", "red")
  1137. Chat = Chat:gsub(";tkill ", "")
  1138. for i,v in pairs(plrs:GetChildren()) do
  1139. v.Name = string.lower(tostring(v.Name))
  1140. if has(v.Name, Chat) then
  1141. previous = Avatar.HumanoidRootPart.CFrame
  1142. spawn (function()
  1143. while wait() do
  1144. x = math.random(-3, 3)
  1145. y = math.random(-2, -1)
  1146. z = math.random(-3, 3)
  1147. for i,v in pairs(You.Backpack:GetChildren()) do
  1148. if v:IsA("Tool") and v.Name == "Foil" then
  1149. Avatar.Humanoid:EquipTool(v)
  1150. v.CanBeDropped = true
  1151. end
  1152. end
  1153. mouse1click()
  1154. Avatar.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame + Vector3.new(x, y, z)
  1155. if Avatar.Humanoid.Health == 0 then
  1156. break
  1157. end
  1158. if v.Character.Humanoid.Health == 0 then
  1159. Avatar.HumanoidRootPart.CFrame = previous + Vector3.new(0, 1, 0)
  1160. break
  1161. end
  1162. end
  1163. end)
  1164. end
  1165. end
  1166. end
  1167. if has(Chat, ";refresh") then
  1168. msg("Fencing Admin", "Respawned!")
  1169. SendChat("Refresh success!", "green")
  1170. previous = Avatar.HumanoidRootPart.CFrame
  1171. wait(0.1)
  1172. Avatar:Destroy()
  1173. local Group = Instance.new("Model")
  1174. Group.Parent = workspace
  1175. Group.Name = "Fencing Admin"
  1176. local Humanoid = Instance.new("Humanoid")
  1177. Humanoid.Parent = Group
  1178. local Body = Instance.new("Part")
  1179. Body.Name = "Torso"
  1180. Body.CanCollide = false
  1181. Body.Parent = Group
  1182. Avatar = Group
  1183. wait(5.3)
  1184. Avatar = You.Character
  1185. Avatar.HumanoidRootPart.CFrame = previous
  1186. end
  1187. if has(Chat, ";hh") then
  1188. res, _ = Chat:gsub("%D+", "")
  1189. hheight = tonumber(res)
  1190. msg("Fencing Admin", "Set hipheight To "..hheight.."")
  1191. SendChat("Set hipheight To "..hheight.."", "green")
  1192. Avatar = You.Character
  1193. Avatar.Humanoid.HipHeight = hheight
  1194. end
  1195. if has(Chat, ";rlimbs") then
  1196. for i,v in pairs(Avatar:GetChildren()) do
  1197. if v:IsA("BasePart") and
  1198. v.Name == "Right Leg" or
  1199. v.Name == "Left Leg" or
  1200. v.Name == "Right Arm" or
  1201. v.Name == "Left Arm" then
  1202. v:Destroy()
  1203. end
  1204. end
  1205. end
  1206. if has(Chat, ";8ball") then
  1207. Chat = specialchat:gsub(";8ball ", "")
  1208. wait(1)
  1209. if has(Chat, "?") then
  1210. is_a_question = true
  1211. else
  1212. is_a_question = false
  1213. end
  1214. if is_a_question then
  1215. wait(1)
  1216. SendMsg("[Fencing Admin] 8ball: You've asked ('"..Chat.."')")
  1217. wait(1)
  1218. SendMsg("[Fencing Admin] 8ball: ('"..eightball[math.random(1, #eightball)].."')")
  1219. end
  1220. if not is_a_question then
  1221. SendMsg("[Fencing Admin] 8ball: ('That doesn't look like a question!')")
  1222. end
  1223. end
  1224. if has(Chat, ";fling") then
  1225. Chat = Chat:gsub(";fling ", "")
  1226. msg("Fencing Admin", "Attempting to fling the player!")
  1227. SendChat("Flinging!", "green")
  1228. for i,v in pairs(plrs:GetChildren()) do
  1229. v.Name = string.lower(tostring(v.Name))
  1230. if has(v.Name, Chat) then
  1231. noclip = true
  1232. previous = Avatar.HumanoidRootPart.CFrame
  1233. Avatar.Humanoid.AutoJumpEnabled = false
  1234. wait(.1)
  1235. Avatar.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame
  1236. theplayer = v.Character
  1237. loopfollowing = true
  1238. Avatar.Humanoid.WalkSpeed = 25
  1239. for i=1, 10 do
  1240. local flinger = Instance.new("BodyThrust")
  1241. flinger.Parent = Avatar.HumanoidRootPart
  1242. flinger.Force = Vector3.new(500, 0, 500)
  1243. flinger.Location = Avatar.HumanoidRootPart.Position
  1244. end
  1245. wait(.5)
  1246. for i,v in pairs(Avatar.HumanoidRootPart:GetChildren()) do
  1247. if v:IsA("BodyThrust") then
  1248. v:Destroy()
  1249. end
  1250. end
  1251. wait(.1)
  1252. for i,v in pairs(Avatar:GetDescendants()) do
  1253. if v:IsA("BasePart") or v:IsA("MeshPart") then
  1254. v.Velocity = Vector3.new(0,0,0)
  1255. end
  1256. end
  1257. noclip = false
  1258. loopfollowing = false
  1259. theplayer = nil
  1260. wait(.1)
  1261. Avatar.HumanoidRootPart.CFrame = previous
  1262. Avatar.Humanoid.WalkSpeed = 16
  1263. wait(0.1)
  1264. Avatar.HumanoidRootPart.CFrame = previous
  1265. wait(0.1)
  1266. Avatar.HumanoidRootPart.CFrame = previous
  1267. for i,v in pairs(Avatar:GetDescendants()) do
  1268. if v:IsA("BasePart") or v:IsA("MeshPart") then
  1269. v.Velocity = Vector3.new(0,0,0)
  1270. v.Anchored = true
  1271. wait()
  1272. v.Anchored = false
  1273. end
  1274. end
  1275. end
  1276. end
  1277. end
  1278. if has(Chat, ";game") then
  1279. res, _ = Chat:gsub("%D+", "")
  1280. teleportingto = tonumber(res)
  1281. msg("Fencing Admin", "Teleporting to "..teleportingto.."")
  1282. wait(2)
  1283. TS:Teleport(teleportingto)
  1284. end
  1285. if has(Chat, ";ver") then
  1286. msg("Fencing Admin", "You are running Version ["..ver.."]")
  1287. SendChat("Version "..ver.."", "green")
  1288. end
  1289. if has(Chat, ";combatlogs") then
  1290. combatlogging = true
  1291. msg("Fencing Admin", "Attempting to save you from death!")
  1292. SendChat("Combatlogging : ON", "red")
  1293. end
  1294. if has(Chat, ";nocombatlogs") then
  1295. combatlogging = false
  1296. msg("Fencing Admin", "Attempting to save you from death!")
  1297. SendChat("Combatlogging : OFF", "red")
  1298. end
  1299. if has(Chat, ";setspawn") then
  1300. for i,v in pairs(workspace:GetChildren()) do
  1301. if v:IsA("SpawnLocation") then
  1302. v:Destroy()
  1303. end
  1304. end
  1305. newspawnlocation = Avatar.HumanoidRootPart.CFrame + Vector3.new(0, -1, 0)
  1306. newspawn = Instance.new("SpawnLocation")
  1307. newspawn.Parent = workspace
  1308. newspawn.Anchored = true
  1309. newspawn.Transparency = 1
  1310. newspawn.CanCollide = false
  1311. newspawn.Position = Vector3.new(newspawnlocation)
  1312. newspawn.Enabled = true
  1313. msg("Fencing Admin", "Set new spawn!")
  1314. SendChat("Set spawn at "..tostring(newspawnlocation).."!", "green")
  1315. end
  1316. if has(Chat, ";infreach") then
  1317. msg("Fencing Admin", "Enabled INF REACH")
  1318. SendChat("You are now the god of hyperdeath!", "red")
  1319. for i,v in pairs(Avatar:GetChildren()) do
  1320. if v:IsA("Tool") and v.Name == "Foil" then
  1321. v.Parent = Backpack
  1322. end
  1323. end
  1324. for i,v in pairs(Backpack:GetChildren()) do
  1325. if v:IsA("Tool") and v.Name == "Foil" then
  1326. v.Handle.Size = Vector3.new(math.huge, math.huge, math.huge)
  1327. v.Handle.Massless = true
  1328. v.Parent = Avatar
  1329. end
  1330. end
  1331. for y, x in pairs(Avatar:GetChildren()) do
  1332. if x:IsA("Part") then
  1333. x.CustomPhysicalProperties = PhysicalProperties.new(100, 0.3, 0.5)
  1334. end
  1335. end
  1336. end
  1337. -- Tohru~ UWU >_<#6969
  1338. end)
  1339. local date_table = os.date("*t")
  1340. local hour = date_table.hour
  1341. local minute = date_table.min
  1342. local second = date_table.sec
  1343. spawn (function()
  1344. while wait(.5) do
  1345. hour = date_table.hour
  1346. minute = date_table.min
  1347. second = date_table.sec
  1348. hour = tonumber(hour)
  1349. minute = tonumber(minute)
  1350. second = tonumber(second)
  1351. if hour > 12 then
  1352. hour = hour - 12
  1353. noon = "PM"
  1354. elseif hour < 12 then
  1355. noon = "AM"
  1356. end
  1357. if minute < 10 then
  1358. minute = "0"..minute..""
  1359. minute = tostring(minute)
  1360. end
  1361. end
  1362. end)
  1363. sentmsg = "lol"
  1364. function Log(logs,name)
  1365. if chatlogs then
  1366. print("["..sentmsg.."]["..name.."]: "..logs.."")
  1367. end
  1368. end
  1369.  
  1370. for i,v in pairs(game.Players:GetChildren()) do
  1371. v.Chatted:connect(function(m) Log(m,v.Name) end)
  1372. end
  1373.  
  1374. game:service'Players'.PlayerAdded:connect(function(p)
  1375. p.Chatted:connect(function(m) Log(m,p.Name) end)
  1376. end)
  1377. wait(2)
  1378. workspace["Fencing Admin"]:Destroy()
  1379. print("Fully loaded Fencing Admin [Version "..ver.."] by [Tohru] and [Backtalkers]")
  1380. spawn (function()
  1381. if pcall(function() loadstring(game:HttpGet(("https://pastebin.com/raw/b4eHSf9m"),true))() end) then
  1382. if tonumber(ver) < tonumber(version) then
  1383. function Update(decision)
  1384. if decision == "Update Now!" then
  1385. setclipboard("loadstring(game:HttpGet('https://pastebin.com/raw/aB1GwGJp', false))()")
  1386. game:GetService("StarterGui"):SetCore("SendNotification", {Title = "Fencing Admin"; Text = "Copied loadstring to clipboard and now rejoining!"})
  1387. wait(3)
  1388. game:GetService("TeleportService"):Teleport(game.PlaceId)
  1389. elseif decision == "Don't Update" then
  1390. print("Using Latest Version? [X]")
  1391. end
  1392. end
  1393. local BF = Instance.new("BindableFunction")
  1394. BF.OnInvoke = Update
  1395.  
  1396. game.StarterGui:SetCore("SendNotification", {
  1397. Title = "Outdated Version!";
  1398. Text = "Would you like to update to the latest version?";
  1399. Duration = 10;
  1400. Callback = BF;
  1401. Button1 = "Update Now!";
  1402. Button2 = "Don't Update"
  1403. })
  1404. elseif tonumber(ver) == tonumber(version) then
  1405. print("Using Latest Version? [✓]")
  1406. elseif tonumber(ver) > tonumber(version) then
  1407. print("Using Latest Version? [Unreleased]")
  1408. end
  1409. end
  1410. end)
  1411. --Tohru~ UWU >_<#6969
  1412. while wait() do
  1413. date_table = os.date("*t")
  1414. hour = date_table.hour
  1415. minute = date_table.min
  1416. second = date_table.sec
  1417. hour = date_table.hour
  1418. minute = date_table.min
  1419. second = date_table.sec
  1420. hour = tonumber(hour)
  1421. minute = tonumber(minute)
  1422. second = tonumber(second)
  1423. if hour > 12 then
  1424. hour = hour - 12
  1425. noon = "PM"
  1426. elseif hour < 12 then
  1427. noon = "AM"
  1428. end
  1429. if minute < 10 then
  1430. minute = "0"..minute..""
  1431. minute = tostring(minute)
  1432. end
  1433. if second < 10 then
  1434. second = "0"..second..""
  1435. second = tostring(second)
  1436. end
  1437. sentmsg = ""..hour..":"..minute..":"..second.." "..noon..""
  1438. end
  1439. end
  1440. end)
  1441.  
  1442.  
  1443. NoClipPressE.Name = "No Clip (Press E)"
  1444. NoClipPressE.Parent = MainFrame
  1445. NoClipPressE.BackgroundColor3 = Color3.new(1, 1, 1)
  1446. NoClipPressE.BorderSizePixel = 0
  1447. NoClipPressE.Position = UDim2.new(0.357170403, 0, 0.128752559, 0)
  1448. NoClipPressE.Size = UDim2.new(0, 130, 0, 50)
  1449. NoClipPressE.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  1450. NoClipPressE.Font = Enum.Font.SciFi
  1451. NoClipPressE.Text = "No Clip (Press E)"
  1452. NoClipPressE.TextColor3 = Color3.new(0, 0, 0)
  1453. NoClipPressE.TextSize = 16
  1454. NoClipPressE.MouseButton1Down:connect(function()
  1455. noclip = false
  1456. game:GetService('RunService').Stepped:connect(function()
  1457. if noclip then
  1458. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  1459. end
  1460. end)
  1461. local plr = game.Players.LocalPlayer
  1462. local mouse = plr:GetMouse()
  1463. mouse.KeyDown:connect(function(key)
  1464.  
  1465. if key == "e" then
  1466. noclip = not noclip
  1467. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  1468. end
  1469. end)
  1470. print('Loaded')
  1471. print('Press "E" to noclip')
  1472. end)
  1473.  
  1474.  
  1475. BuildingTools.Name = "Building Tools"
  1476. BuildingTools.Parent = MainFrame
  1477. BuildingTools.BackgroundColor3 = Color3.new(1, 1, 1)
  1478. BuildingTools.BorderSizePixel = 0
  1479. BuildingTools.Position = UDim2.new(0.357170433, 0, 0.552786767, 0)
  1480. BuildingTools.Size = UDim2.new(0, 130, 0, 50)
  1481. BuildingTools.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  1482. BuildingTools.Font = Enum.Font.SciFi
  1483. BuildingTools.Text = "Building Tools"
  1484. BuildingTools.TextColor3 = Color3.new(0, 0, 0)
  1485. BuildingTools.TextSize = 16
  1486. BuildingTools.MouseButton1Down:connect(function()
  1487. game:GetService("StarterGui"):SetCore("SendNotification", {
  1488. Title = "FE Build Loading";
  1489. Text = "How to use: F = Spawn Part | Y = Forward | G = Left | H = Back | J = Right | T = Up | U = Down | C = Clear Build";
  1490. Icon = "";
  1491. Duration = 15;
  1492. })
  1493.  
  1494. if game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool") then
  1495. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  1496. if v:IsA("Tool") then
  1497. v.Parent = game.Players.LocalPlayer
  1498. end
  1499. end
  1500. elseif game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool") then
  1501. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1502. if v:IsA("Tool") then
  1503. v.Parent = game.Players.LocalPlayer
  1504. end
  1505. end
  1506. end
  1507. game:GetService("RunService").Stepped:wait()
  1508. local build = true
  1509. local LocalPlayer = game:GetService("Players").LocalPlayer
  1510. local runservice = game:GetService("RunService")
  1511. local characters = {}
  1512. LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
  1513. local currentamount = #LocalPlayer.Backpack:GetChildren()
  1514. LocalPlayer.Character.Archivable = true
  1515. local tempchar = LocalPlayer.Character:Clone()
  1516. tempchar.Parent = workspace
  1517. local savepos = LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
  1518. local stepped = runservice.Stepped:Connect(function()
  1519. workspace.CurrentCamera.CameraSubject = tempchar:FindFirstChild("Humanoid")
  1520. for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do
  1521. if tool:IsA("Tool") then
  1522. tool.Parent = LocalPlayer
  1523. end
  1524. end
  1525. LocalPlayer.Character:ClearAllChildren()
  1526. local char = Instance.new("Model", workspace)
  1527. table.insert(characters, char)
  1528. Instance.new("Humanoid", char)
  1529. LocalPlayer.Character = char
  1530. repeat runservice.Stepped:Wait() until LocalPlayer.Character ~= nil
  1531. end)
  1532. repeat runservice.Stepped:Wait() until #LocalPlayer:GetChildren() - 4 - currentamount >= 200 - 1
  1533. stepped:Disconnect()
  1534. repeat runservice.Stepped:Wait() until LocalPlayer.Character:FindFirstChild("HumanoidRootPart") ~= nil
  1535. for _, char in pairs(characters) do
  1536. char:Destroy()
  1537. end
  1538. for _, tool in pairs(LocalPlayer:GetChildren()) do
  1539. if tool:IsA("Tool") then
  1540. tool.Parent = LocalPlayer.Backpack
  1541. end
  1542. end
  1543. LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = savepos
  1544. tempchar:Destroy()
  1545. wait(.3)
  1546. local LocalPlayer = game:GetService("Players").LocalPlayer
  1547. local hathandle = LocalPlayer.Character.Humanoid:GetAccessories()[1].Handle
  1548. hathandle.Name = "Right Arm"
  1549. LocalPlayer.Character:FindFirstChild("Right Arm"):Destroy()
  1550. hathandle.Parent = LocalPlayer.Character
  1551. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, false)
  1552. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  1553. if v:IsA("Tool") then
  1554. v.Name = "BuildPart"
  1555. end
  1556. end
  1557. for i,v in pairs(game.Players.LocalPlayer:GetChildren()) do
  1558. if v:IsA("Tool") then
  1559. v:Destroy()
  1560. end
  1561. end
  1562. game:GetService("RunService").Stepped:wait()
  1563. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  1564. if v:IsA("Tool") then
  1565. v.Parent = game.Players.LocalPlayer.Character
  1566. end
  1567. end
  1568. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1569. if v:IsA("Tool") then
  1570. if v.Handle:FindFirstChild("Mesh") then
  1571. v.Handle:FindFirstChild("Mesh"):Destroy()
  1572. else
  1573. end
  1574. v.Parent = game.Players.LocalPlayer
  1575. end
  1576. end
  1577. local plr = game.Players.LocalPlayer
  1578. local mouse = plr:GetMouse()
  1579. mouse.KeyDown:connect(function(key)
  1580. if key == "f" then
  1581. if game.Players.LocalPlayer:FindFirstChild("BuildPart") then
  1582. elseif not game.Players.LocalPlayer:FindFirstChild("BuildPart") then
  1583. game:GetService("StarterGui"):SetCore("SendNotification", {
  1584. Title = "Maximum Parts Exceeded";
  1585. Text = "If you want to start over, press C on your keyboard to clear your build.";
  1586. Icon = "";
  1587. Duration = 5;
  1588. })
  1589. end
  1590. if build == true then
  1591. if game.Players.LocalPlayer.Character:FindFirstChild("BuildPart") then
  1592. game.Players.LocalPlayer.Character:FindFirstChild("BuildPart").Name = "Build"..math.random(-999999999999,999999999999)
  1593. elseif not game.Players.LocalPlayer.Character:FindFirstChild("BuildPart") then
  1594. end
  1595. game.Players.LocalPlayer:FindFirstChild("BuildPart").Grip = CFrame.new(Vector3.new(2.4,10,0)) * CFrame.Angles(math.rad(90),math.pi*1.5,math.pi*1.5)
  1596. game.Players.LocalPlayer:FindFirstChild("BuildPart").Parent = game.Players.LocalPlayer.Backpack
  1597. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  1598. elseif build == false then
  1599. end
  1600. end
  1601. end)
  1602. plr = game.Players.LocalPlayer
  1603. mouse = plr:GetMouse()
  1604. mouse.KeyDown:connect(function(key)
  1605. if key == "y" then
  1606. if build == true then
  1607. game.Players.LocalPlayer.Character:FindFirstChild("BuildPart").Grip = game.Players.LocalPlayer.Character:FindFirstChild("BuildPart").Grip + Vector3.new(0,.4,0)
  1608. game.Players.LocalPlayer.Character:FindFirstChild("BuildPart").Parent = game.Players.LocalPlayer.Backpack
  1609. game.Players.LocalPlayer.Backpack:FindFirstChild("BuildPart").Parent = game.Players.LocalPlayer.Character
  1610. elseif build == false then
  1611. end
  1612. end
  1613. end)
  1614. plr = game.Players.LocalPlayer
  1615. mouse = plr:GetMouse()
  1616. mouse.KeyDown:connect(function(key)
  1617. if key == "h" then
  1618. if build == true then
  1619. game.Players.LocalPlayer.Character:FindFirstChild("BuildPart").Grip = game.Players.LocalPlayer.Character:FindFirstChild("BuildPart").Grip + Vector3.new(0,-.4,0)
  1620. game.Players.LocalPlayer.Character:FindFirstChild("BuildPart").Parent = game.Players.LocalPlayer.Backpack
  1621. game.Players.LocalPlayer.Backpack:FindFirstChild("BuildPart").Parent = game.Players.LocalPlayer.Character
  1622. elseif build == false then
  1623. end
  1624. end
  1625. end)
  1626. plr = game.Players.LocalPlayer
  1627. mouse = plr:GetMouse()
  1628. mouse.KeyDown:connect(function(key)
  1629. if key == "g" then
  1630. if build == true then
  1631. game.Players.LocalPlayer.Character:FindFirstChild("BuildPart").Grip = game.Players.LocalPlayer.Character:FindFirstChild("BuildPart").Grip + Vector3.new(0,0,-.5)
  1632. game.Players.LocalPlayer.Character:FindFirstChild("BuildPart").Parent = game.Players.LocalPlayer.Backpack
  1633. game.Players.LocalPlayer.Backpack:FindFirstChild("BuildPart").Parent = game.Players.LocalPlayer.Character
  1634. elseif build == false then
  1635. end
  1636. end
  1637. end)
  1638. plr = game.Players.LocalPlayer
  1639. mouse = plr:GetMouse()
  1640. mouse.KeyDown:connect(function(key)
  1641. if key == "j" then
  1642. if build == true then
  1643. game.Players.LocalPlayer.Character:FindFirstChild("BuildPart").Grip = game.Players.LocalPlayer.Character:FindFirstChild("BuildPart").Grip + Vector3.new(0,0,.5)
  1644. game.Players.LocalPlayer.Character:FindFirstChild("BuildPart").Parent = game.Players.LocalPlayer.Backpack
  1645. game.Players.LocalPlayer.Backpack:FindFirstChild("BuildPart").Parent = game.Players.LocalPlayer.Character
  1646. elseif build == false then
  1647. end
  1648. end
  1649. end)
  1650. plr = game.Players.LocalPlayer
  1651. mouse = plr:GetMouse()
  1652. mouse.KeyDown:connect(function(key)
  1653. if key == "t" then
  1654. if build == true then
  1655. game.Players.LocalPlayer.Character:FindFirstChild("BuildPart").Grip = game.Players.LocalPlayer.Character:FindFirstChild("BuildPart").Grip + Vector3.new(-.5,0,0)
  1656. game.Players.LocalPlayer.Character:FindFirstChild("BuildPart").Parent = game.Players.LocalPlayer.Backpack
  1657. game.Players.LocalPlayer.Backpack:FindFirstChild("BuildPart").Parent = game.Players.LocalPlayer.Character
  1658. elseif build == false then
  1659. end
  1660. end
  1661. end)
  1662. plr = game.Players.LocalPlayer
  1663. mouse = plr:GetMouse()
  1664. mouse.KeyDown:connect(function(key)
  1665. if key == "u" then
  1666. if build == true then
  1667. game.Players.LocalPlayer.Character:FindFirstChild("BuildPart").Grip = game.Players.LocalPlayer.Character:FindFirstChild("BuildPart").Grip + Vector3.new(.5,0,0)
  1668. game.Players.LocalPlayer.Character:FindFirstChild("BuildPart").Parent = game.Players.LocalPlayer.Backpack
  1669. game.Players.LocalPlayer.Backpack:FindFirstChild("BuildPart").Parent = game.Players.LocalPlayer.Character
  1670. elseif build == false then
  1671. end
  1672. end
  1673. end)
  1674. plr = game.Players.LocalPlayer
  1675. mouse = plr:GetMouse()
  1676. mouse.KeyDown:connect(function(key)
  1677. if key == "c" then
  1678. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1679. if v:IsA("Tool") then
  1680. v.Name = "BuildPart"
  1681. v.Parent = game.Players.LocalPlayer
  1682. end
  1683. end
  1684. end
  1685. end)
  1686. repeat game:GetService("RunService").Stepped:wait()
  1687. local h = game.Players.LocalPlayer.Character.Humanoid
  1688. local tracks = h:GetPlayingAnimationTracks()
  1689. for _,x in pairs(tracks)
  1690. do x:Stop()
  1691. end
  1692. until game.Players.LocalPlayer.Character.Humanoid.Health == 0
  1693. build = false
  1694. repeat game:GetService("RunService").Stepped:wait()
  1695. until game.Players.LocalPlayer.Character.Humanoid.Health == 0
  1696. for i=1,200-1 do
  1697. if game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool") then
  1698. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer
  1699. elseif game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool") then
  1700. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer
  1701. end
  1702. end
  1703. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  1704. for i,v in pairs(game.Players.LocalPlayer:GetChildren()) do
  1705. if v:IsA("Tool") then
  1706. v:Destroy()
  1707. end
  1708. end
  1709. end)
  1710.  
  1711. FencingGun.Name = "Fencing Gun"
  1712. FencingGun.Parent = MainFrame
  1713. FencingGun.BackgroundColor3 = Color3.new(1, 1, 1)
  1714. FencingGun.BorderSizePixel = 0
  1715. FencingGun.Position = UDim2.new(0.0136921406, 0, 0.76781565, 0)
  1716. FencingGun.Size = UDim2.new(0, 130, 0, 50)
  1717. FencingGun.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  1718. FencingGun.Font = Enum.Font.SciFi
  1719. FencingGun.Text = "Fencing Gun"
  1720. FencingGun.TextColor3 = Color3.new(0, 0, 0)
  1721. FencingGun.TextSize = 16
  1722. FencingGun.MouseButton1Click:connect(function()
  1723. game.Players.LocalPlayer.Character.HumanoidRootPart.CustomPhysicalProperties = PhysicalProperties.new(math.huge,math.huge,math.huge,math.huge,math.huge)
  1724. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = .5
  1725. local LocalPlayer = game:GetService("Players").LocalPlayer
  1726. local spray = workspace.Handle
  1727. local savecframe = spray.CFrame
  1728. LocalPlayer.Character.Humanoid:UnequipTools()
  1729. local currentamount = #LocalPlayer.Backpack:GetChildren()
  1730. spray.CanCollide = false
  1731. spray.Transparency = 1
  1732. local anim = Instance.new("Animation")
  1733. anim.AnimationId = "rbxassetid://188632011"
  1734. local loadanim = LocalPlayer.Character.Humanoid:LoadAnimation(anim)
  1735. loadanim.Looped = true
  1736. loadanim:Play()
  1737. loadanim:AdjustSpeed(4)
  1738. for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do
  1739. tool.Parent = LocalPlayer
  1740. end
  1741. repeat
  1742. repeat
  1743. spray.CFrame = LocalPlayer.Character.Torso.CFrame
  1744. LocalPlayer.Character.Humanoid:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,1))
  1745. game:GetService("RunService").Stepped:wait()
  1746. until LocalPlayer.Character:FindFirstChild("Spray") ~= nil
  1747. LocalPlayer.Character:FindFirstChild("Spray").Parent = LocalPlayer
  1748. until #LocalPlayer:GetChildren() - 4 - currentamount >= 2
  1749. loadanim:Stop()
  1750. anim:Destroy()
  1751. for _, tool in pairs(LocalPlayer:GetChildren()) do
  1752. if tool:IsA("Tool") then
  1753. tool.Parent = LocalPlayer.Backpack
  1754. end
  1755. end
  1756. spray.CFrame = savecframe
  1757. spray.CanCollide = true
  1758. spray.Transparency = 0
  1759. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  1760. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  1761. if v:IsA("Tool") then
  1762. v.Parent = game.Players.LocalPlayer.Character
  1763. end
  1764. end
  1765. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1766. if v:IsA("Tool") then
  1767. v.Handle.Mesh:Destroy()
  1768. end
  1769. end
  1770. game.Players.LocalPlayer.Character.Humanoid:UnequipTools()
  1771. wait(.2)
  1772. game.Players.LocalPlayer.Backpack:FindFirstChild("Spray").Name = "GunPart1"
  1773. game.Players.LocalPlayer.Backpack:FindFirstChild("Spray").Name = "GunPart2"
  1774. game.Players.LocalPlayer.Backpack:FindFirstChild("Foil").Name = "GunBullet"
  1775. game.Players.LocalPlayer.Backpack:FindFirstChild("GunPart1").LocalScript:Destroy()
  1776. game.Players.LocalPlayer.Backpack:FindFirstChild("GunPart2").LocalScript:Destroy()
  1777. game.Players.LocalPlayer.Backpack:FindFirstChild("GunPart1").Grip = CFrame.new(Vector3.new(0,0,0)) * CFrame.Angles(math.rad(0),0,0)
  1778. game.Players.LocalPlayer.Backpack:FindFirstChild("GunPart2").Grip = CFrame.new(Vector3.new(0,-1,-.5)) * CFrame.Angles(math.rad(90),0,0)
  1779. game.Players.LocalPlayer.Backpack:FindFirstChild("GunBullet").Grip = CFrame.new(Vector3.new(0,20,0)) * CFrame.Angles(math.rad(0),0,0)
  1780. game.Players.LocalPlayer.Backpack:FindFirstChild("GunBullet").Parent = game.Players.LocalPlayer.Character
  1781. game.Players.LocalPlayer.Backpack:FindFirstChild("GunPart2").Parent = game.Players.LocalPlayer.Character
  1782. game.Players.LocalPlayer.Backpack:FindFirstChild("GunPart1").Parent = game.Players.LocalPlayer.Character
  1783. game.Players.LocalPlayer.Character:FindFirstChild("GunPart1").Activated:Connect(function()
  1784. game.Players.LocalPlayer.Character:FindFirstChild("GunBullet"):Activate()
  1785. game.Players.LocalPlayer.Character:FindFirstChild("GunBullet").Grip = CFrame.new(Vector3.new(0,-.5,2)) * CFrame.Angles(math.rad(0),0,0)
  1786. for i=1,30 do
  1787. game.Players.LocalPlayer.Character:FindFirstChild("GunBullet").Grip = game.Players.LocalPlayer.Character:FindFirstChild("GunBullet").Grip + Vector3.new(0,0,3)
  1788. game.Players.LocalPlayer.Character.Humanoid:UnequipTools()
  1789. game.Players.LocalPlayer.Backpack:FindFirstChild("GunBullet").Parent = game.Players.LocalPlayer.Character
  1790. game.Players.LocalPlayer.Backpack:FindFirstChild("GunPart2").Parent = game.Players.LocalPlayer.Character
  1791. game.Players.LocalPlayer.Backpack:FindFirstChild("GunPart1").Parent = game.Players.LocalPlayer.Character
  1792. game.Players.LocalPlayer.Character.Head.Splash.TimePosition = .375
  1793. game.Players.LocalPlayer.Character.Head.Splash:Play()
  1794. game:GetService("RunService").Stepped:wait()
  1795. end
  1796. game.Players.LocalPlayer.Character.Head.Splash:Stop()
  1797. game.Players.LocalPlayer.Character:FindFirstChild("GunBullet").Grip = CFrame.new(Vector3.new(0,20,0)) * CFrame.Angles(math.rad(0),0,0)
  1798. end)
  1799. end)
  1800.  
  1801.  
  1802. TPose.Name = "T-Pose"
  1803. TPose.Parent = MainFrame
  1804. TPose.BackgroundColor3 = Color3.new(1, 1, 1)
  1805. TPose.BorderSizePixel = 0
  1806. TPose.Position = UDim2.new(0.357073873, 0, 0.342643619, 0)
  1807. TPose.Size = UDim2.new(0, 130, 0, 50)
  1808. TPose.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  1809. TPose.Font = Enum.Font.SciFi
  1810. TPose.Text = "T-Pose"
  1811. TPose.TextColor3 = Color3.new(0, 0, 0)
  1812. TPose.TextSize = 16
  1813. TPose.MouseButton1Down:connect(function()
  1814. local Anim = Instance.new("Animation")
  1815. Anim.AnimationId = "rbxassetid://27432691"
  1816. local k = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1817. k:Play()
  1818. k:AdjustSpeed(1)
  1819. wait(1.46)
  1820. k:AdjustSpeed(0)
  1821. end)
  1822.  
  1823.  
  1824. Reach.Name = "Reach"
  1825. Reach.Parent = MainFrame
  1826. Reach.BackgroundColor3 = Color3.new(1, 1, 1)
  1827. Reach.BorderSizePixel = 0
  1828. Reach.Position = UDim2.new(0.0135956407, 0, 0.546934366, 0)
  1829. Reach.Size = UDim2.new(0, 130, 0, 50)
  1830. Reach.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  1831. Reach.Font = Enum.Font.SciFi
  1832. Reach.Text = "Reach"
  1833. Reach.TextColor3 = Color3.new(0, 0, 0)
  1834. Reach.TextSize = 16
  1835. Reach.MouseButton1Down:connect(function()
  1836. local a=Instance.new("SelectionBox",game.Players.LocalPlayer.Backpack.Foil.Handle)
  1837. a.Adornee=game.Players.LocalPlayer.Backpack.Foil.Handle
  1838. game.Players.LocalPlayer.Backpack.Foil.Handle.Size=Vector3.new(1,1,30)
  1839. end)
  1840.  
  1841. FEKILL.Name = "FE KILL"
  1842. FEKILL.Parent = MainFrame
  1843. FEKILL.BackgroundColor3 = Color3.new(1, 1, 1)
  1844. FEKILL.BorderSizePixel = 0
  1845. FEKILL.Position = UDim2.new(0.0127075315, 0, 0.342361063, 0)
  1846. FEKILL.Size = UDim2.new(0, 130, 0, 50)
  1847. FEKILL.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  1848. FEKILL.Font = Enum.Font.SciFi
  1849. FEKILL.Text = "FE Kill"
  1850. FEKILL.TextColor3 = Color3.new(0, 0, 0)
  1851. FEKILL.TextSize = 16
  1852. FEKILL.MouseButton1Down:connect(function()
  1853. local FlingKill = Instance.new("ScreenGui")
  1854. local Main = Instance.new("Frame")
  1855. local Label = Instance.new("Frame")
  1856. local Shadow = Instance.new("Frame")
  1857. local StartKill = Instance.new("TextButton")
  1858. local StopKill = Instance.new("TextButton")
  1859. local Instructions = Instance.new("TextLabel")
  1860. local CurrentPower = Instance.new("TextLabel")
  1861. local Recomendation = Instance.new("TextLabel")
  1862. local NameOfGui = Instance.new("TextLabel")
  1863. local Exit = Instance.new("TextButton")
  1864. local UPArrow = Instance.new("TextButton")
  1865. local DownArrow = Instance.new("TextButton")
  1866.  
  1867. FlingKill.Name = "Fling/Kill"
  1868. FlingKill.Parent = game.CoreGui
  1869.  
  1870. Main.Name = "Main"
  1871. Main.Parent = FlingKill
  1872. Main.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1873. Main.BorderSizePixel = 0
  1874. Main.Position = UDim2.new(0.702554762, 0, 0.446640313, 0)
  1875. Main.Size = UDim2.new(0, 217, 0, 233)
  1876. Main.Selectable = true
  1877. Main.Active = true
  1878. Main.Draggable = true
  1879.  
  1880. Label.Name = "Label"
  1881. Label.Parent = Main
  1882. Label.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  1883. Label.BorderSizePixel = 0
  1884. Label.Size = UDim2.new(0, 217, 0, 27)
  1885.  
  1886. Shadow.Name = "Shadow"
  1887. Shadow.Parent = Main
  1888. Shadow.BackgroundColor3 = Color3.new(0.67451, 0.694118, 0.705882)
  1889. Shadow.BorderSizePixel = 0
  1890. Shadow.Position = UDim2.new(0, 0, 0.115879826, 0)
  1891. Shadow.Size = UDim2.new(0, 217, 0, 9)
  1892.  
  1893. StartKill.Name = "StartKill"
  1894. StartKill.Parent = Main
  1895. StartKill.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  1896. StartKill.BorderSizePixel = 0
  1897. StartKill.Position = UDim2.new(0.195852548, 0, 0.227467805, 0)
  1898. StartKill.Size = UDim2.new(0, 126, 0, 23)
  1899. StartKill.Font = Enum.Font.Cartoon
  1900. StartKill.Text = "FE Kill/Fling"
  1901. StartKill.TextColor3 = Color3.new(0, 0, 0)
  1902. StartKill.TextSize = 14
  1903.  
  1904. StopKill.Name = "StopKill"
  1905. StopKill.Parent = Main
  1906. StopKill.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  1907. StopKill.BorderSizePixel = 0
  1908. StopKill.Position = UDim2.new(0.207373276, 0, 0.38197428, 0)
  1909. StopKill.Size = UDim2.new(0, 124, 0, 23)
  1910. StopKill.Font = Enum.Font.Cartoon
  1911. StopKill.Text = "Stop FE Kill/Fling"
  1912. StopKill.TextColor3 = Color3.new(0, 0, 0)
  1913. StopKill.TextSize = 14
  1914.  
  1915. Instructions.Name = "Instructions"
  1916. Instructions.Parent = Main
  1917. Instructions.BackgroundColor3 = Color3.new(1, 1, 1)
  1918. Instructions.BackgroundTransparency = 1
  1919. Instructions.Position = UDim2.new(0.0391705073, 0, 0.549356222, 0)
  1920. Instructions.Size = UDim2.new(0, 200, 0, 32)
  1921. Instructions.Font = Enum.Font.Cartoon
  1922. Instructions.Text = "Just touch someone to watch the fly to their death!"
  1923. Instructions.TextColor3 = Color3.new(0, 0, 0)
  1924. Instructions.TextSize = 14
  1925. Instructions.TextWrapped = true
  1926.  
  1927. CurrentPower.Name = "CurrentPower"
  1928. CurrentPower.Parent = Main
  1929. CurrentPower.BackgroundColor3 = Color3.new(1, 1, 1)
  1930. CurrentPower.BackgroundTransparency = 1
  1931. CurrentPower.Position = UDim2.new(0.276497692, 0, 0.686695278, 0)
  1932. CurrentPower.Size = UDim2.new(0, 98, 0, 36)
  1933. CurrentPower.Font = Enum.Font.Cartoon
  1934. CurrentPower.Text = "Current Power = 5"
  1935. CurrentPower.TextColor3 = Color3.new(0, 0, 0)
  1936. CurrentPower.TextSize = 14
  1937.  
  1938. Recomendation.Name = "Recomendation"
  1939. Recomendation.Parent = Main
  1940. Recomendation.BackgroundColor3 = Color3.new(1, 1, 1)
  1941. Recomendation.BackgroundTransparency = 1
  1942. Recomendation.Position = UDim2.new(0.0414746553, 0, 0.884120166, 0)
  1943. Recomendation.Size = UDim2.new(0, 200, 0, 21)
  1944. Recomendation.Font = Enum.Font.Cartoon
  1945. Recomendation.Text = "Recommended Power is 5"
  1946. Recomendation.TextColor3 = Color3.new(0, 0, 0)
  1947. Recomendation.TextSize = 14
  1948.  
  1949. NameOfGui.Name = "NameOfGui"
  1950. NameOfGui.Parent = Main
  1951. NameOfGui.BackgroundColor3 = Color3.new(1, 1, 1)
  1952. NameOfGui.BackgroundTransparency = 1
  1953. NameOfGui.Position = UDim2.new(0.0806451589, 0, 0, 0)
  1954. NameOfGui.Size = UDim2.new(0, 154, 0, 27)
  1955. NameOfGui.Font = Enum.Font.Cartoon
  1956. NameOfGui.Text = "FE Kill/Fling By JackMcJagger15"
  1957. NameOfGui.TextColor3 = Color3.new(0, 0, 0)
  1958. NameOfGui.TextSize = 14
  1959.  
  1960. Exit.Name = "Exit"
  1961. Exit.Parent = Main
  1962. Exit.BackgroundColor3 = Color3.new(1, 1, 1)
  1963. Exit.BackgroundTransparency = 1
  1964. Exit.Position = UDim2.new(0.907834113, 0, 0, 0)
  1965. Exit.Size = UDim2.new(0, 20, 0, 27)
  1966. Exit.Font = Enum.Font.Cartoon
  1967. Exit.Text = "X"
  1968. Exit.TextColor3 = Color3.new(0, 0, 0)
  1969. Exit.TextSize = 14
  1970.  
  1971. UPArrow.Name = "UPArrow"
  1972. UPArrow.Parent = Main
  1973. UPArrow.BackgroundColor3 = Color3.new(1, 1, 1)
  1974. UPArrow.BackgroundTransparency = 1
  1975. UPArrow.Position = UDim2.new(0.0783410147, 0, 0.716738224, 0)
  1976. UPArrow.Size = UDim2.new(0, 26, 0, 23)
  1977. UPArrow.Font = Enum.Font.Cartoon
  1978. UPArrow.Text = "Up"
  1979. UPArrow.TextColor3 = Color3.new(0, 0, 0)
  1980. UPArrow.TextSize = 12
  1981. UPArrow.TextWrapped = true
  1982.  
  1983. DownArrow.Name = "DownArrow"
  1984. DownArrow.Parent = Main
  1985. DownArrow.BackgroundColor3 = Color3.new(1, 1, 1)
  1986. DownArrow.BackgroundTransparency = 1
  1987. DownArrow.Position = UDim2.new(0.792626739, 0, 0.714592278, 0)
  1988. DownArrow.Size = UDim2.new(0, 26, 0, 23)
  1989. DownArrow.Font = Enum.Font.Cartoon
  1990. DownArrow.Text = "Down"
  1991. DownArrow.TextColor3 = Color3.new(0, 0, 0)
  1992. DownArrow.TextSize = 12
  1993. DownArrow.TextWrapped = true
  1994.  
  1995. power = 500
  1996. active = false
  1997. local val = Instance.new("IntValue")
  1998. val.Name = "Number"
  1999. val.Parent = game.Players.LocalPlayer
  2000. val.Value = 5
  2001.  
  2002. Exit.MouseButton1Click:connect(function()
  2003. FlingKill.Enabled = false
  2004. end)
  2005.  
  2006. StartKill.MouseButton1Click:connect(function()
  2007. game:GetService('RunService').Stepped:connect(function()
  2008. if game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  2009. game.Players.LocalPlayer.Character.Head.CanCollide = false
  2010. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  2011. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  2012. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  2013. else
  2014. if game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  2015. game.Players.LocalPlayer.Character.Head.CanCollide = false
  2016. game.Players.LocalPlayer.Character.UpperTorso.CanCollide = false
  2017. game.Players.LocalPlayer.Character.LowerTorso.CanCollide = false
  2018. game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = false
  2019. end
  2020. end
  2021. end)
  2022. wait(.1)
  2023. local bambam = Instance.new("BodyThrust")
  2024. bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  2025. bambam.Force = Vector3.new(power,0,power)
  2026. bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  2027. end)
  2028.  
  2029. StopKill.MouseButton1Click:connect(function()
  2030. active = false
  2031. game.Players.LocalPlayer.Character.HumanoidRootPart.BodyThrust:Remove()
  2032. end)
  2033.  
  2034. UPArrow.MouseButton1Click:connect(function()
  2035. power = power + 100
  2036. game.Players.LocalPlayer.Number.Value = game.Players.LocalPlayer.Number.Value + 1
  2037. CurrentPower.Text = "Current Power = " .. game.Players.LocalPlayer.Number.Value
  2038. end)
  2039.  
  2040. DownArrow.MouseButton1Click:connect(function()
  2041. power = power - 100
  2042. game.Players.LocalPlayer.Number.Value = game.Players.LocalPlayer.Number.Value - 1
  2043. CurrentPower.Text = "Current Power = " .. game.Players.LocalPlayer.Number.Value
  2044. end)
  2045. end)
  2046.  
  2047.  
  2048. RevizAdmin.Name = "Reviz Admin"
  2049. RevizAdmin.Parent = MainFrame
  2050. RevizAdmin.BackgroundColor3 = Color3.new(1, 1, 1)
  2051. RevizAdmin.BorderSizePixel = 0
  2052. RevizAdmin.Position = UDim2.new(0.358359694, 0, 0.770968556, 0)
  2053. RevizAdmin.Size = UDim2.new(0, 130, 0, 50)
  2054. RevizAdmin.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  2055. RevizAdmin.Font = Enum.Font.SciFi
  2056. RevizAdmin.Text = "Reviz Admin"
  2057. RevizAdmin.TextColor3 = Color3.new(0, 0, 0)
  2058. RevizAdmin.TextSize = 16
  2059. RevizAdmin.MouseButton1Down:connect(function()
  2060.  
  2061. prefix = ":"
  2062. wait(0.3)
  2063. local Commands = {
  2064. '[-] cmdbar is shown when ; is pressed.',
  2065. '[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you and player',
  2066. '[2] bring [plr] -- You need a tool! Will bring player to you',
  2067. '[3] spin [plr] -- You need a tool! Makes you and the player spin crazy',
  2068. '[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting',
  2069. '[5] attach [plr] -- You need a tool! Attaches you to player',
  2070. '[6] unattach [plr] -- Attempts to unattach you from a player',
  2071. '[7] follow [plr] -- Makes you follow behind the player',
  2072. '[8] unfollow',
  2073. '[9] freefall [plr] -- You need a tool! Teleports you and the player up into the air',
  2074. '[10] trail [plr] -- The opposite of follow, you stay infront of player',
  2075. '[11] untrail',
  2076. '[12] orbit [plr] -- Makes you orbit the player',
  2077. '[13] unorbit',
  2078. '[14] fling [plr] -- Makes you fling the player',
  2079. '[15] unfling',
  2080. '[16] fecheck -- Checks if the game is FE or not',
  2081. '[17] void [plr] -- Teleports player to the void',
  2082. '[18] noclip -- Gives you noclip to walk through walls',
  2083. '[19] clip -- Removes noclip',
  2084. '[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default',
  2085. '[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default',
  2086. '[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default',
  2087. '[23] default -- Changes your speed, jumppower and hipheight to default values',
  2088. '[24] annoy [plr] -- Loop teleports you to the player',
  2089. '[25] unannoy',
  2090. '[26] headwalk [plr] -- Loop teleports you to the player head',
  2091. '[27] unheadwalk',
  2092. '[28] nolimbs -- Removes your arms and legs',
  2093. '[29] god -- Gives you FE Godmode',
  2094. '[30] drophats -- Drops your accessories',
  2095. '[31] droptool -- Drops any tool you have equipped',
  2096. '[32] loopdhats -- Loop drops your accessories',
  2097. '[33] unloopdhats',
  2098. '[34] loopdtool -- Loop drops any tools you have equipped',
  2099. '[35] unloopdtool',
  2100. '[36] invisible -- Gives you invisibility CREDIT TO TIMELESS',
  2101. '[37] view [plr] -- Changes your camera to the player character',
  2102. '[38] unview',
  2103. '[39] goto [plr] -- Teleports you to player',
  2104. '[40] fly -- Allows you to fly, credit to Infinite Yield',
  2105. '[41] unfly',
  2106. '[42] chat [msg] -- Makes you chat a message',
  2107. '[43] spam [msg] -- Spams a message',
  2108. '[44] unspam',
  2109. '[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second',
  2110. '[46] pmspam [plr] -- Spams a player in private message',
  2111. '[47] unpmspam',
  2112. '[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you',
  2113. '[49] uncfreeze [plr]',
  2114. '[50] unlockws -- Unlocks the workspace',
  2115. '[51] lockws -- Locks the workspace',
  2116. '[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you',
  2117. '[53] pstand -- Enables platform stand',
  2118. '[54] unpstand -- Disables platform stand',
  2119. '[55] blockhead -- Removes your head mesh',
  2120. '[56] sit',
  2121. '[57] bringobj [obj] -- Only shows on client, brings an object/part to you constantly, can be used to bring healing parts, weapons, money etc, type in exact name',
  2122. '[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided',
  2123. '[59] hypertotal -- Loads in my FE GUI Hypertotal',
  2124. '[60] cmds -- Prints all commands',
  2125. '[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats',
  2126. '[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool',
  2127. '[63] spinner -- Makes you spin',
  2128. '[64] nospinner',
  2129. '[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom',
  2130. '[66] noreach -- Removes reach, must have tool equipped',
  2131. '[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying',
  2132. '[68] tp me [plr] -- Alternative to goto',
  2133. '[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player',
  2134. '[70] uncbring',
  2135. '[71] swap [plr] -- You need a tool! Swaps players position with yours and your position with players',
  2136. '[72] givetool [plr] -- Gives the tool you have equipped to the player',
  2137. '[73] glitch [plr] -- Glitches you and the player, looks very cool',
  2138. '[74] unglitch -- Unglitches you',
  2139. '[75] grespawn -- Alternative to normal respawn and usually works best for when you want to reset with FE Godmode',
  2140. '[76] explorer -- Loads up DEX',
  2141. '[77] reset -- Resets your character.',
  2142. '[78] anim [id] -- Applies an animation on you, must be created by ROBLOX',
  2143. '[79] animgui -- Loads up Energize animations GUI',
  2144. '[80] savepos -- Saves your current position',
  2145. '[81] loadpos -- Teleports you to your saved position',
  2146. '[82] bang [plr] -- 18+ will not work if you have FE Godmode on',
  2147. '[83] unbang',
  2148. '[84] delcmdbar -- Removes the command bar completely',
  2149. '[85] bringmod [obj] -- Brings all the parts in a model, client only, comes from ;bringobj enter exact name of model',
  2150. '[86] shutdown -- Uses harkinians script to shutdown server',
  2151. '[87] respawn -- If grespawn doesnt work you can use respawn',
  2152. '[88] delobj [obj] -- Deletes a certain brick in workspace, client sided',
  2153. '[89] getplrs -- Prints all players in game',
  2154. '[90] deldecal -- Deletes all decals client sided',
  2155. '[91] opfinality -- Loads in my FE GUI Opfinality',
  2156. '[92] remotes -- Prints all remotes in the game in the console when added',
  2157. '[93] noremotes -- Stops printing remotes',
  2158. '[94] tpdefault -- Stops all loop teleports to a player',
  2159. '[95] stopsit -- Will not allow you to sit',
  2160. '[96] gosit -- Allows you to sit',
  2161. '[97] clicktp -- Enables click tp',
  2162. '[98] noclicktp -- Disables click tp',
  2163. '[99] toolson -- If any tools are dropped in the workspace you will automatically get them',
  2164. '[100] toolsoff -- Stops ;toolson',
  2165. '[101] version -- Gets the admin version',
  2166. '[102] state [num] -- Changes your humanoid state, ;unstate to stop.',
  2167. '[103] gravity [num] -- Changes workspace gravity default is 196.2',
  2168. '[104] pgs -- Checks if the game has PGSPhysicsSolverEnabled enabled',
  2169. '[105] clickdel -- Delete any block you press q on, client sided',
  2170. '[106] noclickdel -- Stops clickdel',
  2171. '[107] looprhats -- Loop removes mesh of your hats/loop block hats',
  2172. '[108] unlooprhats -- Stops loop removing mesh',
  2173. '[109] looprtool -- Loop removes mesh of your tool/loop block tools',
  2174. '[110] unlooprtool -- Stops loop removing mesh',
  2175. '[111] givealltools [plr] -- Gives all the tools you have in your backpack to the player',
  2176. '[112] age [plr] -- Makes you chat the account age of the player',
  2177. '[113] id [plr] -- Makes you chat the account ID of the player',
  2178. '[114] .age [plr] -- Privately shows you the account age of the player',
  2179. '[115] .id [plr] -- Privately shows you the account ID of the player',
  2180. '[116] gameid -- Shows the game ID',
  2181. '[117] removeinvis -- Removes all invisible walls/parts, client sided',
  2182. '[118] removefog -- Removes fog, client sided',
  2183. '[119] disable -- Disables your character by removing humanoid',
  2184. '[120] enable -- Enables your character by adding humanoid',
  2185. '[121] prefix [key] -- Changes the prefix used, default is ;',
  2186. '[122] ;resetprefix -- Resets the prefix to ; incase you change it to an unusable prefix. Say exactly ";resetprefix" to do this command, no matter what your prefix is set to.',
  2187. '[123] flyspeed [num] -- Change your fly speed, default is 1',
  2188. '[124] carpet [plr] -- Makes you a carpet for a player, will not work if FE Godmode is on',
  2189. '[125] uncarpet -- Stops carpet player',
  2190. '[126] stare [plr] -- Turns your character to stare at another player',
  2191. '[127] unstare -- Stops stare player',
  2192. '[128] logchat -- Logs all chat (including /e and whispers) of all players',
  2193. '[129] unlogchat -- Disables logchat',
  2194. '[130] fixcam -- Fixes/resets your camera',
  2195. '[131] unstate -- Stops changing state',
  2196. }
  2197. speedget = 1
  2198.  
  2199. lplayer = game:GetService("Players").LocalPlayer
  2200.  
  2201. lplayer.CharacterAdded:Connect(function(character)
  2202. spin = false
  2203. flying = false
  2204. staring = false
  2205. banpl = false
  2206. end)
  2207.  
  2208. function change()
  2209. prefix = prefix
  2210. speedfly = speedfly
  2211. end
  2212.  
  2213. function GetPlayer(String) -- Credit to Timeless/xFunnieuss
  2214. local Found = {}
  2215. local strl = String:lower()
  2216. if strl == "all" then
  2217. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  2218. table.insert(Found,v)
  2219. end
  2220. elseif strl == "others" then
  2221. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  2222. if v.Name ~= lplayer.Name then
  2223. table.insert(Found,v)
  2224. end
  2225. end
  2226. elseif strl == "me" then
  2227. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  2228. if v.Name == lplayer.Name then
  2229. table.insert(Found,v)
  2230. end
  2231. end
  2232. else
  2233. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  2234. if v.Name:lower():sub(1, #String) == String:lower() then
  2235. table.insert(Found,v)
  2236. end
  2237. end
  2238. end
  2239. return Found
  2240. end
  2241.  
  2242. local Mouse = lplayer:GetMouse()
  2243.  
  2244. spin = false
  2245. followed = false
  2246. traill = false
  2247. noclip = false
  2248. annoying = false
  2249. hwalk = false
  2250. droppinghats = false
  2251. droppingtools = false
  2252. flying = false
  2253. spamdelay = 1
  2254. spamming = false
  2255. spammingpm = false
  2256. cbringing = false
  2257. remotes = true
  2258. added = true
  2259. binds = false
  2260. stopsitting = false
  2261. clickgoto = false
  2262. gettingtools = false
  2263. removingmeshhats = false
  2264. removingmeshtool = false
  2265. clickdel = false
  2266. staring = false
  2267. chatlogs = false
  2268. banpl = false
  2269. changingstate = false
  2270. statechosen = 0
  2271.  
  2272. adminversion = "Reviz Admin by illremember, Version 2.0"
  2273.  
  2274. flying = false
  2275. speedfly = 1
  2276.  
  2277. function plrchat(plr, chat)
  2278. print(plr.Name..": "..tick().."\n"..chat)
  2279. end
  2280.  
  2281. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  2282. v.Chatted:connect(function(chat)
  2283. if chatlogs then
  2284. plrchat(v, chat)
  2285. end
  2286. end)
  2287. end
  2288. game:GetService("Players").PlayerAdded:connect(function(plr)
  2289. plr.Chatted:connect(function(chat)
  2290. if chatlogs then
  2291. plrchat(plr, chat)
  2292. end
  2293. end)
  2294. end)
  2295.  
  2296.  
  2297. local ScreenGui = Instance.new("ScreenGui")
  2298. local Frame = Instance.new("Frame")
  2299. local CMDBAR = Instance.new("TextBox")
  2300. ScreenGui.Parent = game:GetService("CoreGui")
  2301. Frame.Parent = ScreenGui
  2302. Frame.BackgroundColor3 = Color3.new(0.3, 0.1, 0.1)
  2303. Frame.BackgroundTransparency = 0.3
  2304. Frame.Position = UDim2.new(0.5, 0, 0, 10)
  2305. Frame.Size = UDim2.new(0, 200, 0, 40)
  2306. Frame.Active = true
  2307. Frame.Draggable = true
  2308. CMDBAR.Name = "CMDBAR"
  2309. CMDBAR.Parent = Frame
  2310. CMDBAR.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  2311. CMDBAR.BackgroundTransparency = 0.20000000298023
  2312. CMDBAR.Size = UDim2.new(0, 180, 0, 20)
  2313. CMDBAR.Position = UDim2.new(0.05, 0, 0.25, 0)
  2314. CMDBAR.Font = Enum.Font.SourceSansLight
  2315. CMDBAR.FontSize = Enum.FontSize.Size14
  2316. CMDBAR.TextColor3 = Color3.new(0.945098, 0.945098, 0.945098)
  2317. CMDBAR.TextScaled = true
  2318. CMDBAR.TextSize = 14
  2319. CMDBAR.TextWrapped = true
  2320. CMDBAR.Text = "Press ; to type, Enter to execute"
  2321.  
  2322. local CMDS = Instance.new("ScreenGui")
  2323. local CMDSFRAME = Instance.new("Frame")
  2324. local ScrollingFrame = Instance.new("ScrollingFrame")
  2325. local TextLabel = Instance.new("TextLabel")
  2326. local closegui = Instance.new("TextButton")
  2327. CMDS.Name = "CMDS"
  2328. CMDS.Parent = game:GetService("CoreGui")
  2329. CMDSFRAME.Name = "CMDSFRAME"
  2330. CMDSFRAME.Parent = CMDS
  2331. CMDSFRAME.Active = true
  2332. CMDSFRAME.BackgroundColor3 = Color3.new(0.223529, 0.231373, 0.309804)
  2333. CMDSFRAME.BorderSizePixel = 0
  2334. CMDSFRAME.Draggable = true
  2335. CMDSFRAME.Position = UDim2.new(0, 315, 0, 100)
  2336. CMDSFRAME.Size = UDim2.new(0, 275, 0, 275)
  2337. CMDSFRAME.Visible = false
  2338. ScrollingFrame.Parent = CMDSFRAME
  2339. ScrollingFrame.BackgroundColor3 = Color3.new(0.160784, 0.160784, 0.203922)
  2340. ScrollingFrame.BorderSizePixel = 0
  2341. ScrollingFrame.Position = UDim2.new(0, 0, 0.0729999989, 0)
  2342. ScrollingFrame.Size = UDim2.new(1.04999995, 0, 0.92900002, 0)
  2343. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 10, 0)
  2344. TextLabel.Parent = ScrollingFrame
  2345. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  2346. TextLabel.BackgroundTransparency = 1
  2347. TextLabel.Size = UDim2.new(0.930000007, 0, 1, 0)
  2348. TextLabel.Font = Enum.Font.SourceSans
  2349. TextLabel.FontSize = Enum.FontSize.Size18
  2350. TextLabel.Text = "[-] cmdbar is shown when ; is pressed.,\n[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you and player,\n[2] bring [plr] -- You need a tool! Will bring player to you,\n[3] spin [plr] -- You need a tool! Makes you and the player spin crazy,\n[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting,\n[5] attach [plr] -- You need a tool! Attaches you to player,\n[6] unattach [plr] -- Attempts to unattach you from a player,\n[7] follow [plr] -- Makes you follow behind the player,\n[8] unfollow,\n[9] freefall [plr] -- You need a tool! Teleports you and the player up into the air,\n[10] trail [plr] -- The opposite of follow, you stay infront of player,\n[11] untrail,\n[12] orbit [plr] -- Makes you orbit the player,\n[13] unorbit,\n[14] fling [plr] -- Makes you fling the player,\n[15] unfling,\n[16] fecheck -- Checks if the game is FE or not,\n[17] void [plr] -- Teleports player to the void,\n[18] noclip -- Gives you noclip to walk through walls,\n[19] clip -- Removes noclip,\n[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default,\n[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default,\n[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default,\n[23] default -- Changes your speed, jumppower and hipheight to default values,\n[24] annoy [plr] -- Loop teleports you to the player,\n[25] unannoy,\n[26] headwalk [plr] -- Loop teleports you to the player head,\n[27] unheadwalk,\n[28] nolimbs -- Removes your arms and legs,\n[29] god -- Gives you FE Godmode,\n[30] drophats -- Drops your accessories,\n[31] droptool -- Drops any tool you have equipped,\n[32] loopdhats -- Loop drops your accessories,\n[33] unloopdhats,\n[34] loopdtool -- Loop drops any tools you have equipped,\n[35] unloopdtool,\n[36] invisible -- Gives you invisibility CREDIT TO TIMELESS,\n[37] view [plr] -- Changes your camera to the player character,\n[38] unview,\n[39] goto [plr] -- Teleports you to player,\n[40] fly -- Allows you to fly,\n[41] unfly,\n[42] chat [msg] -- Makes you chat a message,\n[43] spam [msg] -- Spams a message,\n[44] unspam,\n[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second,\n[46] pmspam [plr] -- Spams a player in private message,\n[47] unpmspam,\n[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you,\n[49] uncfreeze [plr],\n[50] unlockws -- Unlocks the workspace,\n[51] lockws -- Locks the workspace,\n[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you,\n[53] pstand -- Enables platform stand,\n[54] unpstand -- Disables platform stand,\n[55] blockhead -- Removes your head mesh,\n[56] sit,\n[57] bringobj [obj] -- Only shows on client, brings an object/part to you constantly, can be used to bring healing parts, weapons, money etc, type in exact name,\n[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided,\n[59] hypertotal -- Loads in my FE GUI Hypertotal,\n[60] cmds -- Prints all commands,\n[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats,\n[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool,\n[63] spinner -- Makes you spin,\n[64] nospinner,\n[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom,\n[66] noreach -- Removes reach, must have tool equipped,\n[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying,\n[68] tp me [plr] -- Alternative to goto,\n[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player,\n[70] uncbring,\n[71] swap [plr] -- You need a tool! Swaps players position with yours and your position with players,\n[72] givetool [plr] -- Gives the tool you have equipped to the player,\n[73] glitch [plr] -- Glitches you and the player, looks very cool,\n[74] unglitch -- Unglitches you,\n[75] grespawn -- Alternative to normal respawn and usually works best for when you want to reset with FE Godmode,\n[76] explorer -- Loads up DEX,\n[77] reset -- Resets your character.,\n[78] anim [id] -- Applies an animation on you, must be created by ROBLOX,\n[79] animgui -- Loads up Energize animations GUI,\n[80] savepos -- Saves your current position,\n[81] loadpos -- Teleports you to your saved position,\n[82] bang [plr] -- 18+,\n[83] unbang,\n[84] delcmdbar -- Removes the command bar completely,\n[85] bringmod [obj] -- Brings all the parts in a model, client only, comes from ;bringobj enter exact name of model,\n[86] shutdown -- Uses harkinians script to shutdown server,\n[87] respawn -- If grespawn doesnt work you can use respawn,\n[88] delobj [obj] -- Deletes a certain brick in workspace, client sided,\n[89] getplrs -- Prints all players in game,\n[90] deldecal -- Deletes all decals client sided,\n[91] opfinality -- Loads in my FE GUI Opfinality,\n[92] remotes -- Prints all remotes in the game in the console when added,\n[93] noremotes -- Stops printing remotes,\n[94] tpdefault -- Stops all loop teleports to a player,\n[95] stopsit -- Will not allow you to sit,\n[96] gosit -- Allows you to sit,\n[97] clicktp -- Enables click tp,\n[98] noclicktp -- Disables click tp,\n[99] toolson -- If any tools are dropped in the workspace you will automatically get them,\n[100] toolsoff -- Stops ;toolson,\n[101] version -- Gets the admin version, \n This list of commands is NOT showing everything, go to my thread in the pastebin link to see ALL commands."
  2351. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  2352. TextLabel.TextSize = 15
  2353. TextLabel.TextWrapped = true
  2354. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  2355. TextLabel.TextYAlignment = Enum.TextYAlignment.Top
  2356. closegui.Name = "closegui"
  2357. closegui.Parent = CMDSFRAME
  2358. closegui.BackgroundColor3 = Color3.new(0.890196, 0.223529, 0.0588235)
  2359. closegui.BorderSizePixel = 0
  2360. closegui.Position = UDim2.new(0.995000005, 0, 0, 0)
  2361. closegui.Size = UDim2.new(0.0545952693, 0, 0.0728644878, 0)
  2362. closegui.Font = Enum.Font.SourceSansBold
  2363. closegui.FontSize = Enum.FontSize.Size24
  2364. closegui.Text = "X"
  2365. closegui.TextColor3 = Color3.new(1, 1, 1)
  2366. closegui.TextSize = 20
  2367.  
  2368. closegui.MouseButton1Click:connect(function()
  2369. CMDSFRAME.Visible = false
  2370. end)
  2371.  
  2372. game:GetService('RunService').Stepped:connect(function()
  2373. if spin then
  2374. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[spinplr.Name].Character.HumanoidRootPart.CFrame
  2375. end
  2376. if followed then
  2377. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame.lookVector * -5
  2378. end
  2379. if traill then
  2380. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame.lookVector * 5
  2381. end
  2382. if annoying then
  2383. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[annplr.Name].Character.HumanoidRootPart.CFrame
  2384. end
  2385. if hwalk then
  2386. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[hdwplr.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 4, 0)
  2387. end
  2388. if staring then
  2389. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(lplayer.Character.Torso.Position, game:GetService("Players")[stareplr.Name].Character.Torso.Position)
  2390. end
  2391. end)
  2392. game:GetService('RunService').Stepped:connect(function()
  2393. if noclip then
  2394. if lplayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  2395. lplayer.Character.Head.CanCollide = false
  2396. lplayer.Character.Torso.CanCollide = false
  2397. lplayer.Character["Left Leg"].CanCollide = false
  2398. lplayer.Character["Right Leg"].CanCollide = false
  2399. else
  2400. lplayer.Character.Humanoid:ChangeState(11)
  2401. end
  2402. end
  2403. if changingstate then
  2404. lplayer.Character.Humanoid:ChangeState(statechosen)
  2405. end
  2406. end)
  2407. game:GetService('RunService').Stepped:connect(function()
  2408. if droppinghats then
  2409. for i,v in pairs(lplayer.Character:GetChildren()) do
  2410. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2411. v.Parent = workspace
  2412. end
  2413. end
  2414. end
  2415. if droppingtools then
  2416. for i,v in pairs(lplayer.Character:GetChildren()) do
  2417. if (v:IsA("Tool")) then
  2418. v.Parent = workspace
  2419. end
  2420. end
  2421. end
  2422. if removingmeshhats then
  2423. for i,v in pairs(lplayer.Character:GetChildren()) do
  2424. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2425. v.Handle.Mesh:Destroy()
  2426. end
  2427. end
  2428. end
  2429. if removingmeshtool then
  2430. for i,v in pairs(lplayer.Character:GetChildren()) do
  2431. if (v:IsA("Tool")) then
  2432. v.Handle.Mesh:Destroy()
  2433. end
  2434. end
  2435. end
  2436. end)
  2437. game:GetService('RunService').Stepped:connect(function()
  2438. if banpl then
  2439. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[bplrr].Character.HumanoidRootPart.CFrame
  2440. end
  2441. end)
  2442. game:GetService('RunService').Stepped:connect(function()
  2443. if stopsitting then
  2444. lplayer.Character.Humanoid.Sit = false
  2445. end
  2446. end)
  2447.  
  2448. local plr = lplayer
  2449. hum = plr.Character.HumanoidRootPart
  2450. mouse = plr:GetMouse()
  2451. mouse.KeyDown:connect(function(key)
  2452. if key == "e" then
  2453. if mouse.Target then
  2454. if clickgoto then
  2455. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  2456. elseif clickdel then
  2457. mouse.Target:Destroy()
  2458. end
  2459. end
  2460. end
  2461. end)
  2462.  
  2463. game:GetService("Workspace").ChildAdded:connect(function(part)
  2464. if gettingtools then
  2465. if part:IsA("Tool") then
  2466. part.Handle.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2467. end
  2468. end
  2469. end)
  2470.  
  2471. lplayer.Chatted:Connect(function(msg)
  2472. if string.sub(msg, 1, 6) == (prefix.."kill ") then
  2473. if string.sub(msg, 7) == "me" then
  2474. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  2475. else
  2476. for i,v in pairs(GetPlayer(string.sub(msg, 7)))do
  2477. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2478. lplayer.Character.Humanoid.Name = 1
  2479. local l = lplayer.Character["1"]:Clone()
  2480. l.Parent = lplayer.Character
  2481. l.Name = "Humanoid"
  2482. wait(0.1)
  2483. lplayer.Character["1"]:Destroy()
  2484. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2485. lplayer.Character.Animate.Disabled = true
  2486. wait(0.1)
  2487. lplayer.Character.Animate.Disabled = false
  2488. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2489. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2490. lplayer.Character.Humanoid:EquipTool(v)
  2491. end
  2492. local function tp(player,player2)
  2493. local char1,char2=player.Character,player2.Character
  2494. if char1 and char2 then
  2495. char1:MoveTo(char2.Head.Position)
  2496. end
  2497. end
  2498. wait(0.1)
  2499. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2500. wait(0.2)
  2501. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2502. wait(0.5)
  2503. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  2504. wait(0.7)
  2505. tp(lplayer,game:GetService("Players")[v.Name])
  2506. wait(0.7)
  2507. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2508. game:GetService("StarterGui"):SetCore("SendNotification", {
  2509. Title = "Tools needed!";
  2510. Text = "You need a tool in your backpack for this command!";
  2511. })
  2512. end
  2513. end
  2514. end
  2515. if string.sub(msg, 1, 7) == (prefix.."bring ") then
  2516. for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  2517. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2518. lplayer.Character.Humanoid.Name = 1
  2519. local l = lplayer.Character["1"]:Clone()
  2520. l.Parent = lplayer.Character
  2521. l.Name = "Humanoid"
  2522. wait(0.1)
  2523. lplayer.Character["1"]:Destroy()
  2524. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2525. lplayer.Character.Animate.Disabled = true
  2526. wait(0.1)
  2527. lplayer.Character.Animate.Disabled = false
  2528. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2529. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2530. lplayer.Character.Humanoid:EquipTool(v)
  2531. end
  2532. local function tp(player,player2)
  2533. local char1,char2=player.Character,player2.Character
  2534. if char1 and char2 then
  2535. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  2536. end
  2537. end
  2538. local function getout(player,player2)
  2539. local char1,char2=player.Character,player2.Character
  2540. if char1 and char2 then
  2541. char1:MoveTo(char2.Head.Position)
  2542. end
  2543. end
  2544. tp(game:GetService("Players")[v.Name], lplayer)
  2545. wait(0.2)
  2546. tp(game:GetService("Players")[v.Name], lplayer)
  2547. wait(0.5)
  2548. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2549. wait(0.5)
  2550. getout(lplayer, game:GetService("Players")[v.Name])
  2551. wait(0.3)
  2552. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2553. game:GetService("StarterGui"):SetCore("SendNotification", {
  2554. Title = "Tools needed!";
  2555. Text = "You need a tool in your backpack for this command!";
  2556. })
  2557. end
  2558. end
  2559. if string.sub(msg, 1, 6) == (prefix.."spin ") then
  2560. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  2561. lplayer.Character.Humanoid.Name = 1
  2562. local l = lplayer.Character["1"]:Clone()
  2563. l.Parent = lplayer.Character
  2564. l.Name = "Humanoid"
  2565. wait(0.1)
  2566. lplayer.Character["1"]:Destroy()
  2567. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2568. lplayer.Character.Animate.Disabled = true
  2569. wait(0.1)
  2570. lplayer.Character.Animate.Disabled = false
  2571. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2572. lplayer.Character.Animate.Disabled = false
  2573. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2574. lplayer.Character.Humanoid:EquipTool(v)
  2575. end
  2576. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2577. spinplr = v
  2578. wait(0.5)
  2579. spin = true
  2580. game:GetService("StarterGui"):SetCore("SendNotification", {
  2581. Title = "Tools needed!";
  2582. Text = "You need a tool in your backpack for this command!";
  2583. })
  2584. end
  2585. end
  2586. if string.sub(msg, 1, 7) == (prefix.."unspin") then
  2587. spin = false
  2588. end
  2589. if string.sub(msg, 1, 8) == (prefix.."attach ") then
  2590. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  2591. lplayer.Character.Humanoid.Name = 1
  2592. local l = lplayer.Character["1"]:Clone()
  2593. l.Parent = lplayer.Character
  2594. l.Name = "Humanoid"
  2595. wait(0.1)
  2596. lplayer.Character["1"]:Destroy()
  2597. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2598. lplayer.Character.Animate.Disabled = true
  2599. wait(0.1)
  2600. lplayer.Character.Animate.Disabled = false
  2601. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2602. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2603. lplayer.Character.Humanoid:EquipTool(v)
  2604. end
  2605. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2606. wait(0.3)
  2607. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2608. attplr = v
  2609. game:GetService("StarterGui"):SetCore("SendNotification", {
  2610. Title = "Tools needed!";
  2611. Text = "You need a tool in your backpack for this command!";
  2612. })
  2613. end
  2614. end
  2615. if string.sub(msg, 1, 10) == (prefix.."unattach ") then
  2616. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  2617. local function getout(player,player2)
  2618. local char1,char2=player.Character,player2.Character
  2619. if char1 and char2 then
  2620. char1:MoveTo(char2.Head.Position)
  2621. end
  2622. end
  2623. getout(lplayer, game:GetService("Players")[v.Name])
  2624. end
  2625. end
  2626. if string.sub(msg, 1, 8) == (prefix.."follow ") then
  2627. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  2628. followed = true
  2629. flwplr = v
  2630. end
  2631. end
  2632. if string.sub(msg, 1, 9) == (prefix.."unfollow") then
  2633. followed = false
  2634. end
  2635. if string.sub(msg, 1, 10) == (prefix.."freefall ") then
  2636. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  2637. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2638. lplayer.Character.Humanoid.Name = 1
  2639. local l = lplayer.Character["1"]:Clone()
  2640. l.Parent = lplayer.Character
  2641. l.Name = "Humanoid"
  2642. wait(0.1)
  2643. lplayer.Character["1"]:Destroy()
  2644. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2645. lplayer.Character.Animate.Disabled = true
  2646. wait(0.1)
  2647. lplayer.Character.Animate.Disabled = false
  2648. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2649. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2650. lplayer.Character.Humanoid:EquipTool(v)
  2651. end
  2652. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2653. wait(0.2)
  2654. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2655. wait(0.6)
  2656. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2657. wait(0.6)
  2658. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  2659. game:GetService("StarterGui"):SetCore("SendNotification", {
  2660. Title = "Tools needed!";
  2661. Text = "You need a tool in your backpack for this command!";
  2662. })
  2663. end
  2664. end
  2665. if string.sub(msg, 1, 7) == (prefix.."trail ") then
  2666. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  2667. traill = true
  2668. trlplr = v
  2669. end
  2670. end
  2671. if string.sub(msg, 1, 8) == (prefix.."untrail") then
  2672. traill = false
  2673. end
  2674. if string.sub(msg, 1, 7) == (prefix.."orbit ") then
  2675. if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  2676. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2677. else
  2678. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  2679. local o = Instance.new("RocketPropulsion")
  2680. o.Parent = lplayer.Character.HumanoidRootPart
  2681. o.Name = "Orbit"
  2682. o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  2683. o:Fire()
  2684. noclip = true
  2685. end
  2686. end
  2687. end
  2688. if string.sub(msg, 1, 8) == (prefix.."unorbit") then
  2689. lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  2690. noclip = false
  2691. end
  2692. if string.sub(msg, 1, 7) == (prefix.."fling ") then
  2693. if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  2694. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2695. else
  2696. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  2697. local y = Instance.new("RocketPropulsion")
  2698. y.Parent = lplayer.Character.HumanoidRootPart
  2699. y.CartoonFactor = 1
  2700. y.MaxThrust = 800000
  2701. y.MaxSpeed = 1000
  2702. y.ThrustP = 200000
  2703. y.Name = "Fling"
  2704. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  2705. y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  2706. y:Fire()
  2707. noclip = true
  2708. end
  2709. end
  2710. end
  2711. if string.sub(msg, 1, 8) == (prefix.."unfling") then
  2712. noclip = false
  2713. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  2714. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  2715. wait(0.4)
  2716. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  2717. end
  2718. if string.sub(msg, 1, 8) == (prefix.."fecheck") then
  2719. if game:GetService("Workspace").FilteringEnabled == true then
  2720. warn("FE is Enabled (Filtering Enabled)")
  2721. game:GetService("StarterGui"):SetCore("SendNotification", {
  2722. Title = "FE is Enabled";
  2723. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  2724. })
  2725. else
  2726. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  2727. game:GetService("StarterGui"):SetCore("SendNotification", {
  2728. Title = "FE is Disabled";
  2729. Text = "Filtering Disabled. Consider using a different admin script.";
  2730. })
  2731. end
  2732. end
  2733. if string.sub(msg, 1, 6) == (prefix.."void ") then
  2734. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  2735. lplayer.Character.Humanoid.Name = 1
  2736. local l = lplayer.Character["1"]:Clone()
  2737. l.Parent = lplayer.Character
  2738. l.Name = "Humanoid"
  2739. wait(0.1)
  2740. lplayer.Character["1"]:Destroy()
  2741. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2742. lplayer.Character.Animate.Disabled = true
  2743. wait(0.1)
  2744. lplayer.Character.Animate.Disabled = false
  2745. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2746. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2747. lplayer.Character.Humanoid:EquipTool(v)
  2748. end
  2749. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2750. wait(0.2)
  2751. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2752. wait(0.6)
  2753. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  2754. game:GetService("StarterGui"):SetCore("SendNotification", {
  2755. Title = "Tools needed!";
  2756. Text = "You need a tool in your backpack for this command!";
  2757. })
  2758. end
  2759. end
  2760. if string.sub(msg, 1, 7) == (prefix.."noclip") then
  2761. noclip = true
  2762. game:GetService("StarterGui"):SetCore("SendNotification", {
  2763. Title = "Noclip enabled";
  2764. Text = "Type ;clip to disable";
  2765. })
  2766. end
  2767. if string.sub(msg, 1, 5) == (prefix.."clip") then
  2768. noclip = false
  2769. game:GetService("StarterGui"):SetCore("SendNotification", {
  2770. Title = "Noclip disabled";
  2771. Text = "Type ;noclip to enable";
  2772. })
  2773. end
  2774. if string.sub(msg, 1, 7) == (prefix.."speed ") then
  2775. lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 8))
  2776. end
  2777. if string.sub(msg, 1, 4) == (prefix.."ws ") then
  2778. lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 5))
  2779. end
  2780. if string.sub(msg, 1, 11) == (prefix.."hipheight ") then
  2781. lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 12))
  2782. end
  2783. if string.sub(msg, 1, 4) == (prefix.."hh ") then
  2784. lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 5))
  2785. end
  2786. if string.sub(msg, 1, 11) == (prefix.."jumppower ") then
  2787. lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 12))
  2788. end
  2789. if string.sub(msg, 1, 4) == (prefix.."jp ") then
  2790. lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 5))
  2791. end
  2792. if string.sub(msg, 1, 8) == (prefix.."default") then
  2793. lplayer.Character.Humanoid.JumpPower = 50
  2794. lplayer.Character.Humanoid.WalkSpeed = 16
  2795. lplayer.Character.Humanoid.HipHeight = 0
  2796. end
  2797. if string.sub(msg, 1, 7) == (prefix.."annoy ") then
  2798. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  2799. annoying = true
  2800. annplr = v
  2801. end
  2802. end
  2803. if string.sub(msg, 1, 8) == (prefix.."unannoy") then
  2804. annoying = false
  2805. end
  2806. if string.sub(msg, 1, 10) == (prefix.."headwalk ") then
  2807. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  2808. hwalk = true
  2809. hdwplr = v
  2810. end
  2811. end
  2812. if string.sub(msg, 1, 11) == (prefix.."unheadwalk") then
  2813. hwalk = false
  2814. end
  2815. if string.sub(msg, 1, 8) == (prefix.."nolimbs") then
  2816. lplayer.Character["Left Leg"]:Destroy()
  2817. lplayer.Character["Left Arm"]:Destroy()
  2818. lplayer.Character["Right Leg"]:Destroy()
  2819. lplayer.Character["Right Arm"]:Destroy()
  2820. end
  2821. if string.sub(msg, 1, 4) == (prefix.."god") then
  2822. lplayer.Character.Humanoid.Name = 1
  2823. local l = lplayer.Character["1"]:Clone()
  2824. l.Parent = lplayer.Character
  2825. l.Name = "Humanoid"
  2826. wait(0.1)
  2827. lplayer.Character["1"]:Destroy()
  2828. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2829. lplayer.Character.Animate.Disabled = true
  2830. wait(0.1)
  2831. lplayer.Character.Animate.Disabled = false
  2832. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2833. game:GetService("StarterGui"):SetCore("SendNotification", {
  2834. Title = "FE Godmode enabled";
  2835. Text = "Use ;grespawn or ;respawn to remove";
  2836. })
  2837. end
  2838. if string.sub(msg, 1, 9) == (prefix.."drophats") then
  2839. for i,v in pairs(lplayer.Character:GetChildren()) do
  2840. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2841. v.Parent = workspace
  2842. end
  2843. end
  2844. end
  2845. if string.sub(msg, 1, 9) == (prefix.."droptool") then
  2846. for i,v in pairs(lplayer.Character:GetChildren()) do
  2847. if (v:IsA("Tool")) then
  2848. v.Parent = workspace
  2849. end
  2850. end
  2851. end
  2852. if string.sub(msg, 1, 10) == (prefix.."loopdhats") then
  2853. droppinghats = true
  2854. game:GetService("StarterGui"):SetCore("SendNotification", {
  2855. Title = "Loop Drop Enabled";
  2856. Text = "Type ;unloopdhats to disable";
  2857. })
  2858. end
  2859. if string.sub(msg, 1, 12) == (prefix.."unloopdhats") then
  2860. droppinghats = false
  2861. game:GetService("StarterGui"):SetCore("SendNotification", {
  2862. Title = "Loop Drop Disabled";
  2863. Text = "Type ;loopdhats to enable.";
  2864. })
  2865. end
  2866. if string.sub(msg, 1, 10) == (prefix.."loopdtool") then
  2867. droppingtools = true
  2868. game:GetService("StarterGui"):SetCore("SendNotification", {
  2869. Title = "Loop Drop Enabled";
  2870. Text = "Type ;unloopdtool to disable";
  2871. })
  2872. end
  2873. if string.sub(msg, 1, 12) == (prefix.."unloopdtool") then
  2874. droppingtools = false
  2875. game:GetService("StarterGui"):SetCore("SendNotification", {
  2876. Title = "Loop Drop Disabled";
  2877. Text = "Type ;loopdtool to enable.";
  2878. })
  2879. end
  2880. if string.sub(msg, 1, 10) == (prefix.."invisible") then -- Credit to Timeless
  2881. Local = game:GetService('Players').LocalPlayer
  2882. Char = Local.Character
  2883. touched,tpdback = false, false
  2884. box = Instance.new('Part',workspace)
  2885. box.Anchored = true
  2886. box.CanCollide = true
  2887. box.Size = Vector3.new(10,1,10)
  2888. box.Position = Vector3.new(0,10000,0)
  2889. box.Touched:connect(function(part)
  2890. if (part.Parent.Name == Local.Name) then
  2891. if touched == false then
  2892. touched = true
  2893. function apply()
  2894. if script.Disabled ~= true then
  2895. no = Char.HumanoidRootPart:Clone()
  2896. wait(.25)
  2897. Char.HumanoidRootPart:Destroy()
  2898. no.Parent = Char
  2899. Char:MoveTo(loc)
  2900. touched = false
  2901. end end
  2902. if Char then
  2903. apply()
  2904. end
  2905. end
  2906. end
  2907. end)
  2908. repeat wait() until Char
  2909. loc = Char.HumanoidRootPart.Position
  2910. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  2911. game:GetService("StarterGui"):SetCore("SendNotification", {
  2912. Title = "Invisibility enabled!";
  2913. Text = "Reset or use ;respawn to remove.";
  2914. })
  2915. end
  2916. if string.sub(msg, 1, 6) == (prefix.."view ") then
  2917. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  2918. if game:GetService("Players")[v.Name].Character.Humanoid then
  2919. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  2920. else
  2921. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  2922. end
  2923. end
  2924. end
  2925. if string.sub(msg, 1, 7) == (prefix.."unview") then
  2926. if lplayer.Character.Humanoid then
  2927. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  2928. else
  2929. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  2930. end
  2931. end
  2932. if string.sub(msg, 1, 6) == (prefix.."goto ") then
  2933. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  2934. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2935. end
  2936. end
  2937. if string.sub(msg, 1, 4) == (prefix.."fly") then
  2938. repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  2939. repeat wait() until Mouse
  2940.  
  2941. local T = lplayer.Character.HumanoidRootPart
  2942. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  2943. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  2944. local SPEED = speedget
  2945.  
  2946. local function fly()
  2947. flying = true
  2948. local BG = Instance.new('BodyGyro', T)
  2949. local BV = Instance.new('BodyVelocity', T)
  2950. BG.P = 9e4
  2951. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  2952. BG.cframe = T.CFrame
  2953. BV.velocity = Vector3.new(0, 0.1, 0)
  2954. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  2955. spawn(function()
  2956. repeat wait()
  2957. lplayer.Character.Humanoid.PlatformStand = true
  2958. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  2959. SPEED = 50
  2960. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  2961. SPEED = 0
  2962. end
  2963. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  2964. 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
  2965. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  2966. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  2967. 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
  2968. else
  2969. BV.velocity = Vector3.new(0, 0.1, 0)
  2970. end
  2971. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  2972. until not flying
  2973. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  2974. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  2975. SPEED = 0
  2976. BG:destroy()
  2977. BV:destroy()
  2978. lplayer.Character.Humanoid.PlatformStand = false
  2979. end)
  2980. end
  2981. Mouse.KeyDown:connect(function(KEY)
  2982. if KEY:lower() == 'w' then
  2983. CONTROL.F = speedfly
  2984. elseif KEY:lower() == 's' then
  2985. CONTROL.B = -speedfly
  2986. elseif KEY:lower() == 'a' then
  2987. CONTROL.L = -speedfly
  2988. elseif KEY:lower() == 'd' then
  2989. CONTROL.R = speedfly
  2990. end
  2991. end)
  2992. Mouse.KeyUp:connect(function(KEY)
  2993. if KEY:lower() == 'w' then
  2994. CONTROL.F = 0
  2995. elseif KEY:lower() == 's' then
  2996. CONTROL.B = 0
  2997. elseif KEY:lower() == 'a' then
  2998. CONTROL.L = 0
  2999. elseif KEY:lower() == 'd' then
  3000. CONTROL.R = 0
  3001. end
  3002. end)
  3003. fly()
  3004. end
  3005. if string.sub(msg, 1, 6) == (prefix.."unfly") then
  3006. flying = false
  3007. lplayer.Character.Humanoid.PlatformStand = false
  3008. end
  3009. if string.sub(msg, 1, 6) == (prefix.."chat ") then
  3010. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(msg, 7)), "All")
  3011. end
  3012. if string.sub(msg, 1, 6) == (prefix.."spam ") then
  3013. spamtext = (string.sub(msg, 7))
  3014. spamming = true
  3015. end
  3016. if string.sub(msg, 1, 7) == (prefix.."unspam") then
  3017. spamming = false
  3018. end
  3019. if string.sub(msg, 1, 10) == (prefix.."spamwait ") then
  3020. spamdelay = (string.sub(msg, 11))
  3021. end
  3022. if string.sub(msg, 1, 8) == (prefix.."pmspam ") then
  3023. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  3024. pmspammed = v.Name
  3025. spammingpm = true
  3026. end
  3027. end
  3028. if string.sub(msg, 1, 9) == (prefix.."unpmspam") then
  3029. spammingpm = false
  3030. end
  3031. if string.sub(msg, 1, 9) == (prefix.."cfreeze ") then
  3032. for i,v in pairs(GetPlayer(string.sub(msg, 10))) do
  3033. v.Character["Left Leg"].Anchored = true
  3034. v.Character["Left Arm"].Anchored = true
  3035. v.Character["Right Leg"].Anchored = true
  3036. v.Character["Right Arm"].Anchored = true
  3037. v.Character.Torso.Anchored = true
  3038. v.Character.Head.Anchored = true
  3039. end
  3040. end
  3041. if string.sub(msg, 1, 11) == (prefix.."uncfreeze ") then
  3042. for i,v in pairs(GetPlayer(string.sub(msg, 12))) do
  3043. v.Character["Left Leg"].Anchored = false
  3044. v.Character["Left Arm"].Anchored = false
  3045. v.Character["Right Leg"].Anchored = false
  3046. v.Character["Right Arm"].Anchored = false
  3047. v.Character.Torso.Anchored = false
  3048. v.Character.Head.Anchored = false
  3049. end
  3050. end
  3051. if string.sub(msg, 1, 9) == (prefix.."unlockws") then
  3052. local a = game:GetService("Workspace"):getChildren()
  3053. for i = 1, #a do
  3054. if a[i].className == "Part" then
  3055. a[i].Locked = false
  3056. elseif a[i].className == "Model" then
  3057. local r = a[i]:getChildren()
  3058. for i = 1, #r do
  3059. if r[i].className == "Part" then
  3060. r[i].Locked = false
  3061. end
  3062. end
  3063. end
  3064. end
  3065. game:GetService("StarterGui"):SetCore("SendNotification", {
  3066. Title = "Success!";
  3067. Text = "Workspace unlocked. Use ;lockws to lock.";
  3068. })
  3069. end
  3070. if string.sub(msg, 1, 7) == (prefix.."lockws") then
  3071. local a = game:GetService("Workspace"):getChildren()
  3072. for i = 1, #a do
  3073. if a[i].className == "Part" then
  3074. a[i].Locked = true
  3075. elseif a[i].className == "Model" then
  3076. local r = a[i]:getChildren()
  3077. for i = 1, #r do
  3078. if r[i].className == "Part" then
  3079. r[i].Locked = true
  3080. end
  3081. end
  3082. end
  3083. end
  3084. end
  3085. if string.sub(msg, 1, 7) == (prefix.."btools") then
  3086. local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  3087. Clone_T.BinType = "Clone"
  3088. local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  3089. Destruct.BinType = "Hammer"
  3090. local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  3091. Hold_T.BinType = "Grab"
  3092. end
  3093. if string.sub(msg, 1, 7) == (prefix.."pstand") then
  3094. lplayer.Character.Humanoid.PlatformStand = true
  3095. end
  3096. if string.sub(msg, 1, 9) == (prefix.."unpstand") then
  3097. lplayer.Character.Humanoid.PlatformStand = false
  3098. end
  3099. if string.sub(msg, 1, 10) == (prefix.."blockhead") then
  3100. lplayer.Character.Head.Mesh:Destroy()
  3101. end
  3102. if string.sub(msg, 1, 4) == (prefix.."sit") then
  3103. lplayer.Character.Humanoid.Sit = true
  3104. end
  3105. if string.sub(msg, 1, 10) == (prefix.."bringobj ") then
  3106. local function bringobjw()
  3107. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  3108. if obj.Name == (string.sub(msg, 11)) then
  3109. obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  3110. obj.CanCollide = false
  3111. obj.Transparency = 0.7
  3112. wait()
  3113. obj.CFrame = lplayer.Character["Left Leg"].CFrame
  3114. wait()
  3115. obj.CFrame = lplayer.Character["Right Leg"].CFrame
  3116. wait()
  3117. obj.CFrame = lplayer.Character["Head"].CFrame
  3118. end
  3119. end
  3120. end
  3121. while wait() do
  3122. bringobjw()
  3123. end
  3124. game:GetService("StarterGui"):SetCore("SendNotification", {
  3125. Title = "BringObj";
  3126. Text = "BringObj enabled.";
  3127. })
  3128. end
  3129. if string.sub(msg, 1, 7) == (prefix.."wsvis ") then
  3130. vis = (string.sub(msg, 8))
  3131. local a = game:GetService("Workspace"):GetDescendants()
  3132. for i = 1, #a do
  3133. if a[i].className == "Part" then
  3134. a[i].Transparency = vis
  3135. elseif a[i].className == "Model" then
  3136. local r = a[i]:getChildren()
  3137. for i = 1, #r do
  3138. if r[i].className == "Part" then
  3139. r[i].Transparency = vis
  3140. end
  3141. end
  3142. end
  3143. end
  3144. end
  3145. if string.sub(msg, 1, 11) == (prefix.."hypertotal") then
  3146. loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  3147. game:GetService("StarterGui"):SetCore("SendNotification", {
  3148. Title = "Success!";
  3149. Text = "HyperTotal GUI Loaded!";
  3150. })
  3151. end
  3152. if string.sub(msg, 1, 5) == (prefix.."cmds") then
  3153. CMDSFRAME.Visible = true
  3154. end
  3155. if string.sub(msg, 1, 10) == (prefix.."rmeshhats") then
  3156. for i,v in pairs(lplayer.Character:GetChildren()) do
  3157. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  3158. v.Handle.Mesh:Destroy()
  3159. end
  3160. end
  3161. end
  3162. if string.sub(msg, 1, 10) == (prefix.."blockhats") then
  3163. for i,v in pairs(lplayer.Character:GetChildren()) do
  3164. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  3165. v.Handle.Mesh:Destroy()
  3166. end
  3167. end
  3168. end
  3169. if string.sub(msg, 1, 10) == (prefix.."rmeshtool") then
  3170. for i,v in pairs(lplayer.Character:GetChildren()) do
  3171. if (v:IsA("Tool")) then
  3172. v.Handle.Mesh:Destroy()
  3173. end
  3174. end
  3175. end
  3176. if string.sub(msg, 1, 10) == (prefix.."blocktool") then
  3177. for i,v in pairs(lplayer.Character:GetChildren()) do
  3178. if (v:IsA("Tool")) then
  3179. v.Handle.Mesh:Destroy()
  3180. end
  3181. end
  3182. end
  3183. if string.sub(msg, 1, 8) == (prefix.."spinner") then
  3184. local p = Instance.new("RocketPropulsion")
  3185. p.Parent = lplayer.Character.HumanoidRootPart
  3186. p.Name = "Spinner"
  3187. p.Target = lplayer.Character["Left Arm"]
  3188. p:Fire()
  3189. game:GetService("StarterGui"):SetCore("SendNotification", {
  3190. Title = "Spinner enabled";
  3191. Text = "Type ;nospinner to disable.";
  3192. })
  3193. end
  3194. if string.sub(msg, 1, 10) == (prefix.."nospinner") then
  3195. lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  3196. end
  3197. if string.sub(msg, 1, 7) == (prefix.."reachd") then
  3198. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  3199. if v:isA("Tool") then
  3200. local a = Instance.new("SelectionBox",v.Handle)
  3201. a.Adornee = v.Handle
  3202. v.Handle.Size = Vector3.new(0.5,0.5,60)
  3203. v.GripPos = Vector3.new(0,0,0)
  3204. lplayer.Character.Humanoid:UnequipTools()
  3205. end
  3206. end
  3207. game:GetService("StarterGui"):SetCore("SendNotification", {
  3208. Title = "Reach applied!";
  3209. Text = "Applied to equipped sword. Use ;noreach to disable.";
  3210. })
  3211. end
  3212. if string.sub(msg, 1, 7) == (prefix.."reach ") then
  3213. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  3214. if v:isA("Tool") then
  3215. handleSize = v.Handle.Size
  3216. wait()
  3217. local a = Instance.new("SelectionBox",v.Handle)
  3218. a.Name = "a"
  3219. a.Adornee = v.Handle
  3220. v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(msg, 8)))
  3221. v.GripPos = Vector3.new(0,0,0)
  3222. lplayer.Character.Humanoid:UnequipTools()
  3223. end
  3224. end
  3225. game:GetService("StarterGui"):SetCore("SendNotification", {
  3226. Title = "Reach applied!";
  3227. Text = "Applied to equipped sword. Use ;noreach to disable.";
  3228. })
  3229. end
  3230. if string.sub(msg, 1, 8) == (prefix.."noreach") then
  3231. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  3232. if v:isA("Tool") then
  3233. v.Handle.a:Destroy()
  3234. v.Handle.Size = handleSize
  3235. end
  3236. end
  3237. game:GetService("StarterGui"):SetCore("SendNotification", {
  3238. Title = "Reach removed!";
  3239. Text = "Removed reach from equipped sword.";
  3240. })
  3241. end
  3242. if string.sub(msg, 1, 7) == (prefix.."rkill ") then
  3243. for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  3244. lplayer.Character.Humanoid.Name = 1
  3245. local l = lplayer.Character["1"]:Clone()
  3246. l.Parent = lplayer.Character
  3247. l.Name = "Humanoid"
  3248. wait(0.1)
  3249. lplayer.Character["1"]:Destroy()
  3250. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3251. lplayer.Character.Animate.Disabled = true
  3252. wait(0.1)
  3253. lplayer.Character.Animate.Disabled = false
  3254. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3255. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3256. lplayer.Character.Humanoid:EquipTool(v)
  3257. end
  3258. wait(0.1)
  3259. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3260. wait(0.2)
  3261. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3262. wait(0.5)
  3263. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  3264. game:GetService("StarterGui"):SetCore("SendNotification", {
  3265. Title = "Tools needed!";
  3266. Text = "You need a tool in your backpack for this command!";
  3267. })
  3268. end
  3269. end
  3270. if string.sub(msg, 1, 7) == (prefix.."tp me ") then
  3271. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  3272. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3273. end
  3274. end
  3275. if string.sub(msg, 1, 8) == (prefix.."cbring ") then
  3276. if (string.sub(msg, 9)) == "all" or (string.sub(msg, 9)) == "All" or (string.sub(msg, 9)) == "ALL" then
  3277. cbringall = true
  3278. else
  3279. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  3280. brplr = v.Name
  3281. end
  3282. end
  3283. cbring = true
  3284. end
  3285. if string.sub(msg, 1, 9) == (prefix.."uncbring") then
  3286. cbring = false
  3287. cbringall = false
  3288. end
  3289. if string.sub(msg, 1, 6) == (prefix.."swap ") then
  3290. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  3291. local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3292. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  3293. lplayer.Character.Humanoid.Name = 1
  3294. local l = lplayer.Character["1"]:Clone()
  3295. l.Parent = lplayer.Character
  3296. l.Name = "Humanoid"
  3297. wait(0.1)
  3298. lplayer.Character["1"]:Destroy()
  3299. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3300. lplayer.Character.Animate.Disabled = true
  3301. wait(0.1)
  3302. lplayer.Character.Animate.Disabled = false
  3303. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3304. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3305. lplayer.Character.Humanoid:EquipTool(v)
  3306. end
  3307. local function tp(player,player2)
  3308. local char1,char2=player.Character,player2.Character
  3309. if char1 and char2 then
  3310. char1:MoveTo(char2.Head.Position)
  3311. end
  3312. end
  3313. wait(0.1)
  3314. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3315. wait(0.2)
  3316. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3317. wait(0.5)
  3318. lplayer.Character.HumanoidRootPart.CFrame = NOW
  3319. wait(0.6)
  3320. tp(lplayer, game:GetService("Players")[v.Name])
  3321. wait(0.4)
  3322. lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  3323. game:GetService("StarterGui"):SetCore("SendNotification", {
  3324. Title = "Tools needed!";
  3325. Text = "You need a tool in your backpack for this command!";
  3326. })
  3327. end
  3328. end
  3329. if string.sub(msg, 1, 8) == (prefix.."glitch ") then
  3330. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  3331. lplayer.Character.Humanoid.Name = 1
  3332. local l = lplayer.Character["1"]:Clone()
  3333. l.Parent = lplayer.Character
  3334. l.Name = "Humanoid"
  3335. wait(0.1)
  3336. lplayer.Character["1"]:Destroy()
  3337. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3338. lplayer.Character.Animate.Disabled = true
  3339. wait(0.1)
  3340. lplayer.Character.Animate.Disabled = false
  3341. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3342. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3343. lplayer.Character.Humanoid:EquipTool(v)
  3344. end
  3345. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  3346. wait(0.3)
  3347. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  3348. wait(0.4)
  3349. b = Instance.new("BodyForce")
  3350. b.Parent = lplayer.Character.HumanoidRootPart
  3351. b.Name = "Glitch"
  3352. b.Force = Vector3.new(100000000,5000,0)
  3353. game:GetService("StarterGui"):SetCore("SendNotification", {
  3354. Title = "Tools needed!";
  3355. Text = "You need a tool in your backpack for this command!";
  3356. })
  3357. end
  3358. end
  3359. if string.sub(msg, 1, 9) == (prefix.."unglitch") then
  3360. lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  3361. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  3362. b = Instance.new("BodyForce")
  3363. b.Parent = lplayer.Character.HumanoidRootPart
  3364. b.Name = "unGlitch"
  3365. b.Force = Vector3.new(0,-5000000,0)
  3366. wait(2)
  3367. lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  3368. end
  3369. if string.sub(msg, 1, 9) == (prefix.."grespawn") then
  3370. lplayer.Character.Humanoid.Health = 0
  3371. wait(1)
  3372. lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  3373. lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  3374. end
  3375. if string.sub(msg, 1, 9) == (prefix.."explorer") then
  3376. loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  3377. game:GetService("StarterGui"):SetCore("SendNotification", {
  3378. Title = "Success!";
  3379. Text = "DEX Explorer has loaded.";
  3380. })
  3381. end
  3382. if string.sub(msg, 1, 6) == (prefix.."anim ") then
  3383. local Anim = Instance.new("Animation")
  3384. Anim.AnimationId = "rbxassetid://"..(string.sub(msg, 7))
  3385. local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  3386. track:Play(.1, 1, 1)
  3387. end
  3388. if string.sub(msg, 1, 8) == (prefix.."animgui") then
  3389. loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  3390. game:GetService("StarterGui"):SetCore("SendNotification", {
  3391. Title = "Success!";
  3392. Text = "Energize Animations GUI has loaded.";
  3393. })
  3394. end
  3395. if string.sub(msg, 1, 8) == (prefix.."savepos") then
  3396. saved = lplayer.Character.HumanoidRootPart.CFrame
  3397. game:GetService("StarterGui"):SetCore("SendNotification", {
  3398. Title = "Position Saved";
  3399. Text = "Use ;loadpos to return to saved position.";
  3400. })
  3401. end
  3402. if string.sub(msg, 1, 8) == (prefix.."loadpos") then
  3403. lplayer.Character.HumanoidRootPart.CFrame = saved
  3404. end
  3405. if string.sub(msg, 1, 6) == (prefix.."bang ") then
  3406. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  3407. local Anim2 = Instance.new("Animation")
  3408. Anim2.AnimationId = "rbxassetid://148840371"
  3409. local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  3410. track2:Play(.1, 1, 1)
  3411. bplrr = v.Name
  3412. banpl = true
  3413. end
  3414. end
  3415. if string.sub(msg, 1, 7) == (prefix.."unbang") then
  3416. banpl = false
  3417. end
  3418. if string.sub(msg, 1, 10) == (prefix.."bringmod ") then
  3419. local function bringmodw()
  3420. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  3421. if obj.Name == (string.sub(msg, 11)) then
  3422. for i,ch in pairs(obj:GetDescendants()) do
  3423. if (ch:IsA("BasePart")) then
  3424. ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  3425. ch.CanCollide = false
  3426. ch.Transparency = 0.7
  3427. wait()
  3428. ch.CFrame = lplayer.Character["Left Leg"].CFrame
  3429. wait()
  3430. ch.CFrame = lplayer.Character["Right Leg"].CFrame
  3431. wait()
  3432. ch.CFrame = lplayer.Character["Head"].CFrame
  3433. end
  3434. end
  3435. end
  3436. end
  3437. end
  3438. while wait() do
  3439. bringmodw()
  3440. end
  3441. game:GetService("StarterGui"):SetCore("SendNotification", {
  3442. Title = "BringMod";
  3443. Text = "BringMod enabled.";
  3444. })
  3445. end
  3446. if string.sub(msg, 1, 8) == (prefix.."respawn") then
  3447. local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  3448. local hum = Instance.new('Humanoid', mod)
  3449. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  3450. lplayer.Character = mod
  3451. end
  3452. if string.sub(msg, 1, 9) == (prefix.."shutdown") then
  3453. game:GetService'RunService'.Stepped:Connect(function()
  3454. pcall(function()
  3455. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  3456. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  3457. for _,x in pairs(v.Character.Head:GetChildren()) do
  3458. if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  3459. end
  3460. end
  3461. end
  3462. end)
  3463. end)
  3464. game:GetService("StarterGui"):SetCore("SendNotification", {
  3465. Title = "Attempting Shutdown";
  3466. Text = "Shutdown Attempt has begun.";
  3467. })
  3468. end
  3469. if string.sub(msg, 1, 8) == (prefix.."delobj ") then
  3470. objtodel = (string.sub(msg, 9))
  3471. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  3472. if v.Name == objtodel then
  3473. v:Destroy()
  3474. end
  3475. end
  3476. end
  3477. if string.sub(msg, 1, 8) == (prefix.."getplrs") then
  3478. for i,v in pairs(game:GetService("Players"):GetPlayers())do
  3479. print(v)
  3480. end
  3481. game:GetService("StarterGui"):SetCore("SendNotification", {
  3482. Title = "Printed";
  3483. Text = "Players have been printed to console. (F9)";
  3484. })
  3485. end
  3486. if string.sub(msg, 1, 9) == (prefix.."deldecal") then
  3487. for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  3488. if (v:IsA("Decal")) then
  3489. v:Destroy()
  3490. end
  3491. end
  3492. end
  3493. if string.sub(msg, 1, 11) == (prefix.."opfinality") then
  3494. loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  3495. game:GetService("StarterGui"):SetCore("SendNotification", {
  3496. Title = "Success!";
  3497. Text = "OpFinality GUI has loaded.";
  3498. })
  3499. end
  3500. if string.sub(msg, 1, 8) == (prefix.."remotes") then
  3501. remotes = true
  3502. added = true
  3503. game.DescendantAdded:connect(function(rmt)
  3504. if added == true then
  3505. if remotes == true then
  3506. if rmt:IsA("RemoteEvent") then
  3507. print("A RemoteEvent was added!")
  3508. print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  3509. print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  3510. end end end
  3511. end)
  3512. game.DescendantAdded:connect(function(rmtfnctn)
  3513. if added == true then
  3514. if remotes == true then
  3515. if rmtfnctn:IsA("RemoteFunction") then
  3516. warn("A RemoteFunction was added!")
  3517. warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  3518. print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  3519. end end end
  3520. end)
  3521.  
  3522. game.DescendantAdded:connect(function(bndfnctn)
  3523. if added == true then
  3524. if binds == true then
  3525. if bndfnctn:IsA("BindableFunction") then
  3526. print("A BindableFunction was added!")
  3527. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  3528. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  3529. end end end
  3530. end)
  3531.  
  3532. game.DescendantAdded:connect(function(bnd)
  3533. if added == true then
  3534. if binds == true then
  3535. if bnd:IsA("BindableEvent") then
  3536. warn("A BindableEvent was added!")
  3537. warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  3538. print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  3539. end end end
  3540. end)
  3541.  
  3542.  
  3543. if binds == true then
  3544. for i,v in pairs(game:GetDescendants()) do
  3545. if v:IsA("BindableFunction") then
  3546. print(" game." .. v:GetFullName() .. " | BindableFunction")
  3547. print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  3548. end end
  3549. for i,v in pairs(game:GetDescendants()) do
  3550. if v:IsA("BindableEvent") then
  3551. warn(" game." .. v:GetFullName() .. " | BindableEvent")
  3552. print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  3553. end end
  3554. else
  3555. print("Off")
  3556. end
  3557. if remotes == true then
  3558. for i,v in pairs(game:GetDescendants()) do
  3559. if v:IsA("RemoteFunction") then
  3560. warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  3561. print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  3562. end end
  3563. wait()
  3564. for i,v in pairs(game:GetDescendants()) do
  3565. if v:IsA("RemoteEvent") then
  3566. print(" game." .. v:GetFullName() .. " | RemoteEvent")
  3567. print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  3568. end end
  3569. else
  3570. print("Off")
  3571. end
  3572. game:GetService("StarterGui"):SetCore("SendNotification", {
  3573. Title = "Printing Remotes";
  3574. Text = "Type ;noremotes to disable.";
  3575. })
  3576. end
  3577. if string.sub(msg, 1, 10) == (prefix.."noremotes") then
  3578. remotes = false
  3579. added = false
  3580. game:GetService("StarterGui"):SetCore("SendNotification", {
  3581. Title = "Printing Remotes Disabled";
  3582. Text = "Type ;remotes to enable.";
  3583. })
  3584. end
  3585. if string.sub(msg, 1, 10) == (prefix.."tpdefault") then
  3586. spin = false
  3587. followed = false
  3588. traill = false
  3589. noclip = false
  3590. annoying = false
  3591. hwalk = false
  3592. cbringing = false
  3593. end
  3594. if string.sub(msg, 1, 8) == (prefix.."stopsit") then
  3595. stopsitting = true
  3596. end
  3597. if string.sub(msg, 1, 6) == (prefix.."gosit") then
  3598. stopsitting = false
  3599. end
  3600. if string.sub(msg, 1, 8) == (prefix.."version") then
  3601. print(adminversion)
  3602. game:GetService("StarterGui"):SetCore("SendNotification", {
  3603. Title = "Version";
  3604. Text = adminversion;
  3605. })
  3606. end
  3607. if string.sub(msg, 1, 8) == (prefix.."clicktp") then
  3608. clickgoto = true
  3609. game:GetService("StarterGui"):SetCore("SendNotification", {
  3610. Title = "Click TP";
  3611. Text = "Press E to teleport to mouse position, ;noclicktp to stop";
  3612. })
  3613. end
  3614. if string.sub(msg, 1, 9) == (prefix.."clickdel") then
  3615. clickdel = true
  3616. game:GetService("StarterGui"):SetCore("SendNotification", {
  3617. Title = "Click Delete";
  3618. Text = "Press E to delete part at mouse, ;noclickdel to stop";
  3619. })
  3620. end
  3621. if string.sub(msg, 1, 11) == (prefix.."noclickdel") then
  3622. clickdel = false
  3623. game:GetService("StarterGui"):SetCore("SendNotification", {
  3624. Title = "Click Delete";
  3625. Text = "Click delete has been disabled.";
  3626. })
  3627. end
  3628. if string.sub(msg, 1, 10) == (prefix.."noclicktp") then
  3629. clickgoto = false
  3630. game:GetService("StarterGui"):SetCore("SendNotification", {
  3631. Title = "Click TP";
  3632. Text = "Click TP has been disabled.";
  3633. })
  3634. end
  3635. if string.sub(msg, 1, 8) == (prefix.."toolson") then
  3636. gettingtools = true
  3637. game:GetService("StarterGui"):SetCore("SendNotification", {
  3638. Title = "Tools Enabled";
  3639. Text = "Automatically colleting tools dropped.";
  3640. })
  3641. end
  3642. if string.sub(msg, 1, 9) == (prefix.."toolsoff") then
  3643. gettingtools = false
  3644. game:GetService("StarterGui"):SetCore("SendNotification", {
  3645. Title = "Tools Disabled";
  3646. Text = "Click TP has been disabled.";
  3647. })
  3648. end
  3649. if string.sub(msg, 1, 10) == (prefix.."delcmdbar") then
  3650. ScreenGui:Destroy()
  3651. end
  3652. if string.sub(msg, 1, 6) == (prefix.."reset") then
  3653. lplayer.Character.Head:Destroy()
  3654. end
  3655. if string.sub(msg, 1, 7) == (prefix.."state ") then
  3656. statechosen = string.sub(msg, 8)
  3657. changingstate = true
  3658. end
  3659. if string.sub(msg, 1, 9) == (prefix.."gravity ") then
  3660. game:GetService("Workspace").Gravity = string.sub(msg, 10)
  3661. end
  3662. if string.sub(msg, 1, 10) == (prefix.."looprhats") then
  3663. removingmeshhats = true
  3664. end
  3665. if string.sub(msg, 1, 12) == (prefix.."unlooprhats") then
  3666. removingmeshhats = false
  3667. end
  3668. if string.sub(msg, 1, 10) == (prefix.."looprtool") then
  3669. removingmeshtool = true
  3670. end
  3671. if string.sub(msg, 1, 12) == (prefix.."unlooprtool") then
  3672. removingmeshtool = false
  3673. end
  3674. if string.sub(msg, 1, 10) == (prefix.."givetool ") then
  3675. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  3676. if v:IsA("Tool") then
  3677. for i,player in pairs(GetPlayer(string.sub(msg, 11))) do
  3678. v.Parent = player.Character
  3679. end
  3680. end
  3681. end
  3682. end
  3683. if string.sub(msg, 1, 14) == (prefix.."givealltools ") then
  3684. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  3685. if v:IsA("Tool") then
  3686. v.Parent = lplayer.Character
  3687. wait()
  3688. for i,player in pairs(GetPlayer(string.sub(msg, 15))) do
  3689. v.Parent = player.Character
  3690. end
  3691. end
  3692. end
  3693. end
  3694. if string.sub(msg, 1, 5) == (prefix.."age ") then
  3695. for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  3696. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  3697. end
  3698. end
  3699. if string.sub(msg, 1, 4) == (prefix.."id ") then
  3700. for i,player in pairs(GetPlayer(string.sub(msg, 5))) do
  3701. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  3702. end
  3703. end
  3704. if string.sub(msg, 1, 6) == (prefix..".age ") then
  3705. for i,player in pairs(GetPlayer(string.sub(msg, 7))) do
  3706. game:GetService("StarterGui"):SetCore("SendNotification", {
  3707. Title = player.AccountAge.." Days";
  3708. Text = "Account age of "..player.Name;
  3709. })
  3710. end
  3711. end
  3712. if string.sub(msg, 1, 5) == (prefix..".id ") then
  3713. for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  3714. game:GetService("StarterGui"):SetCore("SendNotification", {
  3715. Title = player.UserId.." ID";
  3716. Text = "Account ID of "..player.Name;
  3717. })
  3718. end
  3719. end
  3720. if string.sub(msg, 1, 7) == (prefix.."gameid") then
  3721. game:GetService("StarterGui"):SetCore("SendNotification", {
  3722. Title = "Game ID";
  3723. Text = "Game ID: ".. game.GameId;
  3724. })
  3725. end
  3726. if string.sub(msg, 1, 4) == (prefix.."pgs") then
  3727. local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  3728. if pgscheck == true then
  3729. game:GetService("StarterGui"):SetCore("SendNotification", {
  3730. Title = "PGSPhysicsSolverEnabled";
  3731. Text = "PGS is Enabled!";
  3732. })
  3733. else
  3734. game:GetService("StarterGui"):SetCore("SendNotification", {
  3735. Title = "PGSPhysicsSolverEnabled";
  3736. Text = "PGS is Disabled!";
  3737. })
  3738. end
  3739. end
  3740. if string.sub(msg, 1, 12) == (prefix.."removeinvis") then
  3741. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  3742. if v:IsA("Part") then
  3743. if v.Transparency == 1 then
  3744. if v.Name ~= "HumanoidRootPart" then
  3745. v:Destroy()
  3746. end
  3747. end
  3748. end
  3749. end
  3750. end
  3751. if string.sub(msg, 1, 10) == (prefix.."removefog") then
  3752. game:GetService("Lighting").FogStart = 0
  3753. game:GetService("Lighting").FogEnd = 9999999999999
  3754. end
  3755. if string.sub(msg, 1, 8) == (prefix.."disable") then
  3756. lplayer.Character.Humanoid.Parent = lplayer
  3757. end
  3758. if string.sub(msg, 1, 7) == (prefix.."enable") then
  3759. lplayer.Humanoid.Parent = lplayer.Character
  3760. end
  3761. if string.sub(msg, 1, 8) == (prefix.."prefix ") then
  3762. prefix = (string.sub(msg, 9, 9))
  3763. wait(0.1)
  3764. change()
  3765. wait(0.1)
  3766. game:GetService("StarterGui"):SetCore("SendNotification", {
  3767. Title = "Prefix changed!";
  3768. Text = "Prefix is now "..prefix..". Use ;resetprefix to reset to ;";
  3769. })
  3770. end
  3771. if string.sub(msg, 1, 12) == (";resetprefix") then
  3772. prefix = ";"
  3773. wait(0.1)
  3774. change()
  3775. wait(0.1)
  3776. game:GetService("StarterGui"):SetCore("SendNotification", {
  3777. Title = "Prefix changed!";
  3778. Text = "Prefix is now "..prefix..". Make sure it's one key!";
  3779. })
  3780. end
  3781. if string.sub(msg, 1, 10) == (prefix.."flyspeed ") then
  3782. speedfly = string.sub(msg, 11)
  3783. wait()
  3784. change()
  3785. end
  3786. if string.sub(msg, 1, 8) == (prefix.."carpet ") then
  3787. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  3788. local Anim3 = Instance.new("Animation")
  3789. Anim3.AnimationId = "rbxassetid://282574440"
  3790. local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  3791. track3:Play(.1, 1, 1)
  3792. bplrr = v.Name
  3793. banpl = true
  3794. end
  3795. end
  3796. if string.sub(msg, 1, 9) == (prefix.."uncarpet") then
  3797. banpl = false
  3798. end
  3799. if string.sub(msg, 1, 7) == (prefix.."stare ") then
  3800. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  3801. staring = true
  3802. stareplr = v
  3803. end
  3804. end
  3805. if string.sub(msg, 1, 8) == (prefix.."unstare") then
  3806. staring = false
  3807. end
  3808. if string.sub(msg, 1, 8) == (prefix.."logchat") then
  3809. chatlogs = true
  3810. game:GetService("StarterGui"):SetCore("SendNotification", {
  3811. Title = "LogChat enabled";
  3812. Text = "Now logging all player chat.";
  3813. })
  3814. end
  3815. if string.sub(msg, 1, 10) == (prefix.."unlogchat") then
  3816. chatlogs = false
  3817. game:GetService("StarterGui"):SetCore("SendNotification", {
  3818. Title = "LogChat disabled";
  3819. Text = "Stopped logging all player chat.";
  3820. })
  3821. end
  3822. if string.sub(msg, 1, 7) == (prefix.."fixcam") then
  3823. game:GetService("Workspace").CurrentCamera:Destroy()
  3824. wait(0.1)
  3825. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  3826. game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  3827. lplayer.CameraMinZoomDistance = 0.5
  3828. lplayer.CameraMaxZoomDistance = 400
  3829. lplayer.CameraMode = "Classic"
  3830. end
  3831. if string.sub(msg, 1, 8) == (prefix.."unstate") then
  3832. changingstate = false
  3833. end
  3834. end)
  3835.  
  3836. local function tp()
  3837. for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  3838. if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  3839. if player.Name == brplr then
  3840. player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 2
  3841. end
  3842. end
  3843. end
  3844. end
  3845. local function tpall()
  3846. for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  3847. if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  3848. player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 3
  3849. end
  3850. end
  3851. end
  3852. spawn(function()
  3853. while wait(spamdelay) do
  3854. if spamming == true then
  3855. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(spamtext, "All")
  3856. end
  3857. end
  3858. end)
  3859. spawn(function()
  3860. while wait(spamdelay) do
  3861. if spammingpm == true then
  3862. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/w "..pmspammed.." @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", "All")
  3863. end
  3864. end
  3865. end)
  3866. spawn(function()
  3867. while wait() do
  3868. if cbring == true then
  3869. tp()
  3870. end
  3871. end
  3872. end)
  3873. spawn(function()
  3874. while wait() do
  3875. if cbringall == true then
  3876. tpall()
  3877. end
  3878. end
  3879. end)
  3880.  
  3881. Mouse.KeyDown:connect(function(Key)
  3882. if Key == prefix then
  3883. CMDBAR:CaptureFocus()
  3884. end
  3885. end)
  3886.  
  3887. CMDBAR.FocusLost:connect(function(enterPressed)
  3888. if enterPressed then
  3889. if string.sub(CMDBAR.Text, 1, 5) == ("kill ") then
  3890. if string.sub(CMDBAR.Text, 6) == "me" then
  3891. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  3892. else
  3893. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6)))do
  3894. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  3895. lplayer.Character.Humanoid.Name = 1
  3896. local l = lplayer.Character["1"]:Clone()
  3897. l.Parent = lplayer.Character
  3898. l.Name = "Humanoid"
  3899. wait(0.1)
  3900. lplayer.Character["1"]:Destroy()
  3901. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3902. lplayer.Character.Animate.Disabled = true
  3903. wait(0.1)
  3904. lplayer.Character.Animate.Disabled = false
  3905. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3906. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3907. lplayer.Character.Humanoid:EquipTool(v)
  3908. end
  3909. local function tp(player,player2)
  3910. local char1,char2=player.Character,player2.Character
  3911. if char1 and char2 then
  3912. char1:MoveTo(char2.Head.Position)
  3913. end
  3914. end
  3915. wait(0.1)
  3916. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3917. wait(0.2)
  3918. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3919. wait(0.5)
  3920. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  3921. wait(0.7)
  3922. tp(lplayer,game:GetService("Players")[v.Name])
  3923. wait(0.7)
  3924. lplayer.Character.HumanoidRootPart.CFrame = NOW
  3925. game:GetService("StarterGui"):SetCore("SendNotification", {
  3926. Title = "Tools needed!";
  3927. Text = "You need a tool in your backpack for this command!";
  3928. })
  3929. end
  3930. end
  3931. end
  3932. if string.sub(CMDBAR.Text, 1, 6) == ("bring ") then
  3933. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  3934. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  3935. lplayer.Character.Humanoid.Name = 1
  3936. local l = lplayer.Character["1"]:Clone()
  3937. l.Parent = lplayer.Character
  3938. l.Name = "Humanoid"
  3939. wait(0.1)
  3940. lplayer.Character["1"]:Destroy()
  3941. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3942. lplayer.Character.Animate.Disabled = true
  3943. wait(0.1)
  3944. lplayer.Character.Animate.Disabled = false
  3945. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3946. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3947. lplayer.Character.Humanoid:EquipTool(v)
  3948. end
  3949. local function tp(player,player2)
  3950. local char1,char2=player.Character,player2.Character
  3951. if char1 and char2 then
  3952. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  3953. end
  3954. end
  3955. local function getout(player,player2)
  3956. local char1,char2=player.Character,player2.Character
  3957. if char1 and char2 then
  3958. char1:MoveTo(char2.Head.Position)
  3959. end
  3960. end
  3961. tp(game:GetService("Players")[v.Name], lplayer)
  3962. wait(0.2)
  3963. tp(game:GetService("Players")[v.Name], lplayer)
  3964. wait(0.5)
  3965. lplayer.Character.HumanoidRootPart.CFrame = NOW
  3966. wait(0.5)
  3967. getout(lplayer, game:GetService("Players")[v.Name])
  3968. wait(0.3)
  3969. lplayer.Character.HumanoidRootPart.CFrame = NOW
  3970. game:GetService("StarterGui"):SetCore("SendNotification", {
  3971. Title = "Tools needed!";
  3972. Text = "You need a tool in your backpack for this command!";
  3973. })
  3974. end
  3975. end
  3976. if string.sub(CMDBAR.Text, 1, 5) == ("spin ") then
  3977. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  3978. lplayer.Character.Humanoid.Name = 1
  3979. local l = lplayer.Character["1"]:Clone()
  3980. l.Parent = lplayer.Character
  3981. l.Name = "Humanoid"
  3982. wait(0.1)
  3983. lplayer.Character["1"]:Destroy()
  3984. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3985. lplayer.Character.Animate.Disabled = true
  3986. wait(0.1)
  3987. lplayer.Character.Animate.Disabled = false
  3988. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3989. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3990. lplayer.Character.Humanoid:EquipTool(v)
  3991. end
  3992. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  3993. spinplr = v
  3994. wait(0.5)
  3995. spin = true
  3996. game:GetService("StarterGui"):SetCore("SendNotification", {
  3997. Title = "Tools needed!";
  3998. Text = "You need a tool in your backpack for this command!";
  3999. })
  4000. end
  4001. end
  4002. if string.sub(CMDBAR.Text, 1, 6) == ("unspin") then
  4003. spin = false
  4004. end
  4005. if string.sub(CMDBAR.Text, 1, 7) == ("attach ") then
  4006. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  4007. lplayer.Character.Humanoid.Name = 1
  4008. local l = lplayer.Character["1"]:Clone()
  4009. l.Parent = lplayer.Character
  4010. l.Name = "Humanoid"
  4011. wait(0.1)
  4012. lplayer.Character["1"]:Destroy()
  4013. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  4014. lplayer.Character.Animate.Disabled = true
  4015. wait(0.1)
  4016. lplayer.Character.Animate.Disabled = false
  4017. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  4018. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  4019. lplayer.Character.Humanoid:EquipTool(v)
  4020. end
  4021. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  4022. wait(0.3)
  4023. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  4024. attplr = v
  4025. game:GetService("StarterGui"):SetCore("SendNotification", {
  4026. Title = "Tools needed!";
  4027. Text = "You need a tool in your backpack for this command!";
  4028. })
  4029. end
  4030. end
  4031. if string.sub(CMDBAR.Text, 1, 9) == ("unattach ") then
  4032. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  4033. local function getout(player,player2)
  4034. local char1,char2=player.Character,player2.Character
  4035. if char1 and char2 then
  4036. char1:MoveTo(char2.Head.Position)
  4037. end
  4038. end
  4039. getout(lplayer, game:GetService("Players")[v.Name])
  4040. end
  4041. end
  4042. if string.sub(CMDBAR.Text, 1, 7) == ("follow ") then
  4043. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  4044. followed = true
  4045. flwplr = v
  4046. end
  4047. end
  4048. if string.sub(CMDBAR.Text, 1, 8) == ("unfollow") then
  4049. followed = false
  4050. end
  4051. if string.sub(CMDBAR.Text, 1, 9) == ("freefall ") then
  4052. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  4053. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  4054. lplayer.Character.Humanoid.Name = 1
  4055. local l = lplayer.Character["1"]:Clone()
  4056. l.Parent = lplayer.Character
  4057. l.Name = "Humanoid"
  4058. wait(0.1)
  4059. lplayer.Character["1"]:Destroy()
  4060. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  4061. lplayer.Character.Animate.Disabled = true
  4062. wait(0.1)
  4063. lplayer.Character.Animate.Disabled = false
  4064. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  4065. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  4066. lplayer.Character.Humanoid:EquipTool(v)
  4067. end
  4068. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4069. wait(0.2)
  4070. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4071. wait(0.6)
  4072. lplayer.Character.HumanoidRootPart.CFrame = NOW
  4073. wait(0.6)
  4074. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  4075. game:GetService("StarterGui"):SetCore("SendNotification", {
  4076. Title = "Tools needed!";
  4077. Text = "You need a tool in your backpack for this command!";
  4078. })
  4079. end
  4080. end
  4081. if string.sub(CMDBAR.Text, 1, 6) == ("trail ") then
  4082. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  4083. traill = true
  4084. trlplr = v
  4085. end
  4086. end
  4087. if string.sub(CMDBAR.Text, 1, 7) == ("untrail") then
  4088. traill = false
  4089. end
  4090. if string.sub(CMDBAR.Text, 1, 6) == ("orbit ") then
  4091. if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  4092. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  4093. else
  4094. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  4095. local o = Instance.new("RocketPropulsion")
  4096. o.Parent = lplayer.Character.HumanoidRootPart
  4097. o.Name = "Orbit"
  4098. o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  4099. o:Fire()
  4100. noclip = true
  4101. end
  4102. end
  4103. end
  4104. if string.sub(CMDBAR.Text, 1, 7) == ("unorbit") then
  4105. lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  4106. noclip = false
  4107. end
  4108. if string.sub(CMDBAR.Text, 1, 6) == ("fling ") then
  4109. if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  4110. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  4111. else
  4112. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  4113. local y = Instance.new("RocketPropulsion")
  4114. y.Parent = lplayer.Character.HumanoidRootPart
  4115. y.CartoonFactor = 1
  4116. y.MaxThrust = 800000
  4117. y.MaxSpeed = 1000
  4118. y.ThrustP = 200000
  4119. y.Name = "Fling"
  4120. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  4121. y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  4122. y:Fire()
  4123. noclip = true
  4124. end
  4125. end
  4126. end
  4127. if string.sub(CMDBAR.Text, 1, 7) == ("unfling") then
  4128. noclip = false
  4129. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  4130. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  4131. wait(0.4)
  4132. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  4133. end
  4134. if string.sub(CMDBAR.Text, 1, 7) == ("fecheck") then
  4135. if game:GetService("Workspace").FilteringEnabled == true then
  4136. warn("FE is Enabled (Filtering Enabled)")
  4137. game:GetService("StarterGui"):SetCore("SendNotification", {
  4138. Title = "FE is Enabled";
  4139. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  4140. })
  4141. else
  4142. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  4143. game:GetService("StarterGui"):SetCore("SendNotification", {
  4144. Title = "FE is Disabled";
  4145. Text = "Filtering Disabled. Consider using a different admin script.";
  4146. })
  4147. end
  4148. end
  4149. if string.sub(CMDBAR.Text, 1, 5) == ("void ") then
  4150. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  4151. lplayer.Character.Humanoid.Name = 1
  4152. local l = lplayer.Character["1"]:Clone()
  4153. l.Parent = lplayer.Character
  4154. l.Name = "Humanoid"
  4155. wait(0.1)
  4156. lplayer.Character["1"]:Destroy()
  4157. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  4158. lplayer.Character.Animate.Disabled = true
  4159. wait(0.1)
  4160. lplayer.Character.Animate.Disabled = false
  4161. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  4162. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  4163. lplayer.Character.Humanoid:EquipTool(v)
  4164. end
  4165. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4166. wait(0.2)
  4167. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4168. wait(0.6)
  4169. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  4170. game:GetService("StarterGui"):SetCore("SendNotification", {
  4171. Title = "Tools needed!";
  4172. Text = "You need a tool in your backpack for this command!";
  4173. })
  4174. end
  4175. end
  4176. if string.sub(CMDBAR.Text, 1, 6) == ("noclip") then
  4177. noclip = true
  4178. game:GetService("StarterGui"):SetCore("SendNotification", {
  4179. Title = "Noclip enabled";
  4180. Text = "Type ;clip to disable";
  4181. })
  4182. end
  4183. if string.sub(CMDBAR.Text, 1, 4) == ("clip") then
  4184. noclip = false
  4185. game:GetService("StarterGui"):SetCore("SendNotification", {
  4186. Title = "Noclip disabled";
  4187. Text = "Type ;noclip to enable";
  4188. })
  4189. end
  4190. if string.sub(CMDBAR.Text, 1, 6) == ("speed ") then
  4191. lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 7))
  4192. end
  4193. if string.sub(CMDBAR.Text, 1, 3) == ("ws ") then
  4194. lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 4))
  4195. end
  4196. if string.sub(CMDBAR.Text, 1, 10) == ("hipheight ") then
  4197. lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 11))
  4198. end
  4199. if string.sub(CMDBAR.Text, 1, 3) == ("hh ") then
  4200. lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 4))
  4201. end
  4202. if string.sub(CMDBAR.Text, 1, 10) == ("jumppower ") then
  4203. lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 11))
  4204. end
  4205. if string.sub(CMDBAR.Text, 1, 3) == ("jp ") then
  4206. lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 4))
  4207. end
  4208. if string.sub(CMDBAR.Text, 1, 7) == ("default") then
  4209. lplayer.Character.Humanoid.JumpPower = 50
  4210. lplayer.Character.Humanoid.WalkSpeed = 16
  4211. lplayer.Character.Humanoid.HipHeight = 0
  4212. end
  4213. if string.sub(CMDBAR.Text, 1, 6) == ("annoy ") then
  4214. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  4215. annoying = true
  4216. annplr = v
  4217. end
  4218. end
  4219. if string.sub(CMDBAR.Text, 1, 7) == ("unannoy") then
  4220. annoying = false
  4221. end
  4222. if string.sub(CMDBAR.Text, 1, 9) == ("headwalk ") then
  4223. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  4224. hwalk = true
  4225. hdwplr = v
  4226. end
  4227. end
  4228. if string.sub(CMDBAR.Text, 1, 10) == ("unheadwalk") then
  4229. hwalk = false
  4230. end
  4231. if string.sub(CMDBAR.Text, 1, 7) == ("nolimbs") then
  4232. lplayer.Character["Left Leg"]:Destroy()
  4233. lplayer.Character["Left Arm"]:Destroy()
  4234. lplayer.Character["Right Leg"]:Destroy()
  4235. lplayer.Character["Right Arm"]:Destroy()
  4236. end
  4237. if string.sub(CMDBAR.Text, 1, 3) == ("god") then
  4238. lplayer.Character.Humanoid.Name = 1
  4239. local l = lplayer.Character["1"]:Clone()
  4240. l.Parent = lplayer.Character
  4241. l.Name = "Humanoid"
  4242. wait(0.1)
  4243. lplayer.Character["1"]:Destroy()
  4244. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  4245. lplayer.Character.Animate.Disabled = true
  4246. wait(0.1)
  4247. lplayer.Character.Animate.Disabled = false
  4248. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  4249. game:GetService("StarterGui"):SetCore("SendNotification", {
  4250. Title = "FE Godmode enabled";
  4251. Text = "Use ;grespawn or ;respawn to remove.";
  4252. })
  4253. end
  4254. if string.sub(CMDBAR.Text, 1, 8) == ("drophats") then
  4255. for i,v in pairs(lplayer.Character:GetChildren()) do
  4256. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  4257. v.Parent = workspace
  4258. end
  4259. end
  4260. end
  4261. if string.sub(CMDBAR.Text, 1, 8) == ("droptool") then
  4262. for i,v in pairs(lplayer.Character:GetChildren()) do
  4263. if (v:IsA("Tool")) then
  4264. v.Parent = workspace
  4265. end
  4266. end
  4267. end
  4268. if string.sub(CMDBAR.Text, 1, 9) == ("loopdhats") then
  4269. droppinghats = true
  4270. game:GetService("StarterGui"):SetCore("SendNotification", {
  4271. Title = "Loop Drop Enabled";
  4272. Text = "Type ;unloopdhats to disable";
  4273. })
  4274. end
  4275. if string.sub(CMDBAR.Text, 1, 11) == ("unloopdhats") then
  4276. droppinghats = false
  4277. game:GetService("StarterGui"):SetCore("SendNotification", {
  4278. Title = "Loop Drop Disabled";
  4279. Text = "Type ;loopdhats to enable.";
  4280. })
  4281. end
  4282. if string.sub(CMDBAR.Text, 1, 9) == ("loopdtool") then
  4283. droppingtools = true
  4284. game:GetService("StarterGui"):SetCore("SendNotification", {
  4285. Title = "Loop Drop Enabled";
  4286. Text = "Type ;unloopdtool to disable";
  4287. })
  4288. end
  4289. if string.sub(CMDBAR.Text, 1, 11) == ("unloopdtool") then
  4290. droppingtools = false
  4291. game:GetService("StarterGui"):SetCore("SendNotification", {
  4292. Title = "Loop Drop Disabled";
  4293. Text = "Type ;loopdtool to enable.";
  4294. })
  4295. end
  4296. if string.sub(CMDBAR.Text, 1, 9) == ("invisible") then -- Credit to Timeless
  4297. Local = game:GetService('Players').LocalPlayer
  4298. Char = Local.Character
  4299. touched,tpdback = false, false
  4300. box = Instance.new('Part',workspace)
  4301. box.Anchored = true
  4302. box.CanCollide = true
  4303. box.Size = Vector3.new(10,1,10)
  4304. box.Position = Vector3.new(0,10000,0)
  4305. box.Touched:connect(function(part)
  4306. if (part.Parent.Name == Local.Name) then
  4307. if touched == false then
  4308. touched = true
  4309. function apply()
  4310. if script.Disabled ~= true then
  4311. no = Char.HumanoidRootPart:Clone()
  4312. wait(.25)
  4313. Char.HumanoidRootPart:Destroy()
  4314. no.Parent = Char
  4315. Char:MoveTo(loc)
  4316. touched = false
  4317. end end
  4318. if Char then
  4319. apply()
  4320. end
  4321. end
  4322. end
  4323. end)
  4324. repeat wait() until Char
  4325. loc = Char.HumanoidRootPart.Position
  4326. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  4327. game:GetService("StarterGui"):SetCore("SendNotification", {
  4328. Title = "Invisibility enabled!";
  4329. Text = "Reset or use ;respawn to remove.";
  4330. })
  4331. end
  4332. if string.sub(CMDBAR.Text, 1, 5) == ("view ") then
  4333. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  4334. if game:GetService("Players")[v.Name].Character.Humanoid then
  4335. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  4336. else
  4337. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  4338. end
  4339. end
  4340. end
  4341. if string.sub(CMDBAR.Text, 1, 6) == ("unview") then
  4342. if lplayer.Character.Humanoid then
  4343. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  4344. else
  4345. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  4346. end
  4347. end
  4348. if string.sub(CMDBAR.Text, 1, 5) == ("goto ") then
  4349. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  4350. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4351. end
  4352. end
  4353. if string.sub(CMDBAR.Text, 1, 3) == ("fly") then
  4354. repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  4355. repeat wait() until Mouse
  4356.  
  4357. local T = lplayer.Character.HumanoidRootPart
  4358. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  4359. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  4360. local SPEED = speedget
  4361.  
  4362. local function fly()
  4363. flying = true
  4364. local BG = Instance.new('BodyGyro', T)
  4365. local BV = Instance.new('BodyVelocity', T)
  4366. BG.P = 9e4
  4367. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  4368. BG.cframe = T.CFrame
  4369. BV.velocity = Vector3.new(0, 0.1, 0)
  4370. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  4371. spawn(function()
  4372. repeat wait()
  4373. lplayer.Character.Humanoid.PlatformStand = true
  4374. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  4375. SPEED = 50
  4376. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  4377. SPEED = 0
  4378. end
  4379. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  4380. 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
  4381. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  4382. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  4383. 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
  4384. else
  4385. BV.velocity = Vector3.new(0, 0.1, 0)
  4386. end
  4387. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  4388. until not flying
  4389. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  4390. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  4391. SPEED = 0
  4392. BG:destroy()
  4393. BV:destroy()
  4394. lplayer.Character.Humanoid.PlatformStand = false
  4395. end)
  4396. end
  4397. Mouse.KeyDown:connect(function(KEY)
  4398. if KEY:lower() == 'w' then
  4399. CONTROL.F = speedfly
  4400. elseif KEY:lower() == 's' then
  4401. CONTROL.B = -speedfly
  4402. elseif KEY:lower() == 'a' then
  4403. CONTROL.L = -speedfly
  4404. elseif KEY:lower() == 'd' then
  4405. CONTROL.R = speedfly
  4406. end
  4407. end)
  4408. Mouse.KeyUp:connect(function(KEY)
  4409. if KEY:lower() == 'w' then
  4410. CONTROL.F = 0
  4411. elseif KEY:lower() == 's' then
  4412. CONTROL.B = 0
  4413. elseif KEY:lower() == 'a' then
  4414. CONTROL.L = 0
  4415. elseif KEY:lower() == 'd' then
  4416. CONTROL.R = 0
  4417. end
  4418. end)
  4419. fly()
  4420. end
  4421. if string.sub(CMDBAR.Text, 1, 5) == ("unfly") then
  4422. flying = false
  4423. lplayer.Character.Humanoid.PlatformStand = false
  4424. end
  4425. if string.sub(CMDBAR.Text, 1, 5) == ("chat ") then
  4426. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(CMDBAR.Text, 6)), "All")
  4427. end
  4428. if string.sub(CMDBAR.Text, 1, 5) == ("spam ") then
  4429. spamtext = (string.sub(CMDBAR.Text, 6))
  4430. spamming = true
  4431. end
  4432. if string.sub(CMDBAR.Text, 1, 6) == ("unspam") then
  4433. spamming = false
  4434. end
  4435. if string.sub(CMDBAR.Text, 1, 9) == ("spamwait ") then
  4436. spamdelay = (string.sub(CMDBAR.Text, 10))
  4437. end
  4438. if string.sub(CMDBAR.Text, 1, 7) == ("pmspam ") then
  4439. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  4440. pmspammed = v.Name
  4441. spammingpm = true
  4442. end
  4443. end
  4444. if string.sub(CMDBAR.Text, 1, 8) == ("unpmspam") then
  4445. spammingpm = false
  4446. end
  4447. if string.sub(CMDBAR.Text, 1, 8) == ("cfreeze ") then
  4448. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 9))) do
  4449. v.Character["Left Leg"].Anchored = true
  4450. v.Character["Left Arm"].Anchored = true
  4451. v.Character["Right Leg"].Anchored = true
  4452. v.Character["Right Arm"].Anchored = true
  4453. v.Character.Torso.Anchored = true
  4454. v.Character.Head.Anchored = true
  4455. end
  4456. end
  4457. if string.sub(CMDBAR.Text, 1, 10) == ("uncfreeze ") then
  4458. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 11))) do
  4459. v.Character["Left Leg"].Anchored = false
  4460. v.Character["Left Arm"].Anchored = false
  4461. v.Character["Right Leg"].Anchored = false
  4462. v.Character["Right Arm"].Anchored = false
  4463. v.Character.Torso.Anchored = false
  4464. v.Character.Head.Anchored = false
  4465. end
  4466. end
  4467. if string.sub(CMDBAR.Text, 1, 8) == ("unlockws") then
  4468. local a = game:GetService("Workspace"):getChildren()
  4469. for i = 1, #a do
  4470. if a[i].className == "Part" then
  4471. a[i].Locked = false
  4472. elseif a[i].className == "Model" then
  4473. local r = a[i]:getChildren()
  4474. for i = 1, #r do
  4475. if r[i].className == "Part" then
  4476. r[i].Locked = false
  4477. end
  4478. end
  4479. end
  4480. end
  4481. game:GetService("StarterGui"):SetCore("SendNotification", {
  4482. Title = "Success!";
  4483. Text = "Workspace unlocked. Use ;lockws to lock.";
  4484. })
  4485. end
  4486. if string.sub(CMDBAR.Text, 1, 6) == ("lockws") then
  4487. local a = game:GetService("Workspace"):getChildren()
  4488. for i = 1, #a do
  4489. if a[i].className == "Part" then
  4490. a[i].Locked = true
  4491. elseif a[i].className == "Model" then
  4492. local r = a[i]:getChildren()
  4493. for i = 1, #r do
  4494. if r[i].className == "Part" then
  4495. r[i].Locked = true
  4496. end
  4497. end
  4498. end
  4499. end
  4500. end
  4501. if string.sub(CMDBAR.Text, 1, 6) == ("btools") then
  4502. local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  4503. Clone_T.BinType = "Clone"
  4504. local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  4505. Destruct.BinType = "Hammer"
  4506. local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  4507. Hold_T.BinType = "Grab"
  4508. end
  4509. if string.sub(CMDBAR.Text, 1, 6) == ("pstand") then
  4510. lplayer.Character.Humanoid.PlatformStand = true
  4511. end
  4512. if string.sub(CMDBAR.Text, 1, 8) == ("unpstand") then
  4513. lplayer.Character.Humanoid.PlatformStand = false
  4514. end
  4515. if string.sub(CMDBAR.Text, 1, 9) == ("blockhead") then
  4516. lplayer.Character.Head.Mesh:Destroy()
  4517. end
  4518. if string.sub(CMDBAR.Text, 1, 3) == ("sit") then
  4519. lplayer.Character.Humanoid.Sit = true
  4520. end
  4521. if string.sub(CMDBAR.Text, 1, 9) == ("bringobj ") then
  4522. local function bringobjw()
  4523. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  4524. if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  4525. obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  4526. obj.CanCollide = false
  4527. obj.Transparency = 0.7
  4528. wait()
  4529. obj.CFrame = lplayer.Character["Left Leg"].CFrame
  4530. wait()
  4531. obj.CFrame = lplayer.Character["Right Leg"].CFrame
  4532. wait()
  4533. obj.CFrame = lplayer.Character["Head"].CFrame
  4534. end
  4535. end
  4536. end
  4537. while wait() do
  4538. bringobjw()
  4539. end
  4540. game:GetService("StarterGui"):SetCore("SendNotification", {
  4541. Title = "BringObj";
  4542. Text = "BringObj enabled.";
  4543. })
  4544. end
  4545. if string.sub(CMDBAR.Text, 1, 6) == ("wsvis ") then
  4546. vis = (string.sub(CMDBAR.Text, 7))
  4547. local a = game:GetService("Workspace"):GetDescendants()
  4548. for i = 1, #a do
  4549. if a[i].className == "Part" then
  4550. a[i].Transparency = vis
  4551. elseif a[i].className == "Model" then
  4552. local r = a[i]:getChildren()
  4553. for i = 1, #r do
  4554. if r[i].className == "Part" then
  4555. r[i].Transparency = vis
  4556. end
  4557. end
  4558. end
  4559. end
  4560. end
  4561. if string.sub(CMDBAR.Text, 1, 10) == ("hypertotal") then
  4562. loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  4563. game:GetService("StarterGui"):SetCore("SendNotification", {
  4564. Title = "Success!";
  4565. Text = "HyperTotal GUI Loaded!";
  4566. })
  4567. end
  4568. if string.sub(CMDBAR.Text, 1, 4) == ("cmds") then
  4569. CMDSFRAME.Visible = true
  4570. end
  4571. if string.sub(CMDBAR.Text, 1, 9) == ("rmeshhats") then
  4572. for i,v in pairs(lplayer.Character:GetChildren()) do
  4573. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  4574. v.Handle.Mesh:Destroy()
  4575. end
  4576. end
  4577. end
  4578. if string.sub(CMDBAR.Text, 1, 9) == ("blockhats") then
  4579. for i,v in pairs(lplayer.Character:GetChildren()) do
  4580. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  4581. v.Handle.Mesh:Destroy()
  4582. end
  4583. end
  4584. end
  4585. if string.sub(CMDBAR.Text, 1, 9) == ("rmeshtool") then
  4586. for i,v in pairs(lplayer.Character:GetChildren()) do
  4587. if (v:IsA("Tool")) then
  4588. v.Handle.Mesh:Destroy()
  4589. end
  4590. end
  4591. end
  4592. if string.sub(CMDBAR.Text, 1, 9) == ("blocktool") then
  4593. for i,v in pairs(lplayer.Character:GetChildren()) do
  4594. if (v:IsA("Tool")) then
  4595. v.Handle.Mesh:Destroy()
  4596. end
  4597. end
  4598. end
  4599. if string.sub(CMDBAR.Text, 1, 7) == ("spinner") then
  4600. local p = Instance.new("RocketPropulsion")
  4601. p.Parent = lplayer.Character.HumanoidRootPart
  4602. p.Name = "Spinner"
  4603. p.Target = lplayer.Character["Left Arm"]
  4604. p:Fire()
  4605. game:GetService("StarterGui"):SetCore("SendNotification", {
  4606. Title = "Spinner enabled";
  4607. Text = "Type ;nospinner to disable.";
  4608. })
  4609. end
  4610. if string.sub(CMDBAR.Text, 1, 9) == ("nospinner") then
  4611. lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  4612. end
  4613. if string.sub(CMDBAR.Text, 1, 6) == ("reachd") then
  4614. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  4615. if v:isA("Tool") then
  4616. local a = Instance.new("SelectionBox",v.Handle)
  4617. a.Adornee = v.Handle
  4618. v.Handle.Size = Vector3.new(0.5,0.5,60)
  4619. v.GripPos = Vector3.new(0,0,0)
  4620. lplayer.Character.Humanoid:UnequipTools()
  4621. end
  4622. end
  4623. game:GetService("StarterGui"):SetCore("SendNotification", {
  4624. Title = "Reach applied!";
  4625. Text = "Applied to equipped sword. Use ;noreach to disable.";
  4626. })
  4627. end
  4628. if string.sub(CMDBAR.Text, 1, 6) == ("reach ") then
  4629. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  4630. if v:isA("Tool") then
  4631. local a = Instance.new("SelectionBox",v.Handle)
  4632. a.Name = "Reach"
  4633. a.Adornee = v.Handle
  4634. v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(CMDBAR.Text, 7)))
  4635. v.GripPos = Vector3.new(0,0,0)
  4636. lplayer.Character.Humanoid:UnequipTools()
  4637. end
  4638. end
  4639. game:GetService("StarterGui"):SetCore("SendNotification", {
  4640. Title = "Reach applied!";
  4641. Text = "Applied to equipped sword. Use ;noreach to disable.";
  4642. })
  4643. end
  4644. if string.sub(CMDBAR.Text, 1, 7) == ("noreach") then
  4645. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  4646. if v:isA("Tool") then
  4647. v.Handle.Reach:Destroy()
  4648. end
  4649. end
  4650. game:GetService("StarterGui"):SetCore("SendNotification", {
  4651. Title = "Reach removed!";
  4652. Text = "Removed reach from equipped sword.";
  4653. })
  4654. end
  4655. if string.sub(CMDBAR.Text, 1, 6) == ("rkill ") then
  4656. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  4657. lplayer.Character.Humanoid.Name = 1
  4658. local l = lplayer.Character["1"]:Clone()
  4659. l.Parent = lplayer.Character
  4660. l.Name = "Humanoid"
  4661. wait(0.1)
  4662. lplayer.Character["1"]:Destroy()
  4663. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  4664. lplayer.Character.Animate.Disabled = true
  4665. wait(0.1)
  4666. lplayer.Character.Animate.Disabled = false
  4667. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  4668. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  4669. lplayer.Character.Humanoid:EquipTool(v)
  4670. end
  4671. wait(0.1)
  4672. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4673. wait(0.2)
  4674. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4675. wait(0.5)
  4676. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  4677. game:GetService("StarterGui"):SetCore("SendNotification", {
  4678. Title = "Tools needed!";
  4679. Text = "You need a tool in your backpack for this command!";
  4680. })
  4681. end
  4682. end
  4683. if string.sub(CMDBAR.Text, 1, 6) == ("tp me ") then
  4684. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  4685. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4686. end
  4687. end
  4688. if string.sub(CMDBAR.Text, 1, 7) == ("cbring ") then
  4689. if (string.sub(CMDBAR.Text, 8)) == "all" or (string.sub(CMDBAR.Text, 8)) == "All" or (string.sub(CMDBAR.Text, 8)) == "ALL" then
  4690. cbringall = true
  4691. else
  4692. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  4693. brplr = v.Name
  4694. end
  4695. end
  4696. cbring = true
  4697. end
  4698. if string.sub(CMDBAR.Text, 1, 8) == ("uncbring") then
  4699. cbring = false
  4700. cbringall = false
  4701. end
  4702. if string.sub(CMDBAR.Text, 1, 5) == ("swap ") then
  4703. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  4704. local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4705. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  4706. lplayer.Character.Humanoid.Name = 1
  4707. local l = lplayer.Character["1"]:Clone()
  4708. l.Parent = lplayer.Character
  4709. l.Name = "Humanoid"
  4710. wait(0.1)
  4711. lplayer.Character["1"]:Destroy()
  4712. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  4713. lplayer.Character.Animate.Disabled = true
  4714. wait(0.1)
  4715. lplayer.Character.Animate.Disabled = false
  4716. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  4717. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  4718. lplayer.Character.Humanoid:EquipTool(v)
  4719. end
  4720. local function tp(player,player2)
  4721. local char1,char2=player.Character,player2.Character
  4722. if char1 and char2 then
  4723. char1:MoveTo(char2.Head.Position)
  4724. end
  4725. end
  4726. wait(0.1)
  4727. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4728. wait(0.2)
  4729. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4730. wait(0.5)
  4731. lplayer.Character.HumanoidRootPart.CFrame = NOW
  4732. wait(0.6)
  4733. tp(lplayer, game:GetService("Players")[v.Name])
  4734. wait(0.4)
  4735. lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  4736. game:GetService("StarterGui"):SetCore("SendNotification", {
  4737. Title = "Tools needed!";
  4738. Text = "You need a tool in your backpack for this command!";
  4739. })
  4740. end
  4741. end
  4742. if string.sub(CMDBAR.Text, 1, 7) == ("glitch ") then
  4743. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  4744. lplayer.Character.Humanoid.Name = 1
  4745. local l = lplayer.Character["1"]:Clone()
  4746. l.Parent = lplayer.Character
  4747. l.Name = "Humanoid"
  4748. wait(0.1)
  4749. lplayer.Character["1"]:Destroy()
  4750. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  4751. lplayer.Character.Animate.Disabled = true
  4752. wait(0.1)
  4753. lplayer.Character.Animate.Disabled = false
  4754. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  4755. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  4756. lplayer.Character.Humanoid:EquipTool(v)
  4757. end
  4758. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  4759. wait(0.3)
  4760. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  4761. wait(0.4)
  4762. b = Instance.new("BodyForce")
  4763. b.Parent = lplayer.Character.HumanoidRootPart
  4764. b.Name = "Glitch"
  4765. b.Force = Vector3.new(100000000,5000,0)
  4766. game:GetService("StarterGui"):SetCore("SendNotification", {
  4767. Title = "Tools needed!";
  4768. Text = "You need a tool in your backpack for this command!";
  4769. })
  4770. end
  4771. end
  4772. if string.sub(CMDBAR.Text, 1, 8) == ("unglitch") then
  4773. lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  4774. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  4775. b = Instance.new("BodyForce")
  4776. b.Parent = lplayer.Character.HumanoidRootPart
  4777. b.Name = "unGlitch"
  4778. b.Force = Vector3.new(0,-5000000,0)
  4779. wait(2)
  4780. lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  4781. end
  4782. if string.sub(CMDBAR.Text, 1, 8) == ("grespawn") then
  4783. lplayer.Character.Humanoid.Health = 0
  4784. wait(1)
  4785. lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  4786. lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  4787. end
  4788. if string.sub(CMDBAR.Text, 1, 8) == ("explorer") then
  4789. loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  4790. game:GetService("StarterGui"):SetCore("SendNotification", {
  4791. Title = "Success!";
  4792. Text = "DEX Explorer has loaded.";
  4793. })
  4794. end
  4795. if string.sub(CMDBAR.Text, 1, 5) == ("anim ") then
  4796. local Anim = Instance.new("Animation")
  4797. Anim.AnimationId = "rbxassetid://"..(string.sub(CMDBAR.Text, 6))
  4798. local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  4799. track:Play(.1, 1, 1)
  4800. end
  4801. if string.sub(CMDBAR.Text, 1, 7) == ("animgui") then
  4802. loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  4803. game:GetService("StarterGui"):SetCore("SendNotification", {
  4804. Title = "Success!";
  4805. Text = "Energize Animations GUI has loaded.";
  4806. })
  4807. end
  4808. if string.sub(CMDBAR.Text, 1, 7) == ("savepos") then
  4809. saved = lplayer.Character.HumanoidRootPart.CFrame
  4810. game:GetService("StarterGui"):SetCore("SendNotification", {
  4811. Title = "Position Saved";
  4812. Text = "Use ;loadpos to return to saved position.";
  4813. })
  4814. end
  4815. if string.sub(CMDBAR.Text, 1, 7) == ("loadpos") then
  4816. lplayer.Character.HumanoidRootPart.CFrame = saved
  4817. end
  4818. if string.sub(CMDBAR.Text, 1, 5) == ("bang ") then
  4819. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  4820. local Anim2 = Instance.new("Animation")
  4821. Anim2.AnimationId = "rbxassetid://148840371"
  4822. local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  4823. track2:Play(.1, 1, 1)
  4824. bplrr = v.Name
  4825. banpl = true
  4826. end
  4827. end
  4828. if string.sub(CMDBAR.Text, 1, 6) == ("unbang") then
  4829. banpl = false
  4830. end
  4831. if string.sub(CMDBAR.Text, 1, 9) == ("bringmod ") then
  4832. local function bringmodw()
  4833. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  4834. if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  4835. for i,ch in pairs(obj:GetDescendants()) do
  4836. if (ch:IsA("BasePart")) then
  4837. ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  4838. ch.CanCollide = false
  4839. ch.Transparency = 0.7
  4840. wait()
  4841. ch.CFrame = lplayer.Character["Left Leg"].CFrame
  4842. wait()
  4843. ch.CFrame = lplayer.Character["Right Leg"].CFrame
  4844. wait()
  4845. ch.CFrame = lplayer.Character["Head"].CFrame
  4846. end
  4847. end
  4848. end
  4849. end
  4850. end
  4851. while wait() do
  4852. bringmodw()
  4853. end
  4854. game:GetService("StarterGui"):SetCore("SendNotification", {
  4855. Title = "BringMod";
  4856. Text = "BringMod enabled.";
  4857. })
  4858. end
  4859. if string.sub(CMDBAR.Text, 1, 7) == ("respawn") then
  4860. local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  4861. local hum = Instance.new('Humanoid', mod)
  4862. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  4863. lplayer.Character = mod
  4864. end
  4865. if string.sub(CMDBAR.Text, 1, 8) == ("shutdown") then
  4866. game:GetService'RunService'.Stepped:Connect(function()
  4867. pcall(function()
  4868. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  4869. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  4870. for _,x in pairs(v.Character.Head:GetChildren()) do
  4871. if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  4872. end
  4873. end
  4874. end
  4875. end)
  4876. end)
  4877. game:GetService("StarterGui"):SetCore("SendNotification", {
  4878. Title = "Attempting Shutdown";
  4879. Text = "Shutdown Attempt has begun.";
  4880. })
  4881. end
  4882. if string.sub(CMDBAR.Text, 1, 7) == ("delobj ") then
  4883. objtodel = (string.sub(CMDBAR.Text, 8))
  4884. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  4885. if v.Name == objtodel then
  4886. v:Destroy()
  4887. end
  4888. end
  4889. end
  4890. if string.sub(CMDBAR.Text, 1, 7) == ("getplrs") then
  4891. for i,v in pairs(game:GetService("Players"):GetPlayers())do
  4892. print(v)
  4893. end
  4894. game:GetService("StarterGui"):SetCore("SendNotification", {
  4895. Title = "Printed";
  4896. Text = "Players have been printed to console. (F9)";
  4897. })
  4898. end
  4899. if string.sub(CMDBAR.Text, 1, 8) == ("deldecal") then
  4900. for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  4901. if (v:IsA("Decal")) then
  4902. v:Destroy()
  4903. end
  4904. end
  4905. end
  4906. if string.sub(CMDBAR.Text, 1, 10) == ("opfinality") then
  4907. loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  4908. game:GetService("StarterGui"):SetCore("SendNotification", {
  4909. Title = "Success!";
  4910. Text = "OpFinality GUI has loaded.";
  4911. })
  4912. end
  4913. if string.sub(CMDBAR.Text, 1, 7) == ("remotes") then
  4914. remotes = true
  4915. added = true
  4916. game.DescendantAdded:connect(function(rmt)
  4917. if added == true then
  4918. if remotes == true then
  4919. if rmt:IsA("RemoteEvent") then
  4920. print("A RemoteEvent was added!")
  4921. print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  4922. print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  4923. end end end
  4924. end)
  4925. game.DescendantAdded:connect(function(rmtfnctn)
  4926. if added == true then
  4927. if remotes == true then
  4928. if rmtfnctn:IsA("RemoteFunction") then
  4929. warn("A RemoteFunction was added!")
  4930. warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  4931. print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  4932. end end end
  4933. end)
  4934.  
  4935. game.DescendantAdded:connect(function(bndfnctn)
  4936. if added == true then
  4937. if binds == true then
  4938. if bndfnctn:IsA("BindableFunction") then
  4939. print("A BindableFunction was added!")
  4940. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  4941. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  4942. end end end
  4943. end)
  4944.  
  4945. game.DescendantAdded:connect(function(bnd)
  4946. if added == true then
  4947. if binds == true then
  4948. if bnd:IsA("BindableEvent") then
  4949. warn("A BindableEvent was added!")
  4950. warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  4951. print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  4952. end end end
  4953. end)
  4954.  
  4955.  
  4956. if binds == true then
  4957. for i,v in pairs(game:GetDescendants()) do
  4958. if v:IsA("BindableFunction") then
  4959. print(" game." .. v:GetFullName() .. " | BindableFunction")
  4960. print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  4961. end end
  4962. for i,v in pairs(game:GetDescendants()) do
  4963. if v:IsA("BindableEvent") then
  4964. warn(" game." .. v:GetFullName() .. " | BindableEvent")
  4965. print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  4966. end end
  4967. else
  4968. print("Off")
  4969. end
  4970. if remotes == true then
  4971. for i,v in pairs(game:GetDescendants()) do
  4972. if v:IsA("RemoteFunction") then
  4973. warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  4974. print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  4975. end end
  4976. wait()
  4977. for i,v in pairs(game:GetDescendants()) do
  4978. if v:IsA("RemoteEvent") then
  4979. print(" game." .. v:GetFullName() .. " | RemoteEvent")
  4980. print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  4981. end end
  4982. else
  4983. print("Off")
  4984. end
  4985. game:GetService("StarterGui"):SetCore("SendNotification", {
  4986. Title = "Printing Remotes";
  4987. Text = "Type ;noremotes to disable.";
  4988. })
  4989. end
  4990. if string.sub(CMDBAR.Text, 1, 9) == ("noremotes") then
  4991. remotes = false
  4992. added = false
  4993. game:GetService("StarterGui"):SetCore("SendNotification", {
  4994. Title = "Printing Remotes Disabled";
  4995. Text = "Type ;remotes to enable.";
  4996. })
  4997. end
  4998. if string.sub(CMDBAR.Text, 1, 9) == ("tpdefault") then
  4999. spin = false
  5000. followed = false
  5001. traill = false
  5002. noclip = false
  5003. annoying = false
  5004. hwalk = false
  5005. cbringing = false
  5006. end
  5007. if string.sub(CMDBAR.Text, 1, 7) == ("stopsit") then
  5008. stopsitting = true
  5009. end
  5010. if string.sub(CMDBAR.Text, 1, 5) == ("gosit") then
  5011. stopsitting = false
  5012. end
  5013. if string.sub(CMDBAR.Text, 1, 7) == ("version") then
  5014. print(adminversion)
  5015. game:GetService("StarterGui"):SetCore("SendNotification", {
  5016. Title = "Version";
  5017. Text = adminversion;
  5018. })
  5019. end
  5020. if string.sub(CMDBAR.Text, 1, 7) == ("clicktp") then
  5021. clickgoto = true
  5022. game:GetService("StarterGui"):SetCore("SendNotification", {
  5023. Title = "Click TP";
  5024. Text = "Press E to teleport to mouse position";
  5025. })
  5026. end
  5027. if string.sub(CMDBAR.Text, 1, 9) == ("noclicktp") then
  5028. clickgoto = false
  5029. game:GetService("StarterGui"):SetCore("SendNotification", {
  5030. Title = "Click TP";
  5031. Text = "Click TP has been disabled.";
  5032. })
  5033. end
  5034. if string.sub(CMDBAR.Text, 1, 7) == ("toolson") then
  5035. gettingtools = true
  5036. game:GetService("StarterGui"):SetCore("SendNotification", {
  5037. Title = "Tools Enabled";
  5038. Text = "Automatically colleting tools dropped.";
  5039. })
  5040. end
  5041. if string.sub(CMDBAR.Text, 1, 8) == ("toolsoff") then
  5042. gettingtools = false
  5043. game:GetService("StarterGui"):SetCore("SendNotification", {
  5044. Title = "Tools Disabled";
  5045. Text = "Click TP has been disabled.";
  5046. })
  5047. end
  5048. if string.sub(CMDBAR.Text, 1, 9) == ("delcmdbar") then
  5049. ScreenGui:Destroy()
  5050. end
  5051. if string.sub(CMDBAR.Text, 1, 5) == ("reset") then
  5052. lplayer.Character.Head:Destroy()
  5053. end
  5054. if string.sub(CMDBAR.Text, 1, 6) == ("state ") then
  5055. statechosen = string.sub(CMDBAR.Text, 7)
  5056. changingstate = true
  5057. end
  5058. if string.sub(CMDBAR.Text, 1, 8) == ("gravity ") then
  5059. game:GetService("Workspace").Gravity = string.sub(CMDBAR.Text, 9)
  5060. end
  5061. if string.sub(CMDBAR.Text, 1, 9) == ("looprhats") then
  5062. removingmeshhats = true
  5063. end
  5064. if string.sub(CMDBAR.Text, 1, 11) == ("unlooprhats") then
  5065. removingmeshhats = false
  5066. end
  5067. if string.sub(CMDBAR.Text, 1, 9) == ("looprtool") then
  5068. removingmeshtool = true
  5069. end
  5070. if string.sub(CMDBAR.Text, 1, 11) == ("unlooprtool") then
  5071. removingmeshtool = false
  5072. end
  5073. if string.sub(CMDBAR.Text, 1, 9) == ("givetool ") then
  5074. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  5075. if v:IsA("Tool") then
  5076. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  5077. v.Parent = player.Character
  5078. end
  5079. end
  5080. end
  5081. end
  5082. if string.sub(CMDBAR.Text, 1, 4) == ("age ") then
  5083. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  5084. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  5085. end
  5086. end
  5087. if string.sub(CMDBAR.Text, 1, 3) == ("id ") then
  5088. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 4))) do
  5089. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  5090. end
  5091. end
  5092. if string.sub(CMDBAR.Text, 1, 5) == (".age ") then
  5093. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  5094. game:GetService("StarterGui"):SetCore("SendNotification", {
  5095. Title = player.AccountAge.." Days";
  5096. Text = "Account age of "..player.Name;
  5097. })
  5098. end
  5099. end
  5100. if string.sub(CMDBAR.Text, 1, 4) == (".id ") then
  5101. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  5102. game:GetService("StarterGui"):SetCore("SendNotification", {
  5103. Title = player.UserId.." ID";
  5104. Text = "Account ID of "..player.Name;
  5105. })
  5106. end
  5107. end
  5108. if string.sub(CMDBAR.Text, 1, 6) == ("gameid") then
  5109. game:GetService("StarterGui"):SetCore("SendNotification", {
  5110. Title = "Game ID";
  5111. Text = "Game ID: ".. game.GameId;
  5112. })
  5113. end
  5114. if string.sub(CMDBAR.Text, 1, 3) == ("pgs") then
  5115. local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  5116. if pgscheck == true then
  5117. game:GetService("StarterGui"):SetCore("SendNotification", {
  5118. Title = "PGSPhysicsSolverEnabled";
  5119. Text = "PGS is Enabled!";
  5120. })
  5121. else
  5122. game:GetService("StarterGui"):SetCore("SendNotification", {
  5123. Title = "PGSPhysicsSolverEnabled";
  5124. Text = "PGS is Disabled!";
  5125. })
  5126. end
  5127. end
  5128. if string.sub(CMDBAR.Text, 1, 11) == ("removeinvis") then
  5129. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  5130. if v:IsA("Part") then
  5131. if v.Transparency == 1 then
  5132. if v.Name ~= "HumanoidRootPart" then
  5133. v:Destroy()
  5134. end
  5135. end
  5136. end
  5137. end
  5138. end
  5139. if string.sub(CMDBAR.Text, 1, 9) == ("removefog") then
  5140. game:GetService("Lighting").FogStart = 0
  5141. game:GetService("Lighting").FogEnd = 9999999999999
  5142. end
  5143. if string.sub(CMDBAR.Text, 1, 7) == ("disable") then
  5144. lplayer.Character.Humanoid.Parent = lplayer
  5145. end
  5146. if string.sub(CMDBAR.Text, 1, 6) == ("enable") then
  5147. lplayer.Humanoid.Parent = lplayer.Character
  5148. end
  5149. if string.sub(CMDBAR.Text, 1, 13) == ("givealltools ") then
  5150. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  5151. if v:IsA("Tool") then
  5152. v.Parent = lplayer.Character
  5153. wait()
  5154. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 14))) do
  5155. v.Parent = player.Character
  5156. end
  5157. end
  5158. end
  5159. end
  5160. if string.sub(CMDBAR.Text, 1, 9) == ("flyspeed ") then
  5161. speedfly = string.sub(CMDBAR.Text, 10)
  5162. wait()
  5163. change()
  5164. end
  5165. if string.sub(CMDBAR.Text, 1, 7) == ("carpet ") then
  5166. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  5167. local Anim3 = Instance.new("Animation")
  5168. Anim3.AnimationId = "rbxassetid://282574440"
  5169. local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  5170. track3:Play(.1, 1, 1)
  5171. bplrr = v.Name
  5172. banpl = true
  5173. end
  5174. end
  5175. if string.sub(CMDBAR.Text, 1, 8) == ("uncarpet") then
  5176. banpl = false
  5177. end
  5178. if string.sub(CMDBAR.Text, 1, 6) == ("stare ") then
  5179. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  5180. staring = true
  5181. stareplr = v
  5182. end
  5183. end
  5184. if string.sub(CMDBAR.Text, 1, 7) == ("unstare") then
  5185. staring = false
  5186. end
  5187. if string.sub(CMDBAR.Text, 1, 7) == ("logchat") then
  5188. chatlogs = true
  5189. game:GetService("StarterGui"):SetCore("SendNotification", {
  5190. Title = "LogChat enabled";
  5191. Text = "Now logging all player chat.";
  5192. })
  5193. end
  5194. if string.sub(CMDBAR.Text, 1, 9) == ("unlogchat") then
  5195. chatlogs = false
  5196. game:GetService("StarterGui"):SetCore("SendNotification", {
  5197. Title = "LogChat disabled";
  5198. Text = "Stopped logging all player chat.";
  5199. })
  5200. end
  5201. if string.sub(CMDBAR.Text, 1, 6) == ("fixcam") then
  5202. game:GetService("Workspace").CurrentCamera:Destroy()
  5203. wait(0.1)
  5204. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  5205. game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  5206. lplayer.CameraMinZoomDistance = 0.5
  5207. lplayer.CameraMaxZoomDistance = 400
  5208. lplayer.CameraMode = "Classic"
  5209. end
  5210. if string.sub(CMDBAR.Text, 1, 7) == ("unstate") then
  5211. changingstate = false
  5212. end
  5213. CMDBAR.Text = ""
  5214. end
  5215. end)
  5216.  
  5217. wait(0.3)
  5218. game:GetService("StarterGui"):SetCore("SendNotification", {
  5219. Title = "Loaded successfully!";
  5220. Text = "Reviz Admin V2 by illremember";
  5221. })
  5222. wait(0.1)
  5223. print("Reviz Admin V2 loaded!")
  5224. if game:GetService("Workspace").FilteringEnabled == true then
  5225. warn("FE is Enabled (Filtering Enabled)")
  5226. game:GetService("StarterGui"):SetCore("SendNotification", {
  5227. Title = "FE is Enabled";
  5228. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  5229. })
  5230. else
  5231. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  5232. game:GetService("StarterGui"):SetCore("SendNotification", {
  5233. Title = "FE is Disabled";
  5234. Text = "Filtering Disabled. Consider using a different admin script.";
  5235. })
  5236. end
  5237. end)
  5238.  
  5239. BlackHole.Name = "Black Hole"
  5240. BlackHole.Parent = MainFrame
  5241. BlackHole.BackgroundColor3 = Color3.new(0, 0, 0)
  5242. BlackHole.BorderSizePixel = 0
  5243. BlackHole.Position = UDim2.new(0.701741397, 0, 0.131734535, 0)
  5244. BlackHole.Size = UDim2.new(0, 130, 0, 85)
  5245. BlackHole.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  5246. BlackHole.Font = Enum.Font.SciFi
  5247. BlackHole.Text = "Black Hole"
  5248. BlackHole.TextColor3 = Color3.new(1, 0, 0)
  5249. BlackHole.TextSize = 23
  5250. BlackHole.MouseButton1Down:connect(function()
  5251. local LocalPlayer = game:GetService("Players").LocalPlayer
  5252. local torsoname = "Torso"
  5253. if LocalPlayer.Character:FindFirstChild("Humanoid").RigType == Enum.HumanoidRigType.R15 then
  5254. torsoname = "UpperTorso"
  5255. end
  5256. LocalPlayer.Character:FindFirstChild("Animate").toolnone.ToolNoneAnim.AnimationId = math.huge
  5257. LocalPlayer.Character:FindFirstChild(torsoname).Anchored = true
  5258. local tool = Instance.new("Tool", LocalPlayer.Backpack)
  5259. LocalPlayer.Character:FindFirstChildOfClass("Accessory").Handle.Parent = tool
  5260. tool.Handle.Massless = true
  5261. tool.GripPos = Vector3.new(0, math.huge, 0)
  5262. tool.Parent = LocalPlayer.Character
  5263. wait()
  5264. tool.Grip = CFrame.new(Vector3.new(0, 0, 0))
  5265. LocalPlayer.Character:FindFirstChild(torsoname).Anchored = false
  5266. end)
  5267.  
  5268. GodMode.Name = "GodMode"
  5269. GodMode.Parent = MainFrame
  5270. GodMode.BackgroundColor3 = Color3.new(1, 1, 1)
  5271. GodMode.BorderSizePixel = 0
  5272. GodMode.Position = UDim2.new(0.700853288, 0, 0.483733088, 0)
  5273. GodMode.Size = UDim2.new(0, 130, 0, 86)
  5274. GodMode.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  5275. GodMode.Font = Enum.Font.SciFi
  5276. GodMode.Text = "Chat Changer"
  5277. GodMode.TextColor3 = Color3.new(0.666667, 0, 0)
  5278. GodMode.TextSize = 21
  5279. GodMode.MouseButton1Down:connect(function()
  5280. wait(0.1)
  5281. game:GetService("StarterGui"):SetCore("SendNotification", {
  5282. Text = "Use /e and a number 1 to 5 to use Chat changer";
  5283. Title = "For example; /e 1 hi"
  5284. })
  5285. --/e 1 [message] - Bold
  5286. --/e 2 [message] - Underline
  5287. --/e 3 [message] - Strike-through
  5288. --/e 4 [message] - Overline
  5289. --/e 5 [message] - Dotted
  5290.  
  5291. local x = table.concat({'00001010','01100111','01100001','01101101','01100101','00101110','01010000','01101100','01100001','01111001','01100101','01110010','01110011','00101110','01001100','01101111','01100011','01100001','01101100','01010000','01101100','01100001','01111001','01100101','01110010','00101110','01000011','01101000','01100001','01110100','01110100','01100101','01100100','00111010','01100011','01101111','01101110','01101110','01100101','01100011','01110100','00101000','01100110','01110101','01101110','01100011','01110100','01101001','01101111','01101110','00101000','01100001','00101001','00001010','01101001','01100110','00100000','01100001','00111010','01110011','01110101','01100010','00101000','00110001','00101100','00110101','00101001','00111101','00111101','00100010','00101111','01100101','00100000','00110001','00100000','00100010','00100000','01110100','01101000','01100101','01101110','00100000','00001010','00100000','00100000','00100000','00100000','01101100','01101111','01100011','01100001','01101100','00100000','01100010','00100000','00111101','00100000','01100001','00111010','01110011','01110101','01100010','00101000','00110110','00101100','00100011','01100001','00101001','01100111','01100001','01101101','01100101','00101110','01010010','01100101','01110000','01101100','01101001','01100011','01100001','01110100','01100101','01100100','01010011','01110100','01101111','01110010','01100001','01100111','01100101','00101110','01000100','01100101','01100110','01100001','01110101','01101100','01110100','01000011','01101000','01100001','01110100','01010011','01111001','01110011','01110100','01100101','01101101','01000011','01101000','01100001','01110100','01000101','01110110','01100101','01101110','01110100','01110011','00101110','01010011','01100001','01111001','01001101','01100101','01110011','01110011','01100001','01100111','01100101','01010010','01100101','01110001','01110101','01100101','01110011','01110100','00111010','01000110','01101001','01110010','01100101','01010011','01100101','01110010','01110110','01100101','01110010','00101000','00100010','00100010','00101110','00101110','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01100010','00101100','00100010','01010001','00100010','00101100','00100010','01010001','11001101','10011100','00100010','00101001','00101100','00100010','00110001','00100010','00101100','00100010','00110001','11001101','10011100','00100010','00101001','00101100','00100010','00110010','00100010','00101100','00100010','00110010','11001101','10011100','00100010','00101001','00101100','00100010','00110011','00100010','00101100','00100010','00110011','11001101','10011100','00100010','00101001','00101100','00100010','00110100','00100010','00101100','00100010','00110100','11001101','10011100','00100010','00101001','00101100','00100010','00110101','00100010','00101100','00100010','00110101','11001101','10011100','00100010','00101001','00101100','00100010','00110110','00100010','00101100','00100010','00110110','11001101','10011100','00100010','00101001','00101100','00100010','00110111','00100010','00101100','00100010','00110111','11001101','10011100','00100010','00101001','00101100','00100010','00111000','00100010','00101100','00100010','00111000','11001101','10011100','00100010','00101001','00101100','00100010','00111001','00100010','00101100','00100010','00111001','11001101','10011100','00100010','00101001','00101100','00100010','00110000','00100010','00101100','00100010','00110000','11001101','10011100','00100010','00101001','00101100','00100010','01010111','00100010','00101100','00100010','01010111','11001101','10011100','00100010','00101001','00101100','00100010','01000101','00100010','00101100','00100010','01000101','11001101','10011100','00100010','00101001','00101100','00100010','01010010','00100010','00101100','00100010','01010010','11001101','10011100','00100010','00101001','00101100','00100010','01010100','00100010','00101100','00100010','01010100','11001101','10011100','00100010','00101001','00101100','00100010','01011001','00100010','00101100','00100010','01011001','11001101','10011100','00100010','00101001','00101100','00100010','01010101','00100010','00101100','00100010','01010101','11001101','10011100','00100010','00101001','00101100','00100010','01001001','00100010','00101100','00100010','01001001','11001101','10011100','00100010','00101001','00101100','00100010','01001111','00100010','00101100','00100010','01001111','11001101','10011100','00100010','00101001','00101100','00100010','01010000','00100010','00101100','00100010','01010000','11001101','10011100','00100010','00101001','00101100','00100010','01000001','00100010','00101100','00100010','01000001','11001101','10011100','00100010','00101001','00101100','00100010','01010011','00100010','00101100','00100010','01010011','11001101','10011100','00100010','00101001','00101100','00100010','01000100','00100010','00101100','00100010','01000100','11001101','10011100','00100010','00101001','00101100','00100010','01000110','00100010','00101100','00100010','01000110','11001101','10011100','00100010','00101001','00101100','00100010','01000111','00100010','00101100','00100010','01000111','11001101','10011100','00100010','00101001','00101100','00100010','01001000','00100010','00101100','00100010','01001000','11001101','10011100','00100010','00101001','00101100','00100010','01001010','00100010','00101100','00100010','01001010','11001101','10011100','00100010','00101001','00101100','00100010','01001011','00100010','00101100','00100010','01001011','11001101','10011100','00100010','00101001','00101100','00100010','01001100','00100010','00101100','00100010','01001100','11001101','10011100','00100010','00101001','00101100','00100010','01011010','00100010','00101100','00100010','01011010','11001101','10011100','00100010','00101001','00101100','00100010','01011000','00100010','00101100','00100010','01011000','11001101','10011100','00100010','00101001','00101100','00100010','01000011','00100010','00101100','00100010','01000011','11001101','10011100','00100010','00101001','00101100','00100010','01010110','00100010','00101100','00100010','01010110','11001101','10011100','00100010','00101001','00101100','00100010','01000010','00100010','00101100','00100010','01000010','11001101','10011100','00100010','00101001','00101100','00100010','01001110','00100010','00101100','00100010','01001110','11001101','10011100','00100010','00101001','00101100','00100010','01001101','00100010','00101100','00100010','01001101','11001101','10011100','00100010','00101001','00101100','00100010','01110001','00100010','00101100','00100010','01110001','11001101','10011100','00100010','00101001','00101100','00100010','01110111','00100010','00101100','00100010','01110111','11001101','10011100','00100010','00101001','00101100','00100010','01100101','00100010','00101100','00100010','01100101','11001101','10011100','00100010','00101001','00101100','00100010','01110010','00100010','00101100','00100010','01110010','11001101','10011100','00100010','00101001','00101100','00100010','01110100','00100010','00101100','00100010','01110100','11001101','10011100','00100010','00101001','00101100','00100010','01111001','00100010','00101100','00100010','01111001','11001101','10011100','00100010','00101001','00101100','00100010','01110101','00100010','00101100','00100010','01110101','11001101','10011100','00100010','00101001','00101100','00100010','01101001','00100010','00101100','00100010','01101001','11001101','10011100','00100010','00101001','00101100','00100010','01101111','00100010','00101100','00100010','01101111','11001101','10011100','00100010','00101001','00101100','00100010','01110000','00100010','00101100','00100010','01110000','11001101','10011100','00100010','00101001','00101100','00100010','01100001','00100010','00101100','00100010','01100001','11001101','10011100','00100010','00101001','00101100','00100010','01110011','00100010','00101100','00100010','01110011','11001101','10011100','00100010','00101001','00101100','00100010','01100100','00100010','00101100','00100010','01100100','11001101','10011100','00100010','00101001','00101100','00100010','01100110','00100010','00101100','00100010','01100110','11001101','10011100','00100010','00101001','00101100','00100010','01100111','00100010','00101100','00100010','01100111','11001101','10011100','00100010','00101001','00101100','00100010','01101000','00100010','00101100','00100010','01101000','11001101','10011100','00100010','00101001','00101100','00100010','01101010','00100010','00101100','00100010','01101010','11001101','10011100','00100010','00101001','00101100','00100010','01101011','00100010','00101100','00100010','01101011','11001101','10011100','00100010','00101001','00101100','00100010','01101100','00100010','00101100','00100010','01101100','11001101','10011100','00100010','00101001','00101100','00100010','01111010','00100010','00101100','00100010','01111010','11001101','10011100','00100010','00101001','00101100','00100010','01111000','00100010','00101100','00100010','01111000','11001101','10011100','00100010','00101001','00101100','00100010','01100011','00100010','00101100','00100010','01100011','11001101','10011100','00100010','00101001','00101100','00100010','01110110','00100010','00101100','00100010','01110110','11001101','10011100','00100010','00101001','00101100','00100010','01100010','00100010','00101100','00100010','01100010','11001101','10011100','00100010','00101001','00101100','00100010','01101110','00100010','00101100','00100010','01101110','11001101','10011100','00100010','00101001','00101100','00100010','01101101','00100010','00101100','00100010','01101101','11001101','10011100','00100010','00101001','00101100','00100010','00100111','00100010','00101100','00100010','00100111','11001101','10011100','00100010','00101001','00101100','00100010','00101100','00100010','00101100','00100010','00101100','11001101','10011100','00100010','00101001','00101100','00100010','00100001','00100010','00101100','00100010','00100001','11001101','10011100','00100010','00101001','00101100','00100010','00111111','00100010','00101100','00100010','00111111','11001101','10011100','00100010','00101001','00101100','00100010','00101111','00100010','00101100','00100010','00101111','11001101','10011100','00100010','00101001','00101110','00101110','00100010','00100010','00101100','00100010','01000001','01101100','01101100','00100010','00101001','00001010','01100101','01101110','01100100','00100000','00001010','01100101','01101110','01100100','00101001','00001010','00001010','01100111','01100001','01101101','01100101','00101110','01010000','01101100','01100001','01111001','01100101','01110010','01110011','00101110','01001100','01101111','01100011','01100001','01101100','01010000','01101100','01100001','01111001','01100101','01110010','00101110','01000011','01101000','01100001','01110100','01110100','01100101','01100100','00111010','01100011','01101111','01101110','01101110','01100101','01100011','01110100','00101000','01100110','01110101','01101110','01100011','01110100','01101001','01101111','01101110','00101000','01100001','00101001','00001010','01101001','01100110','00100000','01100001','00111010','01110011','01110101','01100010','00101000','00110001','00101100','00110101','00101001','00111101','00111101','00100010','00101111','01100101','00100000','00110010','00100000','00100010','00100000','01110100','01101000','01100101','01101110','00100000','00001010','00100000','00100000','00100000','00100000','01101100','01101111','01100011','01100001','01101100','00100000','01100010','00100000','00111101','00100000','01100001','00111010','01110011','01110101','01100010','00101000','00110110','00101100','00100011','01100001','00101001','01100111','01100001','01101101','01100101','00101110','01010010','01100101','01110000','01101100','01101001','01100011','01100001','01110100','01100101','01100100','01010011','01110100','01101111','01110010','01100001','01100111','01100101','00101110','01000100','01100101','01100110','01100001','01110101','01101100','01110100','01000011','01101000','01100001','01110100','01010011','01111001','01110011','01110100','01100101','01101101','01000011','01101000','01100001','01110100','01000101','01110110','01100101','01101110','01110100','01110011','00101110','01010011','01100001','01111001','01001101','01100101','01110011','01110011','01100001','01100111','01100101','01010010','01100101','01110001','01110101','01100101','01110011','01110100','00111010','01000110','01101001','01110010','01100101','01010011','01100101','01110010','01110110','01100101','01110010','00101000','00100010','00100010','00101110','00101110','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01100010','00101100','00100010','01010001','00100010','00101100','00100010','01010001','11001100','10110010','00100010','00101001','00101100','00100010','00110001','00100010','00101100','00100010','00110001','11001100','10110010','00100010','00101001','00101100','00100010','00110010','00100010','00101100','00100010','00110010','11001100','10110010','00100010','00101001','00101100','00100010','00110011','00100010','00101100','00100010','00110011','11001100','10110010','00100010','00101001','00101100','00100010','00110100','00100010','00101100','00100010','00110100','11001100','10110010','00100010','00101001','00101100','00100010','00110101','00100010','00101100','00100010','00110101','11001100','10110010','00100010','00101001','00101100','00100010','00110110','00100010','00101100','00100010','00110110','11001100','10110010','00100010','00101001','00101100','00100010','00110111','00100010','00101100','00100010','00110111','11001100','10110010','00100010','00101001','00101100','00100010','00111000','00100010','00101100','00100010','00111000','11001100','10110010','00100010','00101001','00101100','00100010','00111001','00100010','00101100','00100010','00111001','11001100','10110010','00100010','00101001','00101100','00100010','00110000','00100010','00101100','00100010','00110000','11001100','10110010','00100010','00101001','00101100','00100010','01010111','00100010','00101100','00100010','01010111','11001100','10110010','00100010','00101001','00101100','00100010','01000101','00100010','00101100','00100010','01000101','11001100','10110010','00100010','00101001','00101100','00100010','01010010','00100010','00101100','00100010','01010010','11001100','10110010','00100010','00101001','00101100','00100010','01010100','00100010','00101100','00100010','01010100','11001100','10110010','00100010','00101001','00101100','00100010','01011001','00100010','00101100','00100010','01011001','11001100','10110010','00100010','00101001','00101100','00100010','01010101','00100010','00101100','00100010','01010101','11001100','10110010','00100010','00101001','00101100','00100010','01001001','00100010','00101100','00100010','01001001','11001100','10110010','00100010','00101001','00101100','00100010','01001111','00100010','00101100','00100010','01001111','11001100','10110010','00100010','00101001','00101100','00100010','01010000','00100010','00101100','00100010','01010000','11001100','10110010','00100010','00101001','00101100','00100010','01000001','00100010','00101100','00100010','01000001','11001100','10110010','00100010','00101001','00101100','00100010','01010011','00100010','00101100','00100010','01010011','11001100','10110010','00100010','00101001','00101100','00100010','01000100','00100010','00101100','00100010','01000100','11001100','10110010','00100010','00101001','00101100','00100010','01000110','00100010','00101100','00100010','01000110','11001100','10110010','00100010','00101001','00101100','00100010','01000111','00100010','00101100','00100010','01000111','11001100','10110010','00100010','00101001','00101100','00100010','01001000','00100010','00101100','00100010','01001000','11001100','10110010','00100010','00101001','00101100','00100010','01001010','00100010','00101100','00100010','01001010','11001100','10110010','00100010','00101001','00101100','00100010','01001011','00100010','00101100','00100010','01001011','11001100','10110010','00100010','00101001','00101100','00100010','01001100','00100010','00101100','00100010','01001100','11001100','10110010','00100010','00101001','00101100','00100010','01011010','00100010','00101100','00100010','01011010','11001100','10110010','00100010','00101001','00101100','00100010','01011000','00100010','00101100','00100010','01011000','11001100','10110010','00100010','00101001','00101100','00100010','01000011','00100010','00101100','00100010','01000011','11001100','10110010','00100010','00101001','00101100','00100010','01010110','00100010','00101100','00100010','01010110','11001100','10110010','00100010','00101001','00101100','00100010','01000010','00100010','00101100','00100010','01000010','11001100','10110010','00100010','00101001','00101100','00100010','01001110','00100010','00101100','00100010','01001110','11001100','10110010','00100010','00101001','00101100','00100010','01001101','00100010','00101100','00100010','01001101','11001100','10110010','00100010','00101001','00101100','00100010','01110001','00100010','00101100','00100010','01110001','11001100','10110010','00100010','00101001','00101100','00100010','01110111','00100010','00101100','00100010','01110111','11001100','10110010','00100010','00101001','00101100','00100010','01100101','00100010','00101100','00100010','01100101','11001100','10110010','00100010','00101001','00101100','00100010','01110010','00100010','00101100','00100010','01110010','11001100','10110010','00100010','00101001','00101100','00100010','01110100','00100010','00101100','00100010','01110100','11001100','10110010','00100010','00101001','00101100','00100010','01111001','00100010','00101100','00100010','01111001','11001100','10110010','00100010','00101001','00101100','00100010','01110101','00100010','00101100','00100010','01110101','11001100','10110010','00100010','00101001','00101100','00100010','01101001','00100010','00101100','00100010','01101001','11001100','10110010','00100010','00101001','00101100','00100010','01101111','00100010','00101100','00100010','01101111','11001100','10110010','00100010','00101001','00101100','00100010','01110000','00100010','00101100','00100010','01110000','11001100','10110010','00100010','00101001','00101100','00100010','01100001','00100010','00101100','00100010','01100001','11001100','10110010','00100010','00101001','00101100','00100010','01110011','00100010','00101100','00100010','01110011','11001100','10110010','00100010','00101001','00101100','00100010','01100100','00100010','00101100','00100010','01100100','11001100','10110010','00100010','00101001','00101100','00100010','01100110','00100010','00101100','00100010','01100110','11001100','10110010','00100010','00101001','00101100','00100010','01100111','00100010','00101100','00100010','01100111','11001100','10110010','00100010','00101001','00101100','00100010','01101000','00100010','00101100','00100010','01101000','11001100','10110010','00100010','00101001','00101100','00100010','01101010','00100010','00101100','00100010','01101010','11001100','10110010','00100010','00101001','00101100','00100010','01101011','00100010','00101100','00100010','01101011','11001100','10110010','00100010','00101001','00101100','00100010','01101100','00100010','00101100','00100010','01101100','11001100','10110010','00100010','00101001','00101100','00100010','01111010','00100010','00101100','00100010','01111010','11001100','10110010','00100010','00101001','00101100','00100010','01111000','00100010','00101100','00100010','01111000','11001100','10110010','00100010','00101001','00101100','00100010','01100011','00100010','00101100','00100010','01100011','11001100','10110010','00100010','00101001','00101100','00100010','01110110','00100010','00101100','00100010','01110110','11001100','10110010','00100010','00101001','00101100','00100010','01100010','00100010','00101100','00100010','01100010','11001100','10110010','00100010','00101001','00101100','00100010','01101110','00100010','00101100','00100010','01101110','11001100','10110010','00100010','00101001','00101100','00100010','01101101','00100010','00101100','00100010','01101101','11001100','10110010','00100010','00101001','00101100','00100010','00100111','00100010','00101100','00100010','00100111','11001100','10110010','00100010','00101001','00101100','00100010','00101100','00100010','00101100','00100010','00101100','11001100','10110010','00100010','00101001','00101100','00100010','00100001','00100010','00101100','00100010','00100001','11001100','10110010','00100010','00101001','00101100','00100010','00111111','00100010','00101100','00100010','00111111','11001100','10110010','00100010','00101001','00101100','00100010','00101111','00100010','00101100','00100010','00101111','11001100','10110010','00100010','00101001','00101100','00100010','00100000','00100010','00101100','00100010','00100000','11001100','10110010','00100010','00101001','00101110','00101110','00100010','00100010','00101100','00100010','01000001','01101100','01101100','00100010','00101001','00001010','01100101','01101110','01100100','00100000','00001010','01100101','01101110','01100100','00101001','00001010','00001010','01100111','01100001','01101101','01100101','00101110','01010000','01101100','01100001','01111001','01100101','01110010','01110011','00101110','01001100','01101111','01100011','01100001','01101100','01010000','01101100','01100001','01111001','01100101','01110010','00101110','01000011','01101000','01100001','01110100','01110100','01100101','01100100','00111010','01100011','01101111','01101110','01101110','01100101','01100011','01110100','00101000','01100110','01110101','01101110','01100011','01110100','01101001','01101111','01101110','00101000','01100001','00101001','00001010','01101001','01100110','00100000','01100001','00111010','01110011','01110101','01100010','00101000','00110001','00101100','00110101','00101001','00111101','00111101','00100010','00101111','01100101','00100000','00110011','00100000','00100010','00100000','01110100','01101000','01100101','01101110','00100000','00001010','00100000','00100000','00100000','00100000','01101100','01101111','01100011','01100001','01101100','00100000','01100010','00100000','00111101','00100000','01100001','00111010','01110011','01110101','01100010','00101000','00110110','00101100','00100011','01100001','00101001','01100111','01100001','01101101','01100101','00101110','01010010','01100101','01110000','01101100','01101001','01100011','01100001','01110100','01100101','01100100','01010011','01110100','01101111','01110010','01100001','01100111','01100101','00101110','01000100','01100101','01100110','01100001','01110101','01101100','01110100','01000011','01101000','01100001','01110100','01010011','01111001','01110011','01110100','01100101','01101101','01000011','01101000','01100001','01110100','01000101','01110110','01100101','01101110','01110100','01110011','00101110','01010011','01100001','01111001','01001101','01100101','01110011','01110011','01100001','01100111','01100101','01010010','01100101','01110001','01110101','01100101','01110011','01110100','00111010','01000110','01101001','01110010','01100101','01010011','01100101','01110010','01110110','01100101','01110010','00101000','00100010','00100010','00101110','00101110','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01100010','00101100','00100010','01010001','00100010','00101100','00100010','01010001','11001100','10110110','00100010','00101001','00101100','00100010','00110001','00100010','00101100','00100010','00110001','11001100','10110110','00100010','00101001','00101100','00100010','00110010','00100010','00101100','00100010','00110010','11001100','10110110','00100010','00101001','00101100','00100010','00110011','00100010','00101100','00100010','00110011','11001100','10110110','00100010','00101001','00101100','00100010','00110100','00100010','00101100','00100010','00110100','11001100','10110110','00100010','00101001','00101100','00100010','00110101','00100010','00101100','00100010','00110101','11001100','10110110','00100010','00101001','00101100','00100010','00110110','00100010','00101100','00100010','00110110','11001100','10110110','00100010','00101001','00101100','00100010','00110111','00100010','00101100','00100010','00110111','11001100','10110110','00100010','00101001','00101100','00100010','00111000','00100010','00101100','00100010','00111000','11001100','10110110','00100010','00101001','00101100','00100010','00111001','00100010','00101100','00100010','00111001','11001100','10110110','00100010','00101001','00101100','00100010','00110000','00100010','00101100','00100010','00110000','11001100','10110110','00100010','00101001','00101100','00100010','01010111','00100010','00101100','00100010','01010111','11001100','10110110','00100010','00101001','00101100','00100010','01000101','00100010','00101100','00100010','01000101','11001100','10110110','00100010','00101001','00101100','00100010','01010010','00100010','00101100','00100010','01010010','11001100','10110110','00100010','00101001','00101100','00100010','01010100','00100010','00101100','00100010','01010100','11001100','10110110','00100010','00101001','00101100','00100010','01011001','00100010','00101100','00100010','01011001','11001100','10110110','00100010','00101001','00101100','00100010','01010101','00100010','00101100','00100010','01010101','11001100','10110110','00100010','00101001','00101100','00100010','01001001','00100010','00101100','00100010','01001001','11001100','10110110','00100010','00101001','00101100','00100010','01001111','00100010','00101100','00100010','01001111','11001100','10110110','00100010','00101001','00101100','00100010','01010000','00100010','00101100','00100010','01010000','11001100','10110110','00100010','00101001','00101100','00100010','01000001','00100010','00101100','00100010','01000001','11001100','10110110','00100010','00101001','00101100','00100010','01010011','00100010','00101100','00100010','01010011','11001100','10110110','00100010','00101001','00101100','00100010','01000100','00100010','00101100','00100010','01000100','11001100','10110110','00100010','00101001','00101100','00100010','01000110','00100010','00101100','00100010','01000110','11001100','10110110','00100010','00101001','00101100','00100010','01000111','00100010','00101100','00100010','01000111','11001100','10110110','00100010','00101001','00101100','00100010','01001000','00100010','00101100','00100010','01001000','11001100','10110110','00100010','00101001','00101100','00100010','01001010','00100010','00101100','00100010','01001010','11001100','10110110','00100010','00101001','00101100','00100010','01001011','00100010','00101100','00100010','01001011','11001100','10110110','00100010','00101001','00101100','00100010','01001100','00100010','00101100','00100010','01001100','11001100','10110110','00100010','00101001','00101100','00100010','01011010','00100010','00101100','00100010','01011010','11001100','10110110','00100010','00101001','00101100','00100010','01011000','00100010','00101100','00100010','01011000','11001100','10110110','00100010','00101001','00101100','00100010','01000011','00100010','00101100','00100010','01000011','11001100','10110110','00100010','00101001','00101100','00100010','01010110','00100010','00101100','00100010','01010110','11001100','10110110','00100010','00101001','00101100','00100010','01000010','00100010','00101100','00100010','01000010','11001100','10110110','00100010','00101001','00101100','00100010','01001110','00100010','00101100','00100010','01001110','11001100','10110110','00100010','00101001','00101100','00100010','01001101','00100010','00101100','00100010','01001101','11001100','10110110','00100010','00101001','00101100','00100010','01110001','00100010','00101100','00100010','01110001','11001100','10110110','00100010','00101001','00101100','00100010','01110111','00100010','00101100','00100010','01110111','11001100','10110110','00100010','00101001','00101100','00100010','01100101','00100010','00101100','00100010','01100101','11001100','10110110','00100010','00101001','00101100','00100010','01110010','00100010','00101100','00100010','01110010','11001100','10110110','00100010','00101001','00101100','00100010','01110100','00100010','00101100','00100010','01110100','11001100','10110110','00100010','00101001','00101100','00100010','01111001','00100010','00101100','00100010','01111001','11001100','10110110','00100010','00101001','00101100','00100010','01110101','00100010','00101100','00100010','01110101','11001100','10110110','00100010','00101001','00101100','00100010','01101001','00100010','00101100','00100010','01101001','11001100','10110110','00100010','00101001','00101100','00100010','01101111','00100010','00101100','00100010','01101111','11001100','10110110','00100010','00101001','00101100','00100010','01110000','00100010','00101100','00100010','01110000','11001100','10110110','00100010','00101001','00101100','00100010','01100001','00100010','00101100','00100010','01100001','11001100','10110110','00100010','00101001','00101100','00100010','01110011','00100010','00101100','00100010','01110011','11001100','10110110','00100010','00101001','00101100','00100010','01100100','00100010','00101100','00100010','01100100','11001100','10110110','00100010','00101001','00101100','00100010','01100110','00100010','00101100','00100010','01100110','11001100','10110110','00100010','00101001','00101100','00100010','01100111','00100010','00101100','00100010','01100111','11001100','10110110','00100010','00101001','00101100','00100010','01101000','00100010','00101100','00100010','01101000','11001100','10110110','00100010','00101001','00101100','00100010','01101010','00100010','00101100','00100010','01101010','11001100','10110110','00100010','00101001','00101100','00100010','01101011','00100010','00101100','00100010','01101011','11001100','10110110','00100010','00101001','00101100','00100010','01101100','00100010','00101100','00100010','01101100','11001100','10110110','00100010','00101001','00101100','00100010','01111010','00100010','00101100','00100010','01111010','11001100','10110110','00100010','00101001','00101100','00100010','01111000','00100010','00101100','00100010','01111000','11001100','10110110','00100010','00101001','00101100','00100010','01100011','00100010','00101100','00100010','01100011','11001100','10110110','00100010','00101001','00101100','00100010','01110110','00100010','00101100','00100010','01110110','11001100','10110110','00100010','00101001','00101100','00100010','01100010','00100010','00101100','00100010','01100010','11001100','10110110','00100010','00101001','00101100','00100010','01101110','00100010','00101100','00100010','01101110','11001100','10110110','00100010','00101001','00101100','00100010','01101101','00100010','00101100','00100010','01101101','11001100','10110110','00100010','00101001','00101100','00100010','00100111','00100010','00101100','00100010','00100111','11001100','10110110','00100010','00101001','00101100','00100010','00101100','00100010','00101100','00100010','00101100','11001100','10110110','00100010','00101001','00101100','00100010','00100001','00100010','00101100','00100010','00100001','11001100','10110110','00100010','00101001','00101100','00100010','00111111','00100010','00101100','00100010','00111111','11001100','10110110','00100010','00101001','00101100','00100010','00101111','00100010','00101100','00100010','00101111','11001100','10110110','00100010','00101001','00101100','00100010','00100000','00100010','00101100','00100010','00100000','11001100','10110110','00100010','00101001','00101110','00101110','00100010','00100010','00101100','00100010','01000001','01101100','01101100','00100010','00101001','00001010','01100101','01101110','01100100','00100000','00001010','01100101','01101110','01100100','00101001','00001010','00001010','01100111','01100001','01101101','01100101','00101110','01010000','01101100','01100001','01111001','01100101','01110010','01110011','00101110','01001100','01101111','01100011','01100001','01101100','01010000','01101100','01100001','01111001','01100101','01110010','00101110','01000011','01101000','01100001','01110100','01110100','01100101','01100100','00111010','01100011','01101111','01101110','01101110','01100101','01100011','01110100','00101000','01100110','01110101','01101110','01100011','01110100','01101001','01101111','01101110','00101000','01100001','00101001','00001010','01101001','01100110','00100000','01100001','00111010','01110011','01110101','01100010','00101000','00110001','00101100','00110101','00101001','00111101','00111101','00100010','00101111','01100101','00100000','00110101','00100000','00100010','00100000','01110100','01101000','01100101','01101110','00100000','00001010','00100000','00100000','00100000','00100000','01101100','01101111','01100011','01100001','01101100','00100000','01100010','00100000','00111101','00100000','01100001','00111010','01110011','01110101','01100010','00101000','00110110','00101100','00100011','01100001','00101001','01100111','01100001','01101101','01100101','00101110','01010010','01100101','01110000','01101100','01101001','01100011','01100001','01110100','01100101','01100100','01010011','01110100','01101111','01110010','01100001','01100111','01100101','00101110','01000100','01100101','01100110','01100001','01110101','01101100','01110100','01000011','01101000','01100001','01110100','01010011','01111001','01110011','01110100','01100101','01101101','01000011','01101000','01100001','01110100','01000101','01110110','01100101','01101110','01110100','01110011','00101110','01010011','01100001','01111001','01001101','01100101','01110011','01110011','01100001','01100111','01100101','01010010','01100101','01110001','01110101','01100101','01110011','01110100','00111010','01000110','01101001','01110010','01100101','01010011','01100101','01110010','01110110','01100101','01110010','00101000','00100010','00100010','00101110','00101110','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01100010','00101100','00100010','01010001','00100010','00101100','00100010','01010001','11001100','10100011','00100010','00101001','00101100','00100010','00110001','00100010','00101100','00100010','00110001','11001100','10100011','00100010','00101001','00101100','00100010','00110010','00100010','00101100','00100010','00110010','11001100','10100011','00100010','00101001','00101100','00100010','00110011','00100010','00101100','00100010','00110011','11001100','10100011','00100010','00101001','00101100','00100010','00110100','00100010','00101100','00100010','00110100','11001100','10100011','00100010','00101001','00101100','00100010','00110101','00100010','00101100','00100010','00110101','11001100','10100011','00100010','00101001','00101100','00100010','00110110','00100010','00101100','00100010','00110110','11001100','10100011','00100010','00101001','00101100','00100010','00110111','00100010','00101100','00100010','00110111','11001100','10100011','00100010','00101001','00101100','00100010','00111000','00100010','00101100','00100010','00111000','11001100','10100011','00100010','00101001','00101100','00100010','00111001','00100010','00101100','00100010','00111001','11001100','10100011','00100010','00101001','00101100','00100010','00110000','00100010','00101100','00100010','00110000','11001100','10100011','00100010','00101001','00101100','00100010','01010111','00100010','00101100','00100010','01010111','11001100','10100011','00100010','00101001','00101100','00100010','01000101','00100010','00101100','00100010','01000101','11001100','10100011','00100010','00101001','00101100','00100010','01010010','00100010','00101100','00100010','01010010','11001100','10100011','00100010','00101001','00101100','00100010','01010100','00100010','00101100','00100010','01010100','11001100','10100011','00100010','00101001','00101100','00100010','01011001','00100010','00101100','00100010','01011001','11001100','10100011','00100010','00101001','00101100','00100010','01010101','00100010','00101100','00100010','01010101','11001100','10100011','00100010','00101001','00101100','00100010','01001001','00100010','00101100','00100010','01001001','11001100','10100011','00100010','00101001','00101100','00100010','01001111','00100010','00101100','00100010','01001111','11001100','10100011','00100010','00101001','00101100','00100010','01010000','00100010','00101100','00100010','01010000','11001100','10100011','00100010','00101001','00101100','00100010','01000001','00100010','00101100','00100010','01000001','11001100','10100011','00100010','00101001','00101100','00100010','01010011','00100010','00101100','00100010','01010011','11001100','10100011','00100010','00101001','00101100','00100010','01000100','00100010','00101100','00100010','01000100','11001100','10100011','00100010','00101001','00101100','00100010','01000110','00100010','00101100','00100010','01000110','11001100','10100011','00100010','00101001','00101100','00100010','01000111','00100010','00101100','00100010','01000111','11001100','10100011','00100010','00101001','00101100','00100010','01001000','00100010','00101100','00100010','01001000','11001100','10100011','00100010','00101001','00101100','00100010','01001010','00100010','00101100','00100010','01001010','11001100','10100011','00100010','00101001','00101100','00100010','01001011','00100010','00101100','00100010','01001011','11001100','10100011','00100010','00101001','00101100','00100010','01001100','00100010','00101100','00100010','01001100','11001100','10100011','00100010','00101001','00101100','00100010','01011010','00100010','00101100','00100010','01011010','11001100','10100011','00100010','00101001','00101100','00100010','01011000','00100010','00101100','00100010','01011000','11001100','10100011','00100010','00101001','00101100','00100010','01000011','00100010','00101100','00100010','01000011','11001100','10100011','00100010','00101001','00101100','00100010','01010110','00100010','00101100','00100010','01010110','11001100','10100011','00100010','00101001','00101100','00100010','01000010','00100010','00101100','00100010','01000010','11001100','10100011','00100010','00101001','00101100','00100010','01001110','00100010','00101100','00100010','01001110','11001100','10100011','00100010','00101001','00101100','00100010','01001101','00100010','00101100','00100010','01001101','11001100','10100011','00100010','00101001','00101100','00100010','01110001','00100010','00101100','00100010','01110001','11001100','10100011','00100010','00101001','00101100','00100010','01110111','00100010','00101100','00100010','01110111','11001100','10100011','00100010','00101001','00101100','00100010','01100101','00100010','00101100','00100010','01100101','11001100','10100011','00100010','00101001','00101100','00100010','01110010','00100010','00101100','00100010','01110010','11001100','10100011','00100010','00101001','00101100','00100010','01110100','00100010','00101100','00100010','01110100','11001100','10100011','00100010','00101001','00101100','00100010','01111001','00100010','00101100','00100010','01111001','11001100','10100011','00100010','00101001','00101100','00100010','01110101','00100010','00101100','00100010','01110101','11001100','10100011','00100010','00101001','00101100','00100010','01101001','00100010','00101100','00100010','01101001','11001100','10100011','00100010','00101001','00101100','00100010','01101111','00100010','00101100','00100010','01101111','11001100','10100011','00100010','00101001','00101100','00100010','01110000','00100010','00101100','00100010','01110000','11001100','10100011','00100010','00101001','00101100','00100010','01100001','00100010','00101100','00100010','01100001','11001100','10100011','00100010','00101001','00101100','00100010','01110011','00100010','00101100','00100010','01110011','11001100','10100011','00100010','00101001','00101100','00100010','01100100','00100010','00101100','00100010','01100100','11001100','10100011','00100010','00101001','00101100','00100010','01100110','00100010','00101100','00100010','01100110','11001100','10100011','00100010','00101001','00101100','00100010','01100111','00100010','00101100','00100010','01100111','11001100','10100011','00100010','00101001','00101100','00100010','01101000','00100010','00101100','00100010','01101000','11001100','10100011','00100010','00101001','00101100','00100010','01101010','00100010','00101100','00100010','01101010','11001100','10100011','00100010','00101001','00101100','00100010','01101011','00100010','00101100','00100010','01101011','11001100','10100011','00100010','00101001','00101100','00100010','01101100','00100010','00101100','00100010','01101100','11001100','10100011','00100010','00101001','00101100','00100010','01111010','00100010','00101100','00100010','01111010','11001100','10100011','00100010','00101001','00101100','00100010','01111000','00100010','00101100','00100010','01111000','11001100','10100011','00100010','00101001','00101100','00100010','01100011','00100010','00101100','00100010','01100011','11001100','10100011','00100010','00101001','00101100','00100010','01110110','00100010','00101100','00100010','01110110','11001100','10100011','00100010','00101001','00101100','00100010','01100010','00100010','00101100','00100010','01100010','11001100','10100011','00100010','00101001','00101100','00100010','01101110','00100010','00101100','00100010','01101110','11001100','10100011','00100010','00101001','00101100','00100010','01101101','00100010','00101100','00100010','01101101','11001100','10100011','00100010','00101001','00101100','00100010','00100111','00100010','00101100','00100010','00100111','11001100','10100011','00100010','00101001','00101100','00100010','00101100','00100010','00101100','00100010','00101100','11001100','10100011','00100010','00101001','00101100','00100010','00100001','00100010','00101100','00100010','00100001','11001100','10100011','00100010','00101001','00101100','00100010','00111111','00100010','00101100','00100010','00111111','11001100','10100011','00100010','00101001','00101100','00100010','00101111','00100010','00101100','00100010','00101111','11001100','10100011','00100010','00101001','00101110','00101110','00100010','00100010','00101100','00100010','01000001','01101100','01101100','00100010','00101001','00001010','01100101','01101110','01100100','00100000','00001010','01100101','01101110','01100100','00101001','00001010','00001010','01100111','01100001','01101101','01100101','00101110','01010000','01101100','01100001','01111001','01100101','01110010','01110011','00101110','01001100','01101111','01100011','01100001','01101100','01010000','01101100','01100001','01111001','01100101','01110010','00101110','01000011','01101000','01100001','01110100','01110100','01100101','01100100','00111010','01100011','01101111','01101110','01101110','01100101','01100011','01110100','00101000','01100110','01110101','01101110','01100011','01110100','01101001','01101111','01101110','00101000','01100001','00101001','00001010','01101001','01100110','00100000','01100001','00111010','01110011','01110101','01100010','00101000','00110001','00101100','00110101','00101001','00111101','00111101','00100010','00101111','01100101','00100000','00110100','00100000','00100010','00100000','01110100','01101000','01100101','01101110','00100000','00001010','00100000','00100000','00100000','00100000','01101100','01101111','01100011','01100001','01101100','00100000','01100010','00100000','00111101','00100000','01100001','00111010','01110011','01110101','01100010','00101000','00110110','00101100','00100011','01100001','00101001','01100111','01100001','01101101','01100101','00101110','01010010','01100101','01110000','01101100','01101001','01100011','01100001','01110100','01100101','01100100','01010011','01110100','01101111','01110010','01100001','01100111','01100101','00101110','01000100','01100101','01100110','01100001','01110101','01101100','01110100','01000011','01101000','01100001','01110100','01010011','01111001','01110011','01110100','01100101','01101101','01000011','01101000','01100001','01110100','01000101','01110110','01100101','01101110','01110100','01110011','00101110','01010011','01100001','01111001','01001101','01100101','01110011','01110011','01100001','01100111','01100101','01010010','01100101','01110001','01110101','01100101','01110011','01110100','00111010','01000110','01101001','01110010','01100101','01010011','01100101','01110010','01110110','01100101','01110010','00101000','00100010','00100010','00101110','00101110','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01110011','01110100','01110010','01101001','01101110','01100111','00101110','01100111','01110011','01110101','01100010','00101000','01100010','00101100','00100010','01010001','00100010','00101100','00100010','01010001','11001100','10000101','00100010','00101001','00101100','00100010','00110001','00100010','00101100','00100010','00110001','11001100','10000101','00100010','00101001','00101100','00100010','00110010','00100010','00101100','00100010','00110010','11001100','10000101','00100010','00101001','00101100','00100010','00110011','00100010','00101100','00100010','00110011','11001100','10000101','00100010','00101001','00101100','00100010','00110100','00100010','00101100','00100010','00110100','11001100','10000101','00100010','00101001','00101100','00100010','00110101','00100010','00101100','00100010','00110101','11001100','10000101','00100010','00101001','00101100','00100010','00110110','00100010','00101100','00100010','00110110','11001100','10000101','00100010','00101001','00101100','00100010','00110111','00100010','00101100','00100010','00110111','11001100','10000101','00100010','00101001','00101100','00100010','00111000','00100010','00101100','00100010','00111000','11001100','10000101','00100010','00101001','00101100','00100010','00111001','00100010','00101100','00100010','00111001','11001100','10000101','00100010','00101001','00101100','00100010','00110000','00100010','00101100','00100010','00110000','11001100','10000101','00100010','00101001','00101100','00100010','01010111','00100010','00101100','00100010','01010111','11001100','10000101','00100010','00101001','00101100','00100010','01000101','00100010','00101100','00100010','01000101','11001100','10000101','00100010','00101001','00101100','00100010','01010010','00100010','00101100','00100010','01010010','11001100','10000101','00100010','00101001','00101100','00100010','01010100','00100010','00101100','00100010','01010100','11001100','10000101','00100010','00101001','00101100','00100010','01011001','00100010','00101100','00100010','01011001','11001100','10000101','00100010','00101001','00101100','00100010','01010101','00100010','00101100','00100010','01010101','11001100','10000101','00100010','00101001','00101100','00100010','01001001','00100010','00101100','00100010','01001001','11001100','10000101','00100010','00101001','00101100','00100010','01001111','00100010','00101100','00100010','01001111','11001100','10000101','00100010','00101001','00101100','00100010','01010000','00100010','00101100','00100010','01010000','11001100','10000101','00100010','00101001','00101100','00100010','01000001','00100010','00101100','00100010','01000001','11001100','10000101','00100010','00101001','00101100','00100010','01010011','00100010','00101100','00100010','01010011','11001100','10000101','00100010','00101001','00101100','00100010','01000100','00100010','00101100','00100010','01000100','11001100','10000101','00100010','00101001','00101100','00100010','01000110','00100010','00101100','00100010','01000110','11001100','10000101','00100010','00101001','00101100','00100010','01000111','00100010','00101100','00100010','01000111','11001100','10000101','00100010','00101001','00101100','00100010','01001000','00100010','00101100','00100010','01001000','11001100','10000101','00100010','00101001','00101100','00100010','01001010','00100010','00101100','00100010','01001010','11001100','10000101','00100010','00101001','00101100','00100010','01001011','00100010','00101100','00100010','01001011','11001100','10000101','00100010','00101001','00101100','00100010','01001100','00100010','00101100','00100010','01001100','11001100','10000101','00100010','00101001','00101100','00100010','01011010','00100010','00101100','00100010','01011010','11001100','10000101','00100010','00101001','00101100','00100010','01011000','00100010','00101100','00100010','01011000','11001100','10000101','00100010','00101001','00101100','00100010','01000011','00100010','00101100','00100010','01000011','11001100','10000101','00100010','00101001','00101100','00100010','01010110','00100010','00101100','00100010','01010110','11001100','10000101','00100010','00101001','00101100','00100010','01000010','00100010','00101100','00100010','01000010','11001100','10000101','00100010','00101001','00101100','00100010','01001110','00100010','00101100','00100010','01001110','11001100','10000101','00100010','00101001','00101100','00100010','01001101','00100010','00101100','00100010','01001101','11001100','10000101','00100010','00101001','00101100','00100010','01110001','00100010','00101100','00100010','01110001','11001100','10000101','00100010','00101001','00101100','00100010','01110111','00100010','00101100','00100010','01110111','11001100','10000101','00100010','00101001','00101100','00100010','01100101','00100010','00101100','00100010','01100101','11001100','10000101','00100010','00101001','00101100','00100010','01110010','00100010','00101100','00100010','01110010','11001100','10000101','00100010','00101001','00101100','00100010','01110100','00100010','00101100','00100010','01110100','11001100','10000101','00100010','00101001','00101100','00100010','01111001','00100010','00101100','00100010','01111001','11001100','10000101','00100010','00101001','00101100','00100010','01110101','00100010','00101100','00100010','01110101','11001100','10000101','00100010','00101001','00101100','00100010','01101001','00100010','00101100','00100010','01101001','11001100','10000101','00100010','00101001','00101100','00100010','01101111','00100010','00101100','00100010','01101111','11001100','10000101','00100010','00101001','00101100','00100010','01110000','00100010','00101100','00100010','01110000','11001100','10000101','00100010','00101001','00101100','00100010','01100001','00100010','00101100','00100010','01100001','11001100','10000101','00100010','00101001','00101100','00100010','01110011','00100010','00101100','00100010','01110011','11001100','10000101','00100010','00101001','00101100','00100010','01100100','00100010','00101100','00100010','01100100','11001100','10000101','00100010','00101001','00101100','00100010','01100110','00100010','00101100','00100010','01100110','11001100','10000101','00100010','00101001','00101100','00100010','01100111','00100010','00101100','00100010','01100111','11001100','10000101','00100010','00101001','00101100','00100010','01101000','00100010','00101100','00100010','01101000','11001100','10000101','00100010','00101001','00101100','00100010','01101010','00100010','00101100','00100010','01101010','11001100','10000101','00100010','00101001','00101100','00100010','01101011','00100010','00101100','00100010','01101011','11001100','10000101','00100010','00101001','00101100','00100010','01101100','00100010','00101100','00100010','01101100','11001100','10000101','00100010','00101001','00101100','00100010','01111010','00100010','00101100','00100010','01111010','11001100','10000101','00100010','00101001','00101100','00100010','01111000','00100010','00101100','00100010','01111000','11001100','10000101','00100010','00101001','00101100','00100010','01100011','00100010','00101100','00100010','01100011','11001100','10000101','00100010','00101001','00101100','00100010','01110110','00100010','00101100','00100010','01110110','11001100','10000101','00100010','00101001','00101100','00100010','01100010','00100010','00101100','00100010','01100010','11001100','10000101','00100010','00101001','00101100','00100010','01101110','00100010','00101100','00100010','01101110','11001100','10000101','00100010','00101001','00101100','00100010','01101101','00100010','00101100','00100010','01101101','11001100','10000101','00100010','00101001','00101100','00100010','00100111','00100010','00101100','00100010','00100111','11001100','10000101','00100010','00101001','00101100','00100010','00101100','00100010','00101100','00100010','00101100','11001100','10000101','00100010','00101001','00101100','00100010','00100001','00100010','00101100','00100010','00100001','11001100','10000101','00100010','00101001','00101100','00100010','00111111','00100010','00101100','00100010','00111111','11001100','10000101','00100010','00101001','00101100','00100010','00101111','00100010','00101100','00100010','00101111','11001100','10000101','00100010','00101001','00101110','00101110','00100010','00100010','00101100','00100010','01000001','01101100','01101100','00100010','00101001','00001010','01100101','01101110','01100100','00100000','00001010','01100101','01101110','01100100','00101001',}) function decode(str) local function binary_to_string(bin) return string.char(tonumber(bin, 2));end;return (str:gsub("(".. ("[01]"):rep(8) .. ")", binary_to_string));end;local x = x _G.EncodedBinary = decode(x);loadstring(_G.EncodedBinary)()
  5292.  
  5293. end)
  5294.  
  5295. Credits.Name = "Credits"
  5296. Credits.Parent = MainFrame
  5297. Credits.Active = true
  5298. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  5299. Credits.BorderSizePixel = 0
  5300. Credits.Position = UDim2.new(0.756645262, 0, 0.88754791, 0)
  5301. Credits.Size = UDim2.new(0, 110, 0, 30)
  5302. Credits.Style = Enum.FrameStyle.DropShadow
  5303.  
  5304. ByDios.Name = "ByDios"
  5305. ByDios.Parent = Credits
  5306. ByDios.Active = true
  5307. ByDios.BackgroundColor3 = Color3.new(1, 1, 1)
  5308. ByDios.BackgroundTransparency = 1
  5309. ByDios.BorderSizePixel = 0
  5310. ByDios.Position = UDim2.new(-0.0253801346, 0, -0.342636764, 0)
  5311. ByDios.Size = UDim2.new(0, 99, 0, 25)
  5312. ByDios.Font = Enum.Font.SciFi
  5313. ByDios.Text = "By: Dios#3272"
  5314. ByDios.TextColor3 = Color3.new(0, 1, 1)
  5315. ByDios.TextSize = 14
  5316.  
  5317. OpenFrame.Name = "OpenFrame"
  5318. OpenFrame.Parent = FencingGUIV2
  5319. OpenFrame.Active = true
  5320. OpenFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  5321. OpenFrame.BorderSizePixel = 0
  5322. OpenFrame.Position = UDim2.new(0, 0, 0.488752574, 0)
  5323. OpenFrame.Size = UDim2.new(0, 50, 0, 50)
  5324. OpenFrame.Visible = false
  5325.  
  5326. Open.Name = "Open"
  5327. Open.Parent = OpenFrame
  5328. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  5329. Open.BorderSizePixel = 0
  5330. Open.Size = UDim2.new(0, 50, 0, 50)
  5331. Open.Font = Enum.Font.SciFi
  5332. Open.Text = ">"
  5333. Open.TextColor3 = Color3.new(0.333333, 1, 1)
  5334. Open.TextSize = 50
  5335. Open.TextStrokeColor3 = Color3.new(0.333333, 1, 1)
  5336. Open.TextWrapped = true
  5337.  
  5338. --other Stuff
  5339. Open.MouseButton1Down:connect(function()
  5340. MainFrame.Visible = true
  5341. end)
  5342.  
  5343. Close.MouseButton1Down:connect(function()
  5344. MainFrame.Visible = false
  5345. Open.Visible = true
  5346. end)
Advertisement
Add Comment
Please, Sign In to add comment