Updated img label to POKEMON

This commit is contained in:
2026-06-08 15:00:57 +02:00
parent cf3fc4f5df
commit defb375671
3 changed files with 7 additions and 5 deletions
+4 -2
View File
@@ -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!"
+2 -2
View File
@@ -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.
+1 -1
View File
@@ -1,3 +1,3 @@
MOUNT_LABEL = "MARIO"
MOUNT_LABEL = "POKEMON"
KEYB_LAYOUT = "DE"
OPEN_TERM_K = "GUI RETURN"