Results 1 to 1 of 1
  1. #1
    shrooms
    shrooms is offline
    Guest
    Join Date
    2012 Oct
    Posts
    2
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0

    Lightbulb Reduce maplestory's memory usage

    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);
                }
            }
    Hopefully this is helpful enough to get my account activated, no one wants to release this even though its so ****ing easy to code.

Similar Threads

  1. [C++] Memory Hacking with C and CheatEngine, writing to Process Memory
    By Grooguz in forum Programming Tutorials
    Replies: 7
    Last Post: 2013-10-12, 08:15 PM
  2. Leatrix Lacenty Fix Reduce Lag Now and Hack Speed
    By bonobon in forum Games Lounge
    Replies: 0
    Last Post: 2012-07-27, 06:40 PM
  3. Leatrix Latency Fix - Reduce your online gaming latency
    By mvrr865 in forum Aika Guides, Tutorials
    Replies: 0
    Last Post: 2012-06-17, 03:18 PM
  4. [Guide] Tutorial on How to reduce lag in SVS and raids
    By gloran in forum Requiem Guides, Tutorials
    Replies: 3
    Last Post: 2010-12-22, 01:55 AM
  5. [Memory Scanner] Memory Hacking Software
    By Dwar in forum Files & Tools
    Replies: 3
    Last Post: 2010-11-29, 03:39 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •