Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local ScreenGui = Instance.new("ScreenGui")
- local ui = Instance.new("Frame")
- local title = Instance.new("TextLabel")
- local Reset = Instance.new("TextButton")
- ScreenGui.Parent = game:GetService("CoreGui")
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- ui.Name = "ui"
- ui.Parent = ScreenGui
- ui.Active = true
- ui.BackgroundColor3 = Color3.fromRGB(24, 35, 58) -- Warna biru tua
- ui.BackgroundTransparency = 0
- ui.BorderSizePixel = 3
- ui.Position = UDim2.new(0.254972845, 0, 0.419703096, 0)
- ui.Size = UDim2.new(0, 278, 0, 278)
- title.Name = "title"
- title.Parent = ui
- title.BackgroundColor3 = Color3.new(68, 68, 68)
- title.BackgroundTransparency = 1
- title.BorderSizePixel = 2
- title.Position = UDim2.new(0, 0, 0.0199999996, 0)
- title.Size = UDim2.new(1, 0, 0, 50)
- title.Font = Enum.Font.SourceSans
- title.Text = "troll kick all •Made by Video Games and Music"
- title.TextColor3 = Color3.new(1, 1, 1)
- title.TextScaled = true
- title.TextSize = 14
- title.TextWrapped = true
- Reset.Name = "Reset"
- Reset.Parent = ui
- Reset.BackgroundColor3 = Color3.new(0.25, 0.25, 0.25)
- Reset.BackgroundTransparency = 0
- Reset.BorderSizePixel = 2
- Reset.Position = UDim2.new(0.25, 0, 0.629999971, 0)
- Reset.Size = UDim2.new(0.5, 0, 0, 45)
- Reset.Font = Enum.Font.Gotham
- Reset.Text = "kick all"
- Reset.TextColor3 = Color3.new(0, 0, 0)
- Reset.TextScaled = true
- Reset.TextSize = 10
- Reset.TextWrapped = true
- ui.Draggable = true
- Reset.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer:Kick("Your Account Has Been Hacked. Contact Roblox Support.")
- end)
Advertisement
Add Comment
Please, Sign In to add comment