├── fix.reg └── src ├── Driver ├── Driver.vcxproj ├── Driver.vcxproj.filters ├── Driver.vcxproj.user ├── data.c ├── data.h ├── export.c ├── export.h ├── game.c ├── game.h ├── gdi.c ├── gdi.h ├── general.h ├── main.c ├── memory.c ├── memory.h ├── mouse.asm ├── mouse.c ├── mouse.h ├── pch.h ├── spoof.c ├── spoof.h ├── struct.h ├── utils.c └── utils.h └── Zodiak.sln /fix.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3a1/Zodiak/HEAD/fix.reg -------------------------------------------------------------------------------- /src/Driver/Driver.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3a1/Zodiak/HEAD/src/Driver/Driver.vcxproj -------------------------------------------------------------------------------- /src/Driver/Driver.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3a1/Zodiak/HEAD/src/Driver/Driver.vcxproj.filters -------------------------------------------------------------------------------- /src/Driver/Driver.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3a1/Zodiak/HEAD/src/Driver/Driver.vcxproj.user -------------------------------------------------------------------------------- /src/Driver/data.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3a1/Zodiak/HEAD/src/Driver/data.c -------------------------------------------------------------------------------- /src/Driver/data.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3a1/Zodiak/HEAD/src/Driver/data.h -------------------------------------------------------------------------------- /src/Driver/export.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3a1/Zodiak/HEAD/src/Driver/export.c -------------------------------------------------------------------------------- /src/Driver/export.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3a1/Zodiak/HEAD/src/Driver/export.h -------------------------------------------------------------------------------- /src/Driver/game.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3a1/Zodiak/HEAD/src/Driver/game.c -------------------------------------------------------------------------------- /src/Driver/game.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3a1/Zodiak/HEAD/src/Driver/game.h -------------------------------------------------------------------------------- /src/Driver/gdi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3a1/Zodiak/HEAD/src/Driver/gdi.c -------------------------------------------------------------------------------- /src/Driver/gdi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3a1/Zodiak/HEAD/src/Driver/gdi.h -------------------------------------------------------------------------------- /src/Driver/general.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3a1/Zodiak/HEAD/src/Driver/general.h -------------------------------------------------------------------------------- /src/Driver/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3a1/Zodiak/HEAD/src/Driver/main.c -------------------------------------------------------------------------------- /src/Driver/memory.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3a1/Zodiak/HEAD/src/Driver/memory.c -------------------------------------------------------------------------------- /src/Driver/memory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3a1/Zodiak/HEAD/src/Driver/memory.h -------------------------------------------------------------------------------- /src/Driver/mouse.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3a1/Zodiak/HEAD/src/Driver/mouse.asm -------------------------------------------------------------------------------- /src/Driver/mouse.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3a1/Zodiak/HEAD/src/Driver/mouse.c -------------------------------------------------------------------------------- /src/Driver/mouse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3a1/Zodiak/HEAD/src/Driver/mouse.h -------------------------------------------------------------------------------- /src/Driver/pch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3a1/Zodiak/HEAD/src/Driver/pch.h -------------------------------------------------------------------------------- /src/Driver/spoof.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3a1/Zodiak/HEAD/src/Driver/spoof.c -------------------------------------------------------------------------------- /src/Driver/spoof.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3a1/Zodiak/HEAD/src/Driver/spoof.h -------------------------------------------------------------------------------- /src/Driver/struct.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3a1/Zodiak/HEAD/src/Driver/struct.h -------------------------------------------------------------------------------- /src/Driver/utils.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3a1/Zodiak/HEAD/src/Driver/utils.c -------------------------------------------------------------------------------- /src/Driver/utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3a1/Zodiak/HEAD/src/Driver/utils.h -------------------------------------------------------------------------------- /src/Zodiak.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3a1/Zodiak/HEAD/src/Zodiak.sln --------------------------------------------------------------------------------