Main > Software Development > Java Tools >

Auto Clicker Open Source Code v1.1



 

Auto Clicker Open Source Code v1.1

Sponsored Links

Auto Clicker Open Source Code v1.1 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 8 (7 times)
File size: 79 kb
Platform: Windows XP
License:
Price:
Downloads: 1304
Date added: 2008-09-07
Publisher: Gordon Ahn

Auto Clicker Open Source Code v1.1 description

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 v1.1 Screenshot

Auto Clicker Open Source Code v1.1 Keywords

Bookmark Auto Clicker Open Source Code v1.1

Hyperlink code:
Link for forum:

Auto Clicker Open Source Code v1.1 Copyright

WareSeeker.com do not provide cracks, serial numbers etc for Auto Clicker Open Source Code v1.1. Any sharing links from rapidshare.com, yousendit.com or megaupload.com are also prohibited.

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
Aiglon Light Proxy Source Code lets you to use alternative ports in order to read/send your emails Free Download
Source code for program Japos Compare File. By means of this source code Free Download
Allows you to display a transparent bitmap. Free Download
Source code for program Japos Compare File.By means of this source code you can learn how programin Delphi with use WinApi. You learn e.g. how drawingtable, animated icon, change color, created dialog Free Download
This License contains the full Delphi 5 source code forthe Latest version of Web PriceList. The only part ofthe source code that is missing is the registrationcheck engine. Free Download
Aiglon Port Scanner Source Code is a free demonstration of how to scan your tcp/ip port from delphi Free Download
Source Code of Blender, a 3D creation software. Free Download
ASP.Net solution for uploading files to web server through HTTP. Free Download