mIRC Home    About    Download    Register    News    Help

Print Thread
#18759 10/04/03 05:49 PM
Joined: Apr 2003
Posts: 3
H
HeLLo Offline OP
Self-satisified door
OP Offline
Self-satisified door
H
Joined: Apr 2003
Posts: 3
sorry i need help in creating a script... anyone know how to create a script and what do i need to create a script??

#18760 10/04/03 06:17 PM
Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
/help Example Script


-KingTomato
#18761 10/04/03 08:37 PM
Joined: Dec 2002
Posts: 1,527
_
Hoopy frood
Offline
Hoopy frood
_
Joined: Dec 2002
Posts: 1,527
also mirc has a built in remote and alias editor ..... to access the remotes editor click ALT + R enjoy and have fun scripting ...... there are also tutorials located HERE


D3m0nnet.com
#18762 11/04/03 04:39 PM
Joined: Apr 2003
Posts: 3
H
HeLLo Offline OP
Self-satisified door
OP Offline
Self-satisified door
H
Joined: Apr 2003
Posts: 3
sorry as i am still a newbie in scripting... u mean u download a script and modify it to be wad u want or wad??

#18763 11/04/03 05:24 PM
Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
Well, do you mean script as a bot where you type in the channel something to the degree if !op KingTomato and the channel will op me? Or do you means a script as in an away script. Either way, the /help index is a great place to start. If your looking into making a bot, start with /help on text, /help /msg, and /help /mode grin


-KingTomato
#18764 12/04/03 06:13 PM
Joined: Apr 2003
Posts: 3
H
HeLLo Offline OP
Self-satisified door
OP Offline
Self-satisified door
H
Joined: Apr 2003
Posts: 3
urm... how do u add the auto auth function?

#18765 12/04/03 11:12 PM
Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
Code:
on 1:CONNECT: {
  /nickserv identify <my_password_herE>
}


-KingTomato

Link Copied to Clipboard