OneByteRadar
OneByteRadar copied to clipboard
CS:GO radar hack achieved by patching one byte of game memory. Written in Python 3.
Hi. Where can I read that byte position can be used to find the data writing address in cs: go?
2022-06-19 16:11:57,321 - pymem - DEBUG - Process 4908 is being debugged
I guess memory pattern update is needed. If you tell us how to do it maybe we can update it ourselves. @danielkrupinski
line 8, in clientModule = pm.read_bytes(client.lpBaseOfDll, client.SizeOfImage) AttributeError: 'NoneType' object has no attribute 'lpBaseOfDll'
OneByteRadar.py", line 10, in clientModule).start() + 9 AttributeError: 'NoneType' object has no attribute 'start'
Is it possible to add a keybind that will let you turn on/off the radar ingame?
Hi, so I was wondering if ob radar was working on Faceit, and it doesn't, isn't it using the same principle? 
Hello, I really like your cheat so I made improvements (only for usability) : - some exception catching - ability to enable and disable the cheat while in game (press...
Same as Title. And is it VAC-safe? Is he resident in the process? Will it be detected by anything?
Tutorial
Hello, could you do like a tutorial or add an explanation in the readme on how to know what to do there to code that?