packetcommand
来自「Yahoo Messenger for Mobile」· 代码 · 共 61 行
TXT
61 行
Y!mLite does indeed have one.
/pkt command, turn on the programmable buttons and you have yourself a way of sending custom packets anytime you want.
How to join a room using /pkt command when in YCHT
/pkt #11 programming:3/%del\\
{ 1 }{ 2}{ 3 }{ 4 }{5}
1 = /pkt
2 = Packet number
3 = First bit of information for the YCHT server (in this case, the room)
4 = Delimiter ( %del )
5 = Terminator to say no more
Y!mLite's Debugger / Sniffer was mainly built for the YMSG proto > Toys > Debug options > View y!Pakets, it will actually dump /pkt commands out to the screen for easy access..
now let's look at YMSG proto and y!mlite.
Joining a Room.
/pkt #98 1/%del/%id/%del/104/%del/programming:2/%del\\
#98 = Packet Type (join a room in YMSG)
1 = Field
%del = Delimiter
%id = your username
%del = Delimiter
104 = Field for YMSG room name (if you're experienced with yahoo's proto, you know this)
...
...
\\ terminator.
bring up a programmable Button, call it Change Room, and copy and paste the /pkt command into it, hit the button to use it.
/pkt #A8 1/%del/%id/%del/104/%del/%room/%del/117/%del/hello/%del/124/%del/2/%del\\
new one here
%room = room you're currently in
#A8 obviously is the packet type in this case an emote.
117 field for text message (hello)
It fills out the YMSG header automatically for you or if you're in YCHT it fills in the YCHT header leaving you to worry about just the fields and delimiters and stuff..
%id = your ID
%voice = voice authentication cookie / key
%roomext = room extension number
%cam = Cam cookie
%rmspace = rmspace
%conf = voice conf key
%room = room your in
%pwd = your password
%key = Authentication key (the one that goes in the header)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?