Thread: Game Found

Results 1 to 5 of 5
  1. #1
    Skater22's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0

    Game Found

    Hello,
    i creat a Stats and Lvl Hack for MW3.
    i wanna creat a "GAME FOUND" "button" in visual basic 2010 thats mean when the game isnt open the text will be "GAME NOT FOUND" in red.
    When the game is open the text will be "GAME FOUND" in green. How can i make this??

  2. #2
          ( ° ͜ʖ͡°)╭∩╮
    Former Staff
    MarkHC's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    127.0.0.1
    Posts
    2,750
    Reputation
    66
    Thanks
    14,529
    My Mood
    Angelic
    /Moved

    And I really don't believe you made a STats & Level Trainer and doesn't know how to change a label


    CoD Minion from 09/19/2012 to 01/10/2013

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

    inmate (10-13-2012)

  4. #3
    Geometrical's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    In the middle of nowhere.
    Posts
    1,034
    Reputation
    331
    Thanks
    10,335
    My Mood
    Chatty
    Quote Originally Posted by Skater22 View Post
    i wanna creat a "GAME FOUND" "button" in visual basic 2010 thats mean when the game isnt open the text will be "GAME NOT FOUND" in red.
    Code:
    Public Function IsProcessRunning(name As String) As Boolean
    	For Each clsProcess As Process In Process.GetProcesses()
    		If clsProcess.ProcessName.StartsWith("iw5mp") Then
    			Label1.Text = "MW3 found."
                                      Label1.ForceColor = Color.Green
    			Return True
    		End If
    	Next
    	Label1.Text = "MW3 Found"
               Label1.ForceColor = Color.Red
    	Return False
    End Function
    I god, visual basics... hope that helps...
    Last edited by Geometrical; 10-12-2012 at 08:34 AM.

  5. The Following 2 Users Say Thank You to Geometrical For This Useful Post:

    Overclocker55 (10-22-2012),thijsduijker (06-01-2013)

  6. #4
    Skater22's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    Because i dont use VB since 4 years..... and i learn it now again..... but i dont understand your code because i past it and it dont works for me must i do something on the labble...??? sorry but i forget all...............

  7. #5
          ( ° ͜ʖ͡°)╭∩╮
    Former Staff
    MarkHC's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    127.0.0.1
    Posts
    2,750
    Reputation
    66
    Thanks
    14,529
    My Mood
    Angelic
    Quote Originally Posted by Skater22 View Post
    Because i dont use VB since 4 years..... and i learn it now again..... but i dont understand your code because i past it and it dont works for me must i do something on the labble...??? sorry but i forget all...............
    Learn properly. Get a book or Google what you don't know. Don't copy paste stuff.

    /Closed


    CoD Minion from 09/19/2012 to 01/10/2013

  8. The Following User Says Thank You to MarkHC For This Useful Post:

    inmate (10-13-2012)

Similar Threads

  1. new game I found
    By Tourettes guy in forum General Game Hacking
    Replies: 4
    Last Post: 03-07-2010, 04:18 AM
  2. ****** found the game
    By PyrexxHero® in forum K.O.S. Secret Operation Hacks
    Replies: 28
    Last Post: 10-13-2009, 07:43 PM
  3. Replies: 4
    Last Post: 10-24-2008, 04:18 PM
  4. kana i found your game
    By Gourav2122 in forum General
    Replies: 17
    Last Post: 08-19-2007, 08:49 PM
  5. Replies: 5
    Last Post: 08-04-2007, 05:38 AM