Jump to content

Noob Needs Help


Guest erikm12
 Share

Recommended Posts

Guest erikm12

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

Link to comment
Share on other sites

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
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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