https://github.com/swedeachu/betterswimprevent
A low level mouse hook to detect and prevent auto clickers, and preforms basic scans for running cheat processes
https://github.com/swedeachu/betterswimprevent
anticheat minecraft
Last synced: about 2 months ago
JSON representation
A low level mouse hook to detect and prevent auto clickers, and preforms basic scans for running cheat processes
- Host: GitHub
- URL: https://github.com/swedeachu/betterswimprevent
- Owner: Swedeachu
- Created: 2023-05-01T16:46:52.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-10T00:27:57.000Z (almost 2 years ago)
- Last Synced: 2025-01-08T18:39:50.545Z (3 months ago)
- Topics: anticheat, minecraft
- Language: C++
- Homepage: https://discord.gg/swim
- Size: 647 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Better Swim Prevent
A low level mouse hook to detect and prevent auto clickers, and preforms basic scans for running cheat processes
# How it works
Two low level hooks are made, one to hook mouse input and prevent double clicks, the other to read raw mouse input data and determine the source (if it came from a real hardware device or not)
All this currently does is prevent double clicking and log clicks in a basic console, as well as say if the mouse name, mouse info, and mouse HID is valid. Also does basic checks on all running processes and modules at the start for testing purposes.
# To Do
String scans
Anti debugger checks/self protection
Hook checks
Scanning memory locations such as reach and setting them back to default on minecraft.exe (this will be hard)
Better logging, something upgraded from just a console program
A lot of testing, try to find as many ways to bypass what I currently have
# Disclaimer
This is just for education purposes right now, I personally have no bias for or against cheat devs/anti cheat devs, as I enjoy making cheats and anti cheats my self :D
# Requires C++ Redistributable
[Download here](https://aka.ms/vs/17/release/vc_redist.x64.exe)