Targeting a Process in VB6.0Okay I found out how to modify flash applications values through a control on my form. But i need to know how to target other process. Like Gunz.exe
you can do it a couple ways, but the easiest way is to use this module my friend gave me. you would put this in the form load. Code: SetProcess = "Games windows name" and to do a simple address change would be. Code: Call WriteXBytes(&Haddress, "values") change the address part but leave the &H and leave the " " around the value. hope this helps.