Script to play a game with digital d-pad Topic is solved

Ask gaming related questions (AHK v1.1 and older)
kensas

Script to play a game with digital d-pad  Topic is solved

17 Jan 2018, 21:42

Hey, i've been trying to play this game that uses a digital d-pad for moving and i wanted to remap the coordinates of the d-pad with my keyboard W,A,S,D , i found this script which is exactly what i want but it drags my mouse to the d-pad to hold it down, i need help to make a code that works exactly like this one but with simulated clicks instead, because i still need my mouse to do other interactions in game while i move.

Heres the code:
a::
Click, down, 100, 800
KeyWait, b, U
return

a Up::
Click Up
return

w::
Click, down, 250, 700
KeyWait, b, U
return

w Up::
Click Up
return

d::
Click, down, 400, 800
KeyWait, b, U
return

d Up::
Click Up
return

s::
Click, down, 250, 900
KeyWait, b, U
return

s Up::
Click Up
return

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 32 guests