Skip to content

Simple Extermal (No injecting) CS:GO cheat written in Rust PL by pepej

Notifications You must be signed in to change notification settings

PepejHa4ker/csgohack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CsgoHack is a free and open-source memory hacking cheat.

Discord

Issues

If you notice any bugs or missing features, you can let us know by opening an issue here or discord.

License

This project is subject to the GNU General Public License v3.0. This does only apply for source code located directly in this clean repository. During the development and compilation process, additional source code may be used to which we have obtained no rights. Such code is not covered by the GPL license.

For those who are unfamiliar with the license, here is a summary of its main points. This is by no means legal advice nor legally binding.

Actions that you are allowed to do:

  • Use
  • Share
  • Modify

If you do decide to use ANY code from the source:

  • You must disclose the source code of your modified work and the source code you took from this project. This means you are not allowed to use code from this project (even partially) in a closed-source (or even obfuscated) application.
  • Your modified application must also be licensed under the GPL

Setting up a Workspace

  1. Install rust toolchain using https://rustup.rs/
  2. Install Visual C++ 2015 Click here
  3. Clone the repository using git clone https://github.com/PepejHa4ker/csgohack.
  4. CD into the local repository.
  5. Open the folder as a Rust project in your preferred IDE.
  6. DONE!!!

Build

cargo build --package csgohack --bin csgohack --release --target=i586-pc-windows-msvc

Contributing

We appreciate contributions. So if you want to support us, feel free to make changes to CsgoHack's source code and submit a pull request.