Turn your username yellow in steam.
NOTE: As of 7:45 EST January 3rd, Valve has patched steam. The yellow function no longer works. All other features (like flashing status) still work.
OneUpGaming: https://www.youtube.com/watch?v=acPqNhXtLzc (Old, new one in progress)
uLLeticaL: https://www.youtube.com/watch?v=337khh_8WJ4 (Old)
- Install NodeJS LTS here: https://nodejs.org/en/ (Tested with v.6.9.2)
- Download this repo here and extract somewhere.
- Start the program by double clicking on
start.batif you are on windows orstart.shon macOS.
NOTE: This is a different process than the original program. It has been re-designed to work much easier. If you get errors related to "NPM" try restarting your computer.
npm update$ git clone https://github.com/DrakeWitt/steam-yellow.git
$ cd steam-yellow
$ npm install$ node indexThen enter information manually.
$ node index --user username --pass password --flags 4Flags default to everything enabled.
$ node index ./login.jsonThen in ./login.json:
{
"username": "username",
"password": "password",
"flags": 4
}Flags default to everything enabled.
Disclaimer: Steam Forum Moderators are currently aware of the glitch and have most likely have reported this to Valve (http://steamcommunity.com/discussions/forum/1/154645427520675908/). Use at your own risk.