Advertisement
Guest User

hello

a guest
Jun 23rd, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.46 KB | None | 0 0
  1. local p = game.Players.LocalPlayer
  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. pants = Instance.new("Pants", char)
  9. shirt = Instance.new("Shirt", char)
  10. local hed = char.Head
  11. local torso = char.Torso
  12. jun = game.Players.LocalPlayer
  13. ---------------------------------I
  14. local w1 = Instance.new("Weld")--I
  15. local w2 = Instance.new("Weld")--I
  16. local w3 = Instance.new("Weld")--I
  17. local w4 = Instance.new("Weld")--I
  18. local w5 = Instance.new("Weld")--I
  19. local w6 = Instance.new("Weld")--I
  20. local w7 = Instance.new("Weld")--I
  21. ---------------------------------I
  22. ma = p.Character
  23. local plrs = game:service'Players'
  24. local plr = plrs.LocalPlayer
  25. local char = plr.Character
  26. local mouse = plr:GetMouse()
  27. local Weld2 = Instance.new("Weld")
  28. local Weld6 = Instance.new("Weld")
  29. function Chat(msg)
  30. game:service("Chat"):Chat(jun.Character.Head,msg,Enum.ChatColor.Red)
  31. end
  32. Weld = Instance.new("Weld")
  33. --Weld.Part0 =
  34. --Weld.Part1 =
  35. --Weld.Parent =
  36. local Weld5 = Instance.new("Weld")
  37. s = Instance.new("Sound",ma.Torso)
  38. s.SoundId = "rbxassetid://330630853"
  39. s.Looped = true
  40. s.Volume = 10000
  41. s.Pitch = 1
  42. local player = game.Players.LocalPlayer
  43. local pchar = player.Character
  44. local mouse = player:GetMouse()
  45. local cam = workspace.CurrentCamera
  46. local rad = math.rad
  47. local keysDown = {}
  48. wait(1)
  49. player = game.Players.LocalPlayer
  50. torso = player.Character:WaitForChild("Torso")
  51. mouse = player:GetMouse()
  52.  
  53. mouse.KeyDown:connect(function(key)
  54. if key == "e" then
  55. local t1 = Instance.new("Part",torso)
  56. t1.Transparency = 0.3
  57. t1.BrickColor = BrickColor.new("Really black")
  58. t1.CanCollide = false
  59. t1.TopSurface = "SmoothNoOutlines"
  60. t1.BottomSurface = "SmoothNoOutlines"
  61. Weld5.Part0 = torso
  62. Weld5.Part1 = t1
  63. Weld5.Parent = torso
  64. local tm1 = Instance.new("SpecialMesh",t1)
  65. tm1.MeshType = "Sphere"
  66. tm1.Scale = Vector3.new(1,6,1)
  67. local p1 = Instance.new("Part",workspace)
  68. p1.BrickColor = BrickColor.new("Really black")
  69. local pm1 = Instance.new("SpecialMesh",p1)
  70. pm1.MeshId = "rbxassetid://20329976"
  71. pm1.Scale = Vector3.new(2,1.5,2)
  72. Weld6.Part0 = torso
  73. Weld6.Part1 = p1
  74. Weld6.Parent = torso
  75. Weld6.C0 = CFrame.new(0, -3, 0)*CFrame.fromEulerAnglesXYZ(0, 0, 0)
  76. local dist = (torso.Position - mouse.Hit.p).magnitude
  77. if dist <= 10000 then
  78. torso.CFrame = CFrame.new(mouse.Hit.p) + Vector3.new(0,3,0)
  79. for i = 1, 20 do
  80. wait(0.05)
  81. tm1.Scale = tm1.Scale + Vector3.new(-1,-6,-1)
  82. t1.Transparency = t1.Transparency + i/30
  83. pm1.Scale = tm1.Scale + Vector3.new(-2,-1.5,-2)
  84. p1.Transparency = t1.Transparency + i/30
  85. end
  86. wait(1)
  87. t1:remove()
  88. p1:remove()
  89. end
  90. end
  91. end)
  92.  
  93. ------------------------------------------------------------------------------------------
  94. --------------------------Functions-------------------------------------------------------
  95. ------------------------------------------------------------------------------------------
  96. function gaster()
  97. local a3 = Instance.new("ParticleEmitter",torso)
  98. a3.Texture = "rbxassetid://122434485"
  99. a3.LightEmission = 0.25
  100. a3.Size = NumberSequence.new(10,10,10)
  101. a3.Transparency = NumberSequence.new(0.5)
  102. a3.ZOffset = 5
  103. a3.Lifetime = NumberRange.new(1)
  104. a3.Rate = 20
  105. a3.Speed = NumberRange.new(0)
  106. a3.VelocitySpread = 55
  107. a3.EmissionDirection = "Top"
  108. local p1 = Instance.new("Part",workspace)
  109. p1.CanCollide = false
  110. p1.Anchored = true
  111. p1.BrickColor = BrickColor.new("Really black")
  112. local pm1 = Instance.new("SpecialMesh",p1)
  113. pm1.MeshId = "rbxassetid://20329976"
  114. p1.Anchored = true
  115. p1.Position = lleg.Position
  116. pm1.Scale = Vector3.new(0.1,0.1,0.1)
  117. Weld6.Part0 = torso
  118. Weld6.Part1 = p1
  119. Weld6.Parent = torso
  120. Weld6.C0 = CFrame.new(0, -3, 0)*CFrame.fromEulerAnglesXYZ(0, 0, 0)
  121. for i = 1, 20 do
  122. wait(0.05)
  123. pm1.Scale = pm1.Scale + Vector3.new(-5,0.5,-5)
  124. p1.Transparency = p1.Transparency + i/30
  125. end
  126. wait(1)
  127. p1:remove()
  128. local a1 = Instance.new("Part",workspace)
  129. a1.BrickColor = BrickColor.new("Really black")
  130. a1.TopSurface = "SmoothNoOutlines"
  131. a1.BottomSurface = "SmoothNoOutlines"
  132. a1.Transparency = 0.5
  133. a1.CanCollide = false
  134. local sm1 = Instance.new("SpecialMesh",a1)
  135. sm1.MeshType = "Sphere"
  136. a1.Position = ma.Torso.Position
  137. ------------------------------------------------
  138. local a = Instance.new("Part",workspace)
  139. a.BrickColor = BrickColor.new("Really black")
  140. a.CanCollide = false
  141. local sm = Instance.new("SpecialMesh",a)
  142. sm.MeshType = "Sphere"
  143. for i = 1, 20 do
  144. wait(0.05)
  145. a.Transparency = a.Transparency + (3/20)
  146. a.CFrame = torso.CFrame
  147. sm.Scale = sm.Scale + Vector3.new(3,9,6)
  148. end
  149. wait(1)
  150. Chat("Beware of the man who speaks in hands...")
  151. s:Play()
  152. ma.Humanoid.MaxHealth=math.huge
  153. wait(1)
  154. ma.Humanoid.Health = math.huge
  155. Chat("ErOrR%20$)?")
  156. p1:remove()
  157. -----Hand one(green for shield)------------------
  158. local h1 = Instance.new("Part",torso)
  159. h1.CanCollide = false
  160. h1.BrickColor = BrickColor.new("Lime green")
  161. h1.Material = "Neon"
  162. local hm1 = Instance.new("SpecialMesh",h1)
  163. hm1.MeshId = "rbxassetid://440008860"
  164. hm1.Scale = Vector3.new(1.5,1.5,1.5)
  165. w1.Part0 = torso
  166. w1.Part1 = h1
  167. w1.Parent = torso
  168. w1.C0 = CFrame.new(3, 3, 0)*CFrame.fromEulerAnglesXYZ(0, 90, 90)
  169. ------------Hand two(Black for death laser/beam)------------
  170. local h2 = Instance.new("Part",torso)
  171. h2.CanCollide = false
  172. h2.BrickColor = BrickColor.new("Really black")
  173. h2.Material = "Neon"
  174. local hm2 = Instance.new("SpecialMesh",h2)
  175. hm2.MeshId = "rbxassetid://440008860"
  176. hm2.Scale = Vector3.new(1.5,1.5,1.5)
  177. w2.Part0 = torso
  178. w2.Part1 = h2
  179. w2.Parent = torso
  180. w2.C0 = CFrame.new(-3, 3, 0)*CFrame.fromEulerAnglesXYZ(0, 90, 90)
  181. --------------Hand three(For water boomerangs)-------------
  182. local h3 = Instance.new("Part",torso)
  183. h3.CanCollide = false
  184. h3.BrickColor = BrickColor.new("Cyan")
  185. h3.Material = "Neon"
  186. local hm3 = Instance.new("SpecialMesh",h3)
  187. hm3.MeshId = "rbxassetid://440008860"
  188. hm3.Scale = Vector3.new(1.5,1.5,1.5)
  189. w3.Part0 = torso
  190. w3.Part1 = h3
  191. w3.Parent = torso
  192. w3.C0 = CFrame.new(-2, 4, 0)*CFrame.fromEulerAnglesXYZ(0, 90, 90)
  193. ------------Hand four(For explosive attacks)-------------------------
  194. local h4 = Instance.new("Part",torso)
  195. h4.CanCollide = false
  196. h4.BrickColor = BrickColor.new("Deep orange")
  197. h4.Material = "Neon"
  198. local hm4 = Instance.new("SpecialMesh",h4)
  199. hm4.MeshId = "rbxassetid://440008860"
  200. hm4.Scale = Vector3.new(1.5,1.5,1.5)
  201. w4.Part0 = torso
  202. w4.Part1 = h4
  203. w4.Parent = torso
  204. w4.C0 = CFrame.new(2, 4, 0)*CFrame.fromEulerAnglesXYZ(0, 90, 90)
  205. ----------------Hand 5 (For grab)----------------------------
  206. local h5 = Instance.new("Part",torso)
  207. h5.CanCollide = false
  208. h5.BrickColor = BrickColor.new("Really red")
  209. h5.Material = "Neon"
  210. local hm5 = Instance.new("SpecialMesh",h5)
  211. hm5.MeshId = "rbxassetid://440008860"
  212. hm5.Scale = Vector3.new(1.5,1.5,1.5)
  213. w5.Part0 = torso
  214. w5.Part1 = h5
  215. w5.Parent = torso
  216. w5.C0 = CFrame.new(-1, 4.5, 0)*CFrame.fromEulerAnglesXYZ(0, 90, 90)
  217. -----------------Hand 6 (For teleport)-----------------------
  218. local h6 = Instance.new("Part",torso)
  219. h6.CanCollide = false
  220. h6.BrickColor = BrickColor.new("Pink")
  221. h6.Material = "Neon"
  222. local hm6 = Instance.new("SpecialMesh",h6)
  223. hm6.MeshId = "rbxassetid://440008860"
  224. hm6.Scale = Vector3.new(1.5,1.5,1.5)
  225. w6.Part0 = torso
  226. w6.Part1 = h6
  227. w6.Parent = torso
  228. w6.C0 = CFrame.new(0, 5, 0)*CFrame.fromEulerAnglesXYZ(0, 90, 90)
  229. -------------------------------------------------------------
  230. end
  231. gaster()
  232. ------SWITCH(DONT TOUCH)----------
  233. attack = false
  234. --------------Attack 1 (Shield)------------------------
  235. mouse.KeyDown:connect(function(key)
  236. if key == "q" then
  237. if attack == false then
  238. attack = true
  239. local f = Instance.new("ForceField")
  240. f.Parent = p.Character
  241. local s = Instance.new("Part",workspace)
  242. local s3 = Instance.new("Part",workspace)
  243. s3.BrickColor = BrickColor.new("Forest green")
  244. local sl = Instance.new("SpecialMesh",s3)
  245. sl.MeshId = "rbxassetid://20329976"
  246. sl.Scale = Vector3.new(1,0.5,1)
  247. s.TopSurface = "SmoothNoOutlines"
  248. s.CanCollide = false
  249. s.BrickColor = BrickColor.new("Forest green")
  250. s.Material = "Neon"
  251. s.Transparency = 0.5
  252. s.BottomSurface = "SmoothNoOutlines"
  253. local sm = Instance.new("SpecialMesh",s)
  254. sm.MeshType = "Sphere"
  255. sm.Scale = Vector3.new(1,3,2)
  256. local f = Instance.new("ForceField")
  257. f.Parent = p.Character
  258. for i = 1, 20 do
  259. wait(0.01)
  260. sm.Scale = sm.Scale + Vector3.new(0.1,0.3,0.2)
  261. sl.Scale = sl.Scale + Vector3.new(3,-1,3)
  262. Weld6.Part0 = torso
  263. Weld6.Part1 = s3
  264. Weld6.Parent = torso
  265. Weld6.Part0 = torso
  266. Weld6.Part1 = s
  267. Weld6.Parent = torso
  268. s3.CFrame = torso.CFrame
  269. s.CFrame = torso.CFrame
  270. wait(0.05)
  271. sl.Scale = sl.Scale + Vector3.new(-3,2,-3)
  272. end
  273. wait(1)
  274. attack = false
  275. wait(4)
  276. s:remove()
  277. f:remove()
  278. s3:remove()
  279. end
  280. end
  281. end)
  282. --------Attack 2(Hell beam)--------------
  283. mouse.KeyDown:connect(function(key)
  284. if key == "f" then
  285. if attack == false then
  286. attack = true
  287. Chat("AH,SO YOU WANT TO DIE?") --20329976
  288. local p1 = Instance.new("Part",workspace)
  289. p1.CanCollide = false
  290. p1.BrickColor = BrickColor.new("Really black")
  291. local pm1 = Instance.new("SpecialMesh",p1)
  292. pm1.MeshId = "rbxassetid://20329976"
  293. pm1.Scale = Vector3.new(0.1,0.5,0.1)
  294. Weld6.Part0 = torso
  295. Weld6.Part1 = p1
  296. Weld6.Parent = torso
  297. Weld6.C0 = CFrame.new(0, 10, 0)*CFrame.fromEulerAnglesXYZ(0, 0, 0)
  298. local p4 = Instance.new("Part",workspace)
  299. p4.CanCollide = false
  300. p4.BrickColor = BrickColor.new("Really black")
  301. local pm2 = Instance.new("SpecialMesh",p4)
  302. pm2.MeshType = "Sphere"
  303. pm2.Scale = Vector3.new(0.1,4,0.2)
  304. Weld6.Part0 = torso
  305. Weld6.Part1 = p4
  306. Weld6.Parent = torso
  307. p1.Touched:connect(function(ht)
  308. local hit = ht.Parent
  309. if ht and hit:IsA("Model") then
  310. if hit:FindFirstChild("Humanoid") then
  311. if hit.Name ~= p.Name then
  312. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(5,8))
  313. end
  314. end
  315. elseif ht and hit:IsA("Hat") then
  316. if hit.Parent.Name ~= p.Name then
  317. if hit.Parent:FindFirstChild("Humanoid") then
  318. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.huge)
  319. end
  320. end
  321. end
  322. end)
  323. for i = 1, 20 do
  324. wait(0.05)
  325. pm1.Scale = pm1.Scale + Vector3.new(10,10,10)
  326. p1.Transparency = p1.Transparency + i/50
  327. p1.Size = p4.Size + Vector3.new(10,10,10)
  328. p1.CFrame = torso.CFrame
  329. --------------------------------------------------
  330. pm2.Scale = pm2.Scale + Vector3.new(3,9,6)
  331. p4.Transparency = p4.Transparency + i/50
  332. p4.Size = p4.Size + Vector3.new(3,9,6)
  333. p4.CFrame = torso.CFrame
  334. end
  335. wait(1)
  336. p1:remove()
  337. attack = false
  338. wait(2)
  339. p1:Remove()
  340. p4:Remove()
  341. end
  342. end
  343. end)
  344. Weld7 = Instance.new("Weld")
  345. while true do
  346. wait()
  347. local e = Instance.new("Part",workspace)
  348. e.TopSurface = "SmoothNoOutlines"
  349. e.CanCollide = false
  350. e.BottomSurface = "SmoothNoOutlines"
  351. e.BrickColor = BrickColor.new("Really black")
  352. local em = Instance.new("SpecialMesh",e)
  353. em.MeshType = "Sphere"
  354. em.Scale = Vector3.new(2,8,2)
  355. Weld7.Part0 = torso
  356. Weld7.Part1 = e
  357. Weld7.Parent = torso
  358. Weld.C0 = CFrame.new(0, 0, 0)*CFrame.fromEulerAnglesXYZ(0, 0, 0)
  359. for i = 1, 20 do
  360. wait(0.1)
  361. e.Transparency = e.Transparency + i/200
  362. end
  363. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement