Merge pull request #698 from hkva/menu-overhaul

Menu Organization
This commit is contained in:
LightCat 2019-03-06 05:42:02 +00:00 committed by GitHub
commit ba563143b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
39 changed files with 562 additions and 522 deletions

View File

@ -7,10 +7,8 @@
<Include path="nullifiedcat/chat.xml"/>
<Include path="nullifiedcat/crits.xml"/>
<Include path="nullifiedcat/visuals.xml"/>
<Include path="nullifiedcat/catbot.xml"/>
<Include path="nullifiedcat/spyalert.xml"/>
<Include path="nullifiedcat/movement.xml"/>
<Include path="nullifiedcat/misc.xml"/>
<Include path="nullifiedcat/irc.xml"/>
<Include path="nullifiedcat/hackinfo.xml"/>
<Include path="nullifiedcat/debug.xml"/>
</TabContainer>

View File

@ -1,29 +1,61 @@
<Tab name="Aimbot" padding="6 6 6 6">
<Box padding="6 6 6 6" width="content" height="content">
<Box padding="12 6 6 6" width="content" height="content" name="Aimbot">
<List width="150">
<AutoVariable width="fill" target="aimbot.enable" label="Enable Aimbot"/>
<AutoVariable width="fill" target="aimbot.backtrack" label="Backtracking"/>
<AutoVariable width="fill" target="aimbot.aimkey.button" label="Aimkey"/>
<LabeledObject width="fill" label="Aimkey mode">
<LabeledObject width="fill" label="Aim Key Mode">
<Select target="aimbot.aimkey.mode">
<Option name="Disable" value="0"/>
<Option name="Pressed" value="1"/>
<Option name="Not pressed" value="2"/>
<Option name="Not Pressed" value="2"/>
<Option name="Toggle" value="3"/>
</Select>
</LabeledObject>
<AutoVariable width="fill" target="aimbot.autoshoot" label="Autoshoot"/>
<AutoVariable width="fill" target="aimbot.autoshoot-disguised" label="Disguised autoshoot"/>
<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.aimkey.button" label="Aim Key"/>
<AutoVariable width="fill" target="aimbot.silent" label="Silent"/>
<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.opacity" label="FOV Opacity"/>
<AutoVariable width="fill" target="aimbot.slow" label="Slow Aimbot"/>
<AutoVariable width="fill" target="aimbot.can-shoot-only" label="Only Shoot When Able"/>
<AutoVariable width="fill" target="aimbot.miss-chance" label="Miss chance"/>
<AutoVariable width="fill" target="aimbot.extrapolate" label="Extrapolate"/>
<AutoVariable width="fill" target="aimbot.zoomed-only" label="Zoomed only"/>
</List>
</Box>
<Box padding="12 6 6 6" width="content" height="content" name="Autoshoot" x="340">
<List width="150">
<AutoVariable width="fill" target="aimbot.autoshoot" label="Enable Autoshoot"/>
<AutoVariable width="fill" target="aimbot.wait-for-charge" label="Wait For Charge"/>
<AutoVariable width="fill" target="aimbot.autoshoot-disguised" label="Autoshoot Disguised"/>
<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.zoom" label="Auto zoom"/>
<AutoVariable width="fill" target="aimbot.auto.unzoom" label="Auto unzoom"/>
</List>
</Box>
<Box padding="12 6 6 6" width="content" height="content" name="Target Selection" x="170">
<List width="150">
<LabeledObject width="fill" label="Priority Mode">
<Select target="aimbot.priority-mode">
<Option name="Smart" value="0"/>
<Option name="FOV" value="1"/>
<Option name="Distance (Closest)" value="2"/>
<Option name="Distance (Highest)" value="4"/>
<Option name="Health (Lowest)" value="3"/>
<Option name="Health (Highest)" value="5"/>
</Select>
</LabeledObject>
<LabeledObject width="fill" label="Target Team">
<Select target="aimbot.target.teammates">
<Option name="Enemies" value="0"/>
<Option name="Teammates" value="1"/>
<Option name="All" value="2"/>
</Select>
</LabeledObject>
<LabeledObject width="fill" label="Hitbox Mode">
<Select target="aimbot.hitbox-mode">
<Option name="Auto" value="0"/>
<Option name="Auto closest" value="1"/>
<Option name="Static" value="2"/>
</Select>
</LabeledObject>
<LabeledObject width="fill" label="Hitbox">
<Select target="aimbot.hitbox">
<Option name="Head" value="0"/>
@ -46,65 +78,35 @@
<Option name="Right Foot" value="17"/>
</Select>
</LabeledObject>
<LabeledObject width="fill" label="Hitbox Mode">
<Select target="aimbot.hitbox-mode">
<Option name="Auto" value="0"/>
<Option name="Auto closest" value="1"/>
<Option name="Static" value="2"/>
</Select>
</LabeledObject>
</List>
<List width="200" x="162">
<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.target.max-range" label="Max Range"/>
<AutoVariable width="fill" target="aimbot.multipoint" label="Multipoint"/>
<LabeledObject width="fill" label="Priority Mode">
<Select target="aimbot.priority-mode">
<Option name="Smart" value="0"/>
<Option name="FOV" value="1"/>
<Option name="Distance (Closest)" value="2"/>
<Option name="Distance (Highest)" value="4"/>
<Option name="Health (Lowest)" value="3"/>
<Option name="Health (Highest)" value="5"/>
</Select>
</LabeledObject>
<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.huntsman-autoshoot" label="Arrow 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.speed" label="Velocity override"/>
<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="400">
<List width="150">
<AutoVariable width="fill" target="aimbot.target.sentry" label="Sentry guns"/>
<AutoVariable width="fill" target="aimbot.target.stickybomb" label="Stickybombs"/>
<LabeledObject width="fill" label="Target Team">
<Select target="aimbot.target.teammates">
<Option name="Enemies" value="0"/>
<Option name="Teammates" value="1"/>
<Option name="All" value="2"/>
</Select>
</LabeledObject>
<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-vaccinator" label="NOT Vaccinator"/>
<AutoVariable width="fill" target="aimbot.lock-target" label="Lock Target"/>
<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.stickybomb" label="Aim At Stickybombs"/>
<AutoVariable width="fill" target="aimbot.target.sentry" label="Aim At Sentry Guns"/>
<AutoVariable width="fill" target="aimbot.target.other-buildings" label="Aim At Other Buildings"/>
<AutoVariable width="fill" target="aimbot.target.ignore-cloaked-spies" label="Ignore Cloaked Spies"/>
<AutoVariable width="fill" target="aimbot.target.ignore-vaccinator" label="Ignore Vaccinator Uber"/>
<AutoVariable width="fill" target="aimbot.target.ignore-deadringer" label="Ignore Dead Ringer Spies"/>
</List>
</Box>
<Box padding="12 6 6 6" width="content" height="content" name="Backtrack" y="140" x="400">
<Box padding="12 6 6 6" width="content" height="content" name="Projectile Aimbot" y="180">
<List width="150">
<AutoVariable width="fill" target="backtrack.enable" label="Enable Backtrack"/>
<AutoVariable width="fill" target="aimbot.projectile.enable" label="Enable Projectile Aimbot"/>
<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.huntsman-autoshoot" label="Bow Threshold"/>
<AutoVariable width="fill" target="aimbot.projectile.sticky-autoshoot" label="Sticky Threshold"/>
</List>
</Box>
<Box padding="12 6 6 6" width="content" height="content" name="Backtracking" x="340" y="110">
<List width="150">
<AutoVariable width="fill" target="backtrack.enable" label="Enable Backtracking"/>
<AutoVariable width="fill" target="aimbot.backtrack" label="Aim At Backtracking"/>
<AutoVariable width="fill" target="backtrack.latency" label="Fake Latency" min="0" max="1000" step="25"/>
<AutoVariable width="fill" target="backtrack.draw" label="Draw Backtrack"/>
<AutoVariable width="fill" target="backtrack.draw-skeleton" label="Draw Skeleton"/>
<AutoVariable width="fill" target="backtrack.chams_glow" label="Chams/Glow Support"/>
<AutoVariable width="fill" target="backtrack.latency" label="Fake Latency" min="0" max="1000" step="25"/>
<LabeledObject width="fill" label="Backtrack Slots">
<Select target="backtrack.slots">
<Option name="All" value="0"/>
@ -118,4 +120,17 @@
</LabeledObject>
</List>
</Box>
<Box padding="12 6 6 6" width="content" height="content" name="Sandvich Aimbot" x="170" y="240">
<List width="150">
<AutoVariable width="fill" target="sandwichaim.enable" label="Enable Sandvich Aimbot"/>
<AutoVariable width="fill" target="sandwichaim.aimkey" label="Aimkey"/>
<LabeledObject width="fill" label="Aimkey mode">
<Select target="sandwichaim.aimkey-mode">
<Option name="Disable" value="0"/>
<Option name="Pressed" value="1"/>
<Option name="Not pressed" value="2"/>
</Select>
</LabeledObject>
</List>
</Box>
</Tab>

View File

@ -1,9 +1,9 @@
<Tab name="HvH" padding="4 4 4 4">
<Box padding="12 6 6 6" name="Anti-Aim" width="content" height="content">
<Box padding="12 6 6 6" width="content" height="content" name="Anti-Aim">
<List width="150">
<AutoVariable width="fill" target="antiaim.enable" label="Enable"/>
<AutoVariable width="fill" target="antiaim.draw-fakes" label="Draw fakes"/>
<AutoVariable width="fill" target="antiaim.fake-crouch" label="Fake crouch"/>
<AutoVariable width="fill" target="antiaim.crouch" label="Fake crouch"/>
<AutoVariable width="fill" target="antiaim.no-clamp" label="No clamping"/>
<AutoVariable width="fill" target="antiaim.spin-speed" label="Spin speed"/>
<AutoVariable width="fill" target="antiaim.roll" label="Roll"/>
@ -55,12 +55,12 @@
</LabeledObject>
</List>
</Box>
<Box padding="12 6 6 6" name="Anti-Anti-Aim" width="content" height="content" x="170" y="162">
<Box padding="12 6 6 6" width="content" height="content" name="Anti-Anti-Aim" x="170">
<List width="150">
<AutoVariable width="fill" target="anti-anti-aim.enable" label="Enable"/>
</List>
</Box>
<Box padding="12 6 6 6" name="Anti-Anti-Anti-Aim" width="content" height="content" x="170">
<Box padding="12 6 6 6" name="Anti-Anti-Anti-Aim" width="content" height="content" x="340">
<List width="150">
<AutoVariable width="fill" target="antiaim.aaaa.enable" label="Enable"/>
<AutoVariable width="fill" target="antiaim.aaaa.flip-key" label="Flip key"/>

View File

@ -1,64 +1,6 @@
<Tab name="Chat" padding="4 4 4 4">
<Box name="Uber Spam" width="content" height="content" padding="12 6 6 6">
<Box padding="12 6 6 6" width="content" height="content" name="Chat Spam">
<List width="150">
<LabeledObject width="fill" label="Source">
<Select target="uberspam.source">
<Option name="Disable" value="0"/>
<Option name="Default" value="1"/>
<Option name="Null Core" value="2"/>
<Option name="Custom" value="3"/>
</Select>
</LabeledObject>
<AutoVariable width="fill" target="uberspam.file" label="File"/>
<AutoVariable width="fill" target="uberspam.team-chat" label="Team chat"/>
<AutoVariable width="fill" target="uberspam.triggers.ended" label="Uber end"/>
<AutoVariable width="fill" target="uberspam.triggers.ready" label="Uber ready"/>
<AutoVariable width="fill" target="uberspam.triggers.used" label="Uber used"/>
<AutoVariable width="fill" target="uberspam.triggers.every-n-percent" label="Every %"/>
<!-- FIXME add button -->
</List>
</Box>
<Box name="Chat log" width="content" height="content" padding="12 6 6 6" y="135">
<List width="150">
<AutoVariable width="fill" target="chat-log.enable" label="Enable chatlog"/>
<AutoVariable width="fill" target="chat-log.no-ipc" label="IPCless"/>
<AutoVariable width="fill" target="chat-log.no-spam" label="Anti spam"/>
</List>
</Box>
<Box name="Chat censor" width="content" height="content" padding="12 6 6 6" x="180">
<List width="200">
<AutoVariable width="fill" target="chat.censor.enable" label="Enable chat censor"/>
<AutoVariable width="fill" target="chat.censor.filter" label="Filter"/>
</List>
</Box>
<Box name="Misc" width="content" height="content" padding="12 6 6 6" x="180" y="50">
<List width="200">
<AutoVariable width="fill" target="chat.clean" label="Clean Chat"/>
<AutoVariable width="fill" target="chat.crypto" label="Crypto Chat"/>
<AutoVariable width="fill" target="chat.prefix-newlines" label="Newlines" min="0" max="100"/>
<AutoVariable width="fill" target="chat.log-events" label="Log events"/>
<AutoVariable width="fill" target="chat.identify" label="Identify"/>
<AutoVariable width="fill" target="chat.identify.answer" label="Counter Identify"/>
</List>
</Box>
<Box name="Killsay and Chatspam" width="content" height="content" padding="12 6 6 6" x="410">
<List width="150">
<AutoVariable width="fill" target="killsay.file" label="Killsay file"/>
<LabeledObject width="fill" label="Killsay Mode">
<Select target="killsay.mode">
<Option name="Disable" value="0"/>
<Option name="Custom" value="1"/>
<Option name="Default" value="2"/>
<Option name="NCC - Offensive" value="3"/>
<Option name="NCC - MLG" value="4"/>
</Select>
</LabeledObject>
<AutoVariable width="fill" target="killsay.delay" label="Killsay Delay"/>
<AutoVariable width="fill" target="spam.filename" label="Spam file"/>
<AutoVariable width="fill" target="spam.delay" label="Spam delay"/>
<AutoVariable width="fill" target="spam.random" label="Random"/>
<LabeledObject width="fill" label="Spam Mode">
<Select target="spam.source">
<Option name="Disable" value="0"/>
@ -71,15 +13,99 @@
<Option name="Lithium" value="7"/>
</Select>
</LabeledObject>
<AutoVariable width="fill" target="critsay.file" label="Critsay file"/>
<LabeledObject width="fill" label="Critsay Mode">
<Select target="critsay.mode">
<AutoVariable width="fill" target="spam.filename" label="Custom Spam"/>
<AutoVariable width="fill" target="spam.random" label="Randomize"/>
<AutoVariable width="fill" target="spam.delay" label="Spam Delay"/>
</List>
</Box>
<Box padding="12 6 6 6" width="content" height="content" name="Chat Log" y="85">
<List width="150">
<AutoVariable width="fill" target="chat-log.enable" label="Enable Chat Log"/>
<AutoVariable width="fill" target="chat-log.no-ipc" label="Ignore IPC"/>
<AutoVariable width="fill" target="chat-log.no-spam" label="Anti Spam"/>
</List>
</Box>
<Box name="Chat Censor" width="content" height="content" padding="12 6 6 6" y="150">
<List width="150">
<AutoVariable width="fill" target="chat.censor.enable" label="Enable Chat Censor"/>
<AutoVariable width="fill" target="chat.censor.filter" label="Filter"/>
</List>
</Box>
<Box name="Killsay" width="177" height="content" padding="12 6 6 6" x="170">
<List width="150">
<LabeledObject width="fill" label="Killsay Mode">
<Select target="killsay.mode">
<Option name="Disable" value="0"/>
<Option name="Custom" value="1"/>
<Option name="Default" value="2"/>
<Option name="NCC - Offensive" value="3"/>
<Option name="NCC - MLG" value="4"/>
</Select>
</LabeledObject>
<AutoVariable width="fill" target="critsay.delay" label="Critsay Delay"/>
<AutoVariable width="fill" target="killsay.file" label="Custom Killsay"/>
<AutoVariable width="fill" target="killsay.delay" label="Killsay Delay"/>
<Box name="Critsay" width="165" height="content" padding="12 6 6 6">
<List width="150">
<LabeledObject width="fill" label="Critsay Mode">
<Select target="critsay.mode">
<Option name="Disable" value="0"/>
<Option name="Custom" value="1"/>
<Option name="Default" value="2"/>
</Select>
</LabeledObject>
<AutoVariable width="fill" target="critsay.file" label="Custom Critsay"/>
<AutoVariable width="fill" target="critsay.delay" label="Critsay Delay"/>
</List>
</Box>
</List>
</Box>
<Box name="Uber Spam" width="content" height="content" padding="12 6 6 6" x="352">
<List width="150">
<LabeledObject width="fill" label="Source">
<Select target="uberspam.source">
<Option name="Disable" value="0"/>
<Option name="Default" value="1"/>
<Option name="Null Core" value="2"/>
<Option name="Custom" value="3"/>
</Select>
</LabeledObject>
<AutoVariable width="fill" target="uberspam.file" label="Custom Spam"/>
<AutoVariable width="fill" target="uberspam.team-chat" label="Team Chat"/>
<AutoVariable width="fill" target="uberspam.triggers.ended" label="Uber End"/>
<AutoVariable width="fill" target="uberspam.triggers.ready" label="Uber Ready"/>
<AutoVariable width="fill" target="uberspam.triggers.used" label="Uber Used"/>
<AutoVariable width="fill" target="uberspam.triggers.every-n-percent" label="Every %"/>
<!-- FIXME add button -->
</List>
</Box>
<Box name="Misc" width="content" height="content" padding="12 6 6 6" x="352" y="130">
<List width="150">
<AutoVariable width="fill" target="chat.clean" label="Clean Chat"/>
<AutoVariable width="fill" target="chat.crypto" label="Crypto Chat"/>
<AutoVariable width="fill" target="chat.prefix-newlines" label="Newlines"/>
<AutoVariable width="fill" target="chat.log-events" label="Log Events"/>
<AutoVariable width="fill" target="chat.identify" label="Identify"/>
<AutoVariable width="fill" target="chat.identify.answer" label="Counter Identify"/>
</List>
</Box>
<Box name="IRC" width="content" height="content" padding="12 6 6 6" x="170" y="185">
<List width="150">
<AutoVariable width="fill" target="irc.enabled" label="Enabled"/>
<AutoVariable width="fill" target="irc.anon" label="Hide real name"/>
<AutoVariable width="fill" target="irc.auth" label="Reveal to cathook users"/>
<AutoVariable width="fill" target="irc.address" label="Address"/>
<AutoVariable width="fill" target="irc.port" label="Port"/>
<AutoVariable width="fill" target="irc.channel" label="Channel"/>
</List>
</Box>
<Box name="Command & Control" width="content" height="content" padding="12 6 6 6" y="185">
<List width="150">
<AutoVariable width="fill" target="irc.cc.channel" label="Channel"/>
<AutoVariable width="fill" target="irc.cc.password" label="Password"/>
<AutoVariable width="fill" target="irc.cc.party" label="Autoparty"/>
<AutoVariable width="fill" target="irc.cc.respondparty" label="Respond Autoparty"/>
<AutoVariable width="fill" target="irc.cc.party-cooldown" label="Party cooldown"/>
<AutoVariable width="fill" target="irc.cc.party-size" label="Party maxsize"/>
</List>
</Box>
</Tab>

View File

@ -1,9 +1,9 @@
<Tab name="Crits" padding="4 4 4 4">
<Box width="content" height="content" padding="12 6 6 6">
<List width="200">
<AutoVariable width="fill" target="crit.info" label="Crit info"/>
<AutoVariable width="fill" target="crit.key" label="Crit key"/>
<AutoVariable width="fill" target="crit.experimental" label="Instant crits"/>
<Box padding="12 6 6 6" width="content" height="content" name="Crits">
<List width="150">
<AutoVariable width="fill" target="crit.key" label="Crit Key"/>
<AutoVariable width="fill" target="crit.info" label="Crit Info"/>
<AutoVariable width="fill" target="crit.experimental" label="Instant Crits"/>
<AutoVariable width="fill" target="crit.melee" label="Melee Crits"/>
<AutoVariable width="fill" target="crit.experimental.melee" label="Experimental Melee Crits"/>
<AutoVariable width="fill" target="crit.force-gameplay" label="Do not hinder gameplay"/>

View File

@ -1,5 +1,5 @@
<Tab name="Debug" 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="Debug">
<List width="200">
<AutoVariable width="fill" target="debug.cursor-fix" label="Cursofix"/>
<AutoVariable width="fill" target="debug.engine-pred-others" label="Engine pred others"/>
@ -14,6 +14,8 @@
<AutoVariable width="fill" target="debug.ve.averaging" label="VE Averaging"/>
<AutoVariable width="fill" target="debug.ve.smooth" label="VE Smooth"/>
<AutoVariable width="fill" target="debug.ve.window" label="VE Window"/>
<AutoVariable width="fill" target="aimbot.debug" label="Debug Aimbot"/>
<AutoVariable width="fill" target="aimbot.debug.engine-pp" label="Debug Engine PP"/>
</List>
</Box>
</Tab>

View File

@ -1,6 +1,6 @@
<Tab name="Hack Info" padding="4 4 4 4">
<Box height="content" width="content" padding="12 6 6 6">
<List width="220">
<Tab name="Cathook" padding="4 4 4 4">
<Box height="content" width="content" padding="12 6 6 6" name="Cathook">
<List width="150">
<AutoVariable width="fill" target="hack.enable" label="Enable Cathook"/>
<AutoVariable width="fill" target="hack.log-console" label="Log Debug Info"/>
<AutoVariable width="fill" target="hack-info.enable" label="Enable Cathook Label"/>

View File

@ -1,18 +0,0 @@
<Tab name="IRC">
<Box width="content" height="content" padding="12 6 6 6">
<List width="250">
<AutoVariable width="fill" target="irc.enabled" label="Enabled"/>
<AutoVariable width="fill" target="irc.anon" label="Hide real name"/>
<AutoVariable width="fill" target="irc.auth" label="Reveal yourself to cathook users"/>
<AutoVariable width="fill" target="irc.address" label="Address"/>
<AutoVariable width="fill" target="irc.port" label="Port"/>
<AutoVariable width="fill" target="irc.channel" label="Channel"/>
<AutoVariable width="fill" target="irc.cc.channel" label="Command & Control Channel"/>
<AutoVariable width="fill" target="irc.cc.password" label="Command & Control Password"/>
<AutoVariable width="fill" target="irc.cc.party" label="Command & Control Autoparty"/>
<AutoVariable width="fill" target="irc.cc.respondparty" label="Command & Control Respond Autoparty"/>
<AutoVariable width="fill" target="irc.cc.party-cooldown" label="Command & Control Party cooldown"/>
<AutoVariable width="fill" target="irc.cc.party-size" label="Command & Control Party maxsize"/>
</List>
</Box>
</Tab>

View File

@ -1,13 +1,9 @@
<Tab name="Misc">
<TabContainer width="fill" height="fill">
<Include path="nullifiedcat/misc/antibackstab.xml"/>
<Include path="nullifiedcat/misc/achievement.xml"/>
<Include path="nullifiedcat/misc/autodeadringer.xml"/>
<Include path="nullifiedcat/misc/anticheat.xml"/>
<Include path="nullifiedcat/misc/announcer.xml"/>
<Include path="nullifiedcat/misc/bhop.xml"/>
<Include path="nullifiedcat/misc/bptf.xml"/>
<Include path="nullifiedcat/misc/spyalert.xml"/>
<Include path="nullifiedcat/misc/collective.xml"/>
<Include path="nullifiedcat/misc/Misc2.xml"/>
<Include path="nullifiedcat/misc/catbot.xml"/>
</TabContainer>
</Tab>

View File

@ -1,6 +0,0 @@
<Tab name="Misc2">
<TabContainer width="fill" height="fill">
<Include path="nullifiedcat/misc/remove.xml"/>
<Include path="nullifiedcat/misc/sandwich.xml"/>
</TabContainer>
</Tab>

View File

@ -1,5 +0,0 @@
<Tab name="Achievment" padding="4 4 4 4">
<List width="150">
<AutoVariable width="fill" target="achievement.safety" label="Achievement safety"/>
</List>
</Tab>

View File

@ -1,11 +0,0 @@
<Tab name="Anti Backstab" padding="4 4 4 4">
<Box padding="12 6 6 6" width="content" height="content">
<List width="170">
<AutoVariable width="fill" target="antibackstab.enable" label="Enable Antibackstab"/>
<AutoVariable width="fill" target="antibackstab.angle" label="Detection Angle"/>
<AutoVariable width="fill" target="antibackstab.distance" label="Detection Distance"/>
<AutoVariable width="fill" target="antibackstab.silent" label="Silent"/>
<AutoVariable width="fill" target="antibackstab.nope" label="Nope!"/>
</List>
</Box>
</Tab>

View File

@ -1,7 +1,7 @@
<Tab name="Anticheat" padding="4 4 4 4">
<Box height="content" width="content" padding="12 6 6 6">
<Tab name="Anti-Cheat" padding="4 4 4 4">
<Box height="content" width="content" padding="12 6 6 6" name="Anti-Cheat">
<List width="220">
<AutoVariable width="fill" target="find-cheaters.enable" label="Enable AntiCheat"/>
<AutoVariable width="fill" target="find-cheaters.enable" label="Enable Anti-Cheat"/>
<AutoVariable width="fill" target="find-cheaters.accuse-in-chat" label="Accuse in chat"/>
<AutoVariable width="fill" target="find-cheaters.ignore-local" label="Ignore Local"/>
<AutoVariable width="fill" target="find-cheaters.auto-rage" label="Auto rage"/>

View File

@ -1,6 +0,0 @@
<Tab name="Auto Deadringer" padding="4 4 4 4">
<List width="170">
<AutoVariable width="fill" target="auto-deadringer.enable" label="Auto Deadringer"/>
<AutoVariable width="fill" target="auto-deadringer.health" label="Trigger at health"/>
</List>
</Tab>

View File

@ -1,6 +0,0 @@
<Tab name="Bhop" padding="4 4 4 4">
<List width="150">
<AutoVariable width="fill" target="bunnyhop.enable" label="Enable Bhop"/>
<AutoVariable width="fill" target="misc.autostrafe" label="Enable Auto strafe"/>
</List>
</Tab>

View File

@ -1,5 +0,0 @@
<Tab name="Backpack tf" padding="4 4 4 4">
<List width="200">
<AutoVariable width="fill" target="backpack-tf.enable" label="Enable Backpack.tf Integration"/>
</List>
</Tab>

View File

@ -1,4 +1,4 @@
<Tab name="Automation" padding="4 4 4 4">
<Tab name="Cat-Bot" padding="4 4 4 4">
<Box name="Autojoin and taunt" width="content" height="content" padding="12 6 6 6">
<List width="200">
<AutoVariable width="fill" target="autojoin.auto-queue" label="Auto Queue"/>
@ -24,9 +24,9 @@
<AutoVariable width="fill" target="autojoin.team" label="Autojoin Team" min="0" max="1"/>
</List>
</Box>
<Box name="CBU" width="content" height="content" padding="12 6 6 6" y="125">
<Box name="Utilities" width="content" height="content" padding="12 6 6 6" x="215">
<List width="200">
<AutoVariable width="fill" target="cat-bot.enable" label="Enable CBU"/>
<AutoVariable width="fill" target="cat-bot.enable" label="Enable Utilities"/>
<AutoVariable width="fill" target="cat-bot.abandon-if.bots-gte" label="Abandon if bots gte"/>
<AutoVariable width="fill" target="cat-bot.abandon-if.ipc-bots-gte" label="Abandon if IPC bots gte"/>
<AutoVariable width="fill" target="cat-bot.abandon-if.humans-lte" label="Abandon if humans lte"/>
@ -44,40 +44,4 @@
<AutoVariable width="fill" target="cat-bot.anti-motd" label="Anti MOTD"/>
</List>
</Box>
<Box name="Followbot" width="content" height="content" padding="12 6 6 6" x="210">
<List width="170">
<AutoVariable width="fill" target="follow-bot.enable" label="Enable FB"/>
<AutoVariable width="fill" target="follow-bot.roaming" label="Roaming"/>
<AutoVariable width="fill" target="follow-bot.change-roaming-target" label="Change when possible"/>
<AutoVariable width="fill" target="follow-bot.jump-if-stuck" label="Jump if stuck"/>
<AutoVariable width="fill" target="follow-bot.taunt-sync" label="Synced taunts"/>
<AutoVariable width="fill" target="follow-bot.max-range" label="Activation range"/>
<AutoVariable width="fill" target="follow-bot.distance" label="Follow distance"/>
<AutoVariable width="fill" target="follow-bot.ipc-distance" label="IRC additive distance"/>
<AutoVariable width="fill" target="follow-bot.mimic-slot" label="Mimic slot"/>
<AutoVariable width="fill" target="follow-bot.always-medigun" label="Always Medigun"/>
<AutoVariable width="fill" target="follow-bot.switch-afk" label="AFK Switch"/>
<AutoVariable width="fill" target="follow-bot.afk-time" label="AFK limit"/>
<AutoVariable width="fill" target="follow-bot.corners" label="Corner activate"/>
<AutoVariable width="fill" target="follow-bot.steamid" label="SteamID to follow"/>
</List>
</Box>
<Box name="NavBot" width="content" height="content" padding="12 6 6 6" x="390">
<List width="170">
<AutoVariable width="fill" target="misc.pathing" label="Enable Pathing"/>
<AutoVariable width="fill" target="misc.pathing.draw" label="Draw Path"/>
<AutoVariable width="fill" target="misc.pathing.look-at-path" label="Look at Path"/>
<AutoVariable width="fill" target="navbot.enabled" label="Enable Navbot"/>
<!--AutoVariable width="fill" target="navbot.scout-mode" label="Enable Scout Mode"/>
<AutoVariable width="fill" target="navbot.spy-mode" label="Enable Spy Mode"/-->
<AutoVariable width="fill" target="navbot.get-health-and-ammo" label="Get Health and Ammo"/>
<AutoVariable width="fill" target="navbot.other-mode" label="General Mode"/>
<AutoVariable width="fill" target="navbot.primary-only" label="Best Weapon only"/>
<AutoVariable width="fill" target="navbot.autojump.enabled" label="Enable Autojump"/>
<AutoVariable width="fill" target="navbot.autojump.trigger-distance" label="Autojump Distance"/>
<!--AutoVariable width="fill" target="navbot.target-sentry" label="Try to target sentries"/-->
<AutoVariable width="fill" target="navbot.stay-near" label="Zone enemies (stay near)"/>
<!AutoVariable width="fill" target="navbot.take-teleporters" label="take teleporters"/-->
</List>
</Box>
</Tab>

View File

@ -1,9 +0,0 @@
<Tab name="Remove" padding="4 4 4 4">
<List width="220">
<AutoVariable width="fill" target="remove.arms" label="Remove Arms"/>
<AutoVariable width="fill" target="remove.cloak" label="Remove Cloak"/>
<AutoVariable width="fill" target="remove.disguise" label="Remove Disguise"/>
<AutoVariable width="fill" target="remove.hats" label="Remove Hats"/>
<AutoVariable width="fill" target="remove.scope" label="Remove Scope"/>
</List>
</Tab>

View File

@ -1,13 +0,0 @@
<Tab name="Sandwich Aimbot" padding="4 4 4 4">
<List width="220">
<AutoVariable width="fill" target="sandwichaim.enable" label="Enable"/>
<AutoVariable width="fill" target="sandwichaim.aimkey" label="Aimkey"/>
<LabeledObject width="fill" label="Aimkey mode">
<Select target="sandwichaim.aimkey-mode">
<Option name="Disable" value="0"/>
<Option name="Pressed" value="1"/>
<Option name="Not pressed" value="2"/>
</Select>
</LabeledObject>
</List>
</Tab>

View File

@ -1,6 +1,6 @@
<Tab name="Spy alert" padding="4 4 4 4">
<Box padding="12 6 6 6" width="content" height="content">
<List width="250">
<Box padding="12 6 6 6" width="content" height="content" name="Spy Alert">
<List width="200">
<AutoVariable width="fill" target="spy-alert.enable" label="Enable"/>
<AutoVariable width="fill" target="spy-alert.voicemenu" label="Call out spy"/>
<AutoVariable width="fill" target="spy-alert.sound" label="Sound"/>

View File

@ -0,0 +1,53 @@
<Tab name="Movement" padding="6 6 6 6">
<Box padding="12 6 6 6" width="content" height="content" name="Bunny Hop">
<List width="150">
<AutoVariable width="fill" target="bunnyhop.enable" label="Enable Bunny Hop"/>
<AutoVariable width="fill" target="misc.autostrafe" label="Enable Auto strafe"/>
</List>
</Box>
<Box padding="12 6 6 6" width="content" height="content" name="FollowBot" x="170">
<List width="180">
<AutoVariable width="fill" target="follow-bot.enable" label="Enable FollowBot"/>
<AutoVariable width="fill" target="follow-bot.roaming" label="Roaming"/>
<AutoVariable width="fill" target="follow-bot.change-roaming-target" label="Change when possible"/>
<AutoVariable width="fill" target="follow-bot.jump-if-stuck" label="Jump if stuck"/>
<AutoVariable width="fill" target="follow-bot.taunt-sync" label="Synced taunts"/>
<AutoVariable width="fill" target="follow-bot.max-range" label="Activation range"/>
<AutoVariable width="fill" target="follow-bot.distance" label="Follow distance"/>
<AutoVariable width="fill" target="follow-bot.ipc-distance" label="IRC additive distance"/>
<AutoVariable width="fill" target="follow-bot.mimic-slot" label="Mimic slot"/>
<AutoVariable width="fill" target="follow-bot.always-medigun" label="Always Medigun"/>
<AutoVariable width="fill" target="follow-bot.switch-afk" label="AFK Switch"/>
<AutoVariable width="fill" target="follow-bot.afk-time" label="AFK limit"/>
<AutoVariable width="fill" target="follow-bot.corners" label="Corner activate"/>
<AutoVariable width="fill" target="follow-bot.steamid" label="SteamID to follow"/>
</List>
</Box>
<Box padding="12 6 6 6" width="content" height="content" name="NavBot" y="50">
<List width="150">
<AutoVariable width="fill" target="misc.pathing" label="Enable Pathing"/>
<AutoVariable width="fill" target="misc.pathing.draw" label="Draw Path"/>
<AutoVariable width="fill" target="misc.pathing.look-at-path" label="Look at Path"/>
<AutoVariable width="fill" target="navbot.enabled" label="Enable Navbot"/>
<!--AutoVariable width="fill" target="navbot.scout-mode" label="Enable Scout Mode"/>
<AutoVariable width="fill" target="navbot.spy-mode" label="Enable Spy Mode"/-->
<AutoVariable width="fill" target="navbot.get-health-and-ammo" label="Get Health and Ammo"/>
<AutoVariable width="fill" target="navbot.other-mode" label="General Mode"/>
<AutoVariable width="fill" target="navbot.primary-only" label="Best Weapon only"/>
<AutoVariable width="fill" target="navbot.autojump.enabled" label="Enable Autojump"/>
<AutoVariable width="fill" target="navbot.autojump.trigger-distance" label="Jump Distance"/>
<!--AutoVariable width="fill" target="navbot.target-sentry" label="Try to target sentries"/-->
<AutoVariable width="fill" target="navbot.stay-near" label="Zone enemies (stay near)"/>
<!-- <!AutoVariable width="fill" target="navbot.take-teleporters" label="take teleporters"/> -->
</List>
</Box>
<Box padding="12 6 6 6" width="content" height="content" name="Anti-Backstab" x="370">
<List width="180">
<AutoVariable width="fill" target="antibackstab.enable" label="Enable Anti-Backstab"/>
<AutoVariable width="fill" target="antibackstab.angle" label="Detection Angle"/>
<AutoVariable width="fill" target="antibackstab.distance" label="Detection Distance"/>
<AutoVariable width="fill" target="antibackstab.silent" label="Silent"/>
<AutoVariable width="fill" target="antibackstab.nope" label="Nope!"/>
</List>
</Box>
</Tab>

View File

@ -1,8 +1,8 @@
<Tab name="Auto Backstab" padding="4 4 4 4">
<Box padding="6 6 6 6" width="content" height="content">
<Box padding="12 6 6 6" width="content" height="content" name="Auto Backstab">
<List width="170">
<AutoVariable width="fill" target="autobackstab.enabled" label="Enable Auto Backstab"/>
<LabeledObject width="fill" label="Autobackstab Mode">
<LabeledObject width="fill" label="Auto Backstab Mode">
<Select target="autobackstab.mode">
<Option name="Legit" value="0"/>
<Option name="Rage" value="1"/>

View File

@ -0,0 +1,8 @@
<Tab name="Auto Dead Ringer" padding="4 4 4 4">
<Box padding="12 6 6 6" width="content" height="content" name="Auto Dead Ringer">
<List width="150">
<AutoVariable width="fill" target="auto-deadringer.enable" label="Enable Auto Dead Ringer"/>
<AutoVariable width="fill" target="auto-deadringer.health" label="Trigger at health"/>
</List>
</Box>
</Tab>

View File

@ -1,8 +1,8 @@
<Tab name="Auto Detonator" padding="4 4 4 4">
<Box padding="6 6 6 6" width="content" height="content">
<List width="170">
<AutoVariable width="fill" target="auto-detonator.enable" label="Enable Auto detonator"/>
<AutoVariable width="fill" target="auto-detonator.ignore-cloaked" label="Ignore cloaked"/>
<Box padding="12 6 6 6" width="content" height="content" name="Auto Detonator">
<List width="150">
<AutoVariable width="fill" target="auto-detonator.enable" label="Enable Auto Detonator"/>
<AutoVariable width="fill" target="auto-detonator.ignore-cloaked" label="Ignore Cloaked"/>
</List>
</Box>
</Tab>

View File

@ -1,64 +1,64 @@
<Tab name="AutoHeal" padding="6 6 6 6">
<Box padding="6 6 6 6" width="content" height="content">
<Tab name="Auto Heal" padding="6 6 6 6">
<Box padding="12 6 6 6" width="content" height="content" name="Auto Heal">
<List width="150">
<AutoVariable width="fill" target="autoheal.enable" label="Enable"/>
<AutoVariable width="fill" target="autoheal.enable" label="Enable Auto Heal"/>
<AutoVariable width="fill" target="autoheal.silent" label="Silent"/>
<AutoVariable width="fill" target="autoheal.steamid" label="SteamID"/>
<AutoVariable width="fill" target="autoheal.steam-only" label="Heal Steamid only"/>
<AutoVariable width="fill" target="autoheal.steamid" label="SteamID"/>
<AutoVariable width="fill" target="autoheal.uber.enable" label="Auto Uber"/>
<AutoVariable width="fill" target="autoheal.uber.share" label="Share Uber"/>
<AutoVariable width="fill" target="autoheal.uber.health-below-ratio" label="Uber on health" min="0" max="100"/>
<AutoVariable width="fill" target="autoheal.uber.health-below-ratio" label="Ratio Trigger" min="0" max="100"/>
</List>
<Box padding="12 6 6 6" name="Auto Vaccinator" width="content" height="content" y="100">
</Box>
<Box padding="12 6 6 6" width="content" height="content" name="Auto Vaccinator" x="170">
<List width="150">
<AutoVariable width="fill" target="autoheal.vacc.enable" label="Enable Auto Vaccinator"/>
<AutoVariable width="fill" target="autoheal.vacc.reset-timer" label="Reset timer"/>
<LabeledObject width="fill" label="Default resist">
<Select target="autoheal.vacc.default-resistance">
<Option name="Disable" value="0"/>
<Option name="Bullet" value="1"/>
<Option name="Blast" value="2"/>
<Option name="Fire" value="3"/>
</Select>
</LabeledObject>
</List>
<Box padding="12 6 6 6" name="Bullet" width="content" height="content" x="170">
<List width="150">
<AutoVariable width="fill" target="autoheal.vacc.enable" label="Enable"/>
<AutoVariable width="fill" target="autoheal.vacc.reset-timer" label="Reset timer"/>
<LabeledObject width="fill" label="Default resist">
<Select target="autoheal.vacc.default-resistance">
<Option name="Disable" value="0"/>
<Option name="Bullet" value="1"/>
<Option name="Blast" value="2"/>
<Option name="Fire" value="3"/>
<AutoVariable width="fill" target="autoheal.vacc.bullet.enable" label="Enable"/>
<AutoVariable width="fill" target="autoheal.vacc.bullet.min-charges" label="Min. charges" min="0" max="4"/>
<LabeledObject width="fill" label="Sniper pop">
<Select target="autoheal.vacc.bullet.sniper-pop">
<Option name="Never" value="0"/>
<Option name="Visible, zoom" value="1"/>
<Option name="Any zoomed" value="2"/>
</Select>
</LabeledObject>
</List>
</Box>
<Box padding="12 6 6 6" name="Blast" width="content" height="content" y="75">
<List width="150">
<AutoVariable width="fill" target="autoheal.vacc.blast.enable" label="Enable"/>
<AutoVariable width="fill" target="autoheal.vacc.blast.crit-pop" label="Pop on near crit"/>
<AutoVariable width="fill" target="autoheal.vacc.blast.danger-range" label="Danger range" min="0" max="1000"/>
<AutoVariable width="fill" target="autoheal.vacc.blast.pop-near-rocket-health" label="Rocket health pop" tooltip="Pop ubercharge if rocket is near and health is less than" min="0" max="450"/>
<AutoVariable width="fill" target="autoheal.vacc.blast.min-charges" label="Min. charges" min="0" max="4"/>
</List>
</Box>
<Box padding="12 6 6 6" name="Fire" width="content" height="content" y="75" x="170">
<List width="150">
<AutoVariable width="fill" target="autoheal.vacc.fire.enable" label="Enable"/>
<AutoVariable width="fill" target="autoheal.vacc.fire.prevent-afterburn" label="Prevent afterburn"/>
<AutoVariable width="fill" target="autoheal.vacc.fire.pyro-range" label="Danger range"/>
<AutoVariable width="fill" target="autoheal.vacc.fire.min-charges" label="Min. charges" min="0" max="4"/>
<LabeledObject width="fill" label="Pyro pop">
<Select target="autoheal.vacc.fire.pyro-pop">
<Option name="Never" value="0"/>
<Option name="Near, flames" value="1"/>
<Option name="Near, any wep" value="2"/>
</Select>
</LabeledObject>
</List>
<Box padding="12 6 6 6" name="Bullet" width="content" height="content" x="170">
<List width="150">
<AutoVariable width="fill" target="autoheal.vacc.bullet.enable" label="Enable"/>
<AutoVariable width="fill" target="autoheal.vacc.bullet.min-charges" label="Min. charges" min="0" max="4"/>
<LabeledObject width="fill" label="Sniper pop">
<Select target="autoheal.vacc.bullet.sniper-pop">
<Option name="Never" value="0"/>
<Option name="Visible, zoom" value="1"/>
<Option name="Any zoomed" value="2"/>
</Select>
</LabeledObject>
</List>
</Box>
<Box padding="12 6 6 6" name="Blast" width="content" height="content" y="100">
<List width="150">
<AutoVariable width="fill" target="autoheal.vacc.blast.enable" label="Enable"/>
<AutoVariable width="fill" target="autoheal.vacc.blast.crit-pop" label="Pop on near crit"/>
<AutoVariable width="fill" target="autoheal.vacc.blast.danger-range" label="Danger range" min="0" max="1000"/>
<AutoVariable width="fill" target="autoheal.vacc.blast.pop-near-rocket-health" label="Rocket health pop" tooltip="Pop ubercharge if rocket is near and health is less than" min="0" max="450"/>
<AutoVariable width="fill" target="autoheal.vacc.blast.min-charges" label="Min. charges" min="0" max="4"/>
</List>
</Box>
<Box padding="12 6 6 6" name="Fire" width="content" height="content" y="100" x="170">
<List width="150">
<AutoVariable width="fill" target="autoheal.vacc.fire.enable" label="Enable"/>
<AutoVariable width="fill" target="autoheal.vacc.fire.prevent-afterburn" label="Prevent afterburn"/>
<AutoVariable width="fill" target="autoheal.vacc.fire.pyro-range" label="Danger range"/>
<AutoVariable width="fill" target="autoheal.vacc.fire.min-charges" label="Min. charges" min="0" max="4"/>
<LabeledObject width="fill" label="Pyro pop">
<Select target="autoheal.vacc.fire.pyro-pop">
<Option name="Never" value="0"/>
<Option name="Near, flames" value="1"/>
<Option name="Near, any wep" value="2"/>
</Select>
</LabeledObject>
</List>
</Box>
</Box>
</Box>
</Tab>

View File

@ -1,20 +1,20 @@
<Tab name="Auto reflect" padding="4 4 4 4">
<Box width="content" height="content" padding="6 6 6 6">
<List width="200">
<Tab name="Auto Reflect" padding="4 4 4 4">
<Box padding="12 6 6 6" width="content" height="content" name="Auto Reflect">
<List width="150">
<AutoVariable width="fill" target="autoreflect.enable" label="Enable Auto Reflect"/>
<AutoVariable width="fill" target="autoreflect.button" label="Reflect button"/>
<AutoVariable width="fill" target="autoreflect.idle-only" label="Only if CanShoot"/>
<AutoVariable width="fill" target="autoreflect.button" label="Reflect Button"/>
<AutoVariable width="fill" target="autoreflect.idle-only" label="Only Reflect When Able"/>
<AutoVariable width="fill" target="autoreflect.dodgeball" label="Dodgeball Mode"/>
<AutoVariable width="fill" target="autoreflect.stickies" label="Stickies"/>
<AutoVariable width="fill" target="autoreflect.teammate" label="Teammate Projectiles"/>
</List>
</Box>
<Box name="Legit" width="content" height="content" padding="6 6 6 6" y="120">
<List width="200">
<AutoVariable width="fill" target="autoreflect.legit" label="Enable Legit mode"/>
<Box padding="12 6 6 6" width="content" height="content" name="Legit Mode" x="170">
<List width="150">
<AutoVariable width="fill" target="autoreflect.legit" label="Enable Legit Mode"/>
<AutoVariable width="fill" target="autoreflect.fov" label="FOV"/>
<AutoVariable width="fill" target="autoreflect.draw-fov" label="draw FOV"/>
<AutoVariable width="fill" target="autoreflect.draw-fov-opacity" label="FOV opacity"/>
<!-- <AutoVariable width="fill" target="autoreflect.draw-fov" label="draw FOV"/> -->
<!-- <AutoVariable width="fill" target="autoreflect.draw-fov-opacity" label="FOV opacity"/> -->
</List>
</Box>
</Tab>

View File

@ -1,9 +1,9 @@
<Tab name="Auto Sticky" padding="4 4 4 4">
<Box width="content" height="content" padding="6 6 6 6">
<List width="200">
<Box padding="12 6 6 6" width="content" height="content" name="Auto Sticky">
<List width="150">
<AutoVariable width="fill" target="autosticky.enable" label="Enable Auto Sticky"/>
<AutoVariable width="fill" target="autosticky.buildings" label="Detonate on Buildings"/>
<AutoVariable width="fill" target="autosticky.legit" label="Legit"/>
<AutoVariable width="fill" target="autosticky.buildings" label="Detonate On Buildings"/>
<AutoVariable width="fill" target="autosticky.legit" label="Legit Mode"/>
</List>
</Box>
</Tab>

View File

@ -1,11 +1,10 @@
<Tab name="Trigger Bot">
<Tab name="Trigger">
<TabContainer width="fill" height="fill">
<Tab name="Trigger Bot" padding="6 6 6 6">
<Box padding="6 6 6 6" width="content" height="content">
<Box name="Trigger Bot" padding="12 6 6 6" width="content" height="content">
<List width="150">
<AutoVariable width="fill" target="trigger.enable" label="Enable"/>
<AutoVariable width="fill" target="trigger.key.button" label="Aimkey"/>
<LabeledObject width="fill" label="Triggerkey mode">
<AutoVariable width="fill" target="trigger.enable" label="Enable Trigger Bot"/>
<LabeledObject width="fill" label="Trigger Key mode">
<Select target="trigger.key.mode">
<Option name="Disable" value="0"/>
<Option name="Pressed" value="1"/>
@ -13,6 +12,15 @@
<Option name="Toggle" value="3"/>
</Select>
</LabeledObject>
<AutoVariable width="fill" target="trigger.key.button" label="Aim Key"/>
<AutoVariable width="fill" target="trigger.wait-for-charge" label="Wait for charge"/>
<AutoVariable width="fill" target="trigger.zoomed-only" label="Zoomed only"/>
<AutoVariable width="fill" target="trigger.accuracy" label="Accuracy mode" min="0" max="10"/>
<AutoVariable width="fill" target="trigger.delay" label="Delay" min="0" max="1"/>
</List>
</Box>
<Box padding="12 6 6 6" width="content" height="content" name="Target Selection" x="170">
<List width="150">
<LabeledObject width="fill" label="Hitbox mode">
<Select target="trigger.hitbox-mode">
<Option name="Auto Head" value="0"/>
@ -20,18 +28,13 @@
<Option name="Head Only" value="2"/>
</Select>
</LabeledObject>
<AutoVariable width="fill" target="trigger.wait-for-charge" label="Wait for charge"/>
<AutoVariable width="fill" target="trigger.zoomed-only" label="Zoomed only"/>
<AutoVariable width="fill" target="trigger.accuracy" label="Accuracy mode" min="0" max="10"/>
<AutoVariable width="fill" target="trigger.delay" label="Delay" min="0" max="1"/>
<AutoVariable width="fill" target="trigger.target.ignore-cloaked-spies" label="NOT Cloaked Spies"/>
<AutoVariable width="fill" target="trigger.target.ignore-vaccinator" label="NOT Vaccinator"/>
<AutoVariable width="fill" target="trigger.target.buildings-other" label="Other Buildings"/>
<AutoVariable width="fill" target="trigger.target.buildings-sentry" label="Sentry Guns"/>
<AutoVariable width="fill" target="trigger.target.stickybombs" label="Stickybombs"/>
<AutoVariable width="fill" target="trigger.target.max-range" label="Max Range"/>
<AutoVariable width="fill" target="trigger.target.teammates" label="Teammates"/>
<AutoVariable width="fill" target="trigger.target.max-range" label="Max Range" min="0" max="4096"/>
<AutoVariable width="fill" target="trigger.target.stickybombs" label="Stickybombs"/>
<AutoVariable width="fill" target="trigger.target.buildings-sentry" label="Sentry Guns"/>
<AutoVariable width="fill" target="trigger.target.buildings-other" label="Other Buildings"/>
<AutoVariable width="fill" target="trigger.target.ignore-cloaked-spies" label="Ignore Cloaked Spies"/>
<AutoVariable width="fill" target="trigger.target.ignore-vaccinator" label="Ignore Vaccinator Uber"/>
</List>
</Box>
</Tab>
@ -40,5 +43,6 @@
<Include path="nullifiedcat/trigger/autobackstab.xml"/>
<Include path="nullifiedcat/trigger/autoreflect.xml"/>
<Include path="nullifiedcat/trigger/autosticky.xml"/>
<Include path="nullifiedcat/trigger/autodeadringer.xml"/>
</TabContainer>
</Tab>

View File

@ -1,12 +1,12 @@
<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"/>
<Include path="nullifiedcat/visuals/radar.xml"/>
<Include path="nullifiedcat/visuals/playerinfo.xml"/>
<Include path="nullifiedcat/visuals/misc.xml"/>
<Include path="nullifiedcat/visuals/ui.xml"/>
<Include path="nullifiedcat/visuals/world.xml"/>
</TabContainer>
</Tab>

View File

@ -1,31 +1,36 @@
<Tab name="Chams" padding="4 4 4 4">
<List width="150">
<AutoVariable width="fill" target="chams.enable" label="Enable"/>
<AutoVariable width="fill" target="chams.legit" label="Legit"/>
<AutoVariable width="fill" target="chams.flat" label="Flat"/>
<AutoVariable width="fill" target="chams.disco" label="Disco"/>
<AutoVariable width="fill" target="chams.health" label="Health"/>
<AutoVariable width="fill" target="chams.recursive" label="Recursive"/>
<AutoVariable width="fill" target="chams.single-pass" label="Single pass"/>
<AutoVariable width="fill" target="chams.health" label="Health"/>
<AutoVariable width="fill" target="chams.self" label="Chams Self"/>
<AutoVariable width="fill" target="chams.self-rainbow" label="Self Rainbow"/>
<AutoVariable width="fill" target="chams.white-weapons" label="White Weapons"/>
<LabeledObject width="fill" label="Solid when">
<Select target="glow.solid-when">
<Option name="Never" value="0"/>
<Option name="Always" value="1"/>
<Option name="Not visible" value="2"/>
</Select>
</LabeledObject>
<AutoVariable width="fill" target="chams.show.players" label="Players"/>
<AutoVariable width="fill" target="chams.show.teammates" label="Teammates"/>
<AutoVariable width="fill" target="chams.show.buildings" label="Buildings"/>
<AutoVariable width="fill" target="chams.show.teammate-buildings" label="Team Buildings"/>
<AutoVariable width="fill" target="chams.show.powerups" label="Powerups"/>
<AutoVariable width="fill" target="chams.show.stickies" label="Stickies"/>
<AutoVariable width="fill" target="chams.show.ammoboxes" label="Ammo Boxes"/>
<AutoVariable width="fill" target="chams.show.medkits" label="Health Packs"/>
</List>
<Box padding="12 6 6 6" width="content" height="content" name="Chams">
<List width="150">
<AutoVariable width="fill" target="chams.enable" label="Enable Chams"/>
<AutoVariable width="fill" target="chams.legit" label="Legit"/>
<AutoVariable width="fill" target="chams.flat" label="Flat"/>
<AutoVariable width="fill" target="chams.disco" label="Disco"/>
<AutoVariable width="fill" target="chams.health" label="Health"/>
<AutoVariable width="fill" target="chams.recursive" label="Recursive"/>
<AutoVariable width="fill" target="chams.single-pass" label="Single pass"/>
<AutoVariable width="fill" target="chams.health" label="Health"/>
<AutoVariable width="fill" target="chams.self-rainbow" label="Self Rainbow"/>
<AutoVariable width="fill" target="chams.white-weapons" label="White Weapons"/>
<LabeledObject width="fill" label="Solid when">
<Select target="glow.solid-when">
<Option name="Never" value="0"/>
<Option name="Always" value="1"/>
<Option name="Not visible" value="2"/>
</Select>
</LabeledObject>
</List>
</Box>
<Box padding="12 6 6 6" width="content" height="content" name="Targets" x="170">
<List width="150">
<AutoVariable width="fill" target="chams.show.players" label="Players"/>
<AutoVariable width="fill" target="chams.show.teammates" label="Teammates"/>
<AutoVariable width="fill" target="chams.self" label="Chams Self"/>
<AutoVariable width="fill" target="chams.show.buildings" label="Buildings"/>
<AutoVariable width="fill" target="chams.show.teammate-buildings" label="Team Buildings"/>
<AutoVariable width="fill" target="chams.show.powerups" label="Powerups"/>
<AutoVariable width="fill" target="chams.show.stickies" label="Stickies"/>
<AutoVariable width="fill" target="chams.show.ammoboxes" label="Ammo Boxes"/>
<AutoVariable width="fill" target="chams.show.medkits" label="Health Packs"/>
</List>
</Box>
</Tab>

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,17 +1,23 @@
<Tab name="Glow" padding="4 4 4 4">
<List width="150">
<AutoVariable width="fill" target="glow.enable" label="Enable"/>
<AutoVariable width="fill" target="glow.health" label="Health"/>
<AutoVariable width="fill" target="glow.self" label="Glow Self"/>
<AutoVariable width="fill" target="glow.self-rainbow" label="Self Rainbow"/>
<AutoVariable width="fill" target="glow.white-weapons" label="White Weapons"/>
<AutoVariable width="fill" target="glow.show.players" label="Players"/>
<AutoVariable width="fill" target="glow.show.teammates" label="Teammates"/>
<AutoVariable width="fill" target="glow.show.buildings" label="Buildings"/>
<AutoVariable width="fill" target="glow.show.teammate-buildings" label="Team Buildings"/>
<AutoVariable width="fill" target="glow.show.powerups" label="Powerups"/>
<AutoVariable width="fill" target="glow.show.stickies" label="Stickies"/>
<AutoVariable width="fill" target="glow.show.ammoboxes" label="Ammo Boxes"/>
<AutoVariable width="fill" target="glow.show.medkits" label="Health Packs"/>
</List>
<Box padding="12 6 6 6" width="content" height="content" name="Glow">
<List width="150">
<AutoVariable width="fill" target="glow.enable" label="Enable Glow"/>
<AutoVariable width="fill" target="glow.health" label="Health"/>
<AutoVariable width="fill" target="glow.self-rainbow" label="Self Rainbow"/>
</List>
</Box>
<Box padding="12 6 6 6" width="content" height="content" name="Targets" x="170">
<List width="150">
<AutoVariable width="fill" target="glow.show.players" label="Players"/>
<AutoVariable width="fill" target="glow.show.teammates" label="Teammates"/>
<AutoVariable width="fill" target="glow.self" label="Local Player"/>
<AutoVariable width="fill" target="glow.show.buildings" label="Buildings"/>
<AutoVariable width="fill" target="glow.show.teammate-buildings" label="Team Buildings"/>
<AutoVariable width="fill" target="glow.show.powerups" label="Powerups"/>
<AutoVariable width="fill" target="glow.show.stickies" label="Stickies"/>
<AutoVariable width="fill" target="glow.show.ammoboxes" label="Ammo Boxes"/>
<AutoVariable width="fill" target="glow.show.medkits" label="Health Packs"/>
<AutoVariable width="fill" target="glow.white-weapons" label="Weapons"/>
</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>

View File

@ -1,29 +0,0 @@
<Tab name="Misc Visuals" padding="4 4 4 4">
<List width="400">
<AutoVariable width="fill" target="visual.clean-screenshots" label="Clean Screenshots"/>
<AutoVariable width="fill" target="visual.disable" label="Disable Visuals"/>
<AutoVariable width="fill" target="visual.fov" label="FOV"/>
<AutoVariable width="fill" target="visual.fov-zoomed" label="FOV zoomed"/>
<AutoVariable width="fill" target="visual.freecam-button" label="Freecam button"/>
<AutoVariable width="fill" target="visual.freecam-speed" label="Freecam Speed (HU/s)"/>
<AutoVariable width="fill" target="visual.medal-flip" label="Guranteed Medal flip"/>
<AutoVariable width="fill" target="visual.night-mode" label="Nightmode" min="0" max="100"/>
<AutoVariable width="fill" target="visual.open-gui-button" label="GUI button"/>
<LabeledObject width="fill" label="Software cursor mode">
<Select target="visual.software-cursor-mode">
<Option name="Keep" value="0"/>
<Option name="Always" value="1"/>
<Option name="Never" value="2"/>
<Option name="Menu on" value="3"/>
</Select>
</LabeledObject>
<AutoVariable width="fill" target="visual.sv-pure-bypass" label="SV Pure bypass"/>
<AutoVariable width="fill" target="visual.thirdperson.enable" label="Thirdperson"/>
<AutoVariable width="fill" target="visual.thirdperson.real-angles" label="Show Angles in thirdperson"/>
<AutoVariable width="fill" target="visual.snowflakes" label="Enable Snowflakes"/>
<AutoVariable width="fill" target="visual.snowflakes.fall-speed.min" label="Minimum fall speed"/>
<AutoVariable width="fill" target="visual.snowflakes.fall-speed.max" label="Maximum fall speed"/>
<AutoVariable width="fill" target="visual.snowflakes.sideways-speed.min" label="Minimum sidemove speed"/>
<AutoVariable width="fill" target="visual.snowflakes.sideways-speed.max" label="Maximum sidemove speed"/>
</List>
</Tab>

View File

@ -1,6 +1,8 @@
<Tab name="Player Info" padding="4 4 4 4">
<List width="400">
<AutoVariable width="fill" target="misc.playerinfo.draw-kda" label="Draw KD over Head"/>
<AutoVariable width="fill" target="misc.playerinfo.draw-level" label="that's how mafia works"/>
</List>
<Box padding="12 6 6 6" width="content" height="content" name="Player Info">
<List width="150">
<AutoVariable width="fill" target="misc.playerinfo.draw-kda" label="Draw KD over Head"/>
<AutoVariable width="fill" target="misc.playerinfo.draw-level" label="that's how mafia works"/>
</List>
</Box>
</Tab>

View File

@ -1,17 +1,22 @@
<Tab name="Radar" padding="4 4 4 4">
<List width="150">
<AutoVariable width="fill" target="radar.enable" label="Enable"/>
<AutoVariable width="fill" target="radar.enemies-over-teammates" label="Enemies on top"/>
<AutoVariable width="fill" target="radar.healthbar" label="Health bars"/>
<AutoVariable width="fill" target="radar.use-icons" label="Use icons"/>
<AutoVariable width="fill" target="radar.size" label="Size" min="1" max="480"/>
<AutoVariable width="fill" target="radar.icon-size" label="Icon size" min="1" max="48"/>
<AutoVariable width="fill" target="radar.x" label="Radar X"/>
<AutoVariable width="fill" target="radar.y" label="Radar Y"/>
<AutoVariable width="fill" target="radar.zoom" label="Zoom" min="1" max="20"/>
<AutoVariable width="fill" target="radar.show.ammo" label="Ammo packs"/>
<AutoVariable width="fill" target="radar.show.health" label="Health packs"/>
<AutoVariable width="fill" target="radar.show.teammates" label="Teammates"/>
</List>
<Box padding="12 6 6 6" width="content" height="content" name="Radar">
<List width="150">
<AutoVariable width="fill" target="radar.enable" label="Enable"/>
<AutoVariable width="fill" target="radar.enemies-over-teammates" label="Enemies on top"/>
<AutoVariable width="fill" target="radar.healthbar" label="Health bars"/>
<AutoVariable width="fill" target="radar.use-icons" label="Use icons"/>
<AutoVariable width="fill" target="radar.size" label="Size" min="1" max="480"/>
<AutoVariable width="fill" target="radar.icon-size" label="Icon size" min="1" max="48"/>
<AutoVariable width="fill" target="radar.x" label="Radar X"/>
<AutoVariable width="fill" target="radar.y" label="Radar Y"/>
<AutoVariable width="fill" target="radar.zoom" label="Zoom" min="1" max="20"/>
</List>
</Box>
<Box padding="12 6 6 6" width="content" height="content" name="Targets" x="170">
<List width="150">
<AutoVariable width="fill" target="radar.show.ammo" label="Ammo packs"/>
<AutoVariable width="fill" target="radar.show.health" label="Health packs"/>
<AutoVariable width="fill" target="radar.show.teammates" label="Teammates"/>
</List>
</Box>
</Tab>

View File

@ -1,6 +1,6 @@
<Tab name="Tracers" padding="4 4 4 4">
<Box padding="12 6 6 6" width="content" height="content">
<List width="200">
<Box padding="12 6 6 6" width="content" height="content" name="Tracers">
<List width="150">
<AutoVariable width="fill" target="tracers.enabled" label="Enabled"/>
<AutoVariable width="fill" target="tracers.green-distance" label="Green distance"/>
<AutoVariable width="fill" target="tracers.max_dist" label="Max distance"/>

View File

@ -0,0 +1,23 @@
<Tab name="UI" padding="4 4 4 4">
<Box padding="12 6 6 6" width="content" height="content" name="UI">
<List width="180">
<AutoVariable width="fill" target="visual.open-gui-button" label="GUI button"/>
<AutoVariable width="fill" target="visual.clean-screenshots" label="Clean Screenshots"/>
<AutoVariable width="fill" target="visual.disable" label="Disable Visuals"/>
<AutoVariable width="fill" target="visual.medal-flip" label="Guranteed Medal flip"/>
<LabeledObject width="fill" label="Software cursor mode">
<Select target="visual.software-cursor-mode">
<Option name="Keep" value="0"/>
<Option name="Always" value="1"/>
<Option name="Never" value="2"/>
<Option name="Menu on" value="3"/>
</Select>
</LabeledObject>
<AutoVariable width="fill" target="visual.snowflakes" label="Enable Snowflakes"/>
<AutoVariable width="fill" target="visual.snowflakes.fall-speed.min" label="Minimum fall speed"/>
<AutoVariable width="fill" target="visual.snowflakes.fall-speed.max" label="Maximum fall speed"/>
<AutoVariable width="fill" target="visual.snowflakes.sideways-speed.min" label="Minimum sidemove speed"/>
<AutoVariable width="fill" target="visual.snowflakes.sideways-speed.max" label="Maximum sidemove speed"/>
</List>
</Box>
</Tab>

View File

@ -0,0 +1,35 @@
<Tab name="World" padding="4 4 4 4">
<Box padding="12 6 6 6" width="content" height="content" name="FOV">
<List width="180">
<AutoVariable width="fill" target="visual.fov" label="FOV"/>
<AutoVariable width="fill" target="visual.fov-zoomed" label="FOV zoomed"/>
</List>
</Box>
<Box padding="12 6 6 6" width="content" height="content" name="Freecam" y="55">
<List width="180">
<AutoVariable width="fill" target="visual.freecam-button" label="Freecam button"/>
<AutoVariable width="fill" target="visual.freecam-speed" label="Freecam Speed (HU/s)"/>
</List>
</Box>
<Box padding="12 6 6 6" width="content" height="content" name="Thirdperson" y="110">
<List width="180">
<AutoVariable width="fill" target="visual.thirdperson.enable" label="Enable Thirdperson"/>
<AutoVariable width="fill" target="visual.thirdperson.real-angles" label="Show Angles in thirdperson"/>
</List>
</Box>
<Box padding="12 6 6 6" width="content" height="content" name="Misc" x="195">
<List width="180">
<AutoVariable width="fill" target="visual.night-mode" label="Nightmode" min="0" max="100"/>
<AutoVariable width="fill" target="visual.sv-pure-bypass" label="SV Pure bypass"/>
</List>
</Box>
<Box padding="12 6 6 6" width="content" height="content" name="Remove" x="195" y="52">
<List width="180">
<AutoVariable width="fill" target="remove.arms" label="Remove Arms"/>
<AutoVariable width="fill" target="remove.cloak" label="Remove Cloak"/>
<AutoVariable width="fill" target="remove.disguise" label="Remove Disguise"/>
<AutoVariable width="fill" target="remove.hats" label="Remove Hats"/>
<AutoVariable width="fill" target="remove.scope" label="Remove Scope"/>
</List>
</Box>
</Tab>