OldSchoolHack

Register / Login English

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

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

Join Date: Jun 2010

Posts: 561

So, is it Working with you're Code?
Yo also have to change the 0 at the End of you're WriteProcessMemory Code

Quote
WriteProcessMemory(hProcess(0).Handle, "&H160B42F0", value, "2", "0")

Change it to

VB Code:
  1. WriteProcessMemory(hProcess(0).Handle, "&H160B42F0", value, "2", "4")