From 9eec7da12f469ab88bd0ef14347ffaa9dc408450 Mon Sep 17 00:00:00 2001 From: Szymon Marczak <36894700+szmarczak@users.noreply.github.com> Date: Fri, 11 Dec 2020 21:53:38 +0100 Subject: [PATCH] sv_pure_bypass_9 (#45) --- README.md | 1 + sv_pure_bypass_9/README.md | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 sv_pure_bypass_9/README.md diff --git a/README.md b/README.md index 910cb44..c8f95a1 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ Why post stuff like this in public? Valve doesn't care anymore, see the [model_b | sv_pure_bypass_7 | Yes | 10-08-2020 | [17-09-2020](https://blog.counter-strike.net/index.php/2020/09/31687/) | [@szmarczak](szmarczak) | | sv_pure_bypass_7_2 | Yes | 18-09-2020 | [03-12-2020](https://blog.counter-strike.net/index.php/2020/12/31908/) | [@szmarczak](szmarczak) | | sv_pure_bypass_8 | No | 04-12-2020 | | [@szmarczak](szmarczak) and [@Billar42](https://github.com/Billar42) | +| sv_pure_bypass_9 | No | 11-12-2020 | | [@szmarczak](szmarczak) | | con_logfile_tricks | Yes | ??-??-2018 | [01-09-2020](https://blog.counter-strike.net/index.php/2020/09/31532/) | [@kkthxbye-code](https://github.com/kkthxbye-code) | | netcon_stuff | Yes | ??-03-2020 | [26-08-2020](https://blog.counter-strike.net/index.php/2020/08/31476/) | [@403-fruit](https://github.com/403-Fruit) and [@szmarczak](https://github.com/szmarczak) | | netcon_hitmarker | Yes | 10-08-2020 | [01-09-2020](https://blog.counter-strike.net/index.php/2020/09/31532/) | [DepoSit](https://youtu.be/T7ShZxNGr5E?t=226) and [@szmarczak](https://github.com/szmarczak) | diff --git a/sv_pure_bypass_9/README.md b/sv_pure_bypass_9/README.md new file mode 100644 index 0000000..823155a --- /dev/null +++ b/sv_pure_bypass_9/README.md @@ -0,0 +1,27 @@ +## sv\_pure bypass \#9 + +A slightly different exploit - works only on non-official servers. That means it works on any community server, ESEA, ~~Faceit~~ (fixed), Esportal etc. + +### Steps + +1. Extract the [`materials.zip`](https://fromsmash.com/c_xzllEiAm-dt) file inside the `csgo` directory. +2. Launch CS:GO. +3. Load an offline map you will be connecting to later. +4. Connect to any non-official server. It can run `sv_pure 1` - it does **not** have any effect! +5. Profit! + +On Mirage you can see both Ts and CTs through walls. Additionally, enjoy looking through bench on B. + +### How it works? + +When connecting to an offline server, CS:GO loads *some* VMTs inside the `materials` directory. When you try to play official matchmaking, you will get `third party files have been loaded` error. But it doesn't happen when you connect to a non-official server! + +### Screenshots + +![image](https://user-images.githubusercontent.com/36894700/101847854-791a7200-3b54-11eb-88a1-38c43de5f61a.png) + +![image](https://user-images.githubusercontent.com/36894700/101848012-c72f7580-3b54-11eb-8ac6-c51cf3e535ae.png) + +### Credits + +* [@szmarczak](https://github.com/szmarczak) for discovering the bug.