Results 1 to 3 of 3

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Haede
    Haede is offline
    New member
    Join Date
    2011 Jul
    Posts
    4
    Thanks Thanks Given 
    1
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0

    assembly test (requesting information)

    I found a counter in this game and it counts down from 10 seconds every time i use an action it resets, i found the address that it writes to and the address is the -test al,dl. Is there anything I can do here to change this counter, i believe it is what all the cool downs in this game are linked to, i also read else where that counters can be server sided.


    test al,dl
    mov ax,[A0D22C00]

    Im trying to get my head in the game and im slowly learning by trial and error.

    GColor::Format+2770864 - 84 D0 - test al,dl
    GColor::Format+2770866 - A0 002CD2A0 - mov ax,[A0D22C00]
    GColor::Format+277086B - 00 29 - add [ecx],ch
    GColor::Format+277086D - F7 02 00000000 - test [edx],0000
    GColor::Format+2770873 - 00 E0 - add al,ah
    GColor::Format+2770875 - 95 - xchg eax,ebp
    GColor::Format+2770876 - 7C 1C - jnge GColor::Format+2770894
    GColor::Format+2770878 - 20 97 7C1CC097 - and [edi-683FE384],dl
    GColor::Format+277087E - 7C 1C - jnge GColor::Format+277089C
    GColor::Format+2770880 - C0 E1 38 - shl cl,38
    GColor::Format+2770883 - 05 00000000 - add eax,00000000
    GColor::Format+2770888 - 00 00 - add [eax],al
    GColor::Format+277088A - 00 00 - add [eax],al
    GColor::Format+277088C - 00 00 - add [eax],al
    GColor::Format+277088E - 00 00 - add [eax],al
    GColor::Format+2770890 - 00 00 - add [eax],al
    GColor::Format+2770892 - 00 00 - add [eax],al
    GColor::Format+2770894 - 00 00 - add [eax],al
    Last edited by Haede; 2011-08-09 at 09:09 AM.

Similar Threads

  1. Game Information
    By Dwar in forum Perfect World
    Replies: 3
    Last Post: 2012-06-21, 04:51 PM
  2. Information request
    By Mokusan in forum Requiem Online
    Replies: 1
    Last Post: 2010-11-29, 04:08 PM
  3. Test mode finished
    By Dwar in forum Rules/Announcements
    Replies: 0
    Last Post: 2010-11-29, 03:37 PM

Posting Permissions

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