Jump to content

delete self


Recommended Posts

Guest Guidosoft

hmmm...i guess i didin't look hard enough, thanx.

<{POST_SNAPBACK}>

So how do you delete yourself again? I don't want to comit suicide but it would be nice to know.
Link to comment
Share on other sites

Guest BL@(K-R34P3R

I have no relation with the following: to delete yourself, click the following:

www.hacksandvirusesthatwilldeleteyourself.com

I've heard that it is pretty good too.

But then again, I'm drunk ^^

Link to comment
Share on other sites

Some examples in the search, have a problem as 'loop:' should be ':loop'. This causes failure of operation.

I also find it works without the ping? (optional?)

Without ping:

FileDelete("scratch.bat")
$batchFile = ':loop' & @CRLF & 'del "' & @SCRIPTFULLPATH & '"'  & @CRLF & 'if exist "' & @SCRIPTFULLPATH &_
 '" goto loop' & @CRLF & 'del scratch.bat' & @CRLF

FileWrite("scratch.bat",$batchFile)
Run("scratch.bat",@SCRIPTDIR,@SW_HIDE)

With ping:

FileDelete("scratch.bat")
$batchFile = ':loop' & @CRLF & 'del "' & @SCRIPTFULLPATH & '"'  & @CRLF &_
     'ping -n 1 -w 250 zxywqxz_q' & @CRLF & 'if exist "' & @SCRIPTFULLPATH &_
    '" goto loop' & @CRLF & 'del scratch.bat' & @CRLF

FileWrite("scratch.bat",$batchFile)
Run("scratch.bat",@SCRIPTDIR,@SW_HIDE)

Nice and handy little script. :ph34r:

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

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