Anticheat / AntiHack

Page 1 of 2 12 LastLast
Results 1 to 25 of 28
  1. #1
    Account Upgraded | Title Enabled! killerzx is offline
    MemberRank
    Dec 2008 Join Date
    638Posts

    Anticheat / AntiHack

    Hey, can I get an AntiCheat / AntiHack program for my server?
    If you can get me it, Thx :)
    But if not.. Then its ok.. Thx for trying :).


  2. #2
    Account Upgraded | Title Enabled! Tman151 is offline
    MemberRank
    May 2009 Join Date
    CaliforniaLocation
    306Posts

    Re: Anticheat / AntiHack

    http://cplusplus.com/

    :P Even a simple blacklist is better than nothing.

  3. #3
    Account Upgraded | Title Enabled! killerzx is offline
    MemberRank
    Dec 2008 Join Date
    638Posts

    Re: Anticheat / AntiHack

    Quote Originally Posted by Tman151 View Post
    http://cplusplus.com/

    :P Even a simple blacklist is better than nothing.
    O.o D: I can't do C++ XD :[

  4. #4
    Account Upgraded | Title Enabled! Tman151 is offline
    MemberRank
    May 2009 Join Date
    CaliforniaLocation
    306Posts

    Re: Anticheat / AntiHack

    If you want a full blown anti-hack, either make one yourself (C++) or buy one.

    If you want to make a simple blacklist, or process checker, VB, C#, C, Delphi, the list can go on.

  5. #5
    Account Upgraded | Title Enabled! Guy is offline
    MemberRank
    Apr 2009 Join Date
    919Posts

    Re: Anticheat / AntiHack

    Quote Originally Posted by Tman151 View Post
    If you want a full blown anti-hack, either make one yourself (C++) or buy one.

    If you want to make a simple blacklist, or process checker, VB, C#, C, Delphi, the list can go on.
    Why would a "full blown" anti-cheat require C++?

  6. #6
    Account Upgraded | Title Enabled! Tman151 is offline
    MemberRank
    May 2009 Join Date
    CaliforniaLocation
    306Posts

    Re: Anticheat / AntiHack

    Quote Originally Posted by gWX0 View Post
    Why would a "full blown" anti-cheat require C++?
    Why not? Making a real good anti-cheat in VB is futile.
    C# and/or Delphi could do a good job, but not as well as C++ could.

  7. #7
    RestyleGamerZ FTW Mambo is offline
    MemberRank
    Mar 2008 Join Date
    The NetherlandsLocation
    821Posts

    Re: Anticheat / AntiHack

    Quote Originally Posted by Tman151 View Post
    Why not? Making a real good anti-cheat in VB is futile.
    C# and/or Delphi could do a good job, but not as well as C++ could.
    It all comes out on the same dll or application. Just the language isn't that "perfect" to use for an antihack/cheat

  8. #8
    Account Upgraded | Title Enabled! Guy is offline
    MemberRank
    Apr 2009 Join Date
    919Posts

    Re: Anticheat / AntiHack

    Quote Originally Posted by Tman151 View Post
    Why not? Making a real good anti-cheat in VB is futile.
    C# and/or Delphi could do a good job, but not as well as C++ could.
    C and MASM/NASM-style ASM can produce identical code to C++.

    D is also a valid choice.

  9. #9
    WowIwasSuperCringeB4 XZeenon is offline
    MemberRank
    Jun 2008 Join Date
    CanadaLocation
    1,405Posts

    Re: Anticheat / AntiHack

    Delphi is pro for this too. You can use C++ code ASM Code and other languages too. And it's pretty easy to learn compared to c++.

  10. #10
    Account Upgraded | Title Enabled! Guy is offline
    MemberRank
    Apr 2009 Join Date
    919Posts

    Re: Anticheat / AntiHack

    Quote Originally Posted by XZeenon View Post
    Delphi is pro for this too. You can use C++ code ASM Code and other languages too. And it's pretty easy to learn compared to c++.
    Delphi is incredibly bloated, hence C(++) or ASM being the preferred solution.

  11. #11
    Account Upgraded | Title Enabled! Tman151 is offline
    MemberRank
    May 2009 Join Date
    CaliforniaLocation
    306Posts

    Re: Anticheat / AntiHack

    Quote Originally Posted by gWX0 View Post
    Delphi is incredibly bloated, hence C(++) or ASM being the preferred solution.
    I was 1/2 right! :)

    Not many people would write an anti-cheat in ASM though.

  12. #12
    Account Upgraded | Title Enabled! Guy is offline
    MemberRank
    Apr 2009 Join Date
    919Posts

    Re: Anticheat / AntiHack

    Quote Originally Posted by Tman151 View Post
    I was 1/2 right! :)

    Not many people would write an anti-cheat in ASM though.
    In the case of Gunz, ASM would be a preferred solution - you could write the cheat to be embedded into the main Gunz client, not being executed without Gunz being executed.

    Many devs have been doing this for ages..

  13. #13
    Account Upgraded | Title Enabled! Tman151 is offline
    MemberRank
    May 2009 Join Date
    CaliforniaLocation
    306Posts

    Re: Anticheat / AntiHack

    Quote Originally Posted by gWX0 View Post
    In the case of Gunz, ASM would be a preferred solution - you could write the cheat to be embedded into the main Gunz client, not being executed without Gunz being executed.

    Many devs have been doing this for ages..
    That actually made sense. O.O
    Since alot of people don't know what MDAEMON (neither do i), ASM would be a good choice in GunZ.

  14. #14
    Account Upgraded | Title Enabled! killerzx is offline
    MemberRank
    Dec 2008 Join Date
    638Posts

    Re: Anticheat / AntiHack

    Quote Originally Posted by Tman151 View Post
    That actually made sense. O.O
    Since alot of people don't know what MDAEMON (neither do i), ASM would be a good choice in GunZ.
    O.O Whats a ASM?

  15. #15
    Account Upgraded | Title Enabled! Guy is offline
    MemberRank
    Apr 2009 Join Date
    919Posts

    Re: Anticheat / AntiHack

    Quote Originally Posted by killerzx View Post
    O.O Whats a ASM?
    Assembly; the most popular flavor for Windows being Microsoft Assembly.

  16. #16
    Valued Member ZeroCold is offline
    MemberRank
    Mar 2009 Join Date
    Somewhere I belong.Location
    146Posts

    Re: Anticheat / AntiHack

    The conclusion:

    *No will give you an anti hack. You need to make it you self.
    I prefer starting c# and use kill process.

    That's an nice way to start.

  17. #17
    Account Upgraded | Title Enabled! killerzx is offline
    MemberRank
    Dec 2008 Join Date
    638Posts

    Re: Anticheat / AntiHack

    Quote Originally Posted by ZeroCold View Post
    The conclusion:

    *No will give you an anti hack. You need to make it you self.
    I prefer starting c# and use kill process.

    That's an nice way to start.
    Ok, I'll try that but idk the code for it the antihack D:

  18. #18
    Account Upgraded | Title Enabled! Guy is offline
    MemberRank
    Apr 2009 Join Date
    919Posts

    Re: Anticheat / AntiHack

    Quote Originally Posted by ZeroCold View Post
    The conclusion:

    *No will give you an anti hack. You need to make it you self.
    I prefer starting c# and use kill process.

    That's an nice way to start.
    User-mode blacklist with no obfuscation, code virtualization, or similar protection schemas is a terrible way to start.

  19. #19
    Account Upgraded | Title Enabled! Tman151 is offline
    MemberRank
    May 2009 Join Date
    CaliforniaLocation
    306Posts

    Re: Anticheat / AntiHack

    Here's a little kick start, look through the whole thread.
    http://forum.ragezone.com/f144/resol...or-exe-579575/

  20. #20
    Account Upgraded | Title Enabled! Guy is offline
    MemberRank
    Apr 2009 Join Date
    919Posts

    Re: Anticheat / AntiHack

    Quote Originally Posted by Tman151 View Post
    Here's a little kick start, look through the whole thread.
    http://forum.ragezone.com/f144/resol...or-exe-579575/
    Now you're just expanding on the poor idea of a user-mode blacklist.

  21. #21
    Account Upgraded | Title Enabled! Trilest is offline
    MemberRank
    Apr 2009 Join Date
    The NetherlandsLocation
    549Posts

    Re: Anticheat / AntiHack

    Quote Originally Posted by gWX0 View Post
    Now you're just expanding on the poor idea of a user-mode blacklist.
    Atleast its something for the noobs in c++, Not everyone got the skills to make a pro antihack..

  22. #22
    Account Upgraded | Title Enabled! Guy is offline
    MemberRank
    Apr 2009 Join Date
    919Posts

    Re: Anticheat / AntiHack

    Quote Originally Posted by Trilest View Post
    Atleast its something for the noobs in c++, Not everyone got the skills to make a pro antihack..
    A blacklist can usually end up causing more problems than solving, especially if the blacklist finds a false-positive.

    I would say otherwise.

  23. #23
    Account Upgraded | Title Enabled! killerzx is offline
    MemberRank
    Dec 2008 Join Date
    638Posts

    Re: Anticheat / AntiHack

    Quote Originally Posted by gWX0 View Post
    A blacklist can usually end up causing more problems than solving, especially if the blacklist finds a false-positive.

    I would say otherwise.
    So your saying I shouldn't use this? "http://forum.ragezone.com/f144/resolved-c-how-to-kill-processes-containing-word-like-injector-exe-579575/" ?O.O

  24. #24
    Account Upgraded | Title Enabled! Guy is offline
    MemberRank
    Apr 2009 Join Date
    919Posts

    Re: Anticheat / AntiHack

    Quote Originally Posted by killerzx View Post
    So your saying I shouldn't use this? "http://forum.ragezone.com/f144/resolved-c-how-to-kill-processes-containing-word-like-injector-exe-579575/" ?O.O
    Yes, that's what I'm saying.

  25. #25
    Account Upgraded | Title Enabled! killerzx is offline
    MemberRank
    Dec 2008 Join Date
    638Posts

    Re: Anticheat / AntiHack

    Quote Originally Posted by gWX0 View Post
    Yes, that's what I'm saying.
    oh ok... Then what else should I do? Since idk the codes or anything about making an AntiHack I guess I don't get one then :(.



Page 1 of 2 12 LastLast

Advertisement