Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ControlClick help
#2
With this function:
Code:
Func Click($x, $y, $times = 1, $speed = 0)
If $times <> 1 Then
        For $i = 0 To ($times - 1)
            ControlClick("BlueStacks App Player", "", "", "left", "1", $x, $y)
            If _Sleep($speed, False) Then ExitLoop
        Next
    Else
        ControlClick("BlueStacks App Player", "", "", "left", "1", $x, $y)
    EndIf
EndFunc   ;==>Click
Reply
 


Messages In This Thread
ControlClick help - by Cinderblock - 02-11-2015, 12:36 AM
RE: ControlClick help - by Snarg - 02-11-2015, 01:33 AM
RE: ControlClick help - by Cinderblock - 02-11-2015, 09:46 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)

About The Bytecode Club

We're a community focused on Reverse Engineering, we try to target Java/Android but we also include other langauges/platforms. We pride ourselves in supporting and free and open sourced applications.

Website