Rename payload.script into main.script

This commit is contained in:
Spacehuhn 2022-07-06 22:12:13 +02:00
parent acc845e671
commit 3f2d805e15
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ namespace attack {
// ====== PUBLIC ====== //
void start() {
// Open main BadUSB script
msc::open("/payload.script");
msc::open("/main.script");
// Wait 1s to give the computer time to initialize the keyboard
delay(1000);