Professor1 Posted May 7, 2008 Posted May 7, 2008 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 .
spudw2k Posted May 7, 2008 Posted May 7, 2008 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 Spoiler Things I've Made: Always On Top Tool ◊ AU History ◊ Deck of Cards ◊ HideIt ◊ ICU ◊ Icon Freezer ◊ Ipod Ejector ◊ Junos Configuration Explorer ◊ Link Downloader ◊ MD5 Folder Enumerator ◊ PassGen ◊ Ping Tool ◊ Quick NIC ◊ Read OCR ◊ RemoteIT ◊ SchTasksGui ◊ SpyCam ◊ System Scan Report Tool ◊ System UpTime ◊ Transparency Machine ◊ VMWare ESX Builder Misc Code Snippets: ADODB Example ◊ CheckHover ◊ Detect SafeMode ◊ DynEnumArray ◊ GetNetStatData ◊ HashArray ◊ IsBetweenDates ◊ Local Admins ◊ Make Choice ◊ Recursive File List ◊ Remove Sizebox Style ◊ Retrieve PNPDeviceID ◊ Retrieve SysListView32 Contents ◊ Set IE Homepage ◊ Tickle Expired Password ◊ Transpose Array Projects: Drive Space Usage GUI ◊ LEDkIT ◊ Plasma_kIt ◊ Scan Engine Builder ◊ SpeeDBurner ◊ SubnetCalc Cool Stuff: AutoItObject UDF ◊ Extract Icon From Proc ◊ GuiCtrlFontRotate ◊ Hex Edit Funcs ◊ Run binary ◊ Service_UDF
covaks Posted May 7, 2008 Posted May 7, 2008 (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 May 7, 2008 by covaks
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now