Welcome Guest ( Log In | Register )



2 Pages V   1 2 >  
Reply to this topicStart new topic
> Scare Your Parents!
Simba49
post Jun 10 2007, 01:53 AM
Post #1


Newbie [ Level 2 ]
Group Icon

Group: Members
Posts: 16
Joined: 10-June 07
From: Fremont, California
Member No.: 22,514



Did your parents just buy you a new computer that they would be very angry if it was ruined? Or are your parents just computer nuts who don't want an easily removed virus to touch their computer? Well, it's time to freak them out.

What I'm doing is giving Internet Explorer, or preferably FireFox, to tell your parents that you're infected with a virus:

Copy and paste this into your url browser exactly, lol!

CODE
java script:alert('Error 2214- Your computer has been infected with a trojan horse virus) ');
Go to the top of the page
 
+Quote Post
onthescreen
post Jun 11 2007, 04:41 AM
Post #2


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 4
Joined: 10-June 07
Member No.: 22,540



QUOTE(Simba49 @ Jun 9 2007, 06:53 PM) *
Did your parents just buy you a new computer that they would be very angry if it was ruined? Or are your parents just computer nuts who don't want an easily removed virus to touch their computer? Well, it's time to freak them out.

What I'm doing is giving Internet Explorer, or preferably FireFox, to tell your parents that you're infected with a virus:

Copy and paste this into your url browser exactly, lol!

CODE
java script:alert('Error 2214- Your computer has been infected with a trojan horse virus) ');



Simple and effective! Note there is no space between java and script.
BTW i found an almost EXACT thread at http://www.sythe.org/archive/index.php/t-149569.html?
plagiarism?

This post has been edited by onthescreen: Jun 11 2007, 04:50 AM
Go to the top of the page
 
+Quote Post
HiddenKenshin
post Jun 11 2007, 09:42 AM
Post #3


Member - Active Contributor
Group Icon

Group: Members
Posts: 88
Joined: 28-January 07
Member No.: 20,007



QUOTE(onthescreen @ Jun 11 2007, 06:41 AM) *
Simple and effective! Note there is no space between java and script.
BTW i found an almost EXACT thread at http://www.sythe.org/archive/index.php/t-149569.html?
plagiarism?

Doesn't work for me though. In firefox it just takes me to the google page for search results. Probably a good thing, right? I didn't bother to test it in Iexplorer, though.
Go to the top of the page
 
+Quote Post
wutske
post Sep 5 2007, 11:02 PM
Post #4


Way Out Of Control - You need a life :)
Group Icon

Group: [HOSTED]
Posts: 1,025
Joined: 2-August 05
From: Kapellen (Antwerp, Belgium)
Member No.: 7,585



haha, lol, makes me remind of an old application that could create custom error messages (like the ones windows 9x used to give quite often biggrin.gif ). So funny, it could even be operated over a network laugh.gif
Go to the top of the page
 
+Quote Post
kxrain
post Jan 10 2008, 01:56 AM
Post #5


Member - Active Contributor
Group Icon

Group: Members
Posts: 87
Joined: 9-January 08
Member No.: 27,482



lol nice one...but you need to copy and paste it right??
Go to the top of the page
 
+Quote Post
Sten
post Jan 10 2008, 07:54 AM
Post #6


Oh come on Mrs. B!
Group Icon

Group: Members
Posts: 648
Joined: 6-June 07
From: Tasmania, Australia
Member No.: 22,422



lol except ummm... hows it gonna scare your parents? while they are on the computer, just go and interrupt them and type that in and all of a sudden theres a virus? dont think so...

for people that say it doesnt work, remove the space between java script, like this
java script:alert('Error 2214- Your computer has been infected with a trojan horse virus) ');


Go to the top of the page
 
+Quote Post
Aaron Mason
post Mar 10 2008, 10:08 AM
Post #7


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 3
Joined: 3-March 08
Member No.: 28,875



QUOTE(Sten @ Jan 10 2008, 05:54 PM) *
lol except ummm... hows it gonna scare your parents? while they are on the computer, just go and interrupt them and type that in and all of a sudden theres a virus? dont think so...

for people that say it doesnt work, remove the space between java script, like this
java script:alert('Error 2214- Your computer has been infected with a trojan horse virus) ');


Hey,

You *could* try to set it as the start page, that might work...

(EDIT: IE 6 closes the browser if you do this, Safari refuses to do it, works in Opera and Firefox)

This post has been edited by Aaron Mason: Mar 10 2008, 10:17 AM
Go to the top of the page
 
+Quote Post
sparkx
post Mar 10 2008, 07:49 PM
Post #8


Sparkx
Group Icon

Group: [HOSTED]
Posts: 346
Joined: 11-October 06
From: Dana Point, CA, USA
Member No.: 16,496



My parents use Macs they know that Macs hardly ever get viruses. This doesn't work on my browser I just get a 404 page not found. If you really want to freak your parents out (and you have a windows boot CD) you could just move an essential boot file then it won’t even start until you repair your system... Probably shouldn't try this (unless you know exactly which file to move) as it may be un-fixable.
Also Onthescreen is right. If you did copy this thread you should put it in quotes. Not fair to get credit for something you didn't type (unless you are the same as: Redemption on the other forum).

Thanks
Sparkx
Go to the top of the page
 
+Quote Post
Shane Sonnier
post Mar 10 2008, 10:09 PM
Post #9


Newbie [ Level 2 ]
Group Icon

Group: [HOSTED]
Posts: 14
Joined: 10-March 08
Member No.: 29,017



I tried that code to but nothing comes up i use dell with vista and it has so many programs that protect against those virus eveything has to be runned in admin mode and i have a web defender blocks those things vista has it problems some programs shut down with vista but its cool vista has a lot of programs on it and im useing a dell insporn with 3gbs the memory is awesome.
Go to the top of the page
 
+Quote Post
FirefoxRocks
post Mar 10 2008, 11:28 PM
Post #10


Super Member
Group Icon

Group: [HOSTED]
Posts: 660
Joined: 12-July 06
From: Ontario, Canada
Member No.: 14,464



It works in Mozilla Firefox (and related Mozilla-based browsers), haven't tried it in any other browsers yet. It's a simple piece of JavaScript, you can even make a simple HTML page and run it on the computer like this:

HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html lang="en">
<head>
<title>Error!</title>
&lt;script type="text/javascript">
function virusAlert()
{
alert('Error 2214 - Your computer has been infected with a trojan horse virus) ');
}
</script>
</head>
<body onload="virusAlert()">
</body>
</html>


Put it as their home page or something if you wish.
Go to the top of the page
 
+Quote Post

2 Pages V   1 2 >
Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. How To Persuade Parents/neighbours To Fileshare(5)
  2. I Wish My Parents Were Animals(7)


 



- Lo-Fi Version Time is now: 8th September 2008 - 05:00 AM