mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jan 2007
Posts: 31
P
piker Offline OP
Ameglian cow
OP Offline
Ameglian cow
P
Joined: Jan 2007
Posts: 31
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!

Joined: Jul 2006
Posts: 4,149
W
Hoopy frood
Offline
Hoopy frood
W
Joined: Jul 2006
Posts: 4,149
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...



#mircscripting @ irc.swiftirc.net == the best mIRC help channel

Link Copied to Clipboard