I see alot of questions on Fleep's videos wondering how to make their triggerbot/auto bhop undetected by VAC.
The reason you get detected by VAC using 'WriteProcessMemory' is because VAC does not want you to edit variables. Instead you could use something to simulate a mouse/keyboard click.
I personally use 'keybd_event' to simulate clicks on keyboard/mouse. But I have notices a few bugs with it. I'm pretty sure you can only simulate mouse-clicks, which sucks.
But as said don't use 'writeProcessMemory' if you are going to do anything VAC related.
The reason you get detected by VAC using 'WriteProcessMemory' is because VAC does not want you to edit variables. Instead you could use something to simulate a mouse/keyboard click.
I personally use 'keybd_event' to simulate clicks on keyboard/mouse. But I have notices a few bugs with it. I'm pretty sure you can only simulate mouse-clicks, which sucks.
But as said don't use 'writeProcessMemory' if you are going to do anything VAC related.