What We Do
ANONYMX-V is an obfuscation service allowing you to secure your Lua scripts. We are the longest standing and most secure option on the market with obfuscation layers comparable to an onion. If an attacker were to defeat one layer, many more layers of security will still be in their way to ensure your scripts stay secured. ANONYMX-V is consistently updated to ensure your scripts are protected with the state of the art techniques. With ANONYMX-V on your side, the concern of an attacker reverse engineering your script is no more.
local UserInputService = game:GetService("UserInputService")
local TweenService = game:GetService("TweenService")
local StarterGui = game:GetService("StarterGui")
local Players = game:GetService("Players")
local RunService = game:GetService("RunService")
local PPS = game:GetService("ProximityPromptService")
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local camera = workspace.CurrentCamera
local player = Players.LocalPlayer
local UIS = UserInputService
local function showNotification(title, message)
StarterGui:SetCore("SendNotification", {
Title = title;
Text = message;
Duration = 4;
})
end
Why Choose ANONYMX-V
Virtualization
ANONYMX-V compiles your script into a custom bytecode format with many layers of security included by default. After compiling your script, ANONYMX-V generates a custom virtual machine in Lua that is unique to your script.
Bytecode Mutation
ANONYMX-V strips all information from your Lua script which may help the attacker reconstruct it. Any information that isn't needed for the functionality of your script is removed or randomized.