Results 1 to 2 of 2
  1. #1
    JustWorkHereLUL's Avatar
    Join Date
    Nov 2017
    Gender
    male
    Posts
    180
    Reputation
    10
    Thanks
    2
    My Mood
    Angry

    Question Open handles in external cheats (C#)

    I am using C# and to get a handle to csgo I do not use OpenProcess:

    Code:
    Process[] process = Process.GetProcessesByName("csgo");
    return process[0].Handle;
    I've read that csgo / steam looks for open handles to the game. Should I close the handle with CloseHandle() function? I've also read that you can "attach" the cheat to for say, chrome.exe and run the cheat from there? I haven't found much info about how to do this or how this works, so I'd appriciate if someone would tell me more about this and how to do it.

  2. #2
    BambooTree's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    3
    What you read is probably true but the thing is right now Vac isn't doing much. You can read memory that way if you wish and you "should" be fine. If its for personal use you "should" be safe and encounter no issues.

Similar Threads

  1. [Outdated] Nexcat - External Cheat [ SOURCE ] [ Glow ESP / Triggerbot / BunnyHop ]
    By nexcat in forum Counter-Strike 2 Hacks
    Replies: 31
    Last Post: 03-24-2016, 11:10 PM
  2. [Outdated] Inazuma - External Cheat | RCS | TriggerBot | WallHack | AutoPistol | RadarHack|more
    By figo283 in forum Counter-Strike 2 Hacks
    Replies: 17
    Last Post: 03-20-2016, 05:25 AM
  3. [Detected] Gaar's External Cheat | Glow ESP | Triggerbot|
    By Gaar in forum Counter-Strike 2 Hacks
    Replies: 51
    Last Post: 02-18-2016, 07:52 PM
  4. [Info] Finding Beta Testers For My External Cheat
    By recurringlife in forum Counter-Strike 2 Discussions
    Replies: 2
    Last Post: 06-25-2015, 04:00 AM
  5. [Solved] CS:GO public external cheat to undetected
    By kahvimorso in forum Counter-Strike 2 Help
    Replies: 2
    Last Post: 03-31-2015, 08:43 PM