Advertisement
Guest User

Script's

a guest
Oct 4th, 2015
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.55 KB | None | 0 0
  1. Names = "caterworm5"
  2. Player = game:GetService("Player").caterworm5
  3. Character = Player.Character
  4. PlayerGui = Player.PlayerGui
  5. Backpack = Player.Backpack
  6. Humanoid = Character.Humanoid
  7. Torso = Character.Torso
  8. Head = Character.Head
  9. LeftArm = Character["Left Arm"]
  10. RightArm = Character["Right Arm"]
  11. LeftLeg = Character["Left Leg"]
  12. RightLeg = Character["Right Leg"]
  13. Neck = Torso["Neck"]
  14. RightShoulder = Torso["Right Shoulder"]
  15. LeftShoulder = Torso["Left Shoulder"]
  16. RightHip = Torso["Right Hip"]
  17. LeftHip = Torso["Left Hip"]
  18.  
  19. NeckC0 = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  20. NeckC1 = CFrame.new(0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  21. LeftShoulderC0 = CFrame.new(-1, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  22. LeftShoulderC1 = CFrame.new(0.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  23. RightShoulderC0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  24. RightShoulderC1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  25. LeftHipC0 = CFrame.new(-1, -1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  26. LeftHipC1 = CFrame.new(-0.5, 1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  27. RightHipC0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  28. RightHipC1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  29.  
  30. Damage = 2000
  31. Sound = Instance.new("Sound")
  32. Sound.Parent = Head
  33. Sound.Name = "Sound"
  34. Sound.Pitch = .8
  35. Sound.SoundId = ""
  36. Sound.Volume = 2
  37. Stuff = Player.Character:GetChildren()
  38. for i = 1 , #Stuff do
  39. if Stuff[i].Name == "Shirt" or Stuff[i].Name == "Pants" or Stuff[i].className == "Hat" then
  40. Stuff[i]:Remove()
  41. end
  42. end
  43. Torso.BrickColor = BrickColor.new("Hot pink")
  44. Head.BrickColor = BrickColor.new("Hot pink")
  45. RightArm.BrickColor = BrickColor.new("Hot pink")
  46. LeftArm.BrickColor = BrickColor.new("Hot pink")
  47. RightLeg.BrickColor = BrickColor.new("Hot pink")
  48. LeftLeg.BrickColor = BrickColor.new("Hot pink")
  49. Torso.Reflectance = .4
  50. Head.Reflectance = .4
  51. RightArm.Reflectance = .4
  52. LeftArm.Reflectance = .4
  53. RightLeg.Reflectance = .4
  54. LeftLeg.Reflectance = .4
  55. Character.Head.face:remove()
  56. Eye1 = Instance.new("Part")
  57. Eye1.Parent = Character
  58. Eye1.Size = Vector3.new(1,1,1)
  59. Eye1.TopSurface = "Smooth"
  60. Eye1.BottomSurface = "Smooth"
  61. Eye1.CanCollide = false
  62. Eye1.Reflectance = .1
  63. Eye1.FormFactor = "Symmetric"
  64. Eye1.BrickColor = BrickColor.new("Hot pink")
  65. e1m=Instance.new("BlockMesh")
  66. e1m.Scale=Vector3.new(.25,.2,.25)
  67. e1m.Bevel=.1
  68. e1m.Parent=Eye1
  69. Eye1:BreakJoints()
  70. pweld = Instance.new("Weld")
  71. pweld.Parent = Head
  72. pweld.Part0 = Head
  73. pweld.Part1 = Eye1
  74. pweld.C0 = CFrame.new(.2,0.21,-.55)
  75. Eye2 = Instance.new("Part")
  76. Eye2.Parent = Character
  77. Eye2.Size = Vector3.new(1,1,1)
  78. Eye2.TopSurface = "Smooth"
  79. Eye2.BottomSurface = "Smooth"
  80. Eye2.CanCollide = false
  81. Eye2.Reflectance = .1
  82. Eye2.FormFactor = "Symmetric"
  83. Eye2.BrickColor = BrickColor.new("Hot pink")
  84. e2m=Instance.new("BlockMesh")
  85. e2m.Scale=Vector3.new(.25,.2,.25)
  86. e2m.Bevel=.1
  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("Hot pink")
  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.  
  114. function PwnWelds()
  115. TiltX = 0
  116. TiltY = 0
  117. TiltZ = 1.57
  118. RightShoulder.C0 = RightShoulderC0 * CFrame.Angles(TiltX, TiltY, TiltZ)
  119. LeftShoulder.C0 = LeftShoulderC0 * CFrame.Angles(TiltX, TiltY, -TiltZ)
  120. TiltX = 0.6
  121. TiltY = 0
  122. TiltZ = 0
  123. MoveX = 0
  124. MoveY = 0
  125. MoveZ = -0.3
  126. RightShoulder.C0 = RightShoulder.C0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
  127. LeftShoulder.C0 = LeftShoulder.C0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
  128. TiltX = -0.05
  129. TiltY = 0
  130. TiltZ = 0
  131. MoveX = 0
  132. MoveY = 0.1
  133. MoveZ = 0
  134. RightHip.C0 = RightHipC0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
  135. LeftHip.C0 = LeftHipC0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
  136. end
  137.  
  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.  
  151. function Heal()
  152. ShockWave = Instance.new("Part")
  153. ShockWave.Parent = Torso
  154. ShockWave.Anchored = true
  155. ShockWave.CanCollide = false
  156. ShockWave.Locked = true
  157. ShockWave.Transparency = 0
  158. ShockWave.Shape = "Ball"
  159. ShockWave.BrickColor = BrickColor.new("Really red")
  160. ShockWave.Size = Vector3.new(1, 1, 1)
  161. ShockWave.TopSurface = "Smooth"
  162. ShockWave.BottomSurface = "Smooth"
  163. ShockWave.CFrame = Torso.CFrame
  164. ShockWaveMesh = Instance.new("SpecialMesh")
  165. ShockWaveMesh.Parent = ShockWave
  166. ShockWaveMesh.MeshType = "Sphere"
  167. ShockWaveMesh.Scale = Vector3.new(1, 1, 1)
  168. game:getService("Debris"):AddItem(ShockWave, 2)
  169. for i = 1 , 100 do
  170.  
  171. ShockWave.Size = ShockWave.Size + Vector3.new(1, 1, 1)
  172. ShockWave.Transparency = ShockWave.Transparency + 0.02
  173. ShockWave.CFrame = Torso.CFrame
  174. for u, c in pairs(workspace:GetChildren()) do
  175. h = c:findFirstChild("Humanoid")
  176. t = c:findFirstChild("Torso")
  177. if h ~= nil and t ~= nil then
  178. if (Torso.Position-t.Position).magnitude <= 20 then
  179. h.Health = h.Health + 12
  180. end
  181. end
  182. end
  183. wait(0.01)
  184. end
  185. end
  186. function Roar()
  187. for i = 1, 4 do
  188. MouthMesh.Scale = MouthMesh.Scale + Vector3.new(0,.2,0)
  189. meld.C0 = meld.C0 + Vector3.new(0,.05,0)
  190. wait(.2)
  191. end
  192. Sound.SoundId = "http://www.roblox.com/asset/?id=24478553"--24478553,24483366
  193. Sound.Pitch = 1
  194. for i = 1, 50 do
  195. Sound:play()
  196. Sound:play()
  197. Sound:play()
  198. Sound:play()
  199. Sound:play()
  200. Sound:play()
  201. Sound:play()
  202. Sound:play()
  203. for u, c in pairs(workspace:GetChildren()) do
  204. if c.Name ~= Names then
  205. h = c:findFirstChild("Humanoid")
  206. t = c:findFirstChild("Torso")
  207. if h ~= nil and t ~= nil then
  208. if (Torso.Position-t.Position).magnitude <= 25000 then
  209. t.CFrame = t.CFrame * CFrame.Angles(math.random(-1, 1), math.random(-1, 1), math.random(-1, 1))
  210. h:TakeDamage(h.Health/1)
  211. end
  212. end
  213. end
  214. end
  215. wait()
  216. end
  217. wait(2)
  218. for i = 1, 4 do
  219. MouthMesh.Scale = MouthMesh.Scale - Vector3.new(0,.2,0)
  220. meld.C0 = meld.C0 - Vector3.new(0,.05,0)
  221. wait(.2)
  222. end
  223. end
  224. function Rocket()
  225. for i = 1, 10 do
  226. e1m.Scale = e1m.Scale + Vector3.new(.025,.025,.025)
  227. e2m.Scale = e2m.Scale + Vector3.new(.025,.025,.025)
  228. wait()
  229. end
  230. Eye1.BrickColor = BrickColor.new("Black")
  231. Eye2.BrickColor = BrickColor.new("Black")
  232. RCKT = Eye1:Clone()
  233. RCKT.Parent = Character
  234. RCKT.Size = Vector3.new(10,2,3)
  235. RCKT.Anchored = false
  236. RCKT.Position = Head.Position
  237. RCKT.CFrame = RCKT.CFrame * CFrame.new(0, -2, 0)
  238. RVelocity = Instance.new("BodyVelocity")
  239. RVelocity.Parent = RCKT
  240. RVelocity.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  241. RVelocity.velocity = RCKT.CFrame.lookVector * 30
  242. game:getService("Debris"):AddItem(RCKT, 5)
  243. function damage(hit)
  244. local hum = hit.Parent:FindFirstChild("Humanoid")
  245. if hum ~= nil then
  246. hum.Health = hum.Health - 101
  247. end
  248. end
  249. RCKT.Touched:connect(damage)
  250. wait(1)
  251. for i = 1, 10 do
  252. e1m.Scale = e1m.Scale - Vector3.new(.025,.025,.025)
  253. e2m.Scale = e2m.Scale - Vector3.new(.025,.025,.025)
  254. wait()
  255. end
  256. Eye1.BrickColor = BrickColor.new("Really red")
  257. Eye2.BrickColor = BrickColor.new("Really red")
  258. end
  259. function EyeLaser()
  260. Character.Humanoid.WalkSpeed = 0
  261. local bea = Instance.new("Model")
  262. bea.Parent = Character
  263. for i = 1, 10 do
  264. wait()
  265. transnumb = 0.09*i
  266. pab1 = Eye1:Clone()
  267. pab1.Size = Vector3.new(2,2,4)
  268. pab1.Parent = bea
  269. pab1.Transparency = 0.9-transnumb
  270. pab1.Touched:connect(
  271. function(h)
  272. if h.Name ~= "Base" and h.Parent ~= Character then else return end
  273. h.BrickColor = BrickColor.new("Really red")
  274. h.Transparency = pab1.Transparency
  275. game:getService("Debris"):AddItem(h, 0.6)
  276. end)
  277. pab1:BreakJoints()
  278. pab2 = Eye2:Clone()
  279. pab2.Size = Vector3.new(2,2,4)
  280. pab2.Parent = bea
  281. pab2.Transparency = 0.9-transnumb
  282. pab2.Touched:connect(
  283. function(h)
  284. if h.Name ~= "Base" and h.Parent ~= Character then else return end
  285. h.BrickColor = BrickColor.new("Really red")
  286. h.Transparency = pab2.Transparency
  287. game:getService("Debris"):AddItem(h, 0.6)
  288. end)
  289. pab2:BreakJoints()
  290. weld = Instance.new("Weld")
  291. weld.Parent = bea
  292. weld.Part0 = Eye1
  293. weld.Part1 = pab1
  294. weld.C0 = CFrame.new(0,0,-1*i)
  295. weld = Instance.new("Weld")
  296. weld.Parent = bea
  297. weld.Part0 = Eye2
  298. weld.Part1 = pab2
  299. weld.C0 = CFrame.new(0,0,-1*i)
  300. end
  301. for i = 1, 50 do
  302. wait()
  303. lol = bea:GetChildren()
  304. for i = 1, #lol do
  305. if lol[i].className == "Weld" then
  306. lol[i].C0 = lol[i].C0 * CFrame.new(0,0,-1)
  307. end
  308. end
  309. end
  310. game:getService("Debris"):AddItem(bea, 0.01)
  311. Character.Humanoid.WalkSpeed = 16
  312. end
  313. function Suicide()
  314. ef2 = Instance.new("BodyVelocity")
  315. ef2.Parent = Torso
  316. ef2.maxForce = Vector3.new(0,math.huge,0)
  317. ef2.velocity = Vector3.new(0, 50, 0)
  318. Character.Humanoid.PlatformStand = true
  319. fu = Instance.new("Fire")
  320. fu.Parent = Torso
  321. fu.Size = 10
  322. fu.Heat = -15
  323. wait(1)
  324. Sound.SoundId = "http://www.roblox.com/asset/?id=2101148"
  325. Sound.Pitch = 1
  326. for i = 1, 3 do
  327. e = Instance.new("Explosion")
  328. e.Parent = Workspace
  329. e.Position = Torso.Position
  330. e.BlastRadius = 30
  331. e.BlastPressure = 10000
  332. Sound:play()
  333. wait(.2)
  334. e = Instance.new("Explosion")
  335. e.Parent = Workspace
  336. e.Position = Head.Position
  337. e.BlastRadius = 30
  338. e.BlastPressure = 1000
  339. Sound:play()
  340. wait(.2)
  341. e = Instance.new("Explosion")
  342. e.Parent = Workspace
  343. e.Position = RightArm.Position
  344. e.BlastRadius = 30
  345. e.BlastPressure = 1000
  346. Sound:play()
  347. wait(.2)
  348. e = Instance.new("Explosion")
  349. e.Parent = Workspace
  350. e.Position = LeftArm.Position
  351. e.BlastRadius = 30
  352. e.BlastPressure = 1000
  353. Sound:play()
  354. wait(.2)
  355. e = Instance.new("Explosion")
  356. e.Parent = Workspace
  357. e.Position = LeftLeg.Position
  358. e.BlastRadius = 30
  359. e.BlastPressure = 1000
  360. Sound:play()
  361. wait(.2)
  362. e = Instance.new("Explosion")
  363. e.Parent = Workspace
  364. e.Position = RightLeg.Position
  365. e.BlastRadius = 1000
  366. e.BlastPressure = 1000
  367. Sound:play()
  368. wait(.2)
  369. end
  370. end
  371. function Jump()
  372. Character.Humanoid.PlatformStand = true
  373. Torso.Velocity = Torso.CFrame.lookVector * 150 + Vector3.new(0, 130, 0)
  374. for i = 1 , 20 do
  375. Torso.CFrame = Torso.CFrame * CFrame.Angles(-0.5, 0, 0)
  376. wait()
  377. end
  378. Character.Humanoid.PlatformStand = false
  379. Gyro = Instance.new("BodyGyro")
  380. Gyro.Parent = Torso
  381. Gyro.cframe = CFrame.new(0, 0, 0) * CFrame.aAngles(0, 0, 0)
  382. Gyro.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  383. wait(0.1)
  384. Gyro:Remove()
  385. end
  386. function Shield()
  387. Character.Humanoid.PlatformStand = true
  388. s = Instance.new("Part")
  389. s.Parent = Character
  390. s.Size = Vector3.new(8,8,8)
  391. s.Shape = "Ball"
  392. s.TopSurface = "Smooth"
  393. s.BottomSurface = "Smooth"
  394. s.Transparency = .5
  395. s.Position = Torso.Position
  396. s.BrickColor = BrickColor.new("Royal purple")
  397. sweld = Instance.new("Weld")
  398. sweld.Parent = Torso
  399. sweld.Part0 = Torso
  400. sweld.Part1 = s
  401. sweld.C0 = CFrame.new(0,0,0)
  402. game:getService("Debris"):AddItem(s, 13)
  403. wait(10)
  404. for i = 1, 10 do
  405. wait()
  406. s.Transparency = s.Transparency + .05
  407. end
  408. Character.Humanoid.PlatformStand = false
  409. s:remove()
  410. end
  411. function GroundPound()
  412. ef2 = Instance.new("BodyVelocity")
  413. ef2.Parent = Torso
  414. ef2.maxForce = Vector3.new(0,math.huge,0)
  415. ef2.velocity = Vector3.new(0, 100, 0)
  416. --Character.Humanoid.PlatformStand = true
  417. wait(3)
  418. Torso.CFrame = Torso.CFrame*CFrame.Angles(3.14,0,0)
  419. ef2.velocity = Vector3.new(0, -100, 0)
  420. wait(1)
  421. ef2.velocity = Vector3.new(0, -150, 0)
  422. fu = Instance.new("Fire")
  423. fu.Parent = Torso
  424. fu.Size = 10
  425. fu.Heat = 15
  426. wait(1.3)
  427. Range = 10000
  428. for i = 1 , 5 do
  429. Range = Range + 15
  430. Character.Humanoid.WalkSpeed = 0
  431.  
  432. Boom = Instance.new("Explosion")
  433. Boom.Parent = Workspace
  434. Boom.BlastRadius = Range/2
  435. Boom.Position = Torso.Position+Vector3.new(Range, 0, 0)
  436. Boom = Instance.new("Explosion")
  437. Boom.Parent = Workspace
  438. Boom.BlastRadius = Range/2
  439. Boom.Position = Torso.Position+Vector3.new(-Range, 0, 0)
  440. Boom = Instance.new("Explosion")
  441. Boom.Parent = Workspace
  442. Boom.BlastRadius = Range/2
  443. Boom.Position = Torso.Position+Vector3.new(0, 0, Range)
  444. Boom = Instance.new("Explosion")
  445. Boom.Parent = Workspace
  446. Boom.BlastRadius = Range/2
  447. Boom.Position = Torso.Position+Vector3.new(0, 0, -Range)
  448. Boom = Instance.new("Explosion")
  449. Boom.Parent = Workspace
  450. Boom.BlastRadius = Range/2
  451. Boom.Position = Torso.Position+Vector3.new(Range, 0, Range)
  452. Boom = Instance.new("Explosion")
  453. Boom.Parent = Workspace
  454. Boom.BlastRadius = Range/2
  455. Boom.Position = Torso.Position+Vector3.new(-Range, 0, Range)
  456. Boom = Instance.new("Explosion")
  457. Boom.Parent = Workspace
  458. Boom.BlastRadius = Range/2
  459. Boom.Position = Torso.Position+Vector3.new(Range, 0, -Range)
  460. Boom = Instance.new("Explosion")
  461. Boom.Parent = Workspace
  462. Boom.BlastRadius = Range/2
  463. Boom.Position = Torso.Position+Vector3.new(-Range, 0, -Range)
  464. wait(0.05)
  465. end
  466. ef2:remove()
  467. fu:remove()
  468. Character.Humanoid.PlatformStand = false
  469. end
  470.  
  471. function Eyez()
  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. wait()
  478. for i = 1, 5 do
  479. e1m.Scale = e1m.Scale - Vector3.new(0,0,.1)
  480. e2m.Scale = e2m.Scale - Vector3.new(0,0,.1)
  481. wait()
  482. end
  483. end
  484.  
  485. function FootBlox()
  486. for u, c in pairs(workspace:GetChildren()) do
  487. h = c:findFirstChild("Humanoid")
  488. t = c:findFirstChild("Torso")
  489. if h ~= nil and t ~= nil and c.Name ~= Character.Name then
  490. if h.Health > 0 then
  491. if (Torso.Position-t.Position).magnitude <= 25000 then
  492. Gyro = Instance.new("BodyGyro")
  493. Gyro.Parent = Torso
  494. Gyro.maxTorque = Vector3.new(math.huge, 0, math.huge)
  495. Gyro.cframe = Torso.CFrame
  496. PwnWelds()
  497. RightShoulder.C0 = RightShoulderC0 * CFrame.Angles(0, 0, 1.4)
  498. LeftShoulder.C0 = LeftShoulderC0 * CFrame.Angles(0, 0, -1.4)
  499. wait(0.1)
  500. t.CFrame = Torso.CFrame
  501. h.PlatformStand = true
  502. ww = Instance.new("Weld")
  503. ww.Part0 =Torso
  504. ww.Part1 = t
  505. ww.Parent = Torso
  506. ww.C0 = CFrame.new(0, 0, -2)
  507. h:TakeDamage(2)
  508. wait(1)
  509. PwnWelds()
  510. h:TakeDamage(5)
  511. wait(0.05)
  512. LA = c["Left Arm"]
  513. LL = c["Left Leg"]
  514. RA = c["Right Arm"]
  515. RL = c["Right Leg"]
  516.  
  517. w = Instance.new("Weld")
  518. w.Part0 = c["Right Leg"]
  519. w.Part1 = t
  520. w.Parent = c["Right Leg"]
  521. w.C0 = CFrame.new(.5, 0, .5)
  522. w = Instance.new("Weld")
  523. w.Part0 = c["Left Leg"]
  524. w.Part1 = t
  525. w.Parent = c["Left Leg"]
  526. w.C0 = CFrame.new(-.5, 0, .5)
  527. w = Instance.new("Weld")
  528. w.Part0 = c["Left Arm"]
  529. w.Part1 = t
  530. w.Parent = c["Left Arm"]
  531. w.C0 = CFrame.new(-.5, 0, -.5)
  532. w = Instance.new("Weld")
  533. w.Part0 = c["Right Arm"]
  534. w.Part1 = t
  535. w.Parent = c["Right Arm"]
  536. w.C0 = CFrame.new(.5, 0, -.5)
  537. w = Instance.new("Weld")
  538. w.Part0 = c.Head
  539. w.Part1 = t
  540. w.Parent = c.Head
  541. w.C0 = CFrame.new(0, -1, 0)
  542. wait(0.2)
  543. RightShoulder.C0 = RightShoulderC0 * CFrame.Angles(0, 0, 1.3)
  544. LeftShoulder.C0 = LeftShoulderC0 * CFrame.Angles(0, 0, -1.3)
  545. wait(0.15)
  546. PwnWelds()
  547. h:TakeDamage(5)
  548. wait(0.1)
  549. RightShoulder.C0 = RightShoulderC0 * CFrame.Angles(0, 0, 1.4)
  550. LeftShoulder.C0 = LeftShoulderC0 * CFrame.Angles(0, 0, -1.4)
  551. wait(1.5)
  552. for i = 1 , 6 do
  553. RightShoulder.C0 = RightShoulderC0 * CFrame.Angles(0, 0, -0.15*i)
  554. LeftShoulder.C0 = LeftShoulderC0 * CFrame.Angles(0, 0, 0.15*i)
  555. RightHip.C0 = RightHipC0 * CFrame.Angles(0, 0, 0.31*i)
  556. LeftHip.C0 = LeftHipC0 * CFrame.Angles(0, 0, 0.035*i)
  557. wait()
  558. end
  559. h:TakeDamage(20)
  560. ww:Remove()
  561. t.Velocity = Torso.CFrame.lookVector * 500 + Vector3.new(0, 50, 0)
  562. wait(0.3)
  563. for i = 1 , 6 do
  564. RightShoulder.C0 = RightShoulder.C0 * CFrame.Angles(0, 0, 0.15)
  565. LeftShoulder.C0 = LeftShoulder.C0 * CFrame.Angles(0, 0, -0.15)
  566. RightHip.C0 = RightHip.C0 * CFrame.Angles(0, 0, -0.31)
  567. LeftHip.C0 = LeftHip.C0 * CFrame.Angles(0, 0, -0.035)
  568. wait()
  569. end
  570. Gyro:Remove()
  571. RefreshWelds()
  572. end
  573. end
  574. end
  575. end
  576. end
  577.  
  578. function HeadAche()
  579. RightShoulder.C0 = RightShoulderC0 * CFrame.Angles(0, 0, 3.14)
  580. wait(0.4)
  581. Character.Head.Mesh.Scale = Vector3.new(0,0,0)
  582. Character.Head.Transparency = 1
  583. Mouth.Transparency = 1
  584. Eye1.Transparency = 1
  585. Eye2.Transparency = 1
  586. Mod = Instance.new("Model",workspace)
  587. Mod.Name = Names
  588. HeadPart = Instance.new("Part")
  589. HeadPart.Parent = Mod
  590. HeadPart.CanCollide = false
  591. HeadPart.Size = Vector3.new(1,1,1)
  592. HeadPart.BrickColor = Character.Head.BrickColor
  593. HeadPart.Reflectance = Character.Head.Reflectance
  594. HeadPart.formFactor = "Symmetric"
  595. HeadPart.Position = RightArm.Position
  596. HeadPart.Name = "Head"
  597. Human = Instance.new("Humanoid")
  598. Human.Parent = Mod
  599. Human.Health = 0
  600. HPMesh = Instance.new("SpecialMesh")
  601. HPMesh.MeshType = "Head"
  602. HPMesh.Parent = HeadPart
  603. HPMesh.Scale = Vector3.new(1.25,1.25,1.25)
  604. w = Instance.new("Weld")
  605. w.Parent = RightArm
  606. w.Part0 = RightArm
  607. w.Part1 = HeadPart
  608. w.C0 = CFrame.new(0, -1.3, 0)
  609.  
  610. wait(0.7)
  611. RightShoulder.C0 = RightShoulderC0 * CFrame.Angles(0, 0, -2)
  612. LeftShoulder.C0 = LeftShoulderC0 * CFrame.Angles(0, 0, -1)
  613. wait(0.5)
  614. RightShoulder.C0 = RightShoulderC0 * CFrame.Angles(0, 0, 1.6)
  615. LeftShoulder.C0 = LeftShoulderC0 * CFrame.Angles(0, 0, 1.2)
  616. wait()
  617. w:Remove()
  618.  
  619. function damage(hit)
  620. hum = hit.Parent:FindFirstChild("Humanoid")
  621. if hit.Parent ~= Character then
  622. if hum ~= nil then
  623. Velocity:Remove()
  624. Gyro:Remove()
  625. hum.PlatformStand = true
  626. hum.Health = hum.Health - 6
  627. hum.Parent.Torso.CFrame = hum.Parent.Torso.CFrame * CFrame.Angles(math.random(-2, 2), math.random(-2, 2), math.random(-2, 2))
  628. HeadPart.Size = Vector3.new(1,1,1)
  629. HPMesh.Scale = Vector3.new(1.25,1.25,1.25)
  630. HeadPart.CanCollide = true
  631. end
  632. end
  633. end
  634. HeadPart.Touched:connect(damage)
  635.  
  636. Gyro = Instance.new("BodyGyro")
  637. Gyro.Parent = HeadPart
  638. Gyro.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  639. Gyro.cframe = Character.Torso.CFrame * CFrame.Angles(0, 0, 1.57)
  640. Gyro.D = 50
  641. Velocity = Instance.new("BodyVelocity")
  642. Velocity.Parent = HeadPart
  643. Velocity.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  644. Velocity.velocity = Character.Torso.CFrame.lookVector * 75
  645. -- Torso.CFrame = Torso.CFrame * CFrame.Angles(2, 0, 0)
  646. wait(0.5)
  647. HeadPart.Size = Vector3.new(4,4,4)
  648. HPMesh.Scale = Vector3.new(.3125,.3125,.3125)
  649. -- Character.Humanoid.PlatformStand = true
  650. RefreshWelds()
  651. wait(.25)
  652. HeadPart.CanCollide = true
  653. for i = 1 , 10 do
  654. Gyro.cframe = Gyro.cframe * CFrame.Angles(0, 1, 1)
  655. wait(0.0625)
  656. end
  657. wait(.5)
  658. if Velocity ~= nil then
  659. Velocity:Remove()
  660. end
  661. wait(0.1)
  662. Character.Head.Mesh.Scale = Vector3.new(0,0,0)
  663. HPMesh.Scale = Vector3.new(1.25,1.25,1.25)
  664. HeadPart.Size = Vector3.new(1,1,1)
  665. HeadPart.CanCollide = true
  666. if Gyro ~= nil then
  667. Gyro:Remove()
  668. end
  669. wait(1)
  670. Mod:remove()
  671. Character.Head.Transparency = 0
  672. Character.Head.Mesh.Scale = Vector3.new(0,0,0)
  673. for i = 1, 10 do
  674. Character.Head.Mesh.Scale = Character.Head.Mesh.Scale + Vector3.new(.125,.125,.125)
  675. wait(.05)
  676. end
  677. Mouth.Transparency = 0
  678. Eye1.Transparency = 0
  679. Eye2.Transparency = 0
  680. wait(0.1)
  681. --Character.Humanoid.PlatformStand = false
  682. end
  683. function PrimaryLotus()
  684. Gyro = Instance.new("BodyGyro")
  685. Gyro.Parent = Torso
  686. Gyro.maxTorque = Vector3.new(0, 0, 0)
  687. Gyro.cframe = Torso.CFrame
  688. for i = 1 , 6 do
  689. RightShoulder.C0 = RightShoulderC0 * CFrame.Angles(0, 0, -0.15*i)
  690. LeftShoulder.C0 = LeftShoulderC0 * CFrame.Angles(0, 0, 0.15*i)
  691. RightHip.C0 = RightHipC0 * CFrame.Angles(0, 0, 0.31*i)
  692. LeftHip.C0 = LeftHipC0 * CFrame.Angles(0, 0, 0.035*i)
  693. wait()
  694. end
  695. for i, v in pairs(workspace:GetChildren()) do
  696. eTorso = v:findFirstChild("Torso")
  697. eHumanoid = v:findFirstChild("Humanoid")
  698. if eTorso ~= nil and eHumanoid ~= nil and v.Name ~= Character.Name then
  699. if (Torso.Position-eTorso.Position).magnitude <= 6 then
  700. RefreshWelds()
  701. eHumanoid.PlatformStand = true
  702. Humanoid.PlatformStand = true
  703. Torso.CFrame = eTorso.CFrame * CFrame.new(0, 5, -1.5)
  704. TorsoWeld = Instance.new("Weld")
  705. TorsoWeld.Parent = Torso
  706. TorsoWeld.Part0 = Torso
  707. TorsoWeld.Part1 = eTorso
  708. TorsoWeld.C0 = CFrame.new(0, 0, -1.5)*CFrame.fromEulerAnglesXYZ(0, 0, 0)
  709. Gyro.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  710. Gyro.cframe = CFrame.fromEulerAnglesXYZ(0, 0, 0)
  711. RightShoulder.C0 = RightShoulderC0 * CFrame.Angles(0, 0, 1.5)
  712. LeftShoulder.C0 = LeftShoulderC0 * CFrame.Angles(0, 0, -1.5)
  713. handle21 = Instance.new("Part")
  714. handle21.Parent = Character
  715. handle21.TopSurface = "Smooth"
  716. handle21.BottomSurface = "Smooth"
  717. handle21.Size = Vector3.new(1, 1, 1)
  718. handle21.CFrame = Torso.CFrame
  719. weld2 = Instance.new("Weld")
  720. weld2.Part0 = eTorso
  721. weld2.Part1 = handle21
  722. weld2.Parent = eTorso
  723. weld2.C0 = CFrame.new(0, 0, 0)*CFrame.fromEulerAnglesXYZ(3.14, 0, 0)
  724. p2 = Instance.new("SpecialMesh")
  725. p2.Parent = handle21
  726. p2.Scale = Vector3.new(0, 0, 0)
  727. p2.MeshType = "Sphere"
  728. for i = 1 , 10 do
  729. Torso.Velocity = Vector3.new(0, 800, 0)
  730. if i >= 5 then
  731. p2.Scale = p2.Scale + Vector3.new(0.62, 1.5, 0.62)
  732. end
  733. wait(0.001)
  734. end
  735. wait(0.3)
  736. Torso.Velocity = Vector3.new(0, -400, 0)
  737. Gyro.cframe = Gyro.cframe * CFrame.Angles(0, 0, -3.14)
  738. wait(0.3)
  739. handle2 = Instance.new("Part")
  740. handle2.Parent = Character
  741. handle2.TopSurface = "Smooth"
  742. handle2.BottomSurface = "Smooth"
  743. handle2.Size = Vector3.new(1, 1, 1)
  744. handle2.CFrame = Torso.CFrame
  745. weld = Instance.new("Weld")
  746. weld.Part0 = eTorso
  747. weld.Part1 = handle2
  748. weld.Parent = eTorso
  749. weld.C0 = CFrame.new(0, 0, 0)*CFrame.Angles(3.14, 0, 0)
  750. p = Instance.new("SpecialMesh")
  751. p.Parent = handle2
  752. p.Scale = Vector3.new(5, 15, 5)
  753. p.MeshType = "FileMesh"
  754. p.MeshId = "http://www.roblox.com/asset/?id=1051557"
  755. Torso.CFrame = Torso.CFrame*CFrame.Angles(3.14,0,0)
  756. wait(.7)
  757. handle2:Remove()
  758. handle21:Remove()
  759. TorsoWeld:Remove()
  760. ex = Instance.new("Explosion")
  761. ex.Parent = Workspace
  762. ex.BlastPressure = 0
  763. ex.Position = Torso.Position
  764. eHumanoid:TakeDamage(math.huge)
  765. eHumanoid.PlatformStand = false
  766. eHumanoid.Sit = true
  767. for i = 1 , 15 do
  768. p = Instance.new("Part")
  769. p.Parent = Workspace
  770. p.Name = "Rocks"
  771. p.BrickColor = BrickColor.new("Brown")
  772. p.CanCollide = true
  773. p.TopSurface = "Smooth"
  774. p.Material = "Concrete"
  775. p.BottomSurface = "Smooth"
  776. p.Size = Vector3.new(math.random(3, 5), math.random(3, 5), math.random(3, 5))
  777. 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))
  778. p.Velocity = p.CFrame.lookVector * 150 + Vector3.new(0, 10, 0)
  779. game:getService("Debris"):AddItem(p, 5)
  780. wait()
  781. end
  782. RefreshWelds()
  783. Gyro.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  784. Gyro.cframe = CFrame.Angles(0, 0, 0)
  785. Humanoid.Jump = true
  786. Torso.CFrame = CFrame.new(Torso.Position + Vector3.new(0, 5, 10))
  787. wait(.5)
  788. Torso.Velocity = Vector3.new(0,0,0)
  789. eTorso.Velocity = Vector3.new(0,0,0)
  790. end
  791. end
  792. end
  793. wait(0.05)
  794. Gyro:Remove()
  795. Torso.Velocity = Vector3.new(0,0,0)
  796. RefreshWelds()
  797. end
  798.  
  799. function Free()
  800.  
  801. Stuff = Character:GetChildren()
  802. for i = 1 , #Stuff do
  803. if Stuff[i].className == "Part" then
  804. Stuff[i].Anchored = false
  805. end
  806. end
  807.  
  808. Stuff = Character:GetChildren()
  809. for i = 1 , #Stuff do
  810. if Stuff[i].className == "Part" then
  811. Stuff[i].Anchored = false
  812. end
  813. Stuff2 = Stuff[i]:GetChildren()
  814. for i = 1 , #Stuff2 do
  815. if Stuff2[i].className == "BodyPosition" or Stuff2[i].className == "BodyVelocity" or Stuff2[i].className == "BodyGyro" then
  816. Stuff2[i]:Remove()
  817. end
  818. end
  819. end
  820. Character.Torso.CFrame = Character.Torso.CFrame + Vector3.new(0,30,0)
  821. Character.Torso.Anchored = true
  822. wait(.5)
  823. Character.Torso.Anchored = false
  824. end
  825.  
  826. Shieldz = false
  827. function ShieldOn()
  828. Johnny = Instance.new("BodyGyro")
  829. Johnny.Name = "JooDaddeh"
  830. Johnny.Parent = Torso
  831. Johnny.cframe = CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0)
  832. Johnny.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  833. Billy = Instance.new("BodyPosition")
  834. Billy.Name = "JoeMama"
  835. Billy.Parent = Head
  836. Billy.position = Head.Position
  837. Billy.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  838.  
  839. wait()
  840. for i = 1, 5 do
  841. wait()
  842. Billy.position = Billy.position + Vector3.new(0,1,0)
  843. end
  844. wait(0.5)
  845.  
  846. for i = 1, 11 do
  847. Head.Mesh.Scale = Head.Mesh.Scale + Vector3.new(1,1,1)
  848. wait(0.01)
  849. end
  850. Shieldz = true
  851. while Shieldz do
  852. wait()
  853. for i,v in pairs (workspace:GetChildren()) do
  854. if v.className == "Part" and v.Name ~= "Base" then
  855. if (Torso.Position-v.Position).magnitude <= 11 then
  856. v:Remove()
  857. end
  858. end
  859. if v.className == "Model" then
  860. for u, c in pairs (v:GetChildren()) do
  861. if c.className == "Part" and v.Name ~= Character.Name then
  862. if (Torso.Position-c.Position).magnitude <= 11 then
  863. c:Remove()
  864. end
  865. end
  866. end
  867. if v.Name ~= Character.Name then
  868. BobHumanoid = v:findFirstChild("Humanoid")
  869. BobHead = v:findFirstChild("Head")
  870. if BobHead ~= nil and BobHumanoid ~= nil then
  871. if (Torso.Position-BobHead.Position).magnitude <= 11 then
  872. for i = 1, 22 do
  873. wait()
  874. if i > 12 then
  875. BobHead.Mesh.Scale = BobHead.Mesh.Scale + Vector3.new(1, 1, 1)
  876. else
  877. if v:findFirstChild("Left Arm") ~= nil then
  878. v:findFirstChild("Left Arm"):Remove()
  879. end
  880. if v:findFirstChild("Left Leg") ~= nil then
  881. v:findFirstChild("Left Leg"):Remove()
  882. end
  883. if v:findFirstChild("Right Arm") ~= nil then
  884. v:findFirstChild("Right Arm"):Remove()
  885. end
  886. if v:findFirstChild("Right Leg") ~= nil then
  887. v:findFirstChild("Right Leg"):Remove()
  888. end
  889. if v:findFirstChild("Torso") ~= nil then
  890. v:findFirstChild("Torso"):Remove()
  891. end
  892. BobHead.Mesh.Scale = BobHead.Mesh.Scale + Vector3.new(-1, -1, -1)
  893. end
  894. end
  895. v:Remove()
  896. end
  897. end
  898. end
  899. end
  900. end
  901. end
  902. wait()
  903. end
  904. function ShieldOff()
  905. Shieldz = false
  906. for i = 1, 11 do
  907. Head.Mesh.Scale = Head.Mesh.Scale + Vector3.new(-1,-1,-1)
  908. wait(0.01)
  909. end
  910. for i = 1, 5 do
  911. pcall(function() Head.JoeMama.position = Head.JoeMama.position + Vector3.new(0,-1,0) end)
  912. wait(0.01)
  913. end
  914. pcall(function() Head.JoeMama:Remove() end)
  915. pcall(function() Torso.JooDaddeh:Remove() end)
  916. end
  917.  
  918. function Page(Num,gm)
  919. if Num == 1 then
  920. for _,v in pairs (gm:GetChildren()) do
  921. if v.Name == "Pg2" then
  922. v:Remove()
  923. else
  924. v.Visible = true
  925. end
  926. end
  927. elseif Num == 2 then
  928. for _,v in pairs (gm:GetChildren()) do
  929. if v.Name ~= "Pg2" then
  930. if v.className == "TextButton" then
  931. v.Visible = false
  932. end
  933. end
  934. end
  935. tb = Instance.new("TextButton")
  936. tb.Parent = gm
  937. tb.Size = UDim2.new(0,70,0,30)
  938. tb.Position = UDim2.new(0,800,0,40)
  939. tb.Text = "New Attack"
  940. tb.BackgroundTransparency = .5
  941. tb.TextTransparency = .1
  942. tb.BackgroundColor3 = Color3.new(100,255,255)
  943. tb.BorderColor3 = Color3.new(50,255,255)
  944. tb.Name = "Pg2"
  945. end
  946. end
  947.  
  948. gm = Instance.new("GuiMain")
  949. gm.Parent = Player.PlayerGui
  950. gm.Name = "GUI-Main"
  951. Frame = Instance.new("Frame",gm)
  952. Frame.Size = UDim2.new(0,310,0,300)
  953. Frame.Position = UDim2.new(0,780,0,20)
  954. Frame.BackgroundTransparency = .5
  955. Frame.BackgroundColor3 = Color3.new(50,50,50)
  956. Frame.BorderColor3 = Color3.new(0,0,0)
  957. Prev = Instance.new("TextButton",Frame)
  958. Prev.Position = UDim2.new(0,0,0,285)
  959. Prev.Size = UDim2.new(0,70,0,15)
  960. Prev.Text = "Page 1"
  961. Prev.BackgroundTransparency = .5
  962. Prev.TextTransparency = .1
  963. Prev.BackgroundColor3 = Color3.new(100,255,255)
  964. Prev.BorderColor3 = Color3.new(50,255,255)
  965. function onClick()
  966. Page(1,gm)
  967. end
  968. Prev.MouseButton1Click:connect(onClick)
  969. Next = Instance.new("TextButton",Frame)
  970. Next.Position = UDim2.new(0,240,0,285)
  971. Next.Size = UDim2.new(0,70,0,15)
  972. Next.Text = "Page 2"
  973. Next.BackgroundTransparency = .5
  974. Next.TextTransparency = .1
  975. Next.BackgroundColor3 = Color3.new(100,255,255)
  976. Next.BorderColor3 = Color3.new(50,255,255)
  977. function onClick()
  978. Page(2,gm)
  979. end
  980. Next.MouseButton1Click:connect(onClick)
  981. tb = Instance.new("TextButton")
  982. tb.Parent = gm
  983. tb.Size = UDim2.new(0,70,0,30)
  984. tb.Position = UDim2.new(0,800,0,80)
  985. tb.Text = "EyeLaser"
  986. tb.BackgroundTransparency = .5
  987. tb.TextTransparency = .1
  988. tb.BackgroundColor3 = Color3.new(100,255,255)
  989. tb.BorderColor3 = Color3.new(50,255,255)
  990. function onClick()
  991. EyeLaser()
  992. end
  993. tb.MouseButton1Click:connect(onClick)
  994. tb = Instance.new("TextButton")
  995. tb.Parent = gm
  996. tb.Size = UDim2.new(0,70,0,30)
  997. tb.Position = UDim2.new(0,900,0,80)
  998. tb.Text = "Roar"
  999. tb.BackgroundTransparency = .5
  1000. tb.TextTransparency = .1
  1001. tb.BackgroundColor3 = Color3.new(100,255,255)
  1002. tb.BorderColor3 = Color3.new(50,255,255)
  1003. function onClick()
  1004. Roar()
  1005. end
  1006. tb.MouseButton1Click:connect(onClick)
  1007. tb = Instance.new("TextButton")
  1008. tb.Parent = gm
  1009. tb.Size = UDim2.new(0,70,0,30)
  1010. tb.Position = UDim2.new(0,1000,0,80)
  1011. tb.Text = "Heal"
  1012. tb.BackgroundTransparency = .5
  1013. tb.TextTransparency = .1
  1014. tb.BackgroundColor3 = Color3.new(100,255,255)
  1015. tb.BorderColor3 = Color3.new(50,255,255)
  1016. function onClick()
  1017. Heal()
  1018. end
  1019. tb.MouseButton1Click:connect(onClick)
  1020. tb = Instance.new("TextButton")
  1021. tb.Parent = gm
  1022. tb.Size = UDim2.new(0,70,0,30)
  1023. tb.Position = UDim2.new(0,800,0,120)
  1024. tb.Text = "Suicide"
  1025. tb.BackgroundTransparency = .5
  1026. tb.TextTransparency = .1
  1027. tb.BackgroundColor3 = Color3.new(100,255,255)
  1028. tb.BorderColor3 = Color3.new(50,255,255)
  1029. function onClick()
  1030. Suicide()
  1031. end
  1032. tb.MouseButton1Click:connect(onClick)
  1033. tb = Instance.new("TextButton")
  1034. tb.Parent = gm
  1035. tb.Size = UDim2.new(0,70,0,30)
  1036. tb.Position = UDim2.new(0,900,0,120)
  1037. tb.Text = "Rocket"
  1038. tb.BackgroundTransparency = .5
  1039. tb.TextTransparency = .1
  1040. tb.BackgroundColor3 = Color3.new(100,255,255)
  1041. tb.BorderColor3 = Color3.new(50,255,255)
  1042. function onClick()
  1043. Rocket()
  1044. end
  1045. tb.MouseButton1Click:connect(onClick)
  1046. tb = Instance.new("TextButton")
  1047. tb.Parent = gm
  1048. tb.Size = UDim2.new(0,70,0,30)
  1049. tb.Position = UDim2.new(0,1000,0,120)
  1050. tb.Text = "Jump"
  1051. tb.BackgroundTransparency = .5
  1052. tb.TextTransparency = .1
  1053. tb.BackgroundColor3 = Color3.new(100,255,255)
  1054. tb.BorderColor3 = Color3.new(50,255,255)
  1055. function onClick()
  1056. Jump()
  1057. end
  1058. tb.MouseButton1Click:connect(onClick)
  1059. tb = Instance.new("TextButton")
  1060. tb.Parent = gm
  1061. tb.Size = UDim2.new(0,70,0,30)
  1062. tb.Position = UDim2.new(0,800,0,160)
  1063. tb.Text = "Bubble"
  1064. tb.BackgroundTransparency = .5
  1065. tb.TextTransparency = .1
  1066. tb.BackgroundColor3 = Color3.new(100,255,255)
  1067. tb.BorderColor3 = Color3.new(50,255,255)
  1068. function onClick()
  1069. Shield()
  1070. end
  1071. tb.MouseButton1Click:connect(onClick)
  1072. tb = Instance.new("TextButton")
  1073. tb.Parent = gm
  1074. tb.Size = UDim2.new(0,70,0,30)
  1075. tb.Position = UDim2.new(0,900,0,160)
  1076. tb.Text = "Ground-Pound"
  1077. tb.BackgroundTransparency = .5
  1078. tb.TextTransparency = .1
  1079. tb.BackgroundColor3 = Color3.new(100,255,255)
  1080. tb.BorderColor3 = Color3.new(50,255,255)
  1081. function onClick()
  1082. GroundPound()
  1083. end
  1084. tb.MouseButton1Click:connect(onClick)
  1085. tb = Instance.new("TextButton")
  1086. tb.Parent = gm
  1087. tb.Size = UDim2.new(0,70,0,30)
  1088. tb.Position = UDim2.new(0,1000,0,160)
  1089. tb.Text = "Eyez"
  1090. tb.BackgroundTransparency = .5
  1091. tb.TextTransparency = .1
  1092. tb.BackgroundColor3 = Color3.new(100,255,255)
  1093. tb.BorderColor3 = Color3.new(50,255,255)
  1094. function onClick()
  1095. Eyez()
  1096. end
  1097. tb.MouseButton1Click:connect(onClick)
  1098. tb = Instance.new("TextButton")
  1099. tb.Parent = gm
  1100. tb.Size = UDim2.new(0,70,0,30)
  1101. tb.Position = UDim2.new(0,800,0,200)
  1102. tb.Text = "FootBlox"
  1103. tb.BackgroundTransparency = .5
  1104. tb.TextTransparency = .1
  1105. tb.BackgroundColor3 = Color3.new(100,255,255)
  1106. tb.BorderColor3 = Color3.new(50,255,255)
  1107. function onClick()
  1108. FootBlox()
  1109. end
  1110. tb.MouseButton1Click:connect(onClick)
  1111.  
  1112. tb = Instance.new("TextButton")
  1113. tb.Parent = gm
  1114. tb.Size = UDim2.new(0,70,0,30)
  1115. tb.Position = UDim2.new(0,900,0,200)
  1116. tb.Text = "Primary Lotus"
  1117. tb.BackgroundTransparency = .5
  1118. tb.TextTransparency = .1
  1119. tb.BackgroundColor3 = Color3.new(100,255,255)
  1120. tb.BorderColor3 = Color3.new(50,255,255)
  1121. function onClick()
  1122. PrimaryLotus()
  1123. end
  1124. tb.MouseButton1Click:connect(onClick)
  1125.  
  1126. tb = Instance.new("TextButton")
  1127. tb.Parent = gm
  1128. tb.Size = UDim2.new(0,70,0,30)
  1129. tb.Position = UDim2.new(0,800,0,40)
  1130. tb.Text = "Red"
  1131. tb.BackgroundTransparency = .5
  1132. tb.TextTransparency = .1
  1133. tb.BackgroundColor3 = Color3.new(100,255,255)
  1134. tb.BorderColor3 = Color3.new(50,255,255)
  1135. function onClick()
  1136. Mouth.BrickColor = BrickColor.new("Black")
  1137. Eye1.BrickColor = BrickColor.new("Black")
  1138. Eye2.BrickColor = BrickColor.new("Black")
  1139. end
  1140. tb.MouseButton1Click:connect(onClick)
  1141. tb = Instance.new("TextButton")
  1142. tb.Parent = gm
  1143. tb.Size = UDim2.new(0,70,0,30)
  1144. tb.Position = UDim2.new(0,900,0,40)
  1145. tb.Text = "Blue"
  1146. tb.BackgroundTransparency = .5
  1147. tb.TextTransparency = .1
  1148. tb.BackgroundColor3 = Color3.new(100,255,255)
  1149. tb.BorderColor3 = Color3.new(50,255,255)
  1150. function onClick()
  1151. Mouth.BrickColor = BrickColor.new("Really blue")
  1152. Eye1.BrickColor = BrickColor.new("Really blue")
  1153. Eye2.BrickColor = BrickColor.new("Really blue")
  1154. end
  1155. tb.MouseButton1Click:connect(onClick)
  1156. tb = Instance.new("TextButton")
  1157. tb.Parent = gm
  1158. tb.Size = UDim2.new(0,70,0,30)
  1159. tb.Position = UDim2.new(0,1000,0,40)
  1160. tb.Text = "Yellow"
  1161. tb.BackgroundTransparency = .5
  1162. tb.TextTransparency = .1
  1163. tb.BackgroundColor3 = Color3.new(100,255,255)
  1164. tb.BorderColor3 = Color3.new(50,255,255)
  1165. function onClick()
  1166. Mouth.BrickColor = BrickColor.new("Really red")
  1167. Eye1.BrickColor = BrickColor.new("Really red")
  1168. Eye2.BrickColor = BrickColor.new("Really red")
  1169. end
  1170. tb.MouseButton1Click:connect(onClick)
  1171.  
  1172. tb = Instance.new("TextButton")
  1173. tb.Parent = gm
  1174. tb.Size = UDim2.new(0,70,0,30)
  1175. tb.Position = UDim2.new(0,1000,0,200)
  1176. tb.Text = "Free Self"
  1177. tb.BackgroundTransparency = .5
  1178. tb.TextTransparency = .1
  1179. tb.BackgroundColor3 = Color3.new(100,255,255)
  1180. tb.BorderColor3 = Color3.new(50,255,255)
  1181. function onClick()
  1182. Free()
  1183. end
  1184.  
  1185. tb.MouseButton1Click:connect(onClick)
  1186. tb = Instance.new("TextButton")
  1187. tb.Parent = gm
  1188. tb.Size = UDim2.new(0,70,0,30)
  1189. tb.Position = UDim2.new(0,800,0,240)
  1190. tb.Text = "HeadAche"
  1191. tb.BackgroundTransparency = .5
  1192. tb.TextTransparency = .1
  1193. tb.BackgroundColor3 = Color3.new(100,255,255)
  1194. tb.BorderColor3 = Color3.new(50,255,255)
  1195. function onClick()
  1196. HeadAche()
  1197. end
  1198. tb.MouseButton1Click:connect(onClick)
  1199.  
  1200. tb = Instance.new("TextButton")
  1201. tb.Parent = gm
  1202. tb.Size = UDim2.new(0,70,0,30)
  1203. tb.Position = UDim2.new(0,900,0,240)
  1204. tb.Text = "Shield"
  1205. tb.BackgroundTransparency = .5
  1206. tb.TextTransparency = .1
  1207. tb.BackgroundColor3 = Color3.new(100,255,255)
  1208. tb.BorderColor3 = Color3.new(50,255,255)
  1209. function click()
  1210. if not Shieldz then
  1211. ShieldOn()
  1212. else
  1213. ShieldOff()
  1214. end
  1215. end
  1216. tb.MouseButton1Click:connect(click)
  1217.  
  1218. while true do
  1219. wait()
  1220. Character.Humanoid.WalkSpeed = 32
  1221. Character.Humanoid.MaxHealth = math.huge
  1222. Character.Humanoid.Health = math.huge
  1223. if Torso.Position.Y <= -20 or Torso.Position.Y >= 10000 then
  1224. Base = Workspace:findFirstChild("Base")
  1225. if Base ~= nil then
  1226. Character:MoveTo(Base.Position)
  1227. else
  1228. Character:MoveTo(Vector3.new(0, 100, 0))
  1229. end
  1230. end
  1231. end -- LEGO
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement