classic 1.13 how to get bag info? menu

User Tag List

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

    classic 1.13 how to get bag info?

    classic 1.13 how to get bag info?

    classic 1.13 how to get bag info?
  2. #2
    Corthezz's Avatar Elite User Authenticator enabled
    Reputation
    386
    Join Date
    Nov 2011
    Posts
    325
    Thanks G/R
    183/98
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You can get it by reading memory.
    Check my blog: https://zzuks.blogspot.com

  3. Thanks aeo (1 members gave Thanks to Corthezz for this useful post)
  4. #3
    mucyii's Avatar Member
    Reputation
    1
    Join Date
    Feb 2020
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i cannot get bag from objmanager, is it have example? i already get player info from objmanager。
    this is example
    https://www.ownedcore.com/forums/wor...ete-newbs.html ([Guide] How to make a Wow bot for complete newbs!)

  5. #4
    wkingnet's Avatar Member
    Reputation
    1
    Join Date
    Mar 2020
    Posts
    5
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mucyii View Post
    i cannot get bag from objmanager, is it have example? i already get player info from objmanager。
    this is example
    https://www.ownedcore.com/forums/wor...ete-newbs.html ([Guide] How to make a Wow bot for complete newbs!)
    Hi, would you mind sharing your code please?
    I cannot read the memory with autoit, but CE works fine.
    QQ截图20200327145642.png

    this is my code. it cannot read wowclassic.exe memory.
    #include ".\include\NomadMemory.au3"
    #include <MsgBoxConstants.au3>

    Global Const $CurMgrPointer = 0x2387C88
    Global Const $FirstObjectOffset = 0x18
    Global Const $NextObjectOffset = 0x70
    Global Const $LocalGUID = 0xB8
    Global Const $UnitName1 = 0x17B8
    Global Const $UnitName2 = 0xE0

    Func GETWOWBASEADDRESS($PID)

    $HSNAP = DllCall("Kernel32.dll", "HANDLE", "CreateToolhelp32Snapshot", "DWORD", 8, "DWORD", $PID)

    $STMODULE = DllStructCreate("DWORD dwSize;DWORD th32ModuleID;DWORD th32ProcessID;" & "DWORD GlblcntUsage;DWORD ProccntUsage;ptr modBaseAddr;" & "DWORD modBaseSize;HANDLE hModule;WCHAR szModule[256];" & "WCHAR szExePath[260]")

    DllStructSetData($STMODULE, "dwSize", DllStructGetSize($STMODULE))

    $RET = DllCall("Kernel32.dll", "BOOLEAN", "Module32FirstW", "HANDLE", $HSNAP[0], "ptr", DllStructGetPtr($STMODULE))

    IF ($RET[0] = False) Then
    DllCall("Kernel32.dll", "BOOLEAN", "CloseHandle", "HANDLE", $HSNAP[0])
    Return 0
    Else
    $RET[0] = True
    Do
    If DllStructGetData($STMODULE, "szModule") = "Wowclassic.exe" Then

    DllCall("Kernel32.dll", "BOOLEAN", "CloseHandle", "HANDLE", $HSNAP[0])

    Return DllStructGetData($STMODULE, "modBaseAddr")
    EndIf
    $RET = DllCall("Kernel32.dll", "BOOLEAN", "Module32NextW", "HANDLE", $HSNAP[0], "ptr", DllStructGetPtr($STMODULE))
    Until $RET[0] = False
    EndIf
    EndFunc ;==>GETWOWBASEADDRESS

    $PID = WinGetProcess("World of Warcraft")
    Global $WowBase = GetWoWBaseAddress($PID)
    $hWow = _MemoryOpen($PID)
    Hex($WowBase + $CurMgrPointer)
    ConsoleWrite('@@ Debug(' & @ScriptLineNumber & ') : $PID = ' & $PID & @CRLF) ;### Debug Console
    ConsoleWrite('@@ Debug(' & @ScriptLineNumber & ') : $WowBase = ' & $WowBase & @CRLF) ;### Debug Console
    ConsoleWrite('@@ Debug(' & @ScriptLineNumber & ') : Hex($WowBase + $CurMgrPointer) = ' & Hex($WowBase + $CurMgrPointer) & @CRLF) ;### Debug Console

    $curMgr = _MemoryRead("0x" & Hex($WowBase + $CurMgrPointer), $hWow , "dword")
    $pGUID = _MemoryRead("0x" & Hex($curMgr + $LocalGUID ), $hWow , "UINT64")
    ConsoleWrite('@@ Debug(' & @ScriptLineNumber & ') : $curMgr = ' & $curMgr & @CRLF) ;### Debug Console
    ConsoleWrite('@@ Debug(' & @ScriptLineNumber & ') : $pGUID = ' & $pGUID & @CRLF) ;### Debug Console
    Attached Thumbnails Attached Thumbnails classic 1.13 how to get bag info&#65311;-_qq-20200327144949-jpg  
    Last edited by wkingnet; 03-27-2020 at 01:58 AM.

Similar Threads

  1. Replies: 1
    Last Post: 08-21-2019, 10:12 AM
  2. how to get full info
    By ninki in forum WoW Scam Prevention
    Replies: 18
    Last Post: 07-16-2008, 05:52 PM
  3. How to get account info on scammed account(short version included)
    By pewpewlazerz in forum WoW Scam Prevention
    Replies: 1
    Last Post: 02-26-2008, 05:18 AM
  4. Replies: 3
    Last Post: 10-23-2007, 08:37 PM
  5. Replies: 17
    Last Post: 10-23-2007, 01:39 PM
All times are GMT -5. The time now is 04:10 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