11 lines
211 B
Bash
11 lines
211 B
Bash
#!/system/bin/sh
|
|
input motionevent DOWN 137 950
|
|
sleep 0.1
|
|
input motionevent MOVE 200 950
|
|
sleep 0.1
|
|
input motionevent MOVE 280 950
|
|
sleep 0.1
|
|
input motionevent MOVE 350 950
|
|
sleep 0.15
|
|
input motionevent UP 350 950
|