Advertisement
subaru112g

FE bacons (not by me)

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