🔄Miscellaneous Functions
IsSeriality
<boolean> IsSeriality(<void>)ตัวอย่าง - IsSeriality
warn(IsSeriality)Identify Executor
<string> identifyexecutor(<void>)ตัวอย่าง - Identify Executor
print(identifyexecutor()) -- แสดงผลลัพธ์ที่ตรวจสอบตัวรันโค้ดในคอนโซล (Console)
if identifyexecutor() == "Seriality v1" then
print("Seriality is used.")
else
print("Seriality is not used.")
endSet FPS Cap
<void> setfpscap(<uint> Cap)Get HWID
ตัวอย่าง - Get HWID
Seriality_Loaded
ตัวอย่าง - Seriality_Loaded
โค้ดนี้จะตรวจสอบตัวแปร Seriality_Loaded ที่อาจถูกกำหนดขึ้นในการโหลดของเกม หาก Seriality_Loaded มีค่าเป็น true โค้ดจะพิมพ์ข้อความ "Seriality has loaded!" ในคอนโซล (Console) และหาก Seriality_Loaded ไม่ถูกกำหนดหรือมีค่าเป็น false โค้ดจะพิมพ์ข้อความ "Seriality did not load." ในคอนโซล (Console)
Getvsync
ตัวอย่าง - Getvsync
Http Request
ตัวอย่าง - Http Request
Last updated
