Ok I am still new to C++, I have tried googlieng but I can't really find it because there is no real good way of stating the question. Anyways, lets say you have a program (like a bhop script) where if you hold spacebar it spams it, but only whenever you are not pressing any other keys. I can't find out a way to let me press other keys (like A-D to strafe) while spamming the spacebar with the keybd_event hack. If someone could help me that would be appreciated!
Also this is basically the code I am talking about where CS:GO / your computer doesn't recognize any other keys being pressed while holding spacebar
Ok I am still new to C++, I have tried googlieng but I can't really find it because there is no real good way of stating the question. Anyways, lets say you have a program (like a bhop script) where if you hold spacebar it spams it, but only whenever you are not pressing any other keys. I can't find out a way to let me press other keys (like A-D to strafe) while spamming the spacebar with the keybd_event hack. If someone could help me that would be appreciated!
Also this is basically the code I am talking about where CS:GO / your computer doesn't recognize any other keys being pressed while holding spacebar
If you dont wanna read and write anything in memory, you have to go ingame and set another key for +jumo
Like
bind f6 +jump
Then at your code change the keybd_event to f6 key
Else it will not work
And also this "script" is kinda useless since you have the c++, and tons of memory sources, its just read and write, it will be easier and better,
Your code like this will be the same as a AHK script...