Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local LA = Instance.new("Message",game.Players.LocalPlayer.PlayerGui)
- LA.Text = "MADE BY LILSKIDZ FOR YOURLOCALC00LKIDD"
- wait(3)
- LA:Destroy()
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local TextBox = Instance.new("TextBox")
- local TextButton = Instance.new("TextButton")
- local TextButton_2 = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
- Frame.BorderColor3 = Color3.fromRGB(0, 0, 0)
- Frame.BorderSizePixel = 0
- Frame.Position = UDim2.new(0.347476214, 0, 0.256823808, 0)
- Frame.Size = UDim2.new(0, 511, 0, 277)
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
- TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.BorderSizePixel = 0
- TextLabel.Size = UDim2.new(0, 511, 0, 25)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "Serverside"
- TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.TextSize = 14.000
- TextBox.Parent = Frame
- TextBox.BackgroundColor3 = Color3.fromRGB(26, 26, 26)
- TextBox.BorderColor3 = Color3.fromRGB(0, 0, 0)
- TextBox.BorderSizePixel = 0
- TextBox.Position = UDim2.new(0.0332681015, 0, 0.133574009, 0)
- TextBox.Size = UDim2.new(0, 475, 0, 184)
- TextBox.Font = Enum.Font.SourceSans
- TextBox.Text = ""
- TextBox.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextBox.TextSize = 14.000
- TextBox.TextXAlignment = Enum.TextXAlignment.Left
- TextBox.TextYAlignment = Enum.TextYAlignment.Top
- TextButton.Parent = TextBox
- TextButton.BackgroundColor3 = Color3.fromRGB(26, 26, 26)
- TextButton.BorderColor3 = Color3.fromRGB(0, 0, 0)
- TextButton.BorderSizePixel = 0
- TextButton.Position = UDim2.new(0.0445647873, 0, 1.05315101, 0)
- TextButton.Size = UDim2.new(0, 157, 0, 35)
- TextButton.Font = Enum.Font.SourceSans
- TextButton.Text = "Execute"
- TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton.TextSize = 31.000
- TextButton_2.Parent = TextBox
- TextButton_2.BackgroundColor3 = Color3.fromRGB(26, 26, 26)
- TextButton_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
- TextButton_2.BorderSizePixel = 0
- TextButton_2.Position = UDim2.new(0.62109375, 0, 1.05315101, 0)
- TextButton_2.Size = UDim2.new(0, 157, 0, 35)
- TextButton_2.Font = Enum.Font.SourceSans
- TextButton_2.Text = "Clear"
- TextButton_2.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton_2.TextSize = 31.000
- -- Scripts:
- local function FLFISJH_fake_script() -- Frame.LocalScript
- local script = Instance.new('LocalScript', Frame)
- frame = script.Parent
- frame.Draggable = true
- frame.Active = true
- frame.Selectable = true
- end
- coroutine.wrap(FLFISJH_fake_script)()
- local function PDVYE_fake_script() -- TextButton.LocalScript
- local script = Instance.new('LocalScript', TextButton)
- local button = script.Parent
- local textbox = script.Parent.Parent
- local function Execute()
- loadstring(textbox.Text)()
- end
- end
- coroutine.wrap(PDVYE_fake_script)()
- local function TLMGCT_fake_script() -- TextButton_2.LocalScript
- local script = Instance.new('LocalScript', TextButton_2)
- local button = script.Parent
- local textbox = script.Parent.Parent
- button.MouseButton1Click:Connect(function()
- textbox.Text = ""
- end)
- end
- coroutine.wrap(TLMGCT_fake_script)()
Add Comment
Please, Sign In to add comment