-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnotes.txt
27 lines (17 loc) · 1.06 KB
/
notes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# start A71 master
./run x --window-title="gift-send" -s R58M67HLZPY -m 1024 --max-fps=4
# start s7 gold
./run x --window-title="gift-send" -s ce0117119076d82a0c -m 1024 --max-fps=4 --no-audio-playback --turn-screen-off
# Schlumpiz
./run x --window-title="schlumpiz" -s ce091609f2237a1904 -m 1024 --max-fps=4 --no-audio-playback --turn-screen-off
export PIPE="/tmp/schlumpiz" ; c=0 ; while sleep 1; do c=$(( c = c +1 )) ; echo gift $c; bash send-gifts.sh ; done
# pokeralle
./run x --window-title="poke" -s ce091719d290250304 -m 1024 --max-fps=4 --no-audio-playback --turn-screen-off
export PIPE="/tmp/poke" ; c=0 ; while sleep 1; do c=$(( c = c +1 )) ; echo gift $c; bash send-gifts.sh ; done
# aphex
./run x --window-title="aphex" -s R58M93ND7BF -m 1024 --max-fps=4 --no-audio-playback --turn-screen-off
./attack.sh /tmp/aphex
# faker
./run x --window-title="faker" -s R58MB2R1RSK -m 1024 --max-fps=4 --no-audio-playback --turn-screen-off
./attack.sh /tmp/faker
export PIPE="/tmp/poke" ; c=0 ; while sleep 1; do c=$(( c = c +1 )) ; echo gift $c; bash send-gifts.sh ; done