Advertisement
simhwui

Untitled

Dec 13th, 2015
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 59.26 KB | None | 0 0
  1. --EliteMonkey50 (use this as LOCAL SCRIPT) put your name on line 5 and 6 where it says "YOURNAMEHERE".
  2.  
  3.  
  4.  
  5. Names = "simhwuibro"--------your name goes here
  6. Player = game:GetService("Players").simhwuibro------your name goes also here
  7. Character = Player.Character
  8. PlayerGui = Player.PlayerGui
  9. Backpack = Player.Backpack
  10. Humanoid = Character.Humanoid
  11. Torso = Character.Torso
  12. Head = Character.Head
  13. LeftArm = Character["Left Arm"]
  14. RightArm = Character["Right Arm"]
  15. LeftLeg = Character["Left Leg"]
  16. RightLeg = Character["Right Leg"]
  17. Neck = Torso["Neck"]
  18. RightShoulder = Torso["Right Shoulder"]
  19. LeftShoulder = Torso["Left Shoulder"]
  20. RightHip = Torso["Right Hip"]
  21. LeftHip = Torso["Left Hip"]
  22. NeckC0 = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  23. NeckC1 = CFrame.new(0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  24. LeftShoulderC0 = CFrame.new(-1, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  25. LeftShoulderC1 = CFrame.new(0.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  26. RightShoulderC0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  27. RightShoulderC1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  28. LeftHipC0 = CFrame.new(-1, -1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  29. LeftHipC1 = CFrame.new(-0.5, 1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  30. RightHipC0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  31. RightHipC1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  32. Damage = 2000000
  33. Sound = Instance.new("Sound")
  34. Sound.Parent = Head
  35. Sound.Name = "Sound"
  36. Sound.Pitch = .8
  37. Sound.SoundId = ""
  38. Sound.Volume = 2
  39. Stuff = Player.Character:GetChildren()
  40. for i = 1 , #Stuff do
  41. if Stuff[i].Name == "Shirt" or Stuff[i].Name == "Pants" or Stuff[i].className == "Hat" then
  42. Stuff[i]:Remove()
  43. end
  44. end
  45. Torso.BrickColor = BrickColor.new("really blue")
  46. Head.BrickColor = BrickColor.new("really blue")
  47. RightArm.BrickColor = BrickColor.new("really blue")
  48. LeftArm.BrickColor = BrickColor.new("really blue")
  49. RightLeg.BrickColor = BrickColor.new("really blue")
  50. LeftLeg.BrickColor = BrickColor.new("really blue")
  51. Torso.Reflectance = .4
  52. Head.Reflectance = .4
  53. RightArm.Reflectance = .4
  54. LeftArm.Reflectance = .4
  55. RightLeg.Reflectance = .4
  56. LeftLeg.Reflectance = .4
  57. Character.Head.face:remove()
  58. Eye1 = Instance.new("Part")
  59. Eye1.Parent = Character
  60. Eye1.Size = Vector3.new(1,1,1)
  61. Eye1.TopSurface = "Smooth"
  62. Eye1.BottomSurface = "Smooth"
  63. Eye1.CanCollide = false
  64. Eye1.Reflectance = .1
  65. Eye1.FormFactor = "Symmetric"
  66. Eye1.BrickColor = BrickColor.new("Lime green")
  67. e1m=Instance.new("BlockMesh")
  68. e1m.Scale=Vector3.new(.25,.2,.25)
  69. e1m.Parent=Eye1
  70. Eye1:BreakJoints()
  71. pweld = Instance.new("Weld")
  72. pweld.Parent = Head
  73. pweld.Part0 = Head
  74. pweld.Part1 = Eye1
  75. pweld.C0 = CFrame.new(.2,0.21,-.55)
  76. Eye2 = Instance.new("Part")
  77. Eye2.Parent = Character
  78. Eye2.Size = Vector3.new(1,1,1)
  79. Eye2.TopSurface = "Smooth"
  80. Eye2.BottomSurface = "Smooth"
  81. Eye2.CanCollide = false
  82. Eye2.Reflectance = .1
  83. Eye2.FormFactor = "Symmetric"
  84. Eye2.BrickColor = BrickColor.new("Lime green")
  85. e2m=Instance.new("BlockMesh")
  86. e2m.Scale=Vector3.new(.25,.2,.25)
  87. e2m.Parent=Eye2
  88. Eye2:BreakJoints()
  89. pweld = Instance.new("Weld")
  90. pweld.Parent = Head
  91. pweld.Part0 = Head
  92. pweld.Part1 = Eye2
  93. pweld.C0 = CFrame.new(-.2,0.21,-.55)
  94. Mouth = Instance.new("Part")
  95. Mouth.Parent = Character
  96. Mouth.Size = Vector3.new(1,1,1)
  97. Mouth.TopSurface = "Smooth"
  98. Mouth.BottomSurface = "Smooth"
  99. Mouth.CanCollide = false
  100. Mouth.Reflectance = .1
  101. Mouth.FormFactor = "Symmetric"
  102. Mouth.BrickColor = BrickColor.new("Lime green")
  103. MouthMesh=Instance.new("SpecialMesh")
  104. MouthMesh.Scale=Vector3.new(.9,0.2,1.05)
  105. MouthMesh.MeshType = "Sphere"
  106. MouthMesh.Parent=Mouth
  107. Mouth:BreakJoints()
  108. meld = Instance.new("Weld")
  109. meld.Parent = Head
  110. meld.Part0 = Head
  111. meld.Part1 = Mouth
  112. meld.C0 = CFrame.new(0,-.3,-.1)
  113. function PwnWelds()
  114. TiltX = 0
  115. TiltY = 0
  116. TiltZ = 1.57
  117. RightShoulder.C0 = RightShoulderC0 * CFrame.Angles(TiltX, TiltY, TiltZ)
  118. LeftShoulder.C0 = LeftShoulderC0 * CFrame.Angles(TiltX, TiltY, -TiltZ)
  119. TiltX = 0.6
  120. TiltY = 0
  121. TiltZ = 0
  122. MoveX = 0
  123. MoveY = 0
  124. MoveZ = -0.3
  125. RightShoulder.C0 = RightShoulder.C0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
  126. LeftShoulder.C0 = LeftShoulder.C0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
  127. TiltX = -0.05
  128. TiltY = 0
  129. TiltZ = 0
  130. MoveX = 0
  131. MoveY = 0.1
  132. MoveZ = 0
  133. RightHip.C0 = RightHipC0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
  134. LeftHip.C0 = LeftHipC0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
  135. end
  136. function RefreshWelds()
  137. Neck.C0 = NeckC0
  138. Neck.C1 = NeckC1
  139. RightShoulder.C0 = RightShoulderC0
  140. RightShoulder.C1 = RightShoulderC1
  141. LeftShoulder.C0 = LeftShoulderC0
  142. LeftShoulder.C1 = LeftShoulderC1
  143. RightHip.C0 = RightHipC0
  144. RightHip.C1 = RightHipC1
  145. LeftHip.C0 = LeftHipC0
  146. LeftHip.C1 = LeftHipC1
  147. end
  148. function Heal()
  149. ShockWave = Instance.new("Part")
  150. ShockWave.Parent = Torso
  151. ShockWave.Anchored = true
  152. ShockWave.CanCollide = false
  153. ShockWave.Locked = true
  154. ShockWave.Transparency = 0
  155. ShockWave.Shape = "Ball"
  156. ShockWave.BrickColor = BrickColor.new("Really red")
  157. ShockWave.Size = Vector3.new(1, 1, 1)
  158. ShockWave.TopSurface = "Smooth"
  159. ShockWave.BottomSurface = "Smooth"
  160. ShockWave.CFrame = Torso.CFrame
  161. ShockWaveMesh = Instance.new("SpecialMesh")
  162. ShockWaveMesh.Parent = ShockWave
  163. ShockWaveMesh.MeshType = "Sphere"
  164. ShockWaveMesh.Scale = Vector3.new(1, 1, 1)
  165. game:getService("Debris"):AddItem(ShockWave, 2)
  166. for i = 1 , 100 do
  167. ShockWave.Size = ShockWave.Size + Vector3.new(1, 1, 1)
  168. ShockWave.Transparency = ShockWave.Transparency + 0.02
  169. ShockWave.CFrame = Torso.CFrame
  170. for u, c in pairs(workspace:GetChildren()) do
  171. h = c:findFirstChild("Humanoid")
  172. t = c:findFirstChild("Torso")
  173. if h ~= nil and t ~= nil then
  174. if (Torso.Position-t.Position).magnitude <= 20 then
  175. h.Health = h.Health + 12
  176. end
  177. end
  178. end
  179. wait(0.01)
  180. end
  181. end
  182. function Roar()
  183. for i = 1, 4 do
  184. MouthMesh.Scale = MouthMesh.Scale + Vector3.new(0,.2,0)
  185. meld.C0 = meld.C0 + Vector3.new(0,.05,0)
  186. wait(.2)
  187. end
  188. Sound.SoundId = "http://www.roblox.com/asset/?id=24478553"--24478553,24483366
  189. Sound.Pitch = 1
  190. for i = 1, 50 do
  191. Sound:play()
  192. Sound:play()
  193. Sound:play()
  194. Sound:play()
  195. Sound:play()
  196. Sound:play()
  197. Sound:play()
  198. Sound:play()
  199. for u, c in pairs(workspace:GetChildren()) do
  200. if c.Name ~= Names then
  201. h = c:findFirstChild("Humanoid")
  202. t = c:findFirstChild("Torso")
  203. if h ~= nil and t ~= nil then
  204. if (Torso.Position-t.Position).magnitude <= 25000 then
  205. t.CFrame = t.CFrame * CFrame.Angles(math.random(-1, 1), math.random(-1, 1), math.random(-1, 1))
  206. h:TakeDamage(h.Health/1)
  207. end
  208. end
  209. end
  210. end
  211. wait()
  212. end
  213. wait(2)
  214. for i = 1, 4 do
  215. MouthMesh.Scale = MouthMesh.Scale - Vector3.new(0,.2,0)
  216. meld.C0 = meld.C0 - Vector3.new(0,.05,0)
  217. wait(.2)
  218. end
  219. end
  220. function Rocket()
  221. for i = 1, 10 do
  222. e1m.Scale = e1m.Scale + Vector3.new(.025,.025,.025)
  223. e2m.Scale = e2m.Scale + Vector3.new(.025,.025,.025)
  224. wait()
  225. end
  226. Eye1.BrickColor = BrickColor.new("Black")
  227. Eye2.BrickColor = BrickColor.new("Black")
  228. RCKT = Eye1:Clone()
  229. RCKT.Parent = Character
  230. RCKT.Size = Vector3.new(10,2,3)
  231. RCKT.Anchored = false
  232. RCKT.Position = Head.Position
  233. RCKT.CFrame = RCKT.CFrame * CFrame.new(0, -2, 0)
  234. RVelocity = Instance.new("BodyVelocity")
  235. RVelocity.Parent = RCKT
  236. RVelocity.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  237. RVelocity.velocity = RCKT.CFrame.lookVector * 30
  238. game:getService("Debris"):AddItem(RCKT, 5)
  239. function damage(hit)
  240. local hum = hit.Parent:FindFirstChild("Humanoid")
  241. if hum ~= nil then
  242. hum.Health = hum.Health - 101
  243. end
  244. end
  245. RCKT.Touched:connect(damage)
  246. wait(1)
  247. for i = 1, 10 do
  248. e1m.Scale = e1m.Scale - Vector3.new(.025,.025,.025)
  249. e2m.Scale = e2m.Scale - Vector3.new(.025,.025,.025)
  250. wait()
  251. end
  252. Eye1.BrickColor = BrickColor.new("Really red")
  253. Eye2.BrickColor = BrickColor.new("Really red")
  254. end
  255. function EyeLaser()
  256. Character.Humanoid.WalkSpeed = 0
  257. local bea = Instance.new("Model")
  258. bea.Parent = Character
  259. for i = 1, 10 do
  260. wait()
  261. transnumb = 0.09*i
  262. pab1 = Eye1:Clone()
  263. pab1.Size = Vector3.new(2,2,4)
  264. pab1.Parent = bea
  265. pab1.Transparency = 0.9-transnumb
  266. pab1.Touched:connect(
  267. function(h)
  268. if h.Name ~= "Base" and h.Parent ~= Character then else return end
  269. h.BrickColor = BrickColor.new("Really red")
  270. h.Transparency = pab1.Transparency
  271. game:getService("Debris"):AddItem(h, 0.6)
  272. end)
  273. pab1:BreakJoints()
  274. pab2 = Eye2:Clone()
  275. pab2.Size = Vector3.new(2,2,4)
  276. pab2.Parent = bea
  277. pab2.Transparency = 0.9-transnumb
  278. pab2.Touched:connect(
  279. function(h)
  280. if h.Name ~= "Base" and h.Parent ~= Character then else return end
  281. h.BrickColor = BrickColor.new("Really red")
  282. h.Transparency = pab2.Transparency
  283. game:getService("Debris"):AddItem(h, 0.6)
  284. end)
  285. pab2:BreakJoints()
  286. weld = Instance.new("Weld")
  287. weld.Parent = bea
  288. weld.Part0 = Eye1
  289. weld.Part1 = pab1
  290. weld.C0 = CFrame.new(0,0,-1*i)
  291. weld = Instance.new("Weld")
  292. weld.Parent = bea
  293. weld.Part0 = Eye2
  294. weld.Part1 = pab2
  295. weld.C0 = CFrame.new(0,0,-1*i)
  296. end
  297. for i = 1, 50 do
  298. wait()
  299. lol = bea:GetChildren()
  300. for i = 1, #lol do
  301. if lol[i].className == "Weld" then
  302. lol[i].C0 = lol[i].C0 * CFrame.new(0,0,-1)
  303. end
  304. end
  305. end
  306. game:getService("Debris"):AddItem(bea, 0.01)
  307. Character.Humanoid.WalkSpeed = 16
  308. end
  309. function Suicide()
  310. ef2 = Instance.new("BodyVelocity")
  311. ef2.Parent = Torso
  312. ef2.maxForce = Vector3.new(0,math.huge,0)
  313. ef2.velocity = Vector3.new(0, 50, 0)
  314. Character.Humanoid.PlatformStand = true
  315. fu = Instance.new("Fire")
  316. fu.Parent = Torso
  317. fu.Size = 10
  318. fu.Heat = -15
  319. wait(1)
  320. Sound.SoundId = "http://www.roblox.com/asset/?id=2101148"
  321. Sound.Pitch = 1
  322. for i = 1, 3 do
  323. e = Instance.new("Explosion")
  324. e.Parent = Workspace
  325. e.Position = Torso.Position
  326. e.BlastRadius = 30
  327. e.BlastPressure = 10000
  328. Sound:play()
  329. wait(.2)
  330. e = Instance.new("Explosion")
  331. e.Parent = Workspace
  332. e.Position = Head.Position
  333. e.BlastRadius = 30
  334. e.BlastPressure = 1000
  335. Sound:play()
  336. wait(.2)
  337. e = Instance.new("Explosion")
  338. e.Parent = Workspace
  339. e.Position = RightArm.Position
  340. e.BlastRadius = 30
  341. e.BlastPressure = 1000
  342. Sound:play()
  343. wait(.2)
  344. e = Instance.new("Explosion")
  345. e.Parent = Workspace
  346. e.Position = LeftArm.Position
  347. e.BlastRadius = 30
  348. e.BlastPressure = 1000
  349. Sound:play()
  350. wait(.2)
  351. e = Instance.new("Explosion")
  352. e.Parent = Workspace
  353. e.Position = LeftLeg.Position
  354. e.BlastRadius = 30
  355. e.BlastPressure = 1000
  356. Sound:play()
  357. wait(.2)
  358. e = Instance.new("Explosion")
  359. e.Parent = Workspace
  360. e.Position = RightLeg.Position
  361. e.BlastRadius = 1000
  362. e.BlastPressure = 1000
  363. Sound:play()
  364. wait(.2)
  365. end
  366. end
  367. function Jump()
  368. Character.Humanoid.PlatformStand = true
  369. Torso.Velocity = Torso.CFrame.lookVector * 150 + Vector3.new(0, 130, 0)
  370. for i = 1 , 20 do
  371. Torso.CFrame = Torso.CFrame * CFrame.Angles(-0.5, 0, 0)
  372. wait()
  373. end
  374. Character.Humanoid.PlatformStand = false
  375. Gyro = Instance.new("BodyGyro")
  376. Gyro.Parent = Torso
  377. Gyro.cframe = CFrame.new(0, 0, 0) * CFrame.aAngles(0, 0, 0)
  378. Gyro.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  379. wait(0.1)
  380. Gyro:Remove()
  381. end
  382. function Shield()
  383. Character.Humanoid.PlatformStand = true
  384. s = Instance.new("Part")
  385. s.Parent = Character
  386. s.Size = Vector3.new(8,8,8)
  387. s.Shape = "Ball"
  388. s.TopSurface = "Smooth"
  389. s.BottomSurface = "Smooth"
  390. s.Transparency = .5
  391. s.Position = Torso.Position
  392. s.BrickColor = BrickColor.new("Royal purple")
  393. sweld = Instance.new("Weld")
  394. sweld.Parent = Torso
  395. sweld.Part0 = Torso
  396. sweld.Part1 = s
  397. sweld.C0 = CFrame.new(0,0,0)
  398. game:getService("Debris"):AddItem(s, 13)
  399. wait(10)
  400. for i = 1, 10 do
  401. wait()
  402. s.Transparency = s.Transparency + .05
  403. end
  404. Character.Humanoid.PlatformStand = false
  405. s:remove()
  406. end
  407. function GroundPound()
  408. ef2 = Instance.new("BodyVelocity")
  409. ef2.Parent = Torso
  410. ef2.maxForce = Vector3.new(0,math.huge,0)
  411. ef2.velocity = Vector3.new(0, 100, 0)
  412. --Character.Humanoid.PlatformStand = true
  413. wait(3)
  414. Torso.CFrame = Torso.CFrame*CFrame.Angles(3.14,0,0)
  415. ef2.velocity = Vector3.new(0, -100, 0)
  416. wait(1)
  417. ef2.velocity = Vector3.new(0, -150, 0)
  418. fu = Instance.new("Fire")
  419. fu.Parent = Torso
  420. fu.Size = 10
  421. fu.Heat = 15
  422. wait(1.3)
  423. Range = 10000
  424. for i = 1 , 5 do
  425. Range = Range + 15
  426. Character.Humanoid.WalkSpeed = 0
  427. Boom = Instance.new("Explosion")
  428. Boom.Parent = Workspace
  429. Boom.BlastRadius = Range/2
  430. Boom.Position = Torso.Position+Vector3.new(Range, 0, 0)
  431. Boom = Instance.new("Explosion")
  432. Boom.Parent = Workspace
  433. Boom.BlastRadius = Range/2
  434. Boom.Position = Torso.Position+Vector3.new(-Range, 0, 0)
  435. Boom = Instance.new("Explosion")
  436. Boom.Parent = Workspace
  437. Boom.BlastRadius = Range/2
  438. Boom.Position = Torso.Position+Vector3.new(0, 0, Range)
  439. Boom = Instance.new("Explosion")
  440. Boom.Parent = Workspace
  441. Boom.BlastRadius = Range/2
  442. Boom.Position = Torso.Position+Vector3.new(0, 0, -Range)
  443. Boom = Instance.new("Explosion")
  444. Boom.Parent = Workspace
  445. Boom.BlastRadius = Range/2
  446. Boom.Position = Torso.Position+Vector3.new(Range, 0, Range)
  447. Boom = Instance.new("Explosion")
  448. Boom.Parent = Workspace
  449. Boom.BlastRadius = Range/2
  450. Boom.Position = Torso.Position+Vector3.new(-Range, 0, Range)
  451. Boom = Instance.new("Explosion")
  452. Boom.Parent = Workspace
  453. Boom.BlastRadius = Range/2
  454. Boom.Position = Torso.Position+Vector3.new(Range, 0, -Range)
  455. Boom = Instance.new("Explosion")
  456. Boom.Parent = Workspace
  457. Boom.BlastRadius = Range/2
  458. Boom.Position = Torso.Position+Vector3.new(-Range, 0, -Range)
  459. wait(0.05)
  460. end
  461. ef2:remove()
  462. fu:remove()
  463. Character.Humanoid.PlatformStand = false
  464. end
  465. function Eyez()
  466. for i = 1, 5 do
  467. e1m.Scale = e1m.Scale + Vector3.new(0,0,.1)
  468. e2m.Scale = e2m.Scale + Vector3.new(0,0,.1)
  469. wait()
  470. end
  471. wait()
  472. for i = 1, 5 do
  473. e1m.Scale = e1m.Scale - Vector3.new(0,0,.1)
  474. e2m.Scale = e2m.Scale - Vector3.new(0,0,.1)
  475. wait()
  476. end
  477. end
  478. function FootBlox()
  479. for u, c in pairs(workspace:GetChildren()) do
  480. h = c:findFirstChild("Humanoid")
  481. t = c:findFirstChild("Torso")
  482. if h ~= nil and t ~= nil and c.Name ~= Character.Name then
  483. if h.Health > 0 then
  484. if (Torso.Position-t.Position).magnitude <= 25000 then
  485. Gyro = Instance.new("BodyGyro")
  486. Gyro.Parent = Torso
  487. Gyro.maxTorque = Vector3.new(math.huge, 0, math.huge)
  488. Gyro.cframe = Torso.CFrame
  489. PwnWelds()
  490. RightShoulder.C0 = RightShoulderC0 * CFrame.Angles(0, 0, 1.4)
  491. LeftShoulder.C0 = LeftShoulderC0 * CFrame.Angles(0, 0, -1.4)
  492. wait(0.1)
  493. t.CFrame = Torso.CFrame
  494. h.PlatformStand = true
  495. ww = Instance.new("Weld")
  496. ww.Part0 =Torso
  497. ww.Part1 = t
  498. ww.Parent = Torso
  499. ww.C0 = CFrame.new(0, 0, -2)
  500. h:TakeDamage(2)
  501. wait(1)
  502. PwnWelds()
  503. h:TakeDamage(5)
  504. wait(0.05)
  505. LA = c["Left Arm"]
  506. LL = c["Left Leg"]
  507. RA = c["Right Arm"]
  508. RL = c["Right Leg"]
  509. w = Instance.new("Weld")
  510. w.Part0 = c["Right Leg"]
  511. w.Part1 = t
  512. w.Parent = c["Right Leg"]
  513. w.C0 = CFrame.new(.5, 0, .5)
  514. w = Instance.new("Weld")
  515. w.Part0 = c["Left Leg"]
  516. w.Part1 = t
  517. w.Parent = c["Left Leg"]
  518. w.C0 = CFrame.new(-.5, 0, .5)
  519. w = Instance.new("Weld")
  520. w.Part0 = c["Left Arm"]
  521. w.Part1 = t
  522. w.Parent = c["Left Arm"]
  523. w.C0 = CFrame.new(-.5, 0, -.5)
  524. w = Instance.new("Weld")
  525. w.Part0 = c["Right Arm"]
  526. w.Part1 = t
  527. w.Parent = c["Right Arm"]
  528. w.C0 = CFrame.new(.5, 0, -.5)
  529. w = Instance.new("Weld")
  530. w.Part0 = c.Head
  531. w.Part1 = t
  532. w.Parent = c.Head
  533. w.C0 = CFrame.new(0, -1, 0)
  534. wait(0.2)
  535. RightShoulder.C0 = RightShoulderC0 * CFrame.Angles(0, 0, 1.3)
  536. LeftShoulder.C0 = LeftShoulderC0 * CFrame.Angles(0, 0, -1.3)
  537. wait(0.15)
  538. PwnWelds()
  539. h:TakeDamage(5)
  540. wait(0.1)
  541. RightShoulder.C0 = RightShoulderC0 * CFrame.Angles(0, 0, 1.4)
  542. LeftShoulder.C0 = LeftShoulderC0 * CFrame.Angles(0, 0, -1.4)
  543. wait(1.5)
  544. for i = 1 , 6 do
  545. RightShoulder.C0 = RightShoulderC0 * CFrame.Angles(0, 0, -0.15*i)
  546. LeftShoulder.C0 = LeftShoulderC0 * CFrame.Angles(0, 0, 0.15*i)
  547. RightHip.C0 = RightHipC0 * CFrame.Angles(0, 0, 0.31*i)
  548. LeftHip.C0 = LeftHipC0 * CFrame.Angles(0, 0, 0.035*i)
  549. wait()
  550. end
  551. h:TakeDamage(20)
  552. ww:Remove()
  553. t.Velocity = Torso.CFrame.lookVector * 500 + Vector3.new(0, 50, 0)
  554. wait(0.3)
  555. for i = 1 , 6 do
  556. RightShoulder.C0 = RightShoulder.C0 * CFrame.Angles(0, 0, 0.15)
  557. LeftShoulder.C0 = LeftShoulder.C0 * CFrame.Angles(0, 0, -0.15)
  558. RightHip.C0 = RightHip.C0 * CFrame.Angles(0, 0, -0.31)
  559. LeftHip.C0 = LeftHip.C0 * CFrame.Angles(0, 0, -0.035)
  560. wait()
  561. end
  562. Gyro:Remove()
  563. RefreshWelds()
  564. end
  565. end
  566. end
  567. end
  568. end
  569. function HeadAche()
  570. RightShoulder.C0 = RightShoulderC0 * CFrame.Angles(0, 0, 3.14)
  571. wait(0.4)
  572. Character.Head.Mesh.Scale = Vector3.new(0,0,0)
  573. Character.Head.Transparency = 1
  574. Mouth.Transparency = 1
  575. Eye1.Transparency = 1
  576. Eye2.Transparency = 1
  577. Mod = Instance.new("Model",workspace)
  578. Mod.Name = Names
  579. HeadPart = Instance.new("Part")
  580. HeadPart.Parent = Mod
  581. HeadPart.CanCollide = false
  582. HeadPart.Size = Vector3.new(1,1,1)
  583. HeadPart.BrickColor = Character.Head.BrickColor
  584. HeadPart.Reflectance = Character.Head.Reflectance
  585. HeadPart.formFactor = "Symmetric"
  586. HeadPart.Position = RightArm.Position
  587. HeadPart.Name = "Head"
  588. Human = Instance.new("Humanoid")
  589. Human.Parent = Mod
  590. Human.Health = 0
  591. HPMesh = Instance.new("SpecialMesh")
  592. HPMesh.MeshType = "Head"
  593. HPMesh.Parent = HeadPart
  594. HPMesh.Scale = Vector3.new(1.25,1.25,1.25)
  595. w = Instance.new("Weld")
  596. w.Parent = RightArm
  597. w.Part0 = RightArm
  598. w.Part1 = HeadPart
  599. w.C0 = CFrame.new(0, -1.3, 0)
  600. wait(0.7)
  601. RightShoulder.C0 = RightShoulderC0 * CFrame.Angles(0, 0, -2)
  602. LeftShoulder.C0 = LeftShoulderC0 * CFrame.Angles(0, 0, -1)
  603. wait(0.5)
  604. RightShoulder.C0 = RightShoulderC0 * CFrame.Angles(0, 0, 1.6)
  605. LeftShoulder.C0 = LeftShoulderC0 * CFrame.Angles(0, 0, 1.2)
  606. wait()
  607. w:Remove()
  608. function damage(hit)
  609. hum = hit.Parent:FindFirstChild("Humanoid")
  610. if hit.Parent ~= Character then
  611. if hum ~= nil then
  612. Velocity:Remove()
  613. Gyro:Remove()
  614. hum.PlatformStand = true
  615. hum.Health = hum.Health - 6
  616. hum.Parent.Torso.CFrame = hum.Parent.Torso.CFrame * CFrame.Angles(math.random(-2, 2), math.random(-2, 2), math.random(-2, 2))
  617. HeadPart.Size = Vector3.new(1,1,1)
  618. HPMesh.Scale = Vector3.new(1.25,1.25,1.25)
  619. HeadPart.CanCollide = true
  620. end
  621. end
  622. end
  623. HeadPart.Touched:connect(damage)
  624. Gyro = Instance.new("BodyGyro")
  625. Gyro.Parent = HeadPart
  626. Gyro.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  627. Gyro.cframe = Character.Torso.CFrame * CFrame.Angles(0, 0, 1.57)
  628. Gyro.D = 50
  629. Velocity = Instance.new("BodyVelocity")
  630. Velocity.Parent = HeadPart
  631. Velocity.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  632. Velocity.velocity = Character.Torso.CFrame.lookVector * 75
  633. -- Torso.CFrame = Torso.CFrame * CFrame.Angles(2, 0, 0)
  634. wait(0.5)
  635. HeadPart.Size = Vector3.new(4,4,4)
  636. HPMesh.Scale = Vector3.new(.3125,.3125,.3125)
  637. -- Character.Humanoid.PlatformStand = true
  638. RefreshWelds()
  639. wait(.25)
  640. HeadPart.CanCollide = true
  641. for i = 1 , 10 do
  642. Gyro.cframe = Gyro.cframe * CFrame.Angles(0, 1, 1)
  643. wait(0.0625)
  644. end
  645. wait(.5)
  646. if Velocity ~= nil then
  647. Velocity:Remove()
  648. end
  649. wait(0.1)
  650. Character.Head.Mesh.Scale = Vector3.new(0,0,0)
  651. HPMesh.Scale = Vector3.new(1.25,1.25,1.25)
  652. HeadPart.Size = Vector3.new(1,1,1)
  653. HeadPart.CanCollide = true
  654. if Gyro ~= nil then
  655. Gyro:Remove()
  656. end
  657. wait(1)
  658. Mod:remove()
  659. Character.Head.Transparency = 0
  660. Character.Head.Mesh.Scale = Vector3.new(0,0,0)
  661. for i = 1, 10 do
  662. Character.Head.Mesh.Scale = Character.Head.Mesh.Scale + Vector3.new(.125,.125,.125)
  663. wait(.05)
  664. end
  665. Mouth.Transparency = 0
  666. Eye1.Transparency = 0
  667. Eye2.Transparency = 0
  668. wait(0.1)
  669. --Character.Humanoid.PlatformStand = false
  670. end
  671. function PrimaryLotus()
  672. Gyro = Instance.new("BodyGyro")
  673. Gyro.Parent = Torso
  674. Gyro.maxTorque = Vector3.new(0, 0, 0)
  675. Gyro.cframe = Torso.CFrame
  676. for i = 1 , 6 do
  677. RightShoulder.C0 = RightShoulderC0 * CFrame.Angles(0, 0, -0.15*i)
  678. LeftShoulder.C0 = LeftShoulderC0 * CFrame.Angles(0, 0, 0.15*i)
  679. RightHip.C0 = RightHipC0 * CFrame.Angles(0, 0, 0.31*i)
  680. LeftHip.C0 = LeftHipC0 * CFrame.Angles(0, 0, 0.035*i)
  681. wait()
  682. end
  683. for i, v in pairs(workspace:GetChildren()) do
  684. eTorso = v:findFirstChild("Torso")
  685. eHumanoid = v:findFirstChild("Humanoid")
  686. if eTorso ~= nil and eHumanoid ~= nil and v.Name ~= Character.Name then
  687. if (Torso.Position-eTorso.Position).magnitude <= 6 then
  688. RefreshWelds()
  689. eHumanoid.PlatformStand = true
  690. Humanoid.PlatformStand = true
  691. Torso.CFrame = eTorso.CFrame * CFrame.new(0, 5, -1.5)
  692. TorsoWeld = Instance.new("Weld")
  693. TorsoWeld.Parent = Torso
  694. TorsoWeld.Part0 = Torso
  695. TorsoWeld.Part1 = eTorso
  696. TorsoWeld.C0 = CFrame.new(0, 0, -1.5)*CFrame.fromEulerAnglesXYZ(0, 0, 0)
  697. Gyro.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  698. Gyro.cframe = CFrame.fromEulerAnglesXYZ(0, 0, 0)
  699. RightShoulder.C0 = RightShoulderC0 * CFrame.Angles(0, 0, 1.5)
  700. LeftShoulder.C0 = LeftShoulderC0 * CFrame.Angles(0, 0, -1.5)
  701. handle21 = Instance.new("Part")
  702. handle21.Parent = Character
  703. handle21.TopSurface = "Smooth"
  704. handle21.BottomSurface = "Smooth"
  705. handle21.Size = Vector3.new(1, 1, 1)
  706. handle21.CFrame = Torso.CFrame
  707. weld2 = Instance.new("Weld")
  708. weld2.Part0 = eTorso
  709. weld2.Part1 = handle21
  710. weld2.Parent = eTorso
  711. weld2.C0 = CFrame.new(0, 0, 0)*CFrame.fromEulerAnglesXYZ(3.14, 0, 0)
  712. p2 = Instance.new("SpecialMesh")
  713. p2.Parent = handle21
  714. p2.Scale = Vector3.new(0, 0, 0)
  715. p2.MeshType = "Sphere"
  716. for i = 1 , 10 do
  717. Torso.Velocity = Vector3.new(0, 800, 0)
  718. if i >= 5 then
  719. p2.Scale = p2.Scale + Vector3.new(0.62, 1.5, 0.62)
  720. end
  721. wait(0.001)
  722. end
  723. wait(0.3)
  724. Torso.Velocity = Vector3.new(0, -400, 0)
  725. Gyro.cframe = Gyro.cframe * CFrame.Angles(0, 0, -3.14)
  726. wait(0.3)
  727. handle2 = Instance.new("Part")
  728. handle2.Parent = Character
  729. handle2.TopSurface = "Smooth"
  730. handle2.BottomSurface = "Smooth"
  731. handle2.Size = Vector3.new(1, 1, 1)
  732. handle2.CFrame = Torso.CFrame
  733. weld = Instance.new("Weld")
  734. weld.Part0 = eTorso
  735. weld.Part1 = handle2
  736. weld.Parent = eTorso
  737. weld.C0 = CFrame.new(0, 0, 0)*CFrame.Angles(3.14, 0, 0)
  738. p = Instance.new("SpecialMesh")
  739. p.Parent = handle2
  740. p.Scale = Vector3.new(5, 15, 5)
  741. p.MeshType = "FileMesh"
  742. p.MeshId = "http://www.roblox.com/asset/?id=1051557"
  743. Torso.CFrame = Torso.CFrame*CFrame.Angles(3.14,0,0)
  744. wait(.7)
  745. handle2:Remove()
  746. handle21:Remove()
  747. TorsoWeld:Remove()
  748. ex = Instance.new("Explosion")
  749. ex.Parent = Workspace
  750. ex.BlastPressure = 0
  751. ex.Position = Torso.Position
  752. eHumanoid:TakeDamage(math.huge)
  753. eHumanoid.PlatformStand = false
  754. eHumanoid.Sit = true
  755. for i = 1 , 15 do
  756. p = Instance.new("Part")
  757. p.Parent = Workspace
  758. p.Name = "Rocks"
  759. p.BrickColor = BrickColor.new("Brown")
  760. p.CanCollide = true
  761. p.TopSurface = "Smooth"
  762. p.Material = "Concrete"
  763. p.BottomSurface = "Smooth"
  764. p.Size = Vector3.new(math.random(3, 5), math.random(3, 5), math.random(3, 5))
  765. p.CFrame = Torso.CFrame * CFrame.new(Vector3.new(math.random(-6, 6), -10, math.random(-6, 6))) * CFrame.Angles(math.random(-3, 3), math.random(-3, 3), math.random(-3, 3))
  766. p.Velocity = p.CFrame.lookVector * 150 + Vector3.new(0, 10, 0)
  767. game:getService("Debris"):AddItem(p, 5)
  768. wait()
  769. end
  770. RefreshWelds()
  771. Gyro.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  772. Gyro.cframe = CFrame.Angles(0, 0, 0)
  773. Humanoid.Jump = true
  774. Torso.CFrame = CFrame.new(Torso.Position + Vector3.new(0, 5, 10))
  775. wait(.5)
  776. Torso.Velocity = Vector3.new(0,0,0)
  777. eTorso.Velocity = Vector3.new(0,0,0)
  778. end
  779. end
  780. end
  781. wait(0.05)
  782. Gyro:Remove()
  783. Torso.Velocity = Vector3.new(0,0,0)
  784. RefreshWelds()
  785. end
  786. function Free()
  787. Stuff = Character:GetChildren()
  788. for i = 1 , #Stuff do
  789. if Stuff[i].className == "Part" then
  790. Stuff[i].Anchored = false
  791. end
  792. end
  793. Stuff = Character:GetChildren()
  794. for i = 1 , #Stuff do
  795. if Stuff[i].className == "Part" then
  796. Stuff[i].Anchored = false
  797. end
  798. Stuff2 = Stuff[i]:GetChildren()
  799. for i = 1 , #Stuff2 do
  800. if Stuff2[i].className == "BodyPosition" or Stuff2[i].className == "BodyVelocity" or Stuff2[i].className == "BodyGyro" then
  801. Stuff2[i]:Remove()
  802. end
  803. end
  804. end
  805. Character.Torso.CFrame = Character.Torso.CFrame + Vector3.new(0,30,0)
  806. Character.Torso.Anchored = true
  807. wait(.5)
  808. Character.Torso.Anchored = false
  809. end
  810. Shieldz = false
  811. function ShieldOn()
  812. Johnny = Instance.new("BodyGyro")
  813. Johnny.Name = "JooDaddeh"
  814. Johnny.Parent = Torso
  815. Johnny.cframe = CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0)
  816. Johnny.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  817. Billy = Instance.new("BodyPosition")
  818. Billy.Name = "JoeMama"
  819. Billy.Parent = Head
  820. Billy.position = Head.Position
  821. Billy.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  822. wait()
  823. for i = 1, 5 do
  824. wait()
  825. Billy.position = Billy.position + Vector3.new(0,1,0)
  826. end
  827. wait(0.5)
  828. for i = 1, 11 do
  829. Head.Mesh.Scale = Head.Mesh.Scale + Vector3.new(1,1,1)
  830. wait(0.01)
  831. end
  832. Shieldz = true
  833. while Shieldz do
  834. wait()
  835. for i,v in pairs (workspace:GetChildren()) do
  836. if v.className == "Part" and v.Name ~= "Base" then
  837. if (Torso.Position-v.Position).magnitude <= 11 then
  838. v:Remove()
  839. end
  840. end
  841. if v.className == "Model" then
  842. for u, c in pairs (v:GetChildren()) do
  843. if c.className == "Part" and v.Name ~= Character.Name then
  844. if (Torso.Position-c.Position).magnitude <= 11 then
  845. c:Remove()
  846. end
  847. end
  848. end
  849. if v.Name ~= Character.Name then
  850. BobHumanoid = v:findFirstChild("Humanoid")
  851. BobHead = v:findFirstChild("Head")
  852. if BobHead ~= nil and BobHumanoid ~= nil then
  853. if (Torso.Position-BobHead.Position).magnitude <= 11 then
  854. for i = 1, 22 do
  855. wait()
  856. if i > 12 then
  857. BobHead.Mesh.Scale = BobHead.Mesh.Scale + Vector3.new(1, 1, 1)
  858. else
  859. if v:findFirstChild("Left Arm") ~= nil then
  860. v:findFirstChild("Left Arm"):Remove()
  861. end
  862. if v:findFirstChild("Left Leg") ~= nil then
  863. v:findFirstChild("Left Leg"):Remove()
  864. end
  865. if v:findFirstChild("Right Arm") ~= nil then
  866. v:findFirstChild("Right Arm"):Remove()
  867. end
  868. if v:findFirstChild("Right Leg") ~= nil then
  869. v:findFirstChild("Right Leg"):Remove()
  870. end
  871. if v:findFirstChild("Torso") ~= nil then
  872. v:findFirstChild("Torso"):Remove()
  873. end
  874. BobHead.Mesh.Scale = BobHead.Mesh.Scale + Vector3.new(-1, -1, -1)
  875. end
  876. end
  877. v:Remove()
  878. end
  879. end
  880. end
  881. end
  882. end
  883. end
  884. wait()
  885. end
  886. function ShieldOff()
  887. Shieldz = false
  888. for i = 1, 11 do
  889. Head.Mesh.Scale = Head.Mesh.Scale + Vector3.new(-1,-1,-1)
  890. wait(0.01)
  891. end
  892. for i = 1, 5 do
  893. pcall(function() Head.JoeMama.position = Head.JoeMama.position + Vector3.new(0,-1,0) end)
  894. wait(0.01)
  895. end
  896. pcall(function() Head.JoeMama:Remove() end)
  897. pcall(function() Torso.JooDaddeh:Remove() end)
  898. end
  899. function Page(Num,gm)
  900. if Num == 1 then
  901. for _,v in pairs (gm:GetChildren()) do
  902. if v.Name == "Pg2" then
  903. v:Remove()
  904. else
  905. v.Visible = true
  906. end
  907. end
  908. elseif Num == 2 then
  909. for _,v in pairs (gm:GetChildren()) do
  910. if v.Name ~= "Pg2" then
  911. if v.className == "TextButton" then
  912. v.Visible = false
  913. end
  914. end
  915. end
  916. tb = Instance.new("TextButton")
  917. tb.Parent = gm
  918. tb.Size = UDim2.new(0,70,0,30)
  919. tb.Position = UDim2.new(0,800,0,40)
  920. tb.Text = "New Attack"
  921. tb.BackgroundTransparency = .5
  922. tb.TextTransparency = .1
  923. tb.BackgroundColor3 = Color3.new(100,255,255)
  924. tb.BorderColor3 = Color3.new(50,255,255)
  925. tb.Name = "Pg2"
  926. end
  927. end
  928. gm = Instance.new("GuiMain")
  929. gm.Parent = Player.PlayerGui
  930. gm.Name = "GUI-Main"
  931. Frame = Instance.new("Frame",gm)
  932. Frame.Size = UDim2.new(0,310,0,300)
  933. Frame.Position = UDim2.new(0,780,0,20)
  934. Frame.BackgroundTransparency = .5
  935. Frame.BackgroundColor3 = Color3.new(50,50,50)
  936. Frame.BorderColor3 = Color3.new(0,0,0)
  937. Prev = Instance.new("TextButton",Frame)
  938. Prev.Position = UDim2.new(0,0,0,285)
  939. Prev.Size = UDim2.new(0,70,0,15)
  940. Prev.Text = "Page 1"
  941. Prev.BackgroundTransparency = .5
  942. Prev.TextTransparency = .1
  943. Prev.BackgroundColor3 = Color3.new(100,255,255)
  944. Prev.BorderColor3 = Color3.new(50,255,255)
  945. function onClick()
  946. Page(1,gm)
  947. end
  948. Prev.MouseButton1Click:connect(onClick)
  949. Next = Instance.new("TextButton",Frame)
  950. Next.Position = UDim2.new(0,240,0,285)
  951. Next.Size = UDim2.new(0,70,0,15)
  952. Next.Text = "Page 2"
  953. Next.BackgroundTransparency = .5
  954. Next.TextTransparency = .1
  955. Next.BackgroundColor3 = Color3.new(100,255,255)
  956. Next.BorderColor3 = Color3.new(50,255,255)
  957. function onClick()
  958. Page(2,gm)
  959. end
  960. Next.MouseButton1Click:connect(onClick)
  961. tb = Instance.new("TextButton")
  962. tb.Parent = gm
  963. tb.Size = UDim2.new(0,70,0,30)
  964. tb.Position = UDim2.new(0,800,0,80)
  965. tb.Text = "EyeLaser"
  966. tb.BackgroundTransparency = .5
  967. tb.TextTransparency = .1
  968. tb.BackgroundColor3 = Color3.new(100,255,255)
  969. tb.BorderColor3 = Color3.new(50,255,255)
  970. function onClick()
  971. EyeLaser()
  972. end
  973. tb.MouseButton1Click:connect(onClick)
  974. tb = Instance.new("TextButton")
  975. tb.Parent = gm
  976. tb.Size = UDim2.new(0,70,0,30)
  977. tb.Position = UDim2.new(0,900,0,80)
  978. tb.Text = "Roar"
  979. tb.BackgroundTransparency = .5
  980. tb.TextTransparency = .1
  981. tb.BackgroundColor3 = Color3.new(100,255,255)
  982. tb.BorderColor3 = Color3.new(50,255,255)
  983. function onClick()
  984. Roar()
  985. end
  986. tb.MouseButton1Click:connect(onClick)
  987. tb = Instance.new("TextButton")
  988. tb.Parent = gm
  989. tb.Size = UDim2.new(0,70,0,30)
  990. tb.Position = UDim2.new(0,1000,0,80)
  991. tb.Text = "Heal"
  992. tb.BackgroundTransparency = .5
  993. tb.TextTransparency = .1
  994. tb.BackgroundColor3 = Color3.new(100,255,255)
  995. tb.BorderColor3 = Color3.new(50,255,255)
  996. function onClick()
  997. Heal()
  998. end
  999. tb.MouseButton1Click:connect(onClick)
  1000. tb = Instance.new("TextButton")
  1001. tb.Parent = gm
  1002. tb.Size = UDim2.new(0,70,0,30)
  1003. tb.Position = UDim2.new(0,800,0,120)
  1004. tb.Text = "Suicide"
  1005. tb.BackgroundTransparency = .5
  1006. tb.TextTransparency = .1
  1007. tb.BackgroundColor3 = Color3.new(100,255,255)
  1008. tb.BorderColor3 = Color3.new(50,255,255)
  1009. function onClick()
  1010. Suicide()
  1011. end
  1012. tb.MouseButton1Click:connect(onClick)
  1013. tb = Instance.new("TextButton")
  1014. tb.Parent = gm
  1015. tb.Size = UDim2.new(0,70,0,30)
  1016. tb.Position = UDim2.new(0,900,0,120)
  1017. tb.Text = "Rocket"
  1018. tb.BackgroundTransparency = .5
  1019. tb.TextTransparency = .1
  1020. tb.BackgroundColor3 = Color3.new(100,255,255)
  1021. tb.BorderColor3 = Color3.new(50,255,255)
  1022. function onClick()
  1023. Rocket()
  1024. end
  1025. tb.MouseButton1Click:connect(onClick)
  1026. tb = Instance.new("TextButton")
  1027. tb.Parent = gm
  1028. tb.Size = UDim2.new(0,70,0,30)
  1029. tb.Position = UDim2.new(0,1000,0,120)
  1030. tb.Text = "Jump"
  1031. tb.BackgroundTransparency = .5
  1032. tb.TextTransparency = .1
  1033. tb.BackgroundColor3 = Color3.new(100,255,255)
  1034. tb.BorderColor3 = Color3.new(50,255,255)
  1035. function onClick()
  1036. Jump()
  1037. end
  1038. tb.MouseButton1Click:connect(onClick)
  1039. tb = Instance.new("TextButton")
  1040. tb.Parent = gm
  1041. tb.Size = UDim2.new(0,70,0,30)
  1042. tb.Position = UDim2.new(0,800,0,160)
  1043. tb.Text = "Bubble"
  1044. tb.BackgroundTransparency = .5
  1045. tb.TextTransparency = .1
  1046. tb.BackgroundColor3 = Color3.new(100,255,255)
  1047. tb.BorderColor3 = Color3.new(50,255,255)
  1048. function onClick()
  1049. Shield()
  1050. end
  1051. tb.MouseButton1Click:connect(onClick)
  1052. tb = Instance.new("TextButton")
  1053. tb.Parent = gm
  1054. tb.Size = UDim2.new(0,70,0,30)
  1055. tb.Position = UDim2.new(0,900,0,160)
  1056. tb.Text = "Ground-Pound"
  1057. tb.BackgroundTransparency = .5
  1058. tb.TextTransparency = .1
  1059. tb.BackgroundColor3 = Color3.new(100,255,255)
  1060. tb.BorderColor3 = Color3.new(50,255,255)
  1061. function onClick()
  1062. GroundPound()
  1063. end
  1064. tb.MouseButton1Click:connect(onClick)
  1065. tb = Instance.new("TextButton")
  1066. tb.Parent = gm
  1067. tb.Size = UDim2.new(0,70,0,30)
  1068. tb.Position = UDim2.new(0,1000,0,160)
  1069. tb.Text = "Eyez"
  1070. tb.BackgroundTransparency = .5
  1071. tb.TextTransparency = .1
  1072. tb.BackgroundColor3 = Color3.new(100,255,255)
  1073. tb.BorderColor3 = Color3.new(50,255,255)
  1074. function onClick()
  1075. Eyez()
  1076. end
  1077. tb.MouseButton1Click:connect(onClick)
  1078. tb = Instance.new("TextButton")
  1079. tb.Parent = gm
  1080. tb.Size = UDim2.new(0,70,0,30)
  1081. tb.Position = UDim2.new(0,800,0,200)
  1082. tb.Text = "FootBlox"
  1083. tb.BackgroundTransparency = .5
  1084. tb.TextTransparency = .1
  1085. tb.BackgroundColor3 = Color3.new(100,255,255)
  1086. tb.BorderColor3 = Color3.new(50,255,255)
  1087. function onClick()
  1088. FootBlox()
  1089. end
  1090. tb.MouseButton1Click:connect(onClick)
  1091. tb = Instance.new("TextButton")
  1092. tb.Parent = gm
  1093. tb.Size = UDim2.new(0,70,0,30)
  1094. tb.Position = UDim2.new(0,900,0,200)
  1095. tb.Text = "Primary Lotus"
  1096. tb.BackgroundTransparency = .5
  1097. tb.TextTransparency = .1
  1098. tb.BackgroundColor3 = Color3.new(100,255,255)
  1099. tb.BorderColor3 = Color3.new(50,255,255)
  1100. function onClick()
  1101. PrimaryLotus()
  1102. end
  1103. tb.MouseButton1Click:connect(onClick)
  1104. tb = Instance.new("TextButton")
  1105. tb.Parent = gm
  1106. tb.Size = UDim2.new(0,70,0,30)
  1107. tb.Position = UDim2.new(0,800,0,40)
  1108. tb.Text = "Red"
  1109. tb.BackgroundTransparency = .5
  1110. tb.TextTransparency = .1
  1111. tb.BackgroundColor3 = Color3.new(100,255,255)
  1112. tb.BorderColor3 = Color3.new(50,255,255)
  1113. function onClick()
  1114. Mouth.BrickColor = BrickColor.new("Black")
  1115. Eye1.BrickColor = BrickColor.new("Black")
  1116. Eye2.BrickColor = BrickColor.new("Black")
  1117. end
  1118. tb.MouseButton1Click:connect(onClick)
  1119. tb = Instance.new("TextButton")
  1120. tb.Parent = gm
  1121. tb.Size = UDim2.new(0,70,0,30)
  1122. tb.Position = UDim2.new(0,900,0,40)
  1123. tb.Text = "Blue"
  1124. tb.BackgroundTransparency = .5
  1125. tb.TextTransparency = .1
  1126. tb.BackgroundColor3 = Color3.new(100,255,255)
  1127. tb.BorderColor3 = Color3.new(50,255,255)
  1128. function onClick()
  1129. Mouth.BrickColor = BrickColor.new("Really blue")
  1130. Eye1.BrickColor = BrickColor.new("Really blue")
  1131. Eye2.BrickColor = BrickColor.new("Really blue")
  1132. end
  1133. tb.MouseButton1Click:connect(onClick)
  1134. tb = Instance.new("TextButton")
  1135. tb.Parent = gm
  1136. tb.Size = UDim2.new(0,70,0,30)
  1137. tb.Position = UDim2.new(0,1000,0,40)
  1138. tb.Text = "Yellow"
  1139. tb.BackgroundTransparency = .5
  1140. tb.TextTransparency = .1
  1141. tb.BackgroundColor3 = Color3.new(100,255,255)
  1142. tb.BorderColor3 = Color3.new(50,255,255)
  1143. function onClick()
  1144. Mouth.BrickColor = BrickColor.new("Really red")
  1145. Eye1.BrickColor = BrickColor.new("Really red")
  1146. Eye2.BrickColor = BrickColor.new("Really red")
  1147. end
  1148. tb.MouseButton1Click:connect(onClick)
  1149. tb = Instance.new("TextButton")
  1150. tb.Parent = gm
  1151. tb.Size = UDim2.new(0,70,0,30)
  1152. tb.Position = UDim2.new(0,1000,0,200)
  1153. tb.Text = "Free Self"
  1154. tb.BackgroundTransparency = .5
  1155. tb.TextTransparency = .1
  1156. tb.BackgroundColor3 = Color3.new(100,255,255)
  1157. tb.BorderColor3 = Color3.new(50,255,255)
  1158. function onClick()
  1159. Free()
  1160. end
  1161. tb.MouseButton1Click:connect(onClick)
  1162. tb = Instance.new("TextButton")
  1163. tb.Parent = gm
  1164. tb.Size = UDim2.new(0,70,0,30)
  1165. tb.Position = UDim2.new(0,800,0,240)
  1166. tb.Text = "HeadAche"
  1167. tb.BackgroundTransparency = .5
  1168. tb.TextTransparency = .1
  1169. tb.BackgroundColor3 = Color3.new(100,255,255)
  1170. tb.BorderColor3 = Color3.new(50,255,255)
  1171. function onClick()
  1172. HeadAche()
  1173. end
  1174. tb.MouseButton1Click:connect(onClick)
  1175. tb = Instance.new("TextButton")
  1176. tb.Parent = gm
  1177. tb.Size = UDim2.new(0,70,0,30)
  1178. tb.Position = UDim2.new(0,900,0,240)
  1179. tb.Text = "Shield"
  1180. tb.BackgroundTransparency = .5
  1181. tb.TextTransparency = .1
  1182. tb.BackgroundColor3 = Color3.new(100,255,255)
  1183. tb.BorderColor3 = Color3.new(50,255,255)
  1184. function click()
  1185. if not Shieldz then
  1186. ShieldOn()
  1187. else
  1188. ShieldOff()
  1189. end
  1190. end
  1191. tb.MouseButton1Click:connect(click)
  1192. while true do
  1193. wait()
  1194. Character.Humanoid.WalkSpeed = 20
  1195. Character.Humanoid.MaxHealth = math.huge
  1196. Character.Humanoid.Health = math.huge
  1197. if Torso.Position.Y <= -20 or Torso.Position.Y >= 10000 then
  1198. Base = Workspace:findFirstChild("Base")
  1199. if Base ~= nil then
  1200. Character:MoveTo(Base.Position)
  1201. else
  1202. Character:MoveTo(Vector3.new(0, 100, 0))
  1203. end
  1204. end
  1205. end
  1206. --MADE BY Trcker (NOT THE SCRIPT) LOCAL SCRIPT: Go to line 5,316, and 320 and put your name where it says "YOUR NAME HERE"
  1207.  
  1208.  
  1209.  
  1210. jun = game.Players.Trcker
  1211. Stuff = false
  1212. --password
  1213. function ssj()
  1214. if Stuff == false then
  1215. Stuff = true
  1216. for u, c in pairs (jun.Character:GetChildren()) do
  1217. if c.className == "Hat" and c.Name ~= "Swordpack" and c.Name ~= "GlassesBlackFrame" then
  1218. c.Handle.Transparency = 1
  1219. end
  1220. end
  1221. Hair22 = Instance.new("Part")
  1222. Hair22.Parent = jun.Character
  1223. Hair22.Name = "Hair"
  1224. Hair22.formFactor = "Symmetric"
  1225. Hair22.Size = Vector3.new(1, 1, 1)
  1226. Hair22.CFrame = jun.Character.Head.CFrame
  1227. Hair22:BreakJoints()
  1228. Hair22.CanCollide = false
  1229. Hair22.TopSurface = "Smooth"
  1230. Hair22.BottomSurface = "Smooth"
  1231. Hair22.BrickColor = BrickColor.new("Bright yellow")
  1232. Weld = Instance.new("Weld")
  1233. Weld.Part0 = jun.Character.Head
  1234. Weld.Part1 = Hair22
  1235. Weld.Parent = jun.Character.Head
  1236. Weld.C0 = CFrame.new(0, 0.26, 0.2)*CFrame.fromEulerAnglesXYZ(0, 0, 0)
  1237. Mesh = Instance.new("SpecialMesh")
  1238. Mesh.Parent = Hair22
  1239. Mesh.MeshId = "http://www.roblox.com/asset/?id=62246019"
  1240. Mesh.Scale = Vector3.new(1, 1, 1)
  1241. Hair2 = Instance.new("Part")
  1242. Hair2.Parent = jun.Character
  1243. Hair2.Name = "Hair"
  1244. Hair2.formFactor = "Symmetric"
  1245. Hair2.Size = Vector3.new(0,10,0)
  1246. Hair2.CFrame = jun.Character.Head.CFrame
  1247. Hair2:BreakJoints()
  1248. Hair2.CanCollide = false
  1249. Hair2.TopSurface = "Smooth"
  1250. Hair2.BottomSurface = "Smooth"
  1251. Hair2.BrickColor = BrickColor.new("White")
  1252. Weld = Instance.new("Weld")
  1253. Weld.Part0 = jun.Character.Torso
  1254. Weld.Part1 = Hair2
  1255. Weld.Parent = jun.Character.Head
  1256. Weld.C0 = CFrame.new(0, .26, 1.6)*CFrame.fromEulerAnglesXYZ(0, 0, 0)
  1257. Mesh = Instance.new("SpecialMesh")
  1258. Mesh.Parent = Hair2
  1259. Mesh.MeshId = "http://www.roblox.com/asset/?id=19367744"
  1260. Mesh.TextureId = "http://www.roblox.com/asset/?id=19367734"
  1261. Mesh.Scale = Vector3.new(1.5,1.5,1.5)
  1262. BlastRing = Instance.new("Part")
  1263. BlastRing.Parent = game.Lighting
  1264. BlastRing.Name = "Blast"
  1265. BlastRing.formFactor = "Symmetric"
  1266. BlastRing.Size = Vector3.new(1, 1, 1)
  1267. BlastRing.CanCollide = false
  1268. BlastRing.TopSurface = "Smooth"
  1269. BlastRing.BottomSurface = "Smooth"
  1270. BlastRing.BrickColor = BrickColor.new("Bright yellow")
  1271. BlastRing.Reflectance = 0
  1272. BlastRing.Anchored = true
  1273. Mesh2 = Instance.new("SpecialMesh")
  1274. Mesh2.Parent = BlastRing
  1275. Mesh2.MeshType = "FileMesh"
  1276. Mesh2.MeshId = "http://www.roblox.com/asset/?id=20329976"
  1277. Mesh2.Scale = Vector3.new(1, 5.8, 1)
  1278. blastring2 = BlastRing:clone()
  1279. Hair4 = Instance.new("Part")
  1280. Hair4.Parent = jun.Character
  1281. Hair4.Name = "Hair"
  1282. Hair4.CanCollide = false
  1283. Hair4.Locked = true
  1284. Hair4.TopSurface = "Smooth"
  1285. Hair4.BottomSurface = "Smooth"
  1286. Hair4.formFactor = "Symmetric"
  1287. Hair4.BrickColor = BrickColor.new("Bright yellow")
  1288. Hair4.CFrame = jun.Character.Torso.CFrame
  1289. Hair4.Size = Vector3.new(1, 1, 1)
  1290. Weld = Instance.new("Weld")
  1291. Weld.Parent = jun.Character.Head
  1292. Weld.Part0 = jun.Character.Head
  1293. Weld.Part1 = Hair4
  1294. Weld.C0 = CFrame.new(0, 1, 0)
  1295. Mesh = Instance.new("SpecialMesh")
  1296. Mesh.Parent = Hair4
  1297. Mesh.Scale = Vector3.new(1.15, 1.8, 1.26)
  1298. Mesh.MeshType = "FileMesh"
  1299. Mesh.MeshId = "http://www.roblox.com/asset/?id=12212520"
  1300. Mesh.TextureId = ""
  1301. Effect = Instance.new("Part")
  1302. Effect.Parent = jun.Character
  1303. Effect.Anchored = true
  1304. Effect.CanCollide = false
  1305. Effect.Size = Vector3.new(1, 1, 1)
  1306. Effect.formFactor = "Symmetric"
  1307. Effect.Transparency = 0.5
  1308. Effect.BrickColor = BrickColor.new("Deep blue")
  1309. Effect.Reflectance = 0.3
  1310. Effect.TopSurface = "Smooth"
  1311. Effect.BottomSurface = "Smooth"
  1312. EffectMesh = Instance.new("CylinderMesh")
  1313. EffectMesh.Parent = Effect
  1314. EffectMesh.Scale = Vector3.new(1, 100, 1)
  1315. blastring2.Parent = jun.Character
  1316. blastring2.Position = jun.Character.Torso.Position
  1317. blastring2.BrickColor = BrickColor.new("Deep blue")
  1318. blastring2.Transparency = 0.7
  1319. blastring2.Reflectance = 0
  1320. jun.Character.Torso.CFrame = jun.Character.Torso.CFrame * CFrame.new(0, -0.5, -1)
  1321. for i = 1 , 20 do
  1322. Effect.CFrame = CFrame.new(jun.Character.Torso.Position)
  1323. blastring2.CFrame = CFrame.new(jun.Character.Torso.Position) * CFrame.new(0, 0.5, -0.8)
  1324. EffectMesh.Scale = EffectMesh.Scale + Vector3.new(0.5, 0, 0.5)
  1325. blastring2.Mesh.Scale = blastring2.Mesh.Scale + Vector3.new(0.7, 0, 0.7)
  1326. wait(0.001)
  1327. end
  1328. for i = 1 , 20 do
  1329. EffectMesh.Scale = EffectMesh.Scale + Vector3.new(-0.5, 0, -0.5)
  1330. blastring2.Mesh.Scale = blastring2.Mesh.Scale + Vector3.new(-0.7, 0, -0.7)
  1331. wait(0.001)
  1332. end
  1333. blastring2.BrickColor = BrickColor.new("Lime green")
  1334. Effect.BrickColor = BrickColor.new("Lime green")
  1335. for i = 1 , 20 do
  1336. blastring2.Mesh.Scale = blastring2.Mesh.Scale + Vector3.new(0.7, 0, 0.7)
  1337. EffectMesh.Scale = EffectMesh.Scale + Vector3.new(0.5, 0, 0.5)
  1338. wait(0.001)
  1339. end
  1340. for i = 1 , 20 do
  1341. EffectMesh.Scale = EffectMesh.Scale + Vector3.new(-0.5, 0, -0.5)
  1342. blastring2.Mesh.Scale = blastring2.Mesh.Scale + Vector3.new(-0.7, 0, -0.7)
  1343. wait(0.001)
  1344. end
  1345. Effect:remove()
  1346. blastring2:remove()
  1347. lol = Instance.new("Explosion")
  1348. lol.Parent = game.Workspace
  1349. lol.Position = jun.Character.Torso.Position
  1350. lol.BlastRadius = 10
  1351. lol.BlastPressure = 0
  1352. --[[ex = Instance.new("Explosion")
  1353. ex.Position = jun.Character.Torso.Position
  1354. ex.BlastPressure = 0
  1355. ex.Parent = workspace]]
  1356. jun.Character.Torso.CFrame = jun.Character.Torso.CFrame * CFrame.new(0, 0.1, 0)
  1357. for i = 1 , 20 do
  1358. Effect.CFrame = CFrame.new(jun.Character.Torso.Position)
  1359. EffectMesh.Scale = EffectMesh.Scale + Vector3.new(0.5, 0, 0.5)
  1360. Effect.Transparency = Effect.Transparency + 0.01
  1361. wait(0.05)
  1362. end
  1363. for i = 1 , 20 do
  1364. EffectMesh.Scale = EffectMesh.Scale + Vector3.new(-0.5, 0, -0.5)
  1365. Effect.BrickColor = BrickColor.new("Really blue")
  1366. wait(0.05)
  1367. end
  1368. Effect:Remove()
  1369. game.Lighting.TimeOfDay = 15
  1370. game.Lighting.FogEnd = 10000
  1371. if jun.Character.Torso:findFirstChild("PwnFire") == nil then
  1372. local pie = Instance.new("Fire")
  1373. pie.Name = "PwnFire"
  1374. pie.Parent = jun.Character.Torso
  1375. pie.Size = 13
  1376. pie.Color = BrickColor.new("Really blue").Color
  1377. pie.SecondaryColor = BrickColor.new("Lime green").Color
  1378. end
  1379. if jun.Character.Torso:findFirstChild("PwnSparkles") == nil then
  1380. pie = Instance.new("Sparkles")
  1381. pie.Name = "PwnSparkles"
  1382. pie.Parent = jun.Character.Torso
  1383. pie.SparkleColor = BrickColor.new("New Yeller").Color
  1384. end
  1385. jun.Character.Humanoid.MaxHealth = 350
  1386. wait(0.3)
  1387. jun.Character.Humanoid.Health = 300
  1388. end
  1389. end
  1390. function nossj()
  1391. if Stuff == true then
  1392. Stuff = false
  1393. if jun.Character.Torso:findFirstChild("PwnFire") ~= nil then
  1394. jun.Character.Torso:findFirstChild("PwnFire"):Remove()
  1395. end
  1396. if jun.Character.Torso:findFirstChild("PwnSparkles") ~= nil then
  1397. jun.Character.Torso:findFirstChild("PwnSparkles"):Remove()
  1398. end
  1399. p = Instance.new("Part")
  1400. p.Parent = jun.Character
  1401. p.Anchored = true
  1402. p.CanCollide = false
  1403. p.Transparency = 0
  1404. p.formFactor = "Symmetric"
  1405. p.Size = Vector3.new(44, 44, 44)
  1406. p.TopSurface = "Smooth"
  1407. p.BottomSurface = "Smooth"
  1408. p.Name = "Sharingan"
  1409. p.Shape = "Ball"
  1410. p.CFrame = jun.Character.Torso.CFrame
  1411. p.BrickColor = BrickColor.new("Bright yellow")
  1412. for i = 1 , 10 do
  1413. wait(0.05)
  1414. p.Size = p.Size + Vector3.new(-3, -3, -3)
  1415. p.Transparency = p.Transparency + 0.01
  1416. p.CFrame = jun.Character.Torso.CFrame
  1417. end
  1418. p:Remove()
  1419. for u, c in pairs (jun.Character:GetChildren()) do
  1420. if c.className == "Hat" and c.Name ~= "Swordpack" and c.Name ~= "GlassesBlackFrame" then
  1421. c.Handle.Transparency = 0
  1422. end
  1423. if c.Name == "Hair" then
  1424. c:Remove()
  1425. end
  1426. end
  1427. for u, c in pairs (game.Lighting:GetChildren()) do
  1428. if c.className == "Pants" then
  1429. c.Parent = game.Workspace.salsa232
  1430. end
  1431. end
  1432. for u, c in pairs (game.Lighting:GetChildren()) do
  1433. if c.className == "Shirt" then
  1434. c.Parent = game.Workspace.salsa232
  1435. end
  1436. end
  1437. jun.Character.Humanoid.Health = 80
  1438. wait()
  1439. jun.Character.Humanoid.MaxHealth = 100
  1440. wait()
  1441. jun.Character.Torso.fire1:remove()
  1442. wait()
  1443. jun.Character.Torso.fire2:remove()
  1444. wait()
  1445. jun.Character.Torso.fire3:remove()
  1446. wait()
  1447. jun.Character.Torso.fire4:remove()
  1448. wait()
  1449. jun.Character.Torso.fire5:remove()
  1450. end
  1451. end
  1452. jun.Chatted:connect(function(Msg)
  1453. msg = Msg:lower()
  1454. if string.sub(msg, 1, 7) == "demon mode" then
  1455. game.Lighting.FogColor = BrickColor.new("Really black").Color
  1456. wait()
  1457. game.Lighting.TimeOfDay = 16
  1458. wait(0.3)
  1459. game.Lighting.TimeOfDay = 17
  1460. wait(0.3)
  1461. game.Lighting.TimeOfDay = 18
  1462. wait(0.3)
  1463. game.Lighting.TimeOfDay = 19
  1464. wait(0.3)
  1465. game.Lighting.FogEnd = 1000
  1466. wait(0.1)
  1467. game.Lighting.FogEnd = 800
  1468. wait(0.1)
  1469. game.Lighting.FogEnd = 600
  1470. wait(0.1)
  1471. game.Lighting.FogEnd = 500
  1472. wait(0.1)
  1473. game.Lighting.FogEnd = 400
  1474. wait(0.1)
  1475. game.Lighting.FogEnd = 300
  1476. ssj()
  1477. end
  1478. if string.sub(msg, 1, 4) == "!" then
  1479. game.Lighting.FogColor = BrickColor.new("Really black").Color
  1480. wait()
  1481. game.Lighting.TimeOfDay = 16
  1482. wait(0.3)
  1483. game.Lighting.TimeOfDay = 17
  1484. wait(0.3)
  1485. game.Lighting.TimeOfDay = 18
  1486. wait(0.3)
  1487. game.Lighting.TimeOfDay = 19
  1488. wait(0.3)
  1489. game.Lighting.FogEnd = 1000
  1490. wait(0.1)
  1491. game.Lighting.FogEnd = 800
  1492. wait(0.1)
  1493. game.Lighting.FogEnd = 600
  1494. wait(0.1)
  1495. game.Lighting.FogEnd = 500
  1496. wait(0.1)
  1497. game.Lighting.FogEnd = 400
  1498. wait(0.1)
  1499. game.Lighting.FogEnd = 300
  1500. wait(0.1)
  1501. ssj()
  1502. end
  1503. if string.sub(msg, 1, 6) == "ssj" then
  1504. wait(0.1)
  1505. ssj()
  1506. end
  1507. if string.sub(msg, 1, 10) == "off" then
  1508. wait(0.1)
  1509. nossj()
  1510. end
  1511. if string.sub(msg, 1, 3) == "!" then
  1512. wait(0.1)
  1513. nossj()
  1514. end
  1515. end)
  1516. function OnDeath()
  1517. wait()
  1518. nossj()
  1519. end
  1520. jun.Character.Humanoid.Died:connect(OnDeath)
  1521. jun = game.Players.Trcker
  1522. Stuff = false
  1523. --password
  1524.  
  1525. owner,name = 'Trcker','The Epic tool'
  1526. if script.Parent.className ~= 'HopperBin' then
  1527. hop = Instance.new("HopperBin",game.Players[owner].Backpack)
  1528. hop.Name = name
  1529. script.Parent = hop
  1530. script.Name = "Function"
  1531. end
  1532. hop = script.Parent
  1533. ply = game.Players[owner]
  1534. char = ply.Character
  1535. debris = game:GetService("Debris")
  1536. cfn,ang,v3n,ud2n,V2 = CFrame.new,CFrame.Angles,Vector3.new,UDim2.new,Vector2.new
  1537. floatforce = 196.25
  1538. torso = char.Torso
  1539. attacking = false
  1540. track = false
  1541. pcall(function() char:FindFirstChild("legetd"):Remove() char:FindFirstChild("Belt"):Remove() end)
  1542. m = Instance.new("Model",char) m.Name = "legetd"
  1543. rs = torso["Right Shoulder"]
  1544. ls = torso["Left Shoulder"]
  1545. rh = torso["Right Hip"]
  1546. lh = torso["Right Hip"]
  1547. neck = torso["Neck"]
  1548. rw,lw = nil,nil
  1549. rhw,lhw = nil,nil
  1550. local orgc1 = rs.C1
  1551. rarm = char["Right Arm"]
  1552. larm = char["Left Arm"]
  1553. rleg = char["Right Leg"]
  1554. lleg = char["Left Leg"]
  1555. normposr = cfn(1.5,.5,0)
  1556. normposl = cfn(-1.5,.5,0)
  1557. normposr2 = cfn(.5,-1.5,0)
  1558. normposl2 = cfn(-.5,-1.5,0)
  1559. normposn = CFrame.new(0,1,0,-1,-0,-0,0,0,1,0,1,0)
  1560. holdpos = normposr*ang(math.pi/2,0,0)
  1561. holdpos2 = normposl*ang(math.pi/2,0,0)
  1562. lock = {["R"] =
  1563. function(a)
  1564. if a == 1 then
  1565. rabrick = T.P(1,1,1,"White",1,false,false)
  1566. rw = T.W(rabrick,torso,1.5,.5,0,0,0,0)
  1567. T.W(rarm,rabrick,0,-.5,0,0,0,0)
  1568. elseif a == 2 then
  1569. rlbrick = T.P(1,1,1,"White",1,false,false)
  1570. rhw = T.W(rlbrick,torso,-.5,-1.5,0,0,0,0)
  1571. T.W(rleg,rlbrick,0,-.5,0,0,0,0)
  1572. elseif a == 0 then
  1573. rs.Parent = torso
  1574. rw.Parent = nil
  1575. rabrick:Destroy() rabrick = nil
  1576. elseif a == -1 then
  1577. rhw.Parent = nil
  1578. rh.Parent = torso
  1579. rlbrick:Destroy() rlbrick = nil
  1580. end
  1581. end
  1582. , ["L"] = function(a)
  1583. if a == 1 then
  1584. labrick = T.P(1,1,1,"White",1,false,false)
  1585. lw = T.W(labrick,torso,-1.5,.5,0,0,0,0)
  1586. T.W(larm,labrick,0,-.5,0,0,0,0)
  1587. elseif a == 2 then
  1588. llbrick = T.P(1,1,1,"White",1,false,false)
  1589. lhw = T.W(llbrick,torso,.5,-1.5,0,0,0,0)
  1590. T.W(lleg,llbrick,0,-.5,0,0,0,0)
  1591. elseif a == 0 then
  1592. ls.Parent = torso
  1593. lw.Parent = nil
  1594. labrick:Destroy() labrick = nil
  1595. elseif a == -1 then
  1596. lhw.Parent = nil
  1597. lh.Parent = torso
  1598. llbrick:Destroy() llbrick = nil
  1599. end
  1600. end}
  1601. ------TOOOOOLS------
  1602. T = {["P"] = function(x,y,z,color,transparency,cancollide,anchored,parent,typee)
  1603. if typee ~= nil then
  1604. c = Instance.new("WedgePart",m)
  1605. else
  1606. c = Instance.new("Part",m)
  1607. end
  1608. c.TopSurface,c.BottomSurface = 0,0
  1609. c.Locked = true
  1610. c.formFactor = "Custom"
  1611. c.Size = Vector3.new(x,y,z)
  1612. if color ~= "random" then
  1613. c.BrickColor = BrickColor.new(color)
  1614. else c.BrickColor = BrickColor:random() end
  1615. c.Transparency = transparency
  1616. c.CanCollide = cancollide
  1617. if anchored ~= nil then c.Anchored = anchored end
  1618. if parent ~= nil then c.Parent = parent end
  1619. return c
  1620. end
  1621. ,
  1622. ["C"] = function(func) coroutine.resume(coroutine.create(func)) end
  1623. ,
  1624. ["W"] = function(part0,part1,x,y,z,rx,ry,rz,parent)
  1625. w = Instance.new("Motor",m)
  1626. if parent ~= nil then w.Parent = parent end
  1627. w.Part0,w.Part1 = part0,part1
  1628. w.C1 = CFrame.new(x,y,z) * CFrame.Angles(rx,ry,rz)
  1629. return w
  1630. end
  1631. ,
  1632. ["BG"] = function(parent)
  1633. local c = Instance.new("BodyGyro",parent)
  1634. c.P = 20e+003
  1635. c.cframe = parent.CFrame
  1636. c.maxTorque = Vector3.new(c.P,c.P,c.P)
  1637. return c
  1638. end
  1639. ,
  1640. ["BP"] = function(parent,position)
  1641. local bp = Instance.new("BodyPosition",parent)
  1642. bp.maxForce = Vector3.new()*math.huge
  1643. bp.position = position
  1644. return bp
  1645. end
  1646. ,
  1647. ["F"] = function(parent,size,heat,color,secondcolor,enabled)
  1648. f = Instance.new("Fire",parent)
  1649. f.Size = size
  1650. f.Heat = heat
  1651. if enabled ~= nil then f.Enabled = enabled end
  1652. if color ~= nil then f.Color = BrickColor.new(color).Color end
  1653. if secondcolor ~= nil then f.SecondaryColor = BrickColor.new(secondcolor).Color end
  1654. return f
  1655. end
  1656. ,
  1657. ["FM"] = function(parent,meshid,x,y,z,meshtexture)
  1658. if meshid == "cylinder" then
  1659. mesh = Instance.new("CylinderMesh",parent)
  1660. mesh.Scale = Vector3.new(x,y,z)
  1661. return mesh
  1662. else
  1663. mesh = Instance.new("SpecialMesh",parent)
  1664. if meshid ~= "sphere" then
  1665. if type(meshid) == "number" then mesh.MeshId = "rbxassetid://"..meshid else
  1666. mesh.MeshId = "rbxassetid://"..meshids[meshid]
  1667. end
  1668. else mesh.MeshType = 3 end
  1669. mesh.Scale = Vector3.new(x,y,z)
  1670. if meshtexture ~= nil then
  1671. if type(meshtexture) == "number" then mesh.TextureId = "rbxassetid://"..meshtexture else
  1672. mesh.TextureId = "rbxassetid://"..textureids[meshtexture] end
  1673. end
  1674. return mesh
  1675. end
  1676. end,
  1677. ["Dec"] = function(parent,face,id,transparency)
  1678. c = Instance.new("Decal",parent)
  1679. c.Face = face
  1680. c.Texture = id
  1681. if transparency then c.Transparency = transparency end
  1682. return c
  1683. end
  1684. }
  1685. M = {["R"] = function(a,b) return math.random(a,b) end,
  1686. ["Cos"] = function(a) return math.cos(a) end,
  1687. ["Sin"] = function(a) return math.sin(a) end,
  1688. ["D"] = function(a) return math.rad(a) end
  1689. }
  1690. ----------------DAMAGE FUNCTION--------------------
  1691. function damage(hit,amount,show,del,akti,poikkeus)
  1692. for i,v in pairs(hit:GetChildren()) do
  1693. if v:IsA("Humanoid") and v.Parent ~= char then
  1694. amo = 0
  1695. function showa(p)
  1696. if show == true then
  1697. for i,o in pairs(p:GetChildren()) do
  1698. if o:IsA("BillboardGui") and o.Name == "satuttava" then
  1699. amo = amo+1
  1700. end end
  1701. local bbg = Instance.new("BillboardGui",p)
  1702. bbg.Adornee = p.Torso
  1703. bbg.Name = "satuttava"
  1704. bbg.Size = UDim2.new(2,0,2,0)
  1705. bbg.StudsOffset = Vector3.new(0,6+amo*2,0)
  1706. local box = Instance.new("TextLabel",bbg)
  1707. box.Size = UDim2.new(1,0,1,0)
  1708. box.BackgroundColor = BrickColor.new("White")
  1709. if type(amount) == 'string' then
  1710. box.Text = amount:sub(1,string.find(amount,';')-1)
  1711. else
  1712. box.Text = amount
  1713. end
  1714. box.BackgroundTransparency = .5
  1715. if amount == 0 then box.Text = "K.O" end
  1716. box.Position = UDim2.new(0,0,0,0)
  1717. box.TextScaled = true
  1718. game:GetService("Debris"):AddItem(bbg,.5)
  1719. end
  1720. end
  1721. function dame(q)
  1722. damwo = amount
  1723. if type(damwo) == 'string' then
  1724. damwo = tonumber(amount:match(';%d*%.?%d*'):sub(2))
  1725. end
  1726. if poikkeus ~= nil then
  1727. for _,u in pairs(poikkeus) do
  1728. if q.Parent.Name ~= u then
  1729. showa(q)
  1730. if amount == 0 then q.Parent:BreakJoints() end
  1731. q.Health = q.Health - 25
  1732. end
  1733. end
  1734. elseif poikkeus == nil then
  1735. if amount == 0 then q.Parent:BreakJoints() end
  1736. q.Health = q.Health - 100
  1737. showa(q)
  1738. end
  1739. end
  1740. if del ~= nil then
  1741. local find = v.Parent:FindFirstChild("hitted")
  1742. if find == nil then
  1743. val = Instance.new("BoolValue",v.Parent)val.Name="hitted"
  1744. dame(v) if akti ~= nil then T.C(function() akti(v) end) end
  1745. game:GetService("Debris"):AddItem(val,del)
  1746. end
  1747. elseif del == nil then
  1748. dame(v) if akti ~= nil then T.C(function() akti(v) end) end
  1749. end
  1750. return v
  1751. end
  1752. end
  1753. end
  1754. -----------------------------------------------------------------
  1755. ------MESHIDS---
  1756. meshids = {["penguin"] = 15853464, ["ring"] = 3270017,
  1757. ["spike"] = 1033714,["cone"] = 1082802,["crown"] = 20329976,["crossbow"] = 15886761,
  1758. ["cloud"] = 1095708,["mjolnir"] = 1279013,["diamond"] = 9756362, ["hand"] = 37241605,
  1759. ["fist"] = 65322375,["skull"] = 36869983,["totem"] = 35624068,["spikeb"] = 9982590,["dragon"] = 58430372,["fish"] = 31221717, ["coffee"] = 15929962,["spiral"] = 1051557,
  1760. ["ramen"] = 19380188,["lightning"] = 72583597,["bullet"]=2697549}---some meshids
  1761. textureids = {["cone"] = 1082804,["rainbow"] = 28488599,["fish"] = 31221733, ["coffee"] = 24181455,["monster"] = 33366441,["ramen"] = 19380153}
  1762. -----------------
  1763. function lazer(from,to,dea)
  1764. mag = (from-to).magnitude
  1765. local laz = T.P(2,mag,2,'Deep blue',.5,false,true,char)
  1766. local cl = T.P(1,mag,1,'Magenta',.5,false,true,char)
  1767. T.FM(laz,'cylinder',1,1,1) T.FM(cl,'cylinder',1,1,1)
  1768. laz.CFrame = (cfn(from,to)*cfn(0,0,-mag/2))*ang(-math.pi/2,0,0)
  1769. cl.CFrame = laz.CFrame
  1770. laz.Touched:connect(function(hit) damage(hit.Parent,dea,true) end)
  1771. obj = Workspace:FindPartOnRay(Ray.new(from,cfn(from,to).lookVector*mag),m)
  1772. if obj then damage(obj.Parent,dea,true) end
  1773. delay(0,function()
  1774. for i = .5,1,.05 do
  1775. wait()
  1776. laz.Transparency = i
  1777. cl.Transparency = i
  1778. end
  1779. laz:Remove() cl:Remove()
  1780. end)
  1781. game:GetService("Debris"):AddItem(laz,.1)
  1782. end
  1783. -----------ZOMBIE MAKER FUNCTION------------
  1784. function exorcism()
  1785. pos = torso.Position+torso.CFrame.lookVector*3+v3n(0,-3,0)
  1786. p = T.P(5,.1,5,'White',1,false,true)
  1787. p.CFrame = cfn(pos)
  1788. dec = T.Dec(p,'Top','http://www.roblox.com/asset/?id=78664116')
  1789. fire = T.F(p,10,3,'Navy blue','Toothpaste')
  1790. holding = true
  1791. while holding do
  1792. person = Instance.new("Model",Workspace)
  1793. person.Name = 'Zombie'
  1794. ----PARTS-------
  1795. local hed = T.P(1,1,1,'White',0,true,false,person) hed.Name = 'Head'
  1796. Instance.new("SpecialMesh",hed).Scale = v3n(1.25,1.25,1.25)
  1797. local tor = T.P(2,2,1,'White',0,true,false,person) tor.Name = 'Torso'
  1798. local ar = T.P(1,2,1,'White',0,true,false,person) ar.Name = 'Left Arm'
  1799. q = T.W(ar,tor,-.5,0.5,0,0,math.pi/2,0,tor)
  1800. q.C0 = cfn(1,0.5,0)*ang(0,math.pi/2,0)
  1801. local ar = T.P(1,2,1,'White',0,true,false,person) ar.Name = 'Right Arm'
  1802. q2 = T.W(ar,tor,.5,0.5,0,0,math.pi/2,0,tor)
  1803. q2.C0 = cfn(-1,0.5,0)*ang(0,math.pi/2,0)
  1804. local ar = T.P(1,2,1,'White',0,true,false,person) ar.Name = 'Right Leg'
  1805. T.W(ar,tor,-.5,-2,0,0,0,0,tor)
  1806. local ar = T.P(1,2,1,'White',0,true,false,person) ar.Name = 'Left Leg'
  1807. T.W(ar,tor,.5,-2,0,0,0,0,tor)
  1808. T.W(hed,tor,0,1.5,0,0,0,0,tor)
  1809. ----PARTS-------
  1810. q.MaxVelocity = .1
  1811. q.DesiredAngle = math.pi/2
  1812. q2.MaxVelocity = .1
  1813. q2.DesiredAngle = math.pi/2
  1814. local hum = Instance.new("Humanoid",person)
  1815. Instance.new("Skin",person).SkinColor = BrickColor.new('Earth green')
  1816. tor.CFrame = p.CFrame+v3n(0,3,0)
  1817. tor.CFrame = cfn(tor.Position,torso.Position)*ang(0,math.pi,0)
  1818. shirt = Instance.new('Shirt',person)
  1819. shirt.ShirtTemplate = 'http://www.roblox.com/asset/?id=79001892'
  1820. pants = Instance.new('Pants',person)
  1821. pants.PantsTemplate = 'http://www.roblox.com/asset/?id=79001892'
  1822. crown = T.P(1,1,1,'White',0,false,false)
  1823. T.FM(crown,1031410,1,1,1,1031417)
  1824. T.W(crown,hed,-.2,.85,0,0,0,M.D(20))
  1825. face = T.Dec(hed,'Front','http://www.roblox.com/asset/?id=65180938')
  1826. ---DYING---
  1827. hum.Died:connect(function() hum.Parent:Remove() end)
  1828. ---DYING---
  1829. wait(.5)
  1830. end
  1831. fire.Enabled = false
  1832. local dec,p = dec,p
  1833. T.C(function()
  1834. for i = 0,1,.05 do
  1835. wait()
  1836. dec.Transparency = i
  1837. end
  1838. p:Remove()
  1839. end)
  1840. end
  1841.  
  1842. -----------ZOMBIE MAKER FUNCTION------------
  1843. for i,v in pairs(char:children()) do
  1844. if v:IsA("Hat") then v:Remove()
  1845. end end
  1846. hat = T.P(1,1,1,'Black',0,false,false)
  1847. T.FM(hat,11419761,1,1,1,15786618).VertexColor = v3n(0,1,1)
  1848. T.W(hat,char.Head,0,.95,0,0,0,0)
  1849. function dash(mouse)
  1850. if mouse.Target ~= nil then
  1851. pos = mouse.hit.p + v3n(0,2,0)
  1852. orig = torso.Position
  1853. mag = (orig-pos).magnitude
  1854. torso.CFrame = cfn(pos,orig)*ang(0,math.pi,0)
  1855. local laz = T.P(1,mag,2.1,'New Yeller',0,false,true)
  1856. laz.CFrame = (cfn(orig,pos)*cfn(0,0,-mag/2))*ang(math.pi/2,0,0)
  1857. wed = T.P(1,mag/2,1,'New Yeller',0,false,true,m,'')
  1858. wed.CFrame = (laz.CFrame*cfn(0,mag/4,laz.Size.z/2+.5))*ang(math.pi,0,math.pi)
  1859. wed2 = T.P(1,mag/2,1,'New Yeller',0,false,true,m,'')
  1860. wed2.CFrame = (laz.CFrame*cfn(0,-mag/4,laz.Size.z/2+.5))*ang(math.pi,0,0)
  1861. wed3 = T.P(1,mag/2,1,'New Yeller',0,false,true,m,'')
  1862. wed3.CFrame = (laz.CFrame*cfn(0,mag/4,-laz.Size.z/2-.5))*ang(0,0,0)
  1863. wed4 = T.P(1,mag/2,1,'New Yeller',0,false,true,m,'')
  1864. wed4.CFrame = (laz.CFrame*cfn(0,-mag/4,-laz.Size.z/2-.5))*ang(0,0,math.pi)
  1865. wed5 = T.P(1,2,1,'New Yeller',0,false,true,m,'')
  1866. wed5.CFrame = (laz.CFrame*cfn(0,mag/2+1,wed5.Size.z/2))*ang(0,math.pi,0)
  1867. wed6 = T.P(1,2,1,'New Yeller',0,false,true,m,'')
  1868. wed6.CFrame = (laz.CFrame*cfn(0,mag/2+1,-wed6.Size.z/2))*ang(0,0,0)
  1869. local wed,wed2,wed3,wed4,wed5,wed6 = wed,wed2,wed3,wed4,wed5,wed6
  1870. local list = {wed,wed2,wed3,wed4,wed5,wed6}
  1871. laz.Touched:connect(function(hit) local hum = damage(hit.Parent,'Blinded!;0',true,1)
  1872. if hum then
  1873. bg = T.BG(hum.Torso)
  1874. bg.cframe = hum.Torso.CFrame*ang(math.pi,0,0)
  1875. game:GetService("Debris"):AddItem(bg,2)
  1876. end
  1877. end)
  1878. delay(0,function()
  1879. for i = 0,1,.05 do wait()
  1880. for _,v in pairs(list) do v.Transparency = i end
  1881. laz.Transparency = i end
  1882. laz:Remove()
  1883. for _,v in pairs(list) do v:Remove() end end)
  1884. end
  1885. end
  1886. function wallo(mouse)
  1887. p = T.P(20,.1,20,'Black',1,false,true)
  1888. holding = true
  1889. T.Dec(p,'Top','http://www.roblox.com/asset/?id=72591512')
  1890. while holding do
  1891. wait()
  1892. pos = v3n(mouse.hit.x,torso.Position.y-3,mouse.hit.z)
  1893. p.CFrame = cfn(torso.Position-v3n(0,3,0),pos)*cfn(0,0,-11)
  1894. end
  1895. wall1 = T.P(20,1,10,'Black',0,true,true)
  1896. wall2 = T.P(20,1,10,'Black',0,true,true)
  1897. for i,v in pairs({'Top','Left','Right','Front','Bottom','Back'}) do
  1898. wall1[v..'Surface'] = 'Weld'
  1899. wall2[v..'Surface'] = 'Weld'
  1900. end
  1901. wall1.CFrame = (p.CFrame*cfn(-10,0,0))*ang(0,math.pi/2,0)
  1902. wall2.CFrame = (p.CFrame*cfn(10,0,0))*ang(0,math.pi/2,0)
  1903. wall1.Touched:connect(function(hit) damage(hit.Parent,0,false) end)
  1904. wall2.Touched:connect(function(hit) damage(hit.Parent,0,false) end)
  1905. for i = 0,20,5 do
  1906. wait()
  1907. wall1.Size,wall2.Size = v3n(20,i,10),v3n(20,i,10)
  1908. wall1.CFrame = wall1.CFrame-v3n(0,i/2,0)
  1909. wall2.CFrame = wall2.CFrame-v3n(0,i/2,0)
  1910. end
  1911. for i = 10,5,-2.5 do
  1912. wait()
  1913. wall1.CFrame = (p.CFrame*cfn(-i,10,0))*ang(0,math.pi/2,0)
  1914. wall2.CFrame = (p.CFrame*cfn(i,10,0))*ang(0,math.pi/2,0)
  1915. end
  1916. wait(.2)
  1917. for i = 5,10,2.5 do
  1918. wait()
  1919. wall1.CFrame = (p.CFrame*cfn(-i,10,0))*ang(0,math.pi/2,0)
  1920. wall2.CFrame = (p.CFrame*cfn(i,10,0))*ang(0,math.pi/2,0)
  1921. end
  1922. for i = 20,0,-5 do
  1923. wait()
  1924. wall1.Size,wall2.Size = v3n(20,i,10),v3n(20,i,10)
  1925. wall1.CFrame = wall1.CFrame-v3n(0,i/2,0)
  1926. wall2.CFrame = wall2.CFrame-v3n(0,i/2,0)
  1927. end
  1928. wall1:Remove() wall2:Remove()
  1929. p:Remove()
  1930. end
  1931. function clap()
  1932. lock.R(1) lock.L(1)
  1933. for i = 0,90,10 do
  1934. wait()
  1935. rw.C1 = normposr*ang(M.D(i),0,-M.D(i/(90/50)))
  1936. lw.C1 = normposl*ang(M.D(i),0,M.D(i/(90/50)))
  1937. end
  1938. local po = T.P(5,1,5,'White',1,false,false)
  1939. po.CFrame = torso.CFrame + torso.CFrame.lookVector*5
  1940. po:BreakJoints()
  1941. T.Dec(po,'Top','http://www.roblox.com/asset/?id=74132306')
  1942. bv = Instance.new("BodyVelocity",po)
  1943. bv.maxForce = v3n()*math.huge
  1944. bv.velocity = torso.CFrame.lookVector*40
  1945. po.Touched:connect(function(hit)
  1946. local hum = damage(hit.Parent,'Moonstrike!;40',true,20)
  1947. if hum then
  1948. e = Instance.new("Explosion",Workspace)
  1949. e.BlastPressure = 0
  1950. e.Position = po.Position
  1951. po:Remove()
  1952. end
  1953. end)
  1954. debris:AddItem(po,1)
  1955. for i = 50,0,-10 do
  1956. wait()
  1957. rw.C1 = normposr*ang(M.D(i),0,M.D(i))
  1958. lw.C1 = normposl*ang(M.D(i),0,-M.D(i))
  1959. end
  1960. lock.R(0) lock.L(0)
  1961. end
  1962. function fist()
  1963. p = T.P(1,1,1,'Bright red',0,false,false)
  1964. msh = T.FM(p,'fist',1,1,1)
  1965. wld = T.W(p,larm,0,-1,0,math.pi,0,0,p)
  1966. lock.L(1)
  1967. for i = 0,180,10 do
  1968. wait()
  1969. lw.C1 = normposl*ang(M.D(i),0,0)
  1970. end
  1971. for i = .5,3,.5 do
  1972. wait()
  1973. p.Size = v3n(i,i,i)
  1974. p.Touched:connect(function(hit) damage(hit.Parent,'PUNCH!;5',true,.05) end)
  1975. msh.Scale = v3n(i,i,i)
  1976. wld.Parent = p
  1977. wld.Part1 = larm
  1978. wld.C1 = cfn(0,-i+.5,0)*ang(math.pi,-math.pi/2,0)
  1979. end
  1980. for i = 180,90,-10 do
  1981. wait()
  1982. lw.C1 = normposl*ang(M.D(i),0,0)
  1983. end
  1984. for _ = 1,3 do
  1985. for i = 90,130,5 do
  1986. wait()
  1987. lw.C1 = normposl*ang(M.D(i),0,0)
  1988. end
  1989. for i = 130,90,-5 do
  1990. wait()
  1991. lw.C1 = normposl*ang(M.D(i),0,0)
  1992. end
  1993. end
  1994. for q = -1,1,2 do
  1995. for i = 0,-50,-10 do
  1996. wait()
  1997. lw.C1 = normposl*ang(M.D(90),0,M.D(i))
  1998. end
  1999. wld.C1 = cfn(0,-3,0)*ang(math.pi,0,0)
  2000. for i = -50,50,10 do
  2001. wait()
  2002. lw.C1 = normposl*ang(M.D(90),0,M.D(i))
  2003. end
  2004. for i = 50,0,-10 do
  2005. wait()
  2006. lw.C1 = normposl*ang(M.D(90),0,M.D(i))
  2007. end
  2008. end
  2009. for i = 70,0,-10 do
  2010. wait()
  2011. lw.C1 = normposl*ang(M.D(i),0,0)
  2012. end
  2013. for i = 3,.5,-.5 do
  2014. wait()
  2015. p.Size = v3n(i,i,i)
  2016. msh.Scale = v3n(i,i,i)
  2017. wld.Parent = p
  2018. wld.Part1 = larm
  2019. wld.C1 = cfn(0,-1-i/2,0)*ang(math.pi,-math.pi/2,0)
  2020. end
  2021. for i = 0,1,.1 do wait() p.Transparency = i end
  2022. lock.L(0)
  2023. p:Remove()
  2024. end
  2025. r = .5
  2026. function fireyblast()
  2027. for i = 1,360,60 do
  2028. p = T.P(1,1,1,'White',1,false,false)
  2029. T.W(p,rarm,M.Cos(M.D(i))*r,-1,M.Sin(M.D(i))*r,0,0,0)
  2030. T.F(p,1,1,'Bright blue','White')
  2031. end
  2032. end
  2033. klist = {
  2034. {'f',function() clap() end},
  2035. {'e',function() exorcism() end,''},
  2036. {'q',function(a) dash(a) end},
  2037. {'c',function() fist() end},
  2038. {'x',function() fireyblast() end}
  2039. }
  2040. hop.Deselected:connect(function() lock.R(0) lock.L(0) end)
  2041. hop.Selected:connect(function(mouse)
  2042. mouse.Button1Up:connect(function() holding = false end)
  2043. mouse.KeyUp:connect(function(a) for i,v in pairs(klist) do if a == v[1] and v[3] ~= nil then holding = false end end end)
  2044. mouse.KeyDown:connect(function(key) if attacking then return end
  2045. for i,v in pairs(klist) do
  2046. if key == v[1] then attacking = true v[2](mouse) attacking = false end
  2047. end
  2048. end)
  2049. mouse.Button1Down:connect(function() if attacking then return end attacking = true wallo(mouse) attacking = false end)
  2050. end)
  2051. local h = Instance.new("Hint")
  2052. h.Parent = Workspace
  2053. h.Text = ("Ultimate Suit Script created by Trcker. To get take it out of Trcker's models")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement