External glow ESP for CS:GO
Install Golang
Admin privileges on local machine
Step 1: Getting this repo in your local machine.
Clone this repo -
git clone https://github.com/aditkumar1/csgo-wallhack-golang.git
Alternatively download ZIP by clicking on Code -> Download Zip.
Step 2: Running the cheat
Note-1) Launch CSGO application before running below command. VAC ban risk is always there. On safe side, start your CS GO game first with -insecure flag
Note-2) Below command needs to run with admin privileges
Note-3) Make sure you are inside root directory of this cheat by running.
Run it
Alternatively, download and run using go get (preferred if you can run application in your GOPATH) -
go get -v github.com/aditkumar1/csgo-wallhack-golang
GO 1.14
Windows 10
## Known Errors
```
Encountered error - runtime error: invalid memory address or nil pointer dereference , ensure CS GO application running before starting this application.
```
This is self explanatory and indicates that CSGO process needs to start before running this cheat
Improve performance by invoking garbace collector efficiently.
Improve performance by doing less type conversions during runtime.
Better application logging.
Implement better evasive techniques to bypass VAC.
Provide any specific error you are seeing. Screenshot will help
Provide output of following command -
Please dont use any swearing language and be patient. We will work this out together.
As always, any contributions will be helpful.
Goxymemory for providing wrapper around win32 process read memory and write memory