Skip to content

Instantly share code, notes, and snippets.

@tsvtt
Last active February 7, 2026 17:03
Show Gist options
  • Select an option

  • Save tsvtt/880e3ab1e32371f6285dca9434d0f0b3 to your computer and use it in GitHub Desktop.

Select an option

Save tsvtt/880e3ab1e32371f6285dca9434d0f0b3 to your computer and use it in GitHub Desktop.
CS2 storage unit clicker Linux

Simple inventory clicker for CS2, no dependencies. Works on Linux with X window system, CS2 windowed 1920x1080

Y=150; sleep 2; for o in $(seq 5); do 
  X=150; for i in $(seq 9); do 
    xdotool mousemove $X $Y; xdotool click 1; X=$((X+=200))
  done; 
Y=$((Y+=200))
done
Example
new_2simplescreenrecorder2-.3.webm
Details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment