PinnedSuggestions for GuarDDog v. 5.0
This has got to be one of theALL time Greats Great Job
Find discussions and posts across the Forum sections you are allowed to read.
Filter by Forum, author, date, content scope and sort order without exposing restricted discussions.
This has got to be one of theALL time Greats Great Job
Great work, mate. Between school work, and script work you really have very little time on your hands, lol. Thanks for all the hard work.
Hey ST4. Good to see you, too. What I mean by abuse is that it makes it a little more easier for room takes, because non-subs can't be dehosted, and if you don't have a pretty good kicker (One which bans their gate, kicks, deletes thei...
ty, err0r
You forgot an extra opening bracket, and closing bracket. Try this... on *:TEXT:*:#: { var %t = $strip($1-) | tokenize 32 %t if ($aop.level($chan,$nick) == gadmin) { if (.question == $1) { ss msg # S jCourier\bNew;0 ________ ss msg # S...
Exactly, lol.
GuardDog5 also does this. Just right click in the nicklist, and choose "Find User", then either click on "by name", "by gate", or "by connection tag".
Hey Gazzy. What script are you using?
The reason it is like that is because you have a guest nick, and to join a group chatroom you need to be a member of that group. Untick the "Join as a Guest", and join with your passport if you are a member.
If you are trying to load Vincula jsut the normal "/load -rs <vinculadirectory> won't work if Vincula is in folders containing spaces in the name. Copy this code, and paste it, and it should work then... //load -rs $shortfn($findfile($...
ty, Samooh. Fortunately I don't need to do that now, lol. It wasn't only my script doing it, but my web browser as wel. Which meant msn was doing something I guess. It is all cleared up, now though
Okay, I just now tested it out, and found that you have the codes for the wrong dialog id's. $did(3) is for the box, but you had the code for $did(4) in the $did(3) position. So, I changed the codes around, tested it out, and now it is w...
It would basically be the same as any other mirc commands when it comes to running remotes. Such as... Example: alias colornicks { var %ncolor = 1 while ($nick($chan,0) > %ncolor) { if ($nick($chan,%ncolor) != $replacementnick($me)) cl...
Don't know if this will help or not, but instead of using /chat.msnw try using /chat or /chat#. Those should connect you to the same room.
I know, but I'm talking about V2
For me too not connecting mate it resets the server again and again plus its better you could have let the msnchatocx intact.Some countries this ocxless stuff are not working . Thanks, Cryton. That might explain why it works for some, bu...
Try this code... #antiowner off on *:OWNER:#:{ if ($me isowner #) { if ($opnick == $me ) || ($nick == $me) halt else { mode # -q $opnick access # clear OWNER prop # OWNERKEY $msn.pass($rand(18,31)) access # add OWNER *! $+ $$ial($me $+...
Here is a kick for anyone advetising in your room, except for those hosting... on *:TEXT:*:#:{ if (http:// isin $1-) || (www. isin $1-) || (.com isin $1-) || (.org isin $1-) || (.net isin $1-) || (.gov isin $1-) || (.xxx) isin $1-) { i...
The mP3 Player is in a seperate file. However, it will be added to the package for anyuone who wants to use it.
on 1:join:#:{ if ($nick == $me) dll $Dfind(DLL,nicklust3.dll) Mark $window(#).hwnd NL_Callback nodefgroup } Alias NL_Callback { var %Dll = Dll $Dfind(DLL,nicklust3.dll), %Channel = $(%,0) $+ $(#,0) $+ $2, %Nick $remove($3,.,@,+) %Dll Add...
As shown above, it is possible to add status with nicknames in mIRC's normal nicklist. Just follow this tutorial. Showing Status in Nicklist: This has only been tested by me on Vincula. So, this tutorial is for Vincula only. First, o...
No problem, lol
All of the GuardDog scripts I've worked with is awesome. Can't wait for GD5.
Did you add Dominator 2.2.9 to the exceptions list for Windows Firewall? If not, go into "Control Panel", and click on "Windows Firewall". When the application opens click on the "Exceptions" tab. Then, click the "Add Program" button. Se...
I've tried to look for simular topics, but couldn't find any, lol. So, here goes. Is there a code where whenever access is changed then the script will echo what's been changed, and who changed the access?