Quick Help
No problem
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.
No problem
Here is the new code for you. Just copy it, and replace your code with this. on *:start: { dialog -m nicklist nicklist } dialog nicklist { title "MSCN Admin Client" size -1 -1 136 184 option dbu icon $shortfn($mircdir) $+ \pics\msn.ico...
Try taking the... echo -a $dll($html,select,$window(@rsn).hwnd) ...out of the script. The Select is used when calling a default browser. However, when you use the navigate function it already uses a default browser. So, the select fu...
Sorry, Snake1. I thought you were calling him a name, lol.
All the msnregcookie is for is to use your passports nickname. Other than that there isn't any need for them. The subscriberinfo is what you need to get into msnchat with.
Hopefully this code will help. on *:INPUT:#: { var %text = $strip($1-) if ($left($1,1) == /) { msg $active $1- } set %bbversion $gettok(%text,1,32) if (%bbversion == !biblelist) && ($bibleini(biblebot)) { /cq $nick ===== BibleBot Sys...
Here are some controls that will be disabled when you arenot hosting. menu nicklist { $iif($me !isowner $chan,$style(2)) Owner $1 { mode $chan +q $1 } - $iif($me !isowner $chan,$style(2)) Deowner $1 { mode $chan -q $1 } - ...
The $chr for : is $chr(58)
Yes, if (' isin %nickname) should do as long as you set the variable for %nickname
on *:TEXT:*:#:{ if (!dumb == $1) { set %dumb $true set %nick $nick msg $chan $nick $+ , who is dumb? } if (%dumb) && (%nick) { set %dumbnick $1- msg $chan Yeah, %dumbnick is dumb for sure. :D .unset %dumb .unset %...
why are you using ClearMSN 2.0 when there is a new working version lol ClearMSN 5.4 It is because this thread is very old. It was first created back in April.
Hmm, don't have the whole story. However, like I said many times before. You can't put fire out with fire, or melt ice with ice. If someone treats someone else badly that doesn't mean the one being treated badly has a right to treat the...
For some reason i am getting those kinda error's (Below) on all dialogs from every script i download. What makes it so frustrating is that it's always the msn.ico icon. I've tried placing it in a graphics folder, pics folder, icons folde...
Still doesn't work!!!! Also what version are you using Warrior? 5.4 or 5.2a? 5.4 P.S.: I found where Vexation is talking about. It is on line 1358 in ClearMSN5.4. All you have to do is look for the number 10 in that line, and change...
that +i makes sence ive had passworded rooms b4 just for fun and noticed spects can still come in but with the invite they cant i didnt know you can do that,though have room lock an unlock,on a timer seems to me though if the flo...
Okay, just messed around a little more. It does show msn colors. However, the red shows as dark green in clearmsn. I'll try some more colors to see what happens.
If you are using... /dialog -m dialogname dialogname ...try this. /dialog -mo dialogname dialogname This sets the dialog on top of all windows. If this doesn't help then it might be a glitch in ktools, or something. Have you tried usin...
on *:START:{ if (%disconnected == on) { unset %disconnected } } on *:DISCONNECT:{ set %disconnected on | "put the command for connecting to the server here. For clearmsn connection to msnchat you would use "msn main" without the quotes"...
I recently reinstalled Windows XP, and upgraded to SP2 Service Pack. Now, when I use my script it freezes up whenever someone sends a message to the chatroom. I also notice that it freezes up when it tries to activate the smile theme, or...
Try this code instead. on JOIN :{ if ($level($nick) == own) && (Espressobar isin $chan) && (CanadianRomance isin $chan) { mode # +q $nick } iswm is for matching wildcard string1 with wildcard string2. You have to remember that the ch...
ClearMSN will look up all the info you need to connect automatically, and totally fast. It even finds all the groups you belong to for the passport you use. I highly reccomend it. (Y)
..i uninstalled all the scripts i had and started over just with mirc 616. and the edited vincula..still get the same /dll: unable to open 'c:\mirc\dll.tmp\dll.dll' (line 75, web-chatz2.mrc) ... The problem you might be having is you als...
It depends on what connection you use. If you have Vincula the command will be alias @join { msn $replace($2-,$chr(32),\b) } If you are using ClearMSN it would be alias @join { join $chr(37) $+ $chr(35) $+ $replace($2-,$chr(32),\b) }
You can also hold your mouse button down, and highlight in the chat window. This will help bring the text into view. After you highlight it it will work fine, then.
Also, if you use the Guest_null fix, when you try to go into msnchat it will download the appropriate msnchat control for you. Once this is done you will need to close internet explorer, and then reopen it. Once you've done this the Gues...