Page 1 of 1

Is this guy using Autohotkey?

Posted: 25 Nov 2020, 08:25
by bejaminn
this is a famous youtuber called 1013 in a game called "Old School Runescape".

What do you think? For each "item", you must make a click,
believe that according to the movement of the mouse and its clicks it is ahk?
And if it's ahk, how?!

https://www.youtube.com/watch?v=LWzymMx-Ztk

Re: Is this guy using Autohotkey?

Posted: 14 Dec 2020, 23:46
by ChrisOwl
100% - you can see the difference in click/mousemove speed after battle when he collects the loot. Not that hard to do if you know how to code well:

- Control everything using keyboard, and let mouse do coded actions during battle.
- Have a pause command ready at all times
- Switch ''battle style" button (clicking it auto equips relevant armor)
- Different hotkeys for different attack types (based on current battle style)
- Autotarget based on color and regions
- Start the whole thing by mousing over the opponent and hitting an attack button (at which point program samples a bunch of colors and attacks anything that has 75% of those colors)
- It may also be possible to control targeting via keyboard in that game