Results 1 to 4 of 4
  1. #1
    FireMfox's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    75
    Reputation
    10
    Thanks
    11
    My Mood
    Bored

    Angry C# Files Activity Blocker Code

    Hello there,
    I'm learning C# on beginner level
    My problem:
    I want to make an application that is going to block the action of some files (It is anticheat files actually).
    So Please help me with the simple code, or link, how do I make code to block the application's action?
    Maybe there is another way to do that? I need to use Cheat Engine in game, and anticheat blocks it, so I thought if I'll block the activity of the anticheat it couldn't detect the Cheat Engine...

  2. #2
    Biesi's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    4,993
    Reputation
    374
    Thanks
    8,807
    My Mood
    Twisted
    This is not beginner level.. and depends on the anti cheat

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

    Forza4334 (05-05-2014)

  4. #3
    Forza4334's Avatar
    Join Date
    May 2014
    Gender
    male
    Location
    Area 51
    Posts
    243
    Reputation
    28
    Thanks
    23
    My Mood
    Devilish
    People think that coding is ease.

  5. #4
    Acea's Avatar
    Join Date
    Oct 2012
    Gender
    female
    Location
    Home of the elks
    Posts
    346
    Reputation
    80
    Thanks
    2,216
    My Mood
    Stressed
    Quote Originally Posted by FireMfox View Post
    Hello there,
    I'm learning C# on beginner level
    My problem:
    I want to make an application that is going to block the action of some files (It is anticheat files actually).
    So Please help me with the simple code, or link, how do I make code to block the application's action?
    Maybe there is another way to do that? I need to use Cheat Engine in game, and anticheat blocks it, so I thought if I'll block the activity of the anticheat it couldn't detect the Cheat Engine...
    Let me give you a simple example to a unanswerable question:
    You need assembly and ollydbg knowledge, almost 99.9% of anti cheats are in c++ or c.

    The simplest way to kill a anti-cheat in c# would be to NOP the core functions at there address's
    DWORD Address1 = 0x0000034
    Writememory((DWORD)Address1,"0x90",1);

    Sadly there's no way you could wrap your mind around ASM at entry level programming haha

Similar Threads

  1. PB ScreenShot Blocker code.
    By zachair in forum Battlefield 3 (BF3) Hacks & Cheats
    Replies: 7
    Last Post: 04-27-2013, 06:56 AM
  2. [Solved] Save File .INI Source Code
    By jhadd4 in forum Visual Basic Programming
    Replies: 14
    Last Post: 07-22-2012, 09:23 PM
  3. will the the patched hacks be undetected if you can some codes in the files
    By Reckless in forum Combat Arms Hacks & Cheats
    Replies: 7
    Last Post: 02-19-2009, 10:34 PM
  4. need bf 2142 activation code 5$
    By eric219 in forum Battlefield 2 Hacks & Cheats
    Replies: 2
    Last Post: 12-04-2008, 02:12 AM