Cody's External C++ CSGO GlowHack Tutorial
Learn how to make an external C++ CSGO glowhack. Read the thread!
https://guidedhacking.com/threads/codys-c-csgo-glowhack-tutorial.11822/
Timestamp:
0:00 Introduction
1:12 Code setup
17:01 Testing
On this CSGO glow hack tutorial you will learn how to make a CSGO cheat that gives you visual information about the enemies and their health points. A C++ glowhack draws a line around enemy players, some of them have specific colors for the line so that you can get an idea of the enemy's HP. This is exactly what we will do on the next glow tutorial. This type of csgo glow cheat is usually seen as a csgo wallhack.
We will use a simple memory class that helps us handle operations like opening processes, getting. We basically use the class to get the address to the glow object, entity list and some other objects using offsets and base addresses from haze dumper. The glow object allows us to set what glow color we want each entity to has, as well as some other properties. In the main function we make an infinite loops that constantly iterates through every entity in the entity list and based on what team the entity belongs to we set different colors on the glow object. In short, we read the glow index of the entity using a specific offset, then we use this glow index on the glow object with specific offset for each color channel, that is red, green, blue and alpha for transparency. Note that the values have a specific range between 0 and 2 as floats. So if you wanted full red you would set the red channel and alpha channel to the value 2.
You can find the source code for this tutorial on our guided hacking forum by clicking the link in the video description. There you can also find many other csgo hacks and counter strike cheats like this csgo cheat.
https://guidedhacking.com/donate
https://patreon.com/guidedhacking
https://twitter.com/guidedhacking
https://facebook.com/guidedhacking
https://guidedhacking.com
Other Videos By Guided Hacking
Other Statistics
Counter-Strike 2 Statistics For Guided Hacking
At this time, Guided Hacking has 2,022,183 views for Counter-Strike 2 spread across 45 videos. The game makes up 13 hours of published video on his channel, roughly 11.21% of Counter-Strike 2 content that Guided Hacking has uploaded to YouTube.