Runescape ,click without moving cursor ,its possible ?

Ask gaming related questions (AHK v1.1 and older)
belekas
Posts: 1
Joined: 13 Sep 2018, 10:49

Runescape ,click without moving cursor ,its possible ?

13 Sep 2018, 10:57

So I'm looking to make script,that clicks on specific cordinates in runescape, but cursor stays independent and don't move. I mean scrip,t clics on cordinates, and I click with mouse by myself .. Its possible to do it ?
WingbtZ
Posts: 22
Joined: 09 Aug 2018, 04:41

Re: Runescape ,click without moving cursor ,its possible ?

18 Sep 2018, 02:28

Maybe ControlClick?

https://autohotkey.com/docs/commands/ControlClick.htm
https://autohotkey.com/docs/commands/Se ... chMode.htm

Try youself with my testscript.

Code: Select all

Escape::Reload
Numpad9::
SetTitleMatchMode 2
Loop, 10
{
Random, randx, 200, 500
Random, randy, 200, 500
ControlClick, x%randx% y%randy%,Paint,,Left ; Clicks random pos
;ControlClick, x500 y500 ,Paint,,Left, 5 ; Clicks specific pos
}
return
scriptors
Posts: 227
Joined: 25 Feb 2016, 09:01

Re: Runescape ,click without moving cursor ,its possible ?

19 Sep 2018, 07:04

Remember ControlClik need, and work, with window coordinate ... so must specify window "name" and "internal" coords ;)

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: Google [Bot], NinjoOnline and 81 guests