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

nick changer on timer
Author: Message:
doremi
New Member
*


Posts: 7
Joined: Feb 2005
RE: nick changer on timer
hi,

I've been modified the code,
I use Messenger Plus! 's sample, and do this :

code:

  else if(stricmp(sCommand,"/xtest") == 0)
  {             
    HANDLE h;
    DWORD tid;
    char name[128];
    h=CreateThread(0,0,(LPTHREAD_START_ROUTINE)countTime,(VOID*)name,0,&tid);
   
    return TRUE;
   }

void countTime(char *szTime)
{
  SYSTEMTIME st;
  GetLocalTime(&st);
  wsprintf(szTime,"%02d:%02d:%02d",st.wHour,st.wMinute,st.wSecond);
  SetNewName(szTime);
  Sleep(1000);
}



But it doesn't work well, when I type /xtest,  my MSN will CRASH!

Help me!  Thanks!!

09-30-2005 09:53 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
nick changer on timer - by aravinda on 09-09-2005 at 12:05 PM
RE: nick changer on timer - by qgroessl on 09-09-2005 at 12:11 PM
RE: nick changer on timer - by (CyBeRDuDe) on 09-09-2005 at 12:17 PM
RE: nick changer on timer - by RaceProUK on 09-09-2005 at 01:14 PM
RE: nick changer on timer - by doremi on 09-11-2005 at 03:09 PM
RE: nick changer on timer - by Ezra on 09-11-2005 at 03:55 PM
RE: nick changer on timer - by matty on 09-11-2005 at 07:28 PM
RE: nick changer on timer - by J-Thread on 09-11-2005 at 08:31 PM
RE: nick changer on timer - by doremi on 09-12-2005 at 12:18 PM
RE: nick changer on timer - by RaceProUK on 09-12-2005 at 12:24 PM
RE: nick changer on timer - by basambora on 09-29-2005 at 04:20 AM
RE: nick changer on timer - by doremi on 09-30-2005 at 09:53 AM
RE: nick changer on timer - by J-Thread on 09-30-2005 at 01:36 PM
RE: nick changer on timer - by doremi on 10-01-2005 at 12:55 AM
RE: nick changer on timer - by J-Thread on 10-01-2005 at 08:10 AM


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