Cyculu

Cyculu S1

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