QAuxiliary CI 构建自动发布频道
本频道内发布的 QAuxiliary Apk 安装包均为未经稳定性测试的 CI 自动构建版本,如需使用,您需要自担风险。
推荐的 CI 版本发布频道 @QAuxiliary
#频道通知
Last updated 3 weeks, 1 day ago
Last updated 15 hours ago
HyperCeiler Canary Test
CN:有问题请记得带日志反馈
Last updated 2 days, 7 hours ago
Lua
for i = 20, 100, 20 do
gg.sleep(300)
gg.toast(i.."%")
end
ʟᴏᴀᴅɪɴɢ ᴛᴏᴀsᴛ
```
Lua
gg.setRanges(gg.REGION_ANONYMOUS)
gg.searchNumber(2.0,gg.TYPE_FLOAT)
--all results address
gg.editAll(4.0,gg.TYPE_FLOAT)
gg.setRanges(gg.REGION_C_DATA)
gg.searchNumber(50,gg.TYPE_DWORD)
gg.getResults(15) --15 results address
gg.editAll(0,gg.TYPE_DWORD)
```
ᴇxᴀᴍᴘʟᴇ ᴍᴇᴍᴏʀʏ ᴡʀɪᴛᴇ
Lua
input=gg.prompt("add password")
if input == "123" then
\-\-pass correct
else
\-\-pass not correct
end
ɪɴᴘᴜᴛ ᴛᴇxᴛ
Lua
menu=gg.choice({"feature1","feature2"},0,"title")
if menu==1 then
\-\-feature1
end
if menu==2 then
\-\-feature2
end
ᴄɪʀᴄʟᴇ ᴄʜᴏɪᴄᴇ
```
Lua
menu=gg.choice({"feature1","feature2"},nil,"title")
if menu==1 then
--feature1
end
if menu==2 then
--feature2
end
```
ɴᴏʀᴍᴀʟ ᴄʜᴏɪᴄᴇ
👍merger
❌without permission
➡️no root
➡️no virtuals
➡️gg.REGION_C_ALLOC
➡️gg.prompt
➡️os.exit
QAuxiliary CI 构建自动发布频道
本频道内发布的 QAuxiliary Apk 安装包均为未经稳定性测试的 CI 自动构建版本,如需使用,您需要自担风险。
推荐的 CI 版本发布频道 @QAuxiliary
#频道通知
Last updated 3 weeks, 1 day ago
Last updated 15 hours ago
HyperCeiler Canary Test
CN:有问题请记得带日志反馈
Last updated 2 days, 7 hours ago