mIRC Homepage
Posted By: HeLLo how to create a script? - 10/04/03 05:49 PM
sorry i need help in creating a script... anyone know how to create a script and what do i need to create a script??
Posted By: KingTomato Re: how to create a script? - 10/04/03 06:17 PM
/help Example Script
Posted By: _D3m0n_ Re: how to create a script? - 10/04/03 08:37 PM
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
Posted By: HeLLo Re: how to create a script? - 11/04/03 04:39 PM
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??
Posted By: KingTomato Re: how to create a script? - 11/04/03 05:24 PM
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
Posted By: HeLLo Re: how to create a script? - 12/04/03 06:13 PM
urm... how do u add the auto auth function?
Posted By: KingTomato Re: how to create a script? - 12/04/03 11:12 PM
Code:
on 1:CONNECT: {
  /nickserv identify <my_password_herE>
}
© mIRC Discussion Forums