I noticed that I'm being jail banned for using the bot when using postMessage() and If I use MouseClick() it is not detected. I was sending them to exactly the same position and timing inbetween clicks was identical.
I found some information about `LLMHF_LOWER_IL_INJECTED` and `LLMHF_INJECTED` in `_WinAPI_setWindowsHookEx`, but I have no idea how to modify this values for PostMessage.
Here is the code:
Code:
; bot ban
_WinAPI_PostMessage($hWndControl, $WM_LBUTTONDOWN, $MK_LBUTTON, $lParam)
Sleep($currentSleep) ; randomized time
_WinAPI_PostMessage($hWndControl, $WM_LBUTTONUP, 0, $lParam)
;no bot ban
MouseClick($MOUSE_CLICK_LEFT, $xCordClick, $yCordClick)
Maybe there is some other way around to avoid being sent to bot jail?






