Results 1 to 8 of 8
  1. #1
    Orange.'s Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    1,294
    Reputation
    10
    Thanks
    29
    My Mood
    Amazed

    Anti-Cheat Help.

    Hey everyone,i'm new here and i would like to build an Anti Cheat program For crossfire.
    But not like most of the anticheats,i want to make an anticheat that'll include these things;

    * SnapShot Every couple minutes a snapshot is taken and then saved in a Winrar file that can not be edited or that tells us its been edited and that winrar file is automatically uploaded or sent to my email or .

    * Process log, so we can know if someone uses hax.

    *And anything else that can prevent from them to cheat.

    I need this Anti-Cheat for a league and i was wondering if any can help.
    *Note: I am pretty new to C++.

    ---------- Post added at 06:24 PM ---------- Previous post was at 06:06 PM ----------

    bump i need help ASAP.

  2. #2
    Jeovante's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Location
    Berkely,CA,USA
    Posts
    1,240
    Reputation
    164
    Thanks
    3,679
    My Mood
    Aggressive
    anitcheat what do you mean like type of features ?

  3. #3
    JamesRo's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    1,872
    Reputation
    182
    Thanks
    17,852
    My Mood
    Happy
    Prettuy sure that snapshot wouldn't be too hard, only need to set it to press printscreen evey couple mins., but I have no clue about sending it to email/compressing it. Process log, I think x-trap already does this( )
    Either way, I can't help you much, sorry.

  4. #4
    Orange.'s Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    1,294
    Reputation
    10
    Thanks
    29
    My Mood
    Amazed
    Quote Originally Posted by Jeovante View Post
    anitcheat what do you mean like type of features ?
    Like when you open the anti-cheat, their is a button that says capture that starts taken screen shots of your computer screen and is saved in a Winrar file and we have a checker that can see if any screen shots are deleted or not with the CRC code.
    And the anti cheat uploads the screen shots automatically to a ftp server or sends it to my email.

    A bonus feature for the Anti-Cheat could be that it shows me their process list.

    Sorry i am bad at this and im trying to learn.

  5. #5
    Jeovante's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Location
    Berkely,CA,USA
    Posts
    1,240
    Reputation
    164
    Thanks
    3,679
    My Mood
    Aggressive
    Quote Originally Posted by bobman12 View Post
    Like when you open the anti-cheat, their is a button that says capture that starts taken screen shots of your computer screen and is saved in a Winrar file and we have a checker that can see if any screen shots are deleted or not with the CRC code.
    And the anti cheat uploads the screen shots automatically to a ftp server or sends it to my email.

    A bonus feature for the Anti-Cheat could be that it shows me their process list.

    Sorry i am bad at this and im trying to learn.
    Well seems not so usefull tho

  6. #6
    Orange.'s Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    1,294
    Reputation
    10
    Thanks
    29
    My Mood
    Amazed
    My main key factor is that the anti cheat needs to have a screen capture every few minutes and it is in a winrar file. Then i can check in the CRC value is changed within the program. If it is possible to send the files automatically that would be a huge plus.

    ---------- Post added at 06:37 PM ---------- Previous post was at 06:33 PM ----------

    Ill rephrase my sentence Their is this anti cheat online called MOSS that takes screenshots and saves it to a zip file and we can check within the file that if any screenshots are deleted or changed.

    I would like a program like that accept with my League name and visuals on the program.

  7. #7
    derh.acker's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    localhost
    Posts
    826
    Reputation
    14
    Thanks
    616
    My Mood
    Angelic
    To make a good secondary Anti Hack, you have to hack the game
    With a d3d hook, you can change the camera position near a player and then make a screenshot (use a search engine), send it directly without packing it in a .rar file (there are some ftp tutorials, but you could also create a TCP or UDP Server by yourself which receives the file. It has to run, isn't protected against hack attacks like a flood of screenshots that fills your hard dive with garbage) and change the camera positions back.

    The hack is having to be injected, so you have to create a launcher.

    A process list won't help in any case, some hacks don't even need an injector.

    ____

    But who launches an anticheat and hacks the game then?
    Last edited by derh.acker; 07-16-2012 at 04:03 PM.

  8. #8
    kmanev073's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Bulgaria
    Posts
    2,400
    Reputation
    97
    Thanks
    2,537
    My Mood
    Cool
    OFFTOPIC why the fuck you ask for anti cheat in hacking forum... ???
    anyway ONTOPIC: you can make the screenshot and log part on C/C++ but it will be alot easier to send them via C# or VB you can even make it send SMS to the admin for free

Similar Threads

  1. Replies: 1
    Last Post: 05-23-2012, 07:32 PM
  2. Need help unpack new anti cheat
    By z03dsk8 in forum GameGuard
    Replies: 2
    Last Post: 12-07-2010, 01:10 AM
  3. Anti kick help
    By Nurbek92 in forum WarRock - International Hacks
    Replies: 5
    Last Post: 11-05-2007, 11:40 AM
  4. anti virus help
    By pspmaster4 in forum WarRock - International Hacks
    Replies: 1
    Last Post: 06-10-2007, 08:32 AM
  5. L2 cheats (help)
    By Loler in forum General Game Hacking
    Replies: 4
    Last Post: 02-09-2006, 08:53 AM