Ramirez78 How do I cheat?
Reputation: 0
Joined: 06 Mar 2009 Posts: 1
|
Posted: Wed Mar 25, 2009 4:14 am Post subject: [HELP] Strange problem with Right Click |
|
|
I’m writing program in Delphi, which in one moment should open inventory of my character in game and right click on scroll.
Everything works fine but only once :/
When program second time open inventory and make right click on scroll, than – no reaction.
When after that I make manually using my mouse – right click anywhere in game window, than next time my program will successfully activate scroll with right click, but again only once.
Strange thing is that – when I do right click with my program on ground in game (when inventory is closed) than my character using active skill all the time without problems.
I was making many tests and result was always same - right click is blocked after first right click on all items in my inventory, till I manually right click somewhere in game.
I was using SendMessage, PostMessage, PostMessageX, Mouse_Event and always this same problem.
Also I download some auto clickers from internet, set cords on my scroll in inventory and I noticed same problem – each auto clicker click successfully only once and then next clicks have no result.
Then I wrote simple macro for right clicks in AutoIt and AutoHotkey – still same problem.
And then I found QuickMacro and totally surprised I noticed than macro written in this program – works without problem @@
QuickMacro can right clicking any item in my inventory continuously without problem.
How this one software can make right click in different way than other script programs, autoclickers and mine Delphi program where I tested so many ways to make right click?
As you can see I spend on that a lot of time and stuck totally right now :/
Some1 can help me? Any ideas what I should do now to have this working in my program?
|
|