This commit is contained in:
恍兮惚兮 2024-12-15 19:06:58 +08:00
parent 5649cd04d4
commit 0448135b54
2 changed files with 4 additions and 4 deletions

View File

@ -55,8 +55,8 @@
## Dedicated Game Settings
1. #### Additional Hooks
1. #### Win32 Text Drawing Function Hook & Win32 String Function Hook
When activated, it will manually allow the injection of common function hooks for Win32 into the game.
1. #### Win32 Universal Hook
After activation, Win32 universal function hooks will be injected into the game, including GDI functions, D3DX functions, and string functions.
Injecting too many hooks can slow down the game, so these hooks are not injected by default.
When the correct text cannot be extracted, you can try enabling these two options.
1. #### Special Codes

View File

@ -55,8 +55,8 @@
## 游戏的专用设置
1. #### 额外的钩子
1. #### Win32文字绘制函数钩子 & Win32字符串函数钩子
激活后,将会手动允许向游戏中注入Win32的通用函数钩子
1. #### Win32通用钩子
激活后,将会一定向游戏中注入Win32的通用函数钩子包括GDI函数、D3DX函数、字符串函数
注入太多的钩子可能导致游戏速度变慢,因此默认不会注入这些钩子。
当无法提取到正确的文本时,可以尝试激活这两个选项。
1. #### 特殊码