What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » DisplayPictureStatusChanger 1.4 [fixed]

Pages: (3): « First [ 1 ] 2 3 » Last »
1 votes - 3 average   DisplayPictureStatusChanger 1.4 [fixed]
Author: Message:
billyy
Full Member
***

Avatar

Posts: 103
Reputation: 1
36 / Male / Flag
Joined: Feb 2010
Status: Away
O.P. Grin  DisplayPictureStatusChanger 1.4 [fixed]
The DisplayPictureStatusChanger is a not so usefull litle script witch visualises exactly that thing you are doing!
It improves peoples abilities to see you are REALY not guna react.
So if you want to let yer buddys know exactly whut you are doing, you should try it!

Choose a download link (both are direct):
msghelp.net[Image: mushroom.gif]
MediaFire.com

If anyone would like to help me improve this script, i still need some statusses.. like getting a drink or w/e!

Fixes between 1.0 and 1.4:
-The normal picture is not screwed up.
-Automaticly sets normal picture when status is 3 (b.k.a. online)
-Voice setting does fully work
-Displays text if voice is off
-Sets the personal message (still screws up will be fixed)

Fixes in 1.0:
-Automaticly saving the dp before using a special mode. (is bugged might screw up your current dp.. is being fixed!)
-Images actualy fit in one dimention (yesh, no crappy stretch)
-Cool voice guide!(uses microsoft speech engine and the computers default voice)
-More statusses!
-Absolutely no bug fixes(lol its 225 lines flooded with bugs)

The next version might include:
-Even more statusses
-An "about" page (it's guna look all professional (YAY))
-Being able to create a list of images to choose from or use in a slideshow (scrap that LOL)
-Ima figure out how to steal dp and add that too (apears to be against the rules)
-Images will actualy fit (in both dimentions!)

Known bugs:
-Sometimes ranomly overwrites normal dp...
-Guy on the toilet looks like hes jacking off :|

I currently need help with:
-How can i send a message to all the chat windows at the same time and not just make it respond when someone talks to you...(apears imposible.)

[Image: banner2mw.png]
[Image: toilets.png][Image: foodi.png][Image: shopping.png]
[Image: busye.png][Image: moviex.png]

Thanx to matty being a ****load smarter and less ignorant than me. *-)
But you learn best from making the lamest mistakes and being anoying :D

.plsc File Attachment: DPSC V1.4 .plsc (24.19 KB)
This file has been downloaded 174 time(s).

This post was edited on 02-19-2010 at 09:55 PM by billyy.
I'm new at this, so don't expect me to be usefull any
time soon. But if i behaved you could rep me :P
02-13-2010 07:23 PM
Profile E-Mail PM Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: dp/status changer (HELP or DIE)
First things first. Help or die... nice title.

Secondly there is no extension on the file.

You do not need to delete the file before overwriting it.
02-14-2010 02:17 AM
Profile E-Mail PM Find Quote Report
billyy
Full Member
***

Avatar

Posts: 103
Reputation: 1
36 / Male / Flag
Joined: Feb 2010
Status: Away
O.P. RE: dp/status changer (HELP or DIE)
The not deleting makes it a lot easyer.. and.. if theres no extention.. can i just make it PNG?
But i realy don't see why a dp wouldn't have an extention... i mean everything has an extention (i tought)

And i AM assuming that Messenger.MyDisplayPicture holds the path to the current dp.

p.s. Oh dude you made screenshot sender? I love that plugin O_O

This post was edited on 02-14-2010 at 01:59 PM by billyy.
I'm new at this, so don't expect me to be usefull any
time soon. But if i behaved you could rep me :P
02-14-2010 01:47 PM
Profile E-Mail PM Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: dp/status changer (PLEASE HELP)
Do
Javascript code:
Debug.Trace(Messenger.MyDisplayPicture);

you will see what I mean.

This post was edited on 02-14-2010 at 04:51 PM by matty.
02-14-2010 04:06 PM
Profile E-Mail PM Find Quote Report
billyy
Full Member
***

Avatar

Posts: 103
Reputation: 1
36 / Male / Flag
Joined: Feb 2010
Status: Away
O.P. RE: dp/status changer (PLEASE HELP)
What does it do.. And how do i use it LOL
Remember im like totaly new to this.
(yeah no i understand by now ;))

This post was edited on 02-15-2010 at 02:22 PM by billyy.
I'm new at this, so don't expect me to be usefull any
time soon. But if i behaved you could rep me :P
02-14-2010 04:37 PM
Profile E-Mail PM Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: dp/status changer (PLEASE HELP)
You will see that there is no extension on the file. The name is encrypted. Also you can just add .png to the file.
02-14-2010 04:51 PM
Profile E-Mail PM Find Quote Report
billyy
Full Member
***

Avatar

Posts: 103
Reputation: 1
36 / Male / Flag
Joined: Feb 2010
Status: Away
O.P. RE: dp/status changer (PLEASE HELP)
Well thanks, i see now and i just simply add .PNG
Unfortunately its still failing :/

Heres part of the script from the menu...
Javascript code:
 
    case "set":
            FSO.CopyFile(Messenger.MyDisplayPicture, MsgPlus.ScriptFilesPath + "\\normal.PNG", true);
            break;
    case "Normal":
            Messenger.MyDisplayPicture = MsgPlus.ScriptFilesPath + "\\normal.PNG";
            Messenger.MyStatus=3;
            stop();
            break;


This post was edited on 02-14-2010 at 05:09 PM by billyy.
I'm new at this, so don't expect me to be usefull any
time soon. But if i behaved you could rep me :P
02-14-2010 04:58 PM
Profile E-Mail PM Find Quote Report
billyy
Full Member
***

Avatar

Posts: 103
Reputation: 1
36 / Male / Flag
Joined: Feb 2010
Status: Away
O.P. RE: dp/status changer (PLEASE HELP)
Using this code it just does nothing when I use the option you see here as "set"! I put a command infront of it and behind it and the first was executed but the second wasn't!
Than using the option "Normal" it again fails because it can not use an image that is not in existance.

edit:
oh damn, srry for double post *-)

This post was edited on 02-15-2010 at 02:25 PM by billyy.
I'm new at this, so don't expect me to be usefull any
time soon. But if i behaved you could rep me :P
02-15-2010 02:25 PM
Profile E-Mail PM Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: dp/status changer (PLEASE HELP)
When I said post the code I meant all of it...
02-15-2010 02:38 PM
Profile E-Mail PM Find Quote Report
billyy
Full Member
***

Avatar

Posts: 103
Reputation: 1
36 / Male / Flag
Joined: Feb 2010
Status: Away
O.P. RE: dp/status changer (PLEASE HELP)
Okay...
Theres only one image kind of done...
(i'm sux at visuals.. okay scripts too)

http://www.mediafire.com/?dwmgyyyiowg

But does it haz nothin to do with readonly shite?

This post was edited on 02-15-2010 at 03:13 PM by billyy.
I'm new at this, so don't expect me to be usefull any
time soon. But if i behaved you could rep me :P
02-15-2010 03:02 PM
Profile E-Mail PM Find Quote Report
Pages: (3): « First [ 1 ] 2 3 » Last »
« 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