星梦漂流瓶-赚钱类小游戏脚本系列(含源码)
Posted 九黎AJ
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了星梦漂流瓶-赚钱类小游戏脚本系列(含源码)相关的知识,希望对你有一定的参考价值。
"ui";
ini()
界面()
function 界面() {
ui.layout(
<vertical bg="#EE82EE" h="*" >;
<LinearLayout android:focusable="true" android:focusableInTouchMode="true" android:layout_width="0px" android:layout_height="0px" />
<horizontal bg="#4CAF50" gravity="center_horizontal" >;
<Switch id="autoService" textColor="white" text="无障碍" checked="{{auto.service != null}}" padding="1 1 1 1" />
<text textSize="20sp" bg="#4CAF50" gravity="center" textColor="white" text="星梦漂流瓶" /> ;
<Switch id="floatService" textColor="white" text="悬浮窗" checked="{{android.provider.Settings.canDrawOverlays(context)}}" padding="10 1 1 1" />
</horizontal>;
<tabs id="tabs" bg="#4CAF50" />
<viewpager id="viewpager" layout_weight="1" >
<vertical>
<viewpager layout_weight="1" >
<ScrollView >
<vertical layout_gravity="left" w="*">
<horizontal >
<checkbox id="星梦漂流瓶_私信" text="自动私信" textSize="18sp" checked={项目数据.get("星梦漂流瓶_私信", true) == false ? false : true} />;
<text marginLeft="10" textSize="18sp" textStyle="bold" >下滑:</text>;
<input id="星梦漂流瓶_下滑次数" hint="数字" w="auto" gravity="center_horizontal" textColor="#dd000000" >{项目数据.get("星梦漂流瓶_下滑次数", 2)}</input>;
<text textSize="18sp" textStyle="bold" >次</text>;
</horizontal>
{/* <horizontal >
<checkbox id="星梦漂流瓶_看过我" text="谁看过我" textSize="18sp" checked={项目数据.get("星梦漂流瓶_看过我", true) == false ? false : true} />;
<text marginLeft="10" textSize="18sp" textStyle="bold" >每轮:</text>;
<input id="星梦漂流瓶_看过人数" hint="数字" w="auto" gravity="center_horizontal" textColor="#dd000000" >{项目数据.get("星梦漂流瓶_看过人数", 10)}</input>;
<text textSize="18sp" textStyle="bold" >人</text>;
</horizontal> */}
<horizontal >
<checkbox id="星梦漂流瓶_招呼" text="自动搭讪" textSize="18sp" checked={项目数据.get("星梦漂流瓶_招呼", true) == false ? false : true} />;
{/* <text marginLeft="10" textSize="18sp" textStyle="bold" >每轮:</text>;
<input id="星梦漂流瓶_搭讪次数" hint="数字" w="auto" gravity="center_horizontal" textColor="#dd000000" >{项目数据.get("星梦漂流瓶_搭讪次数", 20)}</input>;
<text textSize="18sp" textStyle="bold" >次</text>; */}
<text marginLeft="10" textSize="18sp" textStyle="bold" >每人:</text>;
<input id="星梦漂流瓶_招呼次数" hint="数字" w="auto" gravity="center_horizontal" textColor="#dd000000" >{项目数据.get("星梦漂流瓶_招呼次数", 2)}</input>;
<text textSize="18sp" textStyle="bold" >条</text>;
</horizontal>
<checkbox id="星梦漂流瓶_接视频" text="自动接视频和音频" textSize="18sp" checked={项目数据.get("星梦漂流瓶_接视频", false) == false ? false : true} />;
<horizontal >
<checkbox id="星梦漂流瓶_话术过滤" text="话术关键词过滤:" textSize="18sp" checked={项目数据.get("星梦漂流瓶_话术过滤", true) == false ? false : true} />;
<input id="星梦漂流瓶_过滤关键词" hint="视频" w="*" gravity="center_horizontal" textColor="#dd000000" >{项目数据.get("星梦漂流瓶_过滤关键词", "视频")}</input>;
</horizontal>
<checkbox id="星梦漂流瓶_随机拟人" text="随机拟人操作" textSize="18sp" checked={项目数据.get("星梦漂流瓶_随机拟人", true) == false ? false : true} />;
<horizontal marginLeft="5">
<text textSize="18sp" textStyle="bold" >随机操作系数:</text>;
<input id="星梦漂流瓶_随机系数" hint="数字" gravity="center_horizontal" textColor="#dd000000" >{项目数据.get("星梦漂流瓶_随机系数", 90)}</input>;
<text textStyle="bold" textSize="18sp" text="%(模似人工不操作)" />
</horizontal>
<horizontal marginLeft="5">
<text textSize="18sp" textStyle="bold" >随机操作延时:</text>;
<input id="星梦漂流瓶_随机延时min" hint="数字" gravity="center_horizontal" textColor="#dd000000" >{项目数据.get("星梦漂流瓶_随机延时min", 0)}</input>;
<text textStyle="bold" textSize="18sp" text="到" />
<input id="星梦漂流瓶_随机延时max" hint="数字" gravity="center_horizontal" textColor="#dd000000" >{项目数据.get("星梦漂流瓶_随机延时max", 2)}</input>;
<text textStyle="bold" textSize="18sp" text="秒随机" />
</horizontal>
</vertical>
</ScrollView>
</viewpager>
<horizontal >
<checkbox id="星梦漂流瓶_日志显示" text="日志显示" textSize="18sp" checked={项目数据.get("星梦漂流瓶_日志显示", true) == false ? false : true} />;
</horizontal>
<horizontal >
<checkbox id="星梦漂流瓶_间隔运行" text="间隔运行" textSize="18sp" checked={项目数据.get("星梦漂流瓶_间隔运行", true) == false ? false : true} />;
<input id="星梦漂流瓶_运行时间" hint="数字" w="auto" gravity="center_horizontal" textColor="#dd000000" >{项目数据.get("星梦漂流瓶_运行时间", 30)}</input>;
<text textSize="18sp" textStyle="bold" marginLeft="5">分钟,休息</text>;
<input id="星梦漂流瓶_休息时间" hint="数字" w="auto" gravity="center_horizontal" textColor="#dd000000" >{项目数据.get("星梦漂流瓶_休息时间", 1)}</input>;
<text textSize="18sp" textStyle="bold" marginLeft="5">分钟</text>;
</horizontal>
<horizontal >
<checkbox id="星梦漂流瓶_定时运行" text="定时运行" textSize="18sp" checked={项目数据.get("星梦漂流瓶_定时运行", true) == false ? false : true} />;
<text textSize="18sp" textStyle="bold" marginLeft="5">休息时段:</text>;
<input id="星梦漂流瓶_休息起" hint="整点" w="auto" gravity="center_horizontal" textColor="#dd000000" >{项目数据.get("星梦漂流瓶_休息起", 0)}</input>;
<text textSize="18sp" textStyle="bold" marginLeft="5">至</text>;
<input id="星梦漂流瓶_休息止" hint="整点" w="auto" gravity="center_horizontal" textColor="#dd000000" >{项目数据.get("星梦漂流瓶_休息止", 7)}</input>;
<text textSize="18sp" textStyle="bold" marginLeft="5">点</text>;
</horizontal>
</vertical>
<vertical padding="1" >;
<appbar bg="#65AF68">
<tabs id="tab" bg="#65AF68" />
<viewpager id="viewpagers" layout_weight="1" >
<vertical>
<viewpager layout_weight="1" >
<ScrollView>
<frame>
<input id="星梦漂流瓶_主动话术" hint="输入话术" inputType="textMultiLine" textColor="white" w="*" text="{{星梦漂流瓶_主动话术}}" />
</frame>
</ScrollView>
</viewpager>
<horizontal gravity="left" bg="#4CAF50">
<button id="读取主动" text="读取默认" textSize="18sp" bg="#4CAF50" style="Widget.AppCompat.Button.Colored" marginLeft="1" marginRight="1" marginTop="1" marginBottom="1" h="auto" w={w / 3 + "px"} />;
<button id="主动说明" text="帮助" textSize="18sp" bg="#4CAF50" style="Widget.AppCompat.Button.Colored" marginLeft="1" marginRight="1" marginTop="1" marginBottom="1" h="auto" w={w / 3 + "px"} />;
<button id="保存主动" text="保存修改" textSize="18sp" bg="#4CAF50" style="Widget.AppCompat.Button.Colored" marginLeft="1" marginRight="1" marginTop="1" marginBottom="1" h="auto" w="*" />;
</horizontal>
</vertical>
<vertical>
<viewpager layout_weight="1" >
<ScrollView>
<frame>
<input id="星梦漂流瓶_通用话术" hint="输入话术" inputType="textMultiLine" textColor="white" w="*" text="{{星梦漂流瓶_通用话术}}" />
</frame>
</ScrollView>
</viewpager>
<horizontal gravity="left" bg="#4CAF50">
<button id="读取通用" text="读取默认" textSize="18sp" bg="#4CAF50" style="Widget.AppCompat.Button.Colored" marginLeft="1" marginRight="1" marginTop="1" marginBottom="1" h="auto" w={w / 3 + "px"} />;
<button id="通用说明" text="帮助" textSize="18sp" bg="#4CAF50" style="Widget.AppCompat.Button.Colored" marginLeft="1" marginRight="1" marginTop="1" marginBottom="1" h="auto" w={w / 3 + "px"} />;
<button id="保存通用" text="保存修改" textSize="18sp" bg="#4CAF50" style="Widget.AppCompat.Button.Colored" marginLeft="1" marginRight="1" marginTop="1" marginBottom="1" h="auto" w="*" />;
</horizontal>
</vertical>
<vertical>
<viewpager layout_weight="1" >
<ScrollView>
<frame>
<input id="星梦漂流瓶_关键词话术" hint="输入话术" inputType="textMultiLine" textColor="white" w="*" text="{{星梦漂流瓶_关键词话术}}" />
</frame>
</ScrollView>
</viewpager>
<horizontal gravity="left" bg="#4CAF50">
<button id="读取关键词" text="读取默认" textSize="18sp" bg="#4CAF50" style="Widget.AppCompat.Button.Colored" marginLeft="1" marginRight="1" marginTop="1" marginBottom="1" h="auto" w={w / 3 + "px"} />;
<button id="关键词说明" text="帮助" textSize="18sp" bg="#4CAF50" style="Widget.AppCompat.Button.Colored" marginLeft="1" marginRight="1" marginTop="1" marginBottom="1" h="auto" w={w / 3 + "px"} />;
<button id="保存关键词" text="保存修改" textSize="18sp" bg="#4CAF50" style="Widget.AppCompat.Button.Colored" marginLeft="1" marginRight="1" marginTop="1" marginBottom="1" h="auto" w="*" />;
</horizontal>
</vertical>
</viewpager>
</appbar>
</vertical>
</viewpager>
<horizontal bg="#4CAF50" gravity="bottom" >;
<button id="安装" text="安装App" textSize="20sp" style="Widget.AppCompat.Button.Colored" w="120" />;
<button id="帮助" text="帮助" textSize="20sp" style="Widget.AppCompat.Button.Colored" w="100" />;
<button id="开始" text="我设置好了" textSize="20sp" style="Widget.AppCompat.Button.Colored" w="*" />;
</horizontal>;
</vertical>
);
ui.viewpager.setTitles(["设置项", "话术设置"]);
//让滑动页面和标签栏联动
ui.tabs.setupWithViewPager(ui.viewpager);
ui.viewpagers.setTitles(["主动打招呼", "通用话术", "关键词话术"]);
ui.tab.setupWithViewPager(ui.viewpagers);
完整源码请点击下面地址
转载请注明:零一脚本网
声明
部分内容来自网络
本教程仅用于学习, 禁止用于其他用途
QQ群
698307198
以上是关于星梦漂流瓶-赚钱类小游戏脚本系列(含源码)的主要内容,如果未能解决你的问题,请参考以下文章