Advertisement
okban

Untitled

May 10th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. plr = game.Players.LocalPlayer
  2.  
  3. local v = Instance.new("ScreenGui")
  4. local Frame = Instance.new("Frame")
  5. local ImageLabel = Instance.new("ImageLabel")
  6. local TextButton = Instance.new("TextButton")
  7.  
  8.  
  9. v.Name = "v"
  10. v.Parent = plr.PlayerGui
  11.  
  12. Frame.Parent = v
  13. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  14. Frame.BackgroundTransparency = 1
  15. Frame.Draggable = true
  16. Frame.Active = true
  17. Frame.Visible = true
  18. Frame.Position = UDim2.new(0.261003077, 0, 0.17109634, 0)
  19. Frame.Size = UDim2.new(0, 509, 0, 365)
  20.  
  21. ImageLabel.Parent = Frame
  22. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  23. ImageLabel.BackgroundTransparency = 1
  24. ImageLabel.Position = UDim2.new(0.5, -248, 0.5, -174)
  25. ImageLabel.Size = UDim2.new(0, 497, 0, 347)
  26. ImageLabel.ZIndex = 7
  27. ImageLabel.Visible = true
  28. ImageLabel.Image = "rbxassetid://1746895871"
  29. ImageLabel.ImageTransparency = 0.10000000149012
  30.  
  31. TextButton.Parent = ImageLabel
  32. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  33. TextButton.BackgroundTransparency = 1
  34. TextButton.Position = UDim2.new(0, 0, 0.948126793, 0)
  35. TextButton.Size = UDim2.new(0, 77, 0, 18)
  36. TextButton.Visible = true
  37. TextButton.Font = Enum.Font.SourceSans
  38. TextButton.TextTransparency = 1
  39. TextButton.MouseButton1Click:connect(function()
  40. plr:Kick("This is what happends when you use bleu")
  41. end)
  42. warn("Bleu Loaded")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement