Advertisement
simhwui

Untitled

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