Skip to content

External cheat for game Counter-Strike Global Offensive

License

Notifications You must be signed in to change notification settings

FreddyFox1/CSGO-ExternalCheat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSGO External Cheat

This code is written for educational and entertainment purposes and does not encourage use. The author is not responsible for its use and possible blocking in the game

External cheat for game Counter-Strike Global Offensive this is a file with extension *.exe, which using HANDLE process of CS GO to is READING and WRITING in RAM some values

This project include:

  • Simple form for cheat
  • Library for using in your project

Example using

using Engine.General;
using Engine.Globals;

public class Cheat 
{
    //Create base variable for using cheat
    private BaseVars bs;
    public Cheat()
    {
        //Initialize variable with process name 'csgo'
        bs = new BaseVars("csgo");
        WallhackOn();
    }
  
    private void WallhackOn()
    {
        new Thread(() =>
        {
            //Send base variable to Engine
            Engine.General.Wallhack.OnWallHack(bs);
        })
        {
            IsBackground = true,
            Priority = ThreadPriority.Normal
        }.Start();
    }
}

Cheat in game

Меню чита

Fair use disclaimer

This project is for educational purposes. Do not use this in any way which could disturb or affect:

Integrity of the game Any player's experience playing the game