Advertisement
Guest User

test3

a guest
Oct 19th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local Annoy = Instance.new("TextButton")
  7. --Properties:
  8. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  9.  
  10. Frame.Parent = ScreenGui
  11. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  12. Frame.Position = UDim2.new(0.640644372, 0, 0.352589637, 0)
  13. Frame.Size = UDim2.new(0, 100, 0, 61)
  14. Frame.Active = true
  15. Frame.Draggable = true
  16.  
  17. Annoy.Name = "Annoy"
  18. Annoy.Parent = Frame
  19. Annoy.BackgroundColor3 = Color3.new(1, 0, 0)
  20. Annoy.Position = UDim2.new(0.0799999982, 0, 0.0799999982, 0)
  21. Annoy.Size = UDim2.new(0, 84, 0, 50)
  22. Annoy.Font = Enum.Font.SourceSans
  23. Annoy.Text = "Annoy everyone"
  24. Annoy.TextColor3 = Color3.new(0, 0, 0)
  25. Annoy.TextSize = 14
  26. Annoy.MouseButton1Click:connect(function()
  27. local Message = "h/https://pastebin.com/raw/YUuZR8mA"
  28.  
  29. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(Message, "All") -- Change all to the person name, or keep to all for everybody
  30. end)
  31. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement