ScriptBlox is undergoing maintenance, so downtime is possible. Sorry for the inconvenience!
Free HeadAdmin
31.1k Views

HD mario decal spam for new version of hd admin

Free HeadAdminUploaded by
1 year ago
Please login to perform these actions:

Description

f3x and hd admin mario decal spam

View Raw
Edited By: Mat3L0rd Download


Comments
3
User profile picture
Jacob_willbeatyou 1 year ago
not working
User profile picture
wsned 2 months ago
is this global to every one?
User profile picture
k00lkidd_Players 3 weeks ago
--[[ WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk! ]] -- Gui to Lua -- Version: 3.2 -- Instances: local ScreenGui = Instance.new("ScreenGui") local Frame = Instance.new("Frame") local TextLabel = Instance.new("TextLabel") local TextButton = Instance.new("TextButton") --Properties: ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling ScreenGui.ResetOnS* = false Frame.Parent = ScreenGui Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0) Frame.BorderColor3 = Color3.fromRGB(255, 0, 4) Frame.BorderSizePixel = 3 Frame.Position = UDim2.new(0.471681416, 0, 0.355932206, 0) Frame.Size = UDim2.new(0, 192, 0, 181) Frame.Active = true Frame.Draggable = true TextLabel.Parent = Frame TextLabel.BackgroundColor3 = Color3.fromRGB(0, 0, 0) TextLabel.BorderColor3 = Color3.fromRGB(255, 0, 4) TextLabel.BorderSizePixel = 3 TextLabel.Size = UDim2.new(0, 192, 0, 30) TextLabel.Font = Enum.Font.*illiumWeb TextLabel.Text = "MARIO.EXE F3X" TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255) TextLabel.TextScaled = true TextLabel.TextSize = 14.000 TextLabel.TextWrapped = true TextButton.Parent = Frame TextButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0) TextButton.BorderColor3 = Color3.fromRGB(255, 0, 4) TextButton.BorderSizePixel = 2 TextButton.Position = UDim2.new(0.046875, 0, 0.248618782, 0) TextButton.Size = UDim2.new(0, 174, 0, 121) TextButton.Font = Enum.Font.*illiumWeb TextButton.Text = "Execute!" TextButton.TextColor3 = Color3.fromRGB(255, 255, 255) TextButton.TextSize = 51.000 TextButton.TextWrapped = true -- Scripts: local function HIKNU_fake_script() -- TextButton.LocalScript local script = Instance.new('LocalScript', TextButton) script.Parent.MouseButton
Please Login to add a comment.