Results 1 to 3 of 3

Hybrid View

  1. #1
    gravzy's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Posts
    100
    Reputation
    13
    Thanks
    684
    My Mood
    Buzzed

    How to detect the ghosts MP process?

    Hi all,
    I am trying to write to the ghosts MP memory however im trying to see if ghosts is running however I can't get my program to see that ghosts is running.

    Can anybody explain what is wrong with this part of my code?

    Code:
    Process[] processes = Process.GetProcessesByName("iw6mp64_ship");

  2. #2
    Lovroman's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    9,417
    Reputation
    611
    Thanks
    11,990
    My Mood
    Cheerful
    Code:
    Process[] processes = Process.GetProcessesByName("iw6mp64_ship");
    if (processes.Length != 0) return true; else return false;

  3. The Following User Says Thank You to Lovroman For This Useful Post:

    gravzy (11-12-2013)

  4. #3
    gravzy's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Posts
    100
    Reputation
    13
    Thanks
    684
    My Mood
    Buzzed
    Nevermind and thanks
    Last edited by Lovroman; 11-12-2013 at 09:49 AM. Reason: No, you arent. :)

Similar Threads

  1. How to make the breath sound more louder in the ghost mode
    By dravenautumn in forum Mission Against Terror Discussions
    Replies: 8
    Last Post: 04-30-2012, 11:33 AM
  2. how to remove the "hack tool detected" in CFPH
    By gigolas in forum CrossFire PH Discussions
    Replies: 3
    Last Post: 03-08-2012, 08:07 AM
  3. [Question]How to detect if the player hits ground?
    By NOOBJr in forum Combat Arms Coding Help & Discussion
    Replies: 12
    Last Post: 03-16-2011, 06:02 AM
  4. Finally...the secret about how CA detects, patches, and ban!!
    By ohshit in forum Combat Arms Discussions
    Replies: 20
    Last Post: 01-30-2010, 05:56 AM
  5. Replies: 5
    Last Post: 07-31-2009, 07:23 PM