Name: Anonymous 2007-02-13 8:00
I'm currently trying to make a simple macro script to make different F keys click different positions on screen for a point-and-click game to make it easier. I just started with this a couple minutes ago and I have no programming knowledge whatsoever, so can someone help?
Something like this:
program New;
begin
If (F1)Then
clickmouse(x,y)
If (F2)Then
clickmouse(x,y)
If (F3)Then
clickmouse(x,y)
etc...
until(false)
end.
Thanks in advance.
Something like this:
program New;
begin
If (F1)Then
clickmouse(x,y)
If (F2)Then
clickmouse(x,y)
If (F3)Then
clickmouse(x,y)
etc...
until(false)
end.
Thanks in advance.