![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: May 2005
Posts: 4
Rep Power: 0
![]() |
I know absolutaly nothing about programming, all i know is that i would like someone to write me a program. I dont know what language it should be written in but since to me it sounds rather basic i put this in visual basic (please move this topic if it is in the wrong place). Anyway, this is what i was hoping i could get some help with.
What i need is a program that automatically clicks a link, and then, after the page is loaded, it automatically goes back to the previous page and repeats the process. So it would go on forever clicking the link and returing and clicking again until i tell it to stop. Not sure how this would be to make, but any help would be greatly appreciated. -Thanks, Kiwi |
|
|
|
|
|
#2 |
|
Programming Guru
![]() ![]() ![]() |
Sounds like one of those "cheats" where you get paid per click or "level up" in a game... Is this the case?
__________________
http://jasonpowers.net "There are a thousand hacking at the branches of evil to one who is striking at the root." |
|
|
|
|
|
#3 |
|
Newbie
Join Date: May 2005
Posts: 4
Rep Power: 0
![]() |
lol, no, im not exactly sure what u mean, but i can tell u that its not for any sort of cheat. The thing i want it for is a stupid game. Its kinda hard to explain. My friend made the game, but he lives in California and i cant reach him. He is really good at programming.
|
|
|
|
|
|
#4 |
|
Newbie
Join Date: May 2005
Posts: 4
Rep Power: 0
![]() |
sry for the double post
I found this if this helps. The auto clicker looks like it is the type of program i want, but it doesnt have the automatically go back feature that would be very helpful. edit: do you think that this is in the right place (visual basic) or does it need to be programmed in something else? ![]() Last edited by Krazy Kiwi; May 31st, 2005 at 4:42 PM. |
|
|
|
|
|
#5 |
|
Programming Guru
![]() ![]() ![]() |
it could be done in any language... Visual Basic is fine.
You could have a web component that 'navigated' to the link and executed... then just put that in a loop.
__________________
http://jasonpowers.net "There are a thousand hacking at the branches of evil to one who is striking at the root." |
|
|
|
|
|
#6 | |
|
Newbie
Join Date: May 2005
Posts: 4
Rep Power: 0
![]() |
Quote:
![]() |
|
|
|
|
|
|
#7 |
|
Expert Programmer
|
The simplest would be to download the HTML of the page using Windows Sockets or the Download API, processed the page (easy if the structure does not change) finds the URL of the link, and then "visits" that page by downloading it in the same way. Alternatively, and much funnier would be to move the mouse pointer and make it click on the coordinates of the link...
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|