i'v try this one..
_SendMessageA($HANDL, 28, KEYCODE("{9}")) ; call kernel to prepare app b4 receive message
_SendMessageA($HANDL, 260, KEYCODE("{9}")) ; sending key to prepared app
no need to unfreeze your client.. it'll unfreeze it for you.. ("WM_activateapp / number = 28), keycode("{9}") = 57 in ascii code.
i don't want the unfreezer, but i need the underground / stealth function that sending a keycode to an inactive app / e'client (in low level, it's work. but no clue @all this time)
_SendMessageA($HANDL, 28, KEYCODE("{9}")) ; call kernel to prepare app b4 receive message
_SendMessageA($HANDL, 260, KEYCODE("{9}")) ; sending key to prepared app
no need to unfreeze your client.. it'll unfreeze it for you.. ("WM_activateapp / number = 28), keycode("{9}") = 57 in ascii code.
i don't want the unfreezer, but i need the underground / stealth function that sending a keycode to an inactive app / e'client (in low level, it's work. but no clue @all this time)