PvP AntiCheat

Status
This thread has been locked.

Ruthless_Slayer

Premium
Feedback score
0
Posts
429
Reactions
152
Resources
0
rCheat

Hello! I own a Practice server on the ReactiveMC Network. Due to us not having a decent anticheat we have lost many players. Therefor I am looking for a good developer that can code a good AntiCheat for our Network/server. A price will be discussed after the project is finished and tested. Our budget depending on the quality is in between 100$ and 500$

I want the AntiCheat to detect and autoban players instead of blocking the action.
Whenever a player performs an illegal action he should receive violations on a surten cheat flag (ex. Fly, autoclicker, ..). These violations should also be notified to all staff members with a surten permission node. After reaching a surten violation level in a surten flag the player must be autobanned after 30 seconds for a configurable amount of time with a configurable command. (ex. Autoclicker = '/tempban [player] [14] [days] AutoClicker!')
During these 30 seconds, every 10 seconds there should be a message in chat to all staff saying "[Player] Will be autobanned for [Flag] in [x] Seconds. Click Here to cancel or type /ac cancel [Player]". All player violations should be saved in a SQL database and staff has to be able to lookup all violations on every player.

Flags:

- Kill Aura / Safe Aura
Everytime a player engages in pvp a NPC should be spawned near him for a short amount of time. If he hits that NPC which is placed out of normal pvp reach he will receive a Violation for Kill aura. Most Cheat clients use Safe Aura (automatically hits players in a surten FOV in front of them. Making it hard to detect since it doesnt turn on players on their side or behind them.). The best way, according to me, to detect this mechanic is by spawning a NPC right underneath them in the floor a littlebit to the right and to the left.
44e576ed5001ddfe346487482847a837.png

The NPC will get hit when the cheater is looking right at his opponent.
f311e2d0c957897c1b987df3549542b6.png


- Reach
Calculates distance of how far the player hits the other player. When a player is hit out of reach the cheater will be given a violation.

- Fly/Speed
If a player travels more blocks then possible on normal speed (or speed II potion).

- AutoClicker

When a player clicks above a configurable amount of clicks for a surten period of time he will be given autoclick violations.

- Anti KnockBack / Reduced KnockBack
When a player takes reduced knockback or no knockback at all.

Commands:

/ac inspect [Player]
-> View all player Violations in a GUI
/ac list
-> List of all players online in a GUI. listed from Most total violation level to least = 0.
/ac toggle [Flag]
-> Toggle a Flag on and off. (ex. Turn off checking for fly)
/ac autoban [Flag]
-> Toggle Autobanning for a flag
/ac cancel [Player]
-> Cancel autoban for a player

Permissions:


rCheat.staff
-> access to /ac inspect, /ac list & /ac cancel.
-> Will be notified when player receives a violation.
rCheat.Admin
-> Access to all commands
-> Will be notified when player receives a violation.


Please contact me on skype for more in depth information about the project.

IMD.TM
 
Last edited:
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Ruthless_Slayer

Premium
Feedback score
0
Posts
429
Reactions
152
Resources
0
Bump :)
 

Rowinvd

Feedback score
0
Posts
77
Reactions
18
Resources
0
LOL Im working on a simpele anti-cheat for myself since I'm new to anti-hack things, look at my name and guess the name! :D[DOUBLEPOST=1439673002,1439671861][/DOUBLEPOST]What if someone is in a hole and he is hitting someone at the top? Then the NCP thing will not work? o_O[DOUBLEPOST=1439673256][/DOUBLEPOST]Wait, what? Anti vclip/phase on a practice server? o_O
 

Ruthless_Slayer

Premium
Feedback score
0
Posts
429
Reactions
152
Resources
0
LOL Im working on a simpele anti-cheat for myself since I'm new to anti-hack things, look at my name and guess the name! :D[DOUBLEPOST=1439673002,1439671861][/DOUBLEPOST]What if someone is in a hole and he is hitting someone at the top? Then the NCP thing will not work? o_O[DOUBLEPOST=1439673256][/DOUBLEPOST]Wait, what? Anti vclip/phase on a practice server? o_O
people phase through 1v1 arenas :p and the plugin may also be used on different servers on the network. therefor it would be nice to have it added :)
 

Rowinvd

Feedback score
0
Posts
77
Reactions
18
Resources
0
Without anti phase it will probably be cheaper. You could use worldguard to protect the walls so they can't walk there. There is a flag for it.
 

Ruthless_Slayer

Premium
Feedback score
0
Posts
429
Reactions
152
Resources
0
Without anti phase it will probably be cheaper. You could use worldguard to protect the walls so they can't walk there. There is a flag for it.
good point! post edited.
 

Crixz

Full-time Minecraft Hacker
Premium
Feedback score
0
Posts
40
Reactions
15
Resources
0
bumb we need the plugins!
 

Ruthless_Slayer

Premium
Feedback score
0
Posts
429
Reactions
152
Resources
0
bumb
 

Rowinvd

Feedback score
0
Posts
77
Reactions
18
Resources
0
I mean, you joined this forum, you did'nt coded anything, and you start making a high-priced anti-hack. I'm new and I'm creating small free plugins for people. :)
 

Rowinvd

Feedback score
0
Posts
77
Reactions
18
Resources
0
Uhhmm, I can create big plugins too, but I create SMALL plugins for FREE. I don't create free anti-cheats. :p
EDIT: People can just buy plugins from you, if you give the plugin first, if they have a higher rating.
 
Last edited:

Proposition Joe

Premium
Feedback score
0
Posts
356
Reactions
200
Resources
0
You may want to add to the autoclicker part that if the player clicks at a constant speed he should be banned too.
 

Badger

Software Developer
Supreme
Feedback score
22
Posts
2,366
Reactions
1,561
Resources
2
rCheat

Hello! I own a Practice server on the ReactiveMC Network. Due to us not having a decent anticheat we have lost many players. Therefor I am looking for a good developer that can code a good AntiCheat for our Network/server. A price will be discussed after the project is finished and tested. Our budget depending on the quality is in between 100$ and 500$

I want the AntiCheat to detect and autoban players instead of blocking the action.
Whenever a player performs an illegal action he should receive violations on a surten cheat flag (ex. Fly, autoclicker, ..). These violations should also be notified to all staff members with a surten permission node. After reaching a surten violation level in a surten flag the player must be autobanned after 30 seconds for a configurable amount of time with a configurable command. (ex. Autoclicker = '/tempban [player] [14] [days] AutoClicker!')
During these 30 seconds, every 10 seconds there should be a message in chat to all staff saying "[Player] Will be autobanned for [Flag] in [x] Seconds. Click Here to cancel or type /ac cancel [Player]". All player violations should be saved in a SQL database and staff has to be able to lookup all violations on every player.

Flags:

- Kill Aura / Safe Aura
Everytime a player engages in pvp a NPC should be spawned near him for a short amount of time. If he hits that NPC which is placed out of normal pvp reach he will receive a Violation for Kill aura. Most Cheat clients use Safe Aura (automatically hits players in a surten FOV in front of them. Making it hard to detect since it doesnt turn on players on their side or behind them.). The best way, according to me, to detect this mechanic is by spawning a NPC right underneath them in the floor a littlebit to the right and to the left.
44e576ed5001ddfe346487482847a837.png

The NPC will get hit when the cheater is looking right at his opponent.
f311e2d0c957897c1b987df3549542b6.png


- Reach
Calculates distance of how far the player hits the other player. When a player is hit out of reach the cheater will be given a violation.

- Fly/Speed
If a player travels more blocks then possible on normal speed (or speed II potion).

- AutoClicker

When a player clicks above a configurable amount of clicks for a surten period of time he will be given autoclick violations.

- Anti KnockBack / Reduced KnockBack
When a player takes reduced knockback or no knockback at all.

Commands:

/ac inspect [Player]
-> View all player Violations in a GUI
/ac list
-> List of all players online in a GUI. listed from Most total violation level to least = 0.
/ac toggle [Flag]
-> Toggle a Flag on and off. (ex. Turn off checking for fly)
/ac autoban [Flag]
-> Toggle Autobanning for a flag
/ac cancel [Player]
-> Cancel autoban for a player

Permissions:


rCheat.staff
-> access to /ac inspect, /ac list & /ac cancel.
-> Will be notified when player receives a violation.
rCheat.Admin
-> Access to all commands
-> Will be notified when player receives a violation.


Please contact me on skype for more in depth information about the project.

IMD.TM
Are you looking to pay low-end or high-end? The lower the price, the lower the quality. I could do this for about $400.
 

Ruthless_Slayer

Premium
Feedback score
0
Posts
429
Reactions
152
Resources
0
Status
This thread has been locked.
Top