From 0448135b54886faa427f8f7acbed9ab3ced5da49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=81=8D=E5=85=AE=E6=83=9A=E5=85=AE?= <1173718158@qq.com> Date: Sun, 15 Dec 2024 19:06:58 +0800 Subject: [PATCH] . --- docs/en/hooksettings.md | 4 ++-- docs/zh/hooksettings.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/en/hooksettings.md b/docs/en/hooksettings.md index e7f0ea11..5d6a0f45 100644 --- a/docs/en/hooksettings.md +++ b/docs/en/hooksettings.md @@ -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 diff --git a/docs/zh/hooksettings.md b/docs/zh/hooksettings.md index 213093e4..5ae726b1 100644 --- a/docs/zh/hooksettings.md +++ b/docs/zh/hooksettings.md @@ -55,8 +55,8 @@ ## 游戏的专用设置 1. #### 额外的钩子 - 1. #### Win32文字绘制函数钩子 & Win32字符串函数钩子 - 激活后,将会手动允许向游戏中注入Win32的通用函数钩子。 + 1. #### Win32通用钩子 + 激活后,将会一定向游戏中注入Win32的通用函数钩子,包括GDI函数、D3DX函数、字符串函数。 注入太多的钩子可能导致游戏速度变慢,因此默认不会注入这些钩子。 当无法提取到正确的文本时,可以尝试激活这两个选项。 1. #### 特殊码