Advertisement
jakereekie

arsenal gui

Dec 29th, 2020
1,945
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 75.09 KB | None | 0 0
  1. --made by summercool299
  2. local ScreenGui = Instance.new("ScreenGui")
  3. local main = Instance.new("Frame")
  4. local Title = Instance.new("TextLabel")
  5. local Aimbot = Instance.new("TextButton")
  6. local Esp = Instance.new("TextButton")
  7. local howToUse = Instance.new("Frame")
  8. local Title2 = Instance.new("TextLabel")
  9. local Howto = Instance.new("TextLabel")
  10. local Close = Instance.new("TextButton")
  11.  
  12. --Properties:
  13.  
  14. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  15. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  16.  
  17. main.Name = "main"
  18. main.Parent = ScreenGui
  19. main.BackgroundColor3 = Color3.fromRGB(59, 59, 59)
  20. main.Position = UDim2.new(0.0702970251, 0, 0.409691602, 0)
  21. main.Size = UDim2.new(0, 148, 0, 143)
  22.  
  23. Title.Name = "Title"
  24. Title.Parent = main
  25. Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  26. Title.BackgroundTransparency = 1.000
  27. Title.Size = UDim2.new(0, 148, 0, 34)
  28. Title.Font = Enum.Font.SourceSans
  29. Title.Text = "Arsenal Gui"
  30. Title.TextColor3 = Color3.fromRGB(0, 0, 0)
  31. Title.TextScaled = true
  32. Title.TextSize = 14.000
  33. Title.TextWrapped = true
  34.  
  35. Aimbot.Name = "Aimbot"
  36. Aimbot.Parent = main
  37. Aimbot.BackgroundColor3 = Color3.fromRGB(79, 79, 79)
  38. Aimbot.Position = UDim2.new(0, 0, 0.396923065, 0)
  39. Aimbot.Size = UDim2.new(0, 148, 0, 28)
  40. Aimbot.Font = Enum.Font.SourceSans
  41. Aimbot.Text = "AIMBOT"
  42. Aimbot.TextColor3 = Color3.fromRGB(0, 0, 0)
  43. Aimbot.TextScaled = true
  44. Aimbot.TextSize = 14.000
  45. Aimbot.TextWrapped = true
  46. Aimbot.MouseButton1Down:connect(function()
  47. howToUse.Visible = true
  48.  
  49. pcall(function()
  50. local espcolor = Color3.fromRGB(140, 69, 102)
  51. local wallhack_esp_transparency = .4
  52. local gui_hide_button = {Enum.KeyCode.LeftControl, "h"}
  53. local plrs = game:GetService("Players")
  54. local lplr = game:GetService("Players").LocalPlayer
  55. local TeamBased = true ; local teambasedswitch = "t"
  56. local presskeytoaim = true; local aimkey = "e"
  57. aimbothider = false; aimbothiderspeed = .5
  58. local Aim_Assist = false ; Aim_Assist_Key = {Enum.KeyCode.LeftControl, "z"}
  59. local espupdatetime = 5; autoesp = false; local charmsesp = true
  60. local movementcounting = true
  61.  
  62.  
  63.  
  64.  
  65. local mouselock = false
  66. local canaimat = true
  67. local lockaim = true; local lockangle = 5
  68. local ver = "2.4"
  69. local cam = game.Workspace.CurrentCamera
  70. local BetterDeathCount = true
  71. local ballisticsboost = 0
  72.  
  73. local mouse = lplr:GetMouse()
  74. local switch = false
  75. local key = "k"
  76. local aimatpart = nil
  77. local lightesp = false
  78.  
  79. local abs = math.abs
  80.  
  81. local Gui = Instance.new("ScreenGui")
  82. local Move = Instance.new("Frame")
  83. local Main = Instance.new("Frame")
  84. local EspStatus = Instance.new("TextLabel")
  85. local st1 = Instance.new("TextLabel")
  86. local st1_2 = Instance.new("TextLabel")
  87. local st1_3 = Instance.new("TextBox")
  88. local Name = Instance.new("TextLabel")
  89. --Properties:
  90.  
  91. Gui.Parent = plrs.LocalPlayer:WaitForChild("PlayerGui")
  92.  
  93.  
  94. local aimbotstatus = {"qc", "qr", "qe", "qd", "qi", "qt", "qs", "dd", "sp", "ql", "qa", "qd", "qs"}
  95. local gotstring = 0
  96. local function getrandomstring()
  97. gotstring = gotstring+666
  98. local str = ""
  99. local randomstring = {"a", "b", "c", "d", "e", "f", "g", "h", "i", "g", "k", "l", "m", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z",
  100. "а","б","в","г","д","е","ё","ж","з","и","й","к","л","м","о","п","р","с","т","у","ф","х","ч","щ","ъ","ы","ъ","э","ю","я", "`", "$",
  101. "0","1","2","3","4","5","6","7","8","9", }
  102. local counting123 = 0
  103. for i, v in ipairs(randomstring) do
  104. counting123 = i
  105. end
  106. do
  107. math.randomseed(tick()+gotstring)
  108. for i = 3, math.random(1,100) do
  109. math.randomseed(i+tick()+gotstring)
  110.  
  111. local oneortwo = math.random(1,2)
  112. if oneortwo == 2 then
  113. math.randomseed(i+tick()+gotstring)
  114. str = str..""..randomstring[math.random(1, counting123)]
  115. else
  116. math.randomseed(i+tick()+gotstring)
  117. str = str..""..string.upper(randomstring[math.random(1, counting123)])
  118. end
  119.  
  120. end
  121. end
  122. return str
  123. end
  124. local mousedown = false
  125. local isonmovething = false
  126. local mouseoffset = Vector2.new()
  127. local mousedown = false
  128. local bspeed = 3584
  129. local aimbotoffset = {dd = ":", sp = " ", qa = "a", qb = "b",qc = "c", qd = "d", qe = "e", qf = "f", qg = "g" , qh = "h" , qi = "i", qj = "j", qk = "k", ql = "l", qm = "m", qn = "n", qo = "o", qp = "p", qq = "q", qr = "r", qs = "s", qt = "t", qu = "u", qv = "w", qx = "x", qy = "y", qz = "z"}
  130.  
  131.  
  132.  
  133. Gui.Name = getrandomstring()
  134.  
  135. Move.Name = getrandomstring()
  136. Move.Draggable = true
  137. Move.Parent = Gui
  138. Move.BackgroundColor3 = Color3.new(0.0431373, 1, 0.0745098)
  139. Move.BackgroundTransparency = 0.40000000596046
  140. Move.BorderSizePixel = 0
  141. Move.Position = UDim2.new(0.5, 0,0.018, 0)
  142. Move.Size = UDim2.new(0, 320, 0, 30)
  143. Move.Visible = false
  144.  
  145. Move.MouseEnter:Connect(function()
  146.  
  147. isonmovething = true
  148.  
  149. end)
  150. Move.MouseLeave:Connect(function()
  151.  
  152. isonmovething = mousedown and true or false
  153. end)
  154. mouse.Button1Down:connect(function()
  155. mousedown = true
  156. mouseoffset = Move.AbsolutePosition - Vector2.new(mouse.X, mouse.Y)
  157. end)
  158. mouse.Button1Up:connect(function()
  159. mousedown = false
  160. end)
  161.  
  162. mouse.Move:Connect(function()
  163. if isonmovething == true and mousedown then
  164. Move.Position = UDim2.new(0, mouseoffset.X + mouse.X, 0, mouseoffset.Y + mouse.Y)
  165. end
  166. end)
  167. local function uc (st)
  168. local ast = ""
  169. for i, v in ipairs(st) do
  170. local let = aimbotoffset[v]
  171. ast = ast..let
  172. end
  173. return ast
  174. end
  175.  
  176. Main.Name = getrandomstring()
  177. Main.Parent = Move
  178. Main.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  179. Main.BackgroundTransparency = 0.69999998807907
  180. Main.Position = UDim2.new(0, 0, 0.995670795, 0)
  181. Main.Size = UDim2.new(1.0000006, 0, 11.2, 0)
  182. Main.Visible = false
  183.  
  184. st1.Name = getrandomstring()
  185. st1.Parent = Main
  186. st1.BackgroundColor3 = Color3.new(1, 1, 1)
  187. st1.BackgroundTransparency = 1
  188. st1.Position = UDim2.new(0, 0, 0, 0)
  189. st1.Size = UDim2.new(1, 0, 0.161862016, 0)
  190. st1.Font = Enum.Font.ArialBold
  191. st1.Text = uc(aimbotstatus)
  192. st1.TextColor3 = Color3.new(0.0431373, 1, 0.0745098)
  193. st1.TextScaled = true
  194. st1.TextSize = 14
  195. st1.TextWrapped = true
  196.  
  197. st1_2.Name = getrandomstring()
  198. st1_2.Parent = Main
  199. st1_2.BackgroundColor3 = Color3.new(1, 1, 1)
  200. st1_2.BackgroundTransparency = 1
  201. st1_2.Position = UDim2.new(0, 0, 0.375590861, 0)
  202. st1_2.Size = UDim2.new(0.999999881, 0, 0.161862016, 0)
  203. st1_2.Font = Enum.Font.ArialBold
  204. st1_2.TextXAlignment = Enum.TextXAlignment.Left
  205. st1_2.Text = "Current ballistics: 0"
  206. st1_2.TextColor3 = Color3.new(0.0431373, 1, 0.0745098)
  207. st1_2.TextScaled = true
  208. st1_2.TextSize = 14
  209. st1_2.TextWrapped = true
  210.  
  211. local aimbothiderbox = Instance.new("TextBox")
  212. aimbothiderbox.Name = getrandomstring()
  213. aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." off"
  214. aimbothiderbox.Size = UDim2.new(1, 0,0.162, 0)
  215. aimbothiderbox.TextScaled = true
  216. aimbothiderbox.TextColor3 =Color3.fromRGB(255, 0, 0)
  217. aimbothiderbox.Position = UDim2.new(0, 0,0.853, 0)
  218. aimbothiderbox.BackgroundTransparency = 1
  219. aimbothiderbox.Parent = Main
  220.  
  221. st1_3.Name = getrandomstring()
  222. st1_3.Parent = Main
  223. st1_3.BackgroundColor3 = Color3.new(1, 1, 1)
  224. st1_3.BackgroundTransparency = 1
  225. st1_3.Position = UDim2.new(0, 0, 0.18558608, 0)
  226. st1_3.Size = UDim2.new(0.999999881, 0, 0.161862016, 0)
  227. st1_3.Font = Enum.Font.ArialBold
  228. st1_3.Text = "Bullet speed = 3584"
  229. st1_3.TextColor3 = Color3.new(0.0431373, 1, 0.0745098)
  230. st1_3.TextScaled = true
  231. st1_3.TextSize = 14
  232. st1_3.TextWrapped = true
  233. local teambasedstatus = st1_3:Clone()
  234. teambasedstatus.Parent = Main
  235. teambasedstatus.TextScaled = true
  236. teambasedstatus.Position = UDim2.new(0, 0,.7, 0)
  237. teambasedstatus.Size = UDim2.new(1, 0,.1, 0)
  238. teambasedstatus.Name = getrandomstring()
  239. teambasedstatus.Text = "Team Based: "..tostring(TeamBased)
  240. local espstatustext = teambasedstatus:Clone()
  241. espstatustext.Name = getrandomstring()
  242. espstatustext.Position = UDim2.new(0, 0,0.58, 0)
  243. espstatustext.Text = "Esp loop :"..tostring(autoesp)
  244. espstatustext.Parent = Main
  245. local hide = Instance.new("TextButton")
  246. hide.Text = "_"
  247. hide.BackgroundTransparency = 1
  248. hide.TextScaled = true
  249. hide.TextWrapped = true
  250. hide.Size = UDim2.new(0.1, 0,1, 0)
  251. hide.Position = UDim2.new(0.9, 0,-0.15, 0)
  252. hide.Name = getrandomstring()
  253. hide.Parent = Move
  254. Name.Name = getrandomstring()
  255. Name.Parent = Move
  256. Name.BackgroundColor3 = Color3.new(1, 1, 1)
  257. Name.BackgroundTransparency = 1
  258. Name.Size = UDim2.new(0.838, 0, 1, 0)
  259. Name.Font = Enum.Font.Arial
  260. Name.Text = "FPS gui v"..ver
  261. Name.TextColor3 = Color3.new(0, 0, 0)
  262. Name.TextScaled = true
  263. Name.TextSize = 14
  264. Name.TextWrapped = true
  265. Name.TextXAlignment = Enum.TextXAlignment.Left
  266. Name.Visible = false
  267.  
  268. local scr = Instance.new("ScrollingFrame")
  269. scr.Size = Main.Size
  270. scr.Position = Main.Position
  271. scr.ScrollBarThickness = 0
  272. scr.BackgroundTransparency = 1
  273. scr.Name = getrandomstring()
  274. Main.Size = UDim2.new(1, 0, 1, 0)
  275. Main.Position = UDim2.new(0,0,0,0)
  276. Main.Parent = scr
  277. scr.Parent = Move
  278. startpos = Main.Position
  279. Move.Active = true
  280.  
  281. -- Scripts:
  282. hided = false
  283. hide.MouseButton1Click:Connect(function()
  284. if hided == false then
  285. hided = true
  286. Main:TweenPosition(UDim2.new(0, 0, -1.5, 0))
  287. else
  288. hided = false
  289. Main:TweenPosition(startpos)
  290. end
  291. end)
  292.  
  293.  
  294. aimbothiderbox.FocusLost:Connect(function()
  295. local numb = tonumber(aimbothiderbox.Text)
  296. if aimbothider == true then
  297. aimbothiderbox.TextColor3 =Color3.fromRGB(11, 255, 19)
  298. else
  299. aimbothiderbox.TextColor3 =Color3.fromRGB(255, 0, 0)
  300. end
  301. if numb ~= nil then
  302. aimbothiderspeed = numb
  303. if aimbothider == true then
  304. aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." on"
  305. else
  306. aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." off"
  307. end
  308. else
  309. if aimbothider == true then
  310. aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." on"
  311. else
  312. aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." off"
  313. end
  314. end
  315. end)
  316.  
  317.  
  318. local plrsforaim = {}
  319.  
  320.  
  321. Move.Draggable = true
  322. Gui.ResetOnSpawn = false
  323. --Gui.Name = "Chat"
  324. Gui.DisplayOrder = 999
  325. pcall(function()
  326. if not game:GetService("CoreGui") then
  327. Gui.Parent = plrs.LocalPlayer.PlayerGui
  328. else
  329. Gui.Parent = game:GetService("CoreGui")
  330. end
  331. end)
  332. local espheadthing
  333. do
  334. local BillboardGui = Instance.new("BillboardGui")
  335. local PName = Instance.new("TextLabel")
  336. local Pdist = Instance.new("TextLabel")
  337. local ImageLabel = Instance.new("ImageLabel")
  338. local ImageLabel_2 = Instance.new("ImageLabel")
  339. --Properties:
  340. --BillboardGui.Parent = game.Workspace.Part
  341. BillboardGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  342. BillboardGui.AlwaysOnTop = true
  343. BillboardGui.LightInfluence = 0
  344. BillboardGui.Size = UDim2.new(0, 100, 0, 46)
  345. BillboardGui.Name = "headoverthing"
  346. PName.Name = "PName"
  347. PName.Parent = BillboardGui
  348. PName.BackgroundColor3 = espcolor
  349. PName.BackgroundTransparency = 0.55000001192093
  350. PName.BorderSizePixel = 0
  351. PName.Size = UDim2.new(0, 100, 0, 23)
  352. PName.Font = Enum.Font.SourceSans
  353. PName.Text = "urmom"
  354. PName.TextColor3 = Color3.new(0, 0, 0)
  355. PName.TextScaled = true
  356. PName.TextSize = 14
  357. PName.TextWrapped = true
  358. st1.Text = uc(aimbotstatus)
  359. Pdist.Name = "Pdist"
  360. Pdist.Parent = BillboardGui
  361. Pdist.AnchorPoint = Vector2.new(0.5, 0)
  362. Pdist.BackgroundColor3 = espcolor
  363. Pdist.BackgroundTransparency = 0.55000001192093
  364. Pdist.BorderSizePixel = 0
  365. Pdist.Position = UDim2.new(0.5, 0, 0.5, 0)
  366. Pdist.Size = UDim2.new(0, 70, 0, 23)
  367. Pdist.Font = Enum.Font.SourceSans
  368. Pdist.Text = "666"
  369. Pdist.TextColor3 = Color3.new(0, 0, 0)
  370. Pdist.TextScaled = true
  371. Pdist.TextSize = 14
  372. Pdist.TextWrapped = true
  373.  
  374. ImageLabel.Parent = BillboardGui
  375. ImageLabel.BackgroundColor3 = Color3.new(0.298039, 1, 0)
  376. ImageLabel.BackgroundTransparency = 1
  377. ImageLabel.BorderColor3 = espcolor
  378. ImageLabel.Position = UDim2.new(1, -15, 0.5, 0)
  379. ImageLabel.Rotation = 180
  380. ImageLabel.Size = UDim2.new(0, 15, 0, 23)
  381. ImageLabel.Image = "rbxassetid://2832171824"
  382. ImageLabel.ImageColor3 = espcolor
  383. ImageLabel.ImageTransparency = 0.55000001192093
  384.  
  385. ImageLabel_2.Parent = BillboardGui
  386. ImageLabel_2.BackgroundColor3 = espcolor
  387. ImageLabel_2.BackgroundTransparency = 1
  388. ImageLabel_2.BorderColor3 = Color3.new(0.298039, 1, 0)
  389. ImageLabel_2.Position = UDim2.new(0, 0, 0.5, 0)
  390. ImageLabel_2.Rotation = 180
  391. ImageLabel_2.Size = UDim2.new(0, 15, 0, 23)
  392. ImageLabel_2.Image = "rbxassetid://2832177613"
  393. ImageLabel_2.ImageColor3 = espcolor
  394. ImageLabel_2.ImageTransparency = 0.55000001192093
  395. espheadthing = BillboardGui
  396. end
  397.  
  398.  
  399.  
  400. f = {}
  401. f.UpdateHeadUI = function(v)
  402.  
  403.  
  404. if v.Adornee and v.Adornee ~= nil then
  405. local destr = false
  406. if TeamBased then
  407. destr = true
  408. local plr = plrs:GetPlayerFromCharacter(v.Adornee.Parent)
  409. if plr and plr.Team and plr.Team.Name ~= lplr.Team.Name then
  410. destr = false
  411. end
  412. end
  413. if lightesp == true then
  414. v.Pdist.TextColor3 = Color3.new(1,1,1)
  415. v.PName.TextColor3 = Color3.new(1,1,1)
  416. else
  417. v.Pdist.TextColor3 = Color3.new(0,0,0)
  418. v.PName.TextColor3 = Color3.new(0,0,0)
  419. end
  420. local d = math.floor((cam.CFrame.p - v.Adornee.CFrame.p).magnitude)
  421. v.Pdist.Text = tostring(d)
  422. if d < 14 then
  423. v.Enabled = false
  424. else
  425. v.Enabled = true
  426. end
  427. v.StudsOffset = Vector3.new(0,.6+d/14,0)
  428. if destr then
  429. v:Destroy()
  430. end
  431. else
  432. v:Destroy()
  433. end
  434.  
  435.  
  436. end
  437. st1.Text = uc(aimbotstatus)
  438. local espforlder
  439. local partconverter = Instance.new("Part")
  440. --local headsupdatelist = {}
  441. st1_3.FocusLost:connect(function()
  442. if tonumber(st1_3.Text) then
  443. bspeed = tonumber(st1_3.Text)
  444. else
  445.  
  446. end
  447. end)
  448. f.addesp = function()
  449. pcall(function()
  450. --print("ESP ran")
  451. if espforlder then
  452. espforlder:Destroy()
  453. espforlder = Instance.new("Folder")
  454. espforlder.Parent = game.Workspace.CurrentCamera
  455. else
  456. espforlder = Instance.new("Folder")
  457. espforlder.Parent = game.Workspace.CurrentCamera
  458. end
  459. for i, v in pairs(espforlder:GetChildren()) do
  460. v:Destroy()
  461. end
  462. for _, plr in pairs(plrs:GetChildren()) do
  463. if plr.Character and plr.Character.Humanoid.Health > 0 and plr.Name ~= lplr.Name then
  464. if TeamBased == true then
  465.  
  466. if plr.Team.Name ~= plrs.LocalPlayer.Team.Name then
  467. pcall(function()
  468. local e = espforlder:FindFirstChild(plr.Name)
  469. if not e then
  470. local fold = Instance.new("Folder", espforlder)
  471. fold.Name = plr.Name
  472.  
  473. --partconverter.BrickColor = plr.Team.Color
  474. --local teamc = partconverter.Color
  475. for i, p in pairs(plr.Character:GetChildren()) do
  476. if p:IsA("BasePart") and p.Name ~= "HumanoidRootPart" then
  477. if charmsesp then
  478. local urmom = Instance.new("BoxHandleAdornment")
  479. urmom.ZIndex = 10
  480. urmom.AlwaysOnTop = true
  481. urmom.Color3 = espcolor
  482. urmom.Size = p.Size
  483. urmom.Adornee = p
  484. urmom.Name = tick().." Ur mom has big gay"
  485. urmom.Transparency = wallhack_esp_transparency
  486. urmom.Parent = fold
  487. if p.Name == "Head" then
  488. local th = p:FindFirstChild("headoverthing")
  489. if not th then
  490. local ht = espheadthing:Clone()
  491. ht.PName.Text = p.Parent.Name
  492. ht.Adornee = p
  493. --table.insert(headsupdatelist, ht)
  494. delay(0, function()
  495. while wait(0.08) and plr and p do
  496. f.UpdateHeadUI(ht)
  497. end
  498. end)
  499. ht.Parent = p
  500. end
  501. end
  502. end
  503. end
  504. end
  505. plr.Character.Humanoid.Died:Connect(function()
  506. fold:Destroy()
  507. end)
  508.  
  509. end
  510. end)
  511. end
  512. else
  513. local e = espforlder:FindFirstChild(plr.Name)
  514. if not e then
  515. local fold = Instance.new("Folder", espforlder)
  516. fold.Name = plr.Name
  517.  
  518. --partconverter.BrickColor = plr.Team.Color
  519. --local teamc = Move.BackgroundColor3
  520. for i, p in pairs(plr.Character:GetChildren()) do
  521. if p:IsA("BasePart") and p.Name ~= "HumanoidRootPart" then
  522. pcall(function()
  523. if charmsesp then
  524. local urmom = Instance.new("BoxHandleAdornment")
  525. urmom.ZIndex = 10
  526. urmom.AlwaysOnTop = true
  527. urmom.Color3 = espcolor
  528. urmom.Size = p.Size
  529. urmom.Adornee = p
  530. urmom.Name = tick().." Ur mom has big gay"
  531. urmom.Transparency = wallhack_esp_transparency
  532. urmom.Parent = fold
  533. end
  534. if p.Name == "Head" then
  535. local th = p:FindFirstChild("headoverthing")
  536. if not th then
  537. local ht = espheadthing:Clone()
  538. ht.PName.Text = p.Parent.Name
  539. ht.Adornee = p
  540. delay(0, function()
  541. while wait(0.08) and plr and p do
  542. f.UpdateHeadUI(ht)
  543. end
  544. end)
  545. --table.insert(headsupdatelist, ht)
  546. ht.Parent = p
  547. end
  548. end
  549. end)
  550. end
  551. end
  552. plr.Character.Humanoid.Died:Connect(function()
  553. fold:Destroy()
  554. end)
  555. end
  556. end
  557.  
  558.  
  559. end
  560. end
  561. end)
  562. end
  563.  
  564. local uis = game:GetService("UserInputService")
  565. local bringall = false
  566. local hided2 = false
  567. local upping = false
  568. local downing = false
  569. mouse.KeyDown:Connect(function(a)
  570.  
  571. if a == "t" then
  572. --print("worked1")
  573. f.addesp()
  574. elseif a == gui_hide_button[2] and uis:IsKeyDown(gui_hide_button[1]) then
  575. if hided2 == false then
  576. hided2 = true
  577. autoesp =false
  578. if espforlder then
  579. espforlder:Destroy()
  580. end
  581. Gui.Enabled = false
  582. else
  583. Gui.Enabled = true
  584. hided2 = false
  585. end
  586.  
  587. elseif a == "y" then
  588. if aimbothider == false then
  589. aimbothider = true
  590. if aimbothider == true then
  591. aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." on"
  592. else
  593. aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." off"
  594. end
  595. else
  596.  
  597. aimbothider = false
  598. if aimbothider == true then
  599. aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." on"
  600. else
  601. aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." off"
  602. end
  603. end
  604. if aimbothider == true then
  605. aimbothiderbox.TextColor3 =Color3.fromRGB(11, 255, 19)
  606. else
  607. aimbothiderbox.TextColor3 =Color3.fromRGB(255, 0, 0)
  608. end
  609. elseif a == "l" then
  610. if not uis:IsKeyDown(Enum.KeyCode.LeftControl) then
  611. if autoesp == false then
  612. autoesp = true
  613. else
  614. autoesp = false
  615. end
  616. else
  617. if lightesp == true then
  618. lightesp = false
  619. else
  620. lightesp = true
  621. end
  622. end
  623. elseif a == "]" then
  624. upping = true
  625. downing = false
  626. elseif a== "[" then
  627. downing = true
  628. upping = false
  629. elseif a == Aim_Assist_Key[2] and uis:IsKeyDown(Aim_Assist_Key[1]) then
  630. if Aim_Assist == true then
  631. Aim_Assist = false
  632. --print("disabled")
  633. else
  634. Aim_Assist = true
  635. end
  636. end
  637. if a == "j" then
  638. if mouse.Target then
  639. mouse.Target:Destroy()
  640. end
  641. end
  642. if a == key then
  643. if switch == false then
  644. switch = true
  645. else
  646. switch = false
  647. if aimatpart ~= nil then
  648. aimatpart = nil
  649. end
  650. end
  651. elseif a == "b" and uis:IsKeyDown(Enum.KeyCode.LeftControl) and not uis:IsKeyDown(Enum.KeyCode.R) then
  652. if movementcounting then
  653. movementcounting = false
  654. else
  655. movementcounting = true
  656. end
  657. elseif a == teambasedswitch then
  658. if TeamBased == true then
  659. TeamBased = false
  660. teambasedstatus.Text = "Team Based: "..tostring(TeamBased)
  661. else
  662. TeamBased = true
  663. teambasedstatus.Text = "Team Based: "..tostring(TeamBased)
  664. end
  665. elseif a == "b" and uis:IsKeyDown(Enum.KeyCode.LeftControl) and uis:IsKeyDown(Enum.KeyCode.R) then
  666. ballisticsboost = 0
  667. elseif a == aimkey then
  668. if not aimatpart then
  669. local maxangle = math.rad(20)
  670. for i, plr in pairs(plrs:GetChildren()) do
  671. if plr.Name ~= lplr.Name and plr.Character and plr.Character.Head and plr.Character.Humanoid and plr.Character.Humanoid.Health > 1 then
  672. if TeamBased == true then
  673. if plr.Team.Name ~= lplr.Team.Name then
  674. local an = checkfov(plr.Character.Head)
  675. if an < maxangle then
  676. maxangle = an
  677. aimatpart = plr.Character.Head
  678. end
  679. end
  680. else
  681. local an = checkfov(plr.Character.Head)
  682. if an < maxangle then
  683. maxangle = an
  684. aimatpart = plr.Character.Head
  685. end
  686. end
  687. local old = aimatpart
  688. plr.Character.Humanoid.Died:Connect(function()
  689. if aimatpart and aimatpart == old then
  690. aimatpart = nil
  691. end
  692. end)
  693.  
  694. end
  695. end
  696. else
  697. aimatpart = nil
  698. canaimat = false
  699. delay(1.1, function()
  700. canaimat = true
  701. end)
  702. end
  703. end
  704. end)
  705.  
  706. function getfovxyz (p0, p1, deg)
  707. local x1, y1, z1 = p0:ToOrientation()
  708. local cf = CFrame.new(p0.p, p1.p)
  709. local x2, y2, z2 = cf:ToOrientation()
  710. local d = math.deg
  711. if deg then
  712. return Vector3.new(d(x1-x2), d(y1-y2), d(z1-z2))
  713. else
  714. return Vector3.new((x1-x2), (y1-y2), (z1-z2))
  715. end
  716. end
  717.  
  718.  
  719. function aimat(part)
  720. if part then
  721. local d = (cam.CFrame.p - part.CFrame.p).magnitude
  722. local calculatedrop
  723. local timetoaim = 0
  724. local pos2 = Vector3.new()
  725. if movementcounting == true then
  726. timetoaim = d/bspeed
  727. pos2 = part.Velocity * timetoaim
  728. end
  729. local minuseddrop = (ballisticsboost+50)/50
  730. if ballisticsboost ~= 0 then
  731. calculatedrop = d - (d/minuseddrop)
  732.  
  733. else
  734. calculatedrop = 0
  735. end
  736. --print(calculatedrop)
  737. local addative = Vector3.new()
  738. if movementcounting then
  739. addative = pos2
  740. end
  741. local cf = CFrame.new(cam.CFrame.p, (addative + part.CFrame.p+ Vector3.new(0, calculatedrop, 0)))
  742. if aimbothider == true or Aim_Assist == true then
  743. cam.CFrame = cam.CFrame:Lerp(cf, aimbothiderspeed)
  744. else
  745.  
  746. cam.CFrame = cf
  747. end
  748. end
  749. end
  750. function checkfov (part)
  751. local fov = getfovxyz(game.Workspace.CurrentCamera.CFrame, part.CFrame)
  752. local angle = math.abs(fov.X) + math.abs(fov.Y)
  753. return angle
  754. end
  755. pcall(function()
  756. delay(0, function()
  757. while wait(.32) do
  758. if Aim_Assist and not aimatpart and canaimat and lplr.Character and lplr.Character.Humanoid and lplr.Character.Humanoid.Health > 0 then
  759. for i, plr in pairs(plrs:GetChildren()) do
  760.  
  761.  
  762. local minangle = math.rad(5.5)
  763. local lastpart = nil
  764. local function gg(plr)
  765. pcall(function()
  766. if plr.Name ~= lplr.Name and plr.Character and plr.Character.Humanoid and plr.Character.Humanoid.Health > 0 and plr.Character.Head then
  767. local raycasted = false
  768. local cf1 = CFrame.new(cam.CFrame.p, plr.Character.Head.CFrame.p) * CFrame.new(0, 0, -4)
  769. local r1 = Ray.new(cf1.p, cf1.LookVector * 9000)
  770. local obj, pos = game.Workspace:FindPartOnRayWithIgnoreList(r1, {lplr.Character.Head})
  771. local dist = (plr.Character.Head.CFrame.p- pos).magnitude
  772. if dist < 4 then
  773. raycasted = true
  774. end
  775. if raycasted == true then
  776. local an1 = getfovxyz(cam.CFrame, plr.Character.Head.CFrame)
  777. local an = abs(an1.X) + abs(an1.Y)
  778. if an < minangle then
  779. minangle = an
  780. lastpart = plr.Character.Head
  781. end
  782. end
  783. end
  784. end)
  785. end
  786. if TeamBased then
  787. if plr.Team.Name ~= lplr.Team.Name then
  788. gg(plr)
  789. end
  790. else
  791. gg(plr)
  792. end
  793. --print(math.deg(minangle))
  794. if lastpart then
  795. aimatpart = lastpart
  796. aimatpart.Parent.Humanoid.Died:Connect(function()
  797. if aimatpart == lastpart then
  798. aimatpart = nil
  799. end
  800. end)
  801.  
  802. end
  803. end
  804. end
  805. end
  806. end)
  807. end)
  808. local oldheadpos
  809. local lastaimapart
  810. game:GetService("RunService").RenderStepped:Connect(function(dt)
  811. if uis:IsKeyDown(Enum.KeyCode.RightBracket) or uis:IsKeyDown(Enum.KeyCode.LeftBracket) then
  812. if upping then
  813. ballisticsboost = ballisticsboost + dt/1.9
  814. elseif downing then
  815. ballisticsboost = ballisticsboost - dt/1.9
  816. end
  817. end
  818. if movementcounting then
  819. st1_2.TextColor3 = Color3.new(0.0431373, 1, 0.0745098)
  820. st1_2.Text = "Current ballistics: "..tostring(math.floor(ballisticsboost*10)/10)
  821. else
  822. st1_2.TextColor3 = Color3.new(1,0,0)
  823. end
  824. espstatustext.Text = "Esp loop :"..tostring(autoesp)
  825. if aimatpart and lplr.Character and lplr.Character.Head then
  826. if BetterDeathCount and lastaimapart and lastaimapart == aimatpart then
  827. local dist = (oldheadpos - aimatpart.CFrame.p).magnitude
  828. if dist > 40 then
  829. aimatpart = nil
  830. end
  831. end
  832. lastaimapart = aimatpart
  833. oldheadpos = lastaimapart.CFrame.p
  834. do
  835. if aimatpart.Parent == plrs.LocalPlayer.Character then
  836. aimatpart = nil
  837. end
  838. aimat(aimatpart)
  839. pcall(function()
  840. if Aim_Assist == true then
  841. local cf1 = CFrame.new(cam.CFrame.p, aimatpart.CFrame.p) * CFrame.new(0, 0, -4)
  842. local r1 = Ray.new(cf1.p, cf1.LookVector * 1000)
  843. local obj, pos = game.Workspace:FindPartOnRayWithIgnoreList(r1, {lplr.Character.Head})
  844. local dist = (aimatpart.CFrame.p- pos).magnitude
  845. if obj then
  846. --print(obj:GetFullName())
  847. end
  848. if not obj or dist > 6 then
  849. aimatpart = nil
  850. --print("ooof")
  851. end
  852. canaimat = false
  853. delay(.5, function()
  854. canaimat = true
  855. end)
  856. end
  857. end)
  858. end
  859.  
  860.  
  861.  
  862. end
  863. end)
  864.  
  865.  
  866. delay(0, function()
  867. while wait(espupdatetime) do
  868. if autoesp == true then
  869. pcall(function()
  870. f.addesp()
  871. end)
  872. end
  873. end
  874. end)
  875. end)
  876.  
  877.  
  878. end)
  879.  
  880. Esp.Name = "Esp"
  881. Esp.Parent = main
  882. Esp.BackgroundColor3 = Color3.fromRGB(79, 79, 79)
  883. Esp.Position = UDim2.new(0, 0, 0.703801274, 0)
  884. Esp.Size = UDim2.new(0, 148, 0, 29)
  885. Esp.Font = Enum.Font.SourceSans
  886. Esp.Text = "ESP"
  887. Esp.TextColor3 = Color3.fromRGB(0, 0, 0)
  888. Esp.TextScaled = true
  889. Esp.TextSize = 14.000
  890. Esp.TextWrapped = true
  891. Esp.MouseButton1Down:connect(function()
  892. local L=string.byte;local f=string.char;local l=string.sub;local r=table.concat;local Y=getfenv or function()return _ENV end;local W=setmetatable;local m=select;local c=unpack;local a=tonumber;local function J(h)local n,i,d="","",{}local t=256;local o={}for e=0,t-1 do o[e]=f(e)end;local e=1;local function L()local n=a(l(h,e,e),36)e=e+1;local i=a(l(h,e,e+n-1),36)e=e+n;return i end;n=f(L())d[1]=n;while e<#h do local e=L()if o[e]then i=o[e]else i=n..l(n,1,1)end;o[t]=n..l(i,1,1)d[#d+1],n,t=i,i,t+1 end;return table.concat(d)end;local o=J('26625B27523625322721S24O25327523725B24F25B26927525B23A24N27926924N27D24V27G26924V27523A27821S26927C25B23B25327S28023E24F27N27G28127R27H27U25B23724726727H24727523E27327N27327523F24V21B28C28P24V1V28T25B28Q1F28X22Q26727N28H28Y24N27S27P28E23R27S23R27D25Z22N27H25Z27523B24722728I29J29D27H29P23E21J27N21J28U27S28D23I21B27N28S25B22Q2A027Y2A222U2A52692A223F24F27S28923B21R27S21R29J21327325A26921328K29T27Y29V28Y28B27T27523I1F27N2902A32AZ27Y2B122U2B32692B12AC2AE29J1N27S1N29J1721R2AN1728K23327N23329W28X23I22V27N22V2752A42A127522U22N27N29G25B22Y2A92AB24727S28J28123B27S23B2BL2BN2BP2AW25B23I22727N29M2A32C52BY21Z27N21Z2752C42BX28Y2C729N28122F27S22F28K25322627Y25325A2AU25B2592CH28Q24F2DB28D2CD24E27H25B2D823B24N2722DB24N2D829S29U2CG29Y2B72B122Q2DW2BY2DZ28Y2AD27H2AF2472DI2692472DL23Z25Q2DB23Z2DL27321A2DB2AM28126N2EC26926N2DR25B27926127J27E27526R27J23E26F2D526J26F2DR2672D52692672D828Q2332DF2AX2F427Y2F725B23J24N22N2DP2BV2EZ27Y2F22FG28D2DC25B27U27I2D32ER2802EU25B2EW28K25J2F025J2F32F52FF2F92FB2CI2FD2F62D82FH2FJ27O2BV2G227Y2G42FP2752FR2FT2EX24V2ER28D2FY2G025B23E21R2F02BI2GV2GB2G724V2FA2CH23I2H12GD2FI2FK2A32GX27Y2GZ23J2FQ28D23F2FS2DJ27D28025Q28023Z27J25A28025B26U25T25O25N26625T26426225A25827J25T26225K25A25227J26K26425P26226225T26W25M25Y2I827J26J26225J25N26R26626526225V25A25727J26P26625U2I12IW27526I26P26U2F225527J26N2662ID25T25N2IV27J2602IZ2I12542J925V26625I26225P25O25A25027J26R25S26426625V26N2JM2JO25P25A24Z27J26G26625Y25N26X25S25P27025Z25Y25V2632IK2752K02JN2JP2IH2IJ2K527526L26225O26225N26O25T26K25R26625K25T2I32JF27525U25S25L2I128D25B27126626425W26025P25S25M25T26327025S25V2KC23W25A2J82752LN2LP25P23W27J2LZ27525A24P27J2LD2LF2LH2LJ2LL26J25P2HY25O2L02JC26425I25B24S27527323W23W23023K2K42M42KC2632JP2LV2LQ2M02752272MP24W2MR25P2MT25P26K25Y25H26226N25Y25J2IT2MX25B2532AM2HS26N25S25O2K925Y25S25T25A25627J26I26Z25Y25U23X25B25M24T26R2672MM23G23K25B22224R24L21R23M25118102L525B2N62N827K26W26X26824A26Y23J2O51F23U22Y23K21X161C2MP2J225B2KB2JD2OF26Y25T25M25U25A24X2IA2LJ25P2I026K2MC2712LO2KI2OZ2IM2IO25A2LB2J42J624F26H2JP2NL2NO24F23Y2412LR2512IL2IN25N2MV2LX25A2PZ2752PK25N2IB2JY26226325825A2HR2Q02IO2OH2622NE2432AM2JT2Q72Q126G2MB25R25R2QC25A2992OG27026L26U26N26J26826S26W26Y26R23T23R26826X27226S26Y26K2QZ2R126J2KJ25B2642KC2LJ25N25Y2I52LS27J2ID25O2P62I12LT2RL2ID26625N2I12QX2RG2R02R226826H26E26R26W23R23W2RB2RD2RF2RH2R22QW2IA2SI2R327226M26I26R23R23T2SF2RE2S52RI2I327524227J27727925K2FX27F2HK27K27M27Y2992372AV2DG27J2FU28E24F2FT28923A29L27Y2C928228H27Z29J25325R27H2802822AJ2TR28125328S2TZ23E2EQ21S26S2EX26N27924L26N28K29321S25D2952EY2UA26F28K25Z27925V29I2CI25R27925D2TU2AU27G25Y28D23C23J2752512V021R2351727926D2BK21R23F27825B24J28023I2AR25X2AT2FH24F2AN29922Q2U927Y2UC25B22U26F27N2UK25B22R2TD2BY21327N2AP2C32W127Y2W323J2E326928923F21R2HP2692AJ28Y2VC2TZ2VG2DT2FG2972VM2BV2VP2EN2BY2VU2FN2752VY29X2W02W22CT2W52AO2752W82BB28Y1V2WE28W2GV2WT2692VW28Q2EO2CH2UI2WU25B23524V21S27Y2XL25C2372HM28024Q2HQ2HS2HU2HW2HY2I02I22I42I62JS2JU2JW2JY2IB25P25Y25R2JE2RY2JA2JC2JE2OZ2JH2J025A2JK2KK2K12PS2Y32EV2Y52JZ2YM2K32I92YL2KM25P2KO2OF2PO2J727J25H25Y26025H2662602YJ27J2RM2LK2S225P2NE2M12OZ25K2K825N25B2112122ZN2ZN1M2OY27J2L72L92MQ2752PG2N32MU2LO2LQ2RS2LU31002Q42YK25B2612LI25U26V26K26H2NE2MZ2Q52QH2Q231042LY25G24R1H26W22M25H21N2MP27J2P927V27X25M2TW2832TV2FV2D628U2WE29Y27X2TZ2FH28O2GG2FG25B2WE27J28Q2GM2TE27S2EX311628028Q31192DG310Z2TZ23B2HG2HL2GM2802OZ2OF25U2S125Z2OF2LE2NK2Y02752RM2JR25927J25R25Y2M02QF25B2422D825B2T221S24G2T5311I27V2T9311A2TC2WX2812TF2ET2TI2E427V2TM2E82TS2TQ310Y2TU311Q2532TY285312Y2C928Q2U228D2VO27N2VR23F29727H2992FH2GM2VN2XB2VW2BU2GM27J22Y313827522Z23Z2V02692HP25B232313T25B23323R313X29P230253313125B2V42U526D27521R22V28026X28031442MK29P22A2UM21S2532UP22E2UR27Y2UU22B24V2FT28D22A25J27N25J27522E21R27N2WG314X314Z275314O27N314S2AR2692AT315A28X3151315331552CO25B315J2CH22A2X12W322E314222F26V2TQ26V275315X2AM269316025B22F311S315P25B311927J2352472252TN25921R21Z2672AJ24J29521W25327U26427C314C275314E314B235253316F26D253316H316J316L2952222TM2622C922325R2XF2UU317A2F72692UU21F2UP2692UP223313H311A220316P3110316T25B316V2V42UE26D28H21R31762UN3179317B25A271317D25R2BO317G275317E2AN2UU21E2V627Y2BK25B317M298275317P2FT316S23527J317U2352GI26D2G4317Z2TM25V2C923J318324J2UU22Q318F25D318H2352FM26D2F2318W3181318A31832703186317F318D23J27N2V0318I317N2992202E928I25A2V424F2D526D2VL319C21S318Y319E2EO24N31862BI3189318I25R319I275317I2GM317L319O318L2D227H2D22V42C021S26D29G319Z31A131A82EO24X31A5318C319E3188319H31AV25B318E27N318H318J313I318L317Q2TR317S318R28731AM27G31AP31822EO31922X325R2BI31BH2A331953197314P26D29I31BE31A22P831AU31A7317A31AX319E31AA31B023B27N2CD319N318K25B318M317R318P316U314F2352T926D27P31BS31AR25A31BL319031BK31932BM2UF2BO316927G2KQ2XJ1721U31AM31CV25C314X1F31CJ28D22B27323J25A26Z28O315P314Y315K315T3155315W315Y27H316531622AN31DI316822B316A2T723526N2222VQ256316I316K2VD316N2732XT26E27331DU23523R31DS26D23R31DU317331DX318A26723331CJ295317A22N31CJ2UU22729331EF27522429D25926H29D2V423Z2V72HP2GX2D431A02D72EQ25J2DE24M315431B024N2F52DQ25B21I319V27Y2VL25B21M31F82TA2D82272W928922331F626931F622724N2F725P29921J2UP25N2UP31FS2UW299224317Q265318O318Q31CC1V22331AM1V257315724N2BO25R29922725J31FU31F621J28925N28931G125B25Y31G325J2IW25131GW2V425R31GB26D25R31GE31FS31GH31GJ25J28O25I31FR31GL2AN31F621I2472F5319R31GS311A31G4318N316W31G831HO2V731CC24731H224731GE22627X25V28031GK27G26031F621E23Z2F52EE25B21J31GG31B531I921J31192AT31HK31GJ27326N2EI27521E2732F52EJ21F2AH27H2WG21I26V2F526V2D821M26N2F52EO25B21Q2FM2XC2D81Y31J12VQ2D821F2CX312Z2EQ23R2QF26931JH2EQ2672322DB2FF21E311K31AB31IS2WF27521I25R2F525R2D821N31FP31F621F24N2FT29921F25J2GF31K328M31IL25B31K82272DB31HF31IO27Y2EJ21J31GO27H2AT21M2HC2WF2D821Q21J2F521J31J831KR2GZ21231KV2AS2D821J31JE2C921F23R24U2AN31JK31KF31KH31AB21B31JN2AA31JC315231LE31KE2132I22AO2D831JQ27N28031IR2AI31JV1V2F51V31K031LK31FQ31AB31AF31KE31IJ25826931D921I31JR31ID27S31KP31JX314V2D821R2WG31JU31I931M421J1F22M27H31D131I9172DO2691731IZ31KJ31M831K021B27S2A221Q31FD2WA31J831N531FF21231N82D821631NB25B21N31L627521J23J24E2AN31D631FG31MY2EJ21N31N127H31N323B2F523B31N72F531N931NE21631KZ31K031NH31I923R31NL31JJ31IZ31MB31NR31N227521Q31MF317G2D81Z31MJ2WG21N31M421N31MO31MQ31K031MT2DB31MW31J431NP31MH21327S2W31Y31NE31NA31NZ31NC31NV27Y31NX25B21A31NE21R31O521N23J23Y31NM31KT31OW314B31OY2VD31P031P626W31P831P331FE31NC31NE21A31O3314B31PD23R31PG31O931J431MB21R31PL2X225B1Y31OG31JZ25B21331OK314F31M421R31OP2B831MH31OS31MV31J831PJ1Z1V27S2X921231P626931P831ND31P431P931NE1I31NE1Z31O521R23J27231PH31Q731QN31QP27H31QR31O131PW21A31QT31P831R031QX31R22C8314F23R31R631Q11Y31MB31QO31QQ27521231Q92D821731QD25B1Z31M41Z31QH31MR1Z31QK31OU21231PJ2132BD27H2BF25B31QW31PS31QY31QX31RI31SH1M31NE21331O51Z23J26M31R731S931IP2D831SB2BE27531SG31N631P931PW1I31RG2D831SM31QX31SO31RL31S023R31SS31Q131DN31CS316C21B21X31AM31TI25C31E431TJ31E721X2XP2XR27523Q2XU27J2XW2HX2HZ2I12SY25B2I52I72QO2FZ2YQ2Y72Y92YB2J92JB2IF2YF2JG2JI2Z92YV2K22JR31U52JV2JX2YR2YW2OF2IY2YI2Q625B26W2KV26K2JP25L25Y2XZ31UT26L2LK31UX25P31UZ2XZ2LZ31UH25B2KL2I026U2KI2NR27525R2Y82P231U52PR2JQ2NN25T2PV2PX2OF2ZI25P2NP2382SY2AD25125231VZ2AD31W231W22682682AD31W531W331W931W731WA31W731W531W631WC31WG31W131WA25F2AD26B2402AD31WK31WG31WK31WP31W331WP31W626B31WG31WC31WI31W931WK31WW24F31WN31WK31W831WF31W531WR24F31WE31WO24F25F26824631XD31WF31XA31WX31WZ31WT31XD31WM31WR31WN26826731XD31XQ31XS25F31XQ24F31WW31WU24F23N31X931X931WY25231WC31Y431X924726831Y931YB31XD31WD31X431XH31XG31WR31YD31WS31W931XL31W231XE31WP31YP26B31W524331YB31YS26831YU25F31YW31YK31WE26831WN31YW24331YE31Y531WX31Z931ZA31ZA31W531YG31Z831XA31Z231XI31XJ31ZC31WB31WD31XB31WO31WE31XQ31W631ZN31W131XE31W831X331YO31Z731WC31YK31YJ31X531WE31WK31WN31WN2AD320531XX31WW31XL320531ZG31Z131ZG31ZJ31XE31WD31W731YJ31WF3205320L31X331WK31YA31YI31WZ320C320931ZG31XU31Z7320031XH31ZU31WV31WK248321124F321331XY31YT31XD31WI320M31WU31Z331XD320P31YK31XH320I31XA321031YI24F320Q31YE321N31XW31ZW31W124031ZH31Z031YZ31W531Z531YD31ZO25F31YP31XH31ZP321731ZD322531Z3321T320631WI31ZH31ZR31ZH320D31XB322C322F31X6322E322H31W231ZT322C32103203322O322R31ZH322P31X8322O322M31Y631ZB322Z3230323031VZ31W0322Y3231323631Z931VZ26T25S2RQ24F31FZ26224F26325Y25O2RM2N324F24224F31VZ25A24I27J25225Z25N25N25R25O23P240240323H323J2MS24126026024025Q26E26Z26M23Q23U265323P270323S2612KC24F31U324F25M25R2632S12KT24F2PU2JY25V24F25U25I24F26W26I26U25O32373237323P31VG25B2L025Y2JQ2YO31UU2KV2KE2KG2632JC2RK26G2KC25W2MD2LE2I1310U2P02RQ26326X325B2HW325G2KH2PM27J26V2P62HY323B26326L25S25S25N2YD2JE31UT2KE2JB2LE2ZD2JR2OZ2PG26325I2OF3267326925A24Y27J2KS2LL2JP26K2S22QT2QV2OZ2K72K92RK2IM2IZ2Q32NQ27J32762PJ2622IZ259310225B2Q32LR3106310825S25U26L26W2712MX22N25S31D92NE327E2PG25J26Y2MD2ZV2LC2KG25V26525S2JB2632YY2OZ2QJ32772J32NU2NW2NE24V327S2LZ24B328G27J24N2QN27J27225V2ZI25I25O2KX26J25S25R2QE328A2P02MB2YI325826R2RQ2KT310E2O52NE31D6310626H323I25Y26525V2I12M32ZW2LE2LG2LI2LK2632MA2MC2ME2IF2MG327E2KB2KH2JP31242LC25S2G42LB2M5329K2M82LM310J25A2N12ZW2MS326V2N72N92NB2IT2QG2KK2NK2NM2NO25B310N310P310M22832972M125B2452T127X2T427D2T62TG27L27N2TB2VZ312S313Q27D312V2WA312X27N2TO314931102U03133310Y31362TS2U2311L25328W2VE28U29024J2HH24V2V032BQ28U2BO32BU25B23C25329G26B31G731CB316W2B326D29021R23E315231A031F623J32BL25B25F2802FH290311A2FH313X313J31IB311A28Q315B2GV31572HD28P31B732BK28W2TZ28Z28X28Q313X32BR318828D2HF24V2AN28D22R32CF2TZ2A82CV22V31O522Y31DD31401V27N2X922B299311A22E32DM27Y2X932DH31TA22R26F2UC2XC275316X2XM27Z21S31TR2752HN27524R31TV27531TX2XY31U02Y131U42Y431UN31U82YA327E2YD31UD2OF2YH2JJ2JL2YW31UK32EJ2JY2KL2K22RK32EY2KN2II2YZ2J52F22OZ2ZT2I12NI32AI2RP2NO312D27526E328Y2QA329F3296328Y31VI2RQ31UE2752ZI2K925B310L32AM25H25N2MP32582NT2NV2NX2MM32G223W2O42ZF312C27J');local t=bit and bit.bxor or function(e,i)local n,t=1,0 while e>0 and i>0 do local d,l=e%2,i%2 if d~=l then t=t+n end e,i,n=(e-d)/2,(i-l)/2,n*2 end if e<i then e=i end while e>0 do local i=e%2 if i>0 then t=t+n end e,n=(e-i)/2,n*2 end return t end local function n(i,e,n)if n then local e=(i/2^(e-1))%2^((n-1)-(e-1)+1);return e-e%1;else local e=2^(e-1);return(i%(e+e)>=e)and 1 or 0;end;end;local e=1;local function i()local d,i,l,n=L(o,e,e+3);d=t(d,191)i=t(i,191)l=t(l,191)n=t(n,191)e=e+4;return(n*16777216)+(l*65536)+(i*256)+d;end;local function d()local n=t(L(o,e,e),191);e=e+1;return n;end;local function J()local t=i();local e=i();local l=1;local t=(n(e,1,20)*(2^32))+t;local i=n(e,21,31);local e=((-1)^n(e,32));if(i==0)then if(t==0)then return e*0;else i=1;l=0;end;elseif(i==2047)then return(t==0)and(e*(1/0))or(e*(0/0));end;return e*(2^(i-1023))*(l+(t/(2^52)));end;local h=i;local function a(n)local i;if(not n)then n=h();if(n==0)then return'';end;end;i=l(o,e,e+n-1);e=e+n;local n={}for e=1,#i do n[e]=f(t(L(l(i,e,e)),191))end return r(n);end;local e=i;local function N()local f={0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0};local h={0,0,0};local e={};local o={f,nil,h,nil,nil,nil,e};for d=1,i()do local l=t(i(),204);local i=t(i(),94);local t=n(l,1,2);local e=n(i,1,11);local e={e,n(l,3,11),nil,nil,i};if(t==0)then e[3]=n(l,12,20);e[5]=n(l,21,29);elseif(t==1)then e[3]=n(i,12,33);elseif(t==2)then e[3]=n(i,12,32)-1048575;elseif(t==3)then e[3]=n(i,12,32)-1048575;e[5]=n(l,21,29);end;f[d]=e;end;local e=i()local t={0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0};for i=1,e do local n=d();local e;if(n==3)then e=(d()~=0);elseif(n==0)then e=J();elseif(n==1)then e=a();end;t[i]=e;end;o[2]=t for e=1,i()do h[e-1]=N();end;o[5]=d();o[6]=d();return o;end;local function J(e,r,L)local l=e[1];local d=e[2];local B=e[3];local o=e[6];return function(...)local n=1;local t=-1;local h={};local f={...};local e=m('#',...)-1;local F={};local i={nil,nil,nil,nil,nil,nil,nil,nil,nil,nil,nil,nil,nil,nil,nil,nil,nil,nil,nil,nil,nil,nil,nil,nil,nil,nil};for e=0,e do if(e>=o)then h[e-o]=f[e+1];else i[e]=f[e+1];end;end;local e;local h;while true do e=l[n];h=e[1];if h<=43 then if h<=21 then if h<=10 then if h<=4 then if h<=1 then if h>0 then local n=e[2];if n>t then t=n end;i[n]=i[e[3]][d[e[5]]];else local n;local e=e[2];local d={};local n=0;local l=t;for e=e+1,l do n=n+1;d[n]=i[e];end;i[e](c(d,1,l-e));t=e-1;end;elseif h<=2 then if(i[e[2]]>=d[e[5]])then n=n+1;else n=n+e[3];end;elseif h>3 then n=n+e[3];else local n=e[2];if n>t then t=n end;i[n]=r[e[3]];end;elseif h<=7 then if h<=5 then local n=e[2];local d={};local l=0;local e=n+e[3]-1;for e=n+1,e do l=l+1;d[l]=i[e];end;i[n](c(d,1,e-n));t=n-1;elseif h==6 then local e=e[2];i[e]();t=e-1;else if(i[e[2]]~=i[e[5]])then n=n+1;else n=n+e[3];end;end;elseif h<=8 then if(i[e[2]]==d[e[5]])then n=n+1;else n=n+e[3];end;elseif h==9 then local n=e[2];if n>t then t=n end;i[n]=i[e[3]]/i[e[5]];else L[d[e[3]]]=i[e[2]];n=n+1;e=l[n];local o=e[2];if o>t then t=o end;i[o]=L[d[e[3]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=L[d[e[3]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=L[d[e[3]]];n=n+1;e=l[n];o=e[2];f={};local d=0;local h=o+e[3]-1;for e=o+1,h do d=d+1;f[d]=i[e];end;local L=function(...)return{...},m('#',...)end;local L,h=L(i[o](c(f,1,h-o)));h=h+o-1;d=0;for e=o,h do d=d+1;i[e]=L[d];end;t=h;n=n+1;e=l[n];local n;o=e[2];f={};d=0;h=t;for e=o+1,h do d=d+1;f[d]=i[e];end;i[o](c(f,1,h-o));t=o-1;end;elseif h<=15 then if h<=12 then if h==11 then for e=e[2],e[3]do i[e]=nil;end;else i[e[2]][d[e[3]]]=i[e[5]];end;elseif h<=13 then local l=e[2];local o={};local n=0;local d=t;for e=l+1,d do n=n+1;o[n]=i[e];end;local d={i[l](c(o,1,d-l))};local e=l+e[5]-2;n=0;for e=l,e do n=n+1;i[e]=d[n];end;t=e;elseif h>14 then if(i[e[2]]==d[e[5]])then n=n+1;else n=n+e[3];end;else local l=e[2];local d={};local n=0;local o=t;for e=l+1,o do n=n+1;d[n]=i[e];end;local d={i[l](c(d,1,o-l))};local e=l+e[5]-2;n=0;for e=l,e do n=n+1;i[e]=d[n];end;t=e;end;elseif h<=18 then if h<=16 then local n=e[2];if n>t then t=n end;i[n]=i[e[3]]+d[e[5]];elseif h==17 then local n=e[2];if n>t then t=n end;i[n]=r[e[3]];else local n=e[2];if n>t then t=n end;i[n]=i[e[3]];end;elseif h<=19 then local n=e[2];local l=n+e[3]-2;local t={};local e=0;for n=n,l do e=e+1;t[e]=i[n];end;do return c(t,1,e)end;elseif h>20 then local n=e[2];local e=B[e[3]];if n>t then t=n end;i[n]=J(e,nil,L);else if(i[e[2]]~=i[e[5]])then n=n+1;else n=n+e[3];end;end;elseif h<=32 then if h<=26 then if h<=23 then if h>22 then local n=e[2];if n>t then t=n end;i[n]=i[e[3]][i[e[5]]];else local n=e[2];if n>t then t=n end;i[n]=i[e[3]]/i[e[5]];end;elseif h<=24 then local n=e[2];if n>t then t=n end;i[n]=(e[3]~=0);elseif h==25 then local o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];f={};local h=0;Limit=o+e[3]-1;for e=o+1,Limit do h=h+1;f[h]=i[e];end;local a={i[o](c(f,1,Limit-o))};Limit=o+e[5]-2;h=0;for e=o,Limit do h=h+1;i[e]=a[h];end;t=Limit;n=n+1;e=l[n];i[e[2]][d[e[3]]]=i[e[5]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=L[d[e[3]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]];n=n+1;e=l[n];o=e[2];f={};h=0;Limit=o+e[3]-1;for e=o+1,Limit do h=h+1;f[h]=i[e];end;a={i[o](c(f,1,Limit-o))};Limit=o+e[5]-2;h=0;for e=o,Limit do h=h+1;i[e]=a[h];end;t=Limit;n=n+1;e=l[n];i[e[2]][d[e[3]]]=i[e[5]];n=n+1;e=l[n];i[e[2]][d[e[3]]]=d[e[5]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=L[d[e[3]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];f={};h=0;Limit=o+e[3]-1;for e=o+1,Limit do h=h+1;f[h]=i[e];end;a={i[o](c(f,1,Limit-o))};Limit=o+e[5]-2;h=0;for e=o,Limit do h=h+1;i[e]=a[h];end;t=Limit;n=n+1;e=l[n];i[e[2]][d[e[3]]]=i[e[5]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=L[d[e[3]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];f={};h=0;Limit=o+e[3]-1;for e=o+1,Limit do h=h+1;f[h]=i[e];end;a={i[o](c(f,1,Limit-o))};Limit=o+e[5]-2;h=0;for e=o,Limit do h=h+1;i[e]=a[h];end;t=Limit;n=n+1;e=l[n];i[e[2]][d[e[3]]]=i[e[5]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=L[d[e[3]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]];n=n+1;e=l[n];o=e[2];f={};h=0;Limit=o+e[3]-1;for e=o+1,Limit do h=h+1;f[h]=i[e];end;a={i[o](c(f,1,Limit-o))};Limit=o+e[5]-2;h=0;for e=o,Limit do h=h+1;i[e]=a[h];end;t=Limit;n=n+1;e=l[n];i[e[2]][d[e[3]]]=i[e[5]];n=n+1;e=l[n];i[e[2]][d[e[3]]]=d[e[5]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=L[d[e[3]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];f={};h=0;Limit=o+e[3]-1;for e=o+1,Limit do h=h+1;f[h]=i[e];end;a={i[o](c(f,1,Limit-o))};Limit=o+e[5]-2;h=0;for e=o,Limit do h=h+1;i[e]=a[h];end;t=Limit;n=n+1;e=l[n];i[e[2]][d[e[3]]]=i[e[5]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=L[d[e[3]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];f={};h=0;Limit=o+e[3]-1;for e=o+1,Limit do h=h+1;f[h]=i[e];end;a={i[o](c(f,1,Limit-o))};Limit=o+e[5]-2;h=0;for e=o,Limit do h=h+1;i[e]=a[h];end;t=Limit;n=n+1;e=l[n];i[e[2]][d[e[3]]]=i[e[5]];else local o=e[2];local a=i[e[3]];i[o+1]=a;i[o]=a[d[e[5]]];if o+1>t then t=o+1 end;n=n+1;e=l[n];o=e[2];f={};local h=0;local r=o+e[3]-1;for e=o+1,r do h=h+1;f[h]=i[e];end;i[o](c(f,1,r-o));t=o-1;n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=L[d[e[3]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=L[d[e[3]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];a=i[e[3]];i[o+1]=a;i[o]=a[d[e[5]]];if o+1>t then t=o+1 end;n=n+1;e=l[n];o=e[2];f={};h=0;r=o+e[3]-1;for e=o+1,r do h=h+1;f[h]=i[e];end;local d=function(...)return{...},m('#',...)end;local L,d=d(i[o](c(f,1,r-o)));d=d+o-1;h=0;for e=o,d do h=h+1;i[e]=L[h];end;t=d;n=n+1;e=l[n];o=e[2];f={};h=0;d=t;for e=o+1,d do h=h+1;f[h]=i[e];end;local f={i[o](c(f,1,d-o))};d=o+e[5]-2;h=0;for e=o,d do h=h+1;i[e]=f[h];end;t=d;n=n+1;e=l[n];n=n+e[3];end;elseif h<=29 then if h<=27 then local n=e[2];local d={};local l=0;local e=n+e[3]-1;for e=n+1,e do l=l+1;d[l]=i[e];end;i[n](c(d,1,e-n));t=n-1;elseif h==28 then local o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][i[e[5]]];n=n+1;e=l[n];o=e[2];local h=i[e[3]];i[o+1]=h;i[o]=h[d[e[5]]];if o+1>t then t=o+1 end;n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];f={};local d=0;Limit=o+e[3]-1;for e=o+1,Limit do d=d+1;f[d]=i[e];end;local f={i[o](c(f,1,Limit-o))};Limit=o+e[5]-2;d=0;for e=o,Limit do d=d+1;i[e]=f[d];end;t=Limit;n=n+1;e=l[n];if not i[e[2]]then n=n+1;else n=n+e[3];end;else local o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];local h=i[e[3]];i[o+1]=h;i[o]=h[d[e[5]]];if o+1>t then t=o+1 end;n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];f={};local d=0;Limit=o+e[3]-1;for e=o+1,Limit do d=d+1;f[d]=i[e];end;local f={i[o](c(f,1,Limit-o))};Limit=o+e[5]-2;d=0;for e=o,Limit do d=d+1;i[e]=f[d];end;t=Limit;n=n+1;e=l[n];if i[e[2]]then n=n+1;else n=n+e[3];end;end;elseif h<=30 then for e=e[2],e[3]do i[e]=nil;end;elseif h>31 then local n=e[2];if n>t then t=n end;i[n]=d[e[3]];else i[e[2]][d[e[3]]]=d[e[5]];end;elseif h<=37 then if h<=34 then if h==33 then local l=e[2];local d={};local n=0;local e=l+e[3]-1;for e=l+1,e do n=n+1;d[n]=i[e];end;local o=function(...)return{...},m('#',...)end;local d,e=o(i[l](c(d,1,e-l)));e=e+l-1;n=0;for e=l,e do n=n+1;i[e]=d[n];end;t=e;else local o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];f={};local h=0;local a=o+e[3]-1;for e=o+1,a do h=h+1;f[h]=i[e];end;i[o](c(f,1,a-o));t=o-1;n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=L[d[e[3]]];n=n+1;e=l[n];o=e[2];i[o]();t=o-1;n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]]+d[e[5]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=L[d[e[3]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];f={};h=0;a=o+e[3]-1;for e=o+1,a do h=h+1;f[h]=i[e];end;local f={i[o](c(f,1,a-o))};a=o+e[5]-2;h=0;for e=o,a do h=h+1;i[e]=f[h];end;t=a;n=n+1;e=l[n];i[e[2]][d[e[3]]]=i[e[5]];n=n+1;e=l[n];n=n+e[3];end;elseif h<=35 then local n=e[2];if n>t then t=n end;i[n]=L[d[e[3]]];elseif h>36 then L[d[e[3]]]=i[e[2]];n=n+1;e=l[n];local o=e[2];if o>t then t=o end;i[o]=L[d[e[3]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=L[d[e[3]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=L[d[e[3]]];n=n+1;e=l[n];o=e[2];f={};local d=0;local h=o+e[3]-1;for e=o+1,h do d=d+1;f[d]=i[e];end;local L=function(...)return{...},m('#',...)end;local L,h=L(i[o](c(f,1,h-o)));h=h+o-1;d=0;for e=o,h do d=d+1;i[e]=L[d];end;t=h;n=n+1;e=l[n];local n;o=e[2];f={};d=0;h=t;for e=o+1,h do d=d+1;f[d]=i[e];end;i[o](c(f,1,h-o));t=o-1;else i[e[2]][d[e[3]]]=i[e[5]];end;elseif h<=40 then if h<=38 then local l=e[2];local o={};local n=0;local d=l+e[3]-1;for e=l+1,d do n=n+1;o[n]=i[e];end;local d={i[l](c(o,1,d-l))};local e=l+e[5]-2;n=0;for e=l,e do n=n+1;i[e]=d[n];end;t=e;elseif h>39 then local o=e[2];if o>t then t=o end;i[o]=L[d[e[3]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];f={};local h=0;Limit=o+e[3]-1;for e=o+1,Limit do h=h+1;f[h]=i[e];end;local f={i[o](c(f,1,Limit-o))};Limit=o+e[5]-2;h=0;for e=o,Limit do h=h+1;i[e]=f[h];end;t=Limit;n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=r[e[3]];n=n+1;e=l[n];i[e[2]][d[e[3]]]=i[e[5]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=L[d[e[3]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];else local o=e[2];if o>t then t=o end;i[o]=i[e[3]][i[e[5]]];n=n+1;e=l[n];o=e[2];local h=i[e[3]];i[o+1]=h;i[o]=h[d[e[5]]];if o+1>t then t=o+1 end;n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];f={};local d=0;Limit=o+e[3]-1;for e=o+1,Limit do d=d+1;f[d]=i[e];end;local f={i[o](c(f,1,Limit-o))};Limit=o+e[5]-2;d=0;for e=o,Limit do d=d+1;i[e]=f[d];end;t=Limit;n=n+1;e=l[n];if not i[e[2]]then n=n+1;else n=n+e[3];end;end;elseif h<=41 then local o=e[2];if o>t then t=o end;i[o]=L[d[e[3]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];f={};local h=0;Limit=o+e[3]-1;for e=o+1,Limit do h=h+1;f[h]=i[e];end;local f={i[o](c(f,1,Limit-o))};Limit=o+e[5]-2;h=0;for e=o,Limit do h=h+1;i[e]=f[h];end;t=Limit;n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=r[e[3]];n=n+1;e=l[n];i[e[2]][d[e[3]]]=i[e[5]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=L[d[e[3]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];elseif h>42 then local o=e[2];if o>t then t=o end;i[o]=L[d[e[3]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=L[d[e[3]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=L[d[e[3]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]]*i[e[5]];n=n+1;e=l[n];o=e[2];f={};local h=0;local a=o+e[3]-1;for e=o+1,a do h=h+1;f[h]=i[e];end;local m=function(...)return{...},m('#',...)end;local m,a=m(i[o](c(f,1,a-o)));a=a+o-1;h=0;for e=o,a do h=h+1;i[e]=m[h];end;t=a;n=n+1;e=l[n];o=e[2];f={};h=0;a=t;for e=o+1,a do h=h+1;f[h]=i[e];end;local f={i[o](c(f,1,a-o))};a=o+e[5]-2;h=0;for e=o,a do h=h+1;i[e]=f[h];end;t=a;n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=L[d[e[3]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]]/i[e[5]];n=n+1;e=l[n];o=e[2];a=o+e[3]-2;local t={};h=0;for e=o,a do h=h+1;t[h]=i[e];end;do return c(t,1,h)end;n=n+1;e=l[n];do return end;else local n=e[2];if n>t then t=n end;i[n]=i[e[3]];end;elseif h<=65 then if h<=54 then if h<=48 then if h<=45 then if h==44 then local n=e[2];local l=i[e[3]];i[n+1]=l;i[n]=l[d[e[5]]];if n+1>t then t=n+1 end;else local n;local e=e[2];local l={};local n=0;local d=t;for e=e+1,d do n=n+1;l[n]=i[e];end;i[e](c(l,1,d-e));t=e-1;end;elseif h<=46 then local n=e[2];if n>t then t=n end;i[n]=i[e[3]][i[e[5]]];elseif h==47 then do return end;else local n=e[2];if n>t then t=n end;i[n]=i[e[3]]*i[e[5]];end;elseif h<=51 then if h<=49 then local f=B[e[3]];local o;local d={};o=W({},{__index=function(n,e)local e=d[e];return e[1][e[2]];end,__newindex=function(i,e,n)local e=d[e]e[1][e[2]]=n;end;});for t=1,f[5]do n=n+1;local e=l[n];if e[1]==18 then d[t-1]={i,e[3]};else d[t-1]={r,e[3]};end;F[#F+1]=d;end;local e=e[2];if e>t then t=e end;i[e]=J(f,o,L);elseif h>50 then local n=e[2];if n>t then t=n end;i[n]=i[e[3]]+d[e[5]];else local n=e[2];if n>t then t=n end;i[n]=L[d[e[3]]];end;elseif h<=52 then local o=e[2];if o>t then t=o end;i[o]=L[d[e[3]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=L[d[e[3]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=L[d[e[3]]];n=n+1;e=l[n];o=e[2];f={};local h=0;Limit=o+e[3]-1;for e=o+1,Limit do h=h+1;f[h]=i[e];end;local a={i[o](c(f,1,Limit-o))};Limit=o+e[5]-2;h=0;for e=o,Limit do h=h+1;i[e]=a[h];end;t=Limit;n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];f={};h=0;Limit=o+e[3]-1;for e=o+1,Limit do h=h+1;f[h]=i[e];end;a={i[o](c(f,1,Limit-o))};Limit=o+e[5]-2;h=0;for e=o,Limit do h=h+1;i[e]=a[h];end;t=Limit;n=n+1;e=l[n];i[e[2]][d[e[3]]]=i[e[5]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=L[d[e[3]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=L[d[e[3]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=L[d[e[3]]];n=n+1;e=l[n];o=e[2];f={};h=0;Limit=o+e[3]-1;for e=o+1,Limit do h=h+1;f[h]=i[e];end;a={i[o](c(f,1,Limit-o))};Limit=o+e[5]-2;h=0;for e=o,Limit do h=h+1;i[e]=a[h];end;t=Limit;n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];f={};h=0;Limit=o+e[3]-1;for e=o+1,Limit do h=h+1;f[h]=i[e];end;a={i[o](c(f,1,Limit-o))};Limit=o+e[5]-2;h=0;for e=o,Limit do h=h+1;i[e]=a[h];end;t=Limit;n=n+1;e=l[n];i[e[2]][d[e[3]]]=i[e[5]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=L[d[e[3]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]]+d[e[5]];n=n+1;e=l[n];L[d[e[3]]]=i[e[2]];n=n+1;e=l[n];n=n+e[3];elseif h==53 then local n=e[2];if n>t then t=n end;i[n]=i[e[3]]*i[e[5]];else L[d[e[3]]]=i[e[2]];n=n+1;e=l[n];local o=e[2];if o>t then t=o end;i[o]=L[d[e[3]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=L[d[e[3]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=L[d[e[3]]];n=n+1;e=l[n];o=e[2];f={};local d=0;local h=o+e[3]-1;for e=o+1,h do d=d+1;f[d]=i[e];end;local L=function(...)return{...},m('#',...)end;local L,h=L(i[o](c(f,1,h-o)));h=h+o-1;d=0;for e=o,h do d=d+1;i[e]=L[d];end;t=h;n=n+1;e=l[n];local L;o=e[2];f={};d=0;h=t;for e=o+1,h do d=d+1;f[d]=i[e];end;i[o](c(f,1,h-o));t=o-1;n=n+1;e=l[n];do return end;end;elseif h<=59 then if h<=56 then if h==55 then local l=e[2];local o={};local n=0;local d=l+e[3]-1;for e=l+1,d do n=n+1;o[n]=i[e];end;local d={i[l](c(o,1,d-l))};local e=l+e[5]-2;n=0;for e=l,e do n=n+1;i[e]=d[n];end;t=e;else local f=B[e[3]];local o;local d={};o=W({},{__index=function(n,e)local e=d[e];return e[1][e[2]];end,__newindex=function(i,e,n)local e=d[e]e[1][e[2]]=n;end;});for t=1,f[5]do n=n+1;local e=l[n];if e[1]==18 then d[t-1]={i,e[3]};else d[t-1]={r,e[3]};end;F[#F+1]=d;end;local e=e[2];if e>t then t=e end;i[e]=J(f,o,L);end;elseif h<=57 then local o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][i[e[5]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][i[e[5]]];n=n+1;e=l[n];o=e[2];f={};local h=0;Limit=o+e[3]-1;for e=o+1,Limit do h=h+1;f[h]=i[e];end;local a={i[o](c(f,1,Limit-o))};Limit=o+e[5]-2;h=0;for e=o,Limit do h=h+1;i[e]=a[h];end;t=Limit;n=n+1;e=l[n];i[e[2]][d[e[3]]]=d[e[5]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=L[d[e[3]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];f={};h=0;Limit=o+e[3]-1;for e=o+1,Limit do h=h+1;f[h]=i[e];end;a={i[o](c(f,1,Limit-o))};Limit=o+e[5]-2;h=0;for e=o,Limit do h=h+1;i[e]=a[h];end;t=Limit;n=n+1;e=l[n];i[e[2]][d[e[3]]]=i[e[5]];n=n+1;e=l[n];i[e[2]][d[e[3]]]=d[e[5]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=L[d[e[3]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]];n=n+1;e=l[n];o=e[2];f={};h=0;Limit=o+e[3]-1;for e=o+1,Limit do h=h+1;f[h]=i[e];end;i[o](c(f,1,Limit-o));t=o-1;n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];i[e[2]][d[e[3]]]=d[e[5]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=L[d[e[3]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];f={};h=0;Limit=o+e[3]-1;for e=o+1,Limit do h=h+1;f[h]=i[e];end;a={i[o](c(f,1,Limit-o))};Limit=o+e[5]-2;h=0;for e=o,Limit do h=h+1;i[e]=a[h];end;t=Limit;n=n+1;e=l[n];i[e[2]][d[e[3]]]=i[e[5]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];i[e[2]][d[e[3]]]=d[e[5]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];i[e[2]][d[e[3]]]=d[e[5]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=L[d[e[3]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];f={};h=0;Limit=o+e[3]-1;for e=o+1,Limit do h=h+1;f[h]=i[e];end;a={i[o](c(f,1,Limit-o))};Limit=o+e[5]-2;h=0;for e=o,Limit do h=h+1;i[e]=a[h];end;t=Limit;n=n+1;e=l[n];i[e[2]][d[e[3]]]=d[e[5]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=L[d[e[3]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]];n=n+1;e=l[n];o=e[2];f={};h=0;Limit=o+e[3]-1;for e=o+1,Limit do h=h+1;f[h]=i[e];end;a={i[o](c(f,1,Limit-o))};Limit=o+e[5]-2;h=0;for e=o,Limit do h=h+1;i[e]=a[h];end;t=Limit;n=n+1;e=l[n];i[e[2]][d[e[3]]]=i[e[5]];n=n+1;e=l[n];i[e[2]][d[e[3]]]=d[e[5]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=L[d[e[3]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];f={};h=0;Limit=o+e[3]-1;for e=o+1,Limit do h=h+1;f[h]=i[e];end;a={i[o](c(f,1,Limit-o))};Limit=o+e[5]-2;h=0;for e=o,Limit do h=h+1;i[e]=a[h];end;t=Limit;n=n+1;e=l[n];i[e[2]][d[e[3]]]=i[e[5]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=L[d[e[3]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];f={};h=0;Limit=o+e[3]-1;for e=o+1,Limit do h=h+1;f[h]=i[e];end;a={i[o](c(f,1,Limit-o))};Limit=o+e[5]-2;h=0;for e=o,Limit do h=h+1;i[e]=a[h];end;t=Limit;n=n+1;e=l[n];i[e[2]][d[e[3]]]=i[e[5]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=L[d[e[3]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]];n=n+1;e=l[n];o=e[2];f={};h=0;Limit=o+e[3]-1;for e=o+1,Limit do h=h+1;f[h]=i[e];end;a={i[o](c(f,1,Limit-o))};Limit=o+e[5]-2;h=0;for e=o,Limit do h=h+1;i[e]=a[h];end;t=Limit;n=n+1;e=l[n];i[e[2]][d[e[3]]]=i[e[5]];n=n+1;e=l[n];i[e[2]][d[e[3]]]=d[e[5]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=L[d[e[3]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];f={};h=0;Limit=o+e[3]-1;for e=o+1,Limit do h=h+1;f[h]=i[e];end;a={i[o](c(f,1,Limit-o))};Limit=o+e[5]-2;h=0;for e=o,Limit do h=h+1;i[e]=a[h];end;t=Limit;n=n+1;e=l[n];i[e[2]][d[e[3]]]=i[e[5]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=L[d[e[3]]];elseif h==58 then local l=e[2];local d={};local n=0;local e=l+e[3]-1;for e=l+1,e do n=n+1;d[n]=i[e];end;local o=function(...)return{...},m('#',...)end;local d,e=o(i[l](c(d,1,e-l)));e=e+l-1;n=0;for e=l,e do n=n+1;i[e]=d[n];end;t=e;else local o=e[2];if o>t then t=o end;i[o]=L[d[e[3]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];local h=i[e[3]];i[o+1]=h;i[o]=h[d[e[5]]];if o+1>t then t=o+1 end;n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]];n=n+1;e=l[n];o=e[2];f={};local d=0;Limit=o+e[3]-1;for e=o+1,Limit do d=d+1;f[d]=i[e];end;local f={i[o](c(f,1,Limit-o))};Limit=o+e[5]-2;d=0;for e=o,Limit do d=d+1;i[e]=f[d];end;t=Limit;n=n+1;e=l[n];if not i[e[2]]then n=n+1;else n=n+e[3];end;end;elseif h<=62 then if h<=60 then if not i[e[2]]then n=n+1;else n=n+e[3];end;elseif h>61 then if(i[e[2]]>=d[e[5]])then n=n+1;else n=n+e[3];end;else if(i[e[2]]==i[e[5]])then n=n+1;else n=n+e[3];end;end;elseif h<=63 then local n=e[2];local l=i[e[3]];i[n+1]=l;i[n]=l[d[e[5]]];if n+1>t then t=n+1 end;elseif h>64 then local o=e[2];if o>t then t=o end;i[o]=L[d[e[3]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];f={};local h=0;Limit=o+e[3]-1;for e=o+1,Limit do h=h+1;f[h]=i[e];end;local a={i[o](c(f,1,Limit-o))};Limit=o+e[5]-2;h=0;for e=o,Limit do h=h+1;i[e]=a[h];end;t=Limit;n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=r[e[3]];n=n+1;e=l[n];i[e[2]][d[e[3]]]=i[e[5]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=L[d[e[3]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=L[d[e[3]]];n=n+1;e=l[n];o=e[2];local m=i[e[3]];i[o+1]=m;i[o]=m[d[e[5]]];if o+1>t then t=o+1 end;n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];f={};h=0;Limit=o+e[3]-1;for e=o+1,Limit do h=h+1;f[h]=i[e];end;a={i[o](c(f,1,Limit-o))};Limit=o+e[5]-2;h=0;for e=o,Limit do h=h+1;i[e]=a[h];end;t=Limit;n=n+1;e=l[n];for e=e[2],e[3]do i[e]=nil;end;n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=(e[3]~=0);n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=L[d[e[3]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=L[d[e[3]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];if(i[e[2]]==i[e[5]])then n=n+1;else n=n+e[3];end;else local n=e[2];local l=n+e[3]-2;local t={};local e=0;for n=n,l do e=e+1;t[e]=i[n];end;do return c(t,1,e)end;end;elseif h<=76 then if h<=70 then if h<=67 then if h>66 then if i[e[2]]then n=n+1;else n=n+e[3];end;else local n=e[2];if n>t then t=n end;i[n]=i[e[3]][d[e[5]]];end;elseif h<=68 then L[d[e[3]]]=i[e[2]];elseif h>69 then local o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];local h=i[e[3]];i[o+1]=h;i[o]=h[d[e[5]]];if o+1>t then t=o+1 end;n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]];n=n+1;e=l[n];o=e[2];f={};local d=0;Limit=o+e[3]-1;for e=o+1,Limit do d=d+1;f[d]=i[e];end;local f={i[o](c(f,1,Limit-o))};Limit=o+e[5]-2;d=0;for e=o,Limit do d=d+1;i[e]=f[d];end;t=Limit;n=n+1;e=l[n];if i[e[2]]then n=n+1;else n=n+e[3];end;else n=n+e[3];end;elseif h<=73 then if h<=71 then local o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];f={};local d=0;Limit=o+e[3]-1;for e=o+1,Limit do d=d+1;f[d]=i[e];end;local f={i[o](c(f,1,Limit-o))};Limit=o+e[5]-2;d=0;for e=o,Limit do d=d+1;i[e]=f[d];end;t=Limit;n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]];elseif h>72 then local o=e[2];if o>t then t=o end;i[o]=L[d[e[3]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];f={};local h=0;Limit=o+e[3]-1;for e=o+1,Limit do h=h+1;f[h]=i[e];end;local a={i[o](c(f,1,Limit-o))};Limit=o+e[5]-2;h=0;for e=o,Limit do h=h+1;i[e]=a[h];end;t=Limit;n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=L[d[e[3]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];f={};h=0;Limit=o+e[3]-1;for e=o+1,Limit do h=h+1;f[h]=i[e];end;a={i[o](c(f,1,Limit-o))};Limit=o+e[5]-2;h=0;for e=o,Limit do h=h+1;i[e]=a[h];end;t=Limit;n=n+1;e=l[n];i[e[2]][d[e[3]]]=d[e[5]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=L[d[e[3]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];local m=i[e[3]];i[o+1]=m;i[o]=m[d[e[5]]];if o+1>t then t=o+1 end;n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];f={};h=0;Limit=o+e[3]-1;for e=o+1,Limit do h=h+1;f[h]=i[e];end;a={i[o](c(f,1,Limit-o))};Limit=o+e[5]-2;h=0;for e=o,Limit do h=h+1;i[e]=a[h];end;t=Limit;n=n+1;e=l[n];i[e[2]][d[e[3]]]=i[e[5]];n=n+1;e=l[n];i[e[2]][d[e[3]]]=d[e[5]];n=n+1;e=l[n];i[e[2]][d[e[3]]]=d[e[5]];n=n+1;e=l[n];i[e[2]][d[e[3]]]=i[e[5]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=L[d[e[3]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];f={};h=0;Limit=o+e[3]-1;for e=o+1,Limit do h=h+1;f[h]=i[e];end;a={i[o](c(f,1,Limit-o))};Limit=o+e[5]-2;h=0;for e=o,Limit do h=h+1;i[e]=a[h];end;t=Limit;n=n+1;e=l[n];i[e[2]][d[e[3]]]=i[e[5]];n=n+1;e=l[n];i[e[2]][d[e[3]]]=d[e[5]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=L[d[e[3]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];f={};h=0;Limit=o+e[3]-1;for e=o+1,Limit do h=h+1;f[h]=i[e];end;a={i[o](c(f,1,Limit-o))};Limit=o+e[5]-2;h=0;for e=o,Limit do h=h+1;i[e]=a[h];end;t=Limit;n=n+1;e=l[n];i[e[2]][d[e[3]]]=i[e[5]];n=n+1;e=l[n];i[e[2]][d[e[3]]]=d[e[5]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=L[d[e[3]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];f={};h=0;Limit=o+e[3]-1;for e=o+1,Limit do h=h+1;f[h]=i[e];end;a={i[o](c(f,1,Limit-o))};Limit=o+e[5]-2;h=0;for e=o,Limit do h=h+1;i[e]=a[h];end;t=Limit;n=n+1;e=l[n];i[e[2]][d[e[3]]]=i[e[5]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=L[d[e[3]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];f={};h=0;Limit=o+e[3]-1;for e=o+1,Limit do h=h+1;f[h]=i[e];end;a={i[o](c(f,1,Limit-o))};Limit=o+e[5]-2;h=0;for e=o,Limit do h=h+1;i[e]=a[h];end;t=Limit;n=n+1;e=l[n];i[e[2]][d[e[3]]]=i[e[5]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=L[d[e[3]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];i[e[2]][d[e[3]]]=i[e[5]];n=n+1;e=l[n];i[e[2]][d[e[3]]]=d[e[5]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=L[d[e[3]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];f={};h=0;Limit=o+e[3]-1;for e=o+1,Limit do h=h+1;f[h]=i[e];end;a={i[o](c(f,1,Limit-o))};Limit=o+e[5]-2;h=0;for e=o,Limit do h=h+1;i[e]=a[h];end;t=Limit;n=n+1;e=l[n];i[e[2]][d[e[3]]]=i[e[5]];n=n+1;e=l[n];i[e[2]][d[e[3]]]=d[e[5]];n=n+1;e=l[n];i[e[2]][d[e[3]]]=d[e[5]];n=n+1;e=l[n];i[e[2]][d[e[3]]]=d[e[5]];else do return end;end;elseif h<=74 then local n=e[2];local e=B[e[3]];if n>t then t=n end;i[n]=J(e,nil,L);elseif h>75 then local n=e[2];if n>t then t=n end;i[n]=d[e[3]];else i[e[2]][d[e[3]]]=d[e[5]];end;elseif h<=81 then if h<=78 then if h==77 then if not i[e[2]]then n=n+1;else n=n+e[3];end;else local o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][i[e[5]]];n=n+1;e=l[n];o=e[2];local h=i[e[3]];i[o+1]=h;i[o]=h[d[e[5]]];if o+1>t then t=o+1 end;n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];f={};local d=0;Limit=o+e[3]-1;for e=o+1,Limit do d=d+1;f[d]=i[e];end;local f={i[o](c(f,1,Limit-o))};Limit=o+e[5]-2;d=0;for e=o,Limit do d=d+1;i[e]=f[d];end;t=Limit;n=n+1;e=l[n];if not i[e[2]]then n=n+1;else n=n+e[3];end;end;elseif h<=79 then local t=e[2];local d=e[5];local e=t+2;local l={i[t](i[t+1],i[e])};for n=1,d do i[e+n]=l[n];end;local t=i[t+3];if t then i[e]=t else n=n+1;end;elseif h==80 then local o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][i[e[5]]];n=n+1;e=l[n];o=e[2];local h=i[e[3]];i[o+1]=h;i[o]=h[d[e[5]]];if o+1>t then t=o+1 end;n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];f={};local d=0;Limit=o+e[3]-1;for e=o+1,Limit do d=d+1;f[d]=i[e];end;local f={i[o](c(f,1,Limit-o))};Limit=o+e[5]-2;d=0;for e=o,Limit do d=d+1;i[e]=f[d];end;t=Limit;n=n+1;e=l[n];if not i[e[2]]then n=n+1;else n=n+e[3];end;else local n=e[2];if n>t then t=n end;i[n]=(e[3]~=0);end;elseif h<=84 then if h<=82 then local t=e[2];local d=e[5];local e=t+2;local l={i[t](i[t+1],i[e])};for n=1,d do i[e+n]=l[n];end;local t=i[t+3];if t then i[e]=t else n=n+1;end;elseif h>83 then if i[e[2]]then n=n+1;else n=n+e[3];end;else if(i[e[2]]==i[e[5]])then n=n+1;else n=n+e[3];end;end;elseif h<=85 then local e=e[2];i[e]();t=e-1;elseif h>86 then L[d[e[3]]]=i[e[2]];else local o=e[2];if o>t then t=o end;i[o]=L[d[e[3]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];f={};local h=0;local a=o+e[3]-1;for e=o+1,a do h=h+1;f[h]=i[e];end;i[o](c(f,1,a-o));t=o-1;n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=L[d[e[3]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];f={};h=0;a=o+e[3]-1;for e=o+1,a do h=h+1;f[h]=i[e];end;i[o](c(f,1,a-o));t=o-1;n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=L[d[e[3]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];f={};h=0;a=o+e[3]-1;for e=o+1,a do h=h+1;f[h]=i[e];end;i[o](c(f,1,a-o));t=o-1;n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=L[d[e[3]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=d[e[3]];n=n+1;e=l[n];o=e[2];f={};h=0;a=o+e[3]-1;for e=o+1,a do h=h+1;f[h]=i[e];end;i[o](c(f,1,a-o));t=o-1;n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=L[d[e[3]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=L[d[e[3]]];n=n+1;e=l[n];o=e[2];if o>t then t=o end;i[o]=i[e[3]][d[e[5]]];n=n+1;e=l[n];o=e[2];local L=i[e[3]];i[o+1]=L;i[o]=L[d[e[5]]];if o+1>t then t=o+1 end;n=n+1;e=l[n];o=e[2];f={};h=0;a=o+e[3]-1;for e=o+1,a do h=h+1;f[h]=i[e];end;local d=function(...)return{...},m('#',...)end;local L,d=d(i[o](c(f,1,a-o)));d=d+o-1;h=0;for e=o,d do h=h+1;i[e]=L[h];end;t=d;n=n+1;e=l[n];o=e[2];f={};h=0;d=t;for e=o+1,d do h=h+1;f[h]=i[e];end;local f={i[o](c(f,1,d-o))};d=o+e[5]-2;h=0;for e=o,d do h=h+1;i[e]=f[h];end;t=d;n=n+1;e=l[n];n=n+e[3];end;n=n+1;end;end;end;return J(N(),{},Y())();
  893.  
  894. end)
  895.  
  896. howToUse.Name = "howToUse"
  897. howToUse.Parent = main
  898. howToUse.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  899. howToUse.Position = UDim2.new(0.997069836, 0, 0.342133641, 0)
  900. howToUse.Size = UDim2.new(0, 70, 0, 73)
  901. howToUse.Visible = false
  902.  
  903. Title2.Name = "Title2"
  904. Title2.Parent = howToUse
  905. Title2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  906. Title2.BackgroundTransparency = 1.000
  907. Title2.Size = UDim2.new(0, 70, 0, 28)
  908. Title2.Font = Enum.Font.SourceSans
  909. Title2.Text = "how to use"
  910. Title2.TextColor3 = Color3.fromRGB(0, 0, 0)
  911. Title2.TextScaled = true
  912. Title2.TextSize = 14.000
  913. Title2.TextWrapped = true
  914.  
  915. Howto.Name = "Howto"
  916. Howto.Parent = howToUse
  917. Howto.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  918. Howto.BackgroundTransparency = 1.000
  919. Howto.Position = UDim2.new(0, 0, 0.369863063, 0)
  920. Howto.Size = UDim2.new(0, 70, 0, 45)
  921. Howto.Font = Enum.Font.SourceSans
  922. Howto.Text = "E"
  923. Howto.TextColor3 = Color3.fromRGB(0, 0, 0)
  924. Howto.TextScaled = true
  925. Howto.TextSize = 14.000
  926. Howto.TextWrapped = true
  927.  
  928. Close.Name = "Close"
  929. Close.Parent = howToUse
  930. Close.BackgroundColor3 = Color3.fromRGB(255, 0, 4)
  931. Close.Position = UDim2.new(0.742857158, 0, 0.780821919, 0)
  932. Close.Size = UDim2.new(0, 18, 0, 16)
  933. Close.Font = Enum.Font.SourceSans
  934. Close.Text = "X"
  935. Close.TextColor3 = Color3.fromRGB(0, 0, 0)
  936. Close.TextScaled = true
  937. Close.TextSize = 14.000
  938. Close.TextWrapped = true
  939. Close.MouseButton1Down:connect(function()
  940. howToUse.Visible = false
  941. end)
  942.  
  943. local function PELAE_fake_script() -- ScreenGui.Draggable
  944. local script = Instance.new('LocalScript', ScreenGui)
  945.  
  946. main = script.Parent.main
  947. main.Draggable = true
  948. main.Active = true
  949. main.Selectable = true
  950.  
  951. end
  952. coroutine.wrap(PELAE_fake_script)()
  953.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement