[Search] Adress of Playerlocation menu

User Tag List

Page 2 of 2 FirstFirst 12
Results 16 to 23 of 23
  1. #16
    swayenvoy's Avatar Member
    Reputation
    1
    Join Date
    Jul 2008
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    what is the content of
    Code:
    $pointer = _MemoryRead(0x010A68B4, $wow, "uint")

    [Search] Adress of Playerlocation
  2. #17
    Monstr's Avatar Contributor
    Reputation
    80
    Join Date
    Jan 2009
    Posts
    143
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    it is : 494123344

  3. #18
    swayenvoy's Avatar Member
    Reputation
    1
    Join Date
    Jul 2008
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Looks ok.
    Take a look at it in olly

  4. #19
    Monstr's Avatar Contributor
    Reputation
    80
    Join Date
    Jan 2009
    Posts
    143
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    okay ))

  5. #20
    SKU's Avatar Contributor
    Reputation
    306
    Join Date
    May 2007
    Posts
    565
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have no clue of AutoIt, but take a look at how Malu does the **ptr reads:

    $OffsetA = ($OffsetAbegin + (0x100 * $OffsetAfloor)) + (0x4 * $OffsetAfloorY)
    $OffsAPoint = _MemoryRead("0x" & hex($OffsetA), $DllInformation, 'int')

    The pointer should be correct, so might be a syntax problem.

    #Include <NomadMemory.au3>
    SetPrivilege("SeDebugPrivilege", 1)
    $wow = _memoryopen(WinGetProcess("World of Warcraft"))
    $pointer = _MemoryRead(0x010A68B4, $wow, "uint")
    $location = _MemoryRead("0x" & hex($pointer), $wow, "char[30]")
    Msgbox (0,"",$location)

    Edit:

    $DllInformation = _memoryopen(WinGetProcess("World of Warcraft"))
    $lvl1Pointer= _MemoryRead($PlayerBaseStatic, $DllInformation, 'ptr')
    $lvl2Pointer= _MemoryRead(($lvl1Pointer + 0x30), $DllInformation, 'ptr')
    $PlayerBase= _MemoryRead(($lvl2Pointer + 0x2, $DllInformation, 'ptr')

    (c) malu05

    Might need to read it as 'ptr', dunno.
    Last edited by SKU; 02-28-2009 at 04:39 PM.

  6. #21
    Monstr's Avatar Contributor
    Reputation
    80
    Join Date
    Jan 2009
    Posts
    143
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks! Big Thanks! Works with reading as a ptr

  7. #22
    luciferc's Avatar Contributor
    Reputation
    90
    Join Date
    Jul 2008
    Posts
    373
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Glad to see it worked :P.

    My Problem was not reading Ascii

  8. #23
    schlumpf's Avatar Retired Noggit Developer

    Reputation
    755
    Join Date
    Nov 2006
    Posts
    2,759
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The pointers I posted are the ones holding the strings for the LUA functions GetRealZoneName() etc.

    Code:
    004A0E30 Lua_GetZoneText proc near               ; DATA XREF: .data:00FC683Co
    004A0E30
    004A0E30 arg_0           = dword ptr  8
    004A0E30
    004A0E30                 push    ebp
    004A0E31                 mov     ebp, esp
    004A0E33                 mov     eax, ZoneText
    004A0E38                 test    eax, eax
    004A0E3A                 jnz     short loc_4A0E41
    004A0E3C                 mov     eax, offset byte_92F8FF
    004A0E41
    004A0E41 loc_4A0E41:                             ; CODE XREF: Lua_GetZoneText+Aj
    004A0E41                 push    eax
    004A0E42                 mov     eax, [ebp+arg_0]
    004A0E45                 push    eax
    004A0E46                 call    sub_7AE250
    004A0E4B                 add     esp, 8
    004A0E4E                 mov     eax, 1
    004A0E53                 pop     ebp
    004A0E54                 retn
    004A0E54 Lua_GetZoneText endp

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Thottbot Search Engine (MATT please read)
    By Tbone in forum Community Chat
    Replies: 13
    Last Post: 11-07-2006, 06:27 AM
  2. The Search Button and YOU
    By Finnster in forum World of Warcraft General
    Replies: 2
    Last Post: 10-23-2006, 06:45 PM
  3. How do you change your IP adress
    By wicked_joe in forum Community Chat
    Replies: 4
    Last Post: 08-15-2006, 02:45 AM
  4. Search
    By Alexandria in forum World of Warcraft General
    Replies: 0
    Last Post: 08-12-2006, 07:37 PM
  5. Searching for Voice Actors/In-Game Actors
    By Örpheus in forum World of Warcraft General
    Replies: 1
    Last Post: 08-01-2006, 10:03 AM
All times are GMT -5. The time now is 03:06 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