I need help with a auto move script guys :)

Ask gaming related questions (AHK v1.1 and older)
LenaGaming9422
Posts: 1
Joined: 15 Feb 2020, 05:59

I need help with a auto move script guys :)

15 Feb 2020, 08:00

Hi guys i want to create a script that automaticly make my charakter move (strafe) in random ways something like that im a noob at scripting but i hope u get what i mean :? :lol:

Send {d down}
Sleep 100
Send {d up}
Send {a down}
Sleep 100
Send {a up}
Sleep 100
Send {w down}
sleep 100
Send {w up}
sleep 100
Send {s up}
sleep 100
Send {s down}
loop
User avatar
Yakshongas
Posts: 590
Joined: 21 Jan 2020, 08:41

Re: I need help with a auto move script guys :)

15 Feb 2020, 08:17

Try this

Code: Select all

F5::
Loop
{
	Send, {d down}
	sleep, 1000
	Send, {d up}
	sleep, 1000
	Send, {a down}
	sleep, 1000
	Send, {a up}
	sleep, 1000
	Send, {w down}
	sleep, 1000
	Send, {w up}
	sleep, 1000
	Send, {s down}
	sleep, 1000
	Send, {s up}
}
F4::Reload
Please mark your topics as solved if you don't need any further help. ✅

Need a little more help? Discord : Yakshongas#9893 🕹

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 109 guests