Hello everyone again! I'm back in front of a small problem! maybe you can help me! I searched the forum but could not find anything, I'll post here the various tests that I've done, what I have to do is just make a click with the right button of the mouse to a given X and Y of the screen, I didn't even need the coordinate, I can put the mouse over the needed area manually, but the problem is that the game looks anticheat, how can I do?! the game is eternal eden (ww), my win7 is so, and the game is windowed
Loop{ Send {Click Down} Sleep 80 Send {Click Up} Sleep 1000 SendRaw {Click Down} Sleep 80 SendRaw {Click Up} Sleep 1000 SendInput {Click Down} Sleep 80 SendInput {Click Up} Sleep 1000 SendPlay {Click Down} Sleep 80 SendPlay {Click Up} Sleep 1000 SendEvent {Click Down} Sleep 80 SendEvent {Click Up}
}
And most other examples, but that always encapsulate these functions, I wasn't writing them because that code recapitulates all
I know that I wrote that I need the right mouse button, and here instead I simply wrote "click" but it was just to see if it was working or not.
What I didn't try was "ControlSend" but because I have not figured out how to do (please do not send me the link to the documentation, if I didn't understand how to use it is because I did not understand, even with documentation).
Any Advice ?