Advertisement
4rblxscripts

Untitled

Feb 20th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.82 KB | None | 0 0
  1. Name="yfc"
  2. color=BrickColor.new("Bright red")
  3.  
  4. pcall(function() workspace[Name].SuitTest:remove() end)
  5. --pcall(function() game.Players[Name].PlayerGui:children()[1]:remove() end)
  6. player = game.Players[Name]
  7. player.Character.Humanoid.WalkSpeed = 20
  8. char = player.Character
  9. model = Instance.new("Model")
  10. model.Parent = char
  11. model.Name = "SuitTest"
  12. char.Humanoid.MaxHealth = math.huge
  13. wait(0.5)
  14. char.Humanoid.Health = char.Humanoid.MaxHealth
  15.  
  16. for _,v in pairs(char:children()) do
  17. pcall(function() v.Transparency=1 end)
  18. end
  19.  
  20. for _,v in pairs(char:children()) do
  21. if v:IsA("Hat") then
  22. v:remove()
  23. end
  24. end
  25.  
  26. wait()
  27.  
  28. De=1
  29.  
  30. w = Instance.new("Weld")
  31. w.Parent = char.Head
  32. w.Part0 = w.Parent
  33. w.Part1 = char.Head
  34. w.C0 = CFrame.new(0,0,0)
  35.  
  36. char.Torso.Transparency=1
  37. char.Head.Transparency=1
  38. pcall(function() char.Head.face:remove() end)
  39.  
  40. Tor=Instance.new("Part")
  41. Tor.Size=Vector3.new(2,2,2)
  42. Tor.Shape="Ball"
  43. Tor.BrickColor=color
  44. Tor.Reflectance=0
  45. Tor.Transparency=0
  46. Tor.Locked=true
  47. Tor.Name="Body"
  48. Tor.CanCollide=true
  49. Tor.Parent=model
  50. Tor.TopSurface="Smooth"
  51. Tor.BottomSurface="Smooth"
  52. Mesh=Instance.new("SpecialMesh")
  53. Mesh.MeshType="Sphere"
  54. Mesh.Parent=Tor
  55. Mesh.Scale=Vector3.new(1.5,1.5,1.4)
  56. w = Instance.new("Weld")
  57. w.Parent = char.Torso
  58. w.Part0 = w.Parent
  59. w.Part1 = Tor
  60. w.C0 = CFrame.new(0,-0.75,0)
  61.  
  62.  
  63. Tor=Instance.new("Part")
  64. Tor.Size=Vector3.new(1,1,1)
  65. Tor.Shape="Ball"
  66. Tor.BrickColor=color
  67. Tor.Reflectance=0
  68. Tor.Transparency=0
  69. Tor.Locked=true
  70. Tor.Name="Body"
  71. Tor.CanCollide=true
  72. Tor.Parent=model
  73. Tor.TopSurface="Smooth"
  74. Tor.BottomSurface="Smooth"
  75. Mesh=Instance.new("SpecialMesh")
  76. Mesh.MeshType="Sphere"
  77. Mesh.Parent=Tor
  78. Mesh.Scale=Vector3.new(1,0.9,1)
  79. w = Instance.new("Weld")
  80. w.Parent = char["Left Arm"]
  81. w.Part0 = w.Parent
  82. w.Part1 = Tor
  83. w.C0 = CFrame.new(0,-1,0)
  84.  
  85. Tor=Instance.new("Part")
  86. Tor.Size=Vector3.new(1,1,1)
  87. Tor.Shape="Ball"
  88. Tor.BrickColor=color
  89. Tor.Reflectance=0
  90. Tor.Transparency=0
  91. Tor.Locked=true
  92. Tor.Name="Body"
  93. Tor.CanCollide=true
  94. Tor.Parent=model
  95. Tor.TopSurface="Smooth"
  96. Tor.BottomSurface="Smooth"
  97. Mesh=Instance.new("SpecialMesh")
  98. Mesh.MeshType="Sphere"
  99. Mesh.Parent=Tor
  100. Mesh.Scale=Vector3.new(1,0.9,1)
  101. w = Instance.new("Weld")
  102. w.Parent = char["Right Arm"]
  103. w.Part0 = w.Parent
  104. w.Part1 = Tor
  105. w.C0 = CFrame.new(0,-1,0)
  106.  
  107. Tor=Instance.new("Part")
  108. Tor.Size=Vector3.new(1,1,1)
  109. Tor.Shape="Ball"
  110. Tor.BrickColor=color
  111. Tor.Reflectance=0
  112. Tor.Transparency=0
  113. Tor.Locked=true
  114. Tor.Name="Body"
  115. Tor.CanCollide=true
  116. Tor.Parent=model
  117. Tor.TopSurface="Smooth"
  118. Tor.BottomSurface="Smooth"
  119. Mesh=Instance.new("SpecialMesh")
  120. Mesh.MeshType="Sphere"
  121. Mesh.Parent=Tor
  122. Mesh.Scale=Vector3.new(1.3,1.175,1.3)
  123. w = Instance.new("Weld")
  124. w.Parent = char["Right Leg"]
  125. w.Part0 = w.Parent
  126. w.Part1 = Tor
  127. w.C0 = CFrame.new(0,-0.5,0)
  128.  
  129. Tor=Instance.new("Part")
  130. Tor.Size=Vector3.new(1,1,1)
  131. Tor.Shape="Ball"
  132. Tor.BrickColor=color
  133. Tor.Reflectance=0
  134. Tor.Transparency=0
  135. Tor.Locked=true
  136. Tor.Name="Body"
  137. Tor.CanCollide=true
  138. Tor.Parent=model
  139. Tor.TopSurface="Smooth"
  140. Tor.BottomSurface="Smooth"
  141. Mesh=Instance.new("SpecialMesh")
  142. Mesh.MeshType="Sphere"
  143. Mesh.Parent=Tor
  144. Mesh.Scale=Vector3.new(1.3,1.175,1.3)
  145. w = Instance.new("Weld")
  146. w.Parent = char["Left Leg"]
  147. w.Part0 = w.Parent
  148. w.Part1 = Tor
  149. w.C0 = CFrame.new(0,-0.5,0)
  150.  
  151. Tor=Instance.new("Part")
  152. Tor.Size=Vector3.new(2,2,2)
  153. Tor.Shape="Ball"
  154. Tor.BrickColor=BrickColor:Yellow()
  155. Tor.Reflectance=0
  156. Tor.Transparency=0
  157. Tor.Locked=true
  158. Tor.Name="Body"
  159. Tor.CanCollide=true
  160. Tor.Parent=model
  161. Tor.TopSurface="Smooth"
  162. Tor.BottomSurface="Smooth"
  163. Mesh=Instance.new("SpecialMesh")
  164. Mesh.MeshType="Sphere"
  165. Mesh.Parent=Tor
  166. Mesh.Scale=Vector3.new(1.25,1.25,1.15)
  167. w = Instance.new("Weld")
  168. w.Parent = char["Torso"]
  169. w.Part0 = w.Parent
  170. w.Part1 = Tor
  171. w.C0 = CFrame.new(0,-0.725,-0.35)
  172.  
  173. Tor=Instance.new("Part")
  174. Tor.Size=Vector3.new(1,1,1)
  175. Tor.Shape="Ball"
  176. Tor.BrickColor=BrickColor:Black()
  177. Tor.Reflectance=0
  178. Tor.Transparency=0
  179. Tor.Locked=true
  180. Tor.Name="Body"
  181. Tor.CanCollide=true
  182. Tor.Parent=model
  183. Tor.TopSurface="Smooth"
  184. Tor.BottomSurface="Smooth"
  185. Mesh=Instance.new("SpecialMesh")
  186. Mesh.MeshType="Sphere"
  187. Mesh.Parent=Tor
  188. Mesh.Scale=Vector3.new(0.5,0.5,0.5)
  189. w = Instance.new("Weld")
  190. w.Parent = char["Torso"]
  191. w.Part0 = w.Parent
  192. w.Part1 = Tor
  193. w.C0 = CFrame.new(0.3,-0.25,-1.3)
  194.  
  195. Tor=Instance.new("Part")
  196. Tor.Size=Vector3.new(1,1,1)
  197. Tor.Shape="Ball"
  198. Tor.BrickColor=BrickColor:Black()
  199. Tor.Reflectance=0
  200. Tor.Transparency=0
  201. Tor.Locked=true
  202. Tor.Name="Body"
  203. Tor.CanCollide=true
  204. Tor.Parent=model
  205. Tor.TopSurface="Smooth"
  206. Tor.BottomSurface="Smooth"
  207. Mesh=Instance.new("SpecialMesh")
  208. Mesh.MeshType="Sphere"
  209. Mesh.Parent=Tor
  210. Mesh.Scale=Vector3.new(0.5,0.5,0.5)
  211. w = Instance.new("Weld")
  212. w.Parent = char["Torso"]
  213. w.Part0 = w.Parent
  214. w.Part1 = Tor
  215. w.C0 = CFrame.new(-0.3,-0.25,-1.3)
  216.  
  217. Tor=Instance.new("Part")
  218. Tor.Size=Vector3.new(1,1,1)
  219. Tor.Shape="Ball"
  220. Tor.BrickColor=BrickColor:White()
  221. Tor.Reflectance=0
  222. Tor.Transparency=0
  223. Tor.Locked=true
  224. Tor.Name="Body"
  225. Tor.CanCollide=true
  226. Tor.Parent=model
  227. Tor.TopSurface="Smooth"
  228. Tor.BottomSurface="Smooth"
  229. Mesh=Instance.new("SpecialMesh")
  230. Mesh.MeshType="Sphere"
  231. Mesh.Parent=Tor
  232. Mesh.Scale=Vector3.new(0.2,0.2,0.2)
  233. w = Instance.new("Weld")
  234. w.Parent = char["Torso"]
  235. w.Part0 = w.Parent
  236. w.Part1 = Tor
  237. w.C0 = CFrame.new(0.32,-0.215,-1.5)
  238.  
  239. Tor=Instance.new("Part")
  240. Tor.Size=Vector3.new(1,1,1)
  241. Tor.Shape="Ball"
  242. Tor.BrickColor=BrickColor:White()
  243. Tor.Reflectance=0
  244. Tor.Transparency=0
  245. Tor.Locked=true
  246. Tor.Name="Body"
  247. Tor.CanCollide=true
  248. Tor.Parent=model
  249. Tor.TopSurface="Smooth"
  250. Tor.BottomSurface="Smooth"
  251. Mesh=Instance.new("SpecialMesh")
  252. Mesh.MeshType="Sphere"
  253. Mesh.Parent=Tor
  254. Mesh.Scale=Vector3.new(0.2,0.2,0.2)
  255. w = Instance.new("Weld")
  256. w.Parent = char["Torso"]
  257. w.Part0 = w.Parent
  258. w.Part1 = Tor
  259. w.C0 = CFrame.new(-0.32,-0.215,-1.5)
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280. -------------------------------------------Made by chc4-----------------------------------------------------
  281. player=game.Players[Name]
  282. char=player.Character
  283. d=0
  284.  
  285. --NOTE TO SELF:Use Add([Object],[Delay]) instead of Debris:AddItem
  286. function Add(object,delay)
  287. coroutine.resume(coroutine.create(function() wait(delay) pcall(function() object:remove() end) end))
  288. end
  289.  
  290. if script.Parent.className~="HopperBin" then
  291. Sword = Instance.new("HopperBin")
  292. Sword.Parent = game.Players[Name].Backpack
  293. Sword.Name="Umbrella"
  294. script.Parent=Sword
  295. end
  296.  
  297. Sword=script.Parent
  298.  
  299. Arms={char.Torso["Left Shoulder"],char.Torso["Right Shoulder"]}
  300.  
  301. function hint(msg,de)
  302. local h=Instance.new("Hint")
  303. h.Text=tostring(msg)
  304. h.Parent=player
  305. Delay(tonumber(de),function() h:remove() end)
  306. end
  307.  
  308. function makeSword()
  309. local Sword=Instance.new("Model")
  310. Sword.Name="Umbrella"
  311. Sword.Parent=char
  312. wait(0.1)
  313. Handle=Instance.new("Part")
  314. Handle.Size=Vector3.new(1,1,1)
  315. Handle.Parent=Sword
  316. Handle.BrickColor=BrickColor.new("Brown")
  317. Handle.Name="Handle"
  318. Mesh=Instance.new("SpecialMesh")
  319. Mesh.MeshType=0
  320. Mesh.Parent=Handle
  321. Mesh.Scale=Vector3.new(0.4,1.95,0.4)
  322. HenWeld=Instance.new("Weld")
  323. HenWeld.Parent=char["Right Arm"]
  324. HenWeld.Part1=HenWeld.Parent
  325. HenWeld.Part0=Handle
  326. HenWeld.C0=CFrame.new(0,0,0.7)*CFrame.Angles(math.rad(20),0,0)
  327. Hy=HenWeld.C0
  328.  
  329. Blade2=Instance.new("Part")
  330. Blade2.BrickColor=BrickColor:Yellow()
  331. Blade2.Size=Vector3.new(1,1,1)
  332. Blade2.Parent=Sword
  333. Blade2.Name="Blade2"
  334. Blade2.Reflectance=0.11
  335. Mesh=Instance.new("CylinderMesh")
  336. Mesh.Parent=Blade2
  337. Mesh.Scale=Vector3.new(0.4,0.4,0.4)
  338. Weld=Instance.new("Weld")
  339. Weld.Parent=Handle
  340. Weld.Part1=Weld.Parent
  341. Weld.Part0=Blade2
  342. Weld.C0=CFrame.new(0,-1.95/2-.25,0)
  343.  
  344. Nu=0
  345. for i=1,13,.5 do
  346. Nu=Nu+1
  347. x = (0.75) * math.sin(i)
  348. y = -2.1/2
  349. z = (0.75)* math.cos (i)
  350. Tor=Instance.new("Part")
  351. Tor.Size=Vector3.new(1,1,1)
  352. if Nu==3 then
  353. Tor.BrickColor=BrickColor:White()
  354. Nu=0
  355. else
  356. Tor.BrickColor=BrickColor:Red()
  357. end
  358. Tor.Reflectance=0
  359. Tor.Transparency=0
  360. Tor.Locked=true
  361. Tor.Anchored=false
  362. Tor.Name="Wall"..tostring(i)
  363. Tor.CanCollide=true
  364. Tor.Parent=Sword
  365. Tor.TopSurface="Smooth"
  366. Tor.BottomSurface="Smooth"
  367. Mesh=Instance.new("SpecialMesh")
  368. Mesh.MeshType="Brick"
  369. Mesh.Parent=Tor
  370. Mesh.Scale=Vector3.new(1,0.3+i/36,1)
  371. Weld=Instance.new("Weld")
  372. Weld.Parent=Handle
  373. Weld.Part1=Weld.Parent
  374. Weld.Part0=Tor
  375. Weld.C0=CFrame.new(x,y,z)*CFrame.Angles(0,math.rad(-1*120),0)
  376. end
  377. end
  378.  
  379. f=Sword.Selected:connect(function(mouse)
  380. pcall(function() script.Sour.Value=[[print("Hello,World!")]] end) --Nothing to see here.
  381. if d==0 and char.Torso:findFirstChild("Right Shoulder")~=nil then
  382. d=1
  383. De=0
  384. f:disconnect()
  385. pcall(function() game["LocalBackpack"]:children()[1]:remove() end)
  386. Debou=true
  387. Arms[2].Parent=nil
  388. w2 = Instance.new("Weld")
  389. w2.Name="Right Shouldr"
  390. w2.Parent = char.Torso
  391. w2.Part0 = char["Right Arm"]
  392. w2.Part1 = w2.Parent
  393. makeSword()
  394. ---Animation Start---
  395. for i=0,1,0.05 do
  396. wait()
  397. w2.C0 = CFrame.new(-1.5,0,0)
  398. end
  399. ----Animation End----
  400. Wr=w2.C0
  401. end
  402. end)
  403.  
  404. --lego
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement