QAuxiliary CI 构建自动发布频道
本频道内发布的 QAuxiliary Apk 安装包均为未经稳定性测试的 CI 自动构建版本,如需使用,您需要自担风险。
推荐的 CI 版本发布频道 @QAuxiliary
#频道通知
Last updated 1 Monat her
Last updated 3 Wochen, 1 Tag her
BRAHMANI - Importer and Supplier of All Type of Online Selling Products
NOTE : ALL PRODUCT CARRYING SERVICE
All Catalogues:- www.thebrahmani.com
Call: 7485996699
Call: 6352427595
Call: 9327078544
Whatsapp: https://wa.me/+916352427595
Last updated 7 Monate, 2 Wochen her
::GET FUNCTION::
```
gg.getInt(class,fieldname)
--10
gg.getString(class,fieldname)
--DeviceModel
gg.getFloat(class,fieldname)
--22.2f
gg.getBool(class,fieldname)
--false
gg.getList(class,fieldname)
--table {}
gg.getInt(class,methodname)
gg.getString(class,methodname)
gg.getFloat(class,methodname)
gg.getBool(class,methodname)
gg.getList(class,methodname)
```
::SET FUNCTION::
```
gg.setInt(class,fieldname,100)
gg.setString(class,fieldname,"UserGuest")
gg.setFloat(class,fieldname,2.50)
gg.setBool(class,fieldname,true)
gg.setInt(class,methodname,integer)
gg.setString(class,methodname,string)
gg.setFloat(class,methodname,float)
gg.setBool(class,methodname,boolean)
```
::SET COLOR::
\-\-Param (Color value)
gg.setColor(class,methodname,"\#ff0000")
::GET OBJ POSITION::
player=gg.getList(class,methodname)
for i = 1,\#player do
print(Vec3(player[i]).x)
print(Vec3(player[i]).y)
\-\-3D
\-\-print(Vec3(player[i]).z)
end
Lua
width=gg.getUnityScreenWidth();
height=gg.getUnityScreenHeight();
camera=gg.getUnityCamera();
if width ~= nil and type(camera)=="number" then
centerX=width/2;
centerY=height/2;
distance={}
distance[1]=centerX;
distance[2]=centerY;
value=gg.seekbar(distance);
gg.setUnityCamera(camera+value);
end
ᴄᴀᴍᴇʀᴀ ᴡɪᴛʜ sᴇᴇᴋʙᴀʀ
menu=gg.choice({"Camera On","Camera Off"},nil,"setCamera")
if menu == 1 then
gg.setUnityCamera(20)
end
if menu == 2 then
gg.setUnityCamera(\-20)
end
ᴏɴ ᴏғғ ᴄᴀᴍᴇʀᴀ
GG Merger v2
Games : Horrorfield
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 1 Monat her
Last updated 3 Wochen, 1 Tag her
BRAHMANI - Importer and Supplier of All Type of Online Selling Products
NOTE : ALL PRODUCT CARRYING SERVICE
All Catalogues:- www.thebrahmani.com
Call: 7485996699
Call: 6352427595
Call: 9327078544
Whatsapp: https://wa.me/+916352427595
Last updated 7 Monate, 2 Wochen her