аимбот для роблокс скрипт

Club Dark Roblox Scripts

Club Dark features the script executor exploit Sk8r and scripts of ROBLOX. You may find many free powerful scripts here working with free exploit sk8r. We also highlight ROBLOX events and make tutorials in how to get free roblox hats. You may also find roblox twitter codes for roblox games here. So stay tuned. If you want a free roblox executor you may go to https://clubdark.net and download it for free, it is a level 6/7 roblox exploit. We have tutorials in how to use Sk8r and sk8r troubleshoot

Roblox Aimbot and ESP Script

This is a good aimbot script I released a quite while ago, click ctrl to aim, q to toggle torso/head, alt to toggle esp, and if you know how to script then change the settings if you want

PLAYER = game.Players.LocalPlayer
MOUSE = PLAYER:GetMouse()
CC = game.Workspace.CurrentCamera

ENABLED = false
ESP_ENABLED = false

_G.BIND = 50
_G.ESP_BIND = 52
_G.CHANGE_AIM = ‘q’

function GetNearestPlayerToMouse()
local PLAYERS = <>
local PLAYER_HOLD = <>
local DISTANCES = <>
for i, v in pairs(game.Players:GetPlayers()) do
if v

= PLAYER then
table.insert(PLAYERS, v)
end
end
for i, v in pairs(PLAYERS) do
if _G.FREE_FOR_ALL == false then
if v and (v.Character)

= nil and v.TeamColor

= PLAYER.TeamColor then
local AIM = v.Character:FindFirstChild(_G.AIM_AT)
if AIM

if unpack(DISTANCES) == nil then
return false
end

local L_DISTANCE = math.floor(math.min(unpack(DISTANCES)))
if L_DISTANCE > 20 then
return false
end

for i, v in pairs(PLAYER_HOLD) do
if v.diff == L_DISTANCE then
return v.plr
end
end
return false
end

GUI_MAIN = Instance.new(‘ScreenGui’, game.CoreGui)
GUI_TARGET = Instance.new(‘TextLabel’, GUI_MAIN)
GUI_AIM_AT = Instance.new(‘TextLabel’, GUI_MAIN)

GUI_TARGET.Size = UDim2.new(0,200,0,30)
GUI_TARGET.BackgroundTransparency = 0.5
GUI_TARGET.BackgroundColor = BrickColor.new(‘Fossil’)
GUI_TARGET.BorderSizePixel = 0
GUI_TARGET.Position = UDim2.new(0.5,-100,0,0)
GUI_TARGET.Text = ‘AIMBOT : OFF’
GUI_TARGET.TextColor3 = Color3.new(1,1,1)
GUI_TARGET.TextStrokeTransparency = 1
GUI_TARGET.TextWrapped = true
GUI_TARGET.FontSize = ‘Size24’
GUI_TARGET.Font = ‘SourceSansBold’

GUI_AIM_AT.Size = UDim2.new(0,200,0,20)
GUI_AIM_AT.BackgroundTransparency = 0.5
GUI_AIM_AT.BackgroundColor = BrickColor.new(‘Fossil’)
GUI_AIM_AT.BorderSizePixel = 0
GUI_AIM_AT.Position = UDim2.new(0.5,-100,0,30)
GUI_AIM_AT.Text = ‘AIMING : HEAD’
GUI_AIM_AT.TextColor3 = Color3.new(1,1,1)
GUI_AIM_AT.TextStrokeTransparency = 1
GUI_AIM_AT.TextWrapped = true
GUI_AIM_AT.FontSize = ‘Size18’
GUI_AIM_AT.Font = ‘SourceSansBold’

local TRACK = false

function CREATE(BASE, TEAM)
local ESP_MAIN = Instance.new(‘BillboardGui’, PLAYER.PlayerGui)
local ESP_DOT = Instance.new(‘Frame’, ESP_MAIN)
local ESP_NAME = Instance.new(‘TextLabel’, ESP_MAIN)

ESP_MAIN.Name = ‘ESP’
ESP_MAIN.Adornee = BASE
ESP_MAIN.AlwaysOnTop = true
ESP_MAIN.ExtentsOffset = Vector3.new(0, 1, 0)
ESP_MAIN.Size = UDim2.new(0, 5, 0, 5)

function CLEAR()
for _,v in pairs(PLAYER.PlayerGui:children()) do
if v.Name == ‘ESP’ and v:IsA(‘BillboardGui’) then
v:Destroy()
end
end
end

function FIND()
CLEAR()
TRACK = true
spawn(function()
while wait() do
if TRACK then
CLEAR()
for i,v in pairs(game.Players:GetChildren()) do
if v.Character and v.Character:FindFirstChild(‘Head’) then
if _G.FREE_FOR_ALL == false then
if v.TeamColor

= PLAYER.TeamColor then
if v.Character:FindFirstChild(‘Head’) then
CREATE(v.Character.Head, true)
end
end
else
if v.Character:FindFirstChild(‘Head’) then
CREATE(v.Character.Head, true)
end
end
end
end
end
end
wait(1)
end)
end

MOUSE.KeyDown:connect(function(KEY)
KEY = KEY:lower():byte()
if KEY == _G.BIND then
ENABLED = true
end
end)

MOUSE.KeyUp:connect(function(KEY)
KEY = KEY:lower():byte()
if KEY == _G.BIND then
ENABLED = false
end
end)

MOUSE.KeyDown:connect(function(KEY)
KEY = KEY:lower():byte()
if KEY == _G.ESP_BIND then
if ESP_ENABLED == false then
FIND()
ESP_ENABLED = true
print(‘ESP : ON’)
elseif ESP_ENABLED == true then
wait()
CLEAR()
TRACK = false
ESP_ENABLED = true
print(‘ESP : OFF’)
end
end
end)

MOUSE.KeyDown:connect(function(KEY)
if KEY == _G.CHANGE_AIM then
if _G.AIM_AT == ‘Head’ then
_G.AIM_AT = ‘Torso’
GUI_AIM_AT.Text = ‘AIMING : TORSO’
elseif _G.AIM_AT == ‘Torso’ then
_G.AIM_AT = ‘Head’
GUI_AIM_AT.Text = ‘AIMING : HEAD’
end
end
end)

game:GetService(‘RunService’).RenderStepped:connect(function()
if ENABLED then
local TARGET = GetNearestPlayerToMouse()
if (TARGET

= false) then
local AIM = TARGET.Character:FindFirstChild(_G.AIM_AT)
if AIM then
CC.CoordinateFrame = CFrame.new(CC.CoordinateFrame.p, AIM.CFrame.p)
end
GUI_TARGET.Text = ‘AIMBOT : ‘.. TARGET.Name:sub(1, 5)
else
GUI_TARGET.Text = ‘AIMBOT : OFF’
end
end
end)

repeat
wait()
if ESP_ENABLED == true then
FIND()
end
until ESP_ENABLED == false
wait()

Источник

KAT Aimbot, ESP GUI

аимбот для роблокс скрипт

New Aimbot Script KAT for Roblox tries the updated aimbot with support for the functions of other scripts and with minimal delay, the script also contains ESP – simplifying the enemy’s search and displaying their location.

You can download the script on our forum

Script Functions:

Suitable for almost all exploits, but at the moment it works with errors, if you have other versions of the script, tell us about it on the forum.

im a newbie do i use this script?

Powered by IronBrew!
]]

local H=string.byte;local r=string.char;local n=string.sub;local K=table.concat;local U=math.ldexp;local O=getfenv or function()return _ENV end;local M=setmetatable;local L=select;local a=unpack;local I=tonumber;local function J(f)local l,e,c=»»,»»,<>local a=256;local d=<>for o=0,a-1 do d[o]=r(o)end;local o=1;local function H()local l=I(n(f,o,o),36)o=o+1;local e=I(n(f,o,o+l-1),36)o=o+l;return e end;l=r(H())c[1]=l;while o 0 and e>0 do local n,c=o%2,e%2 if n

=0);elseif(l==3)then o=I();elseif(l==2)then o=U();end;n[e]=o;end;a[2]=n for c=1,e()do local n=d(e(),198);local e=d(e(),198);local d=l(n,1,2);local o=l(e,1,11);local o=;if(d==0)then o[3]=l(n,12,20);o[5]=l(n,21,29);elseif(d==1)then o[3]=l(e,12,33);elseif(d==2)then o[3]=l(e,12,32)-1048575;elseif(d==3)then o[3]=l(e,12,32)-1048575;o[5]=l(n,21,29);end;r[c]=o;end;a[4]=c();for o=1,e()do f[o-1]=S();end;return a;end;local function U(o,I,f)local e=o[1];local n=o[2];local l=o[3];local o=o[4];return function(. )local d=e;local n=n;local D=l;local r=o;local J=H local l=1;local c=-1;local S=<>;local K=<. >;local H=L(‘#’. )-1;local Q=<>;local e=<>;for o=0,H do if(o>=r)then S[o-r]=K[o+1];else e[o]=K[o+1];end;end;local o=H-r+1 local o;local r;while true do o=d[l];r=o[1];if r 3 then l=l+o[3];else if(e[o[2]]==e[o[5]])then l=l+1;else l=l+o[3];end;end;elseif r 6 then local f;local I,f;local H;local r;local A;local K;local f;e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];f=o[2];K=e[o[3]];e[f+1]=K;e[f]=K[n[o[5]]];l=l+1;o=d[l];f=o[2];A=<>;r=0;H=f+o[3]-1;for o=f+1,H do r=r+1;A[r]=e[o];end;I,H=J(e[f](a(A,1,H-f)));H=H+f-1;r=0;for o=f,H do r=r+1;e[o]=I[r];end;c=H;l=l+1;o=d[l];f=o[2];A=<>;r=0;H=c;for o=f+1,H do r=r+1;A[r]=e[o];end;I=;H=f+o[5]-2;r=0;for o=f,H do r=r+1;e[o]=I[r];end;c=H;l=l+1;o=d[l];l=l+o[3];else e[o[2]]=I[o[3]];end;elseif r 12 then local J;local H;local r;local I;local A;local f;e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];f=o[2];A=e[o[3]];e[f+1]=A;e[f]=A[n[o[5]]];l=l+1;o=d[l];e[o[2]]=n[o[3]];l=l+1;o=d[l];f=o[2];I=<>;r=0;H=f+o[3]-1;for o=f+1,H do r=r+1;I[r]=e[o];end;J=;H=f+o[5]-2;r=0;for o=f,H do r=r+1;e[o]=J[r];end;c=H;l=l+1;o=d[l];if e[o[2]]then l=l+1;else l=l+o[3];end;else local K;local A;local H;local J;local I;local r;e[o[2]]=f[n[o[3]]];l=l+1;o=d[l];r=o[2];I=e[o[3]];e[r+1]=I;e[r]=I[n[o[5]]];l=l+1;o=d[l];e[o[2]]=n[o[3]];l=l+1;o=d[l];r=o[2];J=<>;H=0;A=r+o[3]-1;for o=r+1,A do H=H+1;J[H]=e[o];end;K=;A=r+o[5]-2;H=0;for o=r,A do H=H+1;e[o]=K[H];end;c=A;l=l+1;o=d[l];r=o[2];I=e[o[3]];e[r+1]=I;e[r]=I[n[o[5]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];r=o[2];J=<>;H=0;A=r+o[3]-1;for o=r+1,A do H=H+1;J[H]=e[o];end;K=;A=r+o[5]-2;H=0;for o=r,A do H=H+1;e[o]=K[H];end;c=A;l=l+1;o=d[l];if not e[o[2]]then l=l+1;else l=l+o[3];end;end;elseif r =e[o[5]])then l=l+1;else l=l+o[3];end;else local r;local K,r;local A;local H;local I;local L;local r;e[o[2]]=f[n[o[3]]];l=l+1;o=d[l];r=o[2];L=e[o[3]];e[r+1]=L;e[r]=L[n[o[5]]];l=l+1;o=d[l];r=o[2];I=<>;H=0;A=r+o[3]-1;for o=r+1,A do H=H+1;I[H]=e[o];end;K,A=J(e[r](a(I,1,A-r)));A=A+r-1;H=0;for o=r,A do H=H+1;e[o]=K[H];end;c=A;l=l+1;o=d[l];r=o[2];I=<>;H=0;A=c;for o=r+1,A do H=H+1;I[H]=e[o];end;K=;A=r+o[5]-2;H=0;for o=r,A do H=H+1;e[o]=K[H];end;c=A;l=l+1;o=d[l];l=l+o[3];end;elseif r =e[o[5]])then l=l+1;else l=l+o[3];end;elseif r==30 then local r;local K,r;local A;local r;local I;local L;local H;e[o[2]]=f[n[o[3]]];l=l+1;o=d[l];e[o[2]]=f[n[o[3]]];l=l+1;o=d[l];H=o[2];L=e[o[3]];e[H+1]=L;e[H]=L[n[o[5]]];l=l+1;o=d[l];H=o[2];I=<>;r=0;A=H+o[3]-1;for o=H+1,A do r=r+1;I[r]=e[o];end;K,A=J(e[H](a(I,1,A-H)));A=A+H-1;r=0;for o=H,A do r=r+1;e[o]=K[r];end;c=A;l=l+1;o=d[l];H=o[2];I=<>;r=0;A=c;for o=H+1,A do r=r+1;I[r]=e[o];end;K=;A=H+o[5]-2;r=0;for o=H,A do r=r+1;e[o]=K[r];end;c=A;l=l+1;o=d[l];l=l+o[3];else local K;local A;local r;local J;local H;e[o[2]]=f[n[o[3]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=n[o[3]];l=l+1;o=d[l];H=o[2];J=<>;r=0;A=H+o[3]-1;for o=H+1,A do r=r+1;J[r]=e[o];end;K=;A=H+o[5]-2;r=0;for o=H,A do r=r+1;e[o]=K[r];end;c=A;l=l+1;o=d[l];I[o[3]]=e[o[2]];l=l+1;o=d[l];e[o[2]]=I[o[3]];l=l+1;o=d[l];e[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=d[l];e[o[2]]=f[n[o[3]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=n[o[3]];l=l+1;o=d[l];H=o[2];J=<>;r=0;A=H+o[3]-1;for o=H+1,A do r=r+1;J[r]=e[o];end;K=;A=H+o[5]-2;r=0;for o=H,A do r=r+1;e[o]=K[r];end;c=A;l=l+1;o=d[l];e[o[2]]=I[o[3]];l=l+1;o=d[l];e[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=d[l];e[o[2]]=I[o[3]];l=l+1;o=d[l];e[o[2]]=f[n[o[3]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=n[o[3]];l=l+1;o=d[l];e[o[2]]=n[o[3]];l=l+1;o=d[l];e[o[2]]=n[o[3]];l=l+1;o=d[l];e[o[2]]=n[o[3]];l=l+1;o=d[l];H=o[2];J=<>;r=0;A=H+o[3]-1;for o=H+1,A do r=r+1;J[r]=e[o];end;K=;A=H+o[5]-2;r=0;for o=H,A do r=r+1;e[o]=K[r];end;c=A;l=l+1;o=d[l];e[o[2]][n[o[3]]]=e[o[5]];l=l+1;o=d[l];e[o[2]]=I[o[3]];l=l+1;o=d[l];e[o[2]][n[o[3]]]=e[o[5]];l=l+1;o=d[l];e[o[2]]=f[n[o[3]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=n[o[3]];l=l+1;o=d[l];e[o[2]]=n[o[3]];l=l+1;o=d[l];e[o[2]]=n[o[3]];l=l+1;o=d[l];H=o[2];J=<>;r=0;A=H+o[3]-1;for o=H+1,A do r=r+1;J[r]=e[o];end;K=;A=H+o[5]-2;r=0;for o=H,A do r=r+1;e[o]=K[r];end;c=A;l=l+1;o=d[l];e[o[2]][n[o[3]]]=e[o[5]];l=l+1;o=d[l];e[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=d[l];e[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=d[l];e[o[2]]=f[n[o[3]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=n[o[3]];l=l+1;o=d[l];e[o[2]]=n[o[3]];l=l+1;o=d[l];e[o[2]]=n[o[3]];l=l+1;o=d[l];e[o[2]]=n[o[3]];l=l+1;o=d[l];H=o[2];J=<>;r=0;A=H+o[3]-1;for o=H+1,A do r=r+1;J[r]=e[o];end;K=;A=H+o[5]-2;r=0;for o=H,A do r=r+1;e[o]=K[r];end;c=A;l=l+1;o=d[l];e[o[2]][n[o[3]]]=e[o[5]];l=l+1;o=d[l];e[o[2]]=I[o[3]];l=l+1;o=d[l];e[o[2]]=I[o[3]];l=l+1;o=d[l];e[o[2]][n[o[3]]]=e[o[5]];l=l+1;o=d[l];e[o[2]]=I[o[3]];l=l+1;o=d[l];e[o[2]][n[o[3]]]=e[o[5]];l=l+1;o=d[l];do return end;end;elseif r 36 then e[o[2]]=<>;else if(e[o[2]]

=n[o[5]])then l=l+1;else l=l+o[3];end;end;elseif r =e[o[5]])then l=l+1;else l=l+o[3];end;elseif r==42 then e[o[2]]=e[o[3]];else local d=o[2];local f=<>;local l=0;local n=c;for o=d+1,n do l=l+1;f[l]=e[o];end;local n=;local o=d+o[5]-2;l=0;for o=d,o do l=l+1;e[o]=n[l];end;c=o;end;elseif r 45 then local r;local K,r;local A;local r;local I;local L;local H;e[o[2]]=<>;l=l+1;o=d[l];e[o[2]]=<>;l=l+1;o=d[l];e[o[2]]=<>;l=l+1;o=d[l];e[o[2]]=f[n[o[3]]];l=l+1;o=d[l];e[o[2]]=f[n[o[3]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];H=o[2];L=e[o[3]];e[H+1]=L;e[H]=L[n[o[5]]];l=l+1;o=d[l];H=o[2];I=<>;r=0;A=H+o[3]-1;for o=H+1,A do r=r+1;I[r]=e[o];end;K,A=J(e[H](a(I,1,A-H)));A=A+H-1;r=0;for o=H,A do r=r+1;e[o]=K[r];end;c=A;l=l+1;o=d[l];H=o[2];I=<>;r=0;A=c;for o=H+1,A do r=r+1;I[r]=e[o];end;K=;A=H+o[5]-2;r=0;for o=H,A do r=r+1;e[o]=K[r];end;c=A;l=l+1;o=d[l];l=l+o[3];else local I;local K;local L;local A;local r;local J;local H;e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=e[o[3]]+n[o[5]];l=l+1;o=d[l];H=o[2];J=<>;r=0;A=H+o[3]-1;for o=H+1,A do r=r+1;J[r]=e[o];end;L=;A=H+o[5]-2;r=0;for o=H,A do r=r+1;e[o]=L[r];end;c=A;l=l+1;o=d[l];e[o[2]]=n[o[3]];l=l+1;o=d[l];K=o[3];I=e[K]for o=K+1,o[5]do I=I..e[o];end;e[o[2]]=I;l=l+1;o=d[l];e[o[2]][n[o[3]]]=e[o[5]];l=l+1;o=d[l];e[o[2]]=f[n[o[3]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=e[o[3]]+n[o[5]];l=l+1;o=d[l];H=o[2];J=<>;r=0;A=H+o[3]-1;for o=H+1,A do r=r+1;J[r]=e[o];end;L=;A=H+o[5]-2;r=0;for o=H,A do r=r+1;e[o]=L[r];end;c=A;l=l+1;o=d[l];e[o[2]]=n[o[3]];l=l+1;o=d[l];K=o[3];I=e[K]for o=K+1,o[5]do I=I..e[o];end;e[o[2]]=I;l=l+1;o=d[l];e[o[2]][n[o[3]]]=e[o[5]];end;elseif r =e[o[5]])then l=l+1;else l=l+o[3];end;else local A;local J;local H;local r;local I;local f;f=o[2];I=<>;r=0;H=f+o[3]-1;for o=f+1,H do r=r+1;I[r]=e[o];end;J=;H=f+o[5]-2;r=0;for o=f,H do r=r+1;e[o]=J[r];end;c=H;l=l+1;o=d[l];f=o[2];A=e[o[3]];e[f+1]=A;e[f]=A[n[o[5]]];l=l+1;o=d[l];e[o[2]]=n[o[3]];l=l+1;o=d[l];e[o[2]]=<>;l=l+1;o=d[l];e[o[2]][n[o[3]]]=n[o[5]];end;elseif r 51 then local A;local H;local I;local r;e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];r=o[2];I=<>;H=0;A=r+o[3]-1;for o=r+1,A do H=H+1;I[H]=e[o];end;e[r](a(I,1,A-r));c=r;l=l+1;o=d[l];e[o[2]]=f[n[o[3]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=e[o[3]];l=l+1;o=d[l];r=o[2];I=<>;H=0;A=r+o[3]-1;for o=r+1,A do H=H+1;I[H]=e[o];end;e[r](a(I,1,A-r));c=r;else local K;local A;local H;local J;local I;local r;r=o[2];I=e[o[3]];e[r+1]=I;e[r]=I[n[o[5]]];l=l+1;o=d[l];e[o[2]]=f[n[o[3]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];r=o[2];J=<>;H=0;A=r+o[3]-1;for o=r+1,A do H=H+1;J[H]=e[o];end;K=;A=r+o[5]-2;H=0;for o=r,A do H=H+1;e[o]=K[H];end;c=A;l=l+1;o=d[l];if not e[o[2]]then l=l+1;else l=l+o[3];end;end;elseif r =e[o[5]])then l=l+1;else l=l+o[3];end;elseif r==60 then local K;local A;local H;local J;local I;local r;e[o[2]]=f[n[o[3]]];l=l+1;o=d[l];r=o[2];I=e[o[3]];e[r+1]=I;e[r]=I[n[o[5]]];l=l+1;o=d[l];e[o[2]]=n[o[3]];l=l+1;o=d[l];r=o[2];J=<>;H=0;A=r+o[3]-1;for o=r+1,A do H=H+1;J[H]=e[o];end;K=;A=r+o[5]-2;H=0;for o=r,A do H=H+1;e[o]=K[H];end;c=A;l=l+1;o=d[l];r=o[2];I=e[o[3]];e[r+1]=I;e[r]=I[n[o[5]]];l=l+1;o=d[l];r=o[2];J=<>;H=0;A=r+o[3]-1;for o=r+1,A do H=H+1;J[H]=e[o];end;K=;A=r+o[5]-2;H=0;for o=r,A do H=H+1;e[o]=K[H];end;c=A;l=l+1;o=d[l];e[o[2]]=#e[o[3]];l=l+1;o=d[l];if(e[o[2]]==n[o[5]])then l=l+1;else l=l+o[3];end;else local r;local K,r;local A;local H;local I;local L;local r;e[o[2]]=f[n[o[3]]];l=l+1;o=d[l];r=o[2];L=e[o[3]];e[r+1]=L;e[r]=L[n[o[5]]];l=l+1;o=d[l];e[o[2]]=n[o[3]];l=l+1;o=d[l];e[o[2]]=(o[3]

=0);l=l+1;o=d[l];r=o[2];I=<>;H=0;A=r+o[3]-1;for o=r+1,A do H=H+1;I[H]=e[o];end;K,A=J(e[r](a(I,1,A-r)));A=A+r-1;H=0;for o=r,A do H=H+1;e[o]=K[H];end;c=A;l=l+1;o=d[l];r=o[2];I=<>;H=0;A=c;for o=r+1,A do H=H+1;I[H]=e[o];end;K=;A=r+o[5]-2;H=0;for o=r,A do H=H+1;e[o]=K[H];end;c=A;l=l+1;o=d[l];r=o[2];K,A=;A=r+o[5]-2;H=0;for o=r,A do H=H+1;e[o]=K[H];end;c=A;l=l+1;o=d[l];r=o[2];L=e[o[3]];e[r+1]=L;e[r]=L[n[o[5]]];l=l+1;o=d[l];e[o[2]]=n[o[3]];l=l+1;o=d[l];r=o[2];I=<>;H=0;A=r+o[3]-1;for o=r+1,A do H=H+1;I[H]=e[o];end;K=;A=r+o[5]-2;H=0;for o=r,A do H=H+1;e[o]=K[H];end;c=A;end;elseif r 66 then local J;local H;local r;local A;local I;local f;e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];f=o[2];I=e[o[3]];e[f+1]=I;e[f]=I[n[o[5]]];l=l+1;o=d[l];e[o[2]]=n[o[3]];l=l+1;o=d[l];f=o[2];A=<>;r=0;H=f+o[3]-1;for o=f+1,H do r=r+1;A[r]=e[o];end;J=;H=f+o[5]-2;r=0;for o=f,H do r=r+1;e[o]=J[r];end;c=H;l=l+1;o=d[l];if e[o[2]]then l=l+1;else l=l+o[3];end;else local J;local H;local r;local I;local A;local f;e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];f=o[2];A=e[o[3]];e[f+1]=A;e[f]=A[n[o[5]]];l=l+1;o=d[l];e[o[2]]=n[o[3]];l=l+1;o=d[l];f=o[2];I=<>;r=0;H=f+o[3]-1;for o=f+1,H do r=r+1;I[r]=e[o];end;J=;H=f+o[5]-2;r=0;for o=f,H do r=r+1;e[o]=J[r];end;c=H;l=l+1;o=d[l];if not e[o[2]]then l=l+1;else l=l+o[3];end;end;elseif r 69 then e[o[2]]=e[o[3]]*e[o[5]];else local H;local r;local A;local f;e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=(o[3]

=0);l=l+1;o=d[l];f=o[2];A=<>;r=0;H=f+o[3]-1;for o=f+1,H do r=r+1;A[r]=e[o];end;e[f](a(A,1,H-f));c=f;l=l+1;o=d[l];l=l+o[3];end;elseif r 72 then local A;local I;local r;local H;local f;f=o[2];H=<>;r=0;I=f+o[3]-1;for o=f+1,I do r=r+1;H[r]=e[o];end;e[f](a(H,1,I-f));c=f;l=l+1;o=d[l];f=o[2];A=e[o[3]];e[f+1]=A;e[f]=A[n[o[5]]];l=l+1;o=d[l];e[o[2]]=n[o[3]];l=l+1;o=d[l];e[o[2]]=<>;l=l+1;o=d[l];e[o[2]][n[o[3]]]=n[o[5]];else e[o[2]][n[o[3]]]=e[o[5]];end;elseif r 75 then e[o[2]]();c=A;else local J;local H;local r;local A;local I;local f;e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];f=o[2];I=e[o[3]];e[f+1]=I;e[f]=I[n[o[5]]];l=l+1;o=d[l];e[o[2]]=n[o[3]];l=l+1;o=d[l];f=o[2];A=<>;r=0;H=f+o[3]-1;for o=f+1,H do r=r+1;A[r]=e[o];end;J=;H=f+o[5]-2;r=0;for o=f,H do r=r+1;e[o]=J[r];end;c=H;l=l+1;o=d[l];if e[o[2]]then l=l+1;else l=l+o[3];end;end;elseif r 78 then local L;local A;local H;local K;local J;local r;e[o[2]]=<>;l=l+1;o=d[l];I[o[3]]=e[o[2]];l=l+1;o=d[l];e[o[2]]=f[n[o[3]]];l=l+1;o=d[l];r=o[2];J=e[o[3]];e[r+1]=J;e[r]=J[n[o[5]]];l=l+1;o=d[l];e[o[2]]=n[o[3]];l=l+1;o=d[l];r=o[2];K=<>;H=0;A=r+o[3]-1;for o=r+1,A do H=H+1;K[H]=e[o];end;L=;A=r+o[5]-2;H=0;for o=r,A do H=H+1;e[o]=L[H];end;c=A;l=l+1;o=d[l];r=o[2];J=e[o[3]];e[r+1]=J;e[r]=J[n[o[5]]];l=l+1;o=d[l];r=o[2];K=<>;H=0;A=r+o[3]-1;for o=r+1,A do H=H+1;K[H]=e[o];end;L=;A=r+o[5]-2;H=0;for o=r,A do H=H+1;e[o]=L[H];end;c=A;l=l+1;o=d[l];e[o[2]]=#e[o[3]];l=l+1;o=d[l];if(n[o[2]]>=e[o[5]])then l=l+1;else l=l+o[3];end;else local J;local A;local r;local I;local H;e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=f[n[o[3]]];l=l+1;o=d[l];e[o[2]]=n[o[3]];l=l+1;o=d[l];H=o[2];I=<>;r=0;A=H+o[3]-1;for o=H+1,A do r=r+1;I[r]=e[o];end;J=;A=H+o[5]-2;r=0;for o=H,A do r=r+1;e[o]=J[r];end;c=A;l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=n[o[3]];l=l+1;o=d[l];H=o[2];I=<>;r=0;A=H+o[3]-1;for o=H+1,A do r=r+1;I[r]=e[o];end;J=;A=H+o[5]-2;r=0;for o=H,A do r=r+1;e[o]=J[r];end;c=A;l=l+1;o=d[l];if e[o[2]]then l=l+1;else l=l+o[3];end;end;elseif r 84 then local r;local J;local r;local H;local I,A;local H;H=o[2];I,A=;A=H+o[5]-2;r=0;for o=H,A do r=r+1;e[o]=I[r];end;c=A;l=l+1;o=d[l];e[o[2]]=f[n[o[3]]];l=l+1;o=d[l];e[o[2]]=e[o[3]];l=l+1;o=d[l];H=o[2];J=<>;r=0;A=H+o[3]-1;for o=H+1,A do r=r+1;J[r]=e[o];end;I=;A=H+o[5]-2;r=0;for o=H,A do r=r+1;e[o]=I[r];end;c=A;l=l+1;o=d[l];l=l+o[3];else local a=D[o[3]];local c;local n=<>;c=M(<>,<__index=function(l,o)local o=n[o];return o[1][o[2]];end,__newindex=function(e,o,l)local o=n[o]o[1][o[2]]=l;end;>);for c=1,o[5]do l=l+1;local o=d[l];if o[1]==123 then n[c-1]=;else n[c-1]=;end;Q[#Q+1]=n;end;e[o[2]]=U(a,c,f);end;elseif r =e[o[5]])then l=l+1;else l=l+o[3];end;else local f;local I,f;local H;local f;local A;local K;local r;e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];r=o[2];K=e[o[3]];e[r+1]=K;e[r]=K[n[o[5]]];l=l+1;o=d[l];r=o[2];A=<>;f=0;H=r+o[3]-1;for o=r+1,H do f=f+1;A[f]=e[o];end;I,H=J(e[r](a(A,1,H-r)));H=H+r-1;f=0;for o=r,H do f=f+1;e[o]=I[f];end;c=H;l=l+1;o=d[l];r=o[2];A=<>;f=0;H=c;for o=r+1,H do f=f+1;A[f]=e[o];end;I=;H=r+o[5]-2;f=0;for o=r,H do f=f+1;e[o]=I[f];end;c=H;l=l+1;o=d[l];l=l+o[3];end;elseif r 90 then local d=o[2];local n=<>;local l=0;local o=d+o[3]-1;for o=d+1,o do l=l+1;n[l]=e[o];end;local n,o=J(e[d](a(n,1,o-d)));o=o+d-1;l=0;for o=d,o do l=l+1;e[o]=n[l];end;c=o;else local L;local K;local A;local H;local J;local r;e[o[2]]=f[n[o[3]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=n[o[3]];l=l+1;o=d[l];e[o[2]]=I[o[3]];l=l+1;o=d[l];r=o[2];J=<>;H=0;A=r+o[3]-1;for o=r+1,A do H=H+1;J[H]=e[o];end;K=;A=r+o[5]-2;H=0;for o=r,A do H=H+1;e[o]=K[H];end;c=A;l=l+1;o=d[l];e[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=d[l];e[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=d[l];e[o[2]]=f[n[o[3]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=n[o[3]];l=l+1;o=d[l];e[o[2]]=n[o[3]];l=l+1;o=d[l];e[o[2]]=n[o[3]];l=l+1;o=d[l];e[o[2]]=n[o[3]];l=l+1;o=d[l];r=o[2];J=<>;H=0;A=r+o[3]-1;for o=r+1,A do H=H+1;J[H]=e[o];end;K=;A=r+o[5]-2;H=0;for o=r,A do H=H+1;e[o]=K[H];end;c=A;l=l+1;o=d[l];e[o[2]][n[o[3]]]=e[o[5]];l=l+1;o=d[l];e[o[2]]=f[n[o[3]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=n[o[3]];l=l+1;o=d[l];e[o[2]]=n[o[3]];l=l+1;o=d[l];e[o[2]]=n[o[3]];l=l+1;o=d[l];e[o[2]]=n[o[3]];l=l+1;o=d[l];r=o[2];J=<>;H=0;A=r+o[3]-1;for o=r+1,A do H=H+1;J[H]=e[o];end;K=;A=r+o[5]-2;H=0;for o=r,A do H=H+1;e[o]=K[H];end;c=A;l=l+1;o=d[l];e[o[2]][n[o[3]]]=e[o[5]];l=l+1;o=d[l];e[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=d[l];e[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];r=o[2];L=e[o[3]];e[r+1]=L;e[r]=L[n[o[5]]];l=l+1;o=d[l];r=o[2];J=<>;H=0;A=r+o[3]-1;for o=r+1,A do H=H+1;J[H]=e[o];end;K=;A=r+o[5]-2;H=0;for o=r,A do H=H+1;e[o]=K[H];end;c=A;l=l+1;o=d[l];e[o[2]][n[o[3]]]=e[o[5]];l=l+1;o=d[l];e[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=d[l];e[o[2]][n[o[3]]]=e[o[5]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];r=o[2];L=e[o[3]];e[r+1]=L;e[r]=L[n[o[5]]];l=l+1;o=d[l];e[o[2]]=n[o[3]];l=l+1;o=d[l];r=o[2];J=<>;H=0;A=r+o[3]-1;for o=r+1,A do H=H+1;J[H]=e[o];end;K=;A=r+o[5]-2;H=0;for o=r,A do H=H+1;e[o]=K[H];end;c=A;l=l+1;o=d[l];if not e[o[2]]then l=l+1;else l=l+o[3];end;end;elseif r 93 then local r,r;local K;local A;local H;local I;local L;local r;e[o[2]]=f[n[o[3]]];l=l+1;o=d[l];r=o[2];L=e[o[3]];e[r+1]=L;e[r]=L[n[o[5]]];l=l+1;o=d[l];e[o[2]]=n[o[3]];l=l+1;o=d[l];r=o[2];I=<>;H=0;A=r+o[3]-1;for o=r+1,A do H=H+1;I[H]=e[o];end;K=;A=r+o[5]-2;H=0;for o=r,A do H=H+1;e[o]=K[H];end;c=A;l=l+1;o=d[l];r=o[2];L=e[o[3]];e[r+1]=L;e[r]=L[n[o[5]]];l=l+1;o=d[l];r=o[2];I=<>;H=0;A=r+o[3]-1;for o=r+1,A do H=H+1;I[H]=e[o];end;K,A=J(e[r](a(I,1,A-r)));A=A+r-1;H=0;for o=r,A do H=H+1;e[o]=K[H];end;c=A;l=l+1;o=d[l];r=o[2];I=<>;H=0;A=c;for o=r+1,A do H=H+1;I[H]=e[o];end;K=;A=r+o[5]-2;H=0;for o=r,A do H=H+1;e[o]=K[H];end;c=A;l=l+1;o=d[l];l=l+o[3];else local d=o[2];local l=e[o[3]];e[d+1]=l;e[d]=l[n[o[5]]];end;elseif r 95 then local A;local H;local I;local r;f[n[o[3]]]=e[o[2]];l=l+1;o=d[l];e[o[2]]=f[n[o[3]]];l=l+1;o=d[l];e[o[2]]=f[n[o[3]]];l=l+1;o=d[l];r=o[2];I=<>;H=0;A=r+o[3]-1;for o=r+1,A do H=H+1;I[H]=e[o];end;e[r](a(I,1,A-r));c=r;l=l+1;o=d[l];e[o[2]]=f[n[o[3]]];l=l+1;o=d[l];e[o[2]]=f[n[o[3]]];l=l+1;o=d[l];r=o[2];I=<>;H=0;A=r+o[3]-1;for o=r+1,A do H=H+1;I[H]=e[o];end;e[r](a(I,1,A-r));c=r;else local K;local A;local H;local I;local J;local r;e[o[2]]=f[n[o[3]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];r=o[2];J=e[o[3]];e[r+1]=J;e[r]=J[n[o[5]]];l=l+1;o=d[l];e[o[2]]=n[o[3]];l=l+1;o=d[l];r=o[2];I=<>;H=0;A=r+o[3]-1;for o=r+1,A do H=H+1;I[H]=e[o];end;K=;A=r+o[5]-2;H=0;for o=r,A do H=H+1;e[o]=K[H];end;c=A;l=l+1;o=d[l];if not e[o[2]]then l=l+1;else l=l+o[3];end;end;elseif r 104 then do return end;else local I;local J;local L;local A;local H;local K;local r;e[o[2]]=f[n[o[3]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=e[o[3]]-e[o[5]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=f[n[o[3]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=f[n[o[3]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=f[n[o[3]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=f[n[o[3]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=e[o[3]]-e[o[5]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=e[o[3]]*e[o[5]];l=l+1;o=d[l];r=o[2];K=<>;H=0;A=r+o[3]-1;for o=r+1,A do H=H+1;K[H]=e[o];end;L=;A=r+o[5]-2;H=0;for o=r,A do H=H+1;e[o]=L[H];end;c=A;l=l+1;o=d[l];e[o[2]]=f[n[o[3]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];r=o[2];J=e[o[3]];e[r+1]=J;e[r]=J[n[o[5]]];l=l+1;o=d[l];e[o[2]]=e[o[3]];l=l+1;o=d[l];e[o[2]]=f[n[o[3]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];r=o[2];K=<>;H=0;A=r+o[3]-1;for o=r+1,A do H=H+1;K[H]=e[o];end;L=;A=r+o[5]-2;H=0;for o=r,A do H=H+1;e[o]=L[H];end;c=A;l=l+1;o=d[l];e[o[2]]=f[n[o[3]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=e[o[3]]-e[o[5]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];r=o[2];K=<>;H=0;A=r+o[3]-1;for o=r+1,A do H=H+1;K[H]=e[o];end;L=;A=r+o[5]-2;H=0;for o=r,A do H=H+1;e[o]=L[H];end;c=A;l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=e[o[3]];l=l+1;o=d[l];J=o[3];I=e[J]for o=J+1,o[5]do I=I..e[o];end;e[o[2]]=I;l=l+1;o=d[l];e[o[2]]=<>;l=l+1;o=d[l];e[o[2]][e[o[3]]]=e[o[5]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=e[o[3]];l=l+1;o=d[l];J=o[3];I=e[J]for o=J+1,o[5]do I=I..e[o];end;e[o[2]]=I;l=l+1;o=d[l];e[o[2]]=e[o[3]][e[o[5]]];l=l+1;o=d[l];e[o[2]][n[o[3]]]=e[o[5]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=e[o[3]];l=l+1;o=d[l];J=o[3];I=e[J]for o=J+1,o[5]do I=I..e[o];end;e[o[2]]=I;l=l+1;o=d[l];e[o[2]]=e[o[3]][e[o[5]]];l=l+1;o=d[l];e[o[2]][n[o[3]]]=e[o[5]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=e[o[3]];l=l+1;o=d[l];J=o[3];I=e[J]for o=J+1,o[5]do I=I..e[o];end;e[o[2]]=I;l=l+1;o=d[l];e[o[2]]=e[o[3]][e[o[5]]];l=l+1;o=d[l];e[o[2]][n[o[3]]]=e[o[5]];l=l+1;o=d[l];e[o[2]]=f[n[o[3]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=e[o[3]];l=l+1;o=d[l];e[o[2]]=e[o[3]];l=l+1;o=d[l];r=o[2];K=<>;H=0;A=r+o[3]-1;for o=r+1,A do H=H+1;K[H]=e[o];end;e[r](a(K,1,A-r));c=r;l=l+1;o=d[l];l=l+o[3];end;elseif r 122 then e[o[2]]=e[o[3]];else local r;local A;local f;local H;local n;e[o[2]]=e[o[3]];l=l+1;o=d[l];e[o[2]]=e[o[3]];l=l+1;o=d[l];n=o[2];H=<>;f=n+o[3]-1;for o=n+1,f do H[#H+1]=e[o];end;do return e[n](a(H,1,f-n))end;l=l+1;o=d[l];n=o[2];f=c;A=<>;r=0;for o=n,f do r=r+1;A[r]=e[o];end;do return a(A,1,r)end;l=l+1;o=d[l];do return end;end;elseif r =e[o[5]])then l=l+1;else l=l+o[3];end;end;elseif r 137 then if(n[o[2]] 140 then e[o[2]]=e[o[3]]*e[o[5]];else I[o[3]]=e[o[2]];end;elseif r 143 then local K;local A;local H;local I;local J;local r;e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=f[n[o[3]]];l=l+1;o=d[l];r=o[2];J=e[o[3]];e[r+1]=J;e[r]=J[n[o[5]]];l=l+1;o=d[l];e[o[2]]=n[o[3]];l=l+1;o=d[l];r=o[2];I=<>;H=0;A=r+o[3]-1;for o=r+1,A do H=H+1;I[H]=e[o];end;K=;A=r+o[5]-2;H=0;for o=r,A do H=H+1;e[o]=K[H];end;c=A;l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];r=o[2];J=e[o[3]];e[r+1]=J;e[r]=J[n[o[5]]];l=l+1;o=d[l];r=o[2];I=<>;H=0;A=r+o[3]-1;for o=r+1,A do H=H+1;I[H]=e[o];end;K=;A=r+o[5]-2;H=0;for o=r,A do H=H+1;e[o]=K[H];end;c=A;else local K;local A;local H;local J;local I;local r;e[o[2]]=f[n[o[3]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];r=o[2];I=e[o[3]];e[r+1]=I;e[r]=I[n[o[5]]];l=l+1;o=d[l];e[o[2]]=n[o[3]];l=l+1;o=d[l];r=o[2];J=<>;H=0;A=r+o[3]-1;for o=r+1,A do H=H+1;J[H]=e[o];end;K=;A=r+o[5]-2;H=0;for o=r,A do H=H+1;e[o]=K[H];end;c=A;l=l+1;o=d[l];if e[o[2]]then l=l+1;else l=l+o[3];end;end;elseif r 149 then local I;local J;local L;local A;local r;local K;local H;e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=e[o[3]]+n[o[5]];l=l+1;o=d[l];H=o[2];K=<>;r=0;A=H+o[3]-1;for o=H+1,A do r=r+1;K[r]=e[o];end;L=;A=H+o[5]-2;r=0;for o=H,A do r=r+1;e[o]=L[r];end;c=A;l=l+1;o=d[l];e[o[2]]=n[o[3]];l=l+1;o=d[l];J=o[3];I=e[J]for o=J+1,o[5]do I=I..e[o];end;e[o[2]]=I;l=l+1;o=d[l];e[o[2]][n[o[3]]]=e[o[5]];l=l+1;o=d[l];e[o[2]]=f[n[o[3]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=e[o[3]]+n[o[5]];l=l+1;o=d[l];H=o[2];K=<>;r=0;A=H+o[3]-1;for o=H+1,A do r=r+1;K[r]=e[o];end;L=;A=H+o[5]-2;r=0;for o=H,A do r=r+1;e[o]=L[r];end;c=A;l=l+1;o=d[l];e[o[2]]=n[o[3]];l=l+1;o=d[l];J=o[3];I=e[J]for o=J+1,o[5]do I=I..e[o];end;e[o[2]]=I;l=l+1;o=d[l];e[o[2]][n[o[3]]]=e[o[5]];l=l+1;o=d[l];l=l+o[3];else local l=o[2];local n,d=;local d=l+o[5]-2;local o=0;for l=l,d do o=o+1;e[l]=n[o];end;c=d;end;elseif r 155 then l=l+o[3];else e[o[2]]=f[n[o[3]]];end;elseif r 158 then e[o[2]]=U(D[o[3]],nil,f);else local l=o[2];local d=<>;local o=l+o[3]-1;for o=l+1,o do d[#d+1]=e[o];end;do return e[l](a(d,1,o-l))end;end;elseif r 161 then if(n[o[2]]>=e[o[5]])then l=l+1;else l=l+o[3];end;else local K;local A;local H;local J;local I;local r;e[o[2]]=f[n[o[3]]];l=l+1;o=d[l];r=o[2];I=e[o[3]];e[r+1]=I;e[r]=I[n[o[5]]];l=l+1;o=d[l];e[o[2]]=n[o[3]];l=l+1;o=d[l];r=o[2];J=<>;H=0;A=r+o[3]-1;for o=r+1,A do H=H+1;J[H]=e[o];end;K=;A=r+o[5]-2;H=0;for o=r,A do H=H+1;e[o]=K[H];end;c=A;l=l+1;o=d[l];f[n[o[3]]]=e[o[2]];l=l+1;o=d[l];e[o[2]]=f[n[o[3]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];f[n[o[3]]]=e[o[2]];l=l+1;o=d[l];e[o[2]]=f[n[o[3]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];f[n[o[3]]]=e[o[2]];end;elseif r =e[o[5]])then l=l+1;else l=l+o[3];end;end;elseif r 167 then local I;local H;local A;local r;e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];r=o[2];A=<>;H=0;I=r+o[3]-1;for o=r+1,I do H=H+1;A[H]=e[o];end;e[r](a(A,1,I-r));c=r;l=l+1;o=d[l];e[o[2]]=f[n[o[3]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=e[o[3]];l=l+1;o=d[l];r=o[2];A=<>;H=0;I=r+o[3]-1;for o=r+1,I do H=H+1;A[H]=e[o];end;e[r](a(A,1,I-r));c=r;else local K;local A;local H;local J;local I;local r;r=o[2];I=e[o[3]];e[r+1]=I;e[r]=I[n[o[5]]];l=l+1;o=d[l];r=o[2];J=<>;H=0;A=r+o[3]-1;for o=r+1,A do H=H+1;J[H]=e[o];end;K=;A=r+o[5]-2;H=0;for o=r,A do H=H+1;e[o]=K[H];end;c=A;l=l+1;o=d[l];r=o[2];I=e[o[3]];e[r+1]=I;e[r]=I[n[o[5]]];l=l+1;o=d[l];r=o[2];J=<>;H=0;A=r+o[3]-1;for o=r+1,A do H=H+1;J[H]=e[o];end;K=;A=r+o[5]-2;H=0;for o=r,A do H=H+1;e[o]=K[H];end;c=A;l=l+1;o=d[l];e[o[2]]=e[o[3]];l=l+1;o=d[l];e[o[2]]=f[n[o[3]]];l=l+1;o=d[l];r=o[2];I=e[o[3]];e[r+1]=I;e[r]=I[n[o[5]]];l=l+1;o=d[l];e[o[2]]=n[o[3]];l=l+1;o=d[l];r=o[2];J=<>;H=0;A=r+o[3]-1;for o=r+1,A do H=H+1;J[H]=e[o];end;K=;A=r+o[5]-2;H=0;for o=r,A do H=H+1;e[o]=K[H];end;c=A;l=l+1;o=d[l];r=o[2];I=e[o[3]];e[r+1]=I;e[r]=I[n[o[5]]];l=l+1;o=d[l];e[o[2]]=f[n[o[3]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];r=o[2];J=<>;H=0;A=r+o[3]-1;for o=r+1,A do H=H+1;J[H]=e[o];end;K=;A=r+o[5]-2;H=0;for o=r,A do H=H+1;e[o]=K[H];end;c=A;l=l+1;o=d[l];if not e[o[2]]then l=l+1;else l=l+o[3];end;end;elseif r 170 then local L;local K;local A;local r;local J;local H;e[o[2]]=f[n[o[3]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=n[o[3]];l=l+1;o=d[l];e[o[2]]=I[o[3]];l=l+1;o=d[l];H=o[2];J=<>;r=0;A=H+o[3]-1;for o=H+1,A do r=r+1;J[r]=e[o];end;K=;A=H+o[5]-2;r=0;for o=H,A do r=r+1;e[o]=K[r];end;c=A;l=l+1;o=d[l];e[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=d[l];e[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=d[l];e[o[2]]=f[n[o[3]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=n[o[3]];l=l+1;o=d[l];e[o[2]]=n[o[3]];l=l+1;o=d[l];e[o[2]]=n[o[3]];l=l+1;o=d[l];e[o[2]]=n[o[3]];l=l+1;o=d[l];H=o[2];J=<>;r=0;A=H+o[3]-1;for o=H+1,A do r=r+1;J[r]=e[o];end;K=;A=H+o[5]-2;r=0;for o=H,A do r=r+1;e[o]=K[r];end;c=A;l=l+1;o=d[l];e[o[2]][n[o[3]]]=e[o[5]];l=l+1;o=d[l];e[o[2]]=f[n[o[3]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=n[o[3]];l=l+1;o=d[l];e[o[2]]=n[o[3]];l=l+1;o=d[l];e[o[2]]=n[o[3]];l=l+1;o=d[l];e[o[2]]=n[o[3]];l=l+1;o=d[l];H=o[2];J=<>;r=0;A=H+o[3]-1;for o=H+1,A do r=r+1;J[r]=e[o];end;K=;A=H+o[5]-2;r=0;for o=H,A do r=r+1;e[o]=K[r];end;c=A;l=l+1;o=d[l];e[o[2]][n[o[3]]]=e[o[5]];l=l+1;o=d[l];e[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=d[l];e[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];H=o[2];L=e[o[3]];e[H+1]=L;e[H]=L[n[o[5]]];l=l+1;o=d[l];H=o[2];J=<>;r=0;A=H+o[3]-1;for o=H+1,A do r=r+1;J[r]=e[o];end;K=;A=H+o[5]-2;r=0;for o=H,A do r=r+1;e[o]=K[r];end;c=A;l=l+1;o=d[l];e[o[2]][n[o[3]]]=e[o[5]];l=l+1;o=d[l];e[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=d[l];e[o[2]]=f[n[o[3]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=n[o[3]];l=l+1;o=d[l];e[o[2]]=n[o[3]];l=l+1;o=d[l];e[o[2]]=n[o[3]];l=l+1;o=d[l];H=o[2];J=<>;r=0;A=H+o[3]-1;for o=H+1,A do r=r+1;J[r]=e[o];end;K=;A=H+o[5]-2;r=0;for o=H,A do r=r+1;e[o]=K[r];end;c=A;l=l+1;o=d[l];e[o[2]][n[o[3]]]=e[o[5]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];H=o[2];L=e[o[3]];e[H+1]=L;e[H]=L[n[o[5]]];l=l+1;o=d[l];e[o[2]]=n[o[3]];l=l+1;o=d[l];H=o[2];J=<>;r=0;A=H+o[3]-1;for o=H+1,A do r=r+1;J[r]=e[o];end;K=;A=H+o[5]-2;r=0;for o=H,A do r=r+1;e[o]=K[r];end;c=A;l=l+1;o=d[l];if not e[o[2]]then l=l+1;else l=l+o[3];end;else local J;local A;local r;local I;local H;e[o[2]]=f[n[o[3]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=n[o[3]];l=l+1;o=d[l];e[o[2]]=n[o[3]];l=l+1;o=d[l];e[o[2]]=n[o[3]];l=l+1;o=d[l];H=o[2];I=<>;r=0;A=H+o[3]-1;for o=H+1,A do r=r+1;I[r]=e[o];end;J=;A=H+o[5]-2;r=0;for o=H,A do r=r+1;e[o]=J[r];end;c=A;l=l+1;o=d[l];e[o[2]][n[o[3]]]=e[o[5]];end;elseif r 188 then local K;local J;local A;local H;local I;local r;e[o[2]]=n[o[3]];l=l+1;o=d[l];e[o[2]]=n[o[3]];l=l+1;o=d[l];e[o[2]]=n[o[3]];l=l+1;o=d[l];r=o[2];I=<>;H=0;A=r+o[3]-1;for o=r+1,A do H=H+1;I[H]=e[o];end;J=;A=r+o[5]-2;H=0;for o=r,A do H=H+1;e[o]=J[H];end;c=A;l=l+1;o=d[l];e[o[2]][n[o[3]]]=e[o[5]];l=l+1;o=d[l];e[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=d[l];e[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=d[l];e[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=d[l];e[o[2]][n[o[3]]]=n[o[5]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];r=o[2];K=e[o[3]];e[r+1]=K;e[r]=K[n[o[5]]];l=l+1;o=d[l];r=o[2];I=<>;H=0;A=r+o[3]-1;for o=r+1,A do H=H+1;I[H]=e[o];end;J=;A=r+o[5]-2;H=0;for o=r,A do H=H+1;e[o]=J[H];end;c=A;l=l+1;o=d[l];e[o[2]][n[o[3]]]=e[o[5]];l=l+1;o=d[l];e[o[2]]=f[n[o[3]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=n[o[3]];l=l+1;o=d[l];r=o[2];I=<>;H=0;A=r+o[3]-1;for o=r+1,A do H=H+1;I[H]=e[o];end;J=;A=r+o[5]-2;H=0;for o=r,A do H=H+1;e[o]=J[H];end;c=A;l=l+1;o=d[l];e[o[2]][n[o[3]]]=e[o[5]];l=l+1;o=d[l];do return end;else local A;local H;local I;local r;e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];r=o[2];I=<>;H=0;A=r+o[3]-1;for o=r+1,A do H=H+1;I[H]=e[o];end;e[r](a(I,1,A-r));c=r;l=l+1;o=d[l];e[o[2]]=f[n[o[3]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=e[o[3]][n[o[5]]];l=l+1;o=d[l];e[o[2]]=e[o[3]];l=l+1;o=d[l];r=o[2];I=<>;H=0;A=r+o[3]-1;for o=r+1,A do H=H+1;I[H]=e[o];end;e[r](a(I,1,A-r));c=r;end;l=l+1;end;end;end;return U(S(),<>,O())();

Источник

Добавить комментарий

Ваш адрес email не будет опубликован. Обязательные поля помечены *