Results 1 to 4 of 4
  1. #1
    Neoticer's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    26
    Reputation
    10
    Thanks
    0

    Parameter of NMCO_CallNMFunc

    Have one the parameter of the NMCO_CallNMFunc function from the nmconew.dll or can find it out for me? It would be very helpfull.

  2. #2
    flameswor10's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    12,528
    Reputation
    981
    Thanks
    10,409
    My Mood
    In Love
    One question, why do you need it
    No I do not make game hacks anymore, please stop asking.

  3. #3
    freedompeace's Avatar
    Join Date
    Jul 2010
    Gender
    female
    Posts
    3,033
    Reputation
    340
    Thanks
    2,792
    My Mood
    Sad
    Would you kindly please link me to that DLL?

    Quote Originally Posted by flameswor10 View Post
    One question, why do you need it
    He wants to play with it :3

  4. #4
    Neoticer's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    26
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by freedompeace View Post
    He wants to play with it :3
    That is right. I think that this dll is very important, they should control the login prozess and all TCP and UDP packets are send about this. I want to hook the NMCO_CallNMFunc to get the values of the Parameter and for this i need the Parameters. Than i would isolate the dll and debug and analyt this dll.

    Edit: i am not the ASM Pro, but i have found (in a old asm code from engine.exe) a

    Code:
    add esp, 00000010
    after the call of the NMCO_CallNMFunc, so we search for 10 Bytes, if nexon doesnt have change the parameter.

    LOL hex-rays have solved my problem

    Code:
    signed int __cdecl NMCO_CallNMFunc(int a1,int a2,void **a3,int a4)
    maybe one want to know it from the nmcogame.dll

    Code:
    int __cdecl NMCO_CallNMFunc(int a1,int a2,int a3,int a4)
    Last edited by Neoticer; 10-02-2011 at 05:58 AM.

Similar Threads

  1. Command line parameters
    By m0k1 in forum Combat Arms Coding Help & Discussion
    Replies: 0
    Last Post: 08-19-2011, 05:45 AM
  2. [Release] [tested and working]Engine.exe commandline parameters
    By .::SCHiM::. in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 7
    Last Post: 07-02-2011, 01:03 AM
  3. Need Parameters
    By ♪~ ᕕ(ᐛ)ᕗ in forum Call of Duty Black Ops Help
    Replies: 8
    Last Post: 11-18-2010, 02:58 PM
  4. [Help] Parameter Args[Solved]
    By nathanael890 in forum Visual Basic Programming
    Replies: 16
    Last Post: 08-22-2010, 08:00 AM
  5. Cannot convert parameter error?
    By Super Martin in forum Combat Arms EU Help
    Replies: 1
    Last Post: 07-20-2010, 05:10 AM