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
Printable View
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
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????
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 :D.
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
If I told you...I'd have to kill you :rolleyes:.
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... :D)
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 :rolleyes:.
Ah....
Is there an equivalent in VBS?:eek:
I spent AGES looking for this in the past, :rolleyes:Code:<script Language="vbscript">
Sub Command1_OnClick
Dim ShellCmd
Set ShellCmd=CreateObject("WScript.Shell")
ShellCmd.run ("C:\Program.exe")
End Sub
</script>
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