Advertisement
CommanderWix

Untitled

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