mIRC Homepage
Posted By: Tadebu Automatic script login message, leave - 25/02/15 01:53 PM
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
Posted By: Tadebu Re: Automatic script login message, leave - 26/02/15 05:19 PM
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?
Posted By: Loki12583 Re: Automatic script login message, leave - 26/02/15 07:01 PM
These posts are mostly nonsense, but from what I can make of it you want to run a spam bot. So good luck.
Posted By: judge2020 Re: Automatic script login message, leave - 26/02/15 08:09 PM
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
Posted By: judge2020 Re: Automatic script login message, leave - 26/02/15 08:15 PM
but just to be helpful, you will need to do this:
Code:
/help alias 
/help /msg
/help on connect
/help /server
© mIRC Discussion Forums