Closed truted1 closed 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"])
Great idea implementing it asap
What about using requests to get hazedumper offsets