WoWLib (Memory Library) menu

User Tag List

Page 2 of 2 FirstFirst 12
Results 16 to 19 of 19
  1. #16
    snigelmannen's Avatar Member
    Reputation
    27
    Join Date
    Jul 2007
    Posts
    318
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    or simply IDA. Though not everyone got it.
    " Spy sappin mah sentry! "

    WoWLib (Memory Library)
  2. #17
    xwinterx's Avatar Member
    Reputation
    26
    Join Date
    Apr 2009
    Posts
    103
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    new lib uploaded and main post edited. I've broken my functions down into classes. Hopefully this is what you guys were talking about. Is that a little better?

  3. #18
    -Ryuk-'s Avatar Elite User CoreCoins Purchaser Authenticator enabled
    Reputation
    529
    Join Date
    Nov 2009
    Posts
    1,028
    Thanks G/R
    38/51
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Edit: nvm...

    Am testing it now..
    Last edited by -Ryuk-; 01-05-2010 at 01:35 PM.
    |Leacher:11/2009|Donor:02/2010|Established Member:09/2010|Contributor:09/2010|Elite:08/2013|

  4. #19
    Seifer's Avatar Site Donator
    Reputation
    129
    Join Date
    Apr 2007
    Posts
    270
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have made a similar DLL in the past as well, reason I didn't release it was because it'd make things too easy, and have people skip the learning process. But either way, nice job.

    Also, when breaking down in classes, make sure to wrap your properties to make them a little bit .. smoother:

    Code:
    public class GameObject
    {
    	public uint XPosition
    	{
    		get { return ObjectManager.GameObject.X; }
    	}
    	
    	public string Name
    	{
    		get { return ObjectManager.GameObject.Name; }
    	}
    }
    Of course you could return the BlackMagic memory reads there straight away, I just put the ObjectManager stuff in there as a filler.
    Wrapping it makes calling the properties a lot easier, thus making your DLL more accessible.
    Last edited by Seifer; 01-08-2010 at 04:41 PM.

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Memory Hacking Library List
    By Cypher in forum WoW Memory Editing
    Replies: 28
    Last Post: 07-29-2024, 11:54 PM
  2. [Release] [Release][Python]Pymem - Python memory library
    By nopz in forum WoW Memory Editing
    Replies: 7
    Last Post: 05-28-2021, 11:05 AM
  3. [Release] [D] Hydra - Memory manipulation library for the D language
    By Hybro in forum WoW Memory Editing
    Replies: 1
    Last Post: 09-01-2013, 11:18 AM
  4. HadesMem - A Windows Memory Hacking Library for C++
    By Cypher in forum WoW Memory Editing
    Replies: 81
    Last Post: 02-10-2013, 03:24 PM
  5. Memory Reading Library?
    By Thrillseeker in forum WoW Memory Editing
    Replies: 8
    Last Post: 01-04-2009, 07:44 PM
All times are GMT -5. The time now is 02:36 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search