You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: