以“---”开头的表示要删除的
以“***”开头的表示要修改的,修改后的在下一行以“+++”开头
这里只取了部分,类别太多了我不方便统计,按修改规律来就行了



---sleep(100);var window = floaty.window(<.frame><.button id="btn" text='暂停'/><./frame>);window.exitOnClose();
---window.btn.click(() => {if (window.btn.getText() != '暂停') {s = 1;window.btn.setText('暂停')} else {s = 0;window.btn.setText('继续')}});
***var s = 1;var time=352;var time1=176;var time2=704;
+++s = 1;time=352;time1=176;time2=704;
---setScreenMetrics(1080, 2340);//默认分辨率,以下按键位置基于此分辨率
---function c4() {press(780,215,1)}
---function d4() {press(975,215,1)}
---function e4() {press(1170,215,1)}
---function f4() {press(1365,215,1)}
---function g4() {press(1560,215,1)}
---function a4() {press(780,410,1)}
---function b4() {press(975,410,1)}
---function c5() {press(1170,410,1)}
---function d5() {press(1365,410,1)}
---function e5() {press(1560,410,1)}
---function f5() {press(780,605,1)}
---function g5() {press(975,605,1)}
---function a5() {press(1170,605,1)}
---function b5() {press(1365,605,1)}
---function c6() {press(1560,605,1)}
---function t1() {sleep(time)}//普通按键间隔-
---function t2() {while (s != 1) {sleep(100)};sleep(time1)}//较短间隔~
---function t3() {while (s != 1) {sleep(100)};sleep(time2)}//较长间隔,
---function t4() {while (s != 1) {sleep(100)};sleep(100)}//自定义间隔*点一下隔100ms
---function t1() {sleep(time)}//普通按键间隔-
---function t2() {sleep(time1)}//较短间隔~
---function t3() {sleep(time2)}//较长间隔,
---function t4() {sleep(100)}//自定义间隔*点一下隔100ms
---function Y100()sleep(100)
---function Y150()sleep(150)
---function Y200()sleep(200)
---function Y250()sleep(250)
---function Y300()sleep(350)
---function Y350()sleep(350)
---function Y400()sleep(400)
---function Y450()sleep(450)
---function Y500()sleep(500)
---function Y550()sleep(550)
---function Y600()sleep(600)

有些脚本是这样的,需要在sleep(数字)后边加end:

function Y1()
***sleep(100)
+++sleep(100)end

下方的同上,不一个个改了

function Y2()
***sleep(150)
function Y3()
***sleep(200)
function Y4()
***sleep(250)
function Y5()
***sleep(300)
function Y6()
***sleep(350)
function Y7()
***sleep(400)
function Y8()
***sleep(450)
function Y9()
***sleep(500)
function Y0()
***sleep(600)

***function y(){sleep(600)}//大小隔
+++function y()sleep(600)end

***function b(){sleep(400)}//小间隔
+++function b()sleep(400)end

***function s(){sleep(260)}//按键停顿
+++function s()sleep(260)end

***function c(){sleep(100)}//延音
+++function c()sleep(100)end


---toast("作者:妤")

---toast("未经允许,严禁转载!")
e5();t2();g5();t2();a5();a4();t1();t4();e4();t1();t4();a4();t1();t4();c4();t1();t4();a4();c4();t1();e4();t3();

在音乐主体中有时会出现下边这种,一定要翻看一下

---//第一段
t4();c6();t2();b5();t2();a5();t2();g5();t2();e5();e4();t2();g5();t2();e5();b4();t1();t4();e4();t1();t4();g4();t1();t4();e5();b4();e4();g4();t3();