What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » Search » Results

Search Results
Subject Author Forum Time
RE: [request] Time-Changing PSM
Tell me your exact demand and I'll try to satisfy it! :D Contact me through email if you want: goncalo05@gmail.com
GNSPSScripting07-21-2009 at 04:00 AM
RE: Suggestions for BlockPrank
Ok, I've understood. I'll try to fix it as soon as I can! I think it has something to do with register problems because it was supposed to save it correctly! I'll say something when I can. Thanks for poiting it out!
GNSPSScripting03-15-2008 at 12:49 AM
RE: Suggestions for BlockPrank
Hello to you all! Sorry not to keep up with probable errors that you've been claming about but I just don't have the time! So if you please explained the problem here I'd be grateful and I'd try to solve it as fast as I can!
GNSPSScripting03-14-2008 at 11:57 PM
WLM working with DMA?
Does anyone know if WLM is using DMA in addresses? And I'm talking about the beta one, the 8.5... Because when analyzing the addresses for oatching in a script I discovered that an address changed everytime I ran a new instance of WLM... Do you thin...
GNSPSScripting08-16-2007 at 11:22 PM
RE: Unicode string to hex not working
I got the answer to my problem it appears that WLM 8.5 changes the font address in memory everytime it runs... =S And so it can't be patched so the problem wasn't the funtion at all was the address I was supplying to the WriteProcessMemory function...
GNSPSScripting08-14-2007 at 08:14 PM
RE: Unicode string to hex not working
but i don't get it then, this function is made by CookieRevised and it worked in the beginning... Now it's not working... it was supposed to add to the "newstring" string the first high order byte and then the low order one of the char... "sigh...
GNSPSScripting08-14-2007 at 01:09 PM
RE: Unicode string to hex not working
Yeah I know that it was the expected behavior of this function, but I don't get why in the end the variable 'newstring' outputs just the first letter of the unicode string... And that's not supposed to happen! :P
GNSPSScripting08-14-2007 at 11:59 AM
RE: Unicode string to hex not working
it's ok... I really wanted to get the unicode string divided into bytes for memory patching... But now I realised that the function splitting is working, what's not working is the 'for' loop... Strange... XD
GNSPSScripting08-14-2007 at 02:55 AM
Unicode string to hex not working
Why does this: [code] function SetDataPatch(sUnicodeString) { var newstring = ""; for (var i = 0; i < sUnicodeString.length; i++) { var charCode = sUnicodeString.charCodeAt( i ); newstring += String.fromCharCode(charCode & 0...
GNSPSScripting08-14-2007 at 01:08 AM
RE: [?] Open file location
You can code an executable that will add the function you want to the right-click menu just like the one CookieRevised made but implementing the function you want.
GNSPSScripting08-10-2007 at 01:32 PM
RE: [HELP] Messenger.MyPersonalMessage won't assign to variable?
You've got the variable wrong it isn't outputing anything because you're initializing it inside OnEvent_ChatWndSendMessage() function... if you put it like this it should work: [code] [color=red]var MyOldPM;[/color] function OnEvent_ChatWndSendMes...
GNSPSScripting08-10-2007 at 12:50 AM
RE: [HELP] Messenger.MyPersonalMessage won't assign to variable?
For me it works just fine... Yeah you would have to post the whole code because it must be any other statement messing around with the PSM...
GNSPSScripting08-10-2007 at 12:39 AM
RE: [HELP] Messenger.MyPersonalMessage won't assign to variable?
Have you got something in your PSM at all? I can't see any reason for it not being working either...
GNSPSScripting08-10-2007 at 12:26 AM
RE: Help With Script.
It's possible to make tha script you're talking about and if you're talking about an email account on gmail it would be possible opening a browser window and setting the address so that it will send in the POST or GET data the action to delete the...
GNSPSScripting08-10-2007 at 12:24 AM
RE: Color memory address?
Yeah, I know that but I didn't mean the UI fonts... I meant the conversation font the one you use to talk can be patched and so dos the color so I would like to know if anyone knows the memory addres for the conversation windows font's color... But...
GNSPSScripting08-08-2007 at 02:49 AM
Color memory address?
Does anyone know the font color memory address in WLM? Because I can't seem to find it in the memory editor... Don't think I'm lazy :P I'm just asking... It's a lot easier if anyone already knows! XP
GNSPSScripting08-07-2007 at 03:12 PM
RE: need help with my script
what is it that you don't get? Are you using it as a number? If you are I don't understand what your problem is... :P
GNSPSScripting08-07-2007 at 02:31 PM
RE: [request] e-boobs?
I think you could add some ascii like "( . )( . )" or "( )( )" and growing bigger... like (<- ->)(<- ->), growing one space whenever it changes size. That shouldn't be too hard to do...
GNSPSScripting08-05-2007 at 05:47 PM
RE: Conversation .xml medger.
Thank you so much Cookie... Once again bothered explaining me (big damn noob) things of MP!L. That part of the xhtml files I knew it and I was doing the script so it would copy the whole "<body>" part and merge it into a big "<body>" part and onl...
GNSPSScripting07-31-2007 at 12:25 AM
RE: Conversation .xml medger.
I had never had the registry active but for the script making I had to... And I found out that registry isn't saved in xml files but in html instead... So I'm making one registry medger for html files as I assume you still want it.
GNSPSScripting07-30-2007 at 06:43 PM
RE: Conversation .xml medger.
I think that wouldn't be too hard to acomplish... Just make it copy the content of one to another until it merges them all in one file only... I think I can handle it...
GNSPSScripting07-26-2007 at 01:47 AM
RE: Script question and 2 msn questions.
Yes, there is a way to limit the amount of characters to enter in a textbox in a MP!L window, all you have to do is to edit the XML file or the script's code in order for them to don't allow more characters than those specified.
GNSPSScripting07-21-2007 at 02:34 PM
RE: Help: How to write time to a txt file?
I'd like to have that jscript documentation but in those microsoft downloads it says my windows is not genuine... and no... I'm not responsible for that I haven't installed this windows... So, what can I do? Can't anyone of you, very nice people,...
GNSPSScripting07-21-2007 at 01:14 PM
RE: anyone know of...
I've made a [color=red]*very very* [size=1]little[/size][/color] edit to make the script so the person that has been "timed-out" can't sign in for the rest of that day... Sorry for editing the script without telling first Spunky but I changed so...
GNSPSScripting07-18-2007 at 01:30 AM
RE: Is there a way to "link" scripts?
Thank you all! For having been so supportive... In other forums I think people aren't this much helpful and "close" (and by this I mean like a big family :P) You're great and thanks for these helpful replies once again and I promise I'll stay mo...
GNSPSScripting07-12-2007 at 06:41 PM
[Hide Excerpts] Pages: (2): « First [ 1 ] 2 » Last »