Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using a custom updated bypass with the loader #124

Open
miloshevm opened this issue May 29, 2023 · 2 comments
Open

Using a custom updated bypass with the loader #124

miloshevm opened this issue May 29, 2023 · 2 comments

Comments

@miloshevm
Copy link

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

@BasicllyMaximqs
Copy link

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

@celestialemily
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants