Roblox_Xploits

W hat I has no clu

Sep 3rd, 2016
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. while not getmetatable(shared) do
  2. wait()
  3. end
  4. shared(script)
  5. player = game.Players.LocalPlayer
  6. b = Instance.new("BillboardGui", player.Character.Head)
  7. b.Size = UDim2.new(0, 200, 0, 90)
  8. b.StudsOffset = Vector3.new(0, 1.9, 0)
  9. t = Instance.new("TextLabel", b)
  10. t.BackgroundTransparency = 1
  11. t.Size = UDim2.new(0, 200, 0, 50)
  12. t.Font = "SourceSansBold"
  13. t.FontSize = "Size32"
  14. t.Text = "Fuck all of you I have a White Hat bitches"
  15. t.TextColor3 = Color3.new(1, 1, 1)
  16. t.TextStrokeTransparency = 0
  17. t.Position = UDim2.new(0, 0, -0.4, -11)
  18. i = Instance.new("ImageLabel", b)
  19. i.BackgroundTransparency = 1
  20. i.Position = UDim2.new(0.2, -5, -0.5, 9)
  21. i.Size = UDim2.new(0, 130, 0, 130)
  22. i.Rotation = 0
  23. i.Image = "rbxassetid://64954978"
Add Comment
Please, Sign In to add comment