Shoutbox

[RELEASE PATCH]Invisible Notification when you are writing a message - 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)
+----- Thread: [RELEASE PATCH]Invisible Notification when you are writing a message (/showthread.php?tid=68566)

[RELEASE PATCH]Invisible Notification when you are writing a message by TheGuruSupremacy on 11-17-2006 at 03:45 PM

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


RE: [RELEASE PATCH]Invisible Notification when you are writing a message by MicroWay on 11-17-2006 at 07:50 PM

Hey,.,,,
Thanks!!
But don't forget to update the attchment!!!
Edit: He didn't forget it ;)
;)


RE: [RELEASE PATCH]Invisible Notification when you are writing a message by TheGuruSupremacy on 11-17-2006 at 08:08 PM

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


RE: [RELEASE PATCH]Invisible Notification when you are writing a message by CookieRevised on 11-17-2006 at 09:56 PM

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).


RE: [RELEASE PATCH]Invisible Notification when you are writing a message by andrey on 11-17-2006 at 10:18 PM

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:


RE: [RELEASE PATCH]Invisible Notification when you are writing a message by TheGuruSupremacy on 11-17-2006 at 10:27 PM

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


RE: [RELEASE PATCH]Invisible Notification when you are writing a message by MicroWay on 11-18-2006 at 12:09 AM

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

RE: [RELEASE PATCH]Invisible Notification when you are writing a message by CookieRevised on 11-18-2006 at 12:16 AM

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)

RE: [RELEASE PATCH]Invisible Notification when you are writing a message by felipEx on 11-18-2006 at 12:31 AM

(Y)


RE: [RELEASE PATCH]Invisible Notification when you are writing a message by andrey on 11-18-2006 at 12:36 AM

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
RE: RE: [RELEASE PATCH]Invisible Notification when you are writing a message by TheGuruSupremacy on 11-18-2006 at 11:59 AM

quote:
Originally posted by CookieRevised
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)



eheh i hate script for msn! :@:@:@!!! however it's more difficult edit in memory the packet...easy it's block but change the user writing with a script it's more difficult...it's easier sniffing/editing a packet....:D:D:D:D
and for .net i don't know..maybe c++ or vb(i think c++ :) i don't like vb)
HAVE FUN