sentence case

This commit is contained in:
LightPower392 2020-05-29 11:10:10 -07:00 committed by TotallyNotElite
parent f5e9c062cf
commit 2412f4c36e
28 changed files with 467 additions and 462 deletions

View File

@ -1,16 +1,16 @@
<Tab name="HvH" padding="4 4 4 4">
<Box padding="12 6 6 6" width="content" height="content" name="Anti-Aim">
<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.crouch" label="Fake Crouch"/>
<AutoVariable width="fill" target="antiaim.no-clamp" label="No Clamping"/>
<AutoVariable width="fill" target="antiaim.draw-fakes" label="Draw fakes"/>
<AutoVariable width="fill" target="antiaim.crouch" label="Fake crouch"/>
<AutoVariable width="fill" target="antiaim.no-clamp" label="No clamping" tooltip="Don't clamp angles (keep pitch within ±89° and yaw within ±180°)."/>
<AutoVariable width="fill" target="misc.fakelag" label="Fakelag" min="0" max="22"/>
<AutoVariable width="fill" target="antiaim.spin-speed" label="Spin speed" min="-45" max="45" step="0.1"/>
<AutoVariable width="fill" target="antiaim.roll" label="Roll"/>
<AutoVariable width="fill" target="antiaim.pitch.static" label="Custom Pitch"/>
<AutoVariable width="fill" target="antiaim.yaw.static" label="Custom Yaw"/>
<LabeledObject width="fill" label="Pitch Mode">
<AutoVariable width="fill" target="antiaim.pitch.static" label="Custom pitch"/>
<AutoVariable width="fill" target="antiaim.yaw.static" label="Custom yaw"/>
<LabeledObject width="fill" label="Pitch mode">
<Select target="antiaim.pitch.mode">
<Option name="Disable" value="0"/>
<Option name="Custom" value="1"/>
@ -26,7 +26,7 @@
<Option name="Heck" value="11"/>
</Select>
</LabeledObject>
<LabeledObject width="fill" label="Yaw Mode">
<LabeledObject width="fill" label="Yaw mode">
<Select target="antiaim.yaw.mode">
<Option name="Disable" value="0"/>
<Option name="Custom" value="1"/>
@ -60,13 +60,13 @@
<AutoVariable width="fill" target="anti-anti-aim.enable" label="Enable" tooltip="Attempt to bruteforce enemy antiaim."/>
</List>
</Box>
<Box padding="12 6 6 6" name="Anti-Resolver" width="content" height="content" x="340">
<Box padding="12 6 6 6" name="Anti-resolver" 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"/>
<AutoVariable width="fill" target="antiaim.aaaa.flip-key" label="Flip key"/>
<AutoVariable width="fill" target="antiaim.aaaa.interval.seconds" label="Enable"/>
<AutoVariable width="fill" target="antiaim.aaaa.interval.random-low" label="Random Low"/>
<AutoVariable width="fill" target="antiaim.aaaa.interval.random-high" label="Random High"/>
<AutoVariable width="fill" target="antiaim.aaaa.interval.random-low" label="Random low"/>
<AutoVariable width="fill" target="antiaim.aaaa.interval.random-high" label="Random high"/>
<LabeledObject width="fill" label="Mode">
<Select target="antiaim.aaaa.mode">
<Option name="(Fake)up" value="0"/>

View File

@ -1,7 +1,7 @@
<Tab name="Chat" padding="4 4 4 4">
<Box padding="12 6 6 6" width="content" height="content" name="Chat Spam">
<Box padding="12 6 6 6" width="content" height="content" name="Chat spam">
<List width="150">
<LabeledObject width="fill" label="Spam Mode">
<LabeledObject width="fill" label="Spam mode">
<Select target="spam.source">
<Option name="Disable" value="0"/>
<Option name="Custom" value="1"/>
@ -13,71 +13,71 @@
<Option name="Lithium" value="7"/>
</Select>
</LabeledObject>
<AutoVariable width="fill" target="spam.filename" label="Custom Spam"/>
<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"/>
<AutoVariable width="fill" target="spam.teamchat" label="Spam in teamchat"/>
<AutoVariable width="fill" target="spam.delay" label="Spam delay" tooltip="Delay in milliseconds"/>
<AutoVariable width="fill" target="spam.teamchat" label="Spam in teamchat" tooltip="Spam in teamchat instead of game chat"/>
</List>
</Box>
<Box name="Voice Spam" width="content" height="content" padding="12 6 6 6" y="100">
<Box name="Voice spam" width="content" height="content" padding="12 6 6 6" y="100">
<List width="150">
<LabeledObject width="fill" label="Voice Spam" tooltip="Spam character voicelines.">
<LabeledObject width="fill" label="Voice spam" tooltip="Spam character voicelines.">
<Select target="spam.voicecommand">
<Option name="Disable" value="0"/>
<Option name="Random" value="1"/>
<Option name="Medic" value="2"/>
<Option name="Thanks" value="3"/>
<Option name="Nice Shot" value="4"/>
<Option name="Nice shot" value="4"/>
<Option name="Cheers" value="5"/>
<Option name="Jeers" value="6"/>
</Select>
</LabeledObject>
</List>
</Box>
<Box padding="12 6 6 6" width="content" height="content" name="Chat Log" y="135">
<Box padding="12 6 6 6" width="content" height="content" name="Chat log" y="135">
<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"/>
<AutoVariable width="fill" target="chat-log.enable" label="Enable chat log"/>
<AutoVariable width="fill" target="chat-log.no-ipc" label="Ignore IPC" tooltip="Don't save IPC chat."/>
<AutoVariable width="fill" target="chat-log.no-spam" label="Anti spam" tooltip="Don't save your chat spam to the log"/>
</List>
</Box>
<Box name="Chat Censor" width="content" height="content" padding="12 6 6 6" y="200">
<Box name="Chat censor" width="content" height="content" padding="12 6 6 6" y="200">
<List width="150">
<AutoVariable width="fill" target="chat.censor.enable" label="Enable Chat Censor" tooltip="Censors cheating accusations."/>
<AutoVariable width="fill" target="chat.censor.enable" label="Enable chat censor" tooltip="Censors cheating accusations. Hides phrases like 'cheat' and 'kick'."/>
<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">
<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 - offensive" value="3"/>
<Option name="NCC - MLG" value="4"/>
</Select>
</LabeledObject>
<AutoVariable width="fill" target="killsay.file" label="Custom Killsay"/>
<AutoVariable width="fill" target="killsay.delay" label="Killsay Delay"/>
<AutoVariable width="fill" target="killsay.file" label="Custom killsay"/>
<AutoVariable width="fill" target="killsay.delay" label="Killsay delay" tooltip="Delay in milliseconds"/>
<Box name="Critsay" width="165" height="content" padding="12 6 6 6">
<List width="150">
<LabeledObject width="fill" label="Critsay Mode">
<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"/>
<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">
<Box name="Uber chat" width="content" height="content" padding="12 6 6 6" x="352">
<List width="150">
<LabeledObject width="fill" label="Source" tooltip="Automatically send uber % in chat.">
<LabeledObject width="fill" label="Source" tooltip="Automatically sends uber % to chat.">
<Select target="uberspam.source">
<Option name="Disable" value="0"/>
<Option name="Default" value="1"/>
@ -85,41 +85,41 @@
<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.file" label="Custom uber chat"/>
<AutoVariable width="fill" target="uberspam.team-chat" label="Team Chat" tooltip="Only send uber chat to teamchat."/>
<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 %"/>
<AutoVariable width="fill" target="uberspam.triggers.every-n-percent" label="Every %" tooltip="Increment of percent of uber to send info to chat."/>
<!-- 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="Remove Newlines"/>
<AutoVariable width="fill" target="chat.anti-spam" label="Anti-Spam"/>
<AutoVariable width="fill" target="chat.crypto" label="Crypto Chat"/>
<AutoVariable width="fill" target="chat.clean" label="Remove newlines" tooltip="Hides newline spam."/>
<AutoVariable width="fill" target="chat.anti-spam" label="Anti-spam" tooltip="Hides chat spam."/>
<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="Event Logger"/>
<AutoVariable width="fill" target="chat.log-events.hurt" label="Log Hurt Events"/>
<AutoVariable width="fill" target="chat.log-events.joining" label="Log Join Events"/>
<AutoVariable width="fill" target="chat.log-events.connect" label="Log Connect Events"/>
<AutoVariable width="fill" target="chat.log-events.disconnect" label="Log Disconnect Events"/>
<AutoVariable width="fill" target="chat.log-events.team" label="Log Team join Events"/>
<AutoVariable width="fill" target="chat.log-events.death" label="Log Death Events"/>
<AutoVariable width="fill" target="chat.log-events.spawn" label="Log (re)Spawn Events"/>
<AutoVariable width="fill" target="chat.log-events.changeclass" label="Log Class Change Events"/>
<AutoVariable width="fill" target="chat.identify" label="Identify"/>
<AutoVariable width="fill" target="chat.identify.answer" label="Counter Identify"/>
<AutoVariable width="fill" target="chat.log-events" label="Event logger"/>
<AutoVariable width="fill" target="chat.log-events.hurt" label="Log hurt events"/>
<AutoVariable width="fill" target="chat.log-events.joining" label="Log join events"/>
<AutoVariable width="fill" target="chat.log-events.connect" label="Log connect events"/>
<AutoVariable width="fill" target="chat.log-events.disconnect" label="Log disconnect events"/>
<AutoVariable width="fill" target="chat.log-events.team" label="Log team join events"/>
<AutoVariable width="fill" target="chat.log-events.death" label="Log death events"/>
<AutoVariable width="fill" target="chat.log-events.spawn" label="Log (re)spawn events"/>
<AutoVariable width="fill" target="chat.log-events.changeclass" label="Log class change events"/>
<AutoVariable width="fill" target="chat.identify" label="Identify" tooltip="Identify Cathook users."/>
<AutoVariable width="fill" target="chat.identify.answer" label="Counter identify"/>
</List>
</Box>
<Box name="Votelogger" width="content" height="content" padding="12 6 6 6" x="170" y="140">
<List width="155">
<AutoVariable width="fill" target="votelogger.autovote.yes" label="Autovote Yes"/>
<AutoVariable width="fill" target="votelogger.autovote.no" label="Autovote No"/>
<AutoVariable width="fill" target="votelogger.autovote.yes" label="Autovote yes"/>
<AutoVariable width="fill" target="votelogger.autovote.no" label="Autovote no"/>
<AutoVariable width="fill" target="votelogger.autovote.no.rage" label="Kick RAGE status"/>
<AutoVariable width="fill" target="votelogger.chat" label="Log votes" tooltip="Shows you new votekicks in your personal chat."/>
<AutoVariable width="fill" target="votelogger.chat.partysay" label="Log votes to Party"/>
<AutoVariable width="fill" target="votelogger.chat.partysay" label="Log votes to party"/>
<AutoVariable width="fill" target="votelogger.chat.casts" label="Log casts" tooltip="Also log individual vote casts (F1/F2)"/>
<AutoVariable width="fill" target="votelogger.chat.casts.f1-only" label="Log F1 casts only" tooltip="Log exclusively F1 casts."/>
<AutoVariable width="fill" target="votelogger.restart-on-kick" label="Crash when kicked"/>
@ -130,9 +130,9 @@
<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"/>
<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,17 +1,17 @@
<Tab name="Crits" padding="4 4 4 4">
<Box padding="12 6 6 6" width="content" height="content" name="Crits">
<List width="200">
<AutoVariable width="fill" target="crit.enabled" label="Enable Crithack" tooltip="Note that melee crits will not be enabled"/>
<AutoVariable width="fill" target="crit.anti-crit" label="Save Bucket" tooltip="Don't crit when not active or noone is nearby"/>
<AutoVariable width="fill" target="crit.key" label="Crit Key" tooltip="Key used for non-melee crits"/>
<AutoVariable width="fill" target="crit.melee" label="Melee Crits" tooltip="Enable Melee crits (Not bound to key)"/>
<AutoVariable width="fill" target="crit.info" label="Crit Text" tooltip="Draw Useful Text on screen"/>
<AutoVariable width="fill" target="crit.draw-info.x" label="Text x Position"/>
<AutoVariable width="fill" target="crit.draw-info.y" label="Text y Position"/>
<AutoVariable width="fill" target="crit.draw-meter" label="Crit Bar" tooltip="Instead of text, draw a Bar"/>
<AutoVariable width="fill" target="crit.bar-x" label="Bar x Position"/>
<AutoVariable width="fill" target="crit.bar-y" label="Bar y Position"/>
<AutoVariable width="fill" target="crit.bar-size" label="Bar Size"/>
<AutoVariable width="fill" target="crit.enabled" label="Enable crithack" tooltip="Note that melee crits will not be enabled"/>
<AutoVariable width="fill" target="crit.anti-crit" label="Save bucket" tooltip="Don't crit when not active or no one is nearby"/>
<AutoVariable width="fill" target="crit.key" label="Crit key" tooltip="Key used for non-melee crits"/>
<AutoVariable width="fill" target="crit.melee" label="Melee crits" tooltip="Enable melee crits (not bound to key)"/>
<AutoVariable width="fill" target="crit.info" label="Crit text" tooltip="Draw useful text on screen"/>
<AutoVariable width="fill" target="crit.draw-info.x" label="Text x position"/>
<AutoVariable width="fill" target="crit.draw-info.y" label="Text y position"/>
<AutoVariable width="fill" target="crit.draw-meter" label="Crit bar" tooltip="Instead of text draw a Bar"/>
<AutoVariable width="fill" target="crit.bar-x" label="Bar x position"/>
<AutoVariable width="fill" target="crit.bar-y" label="Bar y position"/>
<AutoVariable width="fill" target="crit.bar-size" label="Bar size"/>
</List>
</Box>
</Tab>

View File

@ -1,21 +1,21 @@
<Tab name="Debug" padding="4 4 4 4">
<Box padding="12 6 6 6" width="content" height="content" name="Debug">
<List width="200">
<AutoVariable width="fill" target="debug.cursor-fix" label="Cursor Fix"/>
<AutoVariable width="fill" target="debug.engine-pred-others" label="Engine Pred Others"/>
<AutoVariable width="fill" target="debug.fast-vischeck" label="Fast Vischeck"/>
<AutoVariable width="fill" target="debug.join-wait-time" label="Joinspam Wait Time"/>
<AutoVariable width="fill" target="debug.log-dispatch-user-msg" label="Log Dispatched User Messages"/>
<AutoVariable width="fill" target="debug.log-sent-chat" label="Log Sent Chat"/>
<AutoVariable width="fill" target="debug.pp-extrapolate" label="PP Extrapolate"/>
<AutoVariable width="fill" target="debug.pp-rocket-time-ping" label="PP Rocket Time Ping"/>
<AutoVariable width="fill" target="debug.projectiles" label="Debug Projectiles"/>
<AutoVariable width="fill" target="debug.cursor-fix" label="Cursor fix"/>
<AutoVariable width="fill" target="debug.engine-pred-others" label="Engine pred others"/>
<AutoVariable width="fill" target="debug.fast-vischeck" label="Fast vischeck"/>
<AutoVariable width="fill" target="debug.join-wait-time" label="Joinspam wait time"/>
<AutoVariable width="fill" target="debug.log-dispatch-user-msg" label="Log dispatched user messages"/>
<AutoVariable width="fill" target="debug.log-sent-chat" label="Log sent chat"/>
<AutoVariable width="fill" target="debug.pp-extrapolate" label="PP extrapolate"/>
<AutoVariable width="fill" target="debug.pp-rocket-time-ping" label="PP rocket time ping"/>
<AutoVariable width="fill" target="debug.projectiles" label="Debug projectiles"/>
<AutoVariable width="fill" target="debug.tcm" label="Debug TCM"/>
<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"/>
<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,10 +1,10 @@
<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"/>
<AutoVariable width="fill" target="hack-info.minimal" label="Minimal Cathook Label"/>
<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" tooltip="Controls text at top left of screen."/>
<AutoVariable width="fill" target="hack-info.minimal" label="Minimal Cathook label"/>
</List>
</Box>
</Tab>

View File

@ -1,15 +1,15 @@
<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 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"/>
<AutoVariable width="fill" target="find-cheaters.aimbot.enable" label="Aimbot Detection"/>
<AutoVariable width="fill" target="find-cheaters.aimbot.angle" label="Aimbot Detection Angle"/>
<AutoVariable width="fill" target="find-cheaters.aimbot.detections" label="Minimum Aimbot Detections"/>
<AutoVariable width="fill" target="find-cheaters.antiaim.enable" label="AntiAim Detection"/>
<AutoVariable width="fill" target="find-cheaters.bunnyhop.detections" label="Minimum Bhop Detections"/>
<AutoVariable width="fill" target="find-cheaters.enable" label="Enable anti-cheat" tooltip="Detect cheaters based upon aimbot, anti-aim, bhop."/>
<AutoVariable width="fill" target="find-cheaters.accuse-in-chat" label="Accuse in chat" tooltip="Auto-accuse suspected cheaters in chat."/>
<AutoVariable width="fill" target="find-cheaters.ignore-local" label="Ignore local" tooltip="Exclude self from anti-cheat."/>
<AutoVariable width="fill" target="find-cheaters.auto-rage" label="Auto rage" tooltip="Set suspected cheaters to RAGE."/>
<AutoVariable width="fill" target="find-cheaters.aimbot.enable" label="Aimbot detection"/>
<AutoVariable width="fill" target="find-cheaters.aimbot.angle" label="Aimbot detection angle"/>
<AutoVariable width="fill" target="find-cheaters.aimbot.detections" label="Minimum aimbot detections"/>
<AutoVariable width="fill" target="find-cheaters.antiaim.enable" label="Anti-aim detection"/>
<AutoVariable width="fill" target="find-cheaters.bunnyhop.detections" label="Minimum bhop detections"/>
</List>
</Box>
</Tab>

View File

@ -1,7 +1,7 @@
<Tab name="Auto equip" padding="4 4 4 4">
<Tab name="Auto Equip" padding="4 4 4 4">
<Box name="Auto equip" width="content" height="content" padding="12 6 6 6">
<List width="200">
<LabeledObject width="fill" label="Autoequip Primary">
<LabeledObject width="fill" label="Autoequip primary">
<Select target="achievement.equip-primary">
<Option name="None" value="0"/>
<Option name="Force-A-Nature" value="1"/>
@ -15,7 +15,7 @@
<Option name="Stock" value="100"/>
</Select>
</LabeledObject>
<LabeledObject width="fill" label="Autoequip Secondary">
<LabeledObject width="fill" label="Autoequip secondary">
<Select target="achievement.equip-secondary">
<Option name="None" value="0"/>
<Option name="Bonk! Atomic punch" value="1"/>
@ -31,7 +31,7 @@
<Option name="Stock" value="100"/>
</Select>
</LabeledObject>
<LabeledObject width="fill" label="Autoequip Melee">
<LabeledObject width="fill" label="Autoequip melee">
<Select target="achievement.equip-melee">
<Option name="None" value="0"/>
<Option name="Sandman" value="1"/>

View File

@ -1,16 +1,16 @@
<Tab name="Autoload" padding="4 4 4 4">
<Box name="Autoload" width="content" height="content" padding="12 6 6 6">
<List width="155">
<AutoVariable width="fill" target="cat-bot.autoload.enable" label="Enable Autoload"/>
<AutoVariable width="fill" target="cat-bot.autoload.chance" label="Load Chance"/>
<AutoVariable width="fill" target="cat-bot.autoload.deaths" label="Load Deaths"/>
<AutoVariable width="fill" target="cat-bot.autoload.load-same-config" label="Allow Loading Same Config"/>
<AutoVariable width="fill" target="cat-bot.autoload.conf1" label="Config Glob 1"/>
<AutoVariable width="fill" target="cat-bot.autoload.conf1.enable" label="Enable Config Glob 1"/>
<AutoVariable width="fill" target="cat-bot.autoload.conf2" label="Config Glob 2"/>
<AutoVariable width="fill" target="cat-bot.autoload.conf2.enable" label="Enable Config Glob 2"/>
<AutoVariable width="fill" target="cat-bot.autoload.conf3" label="Config Glob 3"/>
<AutoVariable width="fill" target="cat-bot.autoload.conf3.enable" label="Enable Config Glob 3"/>
<AutoVariable width="fill" target="cat-bot.autoload.enable" label="Enable autoload"/>
<AutoVariable width="fill" target="cat-bot.autoload.chance" label="Load chance"/>
<AutoVariable width="fill" target="cat-bot.autoload.deaths" label="Load deaths"/>
<AutoVariable width="fill" target="cat-bot.autoload.load-same-config" label="Allow loading same config"/>
<AutoVariable width="fill" target="cat-bot.autoload.conf1" label="Config glob 1"/>
<AutoVariable width="fill" target="cat-bot.autoload.conf1.enable" label="Enable config glob 1"/>
<AutoVariable width="fill" target="cat-bot.autoload.conf2" label="Config glob 2"/>
<AutoVariable width="fill" target="cat-bot.autoload.conf2.enable" label="Enable config glob 2"/>
<AutoVariable width="fill" target="cat-bot.autoload.conf3" label="Config glob 3"/>
<AutoVariable width="fill" target="cat-bot.autoload.conf3.enable" label="Enable config glob 3"/>
</List>
</Box>
</Tab>

View File

@ -1,11 +1,11 @@
<Tab name="Buildings" padding="4 4 4 4">
<Box padding="12 6 6 6" width="content" height="content" name="Buildings">.
<Tab name="Engineer-Bot" padding="4 4 4 4">
<Box padding="12 6 6 6" width="content" height="content" name="Engineer-Bot">
<List width="200">
<AutoVariable width="fill" target="autorepair.enabled" label="Enable Auto Repair"/>
<AutoVariable width="fill" target="autorepair.enabled" label="Enable auto repair"/>
<AutoVariable width="fill" target="autorepair.silent" label="Silent"/>
<AutoVariable width="fill" target="autorepair.sentry" label="Repair Sentry"/>
<AutoVariable width="fill" target="autorepair.dispenser" label="Repair Dispenser"/>
<AutoVariable width="fill" target="autorepair.teleport" label="Repair Teleporter"/>
<AutoVariable width="fill" target="autorepair.sentry" label="Repair sentry"/>
<AutoVariable width="fill" target="autorepair.dispenser" label="Repair dispenser"/>
<AutoVariable width="fill" target="autorepair.teleport" label="Repair teleporter"/>
<LabeledObject width="fill" label="Priority">
<Select target="autorepair.priority">
<Option name="None" value="0"/>
@ -14,13 +14,13 @@
<Option name="Teleport" value="3"/>
</Select>
</LabeledObject>
<AutoVariable width="fill" target="autoupgrade.enabled" label="Enable Auto Upgrade"/>
<AutoVariable width="fill" target="autoupgrade.sentry" label="Upgrade Sentry"/>
<AutoVariable width="fill" target="autoupgrade.sentry.level" label="Upgrade Sentry Level" min="1" max="3"/>
<AutoVariable width="fill" target="autoupgrade.dispenser" label="Upgrade Dispenser"/>
<AutoVariable width="fill" target="autoupgrade.dispenser.level" label="Upgrade Dispenser Level" min="1" max="3"/>
<AutoVariable width="fill" target="autoupgrade.teleport" label="Upgrade Teleporter"/>
<AutoVariable width="fill" target="autoupgrade.teleport.level" label="Upgrade Teleporter Level" min="1" max="3"/>
<AutoVariable width="fill" target="autoupgrade.enabled" label="Enable auto upgrade"/>
<AutoVariable width="fill" target="autoupgrade.sentry" label="Upgrade sentry"/>
<AutoVariable width="fill" target="autoupgrade.sentry.level" label="Upgrade sentry level" min="1" max="3"/>
<AutoVariable width="fill" target="autoupgrade.dispenser" label="Upgrade dispenser"/>
<AutoVariable width="fill" target="autoupgrade.dispenser.level" label="Upgrade dispenser level" min="1" max="3"/>
<AutoVariable width="fill" target="autoupgrade.teleport" label="Upgrade teleporter"/>
<AutoVariable width="fill" target="autoupgrade.teleport.level" label="Upgrade teleporter level" min="1" max="3"/>
</List>
</Box>
</Tab>

View File

@ -1,12 +1,12 @@
<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"/>
<AutoVariable width="fill" target="autojoin.auto-requeue" label="Auto Requeue"/>
<AutoVariable width="fill" target="autoqueue.mode" label="Autoqueue Mode" min="0" max="12"/>
<AutoVariable width="fill" target="hack.requeue-on-kick" label="Requeue on Kick"/>
<AutoVariable width="fill" target="autotaunt.enable" label="Autotaunt Enabled"/>
<LabeledObject width="fill" label="Autotaunt Weapon">
<AutoVariable width="fill" target="autojoin.auto-queue" label="Auto queue"/>
<AutoVariable width="fill" target="autojoin.auto-requeue" label="Auto requeue"/>
<AutoVariable width="fill" target="autoqueue.mode" label="Autoqueue mode" min="0" max="12"/>
<AutoVariable width="fill" target="hack.requeue-on-kick" label="Requeue on kick"/>
<AutoVariable width="fill" target="autotaunt.enable" label="Autotaunt enabled"/>
<LabeledObject width="fill" label="Autotaunt weapon">
<Select target="autotaunt.auto-weapon">
<Option name="None" value="0"/>
<Option name="Primary" value="1"/>
@ -17,9 +17,9 @@
<Option name="Destruction PDA" value="5"/>
</Select>
</LabeledObject>
<AutoVariable width="fill" target="autotaunt.chance" label="Autotaunt Chance" min="0" max="100"/>
<AutoVariable width="fill" target="autotaunt.safety-distance" label="Autotaunt Safety Distance"/>
<LabeledObject width="fill" label="Autojoin Class">
<AutoVariable width="fill" target="autotaunt.chance" label="Autotaunt chance" min="0" max="100.1" step="1"/>
<AutoVariable width="fill" target="autotaunt.safety-distance" label="Autotaunt safety distance"/>
<LabeledObject width="fill" label="Autojoin class" tooltip="Automatically pick a class.">
<Select target="autojoin.class">
<Option name="None" value="0"/>
<Option name="Scout" value="1"/>
@ -33,31 +33,31 @@
<Option name="Engineer" value="9"/>
</Select>
</LabeledObject>
<AutoVariable width="fill" target="autojoin.team" label="Autojoin Team" min="0" max="1"/>
<AutoVariable width="fill" target="autojoin.team" label="Autojoin team" tooltip="Automatically join a team."/>
</List>
</Box>
<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 Utilities"/>
<AutoVariable width="fill" target="cat-bot.abandon-if.bots-gte" label="Abandon if Bots Gte"/>
<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"/>
<AutoVariable width="fill" target="cat-bot.abandon-if.players-lte" label="Abandon if Players Lte"/>
<AutoVariable width="fill" target="cat-bot.abandon-if.humans-lte" label="Abandon if humans Lte"/>
<AutoVariable width="fill" target="cat-bot.abandon-if.players-lte" label="Abandon if players Lte"/>
<AutoVariable width="fill" target="cat-bot.auto-crouch" label="Autocrouch"/>
<AutoVariable width="fill" target="cat-bot.mark-human-after-kills" label="Mark Human After Kills"/>
<AutoVariable width="fill" target="cat-bot.mark-human-after-kills" label="Mark human after kills"/>
<AutoVariable width="fill" target="cat-bot.micspam.enable" label="Micspam"/>
<AutoVariable width="fill" target="cat-bot.micspam.interval-off" label="Micspam Interval Off"/>
<AutoVariable width="fill" target="cat-bot.micspam.interval-on" label="Micspam Interval On"/>
<AutoVariable width="fill" target="cat-bot.votekicks" label="Random Votekicks"/>
<AutoVariable width="fill" target="cat-bot.votekicks.rage-only" label="Rage Only votekicks"/>
<AutoVariable width="fill" target="cat-bot.always-crouch" label="Always Crouch"/>
<AutoVariable width="fill" target="cat-bot.micspam.interval-off" label="Micspam interval off"/>
<AutoVariable width="fill" target="cat-bot.micspam.interval-on" label="Micspam interval on"/>
<AutoVariable width="fill" target="cat-bot.votekicks" label="Random votekicks"/>
<AutoVariable width="fill" target="cat-bot.votekicks.rage-only" label="Rage only votekicks"/>
<AutoVariable width="fill" target="cat-bot.always-crouch" label="Always crouch"/>
<AutoVariable width="fill" target="cat-bot.autoreport" label="Autoreport"/>
<AutoVariable width="fill" target="cat-bot.anti-autobalance" label="Anti Auto Balance"/>
<AutoVariable width="fill" target="cat-bot.anti-autobalance" label="Anti auto balance"/>
<AutoVariable width="fill" target="misc.autodisguise" label="Autodisguise"/>
<AutoVariable width="fill" target="cat-bot.anti-motd" label="Anti MOTD"/>
<AutoVariable width="fill" target="cat-bot.autovote-map" label="Autovote for Current Map"/>
<AutoVariable width="fill" target="noisemaker-spam.enable" label="Noisemaker Spam"/>
<AutoVariable width="fill" target="misc.auto-noisemaker" label="Auto Equip and Unlock Noisemakers"/>
<AutoVariable width="fill" target="cat-bot.autovote-map" label="Autovote for current map"/>
<AutoVariable width="fill" target="noisemaker-spam.enable" label="Noisemaker spam"/>
<AutoVariable width="fill" target="misc.auto-noisemaker" label="Auto unlock and equip noisemakers"/>
</List>
</Box>
</Tab>

View File

@ -1,24 +1,24 @@
<Tab name="Collective" padding="4 4 4 4">
<Box height="content" width="content" padding="12 6 6 6" name="Collective">
<List width="220">
<AutoVariable width="fill" target="misc.anti-afk" label="Enable Antiafk"/>
<AutoVariable width="fill" target="misc.auto-abandon" label="Enable Auto Abandon"/>
<AutoVariable width="fill" target="misc.auto-balance-spam" label="Enable Auto Balance Spam"/>
<List width="200">
<AutoVariable width="fill" target="misc.anti-afk" label="Enable antiafk"/>
<AutoVariable width="fill" target="misc.auto-abandon" label="Enable auto abandon"/>
<AutoVariable width="fill" target="misc.auto-balance-spam" label="Enable auto balance spam"/>
<AutoVariable width="fill" target="misc.debug-info" label="Debug"/>
<AutoVariable width="fill" target="misc.die-if-vac" label="Crash on VAC"/>
<AutoVariable width="fill" target="misc.disconnect-reason" label="Disconnect Reason"/>
<AutoVariable width="fill" target="misc.engine-prediction" label="Engine Prediction"/>
<AutoVariable width="fill" target="misc.flashlight-spam" label="Flashlight Spam"/>
<AutoVariable width="fill" target="misc.force-halloween" label="Force Halloween"/>
<AutoVariable width="fill" target="misc.disconnect-reason" label="Disconnect reason"/>
<AutoVariable width="fill" target="misc.engine-prediction" label="Engine prediction"/>
<AutoVariable width="fill" target="misc.flashlight-spam" label="Flashlight spam" tooltip="Used in Half Life Death Match."/>
<AutoVariable width="fill" target="misc.force-halloween" label="Force halloween"/>
<AutoVariable width="fill" target="misc.god-mode" label="xd"/>
<AutoVariable width="fill" target="misc.minigun-jump-tf2c" label="TF2C Minigun Jump"/>
<AutoVariable width="fill" target="misc.minigun-jump-tf2c" label="TF2C minigun jump"/>
<AutoVariable width="fill" target="misc.no-homo" label="#nohomo"/>
<AutoVariable width="fill" target="misc.no-lerp" label="Nolerp"/>
<AutoVariable width="fill" target="misc.no-push" label="Nopush"/>
<AutoVariable width="fill" target="misc.roll-speedhack" label="Moonwalk"/>
<AutoVariable width="fill" target="misc.full-auto" label="Fully Automated Firing"/>
<AutoVariable width="fill" target="misc.show-spectators" label="Show Spectators"/>
<LabeledObject width="fill" label="Skybox Override">
<AutoVariable width="fill" target="misc.full-auto" label="Fully automated firing"/>
<AutoVariable width="fill" target="misc.show-spectators" label="Show spectators"/>
<LabeledObject width="fill" label="Skybox override">
<Select target="misc.skybox-override">
<Option name="none" value="0"/>
<Option name="sky_tf2_04" value="1"/>
@ -55,12 +55,14 @@
</Select>
</LabeledObject>
<AutoVariable width="fill" target="misc.tauntslide" label="Tauntslide"/>
<AutoVariable width="fill" target="misc.tauntslide-tf2c" label="TF2C Tauntslide"/>
<AutoVariable width="fill" target="announcer" label="Enable Announcer"/>
<AutoVariable width="fill" target="misc.tauntslide-tf2c" label="TF2C tauntslide"/>
<AutoVariable width="fill" target="announcer" label="Enable announcer"/>
</List>
<List width="220" x="232">
<AutoVariable width="fill" target="name.custom" label="Custom Name"/>
<AutoVariable width="fill" target="name.custom.ipc" label="IPC Name"/>
</Box>
<Box height="content" width="content" padding="12 6 6 6" name="Fake name" x="215">
<List width="200">
<AutoVariable width="fill" target="name.custom" label="Custom name"/>
<AutoVariable width="fill" target="name.custom.ipc" label="IPC name"/>
<LabeledObject width="fill" label="Namesteal">
<Select target="name.namesteal">
<Option name="Disabled" value="0"/>
@ -68,19 +70,23 @@
<Option name="Active" value="2"/>
</Select>
</LabeledObject>
<AutoVariable width="fill" target="misc.random-name" label="Random Name"/>
<AutoVariable width="fill" target="noisemaker-spam.enable" label="Noisemaker Spam"/>
<AutoVariable width="fill" target="online.enable" label="Enable Cathook Online"/>
<AutoVariable width="fill" target="player-tools.betrayal-limit" label="Betrayal Limit"/>
<AutoVariable width="fill" target="player-tools.ignore.online.notarget" label="Don't Target Users"/>
<AutoVariable width="fill" target="player-tools.ignore.hoovy" label="Ignore Hoovies"/>
<AutoVariable width="fill" target="player-tools.ignore.online.anonymous" label="Ignore Anonymous"/>
<AutoVariable width="fill" target="player-tools.ignore.online.friendly-software" label="Ignore Friendly software"/>
<AutoVariable width="fill" target="player-tools.ignore.online.only-verified-accounts" label="Only ignore Verified Accounts"/>
<AutoVariable width="fill" target="player-tools.ignore.taunting" label="Ignore Taunting Players"/>
<AutoVariable width="fill" target="killstreak.enable" label="Enable Killstreak"/>
<AutoVariable width="fill" target="misc.backpack-expander.enabled" label="Expand Backpack"/>
<AutoVariable width="fill" target="misc.backpack-expander.slot-count" label="Backpack Slots" min="1" max="3000"/>
<AutoVariable width="fill" target="misc.random-name" label="Random name"/>
</List>
</Box>
<Box height="content" width="content" padding="12 6 6 6" name="Extra" x="215" y="65">
<List width="200">
<AutoVariable width="fill" target="noisemaker-spam.enable" label="Noisemaker spam"/>
<AutoVariable width="fill" target="online.enable" label="Enable Cathook online"/>
<AutoVariable width="fill" target="player-tools.betrayal-limit" label="Betrayal limit"/>
<AutoVariable width="fill" target="player-tools.ignore.online.notarget" label="Don't target users"/>
<AutoVariable width="fill" target="player-tools.ignore.hoovy" label="Ignore hoovies"/>
<AutoVariable width="fill" target="player-tools.ignore.online.anonymous" label="Ignore anonymous"/>
<AutoVariable width="fill" target="player-tools.ignore.online.friendly-software" label="Ignore friendly software"/>
<AutoVariable width="fill" target="player-tools.ignore.online.only-verified-accounts" label="Only ignore verified accounts"/>
<AutoVariable width="fill" target="player-tools.ignore.taunting" label="Ignore taunting players"/>
<AutoVariable width="fill" target="killstreak.enable" label="Enable killstreak"/>
<AutoVariable width="fill" target="misc.backpack-expander.enabled" label="Expand backpack"/>
<AutoVariable width="fill" target="misc.backpack-expander.slot-count" label="Backpack slots" min="1" max="3000"/>
</List>
</Box>
</Tab>

View File

@ -1,14 +1,14 @@
<Tab name="Datacenters" padding="4 4 4 4">
<Box height="content" width="content" padding="12 6 6 6">
<Box height="content" width="content" padding="12 6 6 6" name="Datacenters">
<List width="250">
<AutoVariable width="fill" target="dc.enable" label="Enable Datacenter Selector"/>
<AutoVariable width="fill" target="dc.restrict" label="Find Only Selected Regions"/>
<AutoVariable width="fill" target="dc.enable" label="Enable datacenter selector"/>
<AutoVariable width="fill" target="dc.restrict" label="Find only selected regions"/>
<AutoVariable width="fill" target="dc.toggle-europe" label="Toggle Europe"/>
<AutoVariable width="fill" target="dc.toggle-north-america" label="Toggle North America"/>
<AutoVariable width="fill" target="dc.toggle-south-america" label="Toggle South America"/>
<AutoVariable width="fill" target="dc.toggle-asia" label="Toggle Asia"/>
<AutoVariable width="fill" target="dc.toggle-oceania" label="Toggle Oceania"/>
<AutoVariable width="fill" target="dc.regions" label="Region list (Advanced users only)"/>
<AutoVariable width="fill" target="dc.regions" label="Region list (advanced users only)"/>
</List>
</Box>
</Tab>

View File

@ -1,13 +1,13 @@
<Tab name="Spy alert" padding="4 4 4 4">
<Box padding="12 6 6 6" width="content" height="content" name="Spy Alert">
<Tab name="Spy Alert" padding="4 4 4 4">
<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"/>
<AutoVariable width="fill" target="spy-alert.alert-interval" label="Interval"/>
<AutoVariable width="fill" target="spy-alert.alert-for-invisible" label="Alert for Invis Spies"/>
<AutoVariable width="fill" target="spy-alert.distance.alert" label="Alert Distance"/>
<AutoVariable width="fill" target="spy-alert.distance.warning" label="Backstab Warning Distance"/>
<AutoVariable width="fill" target="spy-alert.enable" label="Enable" tooltip="Warns you about nearby enemy spies."/>
<AutoVariable width="fill" target="spy-alert.voicemenu" label="Call out Spy" tooltip="Call out Spy using voice menu."/>
<AutoVariable width="fill" target="spy-alert.sound" label="Sound" tooltip="Demoman calls out a Spy!"/>
<AutoVariable width="fill" target="spy-alert.alert-interval" label="Interval" tooltip="Frequency of the above sound occuring."/>
<AutoVariable width="fill" target="spy-alert.alert-for-invisible" label="Alert for invis Spies" tooltip="Should invisible Spies be included in the alert."/>
<AutoVariable width="fill" target="spy-alert.distance.alert" label="Alert distance" tooltip="Distance to consider Spy very close."/>
<AutoVariable width="fill" target="spy-alert.distance.warning" label="Backstab warning distance" tooltip="Distance to consider Spy close."/>
</List>
</Box>
</Tab>

View File

@ -1,81 +1,81 @@
<Tab name="Movement" padding="6 6 6 6">
<Box padding="12 6 6 6" width="content" height="content" name="Bunny Hop">
<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="bunnyhop.chance" label="Bhop Chance" tooltip="% chance of a successful bunnyhop"/>
<AutoVariable width="fill" target="misc.autostrafe" label="Enable Auto strafe"/>
<AutoVariable width="fill" target="bunnyhop.enable" label="Enable bunny hop"/>
<AutoVariable width="fill" target="bunnyhop.chance" label="Bhop chance" tooltip="% chance of a successful bunnyhop"/>
<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" tooltip="Automatically follow other players"/>
<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.mimic-crouch" label="Mimic Crouch"/>
<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" tooltip="Steamid of player to follow (optional)"/>
<AutoVariable width="fill" target="follow-bot.prioritize-friends" label="Prioritize Friends"/>
<AutoVariable width="fill" target="follow-bot.prioritize-leader" label="Prioritize the Party Leader"/>
<AutoVariable width="fill" target="follow-bot.draw-crumbs" label="Draw Crumbs"/>
<AutoVariable width="fill" target="follow-bot.roaming" label="Roaming" tooltip="Look for someone to follow when there is not active target."/>
<AutoVariable width="fill" target="follow-bot.change-roaming-target" label="Change when possible" tooltip="Allows more changing of follow targets"/>
<AutoVariable width="fill" target="follow-bot.jump-if-stuck" label="Jump if stuck"/>
<AutoVariable width="fill" target="follow-bot.taunt-sync" label="Synced taunts" tooltip="Taunt when follow target taunts."/>
<AutoVariable width="fill" target="follow-bot.max-range" label="Activation Range" tooltip="Max distance to follow a target"/>
<AutoVariable width="fill" target="follow-bot.distance" label="Follow distance" tooltip="Distance to follow target"/>
<AutoVariable width="fill" target="follow-bot.ipc-distance" label="IRC additive distance"/>
<AutoVariable width="fill" target="follow-bot.mimic-slot" label="Mimic slot" tooltip="Mimic target's weapon slot."/>
<AutoVariable width="fill" target="follow-bot.mimic-crouch" label="Mimic crouch"/>
<AutoVariable width="fill" target="follow-bot.always-medigun" label="Always Medigun" tooltip="Always have the medigun out. Overrides mimic slot."/>
<AutoVariable width="fill" target="follow-bot.switch-afk" label="AFK switch"/>
<AutoVariable width="fill" target="follow-bot.afk-time" label="AFK limit" tooltip="Time a target must be AFK for to switch from them."/>
<AutoVariable width="fill" target="follow-bot.corners" label="Corner activate"/>
<AutoVariable width="fill" target="follow-bot.steamid" label="SteamID to follow" tooltip="Steamid of player to follow. Highest priority."/>
<AutoVariable width="fill" target="follow-bot.prioritize-leader" label="Prioritize the party leader" Tooltip="Second highest priority."/>
<AutoVariable width="fill" target="follow-bot.prioritize-friends" label="Prioritize friends" tooltip="Thrid highest priority."/>
<AutoVariable width="fill" target="follow-bot.draw-crumbs" label="Draw crumbs" tooltip="Draw follow path"/>
</List>
</Box>
<Box padding="12 6 6 6" width="content" height="content" name="NavBot" y="65">
<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.engineer-mode" label="Enable Engineer Mode"/>
<AutoVariable width="fill" target="navbot.get-health-and-ammo" label="Get Health and Ammo"/>
<AutoVariable width="fill" target="navbot.spy-mode" label="Enable Spy Mode"/>
<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="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.engineer-mode" label="Enable Engineer mode"/>
<AutoVariable width="fill" target="navbot.get-health-and-ammo" label="Get health and ammo"/>
<AutoVariable width="fill" target="navbot.spy-mode" label="Enable Spy mode"/>
<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.spy-ignore-time" label="Spy ignore Time"/>
<AutoVariable width="fill" target="navbot.stay-near" label="Zone enemies (stay near)"/>
<AutoVariable width="fill" target="navbot.spy-ignore-time" label="Spy ignore time"/>
<!-- <!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">
<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.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!"/>
<AutoVariable width="fill" target="antibackstab.nope" label="Nope!" tooltip="Have the charachter say 'no'."/>
</List>
</Box>
<Box padding="12 6 6 6" width="content" height="content" name="Warp" x="370" y="65">
<List width="180">
<AutoVariable width="fill" target="warp.enabled" label="Enable Warp" tooltip="Allows you to charge a burst of speed"/>
<AutoVariable width="fill" target="warp.speed" label="Warp speed" tooltip="The Discharge speed (0.5 = +50%, 2 = +200%, +2300% is the maximum possible)"/>
<AutoVariable width="fill" target="warp.key" label="Warp Key" tooltip="Pressing this key will use all stored ticks to accelerate you"/>
<AutoVariable width="fill" target="warp.draw" label="Draw Warp" tooltip="Draws a bar indicating your warp readyness"/>
<AutoVariable width="fill" target="warp.bar-size" label="Bar Size"/>
<AutoVariable width="fill" target="warp.bar-x" label="X Position"/>
<AutoVariable width="fill" target="warp.bar-y" label="Y Position"/>
<AutoVariable width="fill" target="warp.charge-passively" label="Charge Passively" tooltip="Charge Warp passively, e.g. when moving"/>
<AutoVariable width="fill" target="warp.charge-passively.jump" label="Charge in Jump" tooltip="Charge passively in jump, This will make you fall slower"/>
<AutoVariable width="fill" target="warp.charge-passively.no-inputs" label="Charge When keys released" tooltip="Charge passively before full stop after releasing movement keys"/>
<AutoVariable width="fill" target="warp.movement-ratio" label="Movement Ratio" tooltip="Every Xth movement tick is passively converted to warp"/>
<AutoVariable width="fill" target="warp.demoknight" label="Demoknight Mode" tooltip="This will make you do a Swing charge with warp, (Attack, charge, warp)"/>
<AutoVariable width="fill" target="warp.peek" label="Peek Mode" tooltip="This will teleport you for a tick and then teleport you back"/>
<AutoVariable width="fill" target="warp.on-hit" label="Warp When hit" tooltip="Whenever Someone Melees you or shoots you with hitscan, Warp"/>
<AutoVariable width="fill" target="warp.on-hit.forward" label="Warp Forwards" tooltip="Warp When hit option"/>
<AutoVariable width="fill" target="warp.on-hit.backwards" label="Warp Backwards" tooltip="Warp When hit option"/>
<AutoVariable width="fill" target="warp.on-hit.left" label="Warp Left" tooltip="Warp When hit option"/>
<AutoVariable width="fill" target="warp.on-hit.right" label="Warp Right" tooltip="Warp When hit option"/>
<AutoVariable width="fill" target="warp.enabled" label="Enable warp" tooltip="Allows you to charge a burst of speed."/>
<AutoVariable width="fill" target="warp.speed" label="Warp speed" tooltip="The discharge speed (0.5 = +50%, 2 = +200%. +2300% is the maximum possible)."/>
<AutoVariable width="fill" target="warp.key" label="Warp key" tooltip="Pressing this key will use all stored ticks to accelerate you."/>
<AutoVariable width="fill" target="warp.draw" label="Draw warp" tooltip="Draws a bar indicating your warp readiness."/>
<AutoVariable width="fill" target="warp.bar-size" label="Bar size"/>
<AutoVariable width="fill" target="warp.bar-x" label="X position"/>
<AutoVariable width="fill" target="warp.bar-y" label="Y position"/>
<AutoVariable width="fill" target="warp.charge-passively" label="Charge passively" tooltip="Charge warp passively, e.g. when moving"/>
<AutoVariable width="fill" target="warp.charge-passively.jump" label="Charge in jump" tooltip="Charge passively in jump, This will make you fall slower"/>
<AutoVariable width="fill" target="warp.charge-passively.no-inputs" label="Charge when keys released" tooltip="Charge passively before full stop after releasing movement keys"/>
<AutoVariable width="fill" target="warp.movement-ratio" label="Movement ratio" tooltip="Every nth movement tick is passively converted to warp"/>
<AutoVariable width="fill" target="warp.demoknight" label="Demoknight mode" tooltip="This will make you do a swing charge with warp (attack, charge, warp)."/>
<AutoVariable width="fill" target="warp.peek" label="Peek mode" tooltip="This will teleport you for a tick and then teleport you back"/>
<AutoVariable width="fill" target="warp.on-hit" label="Warp when hit" tooltip="Whenever Someone Melees you or shoots you with hitscan, warp"/>
<AutoVariable width="fill" target="warp.on-hit.forward" label="Warp forwards" tooltip="Warp when hit option"/>
<AutoVariable width="fill" target="warp.on-hit.backwards" label="Warp backwards" tooltip="Warp when hit option"/>
<AutoVariable width="fill" target="warp.on-hit.left" label="Warp left" tooltip="Warp when hit option"/>
<AutoVariable width="fill" target="warp.on-hit.right" label="Warp right" tooltip="Warp when hit option"/>
</List>
</Box>
</Tab>

View File

@ -1,35 +1,35 @@
<Tab name="Auto Heal" padding="6 6 6 6">
<Box padding="12 6 6 6" width="content" height="content" name="Auto Heal">
<Box padding="12 6 6 6" width="content" height="content" name="Auto heal">
<List width="160">
<AutoVariable width="fill" target="autoheal.enable" label="Enable Auto Heal"/>
<AutoVariable width="fill" target="autoheal.enable" label="Enable auto heal"/>
<AutoVariable width="fill" target="autoheal.silent" label="Silent"/>
<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="Ratio Trigger" min="0" max="100"/>
<AutoVariable width="fill" target="autoheal.popvoice" label="Pop on Voicecommand"/>
<AutoVariable width="fill" target="autoheal.friends-only" label="Only Heal Friends"/>
<AutoVariable width="fill" target="autoheal.steam-only" label="Heal SteamID only"/>
<AutoVariable width="fill" target="autoheal.steamid" label="SteamID" tooltip="SteamID for the above."/>
<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="Ratio trigger" min="0" max="100"/>
<AutoVariable width="fill" target="autoheal.popvoice" label="Pop on voicecommand"/>
<AutoVariable width="fill" target="autoheal.friends-only" label="Only heal friends"/>
</List>
</Box>
<Box padding="12 6 6 6" width="content" height="content" name="Health Priority" y="155">
<Box padding="12 6 6 6" width="content" height="content" name="Health priority" y="160">
<List width="160">
<AutoVariable width="fill" target="autoheal.priority-scout" label="Scout Weight"/>
<AutoVariable width="fill" target="autoheal.priority-soldier" label="Soldier Weight"/>
<AutoVariable width="fill" target="autoheal.priority-pyro" label="Pyro Weight"/>
<AutoVariable width="fill" target="autoheal.priority-demoman" label="Demoman Weight"/>
<AutoVariable width="fill" target="autoheal.priority-heavy" label="Heavy Weight"/>
<AutoVariable width="fill" target="autoheal.priority-engineer" label="Engineer Weight"/>
<AutoVariable width="fill" target="autoheal.priority-medic" label="Medic Weight"/>
<AutoVariable width="fill" target="autoheal.priority-sniper" label="Sniper Weight"/>
<AutoVariable width="fill" target="autoheal.priority-spy" label="Spy Weight"/>
<AutoVariable width="fill" target="autoheal.priority-scout" label="Scout weight"/>
<AutoVariable width="fill" target="autoheal.priority-soldier" label="Soldier weight"/>
<AutoVariable width="fill" target="autoheal.priority-pyro" label="Pyro weight"/>
<AutoVariable width="fill" target="autoheal.priority-demoman" label="Demoman weight"/>
<AutoVariable width="fill" target="autoheal.priority-heavy" label="Heavy weight"/>
<AutoVariable width="fill" target="autoheal.priority-engineer" label="Engineer weight"/>
<AutoVariable width="fill" target="autoheal.priority-medic" label="Medic weight"/>
<AutoVariable width="fill" target="autoheal.priority-sniper" label="Sniper weight"/>
<AutoVariable width="fill" target="autoheal.priority-spy" label="Spy weight"/>
</List>
</Box>
<Box padding="12 6 6 6" width="content" height="content" name="Auto Vaccinator" x="175">
<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">
<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"/>
@ -40,33 +40,33 @@
</List>
<Box padding="12 6 6 6" name="Bullet" width="content" height="content" x="170">
<List width="150">
<LabeledObject width="fill" label="Sniper Pop">
<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>
<AutoVariable width="fill" target="autoheal.vacc.bullet.min-charges" label="Min. Charges" min="0" max="4"/>
<AutoVariable width="fill" target="autoheal.vacc.bullet.max-fov" label="Max Enemy FOV" min="0" max="180"/>
<AutoVariable width="fill" target="autoheal.vacc.bullet.min-charges" label="Min. charges" min="0" max="4"/>
<AutoVariable width="fill" target="autoheal.vacc.bullet.max-fov" label="Max enemy FOV" min="0" max="180"/>
</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="Health value to pop ubercharge at if rocket is near." min="0" max="450"/>
<AutoVariable width="fill" target="autoheal.vacc.blast.min-charges" label="Min. Charges" min="0" max="4"/>
<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="Health value to pop ubercharge at if rocket is near." 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">
<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"/>

View File

@ -1,39 +1,38 @@
<Tab name="Auto Pyro" padding="4 4 4 4">
<Box padding="12 6 6 6" width="content" height="content" name="Auto Reflect">
<Box padding="12 6 6 6" width="content" height="content" name="Auto reflect">
<List width="202">
<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 Reflect When Able"/>
<AutoVariable width="fill" target="autoreflect.teammate" label="Teammate Projectiles"/>
<AutoVariable width="fill" target="autoreflect.dodgeball" label="Dodgeball Mode"/>
<AutoVariable width="fill" target="autoreflect.legit" label="Legit Mode" tooltip="Don't move the mouse to reflect. Spectator safe."/>
<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 reflect when able" tooltip="Don't try to reflect when using primary fire."/>
<AutoVariable width="fill" target="autoreflect.teammate" label="Teammate projectiles" tooltip="Attempt to reflect teammate projectiles."/>
<AutoVariable width="fill" target="autoreflect.dodgeball" label="Dodgeball mode" tooltip="Disasble vischeck"/>
<AutoVariable width="fill" target="autoreflect.legit" label="Legit mode" tooltip="Don't move the mouse to reflect. Spectator safe."/>
</List>
<Box padding="12 6 6 6" name="Projectiles" width="content" height="content" y="100">
<Box padding="12 6 6 6" name="Targets" width="content" height="content" y="100">
<Box padding="12 6 6 6" name="Big" width="content" height="content">
<List width="95">
<AutoVariable width="fill" target="autoreflect.rockets" label="Rockets"/>
<AutoVariable width="fill" target="autoreflect.pipes" label="Pipes"/>
<AutoVariable width="fill" target="autoreflect.stickies" label="Stickies"/>
<AutoVariable width="fill" target="autoreflect.sentryrockets" label="Sentry Rockets"/>
<AutoVariable width="fill" target="autoreflect.sentryrockets" label="Sentry rockets"/>
</List>
</Box>
<Box padding="12 6 6 6" name="Small" width="content" height="content" x="105">
<List width="85">
<AutoVariable width="fill" target="autoreflect.flares" label="Flares"/>
<AutoVariable width="fill" target="autoreflect.arrows" label="Arrows"/>
<AutoVariable width="fill" target="autoreflect.jars" label="Jars"/>
<AutoVariable width="fill" target="autoreflect.healingbolts" label="Healing Bolts"/>
<AutoVariable width="fill" target="autoreflect.healingbolts" label="Healing bolts"/>
<AutoVariable width="fill" target="autoreflect.cleavers" label="Cleavers"/>
</List>
</Box>
<AutoVariable width="196" y="95" target="autoreflect.default" label="Default" tooltip="If a projectile is not known, should Autoreflect still try to reflect it?"/>
<AutoVariable width="196" y="95" target="autoreflect.default" label="Default" tooltip="If a projectile is not known, should autoreflect still try to reflect it?"/>
</Box>
</Box>
<Box padding="12 6 6 6" width="content" height="content" name="Auto Detonator" x="235">
<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"/>
<AutoVariable width="fill" target="auto-detonator.enable" label="Enable auto detonator" tooltip="Auto explode flares"/>
<AutoVariable width="fill" target="auto-detonator.ignore-cloaked" label="Ignore cloaked"/>
</List>
</Box>
</Tab>

View File

@ -1,21 +1,21 @@
<Tab name="Auto Spy" padding="4 4 4 4">
<Box padding="12 6 6 6" width="content" height="content" name="Auto Backstab">
<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="Auto Backstab Mode">
<AutoVariable width="fill" target="autobackstab.enabled" label="Enable auto backstab"/>
<LabeledObject width="fill" label="Auto backstab mode">
<Select target="autobackstab.mode">
<Option name="Legit" value="0"/>
<Option name="Rage" value="1"/>
<Option name="Backtrack" value="2"/>
<Option name="Legit Backtrack" value="3"/>
<Option name="Legit backtrack" value="3"/>
</Select>
</LabeledObject>
</List>
</Box>
<Box padding="12 6 6 6" width="content" height="content" name="Auto Dead Ringer" x="185">
<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"/>
<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,11 +1,11 @@
<Tab name="Auto Sticky" padding="4 4 4 4">
<Box padding="12 6 6 6" width="content" height="content" name="Auto Sticky">
<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" tooltip="Auto detonate stickies."/>
<AutoVariable width="fill" target="autosticky.buildings" label="Detonate On Buildings"/>
<AutoVariable width="fill" target="autosticky.legit" label="Legit Mode" tooltip="Require line of sight and ignores invisible spies."/>
<AutoVariable width="fill" target="autosticky.dontblowmeup" label="Don't Blow Me Up"/>
<AutoVariable width="fill" target="autosticky.min-dist" label="Min Distance" tooltip="Min distance to enemy for detonation." min="0" max="130" step="5"/>
<AutoVariable width="fill" target="autosticky.enable" label="Enable auto sticky" tooltip="Auto detonate stickies."/>
<AutoVariable width="fill" target="autosticky.buildings" label="Detonate on buildings"/>
<AutoVariable width="fill" target="autosticky.legit" label="Legit mode" tooltip="Require line of sight and ignores invisible spies."/>
<AutoVariable width="fill" target="autosticky.dontblowmeup" label="Don't blow me up" tooltip="Don't detonate if you would recieve damage."/>
<AutoVariable width="fill" target="autosticky.min-dist" label="Min distance" min="0" max="130" step="5"/>
</List>
</Box>
</Tab>

View File

@ -1,10 +1,10 @@
<Tab name="Trigger">
<TabContainer width="fill" height="fill">
<Tab name="Trigger Bot" padding="6 6 6 6">
<Box name="Trigger Bot" padding="12 6 6 6" width="content" height="content">
<Tab name="Trigger bot" padding="6 6 6 6">
<Box name="Trigger bot" padding="12 6 6 6" width="content" height="content">
<List width="150">
<AutoVariable width="fill" target="trigger.enable" label="Enable Trigger Bot"/>
<LabeledObject width="fill" label="Trigger Key Mode">
<AutoVariable width="fill" target="trigger.enable" label="Enable trigger bot"/>
<LabeledObject width="fill" label="Trigger key mode" tooltip="Optional: what should the key set below do?">
<Select target="trigger.key.mode">
<Option name="Disable" value="0"/>
<Option name="Pressed" value="1"/>
@ -12,29 +12,29 @@
<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" tooltip="Hold fire until a single shot is enough to kill the target."/>
<AutoVariable width="fill" target="trigger.zoomed-only" label="Zoomed Only"/>
<AutoVariable width="fill" target="trigger.accuracy" label="Accuracy Mode" tooltip="Shrink hitbox to improve accuracy." min="0" max="10"/>
<AutoVariable width="fill" target="trigger.delay" label="Delay" tooltip="Add a delay (in milliseconds) to Triggerbot" min="0" max="1"/>
<AutoVariable width="fill" target="trigger.key.button" label="Aim key"/>
<AutoVariable width="fill" target="trigger.wait-for-charge" label="Wait for charge" tooltip="Hold fire until a single shot is enough to kill the target."/>
<AutoVariable width="fill" target="trigger.zoomed-only" label="Zoomed only" tooltip="When applicable, only fire when zoomed."/>
<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">
<Box padding="12 6 6 6" width="content" height="content" name="Target selection" x="170">
<List width="150">
<LabeledObject width="fill" label="Hitbox Mode">
<LabeledObject width="fill" label="Hitbox mode">
<Select target="trigger.hitbox-mode">
<Option name="Auto Head" value="0"/>
<Option name="Auto Closest" value="1"/>
<Option name="Head Only" value="2"/>
<Option name="Auto head" value="0"/>
<Option name="Auto closest" value="1"/>
<Option name="Head only" value="2"/>
</Select>
</LabeledObject>
<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.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.max-range" label="Max range"/>
<AutoVariable width="fill" target="trigger.target.teammates" label="Teammates" tooltip="Fire on teammates."/>
<AutoVariable width="fill" target="trigger.target.stickybombs" label="Stickybombs" tooltip="Fire upon 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"/>
<AutoVariable width="fill" target="trigger.target.ignore-vaccinator" label="Ignore Vaccinator uber"/>
</List>
</Box>
</Tab>

View File

@ -1,19 +1,19 @@
<Tab name="Bullet Tracers" padding="4 4 4 4">
<Box padding="12 6 6 6" width="content" height="content" name="Player Info">
<Box padding="12 6 6 6" width="content" height="content" name="Bullet tracers">
<List width="150">
<AutoVariable width="fill" target="visual.bullet-tracers.enable" label="Enable"/>
<AutoVariable width="fill" target="visual.bullet-tracers.sniper-only" label="Sniperrifles Only"/>
<AutoVariable width="fill" target="visual.bullet-tracers.local-only" label="Don't Draw Other Players"/>
<AutoVariable width="fill" target="visual.bullet-tracers.draw-local" label="Draw Local Beams"/>
<AutoVariable width="fill" target="visual.bullet-tracers.sentry" label="Sentry Tracers"/>
<LabeledObject width="fill" label="Team Mode">
<Select target="visual.bullet-tracers.teammode">
<AutoVariable width="fill" target="visual.bullet-tracers.enable" label="Enable" tooltip="Make weapons have Machina tracers."/>
<AutoVariable width="fill" target="visual.bullet-tracers.sniper-only" label="Sniperrifles only" tooltip="Only snipers have bullet tracers."/>
<AutoVariable width="fill" target="visual.bullet-tracers.local-only" label="Don't draw other players"/>
<AutoVariable width="fill" target="visual.bullet-tracers.draw-local" label="Draw local beams" tooltip="Draw bullet tracers for self."/>
<AutoVariable width="fill" target="visual.bullet-tracers.sentry" label="Sentry tracers"/>
<LabeledObject width="fill" label="Team mode">
<Select target="visual.bullet-tracers.teammode" tooltip="Set team to have tracers.">
<Option name="All" value="0"/>
<Option name="Enemies" value="1"/>
<Option name="Teammates" value="2"/>
</Select>
</LabeledObject>
<AutoVariable width="fill" target="visual.bullet-tracers.one-trace-only" label="Single Beam Only"/>
<AutoVariable width="fill" target="visual.bullet-tracers.one-trace-only" label="Single beam only"/>
</List>
</Box>
</Tab>

View File

@ -1,14 +1,14 @@
<Tab name="Chams" padding="4 4 4 4">
<Box padding="12 6 6 6" width="content" height="content" name="Chams">
<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" tooltip="Don't show Chams through walls."/>
<AutoVariable width="fill" target="chams.enable" label="Enable chams" tooltip="Change player textures for visiblity."/>
<AutoVariable width="fill" target="chams.legit" label="Legit" tooltip="Don't show chams through walls."/>
<AutoVariable width="fill" target="chams.flat" label="Flat" tooltip="Don't show shadows on chams."/>
<AutoVariable width="fill" target="chams.disco" label="Disco" tooltip="Rainbow Mode"/>
<AutoVariable width="fill" target="chams.disco" label="Disco" tooltip="Rainbow mode"/>
<AutoVariable width="fill" target="chams.health" label="Health" tooltip="Color chams according to player health."/>
<AutoVariable width="fill" target="chams.recursive" label="Recursive"/>
<AutoVariable width="fill" target="chams.single-pass" label="Single Pass"/>
<AutoVariable width="fill" target="chams.white-weapons" label="White Weapons"/>
<AutoVariable width="fill" target="chams.single-pass" label="Single pass"/>
<AutoVariable width="fill" target="chams.white-weapons" label="White weapons" tooltip="Color weapons white."/>
</List>
</Box>
<Box padding="12 6 6 6" width="content" height="content" name="Targets" x="170">
@ -16,13 +16,13 @@
<AutoVariable width="fill" target="chams.show.players" label="Players"/>
<AutoVariable width="fill" target="chams.show.teammates" label="Teammates"/>
<AutoVariable width="fill" target="chams.show.disguised" label="Disguised"/>
<AutoVariable width="fill" target="chams.self" label="Chams Self"/>
<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.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"/>
<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,30 +1,30 @@
<Tab name="ESP" padding="4 4 4 4">
<Box padding="12 6 6 6" width="content" height="content" name="ESP">
<List width="150">
<AutoVariable width="fill" target="esp.enable" label="Enable ESP" tooltip="Enable Extrasensory Perception"/>
<AutoVariable width="fill" target="esp.legit" label="Legit Mode" tooltip="Dont Show ESP of Enemies Behind Walls"/>
<AutoVariable width="fill" target="esp.range" label="Max Range"/>
<AutoVariable width="fill" target="lightesp.enable" label="Enable Light ESP"/>
<AutoVariable width="fill" target="esp.enable" label="Enable ESP" tooltip="Enable extrasensory perception"/>
<AutoVariable width="fill" target="esp.legit" label="Legit mode" tooltip="Dont show ESP of enemies behind walls"/>
<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.local" label="ESP on local player" tooltip="Toggles ESP on self."/>
<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.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.money" label="MvM money"/>
<AutoVariable width="fill" target="esp.item.money-red" label="MvM red money" tooltip="Red money is automatically collected."/>
<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"/>
<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">
@ -59,43 +59,43 @@
</LabeledObject>
</List>
</Box>
<Box padding="12 6 6 6" width="content" height="content" name="ESP Settings" x="170" y="90">
<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.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.bones.color" label="Bone Color"/>
<AutoVariable width="fill" target="esp.bones.color" label="Bone color" tooltip="Colors bones according to player state."/>
<AutoVariable width="fill" target="esp.sightlines" label="Sightlines"/>
<AutoVariable width="fill" target="esp.expand" label="Expand"/>
<LabeledObject width="fill" label="Text Position">
<AutoVariable width="fill" target="esp.expand" label="Expand" tooltip="Make ESP larger or smaller."/>
<LabeledObject width="fill" label="Text position">
<Select target="esp.text-position">
<Option name="Top Right" value="0"/>
<Option name="Bottom Right" value="1"/>
<Option name="Top right" value="0"/>
<Option name="Bottom right" value="1"/>
<Option name="Center" value="2"/>
<Option name="Above" value="3"/>
<Option name="Below" value="4"/>
</Select>
</LabeledObject>
<LabeledObject width="fill" label="Box Mode">
<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="Tracer Mode">
<LabeledObject width="fill" label="Tracer mode">
<Select target="esp.tracers-mode">
<Option name="Off" value="0"/>
<Option name="Center" value="1"/>
<Option name="Bottom" value="2"/>
</Select>
</LabeledObject>
<LabeledObject width="fill" label="Health Mode" tooltip="Sets the Healthbar Mode">
<LabeledObject width="fill" label="Health mode" tooltip="Sets the healthbar mode.">
<Select target="esp.health-bar">
<Option name="None" value="0"/>
<Option name="Top Horizontal" value="1"/>
<Option name="Bottom Horizontal" value="2"/>
<Option name="Top horizontal" value="1"/>
<Option name="Bottom horizontal" value="2"/>
<Option name="Vertical" value="3"/>
</Select>
</LabeledObject>
@ -112,9 +112,9 @@
<AutoVariable width="fill" target="esp.info.powerup" label="Powerup"/>
<AutoVariable width="fill" target="esp.info.bot-id" label="Bot ID"/>
<AutoVariable width="fill" target="esp.info.weapon" label="Weapon"/>
<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"/>
<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>
</Box>
<Box padding="12 6 6 6" width="content" height="content" name="Emoji" x="340" y="155">
@ -126,7 +126,7 @@
<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>

View File

@ -1,9 +1,9 @@
<Tab name="Glow" padding="4 4 4 4">
<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.blur-scale" label="Blur Scale" min="1" max="20"/>
<AutoVariable width="fill" target="glow.health" label="Health"/>
<AutoVariable width="fill" target="glow.enable" label="Enable glow"/>
<AutoVariable width="fill" target="glow.blur-scale" label="Blur scale" min="1" max="20"/>
<AutoVariable width="fill" target="glow.health" label="Health" tooltip="Color glow according to player health."/>
<LabeledObject width="fill" label="Solid When">
<Select target="glow.solid-when">
<Option name="Never" value="0"/>
@ -18,13 +18,13 @@
<AutoVariable width="fill" target="glow.show.players" label="Players"/>
<AutoVariable width="fill" target="glow.show.teammates" label="Teammates"/>
<AutoVariable width="fill" target="glow.show.disguised" label="Disguised"/>
<AutoVariable width="fill" target="glow.self" label="Local Player"/>
<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.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.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>

View File

@ -7,9 +7,9 @@
</Box>
<Box padding="12 6 6 6" width="content" height="content" name="Dominatemark" x="170">
<List width="150">
<AutoVariable width="fill" target="dominatemark.enable" label="Enable"/>
<AutoVariable width="fill" target="dominatemark.min-size" label="Draw Min Size"/>
<AutoVariable width="fill" target="dominatemark.max-size" label="Draw Max Size"/>
<AutoVariable width="fill" target="dominatemark.enable" label="Enable" tooltip="Enables a mark on people you are dominating, similar to one if you are being dominated by someone else."/>
<AutoVariable width="fill" target="dominatemark.min-size" label="Draw min size"/>
<AutoVariable width="fill" target="dominatemark.max-size" label="Draw max size"/>
</List>
</Box>
</Tab>

View File

@ -1,31 +1,31 @@
<Tab name="Radar" padding="4 4 4 4">
<Box padding="12 6 6 6" width="content" height="content" name="Radar">
<List width="150">
<AutoVariable width="fill" target="radar.enable" label="Enable" tooltip="Shows a highly customizable Radar."/>
<LabeledObject width="fill" label="Radar Shape" tooltip="Sets the Radar's shape">
<AutoVariable width="fill" target="radar.enable" label="Enable" tooltip="Shows a highly customizable radar."/>
<LabeledObject width="fill" label="Radar Shape" tooltip="Sets the radar's shape">
<Select target="radar.shape">
<Option name="Square" value="0"/>
<Option name="Circle" value="1"/>
</Select>
</LabeledObject>
<AutoVariable width="fill" target="radar.show-cross" label="Show Cross" tooltip="Show cross in the center of the Radar."/>
<AutoVariable width="fill" target="radar.enemies-over-teammates" label="Enemies on Top"/>
<AutoVariable width="fill" target="radar.healthbar" label="Health Bar Size" tooltip="Sets size of Health Bars. Set to zero to disable." min="0" max="5" step="1"/>
<AutoVariable width="fill" target="radar.use-icons" label="Use Icons"/>
<AutoVariable width="fill" target="radar.show-cross" label="Show Cross" tooltip="Show cross in the center of the radar."/>
<AutoVariable width="fill" target="radar.enemies-over-teammates" label="Enemies on top"/>
<AutoVariable width="fill" target="radar.healthbar" label="Health bar size" min="0" max="5" step="1"/>
<AutoVariable width="fill" target="radar.use-icons" label="Use icons"/>
<AutoVariable width="fill" target="radar.size" label="Size" min="1" max="480" step="5"/>
<AutoVariable width="fill" target="radar.icon-size" label="Icon Size" min="1" max="48"/>
<AutoVariable width="fill" target="radar.x" label="Radar X" tooltip="Sets the Radar's X value from the left Side of the window."/>
<AutoVariable width="fill" target="radar.y" label="Radar Y" tooltip="Sets the Radar's Y value From the top of the window."/>
<AutoVariable width="fill" target="radar.zoom" label="Zoom" tooltip="Controls the zoom. Higher value means less zoomed." min="1" max="20" step="0.1"/>
<AutoVariable width="fill" target="radar.opacity" label="Opacity" tooltip="Sets the Radar's background opacity." min="0" max="1.01" step="0.1"/>
<AutoVariable width="fill" target="radar.icon-size" label="Icon size" min="1" max="48"/>
<AutoVariable width="fill" target="radar.x" label="Radar X" tooltip="Sets the radar's x value from the left side of the window."/>
<AutoVariable width="fill" target="radar.y" label="Radar Y" tooltip="Sets the radar's y value from the top of the window."/>
<AutoVariable width="fill" target="radar.zoom" label="Zoom" min="1" max="20" step="0.1"/>
<AutoVariable width="fill" target="radar.opacity" label="Opacity" min="0" max="1.01" step="0.1"/>
</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.ammo" label="Ammo packs"/>
<AutoVariable width="fill" target="radar.show.health" label="Health packs"/>
<AutoVariable width="fill" target="radar.show.teammates" label="Teammates"/>
<AutoVariable width="fill" target="radar.show.team.buildings" label="Team Buildings"/>
<AutoVariable width="fill" target="radar.show.team.buildings" label="Team buildings"/>
</List>
</Box>
</Tab>

View File

@ -2,17 +2,17 @@
<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.buildings" label="Enable Building Tracers"/>
<AutoVariable width="fill" target="tracers.green-distance" label="Green Distance" tooltip="Minimal distance required for tracers to be green." min="0" max="10001" step="100"/>
<AutoVariable width="fill" target="tracers.line-thickness" label="Line Thickness"/>
<AutoVariable width="fill" target="tracers.line-opaqueness" label="Line Opacity" min="0" max="1.01" step="0.05"/>
<AutoVariable width="fill" target="tracers.buildings" label="Enable building tracers"/>
<AutoVariable width="fill" target="tracers.green-distance" label="Green distance" min="0" max="10001" step="100"/>
<AutoVariable width="fill" target="tracers.line-thickness" label="Line thickness"/>
<AutoVariable width="fill" target="tracers.line-opaqueness" label="Line opacity" min="0" max="1.01" step="0.05"/>
<AutoVariable width="fill" target="tracers.min-fov" label="Min FOV"/>
<AutoVariable width="fill" target="tracers.max-dist" label="Max Distance"/>
<LabeledObject width="fill" label="Show Friends">
<AutoVariable width="fill" target="tracers.max-dist" label="Max distance"/>
<LabeledObject width="fill" label="Show friends">
<Select width="150" target="tracers.draw-friends">
<Option name="Don't Show Friends" value="0"/>
<Option name="Friends in Enemy Team" value="1"/>
<Option name="Always Show Friends" value="2"/>
<Option name="Don't show friends" value="0"/>
<Option name="Friends in enemy team" value="1"/>
<Option name="Always show friends" value="2"/>
</Select>
</LabeledObject>
</List>

View File

@ -1,27 +1,27 @@
<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="Guaranteed Medal Flip"/>
<LabeledObject width="fill" label="Software Cursor Mode">
<Select target="visual.software-cursor-mode">
<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="Guaranteed medal flip"/>
<LabeledObject width="fill" label="Software cursor mode">
<Select target="visual.software-cursor-mode" tooltip="Advanced users only">
<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"/>
<AutoVariable width="fill" target="visual.font_size.esp" label="Main Font Size"/>
<AutoVariable width="fill" target="visual.font_size.center_size" label="Center String Font Size"/>
<AutoVariable width="fill" target="mc_health.enable" label="Enable MC Healthbar"/>
<AutoVariable width="fill" target="mc_health.size" label="MC Healthbar Size"/>
<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"/>
<AutoVariable width="fill" target="visual.font_size.esp" label="Main font size"/>
<AutoVariable width="fill" target="visual.font_size.center_size" label="Center string font size"/>
<AutoVariable width="fill" target="mc_health.enable" label="Enable MC healthbar"/>
<AutoVariable width="fill" target="mc_health.size" label="MC healthbar size"/>
</List>
</Box>
</Tab>

View File

@ -2,50 +2,50 @@
<Box padding="12 6 6 6" width="content" height="content" name="Window">
<List width="150">
<AutoVariable width="fill" target="zk.style.window.color.border" label="Border"/>
<AutoVariable width="fill" target="zk.style.window.color.background.active" label="Active Background"/>
<AutoVariable width="fill" target="zk.style.window.color.background.inactive" label="Inactive Background"/>
<AutoVariable width="fill" target="zk.style.window.color.background.active" label="Active background"/>
<AutoVariable width="fill" target="zk.style.window.color.background.inactive" label="Inactive background"/>
</List>
</Box>
<Box padding="12 6 6 6" width="content" height="content" name="Window Titlebars" y="73">
<Box padding="12 6 6 6" width="content" height="content" name="Window titlebars" y="73">
<List width="150">
<AutoVariable width="fill" target="zk.style.window-header.color.border.active" label="Active Border"/>
<AutoVariable width="fill" target="zk.style.window-header.color.border.inactive" label="Inactive Border"/>
<AutoVariable width="fill" target="zk.style.window-header.color.background.active" label="Active Background"/>
<AutoVariable width="fill" target="zk.style.window-header.color.background.inactive" label="Inactive Background"/>
<AutoVariable width="fill" target="zk.style.window-header.color.border.active" label="Active border"/>
<AutoVariable width="fill" target="zk.style.window-header.color.border.inactive" label="Inactive border"/>
<AutoVariable width="fill" target="zk.style.window-header.color.background.active" label="Active background"/>
<AutoVariable width="fill" target="zk.style.window-header.color.background.inactive" label="Inactive background"/>
</List>
</Box>
<Box padding="12 6 6 6" width="content" height="content" name="Window Close button" y="164">
<Box padding="12 6 6 6" width="content" height="content" name="Window close button" y="164">
<List width="150">
<AutoVariable width="fill" target="zk.style.window-close-button.color.border" label="Border"/>
</List>
</Box>
<Box padding="12 6 6 6" width="content" height="content" name="Other Container elements" y="203">
<Box padding="12 6 6 6" width="content" height="content" name="Other container elements" y="203">
<List width="150">
<AutoVariable width="fill" target="zk.style.box.color.border" label="Box Border"/>
<AutoVariable width="fill" target="zk.style.input.color.border" label="Color Picker Border"/>
<AutoVariable width="fill" target="zk.style.modal-container.color.border" label="Modal Border"/>
<AutoVariable width="fill" target="zk.style.modal-container.color.background" label="Modal Background"/>
<AutoVariable width="fill" target="zk.style.box.color.border" label="Box border"/>
<AutoVariable width="fill" target="zk.style.input.color.border" label="Color picker border"/>
<AutoVariable width="fill" target="zk.style.modal-container.color.border" label="Modal border"/>
<AutoVariable width="fill" target="zk.style.modal-container.color.background" label="Modal background"/>
<AutoVariable width="fill" target="zk.style.table.color.border" label="Table"/>
<AutoVariable width="fill" target="zk.style.tab-button.color.selected.underline" label="Tab Active Underline"/>
<AutoVariable width="fill" target="zk.style.tab-button.color.hover.underline" label="Tab Hover Underline"/>
<AutoVariable width="fill" target="zk.style.tab-button.color.selected.underline" label="Tab active underline"/>
<AutoVariable width="fill" target="zk.style.tab-button.color.hover.underline" label="Tab hover underline"/>
<AutoVariable width="fill" target="zk.style.menu.color.text" label="Text"/>
</List>
</Box>
<Box padding="12 6 6 6" width="content" height="content" name="List Select" x="170">
<Box padding="12 6 6 6" width="content" height="content" name="List select" x="170">
<List width="150">
<AutoVariable width="fill" target="zk.style.input.select.border" label="Border"/>
<AutoVariable width="fill" target="zk.style.option.color.hover" label="Hover Background"/>
<AutoVariable width="fill" target="zk.style.option.color.hover" label="Hover background"/>
</List>
</Box>
<Box padding="12 6 6 6" width="content" height="content" name="Text Input" x="170" y="56">
<Box padding="12 6 6 6" width="content" height="content" name="Text input" x="170" y="56">
<List width="150">
<AutoVariable width="fill" target="zk.style.input.text.color.border.active" label="Active Border"/>
<AutoVariable width="fill" target="zk.style.input.text.color.border.inactive" label="Inactive Border"/>
<AutoVariable width="fill" target="zk.style.input.text.color.text.active" label="Active Text"/>
<AutoVariable width="fill" target="zk.style.input.text.color.text.inactive" label="Inactive Text"/>
<AutoVariable width="fill" target="zk.style.input.text.color.border.active" label="Active border"/>
<AutoVariable width="fill" target="zk.style.input.text.color.border.inactive" label="Inactive border"/>
<AutoVariable width="fill" target="zk.style.input.text.color.text.active" label="Active text"/>
<AutoVariable width="fill" target="zk.style.input.text.color.text.inactive" label="Inactive text"/>
</List>
</Box>
<Box padding="12 6 6 6" width="content" height="content" name="Key Input" x="170" y="146">
<Box padding="12 6 6 6" width="content" height="content" name="Key input" x="170" y="146">
<List width="150">
<AutoVariable width="fill" target="zk.style.input.key.color.border" label="Border"/>
<AutoVariable width="fill" target="zk.style.input.key.color.background.capturing" label="Background"/>
@ -53,8 +53,8 @@
</Box>
<Box padding="12 6 6 6" width="content" height="content" name="Slider" x="170" y="202">
<List width="150">
<AutoVariable width="fill" target="zk.style.input.slider.color.handle_border" label="Handle Border"/>
<AutoVariable width="fill" target="zk.style.input.slider.color.handle_body" label="Handle Body"/>
<AutoVariable width="fill" target="zk.style.input.slider.color.handle_border" label="Handle border"/>
<AutoVariable width="fill" target="zk.style.input.slider.color.handle_body" label="Handle body"/>
<AutoVariable width="fill" target="zk.style.input.slider.color.bar" label="Bar"/>
</List>
</Box>
@ -67,10 +67,10 @@
</Box>
<Box padding="12 6 6 6" width="content" height="content" name="Playerlist" x="340">
<List width="150">
<AutoVariable width="fill" target="zk.style.player-list.team.red" label="RED Team"/>
<AutoVariable width="fill" target="zk.style.player-list.team.red-dead" label="RED Team Dead"/>
<AutoVariable width="fill" target="zk.style.player-list.team.blue" label="BLU Team"/>
<AutoVariable width="fill" target="zk.style.player-list.team.blue-dead" label="BLU Team Dead"/>
<AutoVariable width="fill" target="zk.style.player-list.team.red" label="RED team"/>
<AutoVariable width="fill" target="zk.style.player-list.team.red-dead" label="RED team dead"/>
<AutoVariable width="fill" target="zk.style.player-list.team.blue" label="BLU team"/>
<AutoVariable width="fill" target="zk.style.player-list.team.blue-dead" label="BLU team dead"/>
</List>
</Box>
<Box padding="12 6 6 6" width="content" height="content" name="Taskbar" x="340" y="91">
@ -83,17 +83,17 @@
<List width="150">
<AutoVariable width="fill" target="zk.style.task.color.border" label="Border"/>
<AutoVariable width="fill" target="zk.style.task.color.background.hover" label="Hover"/>
<AutoVariable width="fill" target="zk.style.task.color.text.focused" label="Text Focused"/>
<AutoVariable width="fill" target="zk.style.task.color.text.focused" label="Text focused"/>
<AutoVariable width="fill" target="zk.style.task.color.text.open" label="Text Open"/>
<AutoVariable width="fill" target="zk.style.task.color.text.closed" label="Text Closed"/>
<AutoVariable width="fill" target="zk.style.task.color.text.closed" label="Text closed"/>
</List>
</Box>
<Box padding="12 6 6 6" width="content" height="content" name="Tabs" x="340" y="256">
<List width="150">
<AutoVariable width="fill" target="zk.style.tab-selection.color.border" label="Tab Selection Border"/>
<AutoVariable width="fill" target="zk.style.tab-button.color.separator" label="Tab Separator"/>
<AutoVariable width="fill" target="zk.style.tab-button.color.selected.background" label="Active Background"/>
<AutoVariable width="fill" target="zk.style.tab-button.color.text.selected" label="Active Text"/>
<AutoVariable width="fill" target="zk.style.tab-selection.color.border" label="Tab selection border"/>
<AutoVariable width="fill" target="zk.style.tab-button.color.separator" label="Tab separator"/>
<AutoVariable width="fill" target="zk.style.tab-button.color.selected.background" label="Active background"/>
<AutoVariable width="fill" target="zk.style.tab-button.color.text.selected" label="Active text"/>
<AutoVariable width="fill" target="zk.style.tab-button.color.text.inactive" label="Text"/>
</List>
</Box>