Skip to content

Roblox LuaU Obfuscator. Fork of GhostDuckyy's RBXLuaObfuscator.

License

Notifications You must be signed in to change notification settings

PlayerPro342/RBXCoreProtect

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 

Repository files navigation

RBXLuaObfuscator

This is a modified version of RBXLuaObfuscator made by GhostDuckyy.

Obfuscation

local obfuscator = loadstring(game.HttpService:GetAsync("https://raw.githubusercontent.com/PlayerPro342/RBXLuaObfuscator/main/source.lua"))()

obfuscator(
 [===[
  --// Paste your source here
  print("Hello World!")
 ]===],
 "Taurus_", --// Custom Variable
 "Protected" --// WaterMark
)

About

Roblox LuaU Obfuscator. Fork of GhostDuckyy's RBXLuaObfuscator.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%