Thread: [VB.NET][Help] Create a wallhack in vb.net | ||
Join Date: Jun 2011 Posts: 490 User-Rating: 12 positive
0 negative
|
Quote ReadProcessMemory(hProcess(0).Handle, "&H160B42F0", value, "2", "0") I don't use Visual Basic, but it could look like that : BYTE value_2 = 1; // define value to enable drawothermodels e.g. BYTE value; // define value to read the adresse's value in ReadProcessMemory(hProcess(0).Handle, "&H160B42F0", value, "2", "0") // read out adress and save // adresse's value in BYTE value if ( value == 0 )// check if value == 0, // means that drawothermodels is disabled { WriteProcessMemory(hProcess(0).Handle, "&H160B42F0", value2, "2", "0") // write value_2 = 1 to // adress to enable drawothermodels } Greetz Manta __________________ |
|
Mantarochen is offline |