Super useful AHK script

#SingleInstance Force
s::Down

#SingleInstance Force
w::Up

#SingleInstance Force
a::Left

#SingleInstance Force
d::Right

It remaps your arrow keys (to rotate camera) to wasd keys - x100 more comfortable enjoy

Cool! You might want to map a key to suspend, otherwise you won’t be able to pause it to be able to type normally. Also #SingleInstance Force only needs to be at the top of the script once I think.

Im not familiar with AHK but am interested in this! Are these kind of things in line with the server rules?

This script has been written simply to rebind keys, which is fine to use on the server.

nice dog

You can also write a script that binds middle mouse + gesture to arrow keys so it feels similar to osrs camera movement.