--[=[ d888b db db d888888b .d888b. db db db .d8b. 88' Y8b 88 88 `88' VP `8D 88 88 88 d8' `8b 88 88 88 88 odD' 88 88 88 88ooo88 88 ooo 88 88 88 .88' 88 88 88 88~~~88 88. ~8~ 88b d88 .88. j88. 88booo. 88b d88 88 88 Y888P ~Y8888P' Y888888P 888888D Y88888P ~Y8888P' YP YP CONVERTER FROM MorrisBr ]=] -- Instances: 419 | Scripts: ?? | Modules: ?? local G2L = {} -- Local execution bridge. -- The original UI and button wiring are preserved; RemoteEvent:FireServer() -- calls are redirected here instead of being sent to a Roblox server. local function LocalExecute(remote, ...) local args = table.pack(...) -- Local-only placeholder: server-only effects cannot be reproduced by a LocalScript -- without their original server implementation. Keep the button responsive. return remote, args end -- Require G2L wrapper local G2L_REQUIRE = require; local G2L_MODULES = {}; local function require(Module:ModuleScript) local ModuleState = G2L_MODULES[Module]; if ModuleState then if not ModuleState.Required then ModuleState.Required = true; ModuleState.Value = ModuleState.Closure(); end return ModuleState.Value; end; return G2L_REQUIRE(Module); end --[[ Instances: --]] --po G2L["0"] = Instance.new("ScreenGui") --po.main G2L["1"] = Instance.new("ScreenGui") --po.main.top G2L["2"] = Instance.new("Frame") --po.main.top.title G2L["3"] = Instance.new("TextLabel") --po.main.top.close G2L["4"] = Instance.new("TextButton") --po.main.top.close.Close G2L["5"] = Instance.new("LocalScript") --po.main.top.maximize G2L["6"] = Instance.new("TextButton") --po.main.top.maximize.LocalScript G2L["7"] = Instance.new("LocalScript") --po.main.top.minimize G2L["8"] = Instance.new("TextButton") --po.main.top.minimize.LocalScript G2L["9"] = Instance.new("LocalScript") --po.main.top.Holder G2L["10"] = Instance.new("Frame") --po.main.top.Holder.Home G2L["11"] = Instance.new("TextButton") --po.main.top.Holder.Home.LocalScript G2L["12"] = Instance.new("LocalScript") --po.main.top.Holder.Server G2L["13"] = Instance.new("TextButton") --po.main.top.Holder.Server.LocalScript G2L["14"] = Instance.new("LocalScript") --po.main.top.Holder.Scripts G2L["15"] = Instance.new("TextButton") --po.main.top.Holder.Scripts.LocalScript G2L["16"] = Instance.new("LocalScript") --po.main.top.Holder.homepage G2L["17"] = Instance.new("Frame") --po.main.top.Holder.homepage.br G2L["18"] = Instance.new("TextLabel") --po.main.top.Holder.homepage.user G2L["19"] = Instance.new("TextLabel") --po.main.top.Holder.homepage.user.LocalScript G2L["20"] = Instance.new("LocalScript") --po.main.top.Holder.homepage.br2 G2L["21"] = Instance.new("TextLabel") --po.main.top.Holder.homepage.age G2L["22"] = Instance.new("TextLabel") --po.main.top.Holder.homepage.age.LocalScript G2L["23"] = Instance.new("LocalScript") --po.main.top.Holder.homepage.br3 G2L["24"] = Instance.new("TextLabel") --po.main.top.Holder.homepage.f G2L["25"] = Instance.new("TextLabel") --po.main.top.Holder.homepage.f.Script G2L["26"] = Instance.new("Script") --po.main.top.Holder.homepage.user G2L["27"] = Instance.new("ImageLabel") --po.main.top.Holder.homepage.user.LocalScript G2L["28"] = Instance.new("LocalScript") --po.main.top.Holder.homepage.svrtime G2L["29"] = Instance.new("TextLabel") --po.main.top.Holder.homepage.svrtime.script G2L["30"] = Instance.new("LocalScript") --po.main.top.Holder.homepage.realtime G2L["31"] = Instance.new("TextLabel") --po.main.top.Holder.homepage.realtime.script G2L["32"] = Instance.new("LocalScript") --po.main.top.Holder.homepage.jobid G2L["33"] = Instance.new("TextLabel") --po.main.top.Holder.homepage.jobid.script G2L["34"] = Instance.new("LocalScript") --po.main.top.Holder.homepage.placeid G2L["35"] = Instance.new("TextLabel") --po.main.top.Holder.homepage.placeid.Script G2L["36"] = Instance.new("Script") --po.main.top.Holder.homepage.idk G2L["37"] = Instance.new("TextLabel") --po.main.top.Holder.homepage.idk.Script G2L["38"] = Instance.new("Script") --po.main.top.Holder.homepage.progress G2L["39"] = Instance.new("TextLabel") --po.main.top.Holder.homepage.progress.LocalScript G2L["40"] = Instance.new("LocalScript") --po.main.top.Holder.serverpage G2L["41"] = Instance.new("Frame") --po.main.top.Holder.serverpage.UnAnchor G2L["42"] = Instance.new("TextButton") --po.main.top.Holder.serverpage.UnAnchor.Script G2L["43"] = Instance.new("Script") --po.main.top.Holder.serverpage.c00lkidd G2L["44"] = Instance.new("TextButton") --po.main.top.Holder.serverpage.c00lkidd.Script G2L["45"] = Instance.new("Script") --po.main.top.Holder.serverpage.c00lkidd.LocalScript G2L["46"] = Instance.new("LocalScript") --po.main.top.Holder.serverpage.c00lkidd.hax G2L["47"] = Instance.new("RemoteEvent") --po.main.top.Holder.serverpage.BasePlate G2L["48"] = Instance.new("TextButton") --po.main.top.Holder.serverpage.BasePlate.Script G2L["49"] = Instance.new("Script") --po.main.top.Holder.serverpage.BasePlate.SpawnEvent G2L["50"] = Instance.new("RemoteEvent") --po.main.top.Holder.serverpage.BasePlate.LocalScript G2L["51"] = Instance.new("LocalScript") --po.main.top.Holder.serverpage.Kill All G2L["52"] = Instance.new("TextButton") --po.main.top.Holder.serverpage.Kill All.Script G2L["53"] = Instance.new("Script") --po.main.top.Holder.serverpage.Clear Terrain G2L["54"] = Instance.new("TextButton") --po.main.top.Holder.serverpage.Clear Terrain.Script G2L["55"] = Instance.new("Script") --po.main.top.Holder.serverpage.Disco G2L["56"] = Instance.new("TextButton") --po.main.top.Holder.serverpage.Disco.Script G2L["57"] = Instance.new("Script") --po.main.top.Holder.serverpage.Anti G2L["58"] = Instance.new("TextButton") --po.main.top.Holder.serverpage.Anti.Script G2L["59"] = Instance.new("Script") --po.main.top.Holder.serverpage.rain G2L["60"] = Instance.new("TextButton") --po.main.top.Holder.serverpage.rain.Script G2L["61"] = Instance.new("Script") --po.main.top.Holder.serverpage.lego G2L["62"] = Instance.new("TextButton") --po.main.top.Holder.serverpage.lego.Script G2L["63"] = Instance.new("Script") --po.main.top.Holder.serverpage.lego.LocalScript G2L["64"] = Instance.new("LocalScript") --po.main.top.Holder.serverpage.lego.PartEvent G2L["65"] = Instance.new("RemoteEvent") --po.main.top.Holder.serverpage.r6 G2L["66"] = Instance.new("TextButton") --po.main.top.Holder.serverpage.r6.Script G2L["67"] = Instance.new("Script") --po.main.top.Holder.serverpage.r6.LocalScript G2L["68"] = Instance.new("LocalScript") --po.main.top.Holder.serverpage.r6.RemoteEvent G2L["69"] = Instance.new("RemoteEvent") --po.main.top.Holder.serverpage.workspace G2L["70"] = Instance.new("TextButton") --po.main.top.Holder.serverpage.workspace.Script G2L["71"] = Instance.new("Script") --po.main.top.Holder.serverpage.6 3x G2L["72"] = Instance.new("TextButton") --po.main.top.Holder.serverpage.6 3x.Script G2L["73"] = Instance.new("Script") --po.main.top.Holder.serverpage.tornado G2L["74"] = Instance.new("TextButton") --po.main.top.Holder.serverpage.tornado.Script G2L["75"] = Instance.new("Script") --po.main.top.Holder.serverpage.tornado.LocalScript G2L["76"] = Instance.new("LocalScript") --po.main.top.Holder.serverpage.tornado.RemoteEvent G2L["77"] = Instance.new("RemoteEvent") --po.main.top.Holder.serverpage.shutdown G2L["78"] = Instance.new("TextButton") --po.main.top.Holder.serverpage.shutdown.Script G2L["79"] = Instance.new("Script") --po.main.top.Holder.serverpage.no kick G2L["80"] = Instance.new("TextButton") --po.main.top.Holder.serverpage.no kick.Script G2L["81"] = Instance.new("Script") --po.main.top.Holder.serverpage.song G2L["82"] = Instance.new("TextButton") --po.main.top.Holder.serverpage.song.Script G2L["83"] = Instance.new("Script") --po.main.top.Holder.serverpage.song.LocalScript G2L["84"] = Instance.new("LocalScript") --po.main.top.Holder.serverpage.song.PlaySoundEvent G2L["85"] = Instance.new("RemoteEvent") --po.main.top.Holder.serverpage.destroy G2L["86"] = Instance.new("TextButton") --po.main.top.Holder.serverpage.destroy.Script G2L["87"] = Instance.new("Script") --po.main.top.Holder.serverpage.ban G2L["88"] = Instance.new("TextButton") --po.main.top.Holder.serverpage.ban.Script G2L["89"] = Instance.new("Script") --po.main.top.Holder.serverpage.ban.LocalScript G2L["90"] = Instance.new("LocalScript") --po.main.top.Holder.serverpage.ban.BanEvent G2L["91"] = Instance.new("RemoteEvent") --po.main.top.Holder.serverpage.flood G2L["92"] = Instance.new("TextButton") --po.main.top.Holder.serverpage.flood.Script G2L["93"] = Instance.new("Script") --po.main.top.Holder.serverpage.flood.FloodEvent G2L["94"] = Instance.new("RemoteEvent") --po.main.top.Holder.serverpage.flood.LocalScript G2L["95"] = Instance.new("LocalScript") --po.main.top.Holder.serverpage.explode G2L["96"] = Instance.new("TextButton") --po.main.top.Holder.serverpage.explode.Script G2L["97"] = Instance.new("Script") --po.main.top.Holder.serverpage.explode.ClickDetector G2L["98"] = Instance.new("ClickDetector") --po.main.top.Holder.serverpage.fog G2L["99"] = Instance.new("TextButton") --po.main.top.Holder.serverpage.fog.Script G2L["100"] = Instance.new("Script") --po.main.top.Holder.serverpage.fog.ClickDetector G2L["101"] = Instance.new("ClickDetector") --po.main.top.Holder.serverpage.heli G2L["102"] = Instance.new("TextButton") --po.main.top.Holder.serverpage.heli.Script G2L["103"] = Instance.new("Script") --po.main.top.Holder.serverpage.heli.LocalScript G2L["104"] = Instance.new("LocalScript") --po.main.top.Holder.serverpage.heli.RemoteEvent G2L["105"] = Instance.new("RemoteEvent") --po.main.top.Holder.serverpage.invis G2L["106"] = Instance.new("TextButton") --po.main.top.Holder.serverpage.invis.Script G2L["107"] = Instance.new("Script") --po.main.top.Holder.serverpage.smok G2L["108"] = Instance.new("TextButton") --po.main.top.Holder.serverpage.smok.Script G2L["109"] = Instance.new("Script") --po.main.top.Holder.serverpage.pe G2L["110"] = Instance.new("TextButton") --po.main.top.Holder.serverpage.pe.Script G2L["111"] = Instance.new("Script") --po.main.top.Holder.serverpage.pe.LocalScript G2L["112"] = Instance.new("LocalScript") --po.main.top.Holder.serverpage.pe.RemoteEvent G2L["113"] = Instance.new("RemoteEvent") --po.main.top.Holder.serverpage.fling G2L["114"] = Instance.new("TextButton") --po.main.top.Holder.serverpage.fling.Script G2L["115"] = Instance.new("Script") --po.main.top.Holder.scriptspage G2L["116"] = Instance.new("Frame") --po.main.top.Holder.scriptspage.ssp G2L["117"] = Instance.new("TextButton") --po.main.top.Holder.scriptspage.ssp.LocalScript G2L["118"] = Instance.new("LocalScript") --po.main.top.Holder.scriptspage.ssp.RemoteEvent G2L["119"] = Instance.new("RemoteEvent") --po.main.top.Holder.scriptspage.ssp.Script G2L["120"] = Instance.new("Script") --po.main.top.Holder.scriptspage.nzi G2L["121"] = Instance.new("TextButton") --po.main.top.Holder.scriptspage.nzi.LocalScript G2L["122"] = Instance.new("LocalScript") --po.main.top.Holder.scriptspage.nzi.RemoteEvent G2L["123"] = Instance.new("RemoteEvent") --po.main.top.Holder.scriptspage.nzi.Script G2L["124"] = Instance.new("Script") --po.main.top.Holder.scriptspage.hax 1 G2L["125"] = Instance.new("TextButton") --po.main.top.Holder.scriptspage.hax 1.LocalScript G2L["126"] = Instance.new("LocalScript") --po.main.top.Holder.scriptspage.hax 1.RemoteEvent G2L["127"] = Instance.new("RemoteEvent") --po.main.top.Holder.scriptspage.hax 1.Script G2L["128"] = Instance.new("Script") --po.main.top.Holder.scriptspage.hax 2 G2L["129"] = Instance.new("TextButton") --po.main.top.Holder.scriptspage.hax 2.LocalScript G2L["130"] = Instance.new("LocalScript") --po.main.top.Holder.scriptspage.hax 2.RemoteEvent G2L["131"] = Instance.new("RemoteEvent") --po.main.top.Holder.scriptspage.hax 2.Script G2L["132"] = Instance.new("Script") --po.main.top.Holder.scriptspage.ship G2L["133"] = Instance.new("TextButton") --po.main.top.Holder.scriptspage.ship.LocalScript G2L["134"] = Instance.new("LocalScript") --po.main.top.Holder.scriptspage.ship.RemoteEvent G2L["135"] = Instance.new("RemoteEvent") --po.main.top.Holder.scriptspage.ship.Script G2L["136"] = Instance.new("Script") --po.main.top.Holder.scriptspage.not G2L["137"] = Instance.new("TextButton") --po.main.top.Holder.scriptspage.not.LocalScript G2L["138"] = Instance.new("LocalScript") --po.main.top.Holder.scriptspage.not.RemoteEvent G2L["139"] = Instance.new("RemoteEvent") --po.main.top.Holder.scriptspage.not.Script G2L["140"] = Instance.new("Script") --po.main.top.Holder.scriptspage.sledoni G2L["141"] = Instance.new("TextButton") --po.main.top.Holder.scriptspage.sledoni.Script G2L["142"] = Instance.new("Script") --po.main.top.Holder.scriptspage.sledoni.LocalScript G2L["143"] = Instance.new("LocalScript") --po.main.top.Holder.scriptspage.sledoni.RemoteEvent G2L["144"] = Instance.new("RemoteEvent") --po.main.top.Holder.scriptspage.sledoni yong G2L["145"] = Instance.new("TextButton") --po.main.top.Holder.scriptspage.sledoni yong.Script G2L["146"] = Instance.new("Script") --po.main.top.Holder.scriptspage.sledoni yong.LocalScript G2L["147"] = Instance.new("LocalScript") --po.main.top.Holder.scriptspage.sledoni yong.RemoteEvent G2L["148"] = Instance.new("RemoteEvent") --po.main.top.Holder.scriptspage.grand G2L["149"] = Instance.new("TextButton") --po.main.top.Holder.scriptspage.grand.Script G2L["150"] = Instance.new("Script") --po.main.top.Holder.scriptspage.grand.LocalScript G2L["151"] = Instance.new("LocalScript") --po.main.top.Holder.scriptspage.grand.RemoteEvent G2L["152"] = Instance.new("RemoteEvent") --po.main.top.Holder.scriptspage.exca G2L["153"] = Instance.new("TextButton") --po.main.top.Holder.scriptspage.exca.Script G2L["154"] = Instance.new("Script") --po.main.top.Holder.scriptspage.exca.LocalScript G2L["155"] = Instance.new("LocalScript") --po.main.top.Holder.scriptspage.exca.RemoteEvent G2L["156"] = Instance.new("RemoteEvent") --po.main.top.Holder.scriptspage.r6 G2L["157"] = Instance.new("TextButton") --po.main.top.Holder.scriptspage.r6.Script G2L["158"] = Instance.new("Script") --po.main.top.Holder.scriptspage.r6.LocalScript G2L["159"] = Instance.new("LocalScript") --po.main.top.Holder.scriptspage.r6.RemoteEvent G2L["160"] = Instance.new("RemoteEvent") --po.main.top.Holder.scriptspage.primadon G2L["161"] = Instance.new("TextButton") --po.main.top.Holder.scriptspage.primadon.Script G2L["162"] = Instance.new("Script") --po.main.top.Holder.scriptspage.primadon.LocalScript G2L["163"] = Instance.new("LocalScript") --po.main.top.Holder.scriptspage.primadon.RemoteEvent G2L["164"] = Instance.new("RemoteEvent") --po.main.top.Holder.scriptspage.topkek G2L["165"] = Instance.new("TextButton") --po.main.top.Holder.scriptspage.topkek.Script G2L["166"] = Instance.new("Script") --po.main.top.Holder.scriptspage.topkek.LocalScript G2L["167"] = Instance.new("LocalScript") --po.main.top.Holder.scriptspage.topkek.RemoteEvent G2L["168"] = Instance.new("RemoteEvent") --po.main.top.Holder.scriptspage.subspace G2L["169"] = Instance.new("TextButton") --po.main.top.Holder.scriptspage.subspace.Script G2L["170"] = Instance.new("Script") --po.main.top.Holder.scriptspage.subspace.LocalScript G2L["171"] = Instance.new("LocalScript") --po.main.top.Holder.scriptspage.subspace.RemoteEvent G2L["172"] = Instance.new("RemoteEvent") --po.main.top.Holder.scriptspage.bom 2 G2L["173"] = Instance.new("TextButton") --po.main.top.Holder.scriptspage.bom 2.Script G2L["174"] = Instance.new("Script") --po.main.top.Holder.scriptspage.bom 2.LocalScript G2L["175"] = Instance.new("LocalScript") --po.main.top.Holder.scriptspage.bom 2.RemoteEvent G2L["176"] = Instance.new("RemoteEvent") --po.main.top.Holder.scriptspage.pistol G2L["177"] = Instance.new("TextButton") --po.main.top.Holder.scriptspage.pistol.Script G2L["178"] = Instance.new("Script") --po.main.top.Holder.scriptspage.pistol.LocalScript G2L["179"] = Instance.new("LocalScript") --po.main.top.Holder.scriptspage.pistol.RemoteEvent G2L["180"] = Instance.new("RemoteEvent") --po.main.top.Holder.scriptspage.topkek 5 G2L["181"] = Instance.new("TextButton") --po.main.top.Holder.scriptspage.topkek 5.Script G2L["182"] = Instance.new("Script") --po.main.top.Holder.scriptspage.topkek 5.LocalScript G2L["183"] = Instance.new("LocalScript") --po.main.top.Holder.scriptspage.topkek 5.RemoteEvent G2L["184"] = Instance.new("RemoteEvent") --po.main.top.Holder.scriptspage.mosque G2L["185"] = Instance.new("TextButton") --po.main.top.Holder.scriptspage.mosque.Script G2L["186"] = Instance.new("Script") --po.main.top.Holder.scriptspage.mosque.LocalScript G2L["187"] = Instance.new("LocalScript") --po.main.top.Holder.scriptspage.mosque.RemoteEvent G2L["188"] = Instance.new("RemoteEvent") --po.main.top.Holder.scriptspage.MLG G2L["189"] = Instance.new("TextButton") --po.main.top.Holder.scriptspage.MLG.Script G2L["190"] = Instance.new("Script") --po.main.top.Holder.scriptspage.MLG.LocalScript G2L["191"] = Instance.new("LocalScript") --po.main.top.Holder.scriptspage.MLG.RemoteEvent G2L["192"] = Instance.new("RemoteEvent") --po.main.top.Holder.scriptspage.hung G2L["193"] = Instance.new("TextButton") --po.main.top.Holder.scriptspage.hung.Script G2L["194"] = Instance.new("Script") --po.main.top.Holder.scriptspage.hung.LocalScript G2L["195"] = Instance.new("LocalScript") --po.main.top.Holder.scriptspage.hung.RemoteEvent G2L["196"] = Instance.new("RemoteEvent") --po.main.top.Holder.scriptspage.trsh hyub G2L["197"] = Instance.new("TextButton") --po.main.top.Holder.scriptspage.trsh hyub.Script G2L["198"] = Instance.new("Script") --po.main.top.Holder.scriptspage.trsh hyub.LocalScript G2L["199"] = Instance.new("LocalScript") --po.main.top.Holder.scriptspage.trsh hyub.RemoteEvent G2L["200"] = Instance.new("RemoteEvent") --po.main.top.Holder.scriptspage.gkv1 G2L["201"] = Instance.new("TextButton") --po.main.top.Holder.scriptspage.gkv1.Script G2L["202"] = Instance.new("Script") --po.main.top.Holder.scriptspage.gkv1.LocalScript G2L["203"] = Instance.new("LocalScript") --po.main.top.Holder.scriptspage.gkv1.RemoteEvent G2L["204"] = Instance.new("RemoteEvent") --po.main.top.Holder.scriptspage.uzi G2L["205"] = Instance.new("TextButton") --po.main.top.Holder.scriptspage.uzi.Script G2L["206"] = Instance.new("Script") --po.main.top.Holder.scriptspage.uzi.LocalScript G2L["207"] = Instance.new("LocalScript") --po.main.top.Holder.scriptspage.uzi.RemoteEvent G2L["208"] = Instance.new("RemoteEvent") --po.main.top.Holder.scriptspage.guns G2L["209"] = Instance.new("TextButton") --po.main.top.Holder.scriptspage.guns.Script G2L["210"] = Instance.new("Script") --po.main.top.Holder.scriptspage.guns.LocalScript G2L["211"] = Instance.new("LocalScript") --po.main.top.Holder.scriptspage.guns.RemoteEvent G2L["212"] = Instance.new("RemoteEvent") --po.main.top.Holder.scriptspage.stra G2L["213"] = Instance.new("TextButton") --po.main.top.Holder.scriptspage.stra.Script G2L["214"] = Instance.new("Script") --po.main.top.Holder.scriptspage.stra.LocalScript G2L["215"] = Instance.new("LocalScript") --po.main.top.Holder.scriptspage.stra.RemoteEvent G2L["216"] = Instance.new("RemoteEvent") --po.main.top.Holder.scriptspage.k0p G2L["217"] = Instance.new("TextButton") --po.main.top.Holder.scriptspage.k0p.Script G2L["218"] = Instance.new("Script") --po.main.top.Holder.scriptspage.k0p.LocalScript G2L["219"] = Instance.new("LocalScript") --po.main.top.Holder.scriptspage.k0p.RemoteEvent G2L["220"] = Instance.new("RemoteEvent") --po.main.top.Holder.scriptspage.infinite yield G2L["221"] = Instance.new("TextButton") --po.main.top.Holder.scriptspage.infinite yield.Script G2L["222"] = Instance.new("Script") --po.main.top.Holder.scriptspage.infinite yield.LocalScript G2L["223"] = Instance.new("LocalScript") --po.main.top.Holder.scriptspage.infinite yield.RemoteEvent G2L["224"] = Instance.new("RemoteEvent") --po.main.top.Holder.scriptspage.exser G2L["225"] = Instance.new("TextButton") --po.main.top.Holder.scriptspage.exser.Script G2L["226"] = Instance.new("Script") --po.main.top.Holder.scriptspage.exser.LocalScript G2L["227"] = Instance.new("LocalScript") --po.main.top.Holder.scriptspage.exser.RemoteEvent G2L["228"] = Instance.new("RemoteEvent") --po.main.top.Holder.scriptspage.nextpage G2L["229"] = Instance.new("TextButton") --po.main.top.Holder.scriptspage.nextpage.LocalScript G2L["230"] = Instance.new("LocalScript") --po.main.top.Holder.Executor G2L["231"] = Instance.new("TextButton") --po.main.top.Holder.Executor.LocalScript G2L["232"] = Instance.new("LocalScript") --po.main.top.Holder.executorpage G2L["233"] = Instance.new("Frame") --po.main.top.Holder.executorpage.input G2L["234"] = Instance.new("TextBox") --po.main.top.Holder.executorpage.exec G2L["235"] = Instance.new("TextButton") --po.main.top.Holder.executorpage.exec.Script G2L["236"] = Instance.new("Script") --po.main.top.Holder.executorpage.exec.Script.vLua G2L["237"] = Instance.new("ModuleScript") --po.main.top.Holder.executorpage.exec.Script.vLua.LuaK G2L["238"] = Instance.new("ModuleScript") --po.main.top.Holder.executorpage.exec.Script.vLua.LuaP G2L["239"] = Instance.new("ModuleScript") --po.main.top.Holder.executorpage.exec.Script.vLua.LuaU G2L["240"] = Instance.new("ModuleScript") --po.main.top.Holder.executorpage.exec.Script.vLua.LuaX G2L["241"] = Instance.new("ModuleScript") --po.main.top.Holder.executorpage.exec.Script.vLua.LuaY G2L["242"] = Instance.new("ModuleScript") --po.main.top.Holder.executorpage.exec.Script.vLua.LuaZ G2L["243"] = Instance.new("ModuleScript") --po.main.top.Holder.executorpage.exec.Script.vLua.FiOne G2L["244"] = Instance.new("ModuleScript") --po.main.top.Holder.executorpage.exec.Script.vLua.VirtualEnv G2L["245"] = Instance.new("ModuleScript") --po.main.top.Holder.executorpage.exec.LocalScript G2L["246"] = Instance.new("LocalScript") --po.main.top.Holder.executorpage.exec.event G2L["247"] = Instance.new("RemoteEvent") --po.main.top.Holder.executorpage.clear G2L["248"] = Instance.new("TextButton") --po.main.top.Holder.executorpage.clear.LocalScript G2L["249"] = Instance.new("LocalScript") --po.main.top.Holder.executorpage.hey G2L["250"] = Instance.new("TextLabel") --po.main.top.Holder.executorpage.idk G2L["251"] = Instance.new("TextLabel") --po.main.top.Holder.scriptspage2 G2L["252"] = Instance.new("Frame") --po.main.top.Holder.scriptspage2.omni G2L["253"] = Instance.new("TextButton") --po.main.top.Holder.scriptspage2.omni.Script G2L["254"] = Instance.new("Script") --po.main.top.Holder.scriptspage2.omni.LocalScript G2L["255"] = Instance.new("LocalScript") --po.main.top.Holder.scriptspage2.omni.RemoteEvent G2L["256"] = Instance.new("RemoteEvent") --po.main.top.Holder.scriptspage2.destruction g G2L["257"] = Instance.new("TextButton") --po.main.top.Holder.scriptspage2.destruction g.Script G2L["258"] = Instance.new("Script") --po.main.top.Holder.scriptspage2.destruction g.LocalScript G2L["259"] = Instance.new("LocalScript") --po.main.top.Holder.scriptspage2.destruction g.RemoteEvent G2L["260"] = Instance.new("RemoteEvent") --po.main.top.Holder.scriptspage2.beforepage G2L["261"] = Instance.new("TextButton") --po.main.top.Holder.scriptspage2.beforepage.LocalScript G2L["262"] = Instance.new("LocalScript") --po.main.top.Holder.scriptspage2.nextpage G2L["263"] = Instance.new("TextButton") --po.main.top.Holder.scriptspage2.nextpage.LocalScript G2L["264"] = Instance.new("LocalScript") --po.main.top.Holder.scriptspage2.mystic G2L["265"] = Instance.new("TextButton") --po.main.top.Holder.scriptspage2.mystic.Script G2L["266"] = Instance.new("Script") --po.main.top.Holder.scriptspage2.mystic.LocalScript G2L["267"] = Instance.new("LocalScript") --po.main.top.Holder.scriptspage2.mystic.RemoteEvent G2L["268"] = Instance.new("RemoteEvent") --po.main.top.Holder.scriptspage2.dog G2L["269"] = Instance.new("TextButton") --po.main.top.Holder.scriptspage2.dog.LocalScript G2L["270"] = Instance.new("LocalScript") --po.main.top.Holder.scriptspage2.dog.RemoteEvent G2L["271"] = Instance.new("RemoteEvent") --po.main.top.Holder.scriptspage2.dog.Script G2L["272"] = Instance.new("Script") --po.main.top.Holder.scriptspage2.mosque G2L["273"] = Instance.new("TextButton") --po.main.top.Holder.scriptspage2.mosque.Script G2L["274"] = Instance.new("Script") --po.main.top.Holder.scriptspage2.mosque.LocalScript G2L["275"] = Instance.new("LocalScript") --po.main.top.Holder.scriptspage2.mosque.RemoteEvent G2L["276"] = Instance.new("RemoteEvent") --po.main.top.Holder.scriptspage2.ssp 2 G2L["277"] = Instance.new("TextButton") --po.main.top.Holder.scriptspage2.ssp 2.Script G2L["278"] = Instance.new("Script") --po.main.top.Holder.scriptspage2.ssp 2.LocalScript G2L["279"] = Instance.new("LocalScript") --po.main.top.Holder.scriptspage2.ssp 2.RemoteEvent G2L["280"] = Instance.new("RemoteEvent") --po.main.top.Holder.scriptspage2.laser G2L["281"] = Instance.new("TextButton") --po.main.top.Holder.scriptspage2.laser.Script G2L["282"] = Instance.new("Script") --po.main.top.Holder.scriptspage2.laser.LocalScript G2L["283"] = Instance.new("LocalScript") --po.main.top.Holder.scriptspage2.laser.RemoteEvent G2L["284"] = Instance.new("RemoteEvent") --po.main.top.Holder.scriptspage2.china G2L["285"] = Instance.new("TextButton") --po.main.top.Holder.scriptspage2.china.LocalScript G2L["286"] = Instance.new("LocalScript") --po.main.top.Holder.scriptspage2.china.RemoteEvent G2L["287"] = Instance.new("RemoteEvent") --po.main.top.Holder.scriptspage2.china.Script G2L["288"] = Instance.new("Script") --po.main.top.Holder.scriptspage2.bean G2L["289"] = Instance.new("TextButton") --po.main.top.Holder.scriptspage2.bean.Script G2L["290"] = Instance.new("Script") --po.main.top.Holder.scriptspage2.bean.LocalScript G2L["291"] = Instance.new("LocalScript") --po.main.top.Holder.scriptspage2.bean.RemoteEvent G2L["292"] = Instance.new("RemoteEvent") --po.main.top.Holder.scriptspage2.patrik G2L["293"] = Instance.new("TextButton") --po.main.top.Holder.scriptspage2.patrik.Script G2L["294"] = Instance.new("Script") --po.main.top.Holder.scriptspage2.patrik.LocalScript G2L["295"] = Instance.new("LocalScript") --po.main.top.Holder.scriptspage2.patrik.RemoteEvent G2L["296"] = Instance.new("RemoteEvent") --po.main.top.Holder.scriptspage2.kitchen G2L["297"] = Instance.new("TextButton") --po.main.top.Holder.scriptspage2.kitchen.Script G2L["298"] = Instance.new("Script") --po.main.top.Holder.scriptspage2.kitchen.LocalScript G2L["299"] = Instance.new("LocalScript") --po.main.top.Holder.scriptspage2.kitchen.RemoteEvent G2L["300"] = Instance.new("RemoteEvent") --po.main.top.Holder.scriptspage2.virus G2L["301"] = Instance.new("TextButton") --po.main.top.Holder.scriptspage2.virus.Script G2L["302"] = Instance.new("Script") --po.main.top.Holder.scriptspage2.virus.LocalScript G2L["303"] = Instance.new("LocalScript") --po.main.top.Holder.scriptspage2.virus.RemoteEvent G2L["304"] = Instance.new("RemoteEvent") --po.main.top.Holder.scriptspage2.rocky G2L["305"] = Instance.new("TextButton") --po.main.top.Holder.scriptspage2.rocky.Script G2L["306"] = Instance.new("Script") --po.main.top.Holder.scriptspage2.rocky.LocalScript G2L["307"] = Instance.new("LocalScript") --po.main.top.Holder.scriptspage2.rocky.RemoteEvent G2L["308"] = Instance.new("RemoteEvent") --po.main.top.Holder.scriptspage2.yield G2L["309"] = Instance.new("TextButton") --po.main.top.Holder.scriptspage2.yield.Script G2L["310"] = Instance.new("Script") --po.main.top.Holder.scriptspage2.yield.LocalScript G2L["311"] = Instance.new("LocalScript") --po.main.top.Holder.scriptspage2.yield.RemoteEvent G2L["312"] = Instance.new("RemoteEvent") --po.main.top.Holder.scriptspage2.cina G2L["313"] = Instance.new("TextButton") --po.main.top.Holder.scriptspage2.cina.Script G2L["314"] = Instance.new("Script") --po.main.top.Holder.scriptspage2.mc G2L["315"] = Instance.new("TextButton") --po.main.top.Holder.scriptspage2.mc.Script G2L["316"] = Instance.new("Script") --po.main.top.Holder.scriptspage2.mc.LocalScript G2L["317"] = Instance.new("LocalScript") --po.main.top.Holder.scriptspage2.mc.RemoteEvent G2L["318"] = Instance.new("RemoteEvent") --po.main.top.Holder.scriptspage2.c4 G2L["319"] = Instance.new("TextButton") --po.main.top.Holder.scriptspage2.c4.Script G2L["320"] = Instance.new("Script") --po.main.top.Holder.scriptspage2.c4.LocalScript G2L["321"] = Instance.new("LocalScript") --po.main.top.Holder.scriptspage2.c4.RemoteEvent G2L["322"] = Instance.new("RemoteEvent") --po.main.top.Holder.scriptspage2.summon G2L["323"] = Instance.new("TextButton") --po.main.top.Holder.scriptspage2.summon.Script G2L["324"] = Instance.new("Script") --po.main.top.Holder.scriptspage2.summon.LocalScript G2L["325"] = Instance.new("LocalScript") --po.main.top.Holder.scriptspage2.summon.RemoteEvent G2L["326"] = Instance.new("RemoteEvent") --po.main.top.Holder.scriptspage2.bv G2L["327"] = Instance.new("TextButton") --po.main.top.Holder.scriptspage2.bv.LocalScript G2L["328"] = Instance.new("LocalScript") --po.main.top.Holder.scriptspage2.bv.RemoteEvent G2L["329"] = Instance.new("RemoteEvent") --po.main.top.Holder.scriptspage2.bv.Script G2L["330"] = Instance.new("Script") --po.main.top.Holder.scriptspage2.ploit G2L["331"] = Instance.new("TextButton") --po.main.top.Holder.scriptspage2.ploit.Script G2L["332"] = Instance.new("Script") --po.main.top.Holder.scriptspage2.ploit.LocalScript G2L["333"] = Instance.new("LocalScript") --po.main.top.Holder.scriptspage2.ploit.RemoteEvent G2L["334"] = Instance.new("RemoteEvent") --po.main.top.Holder.scriptspage2.hamer G2L["335"] = Instance.new("TextButton") --po.main.top.Holder.scriptspage2.hamer.Script G2L["336"] = Instance.new("Script") --po.main.top.Holder.scriptspage2.hamer.LocalScript G2L["337"] = Instance.new("LocalScript") --po.main.top.Holder.scriptspage2.hamer.RemoteEvent G2L["338"] = Instance.new("RemoteEvent") --po.main.top.Holder.scriptspage2.baby G2L["339"] = Instance.new("TextButton") --po.main.top.Holder.scriptspage2.baby.Script G2L["340"] = Instance.new("Script") --po.main.top.Holder.scriptspage2.baby.LocalScript G2L["341"] = Instance.new("LocalScript") --po.main.top.Holder.scriptspage2.baby.RemoteEvent G2L["342"] = Instance.new("RemoteEvent") --po.main.top.Holder.scriptspage2.kik G2L["343"] = Instance.new("TextButton") --po.main.top.Holder.scriptspage2.kik.Script G2L["344"] = Instance.new("Script") --po.main.top.Holder.scriptspage2.kik.LocalScript G2L["345"] = Instance.new("LocalScript") --po.main.top.Holder.scriptspage2.kik.RemoteEvent G2L["346"] = Instance.new("RemoteEvent") --po.main.top.Holder.scriptspage2.c0l G2L["347"] = Instance.new("TextButton") --po.main.top.Holder.scriptspage2.c0l.Script G2L["348"] = Instance.new("Script") --po.main.top.Holder.scriptspage2.c0l.LocalScript G2L["349"] = Instance.new("LocalScript") --po.main.top.Holder.scriptspage2.c0l.RemoteEvent G2L["350"] = Instance.new("RemoteEvent") --po.main.top.Holder.scriptspage2.nds G2L["351"] = Instance.new("TextButton") --po.main.top.Holder.scriptspage2.nds.Script G2L["352"] = Instance.new("Script") --po.main.top.Holder.scriptspage2.nds.LocalScript G2L["353"] = Instance.new("LocalScript") --po.main.top.Holder.scriptspage2.nds.RemoteEvent G2L["354"] = Instance.new("RemoteEvent") --po.main.top.Holder.scriptspage2.cart G2L["355"] = Instance.new("TextButton") --po.main.top.Holder.scriptspage2.cart.Script G2L["356"] = Instance.new("Script") --po.main.top.Holder.scriptspage2.cart.LocalScript G2L["357"] = Instance.new("LocalScript") --po.main.top.Holder.scriptspage2.cart.RemoteEvent G2L["358"] = Instance.new("RemoteEvent") --po.main.top.Holder.scriptspage2.GK G2L["359"] = Instance.new("TextButton") --po.main.top.Holder.scriptspage2.GK.Script G2L["360"] = Instance.new("Script") --po.main.top.Holder.scriptspage2.GK.LocalScript G2L["361"] = Instance.new("LocalScript") --po.main.top.Holder.scriptspage2.GK.RemoteEvent G2L["362"] = Instance.new("RemoteEvent") --po.main.top.Holder.scriptspage2.IDE G2L["363"] = Instance.new("TextButton") --po.main.top.Holder.scriptspage2.IDE.Script G2L["364"] = Instance.new("Script") --po.main.top.Holder.scriptspage2.IDE.LocalScript G2L["365"] = Instance.new("LocalScript") --po.main.top.Holder.scriptspage2.IDE.RemoteEvent G2L["366"] = Instance.new("RemoteEvent") --po.main.top.Holder.Output G2L["367"] = Instance.new("TextButton") --po.main.top.Holder.Output.LocalScript G2L["368"] = Instance.new("LocalScript") --po.main.top.Holder.outputpage G2L["369"] = Instance.new("Frame") --po.main.top.Holder.outputpage.MainComponent G2L["370"] = Instance.new("ScrollingFrame") --po.main.top.Holder.outputpage.MainComponent.output G2L["371"] = Instance.new("TextBox") --po.main.top.Holder.outputpage.MainComponent.output.LocalScript G2L["372"] = Instance.new("LocalScript") --po.main.top.Holder.outputpage.clear G2L["373"] = Instance.new("TextButton") --po.main.top.Holder.outputpage.clear.LocalScript G2L["374"] = Instance.new("LocalScript") --po.main.top.Holder.scriptspage3 G2L["375"] = Instance.new("Frame") --po.main.top.Holder.scriptspage3.mosque G2L["376"] = Instance.new("TextButton") --po.main.top.Holder.scriptspage3.mosque.Script G2L["377"] = Instance.new("Script") --po.main.top.Holder.scriptspage3.mosque.LocalScript G2L["378"] = Instance.new("LocalScript") --po.main.top.Holder.scriptspage3.mosque.RemoteEvent G2L["379"] = Instance.new("RemoteEvent") --po.main.top.Holder.scriptspage3.blast G2L["380"] = Instance.new("TextButton") --po.main.top.Holder.scriptspage3.blast.Script G2L["381"] = Instance.new("Script") --po.main.top.Holder.scriptspage3.blast.LocalScript G2L["382"] = Instance.new("LocalScript") --po.main.top.Holder.scriptspage3.blast.RemoteEvent G2L["383"] = Instance.new("RemoteEvent") --po.main.top.Holder.scriptspage3.bomb G2L["384"] = Instance.new("TextButton") --po.main.top.Holder.scriptspage3.bomb.Script G2L["385"] = Instance.new("Script") --po.main.top.Holder.scriptspage3.bomb.LocalScript G2L["386"] = Instance.new("LocalScript") --po.main.top.Holder.scriptspage3.bomb.RemoteEvent G2L["387"] = Instance.new("RemoteEvent") --po.main.top.Holder.scriptspage3.map G2L["388"] = Instance.new("TextButton") --po.main.top.Holder.scriptspage3.map.Script G2L["389"] = Instance.new("Script") --po.main.top.Holder.scriptspage3.map.LocalScript G2L["390"] = Instance.new("LocalScript") --po.main.top.Holder.scriptspage3.map.RemoteEvent G2L["391"] = Instance.new("RemoteEvent") --po.main.top.Holder.scriptspage3.decal G2L["392"] = Instance.new("TextButton") --po.main.top.Holder.scriptspage3.decal.Script G2L["393"] = Instance.new("Script") --po.main.top.Holder.scriptspage3.decal.LocalScript G2L["394"] = Instance.new("LocalScript") --po.main.top.Holder.scriptspage3.decal.RemoteEvent G2L["395"] = Instance.new("RemoteEvent") --po.main.top.Holder.scriptspage3.obunga G2L["396"] = Instance.new("TextButton") --po.main.top.Holder.scriptspage3.obunga.Script G2L["397"] = Instance.new("Script") --po.main.top.Holder.scriptspage3.obunga.LocalScript G2L["398"] = Instance.new("LocalScript") --po.main.top.Holder.scriptspage3.obunga.RemoteEvent G2L["399"] = Instance.new("RemoteEvent") --po.main.top.Holder.scriptspage3.rc7 G2L["400"] = Instance.new("TextButton") --po.main.top.Holder.scriptspage3.rc7.Script G2L["401"] = Instance.new("Script") --po.main.top.Holder.scriptspage3.rc7.LocalScript G2L["402"] = Instance.new("LocalScript") --po.main.top.Holder.scriptspage3.rc7.RemoteEvent G2L["403"] = Instance.new("RemoteEvent") --po.main.top.Holder.scriptspage3.beforepage G2L["404"] = Instance.new("TextButton") --po.main.top.Holder.scriptspage3.beforepage.LocalScript G2L["405"] = Instance.new("LocalScript") --po.main.top.Holder.scriptspage3.nextpage G2L["406"] = Instance.new("TextButton") --po.main.top.Holder.scriptspage3.nextpage.LocalScript G2L["407"] = Instance.new("LocalScript") --po.main.top.Drag G2L["408"] = Instance.new("LocalScript") --po.main.top.ambientShadow G2L["409"] = Instance.new("ImageLabel") --po.main.top.penumbraShadow G2L["410"] = Instance.new("ImageLabel") --po.main.top.umbraShadow G2L["411"] = Instance.new("ImageLabel") --po.main.icon G2L["412"] = Instance.new("ScreenGui") --po.main.icon.troll G2L["413"] = Instance.new("ImageLabel") --po.main.icon.troll.animate G2L["414"] = Instance.new("LocalScript") --po.main.icon.troll.hold G2L["415"] = Instance.new("Frame") --po.main.icon.troll.hold.TextLabel G2L["416"] = Instance.new("TextLabel") --po.main.icon.troll.hover G2L["417"] = Instance.new("LocalScript") --po.main.Script G2L["418"] = Instance.new("Script") --[[ Properties: --]] --po G2L["0"].Name = [[po]] G2L["0"].Enabled = true G2L["0"].ZIndexBehavior = Enum.ZIndexBehavior.Sibling G2L["0"].Parent = game.CoreGui --po.main G2L["1"].Name = [[main]] G2L["1"].Enabled = true G2L["1"].ZIndexBehavior = Enum.ZIndexBehavior.Sibling G2L["1"].Parent = G2L["0"] --po.main.top G2L["2"].Name = [[top]] G2L["2"].Active = true G2L["2"].AnchorPoint = Vector2.new(0, 0) G2L["2"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["2"].BackgroundTransparency = 0 G2L["2"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["2"].BorderSizePixel = 2 G2L["2"].ClipsDescendants = false G2L["2"].Draggable = false G2L["2"].Position = UDim2.new(0.32598785, 0, 0.334873, 0) G2L["2"].Rotation = 0 G2L["2"].Selectable = false G2L["2"].SelectionOrder = 0 G2L["2"].Size = UDim2.new(0, 457, 0, 29) G2L["2"].Visible = true G2L["2"].ZIndex = 0 G2L["2"].Parent = G2L["1"] --po.main.top.title G2L["3"].Name = [[title]] G2L["3"].FontFace = Font.new([[rbxasset://fonts/families/Nunito.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["3"].Text = [[POLARIA]] G2L["3"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["3"].TextScaled = false G2L["3"].TextSize = 19 G2L["3"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["3"].TextStrokeTransparency = 1 G2L["3"].TextWrapped = true G2L["3"].TextXAlignment = Enum.TextXAlignment.Left G2L["3"].TextYAlignment = Enum.TextYAlignment.Center G2L["3"].Active = false G2L["3"].AnchorPoint = Vector2.new(0, 0) G2L["3"].BackgroundColor3 = Color3.fromRGB(255, 255, 255) G2L["3"].BackgroundTransparency = 1 G2L["3"].BorderColor3 = Color3.fromRGB(0, 0, 0) G2L["3"].BorderSizePixel = 0 G2L["3"].ClipsDescendants = false G2L["3"].Draggable = false G2L["3"].Position = UDim2.new(0.015317286, 0, 0, 0) G2L["3"].Rotation = 0 G2L["3"].Selectable = false G2L["3"].SelectionOrder = 0 G2L["3"].Size = UDim2.new(0, 187, 0, 29) G2L["3"].Visible = true G2L["3"].ZIndex = 1 G2L["3"].Parent = G2L["2"] --po.main.top.close G2L["4"].Name = [[close]] G2L["4"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["4"].Text = [[X]] G2L["4"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["4"].TextScaled = false G2L["4"].TextSize = 23 G2L["4"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["4"].TextStrokeTransparency = 1 G2L["4"].TextWrapped = true G2L["4"].TextXAlignment = Enum.TextXAlignment.Center G2L["4"].TextYAlignment = Enum.TextYAlignment.Center G2L["4"].Active = true G2L["4"].AnchorPoint = Vector2.new(0, 0) G2L["4"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["4"].BackgroundTransparency = 0 G2L["4"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["4"].BorderSizePixel = 2 G2L["4"].ClipsDescendants = false G2L["4"].Draggable = false G2L["4"].Position = UDim2.new(0.9365427, 0, 0, 0) G2L["4"].Rotation = 0 G2L["4"].Selectable = true G2L["4"].SelectionOrder = 0 G2L["4"].Size = UDim2.new(0, 29, 0, 29) G2L["4"].Visible = true G2L["4"].ZIndex = 1 G2L["4"].Parent = G2L["2"] --po.main.top.close.Close G2L["5"].Name = [[Close]] G2L["5"].Parent = G2L["4"] --po.main.top.maximize G2L["6"].Name = [[maximize]] G2L["6"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["6"].Text = [[🗖]] G2L["6"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["6"].TextScaled = false G2L["6"].TextSize = 23 G2L["6"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["6"].TextStrokeTransparency = 1 G2L["6"].TextWrapped = true G2L["6"].TextXAlignment = Enum.TextXAlignment.Center G2L["6"].TextYAlignment = Enum.TextYAlignment.Center G2L["6"].Active = true G2L["6"].AnchorPoint = Vector2.new(0, 0) G2L["6"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["6"].BackgroundTransparency = 0 G2L["6"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["6"].BorderSizePixel = 2 G2L["6"].ClipsDescendants = false G2L["6"].Draggable = false G2L["6"].Position = UDim2.new(0.8730853, 0, 0, 0) G2L["6"].Rotation = 0 G2L["6"].Selectable = true G2L["6"].SelectionOrder = 0 G2L["6"].Size = UDim2.new(0, 29, 0, 29) G2L["6"].Visible = true G2L["6"].ZIndex = 1 G2L["6"].Parent = G2L["2"] --po.main.top.maximize.LocalScript G2L["7"].Name = [[LocalScript]] G2L["7"].Parent = G2L["6"] --po.main.top.minimize G2L["8"].Name = [[minimize]] G2L["8"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["8"].Text = [[-]] G2L["8"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["8"].TextScaled = false G2L["8"].TextSize = 37 G2L["8"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["8"].TextStrokeTransparency = 1 G2L["8"].TextWrapped = true G2L["8"].TextXAlignment = Enum.TextXAlignment.Center G2L["8"].TextYAlignment = Enum.TextYAlignment.Center G2L["8"].Active = true G2L["8"].AnchorPoint = Vector2.new(0, 0) G2L["8"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["8"].BackgroundTransparency = 0 G2L["8"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["8"].BorderSizePixel = 2 G2L["8"].ClipsDescendants = false G2L["8"].Draggable = false G2L["8"].Position = UDim2.new(0.809628, 0, 0, 0) G2L["8"].Rotation = 0 G2L["8"].Selectable = true G2L["8"].SelectionOrder = 0 G2L["8"].Size = UDim2.new(0, 29, 0, 29) G2L["8"].Visible = true G2L["8"].ZIndex = 1 G2L["8"].Parent = G2L["2"] --po.main.top.minimize.LocalScript G2L["9"].Name = [[LocalScript]] G2L["9"].Parent = G2L["8"] --po.main.top.Holder G2L["10"].Name = [[Holder]] G2L["10"].Active = false G2L["10"].AnchorPoint = Vector2.new(0, 0) G2L["10"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["10"].BackgroundTransparency = 0 G2L["10"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["10"].BorderSizePixel = 2 G2L["10"].ClipsDescendants = false G2L["10"].Draggable = false G2L["10"].Position = UDim2.new(0, 0, 1, 0) G2L["10"].Rotation = 0 G2L["10"].Selectable = false G2L["10"].SelectionOrder = 0 G2L["10"].Size = UDim2.new(0, 457, 0, 311) G2L["10"].Visible = true G2L["10"].ZIndex = 1 G2L["10"].Parent = G2L["2"] --po.main.top.Holder.Home G2L["11"].Name = [[Home]] G2L["11"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["11"].Text = [[Home]] G2L["11"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["11"].TextScaled = false G2L["11"].TextSize = 18 G2L["11"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["11"].TextStrokeTransparency = 1 G2L["11"].TextWrapped = true G2L["11"].TextXAlignment = Enum.TextXAlignment.Center G2L["11"].TextYAlignment = Enum.TextYAlignment.Center G2L["11"].Active = true G2L["11"].AnchorPoint = Vector2.new(0, 0) G2L["11"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["11"].BackgroundTransparency = 0 G2L["11"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["11"].BorderSizePixel = 2 G2L["11"].ClipsDescendants = false G2L["11"].Draggable = false G2L["11"].Position = UDim2.new(0, 0, 0, 0) G2L["11"].Rotation = 0 G2L["11"].Selectable = true G2L["11"].SelectionOrder = 0 G2L["11"].Size = UDim2.new(0, 107, 0, 29) G2L["11"].Visible = true G2L["11"].ZIndex = 1 G2L["11"].Parent = G2L["10"] --po.main.top.Holder.Home.LocalScript G2L["12"].Name = [[LocalScript]] G2L["12"].Parent = G2L["11"] --po.main.top.Holder.Server G2L["13"].Name = [[Server]] G2L["13"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["13"].Text = [[Server\Local]] G2L["13"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["13"].TextScaled = false G2L["13"].TextSize = 18 G2L["13"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["13"].TextStrokeTransparency = 1 G2L["13"].TextWrapped = true G2L["13"].TextXAlignment = Enum.TextXAlignment.Center G2L["13"].TextYAlignment = Enum.TextYAlignment.Center G2L["13"].Active = true G2L["13"].AnchorPoint = Vector2.new(0, 0) G2L["13"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["13"].BackgroundTransparency = 0 G2L["13"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["13"].BorderSizePixel = 2 G2L["13"].ClipsDescendants = false G2L["13"].Draggable = false G2L["13"].Position = UDim2.new(0.23413567, 0, 0, 0) G2L["13"].Rotation = 0 G2L["13"].Selectable = true G2L["13"].SelectionOrder = 0 G2L["13"].Size = UDim2.new(0, 103, 0, 29) G2L["13"].Visible = true G2L["13"].ZIndex = 1 G2L["13"].Parent = G2L["10"] --po.main.top.Holder.Server.LocalScript G2L["14"].Name = [[LocalScript]] G2L["14"].Parent = G2L["13"] --po.main.top.Holder.Scripts G2L["15"].Name = [[Scripts]] G2L["15"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["15"].Text = [[Scripts]] G2L["15"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["15"].TextScaled = false G2L["15"].TextSize = 18 G2L["15"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["15"].TextStrokeTransparency = 1 G2L["15"].TextWrapped = true G2L["15"].TextXAlignment = Enum.TextXAlignment.Center G2L["15"].TextYAlignment = Enum.TextYAlignment.Center G2L["15"].Active = true G2L["15"].AnchorPoint = Vector2.new(0, 0) G2L["15"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["15"].BackgroundTransparency = 0 G2L["15"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["15"].BorderSizePixel = 2 G2L["15"].ClipsDescendants = false G2L["15"].Draggable = false G2L["15"].Position = UDim2.new(0.4595186, 0, 0, 0) G2L["15"].Rotation = 0 G2L["15"].Selectable = true G2L["15"].SelectionOrder = 0 G2L["15"].Size = UDim2.new(0, 89, 0, 29) G2L["15"].Visible = true G2L["15"].ZIndex = 1 G2L["15"].Parent = G2L["10"] --po.main.top.Holder.Scripts.LocalScript G2L["16"].Name = [[LocalScript]] G2L["16"].Parent = G2L["15"] --po.main.top.Holder.homepage G2L["17"].Name = [[homepage]] G2L["17"].Active = false G2L["17"].AnchorPoint = Vector2.new(0, 0) G2L["17"].BackgroundColor3 = Color3.fromRGB(255, 255, 255) G2L["17"].BackgroundTransparency = 1 G2L["17"].BorderColor3 = Color3.fromRGB(0, 0, 0) G2L["17"].BorderSizePixel = 0 G2L["17"].ClipsDescendants = false G2L["17"].Draggable = false G2L["17"].Position = UDim2.new(0, 0, 0.09967846, 0) G2L["17"].Rotation = 0 G2L["17"].Selectable = false G2L["17"].SelectionOrder = 0 G2L["17"].Size = UDim2.new(0, 457, 0, 280) G2L["17"].Visible = true G2L["17"].ZIndex = 1 G2L["17"].Parent = G2L["10"] --po.main.top.Holder.homepage.br G2L["18"].Name = [[br]] G2L["18"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["18"].Text = [[Username :]] G2L["18"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["18"].TextScaled = false G2L["18"].TextSize = 18 G2L["18"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["18"].TextStrokeTransparency = 1 G2L["18"].TextWrapped = false G2L["18"].TextXAlignment = Enum.TextXAlignment.Left G2L["18"].TextYAlignment = Enum.TextYAlignment.Center G2L["18"].Active = false G2L["18"].AnchorPoint = Vector2.new(0, 0) G2L["18"].BackgroundColor3 = Color3.fromRGB(255, 255, 255) G2L["18"].BackgroundTransparency = 1 G2L["18"].BorderColor3 = Color3.fromRGB(0, 0, 0) G2L["18"].BorderSizePixel = 0 G2L["18"].ClipsDescendants = false G2L["18"].Draggable = false G2L["18"].Position = UDim2.new(0.24945295, 0, 0.05, 0) G2L["18"].Rotation = 0 G2L["18"].Selectable = false G2L["18"].SelectionOrder = 0 G2L["18"].Size = UDim2.new(0, 96, 0, 29) G2L["18"].Visible = true G2L["18"].ZIndex = 1 G2L["18"].Parent = G2L["17"] --po.main.top.Holder.homepage.user G2L["19"].Name = [[user]] G2L["19"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["19"].Text = [[gr0vek1dd]] G2L["19"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["19"].TextScaled = false G2L["19"].TextSize = 18 G2L["19"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["19"].TextStrokeTransparency = 1 G2L["19"].TextWrapped = false G2L["19"].TextXAlignment = Enum.TextXAlignment.Left G2L["19"].TextYAlignment = Enum.TextYAlignment.Center G2L["19"].Active = false G2L["19"].AnchorPoint = Vector2.new(0, 0) G2L["19"].BackgroundColor3 = Color3.fromRGB(255, 255, 255) G2L["19"].BackgroundTransparency = 1 G2L["19"].BorderColor3 = Color3.fromRGB(0, 0, 0) G2L["19"].BorderSizePixel = 0 G2L["19"].ClipsDescendants = false G2L["19"].Draggable = false G2L["19"].Position = UDim2.new(0.4595186, 0, 0.05, 0) G2L["19"].Rotation = 0 G2L["19"].Selectable = false G2L["19"].SelectionOrder = 0 G2L["19"].Size = UDim2.new(0, 96, 0, 29) G2L["19"].Visible = true G2L["19"].ZIndex = 1 G2L["19"].Parent = G2L["17"] --po.main.top.Holder.homepage.user.LocalScript G2L["20"].Name = [[LocalScript]] G2L["20"].Parent = G2L["19"] --po.main.top.Holder.homepage.br2 G2L["21"].Name = [[br2]] G2L["21"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["21"].Text = [[Age Days :]] G2L["21"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["21"].TextScaled = false G2L["21"].TextSize = 18 G2L["21"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["21"].TextStrokeTransparency = 1 G2L["21"].TextWrapped = false G2L["21"].TextXAlignment = Enum.TextXAlignment.Left G2L["21"].TextYAlignment = Enum.TextYAlignment.Center G2L["21"].Active = false G2L["21"].AnchorPoint = Vector2.new(0, 0) G2L["21"].BackgroundColor3 = Color3.fromRGB(255, 255, 255) G2L["21"].BackgroundTransparency = 1 G2L["21"].BorderColor3 = Color3.fromRGB(0, 0, 0) G2L["21"].BorderSizePixel = 0 G2L["21"].ClipsDescendants = false G2L["21"].Draggable = false G2L["21"].Position = UDim2.new(0.24945295, 0, 0.15357143, 0) G2L["21"].Rotation = 0 G2L["21"].Selectable = false G2L["21"].SelectionOrder = 0 G2L["21"].Size = UDim2.new(0, 96, 0, 29) G2L["21"].Visible = true G2L["21"].ZIndex = 1 G2L["21"].Parent = G2L["17"] --po.main.top.Holder.homepage.age G2L["22"].Name = [[age]] G2L["22"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["22"].Text = [[0 Days]] G2L["22"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["22"].TextScaled = false G2L["22"].TextSize = 18 G2L["22"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["22"].TextStrokeTransparency = 1 G2L["22"].TextWrapped = false G2L["22"].TextXAlignment = Enum.TextXAlignment.Left G2L["22"].TextYAlignment = Enum.TextYAlignment.Center G2L["22"].Active = false G2L["22"].AnchorPoint = Vector2.new(0, 0) G2L["22"].BackgroundColor3 = Color3.fromRGB(255, 255, 255) G2L["22"].BackgroundTransparency = 1 G2L["22"].BorderColor3 = Color3.fromRGB(0, 0, 0) G2L["22"].BorderSizePixel = 0 G2L["22"].ClipsDescendants = false G2L["22"].Draggable = false G2L["22"].Position = UDim2.new(0.4595186, 0, 0.15357143, 0) G2L["22"].Rotation = 0 G2L["22"].Selectable = false G2L["22"].SelectionOrder = 0 G2L["22"].Size = UDim2.new(0, 96, 0, 29) G2L["22"].Visible = true G2L["22"].ZIndex = 1 G2L["22"].Parent = G2L["17"] --po.main.top.Holder.homepage.age.LocalScript G2L["23"].Name = [[LocalScript]] G2L["23"].Parent = G2L["22"] --po.main.top.Holder.homepage.br3 G2L["24"].Name = [[br3]] G2L["24"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["24"].Text = [[FE :]] G2L["24"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["24"].TextScaled = false G2L["24"].TextSize = 18 G2L["24"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["24"].TextStrokeTransparency = 1 G2L["24"].TextWrapped = false G2L["24"].TextXAlignment = Enum.TextXAlignment.Left G2L["24"].TextYAlignment = Enum.TextYAlignment.Center G2L["24"].Active = false G2L["24"].AnchorPoint = Vector2.new(0, 0) G2L["24"].BackgroundColor3 = Color3.fromRGB(255, 255, 255) G2L["24"].BackgroundTransparency = 1 G2L["24"].BorderColor3 = Color3.fromRGB(0, 0, 0) G2L["24"].BorderSizePixel = 0 G2L["24"].ClipsDescendants = false G2L["24"].Draggable = false G2L["24"].Position = UDim2.new(0.24945295, 0, 0.25714287, 0) G2L["24"].Rotation = 0 G2L["24"].Selectable = false G2L["24"].SelectionOrder = 0 G2L["24"].Size = UDim2.new(0, 96, 0, 29) G2L["24"].Visible = true G2L["24"].ZIndex = 1 G2L["24"].Parent = G2L["17"] --po.main.top.Holder.homepage.f G2L["25"].Name = [[f]] G2L["25"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["25"].Text = [[Enabled!]] G2L["25"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["25"].TextScaled = false G2L["25"].TextSize = 18 G2L["25"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["25"].TextStrokeTransparency = 1 G2L["25"].TextWrapped = false G2L["25"].TextXAlignment = Enum.TextXAlignment.Left G2L["25"].TextYAlignment = Enum.TextYAlignment.Center G2L["25"].Active = false G2L["25"].AnchorPoint = Vector2.new(0, 0) G2L["25"].BackgroundColor3 = Color3.fromRGB(255, 255, 255) G2L["25"].BackgroundTransparency = 1 G2L["25"].BorderColor3 = Color3.fromRGB(0, 0, 0) G2L["25"].BorderSizePixel = 0 G2L["25"].ClipsDescendants = false G2L["25"].Draggable = false G2L["25"].Position = UDim2.new(0.33479214, 0, 0.25714287, 0) G2L["25"].Rotation = 0 G2L["25"].Selectable = false G2L["25"].SelectionOrder = 0 G2L["25"].Size = UDim2.new(0, 96, 0, 29) G2L["25"].Visible = true G2L["25"].ZIndex = 1 G2L["25"].Parent = G2L["17"] --po.main.top.Holder.homepage.f.Script G2L["26"].Name = [[Script]] G2L["26"].Parent = G2L["25"] --po.main.top.Holder.homepage.user G2L["27"].Name = [[user]] G2L["27"].Image = [[https://www.roblox.com/headshot-thumbnail/image?userId=7918563817&width=420&height=420&format=png]] G2L["27"].ImageColor3 = Color3.fromRGB(255, 255, 255) G2L["27"].ScaleType = Enum.ScaleType.Stretch G2L["27"].SliceCenter = Rect.new(0, 0, 0, 0) G2L["27"].TileSize = UDim2.new(1, 0, 1, 0) G2L["27"].Active = false G2L["27"].AnchorPoint = Vector2.new(0, 0) G2L["27"].BackgroundColor3 = Color3.fromRGB(255, 255, 255) G2L["27"].BackgroundTransparency = 1 G2L["27"].BorderColor3 = Color3.fromRGB(0, 0, 0) G2L["27"].BorderSizePixel = 0 G2L["27"].ClipsDescendants = false G2L["27"].Draggable = false G2L["27"].Position = UDim2.new(0.015317286, 0, 0.071428575, 0) G2L["27"].Rotation = 0 G2L["27"].Selectable = false G2L["27"].SelectionOrder = 0 G2L["27"].Size = UDim2.new(0, 100, 0, 100) G2L["27"].Visible = true G2L["27"].ZIndex = 1 G2L["27"].Parent = G2L["17"] --po.main.top.Holder.homepage.user.LocalScript G2L["28"].Name = [[LocalScript]] G2L["28"].Parent = G2L["27"] --po.main.top.Holder.homepage.svrtime G2L["29"].Name = [[svrtime]] G2L["29"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["29"].Text = [[Server Time: 09:01:12]] G2L["29"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["29"].TextScaled = false G2L["29"].TextSize = 18 G2L["29"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["29"].TextStrokeTransparency = 1 G2L["29"].TextWrapped = false G2L["29"].TextXAlignment = Enum.TextXAlignment.Left G2L["29"].TextYAlignment = Enum.TextYAlignment.Center G2L["29"].Active = false G2L["29"].AnchorPoint = Vector2.new(0, 0) G2L["29"].BackgroundColor3 = Color3.fromRGB(255, 255, 255) G2L["29"].BackgroundTransparency = 1 G2L["29"].BorderColor3 = Color3.fromRGB(0, 0, 0) G2L["29"].BorderSizePixel = 0 G2L["29"].ClipsDescendants = false G2L["29"].Draggable = false G2L["29"].Position = UDim2.new(0.015317286, 0, 0.46071428, 0) G2L["29"].Rotation = 0 G2L["29"].Selectable = false G2L["29"].SelectionOrder = 0 G2L["29"].Size = UDim2.new(0, 96, 0, 29) G2L["29"].Visible = true G2L["29"].ZIndex = 1 G2L["29"].Parent = G2L["17"] --po.main.top.Holder.homepage.svrtime.script G2L["30"].Name = [[script]] G2L["30"].Parent = G2L["29"] --po.main.top.Holder.homepage.realtime G2L["31"].Name = [[realtime]] G2L["31"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["31"].Text = [[Time: 09:01:12]] G2L["31"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["31"].TextScaled = false G2L["31"].TextSize = 18 G2L["31"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["31"].TextStrokeTransparency = 1 G2L["31"].TextWrapped = false G2L["31"].TextXAlignment = Enum.TextXAlignment.Left G2L["31"].TextYAlignment = Enum.TextYAlignment.Center G2L["31"].Active = false G2L["31"].AnchorPoint = Vector2.new(0, 0) G2L["31"].BackgroundColor3 = Color3.fromRGB(255, 255, 255) G2L["31"].BackgroundTransparency = 1 G2L["31"].BorderColor3 = Color3.fromRGB(0, 0, 0) G2L["31"].BorderSizePixel = 0 G2L["31"].ClipsDescendants = false G2L["31"].Draggable = false G2L["31"].Position = UDim2.new(0.015317286, 0, 0.5642857, 0) G2L["31"].Rotation = 0 G2L["31"].Selectable = false G2L["31"].SelectionOrder = 0 G2L["31"].Size = UDim2.new(0, 96, 0, 29) G2L["31"].Visible = true G2L["31"].ZIndex = 1 G2L["31"].Parent = G2L["17"] --po.main.top.Holder.homepage.realtime.script G2L["32"].Name = [[script]] G2L["32"].Parent = G2L["31"] --po.main.top.Holder.homepage.jobid G2L["33"].Name = [[jobid]] G2L["33"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["33"].Text = [[Job ID: 00000000-0000-0000-0000-000000000000]] G2L["33"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["33"].TextScaled = false G2L["33"].TextSize = 18 G2L["33"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["33"].TextStrokeTransparency = 1 G2L["33"].TextWrapped = false G2L["33"].TextXAlignment = Enum.TextXAlignment.Left G2L["33"].TextYAlignment = Enum.TextYAlignment.Center G2L["33"].Active = false G2L["33"].AnchorPoint = Vector2.new(0, 0) G2L["33"].BackgroundColor3 = Color3.fromRGB(255, 255, 255) G2L["33"].BackgroundTransparency = 1 G2L["33"].BorderColor3 = Color3.fromRGB(0, 0, 0) G2L["33"].BorderSizePixel = 0 G2L["33"].ClipsDescendants = false G2L["33"].Draggable = false G2L["33"].Position = UDim2.new(0.015317286, 0, 0.66785717, 0) G2L["33"].Rotation = 0 G2L["33"].Selectable = false G2L["33"].SelectionOrder = 0 G2L["33"].Size = UDim2.new(0, 96, 0, 29) G2L["33"].Visible = true G2L["33"].ZIndex = 1 G2L["33"].Parent = G2L["17"] --po.main.top.Holder.homepage.jobid.script G2L["34"].Name = [[script]] G2L["34"].Parent = G2L["33"] --po.main.top.Holder.homepage.placeid G2L["35"].Name = [[placeid]] G2L["35"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["35"].Text = [[Place ID: 0 (Game Name Not Found)]] G2L["35"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["35"].TextScaled = false G2L["35"].TextSize = 18 G2L["35"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["35"].TextStrokeTransparency = 1 G2L["35"].TextWrapped = false G2L["35"].TextXAlignment = Enum.TextXAlignment.Left G2L["35"].TextYAlignment = Enum.TextYAlignment.Center G2L["35"].Active = false G2L["35"].AnchorPoint = Vector2.new(0, 0) G2L["35"].BackgroundColor3 = Color3.fromRGB(255, 255, 255) G2L["35"].BackgroundTransparency = 1 G2L["35"].BorderColor3 = Color3.fromRGB(0, 0, 0) G2L["35"].BorderSizePixel = 0 G2L["35"].ClipsDescendants = false G2L["35"].Draggable = false G2L["35"].Position = UDim2.new(0.015317286, 0, 0.7714286, 0) G2L["35"].Rotation = 0 G2L["35"].Selectable = false G2L["35"].SelectionOrder = 0 G2L["35"].Size = UDim2.new(0, 96, 0, 29) G2L["35"].Visible = true G2L["35"].ZIndex = 1 G2L["35"].Parent = G2L["17"] --po.main.top.Holder.homepage.placeid.Script G2L["36"].Name = [[Script]] G2L["36"].Parent = G2L["35"] --po.main.top.Holder.homepage.idk G2L["37"].Name = [[idk]] G2L["37"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["37"].Text = [[Country: us]] G2L["37"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["37"].TextScaled = false G2L["37"].TextSize = 18 G2L["37"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["37"].TextStrokeTransparency = 1 G2L["37"].TextWrapped = false G2L["37"].TextXAlignment = Enum.TextXAlignment.Left G2L["37"].TextYAlignment = Enum.TextYAlignment.Center G2L["37"].Active = false G2L["37"].AnchorPoint = Vector2.new(0, 0) G2L["37"].BackgroundColor3 = Color3.fromRGB(255, 255, 255) G2L["37"].BackgroundTransparency = 1 G2L["37"].BorderColor3 = Color3.fromRGB(0, 0, 0) G2L["37"].BorderSizePixel = 0 G2L["37"].ClipsDescendants = false G2L["37"].Draggable = false G2L["37"].Position = UDim2.new(0.015317286, 0, 0.875, 0) G2L["37"].Rotation = 0 G2L["37"].Selectable = false G2L["37"].SelectionOrder = 0 G2L["37"].Size = UDim2.new(0, 96, 0, 29) G2L["37"].Visible = true G2L["37"].ZIndex = 1 G2L["37"].Parent = G2L["17"] --po.main.top.Holder.homepage.idk.Script G2L["38"].Name = [[Script]] G2L["38"].Parent = G2L["37"] --po.main.top.Holder.homepage.progress G2L["39"].Name = [[progress]] G2L["39"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["39"].Text = [[Success! You are now be able to use.]] G2L["39"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["39"].TextScaled = false G2L["39"].TextSize = 18 G2L["39"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["39"].TextStrokeTransparency = 1 G2L["39"].TextWrapped = true G2L["39"].TextXAlignment = Enum.TextXAlignment.Left G2L["39"].TextYAlignment = Enum.TextYAlignment.Center G2L["39"].Active = false G2L["39"].AnchorPoint = Vector2.new(0, 0) G2L["39"].BackgroundColor3 = Color3.fromRGB(255, 255, 255) G2L["39"].BackgroundTransparency = 1 G2L["39"].BorderColor3 = Color3.fromRGB(0, 0, 0) G2L["39"].BorderSizePixel = 0 G2L["39"].ClipsDescendants = false G2L["39"].Draggable = false G2L["39"].Position = UDim2.new(0.25114858, 0, 0.3449999, 0) G2L["39"].Rotation = 0 G2L["39"].Selectable = false G2L["39"].SelectionOrder = 0 G2L["39"].Size = UDim2.new(0, 334, 0, 31) G2L["39"].Visible = true G2L["39"].ZIndex = 1 G2L["39"].Parent = G2L["17"] --po.main.top.Holder.homepage.progress.LocalScript G2L["40"].Name = [[LocalScript]] G2L["40"].Parent = G2L["39"] --po.main.top.Holder.serverpage G2L["41"].Name = [[serverpage]] G2L["41"].Active = false G2L["41"].AnchorPoint = Vector2.new(0, 0) G2L["41"].BackgroundColor3 = Color3.fromRGB(255, 255, 255) G2L["41"].BackgroundTransparency = 1 G2L["41"].BorderColor3 = Color3.fromRGB(0, 0, 0) G2L["41"].BorderSizePixel = 0 G2L["41"].ClipsDescendants = false G2L["41"].Draggable = false G2L["41"].Position = UDim2.new(0, 0, 0.09967846, 0) G2L["41"].Rotation = 0 G2L["41"].Selectable = false G2L["41"].SelectionOrder = 0 G2L["41"].Size = UDim2.new(0, 457, 0, 280) G2L["41"].Visible = false G2L["41"].ZIndex = 1 G2L["41"].Parent = G2L["10"] --po.main.top.Holder.serverpage.UnAnchor G2L["42"].Name = [[UnAnchor]] G2L["42"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["42"].Text = [[UnAnchor]] G2L["42"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["42"].TextScaled = false G2L["42"].TextSize = 18 G2L["42"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["42"].TextStrokeTransparency = 1 G2L["42"].TextWrapped = true G2L["42"].TextXAlignment = Enum.TextXAlignment.Center G2L["42"].TextYAlignment = Enum.TextYAlignment.Center G2L["42"].Active = true G2L["42"].AnchorPoint = Vector2.new(0, 0) G2L["42"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["42"].BackgroundTransparency = 0 G2L["42"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["42"].BorderSizePixel = 2 G2L["42"].ClipsDescendants = false G2L["42"].Draggable = false G2L["42"].Position = UDim2.new(0.030634573, 0, 0.035714287, 0) G2L["42"].Rotation = 0 G2L["42"].Selectable = true G2L["42"].SelectionOrder = 0 G2L["42"].Size = UDim2.new(0, 104, 0, 29) G2L["42"].Visible = true G2L["42"].ZIndex = 1 G2L["42"].Parent = G2L["41"] --po.main.top.Holder.serverpage.UnAnchor.Script G2L["43"].Name = [[Script]] G2L["43"].Parent = G2L["42"] --po.main.top.Holder.serverpage.c00lkidd G2L["44"].Name = [[c00lkidd]] G2L["44"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["44"].Text = [[C00LKIDD]] G2L["44"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["44"].TextScaled = false G2L["44"].TextSize = 18 G2L["44"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["44"].TextStrokeTransparency = 1 G2L["44"].TextWrapped = true G2L["44"].TextXAlignment = Enum.TextXAlignment.Center G2L["44"].TextYAlignment = Enum.TextYAlignment.Center G2L["44"].Active = true G2L["44"].AnchorPoint = Vector2.new(0, 0) G2L["44"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["44"].BackgroundTransparency = 0 G2L["44"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["44"].BorderSizePixel = 2 G2L["44"].ClipsDescendants = false G2L["44"].Draggable = false G2L["44"].Position = UDim2.new(0.2713348, 0, 0.035714287, 0) G2L["44"].Rotation = 0 G2L["44"].Selectable = true G2L["44"].SelectionOrder = 0 G2L["44"].Size = UDim2.new(0, 104, 0, 29) G2L["44"].Visible = true G2L["44"].ZIndex = 1 G2L["44"].Parent = G2L["41"] --po.main.top.Holder.serverpage.c00lkidd.Script G2L["45"].Name = [[Script]] G2L["45"].Parent = G2L["44"] --po.main.top.Holder.serverpage.c00lkidd.LocalScript G2L["46"].Name = [[LocalScript]] G2L["46"].Parent = G2L["44"] --po.main.top.Holder.serverpage.c00lkidd.hax G2L["47"].Name = [[hax]] G2L["47"].Parent = G2L["44"] --po.main.top.Holder.serverpage.BasePlate G2L["48"].Name = [[BasePlate]] G2L["48"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["48"].Text = [[Baseplate]] G2L["48"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["48"].TextScaled = false G2L["48"].TextSize = 18 G2L["48"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["48"].TextStrokeTransparency = 1 G2L["48"].TextWrapped = true G2L["48"].TextXAlignment = Enum.TextXAlignment.Center G2L["48"].TextYAlignment = Enum.TextYAlignment.Center G2L["48"].Active = true G2L["48"].AnchorPoint = Vector2.new(0, 0) G2L["48"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["48"].BackgroundTransparency = 0 G2L["48"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["48"].BorderSizePixel = 2 G2L["48"].ClipsDescendants = false G2L["48"].Draggable = false G2L["48"].Position = UDim2.new(0.512035, 0, 0.035714287, 0) G2L["48"].Rotation = 0 G2L["48"].Selectable = true G2L["48"].SelectionOrder = 0 G2L["48"].Size = UDim2.new(0, 104, 0, 29) G2L["48"].Visible = true G2L["48"].ZIndex = 1 G2L["48"].Parent = G2L["41"] --po.main.top.Holder.serverpage.BasePlate.Script G2L["49"].Name = [[Script]] G2L["49"].Parent = G2L["48"] --po.main.top.Holder.serverpage.BasePlate.SpawnEvent G2L["50"].Name = [[SpawnEvent]] G2L["50"].Parent = G2L["48"] --po.main.top.Holder.serverpage.BasePlate.LocalScript G2L["51"].Name = [[LocalScript]] G2L["51"].Parent = G2L["48"] --po.main.top.Holder.serverpage.Kill All G2L["52"].Name = [[Kill All]] G2L["52"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["52"].Text = [[Kill All]] G2L["52"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["52"].TextScaled = false G2L["52"].TextSize = 18 G2L["52"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["52"].TextStrokeTransparency = 1 G2L["52"].TextWrapped = true G2L["52"].TextXAlignment = Enum.TextXAlignment.Center G2L["52"].TextYAlignment = Enum.TextYAlignment.Center G2L["52"].Active = true G2L["52"].AnchorPoint = Vector2.new(0, 0) G2L["52"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["52"].BackgroundTransparency = 0 G2L["52"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["52"].BorderSizePixel = 2 G2L["52"].ClipsDescendants = false G2L["52"].Draggable = false G2L["52"].Position = UDim2.new(0.75273526, 0, 0.035714287, 0) G2L["52"].Rotation = 0 G2L["52"].Selectable = true G2L["52"].SelectionOrder = 0 G2L["52"].Size = UDim2.new(0, 99, 0, 29) G2L["52"].Visible = true G2L["52"].ZIndex = 1 G2L["52"].Parent = G2L["41"] --po.main.top.Holder.serverpage.Kill All.Script G2L["53"].Name = [[Script]] G2L["53"].Parent = G2L["52"] --po.main.top.Holder.serverpage.Clear Terrain G2L["54"].Name = [[Clear Terrain]] G2L["54"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["54"].Text = [[Clear Terrain]] G2L["54"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["54"].TextScaled = false G2L["54"].TextSize = 18 G2L["54"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["54"].TextStrokeTransparency = 1 G2L["54"].TextWrapped = true G2L["54"].TextXAlignment = Enum.TextXAlignment.Center G2L["54"].TextYAlignment = Enum.TextYAlignment.Center G2L["54"].Active = true G2L["54"].AnchorPoint = Vector2.new(0, 0) G2L["54"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["54"].BackgroundTransparency = 0 G2L["54"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["54"].BorderSizePixel = 2 G2L["54"].ClipsDescendants = false G2L["54"].Draggable = false G2L["54"].Position = UDim2.new(0.030634573, 0, 0.16071428, 0) G2L["54"].Rotation = 0 G2L["54"].Selectable = true G2L["54"].SelectionOrder = 0 G2L["54"].Size = UDim2.new(0, 104, 0, 29) G2L["54"].Visible = true G2L["54"].ZIndex = 1 G2L["54"].Parent = G2L["41"] --po.main.top.Holder.serverpage.Clear Terrain.Script G2L["55"].Name = [[Script]] G2L["55"].Parent = G2L["54"] --po.main.top.Holder.serverpage.Disco G2L["56"].Name = [[Disco]] G2L["56"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["56"].Text = [[Disco]] G2L["56"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["56"].TextScaled = false G2L["56"].TextSize = 18 G2L["56"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["56"].TextStrokeTransparency = 1 G2L["56"].TextWrapped = true G2L["56"].TextXAlignment = Enum.TextXAlignment.Center G2L["56"].TextYAlignment = Enum.TextYAlignment.Center G2L["56"].Active = true G2L["56"].AnchorPoint = Vector2.new(0, 0) G2L["56"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["56"].BackgroundTransparency = 0 G2L["56"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["56"].BorderSizePixel = 2 G2L["56"].ClipsDescendants = false G2L["56"].Draggable = false G2L["56"].Position = UDim2.new(0.2713348, 0, 0.16071428, 0) G2L["56"].Rotation = 0 G2L["56"].Selectable = true G2L["56"].SelectionOrder = 0 G2L["56"].Size = UDim2.new(0, 104, 0, 29) G2L["56"].Visible = true G2L["56"].ZIndex = 1 G2L["56"].Parent = G2L["41"] --po.main.top.Holder.serverpage.Disco.Script G2L["57"].Name = [[Script]] G2L["57"].Parent = G2L["56"] --po.main.top.Holder.serverpage.Anti G2L["58"].Name = [[Anti]] G2L["58"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["58"].Text = [[Anti-Robloxian]] G2L["58"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["58"].TextScaled = false G2L["58"].TextSize = 18 G2L["58"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["58"].TextStrokeTransparency = 1 G2L["58"].TextWrapped = true G2L["58"].TextXAlignment = Enum.TextXAlignment.Center G2L["58"].TextYAlignment = Enum.TextYAlignment.Center G2L["58"].Active = true G2L["58"].AnchorPoint = Vector2.new(0, 0) G2L["58"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["58"].BackgroundTransparency = 0 G2L["58"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["58"].BorderSizePixel = 2 G2L["58"].ClipsDescendants = false G2L["58"].Draggable = false G2L["58"].Position = UDim2.new(0.512035, 0, 0.16071428, 0) G2L["58"].Rotation = 0 G2L["58"].Selectable = true G2L["58"].SelectionOrder = 0 G2L["58"].Size = UDim2.new(0, 104, 0, 29) G2L["58"].Visible = true G2L["58"].ZIndex = 1 G2L["58"].Parent = G2L["41"] --po.main.top.Holder.serverpage.Anti.Script G2L["59"].Name = [[Script]] G2L["59"].Parent = G2L["58"] --po.main.top.Holder.serverpage.rain G2L["60"].Name = [[rain]] G2L["60"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["60"].Text = [[Bomb Rain]] G2L["60"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["60"].TextScaled = false G2L["60"].TextSize = 18 G2L["60"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["60"].TextStrokeTransparency = 1 G2L["60"].TextWrapped = true G2L["60"].TextXAlignment = Enum.TextXAlignment.Center G2L["60"].TextYAlignment = Enum.TextYAlignment.Center G2L["60"].Active = true G2L["60"].AnchorPoint = Vector2.new(0, 0) G2L["60"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["60"].BackgroundTransparency = 0 G2L["60"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["60"].BorderSizePixel = 2 G2L["60"].ClipsDescendants = false G2L["60"].Draggable = false G2L["60"].Position = UDim2.new(0.75273526, 0, 0.16071428, 0) G2L["60"].Rotation = 0 G2L["60"].Selectable = true G2L["60"].SelectionOrder = 0 G2L["60"].Size = UDim2.new(0, 99, 0, 29) G2L["60"].Visible = true G2L["60"].ZIndex = 1 G2L["60"].Parent = G2L["41"] --po.main.top.Holder.serverpage.rain.Script G2L["61"].Name = [[Script]] G2L["61"].Parent = G2L["60"] --po.main.top.Holder.serverpage.lego G2L["62"].Name = [[lego]] G2L["62"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["62"].Text = [[Bricks]] G2L["62"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["62"].TextScaled = false G2L["62"].TextSize = 18 G2L["62"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["62"].TextStrokeTransparency = 1 G2L["62"].TextWrapped = true G2L["62"].TextXAlignment = Enum.TextXAlignment.Center G2L["62"].TextYAlignment = Enum.TextYAlignment.Center G2L["62"].Active = true G2L["62"].AnchorPoint = Vector2.new(0, 0) G2L["62"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["62"].BackgroundTransparency = 0 G2L["62"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["62"].BorderSizePixel = 2 G2L["62"].ClipsDescendants = false G2L["62"].Draggable = false G2L["62"].Position = UDim2.new(0.75273526, 0, 0.2857143, 0) G2L["62"].Rotation = 0 G2L["62"].Selectable = true G2L["62"].SelectionOrder = 0 G2L["62"].Size = UDim2.new(0, 99, 0, 29) G2L["62"].Visible = true G2L["62"].ZIndex = 1 G2L["62"].Parent = G2L["41"] --po.main.top.Holder.serverpage.lego.Script G2L["63"].Name = [[Script]] G2L["63"].Parent = G2L["62"] --po.main.top.Holder.serverpage.lego.LocalScript G2L["64"].Name = [[LocalScript]] G2L["64"].Parent = G2L["62"] --po.main.top.Holder.serverpage.lego.PartEvent G2L["65"].Name = [[PartEvent]] G2L["65"].Parent = G2L["62"] --po.main.top.Holder.serverpage.r6 G2L["66"].Name = [[r6]] G2L["66"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["66"].Text = [[R6]] G2L["66"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["66"].TextScaled = false G2L["66"].TextSize = 18 G2L["66"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["66"].TextStrokeTransparency = 1 G2L["66"].TextWrapped = true G2L["66"].TextXAlignment = Enum.TextXAlignment.Center G2L["66"].TextYAlignment = Enum.TextYAlignment.Center G2L["66"].Active = true G2L["66"].AnchorPoint = Vector2.new(0, 0) G2L["66"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["66"].BackgroundTransparency = 0 G2L["66"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["66"].BorderSizePixel = 2 G2L["66"].ClipsDescendants = false G2L["66"].Draggable = false G2L["66"].Position = UDim2.new(0.512035, 0, 0.2857143, 0) G2L["66"].Rotation = 0 G2L["66"].Selectable = true G2L["66"].SelectionOrder = 0 G2L["66"].Size = UDim2.new(0, 104, 0, 29) G2L["66"].Visible = true G2L["66"].ZIndex = 1 G2L["66"].Parent = G2L["41"] --po.main.top.Holder.serverpage.r6.Script G2L["67"].Name = [[Script]] G2L["67"].Parent = G2L["66"] --po.main.top.Holder.serverpage.r6.LocalScript G2L["68"].Name = [[LocalScript]] G2L["68"].Parent = G2L["66"] --po.main.top.Holder.serverpage.r6.RemoteEvent G2L["69"].Name = [[RemoteEvent]] G2L["69"].Parent = G2L["66"] --po.main.top.Holder.serverpage.workspace G2L["70"].Name = [[workspace]] G2L["70"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["70"].Text = [[Clear Workspace]] G2L["70"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["70"].TextScaled = false G2L["70"].TextSize = 12 G2L["70"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["70"].TextStrokeTransparency = 1 G2L["70"].TextWrapped = true G2L["70"].TextXAlignment = Enum.TextXAlignment.Center G2L["70"].TextYAlignment = Enum.TextYAlignment.Center G2L["70"].Active = true G2L["70"].AnchorPoint = Vector2.new(0, 0) G2L["70"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["70"].BackgroundTransparency = 0 G2L["70"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["70"].BorderSizePixel = 2 G2L["70"].ClipsDescendants = false G2L["70"].Draggable = false G2L["70"].Position = UDim2.new(0.2713348, 0, 0.2857143, 0) G2L["70"].Rotation = 0 G2L["70"].Selectable = true G2L["70"].SelectionOrder = 0 G2L["70"].Size = UDim2.new(0, 104, 0, 29) G2L["70"].Visible = true G2L["70"].ZIndex = 1 G2L["70"].Parent = G2L["41"] --po.main.top.Holder.serverpage.workspace.Script G2L["71"].Name = [[Script]] G2L["71"].Parent = G2L["70"] --po.main.top.Holder.serverpage.6 3x G2L["72"].Name = [[6 3x]] G2L["72"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["72"].Text = [[666]] G2L["72"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["72"].TextScaled = false G2L["72"].TextSize = 18 G2L["72"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["72"].TextStrokeTransparency = 1 G2L["72"].TextWrapped = true G2L["72"].TextXAlignment = Enum.TextXAlignment.Center G2L["72"].TextYAlignment = Enum.TextYAlignment.Center G2L["72"].Active = true G2L["72"].AnchorPoint = Vector2.new(0, 0) G2L["72"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["72"].BackgroundTransparency = 0 G2L["72"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["72"].BorderSizePixel = 2 G2L["72"].ClipsDescendants = false G2L["72"].Draggable = false G2L["72"].Position = UDim2.new(0.030634573, 0, 0.2857143, 0) G2L["72"].Rotation = 0 G2L["72"].Selectable = true G2L["72"].SelectionOrder = 0 G2L["72"].Size = UDim2.new(0, 104, 0, 29) G2L["72"].Visible = true G2L["72"].ZIndex = 1 G2L["72"].Parent = G2L["41"] --po.main.top.Holder.serverpage.6 3x.Script G2L["73"].Name = [[Script]] G2L["73"].Parent = G2L["72"] --po.main.top.Holder.serverpage.tornado G2L["74"].Name = [[tornado]] G2L["74"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["74"].Text = [[Tornado]] G2L["74"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["74"].TextScaled = false G2L["74"].TextSize = 18 G2L["74"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["74"].TextStrokeTransparency = 1 G2L["74"].TextWrapped = true G2L["74"].TextXAlignment = Enum.TextXAlignment.Center G2L["74"].TextYAlignment = Enum.TextYAlignment.Center G2L["74"].Active = true G2L["74"].AnchorPoint = Vector2.new(0, 0) G2L["74"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["74"].BackgroundTransparency = 0 G2L["74"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["74"].BorderSizePixel = 2 G2L["74"].ClipsDescendants = false G2L["74"].Draggable = false G2L["74"].Position = UDim2.new(0.75273526, 0, 0.41428572, 0) G2L["74"].Rotation = 0 G2L["74"].Selectable = true G2L["74"].SelectionOrder = 0 G2L["74"].Size = UDim2.new(0, 99, 0, 29) G2L["74"].Visible = true G2L["74"].ZIndex = 1 G2L["74"].Parent = G2L["41"] --po.main.top.Holder.serverpage.tornado.Script G2L["75"].Name = [[Script]] G2L["75"].Parent = G2L["74"] --po.main.top.Holder.serverpage.tornado.LocalScript G2L["76"].Name = [[LocalScript]] G2L["76"].Parent = G2L["74"] --po.main.top.Holder.serverpage.tornado.RemoteEvent G2L["77"].Name = [[RemoteEvent]] G2L["77"].Parent = G2L["74"] --po.main.top.Holder.serverpage.shutdown G2L["78"].Name = [[shutdown]] G2L["78"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["78"].Text = [[Shutdown]] G2L["78"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["78"].TextScaled = false G2L["78"].TextSize = 18 G2L["78"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["78"].TextStrokeTransparency = 1 G2L["78"].TextWrapped = true G2L["78"].TextXAlignment = Enum.TextXAlignment.Center G2L["78"].TextYAlignment = Enum.TextYAlignment.Center G2L["78"].Active = true G2L["78"].AnchorPoint = Vector2.new(0, 0) G2L["78"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["78"].BackgroundTransparency = 0 G2L["78"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["78"].BorderSizePixel = 2 G2L["78"].ClipsDescendants = false G2L["78"].Draggable = false G2L["78"].Position = UDim2.new(0.512035, 0, 0.41428572, 0) G2L["78"].Rotation = 0 G2L["78"].Selectable = true G2L["78"].SelectionOrder = 0 G2L["78"].Size = UDim2.new(0, 104, 0, 29) G2L["78"].Visible = true G2L["78"].ZIndex = 1 G2L["78"].Parent = G2L["41"] --po.main.top.Holder.serverpage.shutdown.Script G2L["79"].Name = [[Script]] G2L["79"].Parent = G2L["78"] --po.main.top.Holder.serverpage.no kick G2L["80"].Name = [[no kick]] G2L["80"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["80"].Text = [[Anti Kick]] G2L["80"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["80"].TextScaled = false G2L["80"].TextSize = 18 G2L["80"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["80"].TextStrokeTransparency = 1 G2L["80"].TextWrapped = true G2L["80"].TextXAlignment = Enum.TextXAlignment.Center G2L["80"].TextYAlignment = Enum.TextYAlignment.Center G2L["80"].Active = true G2L["80"].AnchorPoint = Vector2.new(0, 0) G2L["80"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["80"].BackgroundTransparency = 0 G2L["80"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["80"].BorderSizePixel = 2 G2L["80"].ClipsDescendants = false G2L["80"].Draggable = false G2L["80"].Position = UDim2.new(0.2713348, 0, 0.41428572, 0) G2L["80"].Rotation = 0 G2L["80"].Selectable = true G2L["80"].SelectionOrder = 0 G2L["80"].Size = UDim2.new(0, 104, 0, 29) G2L["80"].Visible = true G2L["80"].ZIndex = 1 G2L["80"].Parent = G2L["41"] --po.main.top.Holder.serverpage.no kick.Script G2L["81"].Name = [[Script]] G2L["81"].Parent = G2L["80"] --po.main.top.Holder.serverpage.song G2L["82"].Name = [[song]] G2L["82"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["82"].Text = [[Play theme]] G2L["82"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["82"].TextScaled = false G2L["82"].TextSize = 18 G2L["82"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["82"].TextStrokeTransparency = 1 G2L["82"].TextWrapped = true G2L["82"].TextXAlignment = Enum.TextXAlignment.Center G2L["82"].TextYAlignment = Enum.TextYAlignment.Center G2L["82"].Active = true G2L["82"].AnchorPoint = Vector2.new(0, 0) G2L["82"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["82"].BackgroundTransparency = 0 G2L["82"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["82"].BorderSizePixel = 2 G2L["82"].ClipsDescendants = false G2L["82"].Draggable = false G2L["82"].Position = UDim2.new(0.2713348, 0, 0.41428572, 0) G2L["82"].Rotation = 0 G2L["82"].Selectable = true G2L["82"].SelectionOrder = 0 G2L["82"].Size = UDim2.new(0, 104, 0, 29) G2L["82"].Visible = true G2L["82"].ZIndex = 1 G2L["82"].Parent = G2L["41"] --po.main.top.Holder.serverpage.song.Script G2L["83"].Name = [[Script]] G2L["83"].Parent = G2L["82"] --po.main.top.Holder.serverpage.song.LocalScript G2L["84"].Name = [[LocalScript]] G2L["84"].Parent = G2L["82"] --po.main.top.Holder.serverpage.song.PlaySoundEvent G2L["85"].Name = [[PlaySoundEvent]] G2L["85"].Parent = G2L["82"] --po.main.top.Holder.serverpage.destroy G2L["86"].Name = [[destroy]] G2L["86"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["86"].Text = [[Destruction]] G2L["86"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["86"].TextScaled = false G2L["86"].TextSize = 18 G2L["86"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["86"].TextStrokeTransparency = 1 G2L["86"].TextWrapped = true G2L["86"].TextXAlignment = Enum.TextXAlignment.Center G2L["86"].TextYAlignment = Enum.TextYAlignment.Center G2L["86"].Active = true G2L["86"].AnchorPoint = Vector2.new(0, 0) G2L["86"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["86"].BackgroundTransparency = 0 G2L["86"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["86"].BorderSizePixel = 2 G2L["86"].ClipsDescendants = false G2L["86"].Draggable = false G2L["86"].Position = UDim2.new(0.030634573, 0, 0.5392857, 0) G2L["86"].Rotation = 0 G2L["86"].Selectable = true G2L["86"].SelectionOrder = 0 G2L["86"].Size = UDim2.new(0, 104, 0, 29) G2L["86"].Visible = true G2L["86"].ZIndex = 1 G2L["86"].Parent = G2L["41"] --po.main.top.Holder.serverpage.destroy.Script G2L["87"].Name = [[Script]] G2L["87"].Parent = G2L["86"] --po.main.top.Holder.serverpage.ban G2L["88"].Name = [[ban]] G2L["88"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["88"].Text = [[Ban others]] G2L["88"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["88"].TextScaled = false G2L["88"].TextSize = 18 G2L["88"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["88"].TextStrokeTransparency = 1 G2L["88"].TextWrapped = true G2L["88"].TextXAlignment = Enum.TextXAlignment.Center G2L["88"].TextYAlignment = Enum.TextYAlignment.Center G2L["88"].Active = true G2L["88"].AnchorPoint = Vector2.new(0, 0) G2L["88"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["88"].BackgroundTransparency = 0 G2L["88"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["88"].BorderSizePixel = 2 G2L["88"].ClipsDescendants = false G2L["88"].Draggable = false G2L["88"].Position = UDim2.new(0.030634573, 0, 0.41428572, 0) G2L["88"].Rotation = 0 G2L["88"].Selectable = true G2L["88"].SelectionOrder = 0 G2L["88"].Size = UDim2.new(0, 104, 0, 29) G2L["88"].Visible = true G2L["88"].ZIndex = 1 G2L["88"].Parent = G2L["41"] --po.main.top.Holder.serverpage.ban.Script G2L["89"].Name = [[Script]] G2L["89"].Parent = G2L["88"] --po.main.top.Holder.serverpage.ban.LocalScript G2L["90"].Name = [[LocalScript]] G2L["90"].Parent = G2L["88"] --po.main.top.Holder.serverpage.ban.BanEvent G2L["91"].Name = [[BanEvent]] G2L["91"].Parent = G2L["88"] --po.main.top.Holder.serverpage.flood G2L["92"].Name = [[flood]] G2L["92"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["92"].Text = [[Flood]] G2L["92"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["92"].TextScaled = false G2L["92"].TextSize = 18 G2L["92"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["92"].TextStrokeTransparency = 1 G2L["92"].TextWrapped = true G2L["92"].TextXAlignment = Enum.TextXAlignment.Center G2L["92"].TextYAlignment = Enum.TextYAlignment.Center G2L["92"].Active = true G2L["92"].AnchorPoint = Vector2.new(0, 0) G2L["92"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["92"].BackgroundTransparency = 0 G2L["92"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["92"].BorderSizePixel = 2 G2L["92"].ClipsDescendants = false G2L["92"].Draggable = false G2L["92"].Position = UDim2.new(0.2713348, 0, 0.5392857, 0) G2L["92"].Rotation = 0 G2L["92"].Selectable = true G2L["92"].SelectionOrder = 0 G2L["92"].Size = UDim2.new(0, 104, 0, 29) G2L["92"].Visible = true G2L["92"].ZIndex = 1 G2L["92"].Parent = G2L["41"] --po.main.top.Holder.serverpage.flood.Script G2L["93"].Name = [[Script]] G2L["93"].Parent = G2L["92"] --po.main.top.Holder.serverpage.flood.FloodEvent G2L["94"].Name = [[FloodEvent]] G2L["94"].Parent = G2L["92"] --po.main.top.Holder.serverpage.flood.LocalScript G2L["95"].Name = [[LocalScript]] G2L["95"].Parent = G2L["92"] --po.main.top.Holder.serverpage.explode G2L["96"].Name = [[explode]] G2L["96"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["96"].Text = [[Explode All]] G2L["96"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["96"].TextScaled = false G2L["96"].TextSize = 18 G2L["96"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["96"].TextStrokeTransparency = 1 G2L["96"].TextWrapped = true G2L["96"].TextXAlignment = Enum.TextXAlignment.Center G2L["96"].TextYAlignment = Enum.TextYAlignment.Center G2L["96"].Active = true G2L["96"].AnchorPoint = Vector2.new(0, 0) G2L["96"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["96"].BackgroundTransparency = 0 G2L["96"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["96"].BorderSizePixel = 2 G2L["96"].ClipsDescendants = false G2L["96"].Draggable = false G2L["96"].Position = UDim2.new(0.512035, 0, 0.5392857, 0) G2L["96"].Rotation = 0 G2L["96"].Selectable = true G2L["96"].SelectionOrder = 0 G2L["96"].Size = UDim2.new(0, 104, 0, 29) G2L["96"].Visible = true G2L["96"].ZIndex = 1 G2L["96"].Parent = G2L["41"] --po.main.top.Holder.serverpage.explode.Script G2L["97"].Name = [[Script]] G2L["97"].Parent = G2L["96"] --po.main.top.Holder.serverpage.explode.ClickDetector G2L["98"].Name = [[ClickDetector]] G2L["98"].Parent = G2L["96"] --po.main.top.Holder.serverpage.fog G2L["99"].Name = [[fog]] G2L["99"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["99"].Text = [[Nightmare]] G2L["99"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["99"].TextScaled = false G2L["99"].TextSize = 18 G2L["99"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["99"].TextStrokeTransparency = 1 G2L["99"].TextWrapped = true G2L["99"].TextXAlignment = Enum.TextXAlignment.Center G2L["99"].TextYAlignment = Enum.TextYAlignment.Center G2L["99"].Active = true G2L["99"].AnchorPoint = Vector2.new(0, 0) G2L["99"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["99"].BackgroundTransparency = 0 G2L["99"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["99"].BorderSizePixel = 2 G2L["99"].ClipsDescendants = false G2L["99"].Draggable = false G2L["99"].Position = UDim2.new(0.75273526, 0, 0.5392857, 0) G2L["99"].Rotation = 0 G2L["99"].Selectable = true G2L["99"].SelectionOrder = 0 G2L["99"].Size = UDim2.new(0, 99, 0, 29) G2L["99"].Visible = true G2L["99"].ZIndex = 1 G2L["99"].Parent = G2L["41"] --po.main.top.Holder.serverpage.fog.Script G2L["100"].Name = [[Script]] G2L["100"].Parent = G2L["99"] --po.main.top.Holder.serverpage.fog.ClickDetector G2L["101"].Name = [[ClickDetector]] G2L["101"].Parent = G2L["99"] --po.main.top.Holder.serverpage.heli G2L["102"].Name = [[heli]] G2L["102"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["102"].Text = [[Helicopter]] G2L["102"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["102"].TextScaled = true G2L["102"].TextSize = 18 G2L["102"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["102"].TextStrokeTransparency = 1 G2L["102"].TextWrapped = true G2L["102"].TextXAlignment = Enum.TextXAlignment.Center G2L["102"].TextYAlignment = Enum.TextYAlignment.Center G2L["102"].Active = true G2L["102"].AnchorPoint = Vector2.new(0, 0) G2L["102"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["102"].BackgroundTransparency = 0 G2L["102"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["102"].BorderSizePixel = 2 G2L["102"].ClipsDescendants = false G2L["102"].Draggable = false G2L["102"].Position = UDim2.new(0.030634573, 0, 0.6642857, 0) G2L["102"].Rotation = 0 G2L["102"].Selectable = true G2L["102"].SelectionOrder = 0 G2L["102"].Size = UDim2.new(0, 104, 0, 29) G2L["102"].Visible = true G2L["102"].ZIndex = 1 G2L["102"].Parent = G2L["41"] --po.main.top.Holder.serverpage.heli.Script G2L["103"].Name = [[Script]] G2L["103"].Parent = G2L["102"] --po.main.top.Holder.serverpage.heli.LocalScript G2L["104"].Name = [[LocalScript]] G2L["104"].Parent = G2L["102"] --po.main.top.Holder.serverpage.heli.RemoteEvent G2L["105"].Name = [[RemoteEvent]] G2L["105"].Parent = G2L["102"] --po.main.top.Holder.serverpage.invis G2L["106"].Name = [[invis]] G2L["106"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["106"].Text = [[Invisible All]] G2L["106"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["106"].TextScaled = false G2L["106"].TextSize = 18 G2L["106"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["106"].TextStrokeTransparency = 1 G2L["106"].TextWrapped = true G2L["106"].TextXAlignment = Enum.TextXAlignment.Center G2L["106"].TextYAlignment = Enum.TextYAlignment.Center G2L["106"].Active = true G2L["106"].AnchorPoint = Vector2.new(0, 0) G2L["106"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["106"].BackgroundTransparency = 0 G2L["106"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["106"].BorderSizePixel = 2 G2L["106"].ClipsDescendants = false G2L["106"].Draggable = false G2L["106"].Position = UDim2.new(0.2713348, 0, 0.6642857, 0) G2L["106"].Rotation = 0 G2L["106"].Selectable = true G2L["106"].SelectionOrder = 0 G2L["106"].Size = UDim2.new(0, 104, 0, 29) G2L["106"].Visible = true G2L["106"].ZIndex = 1 G2L["106"].Parent = G2L["41"] --po.main.top.Holder.serverpage.invis.Script G2L["107"].Name = [[Script]] G2L["107"].Parent = G2L["106"] --po.main.top.Holder.serverpage.smok G2L["108"].Name = [[smok]] G2L["108"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["108"].Text = [[Smoke All]] G2L["108"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["108"].TextScaled = false G2L["108"].TextSize = 18 G2L["108"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["108"].TextStrokeTransparency = 1 G2L["108"].TextWrapped = true G2L["108"].TextXAlignment = Enum.TextXAlignment.Center G2L["108"].TextYAlignment = Enum.TextYAlignment.Center G2L["108"].Active = true G2L["108"].AnchorPoint = Vector2.new(0, 0) G2L["108"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["108"].BackgroundTransparency = 0 G2L["108"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["108"].BorderSizePixel = 2 G2L["108"].ClipsDescendants = false G2L["108"].Draggable = false G2L["108"].Position = UDim2.new(0.512035, 0, 0.6642857, 0) G2L["108"].Rotation = 0 G2L["108"].Selectable = true G2L["108"].SelectionOrder = 0 G2L["108"].Size = UDim2.new(0, 104, 0, 29) G2L["108"].Visible = true G2L["108"].ZIndex = 1 G2L["108"].Parent = G2L["41"] --po.main.top.Holder.serverpage.smok.Script G2L["109"].Name = [[Script]] G2L["109"].Parent = G2L["108"] --po.main.top.Holder.serverpage.pe G2L["110"].Name = [[pe]] G2L["110"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["110"].Text = [[Pee]] G2L["110"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["110"].TextScaled = true G2L["110"].TextSize = 18 G2L["110"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["110"].TextStrokeTransparency = 1 G2L["110"].TextWrapped = true G2L["110"].TextXAlignment = Enum.TextXAlignment.Center G2L["110"].TextYAlignment = Enum.TextYAlignment.Center G2L["110"].Active = true G2L["110"].AnchorPoint = Vector2.new(0, 0) G2L["110"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["110"].BackgroundTransparency = 0 G2L["110"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["110"].BorderSizePixel = 2 G2L["110"].ClipsDescendants = false G2L["110"].Draggable = false G2L["110"].Position = UDim2.new(0.75273526, 0, 0.6642857, 0) G2L["110"].Rotation = 0 G2L["110"].Selectable = true G2L["110"].SelectionOrder = 0 G2L["110"].Size = UDim2.new(0, 99, 0, 29) G2L["110"].Visible = true G2L["110"].ZIndex = 1 G2L["110"].Parent = G2L["41"] --po.main.top.Holder.serverpage.pe.Script G2L["111"].Name = [[Script]] G2L["111"].Parent = G2L["110"] --po.main.top.Holder.serverpage.pe.LocalScript G2L["112"].Name = [[LocalScript]] G2L["112"].Parent = G2L["110"] --po.main.top.Holder.serverpage.pe.RemoteEvent G2L["113"].Name = [[RemoteEvent]] G2L["113"].Parent = G2L["110"] --po.main.top.Holder.serverpage.fling G2L["114"].Name = [[fling]] G2L["114"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["114"].Text = [[Fling All]] G2L["114"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["114"].TextScaled = true G2L["114"].TextSize = 18 G2L["114"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["114"].TextStrokeTransparency = 1 G2L["114"].TextWrapped = true G2L["114"].TextXAlignment = Enum.TextXAlignment.Center G2L["114"].TextYAlignment = Enum.TextYAlignment.Center G2L["114"].Active = true G2L["114"].AnchorPoint = Vector2.new(0, 0) G2L["114"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["114"].BackgroundTransparency = 0 G2L["114"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["114"].BorderSizePixel = 2 G2L["114"].ClipsDescendants = false G2L["114"].Draggable = false G2L["114"].Position = UDim2.new(0.030634573, 0, 0.7892857, 0) G2L["114"].Rotation = 0 G2L["114"].Selectable = true G2L["114"].SelectionOrder = 0 G2L["114"].Size = UDim2.new(0, 104, 0, 29) G2L["114"].Visible = true G2L["114"].ZIndex = 1 G2L["114"].Parent = G2L["41"] --po.main.top.Holder.serverpage.fling.Script G2L["115"].Name = [[Script]] G2L["115"].Parent = G2L["114"] --po.main.top.Holder.scriptspage G2L["116"].Name = [[scriptspage]] G2L["116"].Active = false G2L["116"].AnchorPoint = Vector2.new(0, 0) G2L["116"].BackgroundColor3 = Color3.fromRGB(255, 255, 255) G2L["116"].BackgroundTransparency = 1 G2L["116"].BorderColor3 = Color3.fromRGB(0, 0, 0) G2L["116"].BorderSizePixel = 0 G2L["116"].ClipsDescendants = false G2L["116"].Draggable = false G2L["116"].Position = UDim2.new(0, 0, 0.093247585, 0) G2L["116"].Rotation = 0 G2L["116"].Selectable = false G2L["116"].SelectionOrder = 0 G2L["116"].Size = UDim2.new(0, 457, 0, 282) G2L["116"].Visible = false G2L["116"].ZIndex = 1 G2L["116"].Parent = G2L["10"] --po.main.top.Holder.scriptspage.ssp G2L["117"].Name = [[ssp]] G2L["117"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["117"].Text = [[SSP]] G2L["117"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["117"].TextScaled = false G2L["117"].TextSize = 18 G2L["117"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["117"].TextStrokeTransparency = 1 G2L["117"].TextWrapped = true G2L["117"].TextXAlignment = Enum.TextXAlignment.Center G2L["117"].TextYAlignment = Enum.TextYAlignment.Center G2L["117"].Active = true G2L["117"].AnchorPoint = Vector2.new(0, 0) G2L["117"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["117"].BackgroundTransparency = 0 G2L["117"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["117"].BorderSizePixel = 2 G2L["117"].ClipsDescendants = false G2L["117"].Draggable = false G2L["117"].Position = UDim2.new(0.2713348, 0, 0.035714287, 0) G2L["117"].Rotation = 0 G2L["117"].Selectable = true G2L["117"].SelectionOrder = 0 G2L["117"].Size = UDim2.new(0, 104, 0, 29) G2L["117"].Visible = true G2L["117"].ZIndex = 1 G2L["117"].Parent = G2L["116"] --po.main.top.Holder.scriptspage.ssp.LocalScript G2L["118"].Name = [[LocalScript]] G2L["118"].Parent = G2L["117"] --po.main.top.Holder.scriptspage.ssp.RemoteEvent G2L["119"].Name = [[RemoteEvent]] G2L["119"].Parent = G2L["117"] --po.main.top.Holder.scriptspage.ssp.Script G2L["120"].Name = [[Script]] G2L["120"].Parent = G2L["117"] --po.main.top.Holder.scriptspage.nzi G2L["121"].Name = [[nzi]] G2L["121"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["121"].Text = [[N*zi Map]] G2L["121"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["121"].TextScaled = false G2L["121"].TextSize = 18 G2L["121"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["121"].TextStrokeTransparency = 1 G2L["121"].TextWrapped = true G2L["121"].TextXAlignment = Enum.TextXAlignment.Center G2L["121"].TextYAlignment = Enum.TextYAlignment.Center G2L["121"].Active = true G2L["121"].AnchorPoint = Vector2.new(0, 0) G2L["121"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["121"].BackgroundTransparency = 0 G2L["121"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["121"].BorderSizePixel = 2 G2L["121"].ClipsDescendants = false G2L["121"].Draggable = false G2L["121"].Position = UDim2.new(0.512035, 0, 0.035714287, 0) G2L["121"].Rotation = 0 G2L["121"].Selectable = true G2L["121"].SelectionOrder = 0 G2L["121"].Size = UDim2.new(0, 104, 0, 29) G2L["121"].Visible = true G2L["121"].ZIndex = 1 G2L["121"].Parent = G2L["116"] --po.main.top.Holder.scriptspage.nzi.LocalScript G2L["122"].Name = [[LocalScript]] G2L["122"].Parent = G2L["121"] --po.main.top.Holder.scriptspage.nzi.RemoteEvent G2L["123"].Name = [[RemoteEvent]] G2L["123"].Parent = G2L["121"] --po.main.top.Holder.scriptspage.nzi.Script G2L["124"].Name = [[Script]] G2L["124"].Parent = G2L["121"] --po.main.top.Holder.scriptspage.hax 1 G2L["125"].Name = [[hax 1]] G2L["125"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["125"].Text = [[Hax GUI V1]] G2L["125"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["125"].TextScaled = false G2L["125"].TextSize = 18 G2L["125"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["125"].TextStrokeTransparency = 1 G2L["125"].TextWrapped = true G2L["125"].TextXAlignment = Enum.TextXAlignment.Center G2L["125"].TextYAlignment = Enum.TextYAlignment.Center G2L["125"].Active = true G2L["125"].AnchorPoint = Vector2.new(0, 0) G2L["125"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["125"].BackgroundTransparency = 0 G2L["125"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["125"].BorderSizePixel = 2 G2L["125"].ClipsDescendants = false G2L["125"].Draggable = false G2L["125"].Position = UDim2.new(0.75273526, 0, 0.035714287, 0) G2L["125"].Rotation = 0 G2L["125"].Selectable = true G2L["125"].SelectionOrder = 0 G2L["125"].Size = UDim2.new(0, 99, 0, 29) G2L["125"].Visible = true G2L["125"].ZIndex = 1 G2L["125"].Parent = G2L["116"] --po.main.top.Holder.scriptspage.hax 1.LocalScript G2L["126"].Name = [[LocalScript]] G2L["126"].Parent = G2L["125"] --po.main.top.Holder.scriptspage.hax 1.RemoteEvent G2L["127"].Name = [[RemoteEvent]] G2L["127"].Parent = G2L["125"] --po.main.top.Holder.scriptspage.hax 1.Script G2L["128"].Name = [[Script]] G2L["128"].Parent = G2L["125"] --po.main.top.Holder.scriptspage.hax 2 G2L["129"].Name = [[hax 2]] G2L["129"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["129"].Text = [[Hax GUI V2]] G2L["129"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["129"].TextScaled = false G2L["129"].TextSize = 18 G2L["129"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["129"].TextStrokeTransparency = 1 G2L["129"].TextWrapped = true G2L["129"].TextXAlignment = Enum.TextXAlignment.Center G2L["129"].TextYAlignment = Enum.TextYAlignment.Center G2L["129"].Active = true G2L["129"].AnchorPoint = Vector2.new(0, 0) G2L["129"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["129"].BackgroundTransparency = 0 G2L["129"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["129"].BorderSizePixel = 2 G2L["129"].ClipsDescendants = false G2L["129"].Draggable = false G2L["129"].Position = UDim2.new(0.75273526, 0, 0.15982781, 0) G2L["129"].Rotation = 0 G2L["129"].Selectable = true G2L["129"].SelectionOrder = 0 G2L["129"].Size = UDim2.new(0, 99, 0, 29) G2L["129"].Visible = true G2L["129"].ZIndex = 1 G2L["129"].Parent = G2L["116"] --po.main.top.Holder.scriptspage.hax 2.LocalScript G2L["130"].Name = [[LocalScript]] G2L["130"].Parent = G2L["129"] --po.main.top.Holder.scriptspage.hax 2.RemoteEvent G2L["131"].Name = [[RemoteEvent]] G2L["131"].Parent = G2L["129"] --po.main.top.Holder.scriptspage.hax 2.Script G2L["132"].Name = [[Script]] G2L["132"].Parent = G2L["129"] --po.main.top.Holder.scriptspage.ship G2L["133"].Name = [[ship]] G2L["133"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["133"].Text = [[Worship]] G2L["133"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["133"].TextScaled = false G2L["133"].TextSize = 18 G2L["133"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["133"].TextStrokeTransparency = 1 G2L["133"].TextWrapped = true G2L["133"].TextXAlignment = Enum.TextXAlignment.Center G2L["133"].TextYAlignment = Enum.TextYAlignment.Center G2L["133"].Active = true G2L["133"].AnchorPoint = Vector2.new(0, 0) G2L["133"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["133"].BackgroundTransparency = 0 G2L["133"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["133"].BorderSizePixel = 2 G2L["133"].ClipsDescendants = false G2L["133"].Draggable = false G2L["133"].Position = UDim2.new(0.512035, 0, 0.15982781, 0) G2L["133"].Rotation = 0 G2L["133"].Selectable = true G2L["133"].SelectionOrder = 0 G2L["133"].Size = UDim2.new(0, 104, 0, 29) G2L["133"].Visible = true G2L["133"].ZIndex = 1 G2L["133"].Parent = G2L["116"] --po.main.top.Holder.scriptspage.ship.LocalScript G2L["134"].Name = [[LocalScript]] G2L["134"].Parent = G2L["133"] --po.main.top.Holder.scriptspage.ship.RemoteEvent G2L["135"].Name = [[RemoteEvent]] G2L["135"].Parent = G2L["133"] --po.main.top.Holder.scriptspage.ship.Script G2L["136"].Name = [[Script]] G2L["136"].Parent = G2L["133"] --po.main.top.Holder.scriptspage.not G2L["137"].Name = [[not]] G2L["137"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["137"].Text = [[N00t N00t!]] G2L["137"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["137"].TextScaled = false G2L["137"].TextSize = 18 G2L["137"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["137"].TextStrokeTransparency = 1 G2L["137"].TextWrapped = true G2L["137"].TextXAlignment = Enum.TextXAlignment.Center G2L["137"].TextYAlignment = Enum.TextYAlignment.Center G2L["137"].Active = true G2L["137"].AnchorPoint = Vector2.new(0, 0) G2L["137"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["137"].BackgroundTransparency = 0 G2L["137"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["137"].BorderSizePixel = 2 G2L["137"].ClipsDescendants = false G2L["137"].Draggable = false G2L["137"].Position = UDim2.new(0.2713348, 0, 0.15982781, 0) G2L["137"].Rotation = 0 G2L["137"].Selectable = true G2L["137"].SelectionOrder = 0 G2L["137"].Size = UDim2.new(0, 104, 0, 29) G2L["137"].Visible = true G2L["137"].ZIndex = 1 G2L["137"].Parent = G2L["116"] --po.main.top.Holder.scriptspage.not.LocalScript G2L["138"].Name = [[LocalScript]] G2L["138"].Parent = G2L["137"] --po.main.top.Holder.scriptspage.not.RemoteEvent G2L["139"].Name = [[RemoteEvent]] G2L["139"].Parent = G2L["137"] --po.main.top.Holder.scriptspage.not.Script G2L["140"].Name = [[Script]] G2L["140"].Parent = G2L["137"] --po.main.top.Holder.scriptspage.sledoni G2L["141"].Name = [[sledoni]] G2L["141"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["141"].Text = [[Sheldoni]] G2L["141"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["141"].TextScaled = false G2L["141"].TextSize = 18 G2L["141"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["141"].TextStrokeTransparency = 1 G2L["141"].TextWrapped = true G2L["141"].TextXAlignment = Enum.TextXAlignment.Center G2L["141"].TextYAlignment = Enum.TextYAlignment.Center G2L["141"].Active = true G2L["141"].AnchorPoint = Vector2.new(0, 0) G2L["141"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["141"].BackgroundTransparency = 0 G2L["141"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["141"].BorderSizePixel = 2 G2L["141"].ClipsDescendants = false G2L["141"].Draggable = false G2L["141"].Position = UDim2.new(0.030634573, 0, 0.15982781, 0) G2L["141"].Rotation = 0 G2L["141"].Selectable = true G2L["141"].SelectionOrder = 0 G2L["141"].Size = UDim2.new(0, 104, 0, 29) G2L["141"].Visible = true G2L["141"].ZIndex = 1 G2L["141"].Parent = G2L["116"] --po.main.top.Holder.scriptspage.sledoni.Script G2L["142"].Name = [[Script]] G2L["142"].Parent = G2L["141"] --po.main.top.Holder.scriptspage.sledoni.LocalScript G2L["143"].Name = [[LocalScript]] G2L["143"].Parent = G2L["141"] --po.main.top.Holder.scriptspage.sledoni.RemoteEvent G2L["144"].Name = [[RemoteEvent]] G2L["144"].Parent = G2L["141"] --po.main.top.Holder.scriptspage.sledoni yong G2L["145"].Name = [[sledoni yong]] G2L["145"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["145"].Text = [[yong Shelon]] G2L["145"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["145"].TextScaled = false G2L["145"].TextSize = 18 G2L["145"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["145"].TextStrokeTransparency = 1 G2L["145"].TextWrapped = true G2L["145"].TextXAlignment = Enum.TextXAlignment.Center G2L["145"].TextYAlignment = Enum.TextYAlignment.Center G2L["145"].Active = true G2L["145"].AnchorPoint = Vector2.new(0, 0) G2L["145"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["145"].BackgroundTransparency = 0 G2L["145"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["145"].BorderSizePixel = 2 G2L["145"].ClipsDescendants = false G2L["145"].Draggable = false G2L["145"].Position = UDim2.new(0.030634573, 0, 0.28394127, 0) G2L["145"].Rotation = 0 G2L["145"].Selectable = true G2L["145"].SelectionOrder = 0 G2L["145"].Size = UDim2.new(0, 104, 0, 29) G2L["145"].Visible = true G2L["145"].ZIndex = 1 G2L["145"].Parent = G2L["116"] --po.main.top.Holder.scriptspage.sledoni yong.Script G2L["146"].Name = [[Script]] G2L["146"].Parent = G2L["145"] --po.main.top.Holder.scriptspage.sledoni yong.LocalScript G2L["147"].Name = [[LocalScript]] G2L["147"].Parent = G2L["145"] --po.main.top.Holder.scriptspage.sledoni yong.RemoteEvent G2L["148"].Name = [[RemoteEvent]] G2L["148"].Parent = G2L["145"] --po.main.top.Holder.scriptspage.grand G2L["149"].Name = [[grand]] G2L["149"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["149"].Text = [[Grandosla]] G2L["149"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["149"].TextScaled = false G2L["149"].TextSize = 18 G2L["149"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["149"].TextStrokeTransparency = 1 G2L["149"].TextWrapped = true G2L["149"].TextXAlignment = Enum.TextXAlignment.Center G2L["149"].TextYAlignment = Enum.TextYAlignment.Center G2L["149"].Active = true G2L["149"].AnchorPoint = Vector2.new(0, 0) G2L["149"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["149"].BackgroundTransparency = 0 G2L["149"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["149"].BorderSizePixel = 2 G2L["149"].ClipsDescendants = false G2L["149"].Draggable = false G2L["149"].Position = UDim2.new(0.2713348, 0, 0.28394127, 0) G2L["149"].Rotation = 0 G2L["149"].Selectable = true G2L["149"].SelectionOrder = 0 G2L["149"].Size = UDim2.new(0, 104, 0, 29) G2L["149"].Visible = true G2L["149"].ZIndex = 1 G2L["149"].Parent = G2L["116"] --po.main.top.Holder.scriptspage.grand.Script G2L["150"].Name = [[Script]] G2L["150"].Parent = G2L["149"] --po.main.top.Holder.scriptspage.grand.LocalScript G2L["151"].Name = [[LocalScript]] G2L["151"].Parent = G2L["149"] --po.main.top.Holder.scriptspage.grand.RemoteEvent G2L["152"].Name = [[RemoteEvent]] G2L["152"].Parent = G2L["149"] --po.main.top.Holder.scriptspage.exca G2L["153"].Name = [[exca]] G2L["153"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["153"].Text = [[Excavator]] G2L["153"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["153"].TextScaled = false G2L["153"].TextSize = 18 G2L["153"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["153"].TextStrokeTransparency = 1 G2L["153"].TextWrapped = true G2L["153"].TextXAlignment = Enum.TextXAlignment.Center G2L["153"].TextYAlignment = Enum.TextYAlignment.Center G2L["153"].Active = true G2L["153"].AnchorPoint = Vector2.new(0, 0) G2L["153"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["153"].BackgroundTransparency = 0 G2L["153"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["153"].BorderSizePixel = 2 G2L["153"].ClipsDescendants = false G2L["153"].Draggable = false G2L["153"].Position = UDim2.new(0.512035, 0, 0.28394127, 0) G2L["153"].Rotation = 0 G2L["153"].Selectable = true G2L["153"].SelectionOrder = 0 G2L["153"].Size = UDim2.new(0, 104, 0, 29) G2L["153"].Visible = true G2L["153"].ZIndex = 1 G2L["153"].Parent = G2L["116"] --po.main.top.Holder.scriptspage.exca.Script G2L["154"].Name = [[Script]] G2L["154"].Parent = G2L["153"] --po.main.top.Holder.scriptspage.exca.LocalScript G2L["155"].Name = [[LocalScript]] G2L["155"].Parent = G2L["153"] --po.main.top.Holder.scriptspage.exca.RemoteEvent G2L["156"].Name = [[RemoteEvent]] G2L["156"].Parent = G2L["153"] --po.main.top.Holder.scriptspage.r6 G2L["157"].Name = [[r6]] G2L["157"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["157"].Text = [[R6]] G2L["157"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["157"].TextScaled = false G2L["157"].TextSize = 18 G2L["157"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["157"].TextStrokeTransparency = 1 G2L["157"].TextWrapped = true G2L["157"].TextXAlignment = Enum.TextXAlignment.Center G2L["157"].TextYAlignment = Enum.TextYAlignment.Center G2L["157"].Active = true G2L["157"].AnchorPoint = Vector2.new(0, 0) G2L["157"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["157"].BackgroundTransparency = 0 G2L["157"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["157"].BorderSizePixel = 2 G2L["157"].ClipsDescendants = false G2L["157"].Draggable = false G2L["157"].Position = UDim2.new(0.75273526, 0, 0.28216824, 0) G2L["157"].Rotation = 0 G2L["157"].Selectable = true G2L["157"].SelectionOrder = 0 G2L["157"].Size = UDim2.new(0, 99, 0, 29) G2L["157"].Visible = true G2L["157"].ZIndex = 1 G2L["157"].Parent = G2L["116"] --po.main.top.Holder.scriptspage.r6.Script G2L["158"].Name = [[Script]] G2L["158"].Parent = G2L["157"] --po.main.top.Holder.scriptspage.r6.LocalScript G2L["159"].Name = [[LocalScript]] G2L["159"].Parent = G2L["157"] --po.main.top.Holder.scriptspage.r6.RemoteEvent G2L["160"].Name = [[RemoteEvent]] G2L["160"].Parent = G2L["157"] --po.main.top.Holder.scriptspage.primadon G2L["161"].Name = [[primadon]] G2L["161"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["161"].Text = [[Primadon]] G2L["161"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["161"].TextScaled = false G2L["161"].TextSize = 18 G2L["161"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["161"].TextStrokeTransparency = 1 G2L["161"].TextWrapped = true G2L["161"].TextXAlignment = Enum.TextXAlignment.Center G2L["161"].TextYAlignment = Enum.TextYAlignment.Center G2L["161"].Active = true G2L["161"].AnchorPoint = Vector2.new(0, 0) G2L["161"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["161"].BackgroundTransparency = 0 G2L["161"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["161"].BorderSizePixel = 2 G2L["161"].ClipsDescendants = false G2L["161"].Draggable = false G2L["161"].Position = UDim2.new(0.030634573, 0, 0.035714287, 0) G2L["161"].Rotation = 0 G2L["161"].Selectable = true G2L["161"].SelectionOrder = 0 G2L["161"].Size = UDim2.new(0, 104, 0, 29) G2L["161"].Visible = true G2L["161"].ZIndex = 1 G2L["161"].Parent = G2L["116"] --po.main.top.Holder.scriptspage.primadon.Script G2L["162"].Name = [[Script]] G2L["162"].Parent = G2L["161"] --po.main.top.Holder.scriptspage.primadon.LocalScript G2L["163"].Name = [[LocalScript]] G2L["163"].Parent = G2L["161"] --po.main.top.Holder.scriptspage.primadon.RemoteEvent G2L["164"].Name = [[RemoteEvent]] G2L["164"].Parent = G2L["161"] --po.main.top.Holder.scriptspage.topkek G2L["165"].Name = [[topkek]] G2L["165"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["165"].Text = [[T0PK3K 3.0]] G2L["165"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["165"].TextScaled = false G2L["165"].TextSize = 18 G2L["165"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["165"].TextStrokeTransparency = 1 G2L["165"].TextWrapped = true G2L["165"].TextXAlignment = Enum.TextXAlignment.Center G2L["165"].TextYAlignment = Enum.TextYAlignment.Center G2L["165"].Active = true G2L["165"].AnchorPoint = Vector2.new(0, 0) G2L["165"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["165"].BackgroundTransparency = 0 G2L["165"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["165"].BorderSizePixel = 2 G2L["165"].ClipsDescendants = false G2L["165"].Draggable = false G2L["165"].Position = UDim2.new(0.030634573, 0, 0.41869295, 0) G2L["165"].Rotation = 0 G2L["165"].Selectable = true G2L["165"].SelectionOrder = 0 G2L["165"].Size = UDim2.new(0, 104, 0, 29) G2L["165"].Visible = true G2L["165"].ZIndex = 1 G2L["165"].Parent = G2L["116"] --po.main.top.Holder.scriptspage.topkek.Script G2L["166"].Name = [[Script]] G2L["166"].Parent = G2L["165"] --po.main.top.Holder.scriptspage.topkek.LocalScript G2L["167"].Name = [[LocalScript]] G2L["167"].Parent = G2L["165"] --po.main.top.Holder.scriptspage.topkek.RemoteEvent G2L["168"].Name = [[RemoteEvent]] G2L["168"].Parent = G2L["165"] --po.main.top.Holder.scriptspage.subspace G2L["169"].Name = [[subspace]] G2L["169"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["169"].Text = [[retster ST]] G2L["169"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["169"].TextScaled = false G2L["169"].TextSize = 18 G2L["169"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["169"].TextStrokeTransparency = 1 G2L["169"].TextWrapped = true G2L["169"].TextXAlignment = Enum.TextXAlignment.Center G2L["169"].TextYAlignment = Enum.TextYAlignment.Center G2L["169"].Active = true G2L["169"].AnchorPoint = Vector2.new(0, 0) G2L["169"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["169"].BackgroundTransparency = 0 G2L["169"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["169"].BorderSizePixel = 2 G2L["169"].ClipsDescendants = false G2L["169"].Draggable = false G2L["169"].Position = UDim2.new(0.2713348, 0, 0.41869295, 0) G2L["169"].Rotation = 0 G2L["169"].Selectable = true G2L["169"].SelectionOrder = 0 G2L["169"].Size = UDim2.new(0, 104, 0, 29) G2L["169"].Visible = true G2L["169"].ZIndex = 1 G2L["169"].Parent = G2L["116"] --po.main.top.Holder.scriptspage.subspace.Script G2L["170"].Name = [[Script]] G2L["170"].Parent = G2L["169"] --po.main.top.Holder.scriptspage.subspace.LocalScript G2L["171"].Name = [[LocalScript]] G2L["171"].Parent = G2L["169"] --po.main.top.Holder.scriptspage.subspace.RemoteEvent G2L["172"].Name = [[RemoteEvent]] G2L["172"].Parent = G2L["169"] --po.main.top.Holder.scriptspage.bom 2 G2L["173"].Name = [[bom 2]] G2L["173"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["173"].Text = [[Bomb Vest V2]] G2L["173"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["173"].TextScaled = true G2L["173"].TextSize = 18 G2L["173"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["173"].TextStrokeTransparency = 1 G2L["173"].TextWrapped = true G2L["173"].TextXAlignment = Enum.TextXAlignment.Center G2L["173"].TextYAlignment = Enum.TextYAlignment.Center G2L["173"].Active = true G2L["173"].AnchorPoint = Vector2.new(0, 0) G2L["173"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["173"].BackgroundTransparency = 0 G2L["173"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["173"].BorderSizePixel = 2 G2L["173"].ClipsDescendants = false G2L["173"].Draggable = false G2L["173"].Position = UDim2.new(0.512035, 0, 0.41869295, 0) G2L["173"].Rotation = 0 G2L["173"].Selectable = true G2L["173"].SelectionOrder = 0 G2L["173"].Size = UDim2.new(0, 104, 0, 29) G2L["173"].Visible = true G2L["173"].ZIndex = 1 G2L["173"].Parent = G2L["116"] --po.main.top.Holder.scriptspage.bom 2.Script G2L["174"].Name = [[Script]] G2L["174"].Parent = G2L["173"] --po.main.top.Holder.scriptspage.bom 2.LocalScript G2L["175"].Name = [[LocalScript]] G2L["175"].Parent = G2L["173"] --po.main.top.Holder.scriptspage.bom 2.RemoteEvent G2L["176"].Name = [[RemoteEvent]] G2L["176"].Parent = G2L["173"] --po.main.top.Holder.scriptspage.pistol G2L["177"].Name = [[pistol]] G2L["177"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["177"].Text = [[KYS Pistol]] G2L["177"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["177"].TextScaled = false G2L["177"].TextSize = 18 G2L["177"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["177"].TextStrokeTransparency = 1 G2L["177"].TextWrapped = true G2L["177"].TextXAlignment = Enum.TextXAlignment.Center G2L["177"].TextYAlignment = Enum.TextYAlignment.Center G2L["177"].Active = true G2L["177"].AnchorPoint = Vector2.new(0, 0) G2L["177"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["177"].BackgroundTransparency = 0 G2L["177"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["177"].BorderSizePixel = 2 G2L["177"].ClipsDescendants = false G2L["177"].Draggable = false G2L["177"].Position = UDim2.new(0.75273526, 0, 0.41869295, 0) G2L["177"].Rotation = 0 G2L["177"].Selectable = true G2L["177"].SelectionOrder = 0 G2L["177"].Size = UDim2.new(0, 99, 0, 29) G2L["177"].Visible = true G2L["177"].ZIndex = 1 G2L["177"].Parent = G2L["116"] --po.main.top.Holder.scriptspage.pistol.Script G2L["178"].Name = [[Script]] G2L["178"].Parent = G2L["177"] --po.main.top.Holder.scriptspage.pistol.LocalScript G2L["179"].Name = [[LocalScript]] G2L["179"].Parent = G2L["177"] --po.main.top.Holder.scriptspage.pistol.RemoteEvent G2L["180"].Name = [[RemoteEvent]] G2L["180"].Parent = G2L["177"] --po.main.top.Holder.scriptspage.topkek 5 G2L["181"].Name = [[topkek 5]] G2L["181"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["181"].Text = [[T0PK3K 5.3]] G2L["181"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["181"].TextScaled = false G2L["181"].TextSize = 18 G2L["181"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["181"].TextStrokeTransparency = 1 G2L["181"].TextWrapped = true G2L["181"].TextXAlignment = Enum.TextXAlignment.Center G2L["181"].TextYAlignment = Enum.TextYAlignment.Center G2L["181"].Active = true G2L["181"].AnchorPoint = Vector2.new(0, 0) G2L["181"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["181"].BackgroundTransparency = 0 G2L["181"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["181"].BorderSizePixel = 2 G2L["181"].ClipsDescendants = false G2L["181"].Draggable = false G2L["181"].Position = UDim2.new(0.030634573, 0, 0.54280645, 0) G2L["181"].Rotation = 0 G2L["181"].Selectable = true G2L["181"].SelectionOrder = 0 G2L["181"].Size = UDim2.new(0, 104, 0, 29) G2L["181"].Visible = true G2L["181"].ZIndex = 1 G2L["181"].Parent = G2L["116"] --po.main.top.Holder.scriptspage.topkek 5.Script G2L["182"].Name = [[Script]] G2L["182"].Parent = G2L["181"] --po.main.top.Holder.scriptspage.topkek 5.LocalScript G2L["183"].Name = [[LocalScript]] G2L["183"].Parent = G2L["181"] --po.main.top.Holder.scriptspage.topkek 5.RemoteEvent G2L["184"].Name = [[RemoteEvent]] G2L["184"].Parent = G2L["181"] --po.main.top.Holder.scriptspage.mosque G2L["185"].Name = [[mosque]] G2L["185"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["185"].Text = [[Mosque]] G2L["185"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["185"].TextScaled = false G2L["185"].TextSize = 18 G2L["185"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["185"].TextStrokeTransparency = 1 G2L["185"].TextWrapped = true G2L["185"].TextXAlignment = Enum.TextXAlignment.Center G2L["185"].TextYAlignment = Enum.TextYAlignment.Center G2L["185"].Active = true G2L["185"].AnchorPoint = Vector2.new(0, 0) G2L["185"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["185"].BackgroundTransparency = 0 G2L["185"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["185"].BorderSizePixel = 2 G2L["185"].ClipsDescendants = false G2L["185"].Draggable = false G2L["185"].Position = UDim2.new(0.2713348, 0, 0.54280645, 0) G2L["185"].Rotation = 0 G2L["185"].Selectable = true G2L["185"].SelectionOrder = 0 G2L["185"].Size = UDim2.new(0, 104, 0, 29) G2L["185"].Visible = true G2L["185"].ZIndex = 1 G2L["185"].Parent = G2L["116"] --po.main.top.Holder.scriptspage.mosque.Script G2L["186"].Name = [[Script]] G2L["186"].Parent = G2L["185"] --po.main.top.Holder.scriptspage.mosque.LocalScript G2L["187"].Name = [[LocalScript]] G2L["187"].Parent = G2L["185"] --po.main.top.Holder.scriptspage.mosque.RemoteEvent G2L["188"].Name = [[RemoteEvent]] G2L["188"].Parent = G2L["185"] --po.main.top.Holder.scriptspage.MLG G2L["189"].Name = [[MLG]] G2L["189"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["189"].Text = [[MLG Gun]] G2L["189"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["189"].TextScaled = false G2L["189"].TextSize = 18 G2L["189"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["189"].TextStrokeTransparency = 1 G2L["189"].TextWrapped = true G2L["189"].TextXAlignment = Enum.TextXAlignment.Center G2L["189"].TextYAlignment = Enum.TextYAlignment.Center G2L["189"].Active = true G2L["189"].AnchorPoint = Vector2.new(0, 0) G2L["189"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["189"].BackgroundTransparency = 0 G2L["189"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["189"].BorderSizePixel = 2 G2L["189"].ClipsDescendants = false G2L["189"].Draggable = false G2L["189"].Position = UDim2.new(0.512035, 0, 0.54280645, 0) G2L["189"].Rotation = 0 G2L["189"].Selectable = true G2L["189"].SelectionOrder = 0 G2L["189"].Size = UDim2.new(0, 104, 0, 29) G2L["189"].Visible = true G2L["189"].ZIndex = 1 G2L["189"].Parent = G2L["116"] --po.main.top.Holder.scriptspage.MLG.Script G2L["190"].Name = [[Script]] G2L["190"].Parent = G2L["189"] --po.main.top.Holder.scriptspage.MLG.LocalScript G2L["191"].Name = [[LocalScript]] G2L["191"].Parent = G2L["189"] --po.main.top.Holder.scriptspage.MLG.RemoteEvent G2L["192"].Name = [[RemoteEvent]] G2L["192"].Parent = G2L["189"] --po.main.top.Holder.scriptspage.hung G2L["193"].Name = [[hung]] G2L["193"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["193"].Text = [[Hanger]] G2L["193"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["193"].TextScaled = false G2L["193"].TextSize = 18 G2L["193"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["193"].TextStrokeTransparency = 1 G2L["193"].TextWrapped = true G2L["193"].TextXAlignment = Enum.TextXAlignment.Center G2L["193"].TextYAlignment = Enum.TextYAlignment.Center G2L["193"].Active = true G2L["193"].AnchorPoint = Vector2.new(0, 0) G2L["193"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["193"].BackgroundTransparency = 0 G2L["193"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["193"].BorderSizePixel = 2 G2L["193"].ClipsDescendants = false G2L["193"].Draggable = false G2L["193"].Position = UDim2.new(0.75273526, 0, 0.54280645, 0) G2L["193"].Rotation = 0 G2L["193"].Selectable = true G2L["193"].SelectionOrder = 0 G2L["193"].Size = UDim2.new(0, 99, 0, 29) G2L["193"].Visible = true G2L["193"].ZIndex = 1 G2L["193"].Parent = G2L["116"] --po.main.top.Holder.scriptspage.hung.Script G2L["194"].Name = [[Script]] G2L["194"].Parent = G2L["193"] --po.main.top.Holder.scriptspage.hung.LocalScript G2L["195"].Name = [[LocalScript]] G2L["195"].Parent = G2L["193"] --po.main.top.Holder.scriptspage.hung.RemoteEvent G2L["196"].Name = [[RemoteEvent]] G2L["196"].Parent = G2L["193"] --po.main.top.Holder.scriptspage.trsh hyub G2L["197"].Name = [[trsh hyub]] G2L["197"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["197"].Text = [[Trash Hub]] G2L["197"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["197"].TextScaled = false G2L["197"].TextSize = 18 G2L["197"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["197"].TextStrokeTransparency = 1 G2L["197"].TextWrapped = true G2L["197"].TextXAlignment = Enum.TextXAlignment.Center G2L["197"].TextYAlignment = Enum.TextYAlignment.Center G2L["197"].Active = true G2L["197"].AnchorPoint = Vector2.new(0, 0) G2L["197"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["197"].BackgroundTransparency = 0 G2L["197"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["197"].BorderSizePixel = 2 G2L["197"].ClipsDescendants = false G2L["197"].Draggable = false G2L["197"].Position = UDim2.new(0.030634573, 0, 0.6669199, 0) G2L["197"].Rotation = 0 G2L["197"].Selectable = true G2L["197"].SelectionOrder = 0 G2L["197"].Size = UDim2.new(0, 104, 0, 29) G2L["197"].Visible = true G2L["197"].ZIndex = 1 G2L["197"].Parent = G2L["116"] --po.main.top.Holder.scriptspage.trsh hyub.Script G2L["198"].Name = [[Script]] G2L["198"].Parent = G2L["197"] --po.main.top.Holder.scriptspage.trsh hyub.LocalScript G2L["199"].Name = [[LocalScript]] G2L["199"].Parent = G2L["197"] --po.main.top.Holder.scriptspage.trsh hyub.RemoteEvent G2L["200"].Name = [[RemoteEvent]] G2L["200"].Parent = G2L["197"] --po.main.top.Holder.scriptspage.gkv1 G2L["201"].Name = [[gkv1]] G2L["201"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["201"].Text = [[Grab knife 1]] G2L["201"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["201"].TextScaled = false G2L["201"].TextSize = 18 G2L["201"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["201"].TextStrokeTransparency = 1 G2L["201"].TextWrapped = true G2L["201"].TextXAlignment = Enum.TextXAlignment.Center G2L["201"].TextYAlignment = Enum.TextYAlignment.Center G2L["201"].Active = true G2L["201"].AnchorPoint = Vector2.new(0, 0) G2L["201"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["201"].BackgroundTransparency = 0 G2L["201"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["201"].BorderSizePixel = 2 G2L["201"].ClipsDescendants = false G2L["201"].Draggable = false G2L["201"].Position = UDim2.new(0.2713348, 0, 0.6669199, 0) G2L["201"].Rotation = 0 G2L["201"].Selectable = true G2L["201"].SelectionOrder = 0 G2L["201"].Size = UDim2.new(0, 104, 0, 29) G2L["201"].Visible = true G2L["201"].ZIndex = 1 G2L["201"].Parent = G2L["116"] --po.main.top.Holder.scriptspage.gkv1.Script G2L["202"].Name = [[Script]] G2L["202"].Parent = G2L["201"] --po.main.top.Holder.scriptspage.gkv1.LocalScript G2L["203"].Name = [[LocalScript]] G2L["203"].Parent = G2L["201"] --po.main.top.Holder.scriptspage.gkv1.RemoteEvent G2L["204"].Name = [[RemoteEvent]] G2L["204"].Parent = G2L["201"] --po.main.top.Holder.scriptspage.uzi G2L["205"].Name = [[uzi]] G2L["205"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["205"].Text = [[Uzi Gun]] G2L["205"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["205"].TextScaled = false G2L["205"].TextSize = 18 G2L["205"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["205"].TextStrokeTransparency = 1 G2L["205"].TextWrapped = true G2L["205"].TextXAlignment = Enum.TextXAlignment.Center G2L["205"].TextYAlignment = Enum.TextYAlignment.Center G2L["205"].Active = true G2L["205"].AnchorPoint = Vector2.new(0, 0) G2L["205"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["205"].BackgroundTransparency = 0 G2L["205"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["205"].BorderSizePixel = 2 G2L["205"].ClipsDescendants = false G2L["205"].Draggable = false G2L["205"].Position = UDim2.new(0.512035, 0, 0.6669199, 0) G2L["205"].Rotation = 0 G2L["205"].Selectable = true G2L["205"].SelectionOrder = 0 G2L["205"].Size = UDim2.new(0, 104, 0, 29) G2L["205"].Visible = true G2L["205"].ZIndex = 1 G2L["205"].Parent = G2L["116"] --po.main.top.Holder.scriptspage.uzi.Script G2L["206"].Name = [[Script]] G2L["206"].Parent = G2L["205"] --po.main.top.Holder.scriptspage.uzi.LocalScript G2L["207"].Name = [[LocalScript]] G2L["207"].Parent = G2L["205"] --po.main.top.Holder.scriptspage.uzi.RemoteEvent G2L["208"].Name = [[RemoteEvent]] G2L["208"].Parent = G2L["205"] --po.main.top.Holder.scriptspage.guns G2L["209"].Name = [[guns]] G2L["209"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["209"].Text = [[Alif Guns]] G2L["209"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["209"].TextScaled = false G2L["209"].TextSize = 18 G2L["209"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["209"].TextStrokeTransparency = 1 G2L["209"].TextWrapped = true G2L["209"].TextXAlignment = Enum.TextXAlignment.Center G2L["209"].TextYAlignment = Enum.TextYAlignment.Center G2L["209"].Active = true G2L["209"].AnchorPoint = Vector2.new(0, 0) G2L["209"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["209"].BackgroundTransparency = 0 G2L["209"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["209"].BorderSizePixel = 2 G2L["209"].ClipsDescendants = false G2L["209"].Draggable = false G2L["209"].Position = UDim2.new(0.75273526, 0, 0.6669199, 0) G2L["209"].Rotation = 0 G2L["209"].Selectable = true G2L["209"].SelectionOrder = 0 G2L["209"].Size = UDim2.new(0, 99, 0, 29) G2L["209"].Visible = true G2L["209"].ZIndex = 1 G2L["209"].Parent = G2L["116"] --po.main.top.Holder.scriptspage.guns.Script G2L["210"].Name = [[Script]] G2L["210"].Parent = G2L["209"] --po.main.top.Holder.scriptspage.guns.LocalScript G2L["211"].Name = [[LocalScript]] G2L["211"].Parent = G2L["209"] --po.main.top.Holder.scriptspage.guns.RemoteEvent G2L["212"].Name = [[RemoteEvent]] G2L["212"].Parent = G2L["209"] --po.main.top.Holder.scriptspage.stra G2L["213"].Name = [[stra]] G2L["213"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["213"].Text = [[Stratosphere]] G2L["213"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["213"].TextScaled = false G2L["213"].TextSize = 18 G2L["213"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["213"].TextStrokeTransparency = 1 G2L["213"].TextWrapped = true G2L["213"].TextXAlignment = Enum.TextXAlignment.Center G2L["213"].TextYAlignment = Enum.TextYAlignment.Center G2L["213"].Active = true G2L["213"].AnchorPoint = Vector2.new(0, 0) G2L["213"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["213"].BackgroundTransparency = 0 G2L["213"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["213"].BorderSizePixel = 2 G2L["213"].ClipsDescendants = false G2L["213"].Draggable = false G2L["213"].Position = UDim2.new(0.030634573, 0, 0.7910334, 0) G2L["213"].Rotation = 0 G2L["213"].Selectable = true G2L["213"].SelectionOrder = 0 G2L["213"].Size = UDim2.new(0, 104, 0, 29) G2L["213"].Visible = true G2L["213"].ZIndex = 1 G2L["213"].Parent = G2L["116"] --po.main.top.Holder.scriptspage.stra.Script G2L["214"].Name = [[Script]] G2L["214"].Parent = G2L["213"] --po.main.top.Holder.scriptspage.stra.LocalScript G2L["215"].Name = [[LocalScript]] G2L["215"].Parent = G2L["213"] --po.main.top.Holder.scriptspage.stra.RemoteEvent G2L["216"].Name = [[RemoteEvent]] G2L["216"].Parent = G2L["213"] --po.main.top.Holder.scriptspage.k0p G2L["217"].Name = [[k0p]] G2L["217"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["217"].Text = [[K**P V11]] G2L["217"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["217"].TextScaled = false G2L["217"].TextSize = 18 G2L["217"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["217"].TextStrokeTransparency = 1 G2L["217"].TextWrapped = true G2L["217"].TextXAlignment = Enum.TextXAlignment.Center G2L["217"].TextYAlignment = Enum.TextYAlignment.Center G2L["217"].Active = true G2L["217"].AnchorPoint = Vector2.new(0, 0) G2L["217"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["217"].BackgroundTransparency = 0 G2L["217"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["217"].BorderSizePixel = 2 G2L["217"].ClipsDescendants = false G2L["217"].Draggable = false G2L["217"].Position = UDim2.new(0.2713348, 0, 0.7910334, 0) G2L["217"].Rotation = 0 G2L["217"].Selectable = true G2L["217"].SelectionOrder = 0 G2L["217"].Size = UDim2.new(0, 104, 0, 29) G2L["217"].Visible = true G2L["217"].ZIndex = 1 G2L["217"].Parent = G2L["116"] --po.main.top.Holder.scriptspage.k0p.Script G2L["218"].Name = [[Script]] G2L["218"].Parent = G2L["217"] --po.main.top.Holder.scriptspage.k0p.LocalScript G2L["219"].Name = [[LocalScript]] G2L["219"].Parent = G2L["217"] --po.main.top.Holder.scriptspage.k0p.RemoteEvent G2L["220"].Name = [[RemoteEvent]] G2L["220"].Parent = G2L["217"] --po.main.top.Holder.scriptspage.infinite yield G2L["221"].Name = [[infinite yield]] G2L["221"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["221"].Text = [[INF YIELD]] G2L["221"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["221"].TextScaled = false G2L["221"].TextSize = 18 G2L["221"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["221"].TextStrokeTransparency = 1 G2L["221"].TextWrapped = true G2L["221"].TextXAlignment = Enum.TextXAlignment.Center G2L["221"].TextYAlignment = Enum.TextYAlignment.Center G2L["221"].Active = true G2L["221"].AnchorPoint = Vector2.new(0, 0) G2L["221"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["221"].BackgroundTransparency = 0 G2L["221"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["221"].BorderSizePixel = 2 G2L["221"].ClipsDescendants = false G2L["221"].Draggable = false G2L["221"].Position = UDim2.new(0.512035, 0, 0.7910334, 0) G2L["221"].Rotation = 0 G2L["221"].Selectable = true G2L["221"].SelectionOrder = 0 G2L["221"].Size = UDim2.new(0, 104, 0, 29) G2L["221"].Visible = true G2L["221"].ZIndex = 1 G2L["221"].Parent = G2L["116"] --po.main.top.Holder.scriptspage.infinite yield.Script G2L["222"].Name = [[Script]] G2L["222"].Parent = G2L["221"] --po.main.top.Holder.scriptspage.infinite yield.LocalScript G2L["223"].Name = [[LocalScript]] G2L["223"].Parent = G2L["221"] --po.main.top.Holder.scriptspage.infinite yield.RemoteEvent G2L["224"].Name = [[RemoteEvent]] G2L["224"].Parent = G2L["221"] --po.main.top.Holder.scriptspage.exser G2L["225"].Name = [[exser]] G2L["225"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["225"].Text = [[ExSer]] G2L["225"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["225"].TextScaled = false G2L["225"].TextSize = 18 G2L["225"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["225"].TextStrokeTransparency = 1 G2L["225"].TextWrapped = true G2L["225"].TextXAlignment = Enum.TextXAlignment.Center G2L["225"].TextYAlignment = Enum.TextYAlignment.Center G2L["225"].Active = true G2L["225"].AnchorPoint = Vector2.new(0, 0) G2L["225"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["225"].BackgroundTransparency = 0 G2L["225"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["225"].BorderSizePixel = 2 G2L["225"].ClipsDescendants = false G2L["225"].Draggable = false G2L["225"].Position = UDim2.new(0.75273526, 0, 0.7910334, 0) G2L["225"].Rotation = 0 G2L["225"].Selectable = true G2L["225"].SelectionOrder = 0 G2L["225"].Size = UDim2.new(0, 99, 0, 29) G2L["225"].Visible = true G2L["225"].ZIndex = 1 G2L["225"].Parent = G2L["116"] --po.main.top.Holder.scriptspage.exser.Script G2L["226"].Name = [[Script]] G2L["226"].Parent = G2L["225"] --po.main.top.Holder.scriptspage.exser.LocalScript G2L["227"].Name = [[LocalScript]] G2L["227"].Parent = G2L["225"] --po.main.top.Holder.scriptspage.exser.RemoteEvent G2L["228"].Name = [[RemoteEvent]] G2L["228"].Parent = G2L["225"] --po.main.top.Holder.scriptspage.nextpage G2L["229"].Name = [[nextpage]] G2L["229"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["229"].Text = [[>]] G2L["229"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["229"].TextScaled = false G2L["229"].TextSize = 18 G2L["229"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["229"].TextStrokeTransparency = 1 G2L["229"].TextWrapped = true G2L["229"].TextXAlignment = Enum.TextXAlignment.Center G2L["229"].TextYAlignment = Enum.TextYAlignment.Center G2L["229"].Active = true G2L["229"].AnchorPoint = Vector2.new(0, 0) G2L["229"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["229"].BackgroundTransparency = 0 G2L["229"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["229"].BorderSizePixel = 2 G2L["229"].ClipsDescendants = false G2L["229"].Draggable = false G2L["229"].Position = UDim2.new(0.46389496, 0, 0.92223907, 0) G2L["229"].Rotation = 0 G2L["229"].Selectable = true G2L["229"].SelectionOrder = 0 G2L["229"].Size = UDim2.new(0, 34, 0, 15) G2L["229"].Visible = true G2L["229"].ZIndex = 1 G2L["229"].Parent = G2L["116"] --po.main.top.Holder.scriptspage.nextpage.LocalScript G2L["230"].Name = [[LocalScript]] G2L["230"].Parent = G2L["229"] --po.main.top.Holder.Executor G2L["231"].Name = [[Executor]] G2L["231"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["231"].Text = [[Executor]] G2L["231"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["231"].TextScaled = false G2L["231"].TextSize = 18 G2L["231"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["231"].TextStrokeTransparency = 1 G2L["231"].TextWrapped = true G2L["231"].TextXAlignment = Enum.TextXAlignment.Center G2L["231"].TextYAlignment = Enum.TextYAlignment.Center G2L["231"].Active = true G2L["231"].AnchorPoint = Vector2.new(0, 0) G2L["231"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["231"].BackgroundTransparency = 0 G2L["231"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["231"].BorderSizePixel = 2 G2L["231"].ClipsDescendants = false G2L["231"].Draggable = false G2L["231"].Position = UDim2.new(0.65426695, 0, 0, 0) G2L["231"].Rotation = 0 G2L["231"].Selectable = true G2L["231"].SelectionOrder = 0 G2L["231"].Size = UDim2.new(0, 79, 0, 29) G2L["231"].Visible = true G2L["231"].ZIndex = 1 G2L["231"].Parent = G2L["10"] --po.main.top.Holder.Executor.LocalScript G2L["232"].Name = [[LocalScript]] G2L["232"].Parent = G2L["231"] --po.main.top.Holder.executorpage G2L["233"].Name = [[executorpage]] G2L["233"].Active = false G2L["233"].AnchorPoint = Vector2.new(0, 0) G2L["233"].BackgroundColor3 = Color3.fromRGB(255, 255, 255) G2L["233"].BackgroundTransparency = 1 G2L["233"].BorderColor3 = Color3.fromRGB(0, 0, 0) G2L["233"].BorderSizePixel = 0 G2L["233"].ClipsDescendants = false G2L["233"].Draggable = false G2L["233"].Position = UDim2.new(0, 0, 0.093247585, 0) G2L["233"].Rotation = 0 G2L["233"].Selectable = false G2L["233"].SelectionOrder = 0 G2L["233"].Size = UDim2.new(0, 457, 0, 282) G2L["233"].Visible = false G2L["233"].ZIndex = 1 G2L["233"].Parent = G2L["10"] --po.main.top.Holder.executorpage.input G2L["234"].Name = [[input]] G2L["234"].FontFace = Font.new([[rbxasset://fonts/families/Inconsolata.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["234"].MultiLine = true G2L["234"].PlaceholderColor3 = Color3.new(1, 1, 1) G2L["234"].PlaceholderText = [[--[ Made by Alif --[]] G2L["234"].Text = [[]] G2L["234"].TextColor3 = Color3.fromRGB(17, 255, 0) G2L["234"].TextScaled = false G2L["234"].TextSize = 14 G2L["234"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["234"].TextStrokeTransparency = 1 G2L["234"].TextWrapped = false G2L["234"].TextXAlignment = Enum.TextXAlignment.Left G2L["234"].TextYAlignment = Enum.TextYAlignment.Top G2L["234"].Active = true G2L["234"].AnchorPoint = Vector2.new(0, 0) G2L["234"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["234"].BackgroundTransparency = 0 G2L["234"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["234"].BorderSizePixel = 2 G2L["234"].ClipsDescendants = false G2L["234"].Draggable = false G2L["234"].Position = UDim2.new(0.015317286, 0, 0.031914894, 0) G2L["234"].Rotation = 0 G2L["234"].Selectable = true G2L["234"].SelectionOrder = 0 G2L["234"].Size = UDim2.new(0, 444, 0, 218) G2L["234"].Visible = true G2L["234"].ZIndex = 1 G2L["234"].Parent = G2L["233"] --po.main.top.Holder.executorpage.exec G2L["235"].Name = [[exec]] G2L["235"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["235"].Text = [[Execute]] G2L["235"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["235"].TextScaled = false G2L["235"].TextSize = 18 G2L["235"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["235"].TextStrokeTransparency = 1 G2L["235"].TextWrapped = true G2L["235"].TextXAlignment = Enum.TextXAlignment.Center G2L["235"].TextYAlignment = Enum.TextYAlignment.Center G2L["235"].Active = true G2L["235"].AnchorPoint = Vector2.new(0, 0) G2L["235"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["235"].BackgroundTransparency = 0 G2L["235"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["235"].BorderSizePixel = 2 G2L["235"].ClipsDescendants = false G2L["235"].Draggable = false G2L["235"].Position = UDim2.new(0.015317286, 0, 0.847771, 0) G2L["235"].Rotation = 0 G2L["235"].Selectable = true G2L["235"].SelectionOrder = 0 G2L["235"].Size = UDim2.new(0, 104, 0, 33) G2L["235"].Visible = true G2L["235"].ZIndex = 1 G2L["235"].Parent = G2L["233"] --po.main.top.Holder.executorpage.exec.Script G2L["236"].Name = [[Script]] G2L["236"].Parent = G2L["235"] --po.main.top.Holder.executorpage.exec.Script.vLua G2L["237"].Name = [[vLua]] G2L["237"].Parent = G2L["236"] --po.main.top.Holder.executorpage.exec.Script.vLua.LuaK G2L["238"].Name = [[LuaK]] G2L["238"].Parent = G2L["237"] --po.main.top.Holder.executorpage.exec.Script.vLua.LuaP G2L["239"].Name = [[LuaP]] G2L["239"].Parent = G2L["237"] --po.main.top.Holder.executorpage.exec.Script.vLua.LuaU G2L["240"].Name = [[LuaU]] G2L["240"].Parent = G2L["237"] --po.main.top.Holder.executorpage.exec.Script.vLua.LuaX G2L["241"].Name = [[LuaX]] G2L["241"].Parent = G2L["237"] --po.main.top.Holder.executorpage.exec.Script.vLua.LuaY G2L["242"].Name = [[LuaY]] G2L["242"].Parent = G2L["237"] --po.main.top.Holder.executorpage.exec.Script.vLua.LuaZ G2L["243"].Name = [[LuaZ]] G2L["243"].Parent = G2L["237"] --po.main.top.Holder.executorpage.exec.Script.vLua.FiOne G2L["244"].Name = [[FiOne]] G2L["244"].Parent = G2L["237"] --po.main.top.Holder.executorpage.exec.Script.vLua.VirtualEnv G2L["245"].Name = [[VirtualEnv]] G2L["245"].Parent = G2L["237"] --po.main.top.Holder.executorpage.exec.LocalScript G2L["246"].Name = [[LocalScript]] G2L["246"].Parent = G2L["235"] --po.main.top.Holder.executorpage.exec.event G2L["247"].Name = [[event]] G2L["247"].Parent = G2L["235"] --po.main.top.Holder.executorpage.clear G2L["248"].Name = [[clear]] G2L["248"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["248"].Text = [[Clear]] G2L["248"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["248"].TextScaled = false G2L["248"].TextSize = 18 G2L["248"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["248"].TextStrokeTransparency = 1 G2L["248"].TextWrapped = true G2L["248"].TextXAlignment = Enum.TextXAlignment.Center G2L["248"].TextYAlignment = Enum.TextYAlignment.Center G2L["248"].Active = true G2L["248"].AnchorPoint = Vector2.new(0, 0) G2L["248"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["248"].BackgroundTransparency = 0 G2L["248"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["248"].BorderSizePixel = 2 G2L["248"].ClipsDescendants = false G2L["248"].Draggable = false G2L["248"].Position = UDim2.new(0.2603939, 0, 0.847771, 0) G2L["248"].Rotation = 0 G2L["248"].Selectable = true G2L["248"].SelectionOrder = 0 G2L["248"].Size = UDim2.new(0, 104, 0, 33) G2L["248"].Visible = true G2L["248"].ZIndex = 1 G2L["248"].Parent = G2L["233"] --po.main.top.Holder.executorpage.clear.LocalScript G2L["249"].Name = [[LocalScript]] G2L["249"].Parent = G2L["248"] --po.main.top.Holder.executorpage.hey G2L["250"].Name = [[hey]] G2L["250"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["250"].Text = [[Execute on :]] G2L["250"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["250"].TextScaled = false G2L["250"].TextSize = 18 G2L["250"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["250"].TextStrokeTransparency = 1 G2L["250"].TextWrapped = false G2L["250"].TextXAlignment = Enum.TextXAlignment.Left G2L["250"].TextYAlignment = Enum.TextYAlignment.Center G2L["250"].Active = false G2L["250"].AnchorPoint = Vector2.new(0, 0) G2L["250"].BackgroundColor3 = Color3.fromRGB(255, 255, 255) G2L["250"].BackgroundTransparency = 1 G2L["250"].BorderColor3 = Color3.fromRGB(0, 0, 0) G2L["250"].BorderSizePixel = 0 G2L["250"].ClipsDescendants = false G2L["250"].Draggable = false G2L["250"].Position = UDim2.new(0.51859957, 0, 0.847771, 0) G2L["250"].Rotation = 0 G2L["250"].Selectable = false G2L["250"].SelectionOrder = 0 G2L["250"].Size = UDim2.new(0, 100, 0, 32) G2L["250"].Visible = true G2L["250"].ZIndex = 1 G2L["250"].Parent = G2L["233"] --po.main.top.Holder.executorpage.idk G2L["251"].Name = [[idk]] G2L["251"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["251"].Text = [[Server]] G2L["251"].TextColor3 = Color3.fromRGB(98.00001, 255, 0) G2L["251"].TextScaled = false G2L["251"].TextSize = 18 G2L["251"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["251"].TextStrokeTransparency = 1 G2L["251"].TextWrapped = false G2L["251"].TextXAlignment = Enum.TextXAlignment.Left G2L["251"].TextYAlignment = Enum.TextYAlignment.Center G2L["251"].Active = false G2L["251"].AnchorPoint = Vector2.new(0, 0) G2L["251"].BackgroundColor3 = Color3.fromRGB(255, 255, 255) G2L["251"].BackgroundTransparency = 1 G2L["251"].BorderColor3 = Color3.fromRGB(0, 0, 0) G2L["251"].BorderSizePixel = 0 G2L["251"].ClipsDescendants = false G2L["251"].Draggable = false G2L["251"].Position = UDim2.new(0.73741794, 0, 0.847771, 0) G2L["251"].Rotation = 0 G2L["251"].Selectable = false G2L["251"].SelectionOrder = 0 G2L["251"].Size = UDim2.new(0, 100, 0, 32) G2L["251"].Visible = true G2L["251"].ZIndex = 1 G2L["251"].Parent = G2L["233"] --po.main.top.Holder.scriptspage2 G2L["252"].Name = [[scriptspage2]] G2L["252"].Active = false G2L["252"].AnchorPoint = Vector2.new(0, 0) G2L["252"].BackgroundColor3 = Color3.fromRGB(255, 255, 255) G2L["252"].BackgroundTransparency = 1 G2L["252"].BorderColor3 = Color3.fromRGB(0, 0, 0) G2L["252"].BorderSizePixel = 0 G2L["252"].ClipsDescendants = false G2L["252"].Draggable = false G2L["252"].Position = UDim2.new(0, 0, 0.09967846, 0) G2L["252"].Rotation = 0 G2L["252"].Selectable = false G2L["252"].SelectionOrder = 0 G2L["252"].Size = UDim2.new(0, 457, 0, 280) G2L["252"].Visible = false G2L["252"].ZIndex = 1 G2L["252"].Parent = G2L["10"] --po.main.top.Holder.scriptspage2.omni G2L["253"].Name = [[omni]] G2L["253"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["253"].Text = [[Omni God]] G2L["253"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["253"].TextScaled = true G2L["253"].TextSize = 18 G2L["253"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["253"].TextStrokeTransparency = 1 G2L["253"].TextWrapped = true G2L["253"].TextXAlignment = Enum.TextXAlignment.Center G2L["253"].TextYAlignment = Enum.TextYAlignment.Center G2L["253"].Active = true G2L["253"].AnchorPoint = Vector2.new(0, 0) G2L["253"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["253"].BackgroundTransparency = 0 G2L["253"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["253"].BorderSizePixel = 2 G2L["253"].ClipsDescendants = false G2L["253"].Draggable = false G2L["253"].Position = UDim2.new(0.030634573, 0, 0.035714287, 0) G2L["253"].Rotation = 0 G2L["253"].Selectable = true G2L["253"].SelectionOrder = 0 G2L["253"].Size = UDim2.new(0, 104, 0, 29) G2L["253"].Visible = true G2L["253"].ZIndex = 1 G2L["253"].Parent = G2L["252"] --po.main.top.Holder.scriptspage2.omni.Script G2L["254"].Name = [[Script]] G2L["254"].Parent = G2L["253"] --po.main.top.Holder.scriptspage2.omni.LocalScript G2L["255"].Name = [[LocalScript]] G2L["255"].Parent = G2L["253"] --po.main.top.Holder.scriptspage2.omni.RemoteEvent G2L["256"].Name = [[RemoteEvent]] G2L["256"].Parent = G2L["253"] --po.main.top.Holder.scriptspage2.destruction g G2L["257"].Name = [[destruction g]] G2L["257"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["257"].Text = [[God Of Destruction]] G2L["257"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["257"].TextScaled = true G2L["257"].TextSize = 18 G2L["257"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["257"].TextStrokeTransparency = 1 G2L["257"].TextWrapped = true G2L["257"].TextXAlignment = Enum.TextXAlignment.Center G2L["257"].TextYAlignment = Enum.TextYAlignment.Center G2L["257"].Active = true G2L["257"].AnchorPoint = Vector2.new(0, 0) G2L["257"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["257"].BackgroundTransparency = 0 G2L["257"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["257"].BorderSizePixel = 2 G2L["257"].ClipsDescendants = false G2L["257"].Draggable = false G2L["257"].Position = UDim2.new(0.2713348, 0, 0.035714287, 0) G2L["257"].Rotation = 0 G2L["257"].Selectable = true G2L["257"].SelectionOrder = 0 G2L["257"].Size = UDim2.new(0, 104, 0, 29) G2L["257"].Visible = true G2L["257"].ZIndex = 1 G2L["257"].Parent = G2L["252"] --po.main.top.Holder.scriptspage2.destruction g.Script G2L["258"].Name = [[Script]] G2L["258"].Parent = G2L["257"] --po.main.top.Holder.scriptspage2.destruction g.LocalScript G2L["259"].Name = [[LocalScript]] G2L["259"].Parent = G2L["257"] --po.main.top.Holder.scriptspage2.destruction g.RemoteEvent G2L["260"].Name = [[RemoteEvent]] G2L["260"].Parent = G2L["257"] --po.main.top.Holder.scriptspage2.beforepage G2L["261"].Name = [[beforepage]] G2L["261"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["261"].Text = [[<]] G2L["261"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["261"].TextScaled = false G2L["261"].TextSize = 18 G2L["261"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["261"].TextStrokeTransparency = 1 G2L["261"].TextWrapped = true G2L["261"].TextXAlignment = Enum.TextXAlignment.Center G2L["261"].TextYAlignment = Enum.TextYAlignment.Center G2L["261"].Active = true G2L["261"].AnchorPoint = Vector2.new(0, 0) G2L["261"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["261"].BackgroundTransparency = 0 G2L["261"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["261"].BorderSizePixel = 2 G2L["261"].ClipsDescendants = false G2L["261"].Draggable = false G2L["261"].Position = UDim2.new(0.3894967, 0, 0.922239, 0) G2L["261"].Rotation = 0 G2L["261"].Selectable = true G2L["261"].SelectionOrder = 0 G2L["261"].Size = UDim2.new(0, 34, 0, 15) G2L["261"].Visible = true G2L["261"].ZIndex = 1 G2L["261"].Parent = G2L["252"] --po.main.top.Holder.scriptspage2.beforepage.LocalScript G2L["262"].Name = [[LocalScript]] G2L["262"].Parent = G2L["261"] --po.main.top.Holder.scriptspage2.nextpage G2L["263"].Name = [[nextpage]] G2L["263"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["263"].Text = [[>]] G2L["263"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["263"].TextScaled = false G2L["263"].TextSize = 18 G2L["263"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["263"].TextStrokeTransparency = 1 G2L["263"].TextWrapped = true G2L["263"].TextXAlignment = Enum.TextXAlignment.Center G2L["263"].TextYAlignment = Enum.TextYAlignment.Center G2L["263"].Active = true G2L["263"].AnchorPoint = Vector2.new(0, 0) G2L["263"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["263"].BackgroundTransparency = 0 G2L["263"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["263"].BorderSizePixel = 2 G2L["263"].ClipsDescendants = false G2L["263"].Draggable = false G2L["263"].Position = UDim2.new(0.47483587, 0, 0.922239, 0) G2L["263"].Rotation = 0 G2L["263"].Selectable = true G2L["263"].SelectionOrder = 0 G2L["263"].Size = UDim2.new(0, 34, 0, 15) G2L["263"].Visible = true G2L["263"].ZIndex = 1 G2L["263"].Parent = G2L["252"] --po.main.top.Holder.scriptspage2.nextpage.LocalScript G2L["264"].Name = [[LocalScript]] G2L["264"].Parent = G2L["263"] --po.main.top.Holder.scriptspage2.mystic G2L["265"].Name = [[mystic]] G2L["265"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["265"].Text = [[Arc of Mystic]] G2L["265"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["265"].TextScaled = true G2L["265"].TextSize = 18 G2L["265"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["265"].TextStrokeTransparency = 1 G2L["265"].TextWrapped = true G2L["265"].TextXAlignment = Enum.TextXAlignment.Center G2L["265"].TextYAlignment = Enum.TextYAlignment.Center G2L["265"].Active = true G2L["265"].AnchorPoint = Vector2.new(0, 0) G2L["265"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["265"].BackgroundTransparency = 0 G2L["265"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["265"].BorderSizePixel = 2 G2L["265"].ClipsDescendants = false G2L["265"].Draggable = false G2L["265"].Position = UDim2.new(0.512035, 0, 0.035714287, 0) G2L["265"].Rotation = 0 G2L["265"].Selectable = true G2L["265"].SelectionOrder = 0 G2L["265"].Size = UDim2.new(0, 104, 0, 29) G2L["265"].Visible = true G2L["265"].ZIndex = 1 G2L["265"].Parent = G2L["252"] --po.main.top.Holder.scriptspage2.mystic.Script G2L["266"].Name = [[Script]] G2L["266"].Parent = G2L["265"] --po.main.top.Holder.scriptspage2.mystic.LocalScript G2L["267"].Name = [[LocalScript]] G2L["267"].Parent = G2L["265"] --po.main.top.Holder.scriptspage2.mystic.RemoteEvent G2L["268"].Name = [[RemoteEvent]] G2L["268"].Parent = G2L["265"] --po.main.top.Holder.scriptspage2.dog G2L["269"].Name = [[dog]] G2L["269"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["269"].Text = [[Doggo Army]] G2L["269"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["269"].TextScaled = true G2L["269"].TextSize = 18 G2L["269"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["269"].TextStrokeTransparency = 1 G2L["269"].TextWrapped = true G2L["269"].TextXAlignment = Enum.TextXAlignment.Center G2L["269"].TextYAlignment = Enum.TextYAlignment.Center G2L["269"].Active = true G2L["269"].AnchorPoint = Vector2.new(0, 0) G2L["269"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["269"].BackgroundTransparency = 0 G2L["269"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["269"].BorderSizePixel = 2 G2L["269"].ClipsDescendants = false G2L["269"].Draggable = false G2L["269"].Position = UDim2.new(0.75273526, 0, 0.03482786, 0) G2L["269"].Rotation = 0 G2L["269"].Selectable = true G2L["269"].SelectionOrder = 0 G2L["269"].Size = UDim2.new(0, 99, 0, 29) G2L["269"].Visible = true G2L["269"].ZIndex = 1 G2L["269"].Parent = G2L["252"] --po.main.top.Holder.scriptspage2.dog.LocalScript G2L["270"].Name = [[LocalScript]] G2L["270"].Parent = G2L["269"] --po.main.top.Holder.scriptspage2.dog.RemoteEvent G2L["271"].Name = [[RemoteEvent]] G2L["271"].Parent = G2L["269"] --po.main.top.Holder.scriptspage2.dog.Script G2L["272"].Name = [[Script]] G2L["272"].Parent = G2L["269"] --po.main.top.Holder.scriptspage2.mosque G2L["273"].Name = [[mosque]] G2L["273"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["273"].Text = [[Mosque 2]] G2L["273"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["273"].TextScaled = true G2L["273"].TextSize = 18 G2L["273"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["273"].TextStrokeTransparency = 1 G2L["273"].TextWrapped = true G2L["273"].TextXAlignment = Enum.TextXAlignment.Center G2L["273"].TextYAlignment = Enum.TextYAlignment.Center G2L["273"].Active = true G2L["273"].AnchorPoint = Vector2.new(0, 0) G2L["273"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["273"].BackgroundTransparency = 0 G2L["273"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["273"].BorderSizePixel = 2 G2L["273"].ClipsDescendants = false G2L["273"].Draggable = false G2L["273"].Position = UDim2.new(0.030634573, 0, 0.16071428, 0) G2L["273"].Rotation = 0 G2L["273"].Selectable = true G2L["273"].SelectionOrder = 0 G2L["273"].Size = UDim2.new(0, 104, 0, 29) G2L["273"].Visible = true G2L["273"].ZIndex = 1 G2L["273"].Parent = G2L["252"] --po.main.top.Holder.scriptspage2.mosque.Script G2L["274"].Name = [[Script]] G2L["274"].Parent = G2L["273"] --po.main.top.Holder.scriptspage2.mosque.LocalScript G2L["275"].Name = [[LocalScript]] G2L["275"].Parent = G2L["273"] --po.main.top.Holder.scriptspage2.mosque.RemoteEvent G2L["276"].Name = [[RemoteEvent]] G2L["276"].Parent = G2L["273"] --po.main.top.Holder.scriptspage2.ssp 2 G2L["277"].Name = [[ssp 2]] G2L["277"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["277"].Text = [[Converted SSP]] G2L["277"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["277"].TextScaled = true G2L["277"].TextSize = 18 G2L["277"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["277"].TextStrokeTransparency = 1 G2L["277"].TextWrapped = true G2L["277"].TextXAlignment = Enum.TextXAlignment.Center G2L["277"].TextYAlignment = Enum.TextYAlignment.Center G2L["277"].Active = true G2L["277"].AnchorPoint = Vector2.new(0, 0) G2L["277"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["277"].BackgroundTransparency = 0 G2L["277"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["277"].BorderSizePixel = 2 G2L["277"].ClipsDescendants = false G2L["277"].Draggable = false G2L["277"].Position = UDim2.new(0.2713348, 0, 0.16071428, 0) G2L["277"].Rotation = 0 G2L["277"].Selectable = true G2L["277"].SelectionOrder = 0 G2L["277"].Size = UDim2.new(0, 104, 0, 29) G2L["277"].Visible = true G2L["277"].ZIndex = 1 G2L["277"].Parent = G2L["252"] --po.main.top.Holder.scriptspage2.ssp 2.Script G2L["278"].Name = [[Script]] G2L["278"].Parent = G2L["277"] --po.main.top.Holder.scriptspage2.ssp 2.LocalScript G2L["279"].Name = [[LocalScript]] G2L["279"].Parent = G2L["277"] --po.main.top.Holder.scriptspage2.ssp 2.RemoteEvent G2L["280"].Name = [[RemoteEvent]] G2L["280"].Parent = G2L["277"] --po.main.top.Holder.scriptspage2.laser G2L["281"].Name = [[laser]] G2L["281"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["281"].Text = [[Laser Cat]] G2L["281"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["281"].TextScaled = true G2L["281"].TextSize = 18 G2L["281"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["281"].TextStrokeTransparency = 1 G2L["281"].TextWrapped = true G2L["281"].TextXAlignment = Enum.TextXAlignment.Center G2L["281"].TextYAlignment = Enum.TextYAlignment.Center G2L["281"].Active = true G2L["281"].AnchorPoint = Vector2.new(0, 0) G2L["281"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["281"].BackgroundTransparency = 0 G2L["281"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["281"].BorderSizePixel = 2 G2L["281"].ClipsDescendants = false G2L["281"].Draggable = false G2L["281"].Position = UDim2.new(0.512035, 0, 0.16071428, 0) G2L["281"].Rotation = 0 G2L["281"].Selectable = true G2L["281"].SelectionOrder = 0 G2L["281"].Size = UDim2.new(0, 104, 0, 29) G2L["281"].Visible = true G2L["281"].ZIndex = 1 G2L["281"].Parent = G2L["252"] --po.main.top.Holder.scriptspage2.laser.Script G2L["282"].Name = [[Script]] G2L["282"].Parent = G2L["281"] --po.main.top.Holder.scriptspage2.laser.LocalScript G2L["283"].Name = [[LocalScript]] G2L["283"].Parent = G2L["281"] --po.main.top.Holder.scriptspage2.laser.RemoteEvent G2L["284"].Name = [[RemoteEvent]] G2L["284"].Parent = G2L["281"] --po.main.top.Holder.scriptspage2.china G2L["285"].Name = [[china]] G2L["285"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["285"].Text = [[Chinese Announcement]] G2L["285"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["285"].TextScaled = true G2L["285"].TextSize = 18 G2L["285"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["285"].TextStrokeTransparency = 1 G2L["285"].TextWrapped = true G2L["285"].TextXAlignment = Enum.TextXAlignment.Center G2L["285"].TextYAlignment = Enum.TextYAlignment.Center G2L["285"].Active = true G2L["285"].AnchorPoint = Vector2.new(0, 0) G2L["285"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["285"].BackgroundTransparency = 0 G2L["285"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["285"].BorderSizePixel = 2 G2L["285"].ClipsDescendants = false G2L["285"].Draggable = false G2L["285"].Position = UDim2.new(0.75273526, 0, 0.15982786, 0) G2L["285"].Rotation = 0 G2L["285"].Selectable = true G2L["285"].SelectionOrder = 0 G2L["285"].Size = UDim2.new(0, 99, 0, 29) G2L["285"].Visible = true G2L["285"].ZIndex = 1 G2L["285"].Parent = G2L["252"] --po.main.top.Holder.scriptspage2.china.LocalScript G2L["286"].Name = [[LocalScript]] G2L["286"].Parent = G2L["285"] --po.main.top.Holder.scriptspage2.china.RemoteEvent G2L["287"].Name = [[RemoteEvent]] G2L["287"].Parent = G2L["285"] --po.main.top.Holder.scriptspage2.china.Script G2L["288"].Name = [[Script]] G2L["288"].Parent = G2L["285"] --po.main.top.Holder.scriptspage2.bean G2L["289"].Name = [[bean]] G2L["289"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["289"].Text = [[Mr.Bean Admin (REAL VERSION)]] G2L["289"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["289"].TextScaled = true G2L["289"].TextSize = 18 G2L["289"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["289"].TextStrokeTransparency = 1 G2L["289"].TextWrapped = true G2L["289"].TextXAlignment = Enum.TextXAlignment.Center G2L["289"].TextYAlignment = Enum.TextYAlignment.Center G2L["289"].Active = true G2L["289"].AnchorPoint = Vector2.new(0, 0) G2L["289"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["289"].BackgroundTransparency = 0 G2L["289"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["289"].BorderSizePixel = 2 G2L["289"].ClipsDescendants = false G2L["289"].Draggable = false G2L["289"].Position = UDim2.new(0.030634573, 0, 0.2857143, 0) G2L["289"].Rotation = 0 G2L["289"].Selectable = true G2L["289"].SelectionOrder = 0 G2L["289"].Size = UDim2.new(0, 104, 0, 29) G2L["289"].Visible = true G2L["289"].ZIndex = 1 G2L["289"].Parent = G2L["252"] --po.main.top.Holder.scriptspage2.bean.Script G2L["290"].Name = [[Script]] G2L["290"].Parent = G2L["289"] --po.main.top.Holder.scriptspage2.bean.LocalScript G2L["291"].Name = [[LocalScript]] G2L["291"].Parent = G2L["289"] --po.main.top.Holder.scriptspage2.bean.RemoteEvent G2L["292"].Name = [[RemoteEvent]] G2L["292"].Parent = G2L["289"] --po.main.top.Holder.scriptspage2.patrik G2L["293"].Name = [[patrik]] G2L["293"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["293"].Text = [[Patrick :0]] G2L["293"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["293"].TextScaled = true G2L["293"].TextSize = 18 G2L["293"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["293"].TextStrokeTransparency = 1 G2L["293"].TextWrapped = true G2L["293"].TextXAlignment = Enum.TextXAlignment.Center G2L["293"].TextYAlignment = Enum.TextYAlignment.Center G2L["293"].Active = true G2L["293"].AnchorPoint = Vector2.new(0, 0) G2L["293"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["293"].BackgroundTransparency = 0 G2L["293"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["293"].BorderSizePixel = 2 G2L["293"].ClipsDescendants = false G2L["293"].Draggable = false G2L["293"].Position = UDim2.new(0.2713348, 0, 0.2857143, 0) G2L["293"].Rotation = 0 G2L["293"].Selectable = true G2L["293"].SelectionOrder = 0 G2L["293"].Size = UDim2.new(0, 104, 0, 29) G2L["293"].Visible = true G2L["293"].ZIndex = 1 G2L["293"].Parent = G2L["252"] --po.main.top.Holder.scriptspage2.patrik.Script G2L["294"].Name = [[Script]] G2L["294"].Parent = G2L["293"] --po.main.top.Holder.scriptspage2.patrik.LocalScript G2L["295"].Name = [[LocalScript]] G2L["295"].Parent = G2L["293"] --po.main.top.Holder.scriptspage2.patrik.RemoteEvent G2L["296"].Name = [[RemoteEvent]] G2L["296"].Parent = G2L["293"] --po.main.top.Holder.scriptspage2.kitchen G2L["297"].Name = [[kitchen]] G2L["297"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["297"].Text = [[Kitchen Gun]] G2L["297"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["297"].TextScaled = true G2L["297"].TextSize = 18 G2L["297"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["297"].TextStrokeTransparency = 1 G2L["297"].TextWrapped = true G2L["297"].TextXAlignment = Enum.TextXAlignment.Center G2L["297"].TextYAlignment = Enum.TextYAlignment.Center G2L["297"].Active = true G2L["297"].AnchorPoint = Vector2.new(0, 0) G2L["297"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["297"].BackgroundTransparency = 0 G2L["297"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["297"].BorderSizePixel = 2 G2L["297"].ClipsDescendants = false G2L["297"].Draggable = false G2L["297"].Position = UDim2.new(0.512035, 0, 0.2857143, 0) G2L["297"].Rotation = 0 G2L["297"].Selectable = true G2L["297"].SelectionOrder = 0 G2L["297"].Size = UDim2.new(0, 104, 0, 29) G2L["297"].Visible = true G2L["297"].ZIndex = 1 G2L["297"].Parent = G2L["252"] --po.main.top.Holder.scriptspage2.kitchen.Script G2L["298"].Name = [[Script]] G2L["298"].Parent = G2L["297"] --po.main.top.Holder.scriptspage2.kitchen.LocalScript G2L["299"].Name = [[LocalScript]] G2L["299"].Parent = G2L["297"] --po.main.top.Holder.scriptspage2.kitchen.RemoteEvent G2L["300"].Name = [[RemoteEvent]] G2L["300"].Parent = G2L["297"] --po.main.top.Holder.scriptspage2.virus G2L["301"].Name = [[virus]] G2L["301"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["301"].Text = [[Infection]] G2L["301"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["301"].TextScaled = true G2L["301"].TextSize = 18 G2L["301"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["301"].TextStrokeTransparency = 1 G2L["301"].TextWrapped = true G2L["301"].TextXAlignment = Enum.TextXAlignment.Center G2L["301"].TextYAlignment = Enum.TextYAlignment.Center G2L["301"].Active = true G2L["301"].AnchorPoint = Vector2.new(0, 0) G2L["301"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["301"].BackgroundTransparency = 0 G2L["301"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["301"].BorderSizePixel = 2 G2L["301"].ClipsDescendants = false G2L["301"].Draggable = false G2L["301"].Position = UDim2.new(0.75273526, 0, 0.28482786, 0) G2L["301"].Rotation = 0 G2L["301"].Selectable = true G2L["301"].SelectionOrder = 0 G2L["301"].Size = UDim2.new(0, 99, 0, 29) G2L["301"].Visible = true G2L["301"].ZIndex = 1 G2L["301"].Parent = G2L["252"] --po.main.top.Holder.scriptspage2.virus.Script G2L["302"].Name = [[Script]] G2L["302"].Parent = G2L["301"] --po.main.top.Holder.scriptspage2.virus.LocalScript G2L["303"].Name = [[LocalScript]] G2L["303"].Parent = G2L["301"] --po.main.top.Holder.scriptspage2.virus.RemoteEvent G2L["304"].Name = [[RemoteEvent]] G2L["304"].Parent = G2L["301"] --po.main.top.Holder.scriptspage2.rocky G2L["305"].Name = [[rocky]] G2L["305"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["305"].Text = [[Rocky2u's Admin]] G2L["305"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["305"].TextScaled = true G2L["305"].TextSize = 18 G2L["305"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["305"].TextStrokeTransparency = 1 G2L["305"].TextWrapped = true G2L["305"].TextXAlignment = Enum.TextXAlignment.Center G2L["305"].TextYAlignment = Enum.TextYAlignment.Center G2L["305"].Active = true G2L["305"].AnchorPoint = Vector2.new(0, 0) G2L["305"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["305"].BackgroundTransparency = 0 G2L["305"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["305"].BorderSizePixel = 2 G2L["305"].ClipsDescendants = false G2L["305"].Draggable = false G2L["305"].Position = UDim2.new(0.030634573, 0, 0.41869295, 0) G2L["305"].Rotation = 0 G2L["305"].Selectable = true G2L["305"].SelectionOrder = 0 G2L["305"].Size = UDim2.new(0, 104, 0, 29) G2L["305"].Visible = true G2L["305"].ZIndex = 1 G2L["305"].Parent = G2L["252"] --po.main.top.Holder.scriptspage2.rocky.Script G2L["306"].Name = [[Script]] G2L["306"].Parent = G2L["305"] --po.main.top.Holder.scriptspage2.rocky.LocalScript G2L["307"].Name = [[LocalScript]] G2L["307"].Parent = G2L["305"] --po.main.top.Holder.scriptspage2.rocky.RemoteEvent G2L["308"].Name = [[RemoteEvent]] G2L["308"].Parent = G2L["305"] --po.main.top.Holder.scriptspage2.yield G2L["309"].Name = [[yield]] G2L["309"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["309"].Text = [[[FE] Infinite Yield]] G2L["309"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["309"].TextScaled = true G2L["309"].TextSize = 18 G2L["309"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["309"].TextStrokeTransparency = 1 G2L["309"].TextWrapped = true G2L["309"].TextXAlignment = Enum.TextXAlignment.Center G2L["309"].TextYAlignment = Enum.TextYAlignment.Center G2L["309"].Active = true G2L["309"].AnchorPoint = Vector2.new(0, 0) G2L["309"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["309"].BackgroundTransparency = 0 G2L["309"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["309"].BorderSizePixel = 2 G2L["309"].ClipsDescendants = false G2L["309"].Draggable = false G2L["309"].Position = UDim2.new(0.512035, 0, 0.4186929, 0) G2L["309"].Rotation = 0 G2L["309"].Selectable = true G2L["309"].SelectionOrder = 0 G2L["309"].Size = UDim2.new(0, 104, 0, 29) G2L["309"].Visible = true G2L["309"].ZIndex = 1 G2L["309"].Parent = G2L["252"] --po.main.top.Holder.scriptspage2.yield.Script G2L["310"].Name = [[Script]] G2L["310"].Parent = G2L["309"] --po.main.top.Holder.scriptspage2.yield.LocalScript G2L["311"].Name = [[LocalScript]] G2L["311"].Parent = G2L["309"] --po.main.top.Holder.scriptspage2.yield.RemoteEvent G2L["312"].Name = [[RemoteEvent]] G2L["312"].Parent = G2L["309"] --po.main.top.Holder.scriptspage2.cina G2L["313"].Name = [[cina]] G2L["313"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["313"].Text = [[China]] G2L["313"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["313"].TextScaled = true G2L["313"].TextSize = 18 G2L["313"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["313"].TextStrokeTransparency = 1 G2L["313"].TextWrapped = true G2L["313"].TextXAlignment = Enum.TextXAlignment.Center G2L["313"].TextYAlignment = Enum.TextYAlignment.Center G2L["313"].Active = true G2L["313"].AnchorPoint = Vector2.new(0, 0) G2L["313"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["313"].BackgroundTransparency = 0 G2L["313"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["313"].BorderSizePixel = 2 G2L["313"].ClipsDescendants = false G2L["313"].Draggable = false G2L["313"].Position = UDim2.new(0.75273526, 0, 0.41697073, 0) G2L["313"].Rotation = 0 G2L["313"].Selectable = true G2L["313"].SelectionOrder = 0 G2L["313"].Size = UDim2.new(0, 99, 0, 29) G2L["313"].Visible = true G2L["313"].ZIndex = 1 G2L["313"].Parent = G2L["252"] --po.main.top.Holder.scriptspage2.cina.Script G2L["314"].Name = [[Script]] G2L["314"].Parent = G2L["313"] --po.main.top.Holder.scriptspage2.mc G2L["315"].Name = [[mc]] G2L["315"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["315"].Text = [[Steve]] G2L["315"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["315"].TextScaled = true G2L["315"].TextSize = 18 G2L["315"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["315"].TextStrokeTransparency = 1 G2L["315"].TextWrapped = true G2L["315"].TextXAlignment = Enum.TextXAlignment.Center G2L["315"].TextYAlignment = Enum.TextYAlignment.Center G2L["315"].Active = true G2L["315"].AnchorPoint = Vector2.new(0, 0) G2L["315"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["315"].BackgroundTransparency = 0 G2L["315"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["315"].BorderSizePixel = 2 G2L["315"].ClipsDescendants = false G2L["315"].Draggable = false G2L["315"].Position = UDim2.new(0.030634573, 0, 0.5436929, 0) G2L["315"].Rotation = 0 G2L["315"].Selectable = true G2L["315"].SelectionOrder = 0 G2L["315"].Size = UDim2.new(0, 104, 0, 29) G2L["315"].Visible = true G2L["315"].ZIndex = 1 G2L["315"].Parent = G2L["252"] --po.main.top.Holder.scriptspage2.mc.Script G2L["316"].Name = [[Script]] G2L["316"].Parent = G2L["315"] --po.main.top.Holder.scriptspage2.mc.LocalScript G2L["317"].Name = [[LocalScript]] G2L["317"].Parent = G2L["315"] --po.main.top.Holder.scriptspage2.mc.RemoteEvent G2L["318"].Name = [[RemoteEvent]] G2L["318"].Parent = G2L["315"] --po.main.top.Holder.scriptspage2.c4 G2L["319"].Name = [[c4]] G2L["319"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["319"].Text = [[C4 Bomb]] G2L["319"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["319"].TextScaled = true G2L["319"].TextSize = 18 G2L["319"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["319"].TextStrokeTransparency = 1 G2L["319"].TextWrapped = true G2L["319"].TextXAlignment = Enum.TextXAlignment.Center G2L["319"].TextYAlignment = Enum.TextYAlignment.Center G2L["319"].Active = true G2L["319"].AnchorPoint = Vector2.new(0, 0) G2L["319"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["319"].BackgroundTransparency = 0 G2L["319"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["319"].BorderSizePixel = 2 G2L["319"].ClipsDescendants = false G2L["319"].Draggable = false G2L["319"].Position = UDim2.new(0.2713348, 0, 0.5436929, 0) G2L["319"].Rotation = 0 G2L["319"].Selectable = true G2L["319"].SelectionOrder = 0 G2L["319"].Size = UDim2.new(0, 104, 0, 29) G2L["319"].Visible = true G2L["319"].ZIndex = 1 G2L["319"].Parent = G2L["252"] --po.main.top.Holder.scriptspage2.c4.Script G2L["320"].Name = [[Script]] G2L["320"].Parent = G2L["319"] --po.main.top.Holder.scriptspage2.c4.LocalScript G2L["321"].Name = [[LocalScript]] G2L["321"].Parent = G2L["319"] --po.main.top.Holder.scriptspage2.c4.RemoteEvent G2L["322"].Name = [[RemoteEvent]] G2L["322"].Parent = G2L["319"] --po.main.top.Holder.scriptspage2.summon G2L["323"].Name = [[summon]] G2L["323"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["323"].Text = [[Spawn N*obs]] G2L["323"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["323"].TextScaled = true G2L["323"].TextSize = 18 G2L["323"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["323"].TextStrokeTransparency = 1 G2L["323"].TextWrapped = true G2L["323"].TextXAlignment = Enum.TextXAlignment.Center G2L["323"].TextYAlignment = Enum.TextYAlignment.Center G2L["323"].Active = true G2L["323"].AnchorPoint = Vector2.new(0, 0) G2L["323"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["323"].BackgroundTransparency = 0 G2L["323"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["323"].BorderSizePixel = 2 G2L["323"].ClipsDescendants = false G2L["323"].Draggable = false G2L["323"].Position = UDim2.new(0.512035, 0, 0.5436929, 0) G2L["323"].Rotation = 0 G2L["323"].Selectable = true G2L["323"].SelectionOrder = 0 G2L["323"].Size = UDim2.new(0, 104, 0, 29) G2L["323"].Visible = true G2L["323"].ZIndex = 1 G2L["323"].Parent = G2L["252"] --po.main.top.Holder.scriptspage2.summon.Script G2L["324"].Name = [[Script]] G2L["324"].Parent = G2L["323"] --po.main.top.Holder.scriptspage2.summon.LocalScript G2L["325"].Name = [[LocalScript]] G2L["325"].Parent = G2L["323"] --po.main.top.Holder.scriptspage2.summon.RemoteEvent G2L["326"].Name = [[RemoteEvent]] G2L["326"].Parent = G2L["323"] --po.main.top.Holder.scriptspage2.bv G2L["327"].Name = [[bv]] G2L["327"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["327"].Text = [[Bomb Vest V1]] G2L["327"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["327"].TextScaled = true G2L["327"].TextSize = 18 G2L["327"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["327"].TextStrokeTransparency = 1 G2L["327"].TextWrapped = true G2L["327"].TextXAlignment = Enum.TextXAlignment.Center G2L["327"].TextYAlignment = Enum.TextYAlignment.Center G2L["327"].Active = true G2L["327"].AnchorPoint = Vector2.new(0, 0) G2L["327"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["327"].BackgroundTransparency = 0 G2L["327"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["327"].BorderSizePixel = 2 G2L["327"].ClipsDescendants = false G2L["327"].Draggable = false G2L["327"].Position = UDim2.new(0.75273526, 0, 0.54197085, 0) G2L["327"].Rotation = 0 G2L["327"].Selectable = true G2L["327"].SelectionOrder = 0 G2L["327"].Size = UDim2.new(0, 99, 0, 29) G2L["327"].Visible = true G2L["327"].ZIndex = 1 G2L["327"].Parent = G2L["252"] --po.main.top.Holder.scriptspage2.bv.LocalScript G2L["328"].Name = [[LocalScript]] G2L["328"].Parent = G2L["327"] --po.main.top.Holder.scriptspage2.bv.RemoteEvent G2L["329"].Name = [[RemoteEvent]] G2L["329"].Parent = G2L["327"] --po.main.top.Holder.scriptspage2.bv.Script G2L["330"].Name = [[Script]] G2L["330"].Parent = G2L["327"] --po.main.top.Holder.scriptspage2.ploit G2L["331"].Name = [[ploit]] G2L["331"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["331"].Text = [[Ro-xploit 5.0]] G2L["331"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["331"].TextScaled = true G2L["331"].TextSize = 18 G2L["331"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["331"].TextStrokeTransparency = 1 G2L["331"].TextWrapped = true G2L["331"].TextXAlignment = Enum.TextXAlignment.Center G2L["331"].TextYAlignment = Enum.TextYAlignment.Center G2L["331"].Active = true G2L["331"].AnchorPoint = Vector2.new(0, 0) G2L["331"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["331"].BackgroundTransparency = 0 G2L["331"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["331"].BorderSizePixel = 2 G2L["331"].ClipsDescendants = false G2L["331"].Draggable = false G2L["331"].Position = UDim2.new(0.2713348, 0, 0.41785714, 0) G2L["331"].Rotation = 0 G2L["331"].Selectable = true G2L["331"].SelectionOrder = 0 G2L["331"].Size = UDim2.new(0, 104, 0, 29) G2L["331"].Visible = true G2L["331"].ZIndex = 1 G2L["331"].Parent = G2L["252"] --po.main.top.Holder.scriptspage2.ploit.Script G2L["332"].Name = [[Script]] G2L["332"].Parent = G2L["331"] --po.main.top.Holder.scriptspage2.ploit.LocalScript G2L["333"].Name = [[LocalScript]] G2L["333"].Parent = G2L["331"] --po.main.top.Holder.scriptspage2.ploit.RemoteEvent G2L["334"].Name = [[RemoteEvent]] G2L["334"].Parent = G2L["331"] --po.main.top.Holder.scriptspage2.hamer G2L["335"].Name = [[hamer]] G2L["335"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["335"].Text = [[Sledge Hammer]] G2L["335"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["335"].TextScaled = true G2L["335"].TextSize = 18 G2L["335"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["335"].TextStrokeTransparency = 1 G2L["335"].TextWrapped = true G2L["335"].TextXAlignment = Enum.TextXAlignment.Center G2L["335"].TextYAlignment = Enum.TextYAlignment.Center G2L["335"].Active = true G2L["335"].AnchorPoint = Vector2.new(0, 0) G2L["335"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["335"].BackgroundTransparency = 0 G2L["335"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["335"].BorderSizePixel = 2 G2L["335"].ClipsDescendants = false G2L["335"].Draggable = false G2L["335"].Position = UDim2.new(0.030634573, 0, 0.6686929, 0) G2L["335"].Rotation = 0 G2L["335"].Selectable = true G2L["335"].SelectionOrder = 0 G2L["335"].Size = UDim2.new(0, 104, 0, 29) G2L["335"].Visible = true G2L["335"].ZIndex = 1 G2L["335"].Parent = G2L["252"] --po.main.top.Holder.scriptspage2.hamer.Script G2L["336"].Name = [[Script]] G2L["336"].Parent = G2L["335"] --po.main.top.Holder.scriptspage2.hamer.LocalScript G2L["337"].Name = [[LocalScript]] G2L["337"].Parent = G2L["335"] --po.main.top.Holder.scriptspage2.hamer.RemoteEvent G2L["338"].Name = [[RemoteEvent]] G2L["338"].Parent = G2L["335"] --po.main.top.Holder.scriptspage2.baby G2L["339"].Name = [[baby]] G2L["339"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["339"].Text = [[Dababy Car]] G2L["339"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["339"].TextScaled = true G2L["339"].TextSize = 18 G2L["339"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["339"].TextStrokeTransparency = 1 G2L["339"].TextWrapped = true G2L["339"].TextXAlignment = Enum.TextXAlignment.Center G2L["339"].TextYAlignment = Enum.TextYAlignment.Center G2L["339"].Active = true G2L["339"].AnchorPoint = Vector2.new(0, 0) G2L["339"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["339"].BackgroundTransparency = 0 G2L["339"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["339"].BorderSizePixel = 2 G2L["339"].ClipsDescendants = false G2L["339"].Draggable = false G2L["339"].Position = UDim2.new(0.2713348, 0, 0.6686929, 0) G2L["339"].Rotation = 0 G2L["339"].Selectable = true G2L["339"].SelectionOrder = 0 G2L["339"].Size = UDim2.new(0, 104, 0, 29) G2L["339"].Visible = true G2L["339"].ZIndex = 1 G2L["339"].Parent = G2L["252"] --po.main.top.Holder.scriptspage2.baby.Script G2L["340"].Name = [[Script]] G2L["340"].Parent = G2L["339"] --po.main.top.Holder.scriptspage2.baby.LocalScript G2L["341"].Name = [[LocalScript]] G2L["341"].Parent = G2L["339"] --po.main.top.Holder.scriptspage2.baby.RemoteEvent G2L["342"].Name = [[RemoteEvent]] G2L["342"].Parent = G2L["339"] --po.main.top.Holder.scriptspage2.kik G2L["343"].Name = [[kik]] G2L["343"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["343"].Text = [[Kick Gui --> PW: Free Scripts]] G2L["343"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["343"].TextScaled = true G2L["343"].TextSize = 18 G2L["343"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["343"].TextStrokeTransparency = 1 G2L["343"].TextWrapped = true G2L["343"].TextXAlignment = Enum.TextXAlignment.Center G2L["343"].TextYAlignment = Enum.TextYAlignment.Center G2L["343"].Active = true G2L["343"].AnchorPoint = Vector2.new(0, 0) G2L["343"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["343"].BackgroundTransparency = 0 G2L["343"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["343"].BorderSizePixel = 2 G2L["343"].ClipsDescendants = false G2L["343"].Draggable = false G2L["343"].Position = UDim2.new(0.512035, 0, 0.6686929, 0) G2L["343"].Rotation = 0 G2L["343"].Selectable = true G2L["343"].SelectionOrder = 0 G2L["343"].Size = UDim2.new(0, 104, 0, 29) G2L["343"].Visible = true G2L["343"].ZIndex = 1 G2L["343"].Parent = G2L["252"] --po.main.top.Holder.scriptspage2.kik.Script G2L["344"].Name = [[Script]] G2L["344"].Parent = G2L["343"] --po.main.top.Holder.scriptspage2.kik.LocalScript G2L["345"].Name = [[LocalScript]] G2L["345"].Parent = G2L["343"] --po.main.top.Holder.scriptspage2.kik.RemoteEvent G2L["346"].Name = [[RemoteEvent]] G2L["346"].Parent = G2L["343"] --po.main.top.Holder.scriptspage2.c0l G2L["347"].Name = [[c0l]] G2L["347"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["347"].Text = [[c00lgui]] G2L["347"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["347"].TextScaled = true G2L["347"].TextSize = 18 G2L["347"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["347"].TextStrokeTransparency = 1 G2L["347"].TextWrapped = true G2L["347"].TextXAlignment = Enum.TextXAlignment.Center G2L["347"].TextYAlignment = Enum.TextYAlignment.Center G2L["347"].Active = true G2L["347"].AnchorPoint = Vector2.new(0, 0) G2L["347"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["347"].BackgroundTransparency = 0 G2L["347"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["347"].BorderSizePixel = 2 G2L["347"].ClipsDescendants = false G2L["347"].Draggable = false G2L["347"].Position = UDim2.new(0.75273526, 0, 0.6686929, 0) G2L["347"].Rotation = 0 G2L["347"].Selectable = true G2L["347"].SelectionOrder = 0 G2L["347"].Size = UDim2.new(0, 99, 0, 29) G2L["347"].Visible = true G2L["347"].ZIndex = 1 G2L["347"].Parent = G2L["252"] --po.main.top.Holder.scriptspage2.c0l.Script G2L["348"].Name = [[Script]] G2L["348"].Parent = G2L["347"] --po.main.top.Holder.scriptspage2.c0l.LocalScript G2L["349"].Name = [[LocalScript]] G2L["349"].Parent = G2L["347"] --po.main.top.Holder.scriptspage2.c0l.RemoteEvent G2L["350"].Name = [[RemoteEvent]] G2L["350"].Parent = G2L["347"] --po.main.top.Holder.scriptspage2.nds G2L["351"].Name = [[nds]] G2L["351"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["351"].Text = [[Natural Disaster Survival]] G2L["351"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["351"].TextScaled = true G2L["351"].TextSize = 18 G2L["351"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["351"].TextStrokeTransparency = 1 G2L["351"].TextWrapped = true G2L["351"].TextXAlignment = Enum.TextXAlignment.Center G2L["351"].TextYAlignment = Enum.TextYAlignment.Center G2L["351"].Active = true G2L["351"].AnchorPoint = Vector2.new(0, 0) G2L["351"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["351"].BackgroundTransparency = 0 G2L["351"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["351"].BorderSizePixel = 2 G2L["351"].ClipsDescendants = false G2L["351"].Draggable = false G2L["351"].Position = UDim2.new(0.030634573, 0, 0.7936929, 0) G2L["351"].Rotation = 0 G2L["351"].Selectable = true G2L["351"].SelectionOrder = 0 G2L["351"].Size = UDim2.new(0, 104, 0, 29) G2L["351"].Visible = true G2L["351"].ZIndex = 1 G2L["351"].Parent = G2L["252"] --po.main.top.Holder.scriptspage2.nds.Script G2L["352"].Name = [[Script]] G2L["352"].Parent = G2L["351"] --po.main.top.Holder.scriptspage2.nds.LocalScript G2L["353"].Name = [[LocalScript]] G2L["353"].Parent = G2L["351"] --po.main.top.Holder.scriptspage2.nds.RemoteEvent G2L["354"].Name = [[RemoteEvent]] G2L["354"].Parent = G2L["351"] --po.main.top.Holder.scriptspage2.cart G2L["355"].Name = [[cart]] G2L["355"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["355"].Text = [[Cart Ride]] G2L["355"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["355"].TextScaled = true G2L["355"].TextSize = 18 G2L["355"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["355"].TextStrokeTransparency = 1 G2L["355"].TextWrapped = true G2L["355"].TextXAlignment = Enum.TextXAlignment.Center G2L["355"].TextYAlignment = Enum.TextYAlignment.Center G2L["355"].Active = true G2L["355"].AnchorPoint = Vector2.new(0, 0) G2L["355"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["355"].BackgroundTransparency = 0 G2L["355"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["355"].BorderSizePixel = 2 G2L["355"].ClipsDescendants = false G2L["355"].Draggable = false G2L["355"].Position = UDim2.new(0.2713348, 0, 0.7936929, 0) G2L["355"].Rotation = 0 G2L["355"].Selectable = true G2L["355"].SelectionOrder = 0 G2L["355"].Size = UDim2.new(0, 104, 0, 29) G2L["355"].Visible = true G2L["355"].ZIndex = 1 G2L["355"].Parent = G2L["252"] --po.main.top.Holder.scriptspage2.cart.Script G2L["356"].Name = [[Script]] G2L["356"].Parent = G2L["355"] --po.main.top.Holder.scriptspage2.cart.LocalScript G2L["357"].Name = [[LocalScript]] G2L["357"].Parent = G2L["355"] --po.main.top.Holder.scriptspage2.cart.RemoteEvent G2L["358"].Name = [[RemoteEvent]] G2L["358"].Parent = G2L["355"] --po.main.top.Holder.scriptspage2.GK G2L["359"].Name = [[GK]] G2L["359"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["359"].Text = [[Grab Knife]] G2L["359"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["359"].TextScaled = true G2L["359"].TextSize = 18 G2L["359"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["359"].TextStrokeTransparency = 1 G2L["359"].TextWrapped = true G2L["359"].TextXAlignment = Enum.TextXAlignment.Center G2L["359"].TextYAlignment = Enum.TextYAlignment.Center G2L["359"].Active = true G2L["359"].AnchorPoint = Vector2.new(0, 0) G2L["359"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["359"].BackgroundTransparency = 0 G2L["359"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["359"].BorderSizePixel = 2 G2L["359"].ClipsDescendants = false G2L["359"].Draggable = false G2L["359"].Position = UDim2.new(0.512035, 0, 0.7936929, 0) G2L["359"].Rotation = 0 G2L["359"].Selectable = true G2L["359"].SelectionOrder = 0 G2L["359"].Size = UDim2.new(0, 104, 0, 29) G2L["359"].Visible = true G2L["359"].ZIndex = 1 G2L["359"].Parent = G2L["252"] --po.main.top.Holder.scriptspage2.GK.Script G2L["360"].Name = [[Script]] G2L["360"].Parent = G2L["359"] --po.main.top.Holder.scriptspage2.GK.LocalScript G2L["361"].Name = [[LocalScript]] G2L["361"].Parent = G2L["359"] --po.main.top.Holder.scriptspage2.GK.RemoteEvent G2L["362"].Name = [[RemoteEvent]] G2L["362"].Parent = G2L["359"] --po.main.top.Holder.scriptspage2.IDE G2L["363"].Name = [[IDE]] G2L["363"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["363"].Text = [[Dominant Executor]] G2L["363"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["363"].TextScaled = true G2L["363"].TextSize = 18 G2L["363"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["363"].TextStrokeTransparency = 1 G2L["363"].TextWrapped = true G2L["363"].TextXAlignment = Enum.TextXAlignment.Center G2L["363"].TextYAlignment = Enum.TextYAlignment.Center G2L["363"].Active = true G2L["363"].AnchorPoint = Vector2.new(0, 0) G2L["363"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["363"].BackgroundTransparency = 0 G2L["363"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["363"].BorderSizePixel = 2 G2L["363"].ClipsDescendants = false G2L["363"].Draggable = false G2L["363"].Position = UDim2.new(0.75273526, 0, 0.7936929, 0) G2L["363"].Rotation = 0 G2L["363"].Selectable = true G2L["363"].SelectionOrder = 0 G2L["363"].Size = UDim2.new(0, 99, 0, 29) G2L["363"].Visible = true G2L["363"].ZIndex = 1 G2L["363"].Parent = G2L["252"] --po.main.top.Holder.scriptspage2.IDE.Script G2L["364"].Name = [[Script]] G2L["364"].Parent = G2L["363"] --po.main.top.Holder.scriptspage2.IDE.LocalScript G2L["365"].Name = [[LocalScript]] G2L["365"].Parent = G2L["363"] --po.main.top.Holder.scriptspage2.IDE.RemoteEvent G2L["366"].Name = [[RemoteEvent]] G2L["366"].Parent = G2L["363"] --po.main.top.Holder.Output G2L["367"].Name = [[Output]] G2L["367"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["367"].Text = [[Output]] G2L["367"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["367"].TextScaled = false G2L["367"].TextSize = 18 G2L["367"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["367"].TextStrokeTransparency = 1 G2L["367"].TextWrapped = true G2L["367"].TextXAlignment = Enum.TextXAlignment.Center G2L["367"].TextYAlignment = Enum.TextYAlignment.Center G2L["367"].Active = true G2L["367"].AnchorPoint = Vector2.new(0, 0) G2L["367"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["367"].BackgroundTransparency = 0 G2L["367"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["367"].BorderSizePixel = 2 G2L["367"].ClipsDescendants = false G2L["367"].Draggable = false G2L["367"].Position = UDim2.new(0.8271335, 0, 0, 0) G2L["367"].Rotation = 0 G2L["367"].Selectable = true G2L["367"].SelectionOrder = 0 G2L["367"].Size = UDim2.new(0, 79, 0, 29) G2L["367"].Visible = true G2L["367"].ZIndex = 1 G2L["367"].Parent = G2L["10"] --po.main.top.Holder.Output.LocalScript G2L["368"].Name = [[LocalScript]] G2L["368"].Parent = G2L["367"] --po.main.top.Holder.outputpage G2L["369"].Name = [[outputpage]] G2L["369"].Active = false G2L["369"].AnchorPoint = Vector2.new(0, 0) G2L["369"].BackgroundColor3 = Color3.fromRGB(255, 255, 255) G2L["369"].BackgroundTransparency = 1 G2L["369"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["369"].BorderSizePixel = 2 G2L["369"].ClipsDescendants = false G2L["369"].Draggable = false G2L["369"].Position = UDim2.new(0, 0, 0.093247585, 0) G2L["369"].Rotation = 0 G2L["369"].Selectable = false G2L["369"].SelectionOrder = 0 G2L["369"].Size = UDim2.new(0, 457, 0, 282) G2L["369"].Visible = false G2L["369"].ZIndex = 1 G2L["369"].Parent = G2L["10"] --po.main.top.Holder.outputpage.MainComponent G2L["370"].Name = [[MainComponent]] G2L["370"].BottomImage = [[rbxasset://textures/ui/Scroll/scroll-bottom.png]] G2L["370"].CanvasSize = UDim2.new(0, 0, 8, 0) G2L["370"].HorizontalScrollBarInset = Enum.ScrollBarInset.None G2L["370"].ScrollBarThickness = 12 G2L["370"].TopImage = [[rbxasset://textures/ui/Scroll/scroll-top.png]] G2L["370"].Active = true G2L["370"].AnchorPoint = Vector2.new(0, 0) G2L["370"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["370"].BackgroundTransparency = 0 G2L["370"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["370"].BorderSizePixel = 2 G2L["370"].ClipsDescendants = true G2L["370"].Draggable = false G2L["370"].Position = UDim2.new(0.021881837, 0, 0.017730497, 0) G2L["370"].Rotation = 0 G2L["370"].Selectable = true G2L["370"].SelectionOrder = 0 G2L["370"].Size = UDim2.new(0, 439, 0, 220) G2L["370"].Visible = true G2L["370"].ZIndex = 1 G2L["370"].Parent = G2L["369"] --po.main.top.Holder.outputpage.MainComponent.output G2L["371"].Name = [[output]] G2L["371"].FontFace = Font.new([[rbxasset://fonts/families/Inconsolata.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["371"].MultiLine = true G2L["371"].PlaceholderColor3 = Color3.new(0.7, 0.7, 0.7) G2L["371"].PlaceholderText = [[]] G2L["371"].Text = [[]] G2L["371"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["371"].TextScaled = false G2L["371"].TextSize = 16 G2L["371"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["371"].TextStrokeTransparency = 1 G2L["371"].TextWrapped = true G2L["371"].TextXAlignment = Enum.TextXAlignment.Left G2L["371"].TextYAlignment = Enum.TextYAlignment.Top G2L["371"].Active = true G2L["371"].AnchorPoint = Vector2.new(0, 0) G2L["371"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["371"].BackgroundTransparency = 0 G2L["371"].BorderColor3 = Color3.fromRGB(0, 0, 0) G2L["371"].BorderSizePixel = 0 G2L["371"].ClipsDescendants = false G2L["371"].Draggable = false G2L["371"].Position = UDim2.new(0, 0, 0, 0) G2L["371"].Rotation = 0 G2L["371"].Selectable = true G2L["371"].SelectionOrder = 0 G2L["371"].Size = UDim2.new(0, 439, 0, 9999999) G2L["371"].Visible = true G2L["371"].ZIndex = 1 G2L["371"].Parent = G2L["370"] --po.main.top.Holder.outputpage.MainComponent.output.LocalScript G2L["372"].Name = [[LocalScript]] G2L["372"].Parent = G2L["371"] --po.main.top.Holder.outputpage.clear G2L["373"].Name = [[clear]] G2L["373"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["373"].Text = [[Clear]] G2L["373"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["373"].TextScaled = false G2L["373"].TextSize = 18 G2L["373"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["373"].TextStrokeTransparency = 1 G2L["373"].TextWrapped = true G2L["373"].TextXAlignment = Enum.TextXAlignment.Center G2L["373"].TextYAlignment = Enum.TextYAlignment.Center G2L["373"].Active = true G2L["373"].AnchorPoint = Vector2.new(0, 0) G2L["373"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["373"].BackgroundTransparency = 0 G2L["373"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["373"].BorderSizePixel = 2 G2L["373"].ClipsDescendants = false G2L["373"].Draggable = false G2L["373"].Position = UDim2.new(0.2560175, 0, 0.85106385, 0) G2L["373"].Rotation = 0 G2L["373"].Selectable = true G2L["373"].SelectionOrder = 0 G2L["373"].Size = UDim2.new(0, 219, 0, 29) G2L["373"].Visible = true G2L["373"].ZIndex = 1 G2L["373"].Parent = G2L["369"] --po.main.top.Holder.outputpage.clear.LocalScript G2L["374"].Name = [[LocalScript]] G2L["374"].Parent = G2L["373"] --po.main.top.Holder.scriptspage3 G2L["375"].Name = [[scriptspage3]] G2L["375"].Active = false G2L["375"].AnchorPoint = Vector2.new(0, 0) G2L["375"].BackgroundColor3 = Color3.fromRGB(255, 255, 255) G2L["375"].BackgroundTransparency = 1 G2L["375"].BorderColor3 = Color3.fromRGB(0, 0, 0) G2L["375"].BorderSizePixel = 0 G2L["375"].ClipsDescendants = false G2L["375"].Draggable = false G2L["375"].Position = UDim2.new(0, 0, 0.093247585, 0) G2L["375"].Rotation = 0 G2L["375"].Selectable = false G2L["375"].SelectionOrder = 0 G2L["375"].Size = UDim2.new(0, 457, 0, 282) G2L["375"].Visible = false G2L["375"].ZIndex = 1 G2L["375"].Parent = G2L["10"] --po.main.top.Holder.scriptspage3.mosque G2L["376"].Name = [[mosque]] G2L["376"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["376"].Text = [[Alif Mosque]] G2L["376"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["376"].TextScaled = true G2L["376"].TextSize = 18 G2L["376"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["376"].TextStrokeTransparency = 1 G2L["376"].TextWrapped = true G2L["376"].TextXAlignment = Enum.TextXAlignment.Center G2L["376"].TextYAlignment = Enum.TextYAlignment.Center G2L["376"].Active = true G2L["376"].AnchorPoint = Vector2.new(0, 0) G2L["376"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["376"].BackgroundTransparency = 0 G2L["376"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["376"].BorderSizePixel = 2 G2L["376"].ClipsDescendants = false G2L["376"].Draggable = false G2L["376"].Position = UDim2.new(0.030634573, 0, 0.035714287, 0) G2L["376"].Rotation = 0 G2L["376"].Selectable = true G2L["376"].SelectionOrder = 0 G2L["376"].Size = UDim2.new(0, 104, 0, 29) G2L["376"].Visible = true G2L["376"].ZIndex = 1 G2L["376"].Parent = G2L["375"] --po.main.top.Holder.scriptspage3.mosque.Script G2L["377"].Name = [[Script]] G2L["377"].Parent = G2L["376"] --po.main.top.Holder.scriptspage3.mosque.LocalScript G2L["378"].Name = [[LocalScript]] G2L["378"].Parent = G2L["376"] --po.main.top.Holder.scriptspage3.mosque.RemoteEvent G2L["379"].Name = [[RemoteEvent]] G2L["379"].Parent = G2L["376"] --po.main.top.Holder.scriptspage3.blast G2L["380"].Name = [[blast]] G2L["380"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["380"].Text = [[Blast SS]] G2L["380"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["380"].TextScaled = true G2L["380"].TextSize = 18 G2L["380"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["380"].TextStrokeTransparency = 1 G2L["380"].TextWrapped = true G2L["380"].TextXAlignment = Enum.TextXAlignment.Center G2L["380"].TextYAlignment = Enum.TextYAlignment.Center G2L["380"].Active = true G2L["380"].AnchorPoint = Vector2.new(0, 0) G2L["380"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["380"].BackgroundTransparency = 0 G2L["380"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["380"].BorderSizePixel = 2 G2L["380"].ClipsDescendants = false G2L["380"].Draggable = false G2L["380"].Position = UDim2.new(0.27352297, 0, 0.035714332, 0) G2L["380"].Rotation = 0 G2L["380"].Selectable = true G2L["380"].SelectionOrder = 0 G2L["380"].Size = UDim2.new(0, 104, 0, 29) G2L["380"].Visible = true G2L["380"].ZIndex = 1 G2L["380"].Parent = G2L["375"] --po.main.top.Holder.scriptspage3.blast.Script G2L["381"].Name = [[Script]] G2L["381"].Parent = G2L["380"] --po.main.top.Holder.scriptspage3.blast.LocalScript G2L["382"].Name = [[LocalScript]] G2L["382"].Parent = G2L["380"] --po.main.top.Holder.scriptspage3.blast.RemoteEvent G2L["383"].Name = [[RemoteEvent]] G2L["383"].Parent = G2L["380"] --po.main.top.Holder.scriptspage3.bomb G2L["384"].Name = [[bomb]] G2L["384"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["384"].Text = [[Bomb Vest V# (By Alif)]] G2L["384"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["384"].TextScaled = true G2L["384"].TextSize = 18 G2L["384"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["384"].TextStrokeTransparency = 1 G2L["384"].TextWrapped = true G2L["384"].TextXAlignment = Enum.TextXAlignment.Center G2L["384"].TextYAlignment = Enum.TextYAlignment.Center G2L["384"].Active = true G2L["384"].AnchorPoint = Vector2.new(0, 0) G2L["384"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["384"].BackgroundTransparency = 0 G2L["384"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["384"].BorderSizePixel = 2 G2L["384"].ClipsDescendants = false G2L["384"].Draggable = false G2L["384"].Position = UDim2.new(0.5142232, 0, 0.035714332, 0) G2L["384"].Rotation = 0 G2L["384"].Selectable = true G2L["384"].SelectionOrder = 0 G2L["384"].Size = UDim2.new(0, 104, 0, 29) G2L["384"].Visible = true G2L["384"].ZIndex = 1 G2L["384"].Parent = G2L["375"] --po.main.top.Holder.scriptspage3.bomb.Script G2L["385"].Name = [[Script]] G2L["385"].Parent = G2L["384"] --po.main.top.Holder.scriptspage3.bomb.LocalScript G2L["386"].Name = [[LocalScript]] G2L["386"].Parent = G2L["384"] --po.main.top.Holder.scriptspage3.bomb.RemoteEvent G2L["387"].Name = [[RemoteEvent]] G2L["387"].Parent = G2L["384"] --po.main.top.Holder.scriptspage3.map G2L["388"].Name = [[map]] G2L["388"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["388"].Text = [[Scary House]] G2L["388"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["388"].TextScaled = true G2L["388"].TextSize = 18 G2L["388"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["388"].TextStrokeTransparency = 1 G2L["388"].TextWrapped = true G2L["388"].TextXAlignment = Enum.TextXAlignment.Center G2L["388"].TextYAlignment = Enum.TextYAlignment.Center G2L["388"].Active = true G2L["388"].AnchorPoint = Vector2.new(0, 0) G2L["388"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["388"].BackgroundTransparency = 0 G2L["388"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["388"].BorderSizePixel = 2 G2L["388"].ClipsDescendants = false G2L["388"].Draggable = false G2L["388"].Position = UDim2.new(0.7549234, 0, 0.035714332, 0) G2L["388"].Rotation = 0 G2L["388"].Selectable = true G2L["388"].SelectionOrder = 0 G2L["388"].Size = UDim2.new(0, 104, 0, 29) G2L["388"].Visible = true G2L["388"].ZIndex = 1 G2L["388"].Parent = G2L["375"] --po.main.top.Holder.scriptspage3.map.Script G2L["389"].Name = [[Script]] G2L["389"].Parent = G2L["388"] --po.main.top.Holder.scriptspage3.map.LocalScript G2L["390"].Name = [[LocalScript]] G2L["390"].Parent = G2L["388"] --po.main.top.Holder.scriptspage3.map.RemoteEvent G2L["391"].Name = [[RemoteEvent]] G2L["391"].Parent = G2L["388"] --po.main.top.Holder.scriptspage3.decal G2L["392"].Name = [[decal]] G2L["392"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["392"].Text = [[Alif Decal Spam]] G2L["392"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["392"].TextScaled = true G2L["392"].TextSize = 18 G2L["392"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["392"].TextStrokeTransparency = 1 G2L["392"].TextWrapped = true G2L["392"].TextXAlignment = Enum.TextXAlignment.Center G2L["392"].TextYAlignment = Enum.TextYAlignment.Center G2L["392"].Active = true G2L["392"].AnchorPoint = Vector2.new(0, 0) G2L["392"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["392"].BackgroundTransparency = 0 G2L["392"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["392"].BorderSizePixel = 2 G2L["392"].ClipsDescendants = false G2L["392"].Draggable = false G2L["392"].Position = UDim2.new(0.030634573, 0, 0.1633739, 0) G2L["392"].Rotation = 0 G2L["392"].Selectable = true G2L["392"].SelectionOrder = 0 G2L["392"].Size = UDim2.new(0, 104, 0, 29) G2L["392"].Visible = true G2L["392"].ZIndex = 1 G2L["392"].Parent = G2L["375"] --po.main.top.Holder.scriptspage3.decal.Script G2L["393"].Name = [[Script]] G2L["393"].Parent = G2L["392"] --po.main.top.Holder.scriptspage3.decal.LocalScript G2L["394"].Name = [[LocalScript]] G2L["394"].Parent = G2L["392"] --po.main.top.Holder.scriptspage3.decal.RemoteEvent G2L["395"].Name = [[RemoteEvent]] G2L["395"].Parent = G2L["392"] --po.main.top.Holder.scriptspage3.obunga G2L["396"].Name = [[obunga]] G2L["396"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["396"].Text = [[Obunga Jumpscare]] G2L["396"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["396"].TextScaled = true G2L["396"].TextSize = 18 G2L["396"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["396"].TextStrokeTransparency = 1 G2L["396"].TextWrapped = true G2L["396"].TextXAlignment = Enum.TextXAlignment.Center G2L["396"].TextYAlignment = Enum.TextYAlignment.Center G2L["396"].Active = true G2L["396"].AnchorPoint = Vector2.new(0, 0) G2L["396"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["396"].BackgroundTransparency = 0 G2L["396"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["396"].BorderSizePixel = 2 G2L["396"].ClipsDescendants = false G2L["396"].Draggable = false G2L["396"].Position = UDim2.new(0.27352297, 0, 0.1633739, 0) G2L["396"].Rotation = 0 G2L["396"].Selectable = true G2L["396"].SelectionOrder = 0 G2L["396"].Size = UDim2.new(0, 104, 0, 29) G2L["396"].Visible = true G2L["396"].ZIndex = 1 G2L["396"].Parent = G2L["375"] --po.main.top.Holder.scriptspage3.obunga.Script G2L["397"].Name = [[Script]] G2L["397"].Parent = G2L["396"] --po.main.top.Holder.scriptspage3.obunga.LocalScript G2L["398"].Name = [[LocalScript]] G2L["398"].Parent = G2L["396"] --po.main.top.Holder.scriptspage3.obunga.RemoteEvent G2L["399"].Name = [[RemoteEvent]] G2L["399"].Parent = G2L["396"] --po.main.top.Holder.scriptspage3.rc7 G2L["400"].Name = [[rc7]] G2L["400"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["400"].Text = [[Alif RC7]] G2L["400"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["400"].TextScaled = true G2L["400"].TextSize = 18 G2L["400"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["400"].TextStrokeTransparency = 1 G2L["400"].TextWrapped = true G2L["400"].TextXAlignment = Enum.TextXAlignment.Center G2L["400"].TextYAlignment = Enum.TextYAlignment.Center G2L["400"].Active = true G2L["400"].AnchorPoint = Vector2.new(0, 0) G2L["400"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["400"].BackgroundTransparency = 0 G2L["400"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["400"].BorderSizePixel = 2 G2L["400"].ClipsDescendants = false G2L["400"].Draggable = false G2L["400"].Position = UDim2.new(0.5142232, 0, 0.1633739, 0) G2L["400"].Rotation = 0 G2L["400"].Selectable = true G2L["400"].SelectionOrder = 0 G2L["400"].Size = UDim2.new(0, 104, 0, 29) G2L["400"].Visible = true G2L["400"].ZIndex = 1 G2L["400"].Parent = G2L["375"] --po.main.top.Holder.scriptspage3.rc7.Script G2L["401"].Name = [[Script]] G2L["401"].Parent = G2L["400"] --po.main.top.Holder.scriptspage3.rc7.LocalScript G2L["402"].Name = [[LocalScript]] G2L["402"].Parent = G2L["400"] --po.main.top.Holder.scriptspage3.rc7.RemoteEvent G2L["403"].Name = [[RemoteEvent]] G2L["403"].Parent = G2L["400"] --po.main.top.Holder.scriptspage3.beforepage G2L["404"].Name = [[beforepage]] G2L["404"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["404"].Text = [[<]] G2L["404"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["404"].TextScaled = false G2L["404"].TextSize = 18 G2L["404"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["404"].TextStrokeTransparency = 1 G2L["404"].TextWrapped = true G2L["404"].TextXAlignment = Enum.TextXAlignment.Center G2L["404"].TextYAlignment = Enum.TextYAlignment.Center G2L["404"].Active = true G2L["404"].AnchorPoint = Vector2.new(0, 0) G2L["404"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["404"].BackgroundTransparency = 0 G2L["404"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["404"].BorderSizePixel = 2 G2L["404"].ClipsDescendants = false G2L["404"].Draggable = false G2L["404"].Position = UDim2.new(0.3894967, 0, 0.922239, 0) G2L["404"].Rotation = 0 G2L["404"].Selectable = true G2L["404"].SelectionOrder = 0 G2L["404"].Size = UDim2.new(0, 34, 0, 15) G2L["404"].Visible = true G2L["404"].ZIndex = 1 G2L["404"].Parent = G2L["375"] --po.main.top.Holder.scriptspage3.beforepage.LocalScript G2L["405"].Name = [[LocalScript]] G2L["405"].Parent = G2L["404"] --po.main.top.Holder.scriptspage3.nextpage G2L["406"].Name = [[nextpage]] G2L["406"].FontFace = Font.new([[rbxasset://fonts/families/Arial.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["406"].Text = [[>]] G2L["406"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["406"].TextScaled = false G2L["406"].TextSize = 18 G2L["406"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["406"].TextStrokeTransparency = 1 G2L["406"].TextWrapped = true G2L["406"].TextXAlignment = Enum.TextXAlignment.Center G2L["406"].TextYAlignment = Enum.TextYAlignment.Center G2L["406"].Active = true G2L["406"].AnchorPoint = Vector2.new(0, 0) G2L["406"].BackgroundColor3 = Color3.fromRGB(0, 0, 0) G2L["406"].BackgroundTransparency = 0 G2L["406"].BorderColor3 = Color3.fromRGB(129, 26, 255) G2L["406"].BorderSizePixel = 2 G2L["406"].ClipsDescendants = false G2L["406"].Draggable = false G2L["406"].Position = UDim2.new(0.47483587, 0, 0.922239, 0) G2L["406"].Rotation = 0 G2L["406"].Selectable = true G2L["406"].SelectionOrder = 0 G2L["406"].Size = UDim2.new(0, 34, 0, 15) G2L["406"].Visible = true G2L["406"].ZIndex = 1 G2L["406"].Parent = G2L["375"] --po.main.top.Holder.scriptspage3.nextpage.LocalScript G2L["407"].Name = [[LocalScript]] G2L["407"].Parent = G2L["406"] --po.main.top.Drag G2L["408"].Name = [[Drag]] G2L["408"].Parent = G2L["2"] --po.main.top.ambientShadow G2L["409"].Name = [[ambientShadow]] G2L["409"].Image = [[rbxassetid://1316045217]] G2L["409"].ImageColor3 = Color3.fromRGB(0, 0, 0) G2L["409"].ScaleType = Enum.ScaleType.Slice G2L["409"].SliceCenter = Rect.new(10, 10, 118, 118) G2L["409"].TileSize = UDim2.new(1, 0, 1, 0) G2L["409"].Active = false G2L["409"].AnchorPoint = Vector2.new(0.5, 0.5) G2L["409"].BackgroundColor3 = Color3.fromRGB(163, 162, 165) G2L["409"].BackgroundTransparency = 10 G2L["409"].ImageTransparency = 0.81; G2L["409"].BorderColor3 = Color3.fromRGB(27, 42, 53) G2L["409"].BorderSizePixel = 1 G2L["409"].ClipsDescendants = false G2L["409"].Draggable = false G2L["409"].Position = UDim2.new(0.49562362, 0, 5.327586, 14) G2L["409"].Rotation = 0 G2L["409"].Selectable = false G2L["409"].SelectionOrder = 0 G2L["409"].Size = UDim2.new(1.0087527, 18, 11.896552, 18) G2L["409"].Visible = true G2L["409"].ZIndex = -15 G2L["409"].Parent = G2L["2"] --po.main.top.penumbraShadow G2L["410"].Name = [[penumbraShadow]] G2L["410"].Image = [[rbxassetid://1316045217]] G2L["410"].ImageColor3 = Color3.fromRGB(0, 0, 0) G2L["410"].ScaleType = Enum.ScaleType.Slice G2L["410"].SliceCenter = Rect.new(10, 10, 118, 118) G2L["410"].TileSize = UDim2.new(1, 0, 1, 0) G2L["410"].Active = false G2L["410"].AnchorPoint = Vector2.new(0.5, 0.5) G2L["410"].BackgroundColor3 = Color3.fromRGB(163, 162, 165) G2L["410"].BackgroundTransparency = 10 G2L["410"].ImageTransparency = 0.81; G2L["410"].BorderColor3 = Color3.fromRGB(27, 42, 53) G2L["410"].BorderSizePixel = 1 G2L["410"].ClipsDescendants = false G2L["410"].Draggable = false G2L["410"].Position = UDim2.new(0.5031565, 0, 5.4290786, 14) G2L["410"].Rotation = 0 G2L["410"].Selectable = false G2L["410"].SelectionOrder = 0 G2L["410"].Size = UDim2.new(0.9936871, 18, 11.693569, 18) G2L["410"].Visible = true G2L["410"].ZIndex = -15 G2L["410"].Parent = G2L["2"] --po.main.top.umbraShadow G2L["411"].Name = [[umbraShadow]] G2L["411"].Image = [[rbxassetid://1316045217]] G2L["411"].ImageColor3 = Color3.fromRGB(0, 0, 0) G2L["411"].ScaleType = Enum.ScaleType.Slice G2L["411"].SliceCenter = Rect.new(10, 10, 118, 118) G2L["411"].TileSize = UDim2.new(1, 0, 1, 0) G2L["411"].Active = false G2L["411"].AnchorPoint = Vector2.new(0.5, 0.5) G2L["411"].BackgroundColor3 = Color3.fromRGB(163, 162, 165) G2L["411"].BackgroundTransparency = 10 G2L["411"].ImageTransparency = 0.81; G2L["411"].BorderColor3 = Color3.fromRGB(27, 42, 53) G2L["411"].BorderSizePixel = 1 G2L["411"].ClipsDescendants = false G2L["411"].Draggable = false G2L["411"].Position = UDim2.new(0.5031565, 0, 5.4290786, 14) G2L["411"].Rotation = 0 G2L["411"].Selectable = false G2L["411"].SelectionOrder = 0 G2L["411"].Size = UDim2.new(0.9936871, 18, 11.693569, 18) G2L["411"].Visible = true G2L["411"].ZIndex = -15 G2L["411"].Parent = G2L["2"] --po.main.icon G2L["412"].Name = [[icon]] G2L["412"].Enabled = true G2L["412"].ZIndexBehavior = Enum.ZIndexBehavior.Sibling G2L["412"].Parent = G2L["1"] --po.main.icon.troll G2L["413"].Name = [[troll]] G2L["413"].Image = [[http://www.roblox.com/asset/?id=10693327318]] G2L["413"].ImageColor3 = Color3.fromRGB(255, 255, 255) G2L["413"].ScaleType = Enum.ScaleType.Stretch G2L["413"].SliceCenter = Rect.new(0, 0, 0, 0) G2L["413"].TileSize = UDim2.new(1, 0, 1, 0) G2L["413"].Active = true G2L["413"].AnchorPoint = Vector2.new(0, 0) G2L["413"].BackgroundColor3 = Color3.fromRGB(255, 255, 255) G2L["413"].BackgroundTransparency = 1 G2L["413"].BorderColor3 = Color3.fromRGB(0, 0, 0) G2L["413"].BorderSizePixel = 0 G2L["413"].ClipsDescendants = false G2L["413"].Draggable = false G2L["413"].Position = UDim2.new(0.851, 0, 0.875, 0) G2L["413"].Rotation = 0 G2L["413"].Selectable = false G2L["413"].SelectionOrder = 0 G2L["413"].Size = UDim2.new(0, 99, 0, 99) G2L["413"].Visible = true G2L["413"].ZIndex = 1 G2L["413"].Parent = G2L["412"] --po.main.icon.troll.animate G2L["414"].Name = [[animate]] G2L["414"].Parent = G2L["413"] --po.main.icon.troll.hold G2L["415"].Name = [[hold]] G2L["415"].Active = false G2L["415"].AnchorPoint = Vector2.new(0, 0) G2L["415"].BackgroundColor3 = Color3.fromRGB(65, 65, 65) G2L["415"].BackgroundTransparency = 1 G2L["415"].BorderColor3 = Color3.fromRGB(0, 0, 0) G2L["415"].BorderSizePixel = 2 G2L["415"].ClipsDescendants = false G2L["415"].Draggable = false G2L["415"].Position = UDim2.new(0.394, 0, -0.172, 0) G2L["415"].Rotation = 0 G2L["415"].Selectable = false G2L["415"].SelectionOrder = 0 G2L["415"].Size = UDim2.new(0, 21, 0, 10) G2L["415"].Visible = false G2L["415"].ZIndex = 1 G2L["415"].Parent = G2L["413"] --po.main.icon.troll.hold.TextLabel G2L["416"].Name = [[TextLabel]] G2L["416"].FontFace = Font.new([[rbxasset://fonts/families/ComicNeueAngular.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal) G2L["416"].Text = [[Made by Alif. Inspired on STRATOSPHERE V11 & Tragically Underpowered Sugma. Status: Injected!]] G2L["416"].TextColor3 = Color3.fromRGB(255, 255, 255) G2L["416"].TextScaled = true G2L["416"].TextSize = 23 G2L["416"].TextStrokeColor3 = Color3.fromRGB(0, 0, 0) G2L["416"].TextStrokeTransparency = 1 G2L["416"].TextWrapped = true G2L["416"].TextXAlignment = Enum.TextXAlignment.Left G2L["416"].TextYAlignment = Enum.TextYAlignment.Center G2L["416"].Active = false G2L["416"].AnchorPoint = Vector2.new(0, 0) G2L["416"].BackgroundColor3 = Color3.fromRGB(255, 255, 255) G2L["416"].BackgroundTransparency = 1 G2L["416"].BorderColor3 = Color3.fromRGB(0, 0, 0) G2L["416"].BorderSizePixel = 0 G2L["416"].ClipsDescendants = false G2L["416"].Draggable = false G2L["416"].Position = UDim2.new(-2.8926615E-07, 0, 0, 0) G2L["416"].Rotation = 0 G2L["416"].Selectable = false G2L["416"].SelectionOrder = 0 G2L["416"].Size = UDim2.new(0, 211, 0, 79) G2L["416"].Visible = true G2L["416"].ZIndex = 1 G2L["416"].Parent = G2L["415"] --po.main.icon.troll.hover G2L["417"].Name = [[hover]] G2L["417"].Parent = G2L["413"] --po.main.Script G2L["418"].Name = [[Script]] G2L["418"].Parent = G2L["1"] --[[ Scripts --]] --po.main.top.close.Close local function C_G2L_5() local script = G2L["5"] script.Parent.MouseButton1Click:Connect(function() script.Parent.Parent.Visible = false end) end task.spawn(C_G2L_5) --po.main.top.maximize.LocalScript local function C_G2L_7() local script = G2L["7"] local button = script.Parent -- The button local frame = button.Parent -- The frame containing the button button.MouseButton1Click:Connect(function() frame.Position = UDim2.new(0.653, 0, 0.364, 0) end) end task.spawn(C_G2L_7) --po.main.top.minimize.LocalScript local function C_G2L_9() local script = G2L["9"] local button = script.Parent -- The button local holder = script.Parent.Parent:FindFirstChild("Holder") -- The frame named 'Holder' if holder then button.MouseButton1Click:Connect(function() holder.Visible = not holder.Visible end) end end task.spawn(C_G2L_9) --po.main.top.Holder.Home.LocalScript local function C_G2L_12() local script = G2L["12"] script.Parent.MouseButton1Click:Connect(function() script.Parent.Parent.homepage.Visible = true script.Parent.Parent.serverpage.Visible = false script.Parent.Parent.scriptspage.Visible = false script.Parent.Parent.executorpage.Visible = false script.Parent.Parent.outputpage.Visible = false end) end task.spawn(C_G2L_12) --po.main.top.Holder.Server.LocalScript local function C_G2L_14() local script = G2L["14"] script.Parent.MouseButton1Click:Connect(function() script.Parent.Parent.homepage.Visible = false script.Parent.Parent.serverpage.Visible = true script.Parent.Parent.scriptspage.Visible = false script.Parent.Parent.executorpage.Visible = false script.Parent.Parent.outputpage.Visible = false end) end task.spawn(C_G2L_14) --po.main.top.Holder.Scripts.LocalScript local function C_G2L_16() local script = G2L["16"] script.Parent.MouseButton1Click:Connect(function() script.Parent.Parent.homepage.Visible = false script.Parent.Parent.serverpage.Visible = false script.Parent.Parent.scriptspage.Visible = true script.Parent.Parent.executorpage.Visible = false script.Parent.Parent.outputpage.Visible = false end) end task.spawn(C_G2L_16) --po.main.top.Holder.homepage.user.LocalScript local function C_G2L_20() local script = G2L["20"] local textLabel = script.Parent -- Reference to the TextLabel -- Update the TextLabel text to the username textLabel.Text = game.Players.LocalPlayer.Name end task.spawn(C_G2L_20) --po.main.top.Holder.homepage.age.LocalScript local function C_G2L_23() local script = G2L["23"] local textLabel = script.Parent -- Reference to the TextLabel -- Function to calculate the player's age in days local function calculateAgeInDays() local player = game.Players.LocalPlayer local birthday = player.AccountAge -- The player's account age in days return birthday end -- Update the TextLabel to show the player's age in days textLabel.Text = calculateAgeInDays() .. " Days" end task.spawn(C_G2L_23) --po.main.top.Holder.homepage.user.LocalScript local function C_G2L_28() local script = G2L["28"] local imageLabel = script.Parent -- Reference to the ImageLabel local player = game.Players.LocalPlayer -- Reference to the local player -- Function to load profile picture local function updateProfilePicture() local profilePicUrl = "https://www.roblox.com/headshot-thumbnail/image?userId=" .. player.UserId .. "&width=420&height=420&format=png" -- Set the ImageLabel's Image property to the local player's profile picture imageLabel.Image = profilePicUrl end -- Wait for the local player to be available if player then -- Run the function to set the profile picture updateProfilePicture() end end task.spawn(C_G2L_28) --po.main.top.Holder.homepage.svrtime.script local function C_G2L_30() local script = G2L["30"] local textLabel = script.Parent -- Reference to the TextLabel -- Function to update the TextLabel with the server time local function updateServerTime() while true do -- Get the current server time in a readable format (e.g., "HH:MM:SS") local serverTime = os.date("%H:%M:%S") -- Current server time in HH:MM:SS format -- Update the TextLabel's text with the server time textLabel.Text = "Server Time: " .. serverTime -- Wait for 1 second before updating again wait(1) end end -- Start updating the server time updateServerTime() end task.spawn(C_G2L_30) --po.main.top.Holder.homepage.realtime.script local function C_G2L_32() local script = G2L["32"] local textLabel = script.Parent -- Reference to the TextLabel -- Function to update the TextLabel with the current real time local function updateRealTime() while true do -- Get the current system time in a readable format (e.g., "HH:MM:SS") local realTime = os.date("%H:%M:%S") -- Current time in HH:MM:SS format -- Update the TextLabel's text with the current real time textLabel.Text = "Time: " .. realTime -- Wait for 1 second before updating again wait(1) end end -- Start updating the real time updateRealTime() end task.spawn(C_G2L_32) --po.main.top.Holder.homepage.jobid.script local function C_G2L_34() local script = G2L["34"] local textLabel = script.Parent -- Reference to the TextLabel -- Function to update the TextLabel with the server's Job ID local function updateJobId() while true do -- Get the current Job ID local jobId = game.JobId -- Update the TextLabel's text with the Job ID textLabel.Text = "Job ID: " .. jobId -- Wait for 1 second before updating again (to keep it real-time) wait(1) end end -- Start updating the Job ID updateJobId() end task.spawn(C_G2L_34) --po.main.top.Holder.homepage.progress.LocalScript local function C_G2L_40() local script = G2L["40"] local textLabel = script.Parent -- Reference to the TextLabel local maxPercentage = 100 -- Maximum progress value -- Function to simulate loading local function updateProgress() for i = 0, maxPercentage do textLabel.Text = "Loading (" .. i .. "%)" wait(0.05 * (1 - (i / maxPercentage))) -- Increase speed as percentage goes up end textLabel.Text = "Success! You are now be able to use." -- Final message end -- Start updating progress updateProgress() end task.spawn(C_G2L_40) --po.main.top.Holder.serverpage.c00lkidd.LocalScript local function C_G2L_46() local script = G2L["46"] local textButton = script.Parent -- The TextButton this script is inside local remoteEvent = textButton:WaitForChild("hax") -- Reference the RemoteEvent inside the button -- Trigger the RemoteEvent when the button is clicked textButton.MouseButton1Click:Connect(function() LocalExecute(remoteEvent) -- Fire the RemoteEvent to the server end) end task.spawn(C_G2L_46) --po.main.top.Holder.serverpage.BasePlate.LocalScript local function C_G2L_51() local script = G2L["51"] local textButton = script.Parent -- Reference to the button local remoteEvent = textButton:WaitForChild("SpawnEvent") -- Reference to the RemoteEvent textButton.MouseButton1Click:Connect(function() LocalExecute(remoteEvent) -- Fire the event to the server end) end task.spawn(C_G2L_51) --po.main.top.Holder.serverpage.lego.LocalScript local function C_G2L_64() local script = G2L["64"] local button = script.Parent local remote = button:WaitForChild("PartEvent") -- Ensure the RemoteEvent exists in the button button.MouseButton1Click:Connect(function() local player = game.Players.LocalPlayer local character = player.Character or player.CharacterAdded:Wait() local position = character.PrimaryPart.Position -- Use the player's current position LocalExecute(remote, position, player) -- Send the position and player to the server end) end task.spawn(C_G2L_64) --po.main.top.Holder.serverpage.r6.LocalScript local function C_G2L_68() local script = G2L["68"] script.Parent.MouseButton1Click:Connect(function() LocalExecute(script.Parent.RemoteEvent) end) end task.spawn(C_G2L_68) --po.main.top.Holder.serverpage.tornado.LocalScript local function C_G2L_76() local script = G2L["76"] script.Parent.MouseButton1Click:Connect(function() LocalExecute(script.Parent.RemoteEvent) end) end task.spawn(C_G2L_76) --po.main.top.Holder.serverpage.song.LocalScript local function C_G2L_84() local script = G2L["84"] local button = script.Parent -- The button local PlaySoundEvent = button:WaitForChild("PlaySoundEvent") -- RemoteEvent inside the button -- Connect to the button click event button.MouseButton1Click:Connect(function() -- Fire the remote event to the server when the button is clicked LocalExecute(PlaySoundEvent) end) end task.spawn(C_G2L_84) --po.main.top.Holder.serverpage.ban.LocalScript local function C_G2L_90() local script = G2L["90"] local button = script.Parent local remote = button:WaitForChild("BanEvent") button.MouseButton1Click:Connect(function() LocalExecute(remote) -- Fires the RemoteEvent to the server end) end task.spawn(C_G2L_90) --po.main.top.Holder.serverpage.flood.LocalScript local function C_G2L_95() local script = G2L["95"] -- This is the LocalScript inside the TextButton local button = script.Parent -- The button itself local remoteEvent = button:WaitForChild("FloodEvent") -- Get the RemoteEvent inside the button -- Function to trigger the flood on the server local function triggerFlood() LocalExecute(remoteEvent) -- Fire the event to the server end -- Connect the function to the button click event button.MouseButton1Click:Connect(triggerFlood) end task.spawn(C_G2L_95) --po.main.top.Holder.serverpage.heli.LocalScript local function C_G2L_104() local script = G2L["104"] script.Parent.MouseButton1Click:Connect(function() LocalExecute(script.Parent.RemoteEvent) end) end task.spawn(C_G2L_104) --po.main.top.Holder.serverpage.pe.LocalScript local function C_G2L_112() local script = G2L["112"] script.Parent.MouseButton1Click:Connect(function() LocalExecute(script.Parent.RemoteEvent) end) end task.spawn(C_G2L_112) --po.main.top.Holder.scriptspage.ssp.LocalScript local function C_G2L_118() local script = G2L["118"] script.Parent.MouseButton1Click:Connect(function() LocalExecute(script.Parent.RemoteEvent) end) end task.spawn(C_G2L_118) --po.main.top.Holder.scriptspage.nzi.LocalScript local function C_G2L_122() local script = G2L["122"] script.Parent.MouseButton1Click:Connect(function() LocalExecute(script.Parent.RemoteEvent) end) end task.spawn(C_G2L_122) --po.main.top.Holder.scriptspage.hax 1.LocalScript local function C_G2L_126() local script = G2L["126"] script.Parent.MouseButton1Click:Connect(function() LocalExecute(script.Parent.RemoteEvent) end) end task.spawn(C_G2L_126) --po.main.top.Holder.scriptspage.hax 2.LocalScript local function C_G2L_130() local script = G2L["130"] script.Parent.MouseButton1Click:Connect(function() LocalExecute(script.Parent.RemoteEvent) end) end task.spawn(C_G2L_130) --po.main.top.Holder.scriptspage.ship.LocalScript local function C_G2L_134() local script = G2L["134"] script.Parent.MouseButton1Click:Connect(function() LocalExecute(script.Parent.RemoteEvent) end) end task.spawn(C_G2L_134) --po.main.top.Holder.scriptspage.not.LocalScript local function C_G2L_138() local script = G2L["138"] script.Parent.MouseButton1Click:Connect(function() loadstring(game:HttpGet("https://pastebin.com/raw/SgZBe9Ha"))() end) end task.spawn(C_G2L_138) --po.main.top.Holder.scriptspage.sledoni.LocalScript local function C_G2L_143() local script = G2L["143"] script.Parent.MouseButton1Click:Connect(function() loadstring(game:HttpGet("https://pastebin.com/raw/20zUdv6t"))() end) end task.spawn(C_G2L_143) --po.main.top.Holder.scriptspage.sledoni yong.LocalScript local function C_G2L_147() local script = G2L["147"] script.Parent.MouseButton1Click:Connect(function() LocalExecute(script.Parent.RemoteEvent) end) end task.spawn(C_G2L_147) --po.main.top.Holder.scriptspage.grand.LocalScript local function C_G2L_151() local script = G2L["151"] script.Parent.MouseButton1Click:Connect(function() LocalExecute(script.Parent.RemoteEvent) end) end task.spawn(C_G2L_151) --po.main.top.Holder.scriptspage.exca.LocalScript local function C_G2L_155() local script = G2L["155"] script.Parent.MouseButton1Click:Connect(function() LocalExecute(script.Parent.RemoteEvent) end) end task.spawn(C_G2L_155) --po.main.top.Holder.scriptspage.r6.LocalScript local function C_G2L_159() local script = G2L["159"] script.Parent.MouseButton1Click:Connect(function() LocalExecute(script.Parent.RemoteEvent) end) end task.spawn(C_G2L_159) --po.main.top.Holder.scriptspage.primadon.LocalScript local function C_G2L_163() local script = G2L["163"] script.Parent.MouseButton1Click:Connect(function() LocalExecute(script.Parent.RemoteEvent) end) end task.spawn(C_G2L_163) --po.main.top.Holder.scriptspage.topkek.LocalScript local function C_G2L_167() local script = G2L["167"] script.Parent.MouseButton1Click:Connect(function() LocalExecute(script.Parent.RemoteEvent) end) end task.spawn(C_G2L_167) --po.main.top.Holder.scriptspage.subspace.LocalScript local function C_G2L_171() local script = G2L["171"] script.Parent.MouseButton1Click:Connect(function() LocalExecute(script.Parent.RemoteEvent) end) end task.spawn(C_G2L_171) --po.main.top.Holder.scriptspage.bom 2.LocalScript local function C_G2L_175() local script = G2L["175"] script.Parent.MouseButton1Click:Connect(function() loadstring(game:HttpGet("https://pastebin.com/raw/Yaf2uQ29"))() end) end task.spawn(C_G2L_175) --po.main.top.Holder.scriptspage.pistol.LocalScript local function C_G2L_179() local script = G2L["179"] script.Parent.MouseButton1Click:Connect(function() LocalExecute(script.Parent.RemoteEvent) end) end task.spawn(C_G2L_179) --po.main.top.Holder.scriptspage.topkek 5.LocalScript local function C_G2L_183() local script = G2L["183"] script.Parent.MouseButton1Click:Connect(function() LocalExecute(script.Parent.RemoteEvent) end) end task.spawn(C_G2L_183) --po.main.top.Holder.scriptspage.mosque.LocalScript local function C_G2L_187() local script = G2L["187"] script.Parent.MouseButton1Click:Connect(function() LocalExecute(script.Parent.RemoteEvent) end) end task.spawn(C_G2L_187) --po.main.top.Holder.scriptspage.MLG.LocalScript local function C_G2L_191() local script = G2L["191"] script.Parent.MouseButton1Click:Connect(function() loadstring(game:HttpGet("https://rawscripts.net/raw/Client-Replication-the-ss-loadstring-script-27393")) end) end task.spawn(C_G2L_191) --po.main.top.Holder.scriptspage.hung.LocalScript local function C_G2L_195() local script = G2L["195"] script.Parent.MouseButton1Click:Connect(function() LocalExecute(script.Parent.RemoteEvent) end) end task.spawn(C_G2L_195) --po.main.top.Holder.scriptspage.trsh hyub.LocalScript local function C_G2L_199() local script = G2L["199"] script.Parent.MouseButton1Click:Connect(function() LocalExecute(script.Parent.RemoteEvent) end) end task.spawn(C_G2L_199) --po.main.top.Holder.scriptspage.gkv1.LocalScript local function C_G2L_203() local script = G2L["203"] script.Parent.MouseButton1Click:Connect(function() loadstring(game:HttpGet("https://pastebin.com/raw/P8DHBWeq"))() end) end task.spawn(C_G2L_203) --po.main.top.Holder.scriptspage.uzi.LocalScript local function C_G2L_207() local script = G2L["207"] script.Parent.MouseButton1Click:Connect(function() LocalExecute(script.Parent.RemoteEvent) end) end task.spawn(C_G2L_207) --po.main.top.Holder.scriptspage.guns.LocalScript local function C_G2L_211() local script = G2L["211"] script.Parent.MouseButton1Click:Connect(function() LocalExecute(script.Parent.RemoteEvent) end) end task.spawn(C_G2L_211) --po.main.top.Holder.scriptspage.stra.LocalScript local function C_G2L_215() local script = G2L["215"] script.Parent.MouseButton1Click:Connect(function() LocalExecute(script.Parent.RemoteEvent) end) end task.spawn(C_G2L_215) --po.main.top.Holder.scriptspage.k0p.LocalScript local function C_G2L_219() local script = G2L["219"] script.Parent.MouseButton1Click:Connect(function() LocalExecute(script.Parent.RemoteEvent) end) end task.spawn(C_G2L_219) --po.main.top.Holder.scriptspage.infinite yield.LocalScript local function C_G2L_223() local script = G2L["223"] script.Parent.MouseButton1Click:Connect(function() LocalExecute(script.Parent.RemoteEvent) end) end task.spawn(C_G2L_223) --po.main.top.Holder.scriptspage.exser.LocalScript local function C_G2L_227() local script = G2L["227"] script.Parent.MouseButton1Click:Connect(function() LocalExecute(script.Parent.RemoteEvent) end) end task.spawn(C_G2L_227) --po.main.top.Holder.scriptspage.nextpage.LocalScript local function C_G2L_230() local script = G2L["230"] script.Parent.MouseButton1Click:Connect(function() script.Parent.Parent.Parent.scriptspage2.Visible = true script.Parent.Parent.Parent.scriptspage.Visible = false end) end task.spawn(C_G2L_230) --po.main.top.Holder.Executor.LocalScript local function C_G2L_232() local script = G2L["232"] script.Parent.MouseButton1Click:Connect(function() script.Parent.Parent.homepage.Visible = false script.Parent.Parent.serverpage.Visible = false script.Parent.Parent.scriptspage.Visible = false script.Parent.Parent.executorpage.Visible = true script.Parent.Parent.outputpage.Visible = false end) end task.spawn(C_G2L_232) --po.main.top.Holder.executorpage.exec.Script.vLua G2L_MODULES[G2L["237"]] = { Closure = function() local script = G2L["237"] --[[ Credit to einsteinK. Credit to Stravant for LBI. Credit to the creators of all the other modules used in this. Sceleratis was here and decided modify some things. einsteinK was here again to fix a bug in LBI for if-statements --]] local waitDeps = { 'FiOne'; 'LuaK'; 'LuaP'; 'LuaU'; 'LuaX'; 'LuaY'; 'LuaZ'; } for i,v in pairs(waitDeps) do script:WaitForChild(v) end local luaX = require(script.LuaX) local luaY = require(script.LuaY) local luaZ = require(script.LuaZ) local luaU = require(script.LuaU) local fiOne = require(script.FiOne) local vEnv do local vEnvModule = script:FindFirstChild("VirtualEnv") vEnv = vEnvModule and require(vEnvModule)() end luaX:init() local LuaState = {} return function(str, env) local f,writer,buff,name local env = if env ~= nil then env elseif vEnv ~= nil then vEnv else {} local name = (env and env.script and env.script:GetFullName()) local ran,error = pcall(function() local zio = luaZ:init(luaZ:make_getS(str), nil) if not zio then return error() end local func = luaY:parser(LuaState, zio, nil, name or "@input") writer, buff = luaU:make_setS() luaU:dump(LuaState, func, writer, buff) f = fiOne(buff.data, env) end) if ran then return f,buff.data else return nil,error end end end } --po.main.top.Holder.executorpage.exec.Script.vLua.LuaK G2L_MODULES[G2L["238"]] = { Closure = function() local script = G2L["238"] --[[-------------------------------------------------------------------- lcode.lua Lua 5 code generator in Lua This file is part of Yueliang. Copyright (c) 2005-2007 Kein-Hong Man The COPYRIGHT file describes the conditions under which this software may be distributed. See the ChangeLog for more information. ----------------------------------------------------------------------]] --[[-------------------------------------------------------------------- -- Notes: -- * one function manipulate a pointer argument with a simple data type -- (can't be emulated by a table, ambiguous), now returns that value: -- luaK:concat(fs, l1, l2) -- * luaM_growvector uses the faux luaY:growvector, for limit checking -- * some function parameters changed to boolean, additional code -- translates boolean back to 1/0 for instruction fields -- -- Not implemented: -- * NOTE there is a failed assert in luaK:addk, a porting problem -- -- Added: -- * constant MAXSTACK from llimits.h -- * luaK:ttisnumber(o) (from lobject.h) -- * luaK:nvalue(o) (from lobject.h) -- * luaK:setnilvalue(o) (from lobject.h) -- * luaK:setnvalue(o, x) (from lobject.h) -- * luaK:setbvalue(o, x) (from lobject.h) -- * luaK:sethvalue(o, x) (from lobject.h), parameter L deleted -- * luaK:setsvalue(o, x) (from lobject.h), parameter L deleted -- * luaK:numadd, luaK:numsub, luaK:nummul, luaK:numdiv, luaK:nummod, -- luaK:numpow, luaK:numunm, luaK:numisnan (from luaconf.h) -- * copyexp(e1, e2) added in luaK:posfix to copy expdesc struct -- -- Changed in 5.1.x: -- * enum BinOpr has a new entry, OPR_MOD -- * enum UnOpr has a new entry, OPR_LEN -- * binopistest, unused in 5.0.x, has been deleted -- * macro setmultret is new -- * functions isnumeral, luaK_ret, boolK are new -- * funcion nilK was named nil_constant in 5.0.x -- * function interface changed: need_value, patchtestreg, concat -- * TObject now a TValue -- * functions luaK_setreturns, luaK_setoneret are new -- * function luaK:setcallreturns deleted, to be replaced by: -- luaK:setmultret, luaK:ret, luaK:setreturns, luaK:setoneret -- * functions constfolding, codearith, codecomp are new -- * luaK:codebinop has been deleted -- * function luaK_setlist is new -- * OPR_MULT renamed to OPR_MUL ----------------------------------------------------------------------]] -- requires luaP, luaX, luaY local luaY local luaK = {} local luaP = require(script.Parent.LuaP) local luaX = require(script.Parent.LuaX) ------------------------------------------------------------------------ -- constants used by code generator ------------------------------------------------------------------------ -- maximum stack for a Lua function luaK.MAXSTACK = 250 -- (from llimits.h) --[[-------------------------------------------------------------------- -- other functions ----------------------------------------------------------------------]] ------------------------------------------------------------------------ -- emulation of TValue macros (these are from lobject.h) -- * TValue is a table since lcode passes references around -- * tt member field removed, using Lua's type() instead -- * for setsvalue, sethvalue, parameter L (deleted here) in lobject.h -- is used in an assert for testing, see checkliveness(g,obj) ------------------------------------------------------------------------ function luaK:ttisnumber(o) if o then return type(o.value) == "number" else return false end end function luaK:nvalue(o) return o.value end function luaK:setnilvalue(o) o.value = nil end function luaK:setsvalue(o, x) o.value = x end luaK.setnvalue = luaK.setsvalue luaK.sethvalue = luaK.setsvalue luaK.setbvalue = luaK.setsvalue ------------------------------------------------------------------------ -- The luai_num* macros define the primitive operations over numbers. -- * this is not the entire set of primitive operations from luaconf.h -- * used in luaK:constfolding() ------------------------------------------------------------------------ function luaK:numadd(a, b) return a + b end function luaK:numsub(a, b) return a - b end function luaK:nummul(a, b) return a * b end function luaK:numdiv(a, b) return a / b end function luaK:nummod(a, b) return a % b end -- ((a) - floor((a)/(b))*(b)) /* actual, for reference */ function luaK:numpow(a, b) return a ^ b end function luaK:numunm(a) return -a end function luaK:numisnan(a) return not a == a end -- a NaN cannot equal another NaN --[[-------------------------------------------------------------------- -- code generator functions ----------------------------------------------------------------------]] ------------------------------------------------------------------------ -- Marks the end of a patch list. It is an invalid value both as an absolute -- address, and as a list link (would link an element to itself). ------------------------------------------------------------------------ luaK.NO_JUMP = -1 ------------------------------------------------------------------------ -- grep "ORDER OPR" if you change these enums ------------------------------------------------------------------------ luaK.BinOpr = { OPR_ADD = 0, OPR_SUB = 1, OPR_MUL = 2, OPR_DIV = 3, OPR_MOD = 4, OPR_POW = 5, OPR_CONCAT = 6, OPR_NE = 7, OPR_EQ = 8, OPR_LT = 9, OPR_LE = 10, OPR_GT = 11, OPR_GE = 12, OPR_AND = 13, OPR_OR = 14, OPR_NOBINOPR = 15, } -- * UnOpr is used by luaK:prefix's op argument, but not directly used -- because the function receives the symbols as strings, e.g. "OPR_NOT" luaK.UnOpr = { OPR_MINUS = 0, OPR_NOT = 1, OPR_LEN = 2, OPR_NOUNOPR = 3 } ------------------------------------------------------------------------ -- returns the instruction object for given e (expdesc), was a macro ------------------------------------------------------------------------ function luaK:getcode(fs, e) return fs.f.code[e.info] end ------------------------------------------------------------------------ -- codes an instruction with a signed Bx (sBx) field, was a macro -- * used in luaK:jump(), (lparser) luaY:forbody() ------------------------------------------------------------------------ function luaK:codeAsBx(fs, o, A, sBx) return self:codeABx(fs, o, A, sBx + luaP.MAXARG_sBx) end ------------------------------------------------------------------------ -- set the expdesc e instruction for multiple returns, was a macro ------------------------------------------------------------------------ function luaK:setmultret(fs, e) self:setreturns(fs, e, luaY.LUA_MULTRET) end ------------------------------------------------------------------------ -- there is a jump if patch lists are not identical, was a macro -- * used in luaK:exp2reg(), luaK:exp2anyreg(), luaK:exp2val() ------------------------------------------------------------------------ function luaK:hasjumps(e) return e.t ~= e.f end ------------------------------------------------------------------------ -- true if the expression is a constant number (for constant folding) -- * used in constfolding(), infix() ------------------------------------------------------------------------ function luaK:isnumeral(e) return e.k == "VKNUM" and e.t == self.NO_JUMP and e.f == self.NO_JUMP end ------------------------------------------------------------------------ -- codes loading of nil, optimization done if consecutive locations -- * used in luaK:discharge2reg(), (lparser) luaY:adjust_assign() ------------------------------------------------------------------------ function luaK:_nil(fs, from, n) if fs.pc > fs.lasttarget then -- no jumps to current position? if fs.pc == 0 then -- function start? if from >= fs.nactvar then return -- positions are already clean end else local previous = fs.f.code[fs.pc - 1] if luaP:GET_OPCODE(previous) == "OP_LOADNIL" then local pfrom = luaP:GETARG_A(previous) local pto = luaP:GETARG_B(previous) if pfrom <= from and from <= pto + 1 then -- can connect both? if from + n - 1 > pto then luaP:SETARG_B(previous, from + n - 1) end return end end end end self:codeABC(fs, "OP_LOADNIL", from, from + n - 1, 0) -- else no optimization end ------------------------------------------------------------------------ -- -- * used in multiple locations ------------------------------------------------------------------------ function luaK:jump(fs) local jpc = fs.jpc -- save list of jumps to here fs.jpc = self.NO_JUMP local j = self:codeAsBx(fs, "OP_JMP", 0, self.NO_JUMP) j = self:concat(fs, j, jpc) -- keep them on hold return j end ------------------------------------------------------------------------ -- codes a RETURN instruction -- * used in luaY:close_func(), luaY:retstat() ------------------------------------------------------------------------ function luaK:ret(fs, first, nret) self:codeABC(fs, "OP_RETURN", first, nret + 1, 0) end ------------------------------------------------------------------------ -- -- * used in luaK:jumponcond(), luaK:codecomp() ------------------------------------------------------------------------ function luaK:condjump(fs, op, A, B, C) self:codeABC(fs, op, A, B, C) return self:jump(fs) end ------------------------------------------------------------------------ -- -- * used in luaK:patchlistaux(), luaK:concat() ------------------------------------------------------------------------ function luaK:fixjump(fs, pc, dest) local jmp = fs.f.code[pc] local offset = dest - (pc + 1) assert(dest ~= self.NO_JUMP) if math.abs(offset) > luaP.MAXARG_sBx then luaX:syntaxerror(fs.ls, "control structure too long") end luaP:SETARG_sBx(jmp, offset) end ------------------------------------------------------------------------ -- returns current 'pc' and marks it as a jump target (to avoid wrong -- optimizations with consecutive instructions not in the same basic block). -- * used in multiple locations -- * fs.lasttarget tested only by luaK:_nil() when optimizing OP_LOADNIL ------------------------------------------------------------------------ function luaK:getlabel(fs) fs.lasttarget = fs.pc return fs.pc end ------------------------------------------------------------------------ -- -- * used in luaK:need_value(), luaK:removevalues(), luaK:patchlistaux(), -- luaK:concat() ------------------------------------------------------------------------ function luaK:getjump(fs, pc) local offset = luaP:GETARG_sBx(fs.f.code[pc]) if offset == self.NO_JUMP then -- point to itself represents end of list return self.NO_JUMP -- end of list else return (pc + 1) + offset -- turn offset into absolute position end end ------------------------------------------------------------------------ -- -- * used in luaK:need_value(), luaK:patchtestreg(), luaK:invertjump() ------------------------------------------------------------------------ function luaK:getjumpcontrol(fs, pc) local pi = fs.f.code[pc] local ppi = fs.f.code[pc - 1] if pc >= 1 and luaP:testTMode(luaP:GET_OPCODE(ppi)) ~= 0 then return ppi else return pi end end ------------------------------------------------------------------------ -- check whether list has any jump that do not produce a value -- (or produce an inverted value) -- * return value changed to boolean -- * used only in luaK:exp2reg() ------------------------------------------------------------------------ function luaK:need_value(fs, list) while list ~= self.NO_JUMP do local i = self:getjumpcontrol(fs, list) if luaP:GET_OPCODE(i) ~= "OP_TESTSET" then return true end list = self:getjump(fs, list) end return false -- not found end ------------------------------------------------------------------------ -- -- * used in luaK:removevalues(), luaK:patchlistaux() ------------------------------------------------------------------------ function luaK:patchtestreg(fs, node, reg) local i = self:getjumpcontrol(fs, node) if luaP:GET_OPCODE(i) ~= "OP_TESTSET" then return false -- cannot patch other instructions end if reg ~= luaP.NO_REG and reg ~= luaP:GETARG_B(i) then luaP:SETARG_A(i, reg) else -- no register to put value or register already has the value -- due to use of a table as i, i cannot be replaced by another table -- so the following is required; there is no change to ARG_C luaP:SET_OPCODE(i, "OP_TEST") local b = luaP:GETARG_B(i) luaP:SETARG_A(i, b) luaP:SETARG_B(i, 0) -- *i = CREATE_ABC(OP_TEST, GETARG_B(*i), 0, GETARG_C(*i)); /* C */ end return true end ------------------------------------------------------------------------ -- -- * used only in luaK:codenot() ------------------------------------------------------------------------ function luaK:removevalues(fs, list) while list ~= self.NO_JUMP do self:patchtestreg(fs, list, luaP.NO_REG) list = self:getjump(fs, list) end end ------------------------------------------------------------------------ -- -- * used in luaK:dischargejpc(), luaK:patchlist(), luaK:exp2reg() ------------------------------------------------------------------------ function luaK:patchlistaux(fs, list, vtarget, reg, dtarget) while list ~= self.NO_JUMP do local _next = self:getjump(fs, list) if self:patchtestreg(fs, list, reg) then self:fixjump(fs, list, vtarget) else self:fixjump(fs, list, dtarget) -- jump to default target end list = _next end end ------------------------------------------------------------------------ -- -- * used only in luaK:code() ------------------------------------------------------------------------ function luaK:dischargejpc(fs) self:patchlistaux(fs, fs.jpc, fs.pc, luaP.NO_REG, fs.pc) fs.jpc = self.NO_JUMP end ------------------------------------------------------------------------ -- -- * used in (lparser) luaY:whilestat(), luaY:repeatstat(), luaY:forbody() ------------------------------------------------------------------------ function luaK:patchlist(fs, list, target) if target == fs.pc then self:patchtohere(fs, list) else assert(target < fs.pc) self:patchlistaux(fs, list, target, luaP.NO_REG, target) end end ------------------------------------------------------------------------ -- -- * used in multiple locations ------------------------------------------------------------------------ function luaK:patchtohere(fs, list) self:getlabel(fs) fs.jpc = self:concat(fs, fs.jpc, list) end ------------------------------------------------------------------------ -- * l1 was a pointer, now l1 is returned and callee assigns the value -- * used in multiple locations ------------------------------------------------------------------------ function luaK:concat(fs, l1, l2) if l2 == self.NO_JUMP then return l1 elseif l1 == self.NO_JUMP then return l2 else local list = l1 local _next = self:getjump(fs, list) while _next ~= self.NO_JUMP do -- find last element list = _next _next = self:getjump(fs, list) end self:fixjump(fs, list, l2) end return l1 end ------------------------------------------------------------------------ -- -- * used in luaK:reserveregs(), (lparser) luaY:forlist() ------------------------------------------------------------------------ function luaK:checkstack(fs, n) local newstack = fs.freereg + n if newstack > fs.f.maxstacksize then if newstack >= self.MAXSTACK then luaX:syntaxerror(fs.ls, "function or expression too complex") end fs.f.maxstacksize = newstack end end ------------------------------------------------------------------------ -- -- * used in multiple locations ------------------------------------------------------------------------ function luaK:reserveregs(fs, n) self:checkstack(fs, n) fs.freereg = fs.freereg + n end ------------------------------------------------------------------------ -- -- * used in luaK:freeexp(), luaK:dischargevars() ------------------------------------------------------------------------ function luaK:freereg(fs, reg) if not luaP:ISK(reg) and reg >= fs.nactvar then fs.freereg = fs.freereg - 1 assert(reg == fs.freereg) end end ------------------------------------------------------------------------ -- -- * used in multiple locations ------------------------------------------------------------------------ function luaK:freeexp(fs, e) if e.k == "VNONRELOC" then self:freereg(fs, e.info) end end ------------------------------------------------------------------------ -- * TODO NOTE implementation is not 100% correct, since the assert fails -- * luaH_set, setobj deleted; direct table access used instead -- * used in luaK:stringK(), luaK:numberK(), luaK:boolK(), luaK:nilK() ------------------------------------------------------------------------ function luaK:addk(fs, k, v) local L = fs.L local idx = fs.h[k.value] --TValue *idx = luaH_set(L, fs->h, k); /* C */ local f = fs.f if self:ttisnumber(idx) then --TODO this assert currently FAILS (last tested for 5.0.2) --assert(fs.f.k[self:nvalue(idx)] == v) --assert(luaO_rawequalObj(&fs->f->k[cast_int(nvalue(idx))], v)); /* C */ return self:nvalue(idx) else -- constant not found; create a new entry idx = {} self:setnvalue(idx, fs.nk) fs.h[k.value] = idx -- setnvalue(idx, cast_num(fs->nk)); /* C */ luaY:growvector(L, f.k, fs.nk, f.sizek, nil, luaP.MAXARG_Bx, "constant table overflow") -- loop to initialize empty f.k positions not required f.k[fs.nk] = v -- setobj(L, &f->k[fs->nk], v); /* C */ -- luaC_barrier(L, f, v); /* GC */ local nk = fs.nk fs.nk = fs.nk + 1 return nk end end ------------------------------------------------------------------------ -- creates and sets a string object -- * used in (lparser) luaY:codestring(), luaY:singlevar() ------------------------------------------------------------------------ function luaK:stringK(fs, s) local o = {} -- TValue self:setsvalue(o, s) return self:addk(fs, o, o) end ------------------------------------------------------------------------ -- creates and sets a number object -- * used in luaK:prefix() for negative (or negation of) numbers -- * used in (lparser) luaY:simpleexp(), luaY:fornum() ------------------------------------------------------------------------ function luaK:numberK(fs, r) local o = {} -- TValue self:setnvalue(o, r) return self:addk(fs, o, o) end ------------------------------------------------------------------------ -- creates and sets a boolean object -- * used only in luaK:exp2RK() ------------------------------------------------------------------------ function luaK:boolK(fs, b) local o = {} -- TValue self:setbvalue(o, b) return self:addk(fs, o, o) end ------------------------------------------------------------------------ -- creates and sets a nil object -- * used only in luaK:exp2RK() ------------------------------------------------------------------------ function luaK:nilK(fs) local k, v = {}, {} -- TValue self:setnilvalue(v) -- cannot use nil as key; instead use table itself to represent nil self:sethvalue(k, fs.h) return self:addk(fs, k, v) end ------------------------------------------------------------------------ -- -- * used in luaK:setmultret(), (lparser) luaY:adjust_assign() ------------------------------------------------------------------------ function luaK:setreturns(fs, e, nresults) if e.k == "VCALL" then -- expression is an open function call? luaP:SETARG_C(self:getcode(fs, e), nresults + 1) elseif e.k == "VVARARG" then luaP:SETARG_B(self:getcode(fs, e), nresults + 1); luaP:SETARG_A(self:getcode(fs, e), fs.freereg); luaK:reserveregs(fs, 1) end end ------------------------------------------------------------------------ -- -- * used in luaK:dischargevars(), (lparser) luaY:assignment() ------------------------------------------------------------------------ function luaK:setoneret(fs, e) if e.k == "VCALL" then -- expression is an open function call? e.k = "VNONRELOC" e.info = luaP:GETARG_A(self:getcode(fs, e)) elseif e.k == "VVARARG" then luaP:SETARG_B(self:getcode(fs, e), 2) e.k = "VRELOCABLE" -- can relocate its simple result end end ------------------------------------------------------------------------ -- -- * used in multiple locations ------------------------------------------------------------------------ function luaK:dischargevars(fs, e) local k = e.k if k == "VLOCAL" then e.k = "VNONRELOC" elseif k == "VUPVAL" then e.info = self:codeABC(fs, "OP_GETUPVAL", 0, e.info, 0) e.k = "VRELOCABLE" elseif k == "VGLOBAL" then e.info = self:codeABx(fs, "OP_GETGLOBAL", 0, e.info) e.k = "VRELOCABLE" elseif k == "VINDEXED" then self:freereg(fs, e.aux) self:freereg(fs, e.info) e.info = self:codeABC(fs, "OP_GETTABLE", 0, e.info, e.aux) e.k = "VRELOCABLE" elseif k == "VVARARG" or k == "VCALL" then self:setoneret(fs, e) else -- there is one value available (somewhere) end end ------------------------------------------------------------------------ -- -- * used only in luaK:exp2reg() ------------------------------------------------------------------------ function luaK:code_label(fs, A, b, jump) self:getlabel(fs) -- those instructions may be jump targets return self:codeABC(fs, "OP_LOADBOOL", A, b, jump) end ------------------------------------------------------------------------ -- -- * used in luaK:discharge2anyreg(), luaK:exp2reg() ------------------------------------------------------------------------ function luaK:discharge2reg(fs, e, reg) self:dischargevars(fs, e) local k = e.k if k == "VNIL" then self:_nil(fs, reg, 1) elseif k == "VFALSE" or k == "VTRUE" then self:codeABC(fs, "OP_LOADBOOL", reg, (e.k == "VTRUE") and 1 or 0, 0) elseif k == "VK" then self:codeABx(fs, "OP_LOADK", reg, e.info) elseif k == "VKNUM" then self:codeABx(fs, "OP_LOADK", reg, self:numberK(fs, e.nval)) elseif k == "VRELOCABLE" then local pc = self:getcode(fs, e) luaP:SETARG_A(pc, reg) elseif k == "VNONRELOC" then if reg ~= e.info then self:codeABC(fs, "OP_MOVE", reg, e.info, 0) end else assert(e.k == "VVOID" or e.k == "VJMP") return -- nothing to do... end e.info = reg e.k = "VNONRELOC" end ------------------------------------------------------------------------ -- -- * used in luaK:jumponcond(), luaK:codenot() ------------------------------------------------------------------------ function luaK:discharge2anyreg(fs, e) if e.k ~= "VNONRELOC" then self:reserveregs(fs, 1) self:discharge2reg(fs, e, fs.freereg - 1) end end ------------------------------------------------------------------------ -- -- * used in luaK:exp2nextreg(), luaK:exp2anyreg(), luaK:storevar() ------------------------------------------------------------------------ function luaK:exp2reg(fs, e, reg) self:discharge2reg(fs, e, reg) if e.k == "VJMP" then e.t = self:concat(fs, e.t, e.info) -- put this jump in 't' list end if self:hasjumps(e) then local final -- position after whole expression local p_f = self.NO_JUMP -- position of an eventual LOAD false local p_t = self.NO_JUMP -- position of an eventual LOAD true if self:need_value(fs, e.t) or self:need_value(fs, e.f) then local fj = (e.k == "VJMP") and self.NO_JUMP or self:jump(fs) p_f = self:code_label(fs, reg, 0, 1) p_t = self:code_label(fs, reg, 1, 0) self:patchtohere(fs, fj) end final = self:getlabel(fs) self:patchlistaux(fs, e.f, final, reg, p_f) self:patchlistaux(fs, e.t, final, reg, p_t) end e.f, e.t = self.NO_JUMP, self.NO_JUMP e.info = reg e.k = "VNONRELOC" end ------------------------------------------------------------------------ -- -- * used in multiple locations ------------------------------------------------------------------------ function luaK:exp2nextreg(fs, e) self:dischargevars(fs, e) self:freeexp(fs, e) self:reserveregs(fs, 1) self:exp2reg(fs, e, fs.freereg - 1) end ------------------------------------------------------------------------ -- -- * used in multiple locations ------------------------------------------------------------------------ function luaK:exp2anyreg(fs, e) self:dischargevars(fs, e) if e.k == "VNONRELOC" then if not self:hasjumps(e) then -- exp is already in a register return e.info end if e.info >= fs.nactvar then -- reg. is not a local? self:exp2reg(fs, e, e.info) -- put value on it return e.info end end self:exp2nextreg(fs, e) -- default return e.info end ------------------------------------------------------------------------ -- -- * used in luaK:exp2RK(), luaK:prefix(), luaK:posfix() -- * used in (lparser) luaY:yindex() ------------------------------------------------------------------------ function luaK:exp2val(fs, e) if self:hasjumps(e) then self:exp2anyreg(fs, e) else self:dischargevars(fs, e) end end ------------------------------------------------------------------------ -- -- * used in multiple locations ------------------------------------------------------------------------ function luaK:exp2RK(fs, e) self:exp2val(fs, e) local k = e.k if k == "VKNUM" or k == "VTRUE" or k == "VFALSE" or k == "VNIL" then if fs.nk <= luaP.MAXINDEXRK then -- constant fit in RK operand? -- converted from a 2-deep ternary operator expression if e.k == "VNIL" then e.info = self:nilK(fs) else e.info = (e.k == "VKNUM") and self:numberK(fs, e.nval) or self:boolK(fs, e.k == "VTRUE") end e.k = "VK" return luaP:RKASK(e.info) end elseif k == "VK" then if e.info <= luaP.MAXINDEXRK then -- constant fit in argC? return luaP:RKASK(e.info) end else -- default end -- not a constant in the right range: put it in a register return self:exp2anyreg(fs, e) end ------------------------------------------------------------------------ -- -- * used in (lparser) luaY:assignment(), luaY:localfunc(), luaY:funcstat() ------------------------------------------------------------------------ function luaK:storevar(fs, var, ex) local k = var.k if k == "VLOCAL" then self:freeexp(fs, ex) self:exp2reg(fs, ex, var.info) return elseif k == "VUPVAL" then local e = self:exp2anyreg(fs, ex) self:codeABC(fs, "OP_SETUPVAL", e, var.info, 0) elseif k == "VGLOBAL" then local e = self:exp2anyreg(fs, ex) self:codeABx(fs, "OP_SETGLOBAL", e, var.info) elseif k == "VINDEXED" then local e = self:exp2RK(fs, ex) self:codeABC(fs, "OP_SETTABLE", var.info, var.aux, e) else assert(0) -- invalid var kind to store end self:freeexp(fs, ex) end ------------------------------------------------------------------------ -- -- * used only in (lparser) luaY:primaryexp() ------------------------------------------------------------------------ function luaK:_self(fs, e, key) self:exp2anyreg(fs, e) self:freeexp(fs, e) local func = fs.freereg self:reserveregs(fs, 2) self:codeABC(fs, "OP_SELF", func, e.info, self:exp2RK(fs, key)) self:freeexp(fs, key) e.info = func e.k = "VNONRELOC" end ------------------------------------------------------------------------ -- -- * used in luaK:goiftrue(), luaK:codenot() ------------------------------------------------------------------------ function luaK:invertjump(fs, e) local pc = self:getjumpcontrol(fs, e.info) assert(luaP:testTMode(luaP:GET_OPCODE(pc)) ~= 0 and luaP:GET_OPCODE(pc) ~= "OP_TESTSET" and luaP:GET_OPCODE(pc) ~= "OP_TEST") luaP:SETARG_A(pc, (luaP:GETARG_A(pc) == 0) and 1 or 0) end ------------------------------------------------------------------------ -- -- * used in luaK:goiftrue(), luaK:goiffalse() ------------------------------------------------------------------------ function luaK:jumponcond(fs, e, cond) if e.k == "VRELOCABLE" then local ie = self:getcode(fs, e) if luaP:GET_OPCODE(ie) == "OP_NOT" then fs.pc = fs.pc - 1 -- remove previous OP_NOT return self:condjump(fs, "OP_TEST", luaP:GETARG_B(ie), 0, cond and 0 or 1) end -- else go through end self:discharge2anyreg(fs, e) self:freeexp(fs, e) return self:condjump(fs, "OP_TESTSET", luaP.NO_REG, e.info, cond and 1 or 0) end ------------------------------------------------------------------------ -- -- * used in luaK:infix(), (lparser) luaY:cond() ------------------------------------------------------------------------ function luaK:goiftrue(fs, e) local pc -- pc of last jump self:dischargevars(fs, e) local k = e.k if k == "VK" or k == "VKNUM" or k == "VTRUE" then pc = self.NO_JUMP -- always true; do nothing elseif k == "VFALSE" then pc = self:jump(fs) -- always jump elseif k == "VJMP" then self:invertjump(fs, e) pc = e.info else pc = self:jumponcond(fs, e, false) end e.f = self:concat(fs, e.f, pc) -- insert last jump in `f' list self:patchtohere(fs, e.t) e.t = self.NO_JUMP end ------------------------------------------------------------------------ -- -- * used in luaK:infix() ------------------------------------------------------------------------ function luaK:goiffalse(fs, e) local pc -- pc of last jump self:dischargevars(fs, e) local k = e.k if k == "VNIL" or k == "VFALSE"then pc = self.NO_JUMP -- always false; do nothing elseif k == "VTRUE" then pc = self:jump(fs) -- always jump elseif k == "VJMP" then pc = e.info else pc = self:jumponcond(fs, e, true) end e.t = self:concat(fs, e.t, pc) -- insert last jump in `t' list self:patchtohere(fs, e.f) e.f = self.NO_JUMP end ------------------------------------------------------------------------ -- -- * used only in luaK:prefix() ------------------------------------------------------------------------ function luaK:codenot(fs, e) self:dischargevars(fs, e) local k = e.k if k == "VNIL" or k == "VFALSE" then e.k = "VTRUE" elseif k == "VK" or k == "VKNUM" or k == "VTRUE" then e.k = "VFALSE" elseif k == "VJMP" then self:invertjump(fs, e) elseif k == "VRELOCABLE" or k == "VNONRELOC" then self:discharge2anyreg(fs, e) self:freeexp(fs, e) e.info = self:codeABC(fs, "OP_NOT", 0, e.info, 0) e.k = "VRELOCABLE" else assert(0) -- cannot happen end -- interchange true and false lists e.f, e.t = e.t, e.f self:removevalues(fs, e.f) self:removevalues(fs, e.t) end ------------------------------------------------------------------------ -- -- * used in (lparser) luaY:field(), luaY:primaryexp() ------------------------------------------------------------------------ function luaK:indexed(fs, t, k) t.aux = self:exp2RK(fs, k) t.k = "VINDEXED" end ------------------------------------------------------------------------ -- -- * used only in luaK:codearith() ------------------------------------------------------------------------ function luaK:constfolding(op, e1, e2) local r if not self:isnumeral(e1) or not self:isnumeral(e2) then return false end local v1 = e1.nval local v2 = e2.nval if op == "OP_ADD" then r = self:numadd(v1, v2) elseif op == "OP_SUB" then r = self:numsub(v1, v2) elseif op == "OP_MUL" then r = self:nummul(v1, v2) elseif op == "OP_DIV" then if v2 == 0 then return false end -- do not attempt to divide by 0 r = self:numdiv(v1, v2) elseif op == "OP_MOD" then if v2 == 0 then return false end -- do not attempt to divide by 0 r = self:nummod(v1, v2) elseif op == "OP_POW" then r = self:numpow(v1, v2) elseif op == "OP_UNM" then r = self:numunm(v1) elseif op == "OP_LEN" then return false -- no constant folding for 'len' else assert(0) r = 0 end if self:numisnan(r) then return false end -- do not attempt to produce NaN e1.nval = r return true end ------------------------------------------------------------------------ -- -- * used in luaK:prefix(), luaK:posfix() ------------------------------------------------------------------------ function luaK:codearith(fs, op, e1, e2) if self:constfolding(op, e1, e2) then return else local o2 = (op ~= "OP_UNM" and op ~= "OP_LEN") and self:exp2RK(fs, e2) or 0 local o1 = self:exp2RK(fs, e1) if o1 > o2 then self:freeexp(fs, e1) self:freeexp(fs, e2) else self:freeexp(fs, e2) self:freeexp(fs, e1) end e1.info = self:codeABC(fs, op, 0, o1, o2) e1.k = "VRELOCABLE" end end ------------------------------------------------------------------------ -- -- * used only in luaK:posfix() ------------------------------------------------------------------------ function luaK:codecomp(fs, op, cond, e1, e2) local o1 = self:exp2RK(fs, e1) local o2 = self:exp2RK(fs, e2) self:freeexp(fs, e2) self:freeexp(fs, e1) if cond == 0 and op ~= "OP_EQ" then -- exchange args to replace by `<' or `<=' o1, o2 = o2, o1 -- o1 <==> o2 cond = 1 end e1.info = self:condjump(fs, op, cond, o1, o2) e1.k = "VJMP" end ------------------------------------------------------------------------ -- -- * used only in (lparser) luaY:subexpr() ------------------------------------------------------------------------ function luaK:prefix(fs, op, e) local e2 = {} -- expdesc e2.t, e2.f = self.NO_JUMP, self.NO_JUMP e2.k = "VKNUM" e2.nval = 0 if op == "OPR_MINUS" then if not self:isnumeral(e) then self:exp2anyreg(fs, e) -- cannot operate on non-numeric constants end self:codearith(fs, "OP_UNM", e, e2) elseif op == "OPR_NOT" then self:codenot(fs, e) elseif op == "OPR_LEN" then self:exp2anyreg(fs, e) -- cannot operate on constants self:codearith(fs, "OP_LEN", e, e2) else assert(0) end end ------------------------------------------------------------------------ -- -- * used only in (lparser) luaY:subexpr() ------------------------------------------------------------------------ function luaK:infix(fs, op, v) if op == "OPR_AND" then self:goiftrue(fs, v) elseif op == "OPR_OR" then self:goiffalse(fs, v) elseif op == "OPR_CONCAT" then self:exp2nextreg(fs, v) -- operand must be on the 'stack' elseif op == "OPR_ADD" or op == "OPR_SUB" or op == "OPR_MUL" or op == "OPR_DIV" or op == "OPR_MOD" or op == "OPR_POW" then if not self:isnumeral(v) then self:exp2RK(fs, v) end else self:exp2RK(fs, v) end end ------------------------------------------------------------------------ -- -- * used only in (lparser) luaY:subexpr() ------------------------------------------------------------------------ -- table lookups to simplify testing luaK.arith_op = { OPR_ADD = "OP_ADD", OPR_SUB = "OP_SUB", OPR_MUL = "OP_MUL", OPR_DIV = "OP_DIV", OPR_MOD = "OP_MOD", OPR_POW = "OP_POW", } luaK.comp_op = { OPR_EQ = "OP_EQ", OPR_NE = "OP_EQ", OPR_LT = "OP_LT", OPR_LE = "OP_LE", OPR_GT = "OP_LT", OPR_GE = "OP_LE", } luaK.comp_cond = { OPR_EQ = 1, OPR_NE = 0, OPR_LT = 1, OPR_LE = 1, OPR_GT = 0, OPR_GE = 0, } function luaK:posfix(fs, op, e1, e2) -- needed because e1 = e2 doesn't copy values... -- * in 5.0.x, only k/info/aux/t/f copied, t for AND, f for OR -- but here, all elements are copied for completeness' sake local function copyexp(e1, e2) e1.k = e2.k e1.info = e2.info; e1.aux = e2.aux e1.nval = e2.nval e1.t = e2.t; e1.f = e2.f end if op == "OPR_AND" then assert(e1.t == self.NO_JUMP) -- list must be closed self:dischargevars(fs, e2) e2.f = self:concat(fs, e2.f, e1.f) copyexp(e1, e2) elseif op == "OPR_OR" then assert(e1.f == self.NO_JUMP) -- list must be closed self:dischargevars(fs, e2) e2.t = self:concat(fs, e2.t, e1.t) copyexp(e1, e2) elseif op == "OPR_CONCAT" then self:exp2val(fs, e2) if e2.k == "VRELOCABLE" and luaP:GET_OPCODE(self:getcode(fs, e2)) == "OP_CONCAT" then assert(e1.info == luaP:GETARG_B(self:getcode(fs, e2)) - 1) self:freeexp(fs, e1) luaP:SETARG_B(self:getcode(fs, e2), e1.info) e1.k = "VRELOCABLE" e1.info = e2.info else self:exp2nextreg(fs, e2) -- operand must be on the 'stack' self:codearith(fs, "OP_CONCAT", e1, e2) end else -- the following uses a table lookup in place of conditionals local arith = self.arith_op[op] if arith then self:codearith(fs, arith, e1, e2) else local comp = self.comp_op[op] if comp then self:codecomp(fs, comp, self.comp_cond[op], e1, e2) else assert(0) end end--if arith end--if op end ------------------------------------------------------------------------ -- adjusts debug information for last instruction written, in order to -- change the line where item comes into existence -- * used in (lparser) luaY:funcargs(), luaY:forbody(), luaY:funcstat() ------------------------------------------------------------------------ function luaK:fixline(fs, line) fs.f.lineinfo[fs.pc - 1] = line end ------------------------------------------------------------------------ -- general function to write an instruction into the instruction buffer, -- sets debug information too -- * used in luaK:codeABC(), luaK:codeABx() -- * called directly by (lparser) luaY:whilestat() ------------------------------------------------------------------------ function luaK:code(fs, i, line) local f = fs.f self:dischargejpc(fs) -- 'pc' will change -- put new instruction in code array luaY:growvector(fs.L, f.code, fs.pc, f.sizecode, nil, luaY.MAX_INT, "code size overflow") f.code[fs.pc] = i -- save corresponding line information luaY:growvector(fs.L, f.lineinfo, fs.pc, f.sizelineinfo, nil, luaY.MAX_INT, "code size overflow") f.lineinfo[fs.pc] = line local pc = fs.pc fs.pc = fs.pc + 1 return pc end ------------------------------------------------------------------------ -- writes an instruction of type ABC -- * calls luaK:code() ------------------------------------------------------------------------ function luaK:codeABC(fs, o, a, b, c) assert(luaP:getOpMode(o) == luaP.OpMode.iABC) assert(luaP:getBMode(o) ~= luaP.OpArgMask.OpArgN or b == 0) assert(luaP:getCMode(o) ~= luaP.OpArgMask.OpArgN or c == 0) return self:code(fs, luaP:CREATE_ABC(o, a, b, c), fs.ls.lastline) end ------------------------------------------------------------------------ -- writes an instruction of type ABx -- * calls luaK:code(), called by luaK:codeAsBx() ------------------------------------------------------------------------ function luaK:codeABx(fs, o, a, bc) assert(luaP:getOpMode(o) == luaP.OpMode.iABx or luaP:getOpMode(o) == luaP.OpMode.iAsBx) assert(luaP:getCMode(o) == luaP.OpArgMask.OpArgN) return self:code(fs, luaP:CREATE_ABx(o, a, bc), fs.ls.lastline) end ------------------------------------------------------------------------ -- -- * used in (lparser) luaY:closelistfield(), luaY:lastlistfield() ------------------------------------------------------------------------ function luaK:setlist(fs, base, nelems, tostore) local c = math.floor((nelems - 1)/luaP.LFIELDS_PER_FLUSH) + 1 local b = (tostore == luaY.LUA_MULTRET) and 0 or tostore assert(tostore ~= 0) if c <= luaP.MAXARG_C then self:codeABC(fs, "OP_SETLIST", base, b, c) else self:codeABC(fs, "OP_SETLIST", base, b, 0) self:code(fs, luaP:CREATE_Inst(c), fs.ls.lastline) end fs.freereg = base + 1 -- free registers with list values end return function(a) luaY = a return luaK end end } --po.main.top.Holder.executorpage.exec.Script.vLua.LuaP G2L_MODULES[G2L["239"]] = { Closure = function() local script = G2L["239"] --[[-------------------------------------------------------------------- lopcodes.lua Lua 5 virtual machine opcodes in Lua This file is part of Yueliang. Copyright (c) 2006 Kein-Hong Man The COPYRIGHT file describes the conditions under which this software may be distributed. See the ChangeLog for more information. ----------------------------------------------------------------------]] --[[-------------------------------------------------------------------- -- Notes: -- * an Instruction is a table with OP, A, B, C, Bx elements; this -- makes the code easy to follow and should allow instruction handling -- to work with doubles and ints -- * WARNING luaP:Instruction outputs instructions encoded in little- -- endian form and field size and positions are hard-coded -- -- Not implemented: -- * -- -- Added: -- * luaP:CREATE_Inst(c): create an inst from a number (for OP_SETLIST) -- * luaP:Instruction(i): convert field elements to a 4-char string -- * luaP:DecodeInst(x): convert 4-char string into field elements -- -- Changed in 5.1.x: -- * POS_OP added, instruction field positions changed -- * some symbol names may have changed, e.g. LUAI_BITSINT -- * new operators for RK indices: BITRK, ISK(x), INDEXK(r), RKASK(x) -- * OP_MOD, OP_LEN is new -- * OP_TEST is now OP_TESTSET, OP_TEST is new -- * OP_FORLOOP, OP_TFORLOOP adjusted, OP_FORPREP is new -- * OP_TFORPREP deleted -- * OP_SETLIST and OP_SETLISTO merged and extended -- * OP_VARARG is new -- * many changes to implementation of OpMode data ----------------------------------------------------------------------]] local luaP = {} --[[ =========================================================================== We assume that instructions are unsigned numbers. All instructions have an opcode in the first 6 bits. Instructions can have the following fields: 'A' : 8 bits 'B' : 9 bits 'C' : 9 bits 'Bx' : 18 bits ('B' and 'C' together) 'sBx' : signed Bx A signed argument is represented in excess K; that is, the number value is the unsigned value minus K. K is exactly the maximum value for that argument (so that -max is represented by 0, and +max is represented by 2*max), which is half the maximum for the corresponding unsigned argument. =========================================================================== --]] luaP.OpMode = { iABC = 0, iABx = 1, iAsBx = 2 } -- basic instruction format ------------------------------------------------------------------------ -- size and position of opcode arguments. -- * WARNING size and position is hard-coded elsewhere in this script ------------------------------------------------------------------------ luaP.SIZE_C = 9 luaP.SIZE_B = 9 luaP.SIZE_Bx = luaP.SIZE_C + luaP.SIZE_B luaP.SIZE_A = 8 luaP.SIZE_OP = 6 luaP.POS_OP = 0 luaP.POS_A = luaP.POS_OP + luaP.SIZE_OP luaP.POS_C = luaP.POS_A + luaP.SIZE_A luaP.POS_B = luaP.POS_C + luaP.SIZE_C luaP.POS_Bx = luaP.POS_C ------------------------------------------------------------------------ -- limits for opcode arguments. -- we use (signed) int to manipulate most arguments, -- so they must fit in LUAI_BITSINT-1 bits (-1 for sign) ------------------------------------------------------------------------ -- removed "#if SIZE_Bx < BITS_INT-1" test, assume this script is -- running on a Lua VM with double or int as LUA_NUMBER luaP.MAXARG_Bx = math.ldexp(1, luaP.SIZE_Bx) - 1 luaP.MAXARG_sBx = math.floor(luaP.MAXARG_Bx / 2) -- 'sBx' is signed luaP.MAXARG_A = math.ldexp(1, luaP.SIZE_A) - 1 luaP.MAXARG_B = math.ldexp(1, luaP.SIZE_B) - 1 luaP.MAXARG_C = math.ldexp(1, luaP.SIZE_C) - 1 -- creates a mask with 'n' 1 bits at position 'p' -- MASK1(n,p) deleted, not required -- creates a mask with 'n' 0 bits at position 'p' -- MASK0(n,p) deleted, not required --[[-------------------------------------------------------------------- Visual representation for reference: 31 | | | 0 bit position +-----+-----+-----+----------+ | B | C | A | Opcode | iABC format +-----+-----+-----+----------+ - 9 - 9 - 8 - 6 - field sizes +-----+-----+-----+----------+ | [s]Bx | A | Opcode | iABx | iAsBx format +-----+-----+-----+----------+ ----------------------------------------------------------------------]] ------------------------------------------------------------------------ -- the following macros help to manipulate instructions -- * changed to a table object representation, very clean compared to -- the [nightmare] alternatives of using a number or a string -- * Bx is a separate element from B and C, since there is never a need -- to split Bx in the parser or code generator ------------------------------------------------------------------------ -- these accept or return opcodes in the form of string names function luaP:GET_OPCODE(i) return self.ROpCode[i.OP] end function luaP:SET_OPCODE(i, o) i.OP = self.OpCode[o] end function luaP:GETARG_A(i) return i.A end function luaP:SETARG_A(i, u) i.A = u end function luaP:GETARG_B(i) return i.B end function luaP:SETARG_B(i, b) i.B = b end function luaP:GETARG_C(i) return i.C end function luaP:SETARG_C(i, b) i.C = b end function luaP:GETARG_Bx(i) return i.Bx end function luaP:SETARG_Bx(i, b) i.Bx = b end function luaP:GETARG_sBx(i) return i.Bx - self.MAXARG_sBx end function luaP:SETARG_sBx(i, b) i.Bx = b + self.MAXARG_sBx end function luaP:CREATE_ABC(o,a,b,c) return {OP = self.OpCode[o], A = a, B = b, C = c} end function luaP:CREATE_ABx(o,a,bc) return {OP = self.OpCode[o], A = a, Bx = bc} end ------------------------------------------------------------------------ -- create an instruction from a number (for OP_SETLIST) ------------------------------------------------------------------------ function luaP:CREATE_Inst(c) local o = c % 64 c = (c - o) / 64 local a = c % 256 c = (c - a) / 256 return self:CREATE_ABx(o, a, c) end ------------------------------------------------------------------------ -- returns a 4-char string little-endian encoded form of an instruction ------------------------------------------------------------------------ function luaP:Instruction(i) if i.Bx then -- change to OP/A/B/C format i.C = i.Bx % 512 i.B = (i.Bx - i.C) / 512 end local I = i.A * 64 + i.OP local c0 = I % 256 I = i.C * 64 + (I - c0) / 256 -- 6 bits of A left local c1 = I % 256 I = i.B * 128 + (I - c1) / 256 -- 7 bits of C left local c2 = I % 256 local c3 = (I - c2) / 256 return string.char(c0, c1, c2, c3) end ------------------------------------------------------------------------ -- decodes a 4-char little-endian string into an instruction struct ------------------------------------------------------------------------ function luaP:DecodeInst(x) local byte = string.byte local i = {} local I = byte(x, 1) local op = I % 64 i.OP = op I = byte(x, 2) * 4 + (I - op) / 64 -- 2 bits of c0 left local a = I % 256 i.A = a I = byte(x, 3) * 4 + (I - a) / 256 -- 2 bits of c1 left local c = I % 512 i.C = c i.B = byte(x, 4) * 2 + (I - c) / 512 -- 1 bits of c2 left local opmode = self.OpMode[tonumber(string.sub(self.opmodes[op + 1], 7, 7))] if opmode ~= "iABC" then i.Bx = i.B * 512 + i.C end return i end ------------------------------------------------------------------------ -- Macros to operate RK indices -- * these use arithmetic instead of bit ops ------------------------------------------------------------------------ -- this bit 1 means constant (0 means register) luaP.BITRK = math.ldexp(1, luaP.SIZE_B - 1) -- test whether value is a constant function luaP:ISK(x) return x >= self.BITRK end -- gets the index of the constant function luaP:INDEXK(x) return x - self.BITRK end luaP.MAXINDEXRK = luaP.BITRK - 1 -- code a constant index as a RK value function luaP:RKASK(x) return x + self.BITRK end ------------------------------------------------------------------------ -- invalid register that fits in 8 bits ------------------------------------------------------------------------ luaP.NO_REG = luaP.MAXARG_A ------------------------------------------------------------------------ -- R(x) - register -- Kst(x) - constant (in constant table) -- RK(x) == if ISK(x) then Kst(INDEXK(x)) else R(x) ------------------------------------------------------------------------ ------------------------------------------------------------------------ -- grep "ORDER OP" if you change these enums ------------------------------------------------------------------------ --[[-------------------------------------------------------------------- Lua virtual machine opcodes (enum OpCode): ------------------------------------------------------------------------ name args description ------------------------------------------------------------------------ OP_MOVE A B R(A) := R(B) OP_LOADK A Bx R(A) := Kst(Bx) OP_LOADBOOL A B C R(A) := (Bool)B; if (C) pc++ OP_LOADNIL A B R(A) := ... := R(B) := nil OP_GETUPVAL A B R(A) := UpValue[B] OP_GETGLOBAL A Bx R(A) := Gbl[Kst(Bx)] OP_GETTABLE A B C R(A) := R(B)[RK(C)] OP_SETGLOBAL A Bx Gbl[Kst(Bx)] := R(A) OP_SETUPVAL A B UpValue[B] := R(A) OP_SETTABLE A B C R(A)[RK(B)] := RK(C) OP_NEWTABLE A B C R(A) := {} (size = B,C) OP_SELF A B C R(A+1) := R(B); R(A) := R(B)[RK(C)] OP_ADD A B C R(A) := RK(B) + RK(C) OP_SUB A B C R(A) := RK(B) - RK(C) OP_MUL A B C R(A) := RK(B) * RK(C) OP_DIV A B C R(A) := RK(B) / RK(C) OP_MOD A B C R(A) := RK(B) % RK(C) OP_POW A B C R(A) := RK(B) ^ RK(C) OP_UNM A B R(A) := -R(B) OP_NOT A B R(A) := not R(B) OP_LEN A B R(A) := length of R(B) OP_CONCAT A B C R(A) := R(B).. ... ..R(C) OP_JMP sBx pc+=sBx OP_EQ A B C if ((RK(B) == RK(C)) ~= A) then pc++ OP_LT A B C if ((RK(B) < RK(C)) ~= A) then pc++ OP_LE A B C if ((RK(B) <= RK(C)) ~= A) then pc++ OP_TEST A C if not (R(A) <=> C) then pc++ OP_TESTSET A B C if (R(B) <=> C) then R(A) := R(B) else pc++ OP_CALL A B C R(A), ... ,R(A+C-2) := R(A)(R(A+1), ... ,R(A+B-1)) OP_TAILCALL A B C return R(A)(R(A+1), ... ,R(A+B-1)) OP_RETURN A B return R(A), ... ,R(A+B-2) (see note) OP_FORLOOP A sBx R(A)+=R(A+2); if R(A) =) R(A) OP_CLOSURE A Bx R(A) := closure(KPROTO[Bx], R(A), ... ,R(A+n)) OP_VARARG A B R(A), R(A+1), ..., R(A+B-1) = vararg ----------------------------------------------------------------------]] luaP.opnames = {} -- opcode names luaP.OpCode = {} -- lookup name -> number luaP.ROpCode = {} -- lookup number -> name ------------------------------------------------------------------------ -- ORDER OP ------------------------------------------------------------------------ local i = 0 for v in string.gmatch([[ MOVE LOADK LOADBOOL LOADNIL GETUPVAL GETGLOBAL GETTABLE SETGLOBAL SETUPVAL SETTABLE NEWTABLE SELF ADD SUB MUL DIV MOD POW UNM NOT LEN CONCAT JMP EQ LT LE TEST TESTSET CALL TAILCALL RETURN FORLOOP FORPREP TFORLOOP SETLIST CLOSE CLOSURE VARARG ]], "%S+") do local n = "OP_"..v luaP.opnames[i] = v luaP.OpCode[n] = i luaP.ROpCode[i] = n i = i + 1 end luaP.NUM_OPCODES = i --[[ =========================================================================== Notes: (*) In OP_CALL, if (B == 0) then B = top. C is the number of returns - 1, and can be 0: OP_CALL then sets 'top' to last_result+1, so next open instruction (OP_CALL, OP_RETURN, OP_SETLIST) may use 'top'. (*) In OP_VARARG, if (B == 0) then use actual number of varargs and set top (like in OP_CALL with C == 0). (*) In OP_RETURN, if (B == 0) then return up to 'top' (*) In OP_SETLIST, if (B == 0) then B = 'top'; if (C == 0) then next 'instruction' is real C (*) For comparisons, A specifies what condition the test should accept (true or false). (*) All 'skips' (pc++) assume that next instruction is a jump =========================================================================== --]] --[[-------------------------------------------------------------------- masks for instruction properties. The format is: bits 0-1: op mode bits 2-3: C arg mode bits 4-5: B arg mode bit 6: instruction set register A bit 7: operator is a test for OpArgMask: OpArgN - argument is not used OpArgU - argument is used OpArgR - argument is a register or a jump offset OpArgK - argument is a constant or register/constant ----------------------------------------------------------------------]] -- was enum OpArgMask luaP.OpArgMask = { OpArgN = 0, OpArgU = 1, OpArgR = 2, OpArgK = 3 } ------------------------------------------------------------------------ -- e.g. to compare with symbols, luaP:getOpMode(...) == luaP.OpCode.iABC -- * accepts opcode parameter as strings, e.g. "OP_MOVE" ------------------------------------------------------------------------ function luaP:getOpMode(m) return self.opmodes[self.OpCode[m]] % 4 end function luaP:getBMode(m) return math.floor(self.opmodes[self.OpCode[m]] / 16) % 4 end function luaP:getCMode(m) return math.floor(self.opmodes[self.OpCode[m]] / 4) % 4 end function luaP:testAMode(m) return math.floor(self.opmodes[self.OpCode[m]] / 64) % 2 end function luaP:testTMode(m) return math.floor(self.opmodes[self.OpCode[m]] / 128) end -- luaP_opnames[] is set above, as the luaP.opnames table -- number of list items to accumulate before a SETLIST instruction luaP.LFIELDS_PER_FLUSH = 50 ------------------------------------------------------------------------ -- build instruction properties array -- * deliberately coded to look like the C equivalent ------------------------------------------------------------------------ local function opmode(t, a, b, c, m) local luaP = luaP return t * 128 + a * 64 + luaP.OpArgMask[b] * 16 + luaP.OpArgMask[c] * 4 + luaP.OpMode[m] end -- ORDER OP luaP.opmodes = { -- T A B C mode opcode opmode(0, 1, "OpArgK", "OpArgN", "iABx"), -- OP_LOADK opmode(0, 1, "OpArgU", "OpArgU", "iABC"), -- OP_LOADBOOL opmode(0, 1, "OpArgR", "OpArgN", "iABC"), -- OP_LOADNIL opmode(0, 1, "OpArgU", "OpArgN", "iABC"), -- OP_GETUPVAL opmode(0, 1, "OpArgK", "OpArgN", "iABx"), -- OP_GETGLOBAL opmode(0, 1, "OpArgR", "OpArgK", "iABC"), -- OP_GETTABLE opmode(0, 0, "OpArgK", "OpArgN", "iABx"), -- OP_SETGLOBAL opmode(0, 0, "OpArgU", "OpArgN", "iABC"), -- OP_SETUPVAL opmode(0, 0, "OpArgK", "OpArgK", "iABC"), -- OP_SETTABLE opmode(0, 1, "OpArgU", "OpArgU", "iABC"), -- OP_NEWTABLE opmode(0, 1, "OpArgR", "OpArgK", "iABC"), -- OP_SELF opmode(0, 1, "OpArgK", "OpArgK", "iABC"), -- OP_ADD opmode(0, 1, "OpArgK", "OpArgK", "iABC"), -- OP_SUB opmode(0, 1, "OpArgK", "OpArgK", "iABC"), -- OP_MUL opmode(0, 1, "OpArgK", "OpArgK", "iABC"), -- OP_DIV opmode(0, 1, "OpArgK", "OpArgK", "iABC"), -- OP_MOD opmode(0, 1, "OpArgK", "OpArgK", "iABC"), -- OP_POW opmode(0, 1, "OpArgR", "OpArgN", "iABC"), -- OP_UNM opmode(0, 1, "OpArgR", "OpArgN", "iABC"), -- OP_NOT opmode(0, 1, "OpArgR", "OpArgN", "iABC"), -- OP_LEN opmode(0, 1, "OpArgR", "OpArgR", "iABC"), -- OP_CONCAT opmode(0, 0, "OpArgR", "OpArgN", "iAsBx"), -- OP_JMP opmode(1, 0, "OpArgK", "OpArgK", "iABC"), -- OP_EQ opmode(1, 0, "OpArgK", "OpArgK", "iABC"), -- OP_LT opmode(1, 0, "OpArgK", "OpArgK", "iABC"), -- OP_LE opmode(1, 1, "OpArgR", "OpArgU", "iABC"), -- OP_TEST opmode(1, 1, "OpArgR", "OpArgU", "iABC"), -- OP_TESTSET opmode(0, 1, "OpArgU", "OpArgU", "iABC"), -- OP_CALL opmode(0, 1, "OpArgU", "OpArgU", "iABC"), -- OP_TAILCALL opmode(0, 0, "OpArgU", "OpArgN", "iABC"), -- OP_RETURN opmode(0, 1, "OpArgR", "OpArgN", "iAsBx"), -- OP_FORLOOP opmode(0, 1, "OpArgR", "OpArgN", "iAsBx"), -- OP_FORPREP opmode(1, 0, "OpArgN", "OpArgU", "iABC"), -- OP_TFORLOOP opmode(0, 0, "OpArgU", "OpArgU", "iABC"), -- OP_SETLIST opmode(0, 0, "OpArgN", "OpArgN", "iABC"), -- OP_CLOSE opmode(0, 1, "OpArgU", "OpArgN", "iABx"), -- OP_CLOSURE opmode(0, 1, "OpArgU", "OpArgN", "iABC"), -- OP_VARARG } -- an awkward way to set a zero-indexed table... luaP.opmodes[0] = opmode(0, 1, "OpArgR", "OpArgN", "iABC") -- OP_MOVE return luaP end } --po.main.top.Holder.executorpage.exec.Script.vLua.LuaU G2L_MODULES[G2L["240"]] = { Closure = function() local script = G2L["240"] --[[-------------------------------------------------------------------- ldump.lua Save precompiled Lua chunks This file is part of Yueliang. Copyright (c) 2006 Kein-Hong Man The COPYRIGHT file describes the conditions under which this software may be distributed. See the ChangeLog for more information. ----------------------------------------------------------------------]] --[[-------------------------------------------------------------------- -- Notes: -- * WARNING! byte order (little endian) and data type sizes for header -- signature values hard-coded; see luaU:header -- * chunk writer generators are included, see below -- * one significant difference is that instructions are still in table -- form (with OP/A/B/C/Bx fields) and luaP:Instruction() is needed to -- convert them into 4-char strings -- -- Not implemented: -- * DumpVar, DumpMem has been removed -- * DumpVector folded into folded into DumpDebug, DumpCode -- -- Added: -- * for convenience, the following two functions have been added: -- luaU:make_setS: create a chunk writer that writes to a string -- luaU:make_setF: create a chunk writer that writes to a file -- (lua.h contains a typedef for lua_Writer/lua_Chunkwriter, and -- a Lua-based implementation exists, writer() in lstrlib.c) -- * luaU:ttype(o) (from lobject.h) -- * for converting number types to its binary equivalent: -- luaU:from_double(x): encode double value for writing -- luaU:from_int(x): encode integer value for writing -- (error checking is limited for these conversion functions) -- (double conversion does not support denormals or NaNs) -- -- Changed in 5.1.x: -- * the dumper was mostly rewritten in Lua 5.1.x, so notes on the -- differences between 5.0.x and 5.1.x is limited -- * LUAC_VERSION bumped to 0x51, LUAC_FORMAT added -- * developer is expected to adjust LUAC_FORMAT in order to identify -- non-standard binary chunk formats -- * header signature code is smaller, has been simplified, and is -- tested as a single unit; its logic is shared with the undumper -- * no more endian conversion, invalid endianness mean rejection -- * opcode field sizes are no longer exposed in the header -- * code moved to front of a prototype, followed by constants -- * debug information moved to the end of the binary chunk, and the -- relevant functions folded into a single function -- * luaU:dump returns a writer status code -- * chunk writer now implements status code because dumper uses it -- * luaU:endianness removed ----------------------------------------------------------------------]] --requires luaP local luaU = {} local luaP = require(script.Parent.LuaP) -- mark for precompiled code ('Lua') (from lua.h) luaU.LUA_SIGNATURE = "\27Lua" -- constants used by dumper (from lua.h) luaU.LUA_TNUMBER = 3 luaU.LUA_TSTRING = 4 luaU.LUA_TNIL = 0 luaU.LUA_TBOOLEAN = 1 luaU.LUA_TNONE = -1 -- constants for header of binary files (from lundump.h) luaU.LUAC_VERSION = 0x51 -- this is Lua 5.1 luaU.LUAC_FORMAT = 0 -- this is the official format luaU.LUAC_HEADERSIZE = 12 -- size of header of binary files --[[-------------------------------------------------------------------- -- Additional functions to handle chunk writing -- * to use make_setS and make_setF, see test_ldump.lua elsewhere ----------------------------------------------------------------------]] ------------------------------------------------------------------------ -- create a chunk writer that writes to a string -- * returns the writer function and a table containing the string -- * to get the final result, look in buff.data ------------------------------------------------------------------------ function luaU:make_setS() local buff = {} buff.data = "" local writer = function(s, buff) -- chunk writer if not s then return 0 end buff.data = buff.data..s return 0 end return writer, buff end ------------------------------------------------------------------------ -- create a chunk writer that writes to a file -- * returns the writer function and a table containing the file handle -- * if a nil is passed, then writer should close the open file ------------------------------------------------------------------------ --[[ function luaU:make_setF(filename) local buff = {} buff.h = io.open(filename, "wb") if not buff.h then return nil end local writer = function(s, buff) -- chunk writer if not buff.h then return 0 end if not s then if buff.h:close() then return 0 end else if buff.h:write(s) then return 0 end end return 1 end return writer, buff end--]] ------------------------------------------------------------------------ -- works like the lobject.h version except that TObject used in these -- scripts only has a 'value' field, no 'tt' field (native types used) ------------------------------------------------------------------------ function luaU:ttype(o) local tt = type(o.value) if tt == "number" then return self.LUA_TNUMBER elseif tt == "string" then return self.LUA_TSTRING elseif tt == "nil" then return self.LUA_TNIL elseif tt == "boolean" then return self.LUA_TBOOLEAN else return self.LUA_TNONE -- the rest should not appear end end ----------------------------------------------------------------------- -- converts a IEEE754 double number to an 8-byte little-endian string -- * luaU:from_double() and luaU:from_int() are adapted from ChunkBake -- * supports +/- Infinity, but not denormals or NaNs ----------------------------------------------------------------------- function luaU:from_double(x) local function grab_byte(v) local c = v % 256 return (v - c) / 256, string.char(c) end local sign = 0 if x < 0 then sign = 1; x = -x end local mantissa, exponent = math.frexp(x) if x == 0 then -- zero mantissa, exponent = 0, 0 elseif x == 1/0 then mantissa, exponent = 0, 2047 else mantissa = (mantissa * 2 - 1) * math.ldexp(0.5, 53) exponent = exponent + 1022 end local v, byte = "", nil -- convert to bytes x = math.floor(mantissa) for i = 1,6 do x, byte = grab_byte(x); v = v..byte -- 47:0 end x, byte = grab_byte(exponent * 16 + x); v = v..byte -- 55:48 x, byte = grab_byte(sign * 128 + x); v = v..byte -- 63:56 return v end ----------------------------------------------------------------------- -- converts a number to a little-endian 32-bit integer string -- * input value assumed to not overflow, can be signed/unsigned ----------------------------------------------------------------------- function luaU:from_int(x) local v = "" x = math.floor(x) if x < 0 then x = 4294967296 + x end -- ULONG_MAX+1 for i = 1, 4 do local c = x % 256 v = v..string.char(c); x = math.floor(x / 256) end return v end --[[-------------------------------------------------------------------- -- Functions to make a binary chunk -- * many functions have the size parameter removed, since output is -- in the form of a string and some sizes are implicit or hard-coded ----------------------------------------------------------------------]] --[[-------------------------------------------------------------------- -- struct DumpState: -- L -- lua_State (not used in this script) -- writer -- lua_Writer (chunk writer function) -- data -- void* (chunk writer context or data already written) -- strip -- if true, don't write any debug information -- status -- if non-zero, an error has occured ----------------------------------------------------------------------]] ------------------------------------------------------------------------ -- dumps a block of bytes -- * lua_unlock(D.L), lua_lock(D.L) unused ------------------------------------------------------------------------ function luaU:DumpBlock(b, D) if D.status == 0 then -- lua_unlock(D->L); D.status = D.write(b, D.data) -- lua_lock(D->L); end end ------------------------------------------------------------------------ -- dumps a char ------------------------------------------------------------------------ function luaU:DumpChar(y, D) self:DumpBlock(string.char(y), D) end ------------------------------------------------------------------------ -- dumps a 32-bit signed or unsigned integer (for int) (hard-coded) ------------------------------------------------------------------------ function luaU:DumpInt(x, D) self:DumpBlock(self:from_int(x), D) end ------------------------------------------------------------------------ -- dumps a lua_Number (hard-coded as a double) ------------------------------------------------------------------------ function luaU:DumpNumber(x, D) self:DumpBlock(self:from_double(x), D) end ------------------------------------------------------------------------ -- dumps a Lua string (size type is hard-coded) ------------------------------------------------------------------------ function luaU:DumpString(s, D) if s == nil then self:DumpInt(0, D) else s = s.."\0" -- include trailing '\0' self:DumpInt(#s, D) self:DumpBlock(s, D) end end ------------------------------------------------------------------------ -- dumps instruction block from function prototype ------------------------------------------------------------------------ function luaU:DumpCode(f, D) local n = f.sizecode --was DumpVector self:DumpInt(n, D) for i = 0, n - 1 do self:DumpBlock(luaP:Instruction(f.code[i]), D) end end ------------------------------------------------------------------------ -- dump constant pool from function prototype -- * bvalue(o), nvalue(o) and rawtsvalue(o) macros removed ------------------------------------------------------------------------ function luaU:DumpConstants(f, D) local n = f.sizek self:DumpInt(n, D) for i = 0, n - 1 do local o = f.k[i] -- TValue local tt = self:ttype(o) self:DumpChar(tt, D) if tt == self.LUA_TNIL then elseif tt == self.LUA_TBOOLEAN then self:DumpChar(o.value and 1 or 0, D) elseif tt == self.LUA_TNUMBER then self:DumpNumber(o.value, D) elseif tt == self.LUA_TSTRING then self:DumpString(o.value, D) else --lua_assert(0) -- cannot happen end end n = f.sizep self:DumpInt(n, D) for i = 0, n - 1 do self:DumpFunction(f.p[i], f.source, D) end end ------------------------------------------------------------------------ -- dump debug information ------------------------------------------------------------------------ function luaU:DumpDebug(f, D) local n n = D.strip and 0 or f.sizelineinfo -- dump line information --was DumpVector self:DumpInt(n, D) for i = 0, n - 1 do self:DumpInt(f.lineinfo[i], D) end n = D.strip and 0 or f.sizelocvars -- dump local information self:DumpInt(n, D) for i = 0, n - 1 do self:DumpString(f.locvars[i].varname, D) self:DumpInt(f.locvars[i].startpc, D) self:DumpInt(f.locvars[i].endpc, D) end n = D.strip and 0 or f.sizeupvalues -- dump upvalue information self:DumpInt(n, D) for i = 0, n - 1 do self:DumpString(f.upvalues[i], D) end end ------------------------------------------------------------------------ -- dump child function prototypes from function prototype ------------------------------------------------------------------------ function luaU:DumpFunction(f, p, D) local source = f.source if source == p or D.strip then source = nil end self:DumpString(source, D) self:DumpInt(f.lineDefined, D) self:DumpInt(f.lastlinedefined, D) self:DumpChar(f.nups, D) self:DumpChar(f.numparams, D) self:DumpChar(f.is_vararg, D) self:DumpChar(f.maxstacksize, D) self:DumpCode(f, D) self:DumpConstants(f, D) self:DumpDebug(f, D) end ------------------------------------------------------------------------ -- dump Lua header section (some sizes hard-coded) ------------------------------------------------------------------------ function luaU:DumpHeader(D) local h = self:header() assert(#h == self.LUAC_HEADERSIZE) -- fixed buffer now an assert self:DumpBlock(h, D) end ------------------------------------------------------------------------ -- make header (from lundump.c) -- returns the header string ------------------------------------------------------------------------ function luaU:header() local x = 1 return self.LUA_SIGNATURE.. string.char( self.LUAC_VERSION, self.LUAC_FORMAT, x, -- endianness (1=little) 4, -- sizeof(int) 4, -- sizeof(size_t) 4, -- sizeof(Instruction) 8, -- sizeof(lua_Number) 0) -- is lua_Number integral? end ------------------------------------------------------------------------ -- dump Lua function as precompiled chunk -- (lua_State* L, const Proto* f, lua_Writer w, void* data, int strip) -- * w, data are created from make_setS, make_setF ------------------------------------------------------------------------ function luaU:dump(L, f, w, data, strip) local D = {} -- DumpState D.L = L D.write = w D.data = data D.strip = strip D.status = 0 self:DumpHeader(D) self:DumpFunction(f, nil, D) -- added: for a chunk writer writing to a file, this final call with -- nil data is to indicate to the writer to close the file D.write(nil, D.data) return D.status end return luaU end } --po.main.top.Holder.executorpage.exec.Script.vLua.LuaX G2L_MODULES[G2L["241"]] = { Closure = function() local script = G2L["241"] --[[-------------------------------------------------------------------- llex.lua Lua lexical analyzer in Lua This file is part of Yueliang. Copyright (c) 2005-2006 Kein-Hong Man The COPYRIGHT file describes the conditions under which this software may be distributed. See the ChangeLog for more information. ----------------------------------------------------------------------]] --[[-------------------------------------------------------------------- -- Notes: -- * intended to 'imitate' llex.c code; performance is not a concern -- * tokens are strings; code structure largely retained -- * deleted stuff (compared to llex.c) are noted, comments retained -- * nextc() returns the currently read character to simplify coding -- here; next() in llex.c does not return anything -- * compatibility code is marked with "--#" comments -- -- Added: -- * luaX:chunkid (function luaO_chunkid from lobject.c) -- * luaX:str2d (function luaO_str2d from lobject.c) -- * luaX.LUA_QS used in luaX:lexerror (from luaconf.h) -- * luaX.LUA_COMPAT_LSTR in luaX:read_long_string (from luaconf.h) -- * luaX.MAX_INT used in luaX:inclinenumber (from llimits.h) -- -- To use the lexer: -- (1) luaX:init() to initialize the lexer -- (2) luaX:setinput() to set the input stream to lex -- (3) call luaX:next() or luaX:luaX:lookahead() to get tokens, -- until "TK_EOS": luaX:next() -- * since EOZ is returned as a string, be careful when regexp testing -- -- Not implemented: -- * luaX_newstring: not required by this Lua implementation -- * buffer MAX_SIZET size limit (from llimits.h) test not implemented -- in the interest of performance -- * locale-aware number handling is largely redundant as Lua's -- tonumber() function is already capable of this -- -- Changed in 5.1.x: -- * TK_NAME token order moved down -- * string representation for TK_NAME, TK_NUMBER, TK_STRING changed -- * token struct renamed to lower case (LS -> ls) -- * LexState struct: removed nestlevel, added decpoint -- * error message functions have been greatly simplified -- * token2string renamed to luaX_tokens, exposed in llex.h -- * lexer now handles all kinds of newlines, including CRLF -- * shbang first line handling removed from luaX:setinput; -- it is now done in lauxlib.c (luaL_loadfile) -- * next(ls) macro renamed to nextc(ls) due to new luaX_next function -- * EXTRABUFF and MAXNOCHECK removed due to lexer changes -- * checkbuffer(ls, len) macro deleted -- * luaX:read_numeral now has 3 support functions: luaX:trydecpoint, -- luaX:buffreplace and (luaO_str2d from lobject.c) luaX:str2d -- * luaX:read_numeral is now more promiscuous in slurping characters; -- hexadecimal numbers was added, locale-aware decimal points too -- * luaX:skip_sep is new; used by luaX:read_long_string -- * luaX:read_long_string handles new-style long blocks, with some -- optional compatibility code -- * luaX:llex: parts changed to support new-style long blocks -- * luaX:llex: readname functionality has been folded in -- * luaX:llex: removed test for control characters -- --------------------------------------------------------------------]] local luaZ = require(script.Parent.LuaZ) local luaX = {} -- FIRST_RESERVED is not required as tokens are manipulated as strings -- TOKEN_LEN deleted; maximum length of a reserved word not needed ------------------------------------------------------------------------ -- "ORDER RESERVED" deleted; enumeration in one place: luaX.RESERVED ------------------------------------------------------------------------ -- terminal symbols denoted by reserved words: TK_AND to TK_WHILE -- other terminal symbols: TK_NAME to TK_EOS luaX.RESERVED = [[ TK_AND and TK_BREAK break TK_DO do TK_ELSE else TK_ELSEIF elseif TK_END end TK_FALSE false TK_FOR for TK_FUNCTION function TK_IF if TK_IN in TK_LOCAL local TK_NIL nil TK_NOT not TK_OR or TK_REPEAT repeat TK_RETURN return TK_THEN then TK_TRUE true TK_UNTIL until TK_WHILE while TK_CONCAT .. TK_DOTS ... TK_EQ == TK_GE >= TK_LE <= TK_NE ~= TK_NAME TK_NUMBER TK_STRING TK_EOS ]] -- NUM_RESERVED is not required; number of reserved words --[[-------------------------------------------------------------------- -- Instead of passing seminfo, the Token struct (e.g. ls.t) is passed -- so that lexer functions can use its table element, ls.t.seminfo -- -- SemInfo (struct no longer needed, a mixed-type value is used) -- -- Token (struct of ls.t and ls.lookahead): -- token -- token symbol -- seminfo -- semantics information -- -- LexState (struct of ls; ls is initialized by luaX:setinput): -- current -- current character (charint) -- linenumber -- input line counter -- lastline -- line of last token 'consumed' -- t -- current token (table: struct Token) -- lookahead -- look ahead token (table: struct Token) -- fs -- 'FuncState' is private to the parser -- L -- LuaState -- z -- input stream -- buff -- buffer for tokens -- source -- current source name -- decpoint -- locale decimal point -- nestlevel -- level of nested non-terminals ----------------------------------------------------------------------]] -- luaX.tokens (was luaX_tokens) is now a hash; see luaX:init luaX.MAXSRC = 80 luaX.MAX_INT = 2147483645 -- constants from elsewhere (see above) luaX.LUA_QS = "'%s'" luaX.LUA_COMPAT_LSTR = 1 --luaX.MAX_SIZET = 4294967293 ------------------------------------------------------------------------ -- initialize lexer -- * original luaX_init has code to create and register token strings -- * luaX.tokens: TK_* -> token -- * luaX.enums: token -> TK_* (used in luaX:llex) ------------------------------------------------------------------------ function luaX:init() local tokens, enums = {}, {} for v in string.gmatch(self.RESERVED, "[^\n]+") do local _, _, tok, str = string.find(v, "(%S+)%s+(%S+)") tokens[tok] = str enums[str] = tok end self.tokens = tokens self.enums = enums end ------------------------------------------------------------------------ -- returns a suitably-formatted chunk name or id -- * from lobject.c, used in llex.c and ldebug.c -- * the result, out, is returned (was first argument) ------------------------------------------------------------------------ function luaX:chunkid(source, bufflen) local out local first = string.sub(source, 1, 1) if first == "=" then out = string.sub(source, 2, bufflen) -- remove first char else -- out = "source", or "...source" if first == "@" then source = string.sub(source, 2) -- skip the '@' bufflen = bufflen - #" '...' " local l = #source out = "" if l > bufflen then source = string.sub(source, 1 + l - bufflen) -- get last part of file name out = out.."..." end out = out..source else -- out = [string "string"] local len = string.find(source, "[\n\r]") -- stop at first newline len = len and (len - 1) or #source bufflen = bufflen - #(" [string \"...\"] ") if len > bufflen then len = bufflen end out = "[string \"" if len < #source then -- must truncate? out = out..string.sub(source, 1, len).."..." else out = out..source end out = out.."\"]" end end return out end --[[-------------------------------------------------------------------- -- Support functions for lexer -- * all lexer errors eventually reaches lexerror: syntaxerror -> lexerror ----------------------------------------------------------------------]] ------------------------------------------------------------------------ -- look up token and return keyword if found (also called by parser) ------------------------------------------------------------------------ function luaX:token2str(ls, token) if string.sub(token, 1, 3) ~= "TK_" then if string.find(token, "%c") then return string.format("char(%d)", string.byte(token)) end return token else end return self.tokens[token] end ------------------------------------------------------------------------ -- throws a lexer error -- * txtToken has been made local to luaX:lexerror -- * can't communicate LUA_ERRSYNTAX, so it is unimplemented ------------------------------------------------------------------------ function luaX:lexerror(ls, msg, token) local function txtToken(ls, token) if token == "TK_NAME" or token == "TK_STRING" or token == "TK_NUMBER" then return ls.buff else return self:token2str(ls, token) end end local buff = self:chunkid(ls.source, self.MAXSRC) local msg = string.format("%s:%d: %s", buff, ls.linenumber, msg) if token then msg = string.format("%s near "..self.LUA_QS, msg, txtToken(ls, token)) end -- luaD_throw(ls->L, LUA_ERRSYNTAX) error(msg) end ------------------------------------------------------------------------ -- throws a syntax error (mainly called by parser) -- * ls.t.token has to be set by the function calling luaX:llex -- (see luaX:next and luaX:lookahead elsewhere in this file) ------------------------------------------------------------------------ function luaX:syntaxerror(ls, msg) self:lexerror(ls, msg, ls.t.token) end ------------------------------------------------------------------------ -- move on to next line ------------------------------------------------------------------------ function luaX:currIsNewline(ls) return ls.current == "\n" or ls.current == "\r" end function luaX:inclinenumber(ls) local old = ls.current -- lua_assert(currIsNewline(ls)) self:nextc(ls) -- skip '\n' or '\r' if self:currIsNewline(ls) and ls.current ~= old then self:nextc(ls) -- skip '\n\r' or '\r\n' end ls.linenumber = ls.linenumber + 1 if ls.linenumber >= self.MAX_INT then self:syntaxerror(ls, "chunk has too many lines") end end ------------------------------------------------------------------------ -- initializes an input stream for lexing -- * if ls (the lexer state) is passed as a table, then it is filled in, -- otherwise it has to be retrieved as a return value -- * LUA_MINBUFFER not used; buffer handling not required any more ------------------------------------------------------------------------ function luaX:setinput(L, ls, z, source) if not ls then ls = {} end -- create struct if not ls.lookahead then ls.lookahead = {} end if not ls.t then ls.t = {} end ls.decpoint = "." ls.L = L ls.lookahead.token = "TK_EOS" -- no look-ahead token ls.z = z ls.fs = nil ls.linenumber = 1 ls.lastline = 1 ls.source = source self:nextc(ls) -- read first char end --[[-------------------------------------------------------------------- -- LEXICAL ANALYZER ----------------------------------------------------------------------]] ------------------------------------------------------------------------ -- checks if current character read is found in the set 'set' ------------------------------------------------------------------------ function luaX:check_next(ls, set) if not string.find(set, ls.current, 1, 1) then return false end self:save_and_next(ls) return true end ------------------------------------------------------------------------ -- retrieve next token, checking the lookahead buffer if necessary -- * note that the macro next(ls) in llex.c is now luaX:nextc -- * utilized used in lparser.c (various places) ------------------------------------------------------------------------ function luaX:next(ls) ls.lastline = ls.linenumber if ls.lookahead.token ~= "TK_EOS" then -- is there a look-ahead token? -- this must be copy-by-value ls.t.seminfo = ls.lookahead.seminfo -- use this one ls.t.token = ls.lookahead.token ls.lookahead.token = "TK_EOS" -- and discharge it else ls.t.token = self:llex(ls, ls.t) -- read next token end end ------------------------------------------------------------------------ -- fill in the lookahead buffer -- * utilized used in lparser.c:constructor ------------------------------------------------------------------------ function luaX:lookahead(ls) -- lua_assert(ls.lookahead.token == "TK_EOS") ls.lookahead.token = self:llex(ls, ls.lookahead) end ------------------------------------------------------------------------ -- gets the next character and returns it -- * this is the next() macro in llex.c; see notes at the beginning ------------------------------------------------------------------------ function luaX:nextc(ls) local c = luaZ:zgetc(ls.z) ls.current = c return c end ------------------------------------------------------------------------ -- saves the given character into the token buffer -- * buffer handling code removed, not used in this implementation -- * test for maximum token buffer length not used, makes things faster ------------------------------------------------------------------------ function luaX:save(ls, c) local buff = ls.buff -- if you want to use this, please uncomment luaX.MAX_SIZET further up --if #buff > self.MAX_SIZET then -- self:lexerror(ls, "lexical element too long") --end ls.buff = buff..c end ------------------------------------------------------------------------ -- save current character into token buffer, grabs next character -- * like luaX:nextc, returns the character read for convenience ------------------------------------------------------------------------ function luaX:save_and_next(ls) self:save(ls, ls.current) return self:nextc(ls) end ------------------------------------------------------------------------ -- LUA_NUMBER -- * luaX:read_numeral is the main lexer function to read a number -- * luaX:str2d, luaX:buffreplace, luaX:trydecpoint are support functions ------------------------------------------------------------------------ ------------------------------------------------------------------------ -- string to number converter (was luaO_str2d from lobject.c) -- * returns the number, nil if fails (originally returns a boolean) -- * conversion function originally lua_str2number(s,p), a macro which -- maps to the strtod() function by default (from luaconf.h) ------------------------------------------------------------------------ function luaX:str2d(s) local result = tonumber(s) if result then return result end -- conversion failed if string.lower(string.sub(s, 1, 2)) == "0x" then -- maybe an hexadecimal constant? result = tonumber(s, 16) if result then return result end -- most common case -- Was: invalid trailing characters? -- In C, this function then skips over trailing spaces. -- true is returned if nothing else is found except for spaces. -- If there is still something else, then it returns a false. -- All this is not necessary using Lua's tonumber. end return nil end ------------------------------------------------------------------------ -- single-character replacement, for locale-aware decimal points ------------------------------------------------------------------------ function luaX:buffreplace(ls, from, to) local result, buff = "", ls.buff for p = 1, #buff do local c = string.sub(buff, p, p) if c == from then c = to end result = result..c end ls.buff = result end ------------------------------------------------------------------------ -- Attempt to convert a number by translating '.' decimal points to -- the decimal point character used by the current locale. This is not -- needed in Yueliang as Lua's tonumber() is already locale-aware. -- Instead, the code is here in case the user implements localeconv(). ------------------------------------------------------------------------ function luaX:trydecpoint(ls, Token) -- format error: try to update decimal point separator local old = ls.decpoint -- translate the following to Lua if you implement localeconv(): -- struct lconv *cv = localeconv(); -- ls->decpoint = (cv ? cv->decimal_point[0] : '.'); self:buffreplace(ls, old, ls.decpoint) -- try updated decimal separator local seminfo = self:str2d(ls.buff) Token.seminfo = seminfo if not seminfo then -- format error with correct decimal point: no more options self:buffreplace(ls, ls.decpoint, ".") -- undo change (for error message) self:lexerror(ls, "malformed number", "TK_NUMBER") end end ------------------------------------------------------------------------ -- main number conversion function -- * "^%w$" needed in the scan in order to detect "EOZ" ------------------------------------------------------------------------ function luaX:read_numeral(ls, Token) -- lua_assert(string.find(ls.current, "%d")) repeat self:save_and_next(ls) until string.find(ls.current, "%D") and ls.current ~= "." if self:check_next(ls, "Ee") then -- 'E'? self:check_next(ls, "+-") -- optional exponent sign end while string.find(ls.current, "^%w$") or ls.current == "_" do self:save_and_next(ls) end self:buffreplace(ls, ".", ls.decpoint) -- follow locale for decimal point local seminfo = self:str2d(ls.buff) Token.seminfo = seminfo if not seminfo then -- format error? self:trydecpoint(ls, Token) -- try to update decimal point separator end end ------------------------------------------------------------------------ -- count separators ("=") in a long string delimiter -- * used by luaX:read_long_string ------------------------------------------------------------------------ function luaX:skip_sep(ls) local count = 0 local s = ls.current -- lua_assert(s == "[" or s == "]") self:save_and_next(ls) while ls.current == "=" do self:save_and_next(ls) count = count + 1 end return (ls.current == s) and count or (-count) - 1 end ------------------------------------------------------------------------ -- reads a long string or long comment ------------------------------------------------------------------------ function luaX:read_long_string(ls, Token, sep) local cont = 0 self:save_and_next(ls) -- skip 2nd '[' if self:currIsNewline(ls) then -- string starts with a newline? self:inclinenumber(ls) -- skip it end while true do local c = ls.current if c == "EOZ" then self:lexerror(ls, Token and "unfinished long string" or "unfinished long comment", "TK_EOS") elseif c == "[" then --# compatibility code start if self.LUA_COMPAT_LSTR then if self:skip_sep(ls) == sep then self:save_and_next(ls) -- skip 2nd '[' cont = cont + 1 --# compatibility code start if self.LUA_COMPAT_LSTR == 1 then if sep == 0 then self:lexerror(ls, "nesting of [[...]] is deprecated", "[") end end --# compatibility code end end end --# compatibility code end elseif c == "]" then if self:skip_sep(ls) == sep then self:save_and_next(ls) -- skip 2nd ']' --# compatibility code start if self.LUA_COMPAT_LSTR and self.LUA_COMPAT_LSTR == 2 then cont = cont - 1 if sep == 0 and cont >= 0 then break end end --# compatibility code end break end elseif self:currIsNewline(ls) then self:save(ls, "\n") self:inclinenumber(ls) if not Token then ls.buff = "" end -- avoid wasting space else -- default if Token then self:save_and_next(ls) else self:nextc(ls) end end--if c end--while if Token then local p = 3 + sep Token.seminfo = string.sub(ls.buff, p, -p) end end ------------------------------------------------------------------------ -- reads a string -- * has been restructured significantly compared to the original C code ------------------------------------------------------------------------ function luaX:read_string(ls, del, Token) self:save_and_next(ls) while ls.current ~= del do local c = ls.current if c == "EOZ" then self:lexerror(ls, "unfinished string", "TK_EOS") elseif self:currIsNewline(ls) then self:lexerror(ls, "unfinished string", "TK_STRING") elseif c == "\\" then c = self:nextc(ls) -- do not save the '\' if self:currIsNewline(ls) then -- go through self:save(ls, "\n") self:inclinenumber(ls) elseif c ~= "EOZ" then -- will raise an error next loop -- escapes handling greatly simplified here: local i = string.find("abfnrtv", c, 1, 1) if i then self:save(ls, string.sub("\a\b\f\n\r\t\v", i, i)) self:nextc(ls) elseif not string.find(c, "%d") then self:save_and_next(ls) -- handles \\, \", \', and \? else -- \xxx c, i = 0, 0 repeat c = 10 * c + ls.current self:nextc(ls) i = i + 1 until i >= 3 or not string.find(ls.current, "%d") if c > 255 then -- UCHAR_MAX self:lexerror(ls, "escape sequence too large", "TK_STRING") end self:save(ls, string.char(c)) end end else self:save_and_next(ls) end--if c end--while self:save_and_next(ls) -- skip delimiter Token.seminfo = string.sub(ls.buff, 2, -2) end ------------------------------------------------------------------------ -- main lexer function ------------------------------------------------------------------------ function luaX:llex(ls, Token) ls.buff = "" while true do local c = ls.current ---------------------------------------------------------------- if self:currIsNewline(ls) then self:inclinenumber(ls) ---------------------------------------------------------------- elseif c == "-" then c = self:nextc(ls) if c ~= "-" then return "-" end -- else is a comment local sep = -1 if self:nextc(ls) == '[' then sep = self:skip_sep(ls) ls.buff = "" -- 'skip_sep' may dirty the buffer end if sep >= 0 then self:read_long_string(ls, nil, sep) -- long comment ls.buff = "" else -- else short comment while not self:currIsNewline(ls) and ls.current ~= "EOZ" do self:nextc(ls) end end ---------------------------------------------------------------- elseif c == "[" then local sep = self:skip_sep(ls) if sep >= 0 then self:read_long_string(ls, Token, sep) return "TK_STRING" elseif sep == -1 then return "[" else self:lexerror(ls, "invalid long string delimiter", "TK_STRING") end ---------------------------------------------------------------- elseif c == "=" then c = self:nextc(ls) if c ~= "=" then return "=" else self:nextc(ls); return "TK_EQ" end ---------------------------------------------------------------- elseif c == "<" then c = self:nextc(ls) if c ~= "=" then return "<" else self:nextc(ls); return "TK_LE" end ---------------------------------------------------------------- elseif c == ">" then c = self:nextc(ls) if c ~= "=" then return ">" else self:nextc(ls); return "TK_GE" end ---------------------------------------------------------------- elseif c == "~" then c = self:nextc(ls) if c ~= "=" then return "~" else self:nextc(ls); return "TK_NE" end ---------------------------------------------------------------- elseif c == "\"" or c == "'" then self:read_string(ls, c, Token) return "TK_STRING" ---------------------------------------------------------------- elseif c == "." then c = self:save_and_next(ls) if self:check_next(ls, ".") then if self:check_next(ls, ".") then return "TK_DOTS" -- ... else return "TK_CONCAT" -- .. end elseif not string.find(c, "%d") then return "." else self:read_numeral(ls, Token) return "TK_NUMBER" end ---------------------------------------------------------------- elseif c == "EOZ" then return "TK_EOS" ---------------------------------------------------------------- else -- default if string.find(c, "%s") then -- lua_assert(self:currIsNewline(ls)) self:nextc(ls) elseif string.find(c, "%d") then self:read_numeral(ls, Token) return "TK_NUMBER" elseif string.find(c, "[_%a]") then -- identifier or reserved word repeat c = self:save_and_next(ls) until c == "EOZ" or not string.find(c, "[_%w]") local ts = ls.buff local tok = self.enums[ts] if tok then return tok end -- reserved word? Token.seminfo = ts return "TK_NAME" else self:nextc(ls) return c -- single-char tokens (+ - / ...) end ---------------------------------------------------------------- end--if c end--while end return luaX end } --po.main.top.Holder.executorpage.exec.Script.vLua.LuaY G2L_MODULES[G2L["242"]] = { Closure = function() local script = G2L["242"] --[[-------------------------------------------------------------------- lparser.lua Lua 5 parser in Lua This file is part of Yueliang. Copyright (c) 2005-2007 Kein-Hong Man The COPYRIGHT file describes the conditions under which this software may be distributed. See the ChangeLog for more information. ----------------------------------------------------------------------]] --[[-------------------------------------------------------------------- -- Notes: -- * some unused C code that were not converted are kept as comments -- * LUA_COMPAT_VARARG option changed into a comment block -- * for value/size specific code added, look for 'NOTE: ' -- -- Not implemented: -- * luaX_newstring not needed by this Lua implementation -- * luaG_checkcode() in assert is not currently implemented -- -- Added: -- * some constants added from various header files -- * luaY.LUA_QS used in error_expected, check_match (from luaconf.h) -- * luaY:LUA_QL needed for error messages (from luaconf.h) -- * luaY:growvector (from lmem.h) -- skeleton only, limit checking -- * luaY.SHRT_MAX (from ) for registerlocalvar -- * luaY:newproto (from lfunc.c) -- * luaY:int2fb (from lobject.c) -- * NOTE: HASARG_MASK, for implementing a VARARG_HASARG bit operation -- * NOTE: value-specific code for VARARG_NEEDSARG to replace a bitop -- -- Changed in 5.1.x: -- * various code changes are not detailed... -- * names of constants may have changed, e.g. added a LUAI_ prefix -- * struct expkind: added VKNUM, VVARARG; VCALL's info changed? -- * struct expdesc: added nval -- * struct FuncState: upvalues data type changed to upvaldesc -- * macro hasmultret is new -- * function checklimit moved to parser from lexer -- * functions anchor_token, errorlimit, checknext are new -- * checknext is new, equivalent to 5.0.x's check, see check too -- * luaY:next and luaY:lookahead moved to lexer -- * break keyword no longer skipped in luaY:breakstat -- * function new_localvarstr replaced by new_localvarliteral -- * registerlocalvar limits local variables to SHRT_MAX -- * create_local deleted, new_localvarliteral used instead -- * constant LUAI_MAXUPVALUES increased to 60 -- * constants MAXPARAMS, LUA_MAXPARSERLEVEL, MAXSTACK removed -- * function interface changed: singlevaraux, singlevar -- * enterlevel and leavelevel uses nCcalls to track call depth -- * added a name argument to main entry function, luaY:parser -- * function luaY_index changed to yindex -- * luaY:int2fb()'s table size encoding format has been changed -- * luaY:log2() no longer needed for table constructors -- * function code_params deleted, functionality folded in parlist -- * vararg flags handling (is_vararg) changes; also see VARARG_* -- * LUA_COMPATUPSYNTAX section for old-style upvalues removed -- * repeatstat() calls chunk() instead of block() -- * function interface changed: cond, test_then_block -- * while statement implementation considerably simplified; MAXEXPWHILE -- and EXTRAEXP no longer required, no limits to the complexity of a -- while condition -- * repeat, forbody statement implementation has major changes, -- mostly due to new scoping behaviour of local variables -- * OPR_MULT renamed to OPR_MUL ----------------------------------------------------------------------]] --requires luaP, luaX, luaK local luaY = {} local luaX = require(script.Parent.LuaX) local luaK = require(script.Parent.LuaK)(luaY) local luaP = require(script.Parent.LuaP) --[[-------------------------------------------------------------------- -- Expression descriptor -- * expkind changed to string constants; luaY:assignment was the only -- function to use a relational operator with this enumeration -- VVOID -- no value -- VNIL -- no value -- VTRUE -- no value -- VFALSE -- no value -- VK -- info = index of constant in 'k' -- VKNUM -- nval = numerical value -- VLOCAL -- info = local register -- VUPVAL, -- info = index of upvalue in 'upvalues' -- VGLOBAL -- info = index of table; aux = index of global name in 'k' -- VINDEXED -- info = table register; aux = index register (or 'k') -- VJMP -- info = instruction pc -- VRELOCABLE -- info = instruction pc -- VNONRELOC -- info = result register -- VCALL -- info = instruction pc -- VVARARG -- info = instruction pc } ----------------------------------------------------------------------]] --[[-------------------------------------------------------------------- -- * expdesc in Lua 5.1.x has a union u and another struct s; this Lua -- implementation ignores all instances of u and s usage -- struct expdesc: -- k -- (enum: expkind) -- info, aux -- (int, int) -- nval -- (lua_Number) -- t -- patch list of 'exit when true' -- f -- patch list of 'exit when false' ----------------------------------------------------------------------]] --[[-------------------------------------------------------------------- -- struct upvaldesc: -- k -- (lu_byte) -- info -- (lu_byte) ----------------------------------------------------------------------]] --[[-------------------------------------------------------------------- -- state needed to generate code for a given function -- struct FuncState: -- f -- current function header (table: Proto) -- h -- table to find (and reuse) elements in 'k' (table: Table) -- prev -- enclosing function (table: FuncState) -- ls -- lexical state (table: LexState) -- L -- copy of the Lua state (table: lua_State) -- bl -- chain of current blocks (table: BlockCnt) -- pc -- next position to code (equivalent to 'ncode') -- lasttarget -- 'pc' of last 'jump target' -- jpc -- list of pending jumps to 'pc' -- freereg -- first free register -- nk -- number of elements in 'k' -- np -- number of elements in 'p' -- nlocvars -- number of elements in 'locvars' -- nactvar -- number of active local variables -- upvalues[LUAI_MAXUPVALUES] -- upvalues (table: upvaldesc) -- actvar[LUAI_MAXVARS] -- declared-variable stack ----------------------------------------------------------------------]] ------------------------------------------------------------------------ -- constants used by parser -- * picks up duplicate values from luaX if required ------------------------------------------------------------------------ luaY.LUA_QS = luaX.LUA_QS or "'%s'" -- (from luaconf.h) luaY.SHRT_MAX = 32767 -- (from ) luaY.LUAI_MAXVARS = 200 -- (luaconf.h) luaY.LUAI_MAXUPVALUES = 60 -- (luaconf.h) luaY.MAX_INT = luaX.MAX_INT or 2147483645 -- (from llimits.h) -- * INT_MAX-2 for 32-bit systems luaY.LUAI_MAXCCALLS = 200 -- (from luaconf.h) luaY.VARARG_HASARG = 1 -- (from lobject.h) -- NOTE: HASARG_MASK is value-specific luaY.HASARG_MASK = 2 -- this was added for a bitop in parlist() luaY.VARARG_ISVARARG = 2 -- NOTE: there is some value-specific code that involves VARARG_NEEDSARG luaY.VARARG_NEEDSARG = 4 luaY.LUA_MULTRET = -1 -- (lua.h) --[[-------------------------------------------------------------------- -- other functions ----------------------------------------------------------------------]] ------------------------------------------------------------------------ -- LUA_QL describes how error messages quote program elements. -- CHANGE it if you want a different appearance. (from luaconf.h) ------------------------------------------------------------------------ function luaY:LUA_QL(x) return "'"..x.."'" end ------------------------------------------------------------------------ -- this is a stripped-down luaM_growvector (from lmem.h) which is a -- macro based on luaM_growaux (in lmem.c); all the following does is -- reproduce the size limit checking logic of the original function -- so that error behaviour is identical; all arguments preserved for -- convenience, even those which are unused -- * set the t field to nil, since this originally does a sizeof(t) -- * size (originally a pointer) is never updated, their final values -- are set by luaY:close_func(), so overall things should still work ------------------------------------------------------------------------ function luaY:growvector(L, v, nelems, size, t, limit, e) if nelems >= limit then error(e) -- was luaG_runerror end end ------------------------------------------------------------------------ -- initialize a new function prototype structure (from lfunc.c) -- * used only in open_func() ------------------------------------------------------------------------ function luaY:newproto(L) local f = {} -- Proto -- luaC_link(L, obj2gco(f), LUA_TPROTO); /* GC */ f.k = {} f.sizek = 0 f.p = {} f.sizep = 0 f.code = {} f.sizecode = 0 f.sizelineinfo = 0 f.sizeupvalues = 0 f.nups = 0 f.upvalues = {} f.numparams = 0 f.is_vararg = 0 f.maxstacksize = 0 f.lineinfo = {} f.sizelocvars = 0 f.locvars = {} f.lineDefined = 0 f.lastlinedefined = 0 f.source = nil return f end ------------------------------------------------------------------------ -- converts an integer to a "floating point byte", represented as -- (eeeeexxx), where the real value is (1xxx) * 2^(eeeee - 1) if -- eeeee != 0 and (xxx) otherwise. ------------------------------------------------------------------------ function luaY:int2fb(x) local e = 0 -- exponent while x >= 16 do x = math.floor((x + 1) / 2) e = e + 1 end if x < 8 then return x else return ((e + 1) * 8) + (x - 8) end end --[[-------------------------------------------------------------------- -- parser functions ----------------------------------------------------------------------]] ------------------------------------------------------------------------ -- true of the kind of expression produces multiple return values ------------------------------------------------------------------------ function luaY:hasmultret(k) return k == "VCALL" or k == "VVARARG" end ------------------------------------------------------------------------ -- convenience function to access active local i, returns entry ------------------------------------------------------------------------ function luaY:getlocvar(fs, i) return fs.f.locvars[ fs.actvar[i] ] end ------------------------------------------------------------------------ -- check a limit, string m provided as an error message ------------------------------------------------------------------------ function luaY:checklimit(fs, v, l, m) if v > l then self:errorlimit(fs, l, m) end end --[[-------------------------------------------------------------------- -- nodes for block list (list of active blocks) -- struct BlockCnt: -- previous -- chain (table: BlockCnt) -- breaklist -- list of jumps out of this loop -- nactvar -- # active local variables outside the breakable structure -- upval -- true if some variable in the block is an upvalue (boolean) -- isbreakable -- true if 'block' is a loop (boolean) ----------------------------------------------------------------------]] ------------------------------------------------------------------------ -- prototypes for recursive non-terminal functions ------------------------------------------------------------------------ -- prototypes deleted; not required in Lua ------------------------------------------------------------------------ -- reanchor if last token is has a constant string, see close_func() -- * used only in close_func() ------------------------------------------------------------------------ function luaY:anchor_token(ls) if ls.t.token == "TK_NAME" or ls.t.token == "TK_STRING" then -- not relevant to Lua implementation of parser -- local ts = ls.t.seminfo -- luaX_newstring(ls, getstr(ts), ts->tsv.len); /* C */ end end ------------------------------------------------------------------------ -- throws a syntax error if token expected is not there ------------------------------------------------------------------------ function luaY:error_expected(ls, token) luaX:syntaxerror(ls, string.format(self.LUA_QS.." expected", luaX:token2str(ls, token))) end ------------------------------------------------------------------------ -- prepares error message for display, for limits exceeded -- * used only in checklimit() ------------------------------------------------------------------------ function luaY:errorlimit(fs, limit, what) local msg = (fs.f.linedefined == 0) and string.format("main function has more than %d %s", limit, what) or string.format("function at line %d has more than %d %s", fs.f.linedefined, limit, what) luaX:lexerror(fs.ls, msg, 0) end ------------------------------------------------------------------------ -- tests for a token, returns outcome -- * return value changed to boolean ------------------------------------------------------------------------ function luaY:testnext(ls, c) if ls.t.token == c then luaX:next(ls) return true else return false end end ------------------------------------------------------------------------ -- check for existence of a token, throws error if not found ------------------------------------------------------------------------ function luaY:check(ls, c) if ls.t.token ~= c then self:error_expected(ls, c) end end ------------------------------------------------------------------------ -- verify existence of a token, then skip it ------------------------------------------------------------------------ function luaY:checknext(ls, c) self:check(ls, c) luaX:next(ls) end ------------------------------------------------------------------------ -- throws error if condition not matched ------------------------------------------------------------------------ function luaY:check_condition(ls, c, msg) if not c then luaX:syntaxerror(ls, msg) end end ------------------------------------------------------------------------ -- verifies token conditions are met or else throw error ------------------------------------------------------------------------ function luaY:check_match(ls, what, who, where) if not self:testnext(ls, what) then if where == ls.linenumber then self:error_expected(ls, what) else luaX:syntaxerror(ls, string.format( self.LUA_QS.." expected (to close "..self.LUA_QS.." at line %d)", luaX:token2str(ls, what), luaX:token2str(ls, who), where)) end end end ------------------------------------------------------------------------ -- expect that token is a name, return the name ------------------------------------------------------------------------ function luaY:str_checkname(ls) self:check(ls, "TK_NAME") local ts = ls.t.seminfo luaX:next(ls) return ts end ------------------------------------------------------------------------ -- initialize a struct expdesc, expression description data structure ------------------------------------------------------------------------ function luaY:init_exp(e, k, i) e.f, e.t = luaK.NO_JUMP, luaK.NO_JUMP e.k = k e.info = i end ------------------------------------------------------------------------ -- adds given string s in string pool, sets e as VK ------------------------------------------------------------------------ function luaY:codestring(ls, e, s) self:init_exp(e, "VK", luaK:stringK(ls.fs, s)) end ------------------------------------------------------------------------ -- consume a name token, adds it to string pool, sets e as VK ------------------------------------------------------------------------ function luaY:checkname(ls, e) self:codestring(ls, e, self:str_checkname(ls)) end ------------------------------------------------------------------------ -- creates struct entry for a local variable -- * used only in new_localvar() ------------------------------------------------------------------------ function luaY:registerlocalvar(ls, varname) local fs = ls.fs local f = fs.f self:growvector(ls.L, f.locvars, fs.nlocvars, f.sizelocvars, nil, self.SHRT_MAX, "too many local variables") -- loop to initialize empty f.locvar positions not required f.locvars[fs.nlocvars] = {} -- LocVar f.locvars[fs.nlocvars].varname = varname -- luaC_objbarrier(ls.L, f, varname) /* GC */ local nlocvars = fs.nlocvars fs.nlocvars = fs.nlocvars + 1 return nlocvars end ------------------------------------------------------------------------ -- creates a new local variable given a name and an offset from nactvar -- * used in fornum(), forlist(), parlist(), body() ------------------------------------------------------------------------ function luaY:new_localvarliteral(ls, v, n) self:new_localvar(ls, v, n) end ------------------------------------------------------------------------ -- register a local variable, set in active variable list ------------------------------------------------------------------------ function luaY:new_localvar(ls, name, n) local fs = ls.fs self:checklimit(fs, fs.nactvar + n + 1, self.LUAI_MAXVARS, "local variables") fs.actvar[fs.nactvar + n] = self:registerlocalvar(ls, name) end ------------------------------------------------------------------------ -- adds nvars number of new local variables, set debug information ------------------------------------------------------------------------ function luaY:adjustlocalvars(ls, nvars) local fs = ls.fs fs.nactvar = fs.nactvar + nvars for i = nvars, 1, -1 do self:getlocvar(fs, fs.nactvar - i).startpc = fs.pc end end ------------------------------------------------------------------------ -- removes a number of locals, set debug information ------------------------------------------------------------------------ function luaY:removevars(ls, tolevel) local fs = ls.fs while fs.nactvar > tolevel do fs.nactvar = fs.nactvar - 1 self:getlocvar(fs, fs.nactvar).endpc = fs.pc end end ------------------------------------------------------------------------ -- returns an existing upvalue index based on the given name, or -- creates a new upvalue struct entry and returns the new index -- * used only in singlevaraux() ------------------------------------------------------------------------ function luaY:indexupvalue(fs, name, v) local f = fs.f for i = 0, f.nups - 1 do if fs.upvalues[i].k == v.k and fs.upvalues[i].info == v.info then assert(f.upvalues[i] == name) return i end end -- new one self:checklimit(fs, f.nups + 1, self.LUAI_MAXUPVALUES, "upvalues") self:growvector(fs.L, f.upvalues, f.nups, f.sizeupvalues, nil, self.MAX_INT, "") -- loop to initialize empty f.upvalues positions not required f.upvalues[f.nups] = name -- luaC_objbarrier(fs->L, f, name); /* GC */ assert(v.k == "VLOCAL" or v.k == "VUPVAL") -- this is a partial copy; only k & info fields used fs.upvalues[f.nups] = { k = v.k, info = v.info } local nups = f.nups f.nups = f.nups + 1 return nups end ------------------------------------------------------------------------ -- search the local variable namespace of the given fs for a match -- * used only in singlevaraux() ------------------------------------------------------------------------ function luaY:searchvar(fs, n) for i = fs.nactvar - 1, 0, -1 do if n == self:getlocvar(fs, i).varname then return i end end return -1 -- not found end ------------------------------------------------------------------------ -- * mark upvalue flags in function states up to a given level -- * used only in singlevaraux() ------------------------------------------------------------------------ function luaY:markupval(fs, level) local bl = fs.bl while bl and bl.nactvar > level do bl = bl.previous end if bl then bl.upval = true end end ------------------------------------------------------------------------ -- handle locals, globals and upvalues and related processing -- * search mechanism is recursive, calls itself to search parents -- * used only in singlevar() ------------------------------------------------------------------------ function luaY:singlevaraux(fs, n, var, base) if fs == nil then -- no more levels? self:init_exp(var, "VGLOBAL", luaP.NO_REG) -- default is global variable return "VGLOBAL" else local v = self:searchvar(fs, n) -- look up at current level if v >= 0 then self:init_exp(var, "VLOCAL", v) if base == 0 then self:markupval(fs, v) -- local will be used as an upval end return "VLOCAL" else -- not found at current level; try upper one if self:singlevaraux(fs.prev, n, var, 0) == "VGLOBAL" then return "VGLOBAL" end var.info = self:indexupvalue(fs, n, var) -- else was LOCAL or UPVAL var.k = "VUPVAL" -- upvalue in this level return "VUPVAL" end--if v end--if fs end ------------------------------------------------------------------------ -- consume a name token, creates a variable (global|local|upvalue) -- * used in prefixexp(), funcname() ------------------------------------------------------------------------ function luaY:singlevar(ls, var) local varname = self:str_checkname(ls) local fs = ls.fs if self:singlevaraux(fs, varname, var, 1) == "VGLOBAL" then var.info = luaK:stringK(fs, varname) -- info points to global name end end ------------------------------------------------------------------------ -- adjust RHS to match LHS in an assignment -- * used in assignment(), forlist(), localstat() ------------------------------------------------------------------------ function luaY:adjust_assign(ls, nvars, nexps, e) local fs = ls.fs local extra = nvars - nexps if self:hasmultret(e.k) then extra = extra + 1 -- includes call itself if extra <= 0 then extra = 0 end luaK:setreturns(fs, e, extra) -- last exp. provides the difference if extra > 1 then luaK:reserveregs(fs, extra - 1) end else if e.k ~= "VVOID" then luaK:exp2nextreg(fs, e) end -- close last expression if extra > 0 then local reg = fs.freereg luaK:reserveregs(fs, extra) luaK:_nil(fs, reg, extra) end end end ------------------------------------------------------------------------ -- tracks and limits parsing depth, assert check at end of parsing ------------------------------------------------------------------------ function luaY:enterlevel(ls) ls.L.nCcalls = ls.L.nCcalls + 1 if ls.L.nCcalls > self.LUAI_MAXCCALLS then luaX:lexerror(ls, "chunk has too many syntax levels", 0) end end ------------------------------------------------------------------------ -- tracks parsing depth, a pair with luaY:enterlevel() ------------------------------------------------------------------------ function luaY:leavelevel(ls) ls.L.nCcalls = ls.L.nCcalls - 1 end ------------------------------------------------------------------------ -- enters a code unit, initializes elements ------------------------------------------------------------------------ function luaY:enterblock(fs, bl, isbreakable) bl.breaklist = luaK.NO_JUMP bl.isbreakable = isbreakable bl.nactvar = fs.nactvar bl.upval = false bl.previous = fs.bl fs.bl = bl assert(fs.freereg == fs.nactvar) end ------------------------------------------------------------------------ -- leaves a code unit, close any upvalues ------------------------------------------------------------------------ function luaY:leaveblock(fs) local bl = fs.bl fs.bl = bl.previous self:removevars(fs.ls, bl.nactvar) if bl.upval then luaK:codeABC(fs, "OP_CLOSE", bl.nactvar, 0, 0) end -- a block either controls scope or breaks (never both) assert(not bl.isbreakable or not bl.upval) assert(bl.nactvar == fs.nactvar) fs.freereg = fs.nactvar -- free registers luaK:patchtohere(fs, bl.breaklist) end ------------------------------------------------------------------------ -- implement the instantiation of a function prototype, append list of -- upvalues after the instantiation instruction -- * used only in body() ------------------------------------------------------------------------ function luaY:pushclosure(ls, func, v) local fs = ls.fs local f = fs.f self:growvector(ls.L, f.p, fs.np, f.sizep, nil, luaP.MAXARG_Bx, "constant table overflow") -- loop to initialize empty f.p positions not required f.p[fs.np] = func.f fs.np = fs.np + 1 -- luaC_objbarrier(ls->L, f, func->f); /* C */ self:init_exp(v, "VRELOCABLE", luaK:codeABx(fs, "OP_CLOSURE", 0, fs.np - 1)) for i = 0, func.f.nups - 1 do local o = (func.upvalues[i].k == "VLOCAL") and "OP_MOVE" or "OP_GETUPVAL" luaK:codeABC(fs, o, 0, func.upvalues[i].info, 0) end end ------------------------------------------------------------------------ -- opening of a function ------------------------------------------------------------------------ function luaY:open_func(ls, fs) local L = ls.L local f = self:newproto(ls.L) fs.f = f fs.prev = ls.fs -- linked list of funcstates fs.ls = ls fs.L = L ls.fs = fs fs.pc = 0 fs.lasttarget = -1 fs.jpc = luaK.NO_JUMP fs.freereg = 0 fs.nk = 0 fs.np = 0 fs.nlocvars = 0 fs.nactvar = 0 fs.bl = nil f.source = ls.source f.maxstacksize = 2 -- registers 0/1 are always valid fs.h = {} -- constant table; was luaH_new call -- anchor table of constants and prototype (to avoid being collected) -- sethvalue2s(L, L->top, fs->h); incr_top(L); /* C */ -- setptvalue2s(L, L->top, f); incr_top(L); end ------------------------------------------------------------------------ -- closing of a function ------------------------------------------------------------------------ function luaY:close_func(ls) local L = ls.L local fs = ls.fs local f = fs.f self:removevars(ls, 0) luaK:ret(fs, 0, 0) -- final return -- luaM_reallocvector deleted for f->code, f->lineinfo, f->k, f->p, -- f->locvars, f->upvalues; not required for Lua table arrays f.sizecode = fs.pc f.sizelineinfo = fs.pc f.sizek = fs.nk f.sizep = fs.np f.sizelocvars = fs.nlocvars f.sizeupvalues = f.nups --assert(luaG_checkcode(f)) -- currently not implemented assert(fs.bl == nil) ls.fs = fs.prev -- the following is not required for this implementation; kept here -- for completeness -- L->top -= 2; /* remove table and prototype from the stack */ -- last token read was anchored in defunct function; must reanchor it if fs then self:anchor_token(ls) end end ------------------------------------------------------------------------ -- parser initialization function -- * note additional sub-tables needed for LexState, FuncState ------------------------------------------------------------------------ function luaY:parser(L, z, buff, name) local lexstate = {} -- LexState lexstate.t = {} lexstate.lookahead = {} local funcstate = {} -- FuncState funcstate.upvalues = {} funcstate.actvar = {} -- the following nCcalls initialization added for convenience L.nCcalls = 0 lexstate.buff = buff luaX:setinput(L, lexstate, z, name) self:open_func(lexstate, funcstate) funcstate.f.is_vararg = self.VARARG_ISVARARG -- main func. is always vararg luaX:next(lexstate) -- read first token self:chunk(lexstate) self:check(lexstate, "TK_EOS") self:close_func(lexstate) assert(funcstate.prev == nil) assert(funcstate.f.nups == 0) assert(lexstate.fs == nil) return funcstate.f end --[[-------------------------------------------------------------------- -- GRAMMAR RULES ----------------------------------------------------------------------]] ------------------------------------------------------------------------ -- parse a function name suffix, for function call specifications -- * used in primaryexp(), funcname() ------------------------------------------------------------------------ function luaY:field(ls, v) -- field -> ['.' | ':'] NAME local fs = ls.fs local key = {} -- expdesc luaK:exp2anyreg(fs, v) luaX:next(ls) -- skip the dot or colon self:checkname(ls, key) luaK:indexed(fs, v, key) end ------------------------------------------------------------------------ -- parse a table indexing suffix, for constructors, expressions -- * used in recfield(), primaryexp() ------------------------------------------------------------------------ function luaY:yindex(ls, v) -- index -> '[' expr ']' luaX:next(ls) -- skip the '[' self:expr(ls, v) luaK:exp2val(ls.fs, v) self:checknext(ls, "]") end --[[-------------------------------------------------------------------- -- Rules for Constructors ----------------------------------------------------------------------]] --[[-------------------------------------------------------------------- -- struct ConsControl: -- v -- last list item read (table: struct expdesc) -- t -- table descriptor (table: struct expdesc) -- nh -- total number of 'record' elements -- na -- total number of array elements -- tostore -- number of array elements pending to be stored ----------------------------------------------------------------------]] ------------------------------------------------------------------------ -- parse a table record (hash) field -- * used in constructor() ------------------------------------------------------------------------ function luaY:recfield(ls, cc) -- recfield -> (NAME | '['exp1']') = exp1 local fs = ls.fs local reg = ls.fs.freereg local key, val = {}, {} -- expdesc if ls.t.token == "TK_NAME" then self:checklimit(fs, cc.nh, self.MAX_INT, "items in a constructor") self:checkname(ls, key) else -- ls->t.token == '[' self:yindex(ls, key) end cc.nh = cc.nh + 1 self:checknext(ls, "=") local rkkey = luaK:exp2RK(fs, key) self:expr(ls, val) luaK:codeABC(fs, "OP_SETTABLE", cc.t.info, rkkey, luaK:exp2RK(fs, val)) fs.freereg = reg -- free registers end ------------------------------------------------------------------------ -- emit a set list instruction if enough elements (LFIELDS_PER_FLUSH) -- * used in constructor() ------------------------------------------------------------------------ function luaY:closelistfield(fs, cc) if cc.v.k == "VVOID" then return end -- there is no list item luaK:exp2nextreg(fs, cc.v) cc.v.k = "VVOID" if cc.tostore == luaP.LFIELDS_PER_FLUSH then luaK:setlist(fs, cc.t.info, cc.na, cc.tostore) -- flush cc.tostore = 0 -- no more items pending end end ------------------------------------------------------------------------ -- emit a set list instruction at the end of parsing list constructor -- * used in constructor() ------------------------------------------------------------------------ function luaY:lastlistfield(fs, cc) if cc.tostore == 0 then return end if self:hasmultret(cc.v.k) then luaK:setmultret(fs, cc.v) luaK:setlist(fs, cc.t.info, cc.na, self.LUA_MULTRET) cc.na = cc.na - 1 -- do not count last expression (unknown number of elements) else if cc.v.k ~= "VVOID" then luaK:exp2nextreg(fs, cc.v) end luaK:setlist(fs, cc.t.info, cc.na, cc.tostore) end end ------------------------------------------------------------------------ -- parse a table list (array) field -- * used in constructor() ------------------------------------------------------------------------ function luaY:listfield(ls, cc) self:expr(ls, cc.v) self:checklimit(ls.fs, cc.na, self.MAX_INT, "items in a constructor") cc.na = cc.na + 1 cc.tostore = cc.tostore + 1 end ------------------------------------------------------------------------ -- parse a table constructor -- * used in funcargs(), simpleexp() ------------------------------------------------------------------------ function luaY:constructor(ls, t) -- constructor -> '{' [ field { fieldsep field } [ fieldsep ] ] '}' -- field -> recfield | listfield -- fieldsep -> ',' | ';' local fs = ls.fs local line = ls.linenumber local pc = luaK:codeABC(fs, "OP_NEWTABLE", 0, 0, 0) local cc = {} -- ConsControl cc.v = {} cc.na, cc.nh, cc.tostore = 0, 0, 0 cc.t = t self:init_exp(t, "VRELOCABLE", pc) self:init_exp(cc.v, "VVOID", 0) -- no value (yet) luaK:exp2nextreg(ls.fs, t) -- fix it at stack top (for gc) self:checknext(ls, "{") repeat assert(cc.v.k == "VVOID" or cc.tostore > 0) if ls.t.token == "}" then break end self:closelistfield(fs, cc) local c = ls.t.token if c == "TK_NAME" then -- may be listfields or recfields luaX:lookahead(ls) if ls.lookahead.token ~= "=" then -- expression? self:listfield(ls, cc) else self:recfield(ls, cc) end elseif c == "[" then -- constructor_item -> recfield self:recfield(ls, cc) else -- constructor_part -> listfield self:listfield(ls, cc) end until not self:testnext(ls, ",") and not self:testnext(ls, ";") self:check_match(ls, "}", "{", line) self:lastlistfield(fs, cc) luaP:SETARG_B(fs.f.code[pc], self:int2fb(cc.na)) -- set initial array size luaP:SETARG_C(fs.f.code[pc], self:int2fb(cc.nh)) -- set initial table size end -- }====================================================================== ------------------------------------------------------------------------ -- parse the arguments (parameters) of a function declaration -- * used in body() ------------------------------------------------------------------------ function luaY:parlist(ls) -- parlist -> [ param { ',' param } ] local fs = ls.fs local f = fs.f local nparams = 0 f.is_vararg = 0 if ls.t.token ~= ")" then -- is 'parlist' not empty? repeat local c = ls.t.token if c == "TK_NAME" then -- param -> NAME self:new_localvar(ls, self:str_checkname(ls), nparams) nparams = nparams + 1 elseif c == "TK_DOTS" then -- param -> `...' luaX:next(ls) -- [[ -- #if defined(LUA_COMPAT_VARARG) -- use `arg' as default name self:new_localvarliteral(ls, "arg", nparams) nparams = nparams + 1 f.is_vararg = self.VARARG_HASARG + self.VARARG_NEEDSARG -- #endif --]] f.is_vararg = f.is_vararg + self.VARARG_ISVARARG else luaX:syntaxerror(ls, " or "..self:LUA_QL("...").." expected") end until f.is_vararg ~= 0 or not self:testnext(ls, ",") end--if self:adjustlocalvars(ls, nparams) -- NOTE: the following works only when HASARG_MASK is 2! f.numparams = fs.nactvar - (f.is_vararg % self.HASARG_MASK) luaK:reserveregs(fs, fs.nactvar) -- reserve register for parameters end ------------------------------------------------------------------------ -- parse function declaration body -- * used in simpleexp(), localfunc(), funcstat() ------------------------------------------------------------------------ function luaY:body(ls, e, needself, line) -- body -> '(' parlist ')' chunk END local new_fs = {} -- FuncState new_fs.upvalues = {} new_fs.actvar = {} self:open_func(ls, new_fs) new_fs.f.lineDefined = line self:checknext(ls, "(") if needself then self:new_localvarliteral(ls, "self", 0) self:adjustlocalvars(ls, 1) end self:parlist(ls) self:checknext(ls, ")") self:chunk(ls) new_fs.f.lastlinedefined = ls.linenumber self:check_match(ls, "TK_END", "TK_FUNCTION", line) self:close_func(ls) self:pushclosure(ls, new_fs, e) end ------------------------------------------------------------------------ -- parse a list of comma-separated expressions -- * used is multiple locations ------------------------------------------------------------------------ function luaY:explist1(ls, v) -- explist1 -> expr { ',' expr } local n = 1 -- at least one expression self:expr(ls, v) while self:testnext(ls, ",") do luaK:exp2nextreg(ls.fs, v) self:expr(ls, v) n = n + 1 end return n end ------------------------------------------------------------------------ -- parse the parameters of a function call -- * contrast with parlist(), used in function declarations -- * used in primaryexp() ------------------------------------------------------------------------ function luaY:funcargs(ls, f) local fs = ls.fs local args = {} -- expdesc local nparams local line = ls.linenumber local c = ls.t.token if c == "(" then -- funcargs -> '(' [ explist1 ] ')' if line ~= ls.lastline then luaX:syntaxerror(ls, "ambiguous syntax (function call x new statement)") end luaX:next(ls) if ls.t.token == ")" then -- arg list is empty? args.k = "VVOID" else self:explist1(ls, args) luaK:setmultret(fs, args) end self:check_match(ls, ")", "(", line) elseif c == "{" then -- funcargs -> constructor self:constructor(ls, args) elseif c == "TK_STRING" then -- funcargs -> STRING self:codestring(ls, args, ls.t.seminfo) luaX:next(ls) -- must use 'seminfo' before 'next' else luaX:syntaxerror(ls, "function arguments expected") return end assert(f.k == "VNONRELOC") local base = f.info -- base register for call if self:hasmultret(args.k) then nparams = self.LUA_MULTRET -- open call else if args.k ~= "VVOID" then luaK:exp2nextreg(fs, args) -- close last argument end nparams = fs.freereg - (base + 1) end self:init_exp(f, "VCALL", luaK:codeABC(fs, "OP_CALL", base, nparams + 1, 2)) luaK:fixline(fs, line) fs.freereg = base + 1 -- call remove function and arguments and leaves -- (unless changed) one result end --[[-------------------------------------------------------------------- -- Expression parsing ----------------------------------------------------------------------]] ------------------------------------------------------------------------ -- parses an expression in parentheses or a single variable -- * used in primaryexp() ------------------------------------------------------------------------ function luaY:prefixexp(ls, v) -- prefixexp -> NAME | '(' expr ')' local c = ls.t.token if c == "(" then local line = ls.linenumber luaX:next(ls) self:expr(ls, v) self:check_match(ls, ")", "(", line) luaK:dischargevars(ls.fs, v) elseif c == "TK_NAME" then self:singlevar(ls, v) else luaX:syntaxerror(ls, "unexpected symbol") end--if c return end ------------------------------------------------------------------------ -- parses a prefixexp (an expression in parentheses or a single variable) -- or a function call specification -- * used in simpleexp(), assignment(), exprstat() ------------------------------------------------------------------------ function luaY:primaryexp(ls, v) -- primaryexp -> -- prefixexp { '.' NAME | '[' exp ']' | ':' NAME funcargs | funcargs } local fs = ls.fs self:prefixexp(ls, v) while true do local c = ls.t.token if c == "." then -- field self:field(ls, v) elseif c == "[" then -- '[' exp1 ']' local key = {} -- expdesc luaK:exp2anyreg(fs, v) self:yindex(ls, key) luaK:indexed(fs, v, key) elseif c == ":" then -- ':' NAME funcargs local key = {} -- expdesc luaX:next(ls) self:checkname(ls, key) luaK:_self(fs, v, key) self:funcargs(ls, v) elseif c == "(" or c == "TK_STRING" or c == "{" then -- funcargs luaK:exp2nextreg(fs, v) self:funcargs(ls, v) else return end--if c end--while end ------------------------------------------------------------------------ -- parses general expression types, constants handled here -- * used in subexpr() ------------------------------------------------------------------------ function luaY:simpleexp(ls, v) -- simpleexp -> NUMBER | STRING | NIL | TRUE | FALSE | ... | -- constructor | FUNCTION body | primaryexp local c = ls.t.token if c == "TK_NUMBER" then self:init_exp(v, "VKNUM", 0) v.nval = ls.t.seminfo elseif c == "TK_STRING" then self:codestring(ls, v, ls.t.seminfo) elseif c == "TK_NIL" then self:init_exp(v, "VNIL", 0) elseif c == "TK_TRUE" then self:init_exp(v, "VTRUE", 0) elseif c == "TK_FALSE" then self:init_exp(v, "VFALSE", 0) elseif c == "TK_DOTS" then -- vararg local fs = ls.fs self:check_condition(ls, fs.f.is_vararg ~= 0, "cannot use "..self:LUA_QL("...").." outside a vararg function"); -- NOTE: the following substitutes for a bitop, but is value-specific local is_vararg = fs.f.is_vararg if is_vararg >= self.VARARG_NEEDSARG then fs.f.is_vararg = is_vararg - self.VARARG_NEEDSARG -- don't need 'arg' end self:init_exp(v, "VVARARG", luaK:codeABC(fs, "OP_VARARG", 0, 1, 0)) elseif c == "{" then -- constructor self:constructor(ls, v) return elseif c == "TK_FUNCTION" then luaX:next(ls) self:body(ls, v, false, ls.linenumber) return else self:primaryexp(ls, v) return end--if c luaX:next(ls) end ------------------------------------------------------------------------ -- Translates unary operators tokens if found, otherwise returns -- OPR_NOUNOPR. getunopr() and getbinopr() are used in subexpr(). -- * used in subexpr() ------------------------------------------------------------------------ function luaY:getunopr(op) if op == "TK_NOT" then return "OPR_NOT" elseif op == "-" then return "OPR_MINUS" elseif op == "#" then return "OPR_LEN" else return "OPR_NOUNOPR" end end ------------------------------------------------------------------------ -- Translates binary operator tokens if found, otherwise returns -- OPR_NOBINOPR. Code generation uses OPR_* style tokens. -- * used in subexpr() ------------------------------------------------------------------------ luaY.getbinopr_table = { ["+"] = "OPR_ADD", ["-"] = "OPR_SUB", ["*"] = "OPR_MUL", ["/"] = "OPR_DIV", ["%"] = "OPR_MOD", ["^"] = "OPR_POW", ["TK_CONCAT"] = "OPR_CONCAT", ["TK_NE"] = "OPR_NE", ["TK_EQ"] = "OPR_EQ", ["<"] = "OPR_LT", ["TK_LE"] = "OPR_LE", [">"] = "OPR_GT", ["TK_GE"] = "OPR_GE", ["TK_AND"] = "OPR_AND", ["TK_OR"] = "OPR_OR", } function luaY:getbinopr(op) local opr = self.getbinopr_table[op] if opr then return opr else return "OPR_NOBINOPR" end end ------------------------------------------------------------------------ -- the following priority table consists of pairs of left/right values -- for binary operators (was a static const struct); grep for ORDER OPR -- * the following struct is replaced: -- static const struct { -- lu_byte left; /* left priority for each binary operator */ -- lu_byte right; /* right priority */ -- } priority[] = { /* ORDER OPR */ ------------------------------------------------------------------------ luaY.priority = { {6, 6}, {6, 6}, {7, 7}, {7, 7}, {7, 7}, -- `+' `-' `/' `%' {10, 9}, {5, 4}, -- power and concat (right associative) {3, 3}, {3, 3}, -- equality {3, 3}, {3, 3}, {3, 3}, {3, 3}, -- order {2, 2}, {1, 1} -- logical (and/or) } luaY.UNARY_PRIORITY = 8 -- priority for unary operators ------------------------------------------------------------------------ -- Parse subexpressions. Includes handling of unary operators and binary -- operators. A subexpr is given the rhs priority level of the operator -- immediately left of it, if any (limit is -1 if none,) and if a binop -- is found, limit is compared with the lhs priority level of the binop -- in order to determine which executes first. ------------------------------------------------------------------------ ------------------------------------------------------------------------ -- subexpr -> (simpleexp | unop subexpr) { binop subexpr } -- where 'binop' is any binary operator with a priority higher than 'limit' -- * for priority lookups with self.priority[], 1=left and 2=right -- * recursively called -- * used in expr() ------------------------------------------------------------------------ function luaY:subexpr(ls, v, limit) self:enterlevel(ls) local uop = self:getunopr(ls.t.token) if uop ~= "OPR_NOUNOPR" then luaX:next(ls) self:subexpr(ls, v, self.UNARY_PRIORITY) luaK:prefix(ls.fs, uop, v) else self:simpleexp(ls, v) end -- expand while operators have priorities higher than 'limit' local op = self:getbinopr(ls.t.token) while op ~= "OPR_NOBINOPR" and self.priority[luaK.BinOpr[op] + 1][1] > limit do local v2 = {} -- expdesc luaX:next(ls) luaK:infix(ls.fs, op, v) -- read sub-expression with higher priority local nextop = self:subexpr(ls, v2, self.priority[luaK.BinOpr[op] + 1][2]) luaK:posfix(ls.fs, op, v, v2) op = nextop end self:leavelevel(ls) return op -- return first untreated operator end ------------------------------------------------------------------------ -- Expression parsing starts here. Function subexpr is entered with the -- left operator (which is non-existent) priority of -1, which is lower -- than all actual operators. Expr information is returned in parm v. -- * used in multiple locations ------------------------------------------------------------------------ function luaY:expr(ls, v) self:subexpr(ls, v, 0) end -- }==================================================================== --[[-------------------------------------------------------------------- -- Rules for Statements ----------------------------------------------------------------------]] ------------------------------------------------------------------------ -- checks next token, used as a look-ahead -- * returns boolean instead of 0|1 -- * used in retstat(), chunk() ------------------------------------------------------------------------ function luaY:block_follow(token) if token == "TK_ELSE" or token == "TK_ELSEIF" or token == "TK_END" or token == "TK_UNTIL" or token == "TK_EOS" then return true else return false end end ------------------------------------------------------------------------ -- parse a code block or unit -- * used in multiple functions ------------------------------------------------------------------------ function luaY:block(ls) -- block -> chunk local fs = ls.fs local bl = {} -- BlockCnt self:enterblock(fs, bl, false) self:chunk(ls) assert(bl.breaklist == luaK.NO_JUMP) self:leaveblock(fs) end ------------------------------------------------------------------------ -- structure to chain all variables in the left-hand side of an -- assignment -- struct LHS_assign: -- prev -- (table: struct LHS_assign) -- v -- variable (global, local, upvalue, or indexed) (table: expdesc) ------------------------------------------------------------------------ ------------------------------------------------------------------------ -- check whether, in an assignment to a local variable, the local variable -- is needed in a previous assignment (to a table). If so, save original -- local value in a safe place and use this safe copy in the previous -- assignment. -- * used in assignment() ------------------------------------------------------------------------ function luaY:check_conflict(ls, lh, v) local fs = ls.fs local extra = fs.freereg -- eventual position to save local variable local conflict = false while lh do if lh.v.k == "VINDEXED" then if lh.v.info == v.info then -- conflict? conflict = true lh.v.info = extra -- previous assignment will use safe copy end if lh.v.aux == v.info then -- conflict? conflict = true lh.v.aux = extra -- previous assignment will use safe copy end end lh = lh.prev end if conflict then luaK:codeABC(fs, "OP_MOVE", fs.freereg, v.info, 0) -- make copy luaK:reserveregs(fs, 1) end end ------------------------------------------------------------------------ -- parse a variable assignment sequence -- * recursively called -- * used in exprstat() ------------------------------------------------------------------------ function luaY:assignment(ls, lh, nvars) local e = {} -- expdesc -- test was: VLOCAL <= lh->v.k && lh->v.k <= VINDEXED local c = lh.v.k self:check_condition(ls, c == "VLOCAL" or c == "VUPVAL" or c == "VGLOBAL" or c == "VINDEXED", "syntax error") if self:testnext(ls, ",") then -- assignment -> ',' primaryexp assignment local nv = {} -- LHS_assign nv.v = {} nv.prev = lh self:primaryexp(ls, nv.v) if nv.v.k == "VLOCAL" then self:check_conflict(ls, lh, nv.v) end self:checklimit(ls.fs, nvars, self.LUAI_MAXCCALLS - ls.L.nCcalls, "variables in assignment") self:assignment(ls, nv, nvars + 1) else -- assignment -> '=' explist1 self:checknext(ls, "=") local nexps = self:explist1(ls, e) if nexps ~= nvars then self:adjust_assign(ls, nvars, nexps, e) if nexps > nvars then ls.fs.freereg = ls.fs.freereg - (nexps - nvars) -- remove extra values end else luaK:setoneret(ls.fs, e) -- close last expression luaK:storevar(ls.fs, lh.v, e) return -- avoid default end end self:init_exp(e, "VNONRELOC", ls.fs.freereg - 1) -- default assignment luaK:storevar(ls.fs, lh.v, e) end ------------------------------------------------------------------------ -- parse condition in a repeat statement or an if control structure -- * used in repeatstat(), test_then_block() ------------------------------------------------------------------------ function luaY:cond(ls) -- cond -> exp local v = {} -- expdesc self:expr(ls, v) -- read condition if v.k == "VNIL" then v.k = "VFALSE" end -- 'falses' are all equal here luaK:goiftrue(ls.fs, v) return v.f end ------------------------------------------------------------------------ -- parse a break statement -- * used in statements() ------------------------------------------------------------------------ function luaY:breakstat(ls) -- stat -> BREAK local fs = ls.fs local bl = fs.bl local upval = false while bl and not bl.isbreakable do if bl.upval then upval = true end bl = bl.previous end if not bl then luaX:syntaxerror(ls, "no loop to break") end if upval then luaK:codeABC(fs, "OP_CLOSE", bl.nactvar, 0, 0) end bl.breaklist = luaK:concat(fs, bl.breaklist, luaK:jump(fs)) end ------------------------------------------------------------------------ -- parse a while-do control structure, body processed by block() -- * with dynamic array sizes, MAXEXPWHILE + EXTRAEXP limits imposed by -- the function's implementation can be removed -- * used in statements() ------------------------------------------------------------------------ function luaY:whilestat(ls, line) -- whilestat -> WHILE cond DO block END local fs = ls.fs local bl = {} -- BlockCnt luaX:next(ls) -- skip WHILE local whileinit = luaK:getlabel(fs) local condexit = self:cond(ls) self:enterblock(fs, bl, true) self:checknext(ls, "TK_DO") self:block(ls) luaK:patchlist(fs, luaK:jump(fs), whileinit) self:check_match(ls, "TK_END", "TK_WHILE", line) self:leaveblock(fs) luaK:patchtohere(fs, condexit) -- false conditions finish the loop end ------------------------------------------------------------------------ -- parse a repeat-until control structure, body parsed by chunk() -- * used in statements() ------------------------------------------------------------------------ function luaY:repeatstat(ls, line) -- repeatstat -> REPEAT block UNTIL cond local fs = ls.fs local repeat_init = luaK:getlabel(fs) local bl1, bl2 = {}, {} -- BlockCnt self:enterblock(fs, bl1, true) -- loop block self:enterblock(fs, bl2, false) -- scope block luaX:next(ls) -- skip REPEAT self:chunk(ls) self:check_match(ls, "TK_UNTIL", "TK_REPEAT", line) local condexit = self:cond(ls) -- read condition (inside scope block) if not bl2.upval then -- no upvalues? self:leaveblock(fs) -- finish scope luaK:patchlist(ls.fs, condexit, repeat_init) -- close the loop else -- complete semantics when there are upvalues self:breakstat(ls) -- if condition then break luaK:patchtohere(ls.fs, condexit) -- else... self:leaveblock(fs) -- finish scope... luaK:patchlist(ls.fs, luaK:jump(fs), repeat_init) -- and repeat end self:leaveblock(fs) -- finish loop end ------------------------------------------------------------------------ -- parse the single expressions needed in numerical for loops -- * used in fornum() ------------------------------------------------------------------------ function luaY:exp1(ls) local e = {} -- expdesc self:expr(ls, e) local k = e.k luaK:exp2nextreg(ls.fs, e) return k end ------------------------------------------------------------------------ -- parse a for loop body for both versions of the for loop -- * used in fornum(), forlist() ------------------------------------------------------------------------ function luaY:forbody(ls, base, line, nvars, isnum) -- forbody -> DO block local bl = {} -- BlockCnt local fs = ls.fs self:adjustlocalvars(ls, 3) -- control variables self:checknext(ls, "TK_DO") local prep = isnum and luaK:codeAsBx(fs, "OP_FORPREP", base, luaK.NO_JUMP) or luaK:jump(fs) self:enterblock(fs, bl, false) -- scope for declared variables self:adjustlocalvars(ls, nvars) luaK:reserveregs(fs, nvars) self:block(ls) self:leaveblock(fs) -- end of scope for declared variables luaK:patchtohere(fs, prep) local endfor = isnum and luaK:codeAsBx(fs, "OP_FORLOOP", base, luaK.NO_JUMP) or luaK:codeABC(fs, "OP_TFORLOOP", base, 0, nvars) luaK:fixline(fs, line) -- pretend that `OP_FOR' starts the loop luaK:patchlist(fs, isnum and endfor or luaK:jump(fs), prep + 1) end ------------------------------------------------------------------------ -- parse a numerical for loop, calls forbody() -- * used in forstat() ------------------------------------------------------------------------ function luaY:fornum(ls, varname, line) -- fornum -> NAME = exp1,exp1[,exp1] forbody local fs = ls.fs local base = fs.freereg self:new_localvarliteral(ls, "(for index)", 0) self:new_localvarliteral(ls, "(for limit)", 1) self:new_localvarliteral(ls, "(for step)", 2) self:new_localvar(ls, varname, 3) self:checknext(ls, '=') self:exp1(ls) -- initial value self:checknext(ls, ",") self:exp1(ls) -- limit if self:testnext(ls, ",") then self:exp1(ls) -- optional step else -- default step = 1 luaK:codeABx(fs, "OP_LOADK", fs.freereg, luaK:numberK(fs, 1)) luaK:reserveregs(fs, 1) end self:forbody(ls, base, line, 1, true) end ------------------------------------------------------------------------ -- parse a generic for loop, calls forbody() -- * used in forstat() ------------------------------------------------------------------------ function luaY:forlist(ls, indexname) -- forlist -> NAME {,NAME} IN explist1 forbody local fs = ls.fs local e = {} -- expdesc local nvars = 0 local base = fs.freereg -- create control variables self:new_localvarliteral(ls, "(for generator)", nvars) nvars = nvars + 1 self:new_localvarliteral(ls, "(for state)", nvars) nvars = nvars + 1 self:new_localvarliteral(ls, "(for control)", nvars) nvars = nvars + 1 -- create declared variables self:new_localvar(ls, indexname, nvars) nvars = nvars + 1 while self:testnext(ls, ",") do self:new_localvar(ls, self:str_checkname(ls), nvars) nvars = nvars + 1 end self:checknext(ls, "TK_IN") local line = ls.linenumber self:adjust_assign(ls, 3, self:explist1(ls, e), e) luaK:checkstack(fs, 3) -- extra space to call generator self:forbody(ls, base, line, nvars - 3, false) end ------------------------------------------------------------------------ -- initial parsing for a for loop, calls fornum() or forlist() -- * used in statements() ------------------------------------------------------------------------ function luaY:forstat(ls, line) -- forstat -> FOR (fornum | forlist) END local fs = ls.fs local bl = {} -- BlockCnt self:enterblock(fs, bl, true) -- scope for loop and control variables luaX:next(ls) -- skip `for' local varname = self:str_checkname(ls) -- first variable name local c = ls.t.token if c == "=" then self:fornum(ls, varname, line) elseif c == "," or c == "TK_IN" then self:forlist(ls, varname) else luaX:syntaxerror(ls, self:LUA_QL("=").." or "..self:LUA_QL("in").." expected") end self:check_match(ls, "TK_END", "TK_FOR", line) self:leaveblock(fs) -- loop scope (`break' jumps to this point) end ------------------------------------------------------------------------ -- parse part of an if control structure, including the condition -- * used in ifstat() ------------------------------------------------------------------------ function luaY:test_then_block(ls) -- test_then_block -> [IF | ELSEIF] cond THEN block luaX:next(ls) -- skip IF or ELSEIF local condexit = self:cond(ls) self:checknext(ls, "TK_THEN") self:block(ls) -- `then' part return condexit end ------------------------------------------------------------------------ -- parse an if control structure -- * used in statements() ------------------------------------------------------------------------ function luaY:ifstat(ls, line) -- ifstat -> IF cond THEN block {ELSEIF cond THEN block} [ELSE block] END local fs = ls.fs local escapelist = luaK.NO_JUMP local flist = self:test_then_block(ls) -- IF cond THEN block while ls.t.token == "TK_ELSEIF" do escapelist = luaK:concat(fs, escapelist, luaK:jump(fs)) luaK:patchtohere(fs, flist) flist = self:test_then_block(ls) -- ELSEIF cond THEN block end if ls.t.token == "TK_ELSE" then escapelist = luaK:concat(fs, escapelist, luaK:jump(fs)) luaK:patchtohere(fs, flist) luaX:next(ls) -- skip ELSE (after patch, for correct line info) self:block(ls) -- 'else' part else escapelist = luaK:concat(fs, escapelist, flist) end luaK:patchtohere(fs, escapelist) self:check_match(ls, "TK_END", "TK_IF", line) end ------------------------------------------------------------------------ -- parse a local function statement -- * used in statements() ------------------------------------------------------------------------ function luaY:localfunc(ls) local v, b = {}, {} -- expdesc local fs = ls.fs self:new_localvar(ls, self:str_checkname(ls), 0) self:init_exp(v, "VLOCAL", fs.freereg) luaK:reserveregs(fs, 1) self:adjustlocalvars(ls, 1) self:body(ls, b, false, ls.linenumber) luaK:storevar(fs, v, b) -- debug information will only see the variable after this point! self:getlocvar(fs, fs.nactvar - 1).startpc = fs.pc end ------------------------------------------------------------------------ -- parse a local variable declaration statement -- * used in statements() ------------------------------------------------------------------------ function luaY:localstat(ls) -- stat -> LOCAL NAME {',' NAME} ['=' explist1] local nvars = 0 local nexps local e = {} -- expdesc repeat self:new_localvar(ls, self:str_checkname(ls), nvars) nvars = nvars + 1 until not self:testnext(ls, ",") if self:testnext(ls, "=") then nexps = self:explist1(ls, e) else e.k = "VVOID" nexps = 0 end self:adjust_assign(ls, nvars, nexps, e) self:adjustlocalvars(ls, nvars) end ------------------------------------------------------------------------ -- parse a function name specification -- * used in funcstat() ------------------------------------------------------------------------ function luaY:funcname(ls, v) -- funcname -> NAME {field} [':' NAME] local needself = false self:singlevar(ls, v) while ls.t.token == "." do self:field(ls, v) end if ls.t.token == ":" then needself = true self:field(ls, v) end return needself end ------------------------------------------------------------------------ -- parse a function statement -- * used in statements() ------------------------------------------------------------------------ function luaY:funcstat(ls, line) -- funcstat -> FUNCTION funcname body local v, b = {}, {} -- expdesc luaX:next(ls) -- skip FUNCTION local needself = self:funcname(ls, v) self:body(ls, b, needself, line) luaK:storevar(ls.fs, v, b) luaK:fixline(ls.fs, line) -- definition 'happens' in the first line end ------------------------------------------------------------------------ -- parse a function call with no returns or an assignment statement -- * used in statements() ------------------------------------------------------------------------ function luaY:exprstat(ls) -- stat -> func | assignment local fs = ls.fs local v = {} -- LHS_assign v.v = {} self:primaryexp(ls, v.v) if v.v.k == "VCALL" then -- stat -> func luaP:SETARG_C(luaK:getcode(fs, v.v), 1) -- call statement uses no results else -- stat -> assignment v.prev = nil self:assignment(ls, v, 1) end end ------------------------------------------------------------------------ -- parse a return statement -- * used in statements() ------------------------------------------------------------------------ function luaY:retstat(ls) -- stat -> RETURN explist local fs = ls.fs local e = {} -- expdesc local first, nret -- registers with returned values luaX:next(ls) -- skip RETURN if self:block_follow(ls.t.token) or ls.t.token == ";" then first, nret = 0, 0 -- return no values else nret = self:explist1(ls, e) -- optional return values if self:hasmultret(e.k) then luaK:setmultret(fs, e) if e.k == "VCALL" and nret == 1 then -- tail call? luaP:SET_OPCODE(luaK:getcode(fs, e), "OP_TAILCALL") assert(luaP:GETARG_A(luaK:getcode(fs, e)) == fs.nactvar) end first = fs.nactvar nret = self.LUA_MULTRET -- return all values else if nret == 1 then -- only one single value? first = luaK:exp2anyreg(fs, e) else luaK:exp2nextreg(fs, e) -- values must go to the 'stack' first = fs.nactvar -- return all 'active' values assert(nret == fs.freereg - first) end end--if end--if luaK:ret(fs, first, nret) end ------------------------------------------------------------------------ -- initial parsing for statements, calls a lot of functions -- * returns boolean instead of 0|1 -- * used in chunk() ------------------------------------------------------------------------ function luaY:statement(ls) local line = ls.linenumber -- may be needed for error messages local c = ls.t.token if c == "TK_IF" then -- stat -> ifstat self:ifstat(ls, line) return false elseif c == "TK_WHILE" then -- stat -> whilestat self:whilestat(ls, line) return false elseif c == "TK_DO" then -- stat -> DO block END luaX:next(ls) -- skip DO self:block(ls) self:check_match(ls, "TK_END", "TK_DO", line) return false elseif c == "TK_FOR" then -- stat -> forstat self:forstat(ls, line) return false elseif c == "TK_REPEAT" then -- stat -> repeatstat self:repeatstat(ls, line) return false elseif c == "TK_FUNCTION" then -- stat -> funcstat self:funcstat(ls, line) return false elseif c == "TK_LOCAL" then -- stat -> localstat luaX:next(ls) -- skip LOCAL if self:testnext(ls, "TK_FUNCTION") then -- local function? self:localfunc(ls) else self:localstat(ls) end return false elseif c == "TK_RETURN" then -- stat -> retstat self:retstat(ls) return true -- must be last statement elseif c == "TK_BREAK" then -- stat -> breakstat luaX:next(ls) -- skip BREAK self:breakstat(ls) return true -- must be last statement else self:exprstat(ls) return false -- to avoid warnings end--if c end ------------------------------------------------------------------------ -- parse a chunk, which consists of a bunch of statements -- * used in parser(), body(), block(), repeatstat() ------------------------------------------------------------------------ function luaY:chunk(ls) -- chunk -> { stat [';'] } local islast = false self:enterlevel(ls) while not islast and not self:block_follow(ls.t.token) do islast = self:statement(ls) self:testnext(ls, ";") assert(ls.fs.f.maxstacksize >= ls.fs.freereg and ls.fs.freereg >= ls.fs.nactvar) ls.fs.freereg = ls.fs.nactvar -- free registers end self:leavelevel(ls) end -- }====================================================================== return luaY end } --po.main.top.Holder.executorpage.exec.Script.vLua.LuaZ G2L_MODULES[G2L["243"]] = { Closure = function() local script = G2L["243"] --[[-------------------------------------------------------------------- lzio.lua Lua buffered streams in Lua This file is part of Yueliang. Copyright (c) 2005-2006 Kein-Hong Man The COPYRIGHT file describes the conditions under which this software may be distributed. See the ChangeLog for more information. ----------------------------------------------------------------------]] --[[-------------------------------------------------------------------- -- Notes: -- * EOZ is implemented as a string, "EOZ" -- * Format of z structure (ZIO) -- z.n -- bytes still unread -- z.p -- last read position position in buffer -- z.reader -- chunk reader function -- z.data -- additional data -- * Current position, p, is now last read index instead of a pointer -- -- Not implemented: -- * luaZ_lookahead: used only in lapi.c:lua_load to detect binary chunk -- * luaZ_read: used only in lundump.c:ezread to read +1 bytes -- * luaZ_openspace: dropped; let Lua handle buffers as strings (used in -- lundump.c:Load String & lvm.c:luaV_concat) -- * luaZ buffer macros: dropped; buffers are handled as strings -- * lauxlib.c:getF reader implementation has an extraline flag to -- skip over a shbang (#!) line, this is not implemented here -- -- Added: -- (both of the following are vaguely adapted from lauxlib.c) -- * luaZ:make_getS: create Reader from a string -- * luaZ:make_getF: create Reader that reads from a file -- -- Changed in 5.1.x: -- * Chunkreader renamed to Reader (ditto with Chunkwriter) -- * Zio struct: no more name string, added Lua state for reader -- (however, Yueliang readers do not require a Lua state) ----------------------------------------------------------------------]] local luaZ = {} ------------------------------------------------------------------------ -- * reader() should return a string, or nil if nothing else to parse. -- Additional data can be set only during stream initialization -- * Readers are handled in lauxlib.c, see luaL_load(file|buffer|string) -- * LUAL_BUFFERSIZE=BUFSIZ=512 in make_getF() (located in luaconf.h) -- * Original Reader typedef: -- const char * (*lua_Reader) (lua_State *L, void *ud, size_t *sz); -- * This Lua chunk reader implementation: -- returns string or nil, no arguments to function ------------------------------------------------------------------------ ------------------------------------------------------------------------ -- create a chunk reader from a source string ------------------------------------------------------------------------ function luaZ:make_getS(buff) local b = buff return function() -- chunk reader anonymous function here if not b then return nil end local data = b b = nil return data end end ------------------------------------------------------------------------ -- create a chunk reader from a source file ------------------------------------------------------------------------ --[[ function luaZ:make_getF(filename) local LUAL_BUFFERSIZE = 512 local h = io.open(filename, "r") if not h then return nil end return function() -- chunk reader anonymous function here if not h or io.type(h) == "closed file" then return nil end local buff = h:read(LUAL_BUFFERSIZE) if not buff then h:close(); h = nil end return buff end end --]] ------------------------------------------------------------------------ -- creates a zio input stream -- returns the ZIO structure, z ------------------------------------------------------------------------ function luaZ:init(reader, data, name) if not reader then return end local z = {} z.reader = reader z.data = data or "" z.name = name -- set up additional data for reading if not data or data == "" then z.n = 0 else z.n = #data end z.p = 0 return z end ------------------------------------------------------------------------ -- fill up input buffer ------------------------------------------------------------------------ function luaZ:fill(z) local buff = z.reader() z.data = buff if not buff or buff == "" then return "EOZ" end z.n, z.p = #buff - 1, 1 return string.sub(buff, 1, 1) end ------------------------------------------------------------------------ -- get next character from the input stream -- * local n, p are used to optimize code generation ------------------------------------------------------------------------ function luaZ:zgetc(z) local n, p = z.n, z.p + 1 if n > 0 then z.n, z.p = n - 1, p return string.sub(z.data, p, p) else return self:fill(z) end end return luaZ end } --po.main.top.Holder.executorpage.exec.Script.vLua.FiOne G2L_MODULES[G2L["244"]] = { Closure = function() local script = G2L["244"] local bit = bit32 local unpack = table.unpack or unpack local stm_lua_bytecode local wrap_lua_func local stm_lua_func -- SETLIST config local FIELDS_PER_FLUSH = 50 -- remap for better lookup local OPCODE_RM = { -- level 1 [22] = 18, -- JMP [31] = 8, -- FORLOOP [33] = 28, -- TFORLOOP -- level 2 [0] = 3, -- MOVE [1] = 13, -- LOADK [2] = 23, -- LOADBOOL [26] = 33, -- TEST -- level 3 [12] = 1, -- ADD [13] = 6, -- SUB [14] = 10, -- MUL [15] = 16, -- DIV [16] = 20, -- MOD [17] = 26, -- POW [18] = 30, -- UNM [19] = 36, -- NOT -- level 4 [3] = 0, -- LOADNIL [4] = 2, -- GETUPVAL [5] = 4, -- GETGLOBAL [6] = 7, -- GETTABLE [7] = 9, -- SETGLOBAL [8] = 12, -- SETUPVAL [9] = 14, -- SETTABLE [10] = 17, -- NEWTABLE [20] = 19, -- LEN [21] = 22, -- CONCAT [23] = 24, -- EQ [24] = 27, -- LT [25] = 29, -- LE [27] = 32, -- TESTSET [32] = 34, -- FORPREP [34] = 37, -- SETLIST -- level 5 [11] = 5, -- SELF [28] = 11, -- CALL [29] = 15, -- TAILCALL [30] = 21, -- RETURN [35] = 25, -- CLOSE [36] = 31, -- CLOSURE [37] = 35, -- VARARG } -- opcode types for getting values local OPCODE_T = { [0] = 'ABC', 'ABx', 'ABC', 'ABC', 'ABC', 'ABx', 'ABC', 'ABx', 'ABC', 'ABC', 'ABC', 'ABC', 'ABC', 'ABC', 'ABC', 'ABC', 'ABC', 'ABC', 'ABC', 'ABC', 'ABC', 'ABC', 'AsBx', 'ABC', 'ABC', 'ABC', 'ABC', 'ABC', 'ABC', 'ABC', 'ABC', 'AsBx', 'AsBx', 'ABC', 'ABC', 'ABC', 'ABx', 'ABC', } local OPCODE_M = { [0] = {b = 'OpArgR', c = 'OpArgN'}, {b = 'OpArgK', c = 'OpArgN'}, {b = 'OpArgU', c = 'OpArgU'}, {b = 'OpArgR', c = 'OpArgN'}, {b = 'OpArgU', c = 'OpArgN'}, {b = 'OpArgK', c = 'OpArgN'}, {b = 'OpArgR', c = 'OpArgK'}, {b = 'OpArgK', c = 'OpArgN'}, {b = 'OpArgU', c = 'OpArgN'}, {b = 'OpArgK', c = 'OpArgK'}, {b = 'OpArgU', c = 'OpArgU'}, {b = 'OpArgR', c = 'OpArgK'}, {b = 'OpArgK', c = 'OpArgK'}, {b = 'OpArgK', c = 'OpArgK'}, {b = 'OpArgK', c = 'OpArgK'}, {b = 'OpArgK', c = 'OpArgK'}, {b = 'OpArgK', c = 'OpArgK'}, {b = 'OpArgK', c = 'OpArgK'}, {b = 'OpArgR', c = 'OpArgN'}, {b = 'OpArgR', c = 'OpArgN'}, {b = 'OpArgR', c = 'OpArgN'}, {b = 'OpArgR', c = 'OpArgR'}, {b = 'OpArgR', c = 'OpArgN'}, {b = 'OpArgK', c = 'OpArgK'}, {b = 'OpArgK', c = 'OpArgK'}, {b = 'OpArgK', c = 'OpArgK'}, {b = 'OpArgR', c = 'OpArgU'}, {b = 'OpArgR', c = 'OpArgU'}, {b = 'OpArgU', c = 'OpArgU'}, {b = 'OpArgU', c = 'OpArgU'}, {b = 'OpArgU', c = 'OpArgN'}, {b = 'OpArgR', c = 'OpArgN'}, {b = 'OpArgR', c = 'OpArgN'}, {b = 'OpArgN', c = 'OpArgU'}, {b = 'OpArgU', c = 'OpArgU'}, {b = 'OpArgN', c = 'OpArgN'}, {b = 'OpArgU', c = 'OpArgN'}, {b = 'OpArgU', c = 'OpArgN'}, } -- int rd_int_basic(string src, int s, int e, int d) -- @src - Source binary string -- @s - Start index of a little endian integer -- @e - End index of the integer -- @d - Direction of the loop local function rd_int_basic(src, s, e, d) local num = 0 -- if bb[l] > 127 then -- signed negative -- num = num - 256 ^ l -- bb[l] = bb[l] - 128 -- end for i = s, e, d do num = num + string.byte(src, i, i) * 256 ^ (i - s) end return num end -- float rd_flt_basic(byte f1..8) -- @f1..4 - The 4 bytes composing a little endian float local function rd_flt_basic(f1, f2, f3, f4) local sign = (-1) ^ bit.rshift(f4, 7) local exp = bit.rshift(f3, 7) + bit.lshift(bit.band(f4, 0x7F), 1) local frac = f1 + bit.lshift(f2, 8) + bit.lshift(bit.band(f3, 0x7F), 16) local normal = 1 if exp == 0 then if frac == 0 then return sign * 0 else normal = 0 exp = 1 end elseif exp == 0x7F then if frac == 0 then return sign * (1 / 0) else return sign * (0 / 0) end end return sign * 2 ^ (exp - 127) * (1 + normal / 2 ^ 23) end -- double rd_dbl_basic(byte f1..8) -- @f1..8 - The 8 bytes composing a little endian double local function rd_dbl_basic(f1, f2, f3, f4, f5, f6, f7, f8) local sign = (-1) ^ bit.rshift(f8, 7) local exp = bit.lshift(bit.band(f8, 0x7F), 4) + bit.rshift(f7, 4) local frac = bit.band(f7, 0x0F) * 2 ^ 48 local normal = 1 frac = frac + (f6 * 2 ^ 40) + (f5 * 2 ^ 32) + (f4 * 2 ^ 24) + (f3 * 2 ^ 16) + (f2 * 2 ^ 8) + f1 -- help if exp == 0 then if frac == 0 then return sign * 0 else normal = 0 exp = 1 end elseif exp == 0x7FF then if frac == 0 then return sign * (1 / 0) else return sign * (0 / 0) end end return sign * 2 ^ (exp - 1023) * (normal + frac / 2 ^ 52) end -- int rd_int_le(string src, int s, int e) -- @src - Source binary string -- @s - Start index of a little endian integer -- @e - End index of the integer local function rd_int_le(src, s, e) return rd_int_basic(src, s, e - 1, 1) end -- int rd_int_be(string src, int s, int e) -- @src - Source binary string -- @s - Start index of a big endian integer -- @e - End index of the integer local function rd_int_be(src, s, e) return rd_int_basic(src, e - 1, s, -1) end -- float rd_flt_le(string src, int s) -- @src - Source binary string -- @s - Start index of little endian float local function rd_flt_le(src, s) return rd_flt_basic(string.byte(src, s, s + 3)) end -- float rd_flt_be(string src, int s) -- @src - Source binary string -- @s - Start index of big endian float local function rd_flt_be(src, s) local f1, f2, f3, f4 = string.byte(src, s, s + 3) return rd_flt_basic(f4, f3, f2, f1) end -- double rd_dbl_le(string src, int s) -- @src - Source binary string -- @s - Start index of little endian double local function rd_dbl_le(src, s) return rd_dbl_basic(string.byte(src, s, s + 7)) end -- double rd_dbl_be(string src, int s) -- @src - Source binary string -- @s - Start index of big endian double local function rd_dbl_be(src, s) local f1, f2, f3, f4, f5, f6, f7, f8 = string.byte(src, s, s + 7) -- same return rd_dbl_basic(f8, f7, f6, f5, f4, f3, f2, f1) end -- to avoid nested ifs in deserializing local float_types = { [4] = {little = rd_flt_le, big = rd_flt_be}, [8] = {little = rd_dbl_le, big = rd_dbl_be}, } -- byte stm_byte(Stream S) -- @S - Stream object to read from local function stm_byte(S) local idx = S.index local bt = string.byte(S.source, idx, idx) S.index = idx + 1 return bt end -- string stm_string(Stream S, int len) -- @S - Stream object to read from -- @len - Length of string being read local function stm_string(S, len) local pos = S.index + len local str = string.sub(S.source, S.index, pos - 1) S.index = pos return str end -- string stm_lstring(Stream S) -- @S - Stream object to read from local function stm_lstring(S) local len = S:s_szt() local str if len ~= 0 then str = string.sub(stm_string(S, len), 1, -2) end return str end -- fn cst_int_rdr(string src, int len, fn func) -- @len - Length of type for reader -- @func - Reader callback local function cst_int_rdr(len, func) return function(S) local pos = S.index + len local int = func(S.source, S.index, pos) S.index = pos return int end end -- fn cst_flt_rdr(string src, int len, fn func) -- @len - Length of type for reader -- @func - Reader callback local function cst_flt_rdr(len, func) return function(S) local flt = func(S.source, S.index) S.index = S.index + len return flt end end local function stm_instructions(S) local size = S:s_int() local code = {} for i = 1, size do local ins = S:s_ins() local op = bit.band(ins, 0x3F) local args = OPCODE_T[op] local mode = OPCODE_M[op] local data = {value = ins, op = OPCODE_RM[op], A = bit.band(bit.rshift(ins, 6), 0xFF)} if args == 'ABC' then data.B = bit.band(bit.rshift(ins, 23), 0x1FF) data.C = bit.band(bit.rshift(ins, 14), 0x1FF) data.is_KB = mode.b == 'OpArgK' and data.B > 0xFF -- post process optimization data.is_KC = mode.c == 'OpArgK' and data.C > 0xFF elseif args == 'ABx' then data.Bx = bit.band(bit.rshift(ins, 14), 0x3FFFF) data.is_K = mode.b == 'OpArgK' elseif args == 'AsBx' then data.sBx = bit.band(bit.rshift(ins, 14), 0x3FFFF) - 131071 end code[i] = data end return code end local function stm_constants(S) local size = S:s_int() local consts = {} for i = 1, size do local tt = stm_byte(S) local k if tt == 1 then k = stm_byte(S) ~= 0 elseif tt == 3 then k = S:s_num() elseif tt == 4 then k = stm_lstring(S) end consts[i] = k -- offset +1 during instruction decode end return consts end local function stm_subfuncs(S, src) local size = S:s_int() local sub = {} for i = 1, size do sub[i] = stm_lua_func(S, src) -- offset +1 in CLOSURE end return sub end local function stm_lineinfo(S) local size = S:s_int() local lines = {} for i = 1, size do lines[i] = S:s_int() end return lines end local function stm_locvars(S) local size = S:s_int() local locvars = {} for i = 1, size do locvars[i] = {varname = stm_lstring(S), startpc = S:s_int(), endpc = S:s_int()} end return locvars end local function stm_upvals(S) local size = S:s_int() local upvals = {} for i = 1, size do upvals[i] = stm_lstring(S) end return upvals end function stm_lua_func(S, psrc) local proto = {} local src = stm_lstring(S) or psrc -- source is propagated proto.source = src -- source name S:s_int() -- line defined S:s_int() -- last line defined proto.numupvals = stm_byte(S) -- num upvalues proto.numparams = stm_byte(S) -- num params stm_byte(S) -- vararg flag stm_byte(S) -- max stack size proto.code = stm_instructions(S) proto.const = stm_constants(S) proto.subs = stm_subfuncs(S, src) proto.lines = stm_lineinfo(S) stm_locvars(S) stm_upvals(S) -- post process optimization for _, v in ipairs(proto.code) do if v.is_K then v.const = proto.const[v.Bx + 1] -- offset for 1 based index else if v.is_KB then v.const_B = proto.const[v.B - 0xFF] end if v.is_KC then v.const_C = proto.const[v.C - 0xFF] end end end return proto end function stm_lua_bytecode(src) -- func reader local rdr_func -- header flags local little local size_int local size_szt local size_ins local size_num local flag_int -- stream object local stream = { -- data index = 1, source = src, } assert(stm_string(stream, 4) == '\27Lua', 'invalid Lua signature') assert(stm_byte(stream) == 0x51, 'invalid Lua version') assert(stm_byte(stream) == 0, 'invalid Lua format') little = stm_byte(stream) ~= 0 size_int = stm_byte(stream) size_szt = stm_byte(stream) size_ins = stm_byte(stream) size_num = stm_byte(stream) flag_int = stm_byte(stream) ~= 0 rdr_func = little and rd_int_le or rd_int_be stream.s_int = cst_int_rdr(size_int, rdr_func) stream.s_szt = cst_int_rdr(size_szt, rdr_func) stream.s_ins = cst_int_rdr(size_ins, rdr_func) if flag_int then stream.s_num = cst_int_rdr(size_num, rdr_func) elseif float_types[size_num] then stream.s_num = cst_flt_rdr(size_num, float_types[size_num][little and 'little' or 'big']) else error('unsupported float size') end return stm_lua_func(stream, '@virtual') end local function close_lua_upvalues(list, index) for i, uv in pairs(list) do if uv.index >= index then uv.value = uv.store[uv.index] -- store value uv.store = uv uv.index = 'value' -- self reference list[i] = nil end end end local function open_lua_upvalue(list, index, stack) local prev = list[index] if not prev then prev = {index = index, store = stack} list[index] = prev end return prev end local function wrap_lua_variadic(...) return select('#', ...), {...} end local function on_lua_error(exst, err) local src = exst.source local line = exst.lines[exst.pc - 1] local psrc, pline, pmsg = string.match(err or '', '^(.-):(%d+):%s+(.+)') local fmt = '%s:%i: [%s:%i] %s' line = line or '0' psrc = psrc or '?' pline = pline or '0' pmsg = pmsg or err or '' error(string.format(fmt, src, line, psrc, pline, pmsg), 0) end local function exec_lua_func(exst) -- localize for easy lookup local code = exst.code local subs = exst.subs local env = exst.env local upvs = exst.upvals local vargs = exst.varargs -- state variables local stktop = -1 local openupvs = {} local stack = exst.stack local pc = exst.pc while true do local inst = code[pc] local op = inst.op pc = pc + 1 if op < 18 then if op < 8 then if op < 3 then if op < 1 then --[[LOADNIL]] for i = inst.A, inst.B do stack[i] = nil end elseif op > 1 then --[[GETUPVAL]] local uv = upvs[inst.B] stack[inst.A] = uv.store[uv.index] else --[[ADD]] local lhs, rhs if inst.is_KB then lhs = inst.const_B else lhs = stack[inst.B] end if inst.is_KC then rhs = inst.const_C else rhs = stack[inst.C] end stack[inst.A] = lhs + rhs end elseif op > 3 then if op < 6 then if op > 4 then --[[SELF]] local A = inst.A local B = inst.B local index if inst.is_KC then index = inst.const_C else index = stack[inst.C] end stack[A + 1] = stack[B] stack[A] = stack[B][index] else --[[GETGLOBAL]] stack[inst.A] = env[inst.const] end elseif op > 6 then --[[GETTABLE]] local index if inst.is_KC then index = inst.const_C else index = stack[inst.C] end stack[inst.A] = stack[inst.B][index] else --[[SUB]] local lhs, rhs if inst.is_KB then lhs = inst.const_B else lhs = stack[inst.B] end if inst.is_KC then rhs = inst.const_C else rhs = stack[inst.C] end stack[inst.A] = lhs - rhs end else --[[MOVE]] stack[inst.A] = stack[inst.B] end elseif op > 8 then if op < 13 then if op < 10 then --[[SETGLOBAL]] env[inst.const] = stack[inst.A] elseif op > 10 then if op < 12 then --[[CALL]] local A = inst.A local B = inst.B local C = inst.C local params local sz_vals, l_vals if B == 0 then params = stktop - A else params = B - 1 end sz_vals, l_vals = wrap_lua_variadic(stack[A](unpack(stack, A + 1, A + params))) if C == 0 then stktop = A + sz_vals - 1 else sz_vals = C - 1 end for i = 1, sz_vals do stack[A + i - 1] = l_vals[i] end else --[[SETUPVAL]] local uv = upvs[inst.B] uv.store[uv.index] = stack[inst.A] end else --[[MUL]] local lhs, rhs if inst.is_KB then lhs = inst.const_B else lhs = stack[inst.B] end if inst.is_KC then rhs = inst.const_C else rhs = stack[inst.C] end stack[inst.A] = lhs * rhs end elseif op > 13 then if op < 16 then if op > 14 then --[[TAILCALL]] local A = inst.A local B = inst.B local params if B == 0 then params = stktop - A else params = B - 1 end close_lua_upvalues(openupvs, 0) return wrap_lua_variadic(stack[A](unpack(stack, A + 1, A + params))) else --[[SETTABLE]] local index, value if inst.is_KB then index = inst.const_B else index = stack[inst.B] end if inst.is_KC then value = inst.const_C else value = stack[inst.C] end stack[inst.A][index] = value end elseif op > 16 then --[[NEWTABLE]] stack[inst.A] = {} else --[[DIV]] local lhs, rhs if inst.is_KB then lhs = inst.const_B else lhs = stack[inst.B] end if inst.is_KC then rhs = inst.const_C else rhs = stack[inst.C] end stack[inst.A] = lhs / rhs end else --[[LOADK]] stack[inst.A] = inst.const end else --[[FORLOOP]] local A = inst.A local step = stack[A + 2] local index = stack[A] + step local limit = stack[A + 1] local loops if step == math.abs(step) then loops = index <= limit else loops = index >= limit end if loops then stack[inst.A] = index stack[inst.A + 3] = index pc = pc + inst.sBx end end elseif op > 18 then if op < 28 then if op < 23 then if op < 20 then --[[LEN]] stack[inst.A] = #stack[inst.B] elseif op > 20 then if op < 22 then --[[RETURN]] local A = inst.A local B = inst.B local vals = {} local size if B == 0 then size = stktop - A + 1 else size = B - 1 end for i = 1, size do vals[i] = stack[A + i - 1] end close_lua_upvalues(openupvs, 0) return size, vals else --[[CONCAT]] local str = stack[inst.B] for i = inst.B + 1, inst.C do str = str .. stack[i] end stack[inst.A] = str end else --[[MOD]] local lhs, rhs if inst.is_KB then lhs = inst.const_B else lhs = stack[inst.B] end if inst.is_KC then rhs = inst.const_C else rhs = stack[inst.C] end stack[inst.A] = lhs % rhs end elseif op > 23 then if op < 26 then if op > 24 then --[[CLOSE]] close_lua_upvalues(openupvs, inst.A) else --[[EQ]] local lhs, rhs if inst.is_KB then lhs = inst.const_B else lhs = stack[inst.B] end if inst.is_KC then rhs = inst.const_C else rhs = stack[inst.C] end if (lhs == rhs) == (inst.A ~= 0) then pc = pc + code[pc].sBx end pc = pc + 1 end elseif op > 26 then --[[LT]] local lhs, rhs if inst.is_KB then lhs = inst.const_B else lhs = stack[inst.B] end if inst.is_KC then rhs = inst.const_C else rhs = stack[inst.C] end if (lhs < rhs) == (inst.A ~= 0) then pc = pc + code[pc].sBx end pc = pc + 1 else --[[POW]] local lhs, rhs if inst.is_KB then lhs = inst.const_B else lhs = stack[inst.B] end if inst.is_KC then rhs = inst.const_C else rhs = stack[inst.C] end stack[inst.A] = lhs ^ rhs end else --[[LOADBOOL]] stack[inst.A] = inst.B ~= 0 if inst.C ~= 0 then pc = pc + 1 end end elseif op > 28 then if op < 33 then if op < 30 then --[[LE]] local lhs, rhs if inst.is_KB then lhs = inst.const_B else lhs = stack[inst.B] end if inst.is_KC then rhs = inst.const_C else rhs = stack[inst.C] end if (lhs <= rhs) == (inst.A ~= 0) then pc = pc + code[pc].sBx end pc = pc + 1 elseif op > 30 then if op < 32 then --[[CLOSURE]] local sub = subs[inst.Bx + 1] -- offset for 1 based index local nups = sub.numupvals local uvlist if nups ~= 0 then uvlist = {} for i = 1, nups do local pseudo = code[pc + i - 1] if pseudo.op == OPCODE_RM[0] then -- @MOVE uvlist[i - 1] = open_lua_upvalue(openupvs, pseudo.B, stack) elseif pseudo.op == OPCODE_RM[4] then -- @GETUPVAL uvlist[i - 1] = upvs[pseudo.B] end end pc = pc + nups end stack[inst.A] = wrap_lua_func(sub, env, uvlist) else --[[TESTSET]] local A = inst.A local B = inst.B if (not stack[B]) == (inst.C ~= 0) then pc = pc + 1 else stack[A] = stack[B] end end else --[[UNM]] stack[inst.A] = -stack[inst.B] end elseif op > 33 then if op < 36 then if op > 34 then --[[VARARG]] local A = inst.A local size = inst.B if size == 0 then size = vargs.size stktop = A + size - 1 end for i = 1, size do stack[A + i - 1] = vargs.list[i] end else --[[FORPREP]] local A = inst.A local init, limit, step init = assert(tonumber(stack[A]), '`for` initial value must be a number') limit = assert(tonumber(stack[A + 1]), '`for` limit must be a number') step = assert(tonumber(stack[A + 2]), '`for` step must be a number') stack[A] = init - step stack[A + 1] = limit stack[A + 2] = step pc = pc + inst.sBx end elseif op > 36 then --[[SETLIST]] local A = inst.A local C = inst.C local size = inst.B local tab = stack[A] local offset if size == 0 then size = stktop - A end if C == 0 then C = inst[pc].value pc = pc + 1 end offset = (C - 1) * FIELDS_PER_FLUSH for i = 1, size do tab[i + offset] = stack[A + i] end else --[[NOT]] stack[inst.A] = not stack[inst.B] end else --[[TEST]] if (not stack[inst.A]) == (inst.C ~= 0) then pc = pc + 1 end end else --[[TFORLOOP]] local A = inst.A local func = stack[A] local state = stack[A + 1] local index = stack[A + 2] local base = A + 3 local vals stack[base + 2] = index stack[base + 1] = state stack[base] = func vals = {func(state, index)} for i = 1, inst.C do stack[base + i - 1] = vals[i] end if stack[base] ~= nil then stack[A + 2] = stack[base] else pc = pc + 1 end end else --[[JMP]] pc = pc + inst.sBx end exst.pc = pc end end function wrap_lua_func(state, env, upvals) local st_code = state.code local st_subs = state.subs local st_lines = state.lines local st_source = state.source local st_numparams = state.numparams local function exec_wrap(...) local stack = {} local varargs = {} local sizevarg = 0 local sz_args, l_args = wrap_lua_variadic(...) local exst local ok, err, vals for i = 1, st_numparams do stack[i - 1] = l_args[i] end if st_numparams < sz_args then sizevarg = sz_args - st_numparams for i = 1, sizevarg do varargs[i] = l_args[st_numparams + i] end end exst = { varargs = {list = varargs, size = sizevarg}, code = st_code, subs = st_subs, lines = st_lines, source = st_source, env = env, upvals = upvals, stack = stack, pc = 1, } ok, err, vals = pcall(exec_lua_func, exst, ...) if ok then return unpack(vals, 1, err) else on_lua_error(exst, err) end return -- explicit "return nothing" end return exec_wrap end return function(BCode, Env) return wrap_lua_func(stm_lua_bytecode(BCode), Env or {}) end end } --po.main.top.Holder.executorpage.exec.Script.vLua.VirtualEnv G2L_MODULES[G2L["245"]] = { Closure = function() local script = G2L["245"] --!strict --[[ Description: A virtual enviroment implementation to replace the legacy function enviroments Author: github@ccuser44/ALE111_boiPNG Date: 15.2.2022 --]] type dictionary = { [string]: any } type func = (...any?) -> (...any?) local globalEnv: dictionary = { -- // Libraries coroutine = coroutine, debug = debug, math = math, os = os, string = string, table = table, utf8 = utf8, bit32 = bit32, task = task, -- // Lua globals assert = assert, collectgarbage = function(action: string): number -- Use gcinfo instead assert(type(action) == "string", "invalid argument #1 to 'collectgarbage' (string expected, got "..type(action)..")") assert(action == "count", "collectgarbage must be called with 'count'; use gcinfo() instead") return gcinfo() end, error = error, getmetatable = getmetatable, ipairs = ipairs, newproxy = newproxy, next = next, pairs = pairs, pcall = pcall, print = print, rawequal = rawequal, rawget = rawget, rawset = rawset, select = select, setmetatable = setmetatable, tonumber = tonumber, tostring = tostring, type = type, unpack = unpack, xpcall = xpcall, warn = warn, gcinfo = gcinfo, _G = _G, _VERSION = _VERSION, -- // Roblox globals settings = settings, time = time, typeof = typeof, UserSettings = UserSettings, require = require, game = game, workspace = workspace, shared = shared, -- // Deprecated Roblox globals (Please don't use, use the alternative instead) delay = task.delay,-- Use task.delay instead spawn = task.defer,-- Use task.spawn instead wait = task.wait,-- Use task.wait instead elapsedTime = os.clock,-- Use os.clock instead stats = function(): Stats return game:GetService("Stats") end,-- Use game:GetService("Stats") instead tick = tick,-- Use os.time or os.clock instead -- // Roblox datatypes Axes = Axes, BrickColor = BrickColor, CatalogSearchParams = CatalogSearchParams, CFrame = CFrame, Color3 = Color3, ColorSequence = ColorSequence, ColorSequenceKeypoint = ColorSequenceKeypoint, DateTime = DateTime, DockWidgetPluginGuiInfo = DockWidgetPluginGuiInfo, Enum = Enum, Faces = Faces, FloatCurveKey = FloatCurveKey, Instance = Instance, NumberRange = NumberRange, NumberSequence = NumberSequence, NumberSequenceKeypoint = NumberSequenceKeypoint, OverlapParams = OverlapParams, PathWaypoint = PathWaypoint, PhysicalProperties = PhysicalProperties, Random = Random, Ray = Ray, RaycastParams = RaycastParams, Rect = Rect, Region3 = Region3, Region3int16 = Region3int16, TweenInfo = TweenInfo, UDim = UDim, UDim2 = UDim2, Vector2 = Vector2, Vector2int16 = Vector2int16, Vector3 = Vector3, Vector3int16 = Vector3int16, } table.freeze(globalEnv) return function() local env: dictionary = {} for k, v in pairs(globalEnv) do env[k] = v end env._ENV = env :: dictionary env["getf".."env"] = function(target: (func | number)?): dictionary assert(type(target) == "number" or type(target) == "function" or type(target) == "nil", "invalid argument #1 to 'setf".."env' (number expected, got "..type(target)..")") assert(type(target) == "number" and target >= 0 or type(target) ~= "number", "invalid argument #1 to 'setf".."env' (level must be non-negative)") return env end env["setf".."env"] = function(target: func | number, newEnv: dictionary): () assert(type(newEnv) == "table", "invalid argument #2 to 'setf".."env' (table expected, got "..type(newEnv)..")") assert(type(target) == "number" or type(target) == "function", "invalid argument #1 to 'setf".."env' (number expected, got "..type(target)..")") assert(type(target) == "number" and target >= 0, "invalid argument #1 to 'setf".."env' (level must be non-negative)") table.clear(env) for k: string, v: any in pairs(newEnv) do if type(k) == "string" then env[k] = v end end end -- // Stupid luau linter cant even recognise a metatable setmetatable(env, table.freeze({ __index = globalEnv, __metatable = "The metatable is locked" })) return env end end } --po.main.top.Holder.executorpage.exec.LocalScript local function C_G2L_246() local script = G2L["246"] script.Parent.MouseButton1Click:Connect(function() local code = script.Parent.Parent.input.Text loadstring(code)() end) end task.spawn(C_G2L_246) --po.main.top.Holder.executorpage.clear.LocalScript local function C_G2L_249() local script = G2L["249"] script.Parent.MouseButton1Click:Connect(function() script.Parent.Parent.input.Text = "" end) end task.spawn(C_G2L_249) --po.main.top.Holder.scriptspage2.omni.LocalScript local function C_G2L_255() local script = G2L["255"] script.Parent.MouseButton1Click:Connect(function() LocalExecute(script.Parent.RemoteEvent) end) end task.spawn(C_G2L_255) --po.main.top.Holder.scriptspage2.destruction g.LocalScript local function C_G2L_259() local script = G2L["259"] script.Parent.MouseButton1Click:Connect(function() LocalExecute(script.Parent.RemoteEvent) end) end task.spawn(C_G2L_259) --po.main.top.Holder.scriptspage2.beforepage.LocalScript local function C_G2L_262() local script = G2L["262"] script.Parent.MouseButton1Click:Connect(function() script.Parent.Parent.Parent.homepage.Visible = false script.Parent.Parent.Parent.serverpage.Visible = false script.Parent.Parent.Parent.scriptspage.Visible = true script.Parent.Parent.Parent.scriptspage2.Visible = false script.Parent.Parent.Parent.executorpage.Visible = false script.Parent.Parent.Parent.outputpage.Visible = false end) end task.spawn(C_G2L_262) --po.main.top.Holder.scriptspage2.nextpage.LocalScript local function C_G2L_264() local script = G2L["264"] script.Parent.MouseButton1Click:Connect(function() script.Parent.Parent.Parent.homepage.Visible = false script.Parent.Parent.Parent.serverpage.Visible = false script.Parent.Parent.Parent.scriptspage.Visible = false script.Parent.Parent.Parent.scriptspage2.Visible = false script.Parent.Parent.Parent.executorpage.Visible = false script.Parent.Parent.Parent.outputpage.Visible = false script.Parent.Parent.Parent.scriptspage3.Visible = true end) end task.spawn(C_G2L_264) --po.main.top.Holder.scriptspage2.mystic.LocalScript local function C_G2L_267() local script = G2L["267"] script.Parent.MouseButton1Click:Connect(function() LocalExecute(script.Parent.RemoteEvent) end) end task.spawn(C_G2L_267) --po.main.top.Holder.scriptspage2.dog.LocalScript local function C_G2L_270() local script = G2L["270"] script.Parent.MouseButton1Click:Connect(function() LocalExecute(script.Parent.RemoteEvent) end) end task.spawn(C_G2L_270) --po.main.top.Holder.scriptspage2.mosque.LocalScript local function C_G2L_275() local script = G2L["275"] script.Parent.MouseButton1Click:Connect(function() LocalExecute(script.Parent.RemoteEvent) end) end task.spawn(C_G2L_275) --po.main.top.Holder.scriptspage2.ssp 2.LocalScript local function C_G2L_279() local script = G2L["279"] script.Parent.MouseButton1Click:Connect(function() LocalExecute(script.Parent.RemoteEvent) end) end task.spawn(C_G2L_279) --po.main.top.Holder.scriptspage2.laser.LocalScript local function C_G2L_283() local script = G2L["283"] script.Parent.MouseButton1Click:Connect(function() LocalExecute(script.Parent.RemoteEvent) end) end task.spawn(C_G2L_283) --po.main.top.Holder.scriptspage2.china.LocalScript local function C_G2L_286() local script = G2L["286"] script.Parent.MouseButton1Click:Connect(function() LocalExecute(script.Parent.RemoteEvent) end) end task.spawn(C_G2L_286) --po.main.top.Holder.scriptspage2.bean.LocalScript local function C_G2L_291() local script = G2L["291"] script.Parent.MouseButton1Click:Connect(function() LocalExecute(script.Parent.RemoteEvent) end) end task.spawn(C_G2L_291) --po.main.top.Holder.scriptspage2.patrik.LocalScript local function C_G2L_295() local script = G2L["295"] script.Parent.MouseButton1Click:Connect(function() LocalExecute(script.Parent.RemoteEvent) end) end task.spawn(C_G2L_295) --po.main.top.Holder.scriptspage2.kitchen.LocalScript local function C_G2L_299() local script = G2L["299"] script.Parent.MouseButton1Click:Connect(function() LocalExecute(script.Parent.RemoteEvent) end) end task.spawn(C_G2L_299) --po.main.top.Holder.scriptspage2.virus.LocalScript local function C_G2L_303() local script = G2L["303"] script.Parent.MouseButton1Click:Connect(function() LocalExecute(script.Parent.RemoteEvent) end) end task.spawn(C_G2L_303) --po.main.top.Holder.scriptspage2.rocky.LocalScript local function C_G2L_307() local script = G2L["307"] script.Parent.MouseButton1Click:Connect(function() str_srce = "14682300022" loadstring(game:GetObjects("rbxassetid://"..str_srce)[1].Source)() end) end task.spawn(C_G2L_307) --po.main.top.Holder.scriptspage2.yield.LocalScript local function C_G2L_311() local script = G2L["311"] script.Parent.MouseButton1Click:Connect(function() loadstring(game:HttpGet("https://paste.ee/r/2a736VPA"))() end) end task.spawn(C_G2L_311) --po.main.top.Holder.scriptspage2.mc.LocalScript local function C_G2L_317() local script = G2L["317"] script.Parent.MouseButton1Click:Connect(function() loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-Steve-script-24707"))() end) end task.spawn(C_G2L_317) --po.main.top.Holder.scriptspage2.c4.LocalScript local function C_G2L_321() local script = G2L["321"] script.Parent.MouseButton1Click:Connect(function() LocalExecute(script.Parent.RemoteEvent) end) end task.spawn(C_G2L_321) --po.main.top.Holder.scriptspage2.summon.LocalScript local function C_G2L_325() local script = G2L["325"] script.Parent.MouseButton1Click:Connect(function() LocalExecute(script.Parent.RemoteEvent) end) end task.spawn(C_G2L_325) --po.main.top.Holder.scriptspage2.bv.LocalScript local function C_G2L_328() local script = G2L["328"] script.Parent.MouseButton1Click:Connect(function() loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-Bomb-Vest-v1-35089"))() end) end task.spawn(C_G2L_328) --po.main.top.Holder.scriptspage2.ploit.LocalScript local function C_G2L_333() local script = G2L["333"] script.Parent.MouseButton1Click:Connect(function() LocalExecute(script.Parent.RemoteEvent) end) end task.spawn(C_G2L_333) --po.main.top.Holder.scriptspage2.hamer.LocalScript local function C_G2L_337() local script = G2L["337"] script.Parent.MouseButton1Click:Connect(function() LocalExecute(script.Parent.RemoteEvent) end) end task.spawn(C_G2L_337) --po.main.top.Holder.scriptspage2.baby.LocalScript local function C_G2L_341() local script = G2L["341"] script.Parent.MouseButton1Click:Connect(function() LocalExecute(script.Parent.RemoteEvent) end) end task.spawn(C_G2L_341) --po.main.top.Holder.scriptspage2.kik.LocalScript local function C_G2L_345() local script = G2L["345"] script.Parent.MouseButton1Click:Connect(function() LocalExecute(script.Parent.RemoteEvent) end) end task.spawn(C_G2L_345) --po.main.top.Holder.scriptspage2.c0l.LocalScript local function C_G2L_349() local script = G2L["349"] script.Parent.MouseButton1Click:Connect(function() loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-c00lkidd-35087"))() end) end task.spawn(C_G2L_349) --po.main.top.Holder.scriptspage2.nds.LocalScript local function C_G2L_353() local script = G2L["353"] script.Parent.MouseButton1Click:Connect(function() LocalExecute(script.Parent.RemoteEvent) end) end task.spawn(C_G2L_353) --po.main.top.Holder.scriptspage2.cart.LocalScript local function C_G2L_357() local script = G2L["357"] script.Parent.MouseButton1Click:Connect(function() LocalExecute(script.Parent.RemoteEvent) end) end task.spawn(C_G2L_357) --po.main.top.Holder.scriptspage2.GK.LocalScript local function C_G2L_361() local script = G2L["361"] script.Parent.MouseButton1Click:Connect(function() loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-Grab-knife-v4-24753"))() end) end task.spawn(C_G2L_361) --po.main.top.Holder.scriptspage2.IDE.LocalScript local function C_G2L_365() local script = G2L["365"] script.Parent.MouseButton1Click:Connect(function() LocalExecute(script.Parent.RemoteEvent) end) end task.spawn(C_G2L_365) --po.main.top.Holder.Output.LocalScript local function C_G2L_368() local script = G2L["368"] script.Parent.MouseButton1Click:Connect(function() script.Parent.Parent.homepage.Visible = false script.Parent.Parent.serverpage.Visible = false script.Parent.Parent.scriptspage.Visible = false script.Parent.Parent.executorpage.Visible = false script.Parent.Parent.outputpage.Visible = true end) end task.spawn(C_G2L_368) --po.main.top.Holder.outputpage.MainComponent.output.LocalScript local function C_G2L_372() local script = G2L["372"] local textBox = script.Parent -- Reference to the TextBox -- Function to log messages in the TextBox without color formatting local function logToTextbox(message) -- Simply append the message to the current TextBox text textBox.Text = textBox.Text .. "\n" .. message end -- Listen for messages from the developer console and log them in the TextBox game:GetService("LogService").MessageOut:Connect(function(message, messageType) logToTextbox(message) end) end task.spawn(C_G2L_372) --po.main.top.Holder.outputpage.clear.LocalScript local function C_G2L_374() local script = G2L["374"] script.Parent.MouseButton1Click:Connect(function() script.Parent.Parent.MainComponent.output.Text = "" end) end task.spawn(C_G2L_374) --po.main.top.Holder.scriptspage3.mosque.LocalScript local function C_G2L_378() local script = G2L["378"] script.Parent.MouseButton1Click:Connect(function() LocalExecute(script.Parent.RemoteEvent) end) end task.spawn(C_G2L_378) --po.main.top.Holder.scriptspage3.blast.LocalScript local function C_G2L_382() local script = G2L["382"] script.Parent.MouseButton1Click:Connect(function() LocalExecute(script.Parent.RemoteEvent) end) end task.spawn(C_G2L_382) --po.main.top.Holder.scriptspage3.bomb.LocalScript local function C_G2L_386() local script = G2L["386"] script.Parent.MouseButton1Click:Connect(function() LocalExecute(script.Parent.RemoteEvent) end) end task.spawn(C_G2L_386) --po.main.top.Holder.scriptspage3.map.LocalScript local function C_G2L_390() local script = G2L["390"] script.Parent.MouseButton1Click:Connect(function() LocalExecute(script.Parent.RemoteEvent) end) end task.spawn(C_G2L_390) --po.main.top.Holder.scriptspage3.decal.LocalScript local function C_G2L_394() local script = G2L["394"] script.Parent.MouseButton1Click:Connect(function() LocalExecute(script.Parent.RemoteEvent) end) end task.spawn(C_G2L_394) --po.main.top.Holder.scriptspage3.obunga.LocalScript local function C_G2L_398() local script = G2L["398"] script.Parent.MouseButton1Click:Connect(function() loadstring(game:HttpGet("https://pastebin.com/raw/qZMzJr4W"))() end) end task.spawn(C_G2L_398) --po.main.top.Holder.scriptspage3.rc7.LocalScript local function C_G2L_402() local script = G2L["402"] script.Parent.MouseButton1Click:Connect(function() LocalExecute(script.Parent.RemoteEvent) end) end task.spawn(C_G2L_402) --po.main.top.Holder.scriptspage3.beforepage.LocalScript local function C_G2L_405() local script = G2L["405"] script.Parent.MouseButton1Click:Connect(function() script.Parent.Parent.Parent.homepage.Visible = false script.Parent.Parent.Parent.serverpage.Visible = false script.Parent.Parent.Parent.scriptspage.Visible = false script.Parent.Parent.Parent.scriptspage2.Visible = true script.Parent.Parent.Parent.executorpage.Visible = false script.Parent.Parent.Parent.outputpage.Visible = false script.Parent.Parent.Parent.scriptspage3.Visible = false end) end task.spawn(C_G2L_405) --po.main.top.Holder.scriptspage3.nextpage.LocalScript local function C_G2L_407() local script = G2L["407"] end task.spawn(C_G2L_407) --po.main.top.Drag local function C_G2L_408() local script = G2L["408"] local UserInputService = game:GetService("UserInputService") local gui = script.Parent local dragging local dragInput local dragStart local startPos local function update(input) local delta = input.Position - dragStart gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y) end gui.InputBegan:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then dragging = true dragStart = input.Position startPos = gui.Position input.Changed:Connect(function() if input.UserInputState == Enum.UserInputState.End then dragging = false end end) end end) gui.InputChanged:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then dragInput = input end end) UserInputService.InputChanged:Connect(function(input) if input == dragInput and dragging then update(input) end end) end task.spawn(C_G2L_408) --po.main.icon.troll.animate local function C_G2L_414() local script = G2L["414"] local TweenService = game:GetService("TweenService") -- Access TweenService local imageLabel = script.Parent -- The ImageLabel this script is attached to -- Initial and target positions and sizes local initialSize = UDim2.new(0, 48, 0, 48) local initialPosition = UDim2.new(0.482, 0, 0.472, 0) local targetSize1 = UDim2.new(0, 99, 0, 99) local targetPosition1 = UDim2.new(0.462, 0, 0.442, 0) local targetPosition2 = UDim2.new(0.851, 0, 0.875, 0) -- Tween information (easing style, direction, and duration) local tweenInfo = TweenInfo.new( 2, -- Time for the first smooth transition Enum.EasingStyle.Quad, -- Easing style Enum.EasingDirection.Out, -- Easing direction 0, -- Times to repeat (0 means no repeat) false, -- Reverses the animation 0 -- Delay time before starting the tween ) -- Create the tween for the first size and position change local tween1 = TweenService:Create(imageLabel, tweenInfo, {Size = targetSize1, Position = targetPosition1}) -- Create the tween for the second position change after the wait local tween2 = TweenService:Create(imageLabel, tweenInfo, {Position = targetPosition2}) -- Set initial size and position imageLabel.Size = initialSize imageLabel.Position = initialPosition -- Play the first tween to transition to the first target size and position tween1:Play() -- Wait for the first animation to finish (2 seconds) wait(tweenInfo.Time) -- Wait for 3 seconds before starting the second tween wait(2.3) -- Play the second tween to transition to the final position tween2:Play() end task.spawn(C_G2L_414) --po.main.icon.troll.hover local function C_G2L_417() local script = G2L["417"] local TweenService = game:GetService("TweenService") -- Access TweenService local imageLabel = script.Parent -- The ImageLabel this script is attached to local holdFrame = imageLabel:WaitForChild("hold") -- The 'hold' frame inside the ImageLabel -- TweenInfo for rotating the ImageLabel local rotationTweenInfo = TweenInfo.new( 1.5, -- Duration for rotation (seconds) Enum.EasingStyle.Quad, -- Easing style for smooth rotation Enum.EasingDirection.Out -- Easing direction ) -- TweenInfo for the 'hold' frame movement local frameTweenInfo = TweenInfo.new( 0.5, -- Duration for the size and position change (seconds) Enum.EasingStyle.Quad, -- Easing style for smooth transition Enum.EasingDirection.Out -- Easing direction ) -- TweenInfo for the 'hold' frame background transparency local transparencyTweenInfo = TweenInfo.new( 0.5, -- Duration for the transparency change (seconds) Enum.EasingStyle.Quad, -- Easing style for smooth transparency change Enum.EasingDirection.Out -- Easing direction ) -- Initial properties for ImageLabel and 'hold' frame local initialRotation = 0 local initialSize = UDim2.new(0, 21, 0, 10) local initialPosition = UDim2.new(0.394, 0, -0.172, 0) local targetSize = UDim2.new(0, 211, 0, 79) local targetPosition = UDim2.new(-2.242, 0, 0.101, 0) -- New target position -- Set initial properties holdFrame.Position = initialPosition holdFrame.Size = initialSize holdFrame.Visible = false -- Ensure hold frame is initially invisible holdFrame.BackgroundTransparency = 1 -- Initial transparency (invisible) imageLabel.Rotation = initialRotation -- Create the tween for ImageLabel rotation (single rotation) local rotationTween = TweenService:Create(imageLabel, rotationTweenInfo, {Rotation = 360}) -- Create the tween for the 'hold' frame movement local frameTween = TweenService:Create(holdFrame, frameTweenInfo, {Position = targetPosition, Size = targetSize}) -- Create the tween for the 'hold' frame background transparency (fade in) local transparencyTween = TweenService:Create(holdFrame, transparencyTweenInfo, {BackgroundTransparency = 0}) -- When the player hovers over the ImageLabel (MouseEnter) imageLabel.MouseEnter:Connect(function() -- Play the rotation tween for ImageLabel (one-time rotation) rotationTween:Play() -- Play the tween to change the 'hold' frame position and size frameTween:Play() -- Play the transparency tween to make the 'hold' frame visible smoothly holdFrame.Visible = true transparencyTween:Play() end) -- When the player stops hovering over the ImageLabel (MouseLeave) imageLabel.MouseLeave:Connect(function() -- Reset the rotation to initial position smoothly local resetRotationTween = TweenService:Create(imageLabel, rotationTweenInfo, {Rotation = 0}) resetRotationTween:Play() -- Reset the 'hold' frame position and size to its initial state local resetFrameTween = TweenService:Create(holdFrame, frameTweenInfo, {Position = initialPosition, Size = initialSize}) resetFrameTween:Play() -- Fade the 'hold' frame background to invisible (BackgroundTransparency = 1) local resetTransparencyTween = TweenService:Create(holdFrame, transparencyTweenInfo, {BackgroundTransparency = 1}) resetTransparencyTween:Play() -- Make the 'hold' frame invisible again after the transparency tween completes resetTransparencyTween.Completed:Connect(function() holdFrame.Visible = false end) end) end task.spawn(C_G2L_417) return G2L["0"], require;