Advertisement
refrop

mario :V

Mar 1st, 2018
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.38 KB | None | 0 0
  1. --Ok :V
  2.  
  3. local s = Instance.new("Sound")
  4.  
  5. s.Name = "Sound"
  6. s.SoundId = "http://www.roblox.com/asset/?id=898506256"
  7. s.Volume = 70
  8. s.Looped = false
  9. s.archivable = false
  10.  
  11. s.Parent = game.Workspace
  12.  
  13. wait(3)
  14.  
  15. s:play()
  16. --ok :V
  17. local part = game.Players.LocalPlayer.Character
  18. local basetemplate = "http://www.roblox.com/asset/?id="
  19. local shirt = 2725574
  20. local pants = 35491101
  21. local h = part:findFirstChild("Shirt")
  22. if h ~= nil then
  23. h.ShirtTemplate = basetemplate..shirt
  24. else
  25. local i = Instance.new("Shirt")
  26. i.Name = "Shirt"
  27. i.ShirtTemplate = basetemplate..shirt
  28. i.Parent = part
  29. end
  30. local p = part:findFirstChild("Pants")
  31. if p ~= nil then
  32. p.PantsTemplate = basetemplate..pants
  33. else
  34. local np = Instance.new("Pants")
  35. np.PantsTemplate = basetemplate..pants
  36. np.Name = "Pants"
  37. np.Parent = part
  38. end
  39. p = game.Players.LocalPlayer
  40. char = p.Character
  41. des = false
  42. fling = true
  43. dot = false
  44. falling = false
  45. jump = true
  46. --char.Shirt:Remove()
  47. --for i,v in pairs(char:GetChildren()) do if v:IsA("Pants") then v:Remove() end end
  48. for i,v in pairs(char:GetChildren()) do if v:IsA("Hat") then v.Handle:Remove() end end
  49. wait()--shirt = Instance.new("Shirt", char)
  50. --shirt.Name = "Shirt"
  51. --pants = Instance.new("Pants", char)
  52. --pants.Name = "Pants"
  53.  
  54. --char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=22287244"
  55. --char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=22287352"
  56. tp = true
  57. shoot = true
  58. hum = char.Humanoid
  59. punch = true
  60. neckp = char.Torso.Neck.C0
  61. neck = char.Torso.Neck
  62. hum.MaxHealth = 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
  63. wait()
  64. hum.Health =hum.MaxHealth
  65. des = false
  66. root=char.HumanoidRootPart
  67. torso = char.Torso
  68. char.Head.face.Texture = "rbxassetid://86157358"
  69. local ChatService = game:GetService("Chat")
  70. local player = game.Players.LocalPlayer
  71. lig = Instance.new("PointLight",player.Character.Torso)
  72. lig.Color=Color3.new(255,0,0)
  73. m=player:GetMouse()
  74. bb = Instance.new("BillboardGui",player.Character.Head)
  75. bb.Enabled = true
  76. function newRay(start,face,range,wat)
  77. local rey=Ray.new(start.p,(face.p-start.p).Unit*range)
  78. hit,pos=Workspace:FindPartOnRayWithIgnoreList(rey,wat)
  79. return rey,hit,pos
  80. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement