Actually pixelsearch is the only task that can't be done in background.
Sending mouseclicks to a minimized window is no problem at all.
pixelsearch can be used on background windows! see: PixelSearch ( left, top, right, bottom, color , shade-variation , step , hwnd)
hwnd = Window handle to be used
pixelsearch can be used on background windows! see: PixelSearch ( left, top, right, bottom, color , shade-variation , step , hwnd)
hwnd = Window handle to be used
lol wusst ich aber auch noch nicht , werde mich denke ich an einen neuen bot ransetzen ^^
Its just a Graphical user Interface which brings a Window to the foreground and make some clicks ~_~
Please learn the language before making questions about it, you wont get far only with copy & paste
all this talking that you cant background bot is WRONG!
If you want to bot in background use program called oracle virtualbox.
you can use it totaly free!
all this talking that you cant background bot is WRONG!
If you want to bot in background use program called oracle virtualbox.
you can use it totaly free!
Planetside 2: Send left mouse click to game in background 12/14/2012 - AutoIt - 8 Replies Hey,
I've just started playing around with this program and i can manage to get the script to work if I have the game in focus:
Send("{SPACE}")
Which will for example make the character jump. The idea for me is to have these things working in the background while I have other things to do on my computer, so basically have AutoIt run on an inactive window. I tried this:
ControlClick("Planetside2 v0.473.22.176761 **SHIPPING**", "", "", "", 1, 959, 545)
how to make a mouse that work in background? 08/29/2012 - AutoIt - 2 Replies i want to make a bot pixelsearch but if the bot work i want to do other things. so i want to make a second mouse (invisible) that click pixel while i can make my things. how i can make it???
Mouse clicks in background 08/01/2009 - General Gaming Discussion - 6 Replies Hi,
i'm tryin to perfom mouse clicks in rom, while it's in background, but i have so far no success. I tried SendMessage/PostMessage and AutoIt, discovered that rom checks mouse clicks with getCursor but even when i NOPed the GetCursor func i had no success. Also, i didn't find any hooks that would manipulate SendMessage/PostMessage, so i'm very confused why my code isn't working. Please help me with some advice.
Thanks for your aid.
so long backtoreality
how to send contorl+mouse click in autoit 09/07/2005 - AutoIt - 0 Replies Hi,
I am wondering how to send contorl+left mouse click in autoit.
What I do now:
AutoItSetOption ( "SendKeyDownDelay", 10)
Send("^")
MouseClick("left",Random&a mp;#40;0,1024,1),Random(0,700,1&am p;#41;,1,1)
AutoItSetOption ( "SendKeyDownDelay", 1)