coolgoldboy166

dan tdm

Oct 15th, 2017
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.43 KB | None | 0 0
  1. --[[
  2. Made by Kiriot22
  3. and this is edited by sillynoob7. I wanted dantdm script for a long time but people called him cancer. so I made one :D
  4. --]]
  5. local plr = game:GetService("Players").LocalPlayer
  6. local char = plr.Character
  7.  
  8. function FindInTable(t, n)
  9. for i,v in pairs(t) do
  10. if v == n then
  11. return true
  12. end
  13. end
  14. return false
  15. end
  16. --Transformaaaaation--
  17. char["Left Arm"].BrickColor = BrickColor.new("Pastel brown")
  18. char["Right Arm"].BrickColor = BrickColor.new("Pastel brown")
  19. char.Head.BrickColor = BrickColor.new("Pastel brown")
  20. char["Left Leg"].BrickColor = BrickColor.new("Pastel brown")
  21. char["Right Leg"].BrickColor = BrickColor.new("Pastel brown")
  22.  
  23. for i,v in pairs(char:children'') do
  24. local toremove = {"CharacterMesh", "Shirt", "Pants", "ShirtGraphic", "Accessory"}
  25. if FindInTable(toremove, v.ClassName) then v:Destroy() end
  26. if v.ClassName == "BodyColors" then
  27. v.HeadColor = BrickColor.new("Pastel brown")
  28. v.LeftArmColor = BrickColor.new("Pastel brown")
  29. v.LeftLegColor = BrickColor.new("Pastel brown")
  30. v.RightArmColor = BrickColor.new("Pastel brown")
  31. v.RightLegColor = BrickColor.new("Pastel brown")
  32. v.TorsoColor = BrickColor.new("Pastel brown")
  33. end
  34. end
  35.  
  36. local face = char.Head:FindFirstChild'face' if face then face.Texture = "http://www.roblox.com/asset/?id=173846201" end
  37. Instance.new("Shirt", char).ShirtTemplate = "http://www.roblox.com/asset/?id=227012486"
  38. Instance.new("Pants", char).PantsTemplate = "http://www.roblox.com/asset/?id=129458425"
  39. local function CreateHat(name, meshid, textureid)
  40. local h = Instance.new("Accessory")
  41. h.Name = name
  42. local han = Instance.new("Part", h)
  43. han.Name = "Handle"
  44. local mesh = Instance.new("SpecialMesh", han)
  45. mesh.Name = "Mesh"
  46. mesh.MeshId = meshid
  47. mesh.TextureId = textureid
  48. return h,han,mesh
  49. end
  50. hum = char:FindFirstChildOfClass'Humanoid'
  51. local h,han,mesh = CreateHat("2LEGITOwl", "http://www.roblox.com/asset/?id=0", "http://www.roblox.com/asset/?id=0")
  52. han.Size = Vector3.new(1, 1, 1)
  53. mesh.Scale = Vector3.new(0.3, 0.3, 0.3)
  54. h.AttachmentPos = Vector3.new(1.1, 0.38, 0)
  55. hum:AddAccessory(h)
  56. h,han,mesh = CreateHat("RobloxScarf", "http://www.roblox.com/asset/?id=0", "http://www.roblox.com/asset/?id=0")
  57. mesh.Scale = Vector3.new(3, 3, 3)
  58. han.Size = Vector3.new(1.9, 2, 2)
  59. h.AttachmentPos = Vector3.new(0, 1.54, 0.1)
  60. hum:AddAccessory(h)
  61. h,han,mesh = CreateHat("Beautiful Hair for Purple People", "http://www.roblox.com/asset/?id=16627529", "http://www.roblox.com/asset/?id=17423956")
  62. mesh.Scale = Vector3.new(1.05, 1.05, 1.05)
  63. han.Size = Vector3.new(2, 2, 2)
  64. hum:AddAccessory(h)
  65. --a function--
  66. function Say(text)
  67. local head = char.Head
  68. local fh = head:Clone()
  69. fh:ClearAllChildren()
  70. fh.Transparency = 1
  71. local bg = Instance.new("BillboardGui", fh)
  72. bg.Size = UDim2.new(6, 0, 6, 0)
  73. bg.StudsOffset = Vector3.new(0, 3, 0)
  74. local f = Instance.new("Frame", bg)
  75. f.Size = UDim2.new(1, 0, 1, 0)
  76. f.BackgroundTransparency = 1
  77. local tl = Instance.new("TextLabel", f)
  78. tl.BackgroundTransparency = 1
  79. tl.Size = UDim2.new(5, 0, 1, 0)
  80. tl.Position = UDim2.new(-2, 0, 0)
  81. tl.TextColor3 = Color3.new(1, 1, 1)
  82. tl.TextScaled = true
  83. tl.Text = ""
  84. tl.TextColor3 = BrickColor.new("Really black").Color
  85. tl.Font = Enum.Font.Fantasy
  86. tl.TextSize = 120
  87. fh.Parent = Instance.new("Model", plr.Character)
  88. local Joint = Instance.new("Weld", game.JointsService)
  89. Joint.Part0 = head
  90. Joint.Part1 = fh
  91.  
  92. local letters = {}
  93. text:gsub(".",function(c) table.insert(letters,c) end)
  94. for i,v in pairs(letters) do
  95. tl.Text = tl.Text .. tostring(v)
  96. wait(1/20)
  97. end
  98. wait(1)
  99. fh.Parent:Destroy()
  100. end
  101.  
  102. function ReloadChat() --hax
  103. local chat = plr:FindFirstChildOfClass'PlayerGui':FindFirstChild'SB_Chat'
  104. if chat then
  105. chat:Destroy()
  106. end
  107. plr.PlayerScripts.ChatScript:Destroy()
  108. game:GetService("Chat").ChatScript:Clone().Parent = plr.PlayerScripts
  109. plr:FindFirstChildOfClass'PlayerGui':WaitForChild'Chat'.Name = "SB_Chat"
  110. end
  111.  
  112. function RunFromUrl(url)
  113. require(game:GetService'Players'.LocalPlayer:WaitForChild("PlayerScripts"):WaitForChild("ChatScript"):WaitForChild("ChatMain")).MessagePosted:fire("hl/" .. url)
  114. end
  115.  
  116. ReloadChat()
  117.  
  118. local ScriptsNames = {
  119. {
  120. Name = "black magic",
  121. Url = "https://pastebin.com/raw/jag7jrav"
  122. },
  123. {
  124. Name = "Cortex's Sword",
  125. Url = "https://pastebin.com/raw/eEtmJfKj"
  126. },
  127. {
  128. Name = "Blazing Heart Sword",
  129. Url = "https://pastebin.com/raw/mjKbVEyC"
  130. },
  131. {
  132. Name = "Gomu Powers",
  133. Url = "https://pastebin.com/raw/dp4BrV03"
  134. },
  135. {
  136. Name = "fidget spinner weapon",
  137. Url = "https://pastebin.com/raw/yxVqYvbj"
  138. },
  139. {
  140. Name = "Daggers",
  141. Url = "https://pastebin.com/raw/t1N7nhxf"
  142. },
  143. {
  144. Name = "cat boxing gloves",
  145. Url = "https://pastebin.com/raw/rxiW0X8P"
  146. },
  147. {
  148. Name = "amazing sword",
  149. Url = "https://pastebin.com/raw/JSu8hu7H"
  150. }
  151. }
  152. local Fat = {"fun", "awesome", "cool", "epic"}
  153.  
  154. local rnd = math.random(1, #ScriptsNames)
  155.  
  156. local randomscript = ScriptsNames[rnd]
  157.  
  158. Say("hey guys its me dan")
  159. Say("check out my " .. randomscript.Name .. ".")
  160. Say("its gonna be " .. Fat[math.random(1, #Fat)] .. "!!")
  161. Say("come on kids lets fight")
  162. RunFromUrl(randomscript.Url)
  163. Say("here it goes")
  164.  
  165. local s = Instance.new("Sound")
  166.  
  167. s.Name = "Sound"
  168. s.SoundId = "http://www.roblox.com/asset/?id=1037109809" -- Type your music ID here
  169. s.Volume = 1.2 -- this is the Volume
  170. s.Pitch = 1 -- tis is the pich
  171. s.Looped = true
  172. s.archivable = false
  173.  
  174. s.Parent = game.Workspace
  175.  
  176. wait(0)
  177.  
  178. s:play()
Add Comment
Please, Sign In to add comment