Auto dll injecton july 2008!

Results 1 to 6 of 6
  1. #1
    Account Upgraded | Title Enabled! gatsu is offline
    MemberRank
    Nov 2008 Join Date
    ItalyLocation
    250Posts

    Auto dll injecton july 2008!

    Hi,

    I followed steven's tut for auto inject dll into 2008 client, but I got this error: "Extra input after operand".

    Here:
    Code:
    00621F2B  /> \6A 60         PUSH 60
    00621F2D  |.  68 88F36300   PUSH OFFSET 0063F388
    00621F32  |.  68 1D1F6200   PUSH 00621F1D
    00621F37  |.  FF15 6C216200 CALL DWORD PTR DS:[62216C]
    00621F3D  |.  85C0          TEST EAX,EAX
    00621F3F  \.^ E9 5886F5FF   JMP 0057A59C
    If I skipped this line when I run GunZ, my runnable crash.

    How can I fix?


  2. #2
    Account Upgraded | Title Enabled! skywind is offline
    MemberRank
    Nov 2010 Join Date
    239Posts

    Re: Auto dll injecton july 2008!

    go to your profile and look at your visitor's msg
    Last edited by skywind; 14-11-10 at 10:53 AM.

  3. #3
    Account Upgraded | Title Enabled! gatsu is offline
    MemberRank
    Nov 2008 Join Date
    ItalyLocation
    250Posts

    Re: Auto dll injecton july 2008!

    If I leave OFFSET it crash when I create a game room.

  4. #4
    Proficient Member steven1234 is offline
    MemberRank
    Jan 2010 Join Date
    186Posts

    Re: Auto dll injecton july 2008!

    on load up in asm with an unedited exe you should see push 60 then push offset copy the push offset and compare the addresses

    or if that isnt the problem you failed to jmp to it properly

  5. #5
    Account Upgraded | Title Enabled! gatsu is offline
    MemberRank
    Nov 2008 Join Date
    ItalyLocation
    250Posts

    Re: Auto dll injecton july 2008!

    Quote Originally Posted by steven1234 View Post
    on load up in asm with an unedited exe you should see push 60 then push offset copy the push offset and compare the addresses

    or if that isnt the problem you failed to jmp to it properly
    EDIT: Phoenix, you can close, Steven has helped me by tw.

    Thanks steven!
    Last edited by gatsu; 14-11-10 at 02:24 PM.

  6. #6
    Ā  Phoenix is offline
    ModeratorRank
    Mar 2009 Join Date
    6,890Posts

    Re: Auto dll injecton july 2008!

    Thread closed.



Advertisement