Home.md
... ...
@@ -8,8 +8,8 @@
8 8
9 9
- Hold mouse button to autoclick
10 10
- Aim Eyes ![Like This](images/target_eyes.png) + Click while buckled in bed will make you go to SLEEP
11
-- FOCUS + Aim Head + Shift Click a food-item in hands will SNIFF it
12
-- FOCUS + Aim Mouth + Shift Click a food-item in hands will LICK it
11
+- FOCUS ![Like This](images/focus_on.gif) + Aim Head + Shift Click a food-item in hands will SNIFF it
12
+- FOCUS ![Like This](images/focus_on.gif) + Aim Mouth + Shift Click a food-item in hands will LICK it
13 13
- Aim Head + Click on powder on the ground will SNORT it
14 14
- Aim Mouth + Click on puddle to DRINK from it
15 15
- RMB to wave to people
commit_upload.sh
... ...
@@ -0,0 +1,6 @@
1
+#!/bin/bash
2
+eval `ssh-agent`
3
+ssh-add ~/.ssh/keys/orbit
4
+git add *
5
+git commit -m "Update"
6
+git push --force origin main
images/focus_on.gif