Is this guy using Autohotkey?

Discuss Autohotkey related topics here. Not a place to share code.
Forum rules
Discuss Autohotkey related topics here. Not a place to share code.
bejaminn
Posts: 14
Joined: 30 Sep 2017, 20:50

Is this guy using Autohotkey?

Post by bejaminn » 25 Nov 2020, 08:25

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
ChrisOwl
Posts: 23
Joined: 20 Oct 2020, 12:59

Re: Is this guy using Autohotkey?

Post by ChrisOwl » 14 Dec 2020, 23:46

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
Post Reply

Return to “General Discussion”