Page 1 of 2 12 LastLast
Results 1 to 15 of 24
  1. #1
    dllbase's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    IN YOUR %#$
    Posts
    117
    Reputation
    10
    Thanks
    19
    My Mood
    Cool

    [HELP]Whit's Combined Base 2 [Updated]

    I'm using it https://www.mpgh.net/forum/207-combat...2-updated.html

    but after tw0 minuts in game D/C
    what is the problem?

  2. #2
    NOOB's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    3,843
    Reputation
    425
    Thanks
    8,616
    *tests fresh copy of whit's combined*

    dc after 2 mins: confirmed.

  3. #3
    NOOBJr's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    in NOOB
    Posts
    1,423
    Reputation
    112
    Thanks
    693
    Ethir
    1.)PTC Command
    2.)Detours
    3.)A non existent PTC
    4.) Hook
    Figure it out an it wont!

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

    dllbase (02-09-2011)

  5. #4
    yaserifti1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    The finest pussies of Earth
    Posts
    250
    Reputation
    9
    Thanks
    10
    My Mood
    Angelic
    Dang it, I just posted almost the same thread lmao. Oh well, anyways I @ zane, I checked them, I can't seem to find the error.

    edit - found it

    Code:
    DWORD cBase::GetPointer(int index)
    {
    	DWORD* devicePtr = ***(DWORD****)0x000000;//DPOINTER
    	//Just change the 0x00000 to the code i gave you!
    	if( devicePtr == NULL ) 
    		return 0;
    
    	return devicePtr[index];
    }
    Do I just put the proper addie instead of the 0x000000?
    Last edited by yaserifti1; 02-09-2011 at 03:03 PM.
    Key:
    = done
    = not done
    = working on it
    = damn I killed it!

    Accomplishments On MPGH:

    make a mod -

    make a gun to gun mod -

    make a hack -

    learn C++ -

    roast a nub -

  6. #5
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    Update the hook ******s

  7. #6
    yaserifti1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    The finest pussies of Earth
    Posts
    250
    Reputation
    9
    Thanks
    10
    My Mood
    Angelic
    how ******? No Narwhals?!?
    Key:
    = done
    = not done
    = working on it
    = damn I killed it!

    Accomplishments On MPGH:

    make a mod -

    make a gun to gun mod -

    make a hack -

    learn C++ -

    roast a nub -

  8. #7
    dllbase's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    IN YOUR %#$
    Posts
    117
    Reputation
    10
    Thanks
    19
    My Mood
    Cool
    Sheat , then he doesn't updated this base!

  9. #8
    NOOB's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    3,843
    Reputation
    425
    Thanks
    8,616
    Just sprinkle some fried chicken and kool aid.

  10. #9
    J's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    East Coast
    Posts
    2,164
    Reputation
    452
    Thanks
    5,900
    My Mood
    In Love
    Quote Originally Posted by ᴺᴼᴼᴮ View Post
    Just sprinkle some fried chicken and kool aid.
    ZOMG NO WAI BRAH MY AIMBOTOPKZTELEKILLZ WERKZ NAOOOOO. OMG NOOB THANKZ YOU.
    Keep me motivated for my hack development!

  11. #10
    yaserifti1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    The finest pussies of Earth
    Posts
    250
    Reputation
    9
    Thanks
    10
    My Mood
    Angelic
    seriously tho guys, how to doz itz?!
    Key:
    = done
    = not done
    = working on it
    = damn I killed it!

    Accomplishments On MPGH:

    make a mod -

    make a gun to gun mod -

    make a hack -

    learn C++ -

    roast a nub -

  12. #11
    CodeDemon's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    vagina
    Posts
    1,070
    Reputation
    50
    Thanks
    940
    My Mood
    Fine
    Here is a hook, its pretty basic, but it should work if you use it properly. Just call this function where ever.

    Code:
    DWORD d3dCodeCave = 0x37714562;
    
    void RegisterServerHook(DWORD Address){
    	DWORD pushToOffset[236282];
    	vector<DWORD>offvec;
    	BYTE* newjmp;
    	int sldf = 0x3775691;
    	char toPop[7263];
    	DWORD dw;
    	VirtualProtect((LPVOID)Address,sizeof(Address),PAGE_READWRITE,&dw);
    
    	newjmp = (BYTE*)malloc(24);
    	offvec.reserve(12672);
    	_asm{
    		push 23;
    		add esp,62;
    	}
    	newjmp + 0x67;
    	offvec.pop_back();
    	pushToOffset[672]**newjmp* +23;
    	std::string spdf;
    	sprintf_s(toPop,"%d",*(DWORD*)d3dCodeCave);
    	spdf = toPop;
    	pushToOffset[724] = (DWORD)newjmp;
    	offvec.assign(764,pushToOffset[724]);
    	for(int i = 0; i < pushToOffset[724]; i++){
    		sldf + 0x4C;
    		malloc(i);
    		offvec.assign(i,sldf);
    	}
    	VirtualProtect(newjmp,sizeof(Address),PAGE_READWRITE,&dw);
    }
    Call it like this:

    Code:
    RegisterServerHook(0x37762184);
    Last edited by CodeDemon; 02-09-2011 at 04:21 PM.

  13. #12
    yaserifti1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    The finest pussies of Earth
    Posts
    250
    Reputation
    9
    Thanks
    10
    My Mood
    Angelic
    I mean how do I fix it on whits base?
    Key:
    = done
    = not done
    = working on it
    = damn I killed it!

    Accomplishments On MPGH:

    make a mod -

    make a gun to gun mod -

    make a hack -

    learn C++ -

    roast a nub -

  14. #13
    CodeDemon's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    vagina
    Posts
    1,070
    Reputation
    50
    Thanks
    940
    My Mood
    Fine
    Quote Originally Posted by yaserifti1 View Post
    I mean how do I fix it on whits base?
    Copy and paste that code, make sure to:

    #include <vector>
    #include <string>

    then call the line at the bottom, in your present.

  15. #14
    Alessandro10's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    MPGH.NET
    Posts
    6,140
    Reputation
    215
    Thanks
    4,607
    My Mood
    Busy
    Just Use other Detour updated.

  16. #15
    luccss's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    482
    Reputation
    183
    Thanks
    3,440
    My Mood
    Breezy
    Resolved in CABR

Page 1 of 2 12 LastLast