Results 1 to 9 of 9

Thread: Yash Kumar !!!!!!!!!

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jun 2000
    Posts
    537

    Yash Kumar !!!!!!!!!

    how did you do that joke?
    it wasn't really funny but at the same time.....it was funny.

    now tell us please.

    thank you
    pnj

  2. #2

    Thread Starter
    Fanatic Member
    Join Date
    Jun 2000
    Posts
    537
    i want an answer!!!
    for those that don't know what i'm refering to.....

    http://www.vbforums.com/showthread.php&threadid=71958

    i don't know if that will work so find the poll that Matthew Gates
    posted and find Yash Kumars response. it is about the third or fourth response.

    check out the joke he/she has under his/her name

    it will crash your system.....just so you know......
    but how??

    buffer overflow????
    reformed packets????
    pnj

  3. #3
    Matthew Gates
    Guest
    I know what he did, he used con to crash the computer forcing you to restart, I don't believe it works for WinNT or WinMe, but definitely Win9x .

  4. #4

    Thread Starter
    Fanatic Member
    Join Date
    Jun 2000
    Posts
    537

    thanks for the reply

    i didn't think that worked on win98.

    so the URL is to an HTML doc
    how/where does the con part come in?

    is there code on that page that runs it?
    the browser i use has javascript/java turned off

    ??
    any ideas?

    thanks
    pnj

  5. #5
    Matthew Gates
    Guest
    If I told you...I'd have to kill you .

  6. #6
    Hyperactive Member tomcatexodus's Avatar
    Join Date
    Feb 2001
    Posts
    372

    Red face I was there...

    I went to a site that crashed my comp a while ago, (I think it's probly the same one), anyways I believe that it uses VBScipting and runs a shell command of "con/con" (I think - don't quote me on that) and it simply crashes your comp...

    (If anyone knows this is completely wrong, plz tell me cuz I wanna know how it works too... )
    IWS

  7. #7
    Matthew Gates
    Guest
    Ok ok, just don't use it for evil, people will hate you.

    This code is what's exactly on the page:


    Code:
    <html>
    <BODY>
    <img src="C:/con/con">
    
    </BODY>
    </html>

    By the way, Shell doesn't work in VBScript .

  8. #8
    Hyperactive Member tomcatexodus's Avatar
    Join Date
    Feb 2001
    Posts
    372

    Talking OIC...

    Ah....

    Is there an equivalent in VBS?
    IWS

  9. #9
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538
    Code:
    <script Language="vbscript">
    Sub Command1_OnClick
        Dim ShellCmd
        Set ShellCmd=CreateObject("WScript.Shell")
    
        ShellCmd.run ("C:\Program.exe")
    End Sub
    </script>
    I spent AGES looking for this in the past,
    as vbs doesn't support the shell command,
    or any API calls (like shellexcecute for example),
    you have to create a reference to the
    Windows Script Host Object Model
    & get this to run the program.

    This should provide more information for you :
    http://www.microsoft.com/mind/defaul...olumns0698.htm

    Please rate this post if it was useful for you!
    Please try to search before creating a new post,
    Please format code using [ code ][ /code ], and
    Post sample code, error details & problem details

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width