SendInput() doesn't work internally!

06/06/2021 21:16 bhopo#1
Im using SendInput() function for simulating the Keypress, It works perfectly within the other aimbot features Only externally(.exe) but when i use the internal way(.dll) the key stroke doesn't occur and nothing happen when xp comes!, However other features of bot are still working perfectly!!, I'd be thankfull if any one could explain why the SendInput() doesn't work internally?

Im not a fan of external way as many of WINAPI functions used for it are detectable!.
10/16/2021 10:22 tehpwnerer69#2
Quote:
Originally Posted by bhopo View Post
Im using SendInput() function for simulating the Keypress, It works perfectly within the other aimbot features Only externally(.exe) but when i use the internal way(.dll) the key stroke doesn't occur and nothing happen when xp comes!, However other features of bot are still working perfectly!!, I'd be thankfull if any one could explain why the SendInput() doesn't work internally?

Im not a fan of external way as many of WINAPI functions used for it are detectable!.
It is my understanding that mouse and keyboard events are blocked and you need to inject somehow in order to use them.

SendInput is a higher level function, try something in the low level language field, C++ maybe?