Results 1 to 10 of 10

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    pohkak
    pohkak is offline
    Member-in-training pohkak's Avatar
    Join Date
    2010 Dec
    Posts
    171
    Thanks Thanks Given 
    29
    Thanks Thanks Received 
    10
    Thanked in
    10 Posts
    Rep Power
    0

    Help to find out

    Hi all.
    Looking for so me help to find out solution on how to realise function get mob on target .
    MMORPG Requiem Online.

    OllyDBG show the ligne where initialise function take mob on target.


    whene i m trying to inject my code to call this function
    Code:
    pushad
    pushfd
    mov ecx,WID  // to read WID im using ReadInt(0xa48e40)+0x320 
    mov edx,0x7c29e0 //  function adress
    push ecx           // 
    mov ecx,[0xa48e40]
    call edx           //  call function
    retn
    after injecting this code im getting inside of client Toon have on target empty HP bar witout mob name...
    and after 2 sec client crash.

    Looks like on the moment whene function was called code dont disposed enoughe arguments .

    If i attach OllyDBG to client at the ligne
    Code:
    push ecx
    the value ecx not corespond to WID of mob on the CE.
    Are you hackers ?...No, wee are russians!

Similar Threads

  1. [Info] Find out if your getting kicked
    By Dwar in forum CrossFire Guides, Tutorials
    Replies: 0
    Last Post: 2010-12-17, 07:18 AM
  2. [Guide] How to find a Scrim
    By Dwar in forum CrossFire Guides, Tutorials
    Replies: 0
    Last Post: 2010-12-17, 06:59 AM
  3. Can't find base addres with CE
    By DJK in forum General Game Research
    Replies: 7
    Last Post: 2010-12-12, 11:53 PM
  4. How to find Aika GB Items ID
    By vngage in forum Aika Online
    Replies: 3
    Last Post: 2010-11-30, 06:07 AM
  5. Replies: 0
    Last Post: 2010-11-29, 04:16 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
  •