Jump to content

Recommended Posts

Posted

hello, i want to make a simple bot or script witch clics and goes where i want .. is there a program or i've got to write it .. ?

sry for my bad english . :)

Posted

You can create such scripts in Autoit to perform the specific moves and clicks you want. However, if you're looking for something that records your mouse movements and keystrokes, AutoIt does not perform this func.....without scripting a tool to do so. If you want a Mouse/Keyb Macro Recorder, do a search on Google. If you want to script the specific movements, click and key presses, this can be done with a little practice.

Search the AutoIt Help file for.

MouseMove()

MouseClick()

Send()

And under the Contents (Left side of help window) look at the sections:

Function Reference ->

Keyboard Control

Mouse Control

Posted (edited)

If you download SciTE along with AutoIT there's a Macro generator and Au3 Recorder included you can try on the tools menu. They'll record your mouse movements/clicks and make a program for you.

But the best way is to just learn to program it yourself as spud2wk mentioned.

Edited by covaks

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...