- This topic has 1 reply, 2 voices, and was last updated 19 years, 10 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › Archives › Instant Messaging › Yahoo! Messenger Support › See others typing without showing typing
I can’t find the option to turn off the “show typing” so I got to modify YahooMessenger.exe (I’m using version 7.5.0.647):
Hex edit YahooMessenger.exe
1. at hex address 2B63E0, move TYPING forward by 1 Byte to 2B63E1:
545950494E4700 ->00545950494E47
this is to prevent other Y!m from recognising the “TYPING” status packet sent by your Y!m.
3. at hex address 928A2 change 68E0636B00 -> 68E1636B00
(means changing the code “push 006B63E0” to “push 006B63E1”
this is to pick “TYPING” at the right address and compare with the incoming status packet, without this change you can’t see others typing after the modification in 1.
You know,some time ago i thought i’d use “Firewall with no proxies” setting in connections and i discovered this way the “X is typing a message” is no longer showed.I’m not sure if this happens with the newest versions but its worth trying…