[VB.net] Trouble to update offsets... menu

User Tag List

Results 1 to 3 of 3
  1. #1
    Kandyman's Avatar Member
    Reputation
    1
    Join Date
    Sep 2009
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [VB.net] Trouble to update offsets...

    Hi guys,

    I hope anyone will be able (and will want) to help me. Since the last patch, I'm screwed. I used an open source radar to create a simple BG bot. Sadly, I don't have the name of the author in his readme, but he gives credit to the mmowned community for the memoryReader.dll.

    I consider myself as a good learning coder but I can't get my bot to read any infos from wow now.

    Here's the "connection" code I got ... in VB.net

    Code:
     Public firstObjectAddress As UInt32 = 0 'First Object's .BaseAddress In the ObjMgr
        'Which is calculated in the LoadObjMgr() Function, at run-time, it's NOT static.
    
        Public memReader As New MemoryReader.Memory()
    
        Private StaticClientConnection As UInt32 = &H12705B0
        Private ObjectManagerOffset As UInt32 = &H2D8C ' 3.1.1 0x2c24
        Private ClientConnection As UInt32 = 0
        Private ObjectManager As UInt32 = 0
        Private FirstObjectOffset As UInt32 = &HAC
    
        Private LocalGuidOffset As UInt32 = &HC0
    Code:
    Public Function LoadObjMgr() As Boolean
    
            If memReader.SetProcess("wow", "Read") = True Then
                DoOutput("Memory_READ: OK")
            Else
                DoOutput("Unable to READ wow's memory...STOPPING.")
                Return False
            End If
            'if we get here...we attached to wow.ram successfully :) 
            Try
    
                ClientConnection = memReader.ReadUInt32(New IntPtr(StaticClientConnection))
                ObjectManager = memReader.ReadUInt32(New IntPtr(ClientConnection + ObjectManagerOffset))
                firstObjectAddress = memReader.ReadUInt32(New IntPtr(ObjectManager + FirstObjectOffset))
                Dim tempLocalPlayerGuid As UInt64
                tempLocalPlayerGuid = memReader.ReadUInt64(New IntPtr(ObjectManager + LocalGuidOffset))
                Dim tempBaseAddr As UInt32 = 0
                tempBaseAddr = wowBasicObject.GetObjectBaseByGuid(tempLocalPlayerGuid)
                LocalPlayer = New wowLocalPlayer(tempBaseAddr)
                DoOutput("Found Local Character: OK")
            Catch ex As Exception
                DoOutput("ERROR Loading Object Manager! CRITICAL FAIL!")
                Return False
            End Try
            DoOutput("OBJMGR FOUND 100% OK")
            Return True
        End Function
    I hope everything is clear enough.

    Thanks

    [VB.net] Trouble to update offsets...
  2. #2
    drognir's Avatar Active Member
    Reputation
    28
    Join Date
    Sep 2007
    Posts
    50
    Thanks G/R
    1/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How to find stuff - Game Deception - Forums (forgive me if I'm not to link to GameDeception on these forums) is a fantastic read.

  3. #3
    Kandyman's Avatar Member
    Reputation
    1
    Join Date
    Sep 2009
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    That looks like very interesting. I'll read when I came back from work. Thanks.

Similar Threads

  1. Vb.net client/server chat application trouble
    By Flame_Warrior in forum Programming
    Replies: 7
    Last Post: 10-09-2010, 07:33 PM
  2. Replies: 12
    Last Post: 04-07-2009, 06:40 AM
  3. Updated War Offsets
    By babramski in forum MMO Exploits|Hacks
    Replies: 14
    Last Post: 12-19-2008, 12:49 AM
  4. Updating Offsets
    By Shamun in forum WoW Memory Editing
    Replies: 1
    Last Post: 12-07-2008, 04:56 PM
All times are GMT -5. The time now is 01:44 PM. 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