From 2470963537c81b6a8887d11280805a01da1f11c4 Mon Sep 17 00:00:00 2001
From: WindowsAddict <windowsaddict@protonmail.com>
Date: Sun, 28 Jul 2024 22:36:55 +0530
Subject: [PATCH] Inform to check antivirus block if dll extraction fails

---
 MAS/Separate-Files-Version/Activators/Ohook_Activation_AIO.cmd | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAS/Separate-Files-Version/Activators/Ohook_Activation_AIO.cmd b/MAS/Separate-Files-Version/Activators/Ohook_Activation_AIO.cmd
index 0467fce..cb28e14 100644
--- a/MAS/Separate-Files-Version/Activators/Ohook_Activation_AIO.cmd
+++ b/MAS/Separate-Files-Version/Activators/Ohook_Activation_AIO.cmd
@@ -933,6 +933,7 @@ call :dk_color %Blue% "Close [!checknames!] and try again."
 call :dk_color %Blue% "If its still not resolved then restart system and try again."
 ) else (
 if /i not "%ierror%"=="Copy" call :dk_color %Blue% "Restart system and try again."
+if /i "%ierror%"=="Copy" call :dk_color %Blue% "If you are using any third-party antivirus, check if it is blocking the script."
 )
 echo:
 )