nick changer on timer - 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) +----- Forum: Plug-Ins (/forumdisplay.php?fid=28) +------ Thread: nick changer on timer (/showthread.php?tid=50259) nick changer on timer by aravinda on 09-09-2005 at 12:05 PM
this sorta topic must have been posted often, but im looking for a plug'in: RE: nick changer on timer by qgroessl on 09-09-2005 at 12:11 PM I'm not sure if it exists... The only problem I can think of is this: That MSN now limits the amount of nick changes in a minute. Now, I'm sure somebody could make it for you though... It's just that there's have to be a bit longer intervals. RE: nick changer on timer by (CyBeRDuDe) on 09-09-2005 at 12:17 PM
This can easily be done.. And I was supposed to make a complete Nick name plugin for you guys.. But been too busy the past 2-3 months.... RE: nick changer on timer by RaceProUK on 09-09-2005 at 01:14 PM It's not a change every 6 seconds strictly, and I think continually changing the nickname that quickly can get annoying, especially for those that use Plus!'s contact name change notifications. RE: nick changer on timer by doremi on 09-11-2005 at 03:09 PM
hi, I try to write a plug-in to change nick per minute, code: but it doesn't work..... What's wrong with my program? Thanks!! RE: nick changer on timer by Ezra on 09-11-2005 at 03:55 PM
maybe because it starts with an elseif? RE: nick changer on timer by matty on 09-11-2005 at 07:28 PM Matty's reply to How to start off a plugin and how to make it simply change your name RE: nick changer on timer by J-Thread on 09-11-2005 at 08:31 PM I'll make a plugin like this ASAP... RE: nick changer on timer by doremi on 09-12-2005 at 12:18 PM
It can work, but only change nickname ONCE!! RE: nick changer on timer by RaceProUK on 09-12-2005 at 12:24 PM Is this code in your own window procedure or not? RE: nick changer on timer by basambora on 09-29-2005 at 04:20 AM I'm not sure, but mayber you should create a timer and an eventhandler for that so that it triggers the event each timer after a certain amount of time (that's how it works in C#) RE: nick changer on timer by doremi on 09-30-2005 at 09:53 AM
hi, code: But it doesn't work well, when I type /xtest, my MSN will CRASH! Help me! Thanks!! RE: nick changer on timer by J-Thread on 09-30-2005 at 01:36 PM I've made the plugin in C# and it's working properly, just got some problems installing it at windows 98 machines... RE: nick changer on timer by doremi on 10-01-2005 at 12:55 AM
hi, J-Thread, RE: nick changer on timer by J-Thread on 10-01-2005 at 08:10 AM
Euhm...nope... But I'll give you a few parts of it. code: Where names is an arraylist containing the names. Off course there is an option to turn it on and off, but this is the main part. |