Advertisement
coolgoldboy166

hombre tv

Nov 3rd, 2017
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.28 KB | None | 0 0
  1. wait(1)
  2. Player=game:GetService("Players").LocalPlayer
  3. Character=Player.Character
  4. PlayerGui=Player.PlayerGui
  5. Backpack=Player.Backpack
  6. Torso=Character.Torso
  7. Head=Character.Head
  8. Humanoid=Character.Humanoid
  9. m=Instance.new('Model',Character)
  10. LeftArm=Character["Left Arm"]
  11. LeftLeg=Character["Left Leg"]
  12. RightArm=Character["Right Arm"]
  13. RightLeg=Character["Right Leg"]
  14. Face = Head.face
  15. Neck=Torso.Neck
  16. it=Instance.new
  17. attacktype=1
  18. vt=Vector3.new
  19. cf=CFrame.new
  20. euler=CFrame.fromEulerAnglesXYZ
  21. angles=CFrame.Angles
  22. cloaked=false
  23. necko=cf(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  24. necko2=cf(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  25. LHC0=cf(-1,-1,0,-0,-0,-1,0,1,0,1,0,0)
  26. LHC1=cf(-0.5,1,0,-0,-0,-1,0,1,0,1,0,0)
  27. RHC0=cf(1,-1,0,0,0,1,0,1,0,-1,-0,-0)
  28. RHC1=cf(0.5,1,0,0,0,1,0,1,0,-1,-0,-0)
  29. RootPart=Character.HumanoidRootPart
  30. RootJoint=RootPart.RootJoint
  31. RootCF=euler(-1.57,0,3.14)
  32. attack = false
  33. attackdebounce = false
  34. deb=false
  35. equipped=true
  36. hand=false
  37. MMouse=nil
  38. eyeoutline=Instance.new("Part",Character)
  39. eyeoutline.FormFactor="Custom"
  40. eyeoutline.Size=Vector3.new(.5,.5,.8)
  41. eyeoutline.Transparency=0
  42. eyeoutline.CanCollide=false
  43. eyeoutline.BrickColor = BrickColor.new("Really black")
  44. eyeoutline.Material="SmoothPlastic"
  45. eyeoutline.TopSurface="Smooth"
  46. eyeoutline.BottomSurface="Smooth"
  47. eyeoutline.RightSurface="Smooth"
  48. eyeoutline.LeftSurface="Smooth"
  49. eyeoutlinew=Instance.new("Weld",Character)
  50. eyeoutlinew.Part0=Character.Head
  51. eyeoutlinew.Part1=eyeoutline
  52. eyeoutlinew.C0=CFrame.new(0,1.5,1.5)*CFrame.Angles(0,math.rad(0),math.rad(0))
  53.  
  54. eyemesh = Instance.new("SpecialMesh",eyeoutline)
  55. eyemesh.MeshType = "Sphere"
  56. eyemesh.Scale = Vector3.new(8,8,1)
  57.  
  58. eyep=Instance.new("Part",Character)
  59. eyep.FormFactor="Custom"
  60. eyep.Size=Vector3.new(.4,.4,.4)
  61. eyep.Transparency=0
  62. eyep.CanCollide=false
  63. eyep.BrickColor = BrickColor.new("Royal purple")
  64. eyep.Material="Neon"
  65. eyep.TopSurface="Smooth"
  66. eyep.BottomSurface="Smooth"
  67. eyep.RightSurface="Smooth"
  68. eyep.LeftSurface="Smooth"
  69. asd=Instance.new("Decal", eyep)
  70. asd.Texture = "rbxassetid://1074239668"
  71. asd.Face = "Front"
  72. eyepw=Instance.new("Weld",Character)
  73. eyepw.Part0=eyeoutline
  74. eyepw.Part1=eyep
  75. eyepw.C0=CFrame.new(0,0,-0.1)*CFrame.Angles(0,math.rad(0),math.rad(0))
  76.  
  77. eyepmesh = Instance.new("SpecialMesh",eyep)
  78. eyepmesh.MeshType = "Sphere"
  79. eyepmesh.Scale = Vector3.new(8,8,1)
  80.  
  81. local eyeeffect = Instance.new("ParticleEmitter", eyep)
  82. eyeeffect.Lifetime = NumberRange.new(1)
  83. eyeeffect.Speed = NumberRange.new(0)
  84. eyeeffect.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 4), NumberSequenceKeypoint.new(1, 4)})
  85. eyeeffect.RotSpeed = NumberRange.new(1080)
  86. eyeeffect.Rate = 25
  87. eyeeffect.Rotation = NumberRange.new(-360, 360)
  88. eyeeffect.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(0.11, 0), NumberSequenceKeypoint.new(0.99, 1), NumberSequenceKeypoint.new(1, 1)})
  89. eyeeffect.LightEmission = 0.5
  90. eyeeffect.Texture = "http://www.roblox.com/asset/?id=242292288"
  91. eyeeffect.Color = ColorSequence.new(Color3.new(0, 0.666667, 1), Color3.new(0, 0.666667, 1))
  92. eyeeffect.LockedToPart = true
  93. eyeeffect.Enabled = false
  94.  
  95.  
  96.  
  97. coroutine.resume(coroutine.create(function(Part,Weld)
  98. while Part.Parent~=nil do
  99. wait(2)
  100. for i=0,1,0.2 do
  101. wait()
  102. eyepmesh.Scale = Vector3.new(8,8-7.9*i,2.5)
  103. end
  104. for i=0,1,0.2 do
  105. wait()
  106. eyepmesh.Scale = Vector3.new(8,0.6+7.9*i,2.5)
  107. end
  108. end
  109. end),eyep,eyepw)
  110. player = game.Players.LocalPlayer
  111. char = player.Character
  112. for i,v in pairs(char:children()) do
  113. if v:IsA("Accessory") then
  114. v:Destroy()
  115. end
  116. end
  117. asd = Instance.new("Sound",char)
  118. asd.SoundId = "rbxassetid://904848007"
  119. asd.Looped = true
  120. asd.Pitch = 1
  121. asd.Volume = 1
  122. asd:Play()
  123. local Create = LoadLibrary("RbxUtility").Create
  124.  
  125.  
  126. ArtificialHB = Create("BindableEvent", script){
  127. Parent = script,
  128. Name = "Heartbeat",
  129. }
  130.  
  131. function swait(num)
  132. if num == 0 or num == nil then
  133. ArtificialHB.Event:wait()
  134. else
  135. for i = 0, num do
  136. ArtificialHB.Event:wait()
  137. end
  138. end
  139. end
  140.  
  141. char.Shirt.ShirtTemplate = "rbxassetid://199023259"
  142. char.Pants.PantsTemplate = "rbxassetid://210190337"
  143. local Part = Instance.new("Part",char)
  144. Part.BrickColor = BrickColor.new("Pastel green")
  145. Part.Size = Vector3.new(4, 3.6, 1)
  146. Part.CanCollide = false
  147. Part.Material = "Neon"
  148. local M = Instance.new("SpecialMesh",Part)
  149. M.MeshId = "rbxassetid://11641931"
  150. M.TextureId = "rbxassetid://11641912"
  151. M.Scale = Vector3.new(1.2,1.2,1.2)
  152. local Part2 = Instance.new("Weld",Part)
  153. Part2.Part0 = char.Head
  154. Part2.Part1 = Part
  155. Part2.C0 = CFrame.new(0,0,0)*CFrame.Angles(0,0,0)
  156. local char = game.Players.LocalPlayer.Character
  157. local Part3 = Instance.new("Part",char)
  158. Part3.Size = Vector3.new(1.3, 1.1, 1)
  159. Part3.CanCollide = false
  160. Part3.Material = "Neon"
  161. local Part4 = Instance.new("Part",char)
  162. Part4.Transparency = 1
  163. Part4.Size = Vector3.new(1.005, 1.1, 1)
  164. Part4.CanCollide = false
  165. Part4.Material = "Neon"
  166. Static = Instance.new("Decal", Part3)
  167. Face = Instance.new("Decal", Part4)
  168. local Part22 = Instance.new("Weld",Part3)
  169. Part22.Part0 = char.Head
  170. Part22.Part1 = Part3
  171. Part22.C0 = CFrame.new(0,0,-.5)*CFrame.Angles(0,0,0)
  172. local Part224 = Instance.new("Weld",Part4)
  173. Part224.Part0 = char.Head
  174. Part224.Part1 = Part4
  175. Part224.C0 = CFrame.new(0,0,-.5)*CFrame.Angles(0,0,0)
  176. while true do
  177. Static.Texture = "http://www.roblox.com/asset/?id=9470950"
  178. wait(.1)
  179. Static.Texture = "http://www.roblox.com/asset/?id=9470965"
  180. wait(.1)
  181. eyeoutlinew.C0=CFrame.new(0,1.8,1.5)*CFrame.Angles(0,math.rad(0),math.rad(0))
  182. Static.Texture = "http://www.roblox.com/asset/?id=9470950"
  183. wait(.1)
  184. eyeoutlinew.C0=CFrame.new(0,1.8,1.5)*CFrame.Angles(0,math.rad(0),math.rad(0))
  185. Static.Texture = "http://www.roblox.com/asset/?id=9470965"
  186. wait(.1)
  187. eyeoutlinew.C0=CFrame.new(0,1.7,1.5)*CFrame.Angles(0,math.rad(0),math.rad(0))
  188. Static.Texture = "http://www.roblox.com/asset/?id=9470950"
  189. wait(.1)
  190. eyeoutlinew.C0=CFrame.new(0,1.6,1.5)*CFrame.Angles(0,math.rad(0),math.rad(0))
  191. Static.Texture = "http://www.roblox.com/asset/?id=9470965"
  192. wait(.1)
  193. eyeoutlinew.C0=CFrame.new(0,1.5,1.5)*CFrame.Angles(0,math.rad(0),math.rad(0))
  194. Static.Texture = "http://www.roblox.com/asset/?id=9470950"
  195. wait(.1)
  196. eyeoutlinew.C0=CFrame.new(0,1.4,1.5)*CFrame.Angles(0,math.rad(0),math.rad(0))
  197. Static.Texture = "http://www.roblox.com/asset/?id=9470965"
  198. wait(.1)
  199. eyeoutlinew.C0=CFrame.new(0,1.3,1.5)*CFrame.Angles(0,math.rad(0),math.rad(0))
  200. Static.Texture = "http://www.roblox.com/asset/?id=9470950"
  201. wait(.1)
  202. eyeoutlinew.C0=CFrame.new(0,1.2,1.5)*CFrame.Angles(0,math.rad(0),math.rad(0))
  203. Static.Texture = "http://www.roblox.com/asset/?id=9470965"
  204. wait(.1)
  205. eyeoutlinew.C0=CFrame.new(0,1.1,1.5)*CFrame.Angles(0,math.rad(0),math.rad(0))
  206. Static.Texture = "http://www.roblox.com/asset/?id=9470950"
  207. wait(.1)
  208. eyeoutlinew.C0=CFrame.new(0,1.0,1.5)*CFrame.Angles(0,math.rad(0),math.rad(0))
  209. Static.Texture = "http://www.roblox.com/asset/?id=9470965"
  210. wait(.1)
  211. eyeoutlinew.C0=CFrame.new(0,0.9,1.5)*CFrame.Angles(0,math.rad(0),math.rad(0))
  212. Static.Texture = "http://www.roblox.com/asset/?id=9470950"
  213. wait(.1)
  214. eyeoutlinew.C0=CFrame.new(0,1.0,1.5)*CFrame.Angles(0,math.rad(0),math.rad(0))
  215. Static.Texture = "http://www.roblox.com/asset/?id=9470965"
  216. wait(.1)
  217. eyeoutlinew.C0=CFrame.new(0,1.1,1.5)*CFrame.Angles(0,math.rad(0),math.rad(0))
  218. Static.Texture = "http://www.roblox.com/asset/?id=9470950"
  219. wait(.1)
  220. eyeoutlinew.C0=CFrame.new(0,1.2,1.5)*CFrame.Angles(0,math.rad(0),math.rad(0))
  221. Static.Texture = "http://www.roblox.com/asset/?id=9470965"
  222. wait(.1)
  223. eyeoutlinew.C0=CFrame.new(0,1.3,1.5)*CFrame.Angles(0,math.rad(0),math.rad(0))
  224. Static.Texture = "http://www.roblox.com/asset/?id=9470950"
  225. wait(.1)
  226. eyeoutlinew.C0=CFrame.new(0,1.4,1.5)*CFrame.Angles(0,math.rad(0),math.rad(0))
  227. Static.Texture = "http://www.roblox.com/asset/?id=9470965"
  228. wait(.1)
  229. eyeoutlinew.C0=CFrame.new(0,1.5,1.5)*CFrame.Angles(0,math.rad(0),math.rad(0))
  230. Static.Texture = "http://www.roblox.com/asset/?id=9470950"
  231. wait(.1)
  232. eyeoutlinew.C0=CFrame.new(0,1.6,1.5)*CFrame.Angles(0,math.rad(0),math.rad(0))
  233. Static.Texture = "http://www.roblox.com/asset/?id=9470965"
  234. wait(.1)
  235. eyeoutlinew.C0=CFrame.new(0,1.7,1.5)*CFrame.Angles(0,math.rad(0),math.rad(0))
  236. Static.Texture = "http://www.roblox.com/asset/?id=9470950"
  237. wait(.1)
  238. eyeoutlinew.C0=CFrame.new(0,1.8,1.5)*CFrame.Angles(0,math.rad(0),math.rad(0))
  239. Static.Texture = "http://www.roblox.com/asset/?id=9470965"
  240. wait(.1)
  241. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement