Results 1 to 5 of 5
  1. #1
    Nightlord's Avatar
    Join Date
    Jun 2006
    Gender
    male
    Location
    X:1337 Y:1337
    Posts
    433
    Reputation
    10
    Thanks
    24

    [HELP] How do i get the form to target a proccess...

    How do i get the form to target a proccess...

    For example when iexplorer runs i want form one to be executed... So i want it to be attached sort of thing...








  2. #2
    Killallnoobs112's Avatar
    Join Date
    Nov 2007
    Posts
    29
    Reputation
    10
    Thanks
    0
    how do i hack warrock?

  3. #3
    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
    Quote Originally Posted by Killallnoobs112 View Post
    how do i hack warrock?
    Shut The Fuck Up.

    Hmm...I don't know if I remeber this...Oh, okay

    Dim ProcId as long
    Dim ProcHandle as long
    Dim ProcTarg as long

    ProcTarg = FindWindows(0,"The Title Text Of The Process")
    getwindowsthreadprocessid ProcTarg,ProcID
    ProcHandle = OpenProcess(ProcID,Process_All_Accsess,false);

    And then ProcHandle = The Process.



    There are two types of tragedies in life. One is not getting what you want, the other is getting it.

    If you wake up at a different time in a different place, could you wake up as a different person?


  4. #4
    Nightlord's Avatar
    Join Date
    Jun 2006
    Gender
    male
    Location
    X:1337 Y:1337
    Posts
    433
    Reputation
    10
    Thanks
    24
    Prompts an error...
    -----
    Compile error:
    Expected line number or label or statement or end of statement
    -----

    Code:
    Private Sub Form_Load()
    Dim ProcId As Long
    Dim ProcHandle As Long
    Dim ProcTarg As Long
    
    ProcTarg = FindWindows(0, "iexplorer.exe")
    getwindowsthreadprocessid ProcTarg, ProcId
    ProcHandle = OpenProcess(ProcID,Process_All_Accsess,false);
    And then ProcHandle = iexplorer.exe
    End Sub
    Last edited by Nightlord; 11-27-2007 at 07:33 AM.








  5. #5
    pbsucks's Avatar
    Join Date
    Sep 2007
    Location
    univers
    Posts
    65
    Reputation
    10
    Thanks
    4
    Code:
    Private Sub Form_Load()
    Dim ProcId As Long
    Dim ProcHandle As Long
    Dim ProcTarg As Long
    
    ProcTarg = FindWindows(0, "iexplorer.exe")
    getwindowsthreadprocessid ProcTarg, ProcId
    ProcHandle = OpenProcess(ProcID,Process_All_Accsess,false);
    And then ProcHandle = iexplorer.exe
    End Sub
    Do you really think that this is a valid vb 6 code?
    Delete "And then"

    Code:
    Process_All_Accsess
    I think you should first define this string...
    If I remember right, it is &H1F0FFF

    Hopefully I could help...

Similar Threads

  1. [Tutorial] How to get the Wall hack to work.
    By wr194t in forum WolfTeam Hacks
    Replies: 38
    Last Post: 03-01-2008, 02:52 AM
  2. [Help] How to make a form always on top.
    By wr194t in forum Visual Basic Programming
    Replies: 6
    Last Post: 10-23-2007, 07:41 AM
  3. [TuT] How To Get The New Weapons!
    By Jeffrey1993 in forum WarRock - International Hacks
    Replies: 18
    Last Post: 07-26-2007, 01:28 AM
  4. how do i get the new weps
    By ballin22 in forum WarRock Korea Hacks
    Replies: 8
    Last Post: 05-27-2007, 03:40 PM
  5. [help]how would i get the superjump address?
    By fable741 in forum WarRock - International Hacks
    Replies: 9
    Last Post: 05-08-2007, 08:37 AM