What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » nickname changer !

nickname changer !
Author: Message:
singh86
New Member
*


Posts: 2
Joined: Apr 2005
O.P. Roll Eyes  nickname changer !
i was just wondering, if there is any plugin that can automatically change ur nickname after some time or can someone help me write one in vb.

thanks in advance
singh
04-17-2005 05:02 AM
Profile E-Mail PM Find Quote Report
Grue
Full Member
***


Posts: 120
Reputation: 6
– / Male / –
Joined: Jun 2004
RE: nickname changer !
Messenger Discovery 3 (http://www.messengerdiscovery.com/) can change your nickname either every time you sign in or every minute to a random nickname from a list in which you make.
04-17-2005 06:11 AM
Profile E-Mail PM Find Quote Report
J.J
Senior Member
****

Avatar
R.I.P Myles. Missing you.

Posts: 912
Reputation: 54
33 / Male / Flag
Joined: Nov 2004
Status: Away
RE: nickname changer !
You could try Cyberdudes counter in nickname plugin

This allows you to put a countdown in your nikname and it changes every 6, 10, 15, 30 seconds or 1, 2, 5, 10 minutes
[Image: bluesig5rz.png]
Previously known as \'lappin\' and \'Third Dimension\'

Damo says (12:00 AM):
-pictures harry potter naked-
04-17-2005 06:36 AM
Profile PM Find Quote Report
singh86
New Member
*


Posts: 2
Joined: Apr 2005
O.P. RE: RE: nickname changer !
quote:
Originally posted by Third Dimension
You could try Cyberdudes counter in nickname plugin

This allows you to put a countdown in your nikname and it changes every 6, 10, 15, 30 seconds or 1, 2, 5, 10 minutes


i m using 7.0.0777 version of the messenger, it seems not working on this version, can u help me on how i can make it work
thanks
04-17-2005 07:51 AM
Profile E-Mail PM Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: nickname changer !
code:
'This is just an example of using the Visual Basic Input Box on the Initialize Function to set the new name.

Public strNewUserName As String
Public blnNameChange As Boolean

Public Function Initialize(ByVal nVersion As Long, ByVal sUserEmail As String, ByVal oMessenger As Object) As Boolean
    Initialize = True
    strNewUserName = InputBox("Enter New Name","Enter New Name", "Enter New Name")

    If strNewUserName = "" Or strNewUserName = "Enter New Name" Then
        MsgBox "Please Select A Different Name"
    Else
        blnNameChange = SetNewName(strNewUserName)
    End If
End Function

04-17-2005 08:35 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On