This will spam click your Left button. (Makes it press Down and Up)
You can set the Timer Interval. (Means how many clicks it will do in the MS – Millisecond.)
You can also Test it by using the button and the counter.
Source:
Code:
[DllImport("user32.dll", CharSet = CharSet.Auto, ExactSpelling = true)]
public static extern short GetAsyncKeyState(int vkey);
[DllImport("user32.dll", CharSet = CharSet.Auto)]
public static extern void mouse_event(UInt32 dwFlags, UInt32 dx,UInt32 dy,UInt32 dwData,IntPtr dwExtraInfo);
bool Active = false;
private void timer1_Tick(object sender, EventArgs e)
{
if (Convert.ToBoolean(GetAsyncKeyState(0x02)))
Active = true;
if (Convert.ToBoolean(GetAsyncKeyState(0x01)) && Active == true)
{
mouse_event(0x2, 0, 0, 0, IntPtr.Zero);
mouse_event(0x4, 0, 0, 0, IntPtr.Zero);
if (Convert.ToBoolean(GetAsyncKeyState(0x02)))
{
Active = false;
}
}
}
Virus Scans:


[img]http://www.img.*********/download.gif[/img]
Download Link Copy
Code:
http://rapidgator.net/file/1025691/Spam_Clicker.rar.html bit.ly Copy http://bit.ly/GDpreA Do Not Virus
Guide to download






