Advertisement
ManlyMemeScripter

Untitled

Mar 3rd, 2018
3,004
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
BibTeX 4.52 KB | None | 0 0
  1. --[[
  2.  
  3. Created by Sharkringan kthx
  4.  
  5. --]]
  6.  
  7. wait(1/60)
  8.  
  9. plr = game:service'Players'.LocalPlayer
  10. char = plr.Character
  11. root = char:FindFirstChild'HumanoidRootPart'
  12. hum = char:FindFirstChildOfClass'Humanoid'
  13. mouse = plr:GetMouse()
  14. clones = {}
  15. followplr = true
  16. radius = 25
  17.  
  18. if char.Head:FindFirstChild'face' then
  19. char.Head.face:Destroy()
  20. end
  21.  
  22. for _, a in pairs(char:children()) do
  23. if a:IsA'Part' then
  24. a.Transparency = 1
  25. elseif a:IsA'Accessory' then
  26. a:Destroy()
  27. end
  28. end
  29.  
  30. eyes = Instance.new('Part', char)
  31. eyes.Anchored = false
  32. eyes.Name = "Eyes"
  33. eyes.Size = Vector3.new(0.22, 0.052, 0.105)
  34. eyesm = Instance.new('SpecialMesh', eyes)
  35. eyesm.Scale = Vector3.new(0.005, 0.005, 0.005)
  36. eyesm.MeshId = "rbxassetid://0"
  37. eyesm.TextureId = "rbxassetid://0"
  38.  
  39. weld1 = Instance.new('Weld', eyes)
  40. weld1.Part0 = eyes
  41. weld1.Part1 = root
  42. weld1.C0 = CFrame.new(0,1.55,.2)
  43. weld2 = Instance.new('Weld', body)
  44. weld2.Part0 = body
  45. weld2.Part1 = root
  46. weld2.C0 = CFrame.new(0,2.1,0)
  47. local music=Instance.new("Sound",char.Torso)
  48. music.SoundId="rbxassetid://0"
  49. music.Volume = 2.5
  50. music.Looped=true
  51. music:Play()
  52. TheWay1 = Instance.new('Sound', body)
  53. TheWay1.SoundId = "rbxassetid://0"
  54. TheWay1.Volume = 3
  55. TheWay1.Name = "TheWay1"
  56. TheWay2 = Instance.new('Sound', body)
  57. TheWay2.SoundId = "rbxassetid://0"
  58. TheWay2.Volume = 3
  59. TheWay2.Name = "TheWay2"
  60. Spit = Instance.new('Sound', body)
  61. Spit.SoundId = "rbxassetid://0"
  62. Spit.Volume = 3
  63. Spit.Name = "Spit"
  64. Click = Instance.new('Sound', body)
  65. Click.SoundId = "rbxassetid://0"
  66. Click.Volume = 3
  67.  
  68. num = 1
  69. cooldown = false
  70. rand = math.random(1,2)
  71.  
  72. for i = 1,10 do
  73. wait()
  74. char.Archivable = true
  75. clone = char:Clone()
  76. for _, a in pairs(clone:children()) do
  77. if a.Name == "Right Arm" or a.Name == "UpperRightArm" then
  78. a:Destroy()
  79. elseif a.Name == 'Left Arm' or a.Name == 'UpperLeftArm' then
  80. a:Destroy()
  81. elseif a.Name == "Torso" or a.Name == "UpperTorso" then
  82.     if a.Sound then
  83.         a.Sound:Remove()
  84.     end
  85. end
  86. end
  87. table.insert(clones,clone)
  88. end
  89.  
  90. for _, a in pairs(clones) do
  91. a.Parent = char
  92. a:MoveTo(root.Position + Vector3.new(math.random(1,10),math.random(1,10),math.random(1,10)))
  93. end
  94.  
  95. function sfx1()
  96. for _, a in pairs(clones) do
  97. rand = math.random(1,2)
  98. if rand == 1 then
  99. a.Body['TheWay1'].Pitch = math.random(0.9,1)
  100. a.Body['TheWay1']:Play()
  101. elseif rand == 2 then
  102. a.Body['TheWay2'].Pitch = math.random(0.9,1)
  103. a.Body['TheWay2']:Play()
  104. end
  105. wait(math.random(0.4,0.6))
  106. end
  107. end
  108.  
  109. function sfx2()
  110. for _, a in pairs(clones) do
  111. a.Body.Spit.Pitch = math.random(0.9,1)
  112. a.Body.Spit:Play()
  113. wait(math.random(0.4,0.6))
  114. end
  115. end
  116.  
  117. mouse.KeyDown:connect(function(k)
  118. key = k:lower()
  119. if key == "e" and not cooldown then
  120. cooldown = true
  121. sfx1()
  122. wait(.7)
  123. cooldown = false
  124. elseif key == "r" and not cooldown then
  125. cooldown = true
  126. sfx2()
  127. wait(.7)
  128. cooldown = false
  129. end
  130. end)
  131.  
  132. plr.Chatted:connect(function(m)
  133. if string.sub(m:lower(),1,15) == "bruddas, follow" then
  134. for _,v in pairs(game:service'Players':GetPlayers()) do
  135. if string.find(v.Name:lower(),string.sub(m:lower(),17,-1)) then
  136. stalking = v
  137. else
  138. stalking = plr
  139. end
  140. end
  141. elseif string.sub(m:lower(),1,16) == "bruddas, protect" then
  142. for _,v in pairs(game:service'Players':GetPlayers()) do
  143. if string.find(v.Name:lower(),string.sub(m:lower(),18,-1)) then
  144. protecting = v
  145. else
  146. protecting = nil
  147. end
  148. end
  149. end
  150. end)
  151.  
  152. while wait(1) do
  153. number = #clones
  154. position = root.CFrame
  155. protecting = false
  156. if stalking == nil then
  157. followplr = true
  158. elseif stalking ~= nil then
  159. followplr = false
  160. end
  161. for _, a in pairs(clones) do
  162. if a:FindFirstChildOfClass'Humanoid' and followplr and not protecting then
  163. a:FindFirstChildOfClass'Humanoid':MoveTo(root.Position + Vector3.new(math.random(-10,10),0,math.random(-10,10)))
  164. end
  165. end
  166. if not protecting and not followplr and stalking ~= nil and stalking.Character:FindFirstChild'HumanoidRootPart' then
  167. for _, a in pairs(clones) do
  168. if a:FindFirstChildOfClass'Humanoid' then
  169. a:FindFirstChildOfClass'Humanoid':MoveTo(stalking.Character.HumanoidRootPart.Position + Vector3.new(math.random(-10,10),0,math.random(-10,10)))
  170. end
  171. end
  172. rand = math.random(1,10)
  173. if rand == 5 then
  174. for i = 1,3 do
  175. random = clones[math.random(1,#clones)]
  176. rand = math.random(1,2)
  177. if rand == 1 then
  178. random.Body['TheWay1']:Play()
  179. else
  180. random.Body['TheWay2']:Play()
  181. end
  182. end
  183. end
  184. end
  185. end
  186.  
  187. --This is a localscript; you will need to have access to using scripts wherever you want this
  188. p = game:GetService('Players').LocalPlayer if p.Character then if p.Character:FindFirstChild('Humanoid') then p.Character.Humanoid.MaxHealth = math.huge end end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement