├── .gitignore ├── .gitmodules ├── LICENSE ├── README.md ├── akebi-gc.sln ├── cheat-base ├── cheat-base.vcxproj ├── cheat-base.vcxproj.filters ├── framework │ ├── framework.h │ ├── pch.cpp │ └── pch.h ├── src │ └── cheat-base │ │ ├── HookManager.h │ │ ├── Hotkey.cpp │ │ ├── Hotkey.h │ │ ├── ISerializable.h │ │ ├── Logger.cpp │ │ ├── Logger.h │ │ ├── Patch.cpp │ │ ├── Patch.h │ │ ├── PatternScanner.cpp │ │ ├── PatternScanner.h │ │ ├── PipeTransfer.cpp │ │ ├── PipeTransfer.h │ │ ├── ResourceLoader.cpp │ │ ├── ResourceLoader.h │ │ ├── cheat │ │ ├── CheatManagerBase.cpp │ │ ├── CheatManagerBase.h │ │ ├── Feature.h │ │ └── misc │ │ │ ├── Settings.cpp │ │ │ └── Settings.h │ │ ├── config │ │ ├── Config.cpp │ │ ├── Config.h │ │ ├── Field.h │ │ ├── converters.h │ │ ├── fields │ │ │ ├── Enum.h │ │ │ └── Toggle.h │ │ └── internal │ │ │ ├── FieldBase.h │ │ │ ├── FieldEntry.h │ │ │ └── FieldSerialize.h │ │ ├── events │ │ ├── event.hpp │ │ ├── handlers │ │ │ ├── abstracteventhandler.hpp │ │ │ ├── eventhandlerptr.h │ │ │ ├── functoreventhandler.hpp │ │ │ ├── handlercast.hpp │ │ │ ├── helpers │ │ │ │ ├── innerholder.hpp │ │ │ │ └── objectsaver.hpp │ │ │ └── methodeventhandler.hpp │ │ ├── helpers │ │ │ └── is_equatable.hpp │ │ └── joins │ │ │ ├── abstracteventjoin.cpp │ │ │ ├── abstracteventjoin.h │ │ │ ├── eventjoinwrapper.cpp │ │ │ ├── eventjoinwrapper.h │ │ │ ├── eventjoinwrapper.hpp │ │ │ ├── handlereventjoin.h │ │ │ └── handlereventjoin.hpp │ │ ├── globals.cpp │ │ ├── globals.h │ │ ├── inject │ │ ├── load-library.cpp │ │ ├── load-library.h │ │ ├── manual-map.cpp │ │ └── manual-map.h │ │ ├── render │ │ ├── ImageLoader.cpp │ │ ├── ImageLoader.h │ │ ├── backend │ │ │ ├── dx11-hook.cpp │ │ │ ├── dx11-hook.h │ │ │ ├── dx12-hook.cpp │ │ │ └── dx12-hook.h │ │ ├── gui-util.cpp │ │ ├── gui-util.h │ │ ├── renderer.cpp │ │ └── renderer.h │ │ ├── thread-safe.h │ │ ├── util.cpp │ │ └── util.h └── vendor │ ├── detours │ ├── detours-x64.lib │ ├── detours-x86.lib │ ├── detours.h │ └── detver.h │ └── imgui-notify-v2 │ ├── fa_solid_900.h │ ├── font_awesome_5.h │ └── imgui_notify.h ├── cheat-library ├── cheat-library.vcxproj ├── cheat-library.vcxproj.filters ├── res │ ├── Ruda-Bold.ttf │ ├── Ruda-ExtraBold.ttf │ ├── ascension_materials.json │ ├── assembly_checksum.json │ ├── icons │ │ ├── AbidingAngelfish.png │ │ ├── AbyssMage.png │ │ ├── AdhigamaWood.png │ │ ├── AdornedUnagi.png │ │ ├── AeonblightDrake.png │ │ ├── AizenMedaka.png │ │ ├── Ajilenakh.png │ │ ├── AkaiMaou.png │ │ ├── AmakumoFruit.png │ │ ├── Amber.png │ │ ├── AmethystLump.png │ │ ├── AncientRime.png │ │ ├── Andrius.png │ │ ├── AnemoCrystalfly.png │ │ ├── AnemoHypostasis.png │ │ ├── Anemoculus.png │ │ ├── AphotiumOre.png │ │ ├── Apple.png │ │ ├── AraliaWood.png │ │ ├── Aranara.png │ │ ├── ArchaicStone.png │ │ ├── Artifact.png │ │ ├── Avatar.png │ │ ├── Azhdaha.png │ │ ├── BakeDanuki.png │ │ ├── BambooSegment.png │ │ ├── BambooShoot.png │ │ ├── BathysmalVishapHerd.png │ │ ├── Berry.png │ │ ├── Betta.png │ │ ├── BirchWood.png │ │ ├── BirdEgg.png │ │ ├── BitterPufferfish.png │ │ ├── BlackKingPigeon.png │ │ ├── BlackSerpentKnight.png │ │ ├── BlazingAxeMitachurl.png │ │ ├── BloattyFloatty.png │ │ ├── BlueFrog.png │ │ ├── BlueHornedLizard.png │ │ ├── BluethunderWeasel.png │ │ ├── Boar.png │ │ ├── Book.png │ │ ├── BookPage.png │ │ ├── BootWeasel.png │ │ ├── BouncyMushroom.png │ │ ├── BrightcrownPigeon.png │ │ ├── Brightwood.png │ │ ├── BrownShirakodai.png │ │ ├── BuriedChest.png │ │ ├── ButterflyWings.png │ │ ├── CallaLily.png │ │ ├── CampfireTorch.png │ │ ├── Carrot.png │ │ ├── Cat.png │ │ ├── Cave.png │ │ ├── Cecilia.png │ │ ├── ChilledMeat.png │ │ ├── Cicin.png │ │ ├── CloudleisureSteps.png │ │ ├── ClusterleafOfCultivation.png │ │ ├── CommonChest.png │ │ ├── CookingIngredient.png │ │ ├── CorLapis.png │ │ ├── CoralButterfly.png │ │ ├── Crab.png │ │ ├── CracklingAxeMitachurl.png │ │ ├── Crane.png │ │ ├── CrimsonAgate.png │ │ ├── CrimsonFinch.png │ │ ├── CrimsonFox.png │ │ ├── CrimsonflankPigeon.png │ │ ├── Crow.png │ │ ├── CryoBathysmalVishap.png │ │ ├── CryoCrystalfly.png │ │ ├── CryoHypostasis.png │ │ ├── CryoRegisvine.png │ │ ├── CrystalChunk.png │ │ ├── CrystalCore.png │ │ ├── CrystalMarrow.png │ │ ├── Crystalfish.png │ │ ├── CubeDevices.png │ │ ├── CuihuaWood.png │ │ ├── DamagedStoneSlate.png │ │ ├── DandelionSeed.png │ │ ├── Dandy.png │ │ ├── Dawncatcher.png │ │ ├── DayNightSwitchingMechanism.png │ │ ├── DeepSeaUnagi.png │ │ ├── DendroCrystalfly.png │ │ ├── DendroGranum.png │ │ ├── DendroPile.png │ │ ├── DendroRock.png │ │ ├── Dendrobium.png │ │ ├── Dendroculus.png │ │ ├── DivdaRay.png │ │ ├── DoNotPublish.png │ │ ├── Dog.png │ │ ├── Domain.png │ │ ├── DreamForm.png │ │ ├── DunlinsTooth.png │ │ ├── DuskBird.png │ │ ├── Dvalin.png │ │ ├── EchoingConch.png │ │ ├── Eel.png │ │ ├── EightStoneTablets.png │ │ ├── ElectricConduction.png │ │ ├── ElectroAbyssLector.png │ │ ├── ElectroAbyssMage.png │ │ ├── ElectroBathysmalVishap.png │ │ ├── ElectroCrystal.png │ │ ├── ElectroCrystalfly.png │ │ ├── ElectroHypostasis.png │ │ ├── ElectroRegisvine.png │ │ ├── ElectroSeelie.png │ │ ├── ElectroWhopperflower.png │ │ ├── Electroculus.png │ │ ├── Electrogranum.png │ │ ├── ElementalMonument.png │ │ ├── EmeraldFinch.png │ │ ├── EnemiesFirstTimeVictory.png │ │ ├── EnergyPoint.png │ │ ├── EnkanomiyaPhaseGate.png │ │ ├── Eremite.png │ │ ├── ExquisiteChest.png │ │ ├── EyeoftheStorm.png │ │ ├── Falcon.png │ │ ├── FatuiAgent.png │ │ ├── FatuiCicinMage.png │ │ ├── FatuiMirrorMaiden.png │ │ ├── FatuiSkirmisher.png │ │ ├── Finch.png │ │ ├── FirWood.png │ │ ├── Fish.png │ │ ├── FishingPoint.png │ │ ├── FlamingFlowerStamen.png │ │ ├── FloatingAnemoSlime.png │ │ ├── FloatingFungus.png │ │ ├── FluorescentFungus.png │ │ ├── FormaloRay.png │ │ ├── Fowl.png │ │ ├── Fox.png │ │ ├── FragrantCedarWood.png │ │ ├── Frog.png │ │ ├── FrostarmLawachurl.png │ │ ├── FrostbearingTree.png │ │ ├── Fungi.png │ │ ├── GeneralCrab.png │ │ ├── GeoCrystalfly.png │ │ ├── GeoHypostasis.png │ │ ├── GeoSigil.png │ │ ├── Geoculus.png │ │ ├── Geogranum.png │ │ ├── Geovishap.png │ │ ├── GeovishapHatchling.png │ │ ├── GlazeLily.png │ │ ├── GlazeMedaka.png │ │ ├── GlimmeringBeaconCannotTeleport.png │ │ ├── GoldenCrab.png │ │ ├── GoldenFinch.png │ │ ├── GoldenKoi.png │ │ ├── GoldenLoach.png │ │ ├── GoldenWolflord.png │ │ ├── GraySnowCat.png │ │ ├── GraywingPigeon.png │ │ ├── GreenHornedLizard.png │ │ ├── GroundedShroom.png │ │ ├── HalcyonJadeAxeMarlin.png │ │ ├── HarpastumChest.png │ │ ├── HarraFruit.png │ │ ├── HarvestablePlant.png │ │ ├── Hilichurl.png │ │ ├── HilichurlChieftain.png │ │ ├── HilichurlShooter.png │ │ ├── Horsetail.png │ │ ├── HydroAbyssHerald.png │ │ ├── HydroAbyssMage.png │ │ ├── HydroBathysmalVishap.png │ │ ├── HydroHypostasis.png │ │ ├── Illusion.png │ │ ├── ImagingConch.png │ │ ├── InazumaShrineofDepths.png │ │ ├── Inu.png │ │ ├── IronChunk.png │ │ ├── ItemDrops.png │ │ ├── JadeChamber.png │ │ ├── JadeplumeTerrorshroom.png │ │ ├── JueyunChili.png │ │ ├── Kairagi.png │ │ ├── KalpalataLotus.png │ │ ├── KeySigil.png │ │ ├── KeySigilI.png │ │ ├── KeySigilII.png │ │ ├── KeySigilIII.png │ │ ├── KeySigilIV.png │ │ ├── KeySigilV.png │ │ ├── KidKujirai.png │ │ ├── Kitsune.png │ │ ├── LargeRockPile.png │ │ ├── LavenderMelon.png │ │ ├── LazuriteAxeMarlin.png │ │ ├── LightGuidingCeremony.png │ │ ├── LightUpTilePuzzle.png │ │ ├── LightningStrikeProbe.png │ │ ├── Liyue.png │ │ ├── LizardTail.png │ │ ├── LoachPearl.png │ │ ├── LotusHead.png │ │ ├── LucklightFly.png │ │ ├── LumenCage.png │ │ ├── Lumenlamp.png │ │ ├── Lumenspar.png │ │ ├── LuminescentSpine.png │ │ ├── LuminousSeelie.png │ │ ├── LungedStickleback.png │ │ ├── LupusBoreasDominatorofWolves.png │ │ ├── LuxuriousChest.png │ │ ├── MagicalCrystalChunk.png │ │ ├── MaguuKenki.png │ │ ├── MapleWood.png │ │ ├── MarrowLizard.png │ │ ├── Matsutake.png │ │ ├── Medaka.png │ │ ├── MelodicBloom.png │ │ ├── Merchant.png │ │ ├── Millelith.png │ │ ├── MiniPuzzle.png │ │ ├── Mint.png │ │ ├── MistBubble.png │ │ ├── MistFlowerCorolla.png │ │ ├── Mitachurl.png │ │ ├── Mondstadt.png │ │ ├── Mora.png │ │ ├── MudFrog.png │ │ ├── Mural.png │ │ ├── Mushroom.png │ │ ├── MysteriousCarvings.png │ │ ├── MysteriousConch.png │ │ ├── NakuWeed.png │ │ ├── NilotpalaLotus.png │ │ ├── Nobushi.png │ │ ├── NoctilucousJade.png │ │ ├── Npc.png │ │ ├── NurseriesInTheWilds.png │ │ ├── OceanCrab.png │ │ ├── Oceanid.png │ │ ├── OceanidSummons.png │ │ ├── Ochimusha.png │ │ ├── Onikabuto.png │ │ ├── OozingConcretions.png │ │ ├── Ores.png │ │ ├── OtogiWood.png │ │ ├── Padisarah.png │ │ ├── PaintedWall.png │ │ ├── PaleRedCrab.png │ │ ├── PeachoftheDeepWaves.png │ │ ├── PerpetualMechanicalArray.png │ │ ├── PhantasmalGate.png │ │ ├── PhaseGate.png │ │ ├── PhilanemoMushroom.png │ │ ├── Pigeon.png │ │ ├── PineWood.png │ │ ├── Pinecone.png │ │ ├── PirateHelm.png │ │ ├── PlacesofEssenceWorship.png │ │ ├── Pot.png │ │ ├── PreciousChest.png │ │ ├── PressurePlate.png │ │ ├── PrimalConstruct.png │ │ ├── PrimoGeovishap.png │ │ ├── Pufferfish.png │ │ ├── PurpleShirakodai.png │ │ ├── Puzzles.png │ │ ├── PyroAbyssLector.png │ │ ├── PyroAbyssMage.png │ │ ├── PyroHypostasis.png │ │ ├── PyroRegisvine.png │ │ ├── PyroWhopperflower.png │ │ ├── Qingxin.png │ │ ├── QuestInteract.png │ │ ├── RadiantSpincrystal.png │ │ ├── Radish.png │ │ ├── RaimeiAngelfish.png │ │ ├── RawMeat.png │ │ ├── Recipe.png │ │ ├── RedFinnedUnagi.png │ │ ├── RedHornedLizard.png │ │ ├── RedTailedWeasel.png │ │ ├── Redcrest.png │ │ ├── RelayStone.png │ │ ├── RemarkableChest.png │ │ ├── Rifthound.png │ │ ├── RifthoundWhelp.png │ │ ├── RishbolandTiger.png │ │ ├── RockPile.png │ │ ├── RockShieldwallMitachurl.png │ │ ├── RuinBrazier.png │ │ ├── RuinDrake.png │ │ ├── RuinGrader.png │ │ ├── RuinGuard.png │ │ ├── RuinHunter.png │ │ ├── RuinSentinel.png │ │ ├── RuinSerpent.png │ │ ├── RukkhashavaMushroom.png │ │ ├── RustyKoi.png │ │ ├── SacredSakura.png │ │ ├── SaghiraMachine.png │ │ ├── SakuraBloom.png │ │ ├── Salamander.png │ │ ├── Samachurl.png │ │ ├── SandbearerWood.png │ │ ├── SandstormAngler.png │ │ ├── SangoPearl.png │ │ ├── SangonomiyaCohort.png │ │ ├── Sapphire.png │ │ ├── Scarab.png │ │ ├── ScarletQuartz.png │ │ ├── Scorpion.png │ │ ├── SeaGanoderma.png │ │ ├── Seagrass.png │ │ ├── SealLocationI.png │ │ ├── SealLocationII.png │ │ ├── SealLocationIII.png │ │ ├── SealLocationIV.png │ │ ├── SealLocationV.png │ │ ├── SealedChest.png │ │ ├── SearchPoint.png │ │ ├── Seelie.png │ │ ├── SeelieCourt.png │ │ ├── SeelieLamp.png │ │ ├── SemiPerpetualControlMatrix.png │ │ ├── SentouTrial.png │ │ ├── ShadowyHusk.png │ │ ├── ShaggySumpterBeast.png │ │ ├── Shogun.png │ │ ├── ShogunateInfantry.png │ │ ├── ShrineOfDepth.png │ │ ├── Shroomboar.png │ │ ├── Signora.png │ │ ├── SilkFlower.png │ │ ├── Slime.png │ │ ├── SmallLampGrass.png │ │ ├── SmallRockPile.png │ │ ├── SmashedStone.png │ │ ├── Snapdragon.png │ │ ├── SnowFinch.png │ │ ├── SnowFox.png │ │ ├── SnowWeasel.png │ │ ├── Snowboar.png │ │ ├── Snowstrider.png │ │ ├── Specter.png │ │ ├── Spincrocodile.png │ │ ├── Squirrel.png │ │ ├── Starconch.png │ │ ├── StarlightCoalescence.png │ │ ├── Starshroom.png │ │ ├── Starsilver.png │ │ ├── StatueofTheSeven.png │ │ ├── StatueoftheVassals.png │ │ ├── StonePillarSeal.png │ │ ├── StormBarrier.png │ │ ├── Stormstone.png │ │ ├── StrangeTooth.png │ │ ├── StretchyFungus.png │ │ ├── SumeruPuzzles.png │ │ ├── SumeruRose.png │ │ ├── SumeruShrineofDepths.png │ │ ├── SunCrab.png │ │ ├── SunnyLoach.png │ │ ├── SunsetCloudAngler.png │ │ ├── SunsetLoach.png │ │ ├── Sunsettia.png │ │ ├── SweetFlower.png │ │ ├── SweetFlowerMedaka.png │ │ ├── SwordHilt.png │ │ ├── Tartaglia.png │ │ ├── TeaColoredShirakodai.png │ │ ├── TeleportWaypoint.png │ │ ├── Temari.png │ │ ├── TheCruxTheAlcor.png │ │ ├── TheEremites.png │ │ ├── TheGreatSnowboarKing.png │ │ ├── TheRavenForum.png │ │ ├── TheWithering.png │ │ ├── ThreeBoxes.png │ │ ├── ThunderManifestation.png │ │ ├── ThunderhelmLawachurl.png │ │ ├── TimeTrialChallenge.png │ │ ├── TokoyoLegume.png │ │ ├── TorchPuzzle.png │ │ ├── TreasureHoarder.png │ │ ├── TreeofDreams.png │ │ ├── TriYanaSeeds.png │ │ ├── TriangularMechanism.png │ │ ├── TrueFruitAngler.png │ │ ├── UnagiMeat.png │ │ ├── UniqueRocks.png │ │ ├── UnusualHilichurl.png │ │ ├── Valberry.png │ │ ├── VenomspineFish.png │ │ ├── Viewpoint.png │ │ ├── VioletIbis.png │ │ ├── Violetgrass.png │ │ ├── Viparyas.png │ │ ├── Vulture.png │ │ ├── WarmingSeelie.png │ │ ├── WaveriderWaypointCannotTeleport.png │ │ ├── Weapon.png │ │ ├── Weasel.png │ │ ├── WhirlingFungus.png │ │ ├── WhiteIronChunk.png │ │ ├── WhitePigeon.png │ │ ├── Whopperflower.png │ │ ├── Wigeon.png │ │ ├── WindmillMechanism.png │ │ ├── WindwheelAster.png │ │ ├── WingedShroom.png │ │ ├── Wolfhook.png │ │ ├── WolvesoftheRift.png │ │ ├── WoodenCrate.png │ │ ├── WoodenShieldwallMitachurl.png │ │ ├── WorldQuests.png │ │ ├── YumemiruWood.png │ │ └── ZaytunPeach.png │ ├── iconsHD │ │ ├── AbidingAngelfish.png │ │ ├── AbyssMage.png │ │ ├── AdhigamaWood.png │ │ ├── AdornedUnagi.png │ │ ├── AeonblightDrake.png │ │ ├── AizenMedaka.png │ │ ├── Ajilenakh.png │ │ ├── AkaiMaou.png │ │ ├── Akuoumaru.png │ │ ├── Albedo.png │ │ ├── AlleyHunter.png │ │ ├── Aloy.png │ │ ├── AmakumoFruit.png │ │ ├── Amber.png │ │ ├── AmenomaKageuchi.png │ │ ├── AmethystLump.png │ │ ├── AmosBow.png │ │ ├── AncientRime.png │ │ ├── Andrius.png │ │ ├── AnemoCrystalfly.png │ │ ├── AnemoHypostasis.png │ │ ├── Anemoculus.png │ │ ├── Apple.png │ │ ├── ApprenticesNotes.png │ │ ├── AquaSimulacra.png │ │ ├── AquilaFavonia.png │ │ ├── AraliaWood.png │ │ ├── Aranara.png │ │ ├── AratakiItto.png │ │ ├── ArchaicStone.png │ │ ├── Artifact.png │ │ ├── Azhdaha.png │ │ ├── BakeDanuki.png │ │ ├── BambooSegment.png │ │ ├── BambooShoot.png │ │ ├── Barbara.png │ │ ├── BathysmalVishapHerd.png │ │ ├── BeginnersProtector.png │ │ ├── Beidou.png │ │ ├── Bennett.png │ │ ├── Berry.png │ │ ├── Betta.png │ │ ├── BirchWood.png │ │ ├── BirdEgg.png │ │ ├── BitterPufferfish.png │ │ ├── BlackKingPigeon.png │ │ ├── BlackSerpentKnight.png │ │ ├── BlackTassel.png │ │ ├── BlackcliffAgate.png │ │ ├── BlackcliffLongsword.png │ │ ├── BlackcliffPole.png │ │ ├── BlackcliffSlasher.png │ │ ├── BlackcliffWarbow.png │ │ ├── BloattyFloatty.png │ │ ├── BloodtaintedGreatsword.png │ │ ├── BlueFrog.png │ │ ├── BlueHornedLizard.png │ │ ├── BluethunderWeasel.png │ │ ├── Boar.png │ │ ├── Book.png │ │ ├── BookPage.png │ │ ├── BootWeasel.png │ │ ├── BouncyMushroom.png │ │ ├── BrightcrownPigeon.png │ │ ├── Brightwood.png │ │ ├── BrownShirakodai.png │ │ ├── BuriedChest.png │ │ ├── ButterflyWings.png │ │ ├── CalamityQueller.png │ │ ├── CallaLily.png │ │ ├── CampfireTorch.png │ │ ├── Candace.png │ │ ├── Carrot.png │ │ ├── Cat.png │ │ ├── Cave.png │ │ ├── Cecilia.png │ │ ├── CharacterAmber.png │ │ ├── CharacterTartaglia.png │ │ ├── ChilledMeat.png │ │ ├── Chongyun.png │ │ ├── Cicin.png │ │ ├── CinnabarSpindle.png │ │ ├── CloudleisureSteps.png │ │ ├── ClusterleafOfCultivation.png │ │ ├── Collei.png │ │ ├── CommonChest.png │ │ ├── CompoundBow.png │ │ ├── CookingIngredient.png │ │ ├── CoolSteel.png │ │ ├── CorLapis.png │ │ ├── Crab.png │ │ ├── Crane.png │ │ ├── CrescentPike.png │ │ ├── CrimsonAgate.png │ │ ├── CrimsonFinch.png │ │ ├── CrimsonFox.png │ │ ├── CrimsonflankPigeon.png │ │ ├── Crow.png │ │ ├── CryoBathysmalVishap.png │ │ ├── CryoCrystalfly.png │ │ ├── CryoHypostasis.png │ │ ├── CryoRegisvine.png │ │ ├── CrystalChunk.png │ │ ├── CrystalCore.png │ │ ├── CrystalMarrow.png │ │ ├── Crystalfish.png │ │ ├── CubeDevices.png │ │ ├── CuihuaWood.png │ │ ├── Cyno.png │ │ ├── DandelionSeed.png │ │ ├── Dandy.png │ │ ├── DarkIronSword.png │ │ ├── Dawncatcher.png │ │ ├── DayNightSwitchingMechanism.png │ │ ├── Deathmatch.png │ │ ├── DebateClub.png │ │ ├── DeepSeaUnagi.png │ │ ├── DendroCrystalfly.png │ │ ├── DendroGranum.png │ │ ├── DendroPile.png │ │ ├── DendroRock.png │ │ ├── Dendrobium.png │ │ ├── Dendroculus.png │ │ ├── Diluc.png │ │ ├── Diona.png │ │ ├── DivdaRay.png │ │ ├── DodocoTales.png │ │ ├── Dog.png │ │ ├── Domain.png │ │ ├── Dori.png │ │ ├── DragonsBane.png │ │ ├── DragonspineSpear.png │ │ ├── DreamForm.png │ │ ├── DullBlade.png │ │ ├── DunlinsTooth.png │ │ ├── DuskBird.png │ │ ├── Dvalin.png │ │ ├── EchoingConch.png │ │ ├── Eel.png │ │ ├── EightStoneTablets.png │ │ ├── ElectricConduction.png │ │ ├── ElectroAbyssLector.png │ │ ├── ElectroBathysmalVishap.png │ │ ├── ElectroCrystal.png │ │ ├── ElectroCrystalfly.png │ │ ├── ElectroHypostasis.png │ │ ├── ElectroRegisvine.png │ │ ├── ElectroSeelie.png │ │ ├── Electroculus.png │ │ ├── Electrogranum.png │ │ ├── ElegyfortheEnd.png │ │ ├── ElementalMonument.png │ │ ├── EmeraldFinch.png │ │ ├── EmeraldOrb.png │ │ ├── EndoftheLine.png │ │ ├── EnemiesFirstTimeVictory.png │ │ ├── EngulfingLightning.png │ │ ├── EnkanomiyaPhaseGate.png │ │ ├── Eremite.png │ │ ├── Eula.png │ │ ├── EverlastingMoonglow.png │ │ ├── ExquisiteChest.png │ │ ├── EyeofPerception.png │ │ ├── EyeoftheStorm.png │ │ ├── FadingTwilight.png │ │ ├── Falcon.png │ │ ├── FatuiAgent.png │ │ ├── FatuiCicinMage.png │ │ ├── FatuiMirrorMaiden.png │ │ ├── FatuiSkirmisher.png │ │ ├── FavoniusCodex.png │ │ ├── FavoniusGreatsword.png │ │ ├── FavoniusLance.png │ │ ├── FavoniusSword.png │ │ ├── FavoniusWarbow.png │ │ ├── FerrousShadow.png │ │ ├── FesteringDesire.png │ │ ├── FilletBlade.png │ │ ├── Finch.png │ │ ├── FirWood.png │ │ ├── Fischl.png │ │ ├── Fish.png │ │ ├── FishingPoint.png │ │ ├── FlamingFlowerStamen.png │ │ ├── FloatingAnemoSlime.png │ │ ├── FloatingFungus.png │ │ ├── FluorescentFungus.png │ │ ├── ForestRegalia.png │ │ ├── FormaloRay.png │ │ ├── Fowl.png │ │ ├── Fox.png │ │ ├── FragrantCedarWood.png │ │ ├── FreedomSworn.png │ │ ├── Frog.png │ │ ├── Frostbearer.png │ │ ├── FrostbearingTree.png │ │ ├── FruitofFulfillment.png │ │ ├── Fungi.png │ │ ├── Ganyu.png │ │ ├── GeneralCrab.png │ │ ├── GeoCrystalfly.png │ │ ├── GeoHypostasis.png │ │ ├── GeoSigil.png │ │ ├── Geoculus.png │ │ ├── Geogranum.png │ │ ├── Geovishap.png │ │ ├── GeovishapHatchling.png │ │ ├── GlazeLily.png │ │ ├── GlazeMedaka.png │ │ ├── GoldenCrab.png │ │ ├── GoldenFinch.png │ │ ├── GoldenKoi.png │ │ ├── GoldenLoach.png │ │ ├── GoldenWolflord.png │ │ ├── Gorou.png │ │ ├── GraySnowCat.png │ │ ├── GraywingPigeon.png │ │ ├── GreenHornedLizard.png │ │ ├── GroundedShroom.png │ │ ├── HakushinRing.png │ │ ├── Halberd.png │ │ ├── HalcyonJadeAxeMarlin.png │ │ ├── Hamayumi.png │ │ ├── HaranGeppakuFutsu.png │ │ ├── HarbingerofDawn.png │ │ ├── HarraFruit.png │ │ ├── HarvestablePlant.png │ │ ├── Hilichurl.png │ │ ├── HilichurlChieftain.png │ │ ├── HilichurlShooter.png │ │ ├── Horsetail.png │ │ ├── HuTao.png │ │ ├── HuntersBow.png │ │ ├── HuntersPath.png │ │ ├── HydroAbyssHerald.png │ │ ├── HydroBathysmalVishap.png │ │ ├── HydroHypostasis.png │ │ ├── Illusion.png │ │ ├── ImagingConch.png │ │ ├── InazumaShrineofDepths.png │ │ ├── Inu.png │ │ ├── IronChunk.png │ │ ├── IronPoint.png │ │ ├── IronSting.png │ │ ├── ItemDrops.png │ │ ├── JadeChamber.png │ │ ├── JadeplumeTerrorshroom.png │ │ ├── Jean.png │ │ ├── JueyunChili.png │ │ ├── KaedeharaKazuha.png │ │ ├── Kaeya.png │ │ ├── KagotsurubeIsshin.png │ │ ├── KagurasVerity.png │ │ ├── Kairagi.png │ │ ├── KalpalataLotus.png │ │ ├── KamisatoAyaka.png │ │ ├── KamisatoAyato.png │ │ ├── KatsuragikiriNagamasa.png │ │ ├── Keqing.png │ │ ├── KeySigil.png │ │ ├── KeySigilI.png │ │ ├── KeySigilII.png │ │ ├── KeySigilIII.png │ │ ├── KeySigilIV.png │ │ ├── KeySigilV.png │ │ ├── KidKujirai.png │ │ ├── KingsSquire.png │ │ ├── KitainCrossSpear.png │ │ ├── Kitsune.png │ │ ├── Klee.png │ │ ├── KujouSara.png │ │ ├── KukiShinobu.png │ │ ├── LargeRockPile.png │ │ ├── LavenderMelon.png │ │ ├── LazuriteAxeMarlin.png │ │ ├── LightUpTilePuzzle.png │ │ ├── LightningStrikeProbe.png │ │ ├── LionsRoar.png │ │ ├── Lisa.png │ │ ├── LithicBlade.png │ │ ├── LithicSpear.png │ │ ├── Liyue.png │ │ ├── LizardTail.png │ │ ├── LoachPearl.png │ │ ├── LostPrayertotheSacredWinds.png │ │ ├── LotusHead.png │ │ ├── LucklightFly.png │ │ ├── LumenCage.png │ │ ├── Lumenlamp.png │ │ ├── Lumenspar.png │ │ ├── LuminescentSpine.png │ │ ├── LuminousSeelie.png │ │ ├── LungedStickleback.png │ │ ├── LupusBoreasDominatorofWolves.png │ │ ├── LuxuriousChest.png │ │ ├── LuxuriousSeaLord.png │ │ ├── MagicGuide.png │ │ ├── MagicalCrystalChunk.png │ │ ├── MaguuKenki.png │ │ ├── MapleWood.png │ │ ├── MappaMare.png │ │ ├── MarrowLizard.png │ │ ├── Matsutake.png │ │ ├── Medaka.png │ │ ├── MelodicBloom.png │ │ ├── MemoryofDust.png │ │ ├── Merchant.png │ │ ├── Messenger.png │ │ ├── Millelith.png │ │ ├── MiniPuzzle.png │ │ ├── Mint.png │ │ ├── MistBubble.png │ │ ├── MistFlowerCorolla.png │ │ ├── MistsplitterReforged.png │ │ ├── Mitachurl.png │ │ ├── MitternachtsWaltz.png │ │ ├── Mona.png │ │ ├── Mondstadt.png │ │ ├── Moonpiercer.png │ │ ├── Mora.png │ │ ├── MouunsMoon.png │ │ ├── MudFrog.png │ │ ├── Mushroom.png │ │ ├── MysteriousCarvings.png │ │ ├── NakuWeed.png │ │ ├── NilotpalaLotus.png │ │ ├── Nilou.png │ │ ├── Ningguang.png │ │ ├── Nobushi.png │ │ ├── NoctilucousJade.png │ │ ├── Noelle.png │ │ ├── NurseriesInTheWilds.png │ │ ├── OathswornEye.png │ │ ├── OceanCrab.png │ │ ├── Oceanid.png │ │ ├── OceanidSummons.png │ │ ├── OldMercsPal.png │ │ ├── Onikabuto.png │ │ ├── OozingConcretions.png │ │ ├── Ores.png │ │ ├── OtherworldlyStory.png │ │ ├── OtogiWood.png │ │ ├── Padisarah.png │ │ ├── PaleRedCrab.png │ │ ├── PeachoftheDeepWaves.png │ │ ├── PerpetualMechanicalArray.png │ │ ├── PhantasmalGate.png │ │ ├── PhaseGate.png │ │ ├── PhilanemoMushroom.png │ │ ├── Pigeon.png │ │ ├── PineWood.png │ │ ├── Pinecone.png │ │ ├── PirateHelm.png │ │ ├── PlacesofEssenceWorship.png │ │ ├── PocketGrimoire.png │ │ ├── PolarStar.png │ │ ├── Pot.png │ │ ├── PreciousChest.png │ │ ├── Predator.png │ │ ├── PressurePlate.png │ │ ├── PrimalConstruct.png │ │ ├── PrimoGeovishap.png │ │ ├── PrimordialJadeCutter.png │ │ ├── PrimordialJadeWingedSpear.png │ │ ├── PrototypeAmber.png │ │ ├── PrototypeArchaic.png │ │ ├── PrototypeCrescent.png │ │ ├── PrototypeRancour.png │ │ ├── PrototypeStarglitter.png │ │ ├── Pufferfish.png │ │ ├── PurpleShirakodai.png │ │ ├── Puzzles.png │ │ ├── PyroAbyssLector.png │ │ ├── PyroHypostasis.png │ │ ├── PyroRegisvine.png │ │ ├── Qingxin.png │ │ ├── Qiqi.png │ │ ├── QuestInteract.png │ │ ├── RadiantSpincrystal.png │ │ ├── Radish.png │ │ ├── RaidenShogun.png │ │ ├── RaimeiAngelfish.png │ │ ├── Rainslasher.png │ │ ├── RavenBow.png │ │ ├── RawMeat.png │ │ ├── Razor.png │ │ ├── Recipe.png │ │ ├── RecurveBow.png │ │ ├── RedFinnedUnagi.png │ │ ├── RedHornedLizard.png │ │ ├── RedTailedWeasel.png │ │ ├── Redcrest.png │ │ ├── RedhornStonethresher.png │ │ ├── RelayStone.png │ │ ├── RemarkableChest.png │ │ ├── Rifthound.png │ │ ├── RifthoundWhelp.png │ │ ├── RishbolandTiger.png │ │ ├── RockPile.png │ │ ├── Rosaria.png │ │ ├── RoyalBow.png │ │ ├── RoyalGreatsword.png │ │ ├── RoyalGrimoire.png │ │ ├── RoyalLongsword.png │ │ ├── RoyalSpear.png │ │ ├── RuinBrazier.png │ │ ├── RuinDrake.png │ │ ├── RuinGrader.png │ │ ├── RuinGuard.png │ │ ├── RuinHunter.png │ │ ├── RuinSentinel.png │ │ ├── RuinSerpent.png │ │ ├── RukkhashavaMushroom.png │ │ ├── Rust.png │ │ ├── RustyKoi.png │ │ ├── SacredSakura.png │ │ ├── SacrificialBow.png │ │ ├── SacrificialFragments.png │ │ ├── SacrificialGreatsword.png │ │ ├── SacrificialSword.png │ │ ├── SaghiraMachine.png │ │ ├── SakuraBloom.png │ │ ├── Salamander.png │ │ ├── Samachurl.png │ │ ├── SandbearerWood.png │ │ ├── SandstormAngler.png │ │ ├── SangoPearl.png │ │ ├── SangonomiyaCohort.png │ │ ├── SangonomiyaKokomi.png │ │ ├── Sapphire.png │ │ ├── SapwoodBlade.png │ │ ├── Sayu.png │ │ ├── Scarab.png │ │ ├── ScarletQuartz.png │ │ ├── Scorpion.png │ │ ├── SeaGanoderma.png │ │ ├── Seagrass.png │ │ ├── SealLocationI.png │ │ ├── SealLocationII.png │ │ ├── SealLocationIII.png │ │ ├── SealLocationIV.png │ │ ├── SealLocationV.png │ │ ├── SealedChest.png │ │ ├── SearchPoint.png │ │ ├── SeasonedHuntersBow.png │ │ ├── Seelie.png │ │ ├── SeelieCourt.png │ │ ├── SeelieLamp.png │ │ ├── SemiPerpetualControlMatrix.png │ │ ├── SerpentSpine.png │ │ ├── ShadowyHusk.png │ │ ├── ShaggySumpterBeast.png │ │ ├── SharpshootersOath.png │ │ ├── Shenhe.png │ │ ├── ShikanoinHeizou.png │ │ ├── Shogun.png │ │ ├── ShogunateInfantry.png │ │ ├── ShrineOfDepth.png │ │ ├── Shroomboar.png │ │ ├── Signora.png │ │ ├── SilkFlower.png │ │ ├── SilverSword.png │ │ ├── SkyriderGreatsword.png │ │ ├── SkyriderSword.png │ │ ├── SkywardAtlas.png │ │ ├── SkywardBlade.png │ │ ├── SkywardHarp.png │ │ ├── SkywardPride.png │ │ ├── SkywardSpine.png │ │ ├── Slime.png │ │ ├── Slingshot.png │ │ ├── SmallLampGrass.png │ │ ├── SmallRockPile.png │ │ ├── SmashedStone.png │ │ ├── Snapdragon.png │ │ ├── SnowFinch.png │ │ ├── SnowFox.png │ │ ├── SnowTombedStarsilver.png │ │ ├── SnowWeasel.png │ │ ├── Snowboar.png │ │ ├── Snowstrider.png │ │ ├── SolarPearl.png │ │ ├── SongofBrokenPines.png │ │ ├── Specter.png │ │ ├── Spincrocodile.png │ │ ├── Squirrel.png │ │ ├── StaffofHoma.png │ │ ├── Starconch.png │ │ ├── StarlightCoalescence.png │ │ ├── Starshroom.png │ │ ├── Starsilver.png │ │ ├── StatueofTheSeven.png │ │ ├── StonePillarSeal.png │ │ ├── StormBarrier.png │ │ ├── Stormstone.png │ │ ├── StrangeTooth.png │ │ ├── StretchyFungus.png │ │ ├── Sucrose.png │ │ ├── SumeruPuzzles.png │ │ ├── SumeruRose.png │ │ ├── SumeruShrineofDepths.png │ │ ├── SummitShaper.png │ │ ├── SunCrab.png │ │ ├── SunnyLoach.png │ │ ├── SunsetCloudAngler.png │ │ ├── SunsetLoach.png │ │ ├── Sunsettia.png │ │ ├── SweetFlower.png │ │ ├── SweetFlowerMedaka.png │ │ ├── SwordHilt.png │ │ ├── Tartaglia.png │ │ ├── TeaColoredShirakodai.png │ │ ├── TeleportWaypoint.png │ │ ├── Temari.png │ │ ├── TheAlleyFlash.png │ │ ├── TheBell.png │ │ ├── TheBlackSword.png │ │ ├── TheCatch.png │ │ ├── TheCruxTheAlcor.png │ │ ├── TheEremites.png │ │ ├── TheFlute.png │ │ ├── TheGreatSnowboarKing.png │ │ ├── TheRavenForum.png │ │ ├── TheStringless.png │ │ ├── TheUnforged.png │ │ ├── TheViridescentHunt.png │ │ ├── TheWidsith.png │ │ ├── TheWithering.png │ │ ├── Thoma.png │ │ ├── ThreeBoxes.png │ │ ├── ThrillingTalesofDragonSlayers.png │ │ ├── ThunderManifestation.png │ │ ├── ThunderingPulse.png │ │ ├── Tighnari.png │ │ ├── TimeTrialChallenge.png │ │ ├── TorchPuzzle.png │ │ ├── Traveler.png │ │ ├── TravelersHandySword.png │ │ ├── TreasureHoarder.png │ │ ├── TreeofDreams.png │ │ ├── TriYanaSeeds.png │ │ ├── TriangularMechanism.png │ │ ├── TrueFruitAngler.png │ │ ├── TwinNephrite.png │ │ ├── UnagiMeat.png │ │ ├── UniqueRocks.png │ │ ├── UnusualHilichurl.png │ │ ├── Valberry.png │ │ ├── VenomspineFish.png │ │ ├── Venti.png │ │ ├── Viewpoint.png │ │ ├── VioletIbis.png │ │ ├── Violetgrass.png │ │ ├── Viparyas.png │ │ ├── VortexVanquisher.png │ │ ├── Vulture.png │ │ ├── WarmingSeelie.png │ │ ├── WasterGreatsword.png │ │ ├── WavebreakersFin.png │ │ ├── WaveriderWaypointCannotTeleport.png │ │ ├── Weapon.png │ │ ├── Weasel.png │ │ ├── WhirlingFungus.png │ │ ├── WhiteIronChunk.png │ │ ├── WhiteIronGreatsword.png │ │ ├── WhitePigeon.png │ │ ├── WhiteTassel.png │ │ ├── Whiteblind.png │ │ ├── Whopperflower.png │ │ ├── Wigeon.png │ │ ├── WindblumeOde.png │ │ ├── WindmillMechanism.png │ │ ├── WindwheelAster.png │ │ ├── WineandSong.png │ │ ├── WingedShroom.png │ │ ├── Wolfhook.png │ │ ├── WolfsGravestone.png │ │ ├── WolvesoftheRift.png │ │ ├── WoodenCrate.png │ │ ├── WorldQuests.png │ │ ├── Xiangling.png │ │ ├── Xiao.png │ │ ├── Xingqiu.png │ │ ├── Xinyan.png │ │ ├── YaeMiko.png │ │ ├── Yanfei.png │ │ ├── Yelan.png │ │ ├── Yoimiya.png │ │ ├── YumemiruWood.png │ │ ├── YunJin.png │ │ ├── ZaytunPeach.png │ │ └── Zhongli.png │ ├── map_enkanomiya.json │ ├── map_golden_apple_archipelago.json │ ├── map_teyvat.json │ ├── map_undeground_mines.json │ ├── res.rc │ ├── resource.h │ ├── scripts │ │ ├── icon_downloader.py │ │ ├── icon_resizer.py │ │ ├── load_map_data.py │ │ ├── map_api.txt │ │ ├── saved_offsets.json │ │ └── saved_offsets_to_static.py │ └── signatures.json └── scr │ ├── appdata │ ├── il2cpp-api-functions-ptr.h │ ├── il2cpp-api-functions.h │ ├── il2cpp-functions.h │ ├── il2cpp-metadata-version.h │ ├── il2cpp-types-ptr.h │ ├── il2cpp-types.h │ └── il2cpp-unityplayer-functions.h │ ├── framework │ ├── dllmain.cpp │ ├── helpers.cpp │ ├── helpers.h │ ├── il2cpp-appdata.h │ ├── il2cpp-init.cpp │ ├── il2cpp-init.h │ ├── pch-il2cpp.cpp │ └── pch-il2cpp.h │ └── user │ ├── cheat │ ├── GenshinCM.cpp │ ├── GenshinCM.h │ ├── ILPatternScanner.cpp │ ├── ILPatternScanner.h │ ├── cheat.cpp │ ├── cheat.h │ ├── debugger.cpp │ ├── debugger.h │ ├── esp │ │ ├── ESP.cpp │ │ ├── ESP.h │ │ ├── ESPItem.h │ │ ├── ESPRender.cpp │ │ └── ESPRender.h │ ├── events.cpp │ ├── events.h │ ├── game │ │ ├── AdvancedFilter.h │ │ ├── CacheFilterExecutor.cpp │ │ ├── CacheFilterExecutor.h │ │ ├── Chest.cpp │ │ ├── Chest.h │ │ ├── ChestFilter.cpp │ │ ├── ChestFilter.h │ │ ├── Entity.cpp │ │ ├── Entity.h │ │ ├── EntityManager.cpp │ │ ├── EntityManager.h │ │ ├── IEntityFilter.h │ │ ├── SimpleFilter.cpp │ │ ├── SimpleFilter.h │ │ ├── filters.cpp │ │ ├── filters.h │ │ ├── util.cpp │ │ └── util.h │ ├── imap │ │ ├── InteractiveMap.cpp │ │ └── InteractiveMap.h │ ├── misc │ │ ├── About.cpp │ │ ├── About.h │ │ ├── Debug.cpp │ │ ├── Debug.h │ │ ├── Hotkeys.cpp │ │ ├── Hotkeys.h │ │ ├── ProtectionBypass.cpp │ │ ├── ProtectionBypass.h │ │ └── sniffer │ │ │ ├── PacketSniffer.cpp │ │ │ ├── PacketSniffer.h │ │ │ └── pipe │ │ │ ├── PipeClient.cpp │ │ │ ├── PipeClient.h │ │ │ ├── PipeIO.cpp │ │ │ ├── PipeIO.h │ │ │ └── messages │ │ │ ├── PipeMessage.cpp │ │ │ ├── PipeMessage.h │ │ │ ├── PipeModifyData.cpp │ │ │ ├── PipeModifyData.h │ │ │ ├── PipePacketData.cpp │ │ │ └── PipePacketData.h │ ├── native.cpp │ ├── native.h │ ├── player │ │ ├── AutoRun.cpp │ │ ├── AutoRun.h │ │ ├── FallControl.cpp │ │ ├── FallControl.h │ │ ├── GodMode.cpp │ │ ├── GodMode.h │ │ ├── InfiniteStamina.cpp │ │ ├── InfiniteStamina.h │ │ ├── NoCD.cpp │ │ ├── NoCD.h │ │ ├── NoClip.cpp │ │ ├── NoClip.h │ │ ├── RapidFire.cpp │ │ └── RapidFire.h │ ├── teleport │ │ ├── ChestTeleport.cpp │ │ ├── ChestTeleport.h │ │ ├── CustomTeleports.cpp │ │ ├── CustomTeleports.h │ │ ├── ItemTeleportBase.cpp │ │ ├── ItemTeleportBase.h │ │ ├── MapTeleport.cpp │ │ ├── MapTeleport.h │ │ ├── OculiTeleport.cpp │ │ └── OculiTeleport.h │ ├── visuals │ │ ├── AnimationChanger.cpp │ │ ├── AnimationChanger.h │ │ ├── Browser.cpp │ │ ├── Browser.h │ │ ├── CameraZoom.cpp │ │ ├── CameraZoom.h │ │ ├── EnablePeeking.cpp │ │ ├── EnablePeeking.h │ │ ├── FPSUnlock.cpp │ │ ├── FPSUnlock.h │ │ ├── FreeCamera.cpp │ │ ├── FreeCamera.h │ │ ├── HideUI.cpp │ │ ├── HideUI.h │ │ ├── NoFog.cpp │ │ ├── NoFog.h │ │ ├── PaimonFollow.cpp │ │ ├── PaimonFollow.h │ │ ├── ProfileChanger.cpp │ │ ├── ProfileChanger.h │ │ ├── ShowChestIndicator.cpp │ │ ├── ShowChestIndicator.h │ │ ├── TextureChanger.cpp │ │ └── TextureChanger.h │ └── world │ │ ├── AutoChallenge.cpp │ │ ├── AutoChallenge.h │ │ ├── AutoCook.cpp │ │ ├── AutoCook.h │ │ ├── AutoDestroy.cpp │ │ ├── AutoDestroy.h │ │ ├── AutoFish.cpp │ │ ├── AutoFish.h │ │ ├── AutoLoot.cpp │ │ ├── AutoLoot.h │ │ ├── AutoSeelie.cpp │ │ ├── AutoSeelie.h │ │ ├── AutoTreeFarm.cpp │ │ ├── AutoTreeFarm.h │ │ ├── CustomWeather.cpp │ │ ├── CustomWeather.h │ │ ├── DialogSkip.cpp │ │ ├── DialogSkip.h │ │ ├── DumbEnemies.cpp │ │ ├── DumbEnemies.h │ │ ├── ElementalSight.cpp │ │ ├── ElementalSight.h │ │ ├── FakeTime.cpp │ │ ├── FakeTime.h │ │ ├── FreezeEnemies.cpp │ │ ├── FreezeEnemies.h │ │ ├── GameSpeed.cpp │ │ ├── GameSpeed.h │ │ ├── KillAura.cpp │ │ ├── KillAura.h │ │ ├── MobVacuum.cpp │ │ ├── MobVacuum.h │ │ ├── MusicEvent.cpp │ │ ├── MusicEvent.h │ │ ├── OpenTeamImmediately.cpp │ │ ├── OpenTeamImmediately.h │ │ ├── VacuumLoot.cpp │ │ └── VacuumLoot.h │ ├── main.cpp │ └── main.h └── injector ├── akebi.ico ├── akebi.png ├── injector.rc ├── injector.vcxproj ├── injector.vcxproj.filters ├── resource.h └── src ├── injector.cpp ├── injector.h ├── main.cpp ├── util.cpp └── util.h /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/.gitmodules -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/README.md -------------------------------------------------------------------------------- /akebi-gc.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/akebi-gc.sln -------------------------------------------------------------------------------- /cheat-base/cheat-base.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-base/cheat-base.vcxproj -------------------------------------------------------------------------------- /cheat-base/cheat-base.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-base/cheat-base.vcxproj.filters -------------------------------------------------------------------------------- /cheat-base/framework/framework.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-base/framework/framework.h -------------------------------------------------------------------------------- /cheat-base/framework/pch.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-base/framework/pch.cpp -------------------------------------------------------------------------------- /cheat-base/framework/pch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-base/framework/pch.h -------------------------------------------------------------------------------- /cheat-base/src/cheat-base/HookManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-base/src/cheat-base/HookManager.h -------------------------------------------------------------------------------- /cheat-base/src/cheat-base/Hotkey.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-base/src/cheat-base/Hotkey.cpp -------------------------------------------------------------------------------- /cheat-base/src/cheat-base/Hotkey.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-base/src/cheat-base/Hotkey.h -------------------------------------------------------------------------------- /cheat-base/src/cheat-base/ISerializable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-base/src/cheat-base/ISerializable.h -------------------------------------------------------------------------------- /cheat-base/src/cheat-base/Logger.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-base/src/cheat-base/Logger.cpp -------------------------------------------------------------------------------- /cheat-base/src/cheat-base/Logger.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-base/src/cheat-base/Logger.h -------------------------------------------------------------------------------- /cheat-base/src/cheat-base/Patch.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-base/src/cheat-base/Patch.cpp -------------------------------------------------------------------------------- /cheat-base/src/cheat-base/Patch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-base/src/cheat-base/Patch.h -------------------------------------------------------------------------------- /cheat-base/src/cheat-base/PatternScanner.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-base/src/cheat-base/PatternScanner.cpp -------------------------------------------------------------------------------- /cheat-base/src/cheat-base/PatternScanner.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-base/src/cheat-base/PatternScanner.h -------------------------------------------------------------------------------- /cheat-base/src/cheat-base/PipeTransfer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-base/src/cheat-base/PipeTransfer.cpp -------------------------------------------------------------------------------- /cheat-base/src/cheat-base/PipeTransfer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-base/src/cheat-base/PipeTransfer.h -------------------------------------------------------------------------------- /cheat-base/src/cheat-base/ResourceLoader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-base/src/cheat-base/ResourceLoader.cpp -------------------------------------------------------------------------------- /cheat-base/src/cheat-base/ResourceLoader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-base/src/cheat-base/ResourceLoader.h -------------------------------------------------------------------------------- /cheat-base/src/cheat-base/cheat/Feature.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-base/src/cheat-base/cheat/Feature.h -------------------------------------------------------------------------------- /cheat-base/src/cheat-base/config/Config.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-base/src/cheat-base/config/Config.cpp -------------------------------------------------------------------------------- /cheat-base/src/cheat-base/config/Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-base/src/cheat-base/config/Config.h -------------------------------------------------------------------------------- /cheat-base/src/cheat-base/config/Field.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-base/src/cheat-base/config/Field.h -------------------------------------------------------------------------------- /cheat-base/src/cheat-base/events/event.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-base/src/cheat-base/events/event.hpp -------------------------------------------------------------------------------- /cheat-base/src/cheat-base/globals.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-base/src/cheat-base/globals.cpp -------------------------------------------------------------------------------- /cheat-base/src/cheat-base/globals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-base/src/cheat-base/globals.h -------------------------------------------------------------------------------- /cheat-base/src/cheat-base/inject/load-library.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | bool LoadLibraryDLL(HANDLE hProc, const std::string& dllpath); -------------------------------------------------------------------------------- /cheat-base/src/cheat-base/render/gui-util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-base/src/cheat-base/render/gui-util.h -------------------------------------------------------------------------------- /cheat-base/src/cheat-base/render/renderer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-base/src/cheat-base/render/renderer.h -------------------------------------------------------------------------------- /cheat-base/src/cheat-base/thread-safe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-base/src/cheat-base/thread-safe.h -------------------------------------------------------------------------------- /cheat-base/src/cheat-base/util.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-base/src/cheat-base/util.cpp -------------------------------------------------------------------------------- /cheat-base/src/cheat-base/util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-base/src/cheat-base/util.h -------------------------------------------------------------------------------- /cheat-base/vendor/detours/detours-x64.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-base/vendor/detours/detours-x64.lib -------------------------------------------------------------------------------- /cheat-base/vendor/detours/detours-x86.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-base/vendor/detours/detours-x86.lib -------------------------------------------------------------------------------- /cheat-base/vendor/detours/detours.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-base/vendor/detours/detours.h -------------------------------------------------------------------------------- /cheat-base/vendor/detours/detver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-base/vendor/detours/detver.h -------------------------------------------------------------------------------- /cheat-library/cheat-library.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/cheat-library.vcxproj -------------------------------------------------------------------------------- /cheat-library/cheat-library.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/cheat-library.vcxproj.filters -------------------------------------------------------------------------------- /cheat-library/res/Ruda-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/Ruda-Bold.ttf -------------------------------------------------------------------------------- /cheat-library/res/Ruda-ExtraBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/Ruda-ExtraBold.ttf -------------------------------------------------------------------------------- /cheat-library/res/ascension_materials.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/ascension_materials.json -------------------------------------------------------------------------------- /cheat-library/res/assembly_checksum.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/assembly_checksum.json -------------------------------------------------------------------------------- /cheat-library/res/icons/AbidingAngelfish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/AbidingAngelfish.png -------------------------------------------------------------------------------- /cheat-library/res/icons/AbyssMage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/AbyssMage.png -------------------------------------------------------------------------------- /cheat-library/res/icons/AdhigamaWood.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/AdhigamaWood.png -------------------------------------------------------------------------------- /cheat-library/res/icons/AdornedUnagi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/AdornedUnagi.png -------------------------------------------------------------------------------- /cheat-library/res/icons/AeonblightDrake.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/AeonblightDrake.png -------------------------------------------------------------------------------- /cheat-library/res/icons/AizenMedaka.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/AizenMedaka.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Ajilenakh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Ajilenakh.png -------------------------------------------------------------------------------- /cheat-library/res/icons/AkaiMaou.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/AkaiMaou.png -------------------------------------------------------------------------------- /cheat-library/res/icons/AmakumoFruit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/AmakumoFruit.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Amber.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Amber.png -------------------------------------------------------------------------------- /cheat-library/res/icons/AmethystLump.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/AmethystLump.png -------------------------------------------------------------------------------- /cheat-library/res/icons/AncientRime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/AncientRime.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Andrius.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Andrius.png -------------------------------------------------------------------------------- /cheat-library/res/icons/AnemoCrystalfly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/AnemoCrystalfly.png -------------------------------------------------------------------------------- /cheat-library/res/icons/AnemoHypostasis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/AnemoHypostasis.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Anemoculus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Anemoculus.png -------------------------------------------------------------------------------- /cheat-library/res/icons/AphotiumOre.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/AphotiumOre.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Apple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Apple.png -------------------------------------------------------------------------------- /cheat-library/res/icons/AraliaWood.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/AraliaWood.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Aranara.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Aranara.png -------------------------------------------------------------------------------- /cheat-library/res/icons/ArchaicStone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/ArchaicStone.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Artifact.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Artifact.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Avatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Avatar.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Azhdaha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Azhdaha.png -------------------------------------------------------------------------------- /cheat-library/res/icons/BakeDanuki.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/BakeDanuki.png -------------------------------------------------------------------------------- /cheat-library/res/icons/BambooSegment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/BambooSegment.png -------------------------------------------------------------------------------- /cheat-library/res/icons/BambooShoot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/BambooShoot.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Berry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Berry.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Betta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Betta.png -------------------------------------------------------------------------------- /cheat-library/res/icons/BirchWood.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/BirchWood.png -------------------------------------------------------------------------------- /cheat-library/res/icons/BirdEgg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/BirdEgg.png -------------------------------------------------------------------------------- /cheat-library/res/icons/BitterPufferfish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/BitterPufferfish.png -------------------------------------------------------------------------------- /cheat-library/res/icons/BlackKingPigeon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/BlackKingPigeon.png -------------------------------------------------------------------------------- /cheat-library/res/icons/BloattyFloatty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/BloattyFloatty.png -------------------------------------------------------------------------------- /cheat-library/res/icons/BlueFrog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/BlueFrog.png -------------------------------------------------------------------------------- /cheat-library/res/icons/BlueHornedLizard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/BlueHornedLizard.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Boar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Boar.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Book.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Book.png -------------------------------------------------------------------------------- /cheat-library/res/icons/BookPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/BookPage.png -------------------------------------------------------------------------------- /cheat-library/res/icons/BootWeasel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/BootWeasel.png -------------------------------------------------------------------------------- /cheat-library/res/icons/BouncyMushroom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/BouncyMushroom.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Brightwood.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Brightwood.png -------------------------------------------------------------------------------- /cheat-library/res/icons/BrownShirakodai.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/BrownShirakodai.png -------------------------------------------------------------------------------- /cheat-library/res/icons/BuriedChest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/BuriedChest.png -------------------------------------------------------------------------------- /cheat-library/res/icons/ButterflyWings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/ButterflyWings.png -------------------------------------------------------------------------------- /cheat-library/res/icons/CallaLily.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/CallaLily.png -------------------------------------------------------------------------------- /cheat-library/res/icons/CampfireTorch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/CampfireTorch.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Carrot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Carrot.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Cat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Cat.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Cave.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Cave.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Cecilia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Cecilia.png -------------------------------------------------------------------------------- /cheat-library/res/icons/ChilledMeat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/ChilledMeat.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Cicin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Cicin.png -------------------------------------------------------------------------------- /cheat-library/res/icons/CommonChest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/CommonChest.png -------------------------------------------------------------------------------- /cheat-library/res/icons/CorLapis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/CorLapis.png -------------------------------------------------------------------------------- /cheat-library/res/icons/CoralButterfly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/CoralButterfly.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Crab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Crab.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Crane.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Crane.png -------------------------------------------------------------------------------- /cheat-library/res/icons/CrimsonAgate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/CrimsonAgate.png -------------------------------------------------------------------------------- /cheat-library/res/icons/CrimsonFinch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/CrimsonFinch.png -------------------------------------------------------------------------------- /cheat-library/res/icons/CrimsonFox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/CrimsonFox.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Crow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Crow.png -------------------------------------------------------------------------------- /cheat-library/res/icons/CryoCrystalfly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/CryoCrystalfly.png -------------------------------------------------------------------------------- /cheat-library/res/icons/CryoHypostasis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/CryoHypostasis.png -------------------------------------------------------------------------------- /cheat-library/res/icons/CryoRegisvine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/CryoRegisvine.png -------------------------------------------------------------------------------- /cheat-library/res/icons/CrystalChunk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/CrystalChunk.png -------------------------------------------------------------------------------- /cheat-library/res/icons/CrystalCore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/CrystalCore.png -------------------------------------------------------------------------------- /cheat-library/res/icons/CrystalMarrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/CrystalMarrow.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Crystalfish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Crystalfish.png -------------------------------------------------------------------------------- /cheat-library/res/icons/CubeDevices.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/CubeDevices.png -------------------------------------------------------------------------------- /cheat-library/res/icons/CuihuaWood.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/CuihuaWood.png -------------------------------------------------------------------------------- /cheat-library/res/icons/DandelionSeed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/DandelionSeed.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Dandy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Dandy.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Dawncatcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Dawncatcher.png -------------------------------------------------------------------------------- /cheat-library/res/icons/DeepSeaUnagi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/DeepSeaUnagi.png -------------------------------------------------------------------------------- /cheat-library/res/icons/DendroCrystalfly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/DendroCrystalfly.png -------------------------------------------------------------------------------- /cheat-library/res/icons/DendroGranum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/DendroGranum.png -------------------------------------------------------------------------------- /cheat-library/res/icons/DendroPile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/DendroPile.png -------------------------------------------------------------------------------- /cheat-library/res/icons/DendroRock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/DendroRock.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Dendrobium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Dendrobium.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Dendroculus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Dendroculus.png -------------------------------------------------------------------------------- /cheat-library/res/icons/DivdaRay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/DivdaRay.png -------------------------------------------------------------------------------- /cheat-library/res/icons/DoNotPublish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/DoNotPublish.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Dog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Dog.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Domain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Domain.png -------------------------------------------------------------------------------- /cheat-library/res/icons/DreamForm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/DreamForm.png -------------------------------------------------------------------------------- /cheat-library/res/icons/DunlinsTooth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/DunlinsTooth.png -------------------------------------------------------------------------------- /cheat-library/res/icons/DuskBird.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/DuskBird.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Dvalin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Dvalin.png -------------------------------------------------------------------------------- /cheat-library/res/icons/EchoingConch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/EchoingConch.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Eel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Eel.png -------------------------------------------------------------------------------- /cheat-library/res/icons/ElectroAbyssMage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/ElectroAbyssMage.png -------------------------------------------------------------------------------- /cheat-library/res/icons/ElectroCrystal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/ElectroCrystal.png -------------------------------------------------------------------------------- /cheat-library/res/icons/ElectroRegisvine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/ElectroRegisvine.png -------------------------------------------------------------------------------- /cheat-library/res/icons/ElectroSeelie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/ElectroSeelie.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Electroculus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Electroculus.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Electrogranum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Electrogranum.png -------------------------------------------------------------------------------- /cheat-library/res/icons/EmeraldFinch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/EmeraldFinch.png -------------------------------------------------------------------------------- /cheat-library/res/icons/EnergyPoint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/EnergyPoint.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Eremite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Eremite.png -------------------------------------------------------------------------------- /cheat-library/res/icons/ExquisiteChest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/ExquisiteChest.png -------------------------------------------------------------------------------- /cheat-library/res/icons/EyeoftheStorm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/EyeoftheStorm.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Falcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Falcon.png -------------------------------------------------------------------------------- /cheat-library/res/icons/FatuiAgent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/FatuiAgent.png -------------------------------------------------------------------------------- /cheat-library/res/icons/FatuiCicinMage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/FatuiCicinMage.png -------------------------------------------------------------------------------- /cheat-library/res/icons/FatuiSkirmisher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/FatuiSkirmisher.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Finch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Finch.png -------------------------------------------------------------------------------- /cheat-library/res/icons/FirWood.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/FirWood.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Fish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Fish.png -------------------------------------------------------------------------------- /cheat-library/res/icons/FishingPoint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/FishingPoint.png -------------------------------------------------------------------------------- /cheat-library/res/icons/FloatingFungus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/FloatingFungus.png -------------------------------------------------------------------------------- /cheat-library/res/icons/FormaloRay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/FormaloRay.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Fowl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Fowl.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Fox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Fox.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Frog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Frog.png -------------------------------------------------------------------------------- /cheat-library/res/icons/FrostbearingTree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/FrostbearingTree.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Fungi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Fungi.png -------------------------------------------------------------------------------- /cheat-library/res/icons/GeneralCrab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/GeneralCrab.png -------------------------------------------------------------------------------- /cheat-library/res/icons/GeoCrystalfly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/GeoCrystalfly.png -------------------------------------------------------------------------------- /cheat-library/res/icons/GeoHypostasis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/GeoHypostasis.png -------------------------------------------------------------------------------- /cheat-library/res/icons/GeoSigil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/GeoSigil.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Geoculus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Geoculus.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Geogranum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Geogranum.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Geovishap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Geovishap.png -------------------------------------------------------------------------------- /cheat-library/res/icons/GlazeLily.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/GlazeLily.png -------------------------------------------------------------------------------- /cheat-library/res/icons/GlazeMedaka.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/GlazeMedaka.png -------------------------------------------------------------------------------- /cheat-library/res/icons/GoldenCrab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/GoldenCrab.png -------------------------------------------------------------------------------- /cheat-library/res/icons/GoldenFinch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/GoldenFinch.png -------------------------------------------------------------------------------- /cheat-library/res/icons/GoldenKoi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/GoldenKoi.png -------------------------------------------------------------------------------- /cheat-library/res/icons/GoldenLoach.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/GoldenLoach.png -------------------------------------------------------------------------------- /cheat-library/res/icons/GoldenWolflord.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/GoldenWolflord.png -------------------------------------------------------------------------------- /cheat-library/res/icons/GraySnowCat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/GraySnowCat.png -------------------------------------------------------------------------------- /cheat-library/res/icons/GraywingPigeon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/GraywingPigeon.png -------------------------------------------------------------------------------- /cheat-library/res/icons/GroundedShroom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/GroundedShroom.png -------------------------------------------------------------------------------- /cheat-library/res/icons/HarpastumChest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/HarpastumChest.png -------------------------------------------------------------------------------- /cheat-library/res/icons/HarraFruit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/HarraFruit.png -------------------------------------------------------------------------------- /cheat-library/res/icons/HarvestablePlant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/HarvestablePlant.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Hilichurl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Hilichurl.png -------------------------------------------------------------------------------- /cheat-library/res/icons/HilichurlShooter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/HilichurlShooter.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Horsetail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Horsetail.png -------------------------------------------------------------------------------- /cheat-library/res/icons/HydroAbyssHerald.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/HydroAbyssHerald.png -------------------------------------------------------------------------------- /cheat-library/res/icons/HydroAbyssMage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/HydroAbyssMage.png -------------------------------------------------------------------------------- /cheat-library/res/icons/HydroHypostasis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/HydroHypostasis.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Illusion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Illusion.png -------------------------------------------------------------------------------- /cheat-library/res/icons/ImagingConch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/ImagingConch.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Inu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Inu.png -------------------------------------------------------------------------------- /cheat-library/res/icons/IronChunk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/IronChunk.png -------------------------------------------------------------------------------- /cheat-library/res/icons/ItemDrops.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/ItemDrops.png -------------------------------------------------------------------------------- /cheat-library/res/icons/JadeChamber.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/JadeChamber.png -------------------------------------------------------------------------------- /cheat-library/res/icons/JueyunChili.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/JueyunChili.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Kairagi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Kairagi.png -------------------------------------------------------------------------------- /cheat-library/res/icons/KalpalataLotus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/KalpalataLotus.png -------------------------------------------------------------------------------- /cheat-library/res/icons/KeySigil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/KeySigil.png -------------------------------------------------------------------------------- /cheat-library/res/icons/KeySigilI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/KeySigilI.png -------------------------------------------------------------------------------- /cheat-library/res/icons/KeySigilII.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/KeySigilII.png -------------------------------------------------------------------------------- /cheat-library/res/icons/KeySigilIII.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/KeySigilIII.png -------------------------------------------------------------------------------- /cheat-library/res/icons/KeySigilIV.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/KeySigilIV.png -------------------------------------------------------------------------------- /cheat-library/res/icons/KeySigilV.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/KeySigilV.png -------------------------------------------------------------------------------- /cheat-library/res/icons/KidKujirai.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/KidKujirai.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Kitsune.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Kitsune.png -------------------------------------------------------------------------------- /cheat-library/res/icons/LargeRockPile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/LargeRockPile.png -------------------------------------------------------------------------------- /cheat-library/res/icons/LavenderMelon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/LavenderMelon.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Liyue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Liyue.png -------------------------------------------------------------------------------- /cheat-library/res/icons/LizardTail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/LizardTail.png -------------------------------------------------------------------------------- /cheat-library/res/icons/LoachPearl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/LoachPearl.png -------------------------------------------------------------------------------- /cheat-library/res/icons/LotusHead.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/LotusHead.png -------------------------------------------------------------------------------- /cheat-library/res/icons/LucklightFly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/LucklightFly.png -------------------------------------------------------------------------------- /cheat-library/res/icons/LumenCage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/LumenCage.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Lumenlamp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Lumenlamp.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Lumenspar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Lumenspar.png -------------------------------------------------------------------------------- /cheat-library/res/icons/LuminescentSpine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/LuminescentSpine.png -------------------------------------------------------------------------------- /cheat-library/res/icons/LuminousSeelie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/LuminousSeelie.png -------------------------------------------------------------------------------- /cheat-library/res/icons/LuxuriousChest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/LuxuriousChest.png -------------------------------------------------------------------------------- /cheat-library/res/icons/MaguuKenki.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/MaguuKenki.png -------------------------------------------------------------------------------- /cheat-library/res/icons/MapleWood.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/MapleWood.png -------------------------------------------------------------------------------- /cheat-library/res/icons/MarrowLizard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/MarrowLizard.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Matsutake.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Matsutake.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Medaka.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Medaka.png -------------------------------------------------------------------------------- /cheat-library/res/icons/MelodicBloom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/MelodicBloom.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Merchant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Merchant.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Millelith.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Millelith.png -------------------------------------------------------------------------------- /cheat-library/res/icons/MiniPuzzle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/MiniPuzzle.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Mint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Mint.png -------------------------------------------------------------------------------- /cheat-library/res/icons/MistBubble.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/MistBubble.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Mitachurl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Mitachurl.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Mondstadt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Mondstadt.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Mora.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Mora.png -------------------------------------------------------------------------------- /cheat-library/res/icons/MudFrog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/MudFrog.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Mural.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Mural.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Mushroom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Mushroom.png -------------------------------------------------------------------------------- /cheat-library/res/icons/MysteriousConch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/MysteriousConch.png -------------------------------------------------------------------------------- /cheat-library/res/icons/NakuWeed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/NakuWeed.png -------------------------------------------------------------------------------- /cheat-library/res/icons/NilotpalaLotus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/NilotpalaLotus.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Nobushi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Nobushi.png -------------------------------------------------------------------------------- /cheat-library/res/icons/NoctilucousJade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/NoctilucousJade.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Npc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Npc.png -------------------------------------------------------------------------------- /cheat-library/res/icons/OceanCrab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/OceanCrab.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Oceanid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Oceanid.png -------------------------------------------------------------------------------- /cheat-library/res/icons/OceanidSummons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/OceanidSummons.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Ochimusha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Ochimusha.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Onikabuto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Onikabuto.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Ores.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Ores.png -------------------------------------------------------------------------------- /cheat-library/res/icons/OtogiWood.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/OtogiWood.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Padisarah.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Padisarah.png -------------------------------------------------------------------------------- /cheat-library/res/icons/PaintedWall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/PaintedWall.png -------------------------------------------------------------------------------- /cheat-library/res/icons/PaleRedCrab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/PaleRedCrab.png -------------------------------------------------------------------------------- /cheat-library/res/icons/PhantasmalGate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/PhantasmalGate.png -------------------------------------------------------------------------------- /cheat-library/res/icons/PhaseGate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/PhaseGate.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Pigeon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Pigeon.png -------------------------------------------------------------------------------- /cheat-library/res/icons/PineWood.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/PineWood.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Pinecone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Pinecone.png -------------------------------------------------------------------------------- /cheat-library/res/icons/PirateHelm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/PirateHelm.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Pot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Pot.png -------------------------------------------------------------------------------- /cheat-library/res/icons/PreciousChest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/PreciousChest.png -------------------------------------------------------------------------------- /cheat-library/res/icons/PressurePlate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/PressurePlate.png -------------------------------------------------------------------------------- /cheat-library/res/icons/PrimalConstruct.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/PrimalConstruct.png -------------------------------------------------------------------------------- /cheat-library/res/icons/PrimoGeovishap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/PrimoGeovishap.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Pufferfish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Pufferfish.png -------------------------------------------------------------------------------- /cheat-library/res/icons/PurpleShirakodai.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/PurpleShirakodai.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Puzzles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Puzzles.png -------------------------------------------------------------------------------- /cheat-library/res/icons/PyroAbyssLector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/PyroAbyssLector.png -------------------------------------------------------------------------------- /cheat-library/res/icons/PyroAbyssMage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/PyroAbyssMage.png -------------------------------------------------------------------------------- /cheat-library/res/icons/PyroHypostasis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/PyroHypostasis.png -------------------------------------------------------------------------------- /cheat-library/res/icons/PyroRegisvine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/PyroRegisvine.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Qingxin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Qingxin.png -------------------------------------------------------------------------------- /cheat-library/res/icons/QuestInteract.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/QuestInteract.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Radish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Radish.png -------------------------------------------------------------------------------- /cheat-library/res/icons/RaimeiAngelfish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/RaimeiAngelfish.png -------------------------------------------------------------------------------- /cheat-library/res/icons/RawMeat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/RawMeat.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Recipe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Recipe.png -------------------------------------------------------------------------------- /cheat-library/res/icons/RedFinnedUnagi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/RedFinnedUnagi.png -------------------------------------------------------------------------------- /cheat-library/res/icons/RedHornedLizard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/RedHornedLizard.png -------------------------------------------------------------------------------- /cheat-library/res/icons/RedTailedWeasel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/RedTailedWeasel.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Redcrest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Redcrest.png -------------------------------------------------------------------------------- /cheat-library/res/icons/RelayStone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/RelayStone.png -------------------------------------------------------------------------------- /cheat-library/res/icons/RemarkableChest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/RemarkableChest.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Rifthound.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Rifthound.png -------------------------------------------------------------------------------- /cheat-library/res/icons/RifthoundWhelp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/RifthoundWhelp.png -------------------------------------------------------------------------------- /cheat-library/res/icons/RishbolandTiger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/RishbolandTiger.png -------------------------------------------------------------------------------- /cheat-library/res/icons/RockPile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/RockPile.png -------------------------------------------------------------------------------- /cheat-library/res/icons/RuinBrazier.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/RuinBrazier.png -------------------------------------------------------------------------------- /cheat-library/res/icons/RuinDrake.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/RuinDrake.png -------------------------------------------------------------------------------- /cheat-library/res/icons/RuinGrader.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/RuinGrader.png -------------------------------------------------------------------------------- /cheat-library/res/icons/RuinGuard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/RuinGuard.png -------------------------------------------------------------------------------- /cheat-library/res/icons/RuinHunter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/RuinHunter.png -------------------------------------------------------------------------------- /cheat-library/res/icons/RuinSentinel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/RuinSentinel.png -------------------------------------------------------------------------------- /cheat-library/res/icons/RuinSerpent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/RuinSerpent.png -------------------------------------------------------------------------------- /cheat-library/res/icons/RustyKoi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/RustyKoi.png -------------------------------------------------------------------------------- /cheat-library/res/icons/SacredSakura.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/SacredSakura.png -------------------------------------------------------------------------------- /cheat-library/res/icons/SaghiraMachine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/SaghiraMachine.png -------------------------------------------------------------------------------- /cheat-library/res/icons/SakuraBloom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/SakuraBloom.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Salamander.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Salamander.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Samachurl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Samachurl.png -------------------------------------------------------------------------------- /cheat-library/res/icons/SandbearerWood.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/SandbearerWood.png -------------------------------------------------------------------------------- /cheat-library/res/icons/SandstormAngler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/SandstormAngler.png -------------------------------------------------------------------------------- /cheat-library/res/icons/SangoPearl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/SangoPearl.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Sapphire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Sapphire.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Scarab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Scarab.png -------------------------------------------------------------------------------- /cheat-library/res/icons/ScarletQuartz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/ScarletQuartz.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Scorpion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Scorpion.png -------------------------------------------------------------------------------- /cheat-library/res/icons/SeaGanoderma.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/SeaGanoderma.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Seagrass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Seagrass.png -------------------------------------------------------------------------------- /cheat-library/res/icons/SealLocationI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/SealLocationI.png -------------------------------------------------------------------------------- /cheat-library/res/icons/SealLocationII.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/SealLocationII.png -------------------------------------------------------------------------------- /cheat-library/res/icons/SealLocationIII.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/SealLocationIII.png -------------------------------------------------------------------------------- /cheat-library/res/icons/SealLocationIV.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/SealLocationIV.png -------------------------------------------------------------------------------- /cheat-library/res/icons/SealLocationV.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/SealLocationV.png -------------------------------------------------------------------------------- /cheat-library/res/icons/SealedChest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/SealedChest.png -------------------------------------------------------------------------------- /cheat-library/res/icons/SearchPoint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/SearchPoint.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Seelie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Seelie.png -------------------------------------------------------------------------------- /cheat-library/res/icons/SeelieCourt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/SeelieCourt.png -------------------------------------------------------------------------------- /cheat-library/res/icons/SeelieLamp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/SeelieLamp.png -------------------------------------------------------------------------------- /cheat-library/res/icons/SentouTrial.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/SentouTrial.png -------------------------------------------------------------------------------- /cheat-library/res/icons/ShadowyHusk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/ShadowyHusk.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Shogun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Shogun.png -------------------------------------------------------------------------------- /cheat-library/res/icons/ShrineOfDepth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/ShrineOfDepth.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Shroomboar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Shroomboar.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Signora.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Signora.png -------------------------------------------------------------------------------- /cheat-library/res/icons/SilkFlower.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/SilkFlower.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Slime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Slime.png -------------------------------------------------------------------------------- /cheat-library/res/icons/SmallLampGrass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/SmallLampGrass.png -------------------------------------------------------------------------------- /cheat-library/res/icons/SmallRockPile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/SmallRockPile.png -------------------------------------------------------------------------------- /cheat-library/res/icons/SmashedStone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/SmashedStone.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Snapdragon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Snapdragon.png -------------------------------------------------------------------------------- /cheat-library/res/icons/SnowFinch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/SnowFinch.png -------------------------------------------------------------------------------- /cheat-library/res/icons/SnowFox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/SnowFox.png -------------------------------------------------------------------------------- /cheat-library/res/icons/SnowWeasel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/SnowWeasel.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Snowboar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Snowboar.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Snowstrider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Snowstrider.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Specter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Specter.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Spincrocodile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Spincrocodile.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Squirrel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Squirrel.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Starconch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Starconch.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Starshroom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Starshroom.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Starsilver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Starsilver.png -------------------------------------------------------------------------------- /cheat-library/res/icons/StatueofTheSeven.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/StatueofTheSeven.png -------------------------------------------------------------------------------- /cheat-library/res/icons/StonePillarSeal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/StonePillarSeal.png -------------------------------------------------------------------------------- /cheat-library/res/icons/StormBarrier.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/StormBarrier.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Stormstone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Stormstone.png -------------------------------------------------------------------------------- /cheat-library/res/icons/StrangeTooth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/StrangeTooth.png -------------------------------------------------------------------------------- /cheat-library/res/icons/StretchyFungus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/StretchyFungus.png -------------------------------------------------------------------------------- /cheat-library/res/icons/SumeruPuzzles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/SumeruPuzzles.png -------------------------------------------------------------------------------- /cheat-library/res/icons/SumeruRose.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/SumeruRose.png -------------------------------------------------------------------------------- /cheat-library/res/icons/SunCrab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/SunCrab.png -------------------------------------------------------------------------------- /cheat-library/res/icons/SunnyLoach.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/SunnyLoach.png -------------------------------------------------------------------------------- /cheat-library/res/icons/SunsetLoach.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/SunsetLoach.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Sunsettia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Sunsettia.png -------------------------------------------------------------------------------- /cheat-library/res/icons/SweetFlower.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/SweetFlower.png -------------------------------------------------------------------------------- /cheat-library/res/icons/SwordHilt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/SwordHilt.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Tartaglia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Tartaglia.png -------------------------------------------------------------------------------- /cheat-library/res/icons/TeleportWaypoint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/TeleportWaypoint.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Temari.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Temari.png -------------------------------------------------------------------------------- /cheat-library/res/icons/TheCruxTheAlcor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/TheCruxTheAlcor.png -------------------------------------------------------------------------------- /cheat-library/res/icons/TheEremites.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/TheEremites.png -------------------------------------------------------------------------------- /cheat-library/res/icons/TheRavenForum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/TheRavenForum.png -------------------------------------------------------------------------------- /cheat-library/res/icons/TheWithering.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/TheWithering.png -------------------------------------------------------------------------------- /cheat-library/res/icons/ThreeBoxes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/ThreeBoxes.png -------------------------------------------------------------------------------- /cheat-library/res/icons/TokoyoLegume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/TokoyoLegume.png -------------------------------------------------------------------------------- /cheat-library/res/icons/TorchPuzzle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/TorchPuzzle.png -------------------------------------------------------------------------------- /cheat-library/res/icons/TreasureHoarder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/TreasureHoarder.png -------------------------------------------------------------------------------- /cheat-library/res/icons/TreeofDreams.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/TreeofDreams.png -------------------------------------------------------------------------------- /cheat-library/res/icons/TriYanaSeeds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/TriYanaSeeds.png -------------------------------------------------------------------------------- /cheat-library/res/icons/TrueFruitAngler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/TrueFruitAngler.png -------------------------------------------------------------------------------- /cheat-library/res/icons/UnagiMeat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/UnagiMeat.png -------------------------------------------------------------------------------- /cheat-library/res/icons/UniqueRocks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/UniqueRocks.png -------------------------------------------------------------------------------- /cheat-library/res/icons/UnusualHilichurl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/UnusualHilichurl.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Valberry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Valberry.png -------------------------------------------------------------------------------- /cheat-library/res/icons/VenomspineFish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/VenomspineFish.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Viewpoint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Viewpoint.png -------------------------------------------------------------------------------- /cheat-library/res/icons/VioletIbis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/VioletIbis.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Violetgrass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Violetgrass.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Viparyas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Viparyas.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Vulture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Vulture.png -------------------------------------------------------------------------------- /cheat-library/res/icons/WarmingSeelie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/WarmingSeelie.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Weapon.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Weasel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Weasel.png -------------------------------------------------------------------------------- /cheat-library/res/icons/WhirlingFungus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/WhirlingFungus.png -------------------------------------------------------------------------------- /cheat-library/res/icons/WhiteIronChunk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/WhiteIronChunk.png -------------------------------------------------------------------------------- /cheat-library/res/icons/WhitePigeon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/WhitePigeon.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Whopperflower.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Whopperflower.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Wigeon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Wigeon.png -------------------------------------------------------------------------------- /cheat-library/res/icons/WindwheelAster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/WindwheelAster.png -------------------------------------------------------------------------------- /cheat-library/res/icons/WingedShroom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/WingedShroom.png -------------------------------------------------------------------------------- /cheat-library/res/icons/Wolfhook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/Wolfhook.png -------------------------------------------------------------------------------- /cheat-library/res/icons/WolvesoftheRift.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/WolvesoftheRift.png -------------------------------------------------------------------------------- /cheat-library/res/icons/WoodenCrate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/WoodenCrate.png -------------------------------------------------------------------------------- /cheat-library/res/icons/WorldQuests.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/WorldQuests.png -------------------------------------------------------------------------------- /cheat-library/res/icons/YumemiruWood.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/YumemiruWood.png -------------------------------------------------------------------------------- /cheat-library/res/icons/ZaytunPeach.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/icons/ZaytunPeach.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/AbyssMage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/AbyssMage.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/AdhigamaWood.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/AdhigamaWood.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/AdornedUnagi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/AdornedUnagi.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/AizenMedaka.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/AizenMedaka.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Ajilenakh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Ajilenakh.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/AkaiMaou.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/AkaiMaou.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Akuoumaru.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Akuoumaru.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Albedo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Albedo.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/AlleyHunter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/AlleyHunter.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Aloy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Aloy.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/AmakumoFruit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/AmakumoFruit.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Amber.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Amber.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/AmethystLump.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/AmethystLump.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/AmosBow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/AmosBow.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/AncientRime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/AncientRime.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Andrius.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Andrius.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Anemoculus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Anemoculus.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Apple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Apple.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/AquaSimulacra.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/AquaSimulacra.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/AquilaFavonia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/AquilaFavonia.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/AraliaWood.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/AraliaWood.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Aranara.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Aranara.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/AratakiItto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/AratakiItto.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/ArchaicStone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/ArchaicStone.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Artifact.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Artifact.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Azhdaha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Azhdaha.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/BakeDanuki.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/BakeDanuki.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/BambooSegment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/BambooSegment.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/BambooShoot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/BambooShoot.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Barbara.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Barbara.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Beidou.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Beidou.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Bennett.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Bennett.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Berry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Berry.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Betta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Betta.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/BirchWood.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/BirchWood.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/BirdEgg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/BirdEgg.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/BlackTassel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/BlackTassel.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/BlackcliffPole.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/BlackcliffPole.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/BloattyFloatty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/BloattyFloatty.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/BlueFrog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/BlueFrog.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Boar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Boar.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Book.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Book.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/BookPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/BookPage.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/BootWeasel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/BootWeasel.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/BouncyMushroom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/BouncyMushroom.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Brightwood.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Brightwood.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/BuriedChest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/BuriedChest.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/ButterflyWings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/ButterflyWings.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/CallaLily.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/CallaLily.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/CampfireTorch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/CampfireTorch.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Candace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Candace.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Carrot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Carrot.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Cat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Cat.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Cave.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Cave.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Cecilia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Cecilia.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/CharacterAmber.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/CharacterAmber.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/ChilledMeat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/ChilledMeat.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Chongyun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Chongyun.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Cicin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Cicin.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Collei.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Collei.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/CommonChest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/CommonChest.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/CompoundBow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/CompoundBow.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/CoolSteel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/CoolSteel.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/CorLapis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/CorLapis.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Crab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Crab.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Crane.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Crane.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/CrescentPike.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/CrescentPike.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/CrimsonAgate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/CrimsonAgate.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/CrimsonFinch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/CrimsonFinch.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/CrimsonFox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/CrimsonFox.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Crow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Crow.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/CryoCrystalfly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/CryoCrystalfly.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/CryoHypostasis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/CryoHypostasis.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/CryoRegisvine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/CryoRegisvine.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/CrystalChunk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/CrystalChunk.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/CrystalCore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/CrystalCore.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/CrystalMarrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/CrystalMarrow.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Crystalfish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Crystalfish.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/CubeDevices.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/CubeDevices.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/CuihuaWood.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/CuihuaWood.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Cyno.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Cyno.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/DandelionSeed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/DandelionSeed.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Dandy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Dandy.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/DarkIronSword.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/DarkIronSword.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Dawncatcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Dawncatcher.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Deathmatch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Deathmatch.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/DebateClub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/DebateClub.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/DeepSeaUnagi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/DeepSeaUnagi.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/DendroGranum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/DendroGranum.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/DendroPile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/DendroPile.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/DendroRock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/DendroRock.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Dendrobium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Dendrobium.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Dendroculus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Dendroculus.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Diluc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Diluc.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Diona.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Diona.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/DivdaRay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/DivdaRay.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/DodocoTales.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/DodocoTales.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Dog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Dog.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Domain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Domain.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Dori.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Dori.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/DragonsBane.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/DragonsBane.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/DreamForm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/DreamForm.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/DullBlade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/DullBlade.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/DunlinsTooth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/DunlinsTooth.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/DuskBird.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/DuskBird.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Dvalin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Dvalin.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/EchoingConch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/EchoingConch.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Eel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Eel.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/ElectroCrystal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/ElectroCrystal.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/ElectroSeelie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/ElectroSeelie.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Electroculus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Electroculus.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Electrogranum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Electrogranum.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/ElegyfortheEnd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/ElegyfortheEnd.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/EmeraldFinch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/EmeraldFinch.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/EmeraldOrb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/EmeraldOrb.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/EndoftheLine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/EndoftheLine.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Eremite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Eremite.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Eula.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Eula.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/ExquisiteChest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/ExquisiteChest.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/EyeoftheStorm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/EyeoftheStorm.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/FadingTwilight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/FadingTwilight.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Falcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Falcon.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/FatuiAgent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/FatuiAgent.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/FatuiCicinMage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/FatuiCicinMage.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/FavoniusCodex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/FavoniusCodex.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/FavoniusLance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/FavoniusLance.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/FavoniusSword.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/FavoniusSword.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/FavoniusWarbow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/FavoniusWarbow.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/FerrousShadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/FerrousShadow.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/FilletBlade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/FilletBlade.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Finch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Finch.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/FirWood.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/FirWood.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Fischl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Fischl.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Fish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Fish.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/FishingPoint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/FishingPoint.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/FloatingFungus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/FloatingFungus.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/ForestRegalia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/ForestRegalia.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/FormaloRay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/FormaloRay.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Fowl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Fowl.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Fox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Fox.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/FreedomSworn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/FreedomSworn.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Frog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Frog.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Frostbearer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Frostbearer.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Fungi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Fungi.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Ganyu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Ganyu.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/GeneralCrab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/GeneralCrab.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/GeoCrystalfly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/GeoCrystalfly.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/GeoHypostasis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/GeoHypostasis.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/GeoSigil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/GeoSigil.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Geoculus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Geoculus.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Geogranum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Geogranum.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Geovishap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Geovishap.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/GlazeLily.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/GlazeLily.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/GlazeMedaka.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/GlazeMedaka.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/GoldenCrab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/GoldenCrab.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/GoldenFinch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/GoldenFinch.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/GoldenKoi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/GoldenKoi.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/GoldenLoach.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/GoldenLoach.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/GoldenWolflord.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/GoldenWolflord.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Gorou.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Gorou.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/GraySnowCat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/GraySnowCat.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/GraywingPigeon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/GraywingPigeon.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/GroundedShroom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/GroundedShroom.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/HakushinRing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/HakushinRing.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Halberd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Halberd.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Hamayumi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Hamayumi.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/HarraFruit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/HarraFruit.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Hilichurl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Hilichurl.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Horsetail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Horsetail.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/HuTao.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/HuTao.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/HuntersBow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/HuntersBow.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/HuntersPath.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/HuntersPath.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Illusion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Illusion.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/ImagingConch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/ImagingConch.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Inu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Inu.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/IronChunk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/IronChunk.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/IronPoint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/IronPoint.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/IronSting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/IronSting.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/ItemDrops.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/ItemDrops.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/JadeChamber.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/JadeChamber.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Jean.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Jean.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/JueyunChili.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/JueyunChili.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Kaeya.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Kaeya.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/KagurasVerity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/KagurasVerity.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Kairagi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Kairagi.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/KalpalataLotus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/KalpalataLotus.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/KamisatoAyaka.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/KamisatoAyaka.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/KamisatoAyato.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/KamisatoAyato.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Keqing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Keqing.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/KeySigil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/KeySigil.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/KeySigilI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/KeySigilI.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/KeySigilII.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/KeySigilII.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/KeySigilIII.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/KeySigilIII.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/KeySigilIV.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/KeySigilIV.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/KeySigilV.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/KeySigilV.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/KidKujirai.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/KidKujirai.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/KingsSquire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/KingsSquire.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Kitsune.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Kitsune.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Klee.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Klee.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/KujouSara.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/KujouSara.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/KukiShinobu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/KukiShinobu.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/LargeRockPile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/LargeRockPile.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/LavenderMelon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/LavenderMelon.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/LionsRoar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/LionsRoar.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Lisa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Lisa.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/LithicBlade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/LithicBlade.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/LithicSpear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/LithicSpear.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Liyue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Liyue.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/LizardTail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/LizardTail.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/LoachPearl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/LoachPearl.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/LotusHead.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/LotusHead.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/LucklightFly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/LucklightFly.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/LumenCage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/LumenCage.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Lumenlamp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Lumenlamp.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Lumenspar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Lumenspar.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/LuminousSeelie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/LuminousSeelie.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/LuxuriousChest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/LuxuriousChest.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/MagicGuide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/MagicGuide.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/MaguuKenki.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/MaguuKenki.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/MapleWood.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/MapleWood.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/MappaMare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/MappaMare.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/MarrowLizard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/MarrowLizard.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Matsutake.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Matsutake.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Medaka.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Medaka.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/MelodicBloom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/MelodicBloom.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/MemoryofDust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/MemoryofDust.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Merchant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Merchant.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Messenger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Messenger.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Millelith.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Millelith.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/MiniPuzzle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/MiniPuzzle.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Mint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Mint.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/MistBubble.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/MistBubble.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Mitachurl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Mitachurl.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Mona.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Mona.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Mondstadt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Mondstadt.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Moonpiercer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Moonpiercer.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Mora.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Mora.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/MouunsMoon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/MouunsMoon.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/MudFrog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/MudFrog.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Mushroom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Mushroom.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/NakuWeed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/NakuWeed.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/NilotpalaLotus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/NilotpalaLotus.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Nilou.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Nilou.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Ningguang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Ningguang.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Nobushi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Nobushi.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Noelle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Noelle.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/OathswornEye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/OathswornEye.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/OceanCrab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/OceanCrab.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Oceanid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Oceanid.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/OceanidSummons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/OceanidSummons.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/OldMercsPal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/OldMercsPal.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Onikabuto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Onikabuto.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Ores.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Ores.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/OtogiWood.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/OtogiWood.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Padisarah.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Padisarah.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/PaleRedCrab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/PaleRedCrab.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/PhantasmalGate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/PhantasmalGate.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/PhaseGate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/PhaseGate.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Pigeon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Pigeon.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/PineWood.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/PineWood.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Pinecone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Pinecone.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/PirateHelm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/PirateHelm.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/PocketGrimoire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/PocketGrimoire.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/PolarStar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/PolarStar.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Pot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Pot.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/PreciousChest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/PreciousChest.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Predator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Predator.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/PressurePlate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/PressurePlate.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/PrimoGeovishap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/PrimoGeovishap.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/PrototypeAmber.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/PrototypeAmber.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Pufferfish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Pufferfish.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Puzzles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Puzzles.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/PyroHypostasis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/PyroHypostasis.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/PyroRegisvine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/PyroRegisvine.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Qingxin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Qingxin.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Qiqi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Qiqi.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/QuestInteract.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/QuestInteract.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Radish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Radish.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/RaidenShogun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/RaidenShogun.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Rainslasher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Rainslasher.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/RavenBow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/RavenBow.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/RawMeat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/RawMeat.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Razor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Razor.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Recipe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Recipe.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/RecurveBow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/RecurveBow.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/RedFinnedUnagi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/RedFinnedUnagi.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Redcrest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Redcrest.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/RelayStone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/RelayStone.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Rifthound.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Rifthound.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/RifthoundWhelp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/RifthoundWhelp.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/RockPile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/RockPile.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Rosaria.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Rosaria.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/RoyalBow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/RoyalBow.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/RoyalGrimoire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/RoyalGrimoire.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/RoyalLongsword.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/RoyalLongsword.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/RoyalSpear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/RoyalSpear.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/RuinBrazier.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/RuinBrazier.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/RuinDrake.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/RuinDrake.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/RuinGrader.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/RuinGrader.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/RuinGuard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/RuinGuard.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/RuinHunter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/RuinHunter.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/RuinSentinel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/RuinSentinel.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/RuinSerpent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/RuinSerpent.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Rust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Rust.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/RustyKoi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/RustyKoi.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/SacredSakura.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/SacredSakura.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/SakuraBloom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/SakuraBloom.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Salamander.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Salamander.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Samachurl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Samachurl.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/SangoPearl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/SangoPearl.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Sapphire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Sapphire.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Sayu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Sayu.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Scarab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Scarab.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Scorpion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Scorpion.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Seagrass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Seagrass.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/SealedChest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/SealedChest.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/SearchPoint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/SearchPoint.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Seelie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Seelie.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/SeelieCourt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/SeelieCourt.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/SeelieLamp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/SeelieLamp.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/ShadowyHusk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/ShadowyHusk.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Shenhe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Shenhe.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Shogun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Shogun.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Shroomboar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Shroomboar.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Signora.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Signora.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/SilkFlower.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/SilkFlower.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/SilverSword.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/SilverSword.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/SkywardHarp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/SkywardHarp.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Slime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Slime.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Slingshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Slingshot.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Snapdragon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Snapdragon.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/SnowFinch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/SnowFinch.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/SnowFox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/SnowFox.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/SnowWeasel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/SnowWeasel.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Snowboar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Snowboar.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Snowstrider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Snowstrider.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/SolarPearl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/SolarPearl.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Specter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Specter.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Squirrel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Squirrel.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/StaffofHoma.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/StaffofHoma.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Starconch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Starconch.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Starshroom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Starshroom.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Starsilver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Starsilver.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Stormstone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Stormstone.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Sucrose.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Sucrose.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/SumeruRose.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/SumeruRose.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/SunCrab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/SunCrab.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/SunnyLoach.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/SunnyLoach.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/SunsetLoach.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/SunsetLoach.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Sunsettia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Sunsettia.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/SweetFlower.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/SweetFlower.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/SwordHilt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/SwordHilt.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Tartaglia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Tartaglia.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Temari.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Temari.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/TheBell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/TheBell.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/TheCatch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/TheCatch.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/TheEremites.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/TheEremites.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/TheFlute.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/TheFlute.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/TheUnforged.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/TheUnforged.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/TheWidsith.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/TheWidsith.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Thoma.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Thoma.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/ThreeBoxes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/ThreeBoxes.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Tighnari.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Tighnari.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/TorchPuzzle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/TorchPuzzle.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Traveler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Traveler.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/UnagiMeat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/UnagiMeat.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/UniqueRocks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/UniqueRocks.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Valberry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Valberry.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Venti.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Venti.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Viewpoint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Viewpoint.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/VioletIbis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/VioletIbis.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Violetgrass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Violetgrass.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Viparyas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Viparyas.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Vulture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Vulture.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Weapon.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Weasel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Weasel.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/WhitePigeon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/WhitePigeon.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/WhiteTassel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/WhiteTassel.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Whiteblind.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Whiteblind.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Wigeon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Wigeon.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/WineandSong.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/WineandSong.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Wolfhook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Wolfhook.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/WoodenCrate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/WoodenCrate.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/WorldQuests.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/WorldQuests.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Xiangling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Xiangling.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Xiao.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Xiao.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Xingqiu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Xingqiu.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Xinyan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Xinyan.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/YaeMiko.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/YaeMiko.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Yanfei.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Yanfei.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Yelan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Yelan.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Yoimiya.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Yoimiya.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/YunJin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/YunJin.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/ZaytunPeach.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/ZaytunPeach.png -------------------------------------------------------------------------------- /cheat-library/res/iconsHD/Zhongli.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/iconsHD/Zhongli.png -------------------------------------------------------------------------------- /cheat-library/res/map_enkanomiya.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/map_enkanomiya.json -------------------------------------------------------------------------------- /cheat-library/res/map_teyvat.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/map_teyvat.json -------------------------------------------------------------------------------- /cheat-library/res/res.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/res.rc -------------------------------------------------------------------------------- /cheat-library/res/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/resource.h -------------------------------------------------------------------------------- /cheat-library/res/scripts/icon_resizer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/scripts/icon_resizer.py -------------------------------------------------------------------------------- /cheat-library/res/scripts/map_api.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/scripts/map_api.txt -------------------------------------------------------------------------------- /cheat-library/res/signatures.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/res/signatures.json -------------------------------------------------------------------------------- /cheat-library/scr/appdata/il2cpp-types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/scr/appdata/il2cpp-types.h -------------------------------------------------------------------------------- /cheat-library/scr/framework/dllmain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/scr/framework/dllmain.cpp -------------------------------------------------------------------------------- /cheat-library/scr/framework/helpers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/scr/framework/helpers.cpp -------------------------------------------------------------------------------- /cheat-library/scr/framework/helpers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/scr/framework/helpers.h -------------------------------------------------------------------------------- /cheat-library/scr/framework/il2cpp-init.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/scr/framework/il2cpp-init.h -------------------------------------------------------------------------------- /cheat-library/scr/framework/pch-il2cpp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/scr/framework/pch-il2cpp.h -------------------------------------------------------------------------------- /cheat-library/scr/user/cheat/GenshinCM.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/scr/user/cheat/GenshinCM.h -------------------------------------------------------------------------------- /cheat-library/scr/user/cheat/cheat.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/scr/user/cheat/cheat.cpp -------------------------------------------------------------------------------- /cheat-library/scr/user/cheat/debugger.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/scr/user/cheat/debugger.cpp -------------------------------------------------------------------------------- /cheat-library/scr/user/cheat/debugger.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/scr/user/cheat/debugger.h -------------------------------------------------------------------------------- /cheat-library/scr/user/cheat/esp/ESP.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/scr/user/cheat/esp/ESP.cpp -------------------------------------------------------------------------------- /cheat-library/scr/user/cheat/esp/ESP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/scr/user/cheat/esp/ESP.h -------------------------------------------------------------------------------- /cheat-library/scr/user/cheat/events.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/scr/user/cheat/events.cpp -------------------------------------------------------------------------------- /cheat-library/scr/user/cheat/events.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/scr/user/cheat/events.h -------------------------------------------------------------------------------- /cheat-library/scr/user/cheat/game/Chest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/scr/user/cheat/game/Chest.h -------------------------------------------------------------------------------- /cheat-library/scr/user/cheat/game/util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/scr/user/cheat/game/util.h -------------------------------------------------------------------------------- /cheat-library/scr/user/cheat/misc/About.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/scr/user/cheat/misc/About.h -------------------------------------------------------------------------------- /cheat-library/scr/user/cheat/misc/Debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/scr/user/cheat/misc/Debug.h -------------------------------------------------------------------------------- /cheat-library/scr/user/cheat/native.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/scr/user/cheat/native.cpp -------------------------------------------------------------------------------- /cheat-library/scr/user/cheat/native.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/scr/user/cheat/native.h -------------------------------------------------------------------------------- /cheat-library/scr/user/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/scr/user/main.cpp -------------------------------------------------------------------------------- /cheat-library/scr/user/main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/cheat-library/scr/user/main.h -------------------------------------------------------------------------------- /injector/akebi.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/injector/akebi.ico -------------------------------------------------------------------------------- /injector/akebi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/injector/akebi.png -------------------------------------------------------------------------------- /injector/injector.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/injector/injector.rc -------------------------------------------------------------------------------- /injector/injector.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/injector/injector.vcxproj -------------------------------------------------------------------------------- /injector/injector.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/injector/injector.vcxproj.filters -------------------------------------------------------------------------------- /injector/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/injector/resource.h -------------------------------------------------------------------------------- /injector/src/injector.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/injector/src/injector.cpp -------------------------------------------------------------------------------- /injector/src/injector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/injector/src/injector.h -------------------------------------------------------------------------------- /injector/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/injector/src/main.cpp -------------------------------------------------------------------------------- /injector/src/util.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/injector/src/util.cpp -------------------------------------------------------------------------------- /injector/src/util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ccdop/Akebi-GC/HEAD/injector/src/util.h --------------------------------------------------------------------------------