您的位置 首页 > 故事语录 > 励志语录

【qq搞笑留言代码】「按键精灵源码」给指定文章评论点赞脚本源码

大家好,我是公众号三分钟学堂的郭力源。今天给大家带来对指定文章评论的赞美剧本分享。(大卫亚设)。


操作流程简介


【1】根据公众号指定链接打开文章

【2】滑到文章底部点赞

【3】留言评论预先准备的内容


学习的知识点


①用微信打开指定链接

②页面滑动到底检测

③检测是否点过赞了


代码


Import "; Import "j; j Dim uri="; ("am start -n com. -d " & uri) Delay 3000 Do dim Tab = j("By.res('js_bottom_zan_btn')","'rect'") If Tab Then If Tab[4] - Tab[2] > 10 Then TracePrint "点赞按钮出现了" Exit Do Else TracePrint "继续滑动" End If End If Swipe 200, 800, 200, 300, 300 Delay 500 Loop dim zan=j("By.text($('赞.*'))","text") Dim zanqian=(zan,"%d+") TracePrint zanqian(0) Delay 300 j ("By.res('js_bottom_zan_btn')") Delay 300 zan=j("By.res('js_bottom_zan_btn')") Dim zanhou=(zan,"%d+") TracePrint zanhou(0) If CInt(zanhou(0)) > CInt(zanqian(0)) Then TracePrint "点赞成功" Else TracePrint "已经点过赞,恢复点赞" j ("By.res('js_bottom_zan_btn')") End If Delay 1000 Do Tab = j("By.res('js_cmt_write')","'rect'") If Tab Then If Tab[4] - Tab[2] > 10 Then TracePrint "开始留言" Exit Do Else TracePrint "继续滑动" End If End If Swipe 200, 600, 200, 300, 300 Delay 500 Loop j ("By.res('js_cmt_write')") Delay 1000 InputText "教程不错" Delay 1000 j ("By.text('提交')")

关于作者: admin

无忧经验小编鲁达,内容侵删请Email至wohenlihai#qq.com(#改为@)

热门推荐