Jump to content

Recommended Posts

Guest erikm12
Posted

I am embarresed to be asking, but the only dumb question is the one not asked so.....I want to make a script that allows me to click the mouse button automatically. So to ask the question...please bear with me......and don't laugh too hard......

Where do I write the program? On my notepad and then convert it over? I am an absolut beginner and any help would be nice...thank you...:D

Posted

Hi, erikm12 !

  • Open up notepad (or any other editor)
  • Write your script
  • Save your script with the ".au3" extension
Good luck !
Guest erikm12
Posted

Thank you for the help...:D

Posted

My advice for the ages...

- Install AutoIt

- Right-Click the desktop and choose New/AutoIt3 Script

- (script icon appears)

- Right-Click script icon and choose edit

- to run script (once finished scripting) double-click the script icon.

Lar.

You written a script to automatically enter that for you yet, Larry? :D
Posted

If not, here ya go Larry...

$x=' My advice for the ages...,,- Install AutoIt,- Right-Click the desktop and choose New/AutoIt3 Script,- (script icon appears),- Right-Click script icon and choose edit,- to run script (once finished scripting) double-click the script icon.,,- to Compile the script (once finished debugging) right-click the script icon and choose compile.,'
$x=StringReplace($x,',',@CRLF)
winactivate("HiddenSoft Forums")
send($x)
:D

AutoIt3, the MACGYVER Pocket Knife for computers.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...