新版过某天助手第三方模拟器限制
前言:某天助手限制了其他模拟器以及手机使用,要用就必须买他家的云挂机或者用某地模拟器(优化不好电脑用起来卡顿),本来在此之前采纳了其他两位大佬的思路以及方法后,一直都可以用的!但就从昨天开始某天更新了检测策略,导致现在运行后没有任何效果(也不弹广告)希望求大佬点拨一下或者提供一下思路方法,特别感谢,估计需求的人也不少!以下提供其他两位大佬的思路希望能得到大家帮助
@ColdThunder11 大佬的https://www.52pojie.cn/forum.php ... =%C4%B3%D6%FA%CA%D6
@SImon菌 大佬的https://www.52pojie.cn/forum.php ... =%C4%B3%D6%FA%CA%D6
@冲破迷途 https://www.52pojie.cn/thread-1164187-1-1.html
昨天手机挂了,也不能运行了。 ColdThunder11 大佬提供的插件可以使用,助手用的这个:https://wwa.lanzouj.com/iKgsHl4etib,从遁地里面提取出来的
Light紫星 发表于 2021-1-31 12:24
ColdThunder11 大佬提供的插件可以使用,助手用的这个:https://wwa.lanzouj.com/iKgsHl4etib,从遁地里面 ...
不行啊,点开了辅助不运行 Light紫星 发表于 2021-1-31 12:24
ColdThunder11 大佬提供的插件可以使用,助手用的这个:https://wwa.lanzouj.com/iKgsHl4etib,从遁地里面 ...
这个沙箱独立包不能使用,呜呜X﹏X Light紫星 发表于 2021-1-31 12:24
ColdThunder11 大佬提供的插件可以使用,助手用的这个:https://wwa.lanzouj.com/iKgsHl4etib,从遁地里面 ...
大佬你可以测一下运行效果-增加了新的检测{:1_909:} 就是,昨天更新以后就用不了,只能用遁地或者红手指。。。 Light紫星 发表于 2021-1-31 12:24
ColdThunder11 大佬提供的插件可以使用,助手用的这个:https://wwa.lanzouj.com/iKgsHl4etib,从遁地里面 ...
这个可以安装,可以点开,但是运行的时候就会弹出未知模拟器 快乐论坛 发表于 2021-1-31 15:19
这个可以安装,可以点开,但是运行的时候就会弹出未知模拟器
独立包没有办法试用的,里面的好多辅助都下架了,不能使用。 检测机制可能如下:谁给搞一搞:keai
function 检测设备()
sleep(10)
local 检测情况 = 0 --用于检测情况
local 系统版本 = sysgetversion() --用于检测版本
sleep(10)
if 系统版本 == "6.0.1" then--检测系统版本6.0.1
else
if 系统版本 == "8.1.0" then--检测系统版本8.1.0
else
检测情况 = 2
end
end
if 检测情况 == 0 then
local 检测包名 = sysfindapp("com.android.bluetoothmidiservice")
sleep(10)
if 检测包名 then
sleep(10)
检测包名 = sysfindapp("com.android.launcher2")
if 检测包名 then
检测情况 = 1
else
sleep(10)
检测包名 = sysfindapp("com.wsh.monitor")
if 检测包名 then
检测情况 = 1
else
检测情况 = 2
end
end
else
检测情况 = 2
end
end
if 检测情况 == 1 then
sleep(10)
检测包名=sysfindapp("com.amaze.filemanager")--爱云兔 文件管理器
sleep(10)
if 检测包名 then
检测情况 = 2
else
检测包名=sysfindapp("ru.zdevs.zarchiver.pro")--多多云 文件管理
sleep(10)
if 检测包名 then
检测情况 = 2
else
检测包名=sysfindapp("com.koushikdutta.superuser")--51虚拟机 超级用户
sleep(10)
if 检测包名 then
检测情况 = 2
else
检测包名=sysfindapp("com.android.wallpaperpicker")--光速虚拟机 系统应用
sleep(10)
if 检测包名 then
检测情况 = 2
else
检测包名=sysfindapp("com.android.basicsmsreceiver")--雷电 简单消息接收器
sleep(10)
if 检测包名 then
检测情况 = 2
else
检测包名=sysfindapp("com.gemini.cloud.phone.file.manager")--双子星 文件管理
sleep(10)
if 检测包名 then
检测情况 = 2
else
检测包名=sysfindapp("com.cyanogenmod.filemanager")--模拟器 文件管理器
sleep(10)
if 检测包名 then
检测情况 = 2
else
检测包名=sysfindapp("com.google.android.gsf.login")--夜神模拟器 账户管理程序
sleep(10)
if 检测包名 then
检测情况 = 2
end
end
end
end
end
end
end
end
end
if 检测情况 == 2 then
whiletrue do
sleep(1000)
messageboxex("非红手指设备".."\n当前设备无法运行".."\n请下载红手指云手机".."\n如果有疑问请联系开发者",1000,0,0,0,12)
end
end
end