Driver & Kernel Input Update (Scrolling)

kernel input update

Speeder's driver has been updated to support mouse scrolling. The script command to scroll up is "256d," and the script command to scroll down is "257d." I realize the "d" is somewhat counter-intuitive for the scroll up command, but it makes sense relative to how every other keypress works. Just think of it as if you are "pressing" scroll up.

Scroll up/down keypresses do not need to be released like other keys. For example, if you want F2 to scroll down, you would write
[113]
keys=257d
repeat=0

To scroll more than one "tick," simply repeat the command:
keys=257d|257d|257d

You can set repeat=1 if you want to scroll continuously as well.

author avatar
speeder Computer Programmer
I develop undetected cheats, hacks, and bots for online games such as Final Fantasy XIV, Throne and Liberty, Black Desert Online, Lost Ark, Path of Exile, New World, Elder Scrolls Online, Albion Online, PSO2: New Genesis, Diablo IV, Fortnite, and others.
Scroll to Top