Advertisement
SpiritualDonut

Untitled

Jun 1st, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.55 KB | None | 0 0
  1. yes = Instance.new("Sound", Workspace)
  2. yes.SoundId = "rbxassetid://1442352461"
  3. yes.Pitch = 1
  4. yes.Parent = game.Players.LocalPlayer.Character.Head
  5. yes.Volume = 10
  6. yes.Playing = true
  7. yes.Looped = true
  8.  
  9. Player = game:GetService("Players").LocalPlayer
  10. PlayerGui = Player.PlayerGui
  11. Cam = workspace.CurrentCamera
  12. Backpack = Player.Backpack
  13. Character = Player.Character
  14. char = Player.Character
  15. Humanoid = Character.Humanoid
  16. Mouse = Player:GetMouse()
  17. RootPart = Character["HumanoidRootPart"]
  18. Torso = Character["Torso"]
  19. Head = Character["Head"]
  20. RightArm = Character["Right Arm"]
  21. LeftArm = Character["Left Arm"]
  22. RightLeg = Character["Right Leg"]
  23. LeftLeg = Character["Left Leg"]
  24. RootJoint = RootPart["RootJoint"]
  25. Neck = Torso["Neck"]
  26. RightShoulder = Torso["Right Shoulder"]
  27. LeftShoulder = Torso["Left Shoulder"]
  28. RightHip = Torso["Right Hip"]
  29. LeftHip = Torso["Left Hip"]
  30. Humanoid.MaxHealth = "inf"
  31. Humanoid.Health = "inf"
  32. Humanoid.JumpPower = 100
  33.  
  34. ----------------------------------------------------------------------
  35. warn("script edit by deivis97")
  36.  
  37. local Orin = "http://www.roblox.com/asset/?id=1174015502"
  38. Head.face.Texture = Orin
  39. function weld(a, b, acf)
  40. local w = Instance.new("Weld", a)
  41. w.Part0 = a
  42. w.Part1 = b
  43. w.C0 = acf
  44. end
  45.  
  46. local Player = game:service'Players'.LocalPlayer
  47. repeat wait() until Player.Character
  48. local Character = Player.Character
  49. local Char, Plr = Character, Player
  50. local Mouse = Player:GetMouse()
  51.  
  52. Reaper2 = Instance.new("Model") --anime
  53. Reaper2.Parent = Player.Character
  54. Reaper2.Name = "Reaper2"
  55. rh2 = Instance.new("Part")
  56. rh2.Parent = Reaper2
  57. rh2.Locked = true
  58. rh2.CanCollide = false
  59. mesh2 = Instance.new("SpecialMesh")
  60. rh2.formFactor = "Symmetric"
  61. mesh2.MeshType = "FileMesh"
  62. mesh2.MeshId = "http://www.roblox.com/asset/?id=1462298717"
  63. mesh2.TextureId = "http://www.roblox.com/asset/?id=633930920"
  64. mesh2.Scale = Vector3.new(1, 1, 1)
  65. mesh2.Parent = rh2
  66. local weld2 = Instance.new("Weld")
  67. weld2.Parent = rh2
  68. rh2.Transparency = 0
  69. weld2.Part0 = rh2
  70. weld2.Part1 = Player.Character.Head
  71. weld2.C0 = CFrame.new(-0.1, 0.1, 0)*CFrame.Angles(0, 0, 0)
  72. --------------------------------------------------------------------
  73. local Module_Id = 0 --// Not required, but I use modules somtimes to load union'd models
  74. local Player = game:service'Players'.LocalPlayer
  75. repeat wait() until Player.Character
  76. local Character = Player.Character
  77. local Char, Plr = Character, Player
  78.  
  79. --// Removers
  80. for i,v in pairs(Char:children()) do
  81. if v:IsA("Hat") then
  82. v:Destroy()
  83. end
  84. end
  85. for i,v in pairs(Char:children()) do
  86. if v:IsA("Accessory") then
  87. v:Destroy()
  88. end
  89. end
  90. for i,v in pairs(Char:children()) do
  91. if v:IsA("Hair") then
  92. v:Destroy()
  93. end
  94. end
  95.  
  96. local Shirt = "rbxassetid://1298116952"
  97. local Pants = "rbxassetid://1340645290"
  98.  
  99. ypcall(function()
  100. shirt = Instance.new("Shirt", char)
  101. shirt.Name = "Shirt"
  102. pants = Instance.new("Pants", char)
  103. pants.Name = "Pants"
  104. char.Shirt.ShirtTemplate = Shirt
  105. char.Pants.PantsTemplate = Pants
  106. end)
  107.  
  108. c = "White"
  109.  
  110. vt=Vector3.new
  111. cf=CFrame.new
  112. euler=CFrame.fromEulerAnglesXYZ
  113. angles=CFrame.Angles
  114.  
  115. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  116. local fp=Instance.new("Part")
  117. fp.formFactor=formfactor
  118. fp.Parent=parent
  119. fp.Reflectance=reflectance
  120. fp.Transparency=transparency
  121. fp.CanCollide=false
  122. fp.Locked=true
  123. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  124. fp.Name=name
  125. fp.Size=size
  126. fp.Position=Character.Torso.Position
  127. fp.Material=material
  128. fp:BreakJoints()
  129. return fp
  130. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement