From bfc0f51e7b4da4805add4a81056fc90940402494 Mon Sep 17 00:00:00 2001 From: Flori Date: Sat, 25 Jan 2025 17:37:30 +0100 Subject: [PATCH] changed client name variable --- KeyHelperForms/Variables.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KeyHelperForms/Variables.cs b/KeyHelperForms/Variables.cs index 5429033..8b7c56e 100644 --- a/KeyHelperForms/Variables.cs +++ b/KeyHelperForms/Variables.cs @@ -8,7 +8,7 @@ namespace KeyHelperForms { class Variables { - public const string processName = "PVO_START_C"; + public const string processName = "Client_ENG"; public const UInt32 WM_KEYDOWN = 0x0100; public const int PROCESS_WM_READ = 0x0010; //Memory read and some magic. struct Keys