hello
I do not have a question
me WPE for warrock slot's work
a friend they you must packet 24 have
and that then treat
but we know that parcel do not find for m60 grant for in warrock
know someone me complete
thanx you
hello
I do not have a question
me WPE for warrock slot's work
a friend they you must packet 24 have
and that then treat
but we know that parcel do not find for m60 grant for in warrock
know someone me complete
thanx you
lol. well resending of packets doesnt work now. i think u can edit/view packets but punkbuster detects the injected spy dll after a fyew mins. the packets use a simple XOR encryption which is easy to decrypt.Originally Posted by trekpik
heres a quick function written in vb
there is a different key for send and recieve packets i think. the keys are just 1 byte. u can also use this for the .BIN files warrock uses.Public Function XORDecryption(CodeKey As String, DataIn As String) As String
Dim lonDataPtr As Long
Dim strDataOut As String
Dim intXOrValue1 As Integer
Dim intXOrValue2 As Integer
For lonDataPtr = 1 To (Len(DataIn) / 2)
'The first value to be XOr-ed comes from the data to be encrypted
intXOrValue1 = Val("&H" & (Mid$(DataIn, (2 * lonDataPtr) - 1, 2)))
'The second value comes from the code key
intXOrValue2 = Asc(Mid$(CodeKey, ((lonDataPtr Mod Len(CodeKey)) + 1), 1))
strDataOut = strDataOut + Chr(intXOrValue1 Xor intXOrValue2)
Next lonDataPtr
XORDecryption = strDataOut
End Function
![]()
![]()
my god i don't get a single thing...and what does that do?