Results 1 to 10 of 10
  1. #1
    DARTH WANKSTAIN's Avatar
    Join Date
    May 2019
    Gender
    male
    Posts
    42
    Reputation
    10
    Thanks
    210

    Cool Warden - protect yourself from cheaters (and fuck with them)

    What's Warden?
    Warden is a modded client which uses ImGui to display logs and allow you to configure it, it's an automatic protection system that will have options to retaliate via unreleased exploits or doing the same thing back to the cheater. Basically, if a cheater is caught trying to ruin your experience and you have Warden enabled and configured to protect you from the cheat they're using against you then you'll receive a notification of who tried to do what, with an option to retaliate or (for moderators+) options to ban, kick mute etc.

    Work in progress:
    The video shown below is just 2 hours of work, this is easily expandable and there's a lot I can do with this, it will have protection against both private clients (unreleased exploits & cheats) and public ones. The `Warden - log` menu will be reworked and a side notification will be displayed instead of an entire window, when you hover over it, it will have options to do whatever you want to the cheater.

    Help:
    Show that you actually want to see this by replying to this thread with suggestions or criticism.

    Demo:
    https://www.youtube.com/watch?v=TyEE...ature=youtu.be

  2. The Following 7 Users Say Thank You to DARTH WANKSTAIN For This Useful Post:

    Albinore (02-26-2020),BIG_OOF (06-12-2020),Doggus (04-24-2020),dRestarrr (05-27-2020),LQ469 (05-26-2020),Moxpyn (05-26-2020),Sirex (12-25-2019)

  3. #2
    Janitor's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    MPGH Reports
    Posts
    16,255
    Reputation
    3259
    Thanks
    7,214
    I don't play this game, but the idea is neat, love to see something creative like this to be released on MPGH.

  4. The Following User Says Thank You to Janitor For This Useful Post:

    DARTH WANKSTAIN (12-14-2019)

  5. #3
    BIG_OOF's Avatar
    Join Date
    Aug 2019
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    0

    Talking dang, it so cool!

    I need it so much to moderate my friends server!

  6. #4
    ryandu101's Avatar
    Join Date
    May 2015
    Gender
    male
    Location
    UY Scuti Star
    Posts
    134
    Reputation
    -4
    Thanks
    12
    My Mood
    Asleep
    holy shit this looks insanely cool

  7. #5
    Moxpyn's Avatar
    Join Date
    Feb 2020
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    5
    My Mood
    Tired

    Red face

    Hyped for Warden, I love it

  8. #6
    DARTH WANKSTAIN's Avatar
    Join Date
    May 2019
    Gender
    male
    Posts
    42
    Reputation
    10
    Thanks
    210
    Quote Originally Posted by Moxpyn View Post
    Hyped for Warden, I love it
    That version is outdated but if I get bored enough I'll make one for 1.4 and release it, right now I have no intention of doing it but you never know.

  9. #7
    Test2007's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Location
    USA
    Posts
    54
    Reputation
    10
    Thanks
    11
    Quote Originally Posted by DARTH WANKSTAIN View Post
    What's Warden?
    Warden is a modded client which uses ImGui to display logs and allow you to configure it, it's an automatic protection system that will have options to retaliate via unreleased exploits or doing the same thing back to the cheater. Basically, if a cheater is caught trying to ruin your experience and you have Warden enabled and configured to protect you from the cheat they're using against you then you'll receive a notification of who tried to do what, with an option to retaliate or (for moderators+) options to ban, kick mute etc.

    Work in progress:
    The video shown below is just 2 hours of work, this is easily expandable and there's a lot I can do with this, it will have protection against both private clients (unreleased exploits & cheats) and public ones. The `Warden - log` menu will be reworked and a side notification will be displayed instead of an entire window, when you hover over it, it will have options to do whatever you want to the cheater.

    Help:
    Show that you actually want to see this by replying to this thread with suggestions or criticism.

    Demo:
    https://www.youtube.com/watch?v=TyEE...ature=youtu.be
    Joining the good side are we? Maybe try making a perfect anticheat for tShock api, that would probably work way better on a server level than on a client level.

  10. #8
    DARTH WANKSTAIN's Avatar
    Join Date
    May 2019
    Gender
    male
    Posts
    42
    Reputation
    10
    Thanks
    210
    Quote Originally Posted by Test2007 View Post
    Joining the good side are we? Maybe try making a perfect anticheat for tShock api, that would probably work way better on a server level than on a client level.
    It's not supposed to be a client-side anti-cheat, it's just simple detection and prevention of commonly used cheats used directly against the player using Warden. Also I have made an anti-cheat with tsApi: https://******.com/bensm1/Arkhalis
    It just protects against a couple exploits, I haven't worked on it in a long time. I'm gonna revisit it soon because I'm not happy with the approach I took, it's poorly made.

  11. #9
    Test2007's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Location
    USA
    Posts
    54
    Reputation
    10
    Thanks
    11
    Quote Originally Posted by DARTH WANKSTAIN View Post
    It's not supposed to be a client-side anti-cheat, it's just simple detection and prevention of commonly used cheats used directly against the player using Warden. Also I have made an anti-cheat with tsApi: https://******.com/bensm1/Arkhalis
    It just protects against a couple exploits, I haven't worked on it in a long time. I'm gonna revisit it soon because I'm not happy with the approach I took, it's poorly made.
    Problem with AC is its soo complex that running it on another thread and awaiting to see if all activities are valid is pain stakingly hard and resource heavy. The most common problems are Item hacks, Godmode, buff and minion. If those can be blocked it would probably discourage half the shit storm. The other problem is public source to an AC is bad because hackers will use this to find work-arounds.

  12. #10
    DARTH WANKSTAIN's Avatar
    Join Date
    May 2019
    Gender
    male
    Posts
    42
    Reputation
    10
    Thanks
    210
    Quote Originally Posted by Test2007 View Post
    Problem with AC is its soo complex that running it on another thread and awaiting to see if all activities are valid is pain stakingly hard and resource heavy. The most common problems are Item hacks, Godmode, buff and minion. If those can be blocked it would probably discourage half the shit storm. The other problem is public source to an AC is bad because hackers will use this to find work-arounds.
    I'm aware of both of those things but the thing is, it was made out of boredom and i never planned on finishing it, it's just something I can progressively work on when I get bored enough. If I ever work on it again I'm gonna make it asynchronous and threaded and try my best to reduce the impact it has on performance. Right now it doesn't make a big difference though.

Similar Threads

  1. [Info] How to instantly crash players and protect yourself from instant crashes
    By Anti Crash in forum Grand Theft Auto 5 (GTA V) Tutorials
    Replies: 4
    Last Post: 03-31-2017, 02:35 PM
  2. [Help] Protecting Yourself From Bans Across Multiple Accounts?
    By lelfuckyou in forum Steam Games Hacks & Cheats
    Replies: 3
    Last Post: 08-07-2015, 05:53 PM
  3. [Info] How to protect yourself from Skype Resolver (Simple)
    By T[M]T in forum General Hacking
    Replies: 1
    Last Post: 04-17-2015, 02:46 PM
  4. How do you protect yourself from being hacked?
    By dialga53 in forum Realm of the Mad God Discussions
    Replies: 8
    Last Post: 01-21-2014, 05:54 PM
  5. Replies: 3
    Last Post: 02-03-2007, 12:49 PM

Tags for this Thread