Home > Development > Other > Auto Clicker Open Source Code

Auto Clicker Open Source Code

Auto Clicker is a program that clicks your mouse automatically. It allows the mouse to click without giving the user sore fingers. Just set X-Y List using on your keyboard, set the click-interval, click button and away from mouse and keyboard, it goes cli

Introduction Auto Clicker is a program that clicks your mouse automatically. It allows the mouse to click without giving the user sore fingers. Just set X-Y List using on your keyboard, set the click-interval, click button and away from mouse and keyboard, it goes clicking the mouse automatically. For getting a faster auto-click speed, try setting the click interval to lower number(miliseconds). To stop Auto Clicker, just press on the keyboard. Auto Clicker can be used to make repetitive clicking easy but should not be used to cheat in online-games. Auto Clicker is a freeware, easy to use, intuitive program and the program source is open. Using the code To build this program, you should know mouse_event() function and hooking mechanizm. From MSDN, you can know the mouse_event() function synthesizes mouse motion and button clicks. This is examples using mouse_event() in this program: mouse_event(MOUSEEVENTF_LEFTDOWN, 0, 0, 0, GetMessageExtraInfo()); // Left Key Down mouse_event(MOUSEEVENTF_LEFTUP, 0, 0, 0, GetMessageExtraInfo()); // Left Key UP mouse_event(MOUSEEVENTF_RIGHTDOWN, 0, 0, 0, GetMessageExtraInfo()); // Right Key Down mouse_event(MOUSEEVENTF_RIGHTUP, 0, 0, 0, GetMessageExtraInfo()); // Right Key Up To get keyboard messages when the application loses focus, you need hooking procedures. In OnInitDialog(), SetWindowsHookEx() is used and HookProc of SetWindowsHookEx is used as follows: LRESULT CALLBACK HookMouseProc(int nCode, WPARAM wParam, LPARAM lParam) { HWND hwnd; LRESULT lResult = 0; if(nCode == HC_ACTION) { if(((EVENTMSG*)lParam)->message == VK_ESCAPE) { hwnd= ::FindWindow(NULL, strProgName); ::SendMessage(hwnd,WM_KEY_ESCAPE,1,1); return 1; } else if(((EVENTMSG*)lParam)->message == VK_PAUSE) { hwnd=::FindWindow(NULL, strProgName); ::SendMessage(hwnd,WM_KEY_PAUSE,1,1); return 1; } } return CallNextHookEx( hHook, nCode, wParam, lParam); } How to use First of all, you should fill X-YList box with mouse points on screen. Just move your mouse while press key on the keyboard. While Auto Clicker is working, if you want to stop it, just press key on the keyboard. If [PAUSE] key on the keyboard is pressed, you can pause Auto Clicker. You can save X-Y List to a file and load it from the file using and button.

Auto Clicker Open Source Code Description

Author:
Version: v1.1
Release: 0000-00-00
Platform: WinXP
File size: 0.08 MB
Price: $0
Install: No Install Support
Rating: Not rated
Click here to free download Auto Clicker Open Source Code

Other software from same author

See related software

Journal Macro
Journal Macro is an easy-to-use mouse and keyboard macro recorder, player and editor designed to help you eliminate repetitive operations. It is the easiest way to make working in Windows faster, easier, and more productive. You can set up "macros" that simplify complex or repetitive tasks and operations into a single step. Simply record anything once and then play it back at any time, at any speed, with a single keystroke!
Workspace Macro
Ease your workload. Alienate monotony. Delegate repetitive tasks to WORKSPACE MACRO. Highly accurate keyboard macro & mouse macro. Create macros in any application using a simple, intuitive process. Features unique SMART MACRO technology, password protection, repeat options, accurate high-speed replay, macro management, IE plug-in, customizable UI & scheduler integration. Rely on this 'Record once & play anytime' macro recorder and macro program.
PTR-Buster
Must have tool for PTR clickers, integrated mail client and browser, you don't need any other software with it to successfully manage more than 300+ PTR sites (tested in a month period, using 2 hours a day). Other features: automatic PTR site inbox mail download, auto clicking of freely definable number of links simultaneously, fully anti and anti-anti cheat prevention, automatic PTC banners clicking, automatic retrieval of PTR site earnings.
Internet Image Hunter
Internet Image Hunter is a you see what you get Image downloader and browser. All images that you are viewing in the web page can be saved by one mouse click. In addition, all large images under the preview small images will be auto saved. You do not need to click each thumbnail image in order to save the large images. Image Hunter can save all large images behind the thumbnail images by just one mouse click.
Internet Form Hunter
Internet Form Hunter is a built-in IE core's Internet Browser, with function as auto record and fill-in form, context sensitive online dictionary, user id and password management, bookmark handling, WYSIWYG auto image download etc. It help you to handle daily repetitious tasks such as check email, logon website and check information, submit information etc.
ActMaker
ActMake2.5 is a keyboard and mouse action recording toolkit targeted at common computer users.It can easily record your operation actions and then complete your work every month, every week, or every day at a fixed time. The strongest feature is its small size and practical functionality. It really reduces the work pressure of people. Hopefully it will be welcome by the enormous computer users.