-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathclsSCUDP.cls
36 lines (28 loc) · 895 Bytes
/
clsSCUDP.cls
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
END
Attribute VB_Name = "clsSCUDP"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = True
Attribute VB_PredeclaredId = False
Attribute VB_Exposed = False
''''clsSCUDP - Starcraft Game Protocal
''''By Myst
''''www.DarkBlizz.org
''''irc.darkblizz.org #darkblizz
'''''''''''''''''''''''''''''''''''''''
'Class offset at 13
'Class 0 id offset = 14
'Class 1 id offset = 17
'Class 2 id offset = 17
Public Function Send0x01UDP()
'Class 0 - 0x01 - Request to join game (3x)
'Player > Host
'0020 ad 43 17 e0 17 e0 00 1c 18 bb 00 00 00 00 28 c4 .C...... ......(.
'0030 10 00 00 00 01 00 00 01 ff 00 01 00 00 00 ........ ......
End Function