ScriptBlox is undergoing maintenance, so downtime is possible. Sorry for the inconvenience!
Universal Script 📌
1.6k Views

HD cmd3 LOSKY

Universal Script 📌Uploaded by
8 months ago
Please login to perform these actions:

Description

Best script copying for HD?

View Raw
Edited By: LOSKY Download


Comments
3
User profile picture
audiokido 8 months ago
local StarterGui = game:GetService("StarterGui") local Players = game:GetService("Players") local ReplicatedStorage = game:GetService("ReplicatedStorage") local player = Players.LocalPlayer local playerGui = player:WaitForChild("PlayerGui") local gui = Instance.new("ScreenGui", playerGui) gui.Name = "ansSPDgui" gui.ResetOnS* = false local frame = Instance.new("Frame", gui) frame.Size = UDim2.new(0, 205, 0, 170) frame.Position = UDim2.new(0.5, -30, 0.5, -75) frame.BackgroundColor3 = Color3.fromRGB(139, 115, 85) frame.BackgroundTransparency = 0.3 frame.Active = true frame.Draggable = true Instance.new("UICorner", frame).CornerRadius = UDim.new(0, 20) local *leLabel = Instance.new("TextLabel", frame) *leLabel.Size = UDim2.new(1, 0, 0, 20) *leLabel.Position = UDim2.new(0, 0, 0, 0) *leLabel.BackgroundTransparency = 1 *leLabel.Text = "LOSKY  HD ADMIN نسخ" *leLabel.TextColor3 = Color3.new(1, 1, 1) *leLabel.TextScaled = true *leLabel.Font = Enum.Font.SourceSansBold local frameStroke = Instance.new("UIStroke", frame) frameStroke.Thickness = 4 frameStroke.Color = Color3.fromRGB(0, 0, 0) local textInput = Instance.new("TextBox", frame) textInput.Size = UDim2.new(0, 195, 0, 40) textInput.Position = UDim2.new(0, 5, 0, 30) textInput.Text = "شاورما" textInput.PlaceholderText = "اول ثلاثة حروف عادي" textInput.BackgroundColor3 = Color3.fromRGB(0, 0, 0) textInput.BackgroundTransparency = 0.7 textInput.TextColor3 = Color3.new(1, 1, 1) textInput.TextScaled = true textInput.Font = Enum.Font.SourceSans Instance.new("UICorner", textInput).CornerRadius = UDim.new(0, 20) local plusBtn = Instance.new("TextButton", frame) plusBtn.Size = UDim2.new(0, 195, 0, 40) plusBtn.Position = UDim2.new(0, 5, 0, 80) plusBtn.Text = "اضغط هنا" plusBtn.BackgroundColor3 = Color3.fromRGB
User profile picture
YacineY02 8 months ago
https://pastebin.com/raw/w2MTLDXs Get better obfuscation buddy
User profile picture
NatsukiAdam 8 months ago
What is this for?
Please Login to add a comment.