Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- /\/\//\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
- ||FREE RBX!1!!|| - A Troll Script by Melissa666666girl
- /\/\//\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
- ///Recycled from Sharkringan's Ugandan Knuckles script\\\
- \\Litteraly only like 3 lines of code from it, lol kthx//
- /\/\//\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
- --]]
- --~~--
- Bacons = 85 --CHANGE THE NUMBER TO HOW MANY BACONS YOU WANT! (more than 90 crashes your game..)
- --~~--
- plr = game:service'Players'.LocalPlayer
- char = plr.Character
- root = char:FindFirstChild'HumanoidRootPart'
- hum = char:FindFirstChildOfClass'Humanoid'
- mouse = plr:GetMouse()
- clones = {}
- followplr = false
- radius = 50
- plr.NameDisplayDistance = 45
- local txt = Instance.new("BillboardGui", char)
- txt.Adornee = char .Head
- txt.Name = "thingy"
- txt.Size = UDim2.new(2, 0, 1.2, 0)
- txt.StudsOffset = Vector3.new(-1, 2, 0)
- local text = Instance.new("TextLabel", txt)
- text.Size = UDim2.new(2, 0, 0.6, 0)
- text.FontSize = "Size24"
- text.TextScaled = true
- text.TextTransparency = 0
- text.BackgroundTransparency = 1
- text.TextTransparency = 0
- text.TextStrokeTransparency = 0
- text.Font = "Bodoni"
- text.TextStrokeColor3 = Color3.new(225, 17, 215)
- txt.MaxDistance = 10
- v=Instance.new("Part")
- v.Name = "ColorBrick"
- v.Parent=plr.Character
- v.FormFactor="Symmetric"
- v.Anchored=true
- v.CanCollide=false
- v.BottomSurface="Smooth"
- v.TopSurface="Smooth"
- v.Size=Vector3.new(10,5,3)
- v.Transparency=1
- v.CFrame=char.Torso.CFrame
- v.BrickColor=BrickColor.new("Toothpaste")
- v.Transparency=1
- text.TextColor3 = Color3.new(1,1,1)
- v.Shape="Block"
- text.Text = "Bacon Soliders"
- char.Humanoid.WalkSpeed = 75
- num = 1
- cooldown = false
- rand = math.random(1,2)
- for i = 1,Bacons do
- wait()
- char.Archivable = true
- numb = math.random(1,3)
- clone = char:Clone()
- clone.Humanoid.WalkSpeed = 100
- clone.Humanoid.Name = "Bacon Soldiers"
- --
- for _, a in pairs(clone:children()) do
- if a:IsA'BillboardGui' then
- a:Destroy()
- elseif a:IsA'Sound' then
- a.Playing = false
- end
- end
- local txt = Instance.new("BillboardGui", clone)
- txt.Adornee = clone .Head
- txt.Name = "thingy"
- txt.Size = UDim2.new(2, 0, 1.2, 0)
- txt.StudsOffset = Vector3.new(-1, 2, 0)
- local text = Instance.new("TextLabel", txt)
- text.Size = UDim2.new(2, 0, 0.6, 0)
- text.FontSize = "Size24"
- text.TextScaled = true
- text.TextTransparency = 0
- text.BackgroundTransparency = 1
- text.TextTransparency = 0
- text.TextStrokeTransparency = 0
- text.Font = "Bodoni"
- text.TextStrokeColor3 = Color3.new(225, 17, 215)
- v=Instance.new("Part")
- v.Name = "ColorBrick"
- v.Parent=clone
- v.FormFactor="Symmetric"
- v.Anchored=true
- v.CanCollide=false
- v.BottomSurface="Smooth"
- v.TopSurface="Smooth"
- v.Size=Vector3.new(10,5,3)
- v.Transparency=1
- v.CFrame=clone.Torso.CFrame
- v.BrickColor=BrickColor.new("Toothpaste")
- v.Transparency=1
- text.TextColor3 = Color3.new(1,1,1)
- v.Shape="Block"
- text.Text = "-"
- --
- local Hair = Instance.new("Part")
- Hair.Parent = clone
- Hair.Name = "Bacon"
- Hair.Size = Vector3.new(0.1, 0.1, 0.1)
- Hair.CFrame = clone.Head.CFrame
- Hair:BreakJoints()
- Hair.CanCollide = false
- Hair.BrickColor = BrickColor.new("New Yeller")
- Hair.TopSurface = "Smooth"
- Hair.BottomSurface = "Smooth"
- Weld = Instance.new("Weld")
- Weld.Name = "Weld"
- Weld.Part0 = clone.Head
- Weld.Part1 = Hair
- Weld.Parent = clone.Head
- Weld.C0 = CFrame.new(0, 0.25, -0.2)*CFrame.fromEulerAnglesXYZ(0.1, 0, 0)
- Mesh = Instance.new("SpecialMesh")
- Mesh.Parent = Hair
- Mesh.MeshId = "http://www.roblox.com/asset/?id=83293901"
- Mesh.TextureId = "http://www.roblox.com/asset/?id=83284747"
- Mesh.Scale = Vector3.new(1, 1.05, 1)
- --
- for _, a in pairs(clone:children()) do
- if a:IsA'Part' then
- a.BrickColor = BrickColor:Random()
- end
- end
- if numb == 1 then
- clone.Head.face.Texture = "rbxassetid://1304527161"
- text.Text = "BACON RULE THE WORLD"
- elseif numb == 2 then
- clone.Head.face.Texture = "rbxassetid://987047828"
- text.Text = "LOL FREE ROBLOX CASH"
- else
- clone.Head.face.Texture = "rbxassetid://664468442"
- text.Text = "WOWWOW I GOT ROBLOX CASH YAY"
- end
- table.insert(clones,clone)
- end
- sou = Instance.new("Sound", char.Torso)
- sou.SoundId = "rbxassetid://1463709693"
- sou.Looped = true
- sou.Volume = 2.5
- sou.Pitch = 1.4
- sou:Play()
- for _, a in pairs(clones) do
- a.Parent = char
- a:MoveTo(root.Position + Vector3.new(math.random(1,10),math.random(1,10),math.random(1,10)))
- end
- while wait(0.3) do
- number = #clones
- position = root.CFrame
- protecting = false
- if aa == nil then
- followplr = true
- elseif aa ~= nil then
- followplr = false
- end
- for _, a in pairs(clones) do
- if a:FindFirstChildOfClass'Humanoid' and followplr then
- a:FindFirstChildOfClass'Humanoid':MoveTo(root.Position + Vector3.new(math.random(-40,40),0,math.random(-40,40)))
- end
- end
- rand = math.random(1,10)
- if rand == 5 then
- for i = 1,3 do
- random = clones[math.random(1,#clones)]
- rand = math.random(1,2)
- if rand == 1 then
- wait()
- else
- wait()
- end
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement