Skip to content

Instantly share code, notes, and snippets.

@Netail
Created December 3, 2021 01:24
Show Gist options
  • Save Netail/8f5039bd514108a51acbec18aefbb45e to your computer and use it in GitHub Desktop.
Save Netail/8f5039bd514108a51acbec18aefbb45e to your computer and use it in GitHub Desktop.
// AFK Toggler
//
// Version: 1.0
// Author: Netail
echo
echo AFK Toggler (1.0) by Netail: Enabled
echo
alias toggleAFK "enableAFK";
alias enableAFK "alias toggleAFK disableAFK; +right; +Forward; say_team AFK: ✓ Enabled; playvol common\stuck1 0.5";
alias disableAFK "alias toggleAFK enableAFK; -right; -Forward; say_team AFK: ✗ Disabled; playvol buttons\blip1 0.5";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment