in the main form of your app, comment out this code
mouse_event(MOUSEEVENTF_LEFTDOWN, 0, 0, 0, 0);
that will make it not click but move the mouse around.
in mine i added a second check box so you can enable or disable the mouse and if the box is selected then it will run the code above, otherwise is ignores it so you can check it if you want mouse clicks