Skip to content
Forum

Search the Forum

Find discussions and posts across the Forum sections you are allowed to read.

Search results 723 matching topics
Search the community
Forum search

Search results

Filter by Forum, author, date, content scope and sort order without exposing restricted discussions.

723 topics matched your search by The Gate Keeper.

MSN Messenger problem

In MSN Topic by NathX Last activity Jun 10, 2004 10:03 PM

msn messenger 6.2 overrides 6.1, so you would need to un-install 6.2 first, then put 6.1 back. but finding 6.1 install file will be a problem.  

Matching post #2,756 by The Gate Keeper Jun 4, 2004 1:32 PM

bla bla bla

In MSN Topic by [::X-System::] Last activity Jun 9, 2004 9:54 PM

so based on what i know, you want to use an icon/image as a button.   if so, in dialog studio, just put an image in. then use sclick and rclick events, because both work very well. Thats how i would recommend doing it.

Matching post #2,899 by The Gate Keeper Jun 8, 2004 9:50 PM

Nick Flood

In MSN Topic by maxi_maxi Last activity Jun 4, 2004 10:24 PM

but if you use ignore new nick, it will actually ignore them, i think he just wants to stop the nick event from showing, and not actually ignore the user.

Matching post #2,766 by The Gate Keeper Jun 4, 2004 10:24 PM

Spec Kicker

In MSN Topic by JeremyStCyr Last activity Jun 4, 2004 10:17 PM

#spec3 on on *:JOIN:#: {  if ($me ison $chan) {    %sn.nick = $nick    %sn.chan = $chan    if ($nick ison $chan) { /ctcp $nick PING }    .timer.undo 1 3 unset %sn.*  } } raw 908:*:{  if ($me ison %sn.chan) {    /auser speclist $address(%...

Matching post #2,757 by The Gate Keeper Jun 4, 2004 1:37 PM

Banlist after being banned 5 times

In MSN Topic by JeremyStCyr Last activity Jun 4, 2004 2:39 PM

yes it is, but i would advise, you just add the user yourself, if they are being disruptive, leave a periment ban on them, just set the timer to 0 and that stays perminent

Matching post #2,758 by The Gate Keeper Jun 4, 2004 1:39 PM

Guest Flooders

In MSN Topic by Soul Calibur Last activity Jun 4, 2004 1:56 AM

just work out the similarity between each guest nick in the flood, and ban that similarity. if you don't mind having all guests ban, then ban all guests.

Matching post #2,656 by The Gate Keeper May 30, 2004 10:25 AM

profile reader.. ?

In MSN Topic by [::X-System::] Last activity May 31, 2004 1:20 AM

/prop $nick MSNPROFILE is the prop for it. raw 818 is the raw you need, i'm not to sure on what each is, but you should be able to work it out from the information given here.

Matching post #542 by The Gate Keeper Mar 16, 2004 6:31 AM

Any Suggestions?

In MSN Topic by vexation Last activity May 30, 2004 6:48 AM

a better version of the non subscription kicker. You gave me one before but i lost it. If you still got it but don't want to add it to your script, send it to me anyways cause i would like to test it out.

Matching post #2,641 by The Gate Keeper May 29, 2004 10:45 PM

Please Read:MSN Messanger Plus Warning

In MSN Topic by JeremyStCyr Last activity May 28, 2004 10:46 PM

even if a program has spyware in it, run programs such as spybot search and destory, or adaware, to move these things. Its pretty simple.

Matching post #2,623 by The Gate Keeper May 28, 2004 10:46 PM

about icons

In MSN Topic by [::X-System::] Last activity May 28, 2004 3:26 PM

try searching a search engine like google, yahoo, msn.

Matching post #2,610 by The Gate Keeper May 28, 2004 12:56 PM

ClearMSN?

In MSN Topic by JeremyStCyr Last activity May 28, 2004 3:11 PM

it also depends on how complex your code it made. if its just designed to do a simple command like check afew ifs then ofcourse its gonna react faster then say, it having to read a file or write something to a file and load that part up....

Matching post #2,384 by The Gate Keeper May 15, 2004 12:35 PM

Lockedhex-to-rgb color value converter

In MSN Addons Topic by vexation Last activity May 24, 2004 11:30 AM

in my opion it is a very useful addon for people who use emoticons. I personally needed something like this about 2 months ago, but i found a way around it, so yea, but if i had this addon about 2 months ago, i would have definatly used...

Matching post #2,531 by The Gate Keeper May 24, 2004 5:20 AM

Help Me Connect

In MSN Topic by [-Gr3en_Dem0n-] Last activity May 18, 2004 10:51 AM

what script are you using and also whats it connection. i'm guessing its not vincula. but anyways please answer my question.

Matching post #2,435 by The Gate Keeper May 18, 2004 10:51 AM

Can't connect to group chats...

In MSN Topic by Bloodshot Last activity May 10, 2004 8:01 PM

if you have any scripts on your computer, do the following. if it has vincula, type /msn.resetocx and then close all scripts and other msn related software. then join chat.   if you don't have scripts, clear history, cookies, files and t...

Matching post #2,128 by The Gate Keeper May 6, 2004 10:59 AM

Whisper Kick

In MSN Topic by MucH Last activity May 10, 2004 5:12 PM

on *:text:*:?: { if ($nick isop $comchan($nick,1)) { return } if ($nick isowner $comchan($nick,1)) { return } else { .sockwrite -tn msn.server. $+ $cid kick $comchan($nick,1) $nick : Whisper Kick  $read kicks.txt } }   if this do...

Matching post #2,280 by The Gate Keeper May 10, 2004 6:40 AM

Well its seems silly but i need help

In MSN Topic by mimo Last activity May 7, 2004 10:30 PM

skibs please try to edit post instead of double post.   mimo, i'm guessing that you haven't been around scripting that long so yea. i'll get started by saying welcome to the scripting world. Anyways, Kenobi is one of the easiest scripts...

Matching post #2,111 by The Gate Keeper May 5, 2004 10:48 AM

Help please

In MSN Topic by [-Gr3en_Dem0n-] Last activity May 4, 2004 2:30 PM

well if you mean if someone changes the passes. put this in over the one that vincula provides.   raw PROP:*: {  if ($2 == language) echo $color(info2) -ti2 $comchan($me,1) * $msn.ifdecode($nick) sets the room language to $gettok(English...

Matching post #2,073 by The Gate Keeper May 4, 2004 5:39 AM

changing vincula theme

In MSN Topic by skribblez Last activity May 3, 2004 6:07 AM

you need to learn how to use the on *: and also the echos. Once you work this stuff out, you should be able to do the rest. Open up vincula file, look for ;---Display if i'm right all the theme stuff for vincula should be there.

Matching post #2,042 by The Gate Keeper May 3, 2004 5:12 AM

[.::Question For errOr Or Ozzy::.]

In MSN Topic by Xtreme Last activity May 1, 2004 1:59 PM

thanks for the support.

Matching post #1,990 by The Gate Keeper May 1, 2004 1:59 PM

Toolbar help needed

In MSN Topic by Spike1506 Last activity Apr 29, 2004 1:18 PM

it could be that the thing you are using to dock, may not suppot mirc 6.1+. I would just recommend leaving it in mirc 6.03 rather then 6.1+

Matching post #1,929 by The Gate Keeper Apr 29, 2004 11:23 AM

scripture-Bot XE

In MSN Topic by TroN-0074 Last activity Apr 21, 2004 11:08 PM

try unload and reload vincula. if that doesn't work, you'll need a new vincula file, get it from the techgear site.

Matching post #1,683 by The Gate Keeper Apr 21, 2004 10:26 AM

Group Chat Server Down?

In MSN Topic by skribblez Last activity Apr 19, 2004 12:27 PM

i think your getting the problem is that msn group chat are fixing up. so just wait awhile.

Matching post #1,546 by The Gate Keeper Apr 18, 2004 11:21 AM

Creating Rooms

In MSN Topic by MucH Last activity Apr 17, 2004 8:53 AM

if you try clearMSN 2.0 listed on techgear on know the creator has a room creator on it. There is also a vincula out on techgear that allows you to create rooms.   http://www.techgear007.net/downloadsmsn/pa...=category&id=10   ClearMSN 2...

Matching post #1,492 by The Gate Keeper Apr 17, 2004 4:12 AM

Problem in godzilla

In General IRCd Topic by Scriptic Last activity Apr 9, 2004 9:23 PM

it could be a problem with your connection, not your internet connection but whatever you use to connect to the server. I'm guessing your using vincula, but you should really email the creator of Godzilla and ask him/her

Matching post #538 by The Gate Keeper Mar 16, 2004 4:26 AM

it doesnt work

In MSN Topic by lustdevil Last activity Apr 9, 2004 9:07 PM

/prop $ and the code should really be /prop $ ROLE and the code   and then after you have done the /prop $ role and hit enter, then you type /hop and it will get you into the room. but i'd recommend using devil codes dialog, its more bei...

Matching post #210 by The Gate Keeper Mar 3, 2004 9:52 AM