Hopefully this is helpful enough to get my account activated, no one wants to release this even though its so ****ing easy to code.Code:private void ReduceMapleStoryMemory() { while (true) { try { EmptyWorkingSet(Process.GetProcessById(MapleStory.Id).Handle); //Start maplestory through process.start(); } catch (Exception) { ReduceMemory.Abort(); } finally { } Thread.Sleep(100); } }