ScriptBlox is undergoing maintenance, so downtime is possible. Sorry for the inconvenience!
Universal Script ๐Ÿ“Œ
326 Views

lua obfuscator

Universal Script ๐Ÿ“ŒUploaded by
3 months ago
Please login to perform these actions:

Description

obfuscator all script:)

View Raw
Edited By: danghuong270485 Download


Comments
4
User profile picture
voltex 3 months ago
PEAKKKKKKKKKK obfuscator
User profile picture
R02R 3 months ago
script doesnt work
User profile picture
Baconthewondering_2 3 months ago
My guy fix your code
User profile picture
Baconthewondering_2 3 months ago
local ScreenGui = Instance.new("ScreenGui") local Frame = Instance.new("Frame") local *le = Instance.new("TextLabel") local CloseButton = Instance.new("TextButton") local Input = Instance.new("TextBox") local Output = Instance.new("TextBox") local EncodeButton = Instance.new("TextButton") local CopyButton = Instance.new("TextButton") ScreenGui.Parent = game.CoreGui Frame.Parent = ScreenGui Frame.Size = UDim2.new(0,300,0,240) Frame.Position = UDim2.new(0.5,-150,0.5,-120) Frame.BackgroundColor3 = Color3.fromRGB(25,25,25) Frame.Active = true Frame.Draggable = true *le.Parent = Frame *le.Size = UDim2.new(1,0,0,25) *le.BackgroundColor3 = Color3.fromRGB(35,35,35) *le.Text = "script obfuscator " *le.TextColor3 = Color3.new(1,1,1) *le.TextScaled = true CloseButton.Parent = Frame CloseButton.Size = UDim2.new(0,25,0,25) CloseButton.Position = UDim2.new(1,-25,0,0) CloseButton.Text = "X" CloseButton.BackgroundColor3 = Color3.fromRGB(170,0,0) CloseButton.TextColor3 = Color3.new(1,1,1) Input.Parent = Frame Input.Size = UDim2.new(1,-10,0,60) Input.Position = UDim2.new(0,5,0,30) Input.PlaceholderText = "Past script..." Input.MultiLine = true Input.ClearTextOnFocus = false Input.BackgroundColor3 = Color3.fromRGB(40,40,40) Input.TextColor3 = Color3.new(1,1,1) Input.TextXAlignment = Enum.TextXAlignment.Left Input.TextYAlignment = Enum.TextYAlignment.Top EncodeButton.Parent = Frame EncodeButton.Size = UDim2.new(0.48,-5,0,25) EncodeButton.Position = UDim2.new(0,5,0,95) EncodeButton.Text = "Encode" EncodeButton.BackgroundColor3 = Color3.fromRGB(60,60,60) EncodeButton.TextColor3 = Color3.new(1,1,1) CopyButton.Parent = Frame CopyButton.Size = UDim2.new(0.48,-5,0,25) You left your code wide open Lil bro
Please Login to add a comment.