Page 1 of 5 123 ... LastLast
Results 1 to 10 of 44
  1. #1
    Dwar
    Dwar is offline
    Veteran Dwar's Avatar
    Join Date
    2010 Mar
    Posts
    2,222
    Thanks Thanks Given 
    211
    Thanks Thanks Received 
    2,230
    Thanked in
    292 Posts
    Rep Power
    10

    Phoenix Dynasty Data files modifying

    Phoenix Dynasty Data files modifying

    All data files in Phoenix Dynasty are strongly ciphered… with “strong” XOR algorithm, where each byte just xor’ed with key 0x78 (120 in dec). So, for decryption we must implement reverse xor operation with same key.
    Code:
     while [File] position < [File] length
       do begin
          Read [File] byte
          [File] byte XOR 0x78
          save byte to new file
       end;
    You can use small application XORed to perform decryption

    Set “xor” value to 120 and drag all files to the main form. Decrypted files will be created in the same folder with original files. Now you can modify any data and try to find some values that aren’t server-side.

    Q: How to view and change something in data files
    A: All files in data folder are simple csv. Open OpenOffice Calc (or other application like Excel)

    Choose “tabulation” delimiter and Win-1251 codepage. Then without problems you can view all tabled data.
    After changes, use XOR 120 again and replace original file with modified.
    Please, post your questions on forum, not by PM or mail

    I spend my time, so please pay a little bit of your time to keep world in equilibrium

  2. The Following User Says Thank You to Dwar For This Useful Post:


  3. #2
    ahmed4ever2010
    ahmed4ever2010 is offline
    New member
    Join Date
    2010 Aug
    Posts
    25
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0

    Re: Phoenix Dynasty Data files modifying

    here is a pic. after i dont with xor ... but i dont know what is this another program please bring a link to download it..

    and how can i modify the data and hack items ..


    thanks....

  4. #3
    Dwar
    Dwar is offline
    Veteran Dwar's Avatar
    Join Date
    2010 Mar
    Posts
    2,222
    Thanks Thanks Given 
    211
    Thanks Thanks Received 
    2,230
    Thanked in
    292 Posts
    Rep Power
    10

    Re: Phoenix Dynasty Data files modifying

    how can i modify the data and hack items
    It's your homework Examine values, get the purpose of each value, replace values etc.
    E.g. skill_learn: M column is a required lvl for spell;N column - amount of coins
    (I've tried to change this values, but nothing happened)
    what is this another program
    Already noted - "OpenOffice Calc", or you can use "MS Excel".
    Please, post your questions on forum, not by PM or mail

    I spend my time, so please pay a little bit of your time to keep world in equilibrium

  5. #4
    ahmed4ever2010
    ahmed4ever2010 is offline
    New member
    Join Date
    2010 Aug
    Posts
    25
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0

    Re: Phoenix Dynasty Data files modifying

    Ok Bro thanks ... i will try and tell u the results ^^

  6. #5
    netti
    netti is offline
    New member
    Join Date
    2010 Aug
    Posts
    6
    Thanks Thanks Given 
    1
    Thanks Thanks Received 
    1
    Thanked in
    1 Post
    Rep Power
    0

    Re: Phoenix Dynasty Data files modifying

    Hi, sry for my bad english.
    I search a hack too for some times. The Bug for the item hack is at Mister Omniscent and i think they use wpe pro to change items. Mayby they use a bug in the winsocket package for a gift.

  7. #6
    ahmed4ever2010
    ahmed4ever2010 is offline
    New member
    Join Date
    2010 Aug
    Posts
    25
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0

    Re: Phoenix Dynasty Data files modifying

    Dwar .. can i hack items or pp or gold with this way ??
    -- 2010-08-25, 03:29 --
    yea that what they do netti .. Dwar bro can u explain for us how to get the items using wpe bro ?
    -- 2010-08-25, 04:39 --
    i canr open decr_skill_item in excel only excel files .. how can i modify it ?

  8. #7
    Dwar
    Dwar is offline
    Veteran Dwar's Avatar
    Join Date
    2010 Mar
    Posts
    2,222
    Thanks Thanks Given 
    211
    Thanks Thanks Received 
    2,230
    Thanked in
    292 Posts
    Rep Power
    10

    Re: Phoenix Dynasty Data files modifying

    canr open decr_skill_item
    use Notepad! it's a text file
    Please, post your questions on forum, not by PM or mail

    I spend my time, so please pay a little bit of your time to keep world in equilibrium

  9. #8
    ahmed4ever2010
    ahmed4ever2010 is offline
    New member
    Join Date
    2010 Aug
    Posts
    25
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0

    Re: Phoenix Dynasty Data files modifying

    i opened with notepad with strage writings .. see in the attackment

  10. #9
    Dwar
    Dwar is offline
    Veteran Dwar's Avatar
    Join Date
    2010 Mar
    Posts
    2,222
    Thanks Thanks Given 
    211
    Thanks Thanks Received 
    2,230
    Thanked in
    292 Posts
    Rep Power
    10

    Re: Phoenix Dynasty Data files modifying

    ahmed4ever2010
    Your codepage is wrong. Use ANSI or Win-1251 (try the Notepad++)

    That's how I see this text (even in Notepad)
    [attachment=0]pdo01.png[/attachment]
    Please, post your questions on forum, not by PM or mail

    I spend my time, so please pay a little bit of your time to keep world in equilibrium

  11. #10
    ahmed4ever2010
    ahmed4ever2010 is offline
    New member
    Join Date
    2010 Aug
    Posts
    25
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0

    Re: Phoenix Dynasty Data files modifying

    this is strange too .. how can i modify the data

Page 1 of 5 123 ... LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •