Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kruz1337 committed Apr 30, 2022
1 parent a8e373d commit e99df07
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# 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)](https://en.wikipedia.org/wiki/Dynamic-link_library)

![](https://img.shields.io/badge/language-c++-e76089?style=plastic) ![](https://img.shields.io/badge/game-csgo-yellow?style=plastic) ![](https://img.shields.io/badge/license-GNU-green?style=plastic) ![](https://img.shields.io/badge/arch-x86-d9654f?style=plastic)

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

![](https://github.com/Kruziikrel1/Server-Pure-Bypass/blob/main/thumbnail.png)

## 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](https://github.com/Kruziikrel1/Server-Pure-Bypass/releases)

* 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 <kbd>CTRL+B</kbd> on your keyboard.

* Check out bin folder include that.

## How to load into the game?
* First download any [Dynamic-link library (DLL)](https://en.wikipedia.org/wiki/Dynamic-link_library) injector or use my [Open Source Injector](github.com/Kruziikrel1/Kruzinjector) and open.

* Then select builded [Dynamic-link library (DLL)](https://en.wikipedia.org/wiki/Dynamic-link_library) file and Inject to csgo.exe

* That's all, enjoy it :)

0 comments on commit e99df07

Please sign in to comment.