|
-
May 2nd, 2001, 12:44 PM
#1
Thread Starter
Fanatic Member
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
-
May 2nd, 2001, 07:45 PM
#2
Thread Starter
Fanatic Member
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????
-
May 2nd, 2001, 08:05 PM
#3
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 .
-
May 2nd, 2001, 08:11 PM
#4
Thread Starter
Fanatic Member
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
-
May 2nd, 2001, 08:25 PM
#5
If I told you...I'd have to kill you .
-
May 2nd, 2001, 09:02 PM
#6
-
May 2nd, 2001, 09:16 PM
#7
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 .
-
May 2nd, 2001, 09:27 PM
#8
-
May 3rd, 2001, 02:56 AM
#9
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|