Guest User

nhgiurmjkgpa

a guest
May 23rd, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 249.88 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local DetoxGUI = Instance.new("ScreenGui")
  5. local Main = Instance.new("Frame")
  6. local Cartoon = Instance.new("Frame")
  7. local X = Instance.new("TextButton")
  8. local TextLabel = Instance.new("TextLabel")
  9. local Name = Instance.new("TextLabel")
  10. local Credits = Instance.new("Frame")
  11. local ArmShield = Instance.new("TextButton")
  12. local NoClipV2 = Instance.new("TextButton")
  13. local ClickTeleport = Instance.new("TextButton")
  14. local InfiniteJump = Instance.new("TextButton")
  15. local ChatChanger = Instance.new("TextButton")
  16. local RevizAdmin = Instance.new("TextButton")
  17. local Btools = Instance.new("TextButton")
  18. local TPose = Instance.new("TextButton")
  19. local OpenFrame = Instance.new("Frame")
  20. local Open = Instance.new("TextButton")
  21.  
  22. --Properties:
  23.  
  24. DetoxGUI.Name = "Detox GUI"
  25. DetoxGUI.Parent = game.CoreGui
  26.  
  27. Main.Name = "Main"
  28. Main.Parent = DetoxGUI
  29. Main.Active = true
  30. Main.BackgroundColor3 = Color3.new(0, 1, 0)
  31. Main.BorderSizePixel = 0
  32. Main.Position = UDim2.new(0.423860312, 0, 0.304621845, 0)
  33. Main.Size = UDim2.new(0, 356, 0, 201)
  34. Main.Visible = false
  35. Main.Style = Enum.FrameStyle.DropShadow
  36. Main.Draggable = true
  37.  
  38. OpenFrame.Name = "OpenFrame"
  39. OpenFrame.Parent = DetoxGUI
  40. OpenFrame.Active = true
  41. OpenFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  42. OpenFrame.BackgroundTransparency = 0.30000001192093
  43. OpenFrame.BorderSizePixel = 0
  44. OpenFrame.Position = UDim2.new(0, 0, 0.527310967, 0)
  45. OpenFrame.Size = UDim2.new(0, 102, 0, 35)
  46.  
  47. Open.Name = "Open"
  48. Open.Parent = OpenFrame
  49. Open.BackgroundColor3 = Color3.new(0, 0, 0)
  50. Open.BorderSizePixel = 0
  51. Open.Position = UDim2.new(0.0490196086, 0, 0.0571428575, 0)
  52. Open.Size = UDim2.new(0, 92, 0, 30)
  53. Open.Font = Enum.Font.SciFi
  54. Open.Text = "Open"
  55. Open.TextColor3 = Color3.new(0, 1, 0)
  56. Open.TextSize = 20
  57.  
  58. Open.MouseButton1Down:connect(function()
  59. Main.Visible = true
  60. OpenFrame.Visible = false
  61. end)
  62.  
  63. Cartoon.Name = "Cartoon"
  64. Cartoon.Parent = Main
  65. Cartoon.BackgroundColor3 = Color3.new(0, 0, 0)
  66. Cartoon.BackgroundTransparency = 0.5
  67. Cartoon.BorderColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  68. Cartoon.BorderSizePixel = 0
  69. Cartoon.Position = UDim2.new(-0.00179899414, 0, 0.000396045856, 0)
  70. Cartoon.Size = UDim2.new(0, 340, 0, 30)
  71.  
  72. X.Name = "X"
  73. X.Parent = Main
  74. X.BackgroundColor3 = Color3.new(0, 0, 0)
  75. X.BackgroundTransparency = 0.5
  76. X.Position = UDim2.new(1.02250338, 0, -0.00462857261, 0)
  77. X.Size = UDim2.new(0, 30, 0, 30)
  78. X.Font = Enum.Font.SciFi
  79. X.Text = "X"
  80. X.TextColor3 = Color3.new(0, 1, 0)
  81. X.TextSize = 20
  82.  
  83. X.MouseButton1Down:connect(function()
  84. OpenFrame.Visible = true
  85. Main.Visible = false
  86. end)
  87.  
  88. TextLabel.Parent = Main
  89. TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  90. TextLabel.BackgroundTransparency = 1
  91. TextLabel.BorderSizePixel = 0
  92. TextLabel.Position = UDim2.new(0.725129366, 0, 0.837522507, 0)
  93. TextLabel.Size = UDim2.new(0, 100, 0, 30)
  94. TextLabel.Font = Enum.Font.SciFi
  95. TextLabel.Text = "By: Doomcrows"
  96. TextLabel.TextColor3 = Color3.new(0, 1, 0)
  97. TextLabel.TextSize = 12
  98. TextLabel.TextStrokeColor3 = Color3.new(0, 1, 0)
  99.  
  100. Name.Name = "Name"
  101. Name.Parent = Main
  102. Name.BackgroundColor3 = Color3.new(0, 0, 0)
  103. Name.BackgroundTransparency = 1
  104. Name.BorderSizePixel = 0
  105. Name.Position = UDim2.new(0.213218778, 0, 0, 0)
  106. Name.Size = UDim2.new(0, 195, 0, 30)
  107. Name.Font = Enum.Font.SciFi
  108. Name.Text = "Detox GUI"
  109. Name.TextColor3 = Color3.new(0, 1, 0)
  110. Name.TextSize = 18
  111.  
  112. Credits.Name = "Credits"
  113. Credits.Parent = Main
  114. Credits.Active = true
  115. Credits.BackgroundColor3 = Color3.new(0, 0, 0)
  116. Credits.BorderColor3 = Color3.new(0, 1, 0)
  117. Credits.BorderSizePixel = 0
  118. Credits.Position = UDim2.new(0.733367085, 0, 0.832726836, 0)
  119. Credits.Size = UDim2.new(0, 90, 0, 30)
  120. Credits.Style = Enum.FrameStyle.DropShadow
  121.  
  122. ArmShield.Name = "ArmShield"
  123. ArmShield.Parent = Main
  124. ArmShield.BackgroundColor3 = Color3.new(0, 0, 0)
  125. ArmShield.BackgroundTransparency = 0.5
  126. ArmShield.BorderColor3 = Color3.new(0, 1, 0)
  127. ArmShield.BorderSizePixel = 0
  128. ArmShield.Position = UDim2.new(0.0158894323, 0, 0.803263009, 0)
  129. ArmShield.Size = UDim2.new(0, 90, 0, 30)
  130. ArmShield.Font = Enum.Font.SciFi
  131. ArmShield.Text = "ArmShield"
  132. ArmShield.TextColor3 = Color3.new(0, 1, 0)
  133. ArmShield.TextSize = 14
  134. ArmShield.MouseButton1Down:connect(function()
  135. local Speed = "15"
  136. local Distance = "1"
  137.  
  138.  
  139. local function backpack()
  140. game.Players.LocalPlayer.Character.Arm.Parent = game.Players.LocalPlayer.Backpack
  141. end
  142. local function character()
  143. game.Players.LocalPlayer.Backpack.Arm.Parent = game.Players.LocalPlayer.Character
  144. end
  145.  
  146. game.Players.LocalPlayer.Character.Animate.toolnone.ToolNoneAnim.AnimationId = 0
  147. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  148. if v:IsA("Accessory") then
  149. local ArmRemove = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
  150. ArmRemove.Name = "Arm"
  151. v.Handle.Parent = ArmRemove
  152. ArmRemove.Handle.Massless = true
  153. repeat
  154. ArmRemove.Grip = CFrame.new(Vector3.new(2.5*Distance,-3.062,.11875)) * CFrame.Angles(math.rad(-90), 0, 0)
  155. character()
  156. wait(1/Speed)
  157. backpack()
  158. ArmRemove.Grip = ArmRemove.Grip + Vector3.new(0,0,1-1+Distance)
  159. character()
  160. wait(1/Speed)
  161. backpack()
  162. for i=1,2*Distance do
  163. ArmRemove.Grip = ArmRemove.Grip + Vector3.new(-1,0,1)
  164. character()
  165. wait(1/Speed)
  166. backpack()
  167. end
  168. for i=1,2*Distance do
  169. ArmRemove.Grip = ArmRemove.Grip + Vector3.new(-1,0,0)
  170. character()
  171. wait(1/Speed)
  172. backpack()
  173. end
  174. for i=1,2*Distance do
  175. ArmRemove.Grip = ArmRemove.Grip + Vector3.new(-1,0,-1)
  176. character()
  177. wait(1/Speed)
  178. backpack()
  179. end
  180. for i=1,2*Distance do
  181. ArmRemove.Grip = ArmRemove.Grip + Vector3.new(0,0,-1)
  182. character()
  183. wait(1/Speed)
  184. backpack()
  185. end
  186. for i=1,2*Distance do
  187. ArmRemove.Grip = ArmRemove.Grip + Vector3.new(1,0,-1)
  188. character()
  189. wait(1/Speed)
  190. backpack()
  191. end
  192. for i=1,2*Distance do
  193. ArmRemove.Grip = ArmRemove.Grip + Vector3.new(1,0,0)
  194. character()
  195. wait(1/Speed)
  196. backpack()
  197. end
  198. for i=1,2*Distance do
  199. ArmRemove.Grip = ArmRemove.Grip + Vector3.new(1,0,1)
  200. character()
  201. wait(1/Speed)
  202. backpack()
  203. end
  204. until game.Players.LocalPlayer.Character.Humanoid.Health == 0
  205. end
  206. end
  207. end)
  208.  
  209. NoClipV2.Name = "NoClip V2"
  210. NoClipV2.Parent = Main
  211. NoClipV2.BackgroundColor3 = Color3.new(0, 0, 0)
  212. NoClipV2.BackgroundTransparency = 0.5
  213. NoClipV2.BorderColor3 = Color3.new(0, 1, 0)
  214. NoClipV2.BorderSizePixel = 0
  215. NoClipV2.Position = UDim2.new(0.726563632, 0, 0.505320013, 0)
  216. NoClipV2.Size = UDim2.new(0, 90, 0, 30)
  217. NoClipV2.Font = Enum.Font.SciFi
  218. NoClipV2.Text = "NoClip V2"
  219. NoClipV2.TextColor3 = Color3.new(0, 1, 0)
  220. NoClipV2.TextSize = 14
  221. NoClipV2.MouseButton1Down:connect(function()
  222. noclip = false
  223. game:GetService('RunService').Stepped:connect(function()
  224. if noclip then
  225. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  226. end
  227. end)
  228. plr = game.Players.LocalPlayer
  229. mouse = plr:GetMouse()
  230. mouse.KeyDown:connect(function(key)
  231.  
  232. if key == "e" then
  233. noclip = not noclip
  234. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  235. end
  236. end)
  237. print('Loaded')
  238. print('Press "E" to noclip')
  239. end)
  240.  
  241. ClickTeleport.Name = "Click Teleport"
  242. ClickTeleport.Parent = Main
  243. ClickTeleport.BackgroundColor3 = Color3.new(0, 0, 0)
  244. ClickTeleport.BackgroundTransparency = 0.5
  245. ClickTeleport.BorderColor3 = Color3.new(0, 1, 0)
  246. ClickTeleport.BorderSizePixel = 0
  247. ClickTeleport.Position = UDim2.new(0.729827642, 0, 0.221173555, 0)
  248. ClickTeleport.Size = UDim2.new(0, 90, 0, 30)
  249. ClickTeleport.Font = Enum.Font.SciFi
  250. ClickTeleport.Text = "Click Teleport"
  251. ClickTeleport.TextColor3 = Color3.new(0, 1, 0)
  252. ClickTeleport.TextSize = 14
  253. ClickTeleport.MouseButton1Down:connect(function()
  254. local Imput = game:GetService("UserInputService")
  255. local Plr = game.Players.LocalPlayer
  256. local Mouse = Plr:GetMouse()
  257.  
  258. function To(position)
  259. local Chr = Plr.Character
  260. if Chr ~= nil then
  261. Chr:MoveTo(position)
  262. end
  263. end
  264.  
  265. Imput.InputBegan:Connect(function(input)
  266. if input.UserInputType == Enum.UserInputType.MouseButton1 and Imput:IsKeyDown(Enum.KeyCode.LeftControl) then
  267. To(Mouse.Hit.p)
  268. end
  269. end)
  270. end)
  271.  
  272. InfiniteJump.Name = "Infinite Jump"
  273. InfiniteJump.Parent = Main
  274. InfiniteJump.BackgroundColor3 = Color3.new(0, 0, 0)
  275. InfiniteJump.BackgroundTransparency = 0.5
  276. InfiniteJump.BorderColor3 = Color3.new(0, 1, 0)
  277. InfiniteJump.BorderSizePixel = 0
  278. InfiniteJump.Position = UDim2.new(0.387130976, 0, 0.803827465, 0)
  279. InfiniteJump.Size = UDim2.new(0, 90, 0, 30)
  280. InfiniteJump.Font = Enum.Font.SciFi
  281. InfiniteJump.Text = "Infinite Jump"
  282. InfiniteJump.TextColor3 = Color3.new(0, 1, 0)
  283. InfiniteJump.TextSize = 14
  284. InfiniteJump.MouseButton1Down:connect(function()
  285. local InfiniteJumpEnabled = true
  286. game:GetService("UserInputService").JumpRequest:connect(function()
  287. if InfiniteJumpEnabled then
  288. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  289. end
  290. end)
  291. end)
  292.  
  293. ChatChanger.Name = "Chat Changer"
  294. ChatChanger.Parent = Main
  295. ChatChanger.BackgroundColor3 = Color3.new(0, 0, 0)
  296. ChatChanger.BackgroundTransparency = 0.5
  297. ChatChanger.BorderColor3 = Color3.new(0, 1, 0)
  298. ChatChanger.BorderSizePixel = 0
  299. ChatChanger.Position = UDim2.new(0.388455093, 0, 0.504755676, 0)
  300. ChatChanger.Size = UDim2.new(0, 90, 0, 30)
  301. ChatChanger.Font = Enum.Font.SciFi
  302. ChatChanger.Text = "Chat Changer"
  303. ChatChanger.TextColor3 = Color3.new(0, 1, 0)
  304. ChatChanger.TextSize = 14
  305. ChatChanger.MouseButton1Down:connect(function()
  306. --/e 1 [message] - Bold
  307. --/e 2 [message] - Underline
  308. --/e 3 [message] - Strike-through
  309. --/e 4 [message] - Overline
  310. --/e 5 [message] - Dotted
  311.  
  312. 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)()
  313. end)
  314.  
  315. RevizAdmin.Name = "Reviz Admin"
  316. RevizAdmin.Parent = Main
  317. RevizAdmin.BackgroundColor3 = Color3.new(0, 0, 0)
  318. RevizAdmin.BackgroundTransparency = 0.5
  319. RevizAdmin.BorderColor3 = Color3.new(0, 1, 0)
  320. RevizAdmin.BorderSizePixel = 0
  321. RevizAdmin.Position = UDim2.new(0.388455153, 0, 0.220055163, 0)
  322. RevizAdmin.Size = UDim2.new(0, 90, 0, 30)
  323. RevizAdmin.Font = Enum.Font.SciFi
  324. RevizAdmin.Text = "Reviz Admin"
  325. RevizAdmin.TextColor3 = Color3.new(0, 1, 0)
  326. RevizAdmin.TextSize = 14
  327. RevizAdmin.MouseButton1Down:connect(function()
  328. -- Creator: illremember#3799
  329.  
  330. -- Credits to infinite yield, harkinian, dex creators
  331.  
  332. prefix = ":"
  333. wait(0.3)
  334. local Commands = {
  335. '[-] cmdbar is shown when ; is pressed.',
  336. '[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you and player',
  337. '[2] bring [plr] -- You need a tool! Will bring player to you',
  338. '[3] spin [plr] -- You need a tool! Makes you and the player spin crazy',
  339. '[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting',
  340. '[5] attach [plr] -- You need a tool! Attaches you to player',
  341. '[6] unattach [plr] -- Attempts to unattach you from a player',
  342. '[7] follow [plr] -- Makes you follow behind the player',
  343. '[8] unfollow',
  344. '[9] freefall [plr] -- You need a tool! Teleports you and the player up into the air',
  345. '[10] trail [plr] -- The opposite of follow, you stay infront of player',
  346. '[11] untrail',
  347. '[12] orbit [plr] -- Makes you orbit the player',
  348. '[13] unorbit',
  349. '[14] fling [plr] -- Makes you fling the player',
  350. '[15] unfling',
  351. '[16] fecheck -- Checks if the game is FE or not',
  352. '[17] void [plr] -- Teleports player to the void',
  353. '[18] noclip -- Gives you noclip to walk through walls',
  354. '[19] clip -- Removes noclip',
  355. '[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default',
  356. '[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default',
  357. '[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default',
  358. '[23] default -- Changes your speed, jumppower and hipheight to default values',
  359. '[24] annoy [plr] -- Loop teleports you to the player',
  360. '[25] unannoy',
  361. '[26] headwalk [plr] -- Loop teleports you to the player head',
  362. '[27] unheadwalk',
  363. '[28] nolimbs -- Removes your arms and legs',
  364. '[29] god -- Gives you FE Godmode',
  365. '[30] drophats -- Drops your accessories',
  366. '[31] droptool -- Drops any tool you have equipped',
  367. '[32] loopdhats -- Loop drops your accessories',
  368. '[33] unloopdhats',
  369. '[34] loopdtool -- Loop drops any tools you have equipped',
  370. '[35] unloopdtool',
  371. '[36] invisible -- Gives you invisibility CREDIT TO TIMELESS',
  372. '[37] view [plr] -- Changes your camera to the player character',
  373. '[38] unview',
  374. '[39] goto [plr] -- Teleports you to player',
  375. '[40] fly -- Allows you to fly, credit to Infinite Yield',
  376. '[41] unfly',
  377. '[42] chat [msg] -- Makes you chat a message',
  378. '[43] spam [msg] -- Spams a message',
  379. '[44] unspam',
  380. '[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second',
  381. '[46] pmspam [plr] -- Spams a player in private message',
  382. '[47] unpmspam',
  383. '[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you',
  384. '[49] uncfreeze [plr]',
  385. '[50] unlockws -- Unlocks the workspace',
  386. '[51] lockws -- Locks the workspace',
  387. '[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you',
  388. '[53] pstand -- Enables platform stand',
  389. '[54] unpstand -- Disables platform stand',
  390. '[55] blockhead -- Removes your head mesh',
  391. '[56] sit',
  392. '[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',
  393. '[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided',
  394. '[59] hypertotal -- Loads in my FE GUI Hypertotal',
  395. '[60] cmds -- Prints all commands',
  396. '[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats',
  397. '[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool',
  398. '[63] spinner -- Makes you spin',
  399. '[64] nospinner',
  400. '[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom',
  401. '[66] noreach -- Removes reach, must have tool equipped',
  402. '[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying',
  403. '[68] tp me [plr] -- Alternative to goto',
  404. '[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player',
  405. '[70] uncbring',
  406. '[71] swap [plr] -- You need a tool! Swaps players position with yours and your position with players',
  407. '[72] givetool [plr] -- Gives the tool you have equipped to the player',
  408. '[73] glitch [plr] -- Glitches you and the player, looks very cool',
  409. '[74] unglitch -- Unglitches you',
  410. '[75] grespawn -- Alternative to normal respawn and usually works best for when you want to reset with FE Godmode',
  411. '[76] explorer -- Loads up DEX',
  412. '[77] reset -- Resets your character.',
  413. '[78] anim [id] -- Applies an animation on you, must be created by ROBLOX',
  414. '[79] animgui -- Loads up Energize animations GUI',
  415. '[80] savepos -- Saves your current position',
  416. '[81] loadpos -- Teleports you to your saved position',
  417. '[82] bang [plr] -- 18+ will not work if you have FE Godmode on',
  418. '[83] unbang',
  419. '[84] delcmdbar -- Removes the command bar completely',
  420. '[85] bringmod [obj] -- Brings all the parts in a model, client only, comes from ;bringobj enter exact name of model',
  421. '[86] shutdown -- Uses harkinians script to shutdown server',
  422. '[87] respawn -- If grespawn doesnt work you can use respawn',
  423. '[88] delobj [obj] -- Deletes a certain brick in workspace, client sided',
  424. '[89] getplrs -- Prints all players in game',
  425. '[90] deldecal -- Deletes all decals client sided',
  426. '[91] opfinality -- Loads in my FE GUI Opfinality',
  427. '[92] remotes -- Prints all remotes in the game in the console when added',
  428. '[93] noremotes -- Stops printing remotes',
  429. '[94] tpdefault -- Stops all loop teleports to a player',
  430. '[95] stopsit -- Will not allow you to sit',
  431. '[96] gosit -- Allows you to sit',
  432. '[97] clicktp -- Enables click tp',
  433. '[98] noclicktp -- Disables click tp',
  434. '[99] toolson -- If any tools are dropped in the workspace you will automatically get them',
  435. '[100] toolsoff -- Stops ;toolson',
  436. '[101] version -- Gets the admin version',
  437. '[102] state [num] -- Changes your humanoid state, ;unstate to stop.',
  438. '[103] gravity [num] -- Changes workspace gravity default is 196.2',
  439. '[104] pgs -- Checks if the game has PGSPhysicsSolverEnabled enabled',
  440. '[105] clickdel -- Delete any block you press q on, client sided',
  441. '[106] noclickdel -- Stops clickdel',
  442. '[107] looprhats -- Loop removes mesh of your hats/loop block hats',
  443. '[108] unlooprhats -- Stops loop removing mesh',
  444. '[109] looprtool -- Loop removes mesh of your tool/loop block tools',
  445. '[110] unlooprtool -- Stops loop removing mesh',
  446. '[111] givealltools [plr] -- Gives all the tools you have in your backpack to the player',
  447. '[112] age [plr] -- Makes you chat the account age of the player',
  448. '[113] id [plr] -- Makes you chat the account ID of the player',
  449. '[114] .age [plr] -- Privately shows you the account age of the player',
  450. '[115] .id [plr] -- Privately shows you the account ID of the player',
  451. '[116] gameid -- Shows the game ID',
  452. '[117] removeinvis -- Removes all invisible walls/parts, client sided',
  453. '[118] removefog -- Removes fog, client sided',
  454. '[119] disable -- Disables your character by removing humanoid',
  455. '[120] enable -- Enables your character by adding humanoid',
  456. '[121] prefix [key] -- Changes the prefix used, default is ;',
  457. '[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.',
  458. '[123] flyspeed [num] -- Change your fly speed, default is 1',
  459. '[124] carpet [plr] -- Makes you a carpet for a player, will not work if FE Godmode is on',
  460. '[125] uncarpet -- Stops carpet player',
  461. '[126] stare [plr] -- Turns your character to stare at another player',
  462. '[127] unstare -- Stops stare player',
  463. '[128] logchat -- Logs all chat (including /e and whispers) of all players',
  464. '[129] unlogchat -- Disables logchat',
  465. '[130] fixcam -- Fixes/resets your camera',
  466. '[131] unstate -- Stops changing state',
  467. }
  468. speedget = 1
  469.  
  470. lplayer = game:GetService("Players").LocalPlayer
  471.  
  472. lplayer.CharacterAdded:Connect(function(character)
  473. spin = false
  474. flying = false
  475. staring = false
  476. banpl = false
  477. end)
  478.  
  479. function change()
  480. prefix = prefix
  481. speedfly = speedfly
  482. end
  483.  
  484. function GetPlayer(String) -- Credit to Timeless/xFunnieuss
  485. local Found = {}
  486. local strl = String:lower()
  487. if strl == "all" then
  488. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  489. table.insert(Found,v)
  490. end
  491. elseif strl == "others" then
  492. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  493. if v.Name ~= lplayer.Name then
  494. table.insert(Found,v)
  495. end
  496. end
  497. elseif strl == "me" then
  498. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  499. if v.Name == lplayer.Name then
  500. table.insert(Found,v)
  501. end
  502. end
  503. else
  504. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  505. if v.Name:lower():sub(1, #String) == String:lower() then
  506. table.insert(Found,v)
  507. end
  508. end
  509. end
  510. return Found
  511. end
  512.  
  513. local Mouse = lplayer:GetMouse()
  514.  
  515. spin = false
  516. followed = false
  517. traill = false
  518. noclip = false
  519. annoying = false
  520. hwalk = false
  521. droppinghats = false
  522. droppingtools = false
  523. flying = false
  524. spamdelay = 1
  525. spamming = false
  526. spammingpm = false
  527. cbringing = false
  528. remotes = true
  529. added = true
  530. binds = false
  531. stopsitting = false
  532. clickgoto = false
  533. gettingtools = false
  534. removingmeshhats = false
  535. removingmeshtool = false
  536. clickdel = false
  537. staring = false
  538. chatlogs = false
  539. banpl = false
  540. changingstate = false
  541. statechosen = 0
  542.  
  543. adminversion = "Reviz Admin by illremember, Version 2.0"
  544.  
  545. flying = false
  546. speedfly = 1
  547.  
  548. function plrchat(plr, chat)
  549. print(plr.Name..": "..tick().."\n"..chat)
  550. end
  551.  
  552. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  553. v.Chatted:connect(function(chat)
  554. if chatlogs then
  555. plrchat(v, chat)
  556. end
  557. end)
  558. end
  559. game:GetService("Players").PlayerAdded:connect(function(plr)
  560. plr.Chatted:connect(function(chat)
  561. if chatlogs then
  562. plrchat(plr, chat)
  563. end
  564. end)
  565. end)
  566.  
  567.  
  568. local ScreenGui = Instance.new("ScreenGui")
  569. local Frame = Instance.new("Frame")
  570. local CMDBAR = Instance.new("TextBox")
  571. ScreenGui.Parent = game:GetService("CoreGui")
  572. Frame.Parent = ScreenGui
  573. Frame.BackgroundColor3 = Color3.new(0.3, 0.1, 0.1)
  574. Frame.BackgroundTransparency = 0.3
  575. Frame.Position = UDim2.new(0.5, 0, 0, 10)
  576. Frame.Size = UDim2.new(0, 200, 0, 40)
  577. Frame.Active = true
  578. Frame.Draggable = true
  579. CMDBAR.Name = "CMDBAR"
  580. CMDBAR.Parent = Frame
  581. CMDBAR.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  582. CMDBAR.BackgroundTransparency = 0.20000000298023
  583. CMDBAR.Size = UDim2.new(0, 180, 0, 20)
  584. CMDBAR.Position = UDim2.new(0.05, 0, 0.25, 0)
  585. CMDBAR.Font = Enum.Font.SourceSansLight
  586. CMDBAR.FontSize = Enum.FontSize.Size14
  587. CMDBAR.TextColor3 = Color3.new(0.945098, 0.945098, 0.945098)
  588. CMDBAR.TextScaled = true
  589. CMDBAR.TextSize = 14
  590. CMDBAR.TextWrapped = true
  591. CMDBAR.Text = "Press ; to type, Enter to execute"
  592.  
  593. local CMDS = Instance.new("ScreenGui")
  594. local CMDSFRAME = Instance.new("Frame")
  595. local ScrollingFrame = Instance.new("ScrollingFrame")
  596. local TextLabel = Instance.new("TextLabel")
  597. local closegui = Instance.new("TextButton")
  598. CMDS.Name = "CMDS"
  599. CMDS.Parent = game:GetService("CoreGui")
  600. CMDSFRAME.Name = "CMDSFRAME"
  601. CMDSFRAME.Parent = CMDS
  602. CMDSFRAME.Active = true
  603. CMDSFRAME.BackgroundColor3 = Color3.new(0.223529, 0.231373, 0.309804)
  604. CMDSFRAME.BorderSizePixel = 0
  605. CMDSFRAME.Draggable = true
  606. CMDSFRAME.Position = UDim2.new(0, 315, 0, 100)
  607. CMDSFRAME.Size = UDim2.new(0, 275, 0, 275)
  608. CMDSFRAME.Visible = false
  609. ScrollingFrame.Parent = CMDSFRAME
  610. ScrollingFrame.BackgroundColor3 = Color3.new(0.160784, 0.160784, 0.203922)
  611. ScrollingFrame.BorderSizePixel = 0
  612. ScrollingFrame.Position = UDim2.new(0, 0, 0.0729999989, 0)
  613. ScrollingFrame.Size = UDim2.new(1.04999995, 0, 0.92900002, 0)
  614. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 10, 0)
  615. TextLabel.Parent = ScrollingFrame
  616. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  617. TextLabel.BackgroundTransparency = 1
  618. TextLabel.Size = UDim2.new(0.930000007, 0, 1, 0)
  619. TextLabel.Font = Enum.Font.SourceSans
  620. TextLabel.FontSize = Enum.FontSize.Size18
  621. 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."
  622. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  623. TextLabel.TextSize = 15
  624. TextLabel.TextWrapped = true
  625. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  626. TextLabel.TextYAlignment = Enum.TextYAlignment.Top
  627. closegui.Name = "closegui"
  628. closegui.Parent = CMDSFRAME
  629. closegui.BackgroundColor3 = Color3.new(0.890196, 0.223529, 0.0588235)
  630. closegui.BorderSizePixel = 0
  631. closegui.Position = UDim2.new(0.995000005, 0, 0, 0)
  632. closegui.Size = UDim2.new(0.0545952693, 0, 0.0728644878, 0)
  633. closegui.Font = Enum.Font.SourceSansBold
  634. closegui.FontSize = Enum.FontSize.Size24
  635. closegui.Text = "X"
  636. closegui.TextColor3 = Color3.new(1, 1, 1)
  637. closegui.TextSize = 20
  638.  
  639. closegui.MouseButton1Click:connect(function()
  640. CMDSFRAME.Visible = false
  641. end)
  642.  
  643. game:GetService('RunService').Stepped:connect(function()
  644. if spin then
  645. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[spinplr.Name].Character.HumanoidRootPart.CFrame
  646. end
  647. if followed then
  648. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame.lookVector * -5
  649. end
  650. if traill then
  651. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame.lookVector * 5
  652. end
  653. if annoying then
  654. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[annplr.Name].Character.HumanoidRootPart.CFrame
  655. end
  656. if hwalk then
  657. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[hdwplr.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 4, 0)
  658. end
  659. if staring then
  660. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(lplayer.Character.Torso.Position, game:GetService("Players")[stareplr.Name].Character.Torso.Position)
  661. end
  662. end)
  663. game:GetService('RunService').Stepped:connect(function()
  664. if noclip then
  665. if lplayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  666. lplayer.Character.Head.CanCollide = false
  667. lplayer.Character.Torso.CanCollide = false
  668. lplayer.Character["Left Leg"].CanCollide = false
  669. lplayer.Character["Right Leg"].CanCollide = false
  670. else
  671. lplayer.Character.Humanoid:ChangeState(11)
  672. end
  673. end
  674. if changingstate then
  675. lplayer.Character.Humanoid:ChangeState(statechosen)
  676. end
  677. end)
  678. game:GetService('RunService').Stepped:connect(function()
  679. if droppinghats then
  680. for i,v in pairs(lplayer.Character:GetChildren()) do
  681. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  682. v.Parent = workspace
  683. end
  684. end
  685. end
  686. if droppingtools then
  687. for i,v in pairs(lplayer.Character:GetChildren()) do
  688. if (v:IsA("Tool")) then
  689. v.Parent = workspace
  690. end
  691. end
  692. end
  693. if removingmeshhats then
  694. for i,v in pairs(lplayer.Character:GetChildren()) do
  695. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  696. v.Handle.Mesh:Destroy()
  697. end
  698. end
  699. end
  700. if removingmeshtool then
  701. for i,v in pairs(lplayer.Character:GetChildren()) do
  702. if (v:IsA("Tool")) then
  703. v.Handle.Mesh:Destroy()
  704. end
  705. end
  706. end
  707. end)
  708. game:GetService('RunService').Stepped:connect(function()
  709. if banpl then
  710. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[bplrr].Character.HumanoidRootPart.CFrame
  711. end
  712. end)
  713. game:GetService('RunService').Stepped:connect(function()
  714. if stopsitting then
  715. lplayer.Character.Humanoid.Sit = false
  716. end
  717. end)
  718.  
  719. plr = lplayer
  720. hum = plr.Character.HumanoidRootPart
  721. mouse = plr:GetMouse()
  722. mouse.KeyDown:connect(function(key)
  723. if key == "e" then
  724. if mouse.Target then
  725. if clickgoto then
  726. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  727. elseif clickdel then
  728. mouse.Target:Destroy()
  729. end
  730. end
  731. end
  732. end)
  733.  
  734. game:GetService("Workspace").ChildAdded:connect(function(part)
  735. if gettingtools then
  736. if part:IsA("Tool") then
  737. part.Handle.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  738. end
  739. end
  740. end)
  741.  
  742. lplayer.Chatted:Connect(function(msg)
  743. if string.sub(msg, 1, 6) == (prefix.."kill ") then
  744. if string.sub(msg, 7) == "me" then
  745. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  746. else
  747. for i,v in pairs(GetPlayer(string.sub(msg, 7)))do
  748. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  749. lplayer.Character.Humanoid.Name = 1
  750. local l = lplayer.Character["1"]:Clone()
  751. l.Parent = lplayer.Character
  752. l.Name = "Humanoid"
  753. wait(0.1)
  754. lplayer.Character["1"]:Destroy()
  755. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  756. lplayer.Character.Animate.Disabled = true
  757. wait(0.1)
  758. lplayer.Character.Animate.Disabled = false
  759. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  760. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  761. lplayer.Character.Humanoid:EquipTool(v)
  762. end
  763. local function tp(player,player2)
  764. local char1,char2=player.Character,player2.Character
  765. if char1 and char2 then
  766. char1:MoveTo(char2.Head.Position)
  767. end
  768. end
  769. wait(0.1)
  770. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  771. wait(0.2)
  772. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  773. wait(0.5)
  774. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  775. wait(0.7)
  776. tp(lplayer,game:GetService("Players")[v.Name])
  777. wait(0.7)
  778. lplayer.Character.HumanoidRootPart.CFrame = NOW
  779. game:GetService("StarterGui"):SetCore("SendNotification", {
  780. Title = "Tools needed!";
  781. Text = "You need a tool in your backpack for this command!";
  782. })
  783. end
  784. end
  785. end
  786. if string.sub(msg, 1, 7) == (prefix.."bring ") then
  787. for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  788. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  789. lplayer.Character.Humanoid.Name = 1
  790. local l = lplayer.Character["1"]:Clone()
  791. l.Parent = lplayer.Character
  792. l.Name = "Humanoid"
  793. wait(0.1)
  794. lplayer.Character["1"]:Destroy()
  795. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  796. lplayer.Character.Animate.Disabled = true
  797. wait(0.1)
  798. lplayer.Character.Animate.Disabled = false
  799. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  800. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  801. lplayer.Character.Humanoid:EquipTool(v)
  802. end
  803. local function tp(player,player2)
  804. local char1,char2=player.Character,player2.Character
  805. if char1 and char2 then
  806. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  807. end
  808. end
  809. local function getout(player,player2)
  810. local char1,char2=player.Character,player2.Character
  811. if char1 and char2 then
  812. char1:MoveTo(char2.Head.Position)
  813. end
  814. end
  815. tp(game:GetService("Players")[v.Name], lplayer)
  816. wait(0.2)
  817. tp(game:GetService("Players")[v.Name], lplayer)
  818. wait(0.5)
  819. lplayer.Character.HumanoidRootPart.CFrame = NOW
  820. wait(0.5)
  821. getout(lplayer, game:GetService("Players")[v.Name])
  822. wait(0.3)
  823. lplayer.Character.HumanoidRootPart.CFrame = NOW
  824. game:GetService("StarterGui"):SetCore("SendNotification", {
  825. Title = "Tools needed!";
  826. Text = "You need a tool in your backpack for this command!";
  827. })
  828. end
  829. end
  830. if string.sub(msg, 1, 6) == (prefix.."spin ") then
  831. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  832. lplayer.Character.Humanoid.Name = 1
  833. local l = lplayer.Character["1"]:Clone()
  834. l.Parent = lplayer.Character
  835. l.Name = "Humanoid"
  836. wait(0.1)
  837. lplayer.Character["1"]:Destroy()
  838. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  839. lplayer.Character.Animate.Disabled = true
  840. wait(0.1)
  841. lplayer.Character.Animate.Disabled = false
  842. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  843. lplayer.Character.Animate.Disabled = false
  844. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  845. lplayer.Character.Humanoid:EquipTool(v)
  846. end
  847. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  848. spinplr = v
  849. wait(0.5)
  850. spin = true
  851. game:GetService("StarterGui"):SetCore("SendNotification", {
  852. Title = "Tools needed!";
  853. Text = "You need a tool in your backpack for this command!";
  854. })
  855. end
  856. end
  857. if string.sub(msg, 1, 7) == (prefix.."unspin") then
  858. spin = false
  859. end
  860. if string.sub(msg, 1, 8) == (prefix.."attach ") then
  861. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  862. lplayer.Character.Humanoid.Name = 1
  863. local l = lplayer.Character["1"]:Clone()
  864. l.Parent = lplayer.Character
  865. l.Name = "Humanoid"
  866. wait(0.1)
  867. lplayer.Character["1"]:Destroy()
  868. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  869. lplayer.Character.Animate.Disabled = true
  870. wait(0.1)
  871. lplayer.Character.Animate.Disabled = false
  872. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  873. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  874. lplayer.Character.Humanoid:EquipTool(v)
  875. end
  876. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  877. wait(0.3)
  878. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  879. attplr = v
  880. game:GetService("StarterGui"):SetCore("SendNotification", {
  881. Title = "Tools needed!";
  882. Text = "You need a tool in your backpack for this command!";
  883. })
  884. end
  885. end
  886. if string.sub(msg, 1, 10) == (prefix.."unattach ") then
  887. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  888. local function getout(player,player2)
  889. local char1,char2=player.Character,player2.Character
  890. if char1 and char2 then
  891. char1:MoveTo(char2.Head.Position)
  892. end
  893. end
  894. getout(lplayer, game:GetService("Players")[v.Name])
  895. end
  896. end
  897. if string.sub(msg, 1, 8) == (prefix.."follow ") then
  898. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  899. followed = true
  900. flwplr = v
  901. end
  902. end
  903. if string.sub(msg, 1, 9) == (prefix.."unfollow") then
  904. followed = false
  905. end
  906. if string.sub(msg, 1, 10) == (prefix.."freefall ") then
  907. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  908. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  909. lplayer.Character.Humanoid.Name = 1
  910. local l = lplayer.Character["1"]:Clone()
  911. l.Parent = lplayer.Character
  912. l.Name = "Humanoid"
  913. wait(0.1)
  914. lplayer.Character["1"]:Destroy()
  915. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  916. lplayer.Character.Animate.Disabled = true
  917. wait(0.1)
  918. lplayer.Character.Animate.Disabled = false
  919. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  920. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  921. lplayer.Character.Humanoid:EquipTool(v)
  922. end
  923. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  924. wait(0.2)
  925. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  926. wait(0.6)
  927. lplayer.Character.HumanoidRootPart.CFrame = NOW
  928. wait(0.6)
  929. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  930. game:GetService("StarterGui"):SetCore("SendNotification", {
  931. Title = "Tools needed!";
  932. Text = "You need a tool in your backpack for this command!";
  933. })
  934. end
  935. end
  936. if string.sub(msg, 1, 7) == (prefix.."trail ") then
  937. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  938. traill = true
  939. trlplr = v
  940. end
  941. end
  942. if string.sub(msg, 1, 8) == (prefix.."untrail") then
  943. traill = false
  944. end
  945. if string.sub(msg, 1, 7) == (prefix.."orbit ") then
  946. if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  947. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  948. else
  949. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  950. local o = Instance.new("RocketPropulsion")
  951. o.Parent = lplayer.Character.HumanoidRootPart
  952. o.Name = "Orbit"
  953. o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  954. o:Fire()
  955. noclip = true
  956. end
  957. end
  958. end
  959. if string.sub(msg, 1, 8) == (prefix.."unorbit") then
  960. lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  961. noclip = false
  962. end
  963. if string.sub(msg, 1, 7) == (prefix.."fling ") then
  964. if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  965. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  966. else
  967. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  968. local y = Instance.new("RocketPropulsion")
  969. y.Parent = lplayer.Character.HumanoidRootPart
  970. y.CartoonFactor = 1
  971. y.MaxThrust = 800000
  972. y.MaxSpeed = 1000
  973. y.ThrustP = 200000
  974. y.Name = "Fling"
  975. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  976. y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  977. y:Fire()
  978. noclip = true
  979. end
  980. end
  981. end
  982. if string.sub(msg, 1, 8) == (prefix.."unfling") then
  983. noclip = false
  984. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  985. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  986. wait(0.4)
  987. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  988. end
  989. if string.sub(msg, 1, 8) == (prefix.."fecheck") then
  990. if game:GetService("Workspace").FilteringEnabled == true then
  991. warn("FE is Enabled (Filtering Enabled)")
  992. game:GetService("StarterGui"):SetCore("SendNotification", {
  993. Title = "FE is Enabled";
  994. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  995. })
  996. else
  997. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  998. game:GetService("StarterGui"):SetCore("SendNotification", {
  999. Title = "FE is Disabled";
  1000. Text = "Filtering Disabled. Consider using a different admin script.";
  1001. })
  1002. end
  1003. end
  1004. if string.sub(msg, 1, 6) == (prefix.."void ") then
  1005. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1006. lplayer.Character.Humanoid.Name = 1
  1007. local l = lplayer.Character["1"]:Clone()
  1008. l.Parent = lplayer.Character
  1009. l.Name = "Humanoid"
  1010. wait(0.1)
  1011. lplayer.Character["1"]:Destroy()
  1012. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1013. lplayer.Character.Animate.Disabled = true
  1014. wait(0.1)
  1015. lplayer.Character.Animate.Disabled = false
  1016. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1017. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1018. lplayer.Character.Humanoid:EquipTool(v)
  1019. end
  1020. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1021. wait(0.2)
  1022. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1023. wait(0.6)
  1024. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  1025. game:GetService("StarterGui"):SetCore("SendNotification", {
  1026. Title = "Tools needed!";
  1027. Text = "You need a tool in your backpack for this command!";
  1028. })
  1029. end
  1030. end
  1031. if string.sub(msg, 1, 7) == (prefix.."noclip") then
  1032. noclip = true
  1033. game:GetService("StarterGui"):SetCore("SendNotification", {
  1034. Title = "Noclip enabled";
  1035. Text = "Type ;clip to disable";
  1036. })
  1037. end
  1038. if string.sub(msg, 1, 5) == (prefix.."clip") then
  1039. noclip = false
  1040. game:GetService("StarterGui"):SetCore("SendNotification", {
  1041. Title = "Noclip disabled";
  1042. Text = "Type ;noclip to enable";
  1043. })
  1044. end
  1045. if string.sub(msg, 1, 7) == (prefix.."speed ") then
  1046. lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 8))
  1047. end
  1048. if string.sub(msg, 1, 4) == (prefix.."ws ") then
  1049. lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 5))
  1050. end
  1051. if string.sub(msg, 1, 11) == (prefix.."hipheight ") then
  1052. lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 12))
  1053. end
  1054. if string.sub(msg, 1, 4) == (prefix.."hh ") then
  1055. lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 5))
  1056. end
  1057. if string.sub(msg, 1, 11) == (prefix.."jumppower ") then
  1058. lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 12))
  1059. end
  1060. if string.sub(msg, 1, 4) == (prefix.."jp ") then
  1061. lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 5))
  1062. end
  1063. if string.sub(msg, 1, 8) == (prefix.."default") then
  1064. lplayer.Character.Humanoid.JumpPower = 50
  1065. lplayer.Character.Humanoid.WalkSpeed = 16
  1066. lplayer.Character.Humanoid.HipHeight = 0
  1067. end
  1068. if string.sub(msg, 1, 7) == (prefix.."annoy ") then
  1069. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  1070. annoying = true
  1071. annplr = v
  1072. end
  1073. end
  1074. if string.sub(msg, 1, 8) == (prefix.."unannoy") then
  1075. annoying = false
  1076. end
  1077. if string.sub(msg, 1, 10) == (prefix.."headwalk ") then
  1078. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  1079. hwalk = true
  1080. hdwplr = v
  1081. end
  1082. end
  1083. if string.sub(msg, 1, 11) == (prefix.."unheadwalk") then
  1084. hwalk = false
  1085. end
  1086. if string.sub(msg, 1, 8) == (prefix.."nolimbs") then
  1087. lplayer.Character["Left Leg"]:Destroy()
  1088. lplayer.Character["Left Arm"]:Destroy()
  1089. lplayer.Character["Right Leg"]:Destroy()
  1090. lplayer.Character["Right Arm"]:Destroy()
  1091. end
  1092. if string.sub(msg, 1, 4) == (prefix.."god") then
  1093. lplayer.Character.Humanoid.Name = 1
  1094. local l = lplayer.Character["1"]:Clone()
  1095. l.Parent = lplayer.Character
  1096. l.Name = "Humanoid"
  1097. wait(0.1)
  1098. lplayer.Character["1"]:Destroy()
  1099. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1100. lplayer.Character.Animate.Disabled = true
  1101. wait(0.1)
  1102. lplayer.Character.Animate.Disabled = false
  1103. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1104. game:GetService("StarterGui"):SetCore("SendNotification", {
  1105. Title = "FE Godmode enabled";
  1106. Text = "Use ;grespawn or ;respawn to remove";
  1107. })
  1108. end
  1109. if string.sub(msg, 1, 9) == (prefix.."drophats") then
  1110. for i,v in pairs(lplayer.Character:GetChildren()) do
  1111. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  1112. v.Parent = workspace
  1113. end
  1114. end
  1115. end
  1116. if string.sub(msg, 1, 9) == (prefix.."droptool") then
  1117. for i,v in pairs(lplayer.Character:GetChildren()) do
  1118. if (v:IsA("Tool")) then
  1119. v.Parent = workspace
  1120. end
  1121. end
  1122. end
  1123. if string.sub(msg, 1, 10) == (prefix.."loopdhats") then
  1124. droppinghats = true
  1125. game:GetService("StarterGui"):SetCore("SendNotification", {
  1126. Title = "Loop Drop Enabled";
  1127. Text = "Type ;unloopdhats to disable";
  1128. })
  1129. end
  1130. if string.sub(msg, 1, 12) == (prefix.."unloopdhats") then
  1131. droppinghats = false
  1132. game:GetService("StarterGui"):SetCore("SendNotification", {
  1133. Title = "Loop Drop Disabled";
  1134. Text = "Type ;loopdhats to enable.";
  1135. })
  1136. end
  1137. if string.sub(msg, 1, 10) == (prefix.."loopdtool") then
  1138. droppingtools = true
  1139. game:GetService("StarterGui"):SetCore("SendNotification", {
  1140. Title = "Loop Drop Enabled";
  1141. Text = "Type ;unloopdtool to disable";
  1142. })
  1143. end
  1144. if string.sub(msg, 1, 12) == (prefix.."unloopdtool") then
  1145. droppingtools = false
  1146. game:GetService("StarterGui"):SetCore("SendNotification", {
  1147. Title = "Loop Drop Disabled";
  1148. Text = "Type ;loopdtool to enable.";
  1149. })
  1150. end
  1151. if string.sub(msg, 1, 10) == (prefix.."invisible") then -- Credit to Timeless
  1152. Local = game:GetService('Players').LocalPlayer
  1153. Char = Local.Character
  1154. touched,tpdback = false, false
  1155. box = Instance.new('Part',workspace)
  1156. box.Anchored = true
  1157. box.CanCollide = true
  1158. box.Size = Vector3.new(10,1,10)
  1159. box.Position = Vector3.new(0,10000,0)
  1160. box.Touched:connect(function(part)
  1161. if (part.Parent.Name == Local.Name) then
  1162. if touched == false then
  1163. touched = true
  1164. function apply()
  1165. if script.Disabled ~= true then
  1166. no = Char.HumanoidRootPart:Clone()
  1167. wait(.25)
  1168. Char.HumanoidRootPart:Destroy()
  1169. no.Parent = Char
  1170. Char:MoveTo(loc)
  1171. touched = false
  1172. end end
  1173. if Char then
  1174. apply()
  1175. end
  1176. end
  1177. end
  1178. end)
  1179. repeat wait() until Char
  1180. loc = Char.HumanoidRootPart.Position
  1181. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  1182. game:GetService("StarterGui"):SetCore("SendNotification", {
  1183. Title = "Invisibility enabled!";
  1184. Text = "Reset or use ;respawn to remove.";
  1185. })
  1186. end
  1187. if string.sub(msg, 1, 6) == (prefix.."view ") then
  1188. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1189. if game:GetService("Players")[v.Name].Character.Humanoid then
  1190. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  1191. else
  1192. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  1193. end
  1194. end
  1195. end
  1196. if string.sub(msg, 1, 7) == (prefix.."unview") then
  1197. if lplayer.Character.Humanoid then
  1198. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  1199. else
  1200. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  1201. end
  1202. end
  1203. if string.sub(msg, 1, 6) == (prefix.."goto ") then
  1204. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1205. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1206. end
  1207. end
  1208. if string.sub(msg, 1, 4) == (prefix.."fly") then
  1209. repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  1210. repeat wait() until Mouse
  1211.  
  1212. local T = lplayer.Character.HumanoidRootPart
  1213. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  1214. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  1215. local SPEED = speedget
  1216.  
  1217. local function fly()
  1218. flying = true
  1219. local BG = Instance.new('BodyGyro', T)
  1220. local BV = Instance.new('BodyVelocity', T)
  1221. BG.P = 9e4
  1222. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1223. BG.cframe = T.CFrame
  1224. BV.velocity = Vector3.new(0, 0.1, 0)
  1225. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1226. spawn(function()
  1227. repeat wait()
  1228. lplayer.Character.Humanoid.PlatformStand = true
  1229. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  1230. SPEED = 50
  1231. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  1232. SPEED = 0
  1233. end
  1234. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  1235. 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
  1236. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  1237. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  1238. 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
  1239. else
  1240. BV.velocity = Vector3.new(0, 0.1, 0)
  1241. end
  1242. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  1243. until not flying
  1244. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  1245. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  1246. SPEED = 0
  1247. BG:destroy()
  1248. BV:destroy()
  1249. lplayer.Character.Humanoid.PlatformStand = false
  1250. end)
  1251. end
  1252. Mouse.KeyDown:connect(function(KEY)
  1253. if KEY:lower() == 'w' then
  1254. CONTROL.F = speedfly
  1255. elseif KEY:lower() == 's' then
  1256. CONTROL.B = -speedfly
  1257. elseif KEY:lower() == 'a' then
  1258. CONTROL.L = -speedfly
  1259. elseif KEY:lower() == 'd' then
  1260. CONTROL.R = speedfly
  1261. end
  1262. end)
  1263. Mouse.KeyUp:connect(function(KEY)
  1264. if KEY:lower() == 'w' then
  1265. CONTROL.F = 0
  1266. elseif KEY:lower() == 's' then
  1267. CONTROL.B = 0
  1268. elseif KEY:lower() == 'a' then
  1269. CONTROL.L = 0
  1270. elseif KEY:lower() == 'd' then
  1271. CONTROL.R = 0
  1272. end
  1273. end)
  1274. fly()
  1275. end
  1276. if string.sub(msg, 1, 6) == (prefix.."unfly") then
  1277. flying = false
  1278. lplayer.Character.Humanoid.PlatformStand = false
  1279. end
  1280. if string.sub(msg, 1, 6) == (prefix.."chat ") then
  1281. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(msg, 7)), "All")
  1282. end
  1283. if string.sub(msg, 1, 6) == (prefix.."spam ") then
  1284. spamtext = (string.sub(msg, 7))
  1285. spamming = true
  1286. end
  1287. if string.sub(msg, 1, 7) == (prefix.."unspam") then
  1288. spamming = false
  1289. end
  1290. if string.sub(msg, 1, 10) == (prefix.."spamwait ") then
  1291. spamdelay = (string.sub(msg, 11))
  1292. end
  1293. if string.sub(msg, 1, 8) == (prefix.."pmspam ") then
  1294. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1295. pmspammed = v.Name
  1296. spammingpm = true
  1297. end
  1298. end
  1299. if string.sub(msg, 1, 9) == (prefix.."unpmspam") then
  1300. spammingpm = false
  1301. end
  1302. if string.sub(msg, 1, 9) == (prefix.."cfreeze ") then
  1303. for i,v in pairs(GetPlayer(string.sub(msg, 10))) do
  1304. v.Character["Left Leg"].Anchored = true
  1305. v.Character["Left Arm"].Anchored = true
  1306. v.Character["Right Leg"].Anchored = true
  1307. v.Character["Right Arm"].Anchored = true
  1308. v.Character.Torso.Anchored = true
  1309. v.Character.Head.Anchored = true
  1310. end
  1311. end
  1312. if string.sub(msg, 1, 11) == (prefix.."uncfreeze ") then
  1313. for i,v in pairs(GetPlayer(string.sub(msg, 12))) do
  1314. v.Character["Left Leg"].Anchored = false
  1315. v.Character["Left Arm"].Anchored = false
  1316. v.Character["Right Leg"].Anchored = false
  1317. v.Character["Right Arm"].Anchored = false
  1318. v.Character.Torso.Anchored = false
  1319. v.Character.Head.Anchored = false
  1320. end
  1321. end
  1322. if string.sub(msg, 1, 9) == (prefix.."unlockws") then
  1323. local a = game:GetService("Workspace"):getChildren()
  1324. for i = 1, #a do
  1325. if a[i].className == "Part" then
  1326. a[i].Locked = false
  1327. elseif a[i].className == "Model" then
  1328. local r = a[i]:getChildren()
  1329. for i = 1, #r do
  1330. if r[i].className == "Part" then
  1331. r[i].Locked = false
  1332. end
  1333. end
  1334. end
  1335. end
  1336. game:GetService("StarterGui"):SetCore("SendNotification", {
  1337. Title = "Success!";
  1338. Text = "Workspace unlocked. Use ;lockws to lock.";
  1339. })
  1340. end
  1341. if string.sub(msg, 1, 7) == (prefix.."lockws") then
  1342. local a = game:GetService("Workspace"):getChildren()
  1343. for i = 1, #a do
  1344. if a[i].className == "Part" then
  1345. a[i].Locked = true
  1346. elseif a[i].className == "Model" then
  1347. local r = a[i]:getChildren()
  1348. for i = 1, #r do
  1349. if r[i].className == "Part" then
  1350. r[i].Locked = true
  1351. end
  1352. end
  1353. end
  1354. end
  1355. end
  1356. if string.sub(msg, 1, 7) == (prefix.."btools") then
  1357. local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  1358. Clone_T.BinType = "Clone"
  1359. local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  1360. Destruct.BinType = "Hammer"
  1361. local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  1362. Hold_T.BinType = "Grab"
  1363. end
  1364. if string.sub(msg, 1, 7) == (prefix.."pstand") then
  1365. lplayer.Character.Humanoid.PlatformStand = true
  1366. end
  1367. if string.sub(msg, 1, 9) == (prefix.."unpstand") then
  1368. lplayer.Character.Humanoid.PlatformStand = false
  1369. end
  1370. if string.sub(msg, 1, 10) == (prefix.."blockhead") then
  1371. lplayer.Character.Head.Mesh:Destroy()
  1372. end
  1373. if string.sub(msg, 1, 4) == (prefix.."sit") then
  1374. lplayer.Character.Humanoid.Sit = true
  1375. end
  1376. if string.sub(msg, 1, 10) == (prefix.."bringobj ") then
  1377. local function bringobjw()
  1378. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  1379. if obj.Name == (string.sub(msg, 11)) then
  1380. obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  1381. obj.CanCollide = false
  1382. obj.Transparency = 0.7
  1383. wait()
  1384. obj.CFrame = lplayer.Character["Left Leg"].CFrame
  1385. wait()
  1386. obj.CFrame = lplayer.Character["Right Leg"].CFrame
  1387. wait()
  1388. obj.CFrame = lplayer.Character["Head"].CFrame
  1389. end
  1390. end
  1391. end
  1392. while wait() do
  1393. bringobjw()
  1394. end
  1395. game:GetService("StarterGui"):SetCore("SendNotification", {
  1396. Title = "BringObj";
  1397. Text = "BringObj enabled.";
  1398. })
  1399. end
  1400. if string.sub(msg, 1, 7) == (prefix.."wsvis ") then
  1401. vis = (string.sub(msg, 8))
  1402. local a = game:GetService("Workspace"):GetDescendants()
  1403. for i = 1, #a do
  1404. if a[i].className == "Part" then
  1405. a[i].Transparency = vis
  1406. elseif a[i].className == "Model" then
  1407. local r = a[i]:getChildren()
  1408. for i = 1, #r do
  1409. if r[i].className == "Part" then
  1410. r[i].Transparency = vis
  1411. end
  1412. end
  1413. end
  1414. end
  1415. end
  1416. if string.sub(msg, 1, 11) == (prefix.."hypertotal") then
  1417. loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  1418. game:GetService("StarterGui"):SetCore("SendNotification", {
  1419. Title = "Success!";
  1420. Text = "HyperTotal GUI Loaded!";
  1421. })
  1422. end
  1423. if string.sub(msg, 1, 5) == (prefix.."cmds") then
  1424. CMDSFRAME.Visible = true
  1425. end
  1426. if string.sub(msg, 1, 10) == (prefix.."rmeshhats") then
  1427. for i,v in pairs(lplayer.Character:GetChildren()) do
  1428. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  1429. v.Handle.Mesh:Destroy()
  1430. end
  1431. end
  1432. end
  1433. if string.sub(msg, 1, 10) == (prefix.."blockhats") then
  1434. for i,v in pairs(lplayer.Character:GetChildren()) do
  1435. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  1436. v.Handle.Mesh:Destroy()
  1437. end
  1438. end
  1439. end
  1440. if string.sub(msg, 1, 10) == (prefix.."rmeshtool") then
  1441. for i,v in pairs(lplayer.Character:GetChildren()) do
  1442. if (v:IsA("Tool")) then
  1443. v.Handle.Mesh:Destroy()
  1444. end
  1445. end
  1446. end
  1447. if string.sub(msg, 1, 10) == (prefix.."blocktool") then
  1448. for i,v in pairs(lplayer.Character:GetChildren()) do
  1449. if (v:IsA("Tool")) then
  1450. v.Handle.Mesh:Destroy()
  1451. end
  1452. end
  1453. end
  1454. if string.sub(msg, 1, 8) == (prefix.."spinner") then
  1455. local p = Instance.new("RocketPropulsion")
  1456. p.Parent = lplayer.Character.HumanoidRootPart
  1457. p.Name = "Spinner"
  1458. p.Target = lplayer.Character["Left Arm"]
  1459. p:Fire()
  1460. game:GetService("StarterGui"):SetCore("SendNotification", {
  1461. Title = "Spinner enabled";
  1462. Text = "Type ;nospinner to disable.";
  1463. })
  1464. end
  1465. if string.sub(msg, 1, 10) == (prefix.."nospinner") then
  1466. lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  1467. end
  1468. if string.sub(msg, 1, 7) == (prefix.."reachd") then
  1469. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  1470. if v:isA("Tool") then
  1471. local a = Instance.new("SelectionBox",v.Handle)
  1472. a.Adornee = v.Handle
  1473. v.Handle.Size = Vector3.new(0.5,0.5,60)
  1474. v.GripPos = Vector3.new(0,0,0)
  1475. lplayer.Character.Humanoid:UnequipTools()
  1476. end
  1477. end
  1478. game:GetService("StarterGui"):SetCore("SendNotification", {
  1479. Title = "Reach applied!";
  1480. Text = "Applied to equipped sword. Use ;noreach to disable.";
  1481. })
  1482. end
  1483. if string.sub(msg, 1, 7) == (prefix.."reach ") then
  1484. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  1485. if v:isA("Tool") then
  1486. handleSize = v.Handle.Size
  1487. wait()
  1488. local a = Instance.new("SelectionBox",v.Handle)
  1489. a.Name = "a"
  1490. a.Adornee = v.Handle
  1491. v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(msg, 8)))
  1492. v.GripPos = Vector3.new(0,0,0)
  1493. lplayer.Character.Humanoid:UnequipTools()
  1494. end
  1495. end
  1496. game:GetService("StarterGui"):SetCore("SendNotification", {
  1497. Title = "Reach applied!";
  1498. Text = "Applied to equipped sword. Use ;noreach to disable.";
  1499. })
  1500. end
  1501. if string.sub(msg, 1, 8) == (prefix.."noreach") then
  1502. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  1503. if v:isA("Tool") then
  1504. v.Handle.a:Destroy()
  1505. v.Handle.Size = handleSize
  1506. end
  1507. end
  1508. game:GetService("StarterGui"):SetCore("SendNotification", {
  1509. Title = "Reach removed!";
  1510. Text = "Removed reach from equipped sword.";
  1511. })
  1512. end
  1513. if string.sub(msg, 1, 7) == (prefix.."rkill ") then
  1514. for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  1515. lplayer.Character.Humanoid.Name = 1
  1516. local l = lplayer.Character["1"]:Clone()
  1517. l.Parent = lplayer.Character
  1518. l.Name = "Humanoid"
  1519. wait(0.1)
  1520. lplayer.Character["1"]:Destroy()
  1521. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1522. lplayer.Character.Animate.Disabled = true
  1523. wait(0.1)
  1524. lplayer.Character.Animate.Disabled = false
  1525. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1526. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1527. lplayer.Character.Humanoid:EquipTool(v)
  1528. end
  1529. wait(0.1)
  1530. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1531. wait(0.2)
  1532. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1533. wait(0.5)
  1534. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  1535. game:GetService("StarterGui"):SetCore("SendNotification", {
  1536. Title = "Tools needed!";
  1537. Text = "You need a tool in your backpack for this command!";
  1538. })
  1539. end
  1540. end
  1541. if string.sub(msg, 1, 7) == (prefix.."tp me ") then
  1542. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  1543. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1544. end
  1545. end
  1546. if string.sub(msg, 1, 8) == (prefix.."cbring ") then
  1547. if (string.sub(msg, 9)) == "all" or (string.sub(msg, 9)) == "All" or (string.sub(msg, 9)) == "ALL" then
  1548. cbringall = true
  1549. else
  1550. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1551. brplr = v.Name
  1552. end
  1553. end
  1554. cbring = true
  1555. end
  1556. if string.sub(msg, 1, 9) == (prefix.."uncbring") then
  1557. cbring = false
  1558. cbringall = false
  1559. end
  1560. if string.sub(msg, 1, 6) == (prefix.."swap ") then
  1561. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1562. local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1563. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  1564. lplayer.Character.Humanoid.Name = 1
  1565. local l = lplayer.Character["1"]:Clone()
  1566. l.Parent = lplayer.Character
  1567. l.Name = "Humanoid"
  1568. wait(0.1)
  1569. lplayer.Character["1"]:Destroy()
  1570. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1571. lplayer.Character.Animate.Disabled = true
  1572. wait(0.1)
  1573. lplayer.Character.Animate.Disabled = false
  1574. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1575. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1576. lplayer.Character.Humanoid:EquipTool(v)
  1577. end
  1578. local function tp(player,player2)
  1579. local char1,char2=player.Character,player2.Character
  1580. if char1 and char2 then
  1581. char1:MoveTo(char2.Head.Position)
  1582. end
  1583. end
  1584. wait(0.1)
  1585. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1586. wait(0.2)
  1587. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1588. wait(0.5)
  1589. lplayer.Character.HumanoidRootPart.CFrame = NOW
  1590. wait(0.6)
  1591. tp(lplayer, game:GetService("Players")[v.Name])
  1592. wait(0.4)
  1593. lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  1594. game:GetService("StarterGui"):SetCore("SendNotification", {
  1595. Title = "Tools needed!";
  1596. Text = "You need a tool in your backpack for this command!";
  1597. })
  1598. end
  1599. end
  1600. if string.sub(msg, 1, 8) == (prefix.."glitch ") then
  1601. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1602. lplayer.Character.Humanoid.Name = 1
  1603. local l = lplayer.Character["1"]:Clone()
  1604. l.Parent = lplayer.Character
  1605. l.Name = "Humanoid"
  1606. wait(0.1)
  1607. lplayer.Character["1"]:Destroy()
  1608. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1609. lplayer.Character.Animate.Disabled = true
  1610. wait(0.1)
  1611. lplayer.Character.Animate.Disabled = false
  1612. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1613. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1614. lplayer.Character.Humanoid:EquipTool(v)
  1615. end
  1616. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  1617. wait(0.3)
  1618. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  1619. wait(0.4)
  1620. b = Instance.new("BodyForce")
  1621. b.Parent = lplayer.Character.HumanoidRootPart
  1622. b.Name = "Glitch"
  1623. b.Force = Vector3.new(100000000,5000,0)
  1624. game:GetService("StarterGui"):SetCore("SendNotification", {
  1625. Title = "Tools needed!";
  1626. Text = "You need a tool in your backpack for this command!";
  1627. })
  1628. end
  1629. end
  1630. if string.sub(msg, 1, 9) == (prefix.."unglitch") then
  1631. lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  1632. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  1633. b = Instance.new("BodyForce")
  1634. b.Parent = lplayer.Character.HumanoidRootPart
  1635. b.Name = "unGlitch"
  1636. b.Force = Vector3.new(0,-5000000,0)
  1637. wait(2)
  1638. lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  1639. end
  1640. if string.sub(msg, 1, 9) == (prefix.."grespawn") then
  1641. lplayer.Character.Humanoid.Health = 0
  1642. wait(1)
  1643. lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  1644. lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  1645. end
  1646. if string.sub(msg, 1, 9) == (prefix.."explorer") then
  1647. loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  1648. game:GetService("StarterGui"):SetCore("SendNotification", {
  1649. Title = "Success!";
  1650. Text = "DEX Explorer has loaded.";
  1651. })
  1652. end
  1653. if string.sub(msg, 1, 6) == (prefix.."anim ") then
  1654. local Anim = Instance.new("Animation")
  1655. Anim.AnimationId = "rbxassetid://"..(string.sub(msg, 7))
  1656. local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  1657. track:Play(.1, 1, 1)
  1658. end
  1659. if string.sub(msg, 1, 8) == (prefix.."animgui") then
  1660. loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  1661. game:GetService("StarterGui"):SetCore("SendNotification", {
  1662. Title = "Success!";
  1663. Text = "Energize Animations GUI has loaded.";
  1664. })
  1665. end
  1666. if string.sub(msg, 1, 8) == (prefix.."savepos") then
  1667. saved = lplayer.Character.HumanoidRootPart.CFrame
  1668. game:GetService("StarterGui"):SetCore("SendNotification", {
  1669. Title = "Position Saved";
  1670. Text = "Use ;loadpos to return to saved position.";
  1671. })
  1672. end
  1673. if string.sub(msg, 1, 8) == (prefix.."loadpos") then
  1674. lplayer.Character.HumanoidRootPart.CFrame = saved
  1675. end
  1676. if string.sub(msg, 1, 6) == (prefix.."bang ") then
  1677. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1678. local Anim2 = Instance.new("Animation")
  1679. Anim2.AnimationId = "rbxassetid://148840371"
  1680. local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  1681. track2:Play(.1, 1, 1)
  1682. bplrr = v.Name
  1683. banpl = true
  1684. end
  1685. end
  1686. if string.sub(msg, 1, 7) == (prefix.."unbang") then
  1687. banpl = false
  1688. end
  1689. if string.sub(msg, 1, 10) == (prefix.."bringmod ") then
  1690. local function bringmodw()
  1691. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  1692. if obj.Name == (string.sub(msg, 11)) then
  1693. for i,ch in pairs(obj:GetDescendants()) do
  1694. if (ch:IsA("BasePart")) then
  1695. ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  1696. ch.CanCollide = false
  1697. ch.Transparency = 0.7
  1698. wait()
  1699. ch.CFrame = lplayer.Character["Left Leg"].CFrame
  1700. wait()
  1701. ch.CFrame = lplayer.Character["Right Leg"].CFrame
  1702. wait()
  1703. ch.CFrame = lplayer.Character["Head"].CFrame
  1704. end
  1705. end
  1706. end
  1707. end
  1708. end
  1709. while wait() do
  1710. bringmodw()
  1711. end
  1712. game:GetService("StarterGui"):SetCore("SendNotification", {
  1713. Title = "BringMod";
  1714. Text = "BringMod enabled.";
  1715. })
  1716. end
  1717. if string.sub(msg, 1, 8) == (prefix.."respawn") then
  1718. local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  1719. local hum = Instance.new('Humanoid', mod)
  1720. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  1721. lplayer.Character = mod
  1722. end
  1723. if string.sub(msg, 1, 9) == (prefix.."shutdown") then
  1724. game:GetService'RunService'.Stepped:Connect(function()
  1725. pcall(function()
  1726. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  1727. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  1728. for _,x in pairs(v.Character.Head:GetChildren()) do
  1729. if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  1730. end
  1731. end
  1732. end
  1733. end)
  1734. end)
  1735. game:GetService("StarterGui"):SetCore("SendNotification", {
  1736. Title = "Attempting Shutdown";
  1737. Text = "Shutdown Attempt has begun.";
  1738. })
  1739. end
  1740. if string.sub(msg, 1, 8) == (prefix.."delobj ") then
  1741. objtodel = (string.sub(msg, 9))
  1742. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  1743. if v.Name == objtodel then
  1744. v:Destroy()
  1745. end
  1746. end
  1747. end
  1748. if string.sub(msg, 1, 8) == (prefix.."getplrs") then
  1749. for i,v in pairs(game:GetService("Players"):GetPlayers())do
  1750. print(v)
  1751. end
  1752. game:GetService("StarterGui"):SetCore("SendNotification", {
  1753. Title = "Printed";
  1754. Text = "Players have been printed to console. (F9)";
  1755. })
  1756. end
  1757. if string.sub(msg, 1, 9) == (prefix.."deldecal") then
  1758. for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  1759. if (v:IsA("Decal")) then
  1760. v:Destroy()
  1761. end
  1762. end
  1763. end
  1764. if string.sub(msg, 1, 11) == (prefix.."opfinality") then
  1765. loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  1766. game:GetService("StarterGui"):SetCore("SendNotification", {
  1767. Title = "Success!";
  1768. Text = "OpFinality GUI has loaded.";
  1769. })
  1770. end
  1771. if string.sub(msg, 1, 8) == (prefix.."remotes") then
  1772. remotes = true
  1773. added = true
  1774. game.DescendantAdded:connect(function(rmt)
  1775. if added == true then
  1776. if remotes == true then
  1777. if rmt:IsA("RemoteEvent") then
  1778. print("A RemoteEvent was added!")
  1779. print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  1780. print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  1781. end end end
  1782. end)
  1783. game.DescendantAdded:connect(function(rmtfnctn)
  1784. if added == true then
  1785. if remotes == true then
  1786. if rmtfnctn:IsA("RemoteFunction") then
  1787. warn("A RemoteFunction was added!")
  1788. warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  1789. print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  1790. end end end
  1791. end)
  1792.  
  1793. game.DescendantAdded:connect(function(bndfnctn)
  1794. if added == true then
  1795. if binds == true then
  1796. if bndfnctn:IsA("BindableFunction") then
  1797. print("A BindableFunction was added!")
  1798. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  1799. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  1800. end end end
  1801. end)
  1802.  
  1803. game.DescendantAdded:connect(function(bnd)
  1804. if added == true then
  1805. if binds == true then
  1806. if bnd:IsA("BindableEvent") then
  1807. warn("A BindableEvent was added!")
  1808. warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  1809. print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  1810. end end end
  1811. end)
  1812.  
  1813.  
  1814. if binds == true then
  1815. for i,v in pairs(game:GetDescendants()) do
  1816. if v:IsA("BindableFunction") then
  1817. print(" game." .. v:GetFullName() .. " | BindableFunction")
  1818. print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  1819. end end
  1820. for i,v in pairs(game:GetDescendants()) do
  1821. if v:IsA("BindableEvent") then
  1822. warn(" game." .. v:GetFullName() .. " | BindableEvent")
  1823. print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  1824. end end
  1825. else
  1826. print("Off")
  1827. end
  1828. if remotes == true then
  1829. for i,v in pairs(game:GetDescendants()) do
  1830. if v:IsA("RemoteFunction") then
  1831. warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  1832. print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  1833. end end
  1834. wait()
  1835. for i,v in pairs(game:GetDescendants()) do
  1836. if v:IsA("RemoteEvent") then
  1837. print(" game." .. v:GetFullName() .. " | RemoteEvent")
  1838. print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  1839. end end
  1840. else
  1841. print("Off")
  1842. end
  1843. game:GetService("StarterGui"):SetCore("SendNotification", {
  1844. Title = "Printing Remotes";
  1845. Text = "Type ;noremotes to disable.";
  1846. })
  1847. end
  1848. if string.sub(msg, 1, 10) == (prefix.."noremotes") then
  1849. remotes = false
  1850. added = false
  1851. game:GetService("StarterGui"):SetCore("SendNotification", {
  1852. Title = "Printing Remotes Disabled";
  1853. Text = "Type ;remotes to enable.";
  1854. })
  1855. end
  1856. if string.sub(msg, 1, 10) == (prefix.."tpdefault") then
  1857. spin = false
  1858. followed = false
  1859. traill = false
  1860. noclip = false
  1861. annoying = false
  1862. hwalk = false
  1863. cbringing = false
  1864. end
  1865. if string.sub(msg, 1, 8) == (prefix.."stopsit") then
  1866. stopsitting = true
  1867. end
  1868. if string.sub(msg, 1, 6) == (prefix.."gosit") then
  1869. stopsitting = false
  1870. end
  1871. if string.sub(msg, 1, 8) == (prefix.."version") then
  1872. print(adminversion)
  1873. game:GetService("StarterGui"):SetCore("SendNotification", {
  1874. Title = "Version";
  1875. Text = adminversion;
  1876. })
  1877. end
  1878. if string.sub(msg, 1, 8) == (prefix.."clicktp") then
  1879. clickgoto = true
  1880. game:GetService("StarterGui"):SetCore("SendNotification", {
  1881. Title = "Click TP";
  1882. Text = "Press E to teleport to mouse position, ;noclicktp to stop";
  1883. })
  1884. end
  1885. if string.sub(msg, 1, 9) == (prefix.."clickdel") then
  1886. clickdel = true
  1887. game:GetService("StarterGui"):SetCore("SendNotification", {
  1888. Title = "Click Delete";
  1889. Text = "Press E to delete part at mouse, ;noclickdel to stop";
  1890. })
  1891. end
  1892. if string.sub(msg, 1, 11) == (prefix.."noclickdel") then
  1893. clickdel = false
  1894. game:GetService("StarterGui"):SetCore("SendNotification", {
  1895. Title = "Click Delete";
  1896. Text = "Click delete has been disabled.";
  1897. })
  1898. end
  1899. if string.sub(msg, 1, 10) == (prefix.."noclicktp") then
  1900. clickgoto = false
  1901. game:GetService("StarterGui"):SetCore("SendNotification", {
  1902. Title = "Click TP";
  1903. Text = "Click TP has been disabled.";
  1904. })
  1905. end
  1906. if string.sub(msg, 1, 8) == (prefix.."toolson") then
  1907. gettingtools = true
  1908. game:GetService("StarterGui"):SetCore("SendNotification", {
  1909. Title = "Tools Enabled";
  1910. Text = "Automatically colleting tools dropped.";
  1911. })
  1912. end
  1913. if string.sub(msg, 1, 9) == (prefix.."toolsoff") then
  1914. gettingtools = false
  1915. game:GetService("StarterGui"):SetCore("SendNotification", {
  1916. Title = "Tools Disabled";
  1917. Text = "Click TP has been disabled.";
  1918. })
  1919. end
  1920. if string.sub(msg, 1, 10) == (prefix.."delcmdbar") then
  1921. ScreenGui:Destroy()
  1922. end
  1923. if string.sub(msg, 1, 6) == (prefix.."reset") then
  1924. lplayer.Character.Head:Destroy()
  1925. end
  1926. if string.sub(msg, 1, 7) == (prefix.."state ") then
  1927. statechosen = string.sub(msg, 8)
  1928. changingstate = true
  1929. end
  1930. if string.sub(msg, 1, 9) == (prefix.."gravity ") then
  1931. game:GetService("Workspace").Gravity = string.sub(msg, 10)
  1932. end
  1933. if string.sub(msg, 1, 10) == (prefix.."looprhats") then
  1934. removingmeshhats = true
  1935. end
  1936. if string.sub(msg, 1, 12) == (prefix.."unlooprhats") then
  1937. removingmeshhats = false
  1938. end
  1939. if string.sub(msg, 1, 10) == (prefix.."looprtool") then
  1940. removingmeshtool = true
  1941. end
  1942. if string.sub(msg, 1, 12) == (prefix.."unlooprtool") then
  1943. removingmeshtool = false
  1944. end
  1945. if string.sub(msg, 1, 10) == (prefix.."givetool ") then
  1946. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  1947. if v:IsA("Tool") then
  1948. for i,player in pairs(GetPlayer(string.sub(msg, 11))) do
  1949. v.Parent = player.Character
  1950. end
  1951. end
  1952. end
  1953. end
  1954. if string.sub(msg, 1, 14) == (prefix.."givealltools ") then
  1955. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  1956. if v:IsA("Tool") then
  1957. v.Parent = lplayer.Character
  1958. wait()
  1959. for i,player in pairs(GetPlayer(string.sub(msg, 15))) do
  1960. v.Parent = player.Character
  1961. end
  1962. end
  1963. end
  1964. end
  1965. if string.sub(msg, 1, 5) == (prefix.."age ") then
  1966. for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  1967. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  1968. end
  1969. end
  1970. if string.sub(msg, 1, 4) == (prefix.."id ") then
  1971. for i,player in pairs(GetPlayer(string.sub(msg, 5))) do
  1972. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  1973. end
  1974. end
  1975. if string.sub(msg, 1, 6) == (prefix..".age ") then
  1976. for i,player in pairs(GetPlayer(string.sub(msg, 7))) do
  1977. game:GetService("StarterGui"):SetCore("SendNotification", {
  1978. Title = player.AccountAge.." Days";
  1979. Text = "Account age of "..player.Name;
  1980. })
  1981. end
  1982. end
  1983. if string.sub(msg, 1, 5) == (prefix..".id ") then
  1984. for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  1985. game:GetService("StarterGui"):SetCore("SendNotification", {
  1986. Title = player.UserId.." ID";
  1987. Text = "Account ID of "..player.Name;
  1988. })
  1989. end
  1990. end
  1991. if string.sub(msg, 1, 7) == (prefix.."gameid") then
  1992. game:GetService("StarterGui"):SetCore("SendNotification", {
  1993. Title = "Game ID";
  1994. Text = "Game ID: ".. game.GameId;
  1995. })
  1996. end
  1997. if string.sub(msg, 1, 4) == (prefix.."pgs") then
  1998. local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  1999. if pgscheck == true then
  2000. game:GetService("StarterGui"):SetCore("SendNotification", {
  2001. Title = "PGSPhysicsSolverEnabled";
  2002. Text = "PGS is Enabled!";
  2003. })
  2004. else
  2005. game:GetService("StarterGui"):SetCore("SendNotification", {
  2006. Title = "PGSPhysicsSolverEnabled";
  2007. Text = "PGS is Disabled!";
  2008. })
  2009. end
  2010. end
  2011. if string.sub(msg, 1, 12) == (prefix.."removeinvis") then
  2012. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  2013. if v:IsA("Part") then
  2014. if v.Transparency == 1 then
  2015. if v.Name ~= "HumanoidRootPart" then
  2016. v:Destroy()
  2017. end
  2018. end
  2019. end
  2020. end
  2021. end
  2022. if string.sub(msg, 1, 10) == (prefix.."removefog") then
  2023. game:GetService("Lighting").FogStart = 0
  2024. game:GetService("Lighting").FogEnd = 9999999999999
  2025. end
  2026. if string.sub(msg, 1, 8) == (prefix.."disable") then
  2027. lplayer.Character.Humanoid.Parent = lplayer
  2028. end
  2029. if string.sub(msg, 1, 7) == (prefix.."enable") then
  2030. lplayer.Humanoid.Parent = lplayer.Character
  2031. end
  2032. if string.sub(msg, 1, 8) == (prefix.."prefix ") then
  2033. prefix = (string.sub(msg, 9, 9))
  2034. wait(0.1)
  2035. change()
  2036. wait(0.1)
  2037. game:GetService("StarterGui"):SetCore("SendNotification", {
  2038. Title = "Prefix changed!";
  2039. Text = "Prefix is now "..prefix..". Use ;resetprefix to reset to ;";
  2040. })
  2041. end
  2042. if string.sub(msg, 1, 12) == (";resetprefix") then
  2043. prefix = ";"
  2044. wait(0.1)
  2045. change()
  2046. wait(0.1)
  2047. game:GetService("StarterGui"):SetCore("SendNotification", {
  2048. Title = "Prefix changed!";
  2049. Text = "Prefix is now "..prefix..". Make sure it's one key!";
  2050. })
  2051. end
  2052. if string.sub(msg, 1, 10) == (prefix.."flyspeed ") then
  2053. speedfly = string.sub(msg, 11)
  2054. wait()
  2055. change()
  2056. end
  2057. if string.sub(msg, 1, 8) == (prefix.."carpet ") then
  2058. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  2059. local Anim3 = Instance.new("Animation")
  2060. Anim3.AnimationId = "rbxassetid://282574440"
  2061. local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  2062. track3:Play(.1, 1, 1)
  2063. bplrr = v.Name
  2064. banpl = true
  2065. end
  2066. end
  2067. if string.sub(msg, 1, 9) == (prefix.."uncarpet") then
  2068. banpl = false
  2069. end
  2070. if string.sub(msg, 1, 7) == (prefix.."stare ") then
  2071. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  2072. staring = true
  2073. stareplr = v
  2074. end
  2075. end
  2076. if string.sub(msg, 1, 8) == (prefix.."unstare") then
  2077. staring = false
  2078. end
  2079. if string.sub(msg, 1, 8) == (prefix.."logchat") then
  2080. chatlogs = true
  2081. game:GetService("StarterGui"):SetCore("SendNotification", {
  2082. Title = "LogChat enabled";
  2083. Text = "Now logging all player chat.";
  2084. })
  2085. end
  2086. if string.sub(msg, 1, 10) == (prefix.."unlogchat") then
  2087. chatlogs = false
  2088. game:GetService("StarterGui"):SetCore("SendNotification", {
  2089. Title = "LogChat disabled";
  2090. Text = "Stopped logging all player chat.";
  2091. })
  2092. end
  2093. if string.sub(msg, 1, 7) == (prefix.."fixcam") then
  2094. game:GetService("Workspace").CurrentCamera:Destroy()
  2095. wait(0.1)
  2096. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  2097. game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  2098. lplayer.CameraMinZoomDistance = 0.5
  2099. lplayer.CameraMaxZoomDistance = 400
  2100. lplayer.CameraMode = "Classic"
  2101. end
  2102. if string.sub(msg, 1, 8) == (prefix.."unstate") then
  2103. changingstate = false
  2104. end
  2105. end)
  2106.  
  2107. local function tp()
  2108. for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  2109. if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  2110. if player.Name == brplr then
  2111. player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 2
  2112. end
  2113. end
  2114. end
  2115. end
  2116. local function tpall()
  2117. for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  2118. if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  2119. player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 3
  2120. end
  2121. end
  2122. end
  2123. spawn(function()
  2124. while wait(spamdelay) do
  2125. if spamming == true then
  2126. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(spamtext, "All")
  2127. end
  2128. end
  2129. end)
  2130. spawn(function()
  2131. while wait(spamdelay) do
  2132. if spammingpm == true then
  2133. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/w "..pmspammed.." @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", "All")
  2134. end
  2135. end
  2136. end)
  2137. spawn(function()
  2138. while wait() do
  2139. if cbring == true then
  2140. tp()
  2141. end
  2142. end
  2143. end)
  2144. spawn(function()
  2145. while wait() do
  2146. if cbringall == true then
  2147. tpall()
  2148. end
  2149. end
  2150. end)
  2151.  
  2152. Mouse.KeyDown:connect(function(Key)
  2153. if Key == prefix then
  2154. CMDBAR:CaptureFocus()
  2155. end
  2156. end)
  2157.  
  2158. CMDBAR.FocusLost:connect(function(enterPressed)
  2159. if enterPressed then
  2160. if string.sub(CMDBAR.Text, 1, 5) == ("kill ") then
  2161. if string.sub(CMDBAR.Text, 6) == "me" then
  2162. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  2163. else
  2164. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6)))do
  2165. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2166. lplayer.Character.Humanoid.Name = 1
  2167. local l = lplayer.Character["1"]:Clone()
  2168. l.Parent = lplayer.Character
  2169. l.Name = "Humanoid"
  2170. wait(0.1)
  2171. lplayer.Character["1"]:Destroy()
  2172. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2173. lplayer.Character.Animate.Disabled = true
  2174. wait(0.1)
  2175. lplayer.Character.Animate.Disabled = false
  2176. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2177. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2178. lplayer.Character.Humanoid:EquipTool(v)
  2179. end
  2180. local function tp(player,player2)
  2181. local char1,char2=player.Character,player2.Character
  2182. if char1 and char2 then
  2183. char1:MoveTo(char2.Head.Position)
  2184. end
  2185. end
  2186. wait(0.1)
  2187. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2188. wait(0.2)
  2189. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2190. wait(0.5)
  2191. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  2192. wait(0.7)
  2193. tp(lplayer,game:GetService("Players")[v.Name])
  2194. wait(0.7)
  2195. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2196. game:GetService("StarterGui"):SetCore("SendNotification", {
  2197. Title = "Tools needed!";
  2198. Text = "You need a tool in your backpack for this command!";
  2199. })
  2200. end
  2201. end
  2202. end
  2203. if string.sub(CMDBAR.Text, 1, 6) == ("bring ") then
  2204. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  2205. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2206. lplayer.Character.Humanoid.Name = 1
  2207. local l = lplayer.Character["1"]:Clone()
  2208. l.Parent = lplayer.Character
  2209. l.Name = "Humanoid"
  2210. wait(0.1)
  2211. lplayer.Character["1"]:Destroy()
  2212. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2213. lplayer.Character.Animate.Disabled = true
  2214. wait(0.1)
  2215. lplayer.Character.Animate.Disabled = false
  2216. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2217. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2218. lplayer.Character.Humanoid:EquipTool(v)
  2219. end
  2220. local function tp(player,player2)
  2221. local char1,char2=player.Character,player2.Character
  2222. if char1 and char2 then
  2223. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  2224. end
  2225. end
  2226. local function getout(player,player2)
  2227. local char1,char2=player.Character,player2.Character
  2228. if char1 and char2 then
  2229. char1:MoveTo(char2.Head.Position)
  2230. end
  2231. end
  2232. tp(game:GetService("Players")[v.Name], lplayer)
  2233. wait(0.2)
  2234. tp(game:GetService("Players")[v.Name], lplayer)
  2235. wait(0.5)
  2236. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2237. wait(0.5)
  2238. getout(lplayer, game:GetService("Players")[v.Name])
  2239. wait(0.3)
  2240. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2241. game:GetService("StarterGui"):SetCore("SendNotification", {
  2242. Title = "Tools needed!";
  2243. Text = "You need a tool in your backpack for this command!";
  2244. })
  2245. end
  2246. end
  2247. if string.sub(CMDBAR.Text, 1, 5) == ("spin ") then
  2248. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2249. lplayer.Character.Humanoid.Name = 1
  2250. local l = lplayer.Character["1"]:Clone()
  2251. l.Parent = lplayer.Character
  2252. l.Name = "Humanoid"
  2253. wait(0.1)
  2254. lplayer.Character["1"]:Destroy()
  2255. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2256. lplayer.Character.Animate.Disabled = true
  2257. wait(0.1)
  2258. lplayer.Character.Animate.Disabled = false
  2259. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2260. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2261. lplayer.Character.Humanoid:EquipTool(v)
  2262. end
  2263. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2264. spinplr = v
  2265. wait(0.5)
  2266. spin = true
  2267. game:GetService("StarterGui"):SetCore("SendNotification", {
  2268. Title = "Tools needed!";
  2269. Text = "You need a tool in your backpack for this command!";
  2270. })
  2271. end
  2272. end
  2273. if string.sub(CMDBAR.Text, 1, 6) == ("unspin") then
  2274. spin = false
  2275. end
  2276. if string.sub(CMDBAR.Text, 1, 7) == ("attach ") then
  2277. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2278. lplayer.Character.Humanoid.Name = 1
  2279. local l = lplayer.Character["1"]:Clone()
  2280. l.Parent = lplayer.Character
  2281. l.Name = "Humanoid"
  2282. wait(0.1)
  2283. lplayer.Character["1"]:Destroy()
  2284. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2285. lplayer.Character.Animate.Disabled = true
  2286. wait(0.1)
  2287. lplayer.Character.Animate.Disabled = false
  2288. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2289. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2290. lplayer.Character.Humanoid:EquipTool(v)
  2291. end
  2292. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2293. wait(0.3)
  2294. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2295. attplr = v
  2296. game:GetService("StarterGui"):SetCore("SendNotification", {
  2297. Title = "Tools needed!";
  2298. Text = "You need a tool in your backpack for this command!";
  2299. })
  2300. end
  2301. end
  2302. if string.sub(CMDBAR.Text, 1, 9) == ("unattach ") then
  2303. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  2304. local function getout(player,player2)
  2305. local char1,char2=player.Character,player2.Character
  2306. if char1 and char2 then
  2307. char1:MoveTo(char2.Head.Position)
  2308. end
  2309. end
  2310. getout(lplayer, game:GetService("Players")[v.Name])
  2311. end
  2312. end
  2313. if string.sub(CMDBAR.Text, 1, 7) == ("follow ") then
  2314. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2315. followed = true
  2316. flwplr = v
  2317. end
  2318. end
  2319. if string.sub(CMDBAR.Text, 1, 8) == ("unfollow") then
  2320. followed = false
  2321. end
  2322. if string.sub(CMDBAR.Text, 1, 9) == ("freefall ") then
  2323. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  2324. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2325. lplayer.Character.Humanoid.Name = 1
  2326. local l = lplayer.Character["1"]:Clone()
  2327. l.Parent = lplayer.Character
  2328. l.Name = "Humanoid"
  2329. wait(0.1)
  2330. lplayer.Character["1"]:Destroy()
  2331. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2332. lplayer.Character.Animate.Disabled = true
  2333. wait(0.1)
  2334. lplayer.Character.Animate.Disabled = false
  2335. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2336. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2337. lplayer.Character.Humanoid:EquipTool(v)
  2338. end
  2339. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2340. wait(0.2)
  2341. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2342. wait(0.6)
  2343. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2344. wait(0.6)
  2345. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  2346. game:GetService("StarterGui"):SetCore("SendNotification", {
  2347. Title = "Tools needed!";
  2348. Text = "You need a tool in your backpack for this command!";
  2349. })
  2350. end
  2351. end
  2352. if string.sub(CMDBAR.Text, 1, 6) == ("trail ") then
  2353. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2354. traill = true
  2355. trlplr = v
  2356. end
  2357. end
  2358. if string.sub(CMDBAR.Text, 1, 7) == ("untrail") then
  2359. traill = false
  2360. end
  2361. if string.sub(CMDBAR.Text, 1, 6) == ("orbit ") then
  2362. if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  2363. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2364. else
  2365. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2366. local o = Instance.new("RocketPropulsion")
  2367. o.Parent = lplayer.Character.HumanoidRootPart
  2368. o.Name = "Orbit"
  2369. o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  2370. o:Fire()
  2371. noclip = true
  2372. end
  2373. end
  2374. end
  2375. if string.sub(CMDBAR.Text, 1, 7) == ("unorbit") then
  2376. lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  2377. noclip = false
  2378. end
  2379. if string.sub(CMDBAR.Text, 1, 6) == ("fling ") then
  2380. if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  2381. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2382. else
  2383. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2384. local y = Instance.new("RocketPropulsion")
  2385. y.Parent = lplayer.Character.HumanoidRootPart
  2386. y.CartoonFactor = 1
  2387. y.MaxThrust = 800000
  2388. y.MaxSpeed = 1000
  2389. y.ThrustP = 200000
  2390. y.Name = "Fling"
  2391. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  2392. y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  2393. y:Fire()
  2394. noclip = true
  2395. end
  2396. end
  2397. end
  2398. if string.sub(CMDBAR.Text, 1, 7) == ("unfling") then
  2399. noclip = false
  2400. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  2401. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  2402. wait(0.4)
  2403. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  2404. end
  2405. if string.sub(CMDBAR.Text, 1, 7) == ("fecheck") then
  2406. if game:GetService("Workspace").FilteringEnabled == true then
  2407. warn("FE is Enabled (Filtering Enabled)")
  2408. game:GetService("StarterGui"):SetCore("SendNotification", {
  2409. Title = "FE is Enabled";
  2410. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  2411. })
  2412. else
  2413. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  2414. game:GetService("StarterGui"):SetCore("SendNotification", {
  2415. Title = "FE is Disabled";
  2416. Text = "Filtering Disabled. Consider using a different admin script.";
  2417. })
  2418. end
  2419. end
  2420. if string.sub(CMDBAR.Text, 1, 5) == ("void ") then
  2421. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2422. lplayer.Character.Humanoid.Name = 1
  2423. local l = lplayer.Character["1"]:Clone()
  2424. l.Parent = lplayer.Character
  2425. l.Name = "Humanoid"
  2426. wait(0.1)
  2427. lplayer.Character["1"]:Destroy()
  2428. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2429. lplayer.Character.Animate.Disabled = true
  2430. wait(0.1)
  2431. lplayer.Character.Animate.Disabled = false
  2432. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2433. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2434. lplayer.Character.Humanoid:EquipTool(v)
  2435. end
  2436. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2437. wait(0.2)
  2438. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2439. wait(0.6)
  2440. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  2441. game:GetService("StarterGui"):SetCore("SendNotification", {
  2442. Title = "Tools needed!";
  2443. Text = "You need a tool in your backpack for this command!";
  2444. })
  2445. end
  2446. end
  2447. if string.sub(CMDBAR.Text, 1, 6) == ("noclip") then
  2448. noclip = true
  2449. game:GetService("StarterGui"):SetCore("SendNotification", {
  2450. Title = "Noclip enabled";
  2451. Text = "Type ;clip to disable";
  2452. })
  2453. end
  2454. if string.sub(CMDBAR.Text, 1, 4) == ("clip") then
  2455. noclip = false
  2456. game:GetService("StarterGui"):SetCore("SendNotification", {
  2457. Title = "Noclip disabled";
  2458. Text = "Type ;noclip to enable";
  2459. })
  2460. end
  2461. if string.sub(CMDBAR.Text, 1, 6) == ("speed ") then
  2462. lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 7))
  2463. end
  2464. if string.sub(CMDBAR.Text, 1, 3) == ("ws ") then
  2465. lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 4))
  2466. end
  2467. if string.sub(CMDBAR.Text, 1, 10) == ("hipheight ") then
  2468. lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 11))
  2469. end
  2470. if string.sub(CMDBAR.Text, 1, 3) == ("hh ") then
  2471. lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 4))
  2472. end
  2473. if string.sub(CMDBAR.Text, 1, 10) == ("jumppower ") then
  2474. lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 11))
  2475. end
  2476. if string.sub(CMDBAR.Text, 1, 3) == ("jp ") then
  2477. lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 4))
  2478. end
  2479. if string.sub(CMDBAR.Text, 1, 7) == ("default") then
  2480. lplayer.Character.Humanoid.JumpPower = 50
  2481. lplayer.Character.Humanoid.WalkSpeed = 16
  2482. lplayer.Character.Humanoid.HipHeight = 0
  2483. end
  2484. if string.sub(CMDBAR.Text, 1, 6) == ("annoy ") then
  2485. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2486. annoying = true
  2487. annplr = v
  2488. end
  2489. end
  2490. if string.sub(CMDBAR.Text, 1, 7) == ("unannoy") then
  2491. annoying = false
  2492. end
  2493. if string.sub(CMDBAR.Text, 1, 9) == ("headwalk ") then
  2494. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  2495. hwalk = true
  2496. hdwplr = v
  2497. end
  2498. end
  2499. if string.sub(CMDBAR.Text, 1, 10) == ("unheadwalk") then
  2500. hwalk = false
  2501. end
  2502. if string.sub(CMDBAR.Text, 1, 7) == ("nolimbs") then
  2503. lplayer.Character["Left Leg"]:Destroy()
  2504. lplayer.Character["Left Arm"]:Destroy()
  2505. lplayer.Character["Right Leg"]:Destroy()
  2506. lplayer.Character["Right Arm"]:Destroy()
  2507. end
  2508. if string.sub(CMDBAR.Text, 1, 3) == ("god") then
  2509. lplayer.Character.Humanoid.Name = 1
  2510. local l = lplayer.Character["1"]:Clone()
  2511. l.Parent = lplayer.Character
  2512. l.Name = "Humanoid"
  2513. wait(0.1)
  2514. lplayer.Character["1"]:Destroy()
  2515. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2516. lplayer.Character.Animate.Disabled = true
  2517. wait(0.1)
  2518. lplayer.Character.Animate.Disabled = false
  2519. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2520. game:GetService("StarterGui"):SetCore("SendNotification", {
  2521. Title = "FE Godmode enabled";
  2522. Text = "Use ;grespawn or ;respawn to remove.";
  2523. })
  2524. end
  2525. if string.sub(CMDBAR.Text, 1, 8) == ("drophats") then
  2526. for i,v in pairs(lplayer.Character:GetChildren()) do
  2527. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2528. v.Parent = workspace
  2529. end
  2530. end
  2531. end
  2532. if string.sub(CMDBAR.Text, 1, 8) == ("droptool") then
  2533. for i,v in pairs(lplayer.Character:GetChildren()) do
  2534. if (v:IsA("Tool")) then
  2535. v.Parent = workspace
  2536. end
  2537. end
  2538. end
  2539. if string.sub(CMDBAR.Text, 1, 9) == ("loopdhats") then
  2540. droppinghats = true
  2541. game:GetService("StarterGui"):SetCore("SendNotification", {
  2542. Title = "Loop Drop Enabled";
  2543. Text = "Type ;unloopdhats to disable";
  2544. })
  2545. end
  2546. if string.sub(CMDBAR.Text, 1, 11) == ("unloopdhats") then
  2547. droppinghats = false
  2548. game:GetService("StarterGui"):SetCore("SendNotification", {
  2549. Title = "Loop Drop Disabled";
  2550. Text = "Type ;loopdhats to enable.";
  2551. })
  2552. end
  2553. if string.sub(CMDBAR.Text, 1, 9) == ("loopdtool") then
  2554. droppingtools = true
  2555. game:GetService("StarterGui"):SetCore("SendNotification", {
  2556. Title = "Loop Drop Enabled";
  2557. Text = "Type ;unloopdtool to disable";
  2558. })
  2559. end
  2560. if string.sub(CMDBAR.Text, 1, 11) == ("unloopdtool") then
  2561. droppingtools = false
  2562. game:GetService("StarterGui"):SetCore("SendNotification", {
  2563. Title = "Loop Drop Disabled";
  2564. Text = "Type ;loopdtool to enable.";
  2565. })
  2566. end
  2567. if string.sub(CMDBAR.Text, 1, 9) == ("invisible") then -- Credit to Timeless
  2568. Local = game:GetService('Players').LocalPlayer
  2569. Char = Local.Character
  2570. touched,tpdback = false, false
  2571. box = Instance.new('Part',workspace)
  2572. box.Anchored = true
  2573. box.CanCollide = true
  2574. box.Size = Vector3.new(10,1,10)
  2575. box.Position = Vector3.new(0,10000,0)
  2576. box.Touched:connect(function(part)
  2577. if (part.Parent.Name == Local.Name) then
  2578. if touched == false then
  2579. touched = true
  2580. function apply()
  2581. if script.Disabled ~= true then
  2582. no = Char.HumanoidRootPart:Clone()
  2583. wait(.25)
  2584. Char.HumanoidRootPart:Destroy()
  2585. no.Parent = Char
  2586. Char:MoveTo(loc)
  2587. touched = false
  2588. end end
  2589. if Char then
  2590. apply()
  2591. end
  2592. end
  2593. end
  2594. end)
  2595. repeat wait() until Char
  2596. loc = Char.HumanoidRootPart.Position
  2597. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  2598. game:GetService("StarterGui"):SetCore("SendNotification", {
  2599. Title = "Invisibility enabled!";
  2600. Text = "Reset or use ;respawn to remove.";
  2601. })
  2602. end
  2603. if string.sub(CMDBAR.Text, 1, 5) == ("view ") then
  2604. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2605. if game:GetService("Players")[v.Name].Character.Humanoid then
  2606. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  2607. else
  2608. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  2609. end
  2610. end
  2611. end
  2612. if string.sub(CMDBAR.Text, 1, 6) == ("unview") then
  2613. if lplayer.Character.Humanoid then
  2614. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  2615. else
  2616. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  2617. end
  2618. end
  2619. if string.sub(CMDBAR.Text, 1, 5) == ("goto ") then
  2620. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2621. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2622. end
  2623. end
  2624. if string.sub(CMDBAR.Text, 1, 3) == ("fly") then
  2625. repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  2626. repeat wait() until Mouse
  2627.  
  2628. local T = lplayer.Character.HumanoidRootPart
  2629. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  2630. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  2631. local SPEED = speedget
  2632.  
  2633. local function fly()
  2634. flying = true
  2635. local BG = Instance.new('BodyGyro', T)
  2636. local BV = Instance.new('BodyVelocity', T)
  2637. BG.P = 9e4
  2638. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  2639. BG.cframe = T.CFrame
  2640. BV.velocity = Vector3.new(0, 0.1, 0)
  2641. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  2642. spawn(function()
  2643. repeat wait()
  2644. lplayer.Character.Humanoid.PlatformStand = true
  2645. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  2646. SPEED = 50
  2647. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  2648. SPEED = 0
  2649. end
  2650. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  2651. 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
  2652. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  2653. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  2654. 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
  2655. else
  2656. BV.velocity = Vector3.new(0, 0.1, 0)
  2657. end
  2658. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  2659. until not flying
  2660. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  2661. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  2662. SPEED = 0
  2663. BG:destroy()
  2664. BV:destroy()
  2665. lplayer.Character.Humanoid.PlatformStand = false
  2666. end)
  2667. end
  2668. Mouse.KeyDown:connect(function(KEY)
  2669. if KEY:lower() == 'w' then
  2670. CONTROL.F = speedfly
  2671. elseif KEY:lower() == 's' then
  2672. CONTROL.B = -speedfly
  2673. elseif KEY:lower() == 'a' then
  2674. CONTROL.L = -speedfly
  2675. elseif KEY:lower() == 'd' then
  2676. CONTROL.R = speedfly
  2677. end
  2678. end)
  2679. Mouse.KeyUp:connect(function(KEY)
  2680. if KEY:lower() == 'w' then
  2681. CONTROL.F = 0
  2682. elseif KEY:lower() == 's' then
  2683. CONTROL.B = 0
  2684. elseif KEY:lower() == 'a' then
  2685. CONTROL.L = 0
  2686. elseif KEY:lower() == 'd' then
  2687. CONTROL.R = 0
  2688. end
  2689. end)
  2690. fly()
  2691. end
  2692. if string.sub(CMDBAR.Text, 1, 5) == ("unfly") then
  2693. flying = false
  2694. lplayer.Character.Humanoid.PlatformStand = false
  2695. end
  2696. if string.sub(CMDBAR.Text, 1, 5) == ("chat ") then
  2697. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(CMDBAR.Text, 6)), "All")
  2698. end
  2699. if string.sub(CMDBAR.Text, 1, 5) == ("spam ") then
  2700. spamtext = (string.sub(CMDBAR.Text, 6))
  2701. spamming = true
  2702. end
  2703. if string.sub(CMDBAR.Text, 1, 6) == ("unspam") then
  2704. spamming = false
  2705. end
  2706. if string.sub(CMDBAR.Text, 1, 9) == ("spamwait ") then
  2707. spamdelay = (string.sub(CMDBAR.Text, 10))
  2708. end
  2709. if string.sub(CMDBAR.Text, 1, 7) == ("pmspam ") then
  2710. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2711. pmspammed = v.Name
  2712. spammingpm = true
  2713. end
  2714. end
  2715. if string.sub(CMDBAR.Text, 1, 8) == ("unpmspam") then
  2716. spammingpm = false
  2717. end
  2718. if string.sub(CMDBAR.Text, 1, 8) == ("cfreeze ") then
  2719. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 9))) do
  2720. v.Character["Left Leg"].Anchored = true
  2721. v.Character["Left Arm"].Anchored = true
  2722. v.Character["Right Leg"].Anchored = true
  2723. v.Character["Right Arm"].Anchored = true
  2724. v.Character.Torso.Anchored = true
  2725. v.Character.Head.Anchored = true
  2726. end
  2727. end
  2728. if string.sub(CMDBAR.Text, 1, 10) == ("uncfreeze ") then
  2729. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 11))) do
  2730. v.Character["Left Leg"].Anchored = false
  2731. v.Character["Left Arm"].Anchored = false
  2732. v.Character["Right Leg"].Anchored = false
  2733. v.Character["Right Arm"].Anchored = false
  2734. v.Character.Torso.Anchored = false
  2735. v.Character.Head.Anchored = false
  2736. end
  2737. end
  2738. if string.sub(CMDBAR.Text, 1, 8) == ("unlockws") then
  2739. local a = game:GetService("Workspace"):getChildren()
  2740. for i = 1, #a do
  2741. if a[i].className == "Part" then
  2742. a[i].Locked = false
  2743. elseif a[i].className == "Model" then
  2744. local r = a[i]:getChildren()
  2745. for i = 1, #r do
  2746. if r[i].className == "Part" then
  2747. r[i].Locked = false
  2748. end
  2749. end
  2750. end
  2751. end
  2752. game:GetService("StarterGui"):SetCore("SendNotification", {
  2753. Title = "Success!";
  2754. Text = "Workspace unlocked. Use ;lockws to lock.";
  2755. })
  2756. end
  2757. if string.sub(CMDBAR.Text, 1, 6) == ("lockws") then
  2758. local a = game:GetService("Workspace"):getChildren()
  2759. for i = 1, #a do
  2760. if a[i].className == "Part" then
  2761. a[i].Locked = true
  2762. elseif a[i].className == "Model" then
  2763. local r = a[i]:getChildren()
  2764. for i = 1, #r do
  2765. if r[i].className == "Part" then
  2766. r[i].Locked = true
  2767. end
  2768. end
  2769. end
  2770. end
  2771. end
  2772. if string.sub(CMDBAR.Text, 1, 6) == ("btools") then
  2773. local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  2774. Clone_T.BinType = "Clone"
  2775. local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  2776. Destruct.BinType = "Hammer"
  2777. local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  2778. Hold_T.BinType = "Grab"
  2779. end
  2780. if string.sub(CMDBAR.Text, 1, 6) == ("pstand") then
  2781. lplayer.Character.Humanoid.PlatformStand = true
  2782. end
  2783. if string.sub(CMDBAR.Text, 1, 8) == ("unpstand") then
  2784. lplayer.Character.Humanoid.PlatformStand = false
  2785. end
  2786. if string.sub(CMDBAR.Text, 1, 9) == ("blockhead") then
  2787. lplayer.Character.Head.Mesh:Destroy()
  2788. end
  2789. if string.sub(CMDBAR.Text, 1, 3) == ("sit") then
  2790. lplayer.Character.Humanoid.Sit = true
  2791. end
  2792. if string.sub(CMDBAR.Text, 1, 9) == ("bringobj ") then
  2793. local function bringobjw()
  2794. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  2795. if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  2796. obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2797. obj.CanCollide = false
  2798. obj.Transparency = 0.7
  2799. wait()
  2800. obj.CFrame = lplayer.Character["Left Leg"].CFrame
  2801. wait()
  2802. obj.CFrame = lplayer.Character["Right Leg"].CFrame
  2803. wait()
  2804. obj.CFrame = lplayer.Character["Head"].CFrame
  2805. end
  2806. end
  2807. end
  2808. while wait() do
  2809. bringobjw()
  2810. end
  2811. game:GetService("StarterGui"):SetCore("SendNotification", {
  2812. Title = "BringObj";
  2813. Text = "BringObj enabled.";
  2814. })
  2815. end
  2816. if string.sub(CMDBAR.Text, 1, 6) == ("wsvis ") then
  2817. vis = (string.sub(CMDBAR.Text, 7))
  2818. local a = game:GetService("Workspace"):GetDescendants()
  2819. for i = 1, #a do
  2820. if a[i].className == "Part" then
  2821. a[i].Transparency = vis
  2822. elseif a[i].className == "Model" then
  2823. local r = a[i]:getChildren()
  2824. for i = 1, #r do
  2825. if r[i].className == "Part" then
  2826. r[i].Transparency = vis
  2827. end
  2828. end
  2829. end
  2830. end
  2831. end
  2832. if string.sub(CMDBAR.Text, 1, 10) == ("hypertotal") then
  2833. loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  2834. game:GetService("StarterGui"):SetCore("SendNotification", {
  2835. Title = "Success!";
  2836. Text = "HyperTotal GUI Loaded!";
  2837. })
  2838. end
  2839. if string.sub(CMDBAR.Text, 1, 4) == ("cmds") then
  2840. CMDSFRAME.Visible = true
  2841. end
  2842. if string.sub(CMDBAR.Text, 1, 9) == ("rmeshhats") then
  2843. for i,v in pairs(lplayer.Character:GetChildren()) do
  2844. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2845. v.Handle.Mesh:Destroy()
  2846. end
  2847. end
  2848. end
  2849. if string.sub(CMDBAR.Text, 1, 9) == ("blockhats") then
  2850. for i,v in pairs(lplayer.Character:GetChildren()) do
  2851. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2852. v.Handle.Mesh:Destroy()
  2853. end
  2854. end
  2855. end
  2856. if string.sub(CMDBAR.Text, 1, 9) == ("rmeshtool") then
  2857. for i,v in pairs(lplayer.Character:GetChildren()) do
  2858. if (v:IsA("Tool")) then
  2859. v.Handle.Mesh:Destroy()
  2860. end
  2861. end
  2862. end
  2863. if string.sub(CMDBAR.Text, 1, 9) == ("blocktool") then
  2864. for i,v in pairs(lplayer.Character:GetChildren()) do
  2865. if (v:IsA("Tool")) then
  2866. v.Handle.Mesh:Destroy()
  2867. end
  2868. end
  2869. end
  2870. if string.sub(CMDBAR.Text, 1, 7) == ("spinner") then
  2871. local p = Instance.new("RocketPropulsion")
  2872. p.Parent = lplayer.Character.HumanoidRootPart
  2873. p.Name = "Spinner"
  2874. p.Target = lplayer.Character["Left Arm"]
  2875. p:Fire()
  2876. game:GetService("StarterGui"):SetCore("SendNotification", {
  2877. Title = "Spinner enabled";
  2878. Text = "Type ;nospinner to disable.";
  2879. })
  2880. end
  2881. if string.sub(CMDBAR.Text, 1, 9) == ("nospinner") then
  2882. lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  2883. end
  2884. if string.sub(CMDBAR.Text, 1, 6) == ("reachd") then
  2885. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  2886. if v:isA("Tool") then
  2887. local a = Instance.new("SelectionBox",v.Handle)
  2888. a.Adornee = v.Handle
  2889. v.Handle.Size = Vector3.new(0.5,0.5,60)
  2890. v.GripPos = Vector3.new(0,0,0)
  2891. lplayer.Character.Humanoid:UnequipTools()
  2892. end
  2893. end
  2894. game:GetService("StarterGui"):SetCore("SendNotification", {
  2895. Title = "Reach applied!";
  2896. Text = "Applied to equipped sword. Use ;noreach to disable.";
  2897. })
  2898. end
  2899. if string.sub(CMDBAR.Text, 1, 6) == ("reach ") then
  2900. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  2901. if v:isA("Tool") then
  2902. local a = Instance.new("SelectionBox",v.Handle)
  2903. a.Name = "Reach"
  2904. a.Adornee = v.Handle
  2905. v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(CMDBAR.Text, 7)))
  2906. v.GripPos = Vector3.new(0,0,0)
  2907. lplayer.Character.Humanoid:UnequipTools()
  2908. end
  2909. end
  2910. game:GetService("StarterGui"):SetCore("SendNotification", {
  2911. Title = "Reach applied!";
  2912. Text = "Applied to equipped sword. Use ;noreach to disable.";
  2913. })
  2914. end
  2915. if string.sub(CMDBAR.Text, 1, 7) == ("noreach") then
  2916. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  2917. if v:isA("Tool") then
  2918. v.Handle.Reach:Destroy()
  2919. end
  2920. end
  2921. game:GetService("StarterGui"):SetCore("SendNotification", {
  2922. Title = "Reach removed!";
  2923. Text = "Removed reach from equipped sword.";
  2924. })
  2925. end
  2926. if string.sub(CMDBAR.Text, 1, 6) == ("rkill ") then
  2927. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  2928. lplayer.Character.Humanoid.Name = 1
  2929. local l = lplayer.Character["1"]:Clone()
  2930. l.Parent = lplayer.Character
  2931. l.Name = "Humanoid"
  2932. wait(0.1)
  2933. lplayer.Character["1"]:Destroy()
  2934. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2935. lplayer.Character.Animate.Disabled = true
  2936. wait(0.1)
  2937. lplayer.Character.Animate.Disabled = false
  2938. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2939. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2940. lplayer.Character.Humanoid:EquipTool(v)
  2941. end
  2942. wait(0.1)
  2943. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2944. wait(0.2)
  2945. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2946. wait(0.5)
  2947. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  2948. game:GetService("StarterGui"):SetCore("SendNotification", {
  2949. Title = "Tools needed!";
  2950. Text = "You need a tool in your backpack for this command!";
  2951. })
  2952. end
  2953. end
  2954. if string.sub(CMDBAR.Text, 1, 6) == ("tp me ") then
  2955. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2956. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2957. end
  2958. end
  2959. if string.sub(CMDBAR.Text, 1, 7) == ("cbring ") then
  2960. if (string.sub(CMDBAR.Text, 8)) == "all" or (string.sub(CMDBAR.Text, 8)) == "All" or (string.sub(CMDBAR.Text, 8)) == "ALL" then
  2961. cbringall = true
  2962. else
  2963. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2964. brplr = v.Name
  2965. end
  2966. end
  2967. cbring = true
  2968. end
  2969. if string.sub(CMDBAR.Text, 1, 8) == ("uncbring") then
  2970. cbring = false
  2971. cbringall = false
  2972. end
  2973. if string.sub(CMDBAR.Text, 1, 5) == ("swap ") then
  2974. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2975. local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2976. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2977. lplayer.Character.Humanoid.Name = 1
  2978. local l = lplayer.Character["1"]:Clone()
  2979. l.Parent = lplayer.Character
  2980. l.Name = "Humanoid"
  2981. wait(0.1)
  2982. lplayer.Character["1"]:Destroy()
  2983. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2984. lplayer.Character.Animate.Disabled = true
  2985. wait(0.1)
  2986. lplayer.Character.Animate.Disabled = false
  2987. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2988. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2989. lplayer.Character.Humanoid:EquipTool(v)
  2990. end
  2991. local function tp(player,player2)
  2992. local char1,char2=player.Character,player2.Character
  2993. if char1 and char2 then
  2994. char1:MoveTo(char2.Head.Position)
  2995. end
  2996. end
  2997. wait(0.1)
  2998. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2999. wait(0.2)
  3000. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3001. wait(0.5)
  3002. lplayer.Character.HumanoidRootPart.CFrame = NOW
  3003. wait(0.6)
  3004. tp(lplayer, game:GetService("Players")[v.Name])
  3005. wait(0.4)
  3006. lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  3007. game:GetService("StarterGui"):SetCore("SendNotification", {
  3008. Title = "Tools needed!";
  3009. Text = "You need a tool in your backpack for this command!";
  3010. })
  3011. end
  3012. end
  3013. if string.sub(CMDBAR.Text, 1, 7) == ("glitch ") then
  3014. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  3015. lplayer.Character.Humanoid.Name = 1
  3016. local l = lplayer.Character["1"]:Clone()
  3017. l.Parent = lplayer.Character
  3018. l.Name = "Humanoid"
  3019. wait(0.1)
  3020. lplayer.Character["1"]:Destroy()
  3021. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3022. lplayer.Character.Animate.Disabled = true
  3023. wait(0.1)
  3024. lplayer.Character.Animate.Disabled = false
  3025. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3026. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3027. lplayer.Character.Humanoid:EquipTool(v)
  3028. end
  3029. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  3030. wait(0.3)
  3031. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  3032. wait(0.4)
  3033. b = Instance.new("BodyForce")
  3034. b.Parent = lplayer.Character.HumanoidRootPart
  3035. b.Name = "Glitch"
  3036. b.Force = Vector3.new(100000000,5000,0)
  3037. game:GetService("StarterGui"):SetCore("SendNotification", {
  3038. Title = "Tools needed!";
  3039. Text = "You need a tool in your backpack for this command!";
  3040. })
  3041. end
  3042. end
  3043. if string.sub(CMDBAR.Text, 1, 8) == ("unglitch") then
  3044. lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  3045. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  3046. b = Instance.new("BodyForce")
  3047. b.Parent = lplayer.Character.HumanoidRootPart
  3048. b.Name = "unGlitch"
  3049. b.Force = Vector3.new(0,-5000000,0)
  3050. wait(2)
  3051. lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  3052. end
  3053. if string.sub(CMDBAR.Text, 1, 8) == ("grespawn") then
  3054. lplayer.Character.Humanoid.Health = 0
  3055. wait(1)
  3056. lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  3057. lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  3058. end
  3059. if string.sub(CMDBAR.Text, 1, 8) == ("explorer") then
  3060. loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  3061. game:GetService("StarterGui"):SetCore("SendNotification", {
  3062. Title = "Success!";
  3063. Text = "DEX Explorer has loaded.";
  3064. })
  3065. end
  3066. if string.sub(CMDBAR.Text, 1, 5) == ("anim ") then
  3067. local Anim = Instance.new("Animation")
  3068. Anim.AnimationId = "rbxassetid://"..(string.sub(CMDBAR.Text, 6))
  3069. local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  3070. track:Play(.1, 1, 1)
  3071. end
  3072. if string.sub(CMDBAR.Text, 1, 7) == ("animgui") then
  3073. loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  3074. game:GetService("StarterGui"):SetCore("SendNotification", {
  3075. Title = "Success!";
  3076. Text = "Energize Animations GUI has loaded.";
  3077. })
  3078. end
  3079. if string.sub(CMDBAR.Text, 1, 7) == ("savepos") then
  3080. saved = lplayer.Character.HumanoidRootPart.CFrame
  3081. game:GetService("StarterGui"):SetCore("SendNotification", {
  3082. Title = "Position Saved";
  3083. Text = "Use ;loadpos to return to saved position.";
  3084. })
  3085. end
  3086. if string.sub(CMDBAR.Text, 1, 7) == ("loadpos") then
  3087. lplayer.Character.HumanoidRootPart.CFrame = saved
  3088. end
  3089. if string.sub(CMDBAR.Text, 1, 5) == ("bang ") then
  3090. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  3091. local Anim2 = Instance.new("Animation")
  3092. Anim2.AnimationId = "rbxassetid://148840371"
  3093. local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  3094. track2:Play(.1, 1, 1)
  3095. bplrr = v.Name
  3096. banpl = true
  3097. end
  3098. end
  3099. if string.sub(CMDBAR.Text, 1, 6) == ("unbang") then
  3100. banpl = false
  3101. end
  3102. if string.sub(CMDBAR.Text, 1, 9) == ("bringmod ") then
  3103. local function bringmodw()
  3104. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  3105. if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  3106. for i,ch in pairs(obj:GetDescendants()) do
  3107. if (ch:IsA("BasePart")) then
  3108. ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  3109. ch.CanCollide = false
  3110. ch.Transparency = 0.7
  3111. wait()
  3112. ch.CFrame = lplayer.Character["Left Leg"].CFrame
  3113. wait()
  3114. ch.CFrame = lplayer.Character["Right Leg"].CFrame
  3115. wait()
  3116. ch.CFrame = lplayer.Character["Head"].CFrame
  3117. end
  3118. end
  3119. end
  3120. end
  3121. end
  3122. while wait() do
  3123. bringmodw()
  3124. end
  3125. game:GetService("StarterGui"):SetCore("SendNotification", {
  3126. Title = "BringMod";
  3127. Text = "BringMod enabled.";
  3128. })
  3129. end
  3130. if string.sub(CMDBAR.Text, 1, 7) == ("respawn") then
  3131. local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  3132. local hum = Instance.new('Humanoid', mod)
  3133. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  3134. lplayer.Character = mod
  3135. end
  3136. if string.sub(CMDBAR.Text, 1, 8) == ("shutdown") then
  3137. game:GetService'RunService'.Stepped:Connect(function()
  3138. pcall(function()
  3139. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  3140. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  3141. for _,x in pairs(v.Character.Head:GetChildren()) do
  3142. if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  3143. end
  3144. end
  3145. end
  3146. end)
  3147. end)
  3148. game:GetService("StarterGui"):SetCore("SendNotification", {
  3149. Title = "Attempting Shutdown";
  3150. Text = "Shutdown Attempt has begun.";
  3151. })
  3152. end
  3153. if string.sub(CMDBAR.Text, 1, 7) == ("delobj ") then
  3154. objtodel = (string.sub(CMDBAR.Text, 8))
  3155. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  3156. if v.Name == objtodel then
  3157. v:Destroy()
  3158. end
  3159. end
  3160. end
  3161. if string.sub(CMDBAR.Text, 1, 7) == ("getplrs") then
  3162. for i,v in pairs(game:GetService("Players"):GetPlayers())do
  3163. print(v)
  3164. end
  3165. game:GetService("StarterGui"):SetCore("SendNotification", {
  3166. Title = "Printed";
  3167. Text = "Players have been printed to console. (F9)";
  3168. })
  3169. end
  3170. if string.sub(CMDBAR.Text, 1, 8) == ("deldecal") then
  3171. for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  3172. if (v:IsA("Decal")) then
  3173. v:Destroy()
  3174. end
  3175. end
  3176. end
  3177. if string.sub(CMDBAR.Text, 1, 10) == ("opfinality") then
  3178. loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  3179. game:GetService("StarterGui"):SetCore("SendNotification", {
  3180. Title = "Success!";
  3181. Text = "OpFinality GUI has loaded.";
  3182. })
  3183. end
  3184. if string.sub(CMDBAR.Text, 1, 7) == ("remotes") then
  3185. remotes = true
  3186. added = true
  3187. game.DescendantAdded:connect(function(rmt)
  3188. if added == true then
  3189. if remotes == true then
  3190. if rmt:IsA("RemoteEvent") then
  3191. print("A RemoteEvent was added!")
  3192. print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  3193. print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  3194. end end end
  3195. end)
  3196. game.DescendantAdded:connect(function(rmtfnctn)
  3197. if added == true then
  3198. if remotes == true then
  3199. if rmtfnctn:IsA("RemoteFunction") then
  3200. warn("A RemoteFunction was added!")
  3201. warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  3202. print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  3203. end end end
  3204. end)
  3205.  
  3206. game.DescendantAdded:connect(function(bndfnctn)
  3207. if added == true then
  3208. if binds == true then
  3209. if bndfnctn:IsA("BindableFunction") then
  3210. print("A BindableFunction was added!")
  3211. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  3212. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  3213. end end end
  3214. end)
  3215.  
  3216. game.DescendantAdded:connect(function(bnd)
  3217. if added == true then
  3218. if binds == true then
  3219. if bnd:IsA("BindableEvent") then
  3220. warn("A BindableEvent was added!")
  3221. warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  3222. print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  3223. end end end
  3224. end)
  3225.  
  3226.  
  3227. if binds == true then
  3228. for i,v in pairs(game:GetDescendants()) do
  3229. if v:IsA("BindableFunction") then
  3230. print(" game." .. v:GetFullName() .. " | BindableFunction")
  3231. print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  3232. end end
  3233. for i,v in pairs(game:GetDescendants()) do
  3234. if v:IsA("BindableEvent") then
  3235. warn(" game." .. v:GetFullName() .. " | BindableEvent")
  3236. print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  3237. end end
  3238. else
  3239. print("Off")
  3240. end
  3241. if remotes == true then
  3242. for i,v in pairs(game:GetDescendants()) do
  3243. if v:IsA("RemoteFunction") then
  3244. warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  3245. print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  3246. end end
  3247. wait()
  3248. for i,v in pairs(game:GetDescendants()) do
  3249. if v:IsA("RemoteEvent") then
  3250. print(" game." .. v:GetFullName() .. " | RemoteEvent")
  3251. print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  3252. end end
  3253. else
  3254. print("Off")
  3255. end
  3256. game:GetService("StarterGui"):SetCore("SendNotification", {
  3257. Title = "Printing Remotes";
  3258. Text = "Type ;noremotes to disable.";
  3259. })
  3260. end
  3261. if string.sub(CMDBAR.Text, 1, 9) == ("noremotes") then
  3262. remotes = false
  3263. added = false
  3264. game:GetService("StarterGui"):SetCore("SendNotification", {
  3265. Title = "Printing Remotes Disabled";
  3266. Text = "Type ;remotes to enable.";
  3267. })
  3268. end
  3269. if string.sub(CMDBAR.Text, 1, 9) == ("tpdefault") then
  3270. spin = false
  3271. followed = false
  3272. traill = false
  3273. noclip = false
  3274. annoying = false
  3275. hwalk = false
  3276. cbringing = false
  3277. end
  3278. if string.sub(CMDBAR.Text, 1, 7) == ("stopsit") then
  3279. stopsitting = true
  3280. end
  3281. if string.sub(CMDBAR.Text, 1, 5) == ("gosit") then
  3282. stopsitting = false
  3283. end
  3284. if string.sub(CMDBAR.Text, 1, 7) == ("version") then
  3285. print(adminversion)
  3286. game:GetService("StarterGui"):SetCore("SendNotification", {
  3287. Title = "Version";
  3288. Text = adminversion;
  3289. })
  3290. end
  3291. if string.sub(CMDBAR.Text, 1, 7) == ("clicktp") then
  3292. clickgoto = true
  3293. game:GetService("StarterGui"):SetCore("SendNotification", {
  3294. Title = "Click TP";
  3295. Text = "Press E to teleport to mouse position";
  3296. })
  3297. end
  3298. if string.sub(CMDBAR.Text, 1, 9) == ("noclicktp") then
  3299. clickgoto = false
  3300. game:GetService("StarterGui"):SetCore("SendNotification", {
  3301. Title = "Click TP";
  3302. Text = "Click TP has been disabled.";
  3303. })
  3304. end
  3305. if string.sub(CMDBAR.Text, 1, 7) == ("toolson") then
  3306. gettingtools = true
  3307. game:GetService("StarterGui"):SetCore("SendNotification", {
  3308. Title = "Tools Enabled";
  3309. Text = "Automatically colleting tools dropped.";
  3310. })
  3311. end
  3312. if string.sub(CMDBAR.Text, 1, 8) == ("toolsoff") then
  3313. gettingtools = false
  3314. game:GetService("StarterGui"):SetCore("SendNotification", {
  3315. Title = "Tools Disabled";
  3316. Text = "Click TP has been disabled.";
  3317. })
  3318. end
  3319. if string.sub(CMDBAR.Text, 1, 9) == ("delcmdbar") then
  3320. ScreenGui:Destroy()
  3321. end
  3322. if string.sub(CMDBAR.Text, 1, 5) == ("reset") then
  3323. lplayer.Character.Head:Destroy()
  3324. end
  3325. if string.sub(CMDBAR.Text, 1, 6) == ("state ") then
  3326. statechosen = string.sub(CMDBAR.Text, 7)
  3327. changingstate = true
  3328. end
  3329. if string.sub(CMDBAR.Text, 1, 8) == ("gravity ") then
  3330. game:GetService("Workspace").Gravity = string.sub(CMDBAR.Text, 9)
  3331. end
  3332. if string.sub(CMDBAR.Text, 1, 9) == ("looprhats") then
  3333. removingmeshhats = true
  3334. end
  3335. if string.sub(CMDBAR.Text, 1, 11) == ("unlooprhats") then
  3336. removingmeshhats = false
  3337. end
  3338. if string.sub(CMDBAR.Text, 1, 9) == ("looprtool") then
  3339. removingmeshtool = true
  3340. end
  3341. if string.sub(CMDBAR.Text, 1, 11) == ("unlooprtool") then
  3342. removingmeshtool = false
  3343. end
  3344. if string.sub(CMDBAR.Text, 1, 9) == ("givetool ") then
  3345. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  3346. if v:IsA("Tool") then
  3347. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  3348. v.Parent = player.Character
  3349. end
  3350. end
  3351. end
  3352. end
  3353. if string.sub(CMDBAR.Text, 1, 4) == ("age ") then
  3354. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  3355. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  3356. end
  3357. end
  3358. if string.sub(CMDBAR.Text, 1, 3) == ("id ") then
  3359. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 4))) do
  3360. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  3361. end
  3362. end
  3363. if string.sub(CMDBAR.Text, 1, 5) == (".age ") then
  3364. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  3365. game:GetService("StarterGui"):SetCore("SendNotification", {
  3366. Title = player.AccountAge.." Days";
  3367. Text = "Account age of "..player.Name;
  3368. })
  3369. end
  3370. end
  3371. if string.sub(CMDBAR.Text, 1, 4) == (".id ") then
  3372. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  3373. game:GetService("StarterGui"):SetCore("SendNotification", {
  3374. Title = player.UserId.." ID";
  3375. Text = "Account ID of "..player.Name;
  3376. })
  3377. end
  3378. end
  3379. if string.sub(CMDBAR.Text, 1, 6) == ("gameid") then
  3380. game:GetService("StarterGui"):SetCore("SendNotification", {
  3381. Title = "Game ID";
  3382. Text = "Game ID: ".. game.GameId;
  3383. })
  3384. end
  3385. if string.sub(CMDBAR.Text, 1, 3) == ("pgs") then
  3386. local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  3387. if pgscheck == true then
  3388. game:GetService("StarterGui"):SetCore("SendNotification", {
  3389. Title = "PGSPhysicsSolverEnabled";
  3390. Text = "PGS is Enabled!";
  3391. })
  3392. else
  3393. game:GetService("StarterGui"):SetCore("SendNotification", {
  3394. Title = "PGSPhysicsSolverEnabled";
  3395. Text = "PGS is Disabled!";
  3396. })
  3397. end
  3398. end
  3399. if string.sub(CMDBAR.Text, 1, 11) == ("removeinvis") then
  3400. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  3401. if v:IsA("Part") then
  3402. if v.Transparency == 1 then
  3403. if v.Name ~= "HumanoidRootPart" then
  3404. v:Destroy()
  3405. end
  3406. end
  3407. end
  3408. end
  3409. end
  3410. if string.sub(CMDBAR.Text, 1, 9) == ("removefog") then
  3411. game:GetService("Lighting").FogStart = 0
  3412. game:GetService("Lighting").FogEnd = 9999999999999
  3413. end
  3414. if string.sub(CMDBAR.Text, 1, 7) == ("disable") then
  3415. lplayer.Character.Humanoid.Parent = lplayer
  3416. end
  3417. if string.sub(CMDBAR.Text, 1, 6) == ("enable") then
  3418. lplayer.Humanoid.Parent = lplayer.Character
  3419. end
  3420. if string.sub(CMDBAR.Text, 1, 13) == ("givealltools ") then
  3421. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  3422. if v:IsA("Tool") then
  3423. v.Parent = lplayer.Character
  3424. wait()
  3425. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 14))) do
  3426. v.Parent = player.Character
  3427. end
  3428. end
  3429. end
  3430. end
  3431. if string.sub(CMDBAR.Text, 1, 9) == ("flyspeed ") then
  3432. speedfly = string.sub(CMDBAR.Text, 10)
  3433. wait()
  3434. change()
  3435. end
  3436. if string.sub(CMDBAR.Text, 1, 7) == ("carpet ") then
  3437. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  3438. local Anim3 = Instance.new("Animation")
  3439. Anim3.AnimationId = "rbxassetid://282574440"
  3440. local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  3441. track3:Play(.1, 1, 1)
  3442. bplrr = v.Name
  3443. banpl = true
  3444. end
  3445. end
  3446. if string.sub(CMDBAR.Text, 1, 8) == ("uncarpet") then
  3447. banpl = false
  3448. end
  3449. if string.sub(CMDBAR.Text, 1, 6) == ("stare ") then
  3450. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  3451. staring = true
  3452. stareplr = v
  3453. end
  3454. end
  3455. if string.sub(CMDBAR.Text, 1, 7) == ("unstare") then
  3456. staring = false
  3457. end
  3458. if string.sub(CMDBAR.Text, 1, 7) == ("logchat") then
  3459. chatlogs = true
  3460. game:GetService("StarterGui"):SetCore("SendNotification", {
  3461. Title = "LogChat enabled";
  3462. Text = "Now logging all player chat.";
  3463. })
  3464. end
  3465. if string.sub(CMDBAR.Text, 1, 9) == ("unlogchat") then
  3466. chatlogs = false
  3467. game:GetService("StarterGui"):SetCore("SendNotification", {
  3468. Title = "LogChat disabled";
  3469. Text = "Stopped logging all player chat.";
  3470. })
  3471. end
  3472. if string.sub(CMDBAR.Text, 1, 6) == ("fixcam") then
  3473. game:GetService("Workspace").CurrentCamera:Destroy()
  3474. wait(0.1)
  3475. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  3476. game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  3477. lplayer.CameraMinZoomDistance = 0.5
  3478. lplayer.CameraMaxZoomDistance = 400
  3479. lplayer.CameraMode = "Classic"
  3480. end
  3481. if string.sub(CMDBAR.Text, 1, 7) == ("unstate") then
  3482. changingstate = false
  3483. end
  3484. CMDBAR.Text = ""
  3485. end
  3486. end)
  3487.  
  3488. wait(0.3)
  3489. game:GetService("StarterGui"):SetCore("SendNotification", {
  3490. Title = "Loaded successfully!";
  3491. Text = "Reviz Admin V2 by illremember";
  3492. })
  3493. wait(0.1)
  3494. print("Reviz Admin V2 loaded!")
  3495. if game:GetService("Workspace").FilteringEnabled == true then
  3496. warn("FE is Enabled (Filtering Enabled)")
  3497. game:GetService("StarterGui"):SetCore("SendNotification", {
  3498. Title = "FE is Enabled";
  3499. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  3500. })
  3501. else
  3502. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  3503. game:GetService("StarterGui"):SetCore("SendNotification", {
  3504. Title = "FE is Disabled";
  3505. Text = "Filtering Disabled. Consider using a different admin script.";
  3506. })
  3507. end
  3508.  
  3509. local intro = Instance.new("ScreenGui")
  3510. local Frame = Instance.new("Frame")
  3511. local ImageLabel = Instance.new("ImageLabel")
  3512. intro.Parent = game:GetService("CoreGui")
  3513. Frame.Parent = intro
  3514. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  3515. Frame.BackgroundTransparency = 1
  3516. Frame.Size = UDim2.new(1, 0, 0, 300)
  3517. Frame.Position = UDim2.new(0, 0, -0.4, 0)
  3518. ImageLabel.Parent = Frame
  3519. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  3520. ImageLabel.BackgroundTransparency = 1
  3521. ImageLabel.Position = UDim2.new(0, 0, 0, 0)
  3522. ImageLabel.Size = UDim2.new(1, 0, 1, 0)
  3523. ImageLabel.Image = "http://www.roblox.com/asset/?id=1542162618"
  3524. Frame:TweenPosition(UDim2.new(0, 0, 0.2, 0), "Out", "Elastic", 3)
  3525. wait(3.01)
  3526. Frame:TweenPosition(UDim2.new(0, 0, 1.5, 0), "Out", "Elastic", 5)
  3527. wait(5.01)
  3528. intro:Destroy()
  3529. end)
  3530.  
  3531. Btools.Name = "Btools"
  3532. Btools.Parent = Main
  3533. Btools.BackgroundColor3 = Color3.new(0, 0, 0)
  3534. Btools.BackgroundTransparency = 0.5
  3535. Btools.BorderColor3 = Color3.new(0, 1, 0)
  3536. Btools.BorderSizePixel = 0
  3537. Btools.Position = UDim2.new(0.0163444821, 0, 0.508612394, 0)
  3538. Btools.Size = UDim2.new(0, 90, 0, 30)
  3539. Btools.Font = Enum.Font.SciFi
  3540. Btools.Text = "Btools"
  3541. Btools.TextColor3 = Color3.new(0, 1, 0)
  3542. Btools.TextSize = 14
  3543. Btools.MouseButton1Down:connect(function()
  3544. local tool1 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  3545. local tool2 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  3546. local tool3 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  3547. local tool4 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  3548. local tool5 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  3549. tool1.BinType = "Clone"
  3550. tool2.BinType = "GameTool"
  3551. tool3.BinType = "Hammer"
  3552. tool4.BinType = "Script"
  3553. tool5.BinType = "Grab"
  3554. end)
  3555.  
  3556. TPose.Name = "T-Pose"
  3557. TPose.Parent = Main
  3558. TPose.BackgroundColor3 = Color3.new(0, 0, 0)
  3559. TPose.BackgroundTransparency = 0.5
  3560. TPose.BorderColor3 = Color3.new(0, 1, 0)
  3561. TPose.BorderSizePixel = 0
  3562. TPose.Position = UDim2.new(0.0152961612, 0, 0.220055133, 0)
  3563. TPose.Size = UDim2.new(0, 90, 0, 30)
  3564. TPose.Font = Enum.Font.SciFi
  3565. TPose.Text = "T-Pose"
  3566. TPose.TextColor3 = Color3.new(0, 1, 0)
  3567. TPose.TextSize = 14
  3568. TPose.MouseButton1Down:connect(function()
  3569. local Anim = Instance.new("Animation")
  3570. Anim.AnimationId = "rbxassetid://27432691"
  3571. local k = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  3572. k:Play()
  3573. k:AdjustSpeed(1)
  3574. wait(1.46)
  3575. k:AdjustSpeed(0)
  3576. end)
Add Comment
Please, Sign In to add comment