I don't know who wrote this class but ... seriously ?
Code:
public static void WriteLong(int Address, long Value)
{
try
{
Process currentProcess = Process.GetCurrentProcess();
int num = 0;
int num2 = Zero.OpenProcess(2035711, 0, currentProcess.Id);
if (num2 != 0)
{
Zero.WriteProcessMemoryLong(num2, Address, ref Value, 4, ref num);
}
Zero.CloseHandle(num2);
}
catch
{
}
}
It makes no sense because its openning its own process.
You better use another class (or write you own) to make your hack.