mIRC Home    About    Download    Register    News    Help

Print Thread
#173709 28/03/07 05:40 AM
Joined: Mar 2007
Posts: 3
S
Self-satisified door
OP Offline
Self-satisified door
S
Joined: Mar 2007
Posts: 3
hi...


i need some scripting that tries to connect an specific link each 10 minutes...

how i do that?

Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
Example:
Code:
/timersocket1 0 600 socket_code_1
alias -l socket_code_1 {
  ; your socket code here
}


If you need the actual socket code as well, please provide the web address and details regarding the information being retrieved and/or sent to the website.

Joined: Mar 2007
Posts: 3
S
Self-satisified door
OP Offline
Self-satisified door
S
Joined: Mar 2007
Posts: 3
the link is these one: http://speed.travian.com.pt/dorf2.php?a=33&c=560


its a web-based game, and i want that mirc tries to open these link each time to time, to upgrade a thing in my village...

can do that?

Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
Just as a note, most online games do not allow automatic programs/utilities/scripts/etc to be used. Doing so can get you banned, your account deleted, etc.


Invision Support
#Invision on irc.irchighway.net
Joined: Mar 2007
Posts: 3
S
Self-satisified door
OP Offline
Self-satisified door
S
Joined: Mar 2007
Posts: 3
up =/


Link Copied to Clipboard