Skip to content

Releases: kidfearless/DangerZoneHackerTracker

Fix crash from invalid bulk added users. Update runtime to .net 6

25 Apr 20:41
Compare
Choose a tag to compare

Added quick copy, and more comments
Only show the failed connection window once, retry in background
Add a button to alert the server of a cheater
Adjust color pallete of cheaters
Only share actual cheaters, not users with notes
Speculatory fix for bulk add crashing
Begin working on adding a view cheaters window
Connect to csgo's console outside of UI thread
Finish most of ViewCheatersWindow functionality.
Alert bulk added cheaters
v2.2.0, added breaking when a debugger is attached for exceptions
Update runtime to .net 6

Added Predictive cheaters

07 Jan 19:08
Compare
Choose a tag to compare
  • Fixed dropped connections to csgo's tcp server
  • < 4 threat levels no longer play sound effect
  • Tracker will now give a psuedo-threat level to players based off of account age and play time
  • Added account info on name hover
  • cheater windows don't block main window now

Version 2 rework

25 Dec 18:29
Compare
Choose a tag to compare

This version of the hacker tracker now uses the -netconport 2121 launch parameter for cs-go in order to read and write to the games console. With these changes I can read and write to console without messing with configs or needing the game to be opened.

Along with this release comes some minor changes to the UI.
Added notes for cheaters.
Retrieval of profile data that will be used to flag suspicious people inside your games.
Settings menu implemented so that players can control the status update rate and volume of the announcement sounds
Cheaters are stored in a formatted JSON file so that modifications can be done manually if needed.

Automate console logging, add first time setup window

27 Sep 16:42
Compare
Choose a tag to compare

Added player count and server name
Finish bulk add user window
Make console logging automatic
Write status key bind to their config
Move application logic out of MainWindow
Added config settings for first time run
Add First Time Setup Window

Added bulk add menu item and remove cheater button

16 Sep 21:53
Compare
Choose a tag to compare

Don't alert for added users
Add bulk add menu item
Move community profile regex to steamid class
add try catch to exception logger
Add bulk add window

Simplify Xaml layout and fix duplicate users in connected user grid

13 Sep 03:35
Compare
Choose a tag to compare

Fix hax sound not loading in release builds

08 Sep 00:10
Compare
Choose a tag to compare
V1.1.2

Properly play sound file when embedded

Tweaked user connections to better reflect in game state

07 Sep 14:31
Compare
Choose a tag to compare
V1.1.1

speculatory fix for duplicate users in row

V1.1 Improved performance and styling

03 Sep 02:47
Compare
Choose a tag to compare

Release Notes:
User rows are now added/removed when the clients leave.
Fixed steam id comparisons causing players to never be notified of cheaters
Made notifications bigger, last longer, and changed the colors for improved visibility
Removed hard coded path for the console.log
Add icons to the app
Cheaters now show up in red in the connected user list
Auto fill cheater data for connected users
Add exception logging

initial release

31 Aug 15:29
Compare
Choose a tag to compare

Added import and export features. Along with community url parsing (not unique id's). Profile picture loading in the connected users list, along with being able to click their picture to load their profile up in the browser.