danielkrupinski / VAC-Bypass-Loader

Loader for VAC Bypass written in C.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using a custom updated bypass with the loader

miloshevm opened this issue · comments

So i want to remove the messagebox when the injection has succesfully initialized, i have managed to do that correctly in the vac bypass source by just removing the messagebox code but in here it seems like you just have a compiled binary,h file, i was wondering how i would remove the messagebox from the loader source code

commented

Check his other project about the VAC Bypass; the source code should be lying there within. just convert it back to binary and it should do the trick

The loader uses a byte array of the bypass DLL, found in binary.h. If you want to use your own version of the bypass DLL, just compile the vac bypass DLL, turn it into a binary using something like bin2h (my personal favorite), and then replace the byte array in binary.h with the one outputted by bin2h. Should work fine