Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function Inew(a)
- return function(b)
- local c = Instance.new(a)
- for d, e in pairs(b) do
- if d == "Children" then
- for f, g in pairs(e) do
- g.Parent = c
- end
- elseif type(e) == "function" then
- c[d]:connect(function(...)
- e(c, ...)
- end)
- else
- c[d] = e
- end
- end
- return c
- end
- end
- Inew "ScreenGui" {
- Name = "ExproAd",
- Parent = game.StarterGui,
- Children = {
- Inew "Frame" {
- Size = UDim2.new(1, 0, 1, 0),
- BackgroundColor3 = Color3.new(95 / 255, 95 / 255, 95 / 255),
- BorderSizePixel = 0,
- Children = {
- Inew "ImageLabel" {
- BackgroundTransparency = 1,
- Image = "http://www.roblox.com/asset/?id=27854793",
- Position = UDim2.new(0.150000006, 0, 0.300000012, 0),
- Size = UDim2.new(0, 80, 0, 80)
- },
- Inew "ImageLabel" {
- BackgroundTransparency = 1,
- Image = "http://www.roblox.com/asset/?id=68119759",
- Position = UDim2.new(0.150000006, 0, 0.600000024, 0),
- Size = UDim2.new(0, 80, 0, 80)
- },
- Inew "ImageLabel" {
- BackgroundTransparency = 1,
- Image = "http://www.roblox.com/asset/?id=59741392",
- Position = UDim2.new(0.270000011, 0, -0.230000019, 0),
- Size = UDim2.new(0.5, 0, 0.75, 0)
- },
- Inew "TextLabel" {
- BackgroundTransparency = 1,
- Text = "ht t p : // ww w .ex proh ac ks .n et",
- Position = UDim2.new(0.150000006, 90, 0.300000012, 0),
- Size = UDim2.new(0, 500, 0, 80),
- TextScaled = true,
- TextColor3 = Color3.new(1, 1, 1),
- TextStrokeTransparency = 0
- },
- Inew "TextLabel" {
- BackgroundTransparency = 1,
- Text = "ht t p : / /w w w .f aceb oo k. c om /ExproHacks",
- Position = UDim2.new(0.150000006, 90, 0.600000024, 15),
- Size = UDim2.new(0, 500, 0, 50),
- TextScaled = true,
- TextColor3 = Color3.new(1, 1, 1),
- TextStrokeTransparency = 0
- }
- }
- }
- }
- }
- for _, v in pairs(game.Players:GetPlayers()) do
- v.Character:BreakJoints()
- end
Advertisement
Add Comment
Please, Sign In to add comment