Results 1 to 7 of 7
  1. #1
    sdw123's Avatar
    Join Date
    Sep 2015
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0

    Anyone know the name changing hack?

    Hi does anyone know the script to switch between multi-players fast?
    Last edited by akim14; 09-09-2015 at 10:34 AM.

  2. #2
    dadozg's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    32
    Reputation
    10
    Thanks
    237
    My Mood
    Amazed
    There is no more name changer in COD4,because it is PB detected!
    Need new script which would be payable!

  3. #3
    tvojama's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Posts
    60
    Reputation
    10
    Thanks
    343
    My Mood
    Fine
    There is an undetected tool but its a part of a hack

  4. #4
    sdw123's Avatar
    Join Date
    Sep 2015
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    Hi..Thanks.. Yes.In here only promod/scrim has pb.So pb detecting is not a problem.Can you please send that link?And not for hacking.I m a promod player.Just wanna try it.

  5. #5
    [NEWACCOUNT]Yano's Avatar
    Join Date
    Dec 2014
    Gender
    male
    Location
    CL_WritePacket();
    Posts
    305
    Reputation
    13
    Thanks
    5,011
    My Mood
    Relaxed
    Imma post a name changing function later
    Code:
    __asm mov [RecoilVec], 0

  6. #6
    [NEWACCOUNT]Yano's Avatar
    Join Date
    Dec 2014
    Gender
    male
    Location
    CL_WritePacket();
    Posts
    305
    Reputation
    13
    Thanks
    5,011
    My Mood
    Relaxed
    Function:
    Code:
    void EngineCommand(char* command)
    	{
    		__asm
    		{
    			push	 command
    			push 0
    			push 0
    			mov	esi, 0x004F9AB0
    			call	esi
    			add	esp, 0x0C
    		}
    	}
    Usage:

    Code:
    Rename: EngineCommand("name [newName]");
    
    U can use this function to execute any command to the console ;)
    Code:
    __asm mov [RecoilVec], 0

  7. The Following User Says Thank You to [NEWACCOUNT]Yano For This Useful Post:

    sdw123 (09-13-2015)

  8. #7
    sdw123's Avatar
    Join Date
    Sep 2015
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by [NEWACCOUNT]Yano View Post
    Function:
    Code:
    void EngineCommand(char* command)
    	{
    		__asm
    		{
    			push	 command
    			push 0
    			push 0
    			mov	esi, 0x004F9AB0
    			call	esi
    			add	esp, 0x0C
    		}
    	}
    Usage:

    Code:
    Rename: EngineCommand("name [newName]");
    
    U can use this function to execute any command to the console ;)
    Thanks buddy pls check your pm.Rep added.

Similar Threads

  1. [Solved] Anyone know the name of the mod that downloads server maps?
    By C_Mack13 in forum Minecraft Help
    Replies: 4
    Last Post: 05-31-2015, 08:43 PM
  2. [Solved] Do anyone know the name of this hack?
    By Luckman05656 in forum DayZ Help & Requests
    Replies: 2
    Last Post: 12-09-2014, 03:15 PM
  3. [Help] Does anyone knows the codes or hacks for weapons or attachments for engineer?
    By snowboy_starfox01 in forum Battlefield Play4Free Hacks
    Replies: 1
    Last Post: 10-30-2012, 02:18 PM
  4. Does anyone know the name of this costume
    By dragon73 in forum Vindictus Discussions
    Replies: 8
    Last Post: 03-08-2011, 08:18 PM
  5. Anyone know how to change the blood color?
    By Bummed in forum CrossFire Mods & Rez Modding
    Replies: 4
    Last Post: 07-21-2010, 11:18 AM