跳转至内容
  • 1 赞同
    4 帖子
    2k 浏览
    我是小马甲~M
    Nang 说: ---== PIDKey x64 v2.1.2 Build 1016 ==--- ================================================================== PKeyConfig : Office 2013 Key : 24N2W-22JVK-XMHFM-QW8M3-KKVTB Key Status : Valid Product ID : 00214-43041-26465-AA031 Extended PID : XXXXX-02144-304-126465-03-1049-9200.0000-0402022 SKU ID : ed34dc89-1c27-4ecd-8b2f-63d0f4cedc32 Description : Office15_ProjectProVL_MAK Edition ID : ProjectProVolume Sub Type : X18-32794 License Type : Volume:MAK Channel : ltMAK Crypto ID : 2144 (860) Activ. Count : Key Blocked! Block Key Base : Key Blocked! Comment : Benchmark : 4,1 seconds
//禁止F12 var ConsoleManager={ onOpen:function(){ alert("啥? 想用脚本? 那是不行滴 😄") }, onClose:function(){ alert("啥? 想用脚本? 那是不行滴 😄") }, init:function(){ var self = this; var x = document.createElement('div'); var isOpening = false,isOpened=false; Object.defineProperty(x, 'id', { get:function(){ if(!isOpening){ self.onOpen(); isOpening=true; } isOpened=true; } }); setInterval(function(){ isOpened=false; console.info(x); console.info("啥? 想用脚本? 那是不行滴 😄") console.clear(); if(!isOpened && isOpening){ self.onClose(); isOpening=false; } },10) } } ConsoleManager.onOpen = function(){ try{ window.open('https://jike.info',target='_self'); }catch(err){ var a = document.createElement("button"); a.onclick=function(){ window.open('https://jike.info',target='_self'); } a.click(); } } ConsoleManager.onClose = function(){ alert("啥? 想用脚本? 那是不行滴 😄") } ConsoleManager.init(); $(document).ready(function () { app.coldLoad(); }); }