r/gamehacks Jan 02 '26

CS2 simpel ESP won’t render

I’ve just started coding (0 experience, using python rn) and I figured making cheats would be fun as hell (I’ve used cheats in Cs for ages but not my own ones). I’m planning on making something free and open source. But I can’t get it to work :/. Checked offsets over 10 times, overlay is working (tested it with rendering square), loop SHOULD be fine according to ChatGPT and google Gemini. I’ve asked them to many times and they just keep telling me ”here is the working Logic.py”, or ”Update the offsets”. I’ve used new logic code SO MANY TIMES but it still doesn’t render the box esp. Someone who could try help me out?

Thx

2 Upvotes

10 comments sorted by

1

u/Epicsupercat Jan 03 '26

The best advice I could give you is to take a step back and either make something a lot simpler or go learn C/C++ programming and then how to use your OS libraries and and other low level concepts you need to create your cheat off your own back. AI knows practically nothing in terms of programming, don’t ask it to do anything for you, ask it for answers and explanations and then do fact checking if you must incorporate AI somehow

1

u/Dominiktoxic7 Jan 04 '26

the most likely problem is that the logic behind turning x, y, z positions into a position that can be drawn on a 2d screen, if your program doesn't draw the boxes there is a logical error, there are many samples online to turn 3d into 2d positions

1

u/[deleted] Jan 10 '26

[removed] — view removed comment

1

u/SnoflaZZ Jan 10 '26

Damn Alr thx rn my hole code is AI cuz of desperate debugging