client_panorama to client

master
sagirilover 5 years ago
parent 37700e4341
commit fc2b3b43ba
  1. 2
      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;

Loading…
Cancel
Save