What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [RELEASE PATCH]Invisible Notification when you are writing a message

Pages: (2): « First [ 1 ] 2 » Last »
[RELEASE PATCH]Invisible Notification when you are writing a message
Author: Message:
TheGuruSupremacy
Full Member
***

Avatar

Posts: 367
Reputation: 19
33 / Male / Flag
Joined: Nov 2006
O.P. [RELEASE PATCH]Invisible Notification when you are writing a message
Hi on the Microway request i have made a patch to doesn't show to other a notification when you are writing a message.I had done this patch for msn  8.0.812.000..I don't know if it works on another msn's versions....Information about Patch is here:
when you keydown on textbox in a conversation you send a packet to tell your contact that you are writing a message...but if you jump the keydown check you don't send te packet...asm code is here:


0052FD08   /7C 49           JL SHORT 0052FD53
0052FD0A   |83BD 58FFFFFF 0>CMP DWORD PTR SS:[EBP-A8],1
0052FD11   |0F85 13160000   JNZ 0053132A
0052FD17   |FFB5 60FFFFFF   PUSH DWORD PTR SS:[EBP-A0]
0052FD1D   |8D8D 64FFFFFF   LEA ECX,DWORD PTR SS:[EBP-9C]
0052FD23   |E8 D0DAF1FF     CALL 0044D7F8
0052FD28   |8B00            MOV EAX,DWORD PTR DS:[EAX]
0052FD2A   |6A FF           PUSH -1
0052FD2C   |50              PUSH EAX
0052FD2D   |C645 FC 04      MOV BYTE PTR SS:[EBP-4],4
0052FD31   |68 E0FD5200     PUSH 0052FDE0                           
0052FD36   |8D8D 1CFFFFFF   LEA ECX,DWORD PTR SS:[EBP-E4]
0052FD3C   |E8 1A030000     CALL 0053005B
0052FD41   |8D85 68FFFFFF   LEA EAX,DWORD PTR SS:[EBP-98]
0052FD47   |3985 64FFFFFF   CMP DWORD PTR SS:[EBP-9C],EAX
0052FD4D  ^|0F85 7EFDFFFF   JNZ 0052FAD1

it's sufficient to change jl in jmp:):):):):)

if you want modify the code in hex editor go on raw offset 0012F108 and change byte 7c in Eb......mmmh....i had done a wrong patch...it didn't work....i had updated...
                                                              HAVE FUN!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
SORRY FOR MY ENGLISH I'M ITALIAN

                                                           THEGURUSUPREMACY

.rar File Attachment: msn.messenger(wlm)-patch.rar (53.67 KB)
This file has been downloaded 121 time(s).

This post was edited on 11-17-2006 at 08:54 PM by TheGuruSupremacy.
11-17-2006 03:45 PM
Profile PM Find Quote Report
MicroWay
Senior Member
****

Avatar
Do you want me? Try to get me!

Posts: 571
Reputation: 16
36 / Male / Flag
Joined: Jul 2006
Status: Away
RE: [RELEASE PATCH]Invisible Notification when you are writing a message
Hey,.,,,
Thanks!!
But don't forget to update the attchment!!!
Edit: He didn't forget it ;)
;)

This post was edited on 11-18-2006 at 12:12 AM by MicroWay.
11-17-2006 07:50 PM
Profile PM Find Quote Report
TheGuruSupremacy
Full Member
***

Avatar

Posts: 367
Reputation: 19
33 / Male / Flag
Joined: Nov 2006
O.P. RE: [RELEASE PATCH]Invisible Notification when you are writing a message
ehehehhe. i have yet updated!!!....microway why are you offline??have you given me a fake address:P:P:P:P:P:P...Don't worry...HAVE FUN :d:d:d
11-17-2006 08:08 PM
Profile PM Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: [RELEASE PATCH]Invisible Notification when you are writing a message
Simply change/patch the packet you're sending... will work with all versions no matter how much they change the code (as that packet will most likely not change anyways for compatibily reasons).
.-= A 'frrrrrrrituurrr' for Wacky =-.
11-17-2006 09:56 PM
Profile PM Find Quote Report
andrey
elite shoutboxer
****

Avatar

Posts: 795
Reputation: 48
– / Male / Flag
Joined: Aug 2004
RE: [RELEASE PATCH]Invisible Notification when you are writing a message
Cookie, it would be great if you did a script for this, similar to the unlimited nudges patch/script you once made
(I already tried editing your nudges script but failed miserably :tongue:)
Or.. if you've got more time on-hand, perhaps you could try the packet sniffing/patching approach ? :angel:
[Image: w2kzw8qp-sq2_dz_b_xmas.png]
11-17-2006 10:18 PM
Profile PM Find Quote Report
TheGuruSupremacy
Full Member
***

Avatar

Posts: 367
Reputation: 19
33 / Male / Flag
Joined: Nov 2006
O.P. RE: [RELEASE PATCH]Invisible Notification when you are writing a message
ehehe i'm doing a patch for all version and also a program in .net that allow to block typing packet and allow to change typing user(for example show as bill gates eheeh)WAIT COOKIE WAIT
11-17-2006 10:27 PM
Profile PM Find Quote Report
MicroWay
Senior Member
****

Avatar
Do you want me? Try to get me!

Posts: 571
Reputation: 16
36 / Male / Flag
Joined: Jul 2006
Status: Away
RE: [RELEASE PATCH]Invisible Notification when you are writing a message
quote:
Originally posted by TheGuruSupremacy
ehehehhe. i have yet updated!!!....
Sorry correcting my first post!!!
quote:
Originally posted by TheGuruSupremacy
microway why are you offline??
Ohh... My friends sometimes complain me about that too... Don't worry ;)
Thank's...

And interesting (6) ideas you're having!!! :)
:P

This post was edited on 11-18-2006 at 12:10 AM by MicroWay.
11-18-2006 12:09 AM
Profile PM Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: [RELEASE PATCH]Invisible Notification when you are writing a message
quote:
Originally posted by TheGuruSupremacy
ehehe i'm doing a patch for all version and also a program in .net that allow to block typing packet and allow to change typing user(for example show as bill gates eheeh)WAIT COOKIE WAIT
cool, but... eeew .NET....

:P

anyways, I don't need to wait, I already have my things (in a nice script).

(no it's not for release... yet)

This post was edited on 11-18-2006 at 12:21 AM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
11-18-2006 12:16 AM
Profile PM Find Quote Report
felipEx
Scripting Contest Winner
***


Posts: 378
Reputation: 24
35 / Male / Flag
Joined: Jun 2006
RE: [RELEASE PATCH]Invisible Notification when you are writing a message
(Y)
11-18-2006 12:31 AM
Profile E-Mail PM Find Quote Report
andrey
elite shoutboxer
****

Avatar

Posts: 795
Reputation: 48
– / Male / Flag
Joined: Aug 2004
RE: [RELEASE PATCH]Invisible Notification when you are writing a message
quote:
Originally posted by CookieRevised
:P

anyways, I don't need to wait, I already have my things (in a nice script).

(no it's not for release... yet)
:(
I hope we'll see a release soon ;)
judging from the screenshot, it'll be a brilliant, handy script :D
[Image: w2kzw8qp-sq2_dz_b_xmas.png]
11-18-2006 12:36 AM
Profile PM Find Quote Report
Pages: (2): « First [ 1 ] 2 » 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