mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Feb 2015
Posts: 2
T
Tadebu Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
T
Joined: Feb 2015
Posts: 2
hey i need your help,
i want to do script to use on mirc orc.

/server irc.example.pl 6667 oauth -i tadebu -j #tadebu
so i have that command and must to use it's in simple script.
so

/server irc.example.pl 6667 (read from oauth file) -i (read from nickname file) -j #(read from channel file)

but dont know how multicate that with
command, wait to log in, msg , leave,

script with
/server irc.example.pl 6667 oauth -i tadebu -j #tadebu
/onload /say Hi,
/leave
, go to next line of txt file

Code:
while 1 
/server irc.example.pl 6667 (read from oauth file) -i (read from nickname file) -j #(read from channel file)
/onload /say hi
/leave
/server irc.example.pl 6667 (read from oauth file) -i (read from nickname file) -j #(read from channel file)
/onload /say hi
/leave
wend

Last edited by Tadebu; 25/02/15 01:56 PM.
Joined: Feb 2015
Posts: 2
T
Tadebu Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
T
Joined: Feb 2015
Posts: 2
or maybe we can do it easier,
soo on connect event

when $myname connect
/say something
log out
and use
/server irc.example.pl 6667 oaurh -i $nick2 -j #channel

may be know how to do that ? with x accounts?

Joined: Jan 2004
Posts: 1,358
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Jan 2004
Posts: 1,358
These posts are mostly nonsense, but from what I can make of it you want to run a spam bot. So good luck.

Joined: Mar 2014
Posts: 215
J
Fjord artisan
Offline
Fjord artisan
J
Joined: Mar 2014
Posts: 215
Please make an script before saying
Quote:
hey i need your help

and loki,
Originally Posted By: Loki12583
These posts are mostly nonsense, but from what I can make of it you want to run a spam bot. So good luck.
you are fully correct XD

Last edited by judge2020; 26/02/15 08:09 PM.

#imAbeginner
i made a chat bot for mark_paintball! http://twitch.tv/mark_paintball
Joined: Mar 2014
Posts: 215
J
Fjord artisan
Offline
Fjord artisan
J
Joined: Mar 2014
Posts: 215
but just to be helpful, you will need to do this:
Code:
/help alias 
/help /msg
/help on connect
/help /server


#imAbeginner
i made a chat bot for mark_paintball! http://twitch.tv/mark_paintball

Link Copied to Clipboard