Heavily inspired by @XoifailTheGod’s Valkyrie Anticheat, Anti-Cheat Release: Valkyrie | Roblox
Features:
-
Secure Anti-Tamper
-
Core Gui Script Detection
-
Anti-game metamethod hooking
-
Hook function detection
-
Encrypted client-server handshake
-
Ultra-fast performance
-
Mobile-executor annihilator
-
Anti-Sandbox
-
Low false positives
Visionary Performance:
Intel(R) Core™ i7-14650HX
NVIDIA GeForce RTX 4070 Laptop GPU
32 GB RAM
Running:
0.000% Activity
2.0-17.0/s
Ferris Wheel:
0.000% Activity
2.0/s Rate
Zombie AI:
0.000% Activity
22.0/s Rate
Current Settings List 10/29/2024
:
local Settings = {
CAN_RUN_IN_STUDIO_OR_SANDBOXED = true,
Enable_Watermark = true,
DebugMode = true,
MaxAnticheatFlags = 5,
MaxValuesForProperty = {
["WalkSpeed"] = 16,
["JumpHeight"] = 7.2,
["PlatformStand"] = false,
["HipHeight"] = 2.952,
["MaxHealth"] = 100,
["MaxSlopeAngle"] = 89,
["JumpPower"] = 50,
["CanCollide"] = true,
["Anchored"] = false,
["CanTouch"] = true,
["Shape"] = Enum.PartType.Block,
},
Anticheat_Detection_Methods = {
Anti_Speed_Hacks = true,
Anti_Fly_Hacks = true,
Anti_Part_Tamper = true,
Anti_Humanoid_Manipulation = true,
Anti_Remove_Objects = true,
Anti_Workspace_Manipulation = true,
Run_AntiTamper_Checks = true,
Anti_CoreGui_Scripts = false,
},
DoNotCheckTheseProperties = {
Jump = true,
JumpReplicate = true,
MoveDirection = true,
MoveDirectionInternal = true,
NetworkIsSleeping = true,
LocalTransparencyModifier = true,
InternalDisplayName = true,
Camera = true,
Sound = true,
IsLoaded = true,
TextButton = true,
TextLabel = true,
ScreenGui = true,
TextBox = true,
AbsolutePosition = true,
AbsoluteSize = true,
AbsoluteCanvasSize = true,
ScreenOrientation = true,
InternalCharacterAppearanceLoaded = true,
CurrentScreenOrientation = true,
Playing = true,
FloorMaterial = true,
Frame = true,
ImageLabel = true,
ScrollingFrame = true,
ForceField = true,
UIGridLayout = true,
PrimaryPart = true,
Attachment0 = true,
Attachment1 = true,
AngularVelocity = true,
Force = true,
WalkToPoint = true,
Health_XML = true,
},
FolderYouCantRemove = { -- Use for things that will never change/ never be touched
--Folder1 = workspace:WaitForChild("Folder")
},
ClassNamesAndNamesYouCANRemove = {
HumanoidRootPart = true,
}
}
Decided not to make the server-anticheat due to the sheer amount of them. Just combine the server visionary code with whatever other server-side anticheat you have.
If you have any properties spamming the console you can add them to the DoNotCheckTheseProperties
setting.
Banwaves coming in the future if this gets attention!
Visionary Anti Cheat.rbxm (15.0 KB)