mIRC Homepage
Posted By: piker using ./firewall in a script - 31/01/08 01:06 PM
Is there any way that I can clear all the values in the firewall of mirc via mirc scripting? like remove ip/port and set the method to none?

thanks!
Posted By: Wims Re: using ./firewall in a script - 31/01/08 06:10 PM
Have you read the help file about /firewall ? You should.
You can use this to set the method to none :

Code:
alias m>n .comopen x WScript.Shell | .comclose x $com(x,sendkeys,3,bstr,$+(%,or{up 8}{tab}n~))


/m>n to use it

Note : it can be edited to set the method to what you want...

© mIRC Discussion Forums