h4rmy / ec-csgo

own ec fork with some tweaks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EC

open-source EC project from a cool guy ekknod with my own tweaks

tweaks:

- aim lock added (left alt by default), configure in main.cpp

keycodes list

installing and running:

1. download zip from releases tab
2. unzip it somewhere
3. run cmd from admin and type "bcdedit /set TESTSIGNING ON" and reboot pc
4. run cmd from admin again and type following:
 - sc create anyname binPath="pathto_km.sys" type=kernel (start=boot optional, to make driver run on windows boot without needing to start service)
 - sc start anyname

About

own ec fork with some tweaks


Languages

Language:C++ 72.2%Language:C 16.8%Language:Assembly 10.3%Language:CMake 0.6%Language:Batchfile 0.1%