Jump to content

Recommended Posts

Posted

Well i saw some fake popups that shows you u have a virus ,so i didn't find any web ones..So i decided to make some ^^ Well i`ll use prompt , alert and confrim script.

The first one alert type .. First open a notepad file ,then  type this 

<html>

<head>

</head>

<body>

<script type="text/javascript">

window.alert ("You were just hacked!!!")

window.alert ("go Q_Q in www.maxcheaters.com")

window.alert ("Lawl stupid script was fake :D")

</script>

</body>

</html>

Save it as .htm file or .html nvm.

 

Second one using confrim (i prefer this :D).Open notepad and write this

<html>

<head>

</head>

<body>

<script type="text/javascript">

var hacked=window.confirm("Hahaha just gone on your PC! What will u do?")

if (hacked)

window.alert("Heh so you aren't scared...? Go tell ur mommy as fast as u can !!")

else

window.alert("You wont get rid of me kiddo!!")

window.alert("You wont get rid of me kiddo!!")

window.alert("You wont get rid of me kiddo!!")

window.alert("You wont get rid of me kiddo!!")

</script>

</body>

</html>

This is pretty nice - i`ll give some explanations.

Well it will show u this text and if u click OK it will display : if (hacked) first alert.

If you click cancel it will show u You wont get rid of me Kiddo!!.. Well because you don't want to be rid of the fake popups :D Add as much as u can so he get bored clicking ok and displaying same (or u can change the following messages.. :D)

 

And the prompt script ,also called Echo script.Because when u write something , it returns it back to ya :D

 

<html>

<head>

</head>

<body>

<script type="text/javascript">

var ime=window.prompt("You were just hacked!What will u do to me? Kill me or smth?Tell me bad stuff.. :S")

window.alert(ime)

</script>

</body>

</html>

 

This script actually sux ,but its usefull in some situations.. Thanks for viewing :D and i`ll add more soon.

 

  • 3 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...