-
Notifications
You must be signed in to change notification settings - Fork 553
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
其实我只想要解锁模块! #28
Comments
可以的 明晚之前分离出单独可用的解锁模块
…On May 16, 2019 00:02:30 Cheney ***@***.***> wrote:
大佬能否单独建一个解锁的分支😳精简掉森林
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
感谢大佬!!! |
提个想法,可以把共用的模块抽出,然后我们可以使用这些模块做自己的程序,或者可以一起来实现一下其它功能 |
@SuperMonster003 不着急,我自己写了一个解锁的脚本!不过是寄生在森林里面😃 |
@SuperMonster003 请教个问题,vsc的代码如果直接按F5在设备上运行总是找不到其它模块文件,这个功能的正常使用姿势是怎样的? |
@VergLsm 传送到VSC上的js文件运行时的cwd()是Auto.js的默认路径 这个路径可以在Auto.js设置里修改 默认是 /脚本/ 或 /Scripts/ 但Pro版本目前还不行 改了也不起作用 |
@SuperMonster003 搞定了,谢谢了 |
另外一个脚本就是不支持解锁,需要自己写,但是小白不会啊,所以一直用你的这个。不过现在那个脚本对蚂蚁森林的更新修复好了 |
@guohuatai 解锁模块以后会分离出来 可以单独使用 |
@SuperMonster003 这种问题有没有可能是因为html渲染的时候随机把文字放在控件的text或desc了 |
@VergLsm |
@SuperMonster003 可以告诉我怎样关闭使用记忆值吗?我测试一下让他每次都重新获取,看看成功率是否会比现在高 |
大概1898行 memorize()函数 第一行直接 return kn;
…On May 19, 2019 22:54:21 VergLsm ***@***.***> wrote:
@SuperMonster003 可以告诉我怎样关闭使用记忆值吗?我测试一下让他每次都重新获取,看看成功率是否会比现在高
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
@Cheney93 抱歉拖了这么久 let unlock_module = new (require("./Modules/MODULE_UNLOCK.js"))();
unlock_module.unlock(); 注意模块依赖 所有依赖模块都在 let code = "123456";
let encrypt = new (require("./Modules/MODULE_PWMAP.js"))().pwmapEncrypt;
let storage_unlock = require("./Modules/MODULE_STORAGE.js").create("unlock");
storage_unlock.put("config", {
unlock_code: encrypt(code),
}); 修改 |
解锁模块: 工具直接运行使用 模块使用方法如下 require("./MODULE_UNLOCK").unlock(); |
最新版的解锁如何调用。使用require("./Modules/MODULE_UNLOCK.js").unlock(); 会出错 |
@xseven007 !function _insureImpeded() {
if (typeof $$impeded === "undefined") {
$$impeded = () => void 0;
}
}(); |
@SuperMonster003 OK了。很奇怪,覆盖几次才正常。而且新版本好像一直会提示要配置,其实已经配置过了 |
大佬能否单独建一个解锁的分支😳精简掉森林
The text was updated successfully, but these errors were encountered: