Advertisement
Quicksnailz

Second half of script

Dec 10th, 2019
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 361.63 KB | None | 0 0
  1. local Koala = Instance.new("ScreenGui")
  2. local Main = Instance.new("Frame")
  3. local Title = Instance.new("Frame")
  4. local TitleLabel = Instance.new("TextLabel")
  5. local Teleports = Instance.new("ScrollingFrame")
  6. local BobsShack = Instance.new("TextButton")
  7. local BoxedCars = Instance.new("TextButton")
  8. local Cave = Instance.new("TextButton")
  9. local Dock = Instance.new("TextButton")
  10. local FancyFurnishings = Instance.new("TextButton")
  11. local FineArtsShop = Instance.new("TextButton")
  12. local LandStore = Instance.new("TextButton")
  13. local LinksLogic = Instance.new("TextButton")
  14. local PalmIsland = Instance.new("TextButton")
  15. local ShrineofSight = Instance.new("TextButton")
  16. local Spawn = Instance.new("TextButton")
  17. local Swamp = Instance.new("TextButton")
  18. local TheDen = Instance.new("TextButton")
  19. local Volcano = Instance.new("TextButton")
  20. local WoodRUs = Instance.new("TextButton")
  21. local EndTimes = Instance.new("TextButton")
  22. local Players = Instance.new("Frame")
  23. local Player5 = Instance.new("TextButton")
  24. local Player6 = Instance.new("TextButton")
  25. local Player1 = Instance.new("TextButton")
  26. local Player4 = Instance.new("TextButton")
  27. local Player3 = Instance.new("TextButton")
  28. local Player2 = Instance.new("TextButton")
  29. local TpSelected = Instance.new("TextLabel")
  30. local PlrSelected = Instance.new("TextLabel")
  31. local TpToPlr = Instance.new("TextButton")
  32. local TpToLocation = Instance.new("TextButton")
  33. local MP = Instance.new("TextButton")
  34. local BringWood = Instance.new("TextButton")
  35. local Close = Instance.new("TextButton")
  36. local Open = Instance.new("TextButton")
  37. local Login = Instance.new("Frame")
  38. local Login_2 = Instance.new("TextButton")
  39. local Username = Instance.new("TextLabel")
  40. local Password = Instance.new("TextBox")
  41. local Title_2 = Instance.new("TextLabel")
  42. local TL = Instance.new("TextLabel")
  43. local CG = game.CoreGui
  44. local plr = game.Players.LocalPlayer
  45. local Credits = Instance.new("TextLabel")
  46.  
  47. -- Properties
  48.  
  49. Koala.Name = "Koala - Powered By Gods"
  50. Koala.Parent = CG
  51.  
  52. local CGG = CG["Koala - Powered By Gods"]
  53.  
  54.  
  55. Main.Name = "Main"
  56. Main.Parent = Koala
  57. Main.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  58. Main.BorderColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  59. Main.Position = UDim2.new(0, 500, 0, 150)
  60. Main.Size = UDim2.new(0, 500, 0, 350)
  61. Main.Visible = false
  62. Main.Draggable = true
  63. Main.Active = true
  64.  
  65. Credits.Name = "Credits"
  66. Credits.Parent = Koala
  67. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  68. Credits.BackgroundTransparency = 1
  69. Credits.Position = UDim2.new(0, 1463, 0, 657)
  70. Credits.Size = UDim2.new(0, 166, 0, 159)
  71. Credits.Font = Enum.Font.SourceSans
  72. Credits.FontSize = Enum.FontSize.Size36
  73. Credits.Text = " "
  74. Credits.TextColor3 = Color3.new(0, 0.215686, 1)
  75. Credits.TextScaled = true
  76. Credits.TextSize = 36
  77. Credits.TextWrapped = true
  78.  
  79.  
  80. Title.Name = "Title"
  81. Title.Parent = Main
  82. Title.BackgroundColor3 = Color3.new(1, 0.333333, 0.345098)
  83. Title.Size = UDim2.new(0, 500, 0, 35)
  84.  
  85. TitleLabel.Name = "TitleLabel"
  86. TitleLabel.Parent = Title
  87. TitleLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  88. TitleLabel.BackgroundTransparency = 1
  89. TitleLabel.Position = UDim2.new(0, 5, 0, 0)
  90. TitleLabel.Size = UDim2.new(0, 200, 0, 35)
  91. TitleLabel.Font = Enum.Font.SourceSansBold
  92. TitleLabel.FontSize = Enum.FontSize.Size18
  93. TitleLabel.Text = "Koala - Cracked by deminish"
  94. TitleLabel.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  95. TitleLabel.TextSize = 18
  96. TitleLabel.TextXAlignment = Enum.TextXAlignment.Left
  97.  
  98. Teleports.Name = "Teleports"
  99. Teleports.Parent = Main
  100. Teleports.BackgroundColor3 = Color3.new(1, 0.333333, 0.345098)
  101. Teleports.Position = UDim2.new(0, 15, 0, 125)
  102. Teleports.Size = UDim2.new(0, 125, 0, 200)
  103. Teleports.CanvasSize = UDim2.new(0, 0, 1, 60)
  104. Teleports.ScrollBarThickness = 6
  105.  
  106. BobsShack.Name = "Bob's Shack"
  107. BobsShack.Parent = Teleports
  108. BobsShack.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  109. BobsShack.Position = UDim2.new(0, 0, 0, 300)
  110. BobsShack.Size = UDim2.new(0, 117, 0, 30)
  111. BobsShack.Font = Enum.Font.Cartoon
  112. BobsShack.FontSize = Enum.FontSize.Size14
  113. BobsShack.Text = " Bob's Shack"
  114. BobsShack.TextSize = 14
  115. BobsShack.TextXAlignment = Enum.TextXAlignment.Left
  116.  
  117. BoxedCars.Name = "Boxed Cars"
  118. BoxedCars.Parent = Teleports
  119. BoxedCars.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  120. BoxedCars.Position = UDim2.new(0, 0, 0, 250)
  121. BoxedCars.Size = UDim2.new(0, 117, 0, 30)
  122. BoxedCars.Font = Enum.Font.Cartoon
  123. BoxedCars.FontSize = Enum.FontSize.Size14
  124. BoxedCars.Text = " Boxed Cars"
  125. BoxedCars.TextSize = 14
  126. BoxedCars.TextXAlignment = Enum.TextXAlignment.Left
  127.  
  128. Cave.Name = "Cave"
  129. Cave.Parent = Teleports
  130. Cave.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  131. Cave.Position = UDim2.new(0, 0, 0, 125)
  132. Cave.Size = UDim2.new(0, 117, 0, 30)
  133. Cave.Font = Enum.Font.Cartoon
  134. Cave.FontSize = Enum.FontSize.Size14
  135. Cave.Text = " Cave"
  136. Cave.TextSize = 14
  137. Cave.TextXAlignment = Enum.TextXAlignment.Left
  138.  
  139. Dock.Name = "Dock"
  140. Dock.Parent = Teleports
  141. Dock.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  142. Dock.Position = UDim2.new(0, 0, 0, 75)
  143. Dock.Size = UDim2.new(0, 117, 0, 30)
  144. Dock.Font = Enum.Font.Cartoon
  145. Dock.FontSize = Enum.FontSize.Size14
  146. Dock.Text = " Dock"
  147. Dock.TextSize = 14
  148. Dock.TextXAlignment = Enum.TextXAlignment.Left
  149.  
  150. FancyFurnishings.Name = "Fancy Furnishings"
  151. FancyFurnishings.Parent = Teleports
  152. FancyFurnishings.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  153. FancyFurnishings.Position = UDim2.new(0, 0, 0, 225)
  154. FancyFurnishings.Size = UDim2.new(0, 117, 0, 30)
  155. FancyFurnishings.Font = Enum.Font.Cartoon
  156. FancyFurnishings.FontSize = Enum.FontSize.Size14
  157. FancyFurnishings.Text = " Fancy Furnishings"
  158. FancyFurnishings.TextSize = 14
  159. FancyFurnishings.TextXAlignment = Enum.TextXAlignment.Left
  160.  
  161. FineArtsShop.Name = "Fine Arts Shop"
  162. FineArtsShop.Parent = Teleports
  163. FineArtsShop.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  164. FineArtsShop.Position = UDim2.new(0, 0, 0, 275)
  165. FineArtsShop.Size = UDim2.new(0, 117, 0, 30)
  166. FineArtsShop.Font = Enum.Font.Cartoon
  167. FineArtsShop.FontSize = Enum.FontSize.Size14
  168. FineArtsShop.Text = " Fine Arts Shop"
  169. FineArtsShop.TextSize = 14
  170. FineArtsShop.TextXAlignment = Enum.TextXAlignment.Left
  171.  
  172. LandStore.Name = "Land Store"
  173. LandStore.Parent = Teleports
  174. LandStore.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  175. LandStore.Position = UDim2.new(0, 0, 0, 50)
  176. LandStore.Size = UDim2.new(0, 117, 0, 30)
  177. LandStore.Font = Enum.Font.Cartoon
  178. LandStore.FontSize = Enum.FontSize.Size14
  179. LandStore.Text = " Land Store"
  180. LandStore.TextSize = 14
  181. LandStore.TextXAlignment = Enum.TextXAlignment.Left
  182.  
  183. LinksLogic.Name = "Link's Logic"
  184. LinksLogic.Parent = Teleports
  185. LinksLogic.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  186. LinksLogic.Position = UDim2.new(0, 0, 0, 100)
  187. LinksLogic.Size = UDim2.new(0, 117, 0, 30)
  188. LinksLogic.Font = Enum.Font.Cartoon
  189. LinksLogic.FontSize = Enum.FontSize.Size14
  190. LinksLogic.Text = " Link's Logic"
  191. LinksLogic.TextSize = 14
  192. LinksLogic.TextXAlignment = Enum.TextXAlignment.Left
  193.  
  194. PalmIsland.Name = "Palm Island"
  195. PalmIsland.Parent = Teleports
  196. PalmIsland.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  197. PalmIsland.Position = UDim2.new(0, 0, 0, 200)
  198. PalmIsland.Size = UDim2.new(0, 117, 0, 30)
  199. PalmIsland.Font = Enum.Font.Cartoon
  200. PalmIsland.FontSize = Enum.FontSize.Size14
  201. PalmIsland.Text = " Palm Island"
  202. PalmIsland.TextSize = 14
  203. PalmIsland.TextXAlignment = Enum.TextXAlignment.Left
  204.  
  205. ShrineofSight.Name = "Shrine of Sight"
  206. ShrineofSight.Parent = Teleports
  207. ShrineofSight.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  208. ShrineofSight.Position = UDim2.new(0, 0, 0, 325)
  209. ShrineofSight.Size = UDim2.new(0, 117, 0, 30)
  210. ShrineofSight.Font = Enum.Font.Cartoon
  211. ShrineofSight.FontSize = Enum.FontSize.Size14
  212. ShrineofSight.Text = " Shrine of Sight"
  213. ShrineofSight.TextSize = 14
  214. ShrineofSight.TextXAlignment = Enum.TextXAlignment.Left
  215.  
  216. Spawn.Name = "Spawn"
  217. Spawn.Parent = Teleports
  218. Spawn.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  219. Spawn.Size = UDim2.new(0, 117, 0, 30)
  220. Spawn.Font = Enum.Font.Cartoon
  221. Spawn.FontSize = Enum.FontSize.Size14
  222. Spawn.Text = " Spawn"
  223. Spawn.TextSize = 14
  224. Spawn.TextXAlignment = Enum.TextXAlignment.Left
  225.  
  226. Swamp.Name = "Swamp"
  227. Swamp.Parent = Teleports
  228. Swamp.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  229. Swamp.Position = UDim2.new(0, 0, 0, 175)
  230. Swamp.Size = UDim2.new(0, 117, 0, 30)
  231. Swamp.Font = Enum.Font.Cartoon
  232. Swamp.FontSize = Enum.FontSize.Size14
  233. Swamp.Text = " Swamp"
  234. Swamp.TextSize = 14
  235. Swamp.TextXAlignment = Enum.TextXAlignment.Left
  236.  
  237. TheDen.Name = "The Den"
  238. TheDen.Parent = Teleports
  239. TheDen.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  240. TheDen.Position = UDim2.new(0, 0, 0, 350)
  241. TheDen.Size = UDim2.new(0, 117, 0, 30)
  242. TheDen.Font = Enum.Font.Cartoon
  243. TheDen.FontSize = Enum.FontSize.Size14
  244. TheDen.Text = " The Den"
  245. TheDen.TextSize = 14
  246. TheDen.TextXAlignment = Enum.TextXAlignment.Left
  247.  
  248. Volcano.Name = "Volcano"
  249. Volcano.Parent = Teleports
  250. Volcano.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  251. Volcano.Position = UDim2.new(0, 0, 0, 150)
  252. Volcano.Size = UDim2.new(0, 117, 0, 30)
  253. Volcano.Font = Enum.Font.Cartoon
  254. Volcano.FontSize = Enum.FontSize.Size14
  255. Volcano.Text = " Volcano"
  256. Volcano.TextSize = 14
  257. Volcano.TextXAlignment = Enum.TextXAlignment.Left
  258.  
  259. WoodRUs.Name = "Wood R Us"
  260. WoodRUs.Parent = Teleports
  261. WoodRUs.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  262. WoodRUs.Position = UDim2.new(0, 0, 0, 25)
  263. WoodRUs.Size = UDim2.new(0, 117, 0, 30)
  264. WoodRUs.Font = Enum.Font.Cartoon
  265. WoodRUs.FontSize = Enum.FontSize.Size14
  266. WoodRUs.Text = " Wood R Us"
  267. WoodRUs.TextSize = 14
  268. WoodRUs.TextXAlignment = Enum.TextXAlignment.Left
  269.  
  270. EndTimes.Name = "End Times"
  271. EndTimes.Parent = Teleports
  272. EndTimes.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  273. EndTimes.Position = UDim2.new(0, 0, 0, 380)
  274. EndTimes.Size = UDim2.new(0, 117, 0, 30)
  275. EndTimes.Font = Enum.Font.Cartoon
  276. EndTimes.FontSize = Enum.FontSize.Size14
  277. EndTimes.Text = " End Times"
  278. EndTimes.TextSize = 14
  279. EndTimes.TextXAlignment = Enum.TextXAlignment.Left
  280.  
  281. Players.Name = "Players"
  282. Players.Parent = Main
  283. Players.BackgroundColor3 = Color3.new(1, 0.333333, 0.345098)
  284. Players.Position = UDim2.new(0, 170, 0, 125)
  285. Players.Size = UDim2.new(0, 160, 0, 180)
  286.  
  287. Player5.Name = "Player5"
  288. Player5.Parent = Players
  289. Player5.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  290. Player5.BorderSizePixel = 0
  291. Player5.Position = UDim2.new(0, 0, 0, 120)
  292. Player5.Size = UDim2.new(0, 160, 0, 30)
  293. Player5.Font = Enum.Font.SciFi
  294. Player5.FontSize = Enum.FontSize.Size14
  295. Player5.Text = ""
  296. Player5.TextSize = 14
  297.  
  298. Player6.Name = "Player6"
  299. Player6.Parent = Players
  300. Player6.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  301. Player6.BorderSizePixel = 0
  302. Player6.Position = UDim2.new(0, 0, 0, 150)
  303. Player6.Size = UDim2.new(0, 160, 0, 30)
  304. Player6.Font = Enum.Font.SciFi
  305. Player6.FontSize = Enum.FontSize.Size14
  306. Player6.Text = ""
  307. Player6.TextSize = 14
  308.  
  309. Player1.Name = "Player1"
  310. Player1.Parent = Players
  311. Player1.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  312. Player1.BorderSizePixel = 0
  313. Player1.Size = UDim2.new(0, 160, 0, 30)
  314. Player1.Font = Enum.Font.SciFi
  315. Player1.FontSize = Enum.FontSize.Size14
  316. Player1.Text = ""
  317. Player1.TextSize = 14
  318.  
  319. Player4.Name = "Player4"
  320. Player4.Parent = Players
  321. Player4.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  322. Player4.BorderSizePixel = 0
  323. Player4.Position = UDim2.new(0, 0, 0, 90)
  324. Player4.Size = UDim2.new(0, 160, 0, 30)
  325. Player4.Font = Enum.Font.SciFi
  326. Player4.FontSize = Enum.FontSize.Size14
  327. Player4.Text = ""
  328. Player4.TextSize = 14
  329.  
  330. Player3.Name = "Player3"
  331. Player3.Parent = Players
  332. Player3.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  333. Player3.BorderSizePixel = 0
  334. Player3.Position = UDim2.new(0, 0, 0, 60)
  335. Player3.Size = UDim2.new(0, 160, 0, 30)
  336. Player3.Font = Enum.Font.SciFi
  337. Player3.FontSize = Enum.FontSize.Size14
  338. Player3.Text = ""
  339. Player3.TextSize = 14
  340.  
  341. Player2.Name = "Player2"
  342. Player2.Parent = Players
  343. Player2.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  344. Player2.BorderSizePixel = 0
  345. Player2.Position = UDim2.new(0, 0, 0, 30)
  346. Player2.Size = UDim2.new(0, 160, 0, 30)
  347. Player2.Font = Enum.Font.SciFi
  348. Player2.FontSize = Enum.FontSize.Size14
  349. Player2.Text = ""
  350. Player2.TextSize = 14
  351.  
  352. TpSelected.Name = "TpSelected"
  353. TpSelected.Parent = Main
  354. TpSelected.BackgroundColor3 = Color3.new(1, 0.333333, 0.345098)
  355. TpSelected.Position = UDim2.new(0, 15, 0, 75)
  356. TpSelected.Size = UDim2.new(0, 125, 0, 35)
  357. TpSelected.Font = Enum.Font.SourceSansBold
  358. TpSelected.FontSize = Enum.FontSize.Size18
  359. TpSelected.Text = "No Location Selected"
  360. TpSelected.TextSize = 15
  361. TpSelected.TextWrapped = true
  362.  
  363. PlrSelected.Name = "PlrSelected"
  364. PlrSelected.Parent = Main
  365. PlrSelected.BackgroundColor3 = Color3.new(1, 0.333333, 0.345098)
  366. PlrSelected.Position = UDim2.new(0, 170, 0, 75)
  367. PlrSelected.Size = UDim2.new(0, 160, 0, 35)
  368. PlrSelected.Font = Enum.Font.SourceSansBold
  369. PlrSelected.FontSize = Enum.FontSize.Size18
  370. PlrSelected.Text = " No Player Selected"
  371. PlrSelected.TextSize = 16
  372. PlrSelected.TextWrapped = true
  373.  
  374. TpToPlr.Name = "TpToPlr"
  375. TpToPlr.Parent = Main
  376. TpToPlr.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  377. TpToPlr.Position = UDim2.new(0, 335, 0, 300)
  378. TpToPlr.Size = UDim2.new(0, 160, 0, 30)
  379. TpToPlr.Font = Enum.Font.SciFi
  380. TpToPlr.FontSize = Enum.FontSize.Size14
  381. TpToPlr.Text = "Teleport To Player"
  382. TpToPlr.TextSize = 14
  383.  
  384. TpToLocation.Name = "TpToLocation"
  385. TpToLocation.Parent = Main
  386. TpToLocation.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  387. TpToLocation.Position = UDim2.new(0, 335, 0, 250)
  388. TpToLocation.Size = UDim2.new(0, 160, 0, 30)
  389. TpToLocation.Font = Enum.Font.SciFi
  390. TpToLocation.FontSize = Enum.FontSize.Size14
  391. TpToLocation.Text = "Teleport To Location"
  392. TpToLocation.TextSize = 14
  393.  
  394. MP.Name = "MP"
  395. MP.Parent = Main
  396. MP.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  397. MP.Position = UDim2.new(0, 335, 0, 200)
  398. MP.Size = UDim2.new(0, 160, 0, 30)
  399. MP.Font = Enum.Font.SciFi
  400. MP.FontSize = Enum.FontSize.Size14
  401. MP.Text = "TP To your plot"
  402. MP.TextSize = 14
  403.  
  404. BringWood.Name = "BringWood"
  405. BringWood.Parent = Main
  406. BringWood.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  407. BringWood.Position = UDim2.new(0, 335, 0, 150)
  408. BringWood.Size = UDim2.new(0, 160, 0, 30)
  409. BringWood.Font = Enum.Font.SciFi
  410. BringWood.FontSize = Enum.FontSize.Size14
  411. BringWood.Text = "Bring wood to you"
  412. BringWood.TextSize = 14
  413.  
  414. Close.Name = "Close"
  415. Close.Parent = Main
  416. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  417. Close.BackgroundTransparency = 1
  418. Close.Position = UDim2.new(0, 475, 0, 8)
  419. Close.Size = UDim2.new(0, 25, 0, 25)
  420. Close.Font = Enum.Font.SciFi
  421. Close.FontSize = Enum.FontSize.Size18
  422. Close.Text = "X"
  423. Close.TextColor3 = Color3.new(0.0470588, 0.52549, 0.631373)
  424. Close.TextSize = 18
  425.  
  426. Open.Name = "Open"
  427. Open.Parent = Koala
  428. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  429. Open.Position = UDim2.new(0, 0, 0, 300)
  430. Open.Size = UDim2.new(0, 50, 0, 25)
  431. Open.Visible = false
  432. Open.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  433. Open.Font = Enum.Font.SourceSans
  434. Open.FontSize = Enum.FontSize.Size14
  435. Open.Text = "Open"
  436. Open.TextSize = 14
  437.  
  438. Login.Name = "Login"
  439. Login.Parent = Koala
  440. Login.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  441. Login.BorderColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  442. Login.Position = UDim2.new(0, 300, 0, 145)
  443. Login.Size = UDim2.new(0, 325, 0, 250)
  444. Login.Draggable = true
  445. Login.Active = true
  446.  
  447. Login_2.Name = "Login"
  448. Login_2.Parent = Login
  449. Login_2.BackgroundColor3 = Color3.new(1, 0.403922, 0.411765)
  450. Login_2.BorderSizePixel = 2
  451. Login_2.Position = UDim2.new(0, 100, 0, 175)
  452. Login_2.Size = UDim2.new(0, 100, 0, 25)
  453. Login_2.Font = Enum.Font.SciFi
  454. Login_2.FontSize = Enum.FontSize.Size24
  455. Login_2.Text = "Login"
  456. Login_2.TextColor3 = Color3.new(1, 1, 1)
  457. Login_2.TextSize = 20
  458.  
  459. Username.Name = "Username"
  460. Username.Parent = Login
  461. Username.BackgroundColor3 = Color3.new(1, 0.298039, 0.309804)
  462. Username.Position = UDim2.new(0, 75, 0, 75)
  463. Username.Size = UDim2.new(0, 150, 0, 25)
  464. Username.Font = Enum.Font.SciFi
  465. Username.FontSize = Enum.FontSize.Size14
  466. Username.Text = "deminish"
  467. Username.TextSize = 14
  468. Username.TextXAlignment = Enum.TextXAlignment.Left
  469.  
  470. Password.Name = "Password"
  471. Password.Parent = Login
  472. Password.BackgroundColor3 = Color3.new(1, 0.298039, 0.309804)
  473. Password.Position = UDim2.new(0, 75, 0, 115)
  474. Password.Size = UDim2.new(0, 150, 0, 25)
  475. Password.Font = Enum.Font.SciFi
  476. Password.FontSize = Enum.FontSize.Size14
  477. Password.Text = "deminish"
  478. Password.TextSize = 14
  479. Password.TextXAlignment = Enum.TextXAlignment.Left
  480.  
  481. Title_2.Name = "Title"
  482. Title_2.Parent = Login
  483. Title_2.BackgroundColor3 = Color3.new(1, 0.180392, 0.192157)
  484. Title_2.Size = UDim2.new(0, 325, 0, 25)
  485. Title_2.Font = Enum.Font.Highway
  486. Title_2.FontSize = Enum.FontSize.Size14
  487. Title_2.Text = "Koala - Cracked by deminish"
  488. Title_2.TextColor3 = Color3.new(1, 1, 1)
  489. Title_2.TextSize = 14
  490.  
  491. CGG.Login.Login.MouseButton1Down:connect(function()
  492. if Username.Text == "deminish" and Password.Text == "deminish" then
  493. CGG.Open.Visible = true
  494. CGG.Login.Visible = false
  495. else
  496. CGG.Login.Password.Text = "Incorrect Password"
  497. wait(1)
  498. CGG.Login.Password.Text = "Password"
  499. end
  500. end)
  501.  
  502. TL.Name = "TL"
  503. TL.Parent = Login
  504. TL.BackgroundColor3 = Color3.new(1, 0.180392, 0.192157)
  505. TL.BackgroundTransparency = 1
  506. TL.Position = UDim2.new(0, 100, 0, 35)
  507. TL.Size = UDim2.new(0, 100, 0, 25)
  508. TL.Font = Enum.Font.Highway
  509. TL.FontSize = Enum.FontSize.Size14
  510. TL.Text = "Welcome to Koala, " .. plr.Name
  511. TL.TextColor3 = Color3.new(1, 1, 1)
  512. TL.TextSize = 14
  513. TL.TextStrokeColor3 = Color3.new(1, 1, 1)
  514.  
  515. local WayPoints = {
  516. ["Spawn"] = Vector3.new(155, 3, 74),
  517. ["Wood R Us"] = Vector3.new(265, 3, 57),
  518. ["Land Store"] = Vector3.new(258, 3, -99),
  519. ["Dock"] = Vector3.new(1114, -1, -197),
  520. ["Link's Logic"] = Vector3.new(4605, 3, -727),
  521. ["Cave"] = Vector3.new(3581, -179, 430),
  522. ["Volcano"] = Vector3.new(-1585, 622, 1140),
  523. ["Swamp"] = Vector3.new(-1209, 132, -801),
  524. ["Palm Island"] = Vector3.new(2549, -5, -42),
  525. ["Fancy Furnishings"] = Vector3.new(491, 3, -1720),
  526. ["Boxed Cars"] = Vector3.new(509, 3, -1463),
  527. ["Fine Arts Shop"] = Vector3.new(5207, -166, 719),
  528. ["Bob's Shack"] = Vector3.new(260, 8, -2542),
  529. ["Shrine of Sight"] = Vector3.new(-1600, 195, 919),
  530. ["The Den"] = Vector3.new(323, 41, 1930),
  531. ["End Times"] = Vector3.new(-51, -212, -1348)
  532. }
  533.  
  534. CGG.Main.MP.MouseButton1Down:connect(function()
  535. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  536. if v.Owner.Value == game.Players.LocalPlayer then
  537. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.OriginSquare.CFrame
  538. end
  539. end
  540. end)
  541.  
  542. CGG.Open.MouseButton1Down:connect(function()
  543. CGG.Main.Visible = true
  544. CGG.Open.Visible = false
  545. CGG.Main.Close.Visible = true
  546. end)
  547.  
  548. CGG.Main.Close.MouseButton1Down:connect(function()
  549. CGG.Main.Visible = false
  550. CGG.Open.Visible = true
  551. CGG.Main.Close.Visible = false
  552. end)
  553.  
  554. CGG.Main.TpToPlr.MouseButton1Down:connect(function()
  555. if CGG.Main.PlrSelected.Text == " No Player Selected" then
  556. warn("No Player Selected")
  557. else
  558. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[CGG.Main.PlrSelected.Text].HumanoidRootPart.CFrame
  559. end
  560. end)
  561.  
  562. CGG.Main.TpToLocation.MouseButton1Down:connect(function()
  563. if CGG.Main.TpSelected.Text == "No Location Selected" then
  564. warn("No Location Selected")
  565. else
  566. game.Players.LocalPlayer.Character:MoveTo(WayPoints[CGG.Main.TpSelected.Text])
  567. end
  568. end)
  569.  
  570.  
  571.  
  572. CGG.Main.BringWood.MouseButton1Down:connect(function()
  573. for _, Log in pairs(game.Workspace.LogModels:GetChildren()) do
  574. if Log.Name:sub(1,6) == "Loose_" and Log:findFirstChild("Owner") then
  575. if Log.Owner.Value == game.Players.LocalPlayer then
  576. Log:MoveTo(game.Players.LocalPlayer.Character.Torso.Position + Vector3.new(0,20,0))
  577. end
  578. end
  579. end
  580. end)
  581.  
  582. CGG.Main.Players.Player1.MouseButton1Down:connect(function()
  583. CGG.Main.PlrSelected.Text = CGG.Main.Players.Player1.Text
  584. end)
  585.  
  586. CGG.Main.Players.Player2.MouseButton1Down:connect(function()
  587. CGG.Main.PlrSelected.Text = CGG.Main.Players.Player2.Text
  588. end)
  589.  
  590. CGG.Main.Players.Player3.MouseButton1Down:connect(function()
  591. CGG.Main.PlrSelected.Text = CGG.Main.Players.Player3.Text
  592. end)
  593.  
  594. CGG.Main.Players.Player4.MouseButton1Down:connect(function()
  595. CGG.Main.PlrSelected.Text = CGG.Main.Players.Player4.Text
  596. end)
  597.  
  598. CGG.Main.Players.Player5.MouseButton1Down:connect(function()
  599. CGG.Main.PlrSelected.Text = CGG.Main.Players.Player5.Text
  600. end)
  601.  
  602. CGG.Main.Players.Player6.MouseButton1Down:connect(function()
  603. CGG.Main.PlrSelected.Text = CGG.Main.Players.Player6.Text
  604. end)
  605.  
  606. local buttons = { CGG.Main.Players.Player1, CGG.Main.Players.Player2, CGG.Main.Players.Player3, CGG.Main.Players.Player4, CGG.Main.Players.Player5, CGG.Main.Players.Player6 }
  607.  
  608. for i,v in pairs(game.Players:GetChildren()) do
  609. buttons[i].Text = v.Name
  610. end
  611.  
  612. game.Players.PlayerAdded:connect(function()
  613. for i,v in pairs(game.Players:GetChildren()) do
  614. buttons[i].Text = v.Name
  615. end
  616. end)
  617.  
  618. CGG.Main.Teleports.Spawn.MouseButton1Down:connect(function()
  619. CGG.Main.TpSelected.Text = "Spawn"
  620. end)
  621.  
  622. CGG.Main.Teleports["Wood R Us"].MouseButton1Down:connect(function()
  623. CGG.Main.TpSelected.Text = "Wood R Us"
  624. end)
  625.  
  626. CGG.Main.Teleports["Land Store"].MouseButton1Down:connect(function()
  627. CGG.Main.TpSelected.Text = "Land Store"
  628. end)
  629.  
  630. CGG.Main.Teleports.Dock.MouseButton1Down:connect(function()
  631. CGG.Main.TpSelected.Text = "Dock"
  632. end)
  633.  
  634. CGG.Main.Teleports["Link's Logic"].MouseButton1Down:connect(function()
  635. CGG.Main.TpSelected.Text = "Link's Logic"
  636. end)
  637.  
  638. CGG.Main.Teleports.Cave.MouseButton1Down:connect(function()
  639. CGG.Main.TpSelected.Text = "Cave"
  640. end)
  641.  
  642. CGG.Main.Teleports.Volcano.MouseButton1Down:connect(function()
  643. CGG.Main.TpSelected.Text = "Volcano"
  644. end)
  645.  
  646. CGG.Main.Teleports.Swamp.MouseButton1Down:connect(function()
  647. CGG.Main.TpSelected.Text = "Swamp"
  648. end)
  649.  
  650. CGG.Main.Teleports["Palm Island"].MouseButton1Down:connect(function()
  651. CGG.Main.TpSelected.Text = "Palm Island"
  652. end)
  653.  
  654. CGG.Main.Teleports["Fancy Furnishings"].MouseButton1Down:connect(function()
  655. CGG.Main.TpSelected.Text = "Fancy Furnishings"
  656. end)
  657.  
  658. CGG.Main.Teleports["Boxed Cars"].MouseButton1Down:connect(function()
  659. CGG.Main.TpSelected.Text = "Boxed Cars"
  660. end)
  661.  
  662. CGG.Main.Teleports["Fine Arts Shop"].MouseButton1Down:connect(function()
  663. CGG.Main.TpSelected.Text = "Fine Arts Shop"
  664. end)
  665.  
  666. CGG.Main.Teleports["Bob's Shack"].MouseButton1Down:connect(function()
  667. CGG.Main.TpSelected.Text = "Bob's Shack"
  668. end)
  669.  
  670. CGG.Main.Teleports["End Times"].MouseButton1Down:connect(function()
  671. CGG.Main.TpSelected.Text = "End Times"
  672. end)
  673.  
  674. CGG.Main.Teleports["Shrine of Sight"].MouseButton1Down:connect(function()
  675. CGG.Main.TpSelected.Text = "Shrine of Sight"
  676. end)
  677.  
  678. CGG.Main.Teleports["The Den"].MouseButton1Down:connect(function()
  679. CGG.Main.TpSelected.Text = "The Den"
  680. end)
  681. end)
  682.  
  683. -- Scripts:
  684.  
  685. local function WKIVH_fake_script() -- Toggle.Handle
  686. local script = Instance.new('LocalScript', Toggle)
  687.  
  688. local Toggle = script.Parent
  689. local Menu = script.Parent.Parent.Parent.Menu
  690. local Enabled = false
  691.  
  692. Toggle.MouseButton1Click:Connect(function()
  693. print("Toggle clicked!")
  694. if Enabled == false then
  695. Enabled = true
  696. Menu.Visible = true
  697. Toggle.Text = "Close"
  698. else
  699. Enabled = false
  700. Menu.Visible = false
  701. Toggle.Text = "Open"
  702. end
  703. end)
  704. end
  705. coroutine.wrap(WKIVH_fake_script)()
  706. end)
  707.  
  708. MurderMystery2.Name = "Murder Mystery 2"
  709. MurderMystery2.Parent = mainframe
  710. MurderMystery2.BackgroundColor3 = Color3.new(1, 0, 1)
  711. MurderMystery2.BorderColor3 = Color3.new(0, 0, 0)
  712. MurderMystery2.BorderSizePixel = 5
  713. MurderMystery2.Position = UDim2.new(0.0323886648, 0, 0.192429021, 0)
  714. MurderMystery2.Size = UDim2.new(0, 191, 0, 45)
  715. MurderMystery2.Font = Enum.Font.SourceSans
  716. MurderMystery2.Text = "Murder Mystery 2"
  717. MurderMystery2.TextColor3 = Color3.new(0, 0, 0)
  718. MurderMystery2.TextScaled = true
  719. MurderMystery2.TextSize = 14
  720. MurderMystery2.TextWrapped = true
  721. MurderMystery2.MouseButton1Click:Connect(function()
  722. if game.PlaceId == 142823291 then --Proofing just because ;)
  723. --Note: Don't reset with godmode on or you will be stuck on a black screen for a reasonable amount of time
  724. --Change to false if you dont like printing to console
  725. local printvar = true
  726. --Change to true if you want to see names instead of murderer, sheriff, and innocents with esp
  727. local espnames = true
  728. --Change keybinds to your liking
  729. local coinkey = "c" --Coin grabber keybind
  730. local MSkey = "m" --Murderer/Sheriff esp keybind
  731. local playerskey = "q" --All players esp keybind
  732. local espoffkey = "b" --Turn esp off keybind
  733. local flykey = "f" --Fly keybind
  734. local noclipkey = "r" --Noclip keybind
  735. local godmodekey = "g" --Godmode keybind
  736. local xrayonkey = "x" --Xray on keybind
  737. local xrayoffkey = "z" --Xray off keybind
  738. local bringgunkey = "t" --Teleport to gun keybind
  739. local hideshowguikey = "p" --Show/Hide gui keybind
  740. --End of easy customization options
  741.  
  742. --Gui Buttons and Status--
  743. local MM2 = Instance.new("ScreenGui")
  744. local Main = Instance.new("Frame")
  745. local Title = Instance.new("TextLabel")
  746. local Coin = Instance.new("TextButton")
  747. local MSEsp = Instance.new("TextButton")
  748. local MSESPActive = Instance.new("TextLabel")
  749. local PlayersEsp = Instance.new("TextButton")
  750. local PlayersEspActive = Instance.new("TextLabel")
  751. local EspOff = Instance.new("TextButton")
  752. local EspOffActive = Instance.new("TextLabel")
  753. local Run = Instance.new("TextButton")
  754. local RunActiveGui = Instance.new("TextLabel")
  755. local Fly = Instance.new("TextButton")
  756. local FlyActive = Instance.new("TextLabel")
  757. local Noclip = Instance.new("TextButton")
  758. local NoclipActive = Instance.new("TextLabel")
  759. local GodMode = Instance.new("TextButton")
  760. local GodModeActive = Instance.new("TextLabel")
  761. local GuiXrayOn = Instance.new("TextButton")
  762. local GuiXrayOnActive = Instance.new("TextLabel")
  763. local GuiXrayOff = Instance.new("TextButton")
  764. local GuiXrayOffActive = Instance.new("TextLabel")
  765. local BringGun = Instance.new("TextButton")
  766. local Keybinds = Instance.new("TextButton")
  767. local KeybindsActive = Instance.new("TextLabel")
  768. local Hide = Instance.new("TextButton")
  769. local Show = Instance.new("TextButton")
  770.  
  771. --Other Variables
  772. local runActive = false
  773. local teamname = "None"
  774. local murderer = "None"
  775. local sheriff = "None"
  776. local player = game:GetService("Players").LocalPlayer
  777.  
  778. local esp = false
  779. local plresp
  780. local track = false
  781.  
  782. local NClip = false
  783. local char = game.Players.LocalPlayer.Character
  784. local obj = game.workspace
  785. local mouse=game.Players.LocalPlayer:GetMouse()
  786. local LP = game:GetService("Players").LocalPlayer
  787. local flyvar = false
  788.  
  789. local showvar = true
  790. local inputcode = game:GetService("UserInputService")
  791. local godmodevar = false
  792. local keyOff = false
  793. local NClip = false
  794.  
  795. --Start of Gui--
  796. MM2.Name = "MM2"
  797. MM2.Parent = game.CoreGui
  798. MM2.ResetOnSpawn = false
  799.  
  800. Main.Name = "Main"
  801. Main.Parent = MM2
  802. Main.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  803. Main.BorderColor3 = Color3.new(0, 0.607843, 1)
  804. Main.BorderSizePixel = 5
  805. Main.Draggable = true
  806. Main.Position = UDim2.new(0.574999988, 0, 0.349999994, 0)
  807. Main.Size = UDim2.new(0.2, 0, 0.4, 0)
  808. Main.Visible = true
  809. Main.Active = true
  810.  
  811. Title.Name = "Title"
  812. Title.Parent = Main
  813. Title.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  814. Title.BorderColor3 = Color3.new(0, 0.607843, 1)
  815. Title.BorderSizePixel = 5
  816. Title.Draggable = true
  817. Title.Size = UDim2.new(1.005, 0, 0.2, 0)
  818. Title.ZIndex = 3
  819. Title.Font = Enum.Font.SciFi
  820. Title.FontSize = Enum.FontSize.Size24
  821. Title.Text = "Murder Mystery 2"
  822. Title.TextColor3 = Color3.new(0, 0.607843, 1)
  823. Title.TextScaled = true
  824. Title.TextSize = 20
  825. Title.TextStrokeColor3 = Color3.new(0.129412, 0.54902, 1)
  826. Title.TextWrapped = true
  827.  
  828. --Start of functions for buttons--
  829. function Create(base, team, colors1, colors2, colors3, teamname) --For all esps
  830. local bb = Instance.new("BillboardGui",player.PlayerGui)
  831. bb.Adornee = base
  832. bb.ExtentsOffset = Vector3.new(0,1,0)
  833. bb.AlwaysOnTop = true
  834. bb.Size = UDim2.new(0,5,0,5)
  835. bb.StudsOffset = Vector3.new(0,1,0)
  836. bb.Name = "tracker"
  837. local frame = Instance.new("Frame",bb)
  838. frame.ZIndex = 10
  839. frame.BackgroundTransparency = 0.3
  840. frame.Size = UDim2.new(1,0,1,0)
  841. local txtlbl = Instance.new("TextLabel",bb)
  842. txtlbl.ZIndex = 10
  843. txtlbl.Text = teamname
  844. txtlbl.BackgroundTransparency = 1
  845. txtlbl.Position = UDim2.new(0,0,0,-35)
  846. txtlbl.Size = UDim2.new(1,0,10,0)
  847. txtlbl.Font = "ArialBold"
  848. txtlbl.FontSize = "Size12"
  849. txtlbl.TextStrokeTransparency = 0.5
  850. if team then --For teams, left over from origianl but never removed
  851. txtlbl.TextColor3 = Color3.new(0,0,255)
  852. frame.BackgroundColor3 = Color3.new(0,0,255)
  853. else
  854. txtlbl.TextColor3 = Color3.new(colors1,colors2,colors3)
  855. frame.BackgroundColor3 = Color3.new(colors1,colors2,colors3)
  856. end
  857. end
  858.  
  859. function findmurderer() --Find who the murderer is
  860. local colors1 = 255
  861. local colors2 = 0
  862. local colors3 = 0
  863. for i, v in pairs(game:GetService("Players"):GetChildren()) do
  864. if v ~= game:GetService("Players").LocalPlayer then
  865. for i,v in pairs(v.Backpack:GetChildren()) do --Checks backpack for knife
  866. if v.Name == "Knife" then
  867. if espnames == true then
  868. local teamname = v.Parent.Parent.Name
  869. if v.Parent.Parent.Character.Head ~= nil then
  870. Create(v.Parent.Parent.Character.Head, false, colors1 ,colors2, colors3, teamname)
  871. else
  872. if printvar == true then
  873. print("Head missing from murderer!")
  874. end
  875. end
  876. elseif espnames == false then
  877. local teamname = "Murderer"
  878. if v.Parent.Parent.Character.Head ~= nil then
  879. Create(v.Parent.Parent.Character.Head, false, colors1 ,colors2, colors3, teamname)
  880. else
  881. if printvar == true then
  882. print("Head missing from murderer!")
  883. end
  884. end
  885. end
  886. murderer = v.Parent.Parent.Name
  887. if printvar == true then
  888. print(murderer.." is Murderer")
  889. end
  890. end
  891. end
  892. for i,v in pairs(v.Character:GetChildren()) do --Checks workspace player for knife (holding it)
  893. if v.Name == "Knife" then
  894. if espnames == true then
  895. local teamname = v.Parent.Name
  896. if v.Parent.Head ~= nil then --Tried to failproof to stop printing nil
  897. Create(v.Parent.Head, false, colors1 ,colors2, colors3, teamname)
  898. else
  899. if printvar == true then
  900. print("Head missing from murderer!")
  901. end
  902. end
  903. elseif espnames == false then
  904. local teamname = "Murderer"
  905. if v.Parent.Head ~= nil then
  906. Create(v.Parent.Head, false, colors1 ,colors2, colors3, teamname)
  907. else
  908. if printvar == true then
  909. print("Head missing from murderer!")
  910. end
  911. end
  912. end
  913. murderer = v.Parent.Name
  914. if printvar == true then --Tried to failproof to stop printing nil
  915. local murderer1 = tostring(v.Parent.Name)
  916. print(murderer1.." is Murderer")
  917. end
  918. end
  919. end
  920. end
  921. end
  922. end
  923.  
  924. function findsheriff() --Find who the sheriff is
  925. local colors1 = 0
  926. local colors2 = 0
  927. local colors3 = 255
  928. for i, v in pairs(game:GetService("Players"):GetChildren()) do
  929. if v ~= game:GetService("Players").LocalPlayer then
  930. for i,v in pairs(v.Backpack:GetChildren()) do
  931. if v.Name == "Revolver" or v.Name == "Gun" then --Lazy to check if its revolver or gun and checks backpack for gun
  932. if espnames == true then
  933. local teamname = v.Parent.Parent.Name
  934. if v.Parent.Parent.Character.Head ~= nil then --Tried to failproof to stop printing nil
  935. Create(v.Parent.Parent.Character.Head, false, colors1 ,colors2, colors3, teamname)
  936. else
  937. if printvar == true then
  938. print("Head missing from sheriff!")
  939. end
  940. end
  941. elseif espnames == false then
  942. local teamname = "Sheriff"
  943. if v.Parent.Parent.Character.Head ~= nil then --Tried to failproof to stop printing nil
  944. Create(v.Parent.Parent.Character.Head, false, colors1 ,colors2, colors3, teamname)
  945. else
  946. if printvar == true then
  947. print("Head missing from sheriff!")
  948. end
  949. end
  950. end
  951. sheriff = v.Parent.Parent.Name
  952. if printvar == true then
  953. local sheriff1 = tostring(v.Parent.Parent.Name)
  954. print(sheriff1.." is Sheriff")
  955. end
  956. end
  957. end
  958. for i,v in pairs(v.Character:GetChildren()) do
  959. if v.Name == "Revolver" or v.Name == "Gun" then --Lazy to check if its revolver or gun and checks workspace player for gun (holding it)
  960. if espnames == true then
  961. local teamname = v.Parent.Name
  962. if v.Parent.Head ~= nil then --Tried to failproof to stop printing nil
  963. Create(v.Parent.Head, false, colors1 ,colors2, colors3, teamname)
  964. else
  965. if printvar == true then
  966. print("Head missing from sheriff!")
  967. end
  968. end
  969. elseif espnames == false then
  970. local teamname = "Sheriff"
  971. if v.Parent.Head ~= nil then --Tried to failproof to stop printing nil
  972. Create(v.Parent.Head, false, colors1 ,colors2, colors3, teamname)
  973. else
  974. if printvar == true then
  975. print("Head missing from sheriff!")
  976. end
  977. end
  978. end
  979. sheriff = v.Parent.Name
  980. if printvar == true then
  981. local sheriff1 = tostring(v.Parent.Name)
  982. print(sheriff1.." is Sheriff")
  983. end
  984. end
  985. end
  986. end
  987. end
  988. end
  989.  
  990. function findplayers() --Find all players but local player
  991. findmurderer() --Finds murderer
  992. findsheriff() --Finds sheriff
  993. local colors1 = 0
  994. local colors2 = 255
  995. local colors3 = 0
  996. for i, v in pairs(game:GetService("Players"):GetChildren()) do
  997. if v ~= game:GetService("Players").LocalPlayer then --If not local player
  998. if v.Name ~= murderer then --If not murderer
  999. if v.Name ~= sheriff then --If not sheriff
  1000. if espnames == true then
  1001. local teamname = v.Name
  1002. if v.Character.Head ~= nil then --Tried to failproof to stop printing nil
  1003. Create(v.Character.Head, false, colors1 ,colors2, colors3, teamname)
  1004. else
  1005. if printvar == true then
  1006. print("Head missing from sheriff!")
  1007. end
  1008. end
  1009. elseif espnames == false then
  1010. local teamname = "Innocents"
  1011. if v.Parent.Head ~= nil then --Tried to failproof to stop printing nil
  1012. Create(v.Character.Head, false, colors1 ,colors2, colors3, teamname)
  1013. else
  1014. if printvar == true then
  1015. print("Head missing from sheriff!")
  1016. end
  1017. end
  1018. end
  1019. end
  1020. end
  1021. end
  1022. end
  1023. end
  1024.  
  1025. function Clear() --Clears all the esps
  1026. for _,v in pairs(player.PlayerGui:children()) do
  1027. if v.Name == "tracker" and v:isA("BillboardGui") then
  1028. v:Destroy()
  1029. end
  1030. end
  1031. end
  1032.  
  1033. function XrayOn(obj) --Enables xray
  1034. for _,v in pairs(obj:GetChildren()) do
  1035. if (v:IsA("BasePart")) and not v.Parent:FindFirstChild("Humanoid") then
  1036. v.LocalTransparencyModifier = 0.75
  1037. end
  1038. XrayOn(v)
  1039. end
  1040. end
  1041.  
  1042. function XrayOff(obj) --Disables xray
  1043. for _,v in pairs(obj:GetChildren()) do
  1044. if (v:IsA("BasePart")) and not v.Parent:FindFirstChild("Humanoid") then
  1045. v.LocalTransparencyModifier = 0
  1046. end XrayOff(v)
  1047. end
  1048. end
  1049.  
  1050. function sFLY() --Fly function
  1051. repeat wait() until LP and LP.Character and LP.Character:FindFirstChild('Torso') and LP.Character:FindFirstChild('Humanoid')
  1052. repeat wait() until mouse
  1053.  
  1054. local T = LP.Character.Torso
  1055. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  1056. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  1057. local SPEED = 0
  1058.  
  1059. local function FLY()
  1060. FLYING = true
  1061. local BG = Instance.new('BodyGyro', T)
  1062. local BV = Instance.new('BodyVelocity', T)
  1063. BG.P = 9e4
  1064. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1065. BG.cframe = T.CFrame
  1066. BV.velocity = Vector3.new(0, 0.1, 0)
  1067. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1068. spawn(function()
  1069. repeat wait()
  1070. LP.Character.Humanoid.PlatformStand = true
  1071. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  1072. SPEED = 50
  1073. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  1074. SPEED = 0
  1075. end
  1076. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  1077. 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
  1078. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  1079. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  1080. 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
  1081. else
  1082. BV.velocity = Vector3.new(0, 0.1, 0)
  1083. end
  1084. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  1085. until not FLYING
  1086. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  1087. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  1088. SPEED = 0
  1089. BG:destroy()
  1090. BV:destroy()
  1091. LP.Character.Humanoid.PlatformStand = false
  1092. end)
  1093. end
  1094.  
  1095. mouse.KeyDown:connect(function(KEY)
  1096. if KEY:lower() == 'w' then
  1097. CONTROL.F = 1
  1098. elseif KEY:lower() == 's' then
  1099. CONTROL.B = -1
  1100. elseif KEY:lower() == 'a' then
  1101. CONTROL.L = -1
  1102. elseif KEY:lower() == 'd' then
  1103. CONTROL.R = 1
  1104. end
  1105. end)
  1106.  
  1107. mouse.KeyUp:connect(function(KEY)
  1108. if KEY:lower() == 'w' then
  1109. CONTROL.F = 0
  1110. elseif KEY:lower() == 's' then
  1111. CONTROL.B = 0
  1112. elseif KEY:lower() == 'a' then
  1113. CONTROL.L = 0
  1114. elseif KEY:lower() == 'd' then
  1115. CONTROL.R = 0
  1116. end
  1117. end)
  1118. FLY()
  1119. end
  1120.  
  1121. function NOFLY() --Unfly function
  1122. FLYING = false
  1123. LP.Character.Humanoid.PlatformStand = false
  1124. end
  1125.  
  1126. local noclipcoro = coroutine.wrap(function() --Noclip function
  1127. while true do
  1128. if NClip == true then
  1129. if game.Players ~= nil then
  1130. if game.Players.LocalPlayer ~= nil then
  1131. if game.Players.LocalPlayer.Character ~= nil then
  1132. if game.Players.LocalPlayer.Character:FindFirstChild("Torso") ~= nil then
  1133. if game.Players.LocalPlayer.Character:FindFirstChild("Head") ~= nil then
  1134. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  1135. game.Players.LocalPlayer.Character.Head.CanCollide = false
  1136. end
  1137. end
  1138. end
  1139. end
  1140. end
  1141. end
  1142. game:service("RunService").Stepped:wait()
  1143. end
  1144. end)
  1145.  
  1146. noclipcoro() --For noclip to work
  1147.  
  1148. game:GetService("Players").LocalPlayer.CharacterAdded:connect(function(character) --Resets specific things for ease
  1149. flyvar = false
  1150. FlyActive.Text = "Inactive"
  1151. FlyActive.TextColor3 = Color3.new(1, 0, 1)
  1152. godmodevar = false
  1153. GodModeActive.Text = "Inactive"
  1154. GodModeActive.TextColor3 = Color3.new(1, 0, 1)
  1155. Clear()
  1156. MSESPActive.Text = "Inactive"
  1157. MSESPActive.TextColor3 = Color3.new(1, 0, 1)
  1158. PlayersEspActive.Text = "Inactive"
  1159. PlayersEspActive.TextColor3 = Color3.new(1, 0, 1)
  1160. EspOffActive.Text = "Active"
  1161. EspOffActive.TextColor3 = Color3.new(0, 1, 0)
  1162. end)
  1163.  
  1164. mouse.KeyDown:connect(function(KeyDown) --If shift is held, run
  1165. if KeyDown == "0" and runActive == false and keyOff == false then
  1166. runActive = true
  1167. player.Character.Humanoid.WalkSpeed = 32
  1168. RunActiveGui.Text = "Active"
  1169. RunActiveGui.TextColor3 = Color3.new(0, 1, 0)
  1170. end
  1171. end)
  1172.  
  1173. mouse.KeyUp:connect(function(KeyUp) --If shift is released, walk
  1174. if KeyUp == "0" and runActive == true and keyOff == false then
  1175. runActive = false
  1176. player.Character.Humanoid.WalkSpeed = 16
  1177. RunActiveGui.Text = "Inactive"
  1178. RunActiveGui.TextColor3 = Color3.new(1, 0, 1)
  1179. end
  1180. end)
  1181.  
  1182. function coingrabberfunc() --Coin grabber function
  1183. local children = game.Workspace:GetChildren()
  1184. for _, child in pairs(children) do
  1185. for _, child in pairs(child:GetChildren()) do
  1186. table.insert(children, child)
  1187. end
  1188. if child:IsA("BasePart") and child.Name == "Coin" then
  1189. child.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1190. end
  1191. end
  1192. end
  1193.  
  1194. function godmodefunc() --Godmode function
  1195. local player = game.Players.LocalPlayer
  1196. if player.Character then
  1197. if player.Character:FindFirstChild("Humanoid") then
  1198. player.Character.Humanoid.Name = "1"
  1199. end
  1200. local l = player.Character["1"]:Clone()
  1201. l.Parent = player.Character
  1202. l.Name = "Humanoid"; wait(0.1)
  1203. player.Character["1"]:Destroy()
  1204. workspace.CurrentCamera.CameraSubject = player.Character.Humanoid
  1205. player.Character.Animate.Disabled = true; wait(0.1)
  1206. player.Character.Animate.Disabled = false
  1207. end
  1208. end
  1209.  
  1210. --Coin Grabber--
  1211. Coin.Name = "CoinGrabber"
  1212. Coin.Parent = Main
  1213. Coin.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  1214. Coin.BorderColor3 = Color3.new(0, 0.607843, 1)
  1215. Coin.BorderSizePixel = 5
  1216. Coin.Position = UDim2.new(0, 0, 0.215, 0)
  1217. Coin.Size = UDim2.new(1.005, 0, 0.08, 0)
  1218. Coin.ZIndex = 4
  1219. Coin.Font = Enum.Font.SciFi
  1220. Coin.FontSize = Enum.FontSize.Size24
  1221. Coin.Text = "Coin Grabber ["..string.upper(coinkey).."]"
  1222. Coin.TextColor3 = Color3.fromRGB(255, 255, 26)
  1223. Coin.TextSize = 20
  1224. Coin.TextWrapped = true
  1225. Coin.MouseButton1Down:connect(function(x, y)
  1226. coingrabberfunc()
  1227. end)
  1228.  
  1229. --Murderer/Sheriff Esp--
  1230. MSESPActive.Name = "MSEspActive"
  1231. MSESPActive.Parent = Main
  1232. MSESPActive.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  1233. MSESPActive.BorderColor3 = Color3.new(0, 0.607843, 1)
  1234. MSESPActive.BorderSizePixel = 5
  1235. MSESPActive.Position = UDim2.new(0.755, 0, 0.315, 0)
  1236. MSESPActive.Size = UDim2.new(0.25, 0, 0.08, 0)
  1237. MSESPActive.ZIndex = 4
  1238. MSESPActive.Font = Enum.Font.SciFi
  1239. MSESPActive.FontSize = Enum.FontSize.Size24
  1240. MSESPActive.Text = "Inactive"
  1241. MSESPActive.TextColor3 = Color3.new(1, 0, 1)
  1242. MSESPActive.TextSize = 20
  1243. MSESPActive.TextWrapped = true
  1244.  
  1245. MSEsp.Name = "MSEsp"
  1246. MSEsp.Parent = Main
  1247. MSEsp.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  1248. MSEsp.BorderColor3 = Color3.new(0, 0.607843, 1)
  1249. MSEsp.BorderSizePixel = 5
  1250. MSEsp.Position = UDim2.new(0, 0, 0.315, 0)
  1251. MSEsp.Size = UDim2.new(0.75, 0, 0.08, 0)
  1252. MSEsp.ZIndex = 4
  1253. MSEsp.Font = Enum.Font.SciFi
  1254. MSEsp.FontSize = Enum.FontSize.Size24
  1255. MSEsp.Text = "Murderer/Sheriff Esp ["..string.upper(MSkey).."]"
  1256. MSEsp.TextColor3 = Color3.fromRGB(255, 102, 255)
  1257. MSEsp.TextSize = 20
  1258. MSEsp.TextWrapped = true
  1259. MSEsp.MouseButton1Down:connect(function(x, y)
  1260. murderer = "None"
  1261. sheriff = "None"
  1262. Clear()
  1263. findmurderer()
  1264. findsheriff()
  1265. if printvar == true then
  1266. print("Murderer/Sheriff")
  1267. end
  1268. MSESPActive.Text = "Active"
  1269. MSESPActive.TextColor3 = Color3.new(0, 1, 0)
  1270. PlayersEspActive.Text = "Inactive"
  1271. PlayersEspActive.TextColor3 = Color3.new(1, 0, 1)
  1272. EspOffActive.Text = "Inactive"
  1273. EspOffActive.TextColor3 = Color3.new(1, 0, 1)
  1274. end)
  1275.  
  1276. --All Players Esp
  1277. PlayersEspActive.Name = "PlayersEspActive"
  1278. PlayersEspActive.Parent = Main
  1279. PlayersEspActive.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  1280. PlayersEspActive.BorderColor3 = Color3.new(0, 0.607843, 1)
  1281. PlayersEspActive.BorderSizePixel = 5
  1282. PlayersEspActive.Position = UDim2.new(0.755, 0, 0.415, 0)
  1283. PlayersEspActive.Size = UDim2.new(0.25, 0, 0.08, 0)
  1284. PlayersEspActive.ZIndex = 4
  1285. PlayersEspActive.Font = Enum.Font.SciFi
  1286. PlayersEspActive.FontSize = Enum.FontSize.Size24
  1287. PlayersEspActive.Text = "Inactive"
  1288. PlayersEspActive.TextColor3 = Color3.new(1, 0, 1)
  1289. PlayersEspActive.TextSize = 20
  1290. PlayersEspActive.TextWrapped = true
  1291.  
  1292. PlayersEsp.Name = "PlayersEsp"
  1293. PlayersEsp.Parent = Main
  1294. PlayersEsp.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  1295. PlayersEsp.BorderColor3 = Color3.new(0, 0.607843, 1)
  1296. PlayersEsp.BorderSizePixel = 5
  1297. PlayersEsp.Position = UDim2.new(0, 0, 0.415, 0)
  1298. PlayersEsp.Size = UDim2.new(0.75, 0, 0.08, 0)
  1299. PlayersEsp.ZIndex = 4
  1300. PlayersEsp.Font = Enum.Font.SciFi
  1301. PlayersEsp.FontSize = Enum.FontSize.Size24
  1302. PlayersEsp.Text = "All Players Esp ["..string.upper(playerskey).."]"
  1303. PlayersEsp.TextColor3 = Color3.fromRGB(102, 255, 51)
  1304. PlayersEsp.TextSize = 20
  1305. PlayersEsp.TextWrapped = true
  1306. PlayersEsp.MouseButton1Down:connect(function(x, y)
  1307. Clear()
  1308. if printvar == true then
  1309. print("Players Esp")
  1310. end
  1311. MSESPActive.Text = "Inactive"
  1312. MSESPActive.TextColor3 = Color3.new(1, 0, 1)
  1313. PlayersEspActive.Text = "Active"
  1314. PlayersEspActive.TextColor3 = Color3.new(0, 1, 0)
  1315. EspOffActive.Text = "Inactive"
  1316. EspOffActive.TextColor3 = Color3.new(1, 0, 1)
  1317. findplayers()
  1318. end)
  1319.  
  1320. --Esp Off
  1321. EspOffActive.Name = "EspOffActive"
  1322. EspOffActive.Parent = Main
  1323. EspOffActive.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  1324. EspOffActive.BorderColor3 = Color3.new(0, 0.607843, 1)
  1325. EspOffActive.BorderSizePixel = 5
  1326. EspOffActive.Position = UDim2.new(0.755, 0, 0.515, 0)
  1327. EspOffActive.Size = UDim2.new(0.25, 0, 0.08, 0)
  1328. EspOffActive.ZIndex = 4
  1329. EspOffActive.Font = Enum.Font.SciFi
  1330. EspOffActive.FontSize = Enum.FontSize.Size24
  1331. EspOffActive.Text = "Active"
  1332. EspOffActive.TextColor3 = Color3.new(0, 1, 0)
  1333. EspOffActive.TextSize = 20
  1334. EspOffActive.TextWrapped = true
  1335.  
  1336. EspOff.Name = "EspOff"
  1337. EspOff.Parent = Main
  1338. EspOff.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  1339. EspOff.BorderColor3 = Color3.new(0, 0.607843, 1)
  1340. EspOff.BorderSizePixel = 5
  1341. EspOff.Position = UDim2.new(0, 0, 0.515, 0)
  1342. EspOff.Size = UDim2.new(0.75, 0, 0.08, 0)
  1343. EspOff.ZIndex = 4
  1344. EspOff.Font = Enum.Font.SciFi
  1345. EspOff.FontSize = Enum.FontSize.Size24
  1346. EspOff.Text = "Esp Off ["..string.upper(espoffkey).."]"
  1347. EspOff.TextColor3 = Color3.fromRGB(255, 255, 255)
  1348. EspOff.TextSize = 20
  1349. EspOff.TextWrapped = true
  1350. EspOff.MouseButton1Down:connect(function(x, y)
  1351. Clear()
  1352. if printvar == true then
  1353. print("Esp Off")
  1354. end
  1355. MSESPActive.Text = "Inactive"
  1356. MSESPActive.TextColor3 = Color3.new(1, 0, 1)
  1357. PlayersEspActive.Text = "Inactive"
  1358. PlayersEspActive.TextColor3 = Color3.new(1, 0, 1)
  1359. EspOffActive.Text = "Active"
  1360. EspOffActive.TextColor3 = Color3.new(0, 1, 0)
  1361. end)
  1362.  
  1363. --Run
  1364. RunActiveGui.Name = "RunActiveGui"
  1365. RunActiveGui.Parent = Main
  1366. RunActiveGui.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  1367. RunActiveGui.BorderColor3 = Color3.new(0, 0.607843, 1)
  1368. RunActiveGui.BorderSizePixel = 5
  1369. RunActiveGui.Position = UDim2.new(0.755, 0, 0.615, 0)
  1370. RunActiveGui.Size = UDim2.new(0.25, 0, 0.08, 0)
  1371. RunActiveGui.ZIndex = 4
  1372. RunActiveGui.Font = Enum.Font.SciFi
  1373. RunActiveGui.FontSize = Enum.FontSize.Size24
  1374. RunActiveGui.Text = "Inactive"
  1375. RunActiveGui.TextColor3 = Color3.new(1, 0, 1)
  1376. RunActiveGui.TextSize = 20
  1377. RunActiveGui.TextWrapped = true
  1378.  
  1379. Run.Name = "Run"
  1380. Run.Parent = Main
  1381. Run.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  1382. Run.BorderColor3 = Color3.new(0, 0.607843, 1)
  1383. Run.BorderSizePixel = 5
  1384. Run.Position = UDim2.new(0, 0, 0.615, 0)
  1385. Run.Size = UDim2.new(0.75, 0, 0.08, 0)
  1386. Run.ZIndex = 4
  1387. Run.Font = Enum.Font.SciFi
  1388. Run.FontSize = Enum.FontSize.Size24
  1389. Run.Text = "Run [Shift]"
  1390. Run.TextColor3 = Color3.fromRGB(255, 51, 0)
  1391. Run.TextSize = 20
  1392. Run.TextWrapped = true
  1393. Run.MouseButton1Down:connect(function(x, y)
  1394. if runActive == false then
  1395. runActive = true
  1396. player.Character.Humanoid.WalkSpeed = 32
  1397. RunActiveGui.Text = "Active"
  1398. RunActiveGui.TextColor3 = Color3.new(0, 1, 0)
  1399. elseif runActive == true then
  1400. runActive = false
  1401. player.Character.Humanoid.WalkSpeed = 16
  1402. RunActiveGui.Text = "Inactive"
  1403. RunActiveGui.TextColor3 = Color3.new(1, 0, 1)
  1404. end
  1405. end)
  1406.  
  1407. --Fly
  1408. FlyActive.Name = "FlyActive"
  1409. FlyActive.Parent = Main
  1410. FlyActive.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  1411. FlyActive.BorderColor3 = Color3.new(0, 0.607843, 1)
  1412. FlyActive.BorderSizePixel = 5
  1413. FlyActive.Position = UDim2.new(0.755, 0, 0.715, 0)
  1414. FlyActive.Size = UDim2.new(0.25, 0, 0.08, 0)
  1415. FlyActive.ZIndex = 4
  1416. FlyActive.Font = Enum.Font.SciFi
  1417. FlyActive.FontSize = Enum.FontSize.Size24
  1418. FlyActive.Text = "Inactive"
  1419. FlyActive.TextColor3 = Color3.new(1, 0, 1)
  1420. FlyActive.TextSize = 20
  1421. FlyActive.TextWrapped = true
  1422.  
  1423. Fly.Name = "Fly"
  1424. Fly.Parent = Main
  1425. Fly.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  1426. Fly.BorderColor3 = Color3.new(0, 0.607843, 1)
  1427. Fly.BorderSizePixel = 5
  1428. Fly.Position = UDim2.new(0, 0, 0.715, 0)
  1429. Fly.Size = UDim2.new(0.75, 0, 0.08, 0)
  1430. Fly.ZIndex = 4
  1431. Fly.Font = Enum.Font.SciFi
  1432. Fly.FontSize = Enum.FontSize.Size24
  1433. Fly.Text = "Fly ["..string.upper(flykey).."]"
  1434. Fly.TextColor3 = Color3.fromRGB(204, 255, 255)
  1435. Fly.TextSize = 20
  1436. Fly.TextWrapped = true
  1437. Fly.MouseButton1Down:connect(function(x, y)
  1438. if flyvar == false then
  1439. sFLY()
  1440. flyvar = true
  1441. FlyActive.Text = "Active"
  1442. FlyActive.TextColor3 = Color3.new(0, 1, 0)
  1443. elseif flyvar == true then
  1444. flyvar = false
  1445. NOFLY()
  1446. FlyActive.Text = "Inactive"
  1447. FlyActive.TextColor3 = Color3.new(1, 0, 1)
  1448. end
  1449. end)
  1450.  
  1451. --Noclip
  1452. NoclipActive.Name = "NoclipActive"
  1453. NoclipActive.Parent = Main
  1454. NoclipActive.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  1455. NoclipActive.BorderColor3 = Color3.new(0, 0.607843, 1)
  1456. NoclipActive.BorderSizePixel = 5
  1457. NoclipActive.Position = UDim2.new(0.755, 0, 0.815, 0)
  1458. NoclipActive.Size = UDim2.new(0.25, 0, 0.08, 0)
  1459. NoclipActive.ZIndex = 4
  1460. NoclipActive.Font = Enum.Font.SciFi
  1461. NoclipActive.FontSize = Enum.FontSize.Size24
  1462. NoclipActive.Text = "Inactive"
  1463. NoclipActive.TextColor3 = Color3.new(1, 0, 1)
  1464. NoclipActive.TextSize = 20
  1465. NoclipActive.TextWrapped = true
  1466.  
  1467. Noclip.Name = "Noclip"
  1468. Noclip.Parent = Main
  1469. Noclip.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  1470. Noclip.BorderColor3 = Color3.new(0, 0.607843, 1)
  1471. Noclip.BorderSizePixel = 5
  1472. Noclip.Position = UDim2.new(0, 0, 0.815, 0)
  1473. Noclip.Size = UDim2.new(0.75, 0, 0.08, 0)
  1474. Noclip.ZIndex = 4
  1475. Noclip.Font = Enum.Font.SciFi
  1476. Noclip.FontSize = Enum.FontSize.Size24
  1477. Noclip.Text = "Noclip ["..string.upper(noclipkey).."]"
  1478. Noclip.TextColor3 = Color3.fromRGB(0, 102, 255)
  1479. Noclip.TextSize = 20
  1480. Noclip.TextWrapped = true
  1481. Noclip.MouseButton1Down:connect(function(x, y)
  1482. if NClip == false then
  1483. NClip = true
  1484. if printvar == true then
  1485. print("Noclip Enabled")
  1486. end
  1487. NoclipActive.Text = "Active"
  1488. NoclipActive.TextColor3 = Color3.new(0, 1, 0)
  1489. elseif NClip == true then
  1490. NClip = false
  1491. if printvar == true then
  1492. print("Noclip Disabled")
  1493. end
  1494. NoclipActive.Text = "Inactive"
  1495. NoclipActive.TextColor3 = Color3.new(1, 0, 1)
  1496. end
  1497. end)
  1498.  
  1499. --GodMode
  1500. GodModeActive.Name = "GodModeActive"
  1501. GodModeActive.Parent = Main
  1502. GodModeActive.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  1503. GodModeActive.BorderColor3 = Color3.new(0, 0.607843, 1)
  1504. GodModeActive.BorderSizePixel = 5
  1505. GodModeActive.Position = UDim2.new(0.755, 0, 0.915, 0)
  1506. GodModeActive.Size = UDim2.new(0.25, 0, 0.08, 0)
  1507. GodModeActive.ZIndex = 4
  1508. GodModeActive.Font = Enum.Font.SciFi
  1509. GodModeActive.FontSize = Enum.FontSize.Size24
  1510. GodModeActive.Text = "Inactive"
  1511. GodModeActive.TextColor3 = Color3.new(1, 0, 1)
  1512. GodModeActive.TextSize = 20
  1513. GodModeActive.TextWrapped = true
  1514.  
  1515. GodMode.Name = "GodMode"
  1516. GodMode.Parent = Main
  1517. GodMode.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  1518. GodMode.BorderColor3 = Color3.new(0, 0.607843, 1)
  1519. GodMode.BorderSizePixel = 5
  1520. GodMode.Position = UDim2.new(0, 0, 0.915, 0)
  1521. GodMode.Size = UDim2.new(0.75, 0, 0.08, 0)
  1522. GodMode.ZIndex = 4
  1523. GodMode.Font = Enum.Font.SciFi
  1524. GodMode.FontSize = Enum.FontSize.Size24
  1525. GodMode.Text = "God Mode ["..string.upper(godmodekey).."]"
  1526. GodMode.TextColor3 = Color3.fromRGB(255, 255, 255)
  1527. GodMode.TextSize = 20
  1528. GodMode.TextWrapped = true
  1529. GodMode.MouseButton1Down:connect(function(x, y)
  1530. if godmodevar == false then
  1531. GodModeActive.Text = "Active"
  1532. GodModeActive.TextColor3 = Color3.new(0, 1, 0)
  1533. godmodevar = true
  1534. godmodefunc()
  1535. end
  1536. end)
  1537.  
  1538. --Xray On
  1539. GuiXrayOnActive.Name = "GuiXrayOnActive"
  1540. GuiXrayOnActive.Parent = Main
  1541. GuiXrayOnActive.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  1542. GuiXrayOnActive.BorderColor3 = Color3.new(0, 0.607843, 1)
  1543. GuiXrayOnActive.BorderSizePixel = 5
  1544. GuiXrayOnActive.Position = UDim2.new(0.755, 0, 1.015, 0)
  1545. GuiXrayOnActive.Size = UDim2.new(0.25, 0, 0.08, 0)
  1546. GuiXrayOnActive.ZIndex = 4
  1547. GuiXrayOnActive.Font = Enum.Font.SciFi
  1548. GuiXrayOnActive.FontSize = Enum.FontSize.Size24
  1549. GuiXrayOnActive.Text = "Inactive"
  1550. GuiXrayOnActive.TextColor3 = Color3.new(1, 0, 1)
  1551. GuiXrayOnActive.TextSize = 20
  1552. GuiXrayOnActive.TextWrapped = true
  1553.  
  1554. GuiXrayOn.Name = "XrayOn"
  1555. GuiXrayOn.Parent = Main
  1556. GuiXrayOn.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  1557. GuiXrayOn.BorderColor3 = Color3.new(0, 0.607843, 1)
  1558. GuiXrayOn.BorderSizePixel = 5
  1559. GuiXrayOn.Position = UDim2.new(0, 0, 1.015, 0)
  1560. GuiXrayOn.Size = UDim2.new(0.75, 0, 0.08, 0)
  1561. GuiXrayOn.ZIndex = 4
  1562. GuiXrayOn.Font = Enum.Font.SciFi
  1563. GuiXrayOn.FontSize = Enum.FontSize.Size24
  1564. GuiXrayOn.Text = "Xray On ["..string.upper(xrayonkey).."]"
  1565. GuiXrayOn.TextColor3 = Color3.fromRGB(255, 204, 102)
  1566. GuiXrayOn.TextSize = 20
  1567. GuiXrayOn.TextWrapped = true
  1568. GuiXrayOn.MouseButton1Down:connect(function(x, y)
  1569. GuiXrayOnActive.Text = "Active"
  1570. GuiXrayOnActive.TextColor3 = Color3.new(0, 1, 0)
  1571. GuiXrayOffActive.Text = "Inactive"
  1572. GuiXrayOffActive.TextColor3 = Color3.new(1, 0, 1)
  1573. XrayOn(obj)
  1574. end)
  1575.  
  1576. --Xray Off
  1577. GuiXrayOffActive.Name = "GuiXrayOffActive"
  1578. GuiXrayOffActive.Parent = Main
  1579. GuiXrayOffActive.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  1580. GuiXrayOffActive.BorderColor3 = Color3.new(0, 0.607843, 1)
  1581. GuiXrayOffActive.BorderSizePixel = 5
  1582. GuiXrayOffActive.Position = UDim2.new(0.755, 0, 1.115, 0)
  1583. GuiXrayOffActive.Size = UDim2.new(0.25, 0, 0.08, 0)
  1584. GuiXrayOffActive.ZIndex = 4
  1585. GuiXrayOffActive.Font = Enum.Font.SciFi
  1586. GuiXrayOffActive.FontSize = Enum.FontSize.Size24
  1587. GuiXrayOffActive.Text = "Active"
  1588. GuiXrayOffActive.TextColor3 = Color3.new(0, 1, 0)
  1589. GuiXrayOffActive.TextSize = 20
  1590. GuiXrayOffActive.TextWrapped = true
  1591.  
  1592. GuiXrayOff.Name = "XrayOff"
  1593. GuiXrayOff.Parent = Main
  1594. GuiXrayOff.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  1595. GuiXrayOff.BorderColor3 = Color3.new(0, 0.607843, 1)
  1596. GuiXrayOff.BorderSizePixel = 5
  1597. GuiXrayOff.Position = UDim2.new(0, 0, 1.115, 0)
  1598. GuiXrayOff.Size = UDim2.new(0.75, 0, 0.08, 0)
  1599. GuiXrayOff.ZIndex = 4
  1600. GuiXrayOff.Font = Enum.Font.SciFi
  1601. GuiXrayOff.FontSize = Enum.FontSize.Size24
  1602. GuiXrayOff.Text = "Xray Off ["..string.upper(xrayoffkey).."]"
  1603. GuiXrayOff.TextColor3 = Color3.fromRGB(255, 153, 51)
  1604. GuiXrayOff.TextSize = 20
  1605. GuiXrayOff.TextWrapped = true
  1606. GuiXrayOff.MouseButton1Down:connect(function(x, y)
  1607. GuiXrayOnActive.Text = "Inactive"
  1608. GuiXrayOnActive.TextColor3 = Color3.new(1, 0, 1)
  1609. GuiXrayOffActive.Text = "Active"
  1610. GuiXrayOffActive.TextColor3 = Color3.new(0, 1, 0)
  1611. XrayOff(obj)
  1612. end)
  1613.  
  1614. --Bring Gun to You
  1615. BringGun.Name = "BringGun"
  1616. BringGun.Parent = Main
  1617. BringGun.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  1618. BringGun.BorderColor3 = Color3.new(0, 0.607843, 1)
  1619. BringGun.BorderSizePixel = 5
  1620. BringGun.Position = UDim2.new(0, 0, 1.215, 0)
  1621. BringGun.Size = UDim2.new(1.005, 0, 0.08, 0)
  1622. BringGun.ZIndex = 4
  1623. BringGun.Font = Enum.Font.SciFi
  1624. BringGun.FontSize = Enum.FontSize.Size24
  1625. BringGun.Text = "Teleport Gun ["..string.upper(bringgunkey).."]"
  1626. BringGun.TextColor3 = Color3.fromRGB(0, 255, 0)
  1627. BringGun.TextSize = 20
  1628. BringGun.TextWrapped = true
  1629. BringGun.MouseButton1Down:connect(function(x, y)
  1630. if game.Workspace.GunDrop.CFrame ~= nil then
  1631. game.Workspace.GunDrop.CFrame = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame
  1632. else
  1633. if printvar == true then
  1634. print("Gun not currently dropped")
  1635. end
  1636. end
  1637. end)
  1638.  
  1639. --Keybinds
  1640. KeybindsActive.Name = "KeybindsActive"
  1641. KeybindsActive.Parent = Main
  1642. KeybindsActive.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  1643. KeybindsActive.BorderColor3 = Color3.new(0, 0.607843, 1)
  1644. KeybindsActive.BorderSizePixel = 5
  1645. KeybindsActive.Position = UDim2.new(0.755, 0, 1.315, 0)
  1646. KeybindsActive.Size = UDim2.new(0.25, 0, 0.08, 0)
  1647. KeybindsActive.ZIndex = 4
  1648. KeybindsActive.Font = Enum.Font.SciFi
  1649. KeybindsActive.FontSize = Enum.FontSize.Size24
  1650. KeybindsActive.Text = "Active"
  1651. KeybindsActive.TextColor3 = Color3.new(0, 1, 0)
  1652. KeybindsActive.TextSize = 20
  1653. KeybindsActive.TextWrapped = true
  1654.  
  1655. Keybinds.Name = "Keybinds"
  1656. Keybinds.Parent = Main
  1657. Keybinds.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  1658. Keybinds.BorderColor3 = Color3.new(0, 0.607843, 1)
  1659. Keybinds.BorderSizePixel = 5
  1660. Keybinds.Position = UDim2.new(0, 0, 1.315, 0)
  1661. Keybinds.Size = UDim2.new(0.75, 0, 0.08, 0)
  1662. Keybinds.ZIndex = 4
  1663. Keybinds.Font = Enum.Font.SciFi
  1664. Keybinds.FontSize = Enum.FontSize.Size24
  1665. Keybinds.Text = "Keybinds [Ctrl]"
  1666. Keybinds.TextColor3 = Color3.fromRGB(255, 255, 255)
  1667. Keybinds.TextSize = 20
  1668. Keybinds.TextWrapped = true
  1669. Keybinds.MouseButton1Down:connect(function(x, y)
  1670. if keyOff == true then
  1671. keyOff = false
  1672. KeybindsActive.Text = "Active"
  1673. KeybindsActive.TextColor3 = Color3.new(0, 1, 0)
  1674. elseif keyOff == false then
  1675. keyOff = true
  1676. KeybindsActive.Text = "Inactive"
  1677. KeybindsActive.TextColor3 = Color3.new(1, 0, 1)
  1678. end
  1679. end)
  1680.  
  1681. Show.Name = "Show"
  1682. Show.Parent = MM2
  1683. Show.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  1684. Show.BorderColor3 = Color3.new(0, 0.607843, 1)
  1685. Show.BorderSizePixel = 5
  1686. Show.Position = UDim2.new(0, 0, 0.85799998, 0)
  1687. Show.Size = UDim2.new(0.08, 0, 0.04, 0)
  1688. Show.ZIndex = 4
  1689. Show.Font = Enum.Font.SciFi
  1690. Show.FontSize = Enum.FontSize.Size24
  1691. Show.Text = "Show ["..string.upper(hideshowguikey).."]"
  1692. Show.TextColor3 = Color3.new(0, 0.333333, 1)
  1693. Show.TextSize = 20
  1694. Show.TextWrapped = true
  1695. Show.Visible = false
  1696.  
  1697. Hide.Name = "Hide"
  1698. Hide.Parent = Main
  1699. Hide.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  1700. Hide.BorderColor3 = Color3.new(0, 0.607843, 1)
  1701. Hide.BorderSizePixel = 5
  1702. Hide.Position = UDim2.new(0, 0, 1.415, 0)
  1703. Hide.Size = UDim2.new(1.005, 0, 0.08, 0)
  1704. Hide.ZIndex = 4
  1705. Hide.Font = Enum.Font.SciFi
  1706. Hide.FontSize = Enum.FontSize.Size24
  1707. Hide.Text = "Hide ["..string.upper(hideshowguikey).."]"
  1708. Hide.TextColor3 = Color3.new(0, 0.333333, 1)
  1709. Hide.TextSize = 20
  1710. Hide.TextWrapped = true
  1711.  
  1712. Hide.MouseButton1Down:connect(function(x, y)
  1713. if showvar == true then
  1714. showvar = false
  1715. Main.Visible = false
  1716. Show.Visible = true
  1717. if printvar == true then
  1718. print("Hidden")
  1719. end
  1720. end
  1721. end)
  1722.  
  1723. Show.MouseButton1Down:connect(function(x, y)
  1724. if showvar == false then
  1725. showvar = true
  1726. Show.Visible = false
  1727. Main.Visible = true
  1728. if printvar == true then
  1729. print("Shown")
  1730. end
  1731. end
  1732. end)
  1733.  
  1734. inputcode.InputBegan:connect(function(input)
  1735. if input.KeyCode == Enum.KeyCode.LeftControl then
  1736. if keyOff == true then
  1737. keyOff = false
  1738. KeybindsActive.Text = "Active"
  1739. KeybindsActive.TextColor3 = Color3.new(0, 1, 0)
  1740. elseif keyOff == false then
  1741. keyOff = true
  1742. KeybindsActive.Text = "Inactive"
  1743. KeybindsActive.TextColor3 = Color3.new(1, 0, 1)
  1744. end
  1745. end
  1746. end)
  1747.  
  1748. mouse.keyDown:connect(function(key)
  1749. if keyOff == false then
  1750. if key == coinkey then --Coin Grabber
  1751. coingrabberfunc()
  1752. elseif key == MSkey then --Murderer/Sheriff Esp On
  1753. murderer = "None"
  1754. sheriff = "None"
  1755. Clear()
  1756. findmurderer()
  1757. findsheriff()
  1758. if printvar == true then
  1759. print("Murderer/Sheriff")
  1760. end
  1761. MSESPActive.Text = "Active"
  1762. MSESPActive.TextColor3 = Color3.new(0, 1, 0)
  1763. PlayersEspActive.Text = "Inactive"
  1764. PlayersEspActive.TextColor3 = Color3.new(1, 0, 1)
  1765. EspOffActive.Text = "Inactive"
  1766. EspOffActive.TextColor3 = Color3.new(1, 0, 1)
  1767. elseif key == playerskey then --Player Esp On
  1768. Clear()
  1769. MSESPActive.Text = "Inactive"
  1770. MSESPActive.TextColor3 = Color3.new(1, 0, 1)
  1771. PlayersEspActive.Text = "Active"
  1772. PlayersEspActive.TextColor3 = Color3.new(0, 1, 0)
  1773. EspOffActive.Text = "Inactive"
  1774. EspOffActive.TextColor3 = Color3.new(1, 0, 1)
  1775. findplayers()
  1776. if printvar == true then
  1777. print("Players")
  1778. end
  1779. elseif key == espoffkey then --Esp off
  1780. Clear()
  1781. if printvar == true then
  1782. print("Esp Disabled")
  1783. end
  1784. MSESPActive.Text = "Inactive"
  1785. MSESPActive.TextColor3 = Color3.new(1, 0, 1)
  1786. PlayersEspActive.Text = "Inactive"
  1787. PlayersEspActive.TextColor3 = Color3.new(1, 0, 1)
  1788. EspOffActive.Text = "Active"
  1789. EspOffActive.TextColor3 = Color3.new(0, 1, 0)
  1790. elseif key == flykey then --Fly
  1791. if flyvar == false then
  1792. sFLY()
  1793. flyvar = true
  1794. FlyActive.Text = "Active"
  1795. FlyActive.TextColor3 = Color3.new(0, 1, 0)
  1796. elseif flyvar == true then
  1797. flyvar = false
  1798. NOFLY()
  1799. FlyActive.Text = "Inactive"
  1800. FlyActive.TextColor3 = Color3.new(1, 0, 1)
  1801. end
  1802. elseif key == noclipkey then --Noclip toggle
  1803. if NClip == false then
  1804. NClip = true
  1805. if printvar == true then
  1806. print("Noclip Enabled")
  1807. end
  1808. NoclipActive.Text = "Active"
  1809. NoclipActive.TextColor3 = Color3.new(0, 1, 0)
  1810. elseif NClip == true then
  1811. NClip = false
  1812. if printvar == true then
  1813. print("Noclip Disabled")
  1814. end
  1815. NoclipActive.Text = "Inactive"
  1816. NoclipActive.TextColor3 = Color3.new(1, 0, 1)
  1817. end
  1818. elseif key == godmodekey then --Godmode
  1819. if godmodevar == false then
  1820. godmodevar = true
  1821. godmodefunc()
  1822. GodModeActive.Text = "Active"
  1823. GodModeActive.TextColor3 = Color3.new(0, 1, 0)
  1824. end
  1825. elseif key == xrayonkey then --Xray On
  1826. GuiXrayOnActive.Text = "Active"
  1827. GuiXrayOnActive.TextColor3 = Color3.new(0, 1, 0)
  1828. GuiXrayOffActive.Text = "Inactive"
  1829. GuiXrayOffActive.TextColor3 = Color3.new(1, 0, 1)
  1830. XrayOn(obj)
  1831. elseif key == xrayoffkey then --Xray Off
  1832. GuiXrayOnActive.Text = "Inactive"
  1833. GuiXrayOnActive.TextColor3 = Color3.new(1, 0, 1)
  1834. GuiXrayOffActive.Text = "Active"
  1835. GuiXrayOffActive.TextColor3 = Color3.new(0, 1, 0)
  1836. XrayOff(obj)
  1837. elseif key == bringgunkey then --Teleport Gun to You
  1838. if game.Workspace.GunDrop.CFrame ~= nil then
  1839. game.Workspace.GunDrop.CFrame = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame
  1840. else
  1841. if printvar == true then
  1842. print("Gun not currently dropped")
  1843. end
  1844. end
  1845. elseif key == hideshowguikey then --Show/Hide Gui
  1846. if showvar == false then
  1847. showvar = true
  1848. Show.Visible = false
  1849. Main.Visible = true
  1850. if printvar == true then
  1851. print("Shown")
  1852. end
  1853. elseif showvar == true then
  1854. showvar = false
  1855. Main.Visible = false
  1856. Show.Visible = true
  1857. if printvar == true then
  1858. print("Hidden")
  1859. end
  1860. end
  1861. end
  1862. end
  1863. end)
  1864. end
  1865. end)
  1866.  
  1867. RevizeAdmin.Name = "Revize Admin"
  1868. RevizeAdmin.Parent = mainframe
  1869. RevizeAdmin.BackgroundColor3 = Color3.new(1, 0, 1)
  1870. RevizeAdmin.BorderColor3 = Color3.new(0, 0, 0)
  1871. RevizeAdmin.BorderSizePixel = 5
  1872. RevizeAdmin.Position = UDim2.new(0.0323886648, 0, 0.384858042, 0)
  1873. RevizeAdmin.Size = UDim2.new(0, 191, 0, 43)
  1874. RevizeAdmin.Font = Enum.Font.SourceSans
  1875. RevizeAdmin.Text = "Revize Admin"
  1876. RevizeAdmin.TextColor3 = Color3.new(0, 0, 0)
  1877. RevizeAdmin.TextScaled = true
  1878. RevizeAdmin.TextSize = 14
  1879. RevizeAdmin.TextWrapped = true
  1880. RevizeAdmin.MouseButton1Click:Connect(function()
  1881. -- Creator: illremember#3799
  1882.  
  1883. -- Credits to infinite yield, harkinian, dex creators
  1884.  
  1885. prefix = ":"
  1886. wait(0.3)
  1887. Commands = {
  1888. '[-] cmdbar is shown when ; is pressed.',
  1889. '[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you and player',
  1890. '[2] bring [plr] -- You need a tool! Will bring player to you',
  1891. '[3] spin [plr] -- You need a tool! Makes you and the player spin crazy',
  1892. '[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting',
  1893. '[5] attach [plr] -- You need a tool! Attaches you to player',
  1894. '[6] unattach [plr] -- Attempts to unattach you from a player',
  1895. '[7] follow [plr] -- Makes you follow behind the player',
  1896. '[8] unfollow',
  1897. '[9] freefall [plr] -- You need a tool! Teleports you and the player up into the air',
  1898. '[10] trail [plr] -- The opposite of follow, you stay infront of player',
  1899. '[11] untrail',
  1900. '[12] orbit [plr] -- Makes you orbit the player',
  1901. '[13] unorbit',
  1902. '[14] fling [plr] -- Makes you fling the player',
  1903. '[15] unfling',
  1904. '[16] fecheck -- Checks if the game is FE or not',
  1905. '[17] void [plr] -- Teleports player to the void',
  1906. '[18] noclip -- Gives you noclip to walk through walls',
  1907. '[19] clip -- Removes noclip',
  1908. '[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default',
  1909. '[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default',
  1910. '[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default',
  1911. '[23] default -- Changes your speed, jumppower and hipheight to default values',
  1912. '[24] annoy [plr] -- Loop teleports you to the player',
  1913. '[25] unannoy',
  1914. '[26] headwalk [plr] -- Loop teleports you to the player head',
  1915. '[27] unheadwalk',
  1916. '[28] nolimbs -- Removes your arms and legs',
  1917. '[29] god -- Gives you FE Godmode',
  1918. '[30] drophats -- Drops your accessories',
  1919. '[31] droptool -- Drops any tool you have equipped',
  1920. '[32] loopdhats -- Loop drops your accessories',
  1921. '[33] unloopdhats',
  1922. '[34] loopdtool -- Loop drops any tools you have equipped',
  1923. '[35] unloopdtool',
  1924. '[36] invisible -- Gives you invisibility CREDIT TO TIMELESS',
  1925. '[37] view [plr] -- Changes your camera to the player character',
  1926. '[38] unview',
  1927. '[39] goto [plr] -- Teleports you to player',
  1928. '[40] fly -- Allows you to fly, credit to Infinite Yield',
  1929. '[41] unfly',
  1930. '[42] chat [msg] -- Makes you chat a message',
  1931. '[43] spam [msg] -- Spams a message',
  1932. '[44] unspam',
  1933. '[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second',
  1934. '[46] pmspam [plr] -- Spams a player in private message',
  1935. '[47] unpmspam',
  1936. '[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you',
  1937. '[49] uncfreeze [plr]',
  1938. '[50] unlockws -- Unlocks the workspace',
  1939. '[51] lockws -- Locks the workspace',
  1940. '[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you',
  1941. '[53] pstand -- Enables platform stand',
  1942. '[54] unpstand -- Disables platform stand',
  1943. '[55] blockhead -- Removes your head mesh',
  1944. '[56] sit',
  1945. '[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',
  1946. '[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided',
  1947. '[59] hypertotal -- Loads in my FE GUI Hypertotal',
  1948. '[60] cmds -- Prints all commands',
  1949. '[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats',
  1950. '[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool',
  1951. '[63] spinner -- Makes you spin',
  1952. '[64] nospinner',
  1953. '[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom',
  1954. '[66] noreach -- Removes reach, must have tool equipped',
  1955. '[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying',
  1956. '[68] tp me [plr] -- Alternative to goto',
  1957. '[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player',
  1958. '[70] uncbring',
  1959. '[71] swap [plr] -- You need a tool! Swaps players position with yours and your position with players',
  1960. '[72] givetool [plr] -- Gives the tool you have equipped to the player',
  1961. '[73] glitch [plr] -- Glitches you and the player, looks very cool',
  1962. '[74] unglitch -- Unglitches you',
  1963. '[75] grespawn -- Alternative to normal respawn and usually works best for when you want to reset with FE Godmode',
  1964. '[76] explorer -- Loads up DEX',
  1965. '[77] reset -- Resets your character.',
  1966. '[78] anim [id] -- Applies an animation on you, must be created by ROBLOX',
  1967. '[79] animgui -- Loads up Energize animations GUI',
  1968. '[80] savepos -- Saves your current position',
  1969. '[81] loadpos -- Teleports you to your saved position',
  1970. '[82] bang [plr] -- 18+ will not work if you have FE Godmode on',
  1971. '[83] unbang',
  1972. '[84] delcmdbar -- Removes the command bar completely',
  1973. '[85] bringmod [obj] -- Brings all the parts in a model, client only, comes from ;bringobj enter exact name of model',
  1974. '[86] shutdown -- Uses harkinians script to shutdown server',
  1975. '[87] respawn -- If grespawn doesnt work you can use respawn',
  1976. '[88] delobj [obj] -- Deletes a certain brick in workspace, client sided',
  1977. '[89] getplrs -- Prints all players in game',
  1978. '[90] deldecal -- Deletes all decals client sided',
  1979. '[91] opfinality -- Loads in my FE GUI Opfinality',
  1980. '[92] remotes -- Prints all remotes in the game in the console when added',
  1981. '[93] noremotes -- Stops printing remotes',
  1982. '[94] tpdefault -- Stops all loop teleports to a player',
  1983. '[95] stopsit -- Will not allow you to sit',
  1984. '[96] gosit -- Allows you to sit',
  1985. '[97] clicktp -- Enables click tp',
  1986. '[98] noclicktp -- Disables click tp',
  1987. '[99] toolson -- If any tools are dropped in the workspace you will automatically get them',
  1988. '[100] toolsoff -- Stops ;toolson',
  1989. '[101] version -- Gets the admin version',
  1990. '[102] state [num] -- Changes your humanoid state, ;unstate to stop.',
  1991. '[103] gravity [num] -- Changes workspace gravity default is 196.2',
  1992. '[104] pgs -- Checks if the game has PGSPhysicsSolverEnabled enabled',
  1993. '[105] clickdel -- Delete any block you press q on, client sided',
  1994. '[106] noclickdel -- Stops clickdel',
  1995. '[107] looprhats -- Loop removes mesh of your hats/loop block hats',
  1996. '[108] unlooprhats -- Stops loop removing mesh',
  1997. '[109] looprtool -- Loop removes mesh of your tool/loop block tools',
  1998. '[110] unlooprtool -- Stops loop removing mesh',
  1999. '[111] givealltools [plr] -- Gives all the tools you have in your backpack to the player',
  2000. '[112] age [plr] -- Makes you chat the account age of the player',
  2001. '[113] id [plr] -- Makes you chat the account ID of the player',
  2002. '[114] .age [plr] -- Privately shows you the account age of the player',
  2003. '[115] .id [plr] -- Privately shows you the account ID of the player',
  2004. '[116] gameid -- Shows the game ID',
  2005. '[117] removeinvis -- Removes all invisible walls/parts, client sided',
  2006. '[118] removefog -- Removes fog, client sided',
  2007. '[119] disable -- Disables your character by removing humanoid',
  2008. '[120] enable -- Enables your character by adding humanoid',
  2009. '[121] prefix [key] -- Changes the prefix used, default is ;',
  2010. '[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.',
  2011. '[123] flyspeed [num] -- Change your fly speed, default is 1',
  2012. '[124] carpet [plr] -- Makes you a carpet for a player, will not work if FE Godmode is on',
  2013. '[125] uncarpet -- Stops carpet player',
  2014. '[126] stare [plr] -- Turns your character to stare at another player',
  2015. '[127] unstare -- Stops stare player',
  2016. '[128] logchat -- Logs all chat (including /e and whispers) of all players',
  2017. '[129] unlogchat -- Disables logchat',
  2018. '[130] fixcam -- Fixes/resets your camera',
  2019. '[131] unstate -- Stops changing state',
  2020. }
  2021. speedget = 1
  2022.  
  2023. lplayer = game:GetService("Players").LocalPlayer
  2024.  
  2025. lplayer.CharacterAdded:Connect(function(character)
  2026. spin = false
  2027. flying = false
  2028. staring = false
  2029. banpl = false
  2030. end)
  2031.  
  2032. function change()
  2033. prefix = prefix
  2034. speedfly = speedfly
  2035. end
  2036.  
  2037. function GetPlayer(String) -- Credit to Timeless/xFunnieuss
  2038. local Found = {}
  2039. local strl = String:lower()
  2040. if strl == "all" then
  2041. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  2042. table.insert(Found,v)
  2043. end
  2044. elseif strl == "others" then
  2045. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  2046. if v.Name ~= lplayer.Name then
  2047. table.insert(Found,v)
  2048. end
  2049. end
  2050. elseif strl == "me" then
  2051. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  2052. if v.Name == lplayer.Name then
  2053. table.insert(Found,v)
  2054. end
  2055. end
  2056. else
  2057. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  2058. if v.Name:lower():sub(1, #String) == String:lower() then
  2059. table.insert(Found,v)
  2060. end
  2061. end
  2062. end
  2063. return Found
  2064. end
  2065.  
  2066. local Mouse = lplayer:GetMouse()
  2067.  
  2068. spin = false
  2069. followed = false
  2070. traill = false
  2071. noclip = false
  2072. annoying = false
  2073. hwalk = false
  2074. droppinghats = false
  2075. droppingtools = false
  2076. flying = false
  2077. spamdelay = 1
  2078. spamming = false
  2079. spammingpm = false
  2080. cbringing = false
  2081. remotes = true
  2082. added = true
  2083. binds = false
  2084. stopsitting = false
  2085. clickgoto = false
  2086. gettingtools = false
  2087. removingmeshhats = false
  2088. removingmeshtool = false
  2089. clickdel = false
  2090. staring = false
  2091. chatlogs = false
  2092. banpl = false
  2093. changingstate = false
  2094. statechosen = 0
  2095.  
  2096. adminversion = "Reviz Admin by illremember, Version 2.0"
  2097.  
  2098. flying = false
  2099. speedfly = 1
  2100.  
  2101. function plrchat(plr, chat)
  2102. print(plr.Name..": "..tick().."\n"..chat)
  2103. end
  2104.  
  2105. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  2106. v.Chatted:connect(function(chat)
  2107. if chatlogs then
  2108. plrchat(v, chat)
  2109. end
  2110. end)
  2111. end
  2112. game:GetService("Players").PlayerAdded:connect(function(plr)
  2113. plr.Chatted:connect(function(chat)
  2114. if chatlogs then
  2115. plrchat(plr, chat)
  2116. end
  2117. end)
  2118. end)
  2119.  
  2120.  
  2121. local ScreenGui = Instance.new("ScreenGui")
  2122. local Frame = Instance.new("Frame")
  2123. local CMDBAR = Instance.new("TextBox")
  2124. ScreenGui.Parent = game:GetService("CoreGui")
  2125. Frame.Parent = ScreenGui
  2126. Frame.BackgroundColor3 = Color3.new(0.3, 0.1, 0.1)
  2127. Frame.BackgroundTransparency = 0.3
  2128. Frame.Position = UDim2.new(0.5, 0, 0, 10)
  2129. Frame.Size = UDim2.new(0, 200, 0, 40)
  2130. Frame.Active = true
  2131. Frame.Draggable = true
  2132. CMDBAR.Name = "CMDBAR"
  2133. CMDBAR.Parent = Frame
  2134. CMDBAR.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  2135. CMDBAR.BackgroundTransparency = 0.20000000298023
  2136. CMDBAR.Size = UDim2.new(0, 180, 0, 20)
  2137. CMDBAR.Position = UDim2.new(0.05, 0, 0.25, 0)
  2138. CMDBAR.Font = Enum.Font.SourceSansLight
  2139. CMDBAR.FontSize = Enum.FontSize.Size14
  2140. CMDBAR.TextColor3 = Color3.new(0.945098, 0.945098, 0.945098)
  2141. CMDBAR.TextScaled = true
  2142. CMDBAR.TextSize = 14
  2143. CMDBAR.TextWrapped = true
  2144. CMDBAR.Text = "Press ; to type, Enter to execute"
  2145.  
  2146. local CMDS = Instance.new("ScreenGui")
  2147. local CMDSFRAME = Instance.new("Frame")
  2148. local ScrollingFrame = Instance.new("ScrollingFrame")
  2149. local TextLabel = Instance.new("TextLabel")
  2150. local closegui = Instance.new("TextButton")
  2151. CMDS.Name = "CMDS"
  2152. CMDS.Parent = game:GetService("CoreGui")
  2153. CMDSFRAME.Name = "CMDSFRAME"
  2154. CMDSFRAME.Parent = CMDS
  2155. CMDSFRAME.Active = true
  2156. CMDSFRAME.BackgroundColor3 = Color3.new(0.223529, 0.231373, 0.309804)
  2157. CMDSFRAME.BorderSizePixel = 0
  2158. CMDSFRAME.Draggable = true
  2159. CMDSFRAME.Position = UDim2.new(0, 315, 0, 100)
  2160. CMDSFRAME.Size = UDim2.new(0, 275, 0, 275)
  2161. CMDSFRAME.Visible = false
  2162. ScrollingFrame.Parent = CMDSFRAME
  2163. ScrollingFrame.BackgroundColor3 = Color3.new(0.160784, 0.160784, 0.203922)
  2164. ScrollingFrame.BorderSizePixel = 0
  2165. ScrollingFrame.Position = UDim2.new(0, 0, 0.0729999989, 0)
  2166. ScrollingFrame.Size = UDim2.new(1.04999995, 0, 0.92900002, 0)
  2167. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 10, 0)
  2168. TextLabel.Parent = ScrollingFrame
  2169. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  2170. TextLabel.BackgroundTransparency = 1
  2171. TextLabel.Size = UDim2.new(0.930000007, 0, 1, 0)
  2172. TextLabel.Font = Enum.Font.SourceSans
  2173. TextLabel.FontSize = Enum.FontSize.Size18
  2174. 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."
  2175. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  2176. TextLabel.TextSize = 15
  2177. TextLabel.TextWrapped = true
  2178. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  2179. TextLabel.TextYAlignment = Enum.TextYAlignment.Top
  2180. closegui.Name = "closegui"
  2181. closegui.Parent = CMDSFRAME
  2182. closegui.BackgroundColor3 = Color3.new(0.890196, 0.223529, 0.0588235)
  2183. closegui.BorderSizePixel = 0
  2184. closegui.Position = UDim2.new(0.995000005, 0, 0, 0)
  2185. closegui.Size = UDim2.new(0.0545952693, 0, 0.0728644878, 0)
  2186. closegui.Font = Enum.Font.SourceSansBold
  2187. closegui.FontSize = Enum.FontSize.Size24
  2188. closegui.Text = "X"
  2189. closegui.TextColor3 = Color3.new(1, 1, 1)
  2190. closegui.TextSize = 20
  2191.  
  2192. closegui.MouseButton1Click:connect(function()
  2193. CMDSFRAME.Visible = false
  2194. end)
  2195.  
  2196. game:GetService('RunService').Stepped:connect(function()
  2197. if spin then
  2198. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[spinplr.Name].Character.HumanoidRootPart.CFrame
  2199. end
  2200. if followed then
  2201. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame.lookVector * -5
  2202. end
  2203. if traill then
  2204. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame.lookVector * 5
  2205. end
  2206. if annoying then
  2207. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[annplr.Name].Character.HumanoidRootPart.CFrame
  2208. end
  2209. if hwalk then
  2210. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[hdwplr.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 4, 0)
  2211. end
  2212. if staring then
  2213. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(lplayer.Character.Torso.Position, game:GetService("Players")[stareplr.Name].Character.Torso.Position)
  2214. end
  2215. end)
  2216. game:GetService('RunService').Stepped:connect(function()
  2217. if noclip then
  2218. if lplayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  2219. lplayer.Character.Head.CanCollide = false
  2220. lplayer.Character.Torso.CanCollide = false
  2221. lplayer.Character["Left Leg"].CanCollide = false
  2222. lplayer.Character["Right Leg"].CanCollide = false
  2223. else
  2224. lplayer.Character.Humanoid:ChangeState(11)
  2225. end
  2226. end
  2227. if changingstate then
  2228. lplayer.Character.Humanoid:ChangeState(statechosen)
  2229. end
  2230. end)
  2231. game:GetService('RunService').Stepped:connect(function()
  2232. if droppinghats then
  2233. for i,v in pairs(lplayer.Character:GetChildren()) do
  2234. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2235. v.Parent = workspace
  2236. end
  2237. end
  2238. end
  2239. if droppingtools then
  2240. for i,v in pairs(lplayer.Character:GetChildren()) do
  2241. if (v:IsA("Tool")) then
  2242. v.Parent = workspace
  2243. end
  2244. end
  2245. end
  2246. if removingmeshhats then
  2247. for i,v in pairs(lplayer.Character:GetChildren()) do
  2248. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2249. v.Handle.Mesh:Destroy()
  2250. end
  2251. end
  2252. end
  2253. if removingmeshtool then
  2254. for i,v in pairs(lplayer.Character:GetChildren()) do
  2255. if (v:IsA("Tool")) then
  2256. v.Handle.Mesh:Destroy()
  2257. end
  2258. end
  2259. end
  2260. end)
  2261. game:GetService('RunService').Stepped:connect(function()
  2262. if banpl then
  2263. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[bplrr].Character.HumanoidRootPart.CFrame
  2264. end
  2265. end)
  2266. game:GetService('RunService').Stepped:connect(function()
  2267. if stopsitting then
  2268. lplayer.Character.Humanoid.Sit = false
  2269. end
  2270. end)
  2271.  
  2272. plr = lplayer
  2273. hum = plr.Character.HumanoidRootPart
  2274. mouse = plr:GetMouse()
  2275. mouse.KeyDown:connect(function(key)
  2276. if key == "e" then
  2277. if mouse.Target then
  2278. if clickgoto then
  2279. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  2280. elseif clickdel then
  2281. mouse.Target:Destroy()
  2282. end
  2283. end
  2284. end
  2285. end)
  2286.  
  2287. game:GetService("Workspace").ChildAdded:connect(function(part)
  2288. if gettingtools then
  2289. if part:IsA("Tool") then
  2290. part.Handle.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2291. end
  2292. end
  2293. end)
  2294.  
  2295. lplayer.Chatted:Connect(function(msg)
  2296. if string.sub(msg, 1, 6) == (prefix.."kill ") then
  2297. if string.sub(msg, 7) == "me" then
  2298. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  2299. else
  2300. for i,v in pairs(GetPlayer(string.sub(msg, 7)))do
  2301. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2302. lplayer.Character.Humanoid.Name = 1
  2303. local l = lplayer.Character["1"]:Clone()
  2304. l.Parent = lplayer.Character
  2305. l.Name = "Humanoid"
  2306. wait(0.1)
  2307. lplayer.Character["1"]:Destroy()
  2308. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2309. lplayer.Character.Animate.Disabled = true
  2310. wait(0.1)
  2311. lplayer.Character.Animate.Disabled = false
  2312. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2313. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2314. lplayer.Character.Humanoid:EquipTool(v)
  2315. end
  2316. local function tp(player,player2)
  2317. local char1,char2=player.Character,player2.Character
  2318. if char1 and char2 then
  2319. char1:MoveTo(char2.Head.Position)
  2320. end
  2321. end
  2322. wait(0.1)
  2323. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2324. wait(0.2)
  2325. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2326. wait(0.5)
  2327. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  2328. wait(0.7)
  2329. tp(lplayer,game:GetService("Players")[v.Name])
  2330. wait(0.7)
  2331. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2332. game:GetService("StarterGui"):SetCore("SendNotification", {
  2333. Title = "Tools needed!";
  2334. Text = "You need a tool in your backpack for this command!";
  2335. })
  2336. end
  2337. end
  2338. end
  2339. if string.sub(msg, 1, 7) == (prefix.."bring ") then
  2340. for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  2341. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2342. lplayer.Character.Humanoid.Name = 1
  2343. local l = lplayer.Character["1"]:Clone()
  2344. l.Parent = lplayer.Character
  2345. l.Name = "Humanoid"
  2346. wait(0.1)
  2347. lplayer.Character["1"]:Destroy()
  2348. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2349. lplayer.Character.Animate.Disabled = true
  2350. wait(0.1)
  2351. lplayer.Character.Animate.Disabled = false
  2352. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2353. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2354. lplayer.Character.Humanoid:EquipTool(v)
  2355. end
  2356. local function tp(player,player2)
  2357. local char1,char2=player.Character,player2.Character
  2358. if char1 and char2 then
  2359. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  2360. end
  2361. end
  2362. local function getout(player,player2)
  2363. local char1,char2=player.Character,player2.Character
  2364. if char1 and char2 then
  2365. char1:MoveTo(char2.Head.Position)
  2366. end
  2367. end
  2368. tp(game:GetService("Players")[v.Name], lplayer)
  2369. wait(0.2)
  2370. tp(game:GetService("Players")[v.Name], lplayer)
  2371. wait(0.5)
  2372. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2373. wait(0.5)
  2374. getout(lplayer, game:GetService("Players")[v.Name])
  2375. wait(0.3)
  2376. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2377. game:GetService("StarterGui"):SetCore("SendNotification", {
  2378. Title = "Tools needed!";
  2379. Text = "You need a tool in your backpack for this command!";
  2380. })
  2381. end
  2382. end
  2383. if string.sub(msg, 1, 6) == (prefix.."spin ") then
  2384. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  2385. lplayer.Character.Humanoid.Name = 1
  2386. local l = lplayer.Character["1"]:Clone()
  2387. l.Parent = lplayer.Character
  2388. l.Name = "Humanoid"
  2389. wait(0.1)
  2390. lplayer.Character["1"]:Destroy()
  2391. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2392. lplayer.Character.Animate.Disabled = true
  2393. wait(0.1)
  2394. lplayer.Character.Animate.Disabled = false
  2395. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2396. lplayer.Character.Animate.Disabled = false
  2397. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2398. lplayer.Character.Humanoid:EquipTool(v)
  2399. end
  2400. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2401. spinplr = v
  2402. wait(0.5)
  2403. spin = true
  2404. game:GetService("StarterGui"):SetCore("SendNotification", {
  2405. Title = "Tools needed!";
  2406. Text = "You need a tool in your backpack for this command!";
  2407. })
  2408. end
  2409. end
  2410. if string.sub(msg, 1, 7) == (prefix.."unspin") then
  2411. spin = false
  2412. end
  2413. if string.sub(msg, 1, 8) == (prefix.."attach ") then
  2414. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  2415. lplayer.Character.Humanoid.Name = 1
  2416. local l = lplayer.Character["1"]:Clone()
  2417. l.Parent = lplayer.Character
  2418. l.Name = "Humanoid"
  2419. wait(0.1)
  2420. lplayer.Character["1"]:Destroy()
  2421. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2422. lplayer.Character.Animate.Disabled = true
  2423. wait(0.1)
  2424. lplayer.Character.Animate.Disabled = false
  2425. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2426. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2427. lplayer.Character.Humanoid:EquipTool(v)
  2428. end
  2429. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2430. wait(0.3)
  2431. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2432. attplr = v
  2433. game:GetService("StarterGui"):SetCore("SendNotification", {
  2434. Title = "Tools needed!";
  2435. Text = "You need a tool in your backpack for this command!";
  2436. })
  2437. end
  2438. end
  2439. if string.sub(msg, 1, 10) == (prefix.."unattach ") then
  2440. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  2441. local function getout(player,player2)
  2442. local char1,char2=player.Character,player2.Character
  2443. if char1 and char2 then
  2444. char1:MoveTo(char2.Head.Position)
  2445. end
  2446. end
  2447. getout(lplayer, game:GetService("Players")[v.Name])
  2448. end
  2449. end
  2450. if string.sub(msg, 1, 8) == (prefix.."follow ") then
  2451. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  2452. followed = true
  2453. flwplr = v
  2454. end
  2455. end
  2456. if string.sub(msg, 1, 9) == (prefix.."unfollow") then
  2457. followed = false
  2458. end
  2459. if string.sub(msg, 1, 10) == (prefix.."freefall ") then
  2460. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  2461. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2462. lplayer.Character.Humanoid.Name = 1
  2463. local l = lplayer.Character["1"]:Clone()
  2464. l.Parent = lplayer.Character
  2465. l.Name = "Humanoid"
  2466. wait(0.1)
  2467. lplayer.Character["1"]:Destroy()
  2468. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2469. lplayer.Character.Animate.Disabled = true
  2470. wait(0.1)
  2471. lplayer.Character.Animate.Disabled = false
  2472. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2473. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2474. lplayer.Character.Humanoid:EquipTool(v)
  2475. end
  2476. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2477. wait(0.2)
  2478. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2479. wait(0.6)
  2480. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2481. wait(0.6)
  2482. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  2483. game:GetService("StarterGui"):SetCore("SendNotification", {
  2484. Title = "Tools needed!";
  2485. Text = "You need a tool in your backpack for this command!";
  2486. })
  2487. end
  2488. end
  2489. if string.sub(msg, 1, 7) == (prefix.."trail ") then
  2490. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  2491. traill = true
  2492. trlplr = v
  2493. end
  2494. end
  2495. if string.sub(msg, 1, 8) == (prefix.."untrail") then
  2496. traill = false
  2497. end
  2498. if string.sub(msg, 1, 7) == (prefix.."orbit ") then
  2499. if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  2500. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2501. else
  2502. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  2503. local o = Instance.new("RocketPropulsion")
  2504. o.Parent = lplayer.Character.HumanoidRootPart
  2505. o.Name = "Orbit"
  2506. o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  2507. o:Fire()
  2508. noclip = true
  2509. end
  2510. end
  2511. end
  2512. if string.sub(msg, 1, 8) == (prefix.."unorbit") then
  2513. lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  2514. noclip = false
  2515. end
  2516. if string.sub(msg, 1, 7) == (prefix.."fling ") then
  2517. if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  2518. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2519. else
  2520. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  2521. local y = Instance.new("RocketPropulsion")
  2522. y.Parent = lplayer.Character.HumanoidRootPart
  2523. y.CartoonFactor = 1
  2524. y.MaxThrust = 800000
  2525. y.MaxSpeed = 1000
  2526. y.ThrustP = 200000
  2527. y.Name = "Fling"
  2528. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  2529. y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  2530. y:Fire()
  2531. noclip = true
  2532. end
  2533. end
  2534. end
  2535. if string.sub(msg, 1, 8) == (prefix.."unfling") then
  2536. noclip = false
  2537. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  2538. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  2539. wait(0.4)
  2540. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  2541. end
  2542. if string.sub(msg, 1, 8) == (prefix.."fecheck") then
  2543. if game:GetService("Workspace").FilteringEnabled == true then
  2544. warn("FE is Enabled (Filtering Enabled)")
  2545. game:GetService("StarterGui"):SetCore("SendNotification", {
  2546. Title = "FE is Enabled";
  2547. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  2548. })
  2549. else
  2550. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  2551. game:GetService("StarterGui"):SetCore("SendNotification", {
  2552. Title = "FE is Disabled";
  2553. Text = "Filtering Disabled. Consider using a different admin script.";
  2554. })
  2555. end
  2556. end
  2557. if string.sub(msg, 1, 6) == (prefix.."void ") then
  2558. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  2559. lplayer.Character.Humanoid.Name = 1
  2560. local l = lplayer.Character["1"]:Clone()
  2561. l.Parent = lplayer.Character
  2562. l.Name = "Humanoid"
  2563. wait(0.1)
  2564. lplayer.Character["1"]:Destroy()
  2565. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2566. lplayer.Character.Animate.Disabled = true
  2567. wait(0.1)
  2568. lplayer.Character.Animate.Disabled = false
  2569. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2570. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2571. lplayer.Character.Humanoid:EquipTool(v)
  2572. end
  2573. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2574. wait(0.2)
  2575. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2576. wait(0.6)
  2577. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  2578. game:GetService("StarterGui"):SetCore("SendNotification", {
  2579. Title = "Tools needed!";
  2580. Text = "You need a tool in your backpack for this command!";
  2581. })
  2582. end
  2583. end
  2584. if string.sub(msg, 1, 7) == (prefix.."noclip") then
  2585. noclip = true
  2586. game:GetService("StarterGui"):SetCore("SendNotification", {
  2587. Title = "Noclip enabled";
  2588. Text = "Type ;clip to disable";
  2589. })
  2590. end
  2591. if string.sub(msg, 1, 5) == (prefix.."clip") then
  2592. noclip = false
  2593. game:GetService("StarterGui"):SetCore("SendNotification", {
  2594. Title = "Noclip disabled";
  2595. Text = "Type ;noclip to enable";
  2596. })
  2597. end
  2598. if string.sub(msg, 1, 7) == (prefix.."speed ") then
  2599. lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 8))
  2600. end
  2601. if string.sub(msg, 1, 4) == (prefix.."ws ") then
  2602. lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 5))
  2603. end
  2604. if string.sub(msg, 1, 11) == (prefix.."hipheight ") then
  2605. lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 12))
  2606. end
  2607. if string.sub(msg, 1, 4) == (prefix.."hh ") then
  2608. lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 5))
  2609. end
  2610. if string.sub(msg, 1, 11) == (prefix.."jumppower ") then
  2611. lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 12))
  2612. end
  2613. if string.sub(msg, 1, 4) == (prefix.."jp ") then
  2614. lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 5))
  2615. end
  2616. if string.sub(msg, 1, 8) == (prefix.."default") then
  2617. lplayer.Character.Humanoid.JumpPower = 50
  2618. lplayer.Character.Humanoid.WalkSpeed = 16
  2619. lplayer.Character.Humanoid.HipHeight = 0
  2620. end
  2621. if string.sub(msg, 1, 7) == (prefix.."annoy ") then
  2622. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  2623. annoying = true
  2624. annplr = v
  2625. end
  2626. end
  2627. if string.sub(msg, 1, 8) == (prefix.."unannoy") then
  2628. annoying = false
  2629. end
  2630. if string.sub(msg, 1, 10) == (prefix.."headwalk ") then
  2631. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  2632. hwalk = true
  2633. hdwplr = v
  2634. end
  2635. end
  2636. if string.sub(msg, 1, 11) == (prefix.."unheadwalk") then
  2637. hwalk = false
  2638. end
  2639. if string.sub(msg, 1, 8) == (prefix.."nolimbs") then
  2640. lplayer.Character["Left Leg"]:Destroy()
  2641. lplayer.Character["Left Arm"]:Destroy()
  2642. lplayer.Character["Right Leg"]:Destroy()
  2643. lplayer.Character["Right Arm"]:Destroy()
  2644. end
  2645. if string.sub(msg, 1, 4) == (prefix.."god") then
  2646. lplayer.Character.Humanoid.Name = 1
  2647. local l = lplayer.Character["1"]:Clone()
  2648. l.Parent = lplayer.Character
  2649. l.Name = "Humanoid"
  2650. wait(0.1)
  2651. lplayer.Character["1"]:Destroy()
  2652. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2653. lplayer.Character.Animate.Disabled = true
  2654. wait(0.1)
  2655. lplayer.Character.Animate.Disabled = false
  2656. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2657. game:GetService("StarterGui"):SetCore("SendNotification", {
  2658. Title = "FE Godmode enabled";
  2659. Text = "Use ;grespawn or ;respawn to remove";
  2660. })
  2661. end
  2662. if string.sub(msg, 1, 9) == (prefix.."drophats") then
  2663. for i,v in pairs(lplayer.Character:GetChildren()) do
  2664. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2665. v.Parent = workspace
  2666. end
  2667. end
  2668. end
  2669. if string.sub(msg, 1, 9) == (prefix.."droptool") then
  2670. for i,v in pairs(lplayer.Character:GetChildren()) do
  2671. if (v:IsA("Tool")) then
  2672. v.Parent = workspace
  2673. end
  2674. end
  2675. end
  2676. if string.sub(msg, 1, 10) == (prefix.."loopdhats") then
  2677. droppinghats = true
  2678. game:GetService("StarterGui"):SetCore("SendNotification", {
  2679. Title = "Loop Drop Enabled";
  2680. Text = "Type ;unloopdhats to disable";
  2681. })
  2682. end
  2683. if string.sub(msg, 1, 12) == (prefix.."unloopdhats") then
  2684. droppinghats = false
  2685. game:GetService("StarterGui"):SetCore("SendNotification", {
  2686. Title = "Loop Drop Disabled";
  2687. Text = "Type ;loopdhats to enable.";
  2688. })
  2689. end
  2690. if string.sub(msg, 1, 10) == (prefix.."loopdtool") then
  2691. droppingtools = true
  2692. game:GetService("StarterGui"):SetCore("SendNotification", {
  2693. Title = "Loop Drop Enabled";
  2694. Text = "Type ;unloopdtool to disable";
  2695. })
  2696. end
  2697. if string.sub(msg, 1, 12) == (prefix.."unloopdtool") then
  2698. droppingtools = false
  2699. game:GetService("StarterGui"):SetCore("SendNotification", {
  2700. Title = "Loop Drop Disabled";
  2701. Text = "Type ;loopdtool to enable.";
  2702. })
  2703. end
  2704. if string.sub(msg, 1, 10) == (prefix.."invisible") then -- Credit to Timeless
  2705. Local = game:GetService('Players').LocalPlayer
  2706. Char = Local.Character
  2707. touched,tpdback = false, false
  2708. box = Instance.new('Part',workspace)
  2709. box.Anchored = true
  2710. box.CanCollide = true
  2711. box.Size = Vector3.new(10,1,10)
  2712. box.Position = Vector3.new(0,10000,0)
  2713. box.Touched:connect(function(part)
  2714. if (part.Parent.Name == Local.Name) then
  2715. if touched == false then
  2716. touched = true
  2717. function apply()
  2718. if script.Disabled ~= true then
  2719. no = Char.HumanoidRootPart:Clone()
  2720. wait(.25)
  2721. Char.HumanoidRootPart:Destroy()
  2722. no.Parent = Char
  2723. Char:MoveTo(loc)
  2724. touched = false
  2725. end end
  2726. if Char then
  2727. apply()
  2728. end
  2729. end
  2730. end
  2731. end)
  2732. repeat wait() until Char
  2733. loc = Char.HumanoidRootPart.Position
  2734. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  2735. game:GetService("StarterGui"):SetCore("SendNotification", {
  2736. Title = "Invisibility enabled!";
  2737. Text = "Reset or use ;respawn to remove.";
  2738. })
  2739. end
  2740. if string.sub(msg, 1, 6) == (prefix.."view ") then
  2741. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  2742. if game:GetService("Players")[v.Name].Character.Humanoid then
  2743. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  2744. else
  2745. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  2746. end
  2747. end
  2748. end
  2749. if string.sub(msg, 1, 7) == (prefix.."unview") then
  2750. if lplayer.Character.Humanoid then
  2751. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  2752. else
  2753. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  2754. end
  2755. end
  2756. if string.sub(msg, 1, 6) == (prefix.."goto ") then
  2757. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  2758. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2759. end
  2760. end
  2761. if string.sub(msg, 1, 4) == (prefix.."fly") then
  2762. repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  2763. repeat wait() until Mouse
  2764.  
  2765. local T = lplayer.Character.HumanoidRootPart
  2766. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  2767. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  2768. local SPEED = speedget
  2769.  
  2770. local function fly()
  2771. flying = true
  2772. local BG = Instance.new('BodyGyro', T)
  2773. local BV = Instance.new('BodyVelocity', T)
  2774. BG.P = 9e4
  2775. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  2776. BG.cframe = T.CFrame
  2777. BV.velocity = Vector3.new(0, 0.1, 0)
  2778. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  2779. spawn(function()
  2780. repeat wait()
  2781. lplayer.Character.Humanoid.PlatformStand = true
  2782. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  2783. SPEED = 50
  2784. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  2785. SPEED = 0
  2786. end
  2787. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  2788. 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
  2789. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  2790. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  2791. 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
  2792. else
  2793. BV.velocity = Vector3.new(0, 0.1, 0)
  2794. end
  2795. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  2796. until not flying
  2797. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  2798. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  2799. SPEED = 0
  2800. BG:destroy()
  2801. BV:destroy()
  2802. lplayer.Character.Humanoid.PlatformStand = false
  2803. end)
  2804. end
  2805. Mouse.KeyDown:connect(function(KEY)
  2806. if KEY:lower() == 'w' then
  2807. CONTROL.F = speedfly
  2808. elseif KEY:lower() == 's' then
  2809. CONTROL.B = -speedfly
  2810. elseif KEY:lower() == 'a' then
  2811. CONTROL.L = -speedfly
  2812. elseif KEY:lower() == 'd' then
  2813. CONTROL.R = speedfly
  2814. end
  2815. end)
  2816. Mouse.KeyUp:connect(function(KEY)
  2817. if KEY:lower() == 'w' then
  2818. CONTROL.F = 0
  2819. elseif KEY:lower() == 's' then
  2820. CONTROL.B = 0
  2821. elseif KEY:lower() == 'a' then
  2822. CONTROL.L = 0
  2823. elseif KEY:lower() == 'd' then
  2824. CONTROL.R = 0
  2825. end
  2826. end)
  2827. fly()
  2828. end
  2829. if string.sub(msg, 1, 6) == (prefix.."unfly") then
  2830. flying = false
  2831. lplayer.Character.Humanoid.PlatformStand = false
  2832. end
  2833. if string.sub(msg, 1, 6) == (prefix.."chat ") then
  2834. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(msg, 7)), "All")
  2835. end
  2836. if string.sub(msg, 1, 6) == (prefix.."spam ") then
  2837. spamtext = (string.sub(msg, 7))
  2838. spamming = true
  2839. end
  2840. if string.sub(msg, 1, 7) == (prefix.."unspam") then
  2841. spamming = false
  2842. end
  2843. if string.sub(msg, 1, 10) == (prefix.."spamwait ") then
  2844. spamdelay = (string.sub(msg, 11))
  2845. end
  2846. if string.sub(msg, 1, 8) == (prefix.."pmspam ") then
  2847. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  2848. pmspammed = v.Name
  2849. spammingpm = true
  2850. end
  2851. end
  2852. if string.sub(msg, 1, 9) == (prefix.."unpmspam") then
  2853. spammingpm = false
  2854. end
  2855. if string.sub(msg, 1, 9) == (prefix.."cfreeze ") then
  2856. for i,v in pairs(GetPlayer(string.sub(msg, 10))) do
  2857. v.Character["Left Leg"].Anchored = true
  2858. v.Character["Left Arm"].Anchored = true
  2859. v.Character["Right Leg"].Anchored = true
  2860. v.Character["Right Arm"].Anchored = true
  2861. v.Character.Torso.Anchored = true
  2862. v.Character.Head.Anchored = true
  2863. end
  2864. end
  2865. if string.sub(msg, 1, 11) == (prefix.."uncfreeze ") then
  2866. for i,v in pairs(GetPlayer(string.sub(msg, 12))) do
  2867. v.Character["Left Leg"].Anchored = false
  2868. v.Character["Left Arm"].Anchored = false
  2869. v.Character["Right Leg"].Anchored = false
  2870. v.Character["Right Arm"].Anchored = false
  2871. v.Character.Torso.Anchored = false
  2872. v.Character.Head.Anchored = false
  2873. end
  2874. end
  2875. if string.sub(msg, 1, 9) == (prefix.."unlockws") then
  2876. local a = game:GetService("Workspace"):getChildren()
  2877. for i = 1, #a do
  2878. if a[i].className == "Part" then
  2879. a[i].Locked = false
  2880. elseif a[i].className == "Model" then
  2881. local r = a[i]:getChildren()
  2882. for i = 1, #r do
  2883. if r[i].className == "Part" then
  2884. r[i].Locked = false
  2885. end
  2886. end
  2887. end
  2888. end
  2889. game:GetService("StarterGui"):SetCore("SendNotification", {
  2890. Title = "Success!";
  2891. Text = "Workspace unlocked. Use ;lockws to lock.";
  2892. })
  2893. end
  2894. if string.sub(msg, 1, 7) == (prefix.."lockws") then
  2895. local a = game:GetService("Workspace"):getChildren()
  2896. for i = 1, #a do
  2897. if a[i].className == "Part" then
  2898. a[i].Locked = true
  2899. elseif a[i].className == "Model" then
  2900. local r = a[i]:getChildren()
  2901. for i = 1, #r do
  2902. if r[i].className == "Part" then
  2903. r[i].Locked = true
  2904. end
  2905. end
  2906. end
  2907. end
  2908. end
  2909. if string.sub(msg, 1, 7) == (prefix.."btools") then
  2910. local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  2911. Clone_T.BinType = "Clone"
  2912. local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  2913. Destruct.BinType = "Hammer"
  2914. local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  2915. Hold_T.BinType = "Grab"
  2916. end
  2917. if string.sub(msg, 1, 7) == (prefix.."pstand") then
  2918. lplayer.Character.Humanoid.PlatformStand = true
  2919. end
  2920. if string.sub(msg, 1, 9) == (prefix.."unpstand") then
  2921. lplayer.Character.Humanoid.PlatformStand = false
  2922. end
  2923. if string.sub(msg, 1, 10) == (prefix.."blockhead") then
  2924. lplayer.Character.Head.Mesh:Destroy()
  2925. end
  2926. if string.sub(msg, 1, 4) == (prefix.."sit") then
  2927. lplayer.Character.Humanoid.Sit = true
  2928. end
  2929. if string.sub(msg, 1, 10) == (prefix.."bringobj ") then
  2930. local function bringobjw()
  2931. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  2932. if obj.Name == (string.sub(msg, 11)) then
  2933. obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2934. obj.CanCollide = false
  2935. obj.Transparency = 0.7
  2936. wait()
  2937. obj.CFrame = lplayer.Character["Left Leg"].CFrame
  2938. wait()
  2939. obj.CFrame = lplayer.Character["Right Leg"].CFrame
  2940. wait()
  2941. obj.CFrame = lplayer.Character["Head"].CFrame
  2942. end
  2943. end
  2944. end
  2945. while wait() do
  2946. bringobjw()
  2947. end
  2948. game:GetService("StarterGui"):SetCore("SendNotification", {
  2949. Title = "BringObj";
  2950. Text = "BringObj enabled.";
  2951. })
  2952. end
  2953. if string.sub(msg, 1, 7) == (prefix.."wsvis ") then
  2954. vis = (string.sub(msg, 8))
  2955. local a = game:GetService("Workspace"):GetDescendants()
  2956. for i = 1, #a do
  2957. if a[i].className == "Part" then
  2958. a[i].Transparency = vis
  2959. elseif a[i].className == "Model" then
  2960. local r = a[i]:getChildren()
  2961. for i = 1, #r do
  2962. if r[i].className == "Part" then
  2963. r[i].Transparency = vis
  2964. end
  2965. end
  2966. end
  2967. end
  2968. end
  2969. if string.sub(msg, 1, 11) == (prefix.."hypertotal") then
  2970. loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  2971. game:GetService("StarterGui"):SetCore("SendNotification", {
  2972. Title = "Success!";
  2973. Text = "HyperTotal GUI Loaded!";
  2974. })
  2975. end
  2976. if string.sub(msg, 1, 5) == (prefix.."cmds") then
  2977. CMDSFRAME.Visible = true
  2978. end
  2979. if string.sub(msg, 1, 10) == (prefix.."rmeshhats") then
  2980. for i,v in pairs(lplayer.Character:GetChildren()) do
  2981. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2982. v.Handle.Mesh:Destroy()
  2983. end
  2984. end
  2985. end
  2986. if string.sub(msg, 1, 10) == (prefix.."blockhats") then
  2987. for i,v in pairs(lplayer.Character:GetChildren()) do
  2988. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2989. v.Handle.Mesh:Destroy()
  2990. end
  2991. end
  2992. end
  2993. if string.sub(msg, 1, 10) == (prefix.."rmeshtool") then
  2994. for i,v in pairs(lplayer.Character:GetChildren()) do
  2995. if (v:IsA("Tool")) then
  2996. v.Handle.Mesh:Destroy()
  2997. end
  2998. end
  2999. end
  3000. if string.sub(msg, 1, 10) == (prefix.."blocktool") then
  3001. for i,v in pairs(lplayer.Character:GetChildren()) do
  3002. if (v:IsA("Tool")) then
  3003. v.Handle.Mesh:Destroy()
  3004. end
  3005. end
  3006. end
  3007. if string.sub(msg, 1, 8) == (prefix.."spinner") then
  3008. local p = Instance.new("RocketPropulsion")
  3009. p.Parent = lplayer.Character.HumanoidRootPart
  3010. p.Name = "Spinner"
  3011. p.Target = lplayer.Character["Left Arm"]
  3012. p:Fire()
  3013. game:GetService("StarterGui"):SetCore("SendNotification", {
  3014. Title = "Spinner enabled";
  3015. Text = "Type ;nospinner to disable.";
  3016. })
  3017. end
  3018. if string.sub(msg, 1, 10) == (prefix.."nospinner") then
  3019. lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  3020. end
  3021. if string.sub(msg, 1, 7) == (prefix.."reachd") then
  3022. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  3023. if v:isA("Tool") then
  3024. local a = Instance.new("SelectionBox",v.Handle)
  3025. a.Adornee = v.Handle
  3026. v.Handle.Size = Vector3.new(0.5,0.5,60)
  3027. v.GripPos = Vector3.new(0,0,0)
  3028. lplayer.Character.Humanoid:UnequipTools()
  3029. end
  3030. end
  3031. game:GetService("StarterGui"):SetCore("SendNotification", {
  3032. Title = "Reach applied!";
  3033. Text = "Applied to equipped sword. Use ;noreach to disable.";
  3034. })
  3035. end
  3036. if string.sub(msg, 1, 7) == (prefix.."reach ") then
  3037. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  3038. if v:isA("Tool") then
  3039. handleSize = v.Handle.Size
  3040. wait()
  3041. local a = Instance.new("SelectionBox",v.Handle)
  3042. a.Name = "a"
  3043. a.Adornee = v.Handle
  3044. v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(msg, 8)))
  3045. v.GripPos = Vector3.new(0,0,0)
  3046. lplayer.Character.Humanoid:UnequipTools()
  3047. end
  3048. end
  3049. game:GetService("StarterGui"):SetCore("SendNotification", {
  3050. Title = "Reach applied!";
  3051. Text = "Applied to equipped sword. Use ;noreach to disable.";
  3052. })
  3053. end
  3054. if string.sub(msg, 1, 8) == (prefix.."noreach") then
  3055. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  3056. if v:isA("Tool") then
  3057. v.Handle.a:Destroy()
  3058. v.Handle.Size = handleSize
  3059. end
  3060. end
  3061. game:GetService("StarterGui"):SetCore("SendNotification", {
  3062. Title = "Reach removed!";
  3063. Text = "Removed reach from equipped sword.";
  3064. })
  3065. end
  3066. if string.sub(msg, 1, 7) == (prefix.."rkill ") then
  3067. for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  3068. lplayer.Character.Humanoid.Name = 1
  3069. local l = lplayer.Character["1"]:Clone()
  3070. l.Parent = lplayer.Character
  3071. l.Name = "Humanoid"
  3072. wait(0.1)
  3073. lplayer.Character["1"]:Destroy()
  3074. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3075. lplayer.Character.Animate.Disabled = true
  3076. wait(0.1)
  3077. lplayer.Character.Animate.Disabled = false
  3078. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3079. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3080. lplayer.Character.Humanoid:EquipTool(v)
  3081. end
  3082. wait(0.1)
  3083. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3084. wait(0.2)
  3085. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3086. wait(0.5)
  3087. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  3088. game:GetService("StarterGui"):SetCore("SendNotification", {
  3089. Title = "Tools needed!";
  3090. Text = "You need a tool in your backpack for this command!";
  3091. })
  3092. end
  3093. end
  3094. if string.sub(msg, 1, 7) == (prefix.."tp me ") then
  3095. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  3096. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3097. end
  3098. end
  3099. if string.sub(msg, 1, 8) == (prefix.."cbring ") then
  3100. if (string.sub(msg, 9)) == "all" or (string.sub(msg, 9)) == "All" or (string.sub(msg, 9)) == "ALL" then
  3101. cbringall = true
  3102. else
  3103. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  3104. brplr = v.Name
  3105. end
  3106. end
  3107. cbring = true
  3108. end
  3109. if string.sub(msg, 1, 9) == (prefix.."uncbring") then
  3110. cbring = false
  3111. cbringall = false
  3112. end
  3113. if string.sub(msg, 1, 6) == (prefix.."swap ") then
  3114. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  3115. local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3116. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  3117. lplayer.Character.Humanoid.Name = 1
  3118. local l = lplayer.Character["1"]:Clone()
  3119. l.Parent = lplayer.Character
  3120. l.Name = "Humanoid"
  3121. wait(0.1)
  3122. lplayer.Character["1"]:Destroy()
  3123. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3124. lplayer.Character.Animate.Disabled = true
  3125. wait(0.1)
  3126. lplayer.Character.Animate.Disabled = false
  3127. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3128. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3129. lplayer.Character.Humanoid:EquipTool(v)
  3130. end
  3131. local function tp(player,player2)
  3132. local char1,char2=player.Character,player2.Character
  3133. if char1 and char2 then
  3134. char1:MoveTo(char2.Head.Position)
  3135. end
  3136. end
  3137. wait(0.1)
  3138. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3139. wait(0.2)
  3140. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3141. wait(0.5)
  3142. lplayer.Character.HumanoidRootPart.CFrame = NOW
  3143. wait(0.6)
  3144. tp(lplayer, game:GetService("Players")[v.Name])
  3145. wait(0.4)
  3146. lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  3147. game:GetService("StarterGui"):SetCore("SendNotification", {
  3148. Title = "Tools needed!";
  3149. Text = "You need a tool in your backpack for this command!";
  3150. })
  3151. end
  3152. end
  3153. if string.sub(msg, 1, 8) == (prefix.."glitch ") then
  3154. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  3155. lplayer.Character.Humanoid.Name = 1
  3156. local l = lplayer.Character["1"]:Clone()
  3157. l.Parent = lplayer.Character
  3158. l.Name = "Humanoid"
  3159. wait(0.1)
  3160. lplayer.Character["1"]:Destroy()
  3161. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3162. lplayer.Character.Animate.Disabled = true
  3163. wait(0.1)
  3164. lplayer.Character.Animate.Disabled = false
  3165. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3166. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3167. lplayer.Character.Humanoid:EquipTool(v)
  3168. end
  3169. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  3170. wait(0.3)
  3171. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  3172. wait(0.4)
  3173. b = Instance.new("BodyForce")
  3174. b.Parent = lplayer.Character.HumanoidRootPart
  3175. b.Name = "Glitch"
  3176. b.Force = Vector3.new(100000000,5000,0)
  3177. game:GetService("StarterGui"):SetCore("SendNotification", {
  3178. Title = "Tools needed!";
  3179. Text = "You need a tool in your backpack for this command!";
  3180. })
  3181. end
  3182. end
  3183. if string.sub(msg, 1, 9) == (prefix.."unglitch") then
  3184. lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  3185. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  3186. b = Instance.new("BodyForce")
  3187. b.Parent = lplayer.Character.HumanoidRootPart
  3188. b.Name = "unGlitch"
  3189. b.Force = Vector3.new(0,-5000000,0)
  3190. wait(2)
  3191. lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  3192. end
  3193. if string.sub(msg, 1, 9) == (prefix.."grespawn") then
  3194. lplayer.Character.Humanoid.Health = 0
  3195. wait(1)
  3196. lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  3197. lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  3198. end
  3199. if string.sub(msg, 1, 9) == (prefix.."explorer") then
  3200. loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  3201. game:GetService("StarterGui"):SetCore("SendNotification", {
  3202. Title = "Success!";
  3203. Text = "DEX Explorer has loaded.";
  3204. })
  3205. end
  3206. if string.sub(msg, 1, 6) == (prefix.."anim ") then
  3207. local Anim = Instance.new("Animation")
  3208. Anim.AnimationId = "rbxassetid://"..(string.sub(msg, 7))
  3209. local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  3210. track:Play(.1, 1, 1)
  3211. end
  3212. if string.sub(msg, 1, 8) == (prefix.."animgui") then
  3213. loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  3214. game:GetService("StarterGui"):SetCore("SendNotification", {
  3215. Title = "Success!";
  3216. Text = "Energize Animations GUI has loaded.";
  3217. })
  3218. end
  3219. if string.sub(msg, 1, 8) == (prefix.."savepos") then
  3220. saved = lplayer.Character.HumanoidRootPart.CFrame
  3221. game:GetService("StarterGui"):SetCore("SendNotification", {
  3222. Title = "Position Saved";
  3223. Text = "Use ;loadpos to return to saved position.";
  3224. })
  3225. end
  3226. if string.sub(msg, 1, 8) == (prefix.."loadpos") then
  3227. lplayer.Character.HumanoidRootPart.CFrame = saved
  3228. end
  3229. if string.sub(msg, 1, 6) == (prefix.."bang ") then
  3230. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  3231. local Anim2 = Instance.new("Animation")
  3232. Anim2.AnimationId = "rbxassetid://148840371"
  3233. local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  3234. track2:Play(.1, 1, 1)
  3235. bplrr = v.Name
  3236. banpl = true
  3237. end
  3238. end
  3239. if string.sub(msg, 1, 7) == (prefix.."unbang") then
  3240. banpl = false
  3241. end
  3242. if string.sub(msg, 1, 10) == (prefix.."bringmod ") then
  3243. local function bringmodw()
  3244. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  3245. if obj.Name == (string.sub(msg, 11)) then
  3246. for i,ch in pairs(obj:GetDescendants()) do
  3247. if (ch:IsA("BasePart")) then
  3248. ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  3249. ch.CanCollide = false
  3250. ch.Transparency = 0.7
  3251. wait()
  3252. ch.CFrame = lplayer.Character["Left Leg"].CFrame
  3253. wait()
  3254. ch.CFrame = lplayer.Character["Right Leg"].CFrame
  3255. wait()
  3256. ch.CFrame = lplayer.Character["Head"].CFrame
  3257. end
  3258. end
  3259. end
  3260. end
  3261. end
  3262. while wait() do
  3263. bringmodw()
  3264. end
  3265. game:GetService("StarterGui"):SetCore("SendNotification", {
  3266. Title = "BringMod";
  3267. Text = "BringMod enabled.";
  3268. })
  3269. end
  3270. if string.sub(msg, 1, 8) == (prefix.."respawn") then
  3271. local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  3272. local hum = Instance.new('Humanoid', mod)
  3273. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  3274. lplayer.Character = mod
  3275. end
  3276. if string.sub(msg, 1, 9) == (prefix.."shutdown") then
  3277. game:GetService'RunService'.Stepped:Connect(function()
  3278. pcall(function()
  3279. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  3280. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  3281. for _,x in pairs(v.Character.Head:GetChildren()) do
  3282. if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  3283. end
  3284. end
  3285. end
  3286. end)
  3287. end)
  3288. game:GetService("StarterGui"):SetCore("SendNotification", {
  3289. Title = "Attempting Shutdown";
  3290. Text = "Shutdown Attempt has begun.";
  3291. })
  3292. end
  3293. if string.sub(msg, 1, 8) == (prefix.."delobj ") then
  3294. objtodel = (string.sub(msg, 9))
  3295. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  3296. if v.Name == objtodel then
  3297. v:Destroy()
  3298. end
  3299. end
  3300. end
  3301. if string.sub(msg, 1, 8) == (prefix.."getplrs") then
  3302. for i,v in pairs(game:GetService("Players"):GetPlayers())do
  3303. print(v)
  3304. end
  3305. game:GetService("StarterGui"):SetCore("SendNotification", {
  3306. Title = "Printed";
  3307. Text = "Players have been printed to console. (F9)";
  3308. })
  3309. end
  3310. if string.sub(msg, 1, 9) == (prefix.."deldecal") then
  3311. for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  3312. if (v:IsA("Decal")) then
  3313. v:Destroy()
  3314. end
  3315. end
  3316. end
  3317. if string.sub(msg, 1, 11) == (prefix.."opfinality") then
  3318. loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  3319. game:GetService("StarterGui"):SetCore("SendNotification", {
  3320. Title = "Success!";
  3321. Text = "OpFinality GUI has loaded.";
  3322. })
  3323. end
  3324. if string.sub(msg, 1, 8) == (prefix.."remotes") then
  3325. remotes = true
  3326. added = true
  3327. game.DescendantAdded:connect(function(rmt)
  3328. if added == true then
  3329. if remotes == true then
  3330. if rmt:IsA("RemoteEvent") then
  3331. print("A RemoteEvent was added!")
  3332. print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  3333. print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  3334. end end end
  3335. end)
  3336. game.DescendantAdded:connect(function(rmtfnctn)
  3337. if added == true then
  3338. if remotes == true then
  3339. if rmtfnctn:IsA("RemoteFunction") then
  3340. warn("A RemoteFunction was added!")
  3341. warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  3342. print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  3343. end end end
  3344. end)
  3345.  
  3346. game.DescendantAdded:connect(function(bndfnctn)
  3347. if added == true then
  3348. if binds == true then
  3349. if bndfnctn:IsA("BindableFunction") then
  3350. print("A BindableFunction was added!")
  3351. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  3352. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  3353. end end end
  3354. end)
  3355.  
  3356. game.DescendantAdded:connect(function(bnd)
  3357. if added == true then
  3358. if binds == true then
  3359. if bnd:IsA("BindableEvent") then
  3360. warn("A BindableEvent was added!")
  3361. warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  3362. print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  3363. end end end
  3364. end)
  3365.  
  3366.  
  3367. if binds == true then
  3368. for i,v in pairs(game:GetDescendants()) do
  3369. if v:IsA("BindableFunction") then
  3370. print(" game." .. v:GetFullName() .. " | BindableFunction")
  3371. print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  3372. end end
  3373. for i,v in pairs(game:GetDescendants()) do
  3374. if v:IsA("BindableEvent") then
  3375. warn(" game." .. v:GetFullName() .. " | BindableEvent")
  3376. print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  3377. end end
  3378. else
  3379. print("Off")
  3380. end
  3381. if remotes == true then
  3382. for i,v in pairs(game:GetDescendants()) do
  3383. if v:IsA("RemoteFunction") then
  3384. warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  3385. print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  3386. end end
  3387. wait()
  3388. for i,v in pairs(game:GetDescendants()) do
  3389. if v:IsA("RemoteEvent") then
  3390. print(" game." .. v:GetFullName() .. " | RemoteEvent")
  3391. print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  3392. end end
  3393. else
  3394. print("Off")
  3395. end
  3396. game:GetService("StarterGui"):SetCore("SendNotification", {
  3397. Title = "Printing Remotes";
  3398. Text = "Type ;noremotes to disable.";
  3399. })
  3400. end
  3401. if string.sub(msg, 1, 10) == (prefix.."noremotes") then
  3402. remotes = false
  3403. added = false
  3404. game:GetService("StarterGui"):SetCore("SendNotification", {
  3405. Title = "Printing Remotes Disabled";
  3406. Text = "Type ;remotes to enable.";
  3407. })
  3408. end
  3409. if string.sub(msg, 1, 10) == (prefix.."tpdefault") then
  3410. spin = false
  3411. followed = false
  3412. traill = false
  3413. noclip = false
  3414. annoying = false
  3415. hwalk = false
  3416. cbringing = false
  3417. end
  3418. if string.sub(msg, 1, 8) == (prefix.."stopsit") then
  3419. stopsitting = true
  3420. end
  3421. if string.sub(msg, 1, 6) == (prefix.."gosit") then
  3422. stopsitting = false
  3423. end
  3424. if string.sub(msg, 1, 8) == (prefix.."version") then
  3425. print(adminversion)
  3426. game:GetService("StarterGui"):SetCore("SendNotification", {
  3427. Title = "Version";
  3428. Text = adminversion;
  3429. })
  3430. end
  3431. if string.sub(msg, 1, 8) == (prefix.."clicktp") then
  3432. clickgoto = true
  3433. game:GetService("StarterGui"):SetCore("SendNotification", {
  3434. Title = "Click TP";
  3435. Text = "Press E to teleport to mouse position, ;noclicktp to stop";
  3436. })
  3437. end
  3438. if string.sub(msg, 1, 9) == (prefix.."clickdel") then
  3439. clickdel = true
  3440. game:GetService("StarterGui"):SetCore("SendNotification", {
  3441. Title = "Click Delete";
  3442. Text = "Press E to delete part at mouse, ;noclickdel to stop";
  3443. })
  3444. end
  3445. if string.sub(msg, 1, 11) == (prefix.."noclickdel") then
  3446. clickdel = false
  3447. game:GetService("StarterGui"):SetCore("SendNotification", {
  3448. Title = "Click Delete";
  3449. Text = "Click delete has been disabled.";
  3450. })
  3451. end
  3452. if string.sub(msg, 1, 10) == (prefix.."noclicktp") then
  3453. clickgoto = false
  3454. game:GetService("StarterGui"):SetCore("SendNotification", {
  3455. Title = "Click TP";
  3456. Text = "Click TP has been disabled.";
  3457. })
  3458. end
  3459. if string.sub(msg, 1, 8) == (prefix.."toolson") then
  3460. gettingtools = true
  3461. game:GetService("StarterGui"):SetCore("SendNotification", {
  3462. Title = "Tools Enabled";
  3463. Text = "Automatically colleting tools dropped.";
  3464. })
  3465. end
  3466. if string.sub(msg, 1, 9) == (prefix.."toolsoff") then
  3467. gettingtools = false
  3468. game:GetService("StarterGui"):SetCore("SendNotification", {
  3469. Title = "Tools Disabled";
  3470. Text = "Click TP has been disabled.";
  3471. })
  3472. end
  3473. if string.sub(msg, 1, 10) == (prefix.."delcmdbar") then
  3474. ScreenGui:Destroy()
  3475. end
  3476. if string.sub(msg, 1, 6) == (prefix.."reset") then
  3477. lplayer.Character.Head:Destroy()
  3478. end
  3479. if string.sub(msg, 1, 7) == (prefix.."state ") then
  3480. statechosen = string.sub(msg, 8)
  3481. changingstate = true
  3482. end
  3483. if string.sub(msg, 1, 9) == (prefix.."gravity ") then
  3484. game:GetService("Workspace").Gravity = string.sub(msg, 10)
  3485. end
  3486. if string.sub(msg, 1, 10) == (prefix.."looprhats") then
  3487. removingmeshhats = true
  3488. end
  3489. if string.sub(msg, 1, 12) == (prefix.."unlooprhats") then
  3490. removingmeshhats = false
  3491. end
  3492. if string.sub(msg, 1, 10) == (prefix.."looprtool") then
  3493. removingmeshtool = true
  3494. end
  3495. if string.sub(msg, 1, 12) == (prefix.."unlooprtool") then
  3496. removingmeshtool = false
  3497. end
  3498. if string.sub(msg, 1, 10) == (prefix.."givetool ") then
  3499. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  3500. if v:IsA("Tool") then
  3501. for i,player in pairs(GetPlayer(string.sub(msg, 11))) do
  3502. v.Parent = player.Character
  3503. end
  3504. end
  3505. end
  3506. end
  3507. if string.sub(msg, 1, 14) == (prefix.."givealltools ") then
  3508. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  3509. if v:IsA("Tool") then
  3510. v.Parent = lplayer.Character
  3511. wait()
  3512. for i,player in pairs(GetPlayer(string.sub(msg, 15))) do
  3513. v.Parent = player.Character
  3514. end
  3515. end
  3516. end
  3517. end
  3518. if string.sub(msg, 1, 5) == (prefix.."age ") then
  3519. for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  3520. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  3521. end
  3522. end
  3523. if string.sub(msg, 1, 4) == (prefix.."id ") then
  3524. for i,player in pairs(GetPlayer(string.sub(msg, 5))) do
  3525. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  3526. end
  3527. end
  3528. if string.sub(msg, 1, 6) == (prefix..".age ") then
  3529. for i,player in pairs(GetPlayer(string.sub(msg, 7))) do
  3530. game:GetService("StarterGui"):SetCore("SendNotification", {
  3531. Title = player.AccountAge.." Days";
  3532. Text = "Account age of "..player.Name;
  3533. })
  3534. end
  3535. end
  3536. if string.sub(msg, 1, 5) == (prefix..".id ") then
  3537. for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  3538. game:GetService("StarterGui"):SetCore("SendNotification", {
  3539. Title = player.UserId.." ID";
  3540. Text = "Account ID of "..player.Name;
  3541. })
  3542. end
  3543. end
  3544. if string.sub(msg, 1, 7) == (prefix.."gameid") then
  3545. game:GetService("StarterGui"):SetCore("SendNotification", {
  3546. Title = "Game ID";
  3547. Text = "Game ID: ".. game.GameId;
  3548. })
  3549. end
  3550. if string.sub(msg, 1, 4) == (prefix.."pgs") then
  3551. local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  3552. if pgscheck == true then
  3553. game:GetService("StarterGui"):SetCore("SendNotification", {
  3554. Title = "PGSPhysicsSolverEnabled";
  3555. Text = "PGS is Enabled!";
  3556. })
  3557. else
  3558. game:GetService("StarterGui"):SetCore("SendNotification", {
  3559. Title = "PGSPhysicsSolverEnabled";
  3560. Text = "PGS is Disabled!";
  3561. })
  3562. end
  3563. end
  3564. if string.sub(msg, 1, 12) == (prefix.."removeinvis") then
  3565. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  3566. if v:IsA("Part") then
  3567. if v.Transparency == 1 then
  3568. if v.Name ~= "HumanoidRootPart" then
  3569. v:Destroy()
  3570. end
  3571. end
  3572. end
  3573. end
  3574. end
  3575. if string.sub(msg, 1, 10) == (prefix.."removefog") then
  3576. game:GetService("Lighting").FogStart = 0
  3577. game:GetService("Lighting").FogEnd = 9999999999999
  3578. end
  3579. if string.sub(msg, 1, 8) == (prefix.."disable") then
  3580. lplayer.Character.Humanoid.Parent = lplayer
  3581. end
  3582. if string.sub(msg, 1, 7) == (prefix.."enable") then
  3583. lplayer.Humanoid.Parent = lplayer.Character
  3584. end
  3585. if string.sub(msg, 1, 8) == (prefix.."prefix ") then
  3586. prefix = (string.sub(msg, 9, 9))
  3587. wait(0.1)
  3588. change()
  3589. wait(0.1)
  3590. game:GetService("StarterGui"):SetCore("SendNotification", {
  3591. Title = "Prefix changed!";
  3592. Text = "Prefix is now "..prefix..". Use ;resetprefix to reset to ;";
  3593. })
  3594. end
  3595. if string.sub(msg, 1, 12) == (";resetprefix") then
  3596. prefix = ";"
  3597. wait(0.1)
  3598. change()
  3599. wait(0.1)
  3600. game:GetService("StarterGui"):SetCore("SendNotification", {
  3601. Title = "Prefix changed!";
  3602. Text = "Prefix is now "..prefix..". Make sure it's one key!";
  3603. })
  3604. end
  3605. if string.sub(msg, 1, 10) == (prefix.."flyspeed ") then
  3606. speedfly = string.sub(msg, 11)
  3607. wait()
  3608. change()
  3609. end
  3610. if string.sub(msg, 1, 8) == (prefix.."carpet ") then
  3611. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  3612. local Anim3 = Instance.new("Animation")
  3613. Anim3.AnimationId = "rbxassetid://282574440"
  3614. local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  3615. track3:Play(.1, 1, 1)
  3616. bplrr = v.Name
  3617. banpl = true
  3618. end
  3619. end
  3620. if string.sub(msg, 1, 9) == (prefix.."uncarpet") then
  3621. banpl = false
  3622. end
  3623. if string.sub(msg, 1, 7) == (prefix.."stare ") then
  3624. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  3625. staring = true
  3626. stareplr = v
  3627. end
  3628. end
  3629. if string.sub(msg, 1, 8) == (prefix.."unstare") then
  3630. staring = false
  3631. end
  3632. if string.sub(msg, 1, 8) == (prefix.."logchat") then
  3633. chatlogs = true
  3634. game:GetService("StarterGui"):SetCore("SendNotification", {
  3635. Title = "LogChat enabled";
  3636. Text = "Now logging all player chat.";
  3637. })
  3638. end
  3639. if string.sub(msg, 1, 10) == (prefix.."unlogchat") then
  3640. chatlogs = false
  3641. game:GetService("StarterGui"):SetCore("SendNotification", {
  3642. Title = "LogChat disabled";
  3643. Text = "Stopped logging all player chat.";
  3644. })
  3645. end
  3646. if string.sub(msg, 1, 7) == (prefix.."fixcam") then
  3647. game:GetService("Workspace").CurrentCamera:Destroy()
  3648. wait(0.1)
  3649. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  3650. game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  3651. lplayer.CameraMinZoomDistance = 0.5
  3652. lplayer.CameraMaxZoomDistance = 400
  3653. lplayer.CameraMode = "Classic"
  3654. end
  3655. if string.sub(msg, 1, 8) == (prefix.."unstate") then
  3656. changingstate = false
  3657. end
  3658. end)
  3659.  
  3660. local function tp()
  3661. for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  3662. if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  3663. if player.Name == brplr then
  3664. player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 2
  3665. end
  3666. end
  3667. end
  3668. end
  3669. local function tpall()
  3670. for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  3671. if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  3672. player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 3
  3673. end
  3674. end
  3675. end
  3676. spawn(function()
  3677. while wait(spamdelay) do
  3678. if spamming == true then
  3679. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(spamtext, "All")
  3680. end
  3681. end
  3682. end)
  3683. spawn(function()
  3684. while wait(spamdelay) do
  3685. if spammingpm == true then
  3686. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/w "..pmspammed.." @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", "All")
  3687. end
  3688. end
  3689. end)
  3690. spawn(function()
  3691. while wait() do
  3692. if cbring == true then
  3693. tp()
  3694. end
  3695. end
  3696. end)
  3697. spawn(function()
  3698. while wait() do
  3699. if cbringall == true then
  3700. tpall()
  3701. end
  3702. end
  3703. end)
  3704.  
  3705. Mouse.KeyDown:connect(function(Key)
  3706. if Key == prefix then
  3707. CMDBAR:CaptureFocus()
  3708. end
  3709. end)
  3710.  
  3711. CMDBAR.FocusLost:connect(function(enterPressed)
  3712. if enterPressed then
  3713. if string.sub(CMDBAR.Text, 1, 5) == ("kill ") then
  3714. if string.sub(CMDBAR.Text, 6) == "me" then
  3715. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  3716. else
  3717. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6)))do
  3718. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  3719. lplayer.Character.Humanoid.Name = 1
  3720. local l = lplayer.Character["1"]:Clone()
  3721. l.Parent = lplayer.Character
  3722. l.Name = "Humanoid"
  3723. wait(0.1)
  3724. lplayer.Character["1"]:Destroy()
  3725. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3726. lplayer.Character.Animate.Disabled = true
  3727. wait(0.1)
  3728. lplayer.Character.Animate.Disabled = false
  3729. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3730. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3731. lplayer.Character.Humanoid:EquipTool(v)
  3732. end
  3733. local function tp(player,player2)
  3734. local char1,char2=player.Character,player2.Character
  3735. if char1 and char2 then
  3736. char1:MoveTo(char2.Head.Position)
  3737. end
  3738. end
  3739. wait(0.1)
  3740. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3741. wait(0.2)
  3742. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3743. wait(0.5)
  3744. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  3745. wait(0.7)
  3746. tp(lplayer,game:GetService("Players")[v.Name])
  3747. wait(0.7)
  3748. lplayer.Character.HumanoidRootPart.CFrame = NOW
  3749. game:GetService("StarterGui"):SetCore("SendNotification", {
  3750. Title = "Tools needed!";
  3751. Text = "You need a tool in your backpack for this command!";
  3752. })
  3753. end
  3754. end
  3755. end
  3756. if string.sub(CMDBAR.Text, 1, 6) == ("bring ") then
  3757. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  3758. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  3759. lplayer.Character.Humanoid.Name = 1
  3760. local l = lplayer.Character["1"]:Clone()
  3761. l.Parent = lplayer.Character
  3762. l.Name = "Humanoid"
  3763. wait(0.1)
  3764. lplayer.Character["1"]:Destroy()
  3765. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3766. lplayer.Character.Animate.Disabled = true
  3767. wait(0.1)
  3768. lplayer.Character.Animate.Disabled = false
  3769. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3770. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3771. lplayer.Character.Humanoid:EquipTool(v)
  3772. end
  3773. local function tp(player,player2)
  3774. local char1,char2=player.Character,player2.Character
  3775. if char1 and char2 then
  3776. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  3777. end
  3778. end
  3779. local function getout(player,player2)
  3780. local char1,char2=player.Character,player2.Character
  3781. if char1 and char2 then
  3782. char1:MoveTo(char2.Head.Position)
  3783. end
  3784. end
  3785. tp(game:GetService("Players")[v.Name], lplayer)
  3786. wait(0.2)
  3787. tp(game:GetService("Players")[v.Name], lplayer)
  3788. wait(0.5)
  3789. lplayer.Character.HumanoidRootPart.CFrame = NOW
  3790. wait(0.5)
  3791. getout(lplayer, game:GetService("Players")[v.Name])
  3792. wait(0.3)
  3793. lplayer.Character.HumanoidRootPart.CFrame = NOW
  3794. game:GetService("StarterGui"):SetCore("SendNotification", {
  3795. Title = "Tools needed!";
  3796. Text = "You need a tool in your backpack for this command!";
  3797. })
  3798. end
  3799. end
  3800. if string.sub(CMDBAR.Text, 1, 5) == ("spin ") then
  3801. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  3802. lplayer.Character.Humanoid.Name = 1
  3803. local l = lplayer.Character["1"]:Clone()
  3804. l.Parent = lplayer.Character
  3805. l.Name = "Humanoid"
  3806. wait(0.1)
  3807. lplayer.Character["1"]:Destroy()
  3808. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3809. lplayer.Character.Animate.Disabled = true
  3810. wait(0.1)
  3811. lplayer.Character.Animate.Disabled = false
  3812. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3813. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3814. lplayer.Character.Humanoid:EquipTool(v)
  3815. end
  3816. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  3817. spinplr = v
  3818. wait(0.5)
  3819. spin = true
  3820. game:GetService("StarterGui"):SetCore("SendNotification", {
  3821. Title = "Tools needed!";
  3822. Text = "You need a tool in your backpack for this command!";
  3823. })
  3824. end
  3825. end
  3826. if string.sub(CMDBAR.Text, 1, 6) == ("unspin") then
  3827. spin = false
  3828. end
  3829. if string.sub(CMDBAR.Text, 1, 7) == ("attach ") then
  3830. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  3831. lplayer.Character.Humanoid.Name = 1
  3832. local l = lplayer.Character["1"]:Clone()
  3833. l.Parent = lplayer.Character
  3834. l.Name = "Humanoid"
  3835. wait(0.1)
  3836. lplayer.Character["1"]:Destroy()
  3837. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3838. lplayer.Character.Animate.Disabled = true
  3839. wait(0.1)
  3840. lplayer.Character.Animate.Disabled = false
  3841. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3842. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3843. lplayer.Character.Humanoid:EquipTool(v)
  3844. end
  3845. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  3846. wait(0.3)
  3847. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  3848. attplr = v
  3849. game:GetService("StarterGui"):SetCore("SendNotification", {
  3850. Title = "Tools needed!";
  3851. Text = "You need a tool in your backpack for this command!";
  3852. })
  3853. end
  3854. end
  3855. if string.sub(CMDBAR.Text, 1, 9) == ("unattach ") then
  3856. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  3857. local function getout(player,player2)
  3858. local char1,char2=player.Character,player2.Character
  3859. if char1 and char2 then
  3860. char1:MoveTo(char2.Head.Position)
  3861. end
  3862. end
  3863. getout(lplayer, game:GetService("Players")[v.Name])
  3864. end
  3865. end
  3866. if string.sub(CMDBAR.Text, 1, 7) == ("follow ") then
  3867. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  3868. followed = true
  3869. flwplr = v
  3870. end
  3871. end
  3872. if string.sub(CMDBAR.Text, 1, 8) == ("unfollow") then
  3873. followed = false
  3874. end
  3875. if string.sub(CMDBAR.Text, 1, 9) == ("freefall ") then
  3876. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  3877. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  3878. lplayer.Character.Humanoid.Name = 1
  3879. local l = lplayer.Character["1"]:Clone()
  3880. l.Parent = lplayer.Character
  3881. l.Name = "Humanoid"
  3882. wait(0.1)
  3883. lplayer.Character["1"]:Destroy()
  3884. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3885. lplayer.Character.Animate.Disabled = true
  3886. wait(0.1)
  3887. lplayer.Character.Animate.Disabled = false
  3888. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3889. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3890. lplayer.Character.Humanoid:EquipTool(v)
  3891. end
  3892. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3893. wait(0.2)
  3894. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3895. wait(0.6)
  3896. lplayer.Character.HumanoidRootPart.CFrame = NOW
  3897. wait(0.6)
  3898. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  3899. game:GetService("StarterGui"):SetCore("SendNotification", {
  3900. Title = "Tools needed!";
  3901. Text = "You need a tool in your backpack for this command!";
  3902. })
  3903. end
  3904. end
  3905. if string.sub(CMDBAR.Text, 1, 6) == ("trail ") then
  3906. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  3907. traill = true
  3908. trlplr = v
  3909. end
  3910. end
  3911. if string.sub(CMDBAR.Text, 1, 7) == ("untrail") then
  3912. traill = false
  3913. end
  3914. if string.sub(CMDBAR.Text, 1, 6) == ("orbit ") then
  3915. if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  3916. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  3917. else
  3918. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  3919. local o = Instance.new("RocketPropulsion")
  3920. o.Parent = lplayer.Character.HumanoidRootPart
  3921. o.Name = "Orbit"
  3922. o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  3923. o:Fire()
  3924. noclip = true
  3925. end
  3926. end
  3927. end
  3928. if string.sub(CMDBAR.Text, 1, 7) == ("unorbit") then
  3929. lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  3930. noclip = false
  3931. end
  3932. if string.sub(CMDBAR.Text, 1, 6) == ("fling ") then
  3933. if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  3934. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  3935. else
  3936. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  3937. local y = Instance.new("RocketPropulsion")
  3938. y.Parent = lplayer.Character.HumanoidRootPart
  3939. y.CartoonFactor = 1
  3940. y.MaxThrust = 800000
  3941. y.MaxSpeed = 1000
  3942. y.ThrustP = 200000
  3943. y.Name = "Fling"
  3944. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  3945. y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  3946. y:Fire()
  3947. noclip = true
  3948. end
  3949. end
  3950. end
  3951. if string.sub(CMDBAR.Text, 1, 7) == ("unfling") then
  3952. noclip = false
  3953. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  3954. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  3955. wait(0.4)
  3956. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  3957. end
  3958. if string.sub(CMDBAR.Text, 1, 7) == ("fecheck") then
  3959. if game:GetService("Workspace").FilteringEnabled == true then
  3960. warn("FE is Enabled (Filtering Enabled)")
  3961. game:GetService("StarterGui"):SetCore("SendNotification", {
  3962. Title = "FE is Enabled";
  3963. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  3964. })
  3965. else
  3966. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  3967. game:GetService("StarterGui"):SetCore("SendNotification", {
  3968. Title = "FE is Disabled";
  3969. Text = "Filtering Disabled. Consider using a different admin script.";
  3970. })
  3971. end
  3972. end
  3973. if string.sub(CMDBAR.Text, 1, 5) == ("void ") then
  3974. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  3975. lplayer.Character.Humanoid.Name = 1
  3976. local l = lplayer.Character["1"]:Clone()
  3977. l.Parent = lplayer.Character
  3978. l.Name = "Humanoid"
  3979. wait(0.1)
  3980. lplayer.Character["1"]:Destroy()
  3981. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3982. lplayer.Character.Animate.Disabled = true
  3983. wait(0.1)
  3984. lplayer.Character.Animate.Disabled = false
  3985. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3986. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3987. lplayer.Character.Humanoid:EquipTool(v)
  3988. end
  3989. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3990. wait(0.2)
  3991. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3992. wait(0.6)
  3993. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  3994. game:GetService("StarterGui"):SetCore("SendNotification", {
  3995. Title = "Tools needed!";
  3996. Text = "You need a tool in your backpack for this command!";
  3997. })
  3998. end
  3999. end
  4000. if string.sub(CMDBAR.Text, 1, 6) == ("noclip") then
  4001. noclip = true
  4002. game:GetService("StarterGui"):SetCore("SendNotification", {
  4003. Title = "Noclip enabled";
  4004. Text = "Type ;clip to disable";
  4005. })
  4006. end
  4007. if string.sub(CMDBAR.Text, 1, 4) == ("clip") then
  4008. noclip = false
  4009. game:GetService("StarterGui"):SetCore("SendNotification", {
  4010. Title = "Noclip disabled";
  4011. Text = "Type ;noclip to enable";
  4012. })
  4013. end
  4014. if string.sub(CMDBAR.Text, 1, 6) == ("speed ") then
  4015. lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 7))
  4016. end
  4017. if string.sub(CMDBAR.Text, 1, 3) == ("ws ") then
  4018. lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 4))
  4019. end
  4020. if string.sub(CMDBAR.Text, 1, 10) == ("hipheight ") then
  4021. lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 11))
  4022. end
  4023. if string.sub(CMDBAR.Text, 1, 3) == ("hh ") then
  4024. lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 4))
  4025. end
  4026. if string.sub(CMDBAR.Text, 1, 10) == ("jumppower ") then
  4027. lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 11))
  4028. end
  4029. if string.sub(CMDBAR.Text, 1, 3) == ("jp ") then
  4030. lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 4))
  4031. end
  4032. if string.sub(CMDBAR.Text, 1, 7) == ("default") then
  4033. lplayer.Character.Humanoid.JumpPower = 50
  4034. lplayer.Character.Humanoid.WalkSpeed = 16
  4035. lplayer.Character.Humanoid.HipHeight = 0
  4036. end
  4037. if string.sub(CMDBAR.Text, 1, 6) == ("annoy ") then
  4038. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  4039. annoying = true
  4040. annplr = v
  4041. end
  4042. end
  4043. if string.sub(CMDBAR.Text, 1, 7) == ("unannoy") then
  4044. annoying = false
  4045. end
  4046. if string.sub(CMDBAR.Text, 1, 9) == ("headwalk ") then
  4047. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  4048. hwalk = true
  4049. hdwplr = v
  4050. end
  4051. end
  4052. if string.sub(CMDBAR.Text, 1, 10) == ("unheadwalk") then
  4053. hwalk = false
  4054. end
  4055. if string.sub(CMDBAR.Text, 1, 7) == ("nolimbs") then
  4056. lplayer.Character["Left Leg"]:Destroy()
  4057. lplayer.Character["Left Arm"]:Destroy()
  4058. lplayer.Character["Right Leg"]:Destroy()
  4059. lplayer.Character["Right Arm"]:Destroy()
  4060. end
  4061. if string.sub(CMDBAR.Text, 1, 3) == ("god") then
  4062. lplayer.Character.Humanoid.Name = 1
  4063. local l = lplayer.Character["1"]:Clone()
  4064. l.Parent = lplayer.Character
  4065. l.Name = "Humanoid"
  4066. wait(0.1)
  4067. lplayer.Character["1"]:Destroy()
  4068. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  4069. lplayer.Character.Animate.Disabled = true
  4070. wait(0.1)
  4071. lplayer.Character.Animate.Disabled = false
  4072. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  4073. game:GetService("StarterGui"):SetCore("SendNotification", {
  4074. Title = "FE Godmode enabled";
  4075. Text = "Use ;grespawn or ;respawn to remove.";
  4076. })
  4077. end
  4078. if string.sub(CMDBAR.Text, 1, 8) == ("drophats") then
  4079. for i,v in pairs(lplayer.Character:GetChildren()) do
  4080. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  4081. v.Parent = workspace
  4082. end
  4083. end
  4084. end
  4085. if string.sub(CMDBAR.Text, 1, 8) == ("droptool") then
  4086. for i,v in pairs(lplayer.Character:GetChildren()) do
  4087. if (v:IsA("Tool")) then
  4088. v.Parent = workspace
  4089. end
  4090. end
  4091. end
  4092. if string.sub(CMDBAR.Text, 1, 9) == ("loopdhats") then
  4093. droppinghats = true
  4094. game:GetService("StarterGui"):SetCore("SendNotification", {
  4095. Title = "Loop Drop Enabled";
  4096. Text = "Type ;unloopdhats to disable";
  4097. })
  4098. end
  4099. if string.sub(CMDBAR.Text, 1, 11) == ("unloopdhats") then
  4100. droppinghats = false
  4101. game:GetService("StarterGui"):SetCore("SendNotification", {
  4102. Title = "Loop Drop Disabled";
  4103. Text = "Type ;loopdhats to enable.";
  4104. })
  4105. end
  4106. if string.sub(CMDBAR.Text, 1, 9) == ("loopdtool") then
  4107. droppingtools = true
  4108. game:GetService("StarterGui"):SetCore("SendNotification", {
  4109. Title = "Loop Drop Enabled";
  4110. Text = "Type ;unloopdtool to disable";
  4111. })
  4112. end
  4113. if string.sub(CMDBAR.Text, 1, 11) == ("unloopdtool") then
  4114. droppingtools = false
  4115. game:GetService("StarterGui"):SetCore("SendNotification", {
  4116. Title = "Loop Drop Disabled";
  4117. Text = "Type ;loopdtool to enable.";
  4118. })
  4119. end
  4120. if string.sub(CMDBAR.Text, 1, 9) == ("invisible") then -- Credit to Timeless
  4121. Local = game:GetService('Players').LocalPlayer
  4122. Char = Local.Character
  4123. touched,tpdback = false, false
  4124. box = Instance.new('Part',workspace)
  4125. box.Anchored = true
  4126. box.CanCollide = true
  4127. box.Size = Vector3.new(10,1,10)
  4128. box.Position = Vector3.new(0,10000,0)
  4129. box.Touched:connect(function(part)
  4130. if (part.Parent.Name == Local.Name) then
  4131. if touched == false then
  4132. touched = true
  4133. function apply()
  4134. if script.Disabled ~= true then
  4135. no = Char.HumanoidRootPart:Clone()
  4136. wait(.25)
  4137. Char.HumanoidRootPart:Destroy()
  4138. no.Parent = Char
  4139. Char:MoveTo(loc)
  4140. touched = false
  4141. end end
  4142. if Char then
  4143. apply()
  4144. end
  4145. end
  4146. end
  4147. end)
  4148. repeat wait() until Char
  4149. loc = Char.HumanoidRootPart.Position
  4150. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  4151. game:GetService("StarterGui"):SetCore("SendNotification", {
  4152. Title = "Invisibility enabled!";
  4153. Text = "Reset or use ;respawn to remove.";
  4154. })
  4155. end
  4156. if string.sub(CMDBAR.Text, 1, 5) == ("view ") then
  4157. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  4158. if game:GetService("Players")[v.Name].Character.Humanoid then
  4159. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  4160. else
  4161. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  4162. end
  4163. end
  4164. end
  4165. if string.sub(CMDBAR.Text, 1, 6) == ("unview") then
  4166. if lplayer.Character.Humanoid then
  4167. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  4168. else
  4169. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  4170. end
  4171. end
  4172. if string.sub(CMDBAR.Text, 1, 5) == ("goto ") then
  4173. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  4174. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4175. end
  4176. end
  4177. if string.sub(CMDBAR.Text, 1, 3) == ("fly") then
  4178. repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  4179. repeat wait() until Mouse
  4180.  
  4181. local T = lplayer.Character.HumanoidRootPart
  4182. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  4183. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  4184. local SPEED = speedget
  4185.  
  4186. local function fly()
  4187. flying = true
  4188. local BG = Instance.new('BodyGyro', T)
  4189. local BV = Instance.new('BodyVelocity', T)
  4190. BG.P = 9e4
  4191. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  4192. BG.cframe = T.CFrame
  4193. BV.velocity = Vector3.new(0, 0.1, 0)
  4194. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  4195. spawn(function()
  4196. repeat wait()
  4197. lplayer.Character.Humanoid.PlatformStand = true
  4198. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  4199. SPEED = 50
  4200. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  4201. SPEED = 0
  4202. end
  4203. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  4204. 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
  4205. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  4206. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  4207. 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
  4208. else
  4209. BV.velocity = Vector3.new(0, 0.1, 0)
  4210. end
  4211. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  4212. until not flying
  4213. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  4214. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  4215. SPEED = 0
  4216. BG:destroy()
  4217. BV:destroy()
  4218. lplayer.Character.Humanoid.PlatformStand = false
  4219. end)
  4220. end
  4221. Mouse.KeyDown:connect(function(KEY)
  4222. if KEY:lower() == 'w' then
  4223. CONTROL.F = speedfly
  4224. elseif KEY:lower() == 's' then
  4225. CONTROL.B = -speedfly
  4226. elseif KEY:lower() == 'a' then
  4227. CONTROL.L = -speedfly
  4228. elseif KEY:lower() == 'd' then
  4229. CONTROL.R = speedfly
  4230. end
  4231. end)
  4232. Mouse.KeyUp:connect(function(KEY)
  4233. if KEY:lower() == 'w' then
  4234. CONTROL.F = 0
  4235. elseif KEY:lower() == 's' then
  4236. CONTROL.B = 0
  4237. elseif KEY:lower() == 'a' then
  4238. CONTROL.L = 0
  4239. elseif KEY:lower() == 'd' then
  4240. CONTROL.R = 0
  4241. end
  4242. end)
  4243. fly()
  4244. end
  4245. if string.sub(CMDBAR.Text, 1, 5) == ("unfly") then
  4246. flying = false
  4247. lplayer.Character.Humanoid.PlatformStand = false
  4248. end
  4249. if string.sub(CMDBAR.Text, 1, 5) == ("chat ") then
  4250. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(CMDBAR.Text, 6)), "All")
  4251. end
  4252. if string.sub(CMDBAR.Text, 1, 5) == ("spam ") then
  4253. spamtext = (string.sub(CMDBAR.Text, 6))
  4254. spamming = true
  4255. end
  4256. if string.sub(CMDBAR.Text, 1, 6) == ("unspam") then
  4257. spamming = false
  4258. end
  4259. if string.sub(CMDBAR.Text, 1, 9) == ("spamwait ") then
  4260. spamdelay = (string.sub(CMDBAR.Text, 10))
  4261. end
  4262. if string.sub(CMDBAR.Text, 1, 7) == ("pmspam ") then
  4263. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  4264. pmspammed = v.Name
  4265. spammingpm = true
  4266. end
  4267. end
  4268. if string.sub(CMDBAR.Text, 1, 8) == ("unpmspam") then
  4269. spammingpm = false
  4270. end
  4271. if string.sub(CMDBAR.Text, 1, 8) == ("cfreeze ") then
  4272. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 9))) do
  4273. v.Character["Left Leg"].Anchored = true
  4274. v.Character["Left Arm"].Anchored = true
  4275. v.Character["Right Leg"].Anchored = true
  4276. v.Character["Right Arm"].Anchored = true
  4277. v.Character.Torso.Anchored = true
  4278. v.Character.Head.Anchored = true
  4279. end
  4280. end
  4281. if string.sub(CMDBAR.Text, 1, 10) == ("uncfreeze ") then
  4282. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 11))) do
  4283. v.Character["Left Leg"].Anchored = false
  4284. v.Character["Left Arm"].Anchored = false
  4285. v.Character["Right Leg"].Anchored = false
  4286. v.Character["Right Arm"].Anchored = false
  4287. v.Character.Torso.Anchored = false
  4288. v.Character.Head.Anchored = false
  4289. end
  4290. end
  4291. if string.sub(CMDBAR.Text, 1, 8) == ("unlockws") then
  4292. local a = game:GetService("Workspace"):getChildren()
  4293. for i = 1, #a do
  4294. if a[i].className == "Part" then
  4295. a[i].Locked = false
  4296. elseif a[i].className == "Model" then
  4297. local r = a[i]:getChildren()
  4298. for i = 1, #r do
  4299. if r[i].className == "Part" then
  4300. r[i].Locked = false
  4301. end
  4302. end
  4303. end
  4304. end
  4305. game:GetService("StarterGui"):SetCore("SendNotification", {
  4306. Title = "Success!";
  4307. Text = "Workspace unlocked. Use ;lockws to lock.";
  4308. })
  4309. end
  4310. if string.sub(CMDBAR.Text, 1, 6) == ("lockws") then
  4311. local a = game:GetService("Workspace"):getChildren()
  4312. for i = 1, #a do
  4313. if a[i].className == "Part" then
  4314. a[i].Locked = true
  4315. elseif a[i].className == "Model" then
  4316. local r = a[i]:getChildren()
  4317. for i = 1, #r do
  4318. if r[i].className == "Part" then
  4319. r[i].Locked = true
  4320. end
  4321. end
  4322. end
  4323. end
  4324. end
  4325. if string.sub(CMDBAR.Text, 1, 6) == ("btools") then
  4326. local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  4327. Clone_T.BinType = "Clone"
  4328. local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  4329. Destruct.BinType = "Hammer"
  4330. local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  4331. Hold_T.BinType = "Grab"
  4332. end
  4333. if string.sub(CMDBAR.Text, 1, 6) == ("pstand") then
  4334. lplayer.Character.Humanoid.PlatformStand = true
  4335. end
  4336. if string.sub(CMDBAR.Text, 1, 8) == ("unpstand") then
  4337. lplayer.Character.Humanoid.PlatformStand = false
  4338. end
  4339. if string.sub(CMDBAR.Text, 1, 9) == ("blockhead") then
  4340. lplayer.Character.Head.Mesh:Destroy()
  4341. end
  4342. if string.sub(CMDBAR.Text, 1, 3) == ("sit") then
  4343. lplayer.Character.Humanoid.Sit = true
  4344. end
  4345. if string.sub(CMDBAR.Text, 1, 9) == ("bringobj ") then
  4346. local function bringobjw()
  4347. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  4348. if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  4349. obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  4350. obj.CanCollide = false
  4351. obj.Transparency = 0.7
  4352. wait()
  4353. obj.CFrame = lplayer.Character["Left Leg"].CFrame
  4354. wait()
  4355. obj.CFrame = lplayer.Character["Right Leg"].CFrame
  4356. wait()
  4357. obj.CFrame = lplayer.Character["Head"].CFrame
  4358. end
  4359. end
  4360. end
  4361. while wait() do
  4362. bringobjw()
  4363. end
  4364. game:GetService("StarterGui"):SetCore("SendNotification", {
  4365. Title = "BringObj";
  4366. Text = "BringObj enabled.";
  4367. })
  4368. end
  4369. if string.sub(CMDBAR.Text, 1, 6) == ("wsvis ") then
  4370. vis = (string.sub(CMDBAR.Text, 7))
  4371. local a = game:GetService("Workspace"):GetDescendants()
  4372. for i = 1, #a do
  4373. if a[i].className == "Part" then
  4374. a[i].Transparency = vis
  4375. elseif a[i].className == "Model" then
  4376. local r = a[i]:getChildren()
  4377. for i = 1, #r do
  4378. if r[i].className == "Part" then
  4379. r[i].Transparency = vis
  4380. end
  4381. end
  4382. end
  4383. end
  4384. end
  4385. if string.sub(CMDBAR.Text, 1, 10) == ("hypertotal") then
  4386. loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  4387. game:GetService("StarterGui"):SetCore("SendNotification", {
  4388. Title = "Success!";
  4389. Text = "HyperTotal GUI Loaded!";
  4390. })
  4391. end
  4392. if string.sub(CMDBAR.Text, 1, 4) == ("cmds") then
  4393. CMDSFRAME.Visible = true
  4394. end
  4395. if string.sub(CMDBAR.Text, 1, 9) == ("rmeshhats") then
  4396. for i,v in pairs(lplayer.Character:GetChildren()) do
  4397. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  4398. v.Handle.Mesh:Destroy()
  4399. end
  4400. end
  4401. end
  4402. if string.sub(CMDBAR.Text, 1, 9) == ("blockhats") then
  4403. for i,v in pairs(lplayer.Character:GetChildren()) do
  4404. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  4405. v.Handle.Mesh:Destroy()
  4406. end
  4407. end
  4408. end
  4409. if string.sub(CMDBAR.Text, 1, 9) == ("rmeshtool") then
  4410. for i,v in pairs(lplayer.Character:GetChildren()) do
  4411. if (v:IsA("Tool")) then
  4412. v.Handle.Mesh:Destroy()
  4413. end
  4414. end
  4415. end
  4416. if string.sub(CMDBAR.Text, 1, 9) == ("blocktool") then
  4417. for i,v in pairs(lplayer.Character:GetChildren()) do
  4418. if (v:IsA("Tool")) then
  4419. v.Handle.Mesh:Destroy()
  4420. end
  4421. end
  4422. end
  4423. if string.sub(CMDBAR.Text, 1, 7) == ("spinner") then
  4424. local p = Instance.new("RocketPropulsion")
  4425. p.Parent = lplayer.Character.HumanoidRootPart
  4426. p.Name = "Spinner"
  4427. p.Target = lplayer.Character["Left Arm"]
  4428. p:Fire()
  4429. game:GetService("StarterGui"):SetCore("SendNotification", {
  4430. Title = "Spinner enabled";
  4431. Text = "Type ;nospinner to disable.";
  4432. })
  4433. end
  4434. if string.sub(CMDBAR.Text, 1, 9) == ("nospinner") then
  4435. lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  4436. end
  4437. if string.sub(CMDBAR.Text, 1, 6) == ("reachd") then
  4438. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  4439. if v:isA("Tool") then
  4440. local a = Instance.new("SelectionBox",v.Handle)
  4441. a.Adornee = v.Handle
  4442. v.Handle.Size = Vector3.new(0.5,0.5,60)
  4443. v.GripPos = Vector3.new(0,0,0)
  4444. lplayer.Character.Humanoid:UnequipTools()
  4445. end
  4446. end
  4447. game:GetService("StarterGui"):SetCore("SendNotification", {
  4448. Title = "Reach applied!";
  4449. Text = "Applied to equipped sword. Use ;noreach to disable.";
  4450. })
  4451. end
  4452. if string.sub(CMDBAR.Text, 1, 6) == ("reach ") then
  4453. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  4454. if v:isA("Tool") then
  4455. local a = Instance.new("SelectionBox",v.Handle)
  4456. a.Name = "Reach"
  4457. a.Adornee = v.Handle
  4458. v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(CMDBAR.Text, 7)))
  4459. v.GripPos = Vector3.new(0,0,0)
  4460. lplayer.Character.Humanoid:UnequipTools()
  4461. end
  4462. end
  4463. game:GetService("StarterGui"):SetCore("SendNotification", {
  4464. Title = "Reach applied!";
  4465. Text = "Applied to equipped sword. Use ;noreach to disable.";
  4466. })
  4467. end
  4468. if string.sub(CMDBAR.Text, 1, 7) == ("noreach") then
  4469. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  4470. if v:isA("Tool") then
  4471. v.Handle.Reach:Destroy()
  4472. end
  4473. end
  4474. game:GetService("StarterGui"):SetCore("SendNotification", {
  4475. Title = "Reach removed!";
  4476. Text = "Removed reach from equipped sword.";
  4477. })
  4478. end
  4479. if string.sub(CMDBAR.Text, 1, 6) == ("rkill ") then
  4480. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  4481. lplayer.Character.Humanoid.Name = 1
  4482. local l = lplayer.Character["1"]:Clone()
  4483. l.Parent = lplayer.Character
  4484. l.Name = "Humanoid"
  4485. wait(0.1)
  4486. lplayer.Character["1"]:Destroy()
  4487. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  4488. lplayer.Character.Animate.Disabled = true
  4489. wait(0.1)
  4490. lplayer.Character.Animate.Disabled = false
  4491. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  4492. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  4493. lplayer.Character.Humanoid:EquipTool(v)
  4494. end
  4495. wait(0.1)
  4496. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4497. wait(0.2)
  4498. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4499. wait(0.5)
  4500. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  4501. game:GetService("StarterGui"):SetCore("SendNotification", {
  4502. Title = "Tools needed!";
  4503. Text = "You need a tool in your backpack for this command!";
  4504. })
  4505. end
  4506. end
  4507. if string.sub(CMDBAR.Text, 1, 6) == ("tp me ") then
  4508. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  4509. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4510. end
  4511. end
  4512. if string.sub(CMDBAR.Text, 1, 7) == ("cbring ") then
  4513. if (string.sub(CMDBAR.Text, 8)) == "all" or (string.sub(CMDBAR.Text, 8)) == "All" or (string.sub(CMDBAR.Text, 8)) == "ALL" then
  4514. cbringall = true
  4515. else
  4516. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  4517. brplr = v.Name
  4518. end
  4519. end
  4520. cbring = true
  4521. end
  4522. if string.sub(CMDBAR.Text, 1, 8) == ("uncbring") then
  4523. cbring = false
  4524. cbringall = false
  4525. end
  4526. if string.sub(CMDBAR.Text, 1, 5) == ("swap ") then
  4527. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  4528. local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4529. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  4530. lplayer.Character.Humanoid.Name = 1
  4531. local l = lplayer.Character["1"]:Clone()
  4532. l.Parent = lplayer.Character
  4533. l.Name = "Humanoid"
  4534. wait(0.1)
  4535. lplayer.Character["1"]:Destroy()
  4536. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  4537. lplayer.Character.Animate.Disabled = true
  4538. wait(0.1)
  4539. lplayer.Character.Animate.Disabled = false
  4540. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  4541. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  4542. lplayer.Character.Humanoid:EquipTool(v)
  4543. end
  4544. local function tp(player,player2)
  4545. local char1,char2=player.Character,player2.Character
  4546. if char1 and char2 then
  4547. char1:MoveTo(char2.Head.Position)
  4548. end
  4549. end
  4550. wait(0.1)
  4551. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4552. wait(0.2)
  4553. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4554. wait(0.5)
  4555. lplayer.Character.HumanoidRootPart.CFrame = NOW
  4556. wait(0.6)
  4557. tp(lplayer, game:GetService("Players")[v.Name])
  4558. wait(0.4)
  4559. lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  4560. game:GetService("StarterGui"):SetCore("SendNotification", {
  4561. Title = "Tools needed!";
  4562. Text = "You need a tool in your backpack for this command!";
  4563. })
  4564. end
  4565. end
  4566. if string.sub(CMDBAR.Text, 1, 7) == ("glitch ") then
  4567. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  4568. lplayer.Character.Humanoid.Name = 1
  4569. local l = lplayer.Character["1"]:Clone()
  4570. l.Parent = lplayer.Character
  4571. l.Name = "Humanoid"
  4572. wait(0.1)
  4573. lplayer.Character["1"]:Destroy()
  4574. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  4575. lplayer.Character.Animate.Disabled = true
  4576. wait(0.1)
  4577. lplayer.Character.Animate.Disabled = false
  4578. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  4579. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  4580. lplayer.Character.Humanoid:EquipTool(v)
  4581. end
  4582. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  4583. wait(0.3)
  4584. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  4585. wait(0.4)
  4586. b = Instance.new("BodyForce")
  4587. b.Parent = lplayer.Character.HumanoidRootPart
  4588. b.Name = "Glitch"
  4589. b.Force = Vector3.new(100000000,5000,0)
  4590. game:GetService("StarterGui"):SetCore("SendNotification", {
  4591. Title = "Tools needed!";
  4592. Text = "You need a tool in your backpack for this command!";
  4593. })
  4594. end
  4595. end
  4596. if string.sub(CMDBAR.Text, 1, 8) == ("unglitch") then
  4597. lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  4598. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  4599. b = Instance.new("BodyForce")
  4600. b.Parent = lplayer.Character.HumanoidRootPart
  4601. b.Name = "unGlitch"
  4602. b.Force = Vector3.new(0,-5000000,0)
  4603. wait(2)
  4604. lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  4605. end
  4606. if string.sub(CMDBAR.Text, 1, 8) == ("grespawn") then
  4607. lplayer.Character.Humanoid.Health = 0
  4608. wait(1)
  4609. lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  4610. lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  4611. end
  4612. if string.sub(CMDBAR.Text, 1, 8) == ("explorer") then
  4613. loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  4614. game:GetService("StarterGui"):SetCore("SendNotification", {
  4615. Title = "Success!";
  4616. Text = "DEX Explorer has loaded.";
  4617. })
  4618. end
  4619. if string.sub(CMDBAR.Text, 1, 5) == ("anim ") then
  4620. local Anim = Instance.new("Animation")
  4621. Anim.AnimationId = "rbxassetid://"..(string.sub(CMDBAR.Text, 6))
  4622. local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  4623. track:Play(.1, 1, 1)
  4624. end
  4625. if string.sub(CMDBAR.Text, 1, 7) == ("animgui") then
  4626. loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  4627. game:GetService("StarterGui"):SetCore("SendNotification", {
  4628. Title = "Success!";
  4629. Text = "Energize Animations GUI has loaded.";
  4630. })
  4631. end
  4632. if string.sub(CMDBAR.Text, 1, 7) == ("savepos") then
  4633. saved = lplayer.Character.HumanoidRootPart.CFrame
  4634. game:GetService("StarterGui"):SetCore("SendNotification", {
  4635. Title = "Position Saved";
  4636. Text = "Use ;loadpos to return to saved position.";
  4637. })
  4638. end
  4639. if string.sub(CMDBAR.Text, 1, 7) == ("loadpos") then
  4640. lplayer.Character.HumanoidRootPart.CFrame = saved
  4641. end
  4642. if string.sub(CMDBAR.Text, 1, 5) == ("bang ") then
  4643. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  4644. local Anim2 = Instance.new("Animation")
  4645. Anim2.AnimationId = "rbxassetid://148840371"
  4646. local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  4647. track2:Play(.1, 1, 1)
  4648. bplrr = v.Name
  4649. banpl = true
  4650. end
  4651. end
  4652. if string.sub(CMDBAR.Text, 1, 6) == ("unbang") then
  4653. banpl = false
  4654. end
  4655. if string.sub(CMDBAR.Text, 1, 9) == ("bringmod ") then
  4656. local function bringmodw()
  4657. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  4658. if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  4659. for i,ch in pairs(obj:GetDescendants()) do
  4660. if (ch:IsA("BasePart")) then
  4661. ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  4662. ch.CanCollide = false
  4663. ch.Transparency = 0.7
  4664. wait()
  4665. ch.CFrame = lplayer.Character["Left Leg"].CFrame
  4666. wait()
  4667. ch.CFrame = lplayer.Character["Right Leg"].CFrame
  4668. wait()
  4669. ch.CFrame = lplayer.Character["Head"].CFrame
  4670. end
  4671. end
  4672. end
  4673. end
  4674. end
  4675. while wait() do
  4676. bringmodw()
  4677. end
  4678. game:GetService("StarterGui"):SetCore("SendNotification", {
  4679. Title = "BringMod";
  4680. Text = "BringMod enabled.";
  4681. })
  4682. end
  4683. if string.sub(CMDBAR.Text, 1, 7) == ("respawn") then
  4684. local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  4685. local hum = Instance.new('Humanoid', mod)
  4686. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  4687. lplayer.Character = mod
  4688. end
  4689. if string.sub(CMDBAR.Text, 1, 8) == ("shutdown") then
  4690. game:GetService'RunService'.Stepped:Connect(function()
  4691. pcall(function()
  4692. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  4693. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  4694. for _,x in pairs(v.Character.Head:GetChildren()) do
  4695. if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  4696. end
  4697. end
  4698. end
  4699. end)
  4700. end)
  4701. game:GetService("StarterGui"):SetCore("SendNotification", {
  4702. Title = "Attempting Shutdown";
  4703. Text = "Shutdown Attempt has begun.";
  4704. })
  4705. end
  4706. if string.sub(CMDBAR.Text, 1, 7) == ("delobj ") then
  4707. objtodel = (string.sub(CMDBAR.Text, 8))
  4708. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  4709. if v.Name == objtodel then
  4710. v:Destroy()
  4711. end
  4712. end
  4713. end
  4714. if string.sub(CMDBAR.Text, 1, 7) == ("getplrs") then
  4715. for i,v in pairs(game:GetService("Players"):GetPlayers())do
  4716. print(v)
  4717. end
  4718. game:GetService("StarterGui"):SetCore("SendNotification", {
  4719. Title = "Printed";
  4720. Text = "Players have been printed to console. (F9)";
  4721. })
  4722. end
  4723. if string.sub(CMDBAR.Text, 1, 8) == ("deldecal") then
  4724. for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  4725. if (v:IsA("Decal")) then
  4726. v:Destroy()
  4727. end
  4728. end
  4729. end
  4730. if string.sub(CMDBAR.Text, 1, 10) == ("opfinality") then
  4731. loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  4732. game:GetService("StarterGui"):SetCore("SendNotification", {
  4733. Title = "Success!";
  4734. Text = "OpFinality GUI has loaded.";
  4735. })
  4736. end
  4737. if string.sub(CMDBAR.Text, 1, 7) == ("remotes") then
  4738. remotes = true
  4739. added = true
  4740. game.DescendantAdded:connect(function(rmt)
  4741. if added == true then
  4742. if remotes == true then
  4743. if rmt:IsA("RemoteEvent") then
  4744. print("A RemoteEvent was added!")
  4745. print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  4746. print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  4747. end end end
  4748. end)
  4749. game.DescendantAdded:connect(function(rmtfnctn)
  4750. if added == true then
  4751. if remotes == true then
  4752. if rmtfnctn:IsA("RemoteFunction") then
  4753. warn("A RemoteFunction was added!")
  4754. warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  4755. print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  4756. end end end
  4757. end)
  4758.  
  4759. game.DescendantAdded:connect(function(bndfnctn)
  4760. if added == true then
  4761. if binds == true then
  4762. if bndfnctn:IsA("BindableFunction") then
  4763. print("A BindableFunction was added!")
  4764. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  4765. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  4766. end end end
  4767. end)
  4768.  
  4769. game.DescendantAdded:connect(function(bnd)
  4770. if added == true then
  4771. if binds == true then
  4772. if bnd:IsA("BindableEvent") then
  4773. warn("A BindableEvent was added!")
  4774. warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  4775. print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  4776. end end end
  4777. end)
  4778.  
  4779.  
  4780. if binds == true then
  4781. for i,v in pairs(game:GetDescendants()) do
  4782. if v:IsA("BindableFunction") then
  4783. print(" game." .. v:GetFullName() .. " | BindableFunction")
  4784. print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  4785. end end
  4786. for i,v in pairs(game:GetDescendants()) do
  4787. if v:IsA("BindableEvent") then
  4788. warn(" game." .. v:GetFullName() .. " | BindableEvent")
  4789. print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  4790. end end
  4791. else
  4792. print("Off")
  4793. end
  4794. if remotes == true then
  4795. for i,v in pairs(game:GetDescendants()) do
  4796. if v:IsA("RemoteFunction") then
  4797. warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  4798. print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  4799. end end
  4800. wait()
  4801. for i,v in pairs(game:GetDescendants()) do
  4802. if v:IsA("RemoteEvent") then
  4803. print(" game." .. v:GetFullName() .. " | RemoteEvent")
  4804. print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  4805. end end
  4806. else
  4807. print("Off")
  4808. end
  4809. game:GetService("StarterGui"):SetCore("SendNotification", {
  4810. Title = "Printing Remotes";
  4811. Text = "Type ;noremotes to disable.";
  4812. })
  4813. end
  4814. if string.sub(CMDBAR.Text, 1, 9) == ("noremotes") then
  4815. remotes = false
  4816. added = false
  4817. game:GetService("StarterGui"):SetCore("SendNotification", {
  4818. Title = "Printing Remotes Disabled";
  4819. Text = "Type ;remotes to enable.";
  4820. })
  4821. end
  4822. if string.sub(CMDBAR.Text, 1, 9) == ("tpdefault") then
  4823. spin = false
  4824. followed = false
  4825. traill = false
  4826. noclip = false
  4827. annoying = false
  4828. hwalk = false
  4829. cbringing = false
  4830. end
  4831. if string.sub(CMDBAR.Text, 1, 7) == ("stopsit") then
  4832. stopsitting = true
  4833. end
  4834. if string.sub(CMDBAR.Text, 1, 5) == ("gosit") then
  4835. stopsitting = false
  4836. end
  4837. if string.sub(CMDBAR.Text, 1, 7) == ("version") then
  4838. print(adminversion)
  4839. game:GetService("StarterGui"):SetCore("SendNotification", {
  4840. Title = "Version";
  4841. Text = adminversion;
  4842. })
  4843. end
  4844. if string.sub(CMDBAR.Text, 1, 7) == ("clicktp") then
  4845. clickgoto = true
  4846. game:GetService("StarterGui"):SetCore("SendNotification", {
  4847. Title = "Click TP";
  4848. Text = "Press E to teleport to mouse position";
  4849. })
  4850. end
  4851. if string.sub(CMDBAR.Text, 1, 9) == ("noclicktp") then
  4852. clickgoto = false
  4853. game:GetService("StarterGui"):SetCore("SendNotification", {
  4854. Title = "Click TP";
  4855. Text = "Click TP has been disabled.";
  4856. })
  4857. end
  4858. if string.sub(CMDBAR.Text, 1, 7) == ("toolson") then
  4859. gettingtools = true
  4860. game:GetService("StarterGui"):SetCore("SendNotification", {
  4861. Title = "Tools Enabled";
  4862. Text = "Automatically colleting tools dropped.";
  4863. })
  4864. end
  4865. if string.sub(CMDBAR.Text, 1, 8) == ("toolsoff") then
  4866. gettingtools = false
  4867. game:GetService("StarterGui"):SetCore("SendNotification", {
  4868. Title = "Tools Disabled";
  4869. Text = "Click TP has been disabled.";
  4870. })
  4871. end
  4872. if string.sub(CMDBAR.Text, 1, 9) == ("delcmdbar") then
  4873. ScreenGui:Destroy()
  4874. end
  4875. if string.sub(CMDBAR.Text, 1, 5) == ("reset") then
  4876. lplayer.Character.Head:Destroy()
  4877. end
  4878. if string.sub(CMDBAR.Text, 1, 6) == ("state ") then
  4879. statechosen = string.sub(CMDBAR.Text, 7)
  4880. changingstate = true
  4881. end
  4882. if string.sub(CMDBAR.Text, 1, 8) == ("gravity ") then
  4883. game:GetService("Workspace").Gravity = string.sub(CMDBAR.Text, 9)
  4884. end
  4885. if string.sub(CMDBAR.Text, 1, 9) == ("looprhats") then
  4886. removingmeshhats = true
  4887. end
  4888. if string.sub(CMDBAR.Text, 1, 11) == ("unlooprhats") then
  4889. removingmeshhats = false
  4890. end
  4891. if string.sub(CMDBAR.Text, 1, 9) == ("looprtool") then
  4892. removingmeshtool = true
  4893. end
  4894. if string.sub(CMDBAR.Text, 1, 11) == ("unlooprtool") then
  4895. removingmeshtool = false
  4896. end
  4897. if string.sub(CMDBAR.Text, 1, 9) == ("givetool ") then
  4898. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  4899. if v:IsA("Tool") then
  4900. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  4901. v.Parent = player.Character
  4902. end
  4903. end
  4904. end
  4905. end
  4906. if string.sub(CMDBAR.Text, 1, 4) == ("age ") then
  4907. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  4908. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  4909. end
  4910. end
  4911. if string.sub(CMDBAR.Text, 1, 3) == ("id ") then
  4912. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 4))) do
  4913. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  4914. end
  4915. end
  4916. if string.sub(CMDBAR.Text, 1, 5) == (".age ") then
  4917. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  4918. game:GetService("StarterGui"):SetCore("SendNotification", {
  4919. Title = player.AccountAge.." Days";
  4920. Text = "Account age of "..player.Name;
  4921. })
  4922. end
  4923. end
  4924. if string.sub(CMDBAR.Text, 1, 4) == (".id ") then
  4925. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  4926. game:GetService("StarterGui"):SetCore("SendNotification", {
  4927. Title = player.UserId.." ID";
  4928. Text = "Account ID of "..player.Name;
  4929. })
  4930. end
  4931. end
  4932. if string.sub(CMDBAR.Text, 1, 6) == ("gameid") then
  4933. game:GetService("StarterGui"):SetCore("SendNotification", {
  4934. Title = "Game ID";
  4935. Text = "Game ID: ".. game.GameId;
  4936. })
  4937. end
  4938. if string.sub(CMDBAR.Text, 1, 3) == ("pgs") then
  4939. local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  4940. if pgscheck == true then
  4941. game:GetService("StarterGui"):SetCore("SendNotification", {
  4942. Title = "PGSPhysicsSolverEnabled";
  4943. Text = "PGS is Enabled!";
  4944. })
  4945. else
  4946. game:GetService("StarterGui"):SetCore("SendNotification", {
  4947. Title = "PGSPhysicsSolverEnabled";
  4948. Text = "PGS is Disabled!";
  4949. })
  4950. end
  4951. end
  4952. if string.sub(CMDBAR.Text, 1, 11) == ("removeinvis") then
  4953. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  4954. if v:IsA("Part") then
  4955. if v.Transparency == 1 then
  4956. if v.Name ~= "HumanoidRootPart" then
  4957. v:Destroy()
  4958. end
  4959. end
  4960. end
  4961. end
  4962. end
  4963. if string.sub(CMDBAR.Text, 1, 9) == ("removefog") then
  4964. game:GetService("Lighting").FogStart = 0
  4965. game:GetService("Lighting").FogEnd = 9999999999999
  4966. end
  4967. if string.sub(CMDBAR.Text, 1, 7) == ("disable") then
  4968. lplayer.Character.Humanoid.Parent = lplayer
  4969. end
  4970. if string.sub(CMDBAR.Text, 1, 6) == ("enable") then
  4971. lplayer.Humanoid.Parent = lplayer.Character
  4972. end
  4973. if string.sub(CMDBAR.Text, 1, 13) == ("givealltools ") then
  4974. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  4975. if v:IsA("Tool") then
  4976. v.Parent = lplayer.Character
  4977. wait()
  4978. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 14))) do
  4979. v.Parent = player.Character
  4980. end
  4981. end
  4982. end
  4983. end
  4984. if string.sub(CMDBAR.Text, 1, 9) == ("flyspeed ") then
  4985. speedfly = string.sub(CMDBAR.Text, 10)
  4986. wait()
  4987. change()
  4988. end
  4989. if string.sub(CMDBAR.Text, 1, 7) == ("carpet ") then
  4990. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  4991. local Anim3 = Instance.new("Animation")
  4992. Anim3.AnimationId = "rbxassetid://282574440"
  4993. local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  4994. track3:Play(.1, 1, 1)
  4995. bplrr = v.Name
  4996. banpl = true
  4997. end
  4998. end
  4999. if string.sub(CMDBAR.Text, 1, 8) == ("uncarpet") then
  5000. banpl = false
  5001. end
  5002. if string.sub(CMDBAR.Text, 1, 6) == ("stare ") then
  5003. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  5004. staring = true
  5005. stareplr = v
  5006. end
  5007. end
  5008. if string.sub(CMDBAR.Text, 1, 7) == ("unstare") then
  5009. staring = false
  5010. end
  5011. if string.sub(CMDBAR.Text, 1, 7) == ("logchat") then
  5012. chatlogs = true
  5013. game:GetService("StarterGui"):SetCore("SendNotification", {
  5014. Title = "LogChat enabled";
  5015. Text = "Now logging all player chat.";
  5016. })
  5017. end
  5018. if string.sub(CMDBAR.Text, 1, 9) == ("unlogchat") then
  5019. chatlogs = false
  5020. game:GetService("StarterGui"):SetCore("SendNotification", {
  5021. Title = "LogChat disabled";
  5022. Text = "Stopped logging all player chat.";
  5023. })
  5024. end
  5025. if string.sub(CMDBAR.Text, 1, 6) == ("fixcam") then
  5026. game:GetService("Workspace").CurrentCamera:Destroy()
  5027. wait(0.1)
  5028. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  5029. game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  5030. lplayer.CameraMinZoomDistance = 0.5
  5031. lplayer.CameraMaxZoomDistance = 400
  5032. lplayer.CameraMode = "Classic"
  5033. end
  5034. if string.sub(CMDBAR.Text, 1, 7) == ("unstate") then
  5035. changingstate = false
  5036. end
  5037. CMDBAR.Text = ""
  5038. end
  5039. end)
  5040.  
  5041. wait(0.3)
  5042. game:GetService("StarterGui"):SetCore("SendNotification", {
  5043. Title = "Loaded successfully!";
  5044. Text = "Reviz Admin V2 by illremember";
  5045. })
  5046. wait(0.1)
  5047. print("Reviz Admin V2 loaded!")
  5048. if game:GetService("Workspace").FilteringEnabled == true then
  5049. warn("FE is Enabled (Filtering Enabled)")
  5050. game:GetService("StarterGui"):SetCore("SendNotification", {
  5051. Title = "FE is Enabled";
  5052. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  5053. })
  5054. else
  5055. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  5056. game:GetService("StarterGui"):SetCore("SendNotification", {
  5057. Title = "FE is Disabled";
  5058. Text = "Filtering Disabled. Consider using a different admin script.";
  5059. })
  5060. end
  5061.  
  5062. local intro = Instance.new("ScreenGui")
  5063. local Frame = Instance.new("Frame")
  5064. local ImageLabel = Instance.new("ImageLabel")
  5065. intro.Parent = game:GetService("CoreGui")
  5066. Frame.Parent = intro
  5067. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  5068. Frame.BackgroundTransparency = 1
  5069. Frame.Size = UDim2.new(1, 0, 0, 300)
  5070. Frame.Position = UDim2.new(0, 0, -0.4, 0)
  5071. ImageLabel.Parent = Frame
  5072. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  5073. ImageLabel.BackgroundTransparency = 1
  5074. ImageLabel.Position = UDim2.new(0, 0, 0, 0)
  5075. ImageLabel.Size = UDim2.new(1, 0, 1, 0)
  5076. ImageLabel.Image = "http://www.roblox.com/asset/?id=1542162618"
  5077. Frame:TweenPosition(UDim2.new(0, 0, 0.2, 0), "Out", "Elastic", 3)
  5078. wait(3.01)
  5079. Frame:TweenPosition(UDim2.new(0, 0, 1.5, 0), "Out", "Elastic", 5)
  5080. wait(5.01)
  5081. intro:Destroy()
  5082. end)
  5083.  
  5084. ME.Name = "ME"
  5085. ME.Parent = mainframe
  5086. ME.BackgroundColor3 = Color3.new(0, 1, 1)
  5087. ME.BorderSizePixel = 0
  5088. ME.Position = UDim2.new(0.165991902, 0, 0, 0)
  5089. ME.Size = UDim2.new(0, 329, 0, 30)
  5090. ME.Font = Enum.Font.SourceSans
  5091. ME.Text = "Made by: rondaldo3623"
  5092. ME.TextColor3 = Color3.new(0, 0, 0)
  5093. ME.TextScaled = true
  5094. ME.TextSize = 14
  5095. ME.TextWrapped = true
  5096.  
  5097. BIGPaintball.Name = "BIG Paintball"
  5098. BIGPaintball.Parent = mainframe
  5099. BIGPaintball.BackgroundColor3 = Color3.new(1, 0, 1)
  5100. BIGPaintball.BorderColor3 = Color3.new(0, 0, 0)
  5101. BIGPaintball.BorderSizePixel = 5
  5102. BIGPaintball.Position = UDim2.new(0.0323886648, 0, 0.779179811, 0)
  5103. BIGPaintball.Size = UDim2.new(0, 191, 0, 42)
  5104. BIGPaintball.Font = Enum.Font.SourceSans
  5105. BIGPaintball.Text = "BIG Paintball"
  5106. BIGPaintball.TextColor3 = Color3.new(0, 0, 0)
  5107. BIGPaintball.TextScaled = true
  5108. BIGPaintball.TextSize = 14
  5109. BIGPaintball.TextWrapped = true
  5110. BIGPaintball.MouseButton1Click:Connect(function()
  5111. local on = true
  5112.  
  5113. local plrs = game:GetService("Players")
  5114. local lp = plrs.LocalPlayer
  5115. local lpname = lp.Name
  5116.  
  5117.  
  5118. game:GetService("StarterGui"):SetCore("SendNotification", {
  5119. Title = "Controls";
  5120. Text = "i to toggle. By ScriptX#3145";
  5121. })
  5122.  
  5123.  
  5124. lp:GetMouse().KeyDown:Connect(function(key)
  5125. if key == "i" then
  5126. if on then
  5127. on = false
  5128. game:GetService("StarterGui"):SetCore("SendNotification", {
  5129. Title = "Toggled Off";
  5130. Text = "";
  5131. })
  5132. else
  5133. on = true
  5134. game:GetService("StarterGui"):SetCore("SendNotification", {
  5135. Title = "Toggled On";
  5136. Text = "";
  5137. })
  5138. end
  5139. end
  5140. end)
  5141.  
  5142. while wait() do
  5143. for i,v in pairs(plrs:GetChildren()) do
  5144. if v.Name ~= lpname then
  5145. if v.Team == nil or v.Team ~= lp.Team then
  5146. repeat wait()
  5147. local check = false
  5148. local check2 = false
  5149. local spawned = false
  5150. local check = game.Workspace:FindFirstChild(v.Name)
  5151. if check ~= nil then check2 = check:FindFirstChild("HumanoidRootPart") end
  5152. if check2 ~= nil then spawned = v:FindFirstChild("__SPAWNED") end
  5153.  
  5154. if on and spawned ~= nil then
  5155. game.Workspace:WaitForChild(lpname):WaitForChild("HumanoidRootPart").CFrame = game.Workspace:WaitForChild(v.Name):WaitForChild("HumanoidRootPart").CFrame + game.Workspace:WaitForChild(v.Name):WaitForChild("HumanoidRootPart").CFrame.lookVector * -2 + game.Workspace:WaitForChild(v.Name):WaitForChild("HumanoidRootPart").CFrame.upVector * 1.6
  5156. end
  5157. until game.Workspace:WaitForChild(v.Name):WaitForChild("Humanoid").Health == 0
  5158. end
  5159. end
  5160. end
  5161. end
  5162. end)
  5163.  
  5164. NinjaLegends.Name = "Ninja Legends"
  5165. NinjaLegends.Parent = mainframe
  5166. NinjaLegends.BackgroundColor3 = Color3.new(1, 0, 1)
  5167. NinjaLegends.BorderColor3 = Color3.new(0, 0, 0)
  5168. NinjaLegends.BorderSizePixel = 5
  5169. NinjaLegends.Position = UDim2.new(0.546558678, 0, 0.779179811, 0)
  5170. NinjaLegends.Size = UDim2.new(0, 191, 0, 42)
  5171. NinjaLegends.Font = Enum.Font.SourceSans
  5172. NinjaLegends.Text = "Ninja Legends"
  5173. NinjaLegends.TextColor3 = Color3.new(0, 0, 0)
  5174. NinjaLegends.TextScaled = true
  5175. NinjaLegends.TextSize = 14
  5176. NinjaLegends.TextWrapped = true
  5177. NinjaLegends.MouseButton1Click:Connect(function()
  5178. --[[
  5179. IronBrew:tm: obfuscation; v20191118
  5180.  
  5181. ........................................................................................................................................................................................................
  5182. ........................................................................................................................................................................................................
  5183. .....,,...,.............................................................................................................................................................................................
  5184. .... MMMMM,.............................................................................................................................................................................................
  5185. ....MMMMMMM,............................................................................................................................................................................................
  5186. ....MMMMMMM,............................................................................................................................................................................................
  5187. ....,MMMMMO.............................................................................................................................................................................................
  5188. ......,.................................................................................................................................................................................................
  5189. ..................................................,,,,,,............................................Z$$.................................................................................................
  5190. ...................................................:::::............................................MMMO................................................................................................
  5191. .....:???? ,.......:????....,.8MMMMM,.......,,,MMMMI???INMMM.,................,.?ZMMMMDI:,,.........MMM$................................................................................................
  5192. .....MMMMM?,.......MMMMM,,.OMMMMMMMM......, 7MM+?+++++++++?+DM$ .............MMMMMMMMMMMMMM ,,......MMM$................................................................................................
  5193. .....MMMMM?,.......MMMMM..NMMMMMMMMM.,...,$M7++++++++++++++++++M$ .........MMMMMMMMMMMMMMMMMN .,....MMM$................................................................................................
  5194. .....MMMMM?,.......MMMMMMMMMMM8..,,,.,..,MM?++++++++++++++++++++MM,,......MMMMMMMM~,.+MMMMMMMM......MMM$................................................................................................
  5195. .....MMMMM?,.......MMMMMMMMZ ,,.......MMMMMMMMMMMMMDZZZZMMMMMMMMMMMMM ...MMMMMM,,,....., MMMMMM.....MMM$................................,.,,............................................................
  5196. .....MMMMM?,.......MMMMMMM:............MMMMMMMMMMMMMMMMMMMMMMMMMMMMM....MMMMMD,...........MMMMMM.,..MMM$...:MMMMMMMM:,........8MMM:.,DMMMMM,......?MMMMMMMMI.........MMMM......... MMM,.........MMMI....
  5197. .....MMMMM?,.......MMMMMM+............,M?+MMMMMMMMMM++?DMMMMMMMMM?+M,...MMMMM,.............MMMMM,,..MMM$,NMMMMMMMMMMMM8,.,....MMMM,NMMMMMMM,..,,MMMMMMMMMMMMMM.,.....MMMM.........7MMM7.........MMM$....
  5198. .....MMMMM?,.......MMMMMM,............,M?++MMMMMMMM7++++MMMMMMMM$??MM,,+MMMMM,.............MMMMM=...MMM$,MMMZ...,?MMMMMM,.....MMMMMMMMM,......DMMMMM:,....MMMMMN,....MMMM.........7MMM7.........MMM$....
  5199. .....MMMMM?,.......MMMMMM.............MM+??+MMMMMMM?++++MMMMMMMD??+$M,.MMMMM?.............,MMMMM?...MMM$,M,.,...,,,,MMMMM,....MMMMMM,,,,....,MMMMM,..,....,.MDNN$....MMMM.........7MMM7.........MMM$....
  5200. .....MMMMM?,.......MMMMM?,............MM??++???????++++++?????+++++7M..$MMMM,.............,?MMMM.,..MMM$.............OMMMM....MMMMM.........$MMMM,....... MMMMMM.,...MMMM.........7MMM7.........MMM$....
  5201. .....MMMMM?,.......MMMMM=,............NM?+++++++++++++++++++++++++?$M..MMMMM+,............,+MMMM+,..NMN$..............MMMM+,..MMMMM.........MMMM......,?MMMMM?.,.....MMMM.........7MMM7.........MMM$....
  5202. .....MMMMM?,.......MMMMM,,............,M+?+++++++?++++++++?+?++++++M7,,DMMMM:...............MMMM:,..MMMN.,............$MMM7...MMMM=.........MMMM....,DMMMMM..........MMMM.........7MMM7.........MMM$....
  5203. .....MMMMM?,.......MMMMM,,............:M$?++++?MM+++++++++DM?+++++?M,,,DMMMM+,..............MMMM+,..MMMM.,............?NMM?,..ZMMM,,........MMMM.,.MMMMMM,,..........MMMM,........7MMM7.........MMM$....
  5204. .....MMMMM?,.......MMMMM,,.............,M=++++++DMD++?++DMM+++++++M:...$MMMM.,..............MMMM ,..MMMM..............OMMM,,..OMMM,,........MMMM.,MMMM?,,......MNZ,,,MMMM.........IMMM?,........MMM?....
  5205. .....MMMMM?,.......MMMMM,,...............M+?+++++?+ZMMMN+++?+++++M7,...$MMMM................MMMM.,..=MMMN,..........,,MNMM.,..OMMM,.........?MMMI.,M..........,MMM,.,NMMM,........IMMMI.........MMM?....
  5206. .....MMMMM?,.......MMMMM,,................M7+?+++++++++++++++++IM,,....$MMMM,...............MMMM,....MMMMN.,......,,.MMMM,....OMMM,,........,MMMMN..........,+MMM,...,MMMN,.....,,MMMMM,,,.....MMMM.....
  5207. .....MMMMM?,.......MMMMM,,................,MM++++?++++++++????MM.......$MMMM,...............MMMM,.....MNMMM$,......MMMMM .....OMMM,,..........MMMMM~......,,MMMM ,....MMMMM,,,..~MMMMMMM~,,,.,MMMMM.....
  5208. .....MMMMM?,.......MMMMM,,.................,,MMD+++++++++++$MM,.,......$MMMM,...............MMMM,.....,+NMMMMMMMMMMMMMM..,....OMMM,,.......... +NMMMMMMMMMMMMMM,.......MMMMMMMMMMMMN,NMMMMMMMMMMMN,.....
  5209. .....MMMMM?........MMMMM,,.....................::MMMMMMMMM$.,.........,ZMMMM,,..............MMMM,,......, MMMMMMMMMM:.,,......+MMM................MMMMMMMMMM7,,,......,.,MMMMMMMMN.:...MMMMMMMMM,,......
  5210. ..........,.......,,.....,.........................,,,,.,...................................................,.,,.,,,...........,,,..................,,..,,,,..............,,..,,,.......,,.,,,,.........
  5211. ........................................................................................................................................................................................................
  5212. ]]
  5213.  
  5214. local P=string.byte;local a=string.char;local n=string.sub;local M=table.concat;local O=math.ldexp;local G=getfenv or function()return _ENV end;local X=setmetatable;local H=select;local c=unpack;local T=tonumber;local function D(c)local l,d,f="","",{}local e=256;local r={}for o=0,e-1 do r[o]=a(o)end;local o=1;local function P()local l=T(n(c,o,o),36)o=o+1;local d=T(n(c,o,o+l-1),36)o=o+l;return d end;l=a(P())f[1]=l;while o<#c do local o=P()if r[o]then d=r[o]else d=l..n(l,1,1)end;r[e]=l..n(d,1,1)f[#f+1],l,e=d,d,e+1 end;return table.concat(f)end;local f=D('26Y24U24P24P21924H27624K27924P21424H22H22E25527C21524H23T24P27I27621024X27G25524X27621525527M25525527P27F27H27C21127X27N28024P1W23T27S27M24P28527Y2881W28227O24P1X24X27Y27U24P21O28B27H28D1X28627Z27621O28J27C21P23T27Y28D21K28S28624P21P28W28821K29027621L23L27Y23L27621G23L27S29J24P21L29B29K29E24P21H24927Y24927621C24927S29Y29U29R24P21C29T21D24127Y2412761C29M27H29O21D2A51C29T1D26H27Y26H276182A127H2A31D2A51829T1926927Y269276142AS2552A3192A51429T1526X27Y26X2761029728D152A51029T1126P27Y26P2761S2BI276112A51S29T1T25L27Y25L2761O2AF25529O1T2A51O29T1P25D27Y25D2761K2B52A31P2A51K29T1L26127Y2612761G2BU24P1L2A51G29T1H25T27Y25T2762302CV1H2A523029T23121527Y21527622W2C629O2312A522W29T22X1X27Y1X27622S2CJ27622X2A522S29T22T21L27Y21L27622O2CV22T2A522O29T22P21D27Y21D27623G2CV22P2A523G29T23H1927Y1927623C2DI27623H28625O28823C28226627C23D1127Y112762382DU24P23D2A523829T2391P27Y1P2762342CV2392A523429T2351H27Y1H2762242CV2352A522429T22522X27Y22X2762202ES24P2252A522029T22122P27Y22P27621W2F82212A521W29T21X23D27Y23D27621S2CV21X2A521S29T21T23527Y23527622K2CV21T2A522K29T22L22127Y22127622G2G622L2A522G29T22H21T27Y21T27622C2F822H2A522C29T22D22H27Y22H2762282CV22D2A522829T22922927Y22927624S2CV2292A524S29T24T24P23S27N24P24O2IL2G624T2A524O29T24P24H2IJ27I2IM24K2G627N28G27A29T24L2552IV2552IM24G2F82J42J124P24G29T24H24X2IV24X2IM2582F824H2A525829T25923T2IV23T2IM2542G62592A525429T2C72IV23L2IM2502G627Z2JC25029T2512492IV2492IM24W2G62512A524W29T24X2412IV2412IM23W2G624X2A523W29T23X26H2IV26H2IM23S2F823X2A523S28223Q27C23T2692IJ23U2692IM23O2G623T2A52152412DF2552AC24P23O26X27S2BF24P23P26X1O27N26X2IM2152691924R2552B228E2412G32LO2762112692802M627623O26127S2CS2LV26X2IV2M024P23K25T27S2D424P24C2MS27H2MU2482MX2552MU23P2932J02MC25D2M42552CG28E2152HY2552DF2LQ21L27S2E32MM2MO2IM23K21D27S2EE2MV1927S2EP24P2481127S2F524P2442NT27H2NV23P29H27N29O2111X2N92DR2NH2NJ2762LW2NM2MQ2O32552NV24C1H27S2FS2NW2OK2NV24422X27S2G32LV2O72C72MC1P2N92FH28E22P1924O2552GF2LQ2MJ27H2ML2OH2LZ2NN2OS27624C2PI2OR2NU2OG2N52982112352N92H128E22123D2P82HC2LQ22927S2I92MM2202P82MP2LW24O2M52MP21122H2N92HY2LQ25522G27H2J72NL2PG2MQ24X2QI27T2IM24C2QO27H2JJ2NW2QT2QQ2O12QX2QV2O629I2MC24H182M524H2IM21123T26W2M52JU28E2492RC2B62IM1X2412612M52LP1X2B027N2M72MI2MK2OG2MN2QM2MR2MT2PJ2N12MZ2S12PO2942761X2N82M52NB1X2ND27N2NG23O2NI27H2NK2PF2552MP23K2PL2ON2OP2762482PL24426H2QP2L12OY2R328L2P22M52P41X2P62P82PA2RT2PD2RV2OI2RY2MY2PJ2PL2N02RZ2LV2N525O28U2PS24R2452PU23O2Q127H2Q32LW2Q52SK2IM2Q82QA2RJ2QD2M52QF23O2QH2QJ2TW2RW2TV2QN2QP2QV2QS2UA2IM2482R02IM2442UG2SX2O82S62R52R72IM21P24121L2RN27621P26929Y2MG2PB2RU2QL2U82TB2N22S02TG2TF2TC2TH2S52992S82NA2UU2SC2NF2MH2SG2552SI2U72SL2SN2TE26X2QP2MP2O22PN2UK2P02992OB2M52OD2SF2OF2V12VM2VT2SO27H2OQ2SR2VT24426P2QP26P2TW2OZ29O21P2T02552P421P2T42P92MH2PC2552PE2VL2NN25L2QP25L2QR2TE2WU27H2WW2V92N62992TL2552TO2TQ2552TS26X2TU2Q72M02TY2992U02552U22U427Z2U62TA2UJ2UC2QU2UE2UJ2UI2UD2VU2WG2UN2IW29P24123D2UT29P2RQ2UY2T72WQ2T92RX2S32MV2YA2V72V42X229821L2VC2NB21L2VF2SE2VI2VK2TA2VN2VT2482612QP2612UH2PL2R22UL29P2VX2552VZ2YN2Y82V22SN25T2QI25P25T2UE2O323R2OT2152QP2152WE2SY21L2WI2P42TP2Q22RV25424Q2U82OH2ZS2MP21L1X2R62Z22IM21L21D26G2ZS21D2LG2WP2WR2TA2YA2MW2V62YA2N42VA21L112ZZ1131011P2RH1P31011H2142ZS1H310122P2RH22P2IM21H241192ZS2LP21H2Y42RS31082Z52SL2352QP2352QR311A27H311C2NW311E2X62TW2PP28D21H2YI2WO2V02SJ2SL310B2YC310E311L27621H2212ZZ2212LG2Z42W22NN21T2QP21T2WX2YR2YT2PD2YW2VT2YY2VV21H2Z12Z32W1311R2PH2W422H2QP22H2ZC2W92292QP2292ZJ2YZ21H2ZM2MH2X82XA2ZR2ZT2M02IP2MP312H2ZZ1X310Y21D2542IP31062UZ2T831242OJ2W42TE2YX311W29U310I2M5310K29U1H23S2IP310T24P2A92492IP2LP21D3115311P313H312L2MQ311T310D2TG310F2X321D311O313X2YL2VH312K2WS313J2O42TD2YR23T22J28T24R2O12YX2O725O2AH2VX25I312J2SH3118312M314L2MV23L314P2C7314R2W831532442ZG27H2ZI2XV27621D312Z2Q02ZP2MM31332XD23S2ZV2IM21D2ZY2VY315Q21D25K313E3107311Q314J2V32MU310C2V82YD2N3313N21D313P255313R315H310N315Q310Q310S315Q310V2M5310X24P1D2RL31402761D3143313G2Y7313I23K311I311G24C316W2UE316Z2YF28D1D314E2Y631092Y92TG31632YE31652S42X31D311Z2M531212OE3150316U312627H31282NS314N315623T314R2VS3153312F29O1D312I314H317K31462SM312N312P312R315A312T2TR312W2VV1D315I2ZO2TR2ZQ315P2MM24O31362IM317Y3139318L313C315X316S31772Z6313K2YR313M2VA1D3169313R1D313T313V2IM192LM316O24P2AZ2B13144316T318231483164311V2VA19314E19314G319826926J2P8269314R2W022E23Q2YO24P21M2SL26X315626X314R2PK2YR26P315626P317T314T2SY19317Z317J2VJ3151314K2OL2PJ25L315625L31582SS25D315625D314R317W27619318D3131318G3134318J2U831AB318N318R31AF3183315331A33153315931AH317231AT318Z31943192255313W152412213197152692E32Y53117316U319E317B319G2X315314E15319L319S31AE31BR31792TE2YA317U31BA31AS24P15315I152WM2T631BQ319D31C32YR31BU298152X52X7315K2TT2Q62U62Q92U8152XH2XJ2QP2QK31822XO2UJ2UF2XU2XT2XQ315F31C92XX2R824P1124122H31971131BN2RR319B318S311S3179311U314A313N11314E1131BZ312331822YQ31B8215315621531A827G25P2O52O726329O1131AC31C0319V2V2310B2TE1X31561X31E0317V2WF2BV315I1131CD31DI31B421L31562US317P31B831EQ2SH31AR31DO31CM313031CO2XB31CQ318I2XF2NY2QE2MH2XK31CY316031D02XU31D231D531D42QY31C81131D82IM1T31DG31BP315Z310A31DL31492V8314B2981T314E1T31DS314I2YP2W421D315621D31AM2W931AO27H31AQ31D61T31AV31F1315M2U626G24S2U81T315S310024P1T21D26W31GI313F317631B431BS2S231DN2VA1T31BD31GN1H25K31GI313W1T316I2P92IM1P2RL31GI2LP1P316R31GT31C22V8317A31GW31FT313N2CD2N92NB1P319L31HE319O2M6319R31DT3160319Z27H31A131ET31BA24822X315622X31EH31C731EJ24P1P31E82SG319U2Y824E2W331B631AJ2X031G6315A22P315622P31AR31I91P31GD318F315L318H2Q8318K31IA31GL313A31B3316U31DV31I2318W2X31P31H01P31BF313W1L31BJ31971L2692GQ31FO3145316031GV2SQ31CJ28D1L314E1L31FZ318131JL31CH31B831C531A92YZ1L315I1L31EN31J231CG31HI31C431GX2X31L31EZ315J31IU31CP31AY2XF1L31CV31F831CX2XM2RX31FC31D531FE2QY31FG2R131I91L31FK24P1H311031HC2761H31JH31DH31K531JV31HI31DM31HL2VA1H314E1H31JT31C131DU318U31DW31DY31I731E32SY1H31IC31G0317831K72YR31EE27H31EG314S31E131LL24P24329O1H315I1H31K431HG318231EV2VJ31A22TE31M831ES31FU28D1H31KC318E2X92RV2XC31CR2XF2OO31F72QG31KL316U31KO2QY31KQ2QV31KS318A31M131KW23131L331JJ319C31L62YE31HJ31JN31K9298231314E2DC2NE2YM31LP318T31B631G327H31G52PM315A31G82NA31IQ2SY23131IT31MJ31IV313431GH2U823131J02IM23121D1O31GR315Y31JK31FQ31L731FS2YE31ME27623131H023131H231H431O131H7316K22X2M931L024P22X31HF31CF31N5316231L831OB313N22X314E22X319L31OQ31HT319Q31AD31EA2SL21T315621T31MA31A431A631LK2OG31I92DO2OC318031LF31602SN31NJ25531NL31B92OT31NO31GA31C822X31IT23Q313224Q2602XD31AZ2MP2DO31B231M631PL31LH31J5312E31OX31H022X31JB2IM22T31BJ31OO22T2ME319P31EO31HH31N631OV31662VA22T314E22T31LE31P62NN31EC31CI2TG31C631LY2VV22T315I22T31M531OS31O831N631K831L92X322T31MH31AW2Q431F32TX2U822T31KJ31MQ2U531MS2XU2XP31MU2XS2UJ31C822T31KW22P31JE2MB24P22P31QK31N331DJ31QX31FR319F31N928D22P314E22P31QV31B431J42NV24831DX315D31PE31D622P31LO31JU31R9316231ED31EF31SL31C822P315I22P31R731FP2RX31MC31PB31EU314P25P31MD2N526O31SA31RF31F131ML31F42U822P31RM2U331MR31CZ31RQ31D131RT2XU31SV31KW23H31S3311631T031EB31S731BT31S92ET314E23H31SE31J331G231G431IL31BA24431PS31NQ2YZ23H31NT31PY31NW31GI2MP23H31O024P23H21D22G31O531L531SQ2V531S831RC29823H31H023H31OH31BG2IM23H31OK2IM23D2AC24V31S023D31OR31TU31DK31O931US31OW2VA23D314E23D319L31V831P331HV31NG31P731P931T331I231I427H31I631LW31EI2SY23D31SO31PK31G131B624H22I28324Q31NM31U725531W427Z31W631C823D31UD31AX31Q131IY31VY31Q531R82RX31SG2SQ2O331E2317D26M28D2F2310J31V331QE24P23931RZ2LP2392692M031S431GU31TW31HK31VE2X3239314E23931U231K631RA31QZ2V831R131PF2SY2FE2P327623931SZ31O731LQ31XG31JX31TY31WY31TB31KE31F231KG2U823931TH31F931KM2V231MT2QV31MV2UH31RU31I923931KW23524124931V62LP23531X331QL31UP31XS31OU31OA31QQ2X3235314E23531XE31Q731B62TE31SJ2NF31SU31I923531VZ31QW314731JW31I231LT2Z231Z22SY235315I23531XQ31N42TA31T231I131SH31ZK31OC24P23531XX31NU31KF31Q12XF23531Y331TJ2RW2612SL2QT26N2UB31TM31D331YB31ZD31KW22531YL31X531QN31YP31VD31YR298225314E22531YW31W131BA24C31PN31PP31AN31AP31UA2VV22531WF31NV2XD31NX2MP22531UJ225310331V631GS31WL31TV31VC31TX31UT28D22531H022531UY313W22531V224P22124126X31YI27622131V931XR321831QO31YQ317D298221314E221319L321Q31VL31P531B424931WA24931W631B731I231A527H31A731VV31I82SY22131Z531SF2W431IJ25531AL31W731PR320S31D6221320W2LW31GF318I31IY322I31WK31VA3152320N313L31QA2VA22131H022131WX21X31X027621X31BN31YM31Q631O82ZA31UR26A31X8320G28D21X314E21X320L31YO314M31XU31XI31JZ2VV21X315I21X31ZH31S531Z731LR323V31X929821X31ZR2XA31TD31RJ2MP21X31ZX31RO31TK31D531RR31Y831TN31D531C821X31KW21T2RL321O24P21T323F320C31XF320E321A324728D21T314E21T323S31NH32332YR31Z031DZ322F31R229O21T322J320D323U31Z931ST325C31XK2YZ21T315I21T324231EP31ER31VQ31ZM325T31BB324U324A31MK31RI2XE2U821T324G2XL31RP324J320531FF3207325N31KW22L324W31TT319T317723M31VB321U320F321W28D22L314E22L325631IH320N320P31U6322Q31G9320T29O22L322U26X322W2LW320Z2IM22L31UJ22L21D214321531O631ZI323T2YB321V325X22L31H022L321G3277321J22H2UR324T22H321R327F321T324Z323M326N27622H314E22H319L327T322331E93225322732292TE31VS25531VU31XJ31D622H325G31LG31II31AK326W27624426X31WA26X31WC31I922H3272327431352U8328H3230321S326T2OM3234317V313N22H31H022H31WX22D2411P324T22D31JH323G3217326K327X31N8321B27622D314E22D326S31S622E323J31ET26V31SH31JY312E31I922D315I22D325R325H31ZL329L3251329N325Z31RH31Y02MP2HV31MP31TI324H31FB31TL31FD324M31FH32A031KW2292M9324T229329G324X31OT31UR3250323N276229314E229329R31AG3293325931LJ325L31D6229328I32AV32A62NW31ZA31LV328F31C8229315I22932A431M7325W322A325V31EW325X22932AA31ZT31MM2U82Q132AF31Y432672QY324K2XR320631TO31I922931KW24T32AT326G327V329J32AW327Y325X24T314E24T31JT31IE2QL23T32922PJ326V322P328N31U931D624T328V31IW26X327624P24T31UJ24T21D23C327D31YN327W32CF32A732AY32D131H024T327N32D1321J24P31BJ324T24P327U3243316132DA2NW31JO27624P314E24P32B32MR31WA25T328A312A2YU312D31VW2YZ28L31PI322431U331B62Z82MY318631U7315C2NF31MY32DT32CX3134315O2U828L31B2313X24O24U31PO327E32DO31JM32DR31XV31DA31WV276310M2T12IM31KX310R31UZ276321J24L24125532ES2LP24L32DN31B43171316Y311B317032FK325X24L3175329I329S326L32AX327Z24P24L317G255317I3287316U21L31W431T632E122E25M31SH312B2WQ32E4322G2YZ24L32BB320M2OM312O27H312Q32CS2O131882X932EI32FV32EK31WH2U832GE31B224L318P32ET32D832CP32BD31PQ32FU24L31H024L31WX24H31YG32FD27624H32FG316U32FI3171248317131ZO24H32FP3231324432FS32CG32HJ32FX32FZ31HW31ZJ31WA21L32G531I2314O314Q32B831C824H32GF31WM318432GJ32EE2OT32GN312V31D624H32GR31CR31IY32I331B224H32GX321632HM31B5325831B831J629824H31H024H31WX25924126H32HA24P25932HD324Y32DQ317C325X259314E2592SC21P31NF22E21C31Z632DY2MY32HX31SH32HZ27X31ZC2YZ25932I432572OM31552AG328M2O132EG315E31C825932IE2NL318H32JO31B225931GP32ES32IL329132FR329K32EX329M32J031H032JZ316D32J0316F32F7259321J2M6319A32GZ32KA32J432DS27N314E2NF31NE31PJ32JF1P31WA1P32JI2SQ1H31WA1H31W632BH31I92Z232E832G0328J320N22X31WA22X31W632H22O132GI2XI32GP2WJ31XN31KD31ZS327332CY21K32ES2MP2Z231B231PO1832K732EU31X6321932HP313N316A32F031BG313U32F72P9310W2IM25132J232BC31N732KC32A824P251314E251323S3200315226F32B531B823531WA23532L7323X29O25132JP32H024C22131WA22132LI2SS21T31WA21T328S2SY25132K02TT32LV32ME31UJ25131UM32M132KP32HN32KB32J531ZO25131H032NF32KH25131WX251321J24X32MG31UQ327H326M325X24X314E24X32DX31WN2NW24P22L27H32D132I131I924X32N232322OM24H32OE27I2IH32LJ24425532OO2552IH31C824X32NG2XB32NI24P32OJ31B224X21D2482JN32K832CD32KQ32O432FT32O631H032OY32KH24X31WX24X321J23X32IX2JN2LP23X32O22RX32HF32FM32HH32FM31ZO23X32HL32K93244329U316326Y32M52VA23X32HR312231VN2NN23L32OO23L2IH32BP2SQ32G92YV32OH2SY23X32OK32B42PJ32LL32GK32OR32IA32GP23X32OZ31Q22IM32QM31B223X32IK32M232EA32IO31Q9329532Q631H023X31WX23T24125L32PO2762LB32KO323H327G32MI32NR313N23T314E23T32DX24132OO24132QF2TE32QI32GB325D32RG32QN32IN2OM32EC2N232I8328N32JW32GP23T32OZ32EM2MP23T31UJ23T327B32P832R332J332PC32Q52X323T31H032SA32KH23T32KJ313W23T321J23O29T318226932OO26932OW2A523K2LS31HZ27623L26P2AX2552WD2NW26P32OE25026P2IH23L28N27N28P23P2691P2M52M723P31HQ2ZS2P432T52LT32T826P2DM32TC2IM32T92EY32U224P32T92GA32U623L2A524D2WB2JN32TD24D2WW24G24Q2X124622924624P25Y22922E25Y21932DT25132DT2192MP2512MP2192882KJ27624D2KU24P23Y28P32QG2MV1X32OO1X2IH24D29W24G2B632V532UI322N2IM32UO28025Y27V2192A32KC32V532V732V9325I2OM21D32OO21D32VG2AN32VJ2AP24P32UH24O32VJ32UL2JN32UP27921521932W725132W732V628032VY32BD2PK32OO1932VG2J532VJ2QK32W932WB32VO28X25Y28032WG2QK2KJ2IM32WL32V832VA2SN1132OO1132VG2B032VJ2M732WW32VN24P24632V725Y27U32WG2BR32ML32XP32X632WN32VB24C1P32OO1P32VG2CE32VJ2NB32XH32UL2LJ32UP27M32WG2MU2512MU32XS32X82W41H32OO1H32VG2DP32VJ2OD32Y332VO32UB32UP29J32WG2NR32NL32VW32WM32YD31B622X32OO22X32VG2F332VJ2O032YM32XJ24932VQ29Y32WG2OQ32NX32YU32X732VZ2PJ22P32OO22P32VG2JH32VJ2QV32Z524632FB32UP2AC32WG2QV25132ZN32VX32YW320N23D32OO23D32VG2HL32VJ2HN32W832VM32UL26H32VQ2AP32WG2Q32512Q332YC32ZF2MV23532OO23532VG2GD32VJ2PA32ZO2ME32UP2B232WG2PU2512PU330H32WO22132OO31BK32W82KZ32W632X5330832VO26X32VQ2BF32WG2SW32WJ32X532V72JG27627827626W27C24L32DT25632DT21A27W24P2542DF21521B2MX25N2D42152NG24P24232DT2162AA331U32ZS21B2AS25N32Z9332323V32DT332325C332H27C28K21524X2AP27T27V28828X32DW23L332P29O21B2ES332227C23V27J32DT25F332K276332M32TL332Q32DW332S28821531I9331K24P331M32DT32DT24O24S32DT24Q32F424P25Q24O24O24Q27527626K25J25K25N25H25O25P2IM333U32DT27325C26225C334025O23R32DT2182L827C21A2GZ331U2H1331X23D27G25N2GQ21521827R329T28P334F27G25A27C32UU333732DT2142G627K2C328K2102XI2QJ2761W31DC27H2LP21O3359332T2DD2VA21932Y529821826H27S32W72192M331L4335O27G23Q335R29P24P2ML24P21A2GQ24P265334Q21B31TG22E25N2GF334R26P335W32XP27828024U27C21825L27S2C32772F92IK331J321K336R336P2NE32UX2762P832DT2101X27S2OD21932V7333A21B1X22E31LU32US21B2PC25N2CS334R334G27621A25L29Y2542C3331X336E336A2BR334R335925P288334W22E21N336K335P27H335R2B031YM3350336U335329N27V24H335627C27Q27S28P1W334T333A21O338I28P335J2X3335L2MF28D333G333I333J276257333N333M27625K25R25K26325G314R338U2763395333J22H24624Q331O27626J25I26325P25O26326I25I25H339G24A24Q24V32DT339L339N263339P31W627625J25O266339827626H25I26H24Q339826U26M24Q338Y24P26226625C25J333R333T2IH27626625K25C26524Q33AK333Q25K25G25O334527626X25H25K25S339J26224Q24I32DT26D25I25M25K25H33AY33B0339J24Q24J32DT25J33AG25F25K26K26725O25J33AP33BG27626N25C26325O26Y339J33BN26333B432DT33AE33AG25Q26A25K26525K333Y2IM26I334E337I33622152IJ331V24O331X32EC332033CJ334S31E1334V282334Y336S335127633882AG338A338C27P335H28H335D31S0335G27S333D313N338P2X3335V3382331J335T2UY33DB335X336S2E3336121A2ZB33652ZB331X312B337F33CN337Q23Q336G32WD32SX276336L336N336S31JI336X2HC288336V336U3350336Z33CV336M2X0338A2JU332M24H2KF33EF2L133EF31X427C1W1P27S2P4332N28O338A2J728K21928V27N2OD33DZ33EC336P33E2336S33E4336X336W336S2YV33E521433EB322N33ED2P827J33EG33FF338A33EJ33FG33EL335B33EO27H33EQ3339338M2JN33FI27733EX2Z227621B22122F27H33G025Y337D334O337G337X2L9337J337L331U337O21B337Q25N337S218337U337W33CR334Z32DT33FA3354338B27N338D338L335B33GT28Q33GV338N29833D9335N338125533832ZI2UY338S27C338U28P24P33AB32DT25K26225O25H25H33A2333J33HJ24P339A339C32DT339F339H339J339T339O339Q339S339M33HU339X24P339Z33A1338U33A433A633A833AA33AR33HF33HH333S33AQ32DT33AM33AO33IC27625Q33AT33AV24G33ID339G25E26226125K25M33AV24M33C233HG25H26G33BV25K26I33BU25M334133B324N33IV33HH33IY25O33J033J2334124Q33IU27625M33JC25O26N25K25E25O26825J339Z33C0339R27626I26N26333IJ33AW24P33BC33B126333B333B527633B733B933BB33AZ33K124Q33IL33JT25D339233IR26533BE339D24P27233AN26526N339G26I25D25C25H25P2ZS32DT26926425G33C925I25C25P26Z25I25I26526X339233AP33K424P33JH26333J333JN33JP339J33CB33CD335W334H33CG331U2ZI33CK2QI33CM334R334T25P33CQ334X33GM33CU27D33GP33CZ24P335833D6335B33D3335F33D127V33D8335M28D33DB33H333DD2EP33DF338133DH336P33DJ331R33DM26533DO337D33LR2YV336D336F33EA27G24M336O32V22MF337W25D27S2NB21431BQ27K2NE33FG2IL33EF33EU33FG33EE27J333C336S332P32DT331Y2RZ2152E12KF2CQ27621M25D2L12542CG331X33EB25N337O21K2PC23Q2ML29G2M024V29O29G2WW2VV29G33F933O823L33H529O21G33692WN29U24933562A32EC2P729821H2A521L22P33562PA21K337Q32TC29K31ZW311F29F28X332T32UU27M25R33NK25D337A25N33PB33G433G0336A33G333G5336A33G733CE337K337M33GD33GF33GH33GJ33DY282337Z33DY33H2338322X338533GN335233M133GR27P33GV338H338F28Y33GX33MB338Q331J27C338T338U32UW27633JY26125Q25H33AO25M31GA339624P33HL33HN33KJ33HQ339I339K33HX339V33HV33JT33QY339W33BH33A033HJ33I433A732DT33A933R024P26M33QM26533QO33IB33AR33IE26524R1H25321821U26W1H21J339B33AC33IQ33BU33B333AR33II33AU33KB32DT27233IN33IP33IR33AV33KJ33S5266339Z25P339L33AG33B333JS24P27333BA334125S33C127626M25O26533KQ33KS25P33BV25J33IG24P26F33JX33J6339E25H2642TJ33SR23T26I33JW33KH33JY33K033B233SM24P33K633BA33TB33C033KC24P33KQ33KF25M33KH33C033E533KX33KZ25J33L133L333L533L733L933RB33JU33JW33S033H826X25I334926525C25I25J24R25U2591726M22025V2312462IM26E33LK319T334H22133CH3121331X311E25N311C33LT33CP33PT27G33PV24P2182CV21923L335629O338633FA33PX338A31BO338D33M928932T62SK28Y33VE33GY338R32ZQ31S033V2335W338R33JZ3360331R311G26533UV21B23D33LR2PX33MU319T32XP33FB27G23X33MZ33P533N233N433CV33VE21033N331G933CV33N727F33Q432DW27933FU27W2JC338E2QU2UM333727C338K33Q824P213334N27H334Q21H24H2BF25627C29V2J726B2A321C31BQ2A92NE31412AA2P833XE33EU2LP21I21D2CS31PO32DW21B2SG25N2E321533X133X333X52492KF26H2A329V33EJ33Y02F327N2O0312Y33F92P421H22X21L2P82OX21H23D3356336433XA2V033XC27N33XE33EE33XE33EH33XE33PZ31S02A9310O31S01C3264317N316P26H31BO32W72NV336U2AV2JC2A92LN311323533XM2PU21324X337A23P33ZF33G421533G125N33ZK33G4337E33PL33LL33GA33PO33XO33PQ32DW33GI31E133GK33UZ336K33V323L33YC2VV33V8335233VA33WK33VC27P22H27S2QF1W33VE21O340C32GJ33MA335K33VM2LP33H733QQ253338X32DT25N33U526225R33HL3397339633HN33I633SW340T26226233IB33LB26833KZ25Q25O33HT33QZ33SG341C33R3339Y33R533I333A533SW33RJ24R21F21C341P341P1G24633HL25933A633RY33JX333V33JZ33K933TC33LB33SO33SQ33KR33KT33SU33SW33SY33S033LB33TF33K833BD33TI339S33KE33JW33TN33BE33AR26933JA33KU33KJ27133JW25J33S533SU25M33SL33H826C33C7339J25C33BA342925O33U933BF339S33C9339T33QM339I334433H826G25J33QO339G334224Q33U333U533AO33U833SV33TQ33KY33L033L233L433L633L826333AP341Z27325O33TN339O24R21S1H24Z23421O21R22724632UO33UY33UN33GA33CH2WW337P33LR2WD33UW334U344E33CS336P33LZ33CW2VV335533WJ33M4335A28933M733VI33M532DW33QB33DA3408335S33MH2M733DG335Y33MM337J32TD265344L21B2VP336A2M033W133DU33QD280259336K33FC336O2152A332VK33M333WE2VD28931BQ21O2YA21K2ND315D29K337231LU29Z3123345S2MF2A333WP33LV33WR24P27133WT33LU28P21326927G241330U21G2NP319T2NR33Y124O26G2A31C2NY27H33Y633FR311X33OM2P833Y024933F9347633H52AU33Q131AT33X233WJ21H33MC2762131933ZG347K33G424P33PC347O33ZO33G633ZW33PM33GB337N33ZU334O33PR33ZY344E33V033ME338334042M7340633CV33Q3335733WY2553364340F345121O348B336433VK331J347H27733QE33H8333J24Z333N33H826433QK33AE339G25P340X33QR340Z339B34173419341B33R233TZ349533HZ33I133R6341K341133AC348V339H33RH33ID33KM33HO27625N26425S26G33HH26Y266348W33SF32DT26M26325I26425J33KU24K32DT26G26226533JW25H23T26826233AZ349Z349J24P26Y33IQ33IS34A834AA33C934A032DT271349Y33ST25K34AI34AB33KU33TJ26Y34AK34A4339G25G34AD27125D34AO33B226534AY33SW33RZ33AV33BR33RC33SP33BX26326725C33IS33TA342133K233TD342D33TH3437339Y33BJ33BL33BN33BP34BO24P33BT33BV34BD33BZ2IM344434463448344A344C33UM33G9336225L344H33CJ33GE344K33CN346J344O33LY3387348933VD3451335C27S33M83451348J277348L348333MG335U33MJ345A33VS345C2IM345E34CB345H25N345J21833DT33DV345N345P33E032DW345T346C345W2NB1W345Z346134632VG24P21G346633FX2A6346932Z727N346C34CF28L27C346H33Q933UX33WW346M22E346O32DW346Q335W346T2492L1346W2AD346Z316A311X347233OL33OA347634783473347A316P347C3198347E28K347G33QC33WW347K22E23P347M21B347O336A347Q33PJ337F347T33ZR34C833ZT337P347Y33ZW33PS33V133PU3380335Q33DD348533CT34CI338933WK33M2210348H335B340G34FP3452335K348L340O3396348Q33QI341Z348T25Q25N33HG33RK33QQ348Z338U33HN349225K341A341F3496339U341G33I0341I333J33R7341133AR34G325H265349G33AL349I33LB349L349N33HH26J34G4349T33SN349W34AO24Q34A127634A334A533BA34AR34AK34AD34AF33S634H934AC34H4346G34AO33JW34HE34AT32DT34AV349Z34AX339334B034B2349Z34B434B6341X33S034BA342434BY34BG33AV341Z33TH33K333B633B833TG34BJ34BU33BI25J33BK33BM33BO33BQ32DT34BW33BW33BY33LI33QR344534473449344B344D34FD34F6337K34CA344J337R34CE34E0337X344P348733M034FL344U335733VE34CM335E3450344X34CQ33H033MD345533DE345834CW33DI34CY3362345D345F34D334D534D7345M32J034DA33F1345S333734DE33WA345Y2V034602TG346227S2NG34DN337334682W1346A34DT33Q534E01X34DX346I34E0346L346N346P346R23Q34E834EA346X34ED347133ES34EH3475347334EK33OL34EM316L34EO1934EQ33X5348L347J347L337C34F025N34F233ZP34F5344F34F733GC347X337R34FB348034IS337Y34FF33DC277326F34FJ33GO34J433GQ348A27S348D34FR34LV340K338O34FV348N33QQ34FY33HB348S348U25E33KS33HI34G633QS349132DT341834GB349434GF34GE33HY33R433I234GJ349B33R933AA349D349R349F33AJ349H33IF33KJ34GU349O25H26Y34M833HH34GZ33RC34H134HF34A234A434A634HK34HB34AG2TJ34A934AS34H334AM34HI34AQ34NF34HA34AU34AW34B534HQ342Q34HS33QW34HP34AZ34HW34B9349U34BC33BY34I134BI342F34I533K534I7342E33KA34BA34IB34ID34BS34IG33BS33BU34IJ34BE34IL34C134IO34C424C34C6334H2J5331U2J7331X24H33LR2R8344M346E34LK34J134EO344S29O34J534CK344X34J833D433VJ345333H134FG34LO345733PW335W34CX33DK31D926534OV34EZ33LR2IL345K33W333EB26P33W733N133DY34DF33CV340827K33E4338D2YA28533NB28821O34DO2OD21134EG28F2P828828533EH34QC33H334QB2UU34EO21L332L284348L345G337A2SK337C34LB337H34IT347V33PP34FA337T34LJ337X348234JF31X4348634P034CJ34KC33WQ28933GV33WU34R834JC34M1331L348O32DT258333N341Z333Z349M25O25Q25Q348Y34MC34AD33QV33HS3495341E349734ML349A33I534MP24Q33HZ34RN33AI341L33KM341N341Q341R34MD27625I26133BO33T725S34A43433341Z34S4333Y33S034NW34BU34HZ34O034BH25432DT26Z25O26133QM33B933KH25P26Y34NP34MG33JY26334IE33BP33B334ST34SC34SE25J34SG34SI25H34SV25G33L633S734ME25J26725I33JM34BY34IL34IR33G8334H34C933GC34CB2WB34IX34OW33LW22E34OZ344R34R633M334J7344Z28Q34P834FU34ET34CT34PC34CV34PF34JJ33DK34JM34D233LR34JP33MV348M34D933DY345Q27V34DD27P34PV34JZ313H34K12V834K3346434DM34Q634K8317K34KA345U346D28P34KE27634DY33GW34KH34E234E421534E6346S347334KO34EC2NZ34EF34KS29V34EI34KV34KU34KX34VT1D34L034L2311X34L434EV34EX34L7347P34QR347S34QT34LD33PN34LF34F934LH34QY329T33ZZ34LL34PE34LN335S34FI344Q34FK33CX34FM344V34FS348E344X348G34LY34FT34M034ET34FW338U34M433TD34G126234B226325C33JM33UA34MB349033TD34MF34GC34RV33HW34MI349834GI32DT34GK34S133H834X326434X534X734GQ24P33RJ33JE340S349M34MZ26Y34X434X633BO34N4349V349X34N734H534N934H834NL34AC33KJ34HC34AH34Y934AL34VB34NJ34NB34NN34HO34NP34AZ34NR34B333K234YL34B733JX34HY34NZ34BE34O134I334BJ34O433TE34O634BN34O934BQ34T734OD34BV34OF34TQ26334C034IN34C3344B32W734LK34C721A25D33CH25D34CB2WZ33NZ34IY344N34OY34CH34LR34WN34P333D034CL34U833D534JB34P934JE34PB345634UF319T34PG331R2X1265344I34CC34TZ34D634UN336H24P24034JT33FD27D34UV34PY33WJ1W2YA33ER32TM338A33NB33FG33ND33FE332M2A533WP333A34VA33WJ34RB333A21333VG331C21G33WE23Q2NB29V2HC25J346X346R33XN29U34EG346U345U29V31X4347634VR34KZ33LZ34L12BF28K2AZ33F92M734ES2X321321D33ZG352233G422933ZL3526347R33PK34LC34ZH34QV34LG33GG34LI34WE348134LM33MF34LO33H534R434U434LS34FN33OJ2PA34WR332T21O352R34LZ33GZ34RE333H34RG27624W348R32DT34G1342S33IO34RQ34XA34GA34XD34MI34RW34XG34RY341J34S027633RA33AC3537341534MU34GR33IF341Z34GU26Z33C925E34YR34HX34NY26534I034SS34SU34SW34SY343034T134T3341A33HC276353T25J33IO33RB34Y334H2342333SP33SR342733BO34O233K134YZ34BM34I934Z334IC34BR34IF34BU34II34Z9342933IJ34ZB34C234IP24633CC344E34ZH33LN33CI33LQ336A33DO33CO34ZQ34J034ZS33Q2352P344V34U734CN34JA335I350134WH352K350433MI34UG33ML34JK33DL34D033MQ33DQ33MT350E33W233MW22E24834PS28734PU34JY32UU33F5336S33F733M334DK2NG337534KS21A21L33IU2VJ337C3379336A337925Y218346623Q2OD21433WE24I2NB350N33EF350U350X33NG333728832UU33NJ33FY34E22MG21521K351A2YJ23L2KF24N33OE33EJ33OE31X433OE33OA29O347G33F928D21L1H33562OQ33OY27S32XP21G33GV29Q34PT336P33P833NK3522336A352433FZ33ZL33PI34QS34TT33ZS34WA33GE34QX33ZX352H34LK34R13503269352M34LQ355G34ZU34LT33GS33WV33Q734R83514338M355N348M34RF33QQ33HA33JY349Y339N25M25E25K353934G8339B33QU348W34RU353D34XF34MK341H34MM34XJ34MO353J33AA33SG359533B825E34XR341M23O26I25121U22324F24Z339B34SO33TJ34MS33IO34ND24Q33T034Z7349Z34BW34A4354J33KU34TA24P334834AS27025J359625E343W26533B333RU33AN34BK354H342533SS342834YX34O334BL34Z134I933TJ33TL342J33TO33KV27633TR343S33TV343V33TY341E33JV354Z311X353427633JO34SI343G33AV34XH26633S127626Y25M33BV33BO26M26425C34BU34XC25O26D333Z33HG35BQ346G25O25T26535C234GN34BU27135C726526J26426534B533SV33AR342A34TK27626F34BQ26D34RN33BO25P34N4343W354U34SO341Z339L33BV35BW35BY33AR342Z33AG35B724P26J33IR25E25Q34N633SC34XE33R134GF34RR25B33HP35DA35DC34Y425P342R33C9342U33BO342W343K32DT33U433U6343O354924P27026L25C25G24B24R26I25T23M21525R22723E341T34MB26M21S23L22X23823823G35A234HM25C25V25O33HJ24925Z26H33HJ21L26033A633AC35C024Q25A32DT263332033HE33HF33U725P24323Q23Q24B24124C24824024B24F24E24A24B34XB349334GD35AG35C035DP342T33IQ342V25S24R331Q24P26H24A24A35ED35C535BS33BA25O27125S34SE33SW333X33KY35DZ26Y34SY33AV33LB35GG34I126I34IF342L354233TN33HL332V33RB26G33TN25C33BN33IB33TJ26L33JW34RO333Z33JD33SG342N25K33QW33HL26J35EZ34IH33U135ER25022N25821526Y1Q21S35EE33QG35EV23W21L2571I1V1U226359C33HD35CH25I3391339333KH35C824R24X1Q26G24P26Z21R22Y35HM32DT22X26S35EV339632IX33SW33KO34BT35A926Y349X33LE33BW35DQ339F33KT33SW35CD35C834BU26G35HY23T33JK339324335CC35CE34GD34BA35IV353Z33K7343J33H835J826Y35EP35ER339624033A633LB35J827233JW26134SE33KU33H825K35HY35I033941S23A2371W21N21L22X35HW339E359E33QX35DH1Y22I1Y1921J1622U35IC32DT24735IG338U24233A634BA35IN34XO33IS34HN33B333HK339623P33A633KJ35JS34B533I934GO35CE24R171G22V25Y26J26E23C35KF32DW26Q35KL34A235IZ33BX33HH35J335JR35HY35KZ35DU35K4341435J134AZ33JF35D835K535JE35EQ26X25C25T33HG24R101322222E21W22K21L341T23R25V21O25224B24823735LA22X25N35KI333J26833A633HA35J835CG35CI33U926U33L434AO25C25R25S26U24824B26132E034BA34SI265264262341326224R23324Q23W25L22U26Z21V341T21V22H25E25Y22Z1T233341T34ZC355233HJ22135MI35C533IY343225H35IS34HL27626A34M935J033923394339634E934AD353635H725O349E348X24D25Y25722X26822R22235LA24P26A35JJ33C233C835N5341434MS33KU338W34H535IZ27033QK33JW339I23T349Q348W34X135P135OC34GN33RK25F24F25W2211D23G35EM34BU35N435N635PA24Q35AG35IY34B523T35P035DC35OC23T34GX34GO35OA35P8339I26234N234MA333J1935MI33HJ21526B35OQ27635PK341435Q224Q35OX24P35PP25I35PR35PZ2TJ34N134M935PY35PT33QW353U35N92451823I21I23125Q22434SB33AD35OS35N6353M35QF35LE35PQ35PS35P22TJ354B354D35LR35OB35Q034XZ34X733HL35Q933RB25E33U934B525H35A835OR33C735N634XN34XP354L34RI35OY35R835QL35P435RH354L34HG34SE26533QL33QN25D35I233RK21U23335EI21K21Y23H339B35B333KR35O535J235C535S535S733RF31AQ22Y22R23K2151P25M223339B34BA35KX25I34GU34S435RQ338Z35HY35T334RO35SA35LM35D8349M23T26K34RO24324R1I35EJ26H25322S1M341T22322N22V23A1G27121U35MG267341W33HW339I24Q332G35CO26826F26B26G23T26D26K26M26K26F26L26Y23T26M27026835PV31T923O35PR35UE26K26N35U526K26L24F24F24R27025V33W621I228171M33HJ1926335MJ32DT24835LD33SN33L633KE25G35O024Q23U32DT26F35U535U735U935UB35UD35UF2LB26G26I26A23T35UN27324A26Z26C26826D26D26826E26F23R26F26K27124R25P26P23O22E24K21C22P35V4338U24926235V833SN33A634HG35VK35U635U835UA35UC35UE26Y34BU359Q3597339233JA24R1D25123Y22124B26Z21W339B35A935WZ359833IZ35SA24R2721S25426H26A25R35R034AD35AK35AM23T33J925K35J334BA26J33T234T625R25R344134Z634SQ34YV34BH33H826D25C25Q35S933C4354M342234I633K734BN33H8342426C349X33HF33JY26A25O25S26L25I33SA33JY25M33U9339Z33TN35DZ339035O635D735YK35N625O35MP35CJ24835YR35YT33AC33HE33IW33QJ35SP33QO35DZ35N825R35TB34X235OV359433QK35PM34M625Q35Q135QO34RK35T825Q35P735ZR35S233SV35ZQ35R534G035AL359R25K');local e=bit and bit.bxor or function(o,d)local l,e=1,0 while o>0 and d>0 do local n,f=o%2,d%2 if n~=f then e=e+l end o,d,l=(o-n)/2,(d-f)/2,l*2 end if o<d then o=d end while o>0 do local d=o%2 if d>0 then e=e+l end o,l=(o-d)/2,l*2 end return e end local function o(l,o,d)if d then local o=(l/2^(o-1))%2^((d-1)-(o-1)+1);return o-o%1;else local o=2^(o-1);return(l%(o+o)>=o)and 1 or 0;end;end;local l=1;local function d()local f,o,d,n=P(f,l,l+3);f=e(f,169)o=e(o,169)d=e(d,169)n=e(n,169)l=l+4;return(n*16777216)+(d*65536)+(o*256)+f;end;local function r()local o=e(P(f,l,l),169);l=l+1;return o;end;local function T()local l=d();local d=d();local n=1;local e=(o(d,1,20)*(2^32))+l;local l=o(d,21,31);local o=((-1)^o(d,32));if(l==0)then if(e==0)then return o*0;else l=1;n=0;end;elseif(l==2047)then return(e==0)and(o*(1/0))or(o*(0/0));end;return O(o,l-1023)*(n+(e/(2^52)));end;local D=d;local function O(o)local d;if(not o)then o=D();if(o==0)then return'';end;end;d=n(f,l,l+o-1);l=l+o;local l={}for o=1,#d do l[o]=a(e(P(n(d,o,o)),169))end return M(l);end;local l=d;local function P(...)return{...},H('#',...)end local function I()local a={0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0};local c={0,0,0,0,0,0,0,0,0,0,0,0};local l={};local f={a,nil,c,nil,l};for f=1,d()do local n=e(d(),132);local d=e(d(),16);local e=o(n,1,2);local l=o(d,1,11);local l={l,o(n,3,11),nil,nil,d};if(e==0)then l[3]=o(n,12,20);l[5]=o(n,21,29);elseif(e==1)then l[3]=o(d,12,33);elseif(e==2)then l[3]=o(d,12,32)-1048575;elseif(e==3)then l[3]=o(d,12,32)-1048575;l[5]=o(n,21,29);end;a[f]=l;end;for o=1,d()do c[o-1]=I();end;f[4]=r();local o=d()local d={0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0};for e=1,o do local l=r();local o;if(l==1)then o=(r()~=0);elseif(l==2)then o=T();elseif(l==3)then o=O();end;d[e]=o;end;f[2]=d return f;end;local function L(o,D,f)local d=o[1];local n=o[2];local l=o[3];local o=o[4];return function(...)local e=d;local n=n;local B=l;local a=o;local M=P local l=1;local r=-1;local T={};local P={...};local H=H('#',...)-1;local O={};local d={};for o=0,H do if(o>=a)then T[o-a]=P[o+1];else d[o]=P[o+1];end;end;local o=H-a+1 local o;local H;while true do o=e[l];H=o[1];if H<=68 then if H<=33 then if H<=16 then if H<=7 then if H<=3 then if H<=1 then if H>0 then if(d[o[2]]==n[o[5]])then l=l+1;else l=l+o[3];end;else if(d[o[2]]~=d[o[5]])then l=l+1;else l=l+o[3];end;end;elseif H>2 then d[o[2]]=d[o[3]][d[o[5]]];else local e=o[2];local f={};local l=0;local n=r;for o=e+1,n do l=l+1;f[l]=d[o];end;local n={d[e](c(f,1,n-e))};local o=e+o[5]-2;l=0;for o=e,o do l=l+1;d[o]=n[l];end;r=o;end;elseif H<=5 then if H>4 then local l=o[2];local n={};local e=0;local o=l+o[3]-1;for o=l+1,o do e=e+1;n[e]=d[o];end;d[l](c(n,1,o-l));r=l;else local c;local a;local f;d[o[2]]();r=f;l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]={unpack({},1,o[3])};l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];f=o[2];a=d[f];c=o[3];for o=1,c do a[o]=d[f+o]end;end;elseif H==6 then d[o[2]]=d[o[3]][n[o[5]]];else local T;local H;local a;local A;local P;f[n[o[3]]]=d[o[2]];l=l+1;o=e[l];d[o[2]]=D[o[3]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];end;elseif H<=11 then if H<=9 then if H==8 then local T;local H;local a;local A;local P;f[n[o[3]]]=d[o[2]];l=l+1;o=e[l];d[o[2]]=D[o[3]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];else local e=o[2];local f={};local l=0;local n=r;for o=e+1,n do l=l+1;f[l]=d[o];end;local n={d[e](c(f,1,n-e))};local o=e+o[5]-2;l=0;for o=e,o do l=l+1;d[o]=n[l];end;r=o;end;elseif H>10 then f[n[o[3]]]=d[o[2]];else d[o[2]]();r=A;end;elseif H<=13 then if H==12 then d[o[2]]=d[o[3]];else local D;local T;local H;local P;local A;local a;d[o[2]]=n[o[3]];l=l+1;o=e[l];a=o[2];A={};P=0;H=a+o[3]-1;for o=a+1,H do P=P+1;A[P]=d[o];end;T={d[a](c(A,1,H-a))};H=a+o[5]-2;P=0;for o=a,H do P=P+1;d[o]=T[P];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];a=o[2];D=d[o[3]];d[a+1]=D;d[a]=D[n[o[5]]];l=l+1;o=e[l];a=o[2];A={};P=0;H=a+o[3]-1;for o=a+1,H do P=P+1;A[P]=d[o];end;T={d[a](c(A,1,H-a))};H=a+o[5]-2;P=0;for o=a,H do P=P+1;d[o]=T[P];end;r=H;l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];end;elseif H<=14 then d[o[2]]=d[o[3]]+d[o[5]];elseif H>15 then local l=o[2];local e=d[o[3]];d[l+1]=e;d[l]=e[n[o[5]]];else local c=B[o[3]];local r;local n={};r=X({},{__index=function(l,o)local o=n[o];return o[1][o[2]];end,__newindex=function(d,o,l)local o=n[o]o[1][o[2]]=l;end;});for f=1,o[5]do l=l+1;local o=e[l];if o[1]==12 then n[f-1]={d,o[3]};else n[f-1]={D,o[3]};end;O[#O+1]=n;end;d[o[2]]=L(c,r,f);end;elseif H<=24 then if H<=20 then if H<=18 then if H==17 then f[n[o[3]]]=d[o[2]];else local e=o[2];local f={};local l=0;local n=e+o[3]-1;for o=e+1,n do l=l+1;f[l]=d[o];end;local n={d[e](c(f,1,n-e))};local o=e+o[5]-2;l=0;for o=e,o do l=l+1;d[o]=n[l];end;r=o;end;elseif H>19 then local T;local H;local a;local A;local P;f[n[o[3]]]=d[o[2]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=D[o[3]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];else local e=o[2];local l=d[o[3]];d[e+1]=l;d[e]=l[n[o[5]]];end;elseif H<=22 then if H>21 then local T;local H;local P;local A;local a;d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];a=o[2];A={};P=0;H=a+o[3]-1;for o=a+1,H do P=P+1;A[P]=d[o];end;T={d[a](c(A,1,H-a))};H=a+o[5]-2;P=0;for o=a,H do P=P+1;d[o]=T[P];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];a=o[2];A={};P=0;H=a+o[3]-1;for o=a+1,H do P=P+1;A[P]=d[o];end;d[a](c(A,1,H-a));r=a;else local T;local H;local a;local A;local P;f[n[o[3]]]=d[o[2]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=D[o[3]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];end;elseif H==23 then local T;local P;local H;local A;local a;d[o[2]]();r=a;l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];a=o[2];A=d[o[3]];d[a+1]=A;d[a]=A[n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];a=o[2];H={};P=0;T=a+o[3]-1;for o=a+1,T do P=P+1;H[P]=d[o];end;d[a](c(H,1,T-a));r=a;l=l+1;o=e[l];l=l+o[3];else local l=o[2];local n={};local e=0;local o=l+o[3]-1;for o=l+1,o do e=e+1;n[e]=d[o];end;d[l](c(n,1,o-l));r=l;end;elseif H<=28 then if H<=26 then if H>25 then local e=o[2];local f=d[e+2];local n=d[e]+f;d[e]=n;if f>0 then if n<=d[e+1]then l=l+o[3];d[e+3]=n;end;elseif n>=d[e+1]then l=l+o[3];d[e+3]=n;end;else local T;local H;local P;local A;local a;a=o[2];A={};P=0;H=a+o[3]-1;for o=a+1,H do P=P+1;A[P]=d[o];end;d[a](c(A,1,H-a));r=a;l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];f[n[o[3]]]=d[o[2]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];a=o[2];T=d[o[3]];d[a+1]=T;d[a]=T[n[o[5]]];end;elseif H>27 then local e=o[2];d[e]=d[e]-d[e+2];l=l+o[3];else local a;local T,a;local H;local P;local A;local D;local a;d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];a=o[2];D=d[o[3]];d[a+1]=D;d[a]=D[n[o[5]]];l=l+1;o=e[l];a=o[2];A={};P=0;H=a+o[3]-1;for o=a+1,H do P=P+1;A[P]=d[o];end;T,H=M(d[a](c(A,1,H-a)));H=H+a-1;P=0;for o=a,H do P=P+1;d[o]=T[P];end;r=H;l=l+1;o=e[l];a=o[2];A={};P=0;H=r;for o=a+1,H do P=P+1;A[P]=d[o];end;T={d[a](c(A,1,H-a))};H=a+o[5]-2;P=0;for o=a,H do P=P+1;d[o]=T[P];end;r=H;l=l+1;o=e[l];l=l+o[3];end;elseif H<=30 then if H>29 then local H;local P;local A;local a;d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];a=o[2];A={};P=0;H=a+o[3]-1;for o=a+1,H do P=P+1;A[P]=d[o];end;d[a](c(A,1,H-a));r=a;else local T;local H;local a;local A;local P;d[o[2]]=(o[3]~=0);l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];end;elseif H<=31 then local a;local T,a;local D;local H;local P;local A;local a;d[o[2]]=n[o[3]];l=l+1;o=e[l];a=o[2];A={};P=0;H=a+o[3]-1;for o=a+1,H do P=P+1;A[P]=d[o];end;d[a](c(A,1,H-a));r=a;l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];a=o[2];D=d[o[3]];d[a+1]=D;d[a]=D[n[o[5]]];l=l+1;o=e[l];a=o[2];A={};P=0;H=a+o[3]-1;for o=a+1,H do P=P+1;A[P]=d[o];end;T,H=M(d[a](c(A,1,H-a)));H=H+a-1;P=0;for o=a,H do P=P+1;d[o]=T[P];end;r=H;l=l+1;o=e[l];a=o[2];A={};P=0;H=r;for o=a+1,H do P=P+1;A[P]=d[o];end;T={d[a](c(A,1,H-a))};H=a+o[5]-2;P=0;for o=a,H do P=P+1;d[o]=T[P];end;r=H;l=l+1;o=e[l];l=l+o[3];elseif H>32 then local D;local T;local H;local P;local A;local a;d[o[2]]=n[o[3]];l=l+1;o=e[l];a=o[2];A={};P=0;H=a+o[3]-1;for o=a+1,H do P=P+1;A[P]=d[o];end;d[a](c(A,1,H-a));r=a;l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];a=o[2];T=d[o[3]];d[a+1]=T;d[a]=T[n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];a=o[2];A={};P=0;H=a+o[3]-1;for o=a+1,H do P=P+1;A[P]=d[o];end;D={d[a](c(A,1,H-a))};H=a+o[5]-2;P=0;for o=a,H do P=P+1;d[o]=D[P];end;r=H;l=l+1;o=e[l];if d[o[2]]then l=l+1;else l=l+o[3];end;else local T;local H;local a;local A;local P;f[n[o[3]]]=d[o[2]];l=l+1;o=e[l];d[o[2]]=D[o[3]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];end;elseif H<=50 then if H<=41 then if H<=37 then if H<=35 then if H>34 then local c;local a;local f;d[o[2]]();r=f;l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]={unpack({},1,o[3])};l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];f=o[2];a=d[f];c=o[3];for o=1,c do a[o]=d[f+o]end;else d[o[2]]=n[o[3]];end;elseif H>36 then d[o[2]]=#d[o[3]];else local T;local P;local a;local A;local H;local f;f=o[2];H=d[o[3]];d[f+1]=H;d[f]=H[n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];f=o[2];A={};a=0;P=f+o[3]-1;for o=f+1,P do a=a+1;A[a]=d[o];end;T={d[f](c(A,1,P-f))};P=f+o[5]-2;a=0;for o=f,P do a=a+1;d[o]=T[a];end;r=P;l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];f=o[2];H=d[o[3]];d[f+1]=H;d[f]=H[n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]];l=l+1;o=e[l];d[o[2]]=d[o[3]][d[o[5]]];l=l+1;o=e[l];f=o[2];A={};a=0;P=f+o[3]-1;for o=f+1,P do a=a+1;A[a]=d[o];end;d[f](c(A,1,P-f));r=f;end;elseif H<=39 then if H>38 then local T;local H;local a;local A;local P;d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];else local T;local H;local a;local A;local P;f[n[o[3]]]=d[o[2]];l=l+1;o=e[l];d[o[2]]=D[o[3]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];end;elseif H>40 then local D;local H;local P;local T;local A;local a;d[o[2]]();r=a;l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];a=o[2];A=d[o[3]];d[a+1]=A;d[a]=A[n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];a=o[2];T={};P=0;H=a+o[3]-1;for o=a+1,H do P=P+1;T[P]=d[o];end;D={d[a](c(T,1,H-a))};H=a+o[5]-2;P=0;for o=a,H do P=P+1;d[o]=D[P];end;r=H;l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];a=o[2];A=d[o[3]];d[a+1]=A;d[a]=A[n[o[5]]];l=l+1;o=e[l];a=o[2];T={};P=0;H=a+o[3]-1;for o=a+1,H do P=P+1;T[P]=d[o];end;D={d[a](c(T,1,H-a))};H=a+o[5]-2;P=0;for o=a,H do P=P+1;d[o]=D[P];end;r=H;l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=#d[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];a=o[2];d[a]=d[a]-d[a+2];l=l+o[3];else local e=o[2];d[e]=d[e]-d[e+2];l=l+o[3];end;elseif H<=45 then if H<=43 then if H==42 then local T;local H;local a;local A;local P;P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];else d[o[2]]=D[o[3]];end;elseif H>44 then if d[o[2]]then l=l+1;else l=l+o[3];end;else local T;local H;local a;local A;local P;d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];end;elseif H<=47 then if H==46 then if(d[o[2]]~=d[o[5]])then l=l+1;else l=l+o[3];end;else do return end;end;elseif H<=48 then local T;local H;local a;local A;local P;d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];elseif H==49 then local T;local H;local a;local A;local P;f[n[o[3]]]=d[o[2]];l=l+1;o=e[l];d[o[2]]=D[o[3]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];else d[o[2]]=(o[3]~=0);end;elseif H<=59 then if H<=54 then if H<=52 then if H==51 then local T;local H;local a;local A;local P;d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];else local D;local T;local H;local P;local A;local a;d[o[2]]=n[o[3]];l=l+1;o=e[l];a=o[2];A={};P=0;H=a+o[3]-1;for o=a+1,H do P=P+1;A[P]=d[o];end;d[a](c(A,1,H-a));r=a;l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];a=o[2];T=d[o[3]];d[a+1]=T;d[a]=T[n[o[5]]];l=l+1;o=e[l];a=o[2];A={};P=0;H=a+o[3]-1;for o=a+1,H do P=P+1;A[P]=d[o];end;D={d[a](c(A,1,H-a))};H=a+o[5]-2;P=0;for o=a,H do P=P+1;d[o]=D[P];end;r=H;l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=#d[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];a=o[2];d[a]=d[a]-d[a+2];l=l+o[3];end;elseif H==53 then local H;local A;local P;local T;local a;a=o[2];T={};P=0;A=a+o[3]-1;for o=a+1,A do P=P+1;T[P]=d[o];end;d[a](c(T,1,A-a));r=a;l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];f[n[o[3]]]=d[o[2]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];a=o[2];H=d[o[3]];d[a+1]=H;d[a]=H[n[o[5]]];else local T;local H;local a;local A;local P;f[n[o[3]]]=d[o[2]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=D[o[3]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];end;elseif H<=56 then if H>55 then local T;local H;local a;local A;local P;f[n[o[3]]]=d[o[2]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=D[o[3]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];else local T;local A;local P;local H;local a;a=o[2];H={};P=0;A=a+o[3]-1;for o=a+1,A do P=P+1;H[P]=d[o];end;d[a](c(H,1,A-a));r=a;l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];f[n[o[3]]]=d[o[2]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];a=o[2];T=d[o[3]];d[a+1]=T;d[a]=T[n[o[5]]];end;elseif H<=57 then local T;local A;local P;local H;local a;a=o[2];H={};P=0;A=a+o[3]-1;for o=a+1,A do P=P+1;H[P]=d[o];end;d[a](c(H,1,A-a));r=a;l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];f[n[o[3]]]=d[o[2]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];a=o[2];T=d[o[3]];d[a+1]=T;d[a]=T[n[o[5]]];elseif H==58 then local T;local H;local a;local A;local P;f[n[o[3]]]=d[o[2]];l=l+1;o=e[l];d[o[2]]=D[o[3]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];else local T;local H;local a;local A;local P;d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];end;elseif H<=63 then if H<=61 then if H>60 then local D;local H;local P;local A;local T;local a;d[o[2]]();r=a;l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];a=o[2];T=d[o[3]];d[a+1]=T;d[a]=T[n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];a=o[2];A={};P=0;H=a+o[3]-1;for o=a+1,H do P=P+1;A[P]=d[o];end;D={d[a](c(A,1,H-a))};H=a+o[5]-2;P=0;for o=a,H do P=P+1;d[o]=D[P];end;r=H;l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];a=o[2];T=d[o[3]];d[a+1]=T;d[a]=T[n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];a=o[2];A={};P=0;H=a+o[3]-1;for o=a+1,H do P=P+1;A[P]=d[o];end;D={d[a](c(A,1,H-a))};H=a+o[5]-2;P=0;for o=a,H do P=P+1;d[o]=D[P];end;r=H;l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];l=l+o[3];else local e=o[2];local f=d[e+2];local n=d[e]+f;d[e]=n;if f>0 then if n<=d[e+1]then l=l+o[3];d[e+3]=n;end;elseif n>=d[e+1]then l=l+o[3];d[e+3]=n;end;end;elseif H>62 then d[o[2]]=f[n[o[3]]];else local T;local H;local a;local A;local P;d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];end;elseif H<=65 then if H==64 then d[o[2]]=D[o[3]];else do return end;end;elseif H<=66 then l=l+o[3];elseif H>67 then d[o[2]]=#d[o[3]];else local D;local T;local H;local a;local A;local P;d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];P=o[2];D=d[o[3]];d[P+1]=D;d[P]=D[n[o[5]]];end;elseif H<=103 then if H<=85 then if H<=76 then if H<=72 then if H<=70 then if H>69 then local T;local H;local a;local A;local P;f[n[o[3]]]=d[o[2]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=D[o[3]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];else d[o[2]]=d[o[3]];end;elseif H>71 then local D;local T;local H;local P;local A;local a;d[o[2]]=n[o[3]];l=l+1;o=e[l];a=o[2];A={};P=0;H=a+o[3]-1;for o=a+1,H do P=P+1;A[P]=d[o];end;d[a](c(A,1,H-a));r=a;l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];a=o[2];T=d[o[3]];d[a+1]=T;d[a]=T[n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];a=o[2];A={};P=0;H=a+o[3]-1;for o=a+1,H do P=P+1;A[P]=d[o];end;D={d[a](c(A,1,H-a))};H=a+o[5]-2;P=0;for o=a,H do P=P+1;d[o]=D[P];end;r=H;l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];a=o[2];T=d[o[3]];d[a+1]=T;d[a]=T[n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]];l=l+1;o=e[l];d[o[2]]=d[o[3]];l=l+1;o=e[l];a=o[2];A={};P=0;H=a+o[3]-1;for o=a+1,H do P=P+1;A[P]=d[o];end;d[a](c(A,1,H-a));r=a;l=l+1;o=e[l];l=l+o[3];else local H;local A;local P;local T;local a;a=o[2];T={};P=0;A=a+o[3]-1;for o=a+1,A do P=P+1;T[P]=d[o];end;d[a](c(T,1,A-a));r=a;l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];f[n[o[3]]]=d[o[2]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];a=o[2];H=d[o[3]];d[a+1]=H;d[a]=H[n[o[5]]];end;elseif H<=74 then if H==73 then local T;local H;local a;local A;local P;P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];else d[o[2]]={unpack({},1,o[3])};end;elseif H>75 then d[o[2]]=d[o[3]][d[o[5]]];else local l=o[2];local e=d[l];local o=o[3];for o=1,o do e[o]=d[l+o]end;end;elseif H<=80 then if H<=78 then if H>77 then local T;local H;local a;local A;local P;d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];else D[o[3]]=d[o[2]];end;elseif H==79 then local T;local H;local a;local A;local P;f[n[o[3]]]=d[o[2]];l=l+1;o=e[l];d[o[2]]=D[o[3]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];else local T;local H;local a;local A;local P;d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]]=d[o[3]]+d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];end;elseif H<=82 then if H>81 then local H;local A;local P;local T;local a;a=o[2];T={};P=0;A=a+o[3]-1;for o=a+1,A do P=P+1;T[P]=d[o];end;d[a](c(T,1,A-a));r=a;l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];f[n[o[3]]]=d[o[2]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];a=o[2];H=d[o[3]];d[a+1]=H;d[a]=H[n[o[5]]];else local T;local P;local a;local A;local H;local f;f=o[2];H=d[o[3]];d[f+1]=H;d[f]=H[n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];f=o[2];A={};a=0;P=f+o[3]-1;for o=f+1,P do a=a+1;A[a]=d[o];end;T={d[f](c(A,1,P-f))};P=f+o[5]-2;a=0;for o=f,P do a=a+1;d[o]=T[a];end;r=P;l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];f=o[2];H=d[o[3]];d[f+1]=H;d[f]=H[n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]];l=l+1;o=e[l];d[o[2]]=d[o[3]][d[o[5]]];l=l+1;o=e[l];f=o[2];A={};a=0;P=f+o[3]-1;for o=f+1,P do a=a+1;A[a]=d[o];end;d[f](c(A,1,P-f));r=f;end;elseif H<=83 then local T;local H;local a;local A;local P;f[n[o[3]]]=d[o[2]];l=l+1;o=e[l];d[o[2]]=D[o[3]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];elseif H==84 then d[o[2]]={unpack({},1,o[3])};else local c;local a;local f;d[o[2]]();r=f;l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]={unpack({},1,o[3])};l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];f=o[2];a=d[f];c=o[3];for o=1,c do a[o]=d[f+o]end;end;elseif H<=94 then if H<=89 then if H<=87 then if H==86 then local T;local H;local a;local A;local P;d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];else local T;local H;local a;local A;local P;P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];end;elseif H==88 then if(d[o[2]]==n[o[5]])then l=l+1;else l=l+o[3];end;else local l=o[2];local e=d[l];local o=o[3];for o=1,o do e[o]=d[l+o]end;end;elseif H<=91 then if H==90 then d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];if(d[o[2]]~=d[o[5]])then l=l+1;else l=l+o[3];end;else local T;local H;local a;local A;local P;d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];end;elseif H<=92 then local T;local A;local P;local H;local a;a=o[2];H={};P=0;A=a+o[3]-1;for o=a+1,A do P=P+1;H[P]=d[o];end;d[a](c(H,1,A-a));r=a;l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];f[n[o[3]]]=d[o[2]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];a=o[2];T=d[o[3]];d[a+1]=T;d[a]=T[n[o[5]]];elseif H>93 then local T;local H;local a;local A;local P;d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];else local T;local H;local a;local A;local P;f[n[o[3]]]=d[o[2]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=D[o[3]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];end;elseif H<=98 then if H<=96 then if H==95 then local e=o[2];local n={};local l=0;local o=e+o[3]-1;for o=e+1,o do l=l+1;n[l]=d[o];end;local n,o=M(d[e](c(n,1,o-e)));o=o+e-1;l=0;for o=e,o do l=l+1;d[o]=n[l];end;r=o;else d[o[2]]=d[o[3]][n[o[5]]];end;elseif H==97 then local T;local H;local a;local A;local P;d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];else local T;local H;local a;local A;local P;P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];end;elseif H<=100 then if H>99 then if d[o[2]]then l=l+1;else l=l+o[3];end;else D[o[3]]=d[o[2]];end;elseif H<=101 then d[o[2]][n[o[3]]]=d[o[5]];elseif H==102 then d[o[2]]=d[o[3]]+d[o[5]];else local T;local H;local a;local A;local P;d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;end;elseif H<=120 then if H<=111 then if H<=107 then if H<=105 then if H>104 then local T;local H;local a;local A;local P;f[n[o[3]]]=d[o[2]];l=l+1;o=e[l];d[o[2]]=D[o[3]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];else local H;local A;local P;local T;local a;a=o[2];T={};P=0;A=a+o[3]-1;for o=a+1,A do P=P+1;T[P]=d[o];end;d[a](c(T,1,A-a));r=a;l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];f[n[o[3]]]=d[o[2]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];a=o[2];H=d[o[3]];d[a+1]=H;d[a]=H[n[o[5]]];end;elseif H==106 then d[o[2]][n[o[3]]]=n[o[5]];else local T;local H;local a;local A;local P;f[n[o[3]]]=d[o[2]];l=l+1;o=e[l];d[o[2]]=D[o[3]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];end;elseif H<=109 then if H==108 then local A;local T;local P;local H;local a;a=o[2];H={};P=0;T=a+o[3]-1;for o=a+1,T do P=P+1;H[P]=d[o];end;d[a](c(H,1,T-a));r=a;l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];f[n[o[3]]]=d[o[2]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];a=o[2];A=d[o[3]];d[a+1]=A;d[a]=A[n[o[5]]];else local T;local P;local a;local H;local A;local f;f=o[2];A=d[o[3]];d[f+1]=A;d[f]=A[n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];f=o[2];H={};a=0;P=f+o[3]-1;for o=f+1,P do a=a+1;H[a]=d[o];end;T={d[f](c(H,1,P-f))};P=f+o[5]-2;a=0;for o=f,P do a=a+1;d[o]=T[a];end;r=P;l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];f=o[2];A=d[o[3]];d[f+1]=A;d[f]=A[n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]];l=l+1;o=e[l];d[o[2]]=d[o[3]][d[o[5]]];l=l+1;o=e[l];f=o[2];H={};a=0;P=f+o[3]-1;for o=f+1,P do a=a+1;H[a]=d[o];end;d[f](c(H,1,P-f));r=f;end;elseif H>110 then local c=B[o[3]];local r;local n={};r=X({},{__index=function(l,o)local o=n[o];return o[1][o[2]];end,__newindex=function(d,o,l)local o=n[o]o[1][o[2]]=l;end;});for f=1,o[5]do l=l+1;local o=e[l];if o[1]==12 then n[f-1]={d,o[3]};else n[f-1]={D,o[3]};end;O[#O+1]=n;end;d[o[2]]=L(c,r,f);else local T;local H;local a;local A;local P;f[n[o[3]]]=d[o[2]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=D[o[3]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];end;elseif H<=115 then if H<=113 then if H>112 then local T;local H;local a;local A;local P;f[n[o[3]]]=d[o[2]];l=l+1;o=e[l];d[o[2]]=D[o[3]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];else d[o[2]][n[o[3]]]=d[o[5]];end;elseif H==114 then l=l+o[3];else local T;local H;local a;local A;local P;d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];end;elseif H<=117 then if H==116 then d[o[2]]=n[o[3]];else local e=o[2];local n={};local l=0;local f=e+o[3]-1;for o=e+1,f do l=l+1;n[l]=d[o];end;local n={d[e](c(n,1,f-e))};local o=e+o[5]-2;l=0;for o=e,o do l=l+1;d[o]=n[l];end;r=o;end;elseif H<=118 then local e=o[2];local f=o[5];local o=e+2;local n={d[e](d[e+1],d[o])};for l=1,f do d[o+l]=n[l];end;local e=d[e+3];if e then d[o]=e else l=l+1;end;elseif H==119 then local T;local P;local a;local H;local A;local f;f=o[2];A=d[o[3]];d[f+1]=A;d[f]=A[n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];f=o[2];H={};a=0;P=f+o[3]-1;for o=f+1,P do a=a+1;H[a]=d[o];end;T={d[f](c(H,1,P-f))};P=f+o[5]-2;a=0;for o=f,P do a=a+1;d[o]=T[a];end;r=P;l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];f=o[2];A=d[o[3]];d[f+1]=A;d[f]=A[n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]];l=l+1;o=e[l];d[o[2]]=d[o[3]][d[o[5]]];l=l+1;o=e[l];f=o[2];H={};a=0;P=f+o[3]-1;for o=f+1,P do a=a+1;H[a]=d[o];end;d[f](c(H,1,P-f));r=f;else d[o[2]]();r=A;end;elseif H<=129 then if H<=124 then if H<=122 then if H>121 then D[o[3]]=d[o[2]];l=l+1;o=e[l];d[o[2]]=D[o[3]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=D[o[3]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];else D[o[3]]=d[o[2]];l=l+1;o=e[l];d[o[2]]=D[o[3]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=D[o[3]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];l=l+o[3];end;elseif H==123 then local e=o[2];local f=o[5];local o=e+2;local n={d[e](d[e+1],d[o])};for l=1,f do d[o+l]=n[l];end;local e=d[e+3];if e then d[o]=e else l=l+1;end;else local T;local H;local a;local A;local P;f[n[o[3]]]=d[o[2]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=D[o[3]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];end;elseif H<=126 then if H>125 then local T;local P;local a;local A;local H;local f;f=o[2];H=d[o[3]];d[f+1]=H;d[f]=H[n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];f=o[2];A={};a=0;P=f+o[3]-1;for o=f+1,P do a=a+1;A[a]=d[o];end;T={d[f](c(A,1,P-f))};P=f+o[5]-2;a=0;for o=f,P do a=a+1;d[o]=T[a];end;r=P;l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];f=o[2];H=d[o[3]];d[f+1]=H;d[f]=H[n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]];l=l+1;o=e[l];d[o[2]]=d[o[3]][d[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];f=o[2];A={};a=0;P=f+o[3]-1;for o=f+1,P do a=a+1;A[a]=d[o];end;d[f](c(A,1,P-f));r=f;else local T;local H;local a;local A;local P;f[n[o[3]]]=d[o[2]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=D[o[3]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];end;elseif H<=127 then local T;local H;local a;local A;local P;d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];elseif H>128 then local A;local H;local P;local T;local a;a=o[2];T={};P=0;H=a+o[3]-1;for o=a+1,H do P=P+1;T[P]=d[o];end;d[a](c(T,1,H-a));r=a;l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];f[n[o[3]]]=d[o[2]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];a=o[2];A=d[o[3]];d[a+1]=A;d[a]=A[n[o[5]]];else d[o[2]]=f[n[o[3]]];end;elseif H<=133 then if H<=131 then if H==130 then local T;local H;local a;local A;local P;f[n[o[3]]]=d[o[2]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=D[o[3]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];else local T;local H;local a;local A;local P;d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];end;elseif H>132 then local a;local c;local f;d[o[2]]();r=f;l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]={unpack({},1,o[3])};l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];f=o[2];c=d[f];a=o[3];for o=1,a do c[o]=d[f+o]end;else d[o[2]][n[o[3]]]=n[o[5]];end;elseif H<=135 then if H>134 then local e=o[2];local n={};local l=0;local o=e+o[3]-1;for o=e+1,o do l=l+1;n[l]=d[o];end;local n,o=M(d[e](c(n,1,o-e)));o=o+e-1;l=0;for o=e,o do l=l+1;d[o]=n[l];end;r=o;else d[o[2]]=(o[3]~=0);end;elseif H<=136 then local A;local T;local P;local H;local a;a=o[2];H={};P=0;T=a+o[3]-1;for o=a+1,T do P=P+1;H[P]=d[o];end;d[a](c(H,1,T-a));r=a;l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];f[n[o[3]]]=d[o[2]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];a=o[2];A=d[o[3]];d[a+1]=A;d[a]=A[n[o[5]]];elseif H==137 then local T;local H;local a;local A;local P;d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];else local T;local H;local a;local A;local P;f[n[o[3]]]=d[o[2]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=e[l];d[o[2]]=D[o[3]];l=l+1;o=e[l];d[o[2]]=f[n[o[3]]];l=l+1;o=e[l];d[o[2]]=d[o[3]][n[o[5]]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];d[o[2]]=n[o[3]];l=l+1;o=e[l];P=o[2];A={};a=0;H=P+o[3]-1;for o=P+1,H do a=a+1;A[a]=d[o];end;T={d[P](c(A,1,H-P))};H=P+o[5]-2;a=0;for o=P,H do a=a+1;d[o]=T[a];end;r=H;l=l+1;o=e[l];d[o[2]][n[o[3]]]=d[o[5]];end;l=l+1;end;end;end;return L(I(),{},G())();
  5215. end)
  5216.  
  5217. TextButton.Parent = main
  5218. TextButton.BackgroundColor3 = Color3.new(0, 0, 0.498039)
  5219. TextButton.Position = UDim2.new(-0.000778810238, 0, 0.922604442, 0)
  5220. TextButton.Size = UDim2.new(0, 109, 0, 63)
  5221. TextButton.Font = Enum.Font.SourceSans
  5222. TextButton.Text = "Open GUI"
  5223. TextButton.TextColor3 = Color3.new(1, 1, 1)
  5224. TextButton.TextScaled = true
  5225. TextButton.TextSize = 14
  5226. TextButton.TextWrapped = true
  5227.  
  5228. -- Scripts:
  5229.  
  5230. local function YTETTC_fake_script() -- TextButtonD.LocalScript
  5231. local script = Instance.new('LocalScript', TextButtonD)
  5232.  
  5233. script.Parent.Parent.TextButtonD.MouseButton1Click:Connect(function()
  5234. script.Parent.Parent.Parent.mainframe.Visible = false
  5235. end)
  5236. end
  5237. coroutine.wrap(YTETTC_fake_script)()
  5238. local function JOBED_fake_script() -- TextButton.LocalScript
  5239. local script = Instance.new('LocalScript', TextButton)
  5240.  
  5241. script.Parent.Parent.TextButton.MouseButton1Click:Connect(function()
  5242. script.Parent.Parent.mainframe.Visible = true
  5243. end)
  5244. end
  5245. coroutine.wrap(JOBED_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement