Results 1 to 5 of 5
  1. #1
    mo3ad001's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Posts
    842
    Reputation
    53
    Thanks
    797
    My Mood
    Busy

    RunConsole & ILTClient

    i were reversing in CF and got this stuff , but i haven't test anything .

    Code:
    #define RunConsole 0x5d7430
    #define ILTClient 0x3834BC4
    RunConsole ( untested)
    Code:
    void __cdecl RunCommand(const char* szCommand)
    {
    	__asm 
    	{
    		push szCommand
    		mov eax, RunConsole 
    		call eax
    		add esp, 0x4
    	}
    	
    	// Or !!
    
    	__asm 
    	{
    		mov ecx,dword ptr ds:[ILTClient]
    		mov eax,dword ptr ds:[ecx + 0x1f8]
    		push szCommand
    		call eax
    		add esp, 0x4
    	}
    }
    - sorry isn't Tut it was source code
    ~Mo3ad001
    Last edited by mo3ad001; 09-05-2011 at 11:01 AM.

    H A X O
    Email : Noobmem@hotmail.com


  2. #2
    A$IAN's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Germany
    Posts
    5,654
    Reputation
    274
    Thanks
    2,010
    My Mood
    Amused
    Looks like Pushtoconsole
    ~Donater since 19th October 2011~
    ~Ex-Crossfire Minion || Resigned on 4th February 2012 ~
    Da fuck

  3. #3
    mo3ad001's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Posts
    842
    Reputation
    53
    Thanks
    797
    My Mood
    Busy
    Quote Originally Posted by Philong Nguyen View Post
    Looks like Pushtoconsole
    yes , but i can't find any good command

    H A X O
    Email : Noobmem@hotmail.com


  4. #4
    giniyat101's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    Not telling.
    Posts
    1,935
    Reputation
    130
    Thanks
    1,380
    My Mood
    Dead
    Quote Originally Posted by mo3ad001 View Post
    yes , but i can't find any good command
    because good commands have been patched

  5. #5
    [[SeXergy]]'s Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    417
    Reputation
    27
    Thanks
    130
    My Mood
    Sneaky
    Yes ptc was patched quite long ago

Similar Threads

  1. ILTClient Address
    By hepe45 in forum Combat Arms EU Hack Coding/Source Code
    Replies: 2
    Last Post: 03-13-2011, 01:54 PM
  2. ILTClient
    By superadmins in forum Combat Arms EU Hack Coding/Source Code
    Replies: 7
    Last Post: 02-28-2011, 10:48 AM
  3. [Info] Clan{AMp}
    By n1kko in forum CrossFire Clan Recruitment & Advertising
    Replies: 2
    Last Post: 11-25-2009, 05:23 PM
  4. Replies: 10
    Last Post: 07-21-2009, 10:48 PM
  5. AMP Energy Drink Coupon - Free 4 PK of AMP
    By I Am Cornholio in forum General
    Replies: 6
    Last Post: 07-13-2009, 09:00 PM