Thread: WPE not work

Results 1 to 4 of 4
  1. #1
    trekpik's Avatar
    Join Date
    May 2006
    Location
    holland
    Posts
    12
    Reputation
    10
    Thanks
    0

    Question WPE not work

    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

  2. #2
    hjerherjdsd's Avatar
    Join Date
    Jun 2006
    Posts
    110
    Reputation
    10
    Thanks
    6
    Quote Originally Posted by trekpik
    I do not have a question
    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.

    heres a quick function written in vb

    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
    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.

  3. #3
    BPK's Avatar
    Join Date
    Jun 2006
    Gender
    male
    Location
    N/A
    Posts
    6,057
    Reputation
    24
    Thanks
    205
    My Mood
    Angelic
    my god i don't get a single thing...and what does that do?

  4. #4
    erfan's Avatar
    Join Date
    May 2006
    Location
    Over there
    Posts
    50
    Reputation
    10
    Thanks
    9
    I dont understand

Similar Threads

  1. Hacks not working
    By crazy4her in forum WarRock - International Hacks
    Replies: 12
    Last Post: 06-07-2007, 03:25 AM
  2. TerrainGeometry Not Working Anymore?
    By Jammy in forum WarRock - International Hacks
    Replies: 0
    Last Post: 03-16-2007, 05:31 PM
  3. why warrock not working now??
    By tolik13 in forum WarRock - International Hacks
    Replies: 4
    Last Post: 07-09-2006, 03:27 PM
  4. WPE doesnt work anymore!!!!!!!!!!!!!!!!!!!!
    By kayhesse in forum WarRock - International Hacks
    Replies: 3
    Last Post: 01-22-2006, 12:47 PM