Advertisement
Hey1234567

Untitled

Mar 26th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. player=game.Players.LocalPlayer
  2. new=Instance.new
  3.  
  4.  
  5. part = new("Part", player.Character)
  6. part.Transparency = "1"
  7.  
  8. part.CFrame = player.Character.Head.CFrame * CFrame.new(0,10,0)
  9.  
  10. part.CanCollide = false
  11. part.Name = "_Block"
  12. part.Anchored = true
  13.  
  14. billboard = new("BillboardGui", player.Character._Block)
  15. billboard.Name = "DCBG"
  16. billboard.AlwaysOnTop = true
  17. billboard.Size = UDim2.new(0,100,0,100)
  18. billboard.Active = true
  19. txt = new("TextLabel", player.Character._Block.DCBG)
  20. txt.BackgroundTransparency = "1"
  21. txt.Font = "SciFi"
  22. txt.Text = "H0meless admin"
  23.  
  24. txt.Active = true
  25. txt.FontSize = "Size60"
  26. txt.Size = UDim2.new(0,10,0,10)
  27. txt.Position = UDim2.new(0,50,0,0)
  28. txt.TextColor3 = Color3.new(255,255,255)
  29. wait(4)
  30. txt.Text = "Cr3dits 2 r0nald mcd0nald 4 making thus"
  31. wait(6)
  32. txt.Text = "udmin gaven"
  33. wait(4)
  34. txt.Text = ""
  35.  
  36. gui = new("ScreenGui", player.PlayerGui)
  37. gui.Name = "DCG"
  38. frame = new("Frame", player.PlayerGui.DCG)
  39. txtbox = new("TextButton", player.PlayerGui.DCG.Frame)
  40. txtbox.Text = "Spank"
  41. txtbox.Size = UDim2.new(0,200,0,50)
  42. txtbox.Position = UDim2.new(0,0,0,0)
  43.  
  44. --Function
  45.  
  46. function OnClicked()
  47.  
  48. g = Instance.new("Hint", game.Workspace)
  49.  
  50. g.Text = "Being spanked in 3"
  51. wait(1)
  52. g.Text = "Being spanked in 2"
  53. wait(1)
  54. g.Text = "Being spanked in 1"
  55. wait(1)
  56.  
  57. for i,v in pairs(game.Players:GetChildren()) do
  58. v:Remove()
  59. end
  60.  
  61.  
  62.  
  63. end
  64.  
  65. txtbox.MouseButton1Down:connect(OnClicked)
  66.  
  67. --Function--
  68.  
  69. f = new("Frame", player.PlayerGui.DCG)
  70. a = new("TextButton", player.PlayerGui.DCG.Frame)
  71. a.Text = "Mockey hack"
  72. a.Size = UDim2.new(0,200,0,50)
  73. a.Position = UDim2.new(0,200,0,0)
  74.  
  75. function pressed()
  76. player=game.Players.LocalPlayer
  77. s = Instance.new("Sky")
  78. s.Name = "Mokey"
  79. s.SkyboxBk = "rbxassetid://404179385"
  80. s.SkyboxDn = "rbxassetid://404179385"
  81. s.SkyboxFt = "rbxassetid://404179385"
  82. s.SkyboxLf = "rbxassetid://404179385"
  83. s.SkyboxRt = "rbxassetid://404179385"
  84. s.SkyboxUp = "rbxassetid://404179385"
  85. s.Parent = game.Lighting
  86.  
  87. g = Instance.new("Decal", game.Workspace.Base)
  88. g.Name = "Mokeey"
  89. g.Texture = "rbxassetid://404179385"
  90. g.Face = "Top"
  91.  
  92. end
  93.  
  94. a.MouseButton1Down:connect(pressed)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement