Develop an auto-click bot, C/C++ Programming

Assignment Help:

What I need is an auto-click bot. The auto-click bot would ask me for a url(or it would be pre-defined too) so that it loads that specific url and click an ad automatically. This will be progressive and increment as per need. Like if I want 10 clicks, there could be a field asking me for that and would do the work accordingly. Also, to make it look real, I need my cursor offsets to be moving at random first and hovering over a thing or two on that page. Besides, I need the bot to be able to load a custom text file. That text file can have a list of all the proxies. I need the bot to automatically switch to another ip from the list(successively) once one click is completed and so on. Also, I would want the bot to be pre-defined with user-agent strings. Around 15 would do. Like proxies, it could change the user agent too with each click And I want a field in the bot to enter a delay between each click and also a pause button to freeze when I need to and resume again on click.

Skills required are C Programming, Javascript, Java, Visual Basic, Web Scraping


Related Discussions:- Develop an auto-click bot

Define a structure of student class, Define a structure of student class:  ...

Define a structure of student class:  Write a program to define a structure of student record in C. class student { char name[20]; int roll_no; int marks[2];

Write a program that allows two players to play connect four, You may work ...

You may work in pairs for this assignment. Submit only one project per team; both partners will receive the same grade. Also, you can earn up to 40 points (out of 25) on this assig

#change to palidrome program, #A palindrome is a string that reads the same...

#A palindrome is a string that reads the same from both the ends. Given a string S convert it to a palindrome by doing character replacement. Your task is to convert S to palindrom

#pointers, what is the purpose of pointer ? what is the syntax? how it work...

what is the purpose of pointer ? what is the syntax? how it works?

I need profile and optimize a c++ library for speed, I need Profile and opt...

I need Profile and optimize a C++ library for speed Project Description: Optimize and profile an existing C++ library for speed. This library uses OpenMP and OpenCV and C+

C++, padovan string c++ program

padovan string c++ program

Implementation of the stack class in c++, Implementation of the Stack class...

Implementation of the Stack class in C++: How to implement stack class in c++. int Stack::push(int elem) {    if (top    {       list[top++] = elem;       r

When should i use references, A: Use references when you can use, and use p...

A: Use references when you can use, and use pointers when you have to. References are generally preferred over pointers whenever you don't require "reseating". Usually this mean

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd