You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
REM Wait 6 seconds for OS to recognize device and install drivers
223
+
DELAY 6000
224
+
225
+
REM Open Run dialog (Win+R)
226
+
GUI r
227
+
DELAY #HID_DELAY
228
+
229
+
REM Open ScattRoll URL
230
+
STRINGLN https://youtu.be/Hy8kmNEo1i8
231
+
232
+
REM Press 'f' for YouTube fullscreen after 4 seconds
233
+
DELAY 4000
234
+
STRINGLN f
235
+
240
236
```
241
237
242
-
Detailed Payload Explanations and Syntax can be found in the [Creating Custom Payloads](https://github.com/3mrgnc3/attiny85_ducky/wiki/Creating-Custom-Payloads) wiki page.
238
+
Detailed Payload Explanations and Syntax can be found in the [Wiki](https://github.com/3mrgnc3/attiny85_ducky/wiki) page.
243
239
244
240
245
241
Else, further inspiration for creating your payloads can be found by alternatively checking out the preexisting ones made available already by [**CedArctic** in the **DigiSpark-Scripts** repo](https://github.com/CedArctic/DigiSpark-Scripts).
0 commit comments