Results 1 to 6 of 6
  1. #1
    Caezer99's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Location
    127.0.0.1
    Posts
    577
    Reputation
    10
    Thanks
    1,243

    BlackShot Addresses *IMPORTANT*

    Okay, so today I tried dumping BlackShot.exe and tried searching around for DrawIndexedPrimitive Engine call for DIP mid function hook.
    I ended up finding a few interesting addresses in BlackShot.exe

    Here are some:
    Code:
    0x8CEED4 - nProtect GameGuard
    0x8CEEE8 - nProtect GameGuard - Not Running Error
    0x8CEF08 - GameMon Check Error
    0x8CE424 - BlackShot/Data/ check address
    0x8CE340 - BlackShot/Data/ check address
    This might be useful.
    I haven't tested them yet. I will try it soon.


    Mess with the best, die like the rest.


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

    123Extreme123 (11-16-2013),complete12 (11-19-2013),Escort_Assassin (11-16-2013),hanif.firdaus (11-16-2013),Hughzombie (11-16-2013),mustapha00 (03-01-2014),shahir1 (11-17-2013)

  3. #2
    COD3RIN's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    Posts
    5,309
    Reputation
    468
    Thanks
    28,779
    My Mood
    Angelic
    you need to void that
    ᚛C☢dℝin3᚜
    Love you.
    ~Kenshit13
    Quote Originally Posted by cheaterman26 View Post
    COD3RIN PUT A BACKDOOR ON HIS OWN CHEAT HE HACK MY COMPUTER AND MY STEAM, DON'T TRUST THIS GUYS !



  4. #3
    Caezer99's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Location
    127.0.0.1
    Posts
    577
    Reputation
    10
    Thanks
    1,243
    Quote Originally Posted by COD3RIN View Post
    you need to void that
    Yes. You are right. But how do you do that ? You might want to post it here to help the noobs


    Mess with the best, die like the rest.


  5. #4
    COD3RIN's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    Posts
    5,309
    Reputation
    468
    Thanks
    28,779
    My Mood
    Angelic
    here you need this function this is not mind

    Code:
    void function_list_dump( )
    {
        dwGameGuardClassBase = GetGameGuard( );
    
        do
        {
            GGMethodTable = *(PDWORD*)dwGameGuardClassBase;
            Sleep(10);
        }
        while( !GGMethodTable );
    
        while( *(PDWORD)((DWORD)dwGameGuardClassBase + 4) == NULL )
            Sleep(10);
    
        do
        {
            GGMethodTable2 = **(PDWORD**)((DWORD)dwGameGuardClassBase + 4);
        }
        while( !GGMethodTable2 );
    
    #ifdef LOG_GG
        pLog->log("\n-------------\nGG Method Table 1\nsize = %d", dwGetMethodCount(GGMethodTable));
        PrintMethodLocations( GGMethodTable );
        pLog->log("\n-------------\nGG Method Table 2\nsize = %d", dwGetMethodCount(GGMethodTable2));
        PrintMethodLocations( GGMethodTable2 );
        ExitProcess(0);
    #endif 
    
    }
    GetGameGuard? Another GG function that's wrapped


    Code:
    typedef PVOID (__cdecl* tGetGameGuard)( );
    tGetGameGuard GetGameGuard = (tGetGameGuard)GGPTR;



    GGPTR? Location of this function


    Code:
    mov     eax, offset off_D25874
    retn




    I just print the functions like this:




    Code:
    void PrintMethodLocations( PDWORD pdwVMT )
    {
    	DWORD dwIndex = 0;
    
    	for ( dwIndex = 0; pdwVMT[ dwIndex ]; dwIndex++ )
    	{
    		if ( IsBadCodePtr( ( FARPROC ) pdwVMT[ dwIndex ] ) )
    		{
    			break;
    		}
    
    		pLog->log("%i [ 0x%x ]", dwIndex, pdwVMT[dwIndex]);
    	}
     }




    This is not mind code you need to change a addresses all credit by shadow
    Last edited by COD3RIN; 11-16-2013 at 02:00 AM.
    ᚛C☢dℝin3᚜
    Love you.
    ~Kenshit13
    Quote Originally Posted by cheaterman26 View Post
    COD3RIN PUT A BACKDOOR ON HIS OWN CHEAT HE HACK MY COMPUTER AND MY STEAM, DON'T TRUST THIS GUYS !



  6. The Following User Says Thank You to COD3RIN For This Useful Post:

    shahir1 (11-17-2013)

  7. #5
    ghostcomel's Avatar
    Join Date
    Nov 2013
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    THis one nice...asda

  8. #6
    xredkillerx's Avatar
    Join Date
    Jun 2013
    Gender
    male
    Posts
    31
    Reputation
    10
    Thanks
    84
    My Mood
    Amazed
    yes im noob....but can u guys post about d3d hacks..

Similar Threads

  1. [Source Code] BLACKSHOT ADDRESSES
    By COD3RIN in forum Blackshot Coding & Source Code
    Replies: 59
    Last Post: 01-02-2014, 04:34 AM
  2. BlackShot HACKS [IMPORTANT]
    By Caezer99 in forum Blackshot Discussion
    Replies: 28
    Last Post: 05-29-2013, 09:02 AM
  3. BlackShot Memory Addresses
    By .[G]od[L]!ke™ in forum Blackshot Help
    Replies: 5
    Last Post: 04-05-2013, 08:21 PM
  4. Replies: 3
    Last Post: 01-04-2006, 09:52 PM
  5. Direct Memory Access (DMA) to Static Memory Addresses
    By Dave84311 in forum Game Hacking Tutorials
    Replies: 0
    Last Post: 12-31-2005, 08:18 PM