Welcome to the BurntBeast guide on transforming your DigiSpark ATtiny85 into a powerful Rubber Ducky device. Embrace the chaos and unleash the beast within your USB stick.
"https://github.com/burntbeast77/digistump/blob/main/package_digistump_index.json"
Here's a simple script:
#include "DigiKeyboard.h"
void setup() {
DigiKeyboard.sendKeyStroke(0);
DigiKeyboard.delay(500);
DigiKeyboard.sendKeyStroke(KEY_R, MOD_GUI_LEFT);
DigiKeyboard.delay(500);
DigiKeyboard.print("notepad");
DigiKeyboard.sendKeyStroke(KEY_ENTER);
DigiKeyboard.delay(500);
DigiKeyboard.print("Hello from DigiSpark!");
}
void loop() {
// Empty loop
}
Copy and paste in Arduino Sketch and verify,upload.
With great power comes great responsibility. Use your newfound capabilities ethically and responsibly. Stay fiery, stay rebellious. 🔥