Skip to content

aditkumar1/csgo-wallhack-golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSGO Wallhack Golang

External glow ESP for CS:GO

ESP Screenshot

Prerequisites

  • Install Golang
  • Admin privileges on local machine
  • Getting Started:

    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.
    cd csgo-wallhack-golang
    

    Run it

    go run hack.go
    

    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
    

    Tested on

  • 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

    TO DOs

  • 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.

    Opening an issue

  • Provide any specific error you are seeing. Screenshot will help
  • Provide output of following command -
    go env
    
  • Please dont use any swearing language and be patient. We will work this out together.
  • As always, any contributions will be helpful.

    Thanks to:

  • Goxymemory for providing wrapper around win32 process read memory and write memory
  • Enjoy the game

    ESP Screenshot