OldSchoolHack

Registrieren / Anmelden Deutsch

[VB.NET][Help] Create a wallhack in vb.net

icon Thema: [VB.NET][Help] Create a wallhack in vb.net

Anmeldungsdatum: Nov 2011

Beiträge: 20

Hello Old School Hack,

Today I come to ask your help, It's been about two months, I tried to create a hack for counter-strike: source is, wallhack (r_drawtohermodels) ect .. and after pointing my addresses with a cheat engine I faced a problem that prevents me me, I tried lots of endless techniques from WriteProcessMemory bah does not work, there is a new technique but people do not want to say

So if you could help me it would be great to hear from you!

I tested this:
If CheckBox4.Checked = True Then
           Dim value As Byte = 2
           ReadProcessMemory(hProcess(0).Handle, "&H160B42F0", value, "2", "0")
       Else
           Dim value As Byte = 1
           ReadProcessMemory(hProcess(0).Handle, "&H160B42F0", value, "1", "0")
       End If
But that did not work..

( Sorry For my English, I'am French and don't have speak English )