Results 1 to 6 of 6
  1. #1
    Boomdocks's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Location
    JAJAJ
    Posts
    195
    Reputation
    15
    Thanks
    35
    My Mood
    Aggressive

    Memory Hacks Q/Q

    Memory Hacks Q/Q

    Got Detours working
    Ty to topblast got ptc working
    ty to no one memory hacks still d/c meh
    --
    Example of what am doIng...
    ( notice address not updated.. but on base it is)
    Code:
           if(Weapon){
    	    memcpy( (PBYTE)0x373DB2E9, (PBYTE)"\xB8\x00\x00\x00\x10\x90", 6 );
                memcpy( (PBYTE)0x373DB669, (PBYTE)"\xB8\x00\x00\x00\x10\x90", 6 );
    		}else{
                memcpy( (PBYTE)0x373DB2E9, (PBYTE)"\x8B\x80\xC8\x02\x00\x00", 6 ); 
                memcpy( (PBYTE)0x373DB669, (PBYTE)"\x8B\x80\xC8\x02\x00\x00", 6 ); 
    		}
    
    		if(SuperBullets){
    	    memcpy( (PBYTE)0x373D5D26, (PBYTE)"\x90\x90\x90", 3);
    		}else{
                memcpy( (PBYTE)0x373D5D26, (PBYTE)"\x0F\x94\xC0", 3); 
    	  	}
    
    		if(Reload){
    	    memcpy( (PBYTE)0x374602B7, (PBYTE)"\x90\x90\x90\x90\x90\x90", 6);
    		}else{
                memcpy( (PBYTE)0x374602B7, (PBYTE)"\x0F\x84\xB1\x01\x00\x00", 6);
    		}
    
                   if( Nametags ){
                memcpy((LPVOID)0x373747AD, "\x90\x90", 2);
                memcpy((LPVOID)0x373747AD, "\x90\x90", 2);
                    }else{
                memcpy((LPVOID)0x373747AD, "\x75\x21", 2);
                memcpy((LPVOID)0x373747AD, "\x75\x05", 2);
                    }
    Ty
    " The Ground Is Above, This Noobs Have Mastered Gravity " - Aeir/Boomdocks
    Started Hacking in 2009, don't be too quick to say your a pro... ok theirs many of us who retired.. call us legends, if it was not for them... most of hacks & d3d designs won't be around ok.. #RespectOldNiggas

  2. #2
    NOOB's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    3,843
    Reputation
    425
    Thanks
    8,616
    ur just not doin it rite

  3. #3
    CAFlames's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Where ever my imagination takes me
    Posts
    3,006
    Reputation
    202
    Thanks
    2,944
    My Mood
    Twisted
    u need ingamestatus....


    if(Hack1 && *(INT*)GameStatus == 1){
    HACKON
    }else{
    HACKOFF
    }

    Current Works:
    ---Horror Game





    [IMG]https://i645.photobucke*****m/albums/uu180/drgnforce9/Siggys/signature3.jpg[/IMG]
    Special thanks to drgnforce9 for my sig picture

    Quote Originally Posted by m_t_h View Post

    CAflames is one epic coder.

    Rep and thanks him.. or you're perma banned.

  4. The Following User Says Thank You to CAFlames For This Useful Post:

    Boomdocks (05-30-2011)

  5. #4
    NOOB's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    3,843
    Reputation
    425
    Thanks
    8,616
    Quote Originally Posted by CAFlames View Post
    u need ingamestatus....


    if(Hack1 && *(INT*)GameStatus == 1){
    HACKON
    }else{
    HACKOFF
    }
    no he's actually not doin it rite.

  6. #5
    Boomdocks's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Location
    JAJAJ
    Posts
    195
    Reputation
    15
    Thanks
    35
    My Mood
    Aggressive
    Naa, i got it working. Ty CAFlames
    " The Ground Is Above, This Noobs Have Mastered Gravity " - Aeir/Boomdocks
    Started Hacking in 2009, don't be too quick to say your a pro... ok theirs many of us who retired.. call us legends, if it was not for them... most of hacks & d3d designs won't be around ok.. #RespectOldNiggas

  7. #6
    CAFlames's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Where ever my imagination takes me
    Posts
    3,006
    Reputation
    202
    Thanks
    2,944
    My Mood
    Twisted
    Quote Originally Posted by Boomdocks View Post
    Naa, i got it working. Ty CAFlames
    No problem. And Happy Memorial Day

    Current Works:
    ---Horror Game





    [IMG]https://i645.photobucke*****m/albums/uu180/drgnforce9/Siggys/signature3.jpg[/IMG]
    Special thanks to drgnforce9 for my sig picture

    Quote Originally Posted by m_t_h View Post

    CAflames is one epic coder.

    Rep and thanks him.. or you're perma banned.

  8. The Following User Says Thank You to CAFlames For This Useful Post:

    Boomdocks (05-30-2011)