Rename payload.script into main.script
This commit is contained in:
parent
acc845e671
commit
3f2d805e15
|
@ -14,7 +14,7 @@ namespace attack {
|
||||||
// ====== PUBLIC ====== //
|
// ====== PUBLIC ====== //
|
||||||
void start() {
|
void start() {
|
||||||
// Open main BadUSB script
|
// Open main BadUSB script
|
||||||
msc::open("/payload.script");
|
msc::open("/main.script");
|
||||||
|
|
||||||
// Wait 1s to give the computer time to initialize the keyboard
|
// Wait 1s to give the computer time to initialize the keyboard
|
||||||
delay(1000);
|
delay(1000);
|
||||||
|
|
Loading…
Reference in New Issue