作者:kepmehz最后更新:2023-03-21 03:15:11141.9万106KB
使用方法:
void DRAW_LINE(float fromX, float fromY, float fromZ, float toX, float toY, float toZ, int r, int g, int b, int a) {invoke<void>(0xec2ab68b,fromX,fromY, fromZ, toX, toY, toZ, r, g, b, a); } // 0xec2ab68b
将此行添加到您的 natives.h 文件中。
使用方法:
void SET_TEXT_FONT(int fontType) { 调用<void>(0x3EDE2F10, fontType); } // 0x3EDE2F10
将此行添加到您的 natives.h 文件中。
使用方法:
/* 0=居中,1=左,2=右 */
void SET_TEXT_JUSTIFICATION(int justifyType) {invoke<void>(0x1B929974, justifyType);} // 0x1B929974
将此行添加到您的 natives.h 文件中。
DLL_IMPORT uint64_t* getStaticPtr(const char* scriptName,int staticIndex);
用法:
uint64_t * static = getStaticPtr("script_name" 12345);
LOG(*静态)// 读取
*静态=0xCOFFEEBABE// 写入
DLL_IMPORT void switchLabel(const char* oldLabel, const char* newLabel);
DLL_IMPORT void * getCommandFromHash(uint64_t hash);
立即下载模组
下载客户端搜索荒野大镖客:救赎2后使用Mod大师工具。