ericdesouza

DO U KNOW THE WAY

Jan 20th, 2018
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.31 KB | None | 0 0
  1. -Only work in private server, It will crash your computer
  2.  
  3. local plr = game:GetService("Players").LocalPlayer
  4. local char = plr.Character
  5. local mouse = plr:GetMouse()
  6. char.Humanoid.WalkSpeed = 100
  7. char.Humanoid.JumpPower = 70
  8. local BruddaCount = 0
  9. spawn(function()
  10. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  11. if v:IsA("BasePart") then
  12. coroutine.wrap(function()
  13. for i=0,1,.1 do
  14. wait()
  15. v.Transparency = v.Transparency +i
  16. end
  17. end)()
  18. end
  19. end
  20. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  21. if v:IsA("Accessory") then
  22. coroutine.wrap(function()
  23. for i=0,1,.1 do
  24. wait()
  25. v.Handle.Transparency = v.Handle.Transparency +i
  26. end
  27. end)()
  28. end
  29. end
  30. end)
  31. char.Head.face:Destroy()
  32. wait(1)
  33. local do_u_no_de_wae = Instance.new("Sound",char)
  34. do_u_no_de_wae.SoundId = "rbxassetid://1316175800"
  35. do_u_no_de_wae.Volume = 10
  36.  
  37. local Speach = Instance.new("Sound",char)
  38. Speach.SoundId = "rbxassetid://1311432465"
  39. Speach.Volume = 10
  40.  
  41. local spitt = Instance.new("Sound",char)
  42. spitt.SoundId = "rbxassetid://1322795266"
  43. spitt.Volume = 10
  44.  
  45. local daqueen = Instance.new("Part",char)
  46. daqueen.Name = "asd"
  47. daqueen.CanCollide = false
  48. local mesh = Instance.new("SpecialMesh",daqueen)
  49. mesh.Scale = Vector3.new(0.1,0.1,0.1)
  50. mesh.MeshId = "rbxassetid://1300136843"
  51. local text = Instance.new("Decal",daqueen)
  52. text.Name = "asd"
  53. text.Texture = "rbxassetid://1300137893"
  54. local knowdawey = Instance.new("Weld",char)
  55. knowdawey.Part0 = char.HumanoidRootPart
  56. knowdawey.Part1 = daqueen
  57. local eye1 = Instance.new("Part")
  58. eye1.CanCollide = false
  59. eye1.Parent = char
  60. local mesh1 = Instance.new("SpecialMesh",eye1)
  61. mesh1.MeshId = "rbxassetid://1300138314"
  62. mesh1.Scale = Vector3.new(0.2,0.2,0.3)----Get someone with a pc to fix
  63. local eyetext = Instance.new("Decal",eye1)
  64. eyetext.Texture = "rbxassetid://1300129774"
  65. local eye1w = Instance.new("Weld",char)
  66. eye1w.Part0 = char.HumanoidRootPart
  67. eye1w.Part1 = eye1
  68. eye1w.C1 = CFrame.new(0,-1.3,0.7)
  69. mouse.KeyDown:connect(function(key)
  70.  
  71. if key == "e" and do_u_no_de_wae.Playing == false and spitt.Playing == false and Speach.Playing == false then
  72. do_u_no_de_wae.Playing = true
  73. end
  74. end)
  75. mouse.KeyDown:connect(function(key)
  76. if key == "t" and do_u_no_de_wae.Playing == false and spitt.Playing == false and Speach.Playing == false then
  77. Speach.Playing = true
  78. end
  79. end)
  80. mouse.KeyDown:connect(function(key)
  81. if key == "r" and do_u_no_de_wae.Playing == false and spitt.Playing == false and Speach.Playing == false then
  82. spitt.Playing = true
  83. end
  84. end)
  85. mouse.KeyDown:connect(function(key)
  86. if key == "p" and BruddaCount < 2 then
  87. BruddaCount = BruddaCount + 1
  88. local color = math.random(1,2)
  89.  
  90. char.Archivable = true
  91. local Clone = char:Clone()
  92. for i,v in pairs(Clone:GetChildren()) do
  93. if v:IsA("Sound") then
  94. v:Destroy()
  95. end
  96. end
  97. Clone.Parent = char
  98. if color == 1 then
  99. Clone.asd.asd.Texture = "rbxassetid://1323248452"
  100. end
  101. if color == 2 then
  102. Clone.asd.asd.Texture = "rbxassetid://1300137893"
  103. end
  104.  
  105.  
  106. while wait() do
  107. Clone.Humanoid:MoveTo(char.HumanoidRootPart.Position+Vector3.new(math.random(2,5),0,math.random(2,5) ))
  108. end
  109. end
  110. end)
  111.  
  112. --
Add Comment
Please, Sign In to add comment