help me changing something in the script code!

Ask gaming related questions (AHK v1.1 and older)
khairat
Posts: 5
Joined: 21 Jul 2017, 19:00
Contact:

help me changing something in the script code!

21 Jul 2017, 20:08

$F1::
loop, 5
{
send, {F1}
sleep, 0
MouseClick, Left
}
return
$F2::
{
send, {F2}
sleep, 0
MouseClick, Left
}
return
$F3::
loop, 5
{
send, {F3}
sleep, 0
MouseClick, Left
}
return
$F4::
loop, 5
{
send, {F4}
sleep, 0
MouseClick, Left
}
return
$F5::
loop, 5
{
send, {F5}
sleep, 0
MouseClick, Left
}
return
$F6::
loop, 5
{
send, {F6}
sleep, 0
MouseClick, Left
}
return
$F7::
loop, 5
{
send, {F7}
sleep, 0
MouseClick, Left
}
return
$F8::
loop, 5
{
send, {F8}
sleep, 0
MouseClick, Left
}
return
$F9::
loop, 5
{
send, {F9}
sleep, 0
MouseClick, Left
}
return
this script working great but i need to change the mousclick action into ctrl + a at same time could u pls recode it thanks!
Baki
Posts: 5
Joined: 23 Jul 2017, 12:50

Re: help me changing something in the script code!

23 Jul 2017, 15:12

i am rookie myself but you could just replace
"MouseClick, Left"
by
"Send ^a"

if "Send ^a" doesnt work try "Send {Ctrl Down}a{Ctrl Up}"

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 47 guests