AFK ControlSend

Ask gaming related questions (AHK v1.1 and older)
Xcakepiggie
Posts: 11
Joined: 01 Feb 2018, 18:13

AFK ControlSend

11 Dec 2018, 19:03

Hi,
I tried making an afk script for Transformice! and the ControlSend doesn't do anything.

Code: Select all

#NoEnv
#SingleInstance force
SendMode Input

p:: Pause, Toggle

a UP::
ControlSend,Keys, {W DOWN}, Transformice.exe
Sleep, 1000
ControlSend,Keys, {W UP}, Transformice.exe
Sleep, 1000
ControlSend,Keys, {S DOWN}, Transformice.exe
Sleep, 1000
ControlSend,Keys, {S UP}, Transformice.exe
Sleep, 1000
ControlSend,Keys, {A DOWN}, Transformice.exe
Sleep, 1000
ControlSend,Keys, {A UP}, Transformice.exe
Sleep, 1000
ControlSend,Keys, {D DOWN}, Transformice.exe
Sleep, 1000
ControlSend,Keys, {D UP}, Transformice.exe
Sleep, 1000
Loop
{
ControlSend,Keys, {W DOWN}, Transformice.exe
Sleep, 1000
ControlSend,Keys, {W UP}, Transformice.exe
Sleep, 1000
ControlSend,Keys, {S DOWN}, Transformice.exe
Sleep, 1000
ControlSend,Keys, {S UP}, Transformice.exe
Sleep, 1000
ControlSend,Keys, {A DOWN}, Transformice.exe
Sleep, 1000
ControlSend,Keys, {A UP}, Transformice.exe
Sleep, 1000
ControlSend,Keys, {D DOWN}, Transformice.exe
Sleep, 1000
ControlSend,Keys, {D UP}, Transformice.exe
Sleep, 1000
}
Loop
I might be stupid but I didnt find a basic format in the guide
EX: Send (insert keystrokes or keys here), (insert whatever this section does)

Thanks,
Bad transformice player

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 86 guests