Thread: Frage zu VAC

Results 1 to 4 of 4
  1. #1
    testaccx2's Avatar
    Join Date
    Jul 2013
    Gender
    female
    Posts
    7
    Reputation
    10
    Thanks
    0

    Frage zu VAC

    Moin Moin!

    Ich hätte da mal eine Frage. Kann der folgende Code ein VAC Ban auslösen? (Benutze VB 2012)

    Using MW3Process As New Process
    MW3Process.StartInfo.CreateNoWindow = True
    MW3Process.StartInfo.FileName = "steam://rungameid/42690"
    MW3Process.Start()
    MW3Process.WaitForExit()
    MsgBox("Beendet")
    End Using

    Oder greift mein Code garnicht auf den Prozess zu?

    Schonmal DANKE im vorraus.

  2. #2
    Lovroman's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    9,417
    Reputation
    611
    Thanks
    11,988
    My Mood
    Cheerful
    Please speak English here.
    So...I don't think so, I think it's safe as it doesn't modify game's memory.

  3. #3
    testaccx2's Avatar
    Join Date
    Jul 2013
    Gender
    female
    Posts
    7
    Reputation
    10
    Thanks
    0
    I forgot to translate.. Sorry

  4. #4
    0xbYTE's Avatar
    Join Date
    Sep 2014
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    My Mood
    Amused
    No, you can't get banned for that.
    You only can get banned if you change something at the runtime of the process of the file which is running with VAC.