diff --git a/custom_loot_loop.sh b/custom_loot_loop.sh new file mode 100644 index 0000000..8ab7ed4 --- /dev/null +++ b/custom_loot_loop.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +while true +do + xdotool key shift+space + sleep 110 +done \ No newline at end of file