Hello. I'm newbie in AutoIt but I've started a little project. I'm trying to make AutoIt automate player in game HaxBall. It's just for fun and to see how far it can go. So basically I know what to do, but I'm having some problems and I hope you'll help me to solve them. So heres the problem:
The thing is that I can't PixelSearch for ball and player at the same time. Any solution?
Problem 2. How do I make it long press the key for example DOWN? Because when it's rapid triggering it, the player entity is going pretty slow.
[ autoit ]
Local $coord = PixelSearch (189,310,928,648, 0x5689E5) Local $coords = PixelSearch (189,310,928,648, 0xFFFFFF) MsgBox (0,"abc", $coord[0] , $coords[0])
Problem 2. How do I make it long press the key for example DOWN? Because when it's rapid triggering it, the player entity is going pretty slow.