Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Player = game:GetService("Players").LocalPlayer
- local Mouse,mouse,UserInputService,ContextActionService
- do
- script.Parent = Player.Character
- local CAS = {Actions={}}
- local Event = Instance.new("RemoteEvent")
- Event.Name = "UserInput_Event"
- Event.Parent = Player.Character
- local fakeEvent = function()
- local t = {_fakeEvent=true}
- t.Connect = function(self,f)self.Function=f end
- t.connect = t.Connect
- return t
- end
- local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
- local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
- function CAS:BindAction(name,fun,touch,...)
- CAS.Actions[name] = {Name=name,Function=fun,Keys={...}}
- end
- function CAS:UnbindAction(name)
- CAS.Actions[name] = nil
- end
- local function te(self,ev,...)
- local t = m[ev]
- if t and t._fakeEvent and t.Function then
- t.Function(...)
- end
- end
- m.TrigEvent = te
- UIS.TrigEvent = te
- Event.OnServerEvent:Connect(function(plr,io)
- if plr~=Player then return end
- if io.isMouse then
- m.Target = io.Target
- m.Hit = io.Hit
- elseif io.UserInputType == Enum.UserInputType.MouseButton1 then
- if io.UserInputState == Enum.UserInputState.Begin then
- m:TrigEvent("Button1Down")
- else
- m:TrigEvent("Button1Up")
- end
- else
- for n,t in pairs(CAS.Actions) do
- for _,k in pairs(t.Keys) do
- if k==io.KeyCode then
- t.Function(t.Name,io.UserInputState,io)
- end
- end
- end
- if io.UserInputState == Enum.UserInputState.Begin then
- m:TrigEvent("KeyDown",io.KeyCode.Name:lower())
- UIS:TrigEvent("InputBegan",io,false)
- else
- m:TrigEvent("KeyUp",io.KeyCode.Name:lower())
- UIS:TrigEvent("InputEnded",io,false)
- end
- end
- end)
- Mouse,mouse,UserInputService,ContextActionService = m,m,UIS,CAS
- end
- --[[
- /\/\//\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
- ||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 = 25 --CHANGE THE NUMBER TO HOW MANY BACONS YOU WANT! (more than 50 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
- for _, a in pairs(char:children()) do
- if a:IsA'Accessory' then
- a:Destroy()
- elseif a:IsA'Part' then
- a.BrickColor = BrickColor:Random()
- end
- end
- if char.Shirt == nil then
- Instance.new("Pants", char)
- Instance.new("Shirt", char)
- end
- char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=144076357"
- char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=144076759"
- local Hair = Instance.new("Part")
- Hair.Parent = char
- Hair.Name = "Bacon"
- Hair.Size = Vector3.new(0.1, 0.1, 0.1)
- Hair.CFrame = char.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 = char.Head
- Weld.Part1 = Hair
- Weld.Parent = char.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)
- char.Head.face.Texture = "rbxassetid://664468442"
- 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