(Tutorial) Starting WoW-Memory Reading/Writing menu

User Tag List

Page 3 of 14 FirstFirst 1234567 ... LastLast
Results 31 to 45 of 199
  1. #31
    GRB's Avatar Established Member CoreCoins Purchaser
    Reputation
    65
    Join Date
    Oct 2008
    Posts
    222
    Thanks G/R
    0/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello all,

    Im getting a very strange error on this line 14

    Code:
    wow.OpenProcessAndThread(SProcess.GetProcessFromWindowTitle("World of Warcraft")); //This Opens "World of Warcraft" window
    Here is what it says:

    Code:
    System.ComponentModel.Win32Exception was unhandled
      Message="Not all privileges or groups referenced are assigned to the caller."
      Source="System"
      ErrorCode=-2147467259
      NativeErrorCode=1300
      StackTrace:
           in System.Diagnostics.Process.SetPrivilege(String privilegeName, Int32 attrib)
           in System.Diagnostics.Process.EnterDebugMode()
           in Magic.BlackMagic.Open(Int32 ProcessId) em D:\My Documents\Visual Studio 2008\Projects\BlackMagic\BlackMagic\BMMain.cs:line 144
           in Magic.BlackMagic.OpenProcessAndThread(Int32 dwProcessId) em D:\My Documents\Visual Studio 2008\Projects\BlackMagic\BlackMagic\BMMain.cs:line 220
           in wowbot.Program.Main(String[] args) em C:\Users\Marisa\Documents\Visual Studio 2008\Projects\wowbot\wowbot\Program.cs:line 14
           in System.AppDomain._nExecuteAssembly(Assembly assembly, String[] args)
           in System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
           in Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
           in System.Threading.ThreadHelper.ThreadStart_Context(Object state)
           in System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
           in System.Threading.ThreadHelper.ThreadStart()
      InnerException:
    Well basicly i just copy / past all the code, but im getting that strange 1300 native error code.

    Anyone able to point in the right direction please?

    P.S- im using a x64, but applyed the preferences for debug/build in x86 couse of BlackMagic.

    P.P.S - Well if i start c# with administrator rights it passes that error, but now it breaks on the other line after that one, something like it dont recognise
    Code:
    {"ReadUInt failed."}
    Last edited by GRB; 03-28-2010 at 10:34 PM. Reason: one fixed, other appear

    (Tutorial) Starting WoW-Memory Reading/Writing
  2. #32
    Danne206's Avatar Contributor
    Reputation
    183
    Join Date
    Jan 2008
    Posts
    717
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by GRB View Post
    Hello all,

    Im getting a very strange error on this line 14

    Code:
    wow.OpenProcessAndThread(SProcess.GetProcessFromWindowTitle("World of Warcraft")); //This Opens "World of Warcraft" window
    Here is what it says:

    Code:
    System.ComponentModel.Win32Exception was unhandled
      Message="Not all privileges or groups referenced are assigned to the caller."
      Source="System"
      ErrorCode=-2147467259
      NativeErrorCode=1300
      StackTrace:
           in System.Diagnostics.Process.SetPrivilege(String privilegeName, Int32 attrib)
           in System.Diagnostics.Process.EnterDebugMode()
           in Magic.BlackMagic.Open(Int32 ProcessId) em D:\My Documents\Visual Studio 2008\Projects\BlackMagic\BlackMagic\BMMain.cs:line 144
           in Magic.BlackMagic.OpenProcessAndThread(Int32 dwProcessId) em D:\My Documents\Visual Studio 2008\Projects\BlackMagic\BlackMagic\BMMain.cs:line 220
           in wowbot.Program.Main(String[] args) em C:\Users\Marisa\Documents\Visual Studio 2008\Projects\wowbot\wowbot\Program.cs:line 14
           in System.AppDomain._nExecuteAssembly(Assembly assembly, String[] args)
           in System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
           in Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
           in System.Threading.ThreadHelper.ThreadStart_Context(Object state)
           in System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
           in System.Threading.ThreadHelper.ThreadStart()
      InnerException:
    Well basicly i just copy / past all the code, but im getting that strange 1300 native error code.

    Anyone able to point in the right direction please?

    P.S- im using a x64, but applyed the preferences for debug/build in x86 couse of BlackMagic.

    P.P.S - Well if i start c# with administrator rights it passes that error, but now it breaks on the other line after that one, something like it dont recognise
    Code:
    {"ReadUInt failed."}
    You must start Visual C# with administrator rights, OR build it and run the .exe as administrator.

    If you're doing the first, use:
    CTRL + F5 to start without debugging.
    Dahnniel [DOT] s [AT] gmail [DOT] com

  3. #33
    GRB's Avatar Established Member CoreCoins Purchaser
    Reputation
    65
    Join Date
    Oct 2008
    Posts
    222
    Thanks G/R
    0/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Danne206 i have done all of that, and if i run with ctrl-F5, the cmd open and it start vista says that hes start looking for a way to fix the problem, so im getting the exactly same error with F5 debbuging or ctrl-F5 no debugging.


    Here is what happens with only F5.



    Now with ctrl-F5



    TRANSLATE: wowbot stop working, windows is looking for a solution for the problem.

    Next:



    TRANSLATE: wowbot stop working, a problem make the program stop working, windows will now close the program and warn you if theres any solution for it.

    Next:



    Here says what error was even using crtl-F5 no debbuging.
    Last edited by GRB; 03-29-2010 at 06:57 AM.

  4. #34
    Danne206's Avatar Contributor
    Reputation
    183
    Join Date
    Jan 2008
    Posts
    717
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by GRB View Post
    Danne206 i have done all of that, and if i run with ctrl-F5, the cmd open and it start vista says that hes start looking for a way to fix the problem, so im getting the exactly same error with F5 debbuging or ctrl-F5 no debugging.
    Oh, and by the way, you are using the newest offsets, right? Because I believe that the current ones in the thread are old. Haven't checked tho.
    Dahnniel [DOT] s [AT] gmail [DOT] com

  5. #35
    GRB's Avatar Established Member CoreCoins Purchaser
    Reputation
    65
    Join Date
    Oct 2008
    Posts
    222
    Thanks G/R
    0/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    sorry for the edit, but think with pic someone can understand better whats heppening. the program dont even have time to read any offsets, it stops on the "ReadUInt"

  6. #36
    MaiN's Avatar Elite User
    Reputation
    335
    Join Date
    Sep 2006
    Posts
    1,047
    Thanks G/R
    0/10
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You need to call Process.EnterDebugMode() before you do any reading.
    [16:15:41] Cypher: caus the CPU is a dick
    [16:16:07] kynox: CPU is mad
    [16:16:15] Cypher: CPU is all like
    [16:16:16] Cypher: whatever, i do what i want

  7. #37
    Steveiwonder's Avatar Active Member
    Reputation
    31
    Join Date
    Oct 2009
    Posts
    122
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I seem to be getting this error... can't understand why?

    http://img94.imageshack.us/img94/7633/captureqq.png

    Anyone got any ideas?
    Attached Thumbnails Attached Thumbnails (Tutorial) Starting WoW-Memory Reading/Writing-capture-jpg  
    Last edited by Steveiwonder; 03-30-2010 at 02:36 AM.

  8. #38
    Danne206's Avatar Contributor
    Reputation
    183
    Join Date
    Jan 2008
    Posts
    717
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Steveiwonder View Post
    I seem to be getting this error... can't understand why?

    http://img94.imageshack.us/img94/7633/captureqq.png

    Anyone got any ideas?
    If you got x64 bit OS, make sure you compile as x86.
    Dahnniel [DOT] s [AT] gmail [DOT] com

  9. #39
    Steveiwonder's Avatar Active Member
    Reputation
    31
    Join Date
    Oct 2009
    Posts
    122
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeah that did the trick however im getting the same issue now as GRB.

    Where can i find the new offsets?

  10. #40
    !@^^@!'s Avatar Active Member
    Reputation
    23
    Join Date
    Feb 2007
    Posts
    155
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

  11. #41
    GRB's Avatar Established Member CoreCoins Purchaser
    Reputation
    65
    Join Date
    Oct 2008
    Posts
    222
    Thanks G/R
    0/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any direction to find the Player Base on that wall of text? Dont seem to find it.

    nvm found it, but how to find it without help is the question. i mean without help after apoc post the dumps.
    Last edited by GRB; 03-31-2010 at 07:15 PM. Reason: Found it.

  12. #42
    Floppixx's Avatar Member
    Reputation
    1
    Join Date
    Oct 2009
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I get an error at line
    Code:
    BlackMagic wow = new BlackMagic();
    My full code
    Code:
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using Magic;
    
    namespace wow_memory_reading_tut__app
    {
        class Program
        {
            static void Main(string[] args)
            {
                BlackMagic wow = new BlackMagic(); //Create new function to open wow process
                wow.OpenProcessAndThread(SProcess.GetProcessFromWindowTitle("World of Warcraft")); //This Opens "World of Warcraft" window
                uint playerbase = wow.ReadUInt(wow.ReadUInt(wow.ReadUInt(0x00CF7C00) + 0x34) + 0x24); //this is the player base
                string playername = wow.ReadASCIIString(0x00C923F8, 12); //reads player name
                uint Level = wow.ReadUInt(wow.ReadUInt(playerbase + 0x8) + (0x35 * 4)); // Reads players level
                Console.WriteLine("Player Name is: " + playername); //writes to console to tell player name
                Console.WriteLine("Player level is:" + Level); //writes to console to tell player level
    
    
            }
        }
    }
    Its a good tut but I hope it works ;D

  13. #43
    bockwurst25's Avatar Member
    Reputation
    1
    Join Date
    Jan 2009
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi, i am new to this and i tried the tutorial (thanks for it). But the programm wont showw me the correct name or level. Can anyone tell me what is wrong with my code?

    Code:
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using Magic;

    namespace Memory_Editing_Tutorial__Console_App
    {
    class Program
    {
    static void Main(string[] args)
    {
    BlackMagic wow = new BlackMagic(); //Create new function to open wow process
    wow.OpenProcessAndThread(SProcess.GetProcessFromWindowTitle("World of Warcraft"));
    uint playerbase = wow.ReadUInt(wow.ReadUInt(wow.ReadUInt(0x00B366D0) + 0x34) + 0x24); //this is the player base
    string playername = wow.ReadASCIIString(0x005D3E10, 12); //reads player name
    uint Level = wow.ReadUInt(wow.ReadUInt(playerbase + 0x + (0x35 * 4)); // Reads players level
    float playerx = wow.ReadFloat(playerbase + 0x79; // Read players xlocation
    float playery = wow.ReadFloat(playerbase + 0x79C); // Read players ylocation
    float playerz = wow.ReadFloat(playerbase + 0x7A0); // Read players zlocation
    Console.WriteLine("Player Name is: " + playername); //writes to console to tell player name
    Console.WriteLine("Player level is:" + Level); //writes to console to tell player level
    Console.WriteLine("Player X cord is:" + playerx); //writes to console to tell players x cordinate
    Console.WriteLine("Player Y cord is:" + playery); //writes to console to tell players y cordinate
    //wow.WriteFloat(0x00CB9814, x here); // x pos from prompt
    //wow.WriteFloat(0x00CB9818, y here); // y pos from prompt
    //wow.WriteInt(0x00CB97A4, 4);//makes character walk
    }
    }
    }
    Sorry for my english.

  14. #44
    Danne206's Avatar Contributor
    Reputation
    183
    Join Date
    Jan 2008
    Posts
    717
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Doesn't ANYONE read before posting? Look at my latest replies to this thread, compile as x86 and update offsets and you'll be fine!
    Dahnniel [DOT] s [AT] gmail [DOT] com

  15. #45
    bockwurst25's Avatar Member
    Reputation
    1
    Join Date
    Jan 2009
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by !@^^@! View Post
    I am new to this, i cant find a player base in the thread from the link , only this "00B366D0 PlayerPointer" and thats wrong. It shows me level 0, see picture.
    Attached Thumbnails Attached Thumbnails (Tutorial) Starting WoW-Memory Reading/Writing-output-jpg  

Page 3 of 14 FirstFirst 1234567 ... LastLast

Similar Threads

  1. WoW Memory reading/writing questions
    By mathix in forum WoW Memory Editing
    Replies: 3
    Last Post: 03-11-2013, 08:17 AM
  2. [Bot] WoW Memory Reading Help (Player Name)
    By zamba1587 in forum WoW Memory Editing
    Replies: 5
    Last Post: 08-05-2011, 01:27 AM
  3. [Request][Bounty] WoW memory reading example script c++
    By foxlin in forum WoW Bots Questions & Requests
    Replies: 4
    Last Post: 07-27-2011, 09:08 AM
  4. How do i know if a Bot is using memory reading / writing?
    By sturmtiger in forum WoW Bots Questions & Requests
    Replies: 1
    Last Post: 01-06-2011, 06:31 AM
  5. In process memory reading/writing
    By unbekannt1 in forum WoW Memory Editing
    Replies: 7
    Last Post: 06-08-2010, 06:52 PM
All times are GMT -5. The time now is 08:21 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