This commit is contained in:
LightCat 2018-07-30 20:07:05 +02:00
parent ecaa0505e5
commit e7f13e27ed
4 changed files with 144 additions and 78 deletions

View File

@ -4,6 +4,7 @@
<Include path="nullifiedcat/aimbot.xml"/> <Include path="nullifiedcat/aimbot.xml"/>
<Include path="nullifiedcat/triggerbot.xml"/> <Include path="nullifiedcat/triggerbot.xml"/>
<Include path="nullifiedcat/antiaim.xml"/> <Include path="nullifiedcat/antiaim.xml"/>
<Include path="nullifiedcat/antibackstab.xml"/>
<Include path="nullifiedcat/autoheal.xml"/> <Include path="nullifiedcat/autoheal.xml"/>
<Include path="nullifiedcat/chat.xml"/> <Include path="nullifiedcat/chat.xml"/>
<Include path="nullifiedcat/visuals.xml"/> <Include path="nullifiedcat/visuals.xml"/>

View File

@ -17,16 +17,37 @@
<AutoVariable width="fill" target="aimbot.wait-for-charge" label="Wait for charge"/> <AutoVariable width="fill" target="aimbot.wait-for-charge" label="Wait for charge"/>
<AutoVariable width="fill" target="aimbot.can-shoot-only" label="CanShoot check"/> <AutoVariable width="fill" target="aimbot.can-shoot-only" label="CanShoot check"/>
<AutoVariable width="fill" target="aimbot.silent" label="Silent"/> <AutoVariable width="fill" target="aimbot.silent" label="Silent"/>
<AutoVariable width="fill" target="aimbot.fov" label="FOV"/> <AutoVariable width="fill" target="aimbot.fov" label="FOV"/>
<AutoVariable width="fill" target="aimbot.fov-circle.enable" label="FOV Circle"/> <AutoVariable width="fill" target="aimbot.fov-circle.enable" label="FOV Circle"/>
<AutoVariable width="fill" target="aimbot.fov-circle.opacity" label="FOV Opacity"/> <AutoVariable width="fill" target="aimbot.fov-circle.opacity" label="FOV Opacity"/>
<AutoVariable width="fill" target="aimbot.zoomed-only" label="Zoomed only"/> <AutoVariable width="fill" target="aimbot.zoomed-only" label="Zoomed only"/>
<AutoVariable width="fill" target="aimbot.auto.spin-up" label="Auto spin-up"/> <AutoVariable width="fill" target="aimbot.auto.spin-up" label="Auto spin-up"/>
<AutoVariable width="fill" target="aimbot.auto.unzoom" label="Auto unzoom"/> <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.auto.zoom" label="Auto zoom"/>
<AutoVariable width="fill" target="aimbot.zoomed-only" label="Zoomed only"/> <AutoVariable width="fill" target="aimbot.zoomed-only" label="Zoomed only"/>
<AutoVariable width="fill" target="aimbot.hitbox" label="hitbox"/> <LabeledObject width="fill" label="Hitbox">
<LabeledObject width="fill" label="Hitbox Mode"> <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"> <Select target="aimbot.hitbox-mode">
<Option name="Auto" value="0"/> <Option name="Auto" value="0"/>
<Option name="Auto closest" value="1"/> <Option name="Auto closest" value="1"/>
@ -34,45 +55,46 @@
</Select> </Select>
</LabeledObject> </LabeledObject>
</List> </List>
<List width="200"x="162"> <List width="200" x="162">
<AutoVariable width="fill" target="aimbot.lock-target" label="Lock Target"/> <AutoVariable width="fill" target="aimbot.lock-target" label="Lock Target"/>
<AutoVariable width="fill" target="aimbot.miss-chance" label="Miss chance"/> <AutoVariable width="fill" target="aimbot.miss-chance" label="Miss chance"/>
<AutoVariable width="fill" target="aimbot.multipoint" label="Multipoint"/> <AutoVariable width="fill" target="aimbot.multipoint" label="Multipoint"/>
<LabeledObject width="fill" label="Priority Mode"> <LabeledObject width="fill" label="Priority Mode">
<Select target="aimbot.priority-mode"> <Select target="aimbot.priority-mode">
<Option name="Smart" value="0"/> <Option name="Smart" value="0"/>
<Option name="FOV" value="1"/> <Option name="FOV" value="1"/>
<Option name="Distance" value="2"/> <Option name="Distance" value="2"/>
<Option name="Health" value="3"/> <Option name="Health" value="3"/>
</Select> </Select>
</LabeledObject> </LabeledObject>
<AutoVariable width="fill" target="aimbot.target.max-range" label="Max Range" min="0" max="4096"/> <AutoVariable width="fill" target="aimbot.target.max-range" label="Max Range" min="0" max="4096"/>
<AutoVariable width="fill" target="aimbot.projectile.enable" label="Enable Projectile Aimbot"/> <AutoVariable width="fill" target="aimbot.projectile.enable" label="Enable Projectile Aimbot"/>
<AutoVariable width="fill" target="aimbot.projectile.huntsman-autoshoot" label="Arrow autoshoot charge"/> <AutoVariable width="fill" target="aimbot.projectile.huntsman-autoshoot" label="Arrow autoshoot charge"/>
<AutoVariable width="fill" target="aimbot.projectile.sticky-autoshoot" label="Sticky autoshoot charge"/> <AutoVariable width="fill" target="aimbot.projectile.sticky-autoshoot" label="Sticky autoshoot charge"/>
<AutoVariable width="fill" target="aimbot.projectile.gravity" label="Gravity override"/> <AutoVariable width="fill" target="aimbot.projectile.gravity" label="Gravity override"/>
<AutoVariable width="fill" target="aimbot.projectile.speed" label="Velocity override"/> <AutoVariable width="fill" target="aimbot.projectile.speed" label="Velocity override"/>
<AutoVariable width="fill" target="aimbot.extrapolate" label="Extrapolate"/> <AutoVariable width="fill" target="aimbot.extrapolate" label="Extrapolate"/>
<AutoVariable width="fill" target="aimbot.debug" label="Debug"/> <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.debug.engine-pp" label="Debug Engine PP"/>
<AutoVariable width="fill" target="aimbot.slow" label="Slow Aimbot"/>
</List> </List>
</Box> </Box>
<Box padding="12 6 6 6" width="content" height="content" name="Target Options" x="380"> <Box padding="12 6 6 6" width="content" height="content" name="Target Options" x="380">
<List width="150"> <List width="150">
<AutoVariable width="fill" target="aimbot.target.sentry" label="Sentry guns"/> <AutoVariable width="fill" target="aimbot.target.sentry" label="Sentry guns"/>
<AutoVariable width="fill" target="aimbot.target.stickybomb" label="Stickybombs"/> <AutoVariable width="fill" target="aimbot.target.stickybomb" label="Stickybombs"/>
<LabeledObject width="fill" label="Target Team"> <LabeledObject width="fill" label="Target Team">
<Select target="aimbot.target.teammates"> <Select target="aimbot.target.teammates">
<Option name="Enemies" value="0"/> <Option name="Enemies" value="0"/>
<Option name="Teammates" value="1"/> <Option name="Teammates" value="1"/>
<Option name="All" value="2"/> <Option name="All" value="2"/>
</Select> </Select>
</LabeledObject> </LabeledObject>
<AutoVariable width="fill" target="aimbot.target.ignore-cloaked-spies" label="NOT Cloaked Spies"/> <AutoVariable width="fill" target="aimbot.target.ignore-cloaked-spies" label="NOT Cloaked Spies"/>
<AutoVariable width="fill" target="aimbot.target.ignore-deadringer" label="NOT Dead Ringer Spies"/> <AutoVariable width="fill" target="aimbot.target.ignore-deadringer" label="NOT Dead Ringer Spies"/>
<AutoVariable width="fill" target="aimbot.target.ignore-vaccinator" label="NOT Vaccinator"/> <AutoVariable width="fill" target="aimbot.target.ignore-vaccinator" label="NOT Vaccinator"/>
<AutoVariable width="fill" target="aimbot.target.ignore-non-rage" label="Rage only"/> <AutoVariable width="fill" target="aimbot.target.ignore-non-rage" label="Rage only"/>
<AutoVariable width="fill" target="aimbot.target.other-buildings" label="Other buildings"/> <AutoVariable width="fill" target="aimbot.target.other-buildings" label="Other buildings"/>
</List> </List>
</Box> </Box>
</Tab> </Tab>

View File

@ -1,61 +1,104 @@
<Tab name="ESP"> <Tab name="ESP" padding="4 4 4 4">
<List width="150"> <Box padding="12 6 6 6" width="content" height="content">
<AutoVariable width="fill" target="esp.enable" label="Enable"/> <List width="150">
<AutoVariable width="fill" target="esp.legit" label="Legit Mode"/> <AutoVariable width="fill" target="esp.enable" label="Enable"/>
<AutoVariable width="fill" target="esp.range" label="Max Range" min="0" max="4096"/> <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">
<Select target="esp.projectile.arrows">
<Option name="Disable" value="0"/>
<Option name="Enemy only" value="1"/>
<Option name="Crit only" value="2"/>
</Select>
</LabeledObject>
<LabeledObject width="fill" label="Pipes">
<Select target="esp.projectile.pipes">
<Option name="Disable" value="0"/>
<Option name="Enemy only" value="1"/>
<Option name="Crit only" value="2"/>
</Select>
</LabeledObject>
<LabeledObject width="fill" label="Rockets">
<Select target="esp.projectile.rockets">
<Option name="Disable" value="0"/>
<Option name="Enemy only" value="1"/>
<Option name="Crit only" value="2"/>
</Select>
</LabeledObject>
<LabeledObject width="fill" label="Stickies">
<Select target="esp.projectile.stickies">
<Option name="Disable" value="0"/>
<Option name="Enemy only" value="1"/>
<Option name="Crit only" value="2"/>
</Select>
</LabeledObject>
</List> <AutoVariable width="fill" target="esp.info.name" label="Name"/>
<List width="150" x="160"> <AutoVariable width="fill" target="esp.info.distance" label="Distance"/>
<LabeledObject width="fill" label="Arrows"> <AutoVariable width="fill" target="esp.info.class" label="Class"/>
<Select target="esp.projectile.arrows"> <AutoVariable width="fill" target="esp.info.conditions" label="Conditions"/>
<Option name="Disable" value="0"/> <AutoVariable width="fill" target="esp.info.ubercharge" label="UberCharge %"/>
<Option name="Enemy only" value="1"/> <AutoVariable width="fill" target="esp.info.powerup" label="Powerup"/>
<Option name="Crit only" value="2"/> <AutoVariable width="fill" target="esp.info.bot-id" label="Bot ID"/>
</Select> <AutoVariable width="fill" target="esp.info.weapon" label="Weapon"/>
</LabeledObject> <AutoVariable width="fill" target="esp.online.enable" label="Online: Enable"/>
<LabeledObject width="fill" label="Pipes"> <AutoVariable width="fill" target="esp.online.groups" label="Online: Groups"/>
<Select target="esp.projectile.pipes"> <AutoVariable width="fill" target="esp.online.software" label="Online: Software"/>
<Option name="Disable" value="0"/> </List>
<Option name="Enemy only" value="1"/> <List width="150" x="320">
<Option name="Crit only" value="2"/> <AutoVariable width="fill" target="esp.item.enable" label="Enable Item ESP"/>
</Select> <AutoVariable width="fill" target="esp.item.ammo" label="Ammo Packs"/>
</LabeledObject> <AutoVariable width="fill" target="esp.item.health" label="Health Packs"/>
<LabeledObject width="fill" label="Rockets"> <AutoVariable width="fill" target="esp.item.money" label="MvM Money"/>
<Select target="esp.projectile.rockets"> <AutoVariable width="fill" target="esp.item.money-red" label="MvM Red Money"/>
<Option name="Disable" value="0"/> <AutoVariable width="fill" target="esp.item.powerup" label="Mannpower Powerups"/>
<Option name="Enemy only" value="1"/> <AutoVariable width="fill" target="esp.item.spellbook" label="Spellbooks"/>
<Option name="Crit only" value="2"/> <AutoVariable width="fill" target="esp.item.weapons" label="HL2:DM Weapons"/>
</Select> <AutoVariable width="fill" target="esp.item.adrenaline" label="TF2C Adrenaline"/>
</LabeledObject> <AutoVariable width="fill" target="esp.item.weapon-spawner" label="TC2C Weapon Spawner"/>
<LabeledObject width="fill" label="Stickies"> </List>
<Select target="esp.projectile.stickies"> </Box>
<Option name="Disable" value="0"/> <Box padding="12 6 6 6" width="content" height="content" y="260" name="Debug">
<Option name="Enemy only" value="1"/> <List width="150">
<Option name="Crit only" value="2"/> <AutoVariable width="fill" target="esp.debug.entity" label="Entity ESP"/>
</Select> <AutoVariable width="fill" target="esp.debug.id" label="Entity ID"/>
</LabeledObject> <AutoVariable width="fill" target="esp.debug.model" label="Model name"/>
</List>
<AutoVariable width="fill" target="esp.info.name" label="Name"/> </Box>
<AutoVariable width="fill" target="esp.info.distance" label="Distance"/> <Box padding="12 6 6 6" width="content" height="content" x="160" y="260" name="Emoji">
<AutoVariable width="fill" target="esp.info.class" label="Class"/> <List width="150">
<AutoVariable width="fill" target="esp.info.conditions" label="Conditions"/> <LabeledObject width="fill" label="Mode">
<AutoVariable width="fill" target="esp.info.ubercharge" label="UberCharge %"/> <Select target="esp.emoji.mode">
<AutoVariable width="fill" target="esp.info.powerup" label="Powerup"/> <Option name="None" value="0"/>
<AutoVariable width="fill" target="esp.info.bot-id" label="Bot ID"/> <Option name="Joy" value="1"/>
<AutoVariable width="fill" target="esp.info.weapon" label="Weapon"/> <Option name="Thinking" value="2"/>
<AutoVariable width="fill" target="esp.online.enable" label="Online: Enable"/> </Select>
<AutoVariable width="fill" target="esp.online.groups" label="Online: Groups"/> </LabeledObject>
<AutoVariable width="fill" target="esp.online.software" label="Online: Software"/> <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.item.enable" label="Enable Item ESP"/> <AutoVariable width="fill" target="esp.emoji.size" label="Size"/>
<AutoVariable width="fill" target="esp.item.ammo" label="Ammo Packs"/> </List>
<AutoVariable width="fill" target="esp.item.health" label="Health Packs"/> </Box>
<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>
</Tab> </Tab>

View File

@ -1,4 +1,4 @@
<Tab name="Glow"> <Tab name="Glow" padding="4 4 4 4">
<List width="150"> <List width="150">
<AutoVariable width="fill" target="glow.enable" label="Enable"/> <AutoVariable width="fill" target="glow.enable" label="Enable"/>
<AutoVariable width="fill" target="glow.blur-scale" label="Blur Scale" min="0" max="10"/> <AutoVariable width="fill" target="glow.blur-scale" label="Blur Scale" min="0" max="10"/>