Web Help

Vb Gangsta

Freshman
Joined
Aug 31, 2003
Messages
27
Hi, I need to Click 13 links in order then loop it to do it over and over again, BUt there is one problem 12 of the 13 links have a part of the link the change constantly. Look at this:

http://www. /scratch_play.php?spot=1&md=f9ee802ee797fb857073276272e7736b

The part in red is the part that always changes. I need to be able to click that link without worrying about that part. I know its possible because i have seen it done. Ill give you some of the links that need to be clicked.

http://www. /scratch_play.php?cmd=buy (This is always the same)


http://www. /scratch_play.php?spot=1&md=f9ee802ee797fb857073276272e7736b

http://www. /scratch_play.php?spot=2&md=f9ee802ee797fb857073276272e7736b


http://www. /scratch_play.php?spot=3&md=f9ee802ee797fb857073276272e7736b

http://www. /scratch_play.php?spot=4&md=f9ee802ee797fb857073276272e7736b

http://www. /scratch_play.php?spot=5&md=f9ee802ee797fb857073276272e7736b

http://www. /scratch_play.php?spot=6&md=f9ee802ee797fb857073276272e7736b

there is 6 more links after that but you get the idea. Like I said the parts in red could be any thing. PLease show me away to click these links without worrying about the part in red. Thank you
 
Do you mean create or click, I get the impression that you want to create the links with those changing query strings, is this correct?
 
ok i know its complicated ill simplyfi it, my program needs to do something in an online game. It firsts buys a scratch and win card. That has 12 spots to be scratched my clicking it. Now for security reasons they added that extra string of numbers. But i have seen people get around it.
 
Back
Top