(Data Mining) - Help me, plz. menu

User Tag List

Results 1 to 1 of 1
  1. #1
    Fufavu's Avatar Member
    Reputation
    1
    Join Date
    May 2018
    Posts
    15
    Thanks G/R
    8/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    (Data Mining) - Help me, plz.

    Programming in Python
    I am trying to use Python to collect data from my character for maybe in the future creating a DataSet.
    I am already in a few days in a problem that I cannot solve.

    The OffSets I use never return anything, so far only 2 have returned to me what I wanted.

    the ones that worked were:
    playername = 0x00C79D18
    realmname = 0x00C79B9E

    I would really like this to work:
    FrameScript__SignalCombatLogEvent = 0x750400
    (I believe this would be what CombatLog would give me in real time)

    I'm using the PYMEM library, because seconds what I researched would be the simplest way to work with memory with python.

    Code:
    import pymem
    
    pm = pymem.Pymem('Wow.exe')
    base = pm.process_base.lpBaseOfDll
    
    
    playername = 0x00C79D18
    realmname = 0x00C79B9E
    
    equipment_set_list = 0x5af490
    
    
    
    player_name = pm.read_string(playername)
    print(player_name)
    
    relm = pm.read_string(realmname)
    print(relm)
    
    test = pm.read_string(equipment_set_list)
    print(test)
    Code:
    2020-12-13 13:54:54,002 - pymem.process - ERROR - AdjustTokenPrivileges error: 0x00000006
    
    2020-12-13 13:54:54,002 - pymem - DEBUG - Process 17996 is being debugged
    Flax
    Royal WoW
    
    Traceback (most recent call last):
      File "c:\Users\xxxxx\Desktop\Code\Arquivos_Python\Processo_wow\processo_wow.py", line 19, in <module>
        teste = pm.read_string(zone_c)
      File "C:\Users\xxxxx\AppData\Local\Programs\Python\Python39\lib\site-packages\pymem\__init__.py", line 781, in read_string
        value = pymem.memory.read_string(self.process_handle, address, byte)
      File "C:\Users\xxxxx\AppData\Local\Programs\Python\Python39\lib\site-packages\pymem\memory.py", line 544, in read_string
        buff = buff.decode()
    UnicodeDecodeError: 'utf-8' codec can't decode byte 0x8b in position 1: invalid start byte
    When I change the code to:
    Code:
    test = pm.read_int(equipment_set_list)
    Returns:
    -2081649835

    When I change the code to:
    Code:
    test = pm.read_longlong(equipment_set_list)
    Returns:
    6220351710526475093

    Documentation:
    Welcome to Pymem’s documentation! — Pymem alpha documentation
    Last edited by Fufavu; 12-14-2020 at 08:13 PM.

    (Data Mining) - Help me, plz.

Similar Threads

  1. I cant change data !! can u help me plz
    By kelanthang998 in forum World of Warcraft Emulator Servers
    Replies: 0
    Last Post: 09-10-2007, 06:06 AM
  2. Making a Website Help ME plz
    By dubois1 in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 09-07-2007, 05:21 PM
  3. Making a Website Help ME plz
    By dubois1 in forum Community Chat
    Replies: 4
    Last Post: 09-07-2007, 05:19 PM
  4. Help me plz
    By galcybele in forum Art & Graphic Design
    Replies: 4
    Last Post: 09-05-2007, 10:02 PM
  5. Help me plz
    By kikoolol in forum WoW ME Questions and Requests
    Replies: 2
    Last Post: 06-06-2007, 09:20 PM
All times are GMT -5. The time now is 04:01 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