SourLen / Python-CSGO-Cheat

All-in-one, undetected CSGO cheat written in Python.
194 stars 43 forks source link

Dynamic Offsets #1

Closed truted1 closed 4 years ago

truted1 commented 4 years ago

What about using requests to get hazedumper offsets

import requests

offsets = 'https://raw.githubusercontent.com/frk1/hazedumper/master/csgo.json'
response = requests.get(offsets).json()

dwEntityList = int(response["signatures"]["dwEntityList"])
SourLen commented 4 years ago

Great idea implementing it asap