Advertisement
f_dumbo

old

Dec 14th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.80 KB | None | 0 0
  1. --By Rufus14
  2. mouse = game.Players.LocalPlayer:GetMouse()
  3. local rhandclone = game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Clone()
  4. game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Remove()
  5. local rhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  6. rhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  7. rhandweld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  8. rhandweld.C0 = CFrame.new(1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1)
  9. local lhandclone = game.Players.LocalPlayer.Character.Torso["Left Shoulder"]:Clone()
  10. game.Players.LocalPlayer.Character.Torso["Left Shoulder"]:Remove()
  11. local lhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  12. lhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  13. lhandweld.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
  14. lhandweld.C0 = CFrame.new(-1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1)
  15. local llegweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  16. llegweld.Part0 = game.Players.LocalPlayer.Character.Torso
  17. llegweld.Part1 = game.Players.LocalPlayer.Character["Left Leg"]
  18. llegweld.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0) * CFrame.new(0,-1,0)
  19. local rlegclone = game.Players.LocalPlayer.Character.Torso["Right Hip"]:Clone()
  20. game.Players.LocalPlayer.Character.Torso["Right Hip"]:Remove()
  21. local rlegweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  22. rlegweld.Part0 = game.Players.LocalPlayer.Character.Torso
  23. rlegweld.Part1 = game.Players.LocalPlayer.Character["Right Leg"]
  24. rlegweld.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0) * CFrame.new(0,-1,0)
  25. local rootjointclone = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:Clone()
  26. game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:Remove()
  27. local humanoidrootpart = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  28. humanoidrootpart.Part0 = game.Players.LocalPlayer.Character.HumanoidRootPart
  29. humanoidrootpart.Part1 = game.Players.LocalPlayer.Character.Torso
  30. local heed = game.Players.LocalPlayer.Character.Torso["Neck"]:Clone()
  31. local headweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  32. headweld.Part0 = game.Players.LocalPlayer.Character.Torso
  33. headweld.Part1 = game.Players.LocalPlayer.Character.Head
  34. headweld.C0 = headweld.C0 * CFrame.new(0,1.5,0)
  35. game.Players.LocalPlayer.Character.Torso.Neck:Remove()
  36. if game.Players.LocalPlayer.Character:findFirstChild("Shirt Graphic") then
  37. game.Players.LocalPlayer.Character["Shirt Graphic"]:destroy()
  38. end
  39. local decal = Instance.new("Decal", game.Players.LocalPlayer.Character)
  40. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  41. if v.ClassName == "Part" then
  42. if v.Name == "Head" then
  43. local torsotec = Instance.new("Decal", torso)
  44. torsotec.Texture = "http://www.roblox.com/asset/?id=782560028"
  45. local headd = Instance.new("Decal", v)
  46. headd.Texture = "http://www.roblox.com/asset/?id=20676546"
  47. else
  48. v.Transparency = 1
  49. end
  50. end
  51. if v.ClassName == "Accessory" or v.ClassName == "Hat" then
  52. v:destroy()
  53. end
  54. end
  55. if game.Players.LocalPlayer.Character.Head:findFirstChild("face") then
  56. game.Players.LocalPlayer.Character.Head["face"]:destroy()
  57. end
  58. rhand = Instance.new("Part", game.Players.LocalPlayer.Character)
  59. rhand.Size = game.Players.LocalPlayer.Character["Right Arm"].Size
  60. rhand.TopSurface = "Smooth"
  61. rhand.BottomSurface = "Smooth"
  62. rhand.Parent = game.Players.LocalPlayer.Character
  63. rhand:BreakJoints()
  64. rhand.CanCollide = false
  65. rhweld = Instance.new("Weld", rhand)
  66. rhweld.Part0 = game.Players.LocalPlayer.Character["Right Arm"]
  67. rhweld.Part1 = rhand
  68. --
  69. lhand = Instance.new("Part", game.Players.LocalPlayer.Character)
  70. lhand.Size = game.Players.LocalPlayer.Character["Left Arm"].Size
  71. lhand.TopSurface = "Smooth"
  72. lhand.BottomSurface = "Smooth"
  73. lhand.CanCollide = false
  74. lhand.Parent = game.Players.LocalPlayer.Character
  75. lhand:BreakJoints()
  76. rhweld1 = Instance.new("Weld", lhand)
  77. rhweld1.Part0 = game.Players.LocalPlayer.Character["Left Arm"]
  78. rhweld1.Part1 = lhand
  79. --
  80. lleg = Instance.new("Part", game.Players.LocalPlayer.Character)
  81. lleg.Size = game.Players.LocalPlayer.Character["Left Leg"].Size
  82. lleg.TopSurface = "Smooth"
  83. lleg.CanCollide = false
  84. lleg.BottomSurface = "Smooth"
  85. lleg.Parent = game.Players.LocalPlayer.Character
  86. lleg:BreakJoints()
  87. rhweld11 = Instance.new("Weld", lleg)
  88. rhweld11.Part0 = game.Players.LocalPlayer.Character["Left Leg"]
  89. rhweld11.Part1 = lleg
  90. --
  91. rleg = Instance.new("Part", game.Players.LocalPlayer.Character)
  92. rleg.Size = game.Players.LocalPlayer.Character["Right Leg"].Size
  93. rleg.TopSurface = "Smooth"
  94. rleg.BottomSurface = "Smooth"
  95. rleg.Parent = game.Players.LocalPlayer.Character
  96. rleg.CanCollide = false
  97. rleg:BreakJoints()
  98. rhweld111 = Instance.new("Weld", rleg)
  99. rhweld111.Part0 = game.Players.LocalPlayer.Character["Right Leg"]
  100. rhweld111.Part1 = rleg
  101. --
  102. torso = Instance.new("Part", game.Players.LocalPlayer.Character)
  103. torso.Size = game.Players.LocalPlayer.Character.Torso.Size
  104. torso.TopSurface = "Smooth"
  105. torso.BottomSurface = "Smooth"
  106. torso.CanCollide = false
  107. torso.Parent = game.Players.LocalPlayer.Character
  108. torso:BreakJoints()
  109. rhweld1111 = Instance.new("Weld", torso)
  110. rhweld1111.Part0 = game.Players.LocalPlayer.Character.Torso
  111. rhweld1111.Part1 = torso
  112. rhand.Color = game.Players.LocalPlayer.Character["Right Arm"].Color
  113. lhand.Color = game.Players.LocalPlayer.Character["Left Arm"].Color
  114. rleg.Color = game.Players.LocalPlayer.Character["Right Leg"].Color
  115. torso.Color = game.Players.LocalPlayer.Character.Torso.Color
  116. lleg.Color = game.Players.LocalPlayer.Character["Left Leg"].Color
  117. decal = Instance.new("Decal", torso)
  118. decal.Texture = "http://www.roblox.com/asset/?id=782560028"
  119. nostalgie = Instance.new("Sound", game.Players.LocalPlayer.Character)
  120. nostalgie.SoundId = "rbxassetid://1000016620"
  121. nostalgie.Looped = true
  122. nostalgie:Play()
  123. nostalgie.Volume = 10
  124. canuse = true
  125. local shouldertec = Instance.new("Decal", lhand)
  126. shouldertec.Texture = "http://www.roblox.com/asset/?id=77986517"
  127. shouldertec.Face = "Top"
  128. local shouldertec1 = Instance.new("Decal", rhand)
  129. shouldertec1.Texture = "http://www.roblox.com/asset/?id=77986517"
  130. shouldertec1.Face = "Top"
  131. local shouldertec11 = Instance.new("Decal", rhand)
  132. shouldertec11.Texture = "http://www.roblox.com/asset/?id=178274539"
  133. shouldertec11.Face = "Bottom"
  134. local shouldertec111 = Instance.new("Decal", lhand)
  135. shouldertec111.Texture = "http://www.roblox.com/asset/?id=178274539"
  136. shouldertec111.Face = "Bottom"
  137. local legtec = Instance.new("Decal", lleg)
  138. legtec.Texture = "http://www.roblox.com/asset/?id=178274539"
  139. legtec.Face = "Bottom"
  140. local legtec1 = Instance.new("Decal", rleg)
  141. legtec1.Texture = "http://www.roblox.com/asset/?id=178274539"
  142. legtec1.Face = "Bottom"
  143. function use()
  144. --Converted with ttyyuu12345's model to script plugin v4
  145. function sandbox(var,func)
  146. local env = getfenv(func)
  147. local newenv = setmetatable({},{
  148. __index = function(self,k)
  149. if k=="script" then
  150. return var
  151. else
  152. return env[k]
  153. end
  154. end,
  155. })
  156. setfenv(func,newenv)
  157. return func
  158. end
  159. cors = {}
  160. mas = Instance.new("Model",game:GetService("Lighting"))
  161. Part0 = Instance.new("Part")
  162. Sound1 = Instance.new("Sound")
  163. Part0.Name = "Handle"
  164. Part0.Parent = mas
  165. Part0.BrickColor = BrickColor.new("Bright red")
  166. Part0.Reflectance = 0.20000000298023
  167. Part0.Rotation = Vector3.new(-179.860001, -70.6500015, -179.869995)
  168. Part0.Elasticity = 1
  169. Part0.FormFactor = Enum.FormFactor.Symmetric
  170. Part0.Friction = 0
  171. Part0.Shape = Enum.PartType.Ball
  172. Part0.Size = Vector3.new(2, 2, 2)
  173. Part0.CFrame = game.Players.LocalPlayer.Character.Head.CFrame * CFrame.new(0,0,-3)
  174. Part0.BottomSurface = Enum.SurfaceType.Smooth
  175. Part0.TopSurface = Enum.SurfaceType.Smooth
  176. Part0.Color = Color3.new(0.768628, 0.156863, 0.109804)
  177. Part0.Orientation = Vector3.new(-0.049999997, -109.349998, 0)
  178. Part0.Color = Color3.new(0.768628, 0.156863, 0.109804)
  179. Sound1.Name = "Boing"
  180. Sound1.Parent = Part0
  181. Sound1.SoundId = "rbxasset://sounds//short spring sound.wav"
  182. Sound1.Volume = 10
  183. for i,v in pairs(mas:GetChildren()) do
  184. v.Parent = game:GetService("Players").LocalPlayer.Character
  185. pcall(function() v:MakeJoints() end)
  186. end
  187. mas:Destroy()
  188. for i,v in pairs(cors) do
  189. spawn(function()
  190. pcall(v)
  191. end)
  192. end
  193. Sound1:Play()
  194. local vel = Instance.new("BodyVelocity", Part0)
  195. vel.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  196. vel.Velocity = mouse.Hit.lookVector * 140
  197. local function tou(part)
  198. local humanoid = part.Parent:findFirstChild("Humanoid")
  199. if humanoid then
  200. humanoid.Health = humanoid.Health - 10
  201. end
  202. end
  203. Part0.Touched:connect(tou)
  204. wait()
  205. vel:destroy()
  206. end
  207. function shake()
  208. workspace.CurrentCamera.FieldOfView=70+nostalgie.PlaybackLoudness/55
  209. end
  210. game:GetService("RunService").RenderStepped:connect(shake)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement