Advertisement
cat568

Untitled

Jun 19th, 2018
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. --[[
  2. /\/\//\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
  3.  
  4. ||FREE RBX!1!!|| - A Troll Script by Melissa666666girl
  5.  
  6. /\/\//\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
  7.  
  8. ///Recycled from Sharkringan's Ugandan Knuckles script\\\
  9. \\Litteraly only like 3 lines of code from it, lol kthx//
  10.  
  11. /\/\//\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
  12. --]]
  13.  
  14. --~~--
  15. Bacons = 49 --CHANGE THE NUMBER TO HOW MANY BACONS YOU WANT! (more than 50 crashes your game..)
  16. --~~--
  17.  
  18. plr = game:service'Players'.LocalPlayer
  19. char = plr.Character
  20. root = char:FindFirstChild'HumanoidRootPart'
  21. hum = char:FindFirstChildOfClass'Humanoid'
  22. mouse = plr:GetMouse()
  23. clones = {}
  24. followplr = false
  25. radius = 50
  26.  
  27.  
  28. plr.NameDisplayDistance = 45
  29. local txt = Instance.new("BillboardGui", char)
  30. txt.Adornee = char .Head
  31. txt.Name = "thingy"
  32. txt.Size = UDim2.new(2, 0, 1.2, 0)
  33. txt.StudsOffset = Vector3.new(-1, 2, 0)
  34. local text = Instance.new("TextLabel", txt)
  35. text.Size = UDim2.new(2, 0, 0.6, 0)
  36. text.FontSize = "Size24"
  37. text.TextScaled = true
  38. text.TextTransparency = 0
  39. text.BackgroundTransparency = 1
  40. text.TextTransparency = 0
  41. text.TextStrokeTransparency = 0
  42. text.Font = "Bodoni"
  43. text.TextStrokeColor3 = Color3.new(225, 17, 215)
  44. txt.MaxDistance = 10
  45.  
  46. v=Instance.new("Part")
  47. v.Name = "ColorBrick"
  48. v.Parent=plr.Character
  49. v.FormFactor="Symmetric"
  50. v.Anchored=true
  51. v.CanCollide=false
  52. v.BottomSurface="Smooth"
  53. v.TopSurface="Smooth"
  54. v.Size=Vector3.new(10,5,3)
  55. v.Transparency=1
  56. v.CFrame=char.Torso.CFrame
  57. v.BrickColor=BrickColor.new("Toothpaste")
  58. v.Transparency=1
  59. text.TextColor3 = Color3.new(1,1,1)
  60. v.Shape="Block"
  61. text.Text = "Bacon Soliders"
  62. char.Humanoid.WalkSpeed = 75
  63.  
  64.  
  65. for _, a in pairs(char:children()) do
  66. if a:IsA'Accessory' then
  67. a:Destroy()
  68. elseif a:IsA'Part' then
  69. a.BrickColor = BrickColor:Random()
  70.  
  71. end
  72. end
  73. if char.Shirt == nil then
  74. Instance.new("Pants", char)
  75. Instance.new("Shirt", char)
  76. end
  77. char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=732890040"
  78. char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=379753257"
  79.  
  80. local Hair = Instance.new("Part")
  81. Hair.Parent = char
  82. Hair.Name = "Bacon"
  83. Hair.Size = Vector3.new(0.1, 0.1, 0.1)
  84. Hair.CFrame = char.Head.CFrame
  85. Hair:BreakJoints()
  86. Hair.CanCollide = false
  87. Hair.BrickColor = BrickColor.new("New Yeller")
  88. Hair.TopSurface = "Smooth"
  89. Hair.BottomSurface = "Smooth"
  90. Weld = Instance.new("Weld")
  91. Weld.Name = "Weld"
  92. Weld.Part0 = char.Head
  93. Weld.Part1 = Hair
  94. Weld.Parent = char.Head
  95. Weld.C0 = CFrame.new(-0.5, 0.25, 0.2)*CFrame.fromEulerAnglesXYZ(0, 0, 0)
  96. Mesh = Instance.new("SpecialMesh")
  97. Mesh.Parent = Hair
  98. Mesh.MeshId = "http://www.roblox.com/asset/?id=379552190"
  99. Mesh.TextureId = "http://www.roblox.com/asset/?id=379541232"
  100. Mesh.Scale = Vector3.new(1.2, 1.25, 1.2)
  101. char.Head.face.Texture = "rbxassetid://664468442"
  102.  
  103. num = 1
  104. cooldown = false
  105. rand = math.random(1,2)
  106.  
  107. for i = 1,Bacons do
  108. wait()
  109. char.Archivable = true
  110. numb = math.random(1,3)
  111. clone = char:Clone()
  112. clone.Humanoid.WalkSpeed = 100
  113. clone.Humanoid.Name = "Bacon Soldiers"
  114. --
  115. for _, a in pairs(clone:children()) do
  116. if a:IsA'BillboardGui' then
  117. a:Destroy()
  118. elseif a:IsA'Sound' then
  119. a.Playing = false
  120. end
  121. end
  122. local txt = Instance.new("BillboardGui", clone)
  123. txt.Adornee = clone .Head
  124. txt.Name = "thingy"
  125. txt.Size = UDim2.new(2, 0, 1.2, 0)
  126. txt.StudsOffset = Vector3.new(-1, 2, 0)
  127. local text = Instance.new("TextLabel", txt)
  128. text.Size = UDim2.new(2, 0, 0.6, 0)
  129. text.FontSize = "Size24"
  130. text.TextScaled = true
  131. text.TextTransparency = 0
  132. text.BackgroundTransparency = 1
  133. text.TextTransparency = 0
  134. text.TextStrokeTransparency = 0
  135. text.Font = "Bodoni"
  136. text.TextStrokeColor3 = Color3.new(225, 17, 215)
  137.  
  138. v=Instance.new("Part")
  139. v.Name = "ColorBrick"
  140. v.Parent=clone
  141. v.FormFactor="Symmetric"
  142. v.Anchored=true
  143. v.CanCollide=false
  144. v.BottomSurface="Smooth"
  145. v.TopSurface="Smooth"
  146. v.Size=Vector3.new(10,5,3)
  147. v.Transparency=1
  148. v.CFrame=clone.Torso.CFrame
  149. v.BrickColor=BrickColor.new("Toothpaste")
  150. v.Transparency=1
  151. text.TextColor3 = Color3.new(1,1,1)
  152. v.Shape="Block"
  153. text.Text = "Erasedcat"
  154. --
  155. --
  156. for _, a in pairs(clone:children()) do
  157. if a:IsA'Part' then
  158. a.BrickColor = BrickColor:Random()
  159. end
  160. end
  161. if numb == 1 then
  162. clone.Head.face.Texture = "rbxassetid://1304527161"
  163. text.Text = "ERASEDCAT RULE THE WORLD"
  164. elseif numb == 2 then
  165. clone.Head.face.Texture = "rbxassetid://987047828"
  166. text.Text = "ERASEDCAT RULES"
  167. else
  168. clone.Head.face.Texture = "rbxassetid://664468442"
  169. text.Text = "WOOOO ERASEDCAT"
  170. end
  171. table.insert(clones,clone)
  172. end
  173.  
  174. sou = Instance.new("Sound", char.Torso)
  175. sou.SoundId = "rbxassetid://1463709693"
  176. sou.Looped = true
  177. sou.Volume = 2.5
  178. sou.Pitch = 1.4
  179. sou:Play()
  180.  
  181. for _, a in pairs(clones) do
  182. a.Parent = char
  183. a:MoveTo(root.Position + Vector3.new(math.random(1,10),math.random(1,10),math.random(1,10)))
  184. end
  185.  
  186. while wait(0.3) do
  187. number = #clones
  188. position = root.CFrame
  189. protecting = false
  190. if aa == nil then
  191. followplr = true
  192. elseif aa ~= nil then
  193. followplr = false
  194. end
  195. for _, a in pairs(clones) do
  196. if a:FindFirstChildOfClass'Humanoid' and followplr then
  197. a:FindFirstChildOfClass'Humanoid':MoveTo(root.Position + Vector3.new(math.random(-40,40),0,math.random(-40,40)))
  198. end
  199. end
  200. rand = math.random(1,10)
  201. if rand == 5 then
  202. for i = 1,3 do
  203. random = clones[math.random(1,#clones)]
  204. rand = math.random(1,2)
  205. if rand == 1 then
  206. wait()
  207. else
  208. wait()
  209. end
  210. end
  211. end
  212. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement