Okay so i stole some adresses in the memory reading forum and decided to make some Anti AFK support for my status tool and now ive got a instant logout tool instead
Code:private void timer2_Tick(object sender, EventArgs e) { BlackMagic WoW = new BlackMagic(); WoW.OpenProcessAndThread(SProcess.GetProcessFromProcessName("WoW.exe")); uint LastHWAction = WoW.ReadUInt(0x00AE1B7C); uint GTS = WoW.ReadUInt(0x008438B0); //int Up = (int)(GTS); WoW.WriteUInt(0x00AE1B7C, 0x008438B0); //s_LastHardwareAction = 0x00AE1B7C; // 3.3.0a thanks to JuJu //s_GetTimestamp = 0x008438B0; // 3.3.0a //label1.Text = ":" + Up; }
What am i doing wrong?![]()