Jump to content

Sky Slate Blueberry Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate
Photo

ControlClick doesnt work in Bluestacks


  • Please log in to reply
1 reply to this topic
pajkec
  • Members
  • 1 posts
  • Last active: Jun 20 2013 09:51 AM
  • Joined: 17 Jun 2013

hi grin.png

 

what i wanna do is to click inside of Bluestacks while it stays minimized... i was reading this forum and found topics about ControlClick... So far i wrote this:  (if i change bluestacks with Paint it works....so i have no idea what is wrong when i try to click inside Bluestacks)

#Singleinstance
Sendmode Event
Coordmode, pixel, relative

Numpad5::

SetTitleMatchMode, 2
MsgBox % Winexist("BlueStacks App Player for Windows (beta-1)")
SetControlDelay -1

Loop{

ControlClick,x451 y405,BlueStacks App Player for Windows (beta-1),,,,pos
Sleep, 1000

}

Numpad1::Pause
Reload

P.S. Bluestacks is some kind of Android simulator...so u can play android games on computer... oh yea almost forgot...here is screenshot of window spy for the window i want send clicks to...

 

spy.png



Jusb3
  • Members
  • 8 posts
  • Last active: Apr 18 2014 08:58 PM
  • Joined: 24 Nov 2013
I have the same problem. It seems that since its emulator it has some hidden processes, atleast that is stated at Cheat engine forums, when people tried to alter values of that program. Please someone smarter look at this!