求微信附近的人按键精灵自动打招呼
答案:4 悬赏:40 手机版
解决时间 2021-02-26 05:11
- 提问者网友:低吟詩仙的傷
- 2021-02-25 22:40
Bluestacks 模拟器下运行微信,附近的人界面,可以自动向附近的人打招呼的按键精灵。信箱582316#163.com (#=@)
最佳答案
- 五星知识达人网友:几近狂妄
- 2021-02-25 23:34
百度:按键精灵安卓版,里面就有自带的,工具箱里面哦
全部回答
- 1楼网友:蓝房子
- 2021-02-26 02:49
dim intx, inty
dim intx1, inty1
dim intx2, inty2
dim intx3, inty3
keepscreen true
屏幕宽度 = getscreenx()
屏幕高度 = getscreeny()
if not (屏幕宽度 = 600 and 屏幕高度 = 1024) then
showmessage "屏幕分辨率必须是600*1024,即将退出"
delay 500
endscript
end if
keypress "home", 1
delay 500
runapp "com.tencent.mm", ".plugin.nearby.ui.nearbyfriendsui"
delay 8000
call 附近的人()
delay 1000
call 附近是否有人()
delay 1000
sub 附近是否有人()
findpic 0, 0, 600, 1024, "attachment:2.png",0.9, intx, inty
if intx1 > 0 and inty1 > 0 then
showmessage "附近有人"
call 点击打招呼()
else
showmessage "附近没人"
endscript
end if
end sub
sub 写字并发送()
inputtext"你好,交个朋友吧"
end sub
sub 发送按钮找图()
findcolorex 0, 0, 600, 200, "1ac045", 0, 0.9, intx3, inty3
if intx3 > 0 and inty3 > 0 then
showmessage "准备发送"
else
showmessage "发送失败"
endscript
end if
end sub
sub 附近的人()
findpic 0, 0, 540, 968, "attachment:1.png", 0.9, intx, inty
//如果没有找到,intx和inty的值都会被置为-1
if intx > 0 and inty > 0 then
showmessage "成功查找到附近的人"
else
showmessage "查找到附近的人失败"
endscript
end if
end sub
sub 打招呼找图()
findcolorex 0, 0, 600, 1024, "1ac045", 0, 0.9, intx2, inty2
if intx2 > 0 and inty2 > 0 then
showmessage"即将打招呼"
else
showmessage "打招呼失败"
endscript
end if
end sub
//你试下
- 2楼网友:西风乍起
- 2021-02-26 01:35
求微信附近的人按键精灵自动打招呼
这个问题我知道
推荐您使用“赛思QQ陌生人推广小助手 ”
不用加好友 直接发消息
日引1万独立IP 绝对没有问题
- 3楼网友:归鹤鸣
- 2021-02-26 01:07
我也想弄个,您弄好了没?求分享
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯