Page 1 of 2 12 LastLast
Results 1 to 15 of 24
  1. #1
    AlonsoBR's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    none
    Posts
    3
    Reputation
    10
    Thanks
    12

    Post Address for Unlimited Respawn in SnD, Spy, Quarantine.

    is the address UPDATE for Unlimited Respawn in SnD, Spy, Quarantine and Spectador Mode.

    for it to work will be necessary to create a DLL or an EXE not detectable.

    cshell.dll+46A14C

    put the value in 1 to Revive or Unlimited Respawn in SnD, Spy, Quarantine.
    put the value in 0 to Spectador Mode.

    Original Modes:

    put the value in 2 to return to the original in SnD.
    put the value in 1 to return to the original in Elimination.
    put the value in 9 to return to the original in Spy Hunt.
    put the value in 7 to return to the original in Capture The Flag.
    put the value in 11 to return to the original in Quarantine
    put the value in 6 to return to the original in One Man Army
    put the value in 5 to return to the original in Fireteam

    Example trainer using old addresses:

    https://www.mpgh.net/forum/164-combat...tml#post910154

    screen for old trainer made in Cheat Engine:

  2. The Following 2 Users Say Thank You to AlonsoBR For This Useful Post:

    euhsoftware (08-29-2009),tomyssj3 (08-29-2009)

  3. #2
    dontsassme's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Location
    uhh......
    Posts
    1,139
    Reputation
    30
    Thanks
    156
    My Mood
    Fine
    Anybody else confused?
    FREE VIP!!!


    [IMG]https://i656.photobucke*****m/albums/uu290/theexploited1/dontsassme.jpg[/IMG]
    Credit to theexploited1 for making the sig pic :P

    Quote Originally Posted by GOD View Post
    Dave doesn't care about yall.. all he cares about is food FOOD FOOD CAKEEESSSS
    Quote Originally Posted by GOD View Post
    YOU GET LAID @ MPGH
    Quote Originally Posted by ilo67 View Post
    I have this new hack but I can't release it cause I dont have it.
    If you have any questions you can PM me, I'll be quick to respond. I will also TV if you have some hacking issues.

  4. #3
    masterlook's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    52
    Reputation
    10
    Thanks
    7
    My Mood
    Worried
    Quote Originally Posted by dontsassme View Post
    Anybody else confused?
    yes me haha i think he dont know

  5. #4
    mongoose5697's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    Atlantis
    Posts
    529
    Reputation
    13
    Thanks
    446
    My Mood
    Sneaky
    couldnt you also get unlimted respawns for fieteam by freezing the code while your respawning

    Quote Originally Posted by Obama View Post
    You are a modding god
    You heard it from obama.




    [img]https://i705.photobucke*****m/albums/ww55/Adil_Rahoo/wasdwa.png[/img]






    Remember to thank me for my mods or if i helped you.

  6. #5
    trex's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    In a house in AUSTRALIA FTW!!!
    Posts
    683
    Reputation
    16
    Thanks
    84
    My Mood
    Amused
    i dont get it?
    [IMG]https://i415.photobucke*****m/albums/pp231/TREXOX/Signature02.jpg[/IMG]

  7. #6
    TrojanMan!'s Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    Upper Michigan
    Posts
    435
    Reputation
    14
    Thanks
    63
    It required programming knowledge as you'd have to make something utilizes the address's. Clear enough for you guys now?



    Web Developer Pride

  8. #7
    Katie_Perry's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Posts
    3,082
    Reputation
    31
    Thanks
    175
    My Mood
    Sneaky
    Yes we know. Already an old post.

  9. #8
    Synns's Avatar
    Join Date
    May 2007
    Gender
    male
    Posts
    5,174
    Reputation
    170
    Thanks
    2,557
    My Mood
    Bitchy
    Code:
    //cshell.dll+46A14C
    #include <windows.h>
    #include <stdio.h>
    bool CM_Respawns =false;
    
    void Respawns ( ){
    	
    	int Base = (long)GetModuleHandleA("CShell.dll");
    	DWORD Protection;
        
    	if (Base !=0){
    
    		if(CM_Respawns)
    		{
    
    		long value = 1;
    			
    		DWORD Protection;
    		
    		VirtualProtect((void*)0x46A14C, sizeof(value), PAGE_READWRITE, &Protection);
    		memcpy((void*)0x46A14C, &value , sizeof(value));
    		VirtualProtect((void*)0x46A14C, sizeof(value), Protection, 0);
    		}
    		else
    		{
              
    		long value = 0;
    			
    		DWORD Protection;
    		
    		VirtualProtect((void*)0x46A14C, sizeof(value), PAGE_READWRITE, &Protection);
    		memcpy((void*)0x46A14C, &value , sizeof(value));
    		VirtualProtect((void*)0x46A14C, sizeof(value), Protection, 0);
    		}
    	}
    }
    
    void HotKeys( ){
    	if(GetAsyncKeyState(VK_NUMPAD1)&1)
    	{
    		CM_Respawns = !CM_Respawns;
    	}
    }
    
    void Loop ( ){
    	for(;;Sleep(50)){
    		Respawns( );
    		HotKeys( );
    	}
    }
    
    BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
    {
    	DisableThreadLibraryCalls(hDll);
    	if (dwReason == DLL_PROCESS_ATTACH) {		
    	CreateThread(0,0,(LPTHREAD_START_ROUTINE)Loop,0,0,0);
    	}
    	return TRUE;
    }
    Simple C src.

  10. The Following 2 Users Say Thank You to Synns For This Useful Post:

    Aelus (08-28-2009),Rocco (08-29-2009)

  11. #9
    pureflame212's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Over the rainbow
    Posts
    394
    Reputation
    10
    Thanks
    102
    My Mood
    In Love
    Lol i get coding a little bit but then i dont get coding at all
    100% Legit Account

    [img]https://************.com/sig/012/xdweezy.jpg[/img]











    To Do List
    100 Posts []
    150 Posts []
    250 Posts []
    500 Posts []
    750 Posts []
    1000 Posts []
    Get Unbelievable []
    Get Unbelievable+ []
    Get Unbelievably++ []
    Make A Pointless Long List []
    Finish Pointless Long List []

  12. #10
    Aelus's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    2
    Quote Originally Posted by Longevity View Post
    Code:
    //cshell.dll+46A14C
    #include <windows.h>
    #include <stdio.h>
    bool CM_Respawns =false;
    
    void Respawns ( ){
    	
    	int Base = (long)GetModuleHandleA("CShell.dll");
    	DWORD Protection;
        
    	if (Base !=0){
    
    		if(CM_Respawns)
    		{
    
    		long value = 1;
    			
    		DWORD Protection;
    		
    		VirtualProtect((void*)0x46A14C, sizeof(value), PAGE_READWRITE, &Protection);
    		memcpy((void*)0x46A14C, &value , sizeof(value));
    		VirtualProtect((void*)0x46A14C, sizeof(value), Protection, 0);
    		}
    		else
    		{
              
    		long value = 0;
    			
    		DWORD Protection;
    		
    		VirtualProtect((void*)0x46A14C, sizeof(value), PAGE_READWRITE, &Protection);
    		memcpy((void*)0x46A14C, &value , sizeof(value));
    		VirtualProtect((void*)0x46A14C, sizeof(value), Protection, 0);
    		}
    	}
    }
    
    void HotKeys( ){
    	if(GetAsyncKeyState(VK_NUMPAD1)&1)
    	{
    		CM_Respawns = !CM_Respawns;
    	}
    }
    
    void Loop ( ){
    	for(;;Sleep(50)){
    		Respawns( );
    		HotKeys( );
    	}
    }
    
    BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
    {
    	DisableThreadLibraryCalls(hDll);
    	if (dwReason == DLL_PROCESS_ATTACH) {		
    	CreateThread(0,0,(LPTHREAD_START_ROUTINE)Loop,0,0,0);
    	}
    	return TRUE;
    }
    Simple C src.
    Grandmother says: Goodpost!

  13. #11
    Banned4life's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    New York
    Posts
    1,249
    Reputation
    12
    Thanks
    111
    My Mood
    Buzzed
    very nice i test it out

  14. #12
    sukhans's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Posts
    128
    Reputation
    10
    Thanks
    101
    lol omg to short

  15. #13
    UxGotxShot's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Posts
    260
    Reputation
    10
    Thanks
    24
    I hope this helps some programmer to make hacks sooner

  16. #14
    Ghty82's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    Combat Arms Section, Sydney, Australia
    Posts
    1,450
    Reputation
    11
    Thanks
    128
    My Mood
    Angelic
    Thanks for sharing



    "I dream of a world where people are not judged by their post count but by their content of character." Me
    "Ask not what MPGH can do for you, But what you can do for your MPGH!"

  17. #15
    213374u's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Posts
    41
    Reputation
    10
    Thanks
    3
    My Mood
    Aggressive
    hey if your so smart why cant u make for us noobs?

Page 1 of 2 12 LastLast

Similar Threads

  1. [Tutorial] How to finding Address for Unlimited Respawn, Blue Nametags and others
    By vingadormaster in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 4
    Last Post: 03-04-2010, 02:34 PM
  2. [CA-NA]Address for Unlimited Respawn 05/02/2010 after repatch
    By vingadormaster in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 12
    Last Post: 02-15-2010, 04:06 AM
  3. [CA-NA]Address for Unlimited Respawn, KDRGuard, Spectator, KillCamON, Limited Effects
    By vingadormaster in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 12
    Last Post: 02-05-2010, 03:40 PM
  4. Unlimited Respawns In Super Spy and SnD
    By Corndog in forum Combat Arms Hacks & Cheats
    Replies: 35
    Last Post: 07-28-2009, 05:28 AM
  5. Updated addresses for some hacks.
    By sp0tie in forum Gunz Hacks
    Replies: 3
    Last Post: 02-22-2006, 08:18 AM

Tags for this Thread