Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- Made by Kiriot22
- and this is edited by sillynoob7. I wanted dantdm script for a long time but people called him cancer. so I made one :D
- --]]
- local plr = game:GetService("Players").LocalPlayer
- local char = plr.Character
- function FindInTable(t, n)
- for i,v in pairs(t) do
- if v == n then
- return true
- end
- end
- return false
- end
- --Transformaaaaation--
- char["Left Arm"].BrickColor = BrickColor.new("Pastel brown")
- char["Right Arm"].BrickColor = BrickColor.new("Pastel brown")
- char.Head.BrickColor = BrickColor.new("Pastel brown")
- char["Left Leg"].BrickColor = BrickColor.new("Pastel brown")
- char["Right Leg"].BrickColor = BrickColor.new("Pastel brown")
- for i,v in pairs(char:children'') do
- local toremove = {"CharacterMesh", "Shirt", "Pants", "ShirtGraphic", "Accessory"}
- if FindInTable(toremove, v.ClassName) then v:Destroy() end
- if v.ClassName == "BodyColors" then
- v.HeadColor = BrickColor.new("Pastel brown")
- v.LeftArmColor = BrickColor.new("Pastel brown")
- v.LeftLegColor = BrickColor.new("Pastel brown")
- v.RightArmColor = BrickColor.new("Pastel brown")
- v.RightLegColor = BrickColor.new("Pastel brown")
- v.TorsoColor = BrickColor.new("Pastel brown")
- end
- end
- local face = char.Head:FindFirstChild'face' if face then face.Texture = "http://www.roblox.com/asset/?id=173846201" end
- Instance.new("Shirt", char).ShirtTemplate = "http://www.roblox.com/asset/?id=227012486"
- Instance.new("Pants", char).PantsTemplate = "http://www.roblox.com/asset/?id=129458425"
- local function CreateHat(name, meshid, textureid)
- local h = Instance.new("Accessory")
- h.Name = name
- local han = Instance.new("Part", h)
- han.Name = "Handle"
- local mesh = Instance.new("SpecialMesh", han)
- mesh.Name = "Mesh"
- mesh.MeshId = meshid
- mesh.TextureId = textureid
- return h,han,mesh
- end
- hum = char:FindFirstChildOfClass'Humanoid'
- local h,han,mesh = CreateHat("2LEGITOwl", "http://www.roblox.com/asset/?id=0", "http://www.roblox.com/asset/?id=0")
- han.Size = Vector3.new(1, 1, 1)
- mesh.Scale = Vector3.new(0.3, 0.3, 0.3)
- h.AttachmentPos = Vector3.new(1.1, 0.38, 0)
- hum:AddAccessory(h)
- h,han,mesh = CreateHat("RobloxScarf", "http://www.roblox.com/asset/?id=0", "http://www.roblox.com/asset/?id=0")
- mesh.Scale = Vector3.new(3, 3, 3)
- han.Size = Vector3.new(1.9, 2, 2)
- h.AttachmentPos = Vector3.new(0, 1.54, 0.1)
- hum:AddAccessory(h)
- h,han,mesh = CreateHat("Beautiful Hair for Purple People", "http://www.roblox.com/asset/?id=16627529", "http://www.roblox.com/asset/?id=17423956")
- mesh.Scale = Vector3.new(1.05, 1.05, 1.05)
- han.Size = Vector3.new(2, 2, 2)
- hum:AddAccessory(h)
- --a function--
- function Say(text)
- local head = char.Head
- local fh = head:Clone()
- fh:ClearAllChildren()
- fh.Transparency = 1
- local bg = Instance.new("BillboardGui", fh)
- bg.Size = UDim2.new(6, 0, 6, 0)
- bg.StudsOffset = Vector3.new(0, 3, 0)
- local f = Instance.new("Frame", bg)
- f.Size = UDim2.new(1, 0, 1, 0)
- f.BackgroundTransparency = 1
- local tl = Instance.new("TextLabel", f)
- tl.BackgroundTransparency = 1
- tl.Size = UDim2.new(5, 0, 1, 0)
- tl.Position = UDim2.new(-2, 0, 0)
- tl.TextColor3 = Color3.new(1, 1, 1)
- tl.TextScaled = true
- tl.Text = ""
- tl.TextColor3 = BrickColor.new("Really black").Color
- tl.Font = Enum.Font.Fantasy
- tl.TextSize = 120
- fh.Parent = Instance.new("Model", plr.Character)
- local Joint = Instance.new("Weld", game.JointsService)
- Joint.Part0 = head
- Joint.Part1 = fh
- local letters = {}
- text:gsub(".",function(c) table.insert(letters,c) end)
- for i,v in pairs(letters) do
- tl.Text = tl.Text .. tostring(v)
- wait(1/20)
- end
- wait(1)
- fh.Parent:Destroy()
- end
- function ReloadChat() --hax
- local chat = plr:FindFirstChildOfClass'PlayerGui':FindFirstChild'SB_Chat'
- if chat then
- chat:Destroy()
- end
- plr.PlayerScripts.ChatScript:Destroy()
- game:GetService("Chat").ChatScript:Clone().Parent = plr.PlayerScripts
- plr:FindFirstChildOfClass'PlayerGui':WaitForChild'Chat'.Name = "SB_Chat"
- end
- function RunFromUrl(url)
- require(game:GetService'Players'.LocalPlayer:WaitForChild("PlayerScripts"):WaitForChild("ChatScript"):WaitForChild("ChatMain")).MessagePosted:fire("hl/" .. url)
- end
- ReloadChat()
- local ScriptsNames = {
- {
- Name = "black magic",
- Url = "https://pastebin.com/raw/jag7jrav"
- },
- {
- Name = "Cortex's Sword",
- Url = "https://pastebin.com/raw/eEtmJfKj"
- },
- {
- Name = "Blazing Heart Sword",
- Url = "https://pastebin.com/raw/mjKbVEyC"
- },
- {
- Name = "Gomu Powers",
- Url = "https://pastebin.com/raw/dp4BrV03"
- },
- {
- Name = "fidget spinner weapon",
- Url = "https://pastebin.com/raw/yxVqYvbj"
- },
- {
- Name = "Daggers",
- Url = "https://pastebin.com/raw/t1N7nhxf"
- },
- {
- Name = "cat boxing gloves",
- Url = "https://pastebin.com/raw/rxiW0X8P"
- },
- {
- Name = "amazing sword",
- Url = "https://pastebin.com/raw/JSu8hu7H"
- }
- }
- local Fat = {"fun", "awesome", "cool", "epic"}
- local rnd = math.random(1, #ScriptsNames)
- local randomscript = ScriptsNames[rnd]
- Say("hey guys its me dan")
- Say("check out my " .. randomscript.Name .. ".")
- Say("its gonna be " .. Fat[math.random(1, #Fat)] .. "!!")
- Say("come on kids lets fight")
- RunFromUrl(randomscript.Url)
- Say("here it goes")
- local s = Instance.new("Sound")
- s.Name = "Sound"
- s.SoundId = "http://www.roblox.com/asset/?id=1037109809" -- Type your music ID here
- s.Volume = 1.2 -- this is the Volume
- s.Pitch = 1 -- tis is the pich
- s.Looped = true
- s.archivable = false
- s.Parent = game.Workspace
- wait(0)
- s:play()
Add Comment
Please, Sign In to add comment