├── README.md ├── con_logfile_tricks └── README.md ├── model_bug └── README.md ├── netcon_hitmarker ├── README.md ├── example.gif └── hitmarker.js ├── netcon_stuff ├── 0s_defuser │ ├── 000.png │ ├── 0s_defuser.js │ ├── README.md │ └── timer.png ├── README.md └── hitmarker │ ├── README.md │ ├── example.gif │ └── hitmarker.js ├── panorama_mitm_xss ├── README.md ├── a.gif ├── main.py └── templates │ └── index.html ├── sv_pure_bypass ├── README.md └── soundmixer │ ├── main.py │ ├── requirements.txt │ ├── soundmixers.txt │ └── soundmixers_custom.txt ├── sv_pure_bypass_2-electric_boogaloo ├── README.md ├── possible_files.txt └── soundmixers.txt ├── sv_pure_bypass_3 ├── README.md └── generateWallhack.js ├── sv_pure_bypass_4 └── README.md ├── sv_pure_bypass_5 ├── README.md ├── disable_wallhack.sh ├── enable_wallhack.sh ├── generateWallhack.js ├── prepare.sh └── video.txt ├── sv_pure_bypass_5_2 ├── README.md ├── disable_wallhack.sh ├── enable_wallhack.sh ├── generateWallhack.js ├── prepare.sh ├── video.txt └── wallhack.js ├── sv_pure_bypass_6 └── README.md ├── sv_pure_bypass_7 ├── README.md ├── generateWallhack.js ├── mirror.exe └── video.txt ├── sv_pure_bypass_7_2 ├── README.md ├── disable_wallhack.cmd ├── enable_wallhack.cmd ├── generateWallhack.js ├── mirror.exe ├── prepare.cmd └── video.txt ├── sv_pure_bypass_8 ├── README.md ├── passthrough-x64.exe └── wallhack.js └── sv_pure_bypass_9 └── README.md /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kkthxbye-code/csgo_bugs/HEAD/README.md -------------------------------------------------------------------------------- /con_logfile_tricks/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kkthxbye-code/csgo_bugs/HEAD/con_logfile_tricks/README.md -------------------------------------------------------------------------------- /model_bug/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kkthxbye-code/csgo_bugs/HEAD/model_bug/README.md -------------------------------------------------------------------------------- /netcon_hitmarker/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kkthxbye-code/csgo_bugs/HEAD/netcon_hitmarker/README.md -------------------------------------------------------------------------------- /netcon_hitmarker/example.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kkthxbye-code/csgo_bugs/HEAD/netcon_hitmarker/example.gif -------------------------------------------------------------------------------- /netcon_hitmarker/hitmarker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kkthxbye-code/csgo_bugs/HEAD/netcon_hitmarker/hitmarker.js -------------------------------------------------------------------------------- /netcon_stuff/0s_defuser/000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kkthxbye-code/csgo_bugs/HEAD/netcon_stuff/0s_defuser/000.png -------------------------------------------------------------------------------- /netcon_stuff/0s_defuser/0s_defuser.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kkthxbye-code/csgo_bugs/HEAD/netcon_stuff/0s_defuser/0s_defuser.js -------------------------------------------------------------------------------- /netcon_stuff/0s_defuser/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kkthxbye-code/csgo_bugs/HEAD/netcon_stuff/0s_defuser/README.md -------------------------------------------------------------------------------- /netcon_stuff/0s_defuser/timer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kkthxbye-code/csgo_bugs/HEAD/netcon_stuff/0s_defuser/timer.png -------------------------------------------------------------------------------- /netcon_stuff/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kkthxbye-code/csgo_bugs/HEAD/netcon_stuff/README.md -------------------------------------------------------------------------------- /netcon_stuff/hitmarker/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kkthxbye-code/csgo_bugs/HEAD/netcon_stuff/hitmarker/README.md -------------------------------------------------------------------------------- /netcon_stuff/hitmarker/example.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kkthxbye-code/csgo_bugs/HEAD/netcon_stuff/hitmarker/example.gif -------------------------------------------------------------------------------- /netcon_stuff/hitmarker/hitmarker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kkthxbye-code/csgo_bugs/HEAD/netcon_stuff/hitmarker/hitmarker.js -------------------------------------------------------------------------------- /panorama_mitm_xss/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kkthxbye-code/csgo_bugs/HEAD/panorama_mitm_xss/README.md -------------------------------------------------------------------------------- /panorama_mitm_xss/a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kkthxbye-code/csgo_bugs/HEAD/panorama_mitm_xss/a.gif -------------------------------------------------------------------------------- /panorama_mitm_xss/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kkthxbye-code/csgo_bugs/HEAD/panorama_mitm_xss/main.py -------------------------------------------------------------------------------- /panorama_mitm_xss/templates/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kkthxbye-code/csgo_bugs/HEAD/panorama_mitm_xss/templates/index.html -------------------------------------------------------------------------------- /sv_pure_bypass/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kkthxbye-code/csgo_bugs/HEAD/sv_pure_bypass/README.md -------------------------------------------------------------------------------- /sv_pure_bypass/soundmixer/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kkthxbye-code/csgo_bugs/HEAD/sv_pure_bypass/soundmixer/main.py -------------------------------------------------------------------------------- /sv_pure_bypass/soundmixer/requirements.txt: -------------------------------------------------------------------------------- 1 | psutil -------------------------------------------------------------------------------- /sv_pure_bypass/soundmixer/soundmixers.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kkthxbye-code/csgo_bugs/HEAD/sv_pure_bypass/soundmixer/soundmixers.txt -------------------------------------------------------------------------------- /sv_pure_bypass/soundmixer/soundmixers_custom.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kkthxbye-code/csgo_bugs/HEAD/sv_pure_bypass/soundmixer/soundmixers_custom.txt -------------------------------------------------------------------------------- /sv_pure_bypass_2-electric_boogaloo/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kkthxbye-code/csgo_bugs/HEAD/sv_pure_bypass_2-electric_boogaloo/README.md -------------------------------------------------------------------------------- /sv_pure_bypass_2-electric_boogaloo/possible_files.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kkthxbye-code/csgo_bugs/HEAD/sv_pure_bypass_2-electric_boogaloo/possible_files.txt -------------------------------------------------------------------------------- /sv_pure_bypass_2-electric_boogaloo/soundmixers.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kkthxbye-code/csgo_bugs/HEAD/sv_pure_bypass_2-electric_boogaloo/soundmixers.txt -------------------------------------------------------------------------------- /sv_pure_bypass_3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kkthxbye-code/csgo_bugs/HEAD/sv_pure_bypass_3/README.md -------------------------------------------------------------------------------- /sv_pure_bypass_3/generateWallhack.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kkthxbye-code/csgo_bugs/HEAD/sv_pure_bypass_3/generateWallhack.js -------------------------------------------------------------------------------- /sv_pure_bypass_4/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kkthxbye-code/csgo_bugs/HEAD/sv_pure_bypass_4/README.md -------------------------------------------------------------------------------- /sv_pure_bypass_5/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kkthxbye-code/csgo_bugs/HEAD/sv_pure_bypass_5/README.md -------------------------------------------------------------------------------- /sv_pure_bypass_5/disable_wallhack.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kkthxbye-code/csgo_bugs/HEAD/sv_pure_bypass_5/disable_wallhack.sh -------------------------------------------------------------------------------- /sv_pure_bypass_5/enable_wallhack.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kkthxbye-code/csgo_bugs/HEAD/sv_pure_bypass_5/enable_wallhack.sh -------------------------------------------------------------------------------- /sv_pure_bypass_5/generateWallhack.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kkthxbye-code/csgo_bugs/HEAD/sv_pure_bypass_5/generateWallhack.js -------------------------------------------------------------------------------- /sv_pure_bypass_5/prepare.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kkthxbye-code/csgo_bugs/HEAD/sv_pure_bypass_5/prepare.sh -------------------------------------------------------------------------------- /sv_pure_bypass_5/video.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kkthxbye-code/csgo_bugs/HEAD/sv_pure_bypass_5/video.txt -------------------------------------------------------------------------------- /sv_pure_bypass_5_2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kkthxbye-code/csgo_bugs/HEAD/sv_pure_bypass_5_2/README.md -------------------------------------------------------------------------------- /sv_pure_bypass_5_2/disable_wallhack.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kkthxbye-code/csgo_bugs/HEAD/sv_pure_bypass_5_2/disable_wallhack.sh -------------------------------------------------------------------------------- /sv_pure_bypass_5_2/enable_wallhack.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kkthxbye-code/csgo_bugs/HEAD/sv_pure_bypass_5_2/enable_wallhack.sh -------------------------------------------------------------------------------- /sv_pure_bypass_5_2/generateWallhack.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kkthxbye-code/csgo_bugs/HEAD/sv_pure_bypass_5_2/generateWallhack.js -------------------------------------------------------------------------------- /sv_pure_bypass_5_2/prepare.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kkthxbye-code/csgo_bugs/HEAD/sv_pure_bypass_5_2/prepare.sh -------------------------------------------------------------------------------- /sv_pure_bypass_5_2/video.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kkthxbye-code/csgo_bugs/HEAD/sv_pure_bypass_5_2/video.txt -------------------------------------------------------------------------------- /sv_pure_bypass_5_2/wallhack.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kkthxbye-code/csgo_bugs/HEAD/sv_pure_bypass_5_2/wallhack.js -------------------------------------------------------------------------------- /sv_pure_bypass_6/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kkthxbye-code/csgo_bugs/HEAD/sv_pure_bypass_6/README.md -------------------------------------------------------------------------------- /sv_pure_bypass_7/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kkthxbye-code/csgo_bugs/HEAD/sv_pure_bypass_7/README.md -------------------------------------------------------------------------------- /sv_pure_bypass_7/generateWallhack.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kkthxbye-code/csgo_bugs/HEAD/sv_pure_bypass_7/generateWallhack.js -------------------------------------------------------------------------------- /sv_pure_bypass_7/mirror.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kkthxbye-code/csgo_bugs/HEAD/sv_pure_bypass_7/mirror.exe -------------------------------------------------------------------------------- /sv_pure_bypass_7/video.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kkthxbye-code/csgo_bugs/HEAD/sv_pure_bypass_7/video.txt -------------------------------------------------------------------------------- /sv_pure_bypass_7_2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kkthxbye-code/csgo_bugs/HEAD/sv_pure_bypass_7_2/README.md -------------------------------------------------------------------------------- /sv_pure_bypass_7_2/disable_wallhack.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kkthxbye-code/csgo_bugs/HEAD/sv_pure_bypass_7_2/disable_wallhack.cmd -------------------------------------------------------------------------------- /sv_pure_bypass_7_2/enable_wallhack.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kkthxbye-code/csgo_bugs/HEAD/sv_pure_bypass_7_2/enable_wallhack.cmd -------------------------------------------------------------------------------- /sv_pure_bypass_7_2/generateWallhack.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kkthxbye-code/csgo_bugs/HEAD/sv_pure_bypass_7_2/generateWallhack.js -------------------------------------------------------------------------------- /sv_pure_bypass_7_2/mirror.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kkthxbye-code/csgo_bugs/HEAD/sv_pure_bypass_7_2/mirror.exe -------------------------------------------------------------------------------- /sv_pure_bypass_7_2/prepare.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kkthxbye-code/csgo_bugs/HEAD/sv_pure_bypass_7_2/prepare.cmd -------------------------------------------------------------------------------- /sv_pure_bypass_7_2/video.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kkthxbye-code/csgo_bugs/HEAD/sv_pure_bypass_7_2/video.txt -------------------------------------------------------------------------------- /sv_pure_bypass_8/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kkthxbye-code/csgo_bugs/HEAD/sv_pure_bypass_8/README.md -------------------------------------------------------------------------------- /sv_pure_bypass_8/passthrough-x64.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kkthxbye-code/csgo_bugs/HEAD/sv_pure_bypass_8/passthrough-x64.exe -------------------------------------------------------------------------------- /sv_pure_bypass_8/wallhack.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kkthxbye-code/csgo_bugs/HEAD/sv_pure_bypass_8/wallhack.js -------------------------------------------------------------------------------- /sv_pure_bypass_9/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kkthxbye-code/csgo_bugs/HEAD/sv_pure_bypass_9/README.md --------------------------------------------------------------------------------