Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[BACON NEWS]]--
- --THIEF IS PLUGINED!!
- --BAN HIM!!!!
- --NOWWWW!!!!!!!!!!!!!!!!!!
- --nvm dont xd
- --I STOLE MANY FIJIT SPINURS!!!! BAN MEEEE
- function sandbox(var,func)
- local env = getfenv(func)
- local newenv = setmetatable({},{
- __index = function(self,k)
- if k=="script" then
- return var
- else
- return env[k]
- end
- end,
- })
- setfenv(func,newenv)
- return func
- end
- cors = {}
- mas = Instance.new("Model",game:GetService("Lighting"))
- Tool0 = Instance.new("Tool")
- Part1 = Instance.new("Part")
- SurfaceGui2 = Instance.new("SurfaceGui")
- TextLabel3 = Instance.new("TextLabel")
- Script4 = Instance.new("Script")
- Tool0.Name = "LATEST BACON NEWS"
- Tool0.Parent = mas
- Tool0.ToolTip = "MUST READ!!! LEGIT"
- Part1.Name = "Handle"
- Part1.Parent = Tool0
- Part1.Material = Enum.Material.SmoothPlastic
- Part1.BrickColor = BrickColor.new("Institutional white")
- Part1.Rotation = Vector3.new(179.979996, -0.0199999996, -179.919998)
- Part1.CanCollide = false
- Part1.FormFactor = Enum.FormFactor.Custom
- Part1.Size = Vector3.new(1.18000007, 1.62, 0.200000003)
- Part1.CFrame = CFrame.new(-30.1530991, 14.2991924, -50.752121, -0.999998987, 0.00141789182, -0.000335457677, 0.00141799997, 0.999998987, -0.000322524604, 0.00033499999, -0.000322999957, -0.999999881)
- Part1.BottomSurface = Enum.SurfaceType.Smooth
- Part1.TopSurface = Enum.SurfaceType.Smooth
- Part1.Color = Color3.new(0.972549, 0.972549, 0.972549)
- Part1.Position = Vector3.new(-30.1530991, 14.2991924, -50.752121)
- Part1.Orientation = Vector3.new(0.0199999996, -179.979996, 0.0799999982)
- Part1.Color = Color3.new(0.972549, 0.972549, 0.972549)
- SurfaceGui2.Name = "gui"
- SurfaceGui2.Parent = Part1
- SurfaceGui2.CanvasSize = Vector2.new(300, 300)
- TextLabel3.Name = "text"
- TextLabel3.Parent = SurfaceGui2
- TextLabel3.Transparency = 1
- TextLabel3.Size = UDim2.new(1, 0, 1, 0)
- TextLabel3.Text = "The thief also knows as Bacony23, stole 11120410200120510205102 fidget spinners! ban him"
- TextLabel3.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
- TextLabel3.BackgroundTransparency = 1
- TextLabel3.Font = Enum.Font.SourceSans
- TextLabel3.FontSize = Enum.FontSize.Size48
- TextLabel3.TextColor3 = Color3.new(1, 1, 1)
- TextLabel3.TextScaled = true
- TextLabel3.TextStrokeTransparency = 0
- TextLabel3.TextWrapped = true
- Script4.Name = "WeldScript"
- Script4.Parent = Tool0
- table.insert(cors,sandbox(Script4,function()
- -- Simple Welding Script by Plugined. No credit necessary.
- --[[
- To use, Simply place this inside the model you want to use. If you want the model unanchored, Set unanchor to true. If not, set it to
- false. If there are any part classes in your model that aren't in the class list, Just add it in. Make sure to use the EXACT name.
- MAKE SURE THE ENIRE MODEL IS ANCHORED BEFORE USE! Otherwise all the parts will glitch and go out of place and they'll look ugly.
- If you want to remove all welds from your model, Just set removeWelds to true. (If you ever used the qPerfectionWeld script, This will
- also remove all those annoying CFrame values as well.)
- --]]
- unanchor = false
- removeWelds = false
- classes = {
- "Part";
- "WedgePart";
- "TrussPart";
- "CornerWedgePart";
- "Seat";
- "VehicleSeat";
- "UnionOperation";
- "NegateOperation";
- "MeshPart";
- "SpawnLocation";
- }
- -- Don't edit anything down here unless you know what you're doing.
- function createWeld(p1, p2)
- local weld = Instance.new("Weld", p1)
- weld.C0 = p1.CFrame:inverse() * p2.CFrame
- weld.Part0 = p1
- weld.Part1 = p2
- end
- function checkWelds(model)
- local prev
- local c = model:GetChildren()
- for i = 1, #c do
- for a = 1, #classes do
- if c[i].ClassName == classes[a] then
- local oldWeld = c[i]:FindFirstChildOfClass("Weld")
- if oldWeld ~= nil then
- oldWeld:Destroy()
- end
- local oldCFrame = c[i]:FindFirstChildOfClass("CFrameValue")
- if oldCFrame ~= nil then
- oldCFrame:Destroy()
- end
- if removeWelds == false then
- if unanchor == true then
- c[i].Anchored = false
- end
- if prev ~= nil then
- createWeld(prev, c[i])
- end
- prev = c[i]
- end
- end
- end
- checkWelds(c[i])
- end
- end
- checkWelds(script.Parent)
- end))
- for i,v in pairs(mas:GetChildren()) do
- v.Parent = game:GetService("Players").LocalPlayer.Backpack
- pcall(function() v:MakeJoints() end)
- end
- mas:Destroy()
- for i,v in pairs(cors) do
- spawn(function()
- pcall(v)
- end)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement