diff --git a/AnimeSoftware/Memory.cs b/AnimeSoftware/Memory.cs index a614446..26bcfac 100644 --- a/AnimeSoftware/Memory.cs +++ b/AnimeSoftware/Memory.cs @@ -79,7 +79,7 @@ namespace AnimeSoftware { foreach (ProcessModule module in process.Modules) { - if (module.ModuleName == "client_panorama.dll") + if (module.ModuleName == "client.dll") { Client = (Int32)module.BaseAddress; ClientSize = (Int32)module.ModuleMemorySize;