Guest User

Expro Advertise script

a guest
May 14th, 2012
356
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.96 KB | None | 0 0
  1. function Inew(a)
  2.     return function(b)
  3.     local c = Instance.new(a)
  4.     for d, e in pairs(b) do
  5.         if d == "Children" then
  6.             for f, g in pairs(e) do
  7.                 g.Parent = c
  8.             end
  9.         elseif type(e) == "function" then
  10.             c[d]:connect(function(...)
  11.             e(c, ...)
  12.         end)
  13.         else
  14.             c[d] = e
  15.         end
  16.     end
  17.     return c
  18.     end
  19. end
  20. Inew "ScreenGui" {
  21.     Name = "ExproAd",
  22.     Parent = game.StarterGui,
  23.     Children = {
  24.         Inew "Frame" {
  25.             Size = UDim2.new(1, 0, 1, 0),
  26.             BackgroundColor3 = Color3.new(95 / 255, 95 / 255, 95 / 255),
  27.             BorderSizePixel = 0,
  28.             Children = {
  29.                 Inew "ImageLabel" {
  30.                     BackgroundTransparency = 1,
  31.                     Image = "http://www.roblox.com/asset/?id=27854793",
  32.                     Position = UDim2.new(0.150000006, 0, 0.300000012, 0),
  33.                     Size = UDim2.new(0, 80, 0, 80)
  34.                 },
  35.                 Inew "ImageLabel" {
  36.                     BackgroundTransparency = 1,
  37.                     Image = "http://www.roblox.com/asset/?id=68119759",
  38.                     Position = UDim2.new(0.150000006, 0, 0.600000024, 0),
  39.                     Size = UDim2.new(0, 80, 0, 80)
  40.                 },
  41.                 Inew "ImageLabel" {
  42.                     BackgroundTransparency = 1,
  43.                     Image = "http://www.roblox.com/asset/?id=59741392",
  44.                     Position = UDim2.new(0.270000011, 0, -0.230000019, 0),
  45.                     Size = UDim2.new(0.5, 0, 0.75, 0)
  46.                 },
  47.                 Inew "TextLabel" {
  48.                     BackgroundTransparency = 1,
  49.                     Text = "ht t p : // ww w .ex proh ac ks .n et",
  50.                     Position = UDim2.new(0.150000006, 90, 0.300000012, 0),
  51.                     Size = UDim2.new(0, 500, 0, 80),
  52.                     TextScaled = true,
  53.                     TextColor3 = Color3.new(1, 1, 1),
  54.                     TextStrokeTransparency = 0
  55.                 },
  56.                 Inew "TextLabel" {
  57.                     BackgroundTransparency = 1,
  58.                     Text = "ht t p : / /w w w .f aceb oo k. c om /ExproHacks",
  59.                     Position = UDim2.new(0.150000006, 90, 0.600000024, 15),
  60.                     Size = UDim2.new(0, 500, 0, 50),
  61.                     TextScaled = true,
  62.                     TextColor3 = Color3.new(1, 1, 1),
  63.                     TextStrokeTransparency = 0
  64.                 }
  65.             }
  66.         }
  67.     }
  68. }
  69.  
  70. for _, v in pairs(game.Players:GetPlayers()) do
  71.     v.Character:BreakJoints()
  72. end
Advertisement
Add Comment
Please, Sign In to add comment