Skip to main content

Are win32api calls differentiable from real actions?

I've been tinkering with the win32api library on Python and interacting with Notepad. I now want to try it on an online game to automate some boring tasks but I'm scared I get banned for this.

Is for example a click generated with PostMessageA() differentiable from a real click ? And if yes, is it common to check for this ?