Updated img label to POKEMON
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
.PHONY: sync run
|
||||
|
||||
TARGET = [email protected]
|
||||
PASSWD = toor
|
||||
|
||||
NAME = hid_payload.js
|
||||
HID_PATH = /usr/local/P4wnP1/HIDScripts/
|
||||
PASSWD = toor
|
||||
|
||||
|
||||
## Sync HID script to P4wnP1
|
||||
all:
|
||||
@@ -19,7 +21,7 @@ all:
|
||||
@rm src/00-config.js -f
|
||||
@echo "[!] javascript source built!"
|
||||
|
||||
sync: all
|
||||
sync:
|
||||
@sshpass -p "$(PASSWD)" scp "./build/$(NAME)" "$(TARGET):$(HID_PATH)$(NAME)" > /dev/null 2>&1
|
||||
@echo "[!] Sync done!"
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Mario Autoplay
|
||||
# Pokémon Autoplay
|
||||
This repo contains the files for a demo project showcasing the capabilities of combined HID injection and MSC.
|
||||
It allows a P4wnP1 ALOA to automatically load and play `Super Mario Land` on a Linux system.
|
||||
It allows a P4wnP1 ALOA to automatically load and play `Pokémon Yellow` on a Linux system.
|
||||
|
||||
> [!WARNING]
|
||||
> Keyboard shortcuts for opening the terminal may need to be adjusted depending on the target environment.
|
||||
|
||||
Reference in New Issue
Block a user