Advertisement
TempusMoon

Untitled

May 5th, 2016
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. local p = game.Players:findFirstChild("Guardian_Artwena")
  2. local char = p.Character
  3. local mouse = p:GetMouse()
  4. local larm = char["Left Arm"]
  5. local rarm = char["Right Arm"]
  6. local lleg = char["Left Leg"]
  7. local rleg = char["Right Leg"]
  8. local hed = char.Head
  9. local torso = char.Torso
  10. local hum = char.Humanoid
  11. local cam = game.Workspace.CurrentCamera
  12. local root = char.HumanoidRootPart
  13. local deb = false
  14. local shot = 0
  15. for i, v in pairs(char:children()) do
  16. if v:IsA("Hat") then
  17. v:Destroy()
  18. end
  19. end
  20. local l = game:GetService("Lighting")
  21. local rs = game:GetService("RunService").RenderStepped
  22. local stanceToggle = "Normal"
  23. math.randomseed(os.time())
  24. hum.WalkSpeed = 100
  25. char.Health:Destroy()
  26. hum.MaxHealth = 5000000
  27. wait(0.1)
  28. hum.Health = 5000000
  29. ----------------------------------------------------
  30. shirt = Instance.new("Shirt", char)
  31. shirt.Name = "Shirt"
  32. pants = Instance.new("Pants", char)
  33. pants.Name = "Pants"
  34. char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=166438903"
  35. char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=192921091"
  36. -----------------------------------------------------
  37. p.Character.Head.Transparency = 1313131
  38. p.Character["Left Arm"].Transparency = 1313131
  39. p.Character["Right Arm"].Transparency = 1313131
  40. -----------------------------------------------------
  41. hed.face.Texture = "rbxassetid://15432080"
  42. z=Instance.new('Decal',hed)
  43. z.Face = 'Front'
  44. z.Texture='rbxassetid://15432080'
  45. ----------------------------------------------------
  46. z = Instance.new("Sound", char)
  47. z.SoundId = "rbxassetid://205960490"
  48. z.Looped = true
  49. z.Pitch = 1
  50. z.Volume = .5
  51. wait(.01)
  52. z:Play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement