ROWAREZ
rowarez hacking forum
Lista Forumurilor Pe Tematici
ROWAREZ | Reguli | Inregistrare | Login

POZE ROWAREZ

Nu sunteti logat.
Nou pe simpatie:
Nebunyka la Simpatie.ro
Femeie
21 ani
Bacau
cauta Barbat
21 - 52 ani
ROWAREZ / Games Hacks / External NetVar Dumper (CounterStrike Source)  
Autor
Mesaj Pagini: 1
Google
Resident Elite

Inregistrat: acum 12 ani
Postari: 433
This dumper makes header file or text dump (like i uploaded before).

How to:
1.Run it
2.Write process name (hl2.exe)
3.Chose file name
4.Chose dump type (1 for header or 2 text)

Download: Here

Sourcecode download here

Fix

Code:

void DoWorkSon( HANDLE Proc ) 
{ 
    using namespace std; 
    HMODULE lclmod = 0; 
    short mode = 0; 
    string path; 
    //-- 
    cout << "Getting paths of modules in remote process and loading them." << endl; 
    steam_api =    LoadRemoteModule( "steam_api.dll", Proc ); 
    tier0 =    LoadRemoteModule( "tier0.dll", Proc ); 
    vstdlib = LoadRemoteModule( "vstdlib.dll", Proc ); 
    lclmod = LoadRemoteModule( "client.dll", Proc ); 
    //-- 
    CI ClientFactory = reinterpret_cast<CI> ( GetProcAddress( lclmod, "CreateInterface" ) ); 
    ClientInterface = ClientFactory( "VClient016", NULL ); 
     
    GetAllClasses_t gac = reinterpret_cast<GetAllClasses_t> ( GetFuncAdd( ClientInterface, 8 ) ); 
    //-- 
    NetVars::Analyze( gac( ClientInterface ) ); 
    cout << "Enter a name for the file: "; 
    cin >> path; 
    while( !( mode == 1 || mode == 2 ) ) 
    { 
        cout << "Type 1 to generate a header, 2 for a raw dump: "; 
        cin >> mode; 
    } 
    //-- 
    if( mode == 1 ) { NetVars::GenCode( path.c_str() ); } 
    else { NetVars::GenRaw( path.c_str() ); } 
    cout << "Saved to " << path << endl; 
    //-- 
    cout << "Freeing libraries." << endl; 
    //-- 
    FreeLibrary( lclmod ); 
    FreeLibrary( vstdlib ); 
    FreeLibrary( tier0 ); 
    FreeLibrary( steam_api ); 
}

Made by Xeno123


pus acum 12 ani
   
Pagini: 1  

Mergi la