Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.23 KB

README.md

File metadata and controls

24 lines (17 loc) · 1.23 KB

Lumina Vac Filter / Module Dumper

This is the code I made from my article on VAC Quick look around VAC - Part 1 : Module loading

It can be used as a "VAC Bypass", but bypassing VAC is useless and make your activity more obvious in a sense.

How to

  • Launch steam.exe with administrator rights (so steamservice.dll is loaded in a single process)
  • Inject this code in steam.exe process
  • Each downloaded and executed VAC module will be dumped in C:\Lumina\*
  • Each times a VAC module will appear, it will be blocked, but some modules are needed to make games work. So you have to define which modules can be blocked, and add them in the code.

NOTE : Module CRC are different in function of the STEAMID and HWID

License

  • This code is based on already existing resource from zyhp, danielkrupinski and biscoito
  • This code is released on MIT License
  • This code contain :