Script

local ScreenGui = Instance.new("ScreenGui")
local Frame = Instance.new("Frame")
local UICorner = Instance.new("UICorner")
local DropShadow = Instance.new("ImageLabel")
local Title = Instance.new("TextLabel")
local Title_2 = Instance.new("TextLabel")
local Log = Instance.new("Frame")
local UIListLayout = Instance.new("UIListLayout")
local Old = Instance.new("TextButton")
local UICorner_2 = Instance.new("UICorner")
local UIStroke = Instance.new("UIStroke")
local New = Instance.new("TextButton")
local UICorner_3 = Instance.new("UICorner")
local UIStroke_2 = Instance.new("UIStroke")
local Hiden = Instance.new("Frame")
local UICorner_4 = Instance.new("UICorner")
local Title_3 = Instance.new("TextLabel")

ScreenGui.Parent = game:FindFirstChild('CoreGui') or game.Players.LocalPlayer.PlayerGui
ScreenGui.ResetOnSpawn = false
ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Global
ScreenGui.IgnoreGuiInset = true

Frame.Parent = ScreenGui
Frame.AnchorPoint = Vector2.new(0.5, 0.5)
Frame.BackgroundColor3 = Color3.fromRGB(13, 13, 13)
Frame.BorderColor3 = Color3.fromRGB(0, 0, 0)
Frame.BorderSizePixel = 0
Frame.ClipsDescendants = true
Frame.Position = UDim2.new(0.5, 0, 0.5, 0)
Frame.Size = UDim2.new(0,0,0,0)
Frame.ZIndex = 2

game:GetService('TweenService'):Create(Frame,TweenInfo.new(1,Enum.EasingStyle.Quint,Enum.EasingDirection.Out),{Size=UDim2.new(0.100000001, 200, 0.100000001, 125),Rotation=0}):Play()

UICorner.CornerRadius = UDim.new(0, 3)
UICorner.Parent = Frame

DropShadow.Name = "DropShadow"
DropShadow.Parent = Frame
DropShadow.AnchorPoint = Vector2.new(0.5, 0.5)
DropShadow.BackgroundTransparency = 1.000
DropShadow.BorderSizePixel = 0
DropShadow.Position = UDim2.new(0.5, 0, 0.5, 0)
DropShadow.Rotation = 0.001
DropShadow.Size = UDim2.new(1, 47, 1, 47)
DropShadow.ZIndex = -2
DropShadow.Image = "rbxassetid://6014261993"
DropShadow.ImageColor3 = Color3.fromRGB(0, 0, 0)
DropShadow.ImageTransparency = 0.500
DropShadow.ScaleType = Enum.ScaleType.Slice
DropShadow.SliceCenter = Rect.new(49, 49, 450, 450)

Title.Name = "Title"
Title.Parent = Frame
Title.AnchorPoint = Vector2.new(0.5, 0)
Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Title.BackgroundTransparency = 1.000
Title.BorderColor3 = Color3.fromRGB(0, 0, 0)
Title.BorderSizePixel = 0
Title.Position = UDim2.new(0.5, 0, 0.0500000007, 0)
Title.Size = UDim2.new(0.899999976, 0, 0.200000003, 0)
Title.ZIndex = 4
Title.Font = Enum.Font.GothamBold
Title.Text = "BLADE BALL"
Title.TextColor3 = Color3.fromRGB(255, 255, 255)
Title.TextScaled = true
Title.TextSize = 14.000
Title.TextWrapped = true

Title_2.Name = "Title"
Title_2.Parent = Frame
Title_2.AnchorPoint = Vector2.new(0.5, 0)
Title_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Title_2.BackgroundTransparency = 1.000
Title_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
Title_2.BorderSizePixel = 0
Title_2.Position = UDim2.new(0.5, 0, 0.245779857, 0)
Title_2.Size = UDim2.new(0.899999857, 0, 0.123863392, 0)
Title_2.ZIndex = 4
Title_2.Font = Enum.Font.RobotoMono
Title_2.Text = ""
Title_2.TextColor3 = Color3.fromRGB(255, 255, 255)
Title_2.TextScaled = true
Title_2.TextSize = 14.000
Title_2.TextTransparency = 0.300
Title_2.TextWrapped = true

Log.Name = "Log"
Log.Parent = Frame
Log.AnchorPoint = Vector2.new(0.5, 0)
Log.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Log.BackgroundTransparency = 1.000
Log.BorderColor3 = Color3.fromRGB(0, 0, 0)
Log.BorderSizePixel = 0
Log.Position = UDim2.new(0.50000006, 0, 0.456819654, 0)
Log.Size = UDim2.new(0.899999976, 0, 0.5, 0)
Log.ZIndex = 4

UIListLayout.Parent = Log
UIListLayout.FillDirection = Enum.FillDirection.Horizontal
UIListLayout.HorizontalAlignment = Enum.HorizontalAlignment.Center
UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder
UIListLayout.VerticalAlignment = Enum.VerticalAlignment.Center
UIListLayout.Padding = UDim.new(0, 10)

Old.Name = "Old"
Old.Parent = Log
Old.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Old.BackgroundTransparency = 0.950
Old.BorderColor3 = Color3.fromRGB(0, 0, 0)
Old.BorderSizePixel = 0
Old.Position = UDim2.new(-0.00932140276, 0, 0.250000179, 0)
Old.Size = UDim2.new(0.444071531, 0, 0.423863351, 0)
Old.ZIndex = 5
Old.Font = Enum.Font.GothamBold
Old.Text = "NEW VERSION"
Old.TextColor3 = Color3.fromRGB(255, 255, 255)
Old.TextScaled = true
Old.TextSize = 14.000
Old.TextWrapped = true

UICorner_2.CornerRadius = UDim.new(0, 3)
UICorner_2.Parent = Old

UIStroke.Color = Color3.fromRGB(40, 40, 40)
UIStroke.ApplyStrokeMode = Enum.ApplyStrokeMode.Border
UIStroke.Parent = Old

New.Name = "New"
New.Parent = Log
New.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
New.BackgroundTransparency = 0.950
New.BorderColor3 = Color3.fromRGB(0, 0, 0)
New.BorderSizePixel = 0
New.Size = UDim2.new(0.444000006, 0, 0.423999995, 0)
New.ZIndex = 5
New.Font = Enum.Font.GothamBold
New.Text = "OLD VERSION"
New.TextColor3 = Color3.fromRGB(255, 255, 255)
New.TextScaled = true
New.TextSize = 14.000
New.TextWrapped = true

UICorner_3.CornerRadius = UDim.new(0, 3)
UICorner_3.Parent = New

UIStroke_2.Color = Color3.fromRGB(40, 40, 40)
UIStroke_2.ApplyStrokeMode = Enum.ApplyStrokeMode.Border
UIStroke_2.Parent = New

Hiden.Name = "Hiden"
Hiden.Parent = Frame
Hiden.AnchorPoint = Vector2.new(0.5, 0.5)
Hiden.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
Hiden.BorderColor3 = Color3.fromRGB(0, 0, 0)
Hiden.BorderSizePixel = 0
Hiden.Position = UDim2.new(0.5, 0, 1.5, 0)
Hiden.Size = UDim2.new(1, 0, 1, 0)
Hiden.ZIndex = 10

UICorner_4.CornerRadius = UDim.new(0, 3)
UICorner_4.Parent = Hiden

Title_3.Name = "Title"
Title_3.Parent = Hiden
Title_3.AnchorPoint = Vector2.new(0.5, 0.5)
Title_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Title_3.BackgroundTransparency = 1.000
Title_3.BorderColor3 = Color3.fromRGB(0, 0, 0)
Title_3.BorderSizePixel = 0
Title_3.Position = UDim2.new(0.5, 0, 0.5, 0)
Title_3.Size = UDim2.new(0.899999976, 0, 0.200000003, 0)
Title_3.ZIndex = 11
Title_3.Font = Enum.Font.RobotoMono
Title_3.Text = "Loading..."
Title_3.TextColor3 = Color3.fromRGB(255, 255, 255)
Title_3.TextScaled = true
Title_3.TextSize = 14.000
Title_3.TextWrapped = true


for i,v:TextButton in ipairs(Log:GetChildren()) do
	if v:isA('TextButton') then
		v.MouseEnter:Connect(function()
			game:GetService('TweenService'):Create(v,TweenInfo.new(0.3,Enum.EasingStyle.Quint),{Size=UDim2.new(0.474071531, 0, 0.453863351, 0)}):Play()
			game.TweenService:Create(v:FindFirstChild('UIStroke'),TweenInfo.new(0.1),{
				Color = Color3.fromRGB(112, 112, 112)
			}):Play()
		end)

		v.MouseLeave:Connect(function()
			game.TweenService:Create(v:FindFirstChild('UIStroke'),TweenInfo.new(0.1),{
				Color = Color3.fromRGB(40, 40, 40)
			}):Play()
			game:GetService('TweenService'):Create(v,TweenInfo.new(0.3,Enum.EasingStyle.Quint),{Size=UDim2.new(0.444071531, 0, 0.423863351, 0)}):Play()
		end)
	end	
end

local function starteffect()
	game:GetService('TweenService'):Create(Frame,TweenInfo.new(0.5,Enum.EasingStyle.Quint),{Size=UDim2.new(0.100000001, 190, 0.100000001, 115)}):Play()

	game:GetService('TweenService'):Create(Hiden,TweenInfo.new(0.5,Enum.EasingStyle.Quint),{Position=UDim2.new(0.5,0,0.5,0)}):Play()
	task.spawn(function()
		task.wait(1)

		local a= game:GetService('TweenService'):Create(Frame,TweenInfo.new(1,Enum.EasingStyle.Quint,Enum.EasingDirection.In),{Size=UDim2.new(0,0,0,0)})
		a:Play()
		a.Completed:Wait()
		ScreenGui:Destroy()
	end)
end

New.MouseButton1Click:Connect(function()
	starteffect()
	pcall(function()
		loadstring(game:HttpGet('https://raw.githubusercontent.com/3345-c-a-t-s-u-s/New-C4-Remote.lua/main/Loader.json'))()
	end)
end)

Old.MouseButton1Click:Connect(function()
	starteffect()
	pcall(function()
		loadstring(game:HttpGet("https://raw.githubusercontent.com/3345-c-a-t-s-u-s/New-C4-Remote.lua/main/BetaTest/Bladeball15m.html"))()
	end)
end)
-- Type: i like gray
-- Type: s/r/
-- UR GAY
--do local a=[[77fuscator 0.5.0 - discord.gg/CEHsVcBcuf]];return(function(b,c,d,e,f,f,g,h,i,j,k,l,l,m,n,o,p,q,r,s,t,u,u,v,w,w,x,y,y,z,z,z,ba,ba,bb,bb,bb,bc)local bd,be,bf,bg,bh,bi,bj,bk,bl,bm,bn,bo,bp,bq,br,bs,bt,bu,bv,bw,bx,by,bz,ca,cb,cc,cd,ce,cf,cg,ch,ci,cj,ck,cl,cm,cn,co,cp,cq,cr=0 while true do if bd<=17 then if bd<=8 then if bd<=3 then if bd<=1 then if bd==0 then be,bf,bg,bh,bi,bj,bk=string.sub,table.concat,string.char,tonumber,next,((table.create or function(cs,ct)local cu={};for cv=1,cs do cu[cv]=ct;end;return cu;end))or tostring else bl=1 end else if 3>bd then bm=function(bi)local bk,cs,ct,cu,cv,cw,cx,cy=0 while true do if bk<=5 then if bk<=2 then if bk<=0 then cs,ct=g,g else if bk~=2 then cu=bj(#bi)else cv=256 end end else if bk<=3 then cw=bj(cv)else if 5>bk then for bj=0,cv-1 do cw[bj]=bg(bj)end else cx=1 end end end else if bk<=8 then if bk<=6 then cy=function()local bj,cz,da=0 while true do if bj<=2 then if bj<=0 then cz=bh(be(bi,cx,cx),36)else if bj==1 then cx=(cx+1)else da=bh(be(bi,cx,(cx+cz-1)),36)end end else if bj<=3 then cx=(cx+cz)else if 4==bj then return da else break end end end bj=bj+1 end end else if bk==7 then cs=bg(cy())else cu[1]=cs end end else if bk<=9 then while(cx<#bi)and(#a==d)do local a=cy()if cw[a]then ct=cw[a]else ct=cs..be(cs,1,1)end cw[cv]=(cs..be(ct,1,1))cu[#cu+1],cs,cv=ct,ct,cv+1 end else if bk==10 then return bf(cu)else break end end end end bk=bk+1 end end else bn=bm(b)end end else if bd<=5 then if 5~=bd then bo={}else c={k,i,w,y,j,o,u,s,x,m,l,q,nil,nil};end else if bd<=6 then bp=v else if bd>7 then br,bs=1,(-14977+(function()local a,b,c,d,q=0 while true do if a<=0 then b,c,d,q=0 else if a<2 then while true do if(b==1 or b<1)then if(b<1)then c,d=0,1 else q=(function(s)local v,w=0 while true do if v<=0 then w=0 else if 1==v then while true do if not(1==w)then s(((s(s)and s(s))))else break end w=w+1 end else break end end v=v+1 end end)(function(s)local v,w=0 while true do if v<=0 then w=0 else if v==1 then while true do if(w<2 or w==2)then if(w<0 or w==0)then if((c>274))then return s end else if(1786)then return s else return s(s(s))end else if 42)then break else return d;end end b=b+1 end else break end end a=a+1 end end)())else bq=bp(bo)end end end end else if bd<=12 then if bd<=10 then if 10>bd then bt={}else bu=function(a,b)local c,d=0 while true do if c<=1 then if c==0 then d=0 else for q=0,31 do local s=a%2 local v=b%2 if not(s~=0)then if not(v~=1)then b=(b-1)d=d+2^q end else a=(a-1)if v==0 then d=(d+2^q)else b=b-1 end end b=b/2 a=(a/2)end end else if c==2 then return d else break end end c=c+1 end end end else if 11(2^b));else break end c=c+1 end end end end else if bd<=14 then if 13==bd then do for a,b in o,l(bl)do bt[a]=b;end;end;else bx=bt end else if bd<=15 then by=function(a,b)local c=0 while true do if c>0 then break else return p(a/2^b);end c=c+1 end end else if 17~=bd then bz=(2^32)-1 else ca=function(a,b)local c=0 while true do if 1>c then return((((a+b)-bu(a,b)))/2)else break end c=c+1 end end end end end end end else if bd<=26 then if bd<=21 then if bd<=19 then if 19>bd then cb=bw()else cc=function(a,b)local c=0 while true do if 0==c then return bz-ca(bz-a,bz-b)else break end c=c+1 end end end else if bd<21 then cd=function(a,b,c)local d=0 while true do if 0==d then if c then local c=(a/2^(b-1))%2^((c-1)-(b-1)+1)return(c-(c%1))else local b=2^(b-1)return((a%(b+b)>=b)and 1 or 0)end else break end d=d+1 end end else ce=bw()end end else if bd<=23 then if bd<23 then cf=function()local a,b,c,d,p=0 while true do if a<=1 then if a==0 then b,c,d,p=h(bn,br,(br+3))else b,c,d,p=bu(b,cb),bu(c,cb),bu(d,cb),bu(p,cb);end else if a<=2 then br=(br+4);else if 3==a then return(bv(p,24)+bv(d,16)+bv(c,8))+b;else break end end end a=a+1 end end else cg=function()local a,b=0 while true do if a<=1 then if a~=1 then b=bu(h(bn,br,br),cb)else br=br+1;end else if 2==a then return b;else break end end a=a+1 end end end else if bd<=24 then ch,ci,cj=nil else if bd>25 then ci=((-871+(function()local a=916;local b=458;local c=28322;local d=625;local p=364;local q=2;local s=778;local v=389;local w=13845;local x=391;local y=393;local be=1;local bf=0;local bg,bh=bf,be;local a=(function(bi,bj)bi(bj(bj,bi),bj((bj and bi),bj))end)(function(bi,bj)if(bg>y)then local y=bf while true do y=y+be if y>be then break else return bj end end end bg=bg+be bh=((bh-x)%w)if((bh%s)==v or(bh%s)be then break else return bi end end else local s=bf while true do s=(s+be)if not(s~=be)then return bi(bi(bi,bj),bj(bj and bj,bj))else break end end end return bi(bi(bi,(bi and bj)),bi(bi,bj))end,function(s,v)if bg>p then local p=bf while true do p=(p+be)if not(p~=q)then break else return s end end end bg=bg+be bh=(bh+d)%c if((bh%a)>b)then local a=bf while true do a=a+be if aa then b=15926 else c=42097 end else if a~=3 then d=746 else p=806 end end else if a<=5 then if a~=5 then q=1612 else s=449 end else if a<7 then v=19451 else w=397 end end end else if a<=11 then if a<=9 then if 8a then bg=18382 else bh=749 end else if a<15 then bi=299 else bj=672 end end end end else if a<=23 then if a<=19 then if a<=17 then if 17~=a then bk=336 else bs=353 end else if 19>a then bw=920 else by=114 end end else if a<=21 then if 20==a then bz=816 else ca=26446 end else if a~=23 then cc=1632 else ce=573 end end end else if a<=27 then if a<=25 then if a>24 then ct=337 else cs=2 end else if a>26 then cv=0 else cu=1 end end else if a<=29 then if 29~=a then cw,cx=cv,cu else cy=(function(cz,da,db,dc)local dd=0 while true do if dd>0 then break else db((db(dc,da,(da and dc),db)and cz((cz and da),db,da,dc)),db((cz and dc),db,(dc and cz),da),dc(cz,cz,dc,da),db(da,cz,dc,cz))end dd=dd+1 end end)(function(cz,da,db,dc)local dd=0 while true do if dd<=2 then if dd<=0 then if(cw>ct)then local ct=cv while true do ct=(ct+cu)if not(ct~=cs)then break else return cz end end end else if 1
cu)then break else return cz end end end else if 5>dd then return cz else break end end end dd=dd+1 end end,function(bz,ca,cc,ce)local ct=0 while true do if ct<=2 then if ct<=0 then if(cw>by)then local by=cv while true do by=(by+cu)if not(by~=cu)then return bz else break end end end else if ct<2 then cw=cw+cu else cx=(cx+bs)%bw end end else if ct<=3 then if((cx%bj)cu)then break else return cc((ce(ca and ce,ce,bz,bz)and bz(cc,ca,cc,cc)),cc(ce,ca,(bz and cc),cc),ca(ce,ce,ce,ca),ca(cc,cc,ce,cc))end end else local bj=cv while true do bj=(bj+cu)if(bj>cu)then break else return bz end end end else if ct>4 then break else return bz end end end ct=ct+1 end end,function(bj,bk,bs,bw)local by=0 while true do if by<=2 then if by<=0 then if(cw>bi)then local bi=cv while true do bi=(bi+cu)if(bi>cu)then break else return bk end end end else if by>1 then cx=(cxbh)%bg else cw=(cw+cu)end end else if by<=3 then if((cx%bf)>be or(cx%bf)==be)then local be=cv while true do be=(be+cu)if((be>cs)or not(be~=cs))then if(bew)then local w=cv while true do w=w+cu if w>cu then break else return be end end end else if bg==1 then cw=cw+cu else cx=((cx-s)%c)end end else if bg<=3 then if((cx%q)bg then return bf else break end end end bg=bg+1 end end)end else if 31>a then return cx;else break end end end end end a=a+1 end end)());end end end end else if bd<=31 then if bd<=28 then if 28>bd then cj=((-5433+(function()local a,b,c,d,p,q,s,v,w,x,y,be,bf,bg,bh,bi,bj,bk,bs,bw,by,bz=0 while true do if a<=10 then if a<=4 then if a<=1 then if a==0 then b=10283 else c=122 end else if a<=2 then d=803 else if a==3 then p=38909 else q=1606 end end end else if a<=7 then if a<=5 then s=147 else if a<7 then v=707 else w=566 end end else if a<=8 then x=31362 else if 10>a then y=398 else be=3 end end end end else if a<=15 then if a<=12 then if a==11 then bf=283 else bg=2 end else if a<=13 then bh=15973 else if 15>a then bi=166 else bj=0 end end end else if a<=18 then if a<=16 then bk=1 else if a~=18 then bs=114 else bw,by=bj,1 end end else if a<=19 then bz=(function(ca,cc)local ce=0 while true do if ce<1 then cc(ca(cc,cc),(cc(ca,cc)and ca(cc,cc)))else break end ce=ce+1 end end)(function(ca,cc)local ce=0 while true do if ce<=2 then if ce<=0 then if(bw>bs)then local bs=bj while true do bs=(bs+bk)if bs1 then by=((by-bi)%bh)else bw=bw+bk end end else if ce<=3 then if((by%w)==bf or(by%w)>bf)then local w=bj while true do w=(w+bk)if((w==bg)or(w>bg))then if not(not(w==be))then break else return cc end else by=((by-y)%x)end end else local w=bj while true do w=(w+bk)if w>bk then break else return cc(ca(ca,cc),ca(cc,ca))end end end else if ce~=5 then return ca(ca(cc,ca),ca(ca,cc))else break end end end ce=ce+1 end end,function(w,x)local y=0 while true do if y<=2 then if y<=0 then if(bw>s)then local s=bj while true do s=s+bk if not(not(s==bg))then break else return x end end end else if y==1 then bw=bw+bk else by=((by+v)%p)end end else if y<=3 then if(((by%q)==d)or((by%q)((2^32)))+b)end end else if a<=5 then if a~=5 then q=cd(c,21,31)else s=((-1)^cd(c,32))end else if a<=6 then if(not(q~=0))then if((p==0))then return(s0);else q=1;d=0;end;elseif(not(q~=2047))then if(not(p~=0))then return s((1/0));else return s((0/0));end;end;else if 8>a then return s2^(q-1023)((d+(p/(2^52))))else break end end end end a=a+1 end end end else if bd<=29 then cl="\46"else if bd==30 then cm=function()local a,b,c=0 while true do if a<=1 then if a>0 then b,c=bu(b,cb),bu(c,cb);else b,c=h(bn,br,(br+2))end else if a<=2 then br=br+2;else if 3==a then return(bv(c,8))+b;else break end end end a=a+1 end end else cn=cf end end end else if bd<=33 then if 32==bd then co=function()local a,b,c,d,p=0 while true do if a<=2 then if a<=0 then b=g else if 112))local q=d+c if(c%12012)>6006 then c=(c+8)while(((d<418)and(c%686)<343))do c=((c+39))local q=d+c if((((c%11272))>5636 or((c%11272))==5636))then c=(((c+21)))local q=40550 if not p[q]then p[q]=1;return z(b,cl,function(q)local s,v=0 while true do if s<=0 then v=0 else if s<2 then while true do if v>0 then break else return i(h(q))end v=(v+1)end else break end end s=s+1 end end);end elseif not((c%4==0))then c=((c+38))local q=71094 if not p[q]then p[q]=1;local q,s=cn(),g;if(not(q~=0))then return g;end;b=j(bn,br,((((br+q))-1)));br=br+q;return z(b,cl,function(q)local s,v=0 while true do if s<=0 then v=0 else if s~=2 then while true do if not(v==1)then return i(h(q))else break end v=v+1 end else break end end s=s+1 end end);end else c=(((c74)))d=d+1 local q=62152 if not p[q]then p[q]=1;return z(b,cl,function(q)local s,v=0 while true do if s<=0 then v=0 else if s==1 then while true do if 1>v then return i(h(q))else break end v=(v+1)end else break end end s=s+1 end end);end end;d=(d+1);end elseif not(((c%4)==0))then c=(c7)while d<269 and(c%494)<247 do c=((c-35))local q=(d+c)if((c%9124)>=4562)then c=((c39))local q=46560 if not p[q]then p[q]=1;return z(b,cl,function(q)local s,v=0 while true do if s<=0 then v=0 else if s>1 then break else while true do if v>0 then break else return i(h(q))end v=v+1 end end end s=s+1 end end);end elseif(c%4~=0)then c=((c57))local q=91757 if not p[q]then p[q]=1;return z(b,cl,function(q)local s,v=0 while true do if s<=0 then v=0 else if 1v then return i(h(q))else break end v=(v+1)end end end s=s+1 end end);end else c=(((c56)))d=(d+1)local q=54689 if not p[q]then p[q]=1;return z(b,cl,function(q)local s,v=0 while true do if s<=0 then v=0 else if s<2 then while true do if v<1 then return i(h(q))else break end v=v+1 end else break end end s=s+1 end end);end end;d=(d+1);end else c=(c+68)d=d+1 while(d<952 and c%424<212)do c=((c+54))local q=d+c if(((c%13788))>6894)then c=(c14)local q=88337 if not p[q]then p[q]=1;end elseif(not((c%4)==0))then c=(((c+15)))local q=61829 if not p[q]then p[q]=1;return z(b,cl,function(q)local s,v=0 while true do if s<=0 then v=0 else if 2~=s then while true do if not(1==v)then return i(h(q))else break end v=v+1 end else break end end s=s+1 end end);end else c=(((c+58)))d=(d+1)local q=94036 if not p[q]then p[q]=1;return z(b,cl,function(b)local p,q=0 while true do if p<=0 then q=0 else if 1==p then while true do if(q<1)then return i(h(b))else break end q=q+1 end else break end end p=p+1 end end);end end;d=d+1;end end;d=((d+1));end c=(c+152)if d>53 then break;end;end;else break end end end a=a+1 end end else cp=cf end else if bd<=34 then cq=function(...)local a=0 while true do if a~=1 then return{...},n("\35",...)else break end a=a+1 end end else if bd==35 then cr=function()local a,b,c,d,p,q,s,v,w,x=0 while true do if a<=9 then if a<=4 then if a<=1 then if 05008 then v=((v55))while((w<696 and v%702<351))do v=(((v28)))local d=(w+v)if((((v%3674))>1837 or(((v%3674))==1837)))then v=(v-86)local d=86609 if not x[d]then x[d]=1;for d=1,cf()do local j=cg();if(not(not(j==2)))then s[d]=nil;elseif(not(j~=0))then s[d]=(not(cg()==0));elseif(((j==3)))then s[d]=ck();elseif(j==1)then s[d]=co();end;end;q[cj]=s;end elseif not(v%4==0)then v=(v-20)local d=13250 if not x[d]then x[d]=1;s[cf()]=nil;end else v=((v62))w=w+1 local d=82511 if not x[d]then x[d]=1;s[cf()]=nil;end end;w=(w+1);end elseif(not((v%4)==0))then v=((v-10))while(((w<902)and v%558<279))do v=(v-56)local d=w+v if(not(((v%4618))~=2309)or((((v%4618)))>2309))then v=(v+80)local d=61507 if not x[d]then x[d]=1;s[cf()]=nil;end elseif not(not((v%4)~=0))then v=((v+33))local d=9128 if not x[d]then x[d]=1;s[cf()]=nil;end else v=(((v67)))w=((w+1))local d=79748 if not x[d]then x[d]=1;s[cf()]=nil;end end;w=w+1;end else v=((v54))w=((w+1))while(w<84 and v%1604<802)do v=(v-78)local d=w+v if((v%1270)>635)then v=(v-25)local d=44544 if not x[d]then x[d]=1;s[cf()]=nil;end elseif v%4~=0 then v=((v-57))local d=55925 if not x[d]then x[d]=1;s[cf()]=nil;end else v=((v78))w=(w+1)local d=49376 if not x[d]then x[d]=1;s[cf()]=nil;end end;w=w+1;end end;w=w+1;end v=(((v+111)))if((w>5))then break;end;end;else x={}end else if a<=7 then v=559 else if 8==a then w=0 else x={}end end end end else if a<=14 then if a<=11 then if a==10 then while(w<4)do w=w+1;while(w<77 and v%1824<912)do v=((v-89))local d=w+v if(((v%16114))>8057)then v=(v21)while(((w<419)and(v%1740<870)))do v=((v-28))local d=((w+v))if((v%13046)<6523)then v=(((v-52)))local d=17823 if not x[d]then x[d]=1;end elseif v%4~=0 then v=((v-70))local d=32191 if not x[d]then x[d]=1;end else v=((v+3))w=((w+1))local d=89754 if not x[d]then x[d]=1;end end;w=(w+1);end elseif(not((v%4)==0))then v=((v-91))while(w<825 and(v%1390<695))do v=(((v+74)))local d=(w+v)if(((v%9732))==4866 or((v%9732))>4866)then v=((v+37))local d=81273 if not x[d]then x[d]=1;end elseif not(not((v%4)~=0))then v=(v96)local d=11079 if not x[d]then x[d]=1;local d=1;local j=2;local p=3;local y=4;for y=1,cf()do local bb=cg();local be=cd(bb,d,d);if(not(not(not(be~=0))))then local bb,be,bf=cd(bb,j,p),cd(bb,4,6),m({[225]=cm(),[184]=cm(),nil,nil},{['\95\95\116\111\115\116\114\105\110\103']=function(...)return cd(bb,j,p);end,})if(((not(bb~=0))or(((bb==d)))))then bf[358]=cf();if(not(not((bb==0))))then bf[51]=cf();end;elseif((((not(bb~=j))or(not(bb~=p)))))then bf[358]=((cf()-(e)));if(not(not(not(bb~=p))))then bf[51]=cm();end;end;if((not((cd(be,d,d)~=d))))then bf[184]=s[bf[184]];end;if(not((cd(be,j,j)~=d)))then bf[358]=s[bf[358]];end;if(not(not(cd(be,p,p)==d)))then bf[51]=s[bf[51]];end;b[y]=bf;end;end;end else v=(((v-88)))w=(w+1)local b=95262 if not x[b]then x[b]=1;end end;w=((w+1));end else v=((v43))w=(w+1)while(((w<683))and(v%96<48))do v=((v+12))local b=((w+v))if(((v%17086))>8543 or((v%17086)==8543))then v=(((v-24)))local b=15388 if not x[b]then x[b]=1;end elseif v%4~=0 then v=((v-28))local b=19987 if not x[b]then x[b]=1;end else v=((v+95))w=(w+1)local b=6945 if not x[b]then x[b]=1;end end;w=(w+1);end end;w=((w+1));end v=((v-326))if w>6 then break;end;end;else q[799]=cg();end else if a<=12 then for b=1,cf()do c[(b-1)]=cr();end;else if 14>a then do for b=1,#q[ch]do local b=q[ch][b]local c,d,e=b[184],b[358],b[51]if not((bp(c)~=f))then c=z(c,cl,function(j,p,p)local p,s=0 while true do if p<=0 then s=0 else if p~=2 then while true do if 1>s then return i(bu(h(j),cb))else break end s=s+1 end else break end end p=p+1 end end)b[184]=c end if(not(bp(d)~=f))then d=z(d,cl,function(c,j,j)local j,p=0 while true do if j<=0 then p=0 else if 13424)then v=((v+54))while((w<790)and(v%826<413))do v=((v+83))local b=(w+v)if((v%5448)<2724)then v=((v31))local b=21028 if not x[b]then x[b]=1;return q end elseif(not((v%4)==0))then v=((v-6))local b=4606 if not x[b]then x[b]=1;end else v=(((v+19)))w=w+1 local b=92528 if not x[b]then x[b]=1;end end;w=((w+1));end elseif not(v%4==0)then v=((v49))while w<951 and(v%1094<547)do v=((v+55))local b=(w+v)if((((v%18174))<9087))then v=(((v+76)))local b=25415 if not x[b]then x[b]=1;return q end elseif not(v%4==0)then v=((v+39))local b=71266 if not x[b]then x[b]=1;return q end else v=(((v-51)))w=(w+1)local b=56801 if not x[b]then x[b]=1;return q end end;w=(w+1);end else v=(((v51)))w=(w+1)while(w<253 and v%432<216)do v=(v+89)local b=(w+v)if(((v%15442)>7721))then v=((v+72))local b=80350 if not x[b]then x[b]=1;end elseif(v%4~=0)then v=(v43)local b=30622 if not x[b]then x[b]=1;q[402]=function(...)local b,c,d,e,h=0 while true do if b<=0 then c,d,e,h=0 else if 141))then break;end;end;else if a==18 then return q;else break end end end end end a=a+1 end end else break end end end end end end bd=bd+1 end local function a(b,c)local d if bp(l)==bq then d=l;else d=l(bl);end local e={}for f,h in o,d do if h~=b then e[f]=h else e[f]=c;end end if bc then return bc(bl,e)else l=e;return l;end end;local function b(...)local c=n(bl,...);local d=c[402];local e=n(2,...);local f=c[ch];local h=c[799];local i=n(3,...);local j=c[517];local o=c[ci];local c=c[539];local c=bt[ba(bx,j)];return function(...)local j,n,p,q,s,u,v,w=cq,1,-1,{},{...},(n("\35",...)-1),{},{};for x=0,u,1 do if(x>=h)then q[x-h]=s[x+1];else w[x]=s[x+1];end;end;local x,y,z,ba=(u-h+1),nil,nil,{};while true do y=f[n];z=y[225];if 147>=z then if z<=73 then if z<=36 then if z<=17 then if z<=8 then if 3>=z then if z<=1 then if z>0 then local ba=0 while true do if ba<=6 then if ba<=2 then if ba<=0 then w[y[184]]=w[y[358]][y[51]];else if 13 then n=n+1;else w[y[184]]=w[y[358]][y[51]];end else if 6>ba then y=f[n];else w[y[184]]=e[y[358]];end end end else if ba<=9 then if ba<=7 then n=n+1;else if 8ba then w[y[184]]=w[y[358]][y[51]];else n=n+1;end else if 10>ba then y=f[n];else w[y[184]]=i[y[358]];end end else if ba<=12 then if 12~=ba then n=n+1;else y=f[n];end else if ba>13 then n=n+1;else w[y[184]]=w[y[358]][y[51]];end end end end else if ba<=22 then if ba<=18 then if ba<=16 then if 15ba then y=f[n];else w[y[184]]=y[358];end end end else if ba<=26 then if ba<=24 then if ba==23 then n=n+1;else y=f[n];end else if ba<26 then w[y[184]]=y[358];else n=n+1;end end else if ba<=28 then if 27==ba then y=f[n];else bb=y[184]end else if 30>ba then w[bb]=w[bb](r(w,bb+1,y[358]))else break end end end end end ba=ba+1 end end;elseif 5>=z then if 5>z then w={};for ba=0,u,1 do if ba=z then w[y[184]][w[y[358]]]=w[y[51]];elseif 7==z then local ba;local bb;local bc;w={};for bd=0,u,1 do if bd=z then if(9==z)then if(w[y[184]]~=w[y[51]])then n=n+1;else n=y[358];end;else local ba=y[184];local bb=w[y[358]];w[(ba+1)]=bb;w[ba]=bb[y[51]];end;elseif z==11 then w[y[184]]=true;else local ba;w[y[184]]=w[y[358]][w[y[51]]];n=n+1;y=f[n];w[y[184]]=y[358];n=n+1;y=f[n];w[y[184]]=y[358];n=n+1;y=f[n];w[y[184]]=i[y[358]];n=n+1;y=f[n];w[y[184]]=w[y[358]][y[51]];n=n+1;y=f[n];ba=y[184]w[ba]=w[ba](w[ba+1])end;elseif 14>=z then if 14>z then local ba;w[y[184]]=w[y[358]][y[51]];n=n+1;y=f[n];w[y[184]]=e[y[358]];n=n+1;y=f[n];w[y[184]]=w[y[358]][y[51]];n=n+1;y=f[n];w[y[184]]=e[y[358]];n=n+1;y=f[n];w[y[184]]=w[y[358]][y[51]];n=n+1;y=f[n];w[y[184]]=e[y[358]];n=n+1;y=f[n];w[y[184]]=w[y[358]][y[51]];n=n+1;y=f[n];w[y[184]]=i[y[358]];n=n+1;y=f[n];w[y[184]]=w[y[358]];n=n+1;y=f[n];ba=y[184]w[ba]=w[ba](w[ba+1])else w={};for ba=0,u,1 do if baz)then if(w[y[184]]20 then local ba,bb,bc,bd,be=0 while true do if ba<=9 then if ba<=4 then if ba<=1 then if 1~=ba then bb=nil else bc,bd=nil end else if ba<=2 then be=nil else if 3==ba then w[y[184]]=i[y[358]];else n=n+1;end end end else if ba<=6 then if ba>5 then w[y[184]]=w[y[358]][y[51]];else y=f[n];end else if ba<=7 then n=n+1;else if 8==ba then y=f[n];else w[y[184]]=i[y[358]];end end end end else if ba<=14 then if ba<=11 then if ba<11 then n=n+1;else y=f[n];end else if ba<=12 then w[y[184]]=w[y[358]];else if ba==13 then n=n+1;else y=f[n];end end end else if ba<=17 then if ba<=15 then be=y[184]else if ba>16 then p=bd+be-1 else bc,bd=j(w[be](w[be+1]))end end else if ba<=18 then bb=0;else if 19==ba then for bd=be,p do bb=bb+1;w[bd]=bc[bb];end;else break end end end end end ba=ba+1 end else if not w[y[184]]then n=(n+1);else n=y[358];end;end;elseif(z<23 or z==23)then if(z>22)then local ba,bb=0 while true do if(ba<7 or ba==7)then if(ba<=3)then if ba<=1 then if not(ba==1)then bb=nil else w[y[184]]=e[y[358]];end else if 2==ba then n=(n+1);else y=f[n];end end else if(ba==5 or ba<5)then if not(4~=ba)then w[y[184]]=y[358];else n=(n+1);end else if ba>6 then w[y[184]]=y[358];else y=f[n];end end end else if(ba==11 or ba<11)then if(ba<=9)then if(9>ba)then n=n+1;else y=f[n];end else if ba==10 then w[y[184]]=y[358];else n=(n+1);end end else if(ba<=13)then if not(ba~=12)then y=f[n];else bb=y[184]end else if(15>ba)then w[bb]=w[bb](r(w,(bb+1),y[358]))else break end end end end ba=ba+1 end else local ba,bb,bc=0 while true do if(ba<16 or ba==16)then if(ba<7 or ba==7)then if(ba<=3)then if(ba==1 or ba<1)then if ba<1 then bb=nil else bc=nil end else if(ba==2)then w[y[184]]=y[358];else n=n+1;end end else if(ba==5 or ba<5)then if(5>ba)then y=f[n];else w[y[184]]=w[y[358]][w[y[51]]];end else if not(6~=ba)then n=n+1;else y=f[n];end end end else if(ba<11 or ba==11)then if(ba<9 or ba==9)then if not(ba==9)then w[y[184]]=y[358];else n=(n+1);end else if(ba~=11)then y=f[n];else w[y[184]]=w[y[358]][w[y[51]]];end end else if ba<=13 then if(13>ba)then n=(n+1);else y=f[n];end else if ba<=14 then w[y[184]]=y[358];else if(ba>15)then y=f[n];else n=(n+1);end end end end end else if(ba==24 or ba<24)then if(ba==20 or ba<20)then if(ba==18 or ba<18)then if 18~=ba then w[y[184]]=w[y[358]][w[y[51]]];else n=n+1;end else if not(20==ba)then y=f[n];else w[y[184]]=y[358];end end else if(ba<=22)then if ba>21 then y=f[n];else n=n+1;end else if(2327 then y=f[n];else n=n+1;end end else if(ba<=30)then if(29=z)then local ba,bb=0 while true do if ba<=7 then if ba<=3 then if ba<=1 then if 08 then y=f[n];else n=n+1;end else if ba>10 then n=n+1;else w[y[184]]=y[358];end end else if ba<=13 then if 1214 then break else w[bb]=w[bb](r(w,bb+1,y[358]))end end end end ba=ba+1 end elseif(z<26)then w[y[184]]={r({},1,y[358])};else local ba,bb=0 while true do if ba<=7 then if ba<=3 then if ba<=1 then if 08 then y=f[n];else n=n+1;end else if 10==ba then w[y[184]]=y[358];else n=n+1;end end else if ba<=13 then if 12=z then if 28>=z then if 28~=z then local ba=y[358];local bb=y[51];local ba=k(w,g,ba,bb);w[y[184]]=ba;else if w[y[184]]then n=n+1;else n=y[358];end;end;elseif 29>=z then w[y[184]]=w[y[358]];elseif z==30 then w[y[184]]();else local ba;w[y[184]]=e[y[358]];n=n+1;y=f[n];w[y[184]]=y[358];n=n+1;y=f[n];w[y[184]]=y[358];n=n+1;y=f[n];w[y[184]]=y[358];n=n+1;y=f[n];ba=y[184]w[ba]=w[ba](r(w,ba+1,y[358]))end;elseif z<=33 then if 32=z then local ba;local bb;w[y[184]]=e[y[358]];n=n+1;y=f[n];w[y[184]]=w[y[358]][w[y[51]]];n=n+1;y=f[n];w[y[184]][y[358]]=w[y[51]];n=n+1;y=f[n];w[y[184]]=e[y[358]];n=n+1;y=f[n];w[y[184]]=w[y[358]][y[51]];n=n+1;y=f[n];w[y[184]][y[358]]=w[y[51]];n=n+1;y=f[n];w[y[184]]=i[y[358]];n=n+1;y=f[n];bb=y[184];ba=w[y[358]];w[bb+1]=ba;w[bb]=ba[y[51]];elseif 35==z then for ba=y[184],y[358],1 do w[ba]=nil;end;else w[y[184]]=w[y[358]][y[51]];n=n+1;y=f[n];w[y[184]]=w[y[358]][y[51]];n=n+1;y=f[n];w[y[184]]=e[y[358]];n=n+1;y=f[n];w[y[184]]=w[y[358]][y[51]];n=n+1;y=f[n];if(w[y[184]]~=w[y[51]])then n=y[358];else n=n+1;end;end;elseif z<=54 then if 45>=z then if 40>=z then if z<=38 then if z~=38 then if(w[y[184]]~=y[51])then n=n+1;else n=y[358];end;else if(y[184]=z then if 41==z then w[y[184]]={r({},1,y[358])};else w={};for ba=0,u,1 do if ba=z then local ba=y[184]local bb={}for bc=1,#v do local bd=v[bc]for be=1,#bd do local bd=bd[be]local be,be=bd[1],bd[2]if be>=ba then bb[be]=w[be]bd[1]=bb v[bc]=nil;end end end elseif z~=45 then local ba=o[y[358]];local bb={};local bc={};for bd=1,y[51]do n=n+1;local be=f[n];if be[225]==29 then bc[bd-1]={w,be[358]};else bc[bd-1]={e,be[358]};end;v[#v+1]=bc;end;m(bb,{['\95\95\105\110\100\101\120']=function(m,m)local m=bc[m];return m[1][m[2]];end,['\95\95\110\101\119\105\110\100\101\120']=function(m,m,bd)local m=bc[m]m[1][m[2]]=bd;end;});w[y[184]]=b(ba,bb,i);else local m;w[y[184]]=w[y[358]]%w[y[51]];n=n+1;y=f[n];w[y[184]]=w[y[358]]+y[51];n=n+1;y=f[n];w[y[184]]=e[y[358]];n=n+1;y=f[n];w[y[184]]=w[y[358]];n=n+1;y=f[n];w[y[184]]=w[y[358]];n=n+1;y=f[n];w[y[184]]=w[y[358]];n=n+1;y=f[n];w[y[184]]=w[y[358]];n=n+1;y=f[n];m=y[184]w[m]=w[m](r(w,m+1,y[358]))end;elseif 49>=z then if z<=47 then if 47~=z then if(w[y[184]]<=w[y[51]])then n=y[358];else n=n+1;end;else local m;local ba;w[y[184]]=w[y[358]][y[51]];n=n+1;y=f[n];w[y[184]]=w[y[358]][y[51]];n=n+1;y=f[n];w[y[184]]=w[y[358]][y[51]];n=n+1;y=f[n];w[y[184]]=w[y[358]][y[51]];n=n+1;y=f[n];w[y[184]]=w[y[358]][y[51]];n=n+1;y=f[n];ba=y[184];m=w[ba];for bb=ba+1,y[358]do t(m,w[bb])end;end;elseif 49>z then local m=y[184]w[m]=w[m](r(w,m+1,p))else local m=y[184];local ba=w[y[358]];w[m+1]=ba;w[m]=ba[y[51]];end;elseif z<=51 then if 51>z then local m;w[y[184]]=w[y[358]];n=n+1;y=f[n];w[y[184]]=y[358];n=n+1;y=f[n];w[y[184]]=y[358];n=n+1;y=f[n];w[y[184]]=y[358];n=n+1;y=f[n];m=y[184]w[m]=w[m](r(w,m+1,y[358]))else local m=y[184]w[m]=w[m](w[m+1])end;elseif z<=52 then for m=y[184],y[358],1 do w[m]=nil;end;elseif z<54 then local m;w[y[184]]=e[y[358]];n=n+1;y=f[n];w[y[184]]=w[y[358]][y[51]];n=n+1;y=f[n];w[y[184]]=e[y[358]];n=n+1;y=f[n];w[y[184]]=w[y[358]][w[y[51]]];n=n+1;y=f[n];w[y[184]]=e[y[358]];n=n+1;y=f[n];w[y[184]]=w[y[358]][y[51]];n=n+1;y=f[n];m=y[184]w[m]=w[m](r(w,m+1,y[358]))else local m;local ba,bb;local bc;w[y[184]]=i[y[358]];n=n+1;y=f[n];w[y[184]]=w[y[358]][y[51]];n=n+1;y=f[n];w[y[184]]=i[y[358]];n=n+1;y=f[n];w[y[184]]=w[y[358]];n=n+1;y=f[n];bc=y[184]ba,bb=j(w[bc](w[bc+1]))p=bb+bc-1 m=0;for bb=bc,p do m=m+1;w[bb]=ba[m];end;end;elseif 63>=z then if z<=58 then if z<=56 then if(554 then n=n+1;else w[y[184]]=y[358];end else if 6==m then y=f[n];else w[y[184]]=y[358];end end end else if m<=11 then if m<=9 then if m~=9 then n=n+1;else y=f[n];end else if m==10 then w[y[184]]=y[358];else n=n+1;end end else if m<=13 then if 12==m then y=f[n];else ba=y[184]end else if m<15 then w[ba]=w[ba](r(w,ba+1,y[358]))else break end end end end m=m+1 end else local m,ba,bb,bc,bd,be=0 while true do if m<=3 then if m<=1 then if m>0 then bb=y[51]else ba=y[184]end else if 2m then for bf=1,bb do w[bc+bf]=bd[bf];end else be=w[ba+3]end else if 6==m then if be then w[bc]=be;n=y[358];else n=n+1 end;else break end end end m=m+1 end end;elseif z==57 then local m;w[y[184]]=e[y[358]];n=n+1;y=f[n];w[y[184]]=y[358];n=n+1;y=f[n];w[y[184]]=y[358];n=n+1;y=f[n];w[y[184]]=y[358];n=n+1;y=f[n];m=y[184]w[m]=w[m](r(w,m+1,y[358]))else local m;local ba;w[y[184]]=w[y[358]][y[51]];n=n+1;y=f[n];w[y[184]]=w[y[358]][y[51]];n=n+1;y=f[n];w[y[184]]=w[y[358]][y[51]];n=n+1;y=f[n];w[y[184]]=w[y[358]][y[51]];n=n+1;y=f[n];w[y[184]]=i[y[358]];n=n+1;y=f[n];w[y[184]]=w[y[358]][y[51]];n=n+1;y=f[n];w[y[184]]=w[y[358]][y[51]];n=n+1;y=f[n];ba=y[184];m=w[ba];for bb=ba+1,y[358]do t(m,w[bb])end;end;elseif z<=60 then if z<60 then local m=y[184]local ba={}for bb=1,#v do local bc=v[bb]for bd=1,#bc do local bc=bc[bd]local bd,bd=bc[1],bc[2]if bd>=m then ba[bd]=w[bd]bc[1]=ba v[bb]=nil;end end end else w[y[184]]=w[y[358]]/w[y[51]];end;elseif 61>=z then local m=y[184];local v=w[m];for ba=m+1,y[358]do t(v,w[ba])end;elseif 62==z then w[y[184]]=w[y[358]]%y[51];else local m;w={};for v=0,u,1 do if v=z then if 64==z then local m;local v,ba;local bb;w[y[184]]=i[y[358]];n=n+1;y=f[n];w[y[184]]=w[y[358]];n=n+1;y=f[n];w[y[184]]=y[358];n=n+1;y=f[n];w[y[184]]=y[358];n=n+1;y=f[n];w[y[184]]=y[358];n=n+1;y=f[n];bb=y[184]v,ba=j(w[bb](r(w,bb+1,y[358])))p=ba+bb-1 m=0;for ba=bb,p do m=m+1;w[ba]=v[m];end;else local m=y[184];do return w[m](r(w,m+1,y[358]))end;end;elseif 66>=z then local m,v,ba=0 while true do if m<=35 then if m<=17 then if m<=8 then if m<=3 then if m<=1 then if m>0 then ba=nil else v=nil end else if 3~=m then w[y[184]][y[358]]=y[51];else n=n+1;end end else if m<=5 then if 4==m then y=f[n];else w[y[184]][y[358]]=y[51];end else if m<=6 then n=n+1;else if m==7 then y=f[n];else w[y[184]][y[358]]=y[51];end end end end else if m<=12 then if m<=10 then if m>9 then y=f[n];else n=n+1;end else if 1120 then n=n+1;else w[y[184]][y[358]]=y[51];end end else if m<=23 then if m==22 then y=f[n];else w[y[184]][y[358]]=y[51];end else if m<=24 then n=n+1;else if 25==m then y=f[n];else w[y[184]][y[358]]=y[51];end end end end else if m<=30 then if m<=28 then if m>27 then y=f[n];else n=n+1;end else if m<30 then w[y[184]][y[358]]=y[51];else n=n+1;end end else if m<=32 then if 32>m then y=f[n];else w[y[184]][y[358]]=y[51];end else if m<=33 then n=n+1;else if m<35 then y=f[n];else w[y[184]][y[358]]=y[51];end end end end end end else if m<=53 then if m<=44 then if m<=39 then if m<=37 then if 3643 then w[y[184]][y[358]]=y[51];else y=f[n];end end end end else if m<=48 then if m<=46 then if m~=46 then n=n+1;else y=f[n];end else if 47==m then w[y[184]][y[358]]=y[51];else n=n+1;end end else if m<=50 then if m>49 then w[y[184]]=y[358];else y=f[n];end else if m<=51 then n=n+1;else if m<53 then y=f[n];else w[y[184]]=i[y[358]];end end end end end else if m<=62 then if m<=57 then if m<=55 then if m~=55 then n=n+1;else y=f[n];end else if m~=57 then w[y[184]][y[358]]=y[51];else n=n+1;end end else if m<=59 then if 59>m then y=f[n];else w[y[184]]=false;end else if m<=60 then n=n+1;else if 62>m then y=f[n];else w[y[184]]=w[y[358]][y[51]];end end end end else if m<=67 then if m<=64 then if m~=64 then n=n+1;else y=f[n];end else if m<=65 then w[y[184]]=i[y[358]];else if 66==m then n=n+1;else y=f[n];end end end else if m<=69 then if m<69 then ba=y[184];else v=w[y[358]];end else if m<=70 then w[ba+1]=v;else if m>71 then break else w[ba]=v[y[51]];end end end end end end end m=m+1 end elseif z==67 then w={};for m=0,u,1 do if m=z then if 91>=z then if 82>=z then if(77>z or 77==z)then if(z<75 or z==75)then if(z<75)then local m=0 while true do if m<=7 then if m<=3 then if m<=1 then if m<1 then w[y[184]]=e[y[358]];else n=n+1;end else if m>2 then w[y[184]]=e[y[358]];else y=f[n];end end else if m<=5 then if m==4 then n=n+1;else y=f[n];end else if m~=7 then w[y[184]]=w[y[358]]-w[y[51]];else n=n+1;end end end else if m<=11 then if m<=9 then if m>8 then e[y[358]]=w[y[184]];else y=f[n];end else if m~=11 then n=n+1;else y=f[n];end end else if m<=13 then if m~=13 then w[y[184]]=e[y[358]];else n=n+1;end else if m<=14 then y=f[n];else if m==15 then e[y[358]]=w[y[184]];else break end end end end end m=m+1 end else w[y[184]]=e[y[358]];end;elseif not(76~=z)then w[y[184]]=w[y[358]][w[y[51]]];else do return end;end;elseif 79>=z then if not(z==79)then local m,v,ba,bb,bc=0 while true do if m<=14 then if m<=6 then if m<=2 then if m<=0 then v=nil else if 1==m then ba,bb=nil else bc=nil end end else if m<=4 then if 3==m then w[y[184]]=e[y[358]];else n=n+1;end else if m<6 then y=f[n];else w[y[184]]=w[y[358]][y[51]];end end end else if m<=10 then if m<=8 then if m==7 then n=n+1;else y=f[n];end else if m<10 then w[y[184]]=i[y[358]];else n=n+1;end end else if m<=12 then if m~=12 then y=f[n];else w[y[184]]=w[y[358]][y[51]];end else if m==13 then n=n+1;else y=f[n];end end end end else if m<=21 then if m<=17 then if m<=15 then w[y[184]]=y[358];else if 17~=m then n=n+1;else y=f[n];end end else if m<=19 then if m~=19 then w[y[184]]=y[358];else n=n+1;end else if 21~=m then y=f[n];else w[y[184]]=y[358];end end end else if m<=25 then if m<=23 then if 23>m then n=n+1;else y=f[n];end else if 25~=m then bc=y[184]else ba,bb=j(w[bc](r(w,bc+1,y[358])))end end else if m<=27 then if 26==m then p=bb+bc-1 else v=0;end else if m<29 then for bb=bc,p do v=v+1;w[bb]=ba[v];end;else break end end end end end m=m+1 end else local m,v=0 while true do if m<=7 then if m<=3 then if m<=1 then if 0m then n=n+1;else y=f[n];end end else if m<=5 then if 5>m then w[y[184]]=y[358];else n=n+1;end else if 6z)then local m,v,ba=0 while true do if m<=10 then if m<=4 then if m<=1 then if 1>m then v=nil else ba=nil end else if m<=2 then w={};else if 312 then n=n+1;else w[y[184]]=w[y[358]][y[51]];end end else if m<=14 then y=f[n];else if 15==m then w[y[184]]=w[y[358]][y[51]];else n=n+1;end end end else if m<=19 then if m<=17 then y=f[n];else if m<19 then ba=y[184];else v=w[y[358]];end end else if m<=20 then w[ba+1]=v;else if 22~=m then w[ba]=v[y[51]];else break end end end end end m=m+1 end elseif(82>z)then local m=y[184]w[m]=w[m](r(w,(m+1),y[358]))else local m=0 while true do if m<=6 then if m<=2 then if m<=0 then w={};else if 2>m then for v=0,u,1 do if v5 then y=f[n];else n=n+1;end end end else if m<=10 then if m<=8 then if m<8 then w[y[184]]=e[y[358]];else n=n+1;end else if 10>m then y=f[n];else w[y[184]]=w[y[358]][w[y[51]]];end end else if m<=12 then if m~=12 then n=n+1;else y=f[n];end else if m<14 then if not w[y[184]]then n=n+1;else n=y[358];end;else break end end end end m=m+1 end end;elseif 86>=z then if 84>=z then if z>83 then local m;w[y[184]][y[358]]=y[51];n=n+1;y=f[n];w[y[184]]=i[y[358]];n=n+1;y=f[n];w[y[184]]=w[y[358]][y[51]];n=n+1;y=f[n];w[y[184]]=w[y[358]][y[51]];n=n+1;y=f[n];w[y[184]][y[358]]=w[y[51]];n=n+1;y=f[n];w[y[184]]=i[y[358]];n=n+1;y=f[n];w[y[184]]=w[y[358]][y[51]];n=n+1;y=f[n];w[y[184]]=y[358];n=n+1;y=f[n];w[y[184]]=y[358];n=n+1;y=f[n];w[y[184]]=y[358];n=n+1;y=f[n];m=y[184]w[m]=w[m](r(w,m+1,y[358]))else w[y[184]]=w[y[358]]-w[y[51]];end;elseif 8512 then n=n+1;else w[y[184]]=w[y[358]]+w[y[51]];end else if m<=14 then y=f[n];else if m~=16 then e[y[358]]=w[y[184]];else break end end end end end m=m+1 end end;elseif z<=89 then w[y[184]]=-w[y[358]];elseif z~=91 then w[y[184]]={};else w[y[184]]();end;elseif 100>=z then if z<=95 then if 93>=z then if 93~=z then local m=y[184];p=m+x-1;for v=m,p do local m=q[v-m];w[v]=m;end;else local m;w[y[184]]=w[y[358]][y[51]];n=n+1;y=f[n];w[y[184]][y[358]]=w[y[51]];n=n+1;y=f[n];w[y[184]]=i[y[358]];n=n+1;y=f[n];w[y[184]]=w[y[358]][y[51]];n=n+1;y=f[n];w[y[184]]=y[358];n=n+1;y=f[n];w[y[184]]=y[358];n=n+1;y=f[n];w[y[184]]=y[358];n=n+1;y=f[n];w[y[184]]=y[358];n=n+1;y=f[n];m=y[184]w[m]=w[m](r(w,m+1,y[358]))end;elseif z~=95 then w[y[184]]=w[y[358]][y[51]];else local m;w[y[184]]=w[y[358]][y[51]];n=n+1;y=f[n];w[y[184]]=e[y[358]];n=n+1;y=f[n];w[y[184]]=w[y[358]][y[51]];n=n+1;y=f[n];w[y[184]]=e[y[358]];n=n+1;y=f[n];w[y[184]]=w[y[358]][y[51]];n=n+1;y=f[n];m=y[184]w[m]=w[m](r(w,m+1,y[358]))end;elseif 97>=z then if z==96 then local m;w[y[184]]=w[y[358]][y[51]];n=n+1;y=f[n];w[y[184]]=e[y[358]];n=n+1;y=f[n];w[y[184]]=w[y[358]][y[51]];n=n+1;y=f[n];w[y[184]]=e[y[358]];n=n+1;y=f[n];w[y[184]]=w[y[358]][y[51]];n=n+1;y=f[n];w[y[184]]=e[y[358]];n=n+1;y=f[n];w[y[184]]=w[y[358]][y[51]];n=n+1;y=f[n];w[y[184]]=true;n=n+1;y=f[n];w[y[184]]=y[358];n=n+1;y=f[n];m=y[184]w[m](r(w,m+1,y[358]))else local m;w[y[184]]=w[y[358]][y[51]];n=n+1;y=f[n];w[y[184]]=y[358];n=n+1;y=f[n];w[y[184]]=e[y[358]];n=n+1;y=f[n];w[y[184]]=#w[y[358]];n=n+1;y=f[n];m=y[184]w[m]=w[m](r(w,m+1,y[358]))end;elseif z<=98 then local m;w[y[184]]=w[y[358]][y[51]];n=n+1;y=f[n];w[y[184]]=y[358];n=n+1;y=f[n];w[y[184]]=y[358];n=n+1;y=f[n];w[y[184]]=y[358];n=n+1;y=f[n];m=y[184]w[m]=w[m](r(w,m+1,y[358]))elseif 99=z then if 102>=z then if 101=z then if z~=107 then local m=y[184]w[m](r(w,m+1,p))else w={};for m=0,u,1 do if m=z then if 114>=z then if z<=112 then if 112~=z then local m;w[y[184]][y[358]]=y[51];n=n+1;y=f[n];w[y[184]][y[358]]=w[y[51]];n=n+1;y=f[n];w[y[184]]=i[y[358]];n=n+1;y=f[n];w[y[184]]=w[y[358]][y[51]];n=n+1;y=f[n];w[y[184]]=e[y[358]];n=n+1;y=f[n];w[y[184]]=w[y[358]][y[51]];n=n+1;y=f[n];m=y[184]w[m]=w[m](w[m+1])else w[y[184]][y[358]]=y[51];end;elseif 114>z then local m;local v;w[y[184]]=y[358];n=n+1;y=f[n];w[y[184]]=y[358];n=n+1;y=f[n];w[y[184]][w[y[358]]]=w[y[51]];n=n+1;y=f[n];w[y[184]]=y[358];n=n+1;y=f[n];w[y[184]]=y[358];n=n+1;y=f[n];w[y[184]][w[y[358]]]=w[y[51]];n=n+1;y=f[n];w[y[184]]=y[358];n=n+1;y=f[n];w[y[184]]=y[358];n=n+1;y=f[n];w[y[184]][w[y[358]]]=w[y[51]];n=n+1;y=f[n];w[y[184]]=y[358];n=n+1;y=f[n];w[y[184]]=y[358];n=n+1;y=f[n];w[y[184]][w[y[358]]]=w[y[51]];n=n+1;y=f[n];w[y[184]]=y[358];n=n+1;y=f[n];w[y[184]]=y[358];n=n+1;y=f[n];w[y[184]][w[y[358]]]=w[y[51]];n=n+1;y=f[n];w[y[184]]=y[358];n=n+1;y=f[n];w[y[184]]=false;n=n+1;y=f[n];w[y[184]]=i[y[358]];n=n+1;y=f[n];w[y[184]]=y[358];n=n+1;y=f[n];v=y[184];m=w[y[358]];w[v+1]=m;w[v]=m[w[y[51]]];else i[y[358]]=w[y[184]];end;elseif z<=116 then if z~=116 then local m;w={};for v=0,u,1 do if v=z then if 121~=z then local m;local v;w[y[184]]=e[y[358]];n=n+1;y=f[n];w[y[184]]=e[y[358]];n=n+1;y=f[n];w[y[184]]=w[y[358]][w[y[51]]];n=n+1;y=f[n];w[y[184]]=w[y[358]][y[51]];n=n+1;y=f[n];v=y[184];m=w[y[358]];w[v+1]=m;w[v]=m[y[51]];else local m=y[184]local v,ba=j(w[m](r(w,m+1,y[358])))p=ba+m-1 local ba=0;for bb=m,p do ba=ba+1;w[bb]=v[ba];end;end;elseif 123~=z then local m;local v,ba;local bb;w[y[184]]=w[y[358]];n=n+1;y=f[n];w[y[184]]=y[358];n=n+1;y=f[n];w[y[184]]=y[358];n=n+1;y=f[n];w[y[184]]=y[358];n=n+1;y=f[n];bb=y[184]v,ba=j(w[bb](r(w,bb+1,y[358])))p=ba+bb-1 m=0;for ba=bb,p do m=m+1;w[ba]=v[m];end;else local m=y[184]w[m]=w[m](w[m+1])end;elseif 125>=z then if z<125 then local m;e[y[358]]=w[y[184]];n=n+1;y=f[n];e[y[358]]=w[y[184]];n=n+1;y=f[n];w[y[184]]=i[y[358]];n=n+1;y=f[n];w[y[184]]=e[y[358]];n=n+1;y=f[n];m=y[184]w[m]=w[m](w[m+1])else local m;w[y[184]]=e[y[358]];n=n+1;y=f[n];w[y[184]]=w[y[358]][y[51]];n=n+1;y=f[n];w[y[184]]=i[y[358]];n=n+1;y=f[n];w[y[184]]=w[y[358]][y[51]];n=n+1;y=f[n];w[y[184]]=y[358];n=n+1;y=f[n];w[y[184]]=y[358];n=n+1;y=f[n];w[y[184]]=y[358];n=n+1;y=f[n];m=y[184]w[m]=w[m](r(w,m+1,y[358]))end;elseif z<=126 then if(w[y[184]]~=y[51])then n=y[358];else n=n+1;end;elseif 128~=z then local m;w[y[184]]=w[y[358]][y[51]];n=n+1;y=f[n];w[y[184]]=w[y[358]][y[51]];n=n+1;y=f[n];w[y[184]]=i[y[358]];n=n+1;y=f[n];w[y[184]]=e[y[358]];n=n+1;y=f[n];w[y[184]]=w[y[358]][y[51]];n=n+1;y=f[n];m=y[184]w[m]=w[m](w[m+1])else w[y[184]]=b(o[y[358]],nil,i);end;elseif 137>=z then if 132>=z then if z<=130 then if z~=130 then local m=y[184];w[m]=w[m]-w[m+2];n=y[358];else local m=y[184]local v={w[m](r(w,m+1,p))};local ba=0;for bb=m,y[51]do ba=ba+1;w[bb]=v[ba];end end;elseif z~=132 then local m;w[y[184]]=i[y[358]];n=n+1;y=f[n];w[y[184]]=w[y[358]][y[51]];n=n+1;y=f[n];w[y[184]]=y[358];n=n+1;y=f[n];w[y[184]]=y[358];n=n+1;y=f[n];w[y[184]]=y[358];n=n+1;y=f[n];m=y[184]w[m]=w[m](r(w,m+1,y[358]))else local m=y[184]w[m](w[m+1])end;elseif z<=134 then if 134~=z then w[y[184]]=w[y[358]]+w[y[51]];else local m=w[y[184]]+y[51];w[y[184]]=m;if(m<=w[y[184]+1])then n=y[358];end;end;elseif 135>=z then w[y[184]][w[y[358]]]=y[51];elseif 136=z)then if 138m then w[y[184]]=y[358];else n=n+1;end end else if m<=13 then if 13~=m then y=f[n];else v=y[184]end else if m~=15 then w[v]=w[v](r(w,v+1,y[358]))else break end end end end m=m+1 end else local m,v,ba=0 while true do if m<=13 then if m<=6 then if m<=2 then if m<=0 then v=nil else if 1

Views: 8

Comments:

  • this is comment: this is name (2024-08-22 18:45:03)

Add a Comment: