Organize ESP menu

This commit is contained in:
Hunter Kvalevog 2019-03-05 19:48:31 -06:00
parent 2e7c778f63
commit 31b950483d
3 changed files with 74 additions and 69 deletions

View File

@ -1,7 +1,6 @@
<Tab name="Visuals">
<TabContainer width="fill" height="fill">
<Include path="nullifiedcat/visuals/esp.xml"/>
<Include path="nullifiedcat/visuals/lightesp.xml"/>
<Include path="nullifiedcat/visuals/glow.xml"/>
<Include path="nullifiedcat/visuals/chams.xml"/>
<Include path="nullifiedcat/visuals/tracers.xml"/>

View File

@ -1,15 +1,71 @@
<Tab name="ESP" padding="4 4 4 4">
<Box padding="12 6 6 6" width="content" height="content">
<Box padding="12 6 6 6" width="content" height="content" name="ESP">
<List width="150">
<AutoVariable width="fill" target="esp.enable" label="Enable"/>
<AutoVariable width="fill" target="esp.enable" label="Enable ESP"/>
<AutoVariable width="fill" target="esp.legit" label="Legit Mode"/>
<AutoVariable width="fill" target="esp.range" label="Max Range" min="0" max="4096"/>
<AutoVariable width="fill" target="esp.box.building-3d" label="3D Buildings"/>
<AutoVariable width="fill" target="esp.range" label="Max Range"/>
<AutoVariable width="fill" target="lightesp.enable" label="Enable Light ESP"/>
</List>
</Box>
<Box padding="12 6 6 6" width="content" height="content" name="Targets" y="81">
<List width="150">
<AutoVariable width="fill" target="esp.show.teammates" label="Teammate ESP"/>
<AutoVariable width="fill" target="esp.show.local" label="ESP on local player"/>
<AutoVariable width="fill" target="esp.show.buildings" label="Building ESP"/>
<AutoVariable width="fill" target="esp.item.health" label="Health Packs"/>
<AutoVariable width="fill" target="esp.item.ammo" label="Ammo Packs"/>
<AutoVariable width="fill" target="esp.item.enable" label="Enable Item ESP"/>
<AutoVariable width="fill" target="esp.projectile.enable" label="Enable Projectile ESP"/>
<AutoVariable width="fill" target="esp.projectile.enemy-only" label="Only Enemy projectiles"/>
<AutoVariable width="fill" target="esp.show.tank" label="Tank ESP"/>
<AutoVariable width="fill" target="esp.item.money" label="MvM Money"/>
<AutoVariable width="fill" target="esp.item.money-red" label="MvM Red Money"/>
<AutoVariable width="fill" target="esp.item.powerup" label="Mannpower Powerups"/>
<AutoVariable width="fill" target="esp.item.spellbook" label="Spellbooks"/>
<AutoVariable width="fill" target="esp.item.weapons" label="HL2:DM Weapons"/>
<AutoVariable width="fill" target="esp.item.adrenaline" label="TF2C Adrenaline"/>
<AutoVariable width="fill" target="esp.item.weapon-spawner" label="TC2C Weapon Spawner"/>
</List>
</Box>
<Box padding="12 6 6 6" width="content" height="content" name="Projectiles" x="170">
<List width="150">
<LabeledObject width="fill" label="Arrows">
<Select target="esp.projectile.arrows">
<Option name="Disable" value="0"/>
<Option name="Enemy" value="1"/>
<Option name="Crit" value="2"/>
</Select>
</LabeledObject>
<LabeledObject width="fill" label="Pipes">
<Select target="esp.projectile.pipes">
<Option name="Disable" value="0"/>
<Option name="Enemy" value="1"/>
<Option name="Crit" value="2"/>
</Select>
</LabeledObject>
<LabeledObject width="fill" label="Rockets">
<Select target="esp.projectile.rockets">
<Option name="Disable" value="0"/>
<Option name="Enemy" value="1"/>
<Option name="Crit" value="2"/>
</Select>
</LabeledObject>
<LabeledObject width="fill" label="Stickies">
<Select target="esp.projectile.stickies">
<Option name="Disable" value="0"/>
<Option name="Enemy" value="1"/>
<Option name="Crit" value="2"/>
</Select>
</LabeledObject>
</List>
</Box>
<Box padding="12 6 6 6" width="content" height="content" name="ESP Settings" x="170" y="90">
<List width="150">
<AutoVariable width="fill" target="esp.box.player-3d" label="3D Players"/>
<AutoVariable width="fill" target="esp.box.building-3d" label="3D Buildings"/>
<AutoVariable width="fill" target="esp.box.corner-size" label="Corner Size"/>
<AutoVariable width="fill" target="esp.bones" label="Bone ESP"/>
<AutoVariable width="fill" target="esp.sightlines" label="Sightlines"/>
<AutoVariable width="fill" target="esp.show.teammates" label="Teammate ESP"/>
<AutoVariable width="fill" target="esp.expand" label="Expand"/>
<LabeledObject width="fill" label="Text Position">
<Select target="esp.text-position">
@ -43,36 +99,9 @@
</Select>
</LabeledObject>
</List>
<List width="150" x="160">
<LabeledObject width="fill" label="Arrows">
<Select target="esp.projectile.arrows">
<Option name="Disable" value="0"/>
<Option name="Enemy" value="1"/>
<Option name="Crit" value="2"/>
</Select>
</LabeledObject>
<LabeledObject width="fill" label="Pipes">
<Select target="esp.projectile.pipes">
<Option name="Disable" value="0"/>
<Option name="Enemy" value="1"/>
<Option name="Crit" value="2"/>
</Select>
</LabeledObject>
<LabeledObject width="fill" label="Rockets">
<Select target="esp.projectile.rockets">
<Option name="Disable" value="0"/>
<Option name="Enemy" value="1"/>
<Option name="Crit" value="2"/>
</Select>
</LabeledObject>
<LabeledObject width="fill" label="Stickies">
<Select target="esp.projectile.stickies">
<Option name="Disable" value="0"/>
<Option name="Enemy" value="1"/>
<Option name="Crit" value="2"/>
</Select>
</LabeledObject>
</Box>
<Box padding="12 6 6 6" width="content" height="content" name="Strings" x="340">
<List width="150">
<AutoVariable width="fill" target="esp.info.name" label="Name"/>
<AutoVariable width="fill" target="esp.info.distance" label="Distance"/>
<AutoVariable width="fill" target="esp.info.class" label="Class"/>
@ -85,32 +114,8 @@
<AutoVariable width="fill" target="esp.online.groups" label="Online: Groups"/>
<AutoVariable width="fill" target="esp.online.software" label="Online: Software"/>
</List>
<List width="150" x="320">
<AutoVariable width="fill" target="esp.projectile.enable" label="Enable Projectile ESP"/>
<AutoVariable width="fill" target="esp.projectile.enemy-only" label="Only Enemy projectiles"/>
<AutoVariable width="fill" target="esp.item.enable" label="Enable Item ESP"/>
<AutoVariable width="fill" target="esp.item.ammo" label="Ammo Packs"/>
<AutoVariable width="fill" target="esp.item.health" label="Health Packs"/>
<AutoVariable width="fill" target="esp.item.money" label="MvM Money"/>
<AutoVariable width="fill" target="esp.item.money-red" label="MvM Red Money"/>
<AutoVariable width="fill" target="esp.item.powerup" label="Mannpower Powerups"/>
<AutoVariable width="fill" target="esp.item.spellbook" label="Spellbooks"/>
<AutoVariable width="fill" target="esp.item.weapons" label="HL2:DM Weapons"/>
<AutoVariable width="fill" target="esp.item.adrenaline" label="TF2C Adrenaline"/>
<AutoVariable width="fill" target="esp.show.buildings" label="Building ESP"/>
<AutoVariable width="fill" target="esp.show.local" label="ESP on local player"/>
<AutoVariable width="fill" target="esp.show.tank" label="Tank ESP"/>
<AutoVariable width="fill" target="esp.item.weapon-spawner" label="TC2C Weapon Spawner"/>
</List>
</Box>
<Box padding="12 6 6 6" width="content" height="content" y="260" name="Debug">
<List width="150">
<AutoVariable width="fill" target="esp.debug.entity" label="Entity ESP"/>
<AutoVariable width="fill" target="esp.debug.id" label="Entity ID"/>
<AutoVariable width="fill" target="esp.debug.model" label="Model name"/>
</List>
</Box>
<Box padding="12 6 6 6" width="content" height="content" x="160" y="260" name="Emoji">
<Box padding="12 6 6 6" width="content" height="content" name="Emoji" x="340" y="185">
<List width="150">
<LabeledObject width="fill" label="Mode">
<Select target="esp.emoji.mode">
@ -119,9 +124,17 @@
<Option name="Thinking" value="2"/>
</Select>
</LabeledObject>
<AutoVariable width="fill" target="esp.emoji.min-size" label="Min size"/>
<AutoVariable width="fill" target="esp.emoji.min-size" label="Min Size"/>
<AutoVariable width="fill" target="esp.emoji.scaling" label="Scaling"/>
<AutoVariable width="fill" target="esp.emoji.size" label="Size"/>
</List>
</Box>
<!-- <Box padding="12 6 6 6" width="content" height="content" y="260" name="Debug">
<List width="150">
<AutoVariable width="fill" target="esp.debug.entity" label="Entity ESP"/>
<AutoVariable width="fill" target="esp.debug.id" label="Entity ID"/>
<AutoVariable width="fill" target="esp.debug.model" label="Model name"/>
</List>
</Box> -->
</Tab>

View File

@ -1,7 +0,0 @@
<Tab name="Light ESP" padding="4 4 4 4">
<Box padding="12 6 6 6" width="content" height="content">
<List width="150">
<AutoVariable width="fill" target="lightesp.enable" label="Enable"/>
</List>
</Box>
</Tab>