[Help] Memory editing menu

User Tag List

Results 1 to 3 of 3
  1. #1
    hot1337ice's Avatar Private
    Reputation
    1
    Join Date
    Aug 2013
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Help] Memory editing

    Hello fellow members of Ownedcore, i am currently learning memory editing and i need help with a error i get.
    Everytime i debug the code with the game running it gives me this error.
    Only parts of a ReadProcessMemory- or WriteProcessMemory-Request has Been completed, i can't understand why.
    I am using BlackMagic references and c# this is currnetly my code.

    Code:
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using Magic;
    
    namespace ConsoleApplication1
    {
        class Program
        {
            static void Main(string[] args)
            {
                string date = DateTime.Now.ToString();
                BlackMagic wow = new BlackMagic();
                if (wow.OpenProcessAndThread(SProcess.GetProcessFromWindowTitle("World of Warcraft")))
                {
                    Console.WriteLine("[" + date + "] The process was found and is now Attached!");
                    IntPtr BaseWoW = wow.MainModule.BaseAddress;
                    uint Health = wow.ReadUInt((uint)BaseWoW + 25029178);
                    Console.WriteLine("[" + date + "]" + Health);
                    Console.ReadLine();
                }
                else
                {
                    Console.WriteLine("[" + date + "] The process was not found!");
                    Console.ReadLine();
                }
            }
        }
    }
    What can cause this error?

    Thanks in advance.
    -Hot Ice

    [Help] Memory editing
  2. #2
    yeahlol's Avatar Member
    Reputation
    -6
    Join Date
    Nov 2010
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    1. Are you running VS as Administrator
    2. Are you 100% sure thats the address to health? If you found this with a scanner tool, please note that It might not be static, so next tile you restart WoW or even load the map (from/to an instance for instance) the clients sets up the objects around you, including yourself.

  3. #3
    Erke's Avatar Member
    Reputation
    2
    Join Date
    Apr 2012
    Posts
    17
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have encountered the exact same problem, would be cool if someone know a fix

Similar Threads

  1. [Help]VEH HOOK , how to raise exception without memory editing
    By demonguy in forum WoW Memory Editing
    Replies: 10
    Last Post: 12-14-2012, 01:51 PM
  2. Help with memory editing!
    By franklinop in forum Programming
    Replies: 0
    Last Post: 12-06-2011, 06:32 PM
  3. Need Help Displaying HP. (New to Memory Editing)
    By eggman689 in forum WoW Memory Editing
    Replies: 6
    Last Post: 06-02-2009, 10:14 AM
  4. [Help] Memory editing a process, wow wont show...
    By Motivation69 in forum WoW Memory Editing
    Replies: 1
    Last Post: 03-04-2009, 07:04 PM
  5. Help with editing please!
    By Rombot in forum WoW ME Questions and Requests
    Replies: 5
    Last Post: 11-13-2006, 09:48 AM
All times are GMT -5. The time now is 10:44 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search