[Help] Hook dll into a main

Results 1 to 3 of 3
  1. #1
    Account Upgraded | Title Enabled! ApophyS is offline
    MemberRank
    Mar 2008 Join Date
    470Posts

    [Help] Hook dll into a main

    i folow this gude to hook me dll in main i do it almos all but 1 think i dont know who to do :(
    PUSH *to AntiHack.dll Offset*
    CALL DWORD PTR DS:[LoadLibraryA]
    OR EAX,EAX
    JE *EmptySpace* - If dll will not founded, it will crash the gs
    PUSH *to Main() Offset*
    PUSH EAX
    CALL DWORD PTR DS:[GetProcAddress]
    CALL EAX
    JMP *EntryPoint* what i must search here??? to to put i realy dont know :( can some 1 tel me how to put me entry point ?????


  2. #2
    Account Upgraded | Title Enabled! Holy is offline
    MemberRank
    Jul 2007 Join Date
    Mov eax, 1Location
    551Posts

    Re: Hook dll into a main

    EntryPoint is the point where originally start the code. Just open
    main.exe with OllyDBG and if you didnt changed the EntryPoint then the
    first offset you see is the EntryPoint.

  3. #3
    Account Upgraded | Title Enabled! ApophyS is offline
    MemberRank
    Mar 2008 Join Date
    470Posts

    Re: [Help] Hook dll into a main

    thanks
    i'm using 1.02c(MMT release)
    i have 1 more question how i change limit for wings ...i whana add nightmare wings but i dont know how to change limit in main for wings:( can u tel me how?? and how i must rename wings for add in client and server ?:PP..and i can ad summon wings and lvl 3 like a custom wings ?:P thanks a lot



Advertisement