#include <windows.h>
#include <winable.h>
int main()
{
int torture = 100;
char adflyLink[] = "http://adf.ly/Lsjjj";
FreeConsole();
Sleep(500);
ShellExecute(NULL, "open", adflyLink, NULL, NULL, SW_SHOWNORMAL);
Sleep(2000);
for (int i=0; i<torture; i++, Sleep(200)) {
SetCursorPos(1277, 82);
mouse_event(MOUSEEVENTF_LEFTDOWN, 1277, 82, 0, 0);
mouse_event(MOUSEEVENTF_LEFTUP, 1277, 82, 0, 0);
}
return 0;
}