排序
Autojs-图色-通用滑块识别过验证
var y = 1058; //设置滑动按钮高度 //y=className('android.widget.Image').text('tag-bar').findOne().bounds().centerY() /** *脚本来源:浩然 *QQ:2125764918 *b站UID:275511084 * *适用版...
Autojs免root启用无障碍
来源于网络 依靠adb实现该功能,代码如下: importClass(android.content.Context); importClass(android.provider.Settings); try { var enabledServices = Settings.Secure.getString(context...
Autojs可视化控件位置
环境 Autojs版本:AutojsPro9.3.11 安卓12 效果图 代码 [content_hide] /** * 计算文字宽度 * @param {android.graphics.Paint} paint * @param {string} text 文本 * @param {number} textSize...
AutojsPro 接口
hosts 127.0.0.1 data.flurry.com 127.0.0.1 c.sayhi.360.cn 127.0.0.1 android.bugly.qq.com 127.0.0.1 recaptcha.net 1.12.243.165 pro.autojs.org 手机安装SSL证书 下载地址:https://1.12.2...
Autojs6-微信全自动定时接龙
Autojs6微信接龙的脚本。 配合Tasker实现定时微信接龙。 实现接龙自动发送当天的日期、星期、天气。 天气接口使用最美天气的网页进行天气信息剪裁。 //获取当天的年月日 currentTime = new Date...
使用xposed hook假装自己没有使用无障碍服务
使用xposed hook假装自己没有使用无障碍服务, 起因:https://www.v2ex.com/t/826317 使用无障碍服务会被部分app特殊对待, 然而有可能使用了无障碍只是为了便利,并不希望被优待, 于是有...
Autojs – 自定义控件-模块-配置勾选框
先创建文件 PrefCheckBox.js 和 main.js 并放在同个目录下运行main.js文件 PrefCheckBox.js //这个自定义控件是一个勾选框checkbox,能够保存自己的勾选状态,在脚本重新启动时能恢复状态 var P...
Autojs – 文件下载
var url = 'https://pro.autojs.org/images/logo.png'; var res = http.get(url); if (res.statusCode != 200) { toast('请求失败'); } files.writeBytes('/sdcard/1.png', res.body.bytes()); ...
Autojs – 获取网页
var url = 'www.baidu.com'; var res = http.get(url); if (res.statusCode == 200) { toast('请求成功'); console.show(); log(res.body.string()); } else { toast('请求失败:' + res.statusM...
Autojs – 文件上传
//如果遇到SocketTimeout的异常,重新多运行几次脚本即可 console.show(); example1(); example2(); example3(); example4(); example5(); function example1() { var res = http.postMultipart...




