csgoGlow
csgoGlow copied to clipboard
Crashing a lot since the new scrimmage update.
Ever since the new update everytime I launch the glow it stays on for one round then comes off the players and when I die csgo just crashes and this has been happening continually ever since the update.
@jakobe15 I had a similar experience but I noticed that there were memory leaks in the program and since I patched those up it still occasionally craches but a lot less.
in main.cpp add a mainPid update call in the while loop so that the program exits when csgo exits. also at the end of the program you should call delete on the g_cProc and mem and the clientScanner. you can also replace the exit(0) with a simple return 0.