Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old May 31st, 2005, 4:08 PM   #1
Krazy Kiwi
Newbie
 
Join Date: May 2005
Posts: 4
Rep Power: 0 Krazy Kiwi is on a distinguished road
Question Need Help - Never Programmed Before

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
Krazy Kiwi is offline   Reply With Quote
Old May 31st, 2005, 4:30 PM   #2
Infinite Recursion
Programming Guru
 
Infinite Recursion's Avatar
 
Join Date: Jul 2004
Location: United States
Posts: 3,467
Rep Power: 8 Infinite Recursion is on a distinguished road
Send a message via MSN to Infinite Recursion Send a message via Yahoo to Infinite Recursion
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."
Infinite Recursion is offline   Reply With Quote
Old May 31st, 2005, 4:35 PM   #3
Krazy Kiwi
Newbie
 
Join Date: May 2005
Posts: 4
Rep Power: 0 Krazy Kiwi is on a distinguished road
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.
Krazy Kiwi is offline   Reply With Quote
Old May 31st, 2005, 4:39 PM   #4
Krazy Kiwi
Newbie
 
Join Date: May 2005
Posts: 4
Rep Power: 0 Krazy Kiwi is on a distinguished road
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.
Krazy Kiwi is offline   Reply With Quote
Old May 31st, 2005, 5:12 PM   #5
Infinite Recursion
Programming Guru
 
Infinite Recursion's Avatar
 
Join Date: Jul 2004
Location: United States
Posts: 3,467
Rep Power: 8 Infinite Recursion is on a distinguished road
Send a message via MSN to Infinite Recursion Send a message via Yahoo to Infinite Recursion
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."
Infinite Recursion is offline   Reply With Quote
Old May 31st, 2005, 5:51 PM   #6
Krazy Kiwi
Newbie
 
Join Date: May 2005
Posts: 4
Rep Power: 0 Krazy Kiwi is on a distinguished road
Quote:
You could have a web component that 'navigated' to the link and executed... then just put that in a loop
ummmmm.. yeah! lol... no idea what that means... if someone could make it for me that would be great cause i dont even know what program to use to make programs... if that makes sense.
Krazy Kiwi is offline   Reply With Quote
Old May 31st, 2005, 7:12 PM   #7
Rory
Expert Programmer
 
Rory's Avatar
 
Join Date: Jan 2005
Location: London
Posts: 542
Rep Power: 4 Rory is on a distinguished road
Send a message via MSN to Rory
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...
Rory is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 5:55 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC