Skip to main content

pkg for auto update offsets

Project description

Python pkg for HazeDumper

Install

pip install hazedumper


Example

import pymem
import pymem.process
from hazedumper import \
    dwLocalPlayer, m_iHealth


def main():
    pm = pymem.Pymem("csgo.exe")
    client = pymem.process.module_from_name(pm.process_handle, "client.dll").lpBaseOfDll

    player = pm.read_int(client + dwLocalPlayer) #get local player
    health = pm.read_int(player + m_iHealth) #get health

    print(health) #output: 100


if __name__ == '__main__':
    main()

by @cxldxice with вќ¤

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hazedumper-1.0.1.tar.gz (3.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page