More XML
This commit is contained in:
parent
ecaa0505e5
commit
e7f13e27ed
@ -4,6 +4,7 @@
|
||||
<Include path="nullifiedcat/aimbot.xml"/>
|
||||
<Include path="nullifiedcat/triggerbot.xml"/>
|
||||
<Include path="nullifiedcat/antiaim.xml"/>
|
||||
<Include path="nullifiedcat/antibackstab.xml"/>
|
||||
<Include path="nullifiedcat/autoheal.xml"/>
|
||||
<Include path="nullifiedcat/chat.xml"/>
|
||||
<Include path="nullifiedcat/visuals.xml"/>
|
||||
|
@ -25,7 +25,28 @@
|
||||
<AutoVariable width="fill" target="aimbot.auto.unzoom" label="Auto unzoom"/>
|
||||
<AutoVariable width="fill" target="aimbot.auto.zoom" label="Auto zoom"/>
|
||||
<AutoVariable width="fill" target="aimbot.zoomed-only" label="Zoomed only"/>
|
||||
<AutoVariable width="fill" target="aimbot.hitbox" label="hitbox"/>
|
||||
<LabeledObject width="fill" label="Hitbox">
|
||||
<Select target="aimbot.hitbox">
|
||||
<Option name="Head" value="0"/>
|
||||
<Option name="Pelvis" value="1"/>
|
||||
<Option name="Spine 0" value="2"/>
|
||||
<Option name="Spine 1" value="3"/>
|
||||
<Option name="Spine 2" value="4"/>
|
||||
<Option name="Spine 3" value="5"/>
|
||||
<Option name="Upper left arm" value="6"/>
|
||||
<Option name="Lower left arm" value="7"/>
|
||||
<Option name="Left hand" value="8"/>
|
||||
<Option name="Upper right arm" value="9"/>
|
||||
<Option name="Lower right arm" value="10"/>
|
||||
<Option name="Right hand" value="11"/>
|
||||
<Option name="Left hip" value="12"/>
|
||||
<Option name="Left knee" value="13"/>
|
||||
<Option name="Left Foot" value="14"/>
|
||||
<Option name="Right Hip" value="15"/>
|
||||
<Option name="Right Knee" value="16"/>
|
||||
<Option name="Right Foot" value="17"/>
|
||||
</Select>
|
||||
</LabeledObject>
|
||||
<LabeledObject width="fill" label="Hitbox Mode">
|
||||
<Select target="aimbot.hitbox-mode">
|
||||
<Option name="Auto" value="0"/>
|
||||
@ -55,6 +76,7 @@
|
||||
<AutoVariable width="fill" target="aimbot.extrapolate" label="Extrapolate"/>
|
||||
<AutoVariable width="fill" target="aimbot.debug" label="Debug"/>
|
||||
<AutoVariable width="fill" target="aimbot.debug.engine-pp" label="Debug Engine PP"/>
|
||||
<AutoVariable width="fill" target="aimbot.slow" label="Slow Aimbot"/>
|
||||
</List>
|
||||
</Box>
|
||||
<Box padding="12 6 6 6" width="content" height="content" name="Target Options" x="380">
|
||||
|
@ -1,9 +1,29 @@
|
||||
<Tab name="ESP">
|
||||
<Tab name="ESP" padding="4 4 4 4">
|
||||
<Box padding="12 6 6 6" width="content" height="content">
|
||||
<List width="150">
|
||||
<AutoVariable width="fill" target="esp.enable" label="Enable"/>
|
||||
<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.box.player-3d" label="3D Players"/>
|
||||
<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.expand" label="Expand"/>
|
||||
<LabeledObject width="fill" label="Box mode">
|
||||
<Select target="esp.box.mode">
|
||||
<Option name="None" value="0"/>
|
||||
<Option name="Normal" value="1"/>
|
||||
<Option name="Corners" value="2"/>
|
||||
</Select>
|
||||
</LabeledObject>
|
||||
<LabeledObject width="fill" label="Health mode">
|
||||
<Select target="esp.health-mode">
|
||||
<Option name="None" value="0"/>
|
||||
<Option name="Text" value="1"/>
|
||||
<Option name="Healthbar" value="2"/>
|
||||
<Option name="Both" value="3"/>
|
||||
</Select>
|
||||
</LabeledObject>
|
||||
</List>
|
||||
<List width="150" x="160">
|
||||
<LabeledObject width="fill" label="Arrows">
|
||||
@ -46,7 +66,8 @@
|
||||
<AutoVariable width="fill" target="esp.online.enable" label="Online: Enable"/>
|
||||
<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.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"/>
|
||||
@ -58,4 +79,26 @@
|
||||
<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" 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">
|
||||
<List width="150">
|
||||
<LabeledObject width="fill" label="Mode">
|
||||
<Select target="esp.emoji.mode">
|
||||
<Option name="None" value="0"/>
|
||||
<Option name="Joy" value="1"/>
|
||||
<Option name="Thinking" value="2"/>
|
||||
</Select>
|
||||
</LabeledObject>
|
||||
<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>
|
||||
</Tab>
|
@ -1,4 +1,4 @@
|
||||
<Tab name="Glow">
|
||||
<Tab name="Glow" padding="4 4 4 4">
|
||||
<List width="150">
|
||||
<AutoVariable width="fill" target="glow.enable" label="Enable"/>
|
||||
<AutoVariable width="fill" target="glow.blur-scale" label="Blur Scale" min="0" max="10"/>
|
||||
|
Reference in New Issue
Block a user