Shoutbox

All emoticons deleter - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Thread: All emoticons deleter (/showthread.php?tid=64360)

All emoticons deleter by Jimbo on 08-02-2006 at 12:22 PM

Is it possible for someone to create a script that deletes all of my emoticons.

I used to love them but they get in the way so much now

i would reallly appreciate it if someone could create such a script


Thanks

134jimbodude


RE: All emoticons deleter by Thor on 08-02-2006 at 12:25 PM

You can use regedit, browse to your folder in MSN Messenger, get to the emoticons path of it, and change the number of the consisting emos reg to your preferred removal. (ie, 0)


RE: All emoticons deleter by Jimbo on 08-02-2006 at 12:33 PM

i dont understand

can u explain it a bit more in detail


RE: All emoticons deleter by Thor on 08-02-2006 at 12:49 PM

Run "regedit", browse to HKEY_CURRENT_USER > Software > Microsoft > MSNMessenger > PerPassortSettings > (One of the folders with more folders may be your) > EmoticonsMRUList (I'm not sure, it's a while since last time I did it, so it may not work. It may be PinList instead ) > CurrentEntries, then change the value, to 0.

I can't guarantee that it will work, but I did something familiar, and it worked, but it's a while ago. :)


EDIT: Forgot the two first roots.


RE: All emoticons deleter by Huhu_Manix on 08-02-2006 at 02:01 PM

Just add this script.

code:
function OnEvent_ChatWndSendMessage(ChatWnd, Message){
if(Message.charAt(0)!="/"||Message.charAt(0)!="!")return "/noicon "+Message;
}

It'll remove all your emoticons :)


There's already a script : http://www.msgpluslive.net/scripts/browse/index.php?act=view&id=59
RE: All emoticons deleter by RaceProUK on 08-02-2006 at 03:08 PM

quote:
Originally posted by Huhu_Manix
It'll remove all your emoticons
It'll hide all your emoticons.
quote:
Originally posted by Nitrolinken
Run "regedit", browse to HKEY_CURRENT_USER > Software > Microsoft > MSNMessenger > PerPassortSettings > (One of the folders with more folders may be your) > EmoticonsMRUList (I'm not sure, it's a while since last time I did it, so it may not work. It may be PinList instead ) > CurrentEntries, then change the value, to 0.
Why on Earth would you do that?

If you want to remove all your emoticons, just go to C:\Documents and Settings\<username>\Application Data\Microsoft\MSN Messenger\<MSNID>\CustomEmoticons and delete all the files there, then restart Messenger.
RE: All emoticons deleter by Jimbo on 08-02-2006 at 05:27 PM

thanks