├── OffsetsAutoUpdater.sln ├── OffsetsAutoUpdater.vcxproj ├── OffsetsAutoUpdater.vcxproj.filters ├── OffsetsAutoUpdater.vcxproj.user ├── README.md ├── curl ├── curl.h ├── curlver.h ├── easy.h ├── header.h ├── json.hpp ├── libcurl_a.lib ├── libcurl_a_debug.lib ├── mprintf.h ├── multi.h ├── options.h ├── stdcheaders.h ├── system.h ├── typecheck-gcc.h ├── urlapi.h └── websockets.h ├── dllmain.cpp ├── framework.h ├── getoffsets.cpp ├── getoffsets.hpp ├── offsets.hpp ├── offsets.json ├── pch.cpp └── pch.h /OffsetsAutoUpdater.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GLX-ILLUSION/valorant-offsets-autoupdater/HEAD/OffsetsAutoUpdater.sln -------------------------------------------------------------------------------- /OffsetsAutoUpdater.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GLX-ILLUSION/valorant-offsets-autoupdater/HEAD/OffsetsAutoUpdater.vcxproj -------------------------------------------------------------------------------- /OffsetsAutoUpdater.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GLX-ILLUSION/valorant-offsets-autoupdater/HEAD/OffsetsAutoUpdater.vcxproj.filters -------------------------------------------------------------------------------- /OffsetsAutoUpdater.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GLX-ILLUSION/valorant-offsets-autoupdater/HEAD/OffsetsAutoUpdater.vcxproj.user -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GLX-ILLUSION/valorant-offsets-autoupdater/HEAD/README.md -------------------------------------------------------------------------------- /curl/curl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GLX-ILLUSION/valorant-offsets-autoupdater/HEAD/curl/curl.h -------------------------------------------------------------------------------- /curl/curlver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GLX-ILLUSION/valorant-offsets-autoupdater/HEAD/curl/curlver.h -------------------------------------------------------------------------------- /curl/easy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GLX-ILLUSION/valorant-offsets-autoupdater/HEAD/curl/easy.h -------------------------------------------------------------------------------- /curl/header.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GLX-ILLUSION/valorant-offsets-autoupdater/HEAD/curl/header.h -------------------------------------------------------------------------------- /curl/json.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GLX-ILLUSION/valorant-offsets-autoupdater/HEAD/curl/json.hpp -------------------------------------------------------------------------------- /curl/libcurl_a.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GLX-ILLUSION/valorant-offsets-autoupdater/HEAD/curl/libcurl_a.lib -------------------------------------------------------------------------------- /curl/libcurl_a_debug.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GLX-ILLUSION/valorant-offsets-autoupdater/HEAD/curl/libcurl_a_debug.lib -------------------------------------------------------------------------------- /curl/mprintf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GLX-ILLUSION/valorant-offsets-autoupdater/HEAD/curl/mprintf.h -------------------------------------------------------------------------------- /curl/multi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GLX-ILLUSION/valorant-offsets-autoupdater/HEAD/curl/multi.h -------------------------------------------------------------------------------- /curl/options.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GLX-ILLUSION/valorant-offsets-autoupdater/HEAD/curl/options.h -------------------------------------------------------------------------------- /curl/stdcheaders.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GLX-ILLUSION/valorant-offsets-autoupdater/HEAD/curl/stdcheaders.h -------------------------------------------------------------------------------- /curl/system.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GLX-ILLUSION/valorant-offsets-autoupdater/HEAD/curl/system.h -------------------------------------------------------------------------------- /curl/typecheck-gcc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GLX-ILLUSION/valorant-offsets-autoupdater/HEAD/curl/typecheck-gcc.h -------------------------------------------------------------------------------- /curl/urlapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GLX-ILLUSION/valorant-offsets-autoupdater/HEAD/curl/urlapi.h -------------------------------------------------------------------------------- /curl/websockets.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GLX-ILLUSION/valorant-offsets-autoupdater/HEAD/curl/websockets.h -------------------------------------------------------------------------------- /dllmain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GLX-ILLUSION/valorant-offsets-autoupdater/HEAD/dllmain.cpp -------------------------------------------------------------------------------- /framework.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GLX-ILLUSION/valorant-offsets-autoupdater/HEAD/framework.h -------------------------------------------------------------------------------- /getoffsets.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GLX-ILLUSION/valorant-offsets-autoupdater/HEAD/getoffsets.cpp -------------------------------------------------------------------------------- /getoffsets.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GLX-ILLUSION/valorant-offsets-autoupdater/HEAD/getoffsets.hpp -------------------------------------------------------------------------------- /offsets.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GLX-ILLUSION/valorant-offsets-autoupdater/HEAD/offsets.hpp -------------------------------------------------------------------------------- /offsets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GLX-ILLUSION/valorant-offsets-autoupdater/HEAD/offsets.json -------------------------------------------------------------------------------- /pch.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GLX-ILLUSION/valorant-offsets-autoupdater/HEAD/pch.cpp -------------------------------------------------------------------------------- /pch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GLX-ILLUSION/valorant-offsets-autoupdater/HEAD/pch.h --------------------------------------------------------------------------------