Advertisement
jagbattleduty1610

Untitled

Jun 22nd, 2018
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.35 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 = 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=144076357"
  78. char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=144076759"
  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, 0.25, -0.2)*CFrame.fromEulerAnglesXYZ(0.1, 0, 0)
  96. Mesh = Instance.new("SpecialMesh")
  97. Mesh.Parent = Hair
  98. Mesh.MeshId = "http://www.roblox.com/asset/?id=83293901"
  99. Mesh.TextureId = "http://www.roblox.com/asset/?id=83284747"
  100. Mesh.Scale = Vector3.new(1, 1.05, 1)
  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 = "-"
  154. --
  155. local Hair = Instance.new("Part")
  156. Hair.Parent = clone
  157. Hair.Name = "Bacon"
  158. Hair.Size = Vector3.new(0.1, 0.1, 0.1)
  159. Hair.CFrame = clone.Head.CFrame
  160. Hair:BreakJoints()
  161. Hair.CanCollide = false
  162. Hair.BrickColor = BrickColor.new("New Yeller")
  163. Hair.TopSurface = "Smooth"
  164. Hair.BottomSurface = "Smooth"
  165. Weld = Instance.new("Weld")
  166. Weld.Name = "Weld"
  167. Weld.Part0 = clone.Head
  168. Weld.Part1 = Hair
  169. Weld.Parent = clone.Head
  170. Weld.C0 = CFrame.new(0, 0.25, -0.2)*CFrame.fromEulerAnglesXYZ(0.1, 0, 0)
  171. Mesh = Instance.new("SpecialMesh")
  172. Mesh.Parent = Hair
  173. Mesh.MeshId = "http://www.roblox.com/asset/?id=83293901"
  174. Mesh.TextureId = "http://www.roblox.com/asset/?id=83284747"
  175. Mesh.Scale = Vector3.new(1, 1.05, 1)
  176. --
  177. for _, a in pairs(clone:children()) do
  178. if a:IsA'Part' then
  179. a.BrickColor = BrickColor:Random()
  180. end
  181. end
  182. if numb == 1 then
  183. clone.Head.face.Texture = "rbxassetid://1304527161"
  184. text.Text = "BACON RULE THE WORLD"
  185. elseif numb == 2 then
  186. clone.Head.face.Texture = "rbxassetid://987047828"
  187. text.Text = "LOL FREE ROBLOX CASH"
  188. else
  189. clone.Head.face.Texture = "rbxassetid://664468442"
  190. text.Text = "WOWWOW I GOT ROBLOX CASH YAY"
  191. end
  192. table.insert(clones,clone)
  193. end
  194.  
  195. sou = Instance.new("Sound", char.Torso)
  196. sou.SoundId = "rbxassetid://1463709693"
  197. sou.Looped = true
  198. sou.Volume = 2.5
  199. sou.Pitch = 1.4
  200. sou:Play()
  201.  
  202. for _, a in pairs(clones) do
  203. a.Parent = char
  204. a:MoveTo(root.Position + Vector3.new(math.random(1,10),math.random(1,10),math.random(1,10)))
  205. end
  206.  
  207. while wait(0.3) do
  208. number = #clones
  209. position = root.CFrame
  210. protecting = false
  211. if aa == nil then
  212. followplr = true
  213. elseif aa ~= nil then
  214. followplr = false
  215. end
  216. for _, a in pairs(clones) do
  217. if a:FindFirstChildOfClass'Humanoid' and followplr then
  218. a:FindFirstChildOfClass'Humanoid':MoveTo(root.Position + Vector3.new(math.random(-40,40),0,math.random(-40,40)))
  219. end
  220. end
  221. rand = math.random(1,10)
  222. if rand == 5 then
  223. for i = 1,3 do
  224. random = clones[math.random(1,#clones)]
  225. rand = math.random(1,2)
  226. if rand == 1 then
  227. wait()
  228. else
  229. wait()
  230. end
  231. end
  232. end
  233. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement