https://github.com/realtristan/versa
Tournament Anti-Cheat as an Alternative to MOSS
https://github.com/realtristan/versa
anti-cheat discord-bot discord-webhooks gui pyqt5 python
Last synced: 30 days ago
JSON representation
Tournament Anti-Cheat as an Alternative to MOSS
- Host: GitHub
- URL: https://github.com/realtristan/versa
- Owner: realTristan
- License: mit
- Created: 2022-08-07T21:43:09.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-28T21:39:53.000Z (over 3 years ago)
- Last Synced: 2025-01-20T05:49:52.051Z (over 1 year ago)
- Topics: anti-cheat, discord-bot, discord-webhooks, gui, pyqt5, python
- Language: Python
- Homepage: https://realtristan.github.io/Versa/
- Size: 1.15 MB
- Stars: 5
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Versa Anti Cheat  
# Warnings
- This was one of my first projects when learning Python. There are many security vulnerabilities which I am working out in my new anti-cheat: Reborn.
- I do not recommend using anything from this repository in competitive tournaments.
- This is one of the first versions of Versa. This codebase is outdated from the actual released versions.
- Also check out Reborn which is made in Rust for WAY more security.
# About
Versa Anti Cheat is an advanced gaming anti cheat that makes your life easier by integrating discord Web Hooks into the program.
- The program tracks key and mouse clicks to detect macros and auto clickers.
- It takes screenshots and lists all running programs on the users computer and sends them to a discord channel of your choosing!
Versa Anti Cheat also comes with a discord bot to help create VAC Keys more efficiently!
BIG THANKS to Wanderson for the free to use ui components (https://www.youtube.com/channel/UCy1fv5dh3wQEem1nFAUBJzw)





# License
MIT License
Copyright (c) 2022 Tristan Simpson
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.