InsertBYTE &H1
InsertBYTE &H0
InsertNTString "hi"
InsertBYTE &H0
InsertNTString ""
InsertNTString ""
Debug.Print Buffer
SendD2GSPacket &H15
Wait (1000)
AddChat vbGreen, "Holy shit 1st message already got sent a second ago!"
D2GSSendPing
Wait (1000)
SendD2GSText1 'basically sending the same packet just saying dif message else
Wait (1000)
SendD2GSText2'basically sending the same packet just saying dif message else
DisconnectD2GS
is anythign wrong there?