Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 2.03 KB

README.md

File metadata and controls

39 lines (22 loc) · 2.03 KB

Server-Pure-Bypass

This repository has a Server Pure Bypass with MinHook for Counter-Strike: Global Offensive game. It's fully open source and loadable into the game as a Dynamic-link library (DLL)

What is Server Pure?

Pure server is one that forces all clients on the server to use content that matches what is on the server.

How to setup MinHook files?

  • First go MinHook submodule folder then download MinHook files on project page or clone project repository from GitBash or Github Desktop.

  • If you download project files with manual method you need extract zip file.

  • Move "include" folder to "src" folder.

  • Then change folder name "src" to "MinHook"

  • Finally move MinHook folder to Server Pure Bypass Project

How to build Server Pure Bypass Project files?

  • First of all you should download project files on project page or clone this repository from GitBash or GitHub Desktop on your PC. Server-Pure-Bypass.zip

  • If you download project files with manual method you need extract zip file.

  • Run .sln file on Visual Studio (2019+).

  • Change build configuration to Debug or Release | x86 and press Build button or press CTRL+B on your keyboard.

  • Check out bin folder include that.

How to load into the game?