Advertisement
9Simplicity9

Untitled

Jun 3rd, 2018
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. wait(1 / 60)
  2. Effects = { }
  3. local Player = game.Players.localPlayer
  4. local Mouse = Player:GetMouse()
  5. local Character = Player.Character
  6. local Humanoid = Character.Humanoid
  7. local Head = Character.Head
  8. local RootPart = Character.HumanoidRootPart
  9. local Torso = Character.Torso
  10. local LeftArm = Character["Left Arm"]
  11. local RightArm = Character["Right Arm"]
  12. local LeftLeg = Character["Left Leg"]
  13. local RightLeg = Character["Right Leg"]
  14. local Camera = game.Workspace.CurrentCamera
  15. local RootJoint = RootPart.RootJoint
  16. local Equipped = false
  17. local Attack = false
  18. local Anim = 'Idle'
  19. local Idle = 0
  20. local Combo = 1
  21. local UIS = game:GetService("UserInputService")
  22. local TorsoVelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude
  23. local Velocity = RootPart.Velocity.y
  24. local Sine = 0
  25. local Change = 1
  26. local maincol = Color3.new(0,0,0)
  27. local maincol2 = Torso.Color
  28. local dash = false
  29. Character.Humanoid.Name = "help"
  30. humanoid = Character.help
  31. local taken = {}
  32. local S = setmetatable({},{__index = function(s,i) return game:service(i) end})
  33.  
  34. --Change true to false if you want to use your character normally.
  35. local morph = true
  36.  
  37.  
  38. local function soundbork(obj)
  39. if obj:IsA("Sound") and obj.Name ~= "aa" then
  40. obj.Looped = false
  41. obj.Pitch = 0
  42. obj.Volume = 0
  43. return
  44. end
  45.  
  46.  
  47. local children = obj:GetChildren()
  48. for i = 1, #children do
  49. soundbork(children[i])
  50. end
  51. return
  52. end
  53.  
  54.  
  55. ch = Character:GetChildren()
  56. if morph == true then
  57. for i = 1, #ch do
  58. if ch[i].Name == "Torso" then
  59. ch[i].roblox.Transparency = 1
  60. elseif ch[i].ClassName == "Accessory" or ch[i].ClassName == "Shirt" or ch[i].ClassName == "Pants" or ch[i].ClassName == "ShirtGraphic" then
  61. ch[i]:Destroy()
  62. end
  63. end
  64. end
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207. print'pranked'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement