NoSQLBooster for mac 破解(win同理) 版本10.0.5 (10.0.5)

安装 工具
npm install asar -g


进入目录
/Applications/NoSQLBooster for MongoDB.app/Contents/Resources 

最好是将   app.asar 和  app.asar.unpacked  拷贝到别的地方开始处理.

解包 
asar extract app.asar app 


编辑
lmCore.js  文件  

将 MAX_TRIAL_DAYS=150,TRIAL_DAYS=30

调大
MAX_TRIAL_DAYS=15000,TRIAL_DAYS=3000

然后打包 
asar pack app app.asar


将最后打包好的文件 放回 原地!!! 

 

1xx

 

image

 

或者修改  

trialLeftDays:3000


    return {
        status: W,
        daysUsed: o,
        trialLeftDays: d,
        isLicensed: r,
        from: c["from"],
        licTo: r && c["licTo"] || undefined,
        licKey: r && c[e(473, "&BK*")] || undefined,
        licType: c && getLicTypeFromKey(c[e(493, "aP4b")]),
        saExpiredDate: c[e(533, "92c$")],
        isSaUser: t,
        saIsActive: n
    }

 2xx

 

posted @ 2025-08-22 17:22  🐳.城南  阅读(176)  评论(0)    收藏  举报