March 7, 201313 yr I'm wondering how to right click/left click on locations on my screen. I want to map the clicks to f1-12 so that instead of clicking on the locations on my screen, I can just run my finger across the function keys. Based on what I've read on Jagex's stance towards AHK, it's completely alright to do this as long as 1 click = 1 key press XBL Gamertag = SpeaksToDead
March 7, 201313 yr Yes, thats true, but make sure that it's legitimately 1:1 as in one button clicks one then the next moves the mouse, then the next key clicks again. If you made it more specific what you wanted it to do then i could probably help as I've done a bit of scripting in AHK before. Summoning help:[hide=Wio, lol][/hide]
March 7, 201313 yr http://www.autohotkey.com/docs/commands/Click.htm Remember to move the mouse with a different key press.
March 7, 201313 yr Author http://www.autohotke...mands/Click.htm Remember to move the mouse with a different key press. Know any easy way to get the coordinates? XBL Gamertag = SpeaksToDead
March 7, 201313 yr http://www.autohotke...mands/Click.htm Remember to move the mouse with a different key press. Know any easy way to get the coordinates? I believe "point position" is a relatively simple way.
March 7, 201313 yr Author Window spy should come with AHK. Use that. Ahhh I was wondering wtf that thing did lol... tyvm XBL Gamertag = SpeaksToDead
March 7, 201313 yr Moving to absolute coordinates with a single key press is definitely macroing. Even moving relatively (without crappy MouseKeys-like acceleration) is borderline and you may end up kickbanned (temporarily, but very annoying). R.I.P. oO000oO0oO00, RS2 range pure transformed to a maxed PvM char in EoC, ten years of time completely wasted.Good to be gone :)
March 8, 201313 yr Author Moving to absolute coordinates with a single key press is definitely macroing. Even moving relatively (without crappy MouseKeys-like acceleration) is borderline and you may end up kickbanned (temporarily, but very annoying). Jagex has said it's okay as long as your script has a 1:1 input/output ratio. So 1 key moves the mouse, another key clicks, and so on. XBL Gamertag = SpeaksToDead
March 10, 201313 yr Moving to absolute coordinates with a single key press is definitely macroing. Even moving relatively (without crappy MouseKeys-like acceleration) is borderline and you may end up kickbanned (temporarily, but very annoying). That is correct, I remember there being a big push for Jagex to give an answer about this issue. Last word on it was that it was indeed allowed so long as one press = one click. This was a few years ago but I doubt their stance would change since it is not macroing in the sense of walk away all day. You are after all still there pressing one button instead of clicking a mouse.
Create an account or sign in to comment