Results 1 to 2 of 2
  1. #1
    radnomguywfq3's Avatar
    Join Date
    Jan 2007
    Gender
    male
    Location
    J:\E\T\A\M\A\Y.exe
    Posts
    8,858
    Reputation
    381
    Thanks
    1,823
    My Mood
    Sad

    Targeting a Process in VB6.0

    Okay 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

  2. #2
    symantic's Avatar
    Join Date
    Jun 2007
    Posts
    14
    Reputation
    10
    Thanks
    0
    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.

Similar Threads

  1. [Help]Creation of the target process and/or injection failed.
    By azuredreamer in forum Mission Against Terror Discussions
    Replies: 11
    Last Post: 02-24-2011, 02:49 PM
  2. Un-hidding process (game)
    By Nine in forum General Game Hacking
    Replies: 4
    Last Post: 07-30-2006, 12:26 PM
  3. Endless Online, Easy target.
    By The_Enigma in forum General Game Hacking
    Replies: 1
    Last Post: 06-28-2006, 07:59 PM
  4. Process Guard!
    By Flawless in forum General Game Hacking
    Replies: 6
    Last Post: 01-26-2006, 05:21 PM