Learning your first script (Hello World) and how to Install/Run/Compile AHK
Lots more videos to come so don't forget to Subscribe!
If you find my video helpful help me to upgrade my videos with a small donation. TY so much for any help! = paypal.me/tabnationYT
CODE:
f1::
thomsvar=Hello World
msgbox, %thomsvar%
Return
f1::
VarT=Hello Wrld
If VarT = Hello World
{
msgbox, %VarT%
}
Else
{
Msgbox, did not = true
}
Return
F2::
Send Hello World
Return
f3::
hellovar= Hello World
Send %hellovar%
Return
Installing = :40
Compile = 1:45
HotKey = 3:20
Variable = 4:13
Message Box = 5:09
Return = 5:38
If Else = 6:50/7:30
Send/Click = 9:25/12:08
Multiple Hotkeys = 9:10
GUI = 12:30