保护⽣态⾼⼭流⽔直播伴侣⼀对⼀引流互动脚本源码
原始 apk:
激活码:
u8zrOTK04
yOkpstz22
bzO4wuYtQ
S3j0p9pVU
ZFvzhwOzU
软件源码
如果有任何问题欢迎交流。源码如下:
"ui";
storage = ate("界⾯配置");//初始化⼀个可以保存界⾯配置的⽂本,这⾥的⽂本名称为:界⾯配置
os = false;
ini()
恰恰ui()
function 恰恰ui() {
ui.layout(
<vertical bg="#B0E0E6" h="*" >;
<ScrollView>
<vertical id="恰恰设置" alpha="1" bg="#B0E0E6" layout_gravity="left" w="*" >
<text gravity="center" textColor="red" textSize="25sp" text="当前恰恰设置"></text>
<horizontal gravity="left" >
<checkbox id="恰恰_主动招呼" text="主动打招呼" textSize="15sp" checked={相亲数据.get("恰恰_主动招呼", true) == false ? false : true} />;
</horizontal>
<horizontal gravity="left" >
<checkbox id="恰恰_话术招呼" text="发消息" textSize="15sp" checked={相亲数据.get("恰恰_话术招呼", true) == false ? false : true} />;                                <checkbox id="恰恰_视频招呼" text="打视频" textSize="15sp" checked={相亲数据.get("恰恰_视频招呼", false) == false ? false : true} />;                                <checkbox id="飘屏" text="飘屏" textSize="15sp" checked={相亲数据.get("飘屏", false) == false ? false : true} />;
</horizontal>
<horizontal>
<text text="单个⽤户打招呼次数:" textStyle="bold" textSize="15" />
<input id="恰恰_招呼次数" hint="数字" textColor="#dd000000" >{相亲数据.get("恰恰_招呼次数", 1)}</input>;
<text text="次" />
</horizontal>
<horizontal gravity="left" >
<checkbox id="恰恰_新消息" text="新消息智能聊天" textSize="15sp" checked={相亲数据.get("恰恰_新消息", true) == false ? false : true} />;
<checkbox id="恰恰_接视频" text="⾃动接视频" textSize="15sp" checked={相亲数据.get("恰恰_接视频", false) == false ? false : true} />;                            </horizontal>
<horizontal>
<text text="⾃动打视频对⽅未接听挂断时间:" textStyle="bold" textSize="15" />
<input id="挂断时间" hint="数字" textColor="#dd000000" >{相亲数据.get("挂断时间", 15)}</input>;
<text text="秒" />
</horizontal>
<horizontal>
<text text="发送等待时间:" textStyle="bold" textSize="15" />
<input id="恰恰_发送等待" hint="数字" textColor="#dd000000" >{相亲数据.get("恰恰_发送等待", 0)}</input>;
<text text="秒" />
</horizontal>
<horizontal>
<text text="发⼏个⼈后刷新⼀下:" textStyle="bold" textSize="15" />
<input id="恰恰_私信数量" hint="数字" textColor="#dd000000" >{相亲数据.get("恰恰_私信数量", 80)}</input>;
<text text="⼈" />
</horizontal>
<horizontal gravity="left" >;
<text text="回复消息查页数:" textStyle="bold" textSize="15" />
<input id="查页数" hint="数字" textColor="#dd000000" >{相亲数据.get("查页数", 15)}</input>;
<text text="页;" />
<text text="页;" />
</horizontal>
<horizontal>
<text text="处理新消息时允许时间:" textStyle="bold" textSize="15" />
<input id="恰恰_消息空闲" hint="数字" textColor="#dd000000" >{相亲数据.get("恰恰_消息空闲", 30)}</input>;
<text text="秒" />
</horizontal>
<checkbox id="⽇志显⽰" text="⽇志显⽰" textSize="18sp" checked={相亲数据.get("⽇志显⽰", true) == false ? false : true} />;                                <button id="返回键" text="返回" textSize="30sp" w="*" />;
<button id="恰恰_删除" text="删除⽤户数据" textSize="30sp" w="*" />;
<button id="开始恰恰" text="开始恰恰" textSize="40sp" w="*" />;
<button id="欢迎使⽤" text="欢迎使⽤" textSize="60sp" w="*" />;
</vertical>
</ScrollView>
</vertical>
);
ui.返回键.on("click", () => {
back()
});
ui.恰恰_删除.on("click", () => {
相亲数据.remove("恰恰_namemod")
toastLog("删除⽤户招呼数据成功,现在将重新开始记录数据!")
});
ui.开始恰恰.on("click", () => {
toastLog("启动中。点⼀次就可以哦")
if (相亲数据.get("⾃定关键词话术")) {
关键词话术 = 相亲数据.get("⾃定关键词话术").split("\r\n");
} else if (相亲数据.get("关键词话术")) {
关键词话术 = 相亲数据.get("关键词话术").split("\r\n");
}
if (相亲数据.get("⾃定通⽤话术")) {
通⽤话术 = 相亲数据.get("⾃定通⽤话术")
} else if (相亲数据.get("通⽤话术")) {
通⽤话术 = 相亲数据.get("通⽤话术")
}
if (相亲数据.get("⾃定主动话术")) {
主动话术 = 相亲数据.get("⾃定主动话术")
} else if (相亲数据.get("主动话术")) {
主动话术 = 相亲数据.get("主动话术")
}
当前app = getAppName("com.qiaqiachat.vip")
if (getAppName("com.qiaqiachat.vip")) {
当前app = getAppName("com.qiaqiachat.vip")
} else {
toastLog("您没有安装恰恰,脚本停⽌!")
exit()
}
当前app版本 = 应⽤版本("com.qiaqiachat.vip")
相亲数据.put("恰恰_主动招呼", true);
相亲数据.put("恰恰_新消息", ui.恰恰_新消息.checked);
相亲数据.put("恰恰_视频招呼", ui.恰恰_视频招呼.checked);
相亲数据.put("恰恰_话术招呼", ui.恰恰_话术招呼.checked);
相亲数据.put("飘屏", ui.飘屏.checked);
相亲数据.put("恰恰_接视频", ui.恰恰_接视频.checked);
相亲数据.put("恰恰_发送等待", ui.恰恰_发送等待.text());
相亲数据.put("恰恰_消息空闲", ui.恰恰_消息空闲.text());
相亲数据.put("恰恰_招呼次数", ui.恰恰_招呼次数.text());
相亲数据.put("恰恰_私信数量", ui.恰恰_私信数量.text());
textstyle相亲数据.put("挂断时间", ui.挂断时间.text());
相亲数据.put("查页数", ui.查页数.text());
相亲数据.put("⽇志显⽰", ui.⽇志显⽰.checked);
// jihuomaCheck(cacheCode)
huidiao = true
setTimeout(function () {
if (huidiao == true) {
threads.start(function () {
threads.start(function () {
home()
悬浮窗()
if (相亲数据.get("⽇志显⽰", true)) {
⽇志显⽰()
setInterval(() => {
window.setSize(device.width, device.height / 4)
window.setPosition(0, und(1330 * h / 1920))
window.setTouchable(false);
}, 1000);
}
});
threads.start(function () {
main(当前app, 当前app版本)
});
}
}, 1000);
});
}
//下拉框保存界⾯配置
// function 存储数据2() {
//    storage.put("sp2", SelectedItemPosition());//保存id为 sp1 的下拉框选项到界⾯配置⽂本
// }
/*
如果读取下拉框sp1 在界⾯配置⽂本中不等于 undefined 则设置下拉框sp1的选中项为读取下拉框sp1保存的值*/
function main(应⽤名称, 版本号) {
主线程 = threads.start(function () {
home()
// try {
while (true) {
log("xxxx")
启动应⽤(当前app, 当前app版本)
开始恰恰()
}
// } catch (error) {
//    ("主线程,出现未知异常!")
// }
});
/
/ 检测线程 = threads.start(function () {
//    while (true) {
//        // try {
//        前台检测(应⽤名称, 版本号)
//        // } catch (error) {
//        //    ("前台检测线程,出现未知异常!")
//        // }
//    }
// });
}
function 开始恰恰() {
console.info("开始运⾏恰恰...");
sleep(2000)
var 招呼计数 = 0
var 私信条数 = 0
var lcs = 0
var lcsx=0
var ⾸次启动 = true
var x = device.width;
var y = device.height;
threads.start(function () {
while (true) {
while (true) {
xhkvideo()
if (相亲数据.get("飘屏", true)) {
if (id("gift_type_tv").text("充值").exists()) {
var cz = id("gift_type_tv").text("充值").findOnce()
if (cz) {
console.info("点击充值");
try {
cz.parent().parent().click()
sleep(1000)
} catch (error) {
console.info("点击充值...");
}
sleep(1000)
}
while (id("count_time_tv").exists() && id("head_iv").exists()) {
if (相亲数据.get("恰恰_接视频", false)) {
if (id("accept_tv").exists()) {
if (cj = id("accept_tv").findOne(5000)) {
try {
console.info("接视频");
cj.click();
sleep(2000)
} catch (error) {
console.info("接视频...");
}
}
var node = id("accept_tv").findOne(1000)
if (node) {
点击(node)
sleep(2000)
}
}
}
console.info("通话中!");
sleep(2000)
}
私信界⾯();
恰恰返回⾸页();
}
}
if (text("⾳乐").exists()&&text("恰恰").exists()||text("保护⽣态").exists()&&text("恰恰").exists()||id("search_box").exists()) {                console.info("异常闪退");
app.launchPackage("com.qiaqiachat.vip")
sleep(5000)
}
if (id("accept_tv").exists()) {
if (相亲数据.get("恰恰_接视频", false)) {
if (id("accept_tv").exists()) {
if (cj=id("accept_tv").findOne(5000)) {
try {
console.info("接视频");
cj.click();
sleep(2000)
} catch (error) {
console.info("接视频...");
}
}
var node = id("accept_tv").findOne(1000)
if (node) {
点击(node)
sleep(2000)
}
}
}
}
while (id("accept_tv").exists() || id("call_hang_up_tv").exists()) {
sleep(2000)
console.info("正在等待接通视频或正在视频通话中!");
if (相亲数据.get("恰恰_接视频", false)) {
if (id("accept_tv").exists()) {
if (cj=id("accept_tv").findOne(5000)) {
try {
console.info("接视频");
cj.click();
sleep(2000)
} catch (error) {
console.info("接视频...");
}
}
var node = id("accept_tv").findOne(1000)
if (node) {
点击(node)
sleep(2000)
}
}
}
}
是否检测 = true
}
while (id("count_time_tv").exists()&&id("head_iv").exists()) {
if (相亲数据.get("恰恰_接视频", false)) {
if (id("accept_tv").exists()) {
if (cj=id("accept_tv").findOne(5000)) {
try {
console.info("接视频");
cj.click();
sleep(2000)
} catch (error) {
console.info("接视频...");
}
}
var node = id("accept_tv").findOne(1000)
if (node) {
点击(node)
sleep(2000)
}
}
}
console.info("通话中!");
sleep(2000)
}
if (id("one_key_send_tv").text("⼀键发").exists()) {
if (cj = id("one_key_send_tv").text("⼀键发").findOne(5000)) {
try {
console.info("⼀键发");
cj.click();
sleep(2000)
} catch (error) {
console.info("⼀键发...");
}
}
}
if (id("close_iv").depth(10).exists() && text("本次通话已结束").exists()) {                if (cj=id("close_iv").depth(10).findOne(5000)) {
try {
console.info("关闭");
cj.click();
sleep(2000)
} catch (error) {
console.info("关闭...");

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。