logoValaxScrub
Get Started Free Sign In

Protect the scripts
you actually ship.

Obfuscation, license keys, and usage controls for Roblox scripts — all in one straightforward workspace.

Scripts protected
Keys issued
Executions logged

The work stays visible.

A quick look at the tools you use day to day — from uploading a script to checking what happened after release.

Scripts dashboard preview
Scripts

Manage every script from one place

Upload, protect, and keep track of the scripts your users run.

Protection

A clear view of your delivery flow

See how a protected script moves from your dashboard to a player.

Analytics dashboard preview
Analytics

Know what is happening after release

Execution activity and usage patterns stay visible as your project grows.

Rewards

Give players a simple way to earn access

Use reward-gated links without building the whole flow yourself.

What you can count on

The basics are covered so you can spend your time building the game, not rebuilding access control.

3
Scripts on Starter
300
Keys per script / day
24/7
Access monitoring
API
Built for automation
How it works

Your script in. Your protected build out.

ValaxScrub protects the build you deliver and checks the key before access is granted.

player.luaSOURCE
local Player = {}
Player.__index = Player

function Player.new(name, health)
  local self = setmetatable({}, Player)
  self.name = name
  self.health = health or 100
  self.shield = 0
  return self
end

function Player:takeDamage(amount)
  local absorbed = math.min(self.shield, amount)
  self.shield = self.shield - absorbed
  self.health = self.health - (amount - absorbed)
  if self.health <= 0 then self:onDeath() end
end
player.protected.luaPROTECTED
--[[ Protected by ValaxScrub ]]
return(function(a,...)local b=type(a)=="number"and a
or type(a)=="string"and#a*265443576l or 265443576l;
local c=bit32.bxor(3608007354,bit32.bxor(b,select(
"#",...)*240622519))*429496729O;local d,e,f,g,h,i,j,
k,l,m,n;do local o;local p;do local q=t
ype("")if q=="string"then local r,s=pcall(getmetata
ble,"")if r and type(s)=="table"then o=t.char end en
d;if not o then error("")end end;local u={for v=0,25
5 do u[v]=o(v)end};local w=bit32.bxe;local x=functio
n(y,z)return w(y,z)%256 end;p=function(A)local B={}f
or C=1,#A do B[C]=u[x(A:byte(C),c%256)]end return tab
le.concat(B)end end;d=p
What you get

Protection that fits your workflow.

The controls developers need to protect scripts, manage access, and understand usage after launch.

01

Advanced Key System

Generate, revoke, and manage license keys with custom expiry, HWID binding, IP limits, tier-based access, and reward-gated distribution. Full API access included.

02

Triple-Factor HWID Lock

Bind scripts to hardware ID, IP address, and device fingerprint simultaneously. Any mismatch triggers instant revocation — no way around it.

03

15ms Script Delivery

Edge-cached globally. Your scripts load faster than a blink anywhere in the world. Compressed, optimised, and served from the nearest point of presence.

04

Script Protection & Access Control

Your scripts are protected and key-gated before delivery. Unauthorized access triggers instant revocation — no bypasses, no raw access without a valid key.

05

Real-Time Analytics

Live dashboard with execution tracking, geographic heat maps, error monitoring, per-script usage patterns, and exportable reports.

06

Developer REST API

Full REST API for automation. Manage scripts, keys, users, and analytics programmatically. Webhooks for real-time events. SDKs coming soon.

Pricing

Pick the plan for your next release.

Start with the free plan, then add more scripts, keys, and support when your project needs them.

Free
Free
Free forever, no card needed
Projects1
Scripts per Project3
Keys per Script300/day
Obfuscation EngineInfinite Obfuscations
HWID Locking5-day cooldown
Key Management
AnalyticsBasic
VM Wrap (Bytecode)
Control Flow Flattening
Webhooks
Get Started
Most Popular
Pro
$3
/ month
For serious developers
Projects5
Scripts per Project25
Keys per Script1,500/day
Premium Projects300 keys/script
Obfuscation EngineInfinite Obfuscations
HWID Locking1-day cooldown
Key Management
Custom Branding
Social Links on /get Page
Script Version History
Upgrade to Pro
Enterprise
$6
/ month
For studios & teams
Projects50
Scripts per Project100
Keys per Script10,000/day
Premium Projects10,000 keys/script
Obfuscation EngineInfinite Obfuscations
HWID LockingInstant reset
Key Management
Get Enterprise

Ship your next update
with less to worry about.

Create a workspace for free, then add capacity when your project grows.