Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --made by retrojoooooono
- warn("made by retrojooooono the baldi script principal script and bsoda and zestybar too and bully")
- wait(1)
- victim = nil
- lp = game.Players.LocalPlayer
- char = lp.Character
- torso = nil
- gc = char:GetChildren()
- char:FindFirstChildOfClass("Humanoid").WalkSpeed = 25
- hum = char:FindFirstChildOfClass("Humanoid")
- for i=1, #gc do
- if gc[i].ClassName == "Accessory" or gc[i].ClassName == "Hat" or gc[i].ClassName == "Shirt" or gc[i].ClassName == "Pants" or gc[i].ClassName == "ShirtGraphic" or gc[i].ClassName == "ShirtGraphics" then
- gc[i]:Destroy()
- end
- if gc[i].ClassName == "Part" then
- gc[i].Transparency = 1
- end
- end
- char.Head:FindFirstChildOfClass("Decal"):Destroy()
- head = char.Head
- ft = char:FindFirstChild("Torso")
- if ft then
- torso = ft
- elseif char:FindFirstChild("UpperTorso") then
- torso = char:FindFirstChild("UpperTorso")
- end
- bgui = Instance.new("BillboardGui",torso)
- bgui.Size = UDim2.new(0,200,0,300)
- bgui.Adornee = torso
- il = Instance.new("ImageLabel",bgui)
- il.BackgroundTransparency = 1
- il.Size = UDim2.new(0,200,0,300)
- il.Image = "http://www.roblox.com/asset/?id=1829618185"
- bgui2 = Instance.new("BillboardGui",torso)
- bgui2.Name = "TextGui"
- bgui2.Size = UDim2.new(0,500,0,1000)
- bgui2.Adornee = torso
- text = Instance.new("TextLabel",bgui2)
- text.BackgroundTransparency = 1
- text.Size = UDim2.new(0,500,0,100)
- text.Position = UDim2.new(0,0,0,250)
- text.TextColor3 = Color3.new(1,1,1)
- text.Font = Enum.Font.Cartoon
- text.Text = ""
- text.TextScaled = true
- function changetext(msg)
- for i=1, string.len(msg) do
- wait(0.01)
- text.Text = string.sub(msg,1,i)
- end
- wait(0.2)
- for i=1, 10 do
- wait(0.02)
- text.TextTransparency = text.TextTransparency + 0.1
- end
- text.Text = ""
- text.TextTransparency = 0
- end
- attackdebounce = false
- while true do
- wait(0.01)
- gp = game:GetService("Players"):GetPlayers()
- for a=1, #gp do
- if gp[a] ~= lp then
- if gp[a]:GetMouse().Target.Parent == char then
- il.Image = "http://www.roblox.com/asset/?id=1922643053"
- repeat
- hum.WalkToPoint = gp[a].Character:FindFirstChildOfClass("Head").Position
- changetext("WHOOOOOSH")
- until (head.Position - gp[a].Character:FindFirstChildOfClass("Head").Position).magnitude < 5
- gp[a].Character:FindFirstChildOfClass("Head").CFrame = gp[a].Character:FindFirstChildOfClass("Head").CFrame + Vector3.new(math.random(-250,250),0,math.random(-250,250))
- il.Image = "http://www.roblox.com/asset/?id=1829618185"
- end
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement