Advertisement
memberhero

LOLBIT script

Nov 22nd, 2017
322
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. --LOLBIT by basstracker1970
  2. wait(1)
  3. Player = game:GetService("Players").LocalPlayer
  4. Character = Player.Character
  5. Mouse = Player:GetMouse()
  6.  
  7. Player.Character.Shirt.ShirtTemplate = "rbxassetid://767620948"
  8. Player.Character.Pants.PantsTemplate = "rbxassetid://767620948"
  9.  
  10. Mouse.KeyDown:connect(function(key)
  11. Mouse = key:lower()
  12. if key == "z" then
  13. mesh = Instance.new("Part")
  14. mesh.Parent = game.Workspace
  15. RealMesh = Instance.new("SpecialMesh")
  16. RealMesh.MeshId = "http://www.roblox.com/asset/?id=92598630"
  17. RealMesh.TextureId = "rbxassetid://92599263"
  18. RealMesh.Scale = Vector3.new(7,7,7)
  19. RealMesh.Parent = mesh
  20. Sound = Instance.new("Sound")
  21. Sound.SoundId = "rbxassetid://347646667"
  22. Sound.Parent = game.Workspace
  23. Sound:Play()
  24. end
  25. end)
  26. Mouse.KeyDown:connect(function(key)
  27. Mouse = key:lower()
  28. if key == "x" then
  29. Sound = Instance.new("Sound")
  30. Sound.SoundId = "rbxassetid://578501100"
  31. Sound.Parent = game.Workspace
  32. Sound:Play()
  33. for i, v in next, game:GetService("Players"):GetPlayers() do
  34. v.Character.Torso.Anchored = true
  35. end
  36. end
  37. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement