Autojs4.1.0实战教程---火火小视频极速版功能合集
生活随笔
收集整理的這篇文章主要介紹了
Autojs4.1.0实战教程---火火小视频极速版功能合集
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
火火小視頻極速版小助手源碼鏈接:https://pan.baidu.com/s/1ZH1ab5wc3Xk4kfd54SpfQQ?提取碼:h3in
火山極速版邀請碼:279116054 合集地址:https://blog.csdn.net/zy0412326/article/details/105682696
快手極速版邀請碼: 2rvxaem 代碼地址:https://blog.csdn.net/zy0412326/article/details/105657348
抖音極速版邀請碼:896357244? 代碼地址:https://blog.csdn.net/zy0412326/article/details/105578897?
功能看截圖不多說多了你們懂。(說多了不讓發(fā)啊)
源代碼截圖:
功能截圖1:
功能截圖2:
核心代碼:
/*** 薅羊毛* @param {應(yīng)用列表} appArray * @param {應(yīng)用打開次數(shù)} foreach_count * @param {屏幕滑動次數(shù)} see_count * @param {是否顯示控制臺} isShowConsole * @param {延遲時間} timesInterval */ function wool(appArray, foreach_count, see_count, isShowConsole, timesInterval, IsAutoSign, IsClearCache, IsCashOut, CashNumber, IsAutoComment) {threads.start(function () {if (isShowConsole) {console.show();console.setSize(device.width, device.height / 4);}});let appName = appArray[0];//就抖音自己的ApptoastLog("當(dāng)前自動刷App:" + appName);app.launchApp(appName);sleep(10000);//目前無法判斷網(wǎng)速和splash時間,只能延遲久一點(diǎn)。10秒延遲。adolescentWindows();//通用的青少年提醒關(guān)閉方法try {let boundVideo = null;let bottomMenu = className("android.widget.RelativeLayout").find();console.show(); //開啟日志(懸浮窗權(quán)限)for (let i = 0; i < bottomMenu.length; i++) {let video = bottomMenu[i].children().findOne(text("小視頻"));if (video != null) {boundVideo = bottomMenu[i].bounds();}}click(boundVideo.centerX(), boundVideo.centerY());sleep(5000);} catch (e) { }if (IsAutoSign) {toastLog("自動簽到并記錄");autoSign(appName);//自動簽到并記錄}for (x = 1; x <= foreach_count; x++) {for (y = 1; y <= see_count; y++) {let curDateTimes = new Date();let start = curDateTimes.getTime();//App起始時間let currentDateTime = curDateTimes.getFullYear() + "-" + (curDateTimes.getMonth() + 1) + "-" + curDateTimes.getDate() + " " + curDateTimes.getHours() + ":" + curDateTimes.getMinutes() + ":" + curDateTimes.getSeconds();let messagge = currentDateTime + " " + appName + "被打開第" + x + "次一共" + foreach_count + "次。" + "本次打開滑動" + y + '次,' + "總計(jì):" + see_count + "次"toastLog(messagge);clickGoldEgg();if (IsAutoComment) {autoComment();}randomUpSildeScreen();randomDownSildeScreen();randomHeart('good_count_layout');slideScreenDown(device.width / 2, device.height - device.height * 0.25, device.width / 2, device.height * 0.1, 400,timesInterval);var end = new Date().getTime();//結(jié)束時間appRunTimeRecord(appName, (end - start))//記錄一次時間}}if (IsClearCache) {autoClearAppCache();//自動清理內(nèi)存sleep(10000);}try {toastLog("自動提現(xiàn)標(biāo)標(biāo)志"+IsCashOut);if (IsCashOut) {autoCashOut(CashNumber);}} catch (e) { toastLog("提現(xiàn)失敗" + e); }toast("薅羊毛程序執(zhí)行完畢3秒后即將關(guān)閉...");console.error("薅羊毛程序執(zhí)行完畢3秒后即將關(guān)閉...");for (let i = 3; i >= 1; i--) {console.error(i);sleep(1000);if (i == 1) {home();//返回主頁面return;}} }其他代碼就不貼了,老鐵們自行下載。
山高路遠(yuǎn)坑深,大軍縱橫馳奔,誰敢橫刀立馬?惟有點(diǎn)贊加關(guān)注大軍
火火小視頻極速版小助手源碼鏈接:https://pan.baidu.com/s/1ZH1ab5wc3Xk4kfd54SpfQQ?提取碼:h3in
總結(jié)
以上是生活随笔為你收集整理的Autojs4.1.0实战教程---火火小视频极速版功能合集的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 1096: 水仙花数(函数专题)C语言
- 下一篇: [架构之路-146]-《软考-系统分析师