My new anticheat im thinking of releasing.

Status
This thread has been locked.

onEnabled

Feedback score
0
Posts
9
Reactions
1
Resources
0
Yo lit users of mcmarket.
Im thinking of releasing my anticheat ive worked on.

Atm it've got many checks, including the basics. No subs like for example the fastladder check.

Glide
NormalMovements
Speed
NoFall
Jesus
BadPackets
HopModifier
Head (Aimbot & Headpitch)
Criticals
Aimbot (The bad check)
Anti-ForceOp

Ive got a very good speed detection. It detects even the 1.5% faster speeds.
Me and my friends have tested the ac. We've found no fly bypass or speed atm.

But the bugs i need to fix before release is atm that ive found.
- Jumping on snowlayer, fences, those light panel things, heads, slime
- Sprint jumping on ice, soulsand etc.
- A better compatibility with effects.
- Sometimes the head check false flags.



#Default config

#The automatic message that tells you how many attempts have been blocked etc
stats: true

#If you would like to debug the movements
debug: false

#Checks the player yaw & pitch for suspicious body movements
aimbot: false

#Checks if the player does a lowhop
criticals: true

#Glide bypass fix, i recommend having it disable as it may have a big impact on ladders & max cause false alerts
glide_tim: false

#Check if the player falls down to fast when they should not be
glide_fastfall: true

#Checks for unnormal movements
glide_unnormal_movements: true

#Checks if the player goes up higher than the set posy limit. The limit appends when the player is onground. This check might give false positives when a player teleport
glide_limit: false

#Checks if the player is standing still in air
glide_float: true

#Wierd detection i know but it checks the players yaw and pitch for scaffold.
glide_scaffold: false

#The best detection so far but a high falsepositive giver
glide_intercept: false

#Detects onground spoofing. Ex: if the player sends c03 packets in air.
glide_onground_spoof: true

#Our experimental mode for float
glide_float_exp: true

#Detects if the player is climbing ladders to fast.
glide_climb_ladders: true

#Checks for slow falling in air
glide: true

#Detects hop modifications, ex: bad bhops
hopmodifier: true

#Checks if a player is walking on water
jesus: true

#Checks if the player send onground packets in air
nofall: true

#Checks for step cheat
normalmovements_step: true

#Checks if the player is jumping in mid air like they is onground.
normalmovements_airjump: true

#Checks for high posY changes
normalmovements_vclip: true

#Checks positions from map
normalmovements_long: true

#Checks for suspicious motionY movements
normalmovements_survivalfly: true

#Checks if a player is climbing on a block
normalmovements_climb: true

#Checks for map movements
normalmovements_toohigh: true


#Checks if the y values are different from the expected
normalmovements_invalidmotion: true


#Checks for a fast player position update interval.
badpackets: true

#Checks if a player is running to fast while blocking or eating
speed_noslow: true

#Checks for bhop movements
speed_bhop: true

#Checks for air speeding
speed_air: true

#Checks for tiny onground hop speeding.
speed_onground: true

#Checks for too fast movements if the other speedchecks fail.
speed: true

speed_sprint_multidir: true # Not working atm

# Checks if the prev pitch or yaw is the new pitch or yaw
head: true
# The speed check comes with machine learing motion modifications that you cant disable atm



#Ignore the reason in the alerts, keep it simple and use etc "tried to use Speed" instead of "tried to use speed (reason: ......)"
simple_alerts: true
#Modify the values!

# I don't recommend going under this value. Because that might kick them even if they're not cheating
violations_before_kick: 20
# I don't recommend going under this value. Because that might flag even if they're not cheating
violations_before_staff_notification: 3
# The lower the harder you'll make it to cheat but the lower you go you'll get more false positives
violations_before_flagback: 2
# 15 was the before default
violations_reset_time: 16
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

BrianGrug

Full time failure
Supreme
Feedback score
56
Posts
1,471
Reactions
995
Resources
1
What the fuck is anti-forceop? Is it like blocking /op??
 

SkidRevenant

Feedback score
2
Posts
28
Reactions
22
Resources
0
detecting 1.5% faster speeds is nothing, I can detect 0.0000001% faster speeds in 1 tick. sure ur speed check might detect a lot of speeds but its prob laggy af. You should put out some code snippets as well. You should probably get some more combat related check as Aura checks before trying to sell this ac as well
 

BrianGrug

Full time failure
Supreme
Feedback score
56
Posts
1,471
Reactions
995
Resources
1
Sup[DOUBLEPOST=1524942059][/DOUBLEPOST]
It you send a high perm cmd you need to type / and a random generated string after, which the plugin decides before the command is sent.
There are a lot of flaws with that...
 

onEnabled

Feedback score
0
Posts
9
Reactions
1
Resources
0
Okay. Fine. I'll program my client to use some regex to find your little randomly generated string and type it in chat. Easy.
You have one attempt to type it or else the key expires. Its like one in a million that you get it right
 

onEnabled

Feedback score
0
Posts
9
Reactions
1
Resources
0
If you don't know what regex is then you shouldn't release your anticheat. I can pull the string from the chat message and just insert it. 100% success rate.

Edit: Wait is the string hardcoded?
I dont think you understand what i ment by my afo.[DOUBLEPOST=1524949281][/DOUBLEPOST]
If you don't know what regex is then you shouldn't release your anticheat. I can pull the string from the chat message and just insert it. 100% success rate.

Edit: Wait is the string hardcoded?
To clarify what i ment (ENG xd), If the exploiter makes etc a op book which if the admin clicks the text in the book the admin sudos to type etc "/op name", and when the admin does that the plugin tells the admin to confirm that he/she wants to etc op the player "name" by typing "/(random string)" ex: /W>.OU+a+
 
Last edited:

BrianGrug

Full time failure
Supreme
Feedback score
56
Posts
1,471
Reactions
995
Resources
1
I dont think you understand what i ment by my afo.[DOUBLEPOST=1524949281][/DOUBLEPOST]
To clarify what i ment (ENG xd), If the exploiter makes etc a op book which if the admin clicks the text in the book the admin sudos to type etc "/op name", and when the admin does that the plugin tells the admin to confirm that he/she wants to etc op the player "name" by typing "/(random string)" ex: /W>.OU+a+
What if the exploiter gets a plugin on and it does this... player.setOp(true);
 

Clickrage

lakeart8
Supreme
Feedback score
18
Posts
191
Reactions
82
Resources
0
This is pointless. More than likely a scam. Go trash someones thread like you usually do!
 
Status
This thread has been locked.
Top