Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2015
338
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Names = "BeMyPikachu"
  2. Player = game:GetService("Players").LocalPlayer
  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. Shieldz = false
  19. Radio = false
  20. Healing = false
  21.  
  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.  
  33. Stuff = Player.Character:GetChildren()
  34. for i = 1 , #Stuff do
  35.  if Stuff[i].Name == "Shirt" or Stuff[i].Name == "Pants" or Stuff[i].className == "Hat" then
  36.   Stuff[i]:Remove()
  37.  end
  38. end
  39.  
  40.  
  41.  
  42. Bottom = Instance.new("Part")
  43. Bottom.Parent = Character
  44. Bottom.Size = Vector3.new(1,1,1)
  45. Bottom.TopSurface = "Smooth"
  46. Bottom.BottomSurface = "Smooth"
  47. Bottom.CanCollide = false
  48. Bottom.Reflectance = .1
  49. Bottom.FormFactor = "Symmetric"
  50. Bottom.BrickColor = BrickColor.new("Black")
  51. BottomMesh=Instance.new("CylinderMesh")
  52. BottomMesh.Scale=Vector3.new(1.5,.1,1.5)
  53. --BottomMesh.MeshType = "Head"
  54. BottomMesh.Parent=Bottom
  55. Bottom:BreakJoints()
  56. beld = Instance.new("Weld")
  57. beld.Parent = Head
  58. beld.Part0 = Head
  59. beld.Part1 = Bottom
  60. beld.C0 = CFrame.new(0,.5,-0)
  61. Top = Instance.new("Part")
  62. Top.Parent = Character
  63. Top.Size = Vector3.new(1,1,1)
  64. Top.TopSurface = "Smooth"
  65. Top.BottomSurface = "Smooth"
  66. Top.CanCollide = false
  67. Top.Reflectance = .1
  68. Top.FormFactor = "Symmetric"
  69. Top.BrickColor = BrickColor.new("Black")
  70. TopMesh=Instance.new("CylinderMesh")
  71. TopMesh.Scale=Vector3.new(1,1.2,1)
  72. --TopMesh.MeshType = "Head"
  73. TopMesh.Parent=Top
  74. Top:BreakJoints()
  75. teld = Instance.new("Weld")
  76. teld.Parent = Head
  77. teld.Part0 = Head
  78. teld.Part1 = Top
  79. teld.C0 = CFrame.new(0,1,-0)
  80.  
  81. Middle = Instance.new("Part")
  82. Middle.Parent = Character
  83. Middle.Size = Vector3.new(1,1,1)
  84. Middle.TopSurface = "Smooth"
  85. Middle.BottomSurface = "Smooth"
  86. Middle.CanCollide = false
  87. Middle.Reflectance = .1
  88. Middle.FormFactor = "Symmetric"
  89. Middle.BrickColor = BrickColor.new("Lime green")
  90. MiddleMesh=Instance.new("CylinderMesh")
  91. MiddleMesh.Scale=Vector3.new(1.01,.1,1.01)
  92. --MiddleMesh.MeshType = "Head"
  93. MiddleMesh.Parent=Middle
  94. Middle:BreakJoints()
  95. meld = Instance.new("Weld")
  96. meld.Parent = Head
  97. meld.Part0 = Head
  98. meld.Part1 = Middle
  99. meld.C0 = CFrame.new(0,1.3,-0)
  100.  
  101.  
  102. function Page(Num,gm)
  103. if Num == 1 then
  104. for _,v in pairs (gm:GetChildren()) do
  105. if v.Name == "Pg2" then
  106. v:Remove()
  107. else
  108. v.Visible = true
  109. end
  110. end
  111. elseif Num == 2 then
  112. for _,v in pairs (gm:GetChildren()) do
  113. if v.Name ~= "Pg2" then
  114. if v.className == "TextButton" then
  115. v.Visible = false
  116. end
  117. end
  118. end
  119. tb = Instance.new("TextButton")
  120. tb.Parent = gm
  121. tb.Size = UDim2.new(0,70,0,30)
  122. tb.Position = UDim2.new(0,800,0,40)
  123. tb.Text = "Sun Hat"
  124. tb.BackgroundTransparency = .5
  125. tb.TextTransparency = .1
  126. tb.BackgroundColor3 = Color3.new(100,255,255)
  127. tb.BorderColor3 = Color3.new(50,255,255)
  128. tb.Name = "Pg2"
  129. function click()
  130. SunHat()
  131. end
  132. tb.MouseButton1Click:connect(click)
  133. tb = Instance.new("TextButton")
  134. tb.Parent = gm
  135. tb.Size = UDim2.new(0,70,0,30)
  136. tb.Position = UDim2.new(0,800,0,80)
  137. tb.Text = "No Sun Hat"
  138. tb.BackgroundTransparency = .5
  139. tb.TextTransparency = .1
  140. tb.BackgroundColor3 = Color3.new(100,255,255)
  141. tb.BorderColor3 = Color3.new(50,255,255)
  142. tb.Name = "Pg2"
  143. function click()
  144. NoSunHat()
  145. end
  146. tb.MouseButton1Click:connect(click)
  147. tb = Instance.new("TextButton")
  148. tb.Parent = gm
  149. tb.Size = UDim2.new(0,70,0,30)
  150. tb.Position = UDim2.new(0,800,0,120)
  151. tb.Text = "Radio"
  152. tb.BackgroundTransparency = .5
  153. tb.TextTransparency = .1
  154. tb.BackgroundColor3 = Color3.new(100,255,255)
  155. tb.BorderColor3 = Color3.new(50,255,255)
  156. tb.Name = "Pg2"
  157. function click()
  158. Radio()
  159. Radio = true
  160. end
  161. tb.MouseButton1Click:connect(click)
  162. tb = Instance.new("TextButton")
  163. tb.Parent = gm
  164. tb.Size = UDim2.new(0,70,0,30)
  165. tb.Position = UDim2.new(0,800,0,160)
  166. tb.Text = "No Radio"
  167. tb.BackgroundTransparency = .5
  168. tb.TextTransparency = .1
  169. tb.BackgroundColor3 = Color3.new(100,255,255)
  170. tb.BorderColor3 = Color3.new(50,255,255)
  171. tb.Name = "Pg2"
  172. function click()
  173. Radio = false
  174. NoRadio()
  175. end
  176. tb.MouseButton1Click:connect(click)
  177. tb = Instance.new("TextButton")
  178. tb.Parent = gm
  179. tb.Size = UDim2.new(0,70,0,30)
  180. tb.Position = UDim2.new(0,800,0,200)
  181. tb.Text = "Healer"
  182. tb.BackgroundTransparency = .5
  183. tb.TextTransparency = .1
  184. tb.BackgroundColor3 = Color3.new(100,255,255)
  185. tb.BorderColor3 = Color3.new(50,255,255)
  186. tb.Name = "Pg2"
  187. function click()
  188. Something()
  189. Healing = true
  190. end
  191. tb.MouseButton1Click:connect(click)
  192. tb = Instance.new("TextButton")
  193. tb.Parent = gm
  194. tb.Size = UDim2.new(0,70,0,30)
  195. tb.Position = UDim2.new(0,800,0,240)
  196. tb.Text = "No Healer"
  197. tb.BackgroundTransparency = .5
  198. tb.TextTransparency = .1
  199. tb.BackgroundColor3 = Color3.new(100,255,255)
  200. tb.BorderColor3 = Color3.new(50,255,255)
  201. tb.Name = "Pg2"
  202. function click()
  203. NoHealer()
  204. Healing = false
  205. end
  206. tb.MouseButton1Click:connect(click)
  207. tb = Instance.new("TextButton")
  208. tb.Parent = gm
  209. tb.Size = UDim2.new(0,70,0,30)
  210. tb.Position = UDim2.new(0,880,0,40)
  211. tb.Text = "Lemme alone!!"
  212. tb.BackgroundTransparency = .5
  213. tb.TextTransparency = .1
  214. tb.BackgroundColor3 = Color3.new(100,255,255)
  215. tb.BorderColor3 = Color3.new(50,255,255)
  216. tb.Name = "Pg2"
  217. function click()
  218. LeaveMeAlone()
  219. end
  220. tb.MouseButton1Click:connect(click)
  221. tb = Instance.new("TextButton")
  222. tb.Parent = gm
  223. tb.Size = UDim2.new(0,70,0,30)
  224. tb.Position = UDim2.new(0,880,0,80)
  225. tb.Text = "I'm cool now"
  226. tb.BackgroundTransparency = .5
  227. tb.TextTransparency = .1
  228. tb.BackgroundColor3 = Color3.new(100,255,255)
  229. tb.BorderColor3 = Color3.new(50,255,255)
  230. tb.Name = "Pg2"
  231. function click()
  232. ImCoolNow()
  233. end
  234. tb.MouseButton1Click:connect(click)
  235. end
  236. end
  237.  
  238. function Heal()
  239. for i = 1, 40 do
  240. MiddleMesh.Scale = MiddleMesh.Scale + Vector3.new(.1,0,.1)
  241. wait()
  242. end
  243. for i = 1, 60 do
  244. Humanoid.Health = Humanoid.Health + 2
  245. Middle.Transparency = Middle.Transparency + 0.02
  246. MiddleMesh.Scale = MiddleMesh.Scale + Vector3.new(0,.4,0)
  247. wait()
  248. end
  249. Middle.Transparency = 0
  250. MiddleMesh.Scale = Vector3.new(1.01,.1,1.01)
  251. end
  252.  
  253. function Harm()
  254. Middle.BrickColor = BrickColor.new("Really red")
  255. for i = 1, 40 do
  256. MiddleMesh.Scale = MiddleMesh.Scale + Vector3.new(.1,0,.1)
  257. wait()
  258. end
  259. for i = 1, 60 do
  260. Humanoid.Health = Humanoid.Health - 1
  261. Middle.Transparency = Middle.Transparency + 0.02
  262. MiddleMesh.Scale = MiddleMesh.Scale + Vector3.new(0,.4,0)
  263. wait()
  264. end
  265. Middle.Transparency = 0
  266. MiddleMesh.Scale = Vector3.new(1.01,.1,1.01)
  267. Middle.BrickColor = BrickColor.new("Lime green")
  268. end
  269.  
  270.  
  271.  
  272.  
  273. function ShieldOn()
  274. Billy = Instance.new("BodyPosition")
  275. Billy.Name = "JoeMama"
  276. Billy.Parent = Head
  277. Billy.position = Head.Position
  278. Billy.maxForce = Vector3.new(0, math.huge, 0)
  279. Middle.Transparency = .5
  280. Character.Humanoid.WalkSpeed = 32
  281. for i = 1, 30 do
  282. MiddleMesh.Scale = MiddleMesh.Scale + Vector3.new(.1,0,.1)
  283. wait()
  284. end
  285. for i = 1, 10 do
  286. wait()
  287. Billy.position = Billy.position + Vector3.new(0,1,0)
  288. end
  289. Sh = true
  290. end
  291.  
  292. function ShieldOff()
  293. Sh = false
  294. for i = 1, 30 do
  295. MiddleMesh.Scale = MiddleMesh.Scale - Vector3.new(.1,0,.1)
  296. wait()
  297. Middle.Transparency = 0
  298. Character.Humanoid.WalkSpeed = 16
  299. end
  300. Billy:remove()
  301. end
  302.  
  303. function Free()
  304. for i = 1, 10 do
  305. Torso.Transparency = Torso.Transparency + .1
  306. Head.Transparency = Head.Transparency + .1
  307. RightArm.Transparency = RightArm.Transparency + .1
  308. LeftArm.Transparency = LeftArm.Transparency + .1
  309. LeftLeg.Transparency = LeftLeg.Transparency + .1
  310. RightLeg.Transparency =RightLeg.Transparency + .1
  311. Top.Transparency = Top.Transparency + .1
  312. Middle.Transparency = Middle.Transparency + .1
  313. Bottom.Transparency = Bottom.Transparency + .1
  314. wait()
  315. end
  316. Torso.CFrame = Torso.CFrame + Vector3.new(0,10,0)
  317. Torso.Anchored = true
  318. for i = 1, 10 do
  319. Torso.Transparency = Torso.Transparency - .1
  320. Head.Transparency = Head.Transparency - .1
  321. RightArm.Transparency = RightArm.Transparency - .1
  322. LeftArm.Transparency = LeftArm.Transparency - .1
  323. LeftLeg.Transparency = LeftLeg.Transparency - .1
  324. RightLeg.Transparency =RightLeg.Transparency - .1
  325. Top.Transparency = Top.Transparency - .1
  326. Middle.Transparency = Middle.Transparency - .1
  327. Bottom.Transparency = Bottom.Transparency - .1
  328. wait()
  329. end
  330. Torso.Anchored = false
  331. end
  332.  
  333. --[[function TeleForward()
  334. for i = 1, 10 do
  335. Torso.Transparency = Torso.Transparency + .1
  336. Head.Transparency = Head.Transparency + .1
  337. RightArm.Transparency = RightArm.Transparency + .1
  338. LeftArm.Transparency = LeftArm.Transparency + .1
  339. LeftLeg.Transparency = LeftLeg.Transparency + .1
  340. RightLeg.Transparency =RightLeg.Transparency + .1
  341. Top.Transparency = Top.Transparency + .1
  342. Middle.Transparency = Middle.Transparency + .1
  343. Bottom.Transparency = Bottom.Transparency + .1
  344. wait()
  345. end
  346. Torso.CFrame.LookVector = Torso.CFrame.LookVector * 10
  347. for i = 1, 10 do
  348. Torso.Transparency = Torso.Transparency - .1
  349. Head.Transparency = Head.Transparency - .1
  350. RightArm.Transparency = RightArm.Transparency - .1
  351. LeftArm.Transparency = LeftArm.Transparency - .1
  352. LeftLeg.Transparency = LeftLeg.Transparency - .1
  353. RightLeg.Transparency =RightLeg.Transparency - .1
  354. Top.Transparency = Top.Transparency - .1
  355. Middle.Transparency = Middle.Transparency - .1
  356. Bottom.Transparency = Bottom.Transparency - .1
  357. wait()
  358. end
  359. end]]--
  360.  
  361. function Rampage()
  362. pp = Instance.new("Part")
  363. pp.Parent = Torso
  364. pp.CFrame = Torso.CFrame
  365. pp.Transparency = 1
  366. pp.BrickColor = BrickColor.new("Bright yellow")
  367. pp.Size = Vector3.new(10,10,10)
  368. pp.FormFactor = "Symmetric"
  369. --pp.CanCollide = false
  370. peld = Instance.new("Weld")
  371. peld.Parent = Torso
  372. peld.Part0 = Middle
  373. peld.Part1 = pp
  374. peld.C0 = CFrame.new(0,-2.7,0)
  375. pm = Instance.new("SpecialMesh")
  376. pm.Parent = pp
  377. pm.MeshType = "Sphere"
  378. for i = 1, 10 do
  379. Torso.Reflectance = Torso.Reflectance + .1
  380. Head.Reflectance = Head.Reflectance + .1
  381. RightArm.Reflectance = RightArm.Reflectance + .1
  382. LeftArm.Reflectance = LeftArm.Reflectance + .1
  383. LeftLeg.Reflectance = LeftLeg.Reflectance + .1
  384. RightLeg.Reflectance =RightLeg.Reflectance + .1
  385. Top.Reflectance = Top.Reflectance + .1
  386. Middle.Reflectance = Middle.Reflectance + .1
  387. Bottom.Reflectance = Bottom.Reflectance + .1
  388. pp.Transparency = pp.Transparency - .05
  389. wait()
  390. end
  391. function OnTouched(food)
  392. if food.Name ~= "Base" then
  393. food:remove()
  394. end
  395. end
  396. pp.Touched:connect(OnTouched)
  397. Humanoid.WalkSpeed = 80
  398. wait(15)
  399. for i = 1, 10 do
  400. Torso.Reflectance = Torso.Reflectance - .1
  401. Head.Reflectance = Head.Reflectance - .1
  402. RightArm.Reflectance = RightArm.Reflectance - .1
  403. LeftArm.Reflectance = LeftArm.Reflectance - .1
  404. LeftLeg.Reflectance = LeftLeg.Reflectance - .1
  405. RightLeg.Reflectance =RightLeg.Reflectance - .1
  406. Top.Reflectance = Top.Reflectance - .1
  407. Middle.Reflectance = Middle.Reflectance - .1
  408. Bottom.Reflectance = Bottom.Reflectance - .1
  409. pp.Transparency = pp.Transparency + .1
  410. wait()
  411. end
  412. pp:remove()
  413. Humanoid.WalkSpeed = 16
  414. end
  415.  
  416. function Something()
  417. for i = 1, 20 do
  418. Middle.Transparency = Middle.Transparency + .05
  419. wait()
  420. end
  421. --MiddleMesh.MeshType = "Sphere"
  422. for i = 1, 20 do
  423. TopMesh.Scale = TopMesh.Scale - Vector3.new(.04,0,.04)
  424. wait()
  425. end
  426. for i = 1, 10 do
  427. teld.C0 = teld.C0 - Vector3.new(.045,0,0)
  428. wait()
  429. end
  430. for i = 1, 20 do
  431. BottomMesh.Scale = BottomMesh.Scale - Vector3.new(.065,0,.065)
  432. wait()
  433. end
  434. for i = 1, 10 do
  435. beld.C0 = beld.C0 + Vector3.new(0,.045,0)
  436. wait()
  437. end
  438. for i = 1, 10 do
  439. beld.C0 = beld.C0 + Vector3.new(.045,0,0)
  440. wait()
  441. end
  442. for i = 1, 20 do
  443. BottomMesh.Scale = BottomMesh.Scale + Vector3.new(0,.06,0)
  444. wait()
  445. end
  446. for i = 1, 20 do
  447. MiddleMesh.Scale = MiddleMesh.Scale - Vector3.new(.01,0,.01)
  448. wait()
  449. end
  450. for i = 1, 10 do
  451. meld.C0 = meld.C0 + Vector3.new(0,.035,0)
  452. wait()
  453. end
  454. end
  455.  
  456. function NoHealer()
  457. meld.C0 = CFrame.new(0,1.3,-0)
  458. MiddleMesh.Scale=Vector3.new(1.01,.1,1.01)
  459. for i = 1, 20 do
  460. Middle.Transparency = Middle.Transparency - .05
  461. wait()
  462. end
  463. --MiddleMesh.MeshType = "Sphere"
  464. for i = 1, 20 do
  465. TopMesh.Scale = TopMesh.Scale + Vector3.new(.04,0,.04)
  466. wait()
  467. end
  468. for i = 1, 10 do
  469. teld.C0 = teld.C0 + Vector3.new(.045,0,0)
  470. wait()
  471. end
  472. for i = 1, 20 do
  473. BottomMesh.Scale = BottomMesh.Scale + Vector3.new(.065,0,.065)
  474. wait()
  475. end
  476. for i = 1, 10 do
  477. beld.C0 = beld.C0 - Vector3.new(0,.045,0)
  478. wait()
  479. end
  480. for i = 1, 10 do
  481. beld.C0 = beld.C0 - Vector3.new(.045,0,0)
  482. wait()
  483. end
  484. for i = 1, 20 do
  485. BottomMesh.Scale = BottomMesh.Scale - Vector3.new(0,.06,0)
  486. wait()
  487. end
  488. end
  489.  
  490. function LeaveMeAlone()
  491. for i = 1, 20 do
  492. beld.C0 = beld.C0 - Vector3.new(0,.125,0)
  493. wait()
  494. end
  495. for i = 1, 20 do
  496. BottomMesh.Scale = BottomMesh.Scale + Vector3.new(.15,0,.15)
  497. wait()
  498. end
  499. for i = 1, 20 do
  500. BottomMesh.Scale = BottomMesh.Scale + Vector3.new(0,.275,0)
  501. wait()
  502. end
  503. pp = Instance.new("Part")
  504. pp.Parent = Torso
  505. pp.CFrame = Torso.CFrame
  506. pp.Transparency = 1
  507. pp.BrickColor = BrickColor.new("Bright yellow")
  508. pp.Size = Vector3.new(4.5,5,4.5)
  509. pp.FormFactor = "Symmetric"
  510. --pp.CanCollide = false
  511. peld = Instance.new("Weld")
  512. peld.Parent = Torso
  513. peld.Part0 = Head
  514. peld.Part1 = pp
  515. peld.C0 = CFrame.new(0,-2.5,0)
  516. Humanoid.WalkSpeed = 0
  517. end
  518.  
  519. function ImCoolNow()
  520. for i = 1, 20 do
  521. beld.C0 = beld.C0 + Vector3.new(0,.125,0)
  522. wait()
  523. end
  524. for i = 1, 20 do
  525. BottomMesh.Scale = BottomMesh.Scale - Vector3.new(.15,0,.15)
  526. wait()
  527. end
  528. for i = 1, 20 do
  529. BottomMesh.Scale = BottomMesh.Scale - Vector3.new(0,.275,0)
  530. wait()
  531. end
  532. pp:remove()
  533. Humanoid.WalkSpeed = 16
  534. end
  535.  
  536. function Radio()
  537. for i = 1, 20 do
  538. beld.C0 = beld.C0 - Vector3.new(0,.05,0)
  539. wait()
  540. end
  541. for i = 1, 20 do
  542. beld.C0 = beld.C0 + Vector3.new(0,0,.08)
  543. wait()
  544. end
  545. for i = 1, 20 do
  546. beld.C0 = beld.C0 - Vector3.new(0,.05,0)
  547. wait()
  548. end
  549. for i = 1, 20 do
  550. BottomMesh.Scale = BottomMesh.Scale + Vector3.new(.05,0,.05)
  551. wait()
  552. end
  553. for i = 1, 20 do
  554. BottomMesh.Scale = BottomMesh.Scale + Vector3.new(0,.175,0)
  555. wait()
  556. end
  557. for i = 1, 20 do
  558. meld.C0 = meld.C0 + Vector3.new(0,0,.08)
  559. wait()
  560. end
  561. for i = 1, 20 do
  562. meld.C0 = meld.C0 - Vector3.new(0,.05,0)
  563. wait()
  564. end
  565. for i = 1, 20 do
  566. MiddleMesh.Scale = MiddleMesh.Scale + Vector3.new(.05,0,.05)
  567. wait()
  568. end
  569. for i = 1, 20 do
  570. teld.C0 = teld.C0 + Vector3.new(0,0,.08)
  571. wait()
  572. end
  573. for i = 1, 20 do
  574. TopMesh.Scale = TopMesh.Scale - Vector3.new(.043,0,.043)
  575. wait()
  576. end
  577. for i = 1, 20 do
  578. TopMesh.Scale = TopMesh.Scale + Vector3.new(0,.12,0)
  579. wait()
  580. end
  581. for i = 1, 20 do
  582. teld.C0 = teld.C0 + Vector3.new(.03,0,0)
  583. wait()
  584. end
  585. for i = 1, 20 do
  586. teld.C0 = teld.C0 + Vector3.new(0,.05,0)
  587. wait()
  588. end
  589. end
  590.  
  591. function NoRadio()
  592. for i = 1, 20 do
  593. beld.C0 = beld.C0 + Vector3.new(0,.05,0)
  594. wait()
  595. end
  596. for i = 1, 20 do
  597. beld.C0 = beld.C0 - Vector3.new(0,0,.08)
  598. wait()
  599. end
  600. for i = 1, 20 do
  601. beld.C0 = beld.C0 + Vector3.new(0,.05,0)
  602. wait()
  603. end
  604. for i = 1, 20 do
  605. BottomMesh.Scale = BottomMesh.Scale - Vector3.new(.05,0,.05)
  606. wait()
  607. end
  608. for i = 1, 20 do
  609. BottomMesh.Scale = BottomMesh.Scale - Vector3.new(0,.175,0)
  610. wait()
  611. end
  612. for i = 1, 20 do
  613. meld.C0 = meld.C0 - Vector3.new(0,0,.08)
  614. wait()
  615. end
  616. for i = 1, 20 do
  617. meld.C0 = meld.C0 + Vector3.new(0,.05,0)
  618. wait()
  619. end
  620. for i = 1, 20 do
  621. MiddleMesh.Scale = MiddleMesh.Scale - Vector3.new(.05,0,.05)
  622. wait()
  623. end
  624. for i = 1, 20 do
  625. teld.C0 = teld.C0 - Vector3.new(0,0,.08)
  626. wait()
  627. end
  628. for i = 1, 20 do
  629. TopMesh.Scale = TopMesh.Scale + Vector3.new(.043,0,.043)
  630. wait()
  631. end
  632. for i = 1, 20 do
  633. TopMesh.Scale = TopMesh.Scale - Vector3.new(0,.12,0)
  634. wait()
  635. end
  636. for i = 1, 20 do
  637. teld.C0 = teld.C0 - Vector3.new(.03,0,0)
  638. wait()
  639. end
  640. for i = 1, 20 do
  641. teld.C0 = teld.C0 - Vector3.new(0,.05,0)
  642. wait()
  643. end
  644. end
  645.  
  646.  
  647. function SunHat()
  648. for i = 1, 12.5 do
  649. meld.C0 = meld.C0 - Vector3.new(0,.05,0)
  650. wait()
  651. end
  652. for i = 1, 2 do
  653. beld.C0 = beld.C0 + Vector3.new(0,.05,0)
  654. wait()
  655. end
  656. for i = 1, 15 do
  657. BottomMesh.Scale = BottomMesh.Scale + Vector3.new(.25,0,.25)
  658. wait()
  659. end
  660. for i = 1, 10 do
  661. MiddleMesh.Scale = MiddleMesh.Scale + Vector3.new(.25,0,.25)
  662. wait()
  663. end
  664. for i = 1, 22 do
  665. TopMesh.Scale = TopMesh.Scale - Vector3.new(0,0.05,0)
  666. wait()
  667. end
  668. for i = 1, 5 do
  669. teld.C0 = teld.C0 - Vector3.new(0,.04,0)
  670. wait()
  671. end
  672. end
  673.  
  674.  
  675. function NoSunHat()
  676. for i = 1, 12.5 do
  677. meld.C0 = meld.C0 + Vector3.new(0,.05,0)
  678. wait()
  679. end
  680. for i = 1, 2 do
  681. beld.C0 = beld.C0 - Vector3.new(0,.05,0)
  682. wait()
  683. end
  684. for i = 1, 15 do
  685. BottomMesh.Scale = BottomMesh.Scale - Vector3.new(.25,0,.25)
  686. wait()
  687. end
  688. for i = 1, 10 do
  689. MiddleMesh.Scale = MiddleMesh.Scale - Vector3.new(.25,0,.25)
  690. wait()
  691. end
  692. for i = 1, 22 do
  693. TopMesh.Scale = TopMesh.Scale + Vector3.new(0,0.05,0)
  694. wait()
  695. end
  696. for i = 1, 5 do
  697. teld.C0 = teld.C0 + Vector3.new(0,.04,0)
  698. wait()
  699. end
  700. end
  701.  
  702. function CoolHat()
  703. for i = 1, 15 do
  704. meld.C0 = meld.C0 - Vector3.new(0,.049,0)
  705. wait()
  706. end
  707. for i = 1, 15 do
  708. TopMesh.Scale = TopMesh.Scale - Vector3.new(0,0.05,0)
  709. wait()
  710. end
  711. for i = 1, 15 do
  712. BottomMesh.Scale = BottomMesh.Scale + Vector3.new(.05,0,.05)
  713. wait()
  714. end
  715. for i = 1, 15 do
  716. MiddleMesh.Scale = MiddleMesh.Scale + Vector3.new(.025,0,.025)
  717. wait()
  718. end
  719. for i = 1, 10 do
  720. teld.C0 = teld.C0 - Vector3.new(0,.04,0)
  721. wait()
  722. end
  723. for i = 1, 5 do
  724. --Bottom.CFrame = Bottom.CFrame + CFrame.Angles(45, 45, 45)
  725. --CFrame.new()*CFrame,Angles(0,0,0)
  726. end
  727. end
  728.  
  729. function NoCoolHat()
  730. for i = 1, 15 do
  731. meld.C0 = meld.C0 + Vector3.new(0,.049,0)
  732. wait()
  733. end
  734. for i = 1, 15 do
  735. TopMesh.Scale = TopMesh.Scale + Vector3.new(0,0.05,0)
  736. wait()
  737. end
  738. for i = 1, 15 do
  739. BottomMesh.Scale = BottomMesh.Scale - Vector3.new(.05,0,.05)
  740. wait()
  741. end
  742. for i = 1, 15 do
  743. MiddleMesh.Scale = MiddleMesh.Scale - Vector3.new(.025,0,.025)
  744. wait()
  745. end
  746. for i = 1, 10 do
  747. teld.C0 = teld.C0 + Vector3.new(0,.04,0)
  748. wait()
  749. end
  750. for i = 1, 5 do
  751. --Bottom.CFrame = Bottom.CFrame - CFrame.Angles(45, 45, 45)
  752. --CFrame.new()*CFrame,Angles(0,0,0)
  753. end
  754. end
  755.  
  756. function SweatBand()
  757. for i = 1, 20 do
  758. meld.C0 = meld.C0 - Vector3.new(0,.05,0)
  759. wait()
  760. end
  761. for i = 1, 10 do
  762. MiddleMesh.Scale = MiddleMesh.Scale + Vector3.new(.0225,0,.0225)
  763. wait()
  764. end
  765. for i = 1, 14 do
  766. BottomMesh.Scale = BottomMesh.Scale - Vector3.new(.02,0,.02)
  767. wait()
  768. end
  769. for i = 1, 10 do
  770. beld.C0 = beld.C0 - Vector3.new(0,.02,0)
  771. wait()
  772. end
  773. for i = 1, 5 do
  774. BottomMesh.Scale = BottomMesh.Scale + Vector3.new(0,.03,0)
  775. wait()
  776. end
  777. for i = 1, 8 do
  778. TopMesh.Scale = TopMesh.Scale - Vector3.new(.1,0,.1)
  779. wait()
  780. end
  781. for i = 1, 8 do
  782. teld.C0 = teld.C0 + Vector3.new(0,0,.072)
  783. wait()
  784. end
  785. for i = 1, 12.5 do
  786. teld.C0 = teld.C0 - Vector3.new(0,.1,0)
  787. wait()
  788. end
  789. end
  790.  
  791. function NoSweatBand()
  792. for i = 1, 20 do
  793. meld.C0 = meld.C0 + Vector3.new(0,.05,0)
  794. wait()
  795. end
  796. for i = 1, 10 do
  797. MiddleMesh.Scale = MiddleMesh.Scale - Vector3.new(.0225,0,.0225)
  798. wait()
  799. end
  800. for i = 1, 14 do
  801. BottomMesh.Scale = BottomMesh.Scale + Vector3.new(.02,0,.02)
  802. wait()
  803. end
  804. for i = 1, 10 do
  805. beld.C0 = beld.C0 + Vector3.new(0,.02,0)
  806. wait()
  807. end
  808. for i = 1, 5 do
  809. BottomMesh.Scale = BottomMesh.Scale - Vector3.new(0,.03,0)
  810. wait()
  811. end
  812. for i = 1, 8 do
  813. TopMesh.Scale = TopMesh.Scale + Vector3.new(.1,0,.1)
  814. wait()
  815. end
  816. for i = 1, 8 do
  817. teld.C0 = teld.C0 - Vector3.new(0,0,.072)
  818. wait()
  819. end
  820. for i = 1, 12.5 do
  821. teld.C0 = teld.C0 + Vector3.new(0,.1,0)
  822. wait()
  823. end
  824. end
  825.  
  826. function Umbrella()
  827. for i = 1, 30 do
  828. meld.C0 = meld.C0 + Vector3.new(0,.05,0)
  829. wait()
  830. end
  831. for i = 1, 44.5 do
  832. beld.C0 = beld.C0 + Vector3.new(0,.05,0)
  833. wait()
  834. end
  835. for i = 1, 6.5 do
  836. TopMesh.Scale = TopMesh.Scale - Vector3.new(0.1,0,0.1)
  837. wait()
  838. end
  839. for i = 1, 20 do
  840. TopMesh.Scale = TopMesh.Scale - Vector3.new(0,.25,0)
  841. wait()
  842. end
  843. for i = 1, 15 do
  844. BottomMesh.Scale = BottomMesh.Scale + Vector3.new(.25,0,.25)
  845. wait()
  846. end
  847. for i = 1, 10 do
  848. MiddleMesh.Scale = MiddleMesh.Scale + Vector3.new(.25,0,.25)
  849. wait()
  850. end
  851. end
  852.  
  853. function Normal()
  854. for i = 1, 30 do
  855. meld.C0 = meld.C0 - Vector3.new(0,.05,0)
  856. wait()
  857. end
  858. for i = 1, 44.5 do
  859. beld.C0 = beld.C0 - Vector3.new(0,.05,0)
  860. wait()
  861. end
  862. for i = 1, 6.5 do
  863. TopMesh.Scale = TopMesh.Scale + Vector3.new(0.1,0,0.1)
  864. wait()
  865. end
  866. for i = 1, 20 do
  867. TopMesh.Scale = TopMesh.Scale + Vector3.new(0,.25,0)
  868. wait()
  869. end
  870. for i = 1, 15 do
  871. BottomMesh.Scale = BottomMesh.Scale - Vector3.new(.25,0,.25)
  872. wait()
  873. end
  874. for i = 1, 10 do
  875. MiddleMesh.Scale = MiddleMesh.Scale - Vector3.new(.25,0,.25)
  876. wait()
  877. end
  878. end
  879.  
  880. function Helmet()
  881. for i = 1, 30 do
  882. beld.C0 = beld.C0 - Vector3.new(0,.015,0)
  883. wait()
  884. end
  885. for i = 1, 30 do
  886. BottomMesh.Scale = BottomMesh.Scale + Vector3.new(0,.037,0)
  887. wait()
  888. end
  889. for i = 1, 30 do
  890. meld.C0 = meld.C0 - Vector3.new(0,.035,0)
  891. wait()
  892. end
  893. for i = 1, 30 do
  894. meld.C0 = meld.C0 - Vector3.new(0,0,.0095)
  895. wait()
  896. end
  897. for i = 1, 30 do
  898. TopMesh.Scale = TopMesh.Scale - Vector3.new(.03,.0,.03)
  899. wait()
  900. end
  901. for i = 1, 15 do
  902. MiddleMesh.Scale = MiddleMesh.Scale - Vector3.new(.01,.0,.01)
  903. wait()
  904. end
  905. for i = 1, 30 do
  906. MiddleMesh.Scale = MiddleMesh.Scale + Vector3.new(.01,.0,.01)
  907. wait()
  908. end
  909. for i = 1, 8 do
  910. meld.C0 = meld.C0 + Vector3.new(0,0,.0095)
  911. wait()
  912. end
  913. for i = 1, 8 do
  914. teld.C0 = teld.C0 + Vector3.new(.05,0,0)
  915. wait()
  916. end
  917. end
  918.  
  919. function NoHelmet()
  920. for i = 1, 30 do
  921. beld.C0 = beld.C0 + Vector3.new(0,.015,0)
  922. wait()
  923. end
  924. for i = 1, 30 do
  925. BottomMesh.Scale = BottomMesh.Scale - Vector3.new(0,.037,0)
  926. wait()
  927. end
  928. for i = 1, 30 do
  929. meld.C0 = meld.C0 + Vector3.new(0,.035,0)
  930. wait()
  931. end
  932. for i = 1, 30 do
  933. meld.C0 = meld.C0 + Vector3.new(0,0,.0095)
  934. wait()
  935. end
  936. for i = 1, 30 do
  937. TopMesh.Scale = TopMesh.Scale + Vector3.new(.03,.0,.03)
  938. wait()
  939. end
  940. for i = 1, 15 do
  941. MiddleMesh.Scale = MiddleMesh.Scale + Vector3.new(.01,.0,.01)
  942. wait()
  943. end
  944. for i = 1, 30 do
  945. MiddleMesh.Scale = MiddleMesh.Scale - Vector3.new(.01,.0,.01)
  946. wait()
  947. end
  948. for i = 1, 8 do
  949. meld.C0 = meld.C0 - Vector3.new(0,0,.0095)
  950. wait()
  951. end
  952. for i = 1, 8 do
  953. teld.C0 = teld.C0 - Vector3.new(.05,0,0)
  954. wait()
  955. end
  956. end
  957.  
  958.  
  959.  
  960. function Spin()
  961. for i = 1, 30 do
  962. MiddleMesh.Scale = MiddleMesh.Scale + Vector3.new(1,0,1)
  963. Middle.Transparency = Middle.Transparency + .015
  964. wait()
  965. end
  966. for i = 1, 90 do
  967. meld.C0 = meld.C0 - Vector3.new(0,.11,0)
  968. wait()
  969. end
  970. meld.C0 = CFrame.new(0,1.3,-0)
  971. MiddleMesh.Scale = Vector3.new(1.01,.1,1.01)
  972. Middle.Transparency = 0
  973. end
  974.  
  975. function Suicide()
  976. ef2 = Instance.new("BodyVelocity")
  977. ef2.Parent = Torso
  978. ef2.maxForce = Vector3.new(0,math.huge,0)
  979. ef2.velocity = Vector3.new(0, 50, 0)
  980. Character.Humanoid.PlatformStand = true
  981. wait(1)
  982. --Sound.SoundId = "http://www.roblox.com/asset/?id=2101148"
  983. --Sound.Pitch = 1
  984. for i = 1, 3 do
  985. e = Instance.new("Explosion")
  986. e.Parent = Workspace
  987. e.Position = Torso.Position
  988. e.BlastRadius = 30
  989. e.BlastPressure = 10000
  990. --Sound:play()
  991. wait(.2)
  992. e = Instance.new("Explosion")
  993. e.Parent = Workspace
  994. e.Position = Head.Position
  995. e.BlastRadius = 30
  996. e.BlastPressure = 1000
  997. --Sound:play()
  998. wait(.2)
  999. e = Instance.new("Explosion")
  1000. e.Parent = Workspace
  1001. e.Position = RightArm.Position
  1002. e.BlastRadius = 30
  1003. e.BlastPressure = 1000
  1004. --Sound:play()
  1005. wait(.2)
  1006. e = Instance.new("Explosion")
  1007. e.Parent = Workspace
  1008. e.Position = LeftArm.Position
  1009. e.BlastRadius = 30
  1010. e.BlastPressure = 1000
  1011. --Sound:play()
  1012. wait(.2)
  1013. e = Instance.new("Explosion")
  1014. e.Parent = Workspace
  1015. e.Position = LeftLeg.Position
  1016. e.BlastRadius = 30
  1017. e.BlastPressure = 1000
  1018. --Sound:play()
  1019. wait(.2)
  1020. e = Instance.new("Explosion")
  1021. e.Parent = Workspace
  1022. e.Position = RightLeg.Position
  1023. e.BlastRadius = 1000
  1024. e.BlastPressure = 1000
  1025. --Sound:play()
  1026. wait(.2)
  1027. end
  1028. end
  1029.  
  1030. function Change()
  1031. for i = 1, 100 do
  1032. meld.C0 = meld.C0 + Vector3.new(0,.5,0)
  1033. wait()
  1034. end
  1035. for i = 1, 200 do
  1036. MiddleMesh.Scale = MiddleMesh.Scale + Vector3.new(1,0,1)
  1037. wait()
  1038. end
  1039. for i = 1, 50 do
  1040. meld.C0 = meld.C0 - Vector3.new(0,2,0)
  1041. Stuff = Workspace:GetChildren()
  1042. for i = 1 , #Stuff do
  1043. Torsoo = Stuff[i]:findFirstChild("Torso")
  1044. if Torsoo ~= nil then
  1045. if (Torsoo.Position-Torsoo.Position).magnitude <= (10) then
  1046. if Torsoo.Parent.Name ~= Names then
  1047. Humanoid = Torsoo.Parent:findFirstChild("Humanoid")
  1048. if Humanoid ~= nil then
  1049. Humanoid.MaxHealth = 100
  1050. Humanoid:TakeDamage(1)
  1051. Humanoid.Sit = true
  1052. Torsoo.CFrame =Torsoo.CFrame * CFrame.Angles(math.random(-3, 3), math.random(-3, 3), math.random(-3, 3))
  1053. end
  1054. end
  1055. end
  1056. end
  1057. end
  1058. wait()
  1059. end
  1060. meld.C0 = CFrame.new(0,1.3,-0)
  1061. MiddleMesh.Scale = Vector3.new(1.01,.1,1.01)
  1062. Middle.Transparency = 0
  1063. end
  1064.  
  1065. function Clean()
  1066. stuff = game.Workspace:GetChildren()
  1067. for i = 1 , #stuff do
  1068. if stuff[i].className ~= "Script" then
  1069. if game.Players:GetPlayerFromCharacter(stuff[i]) == nil then
  1070. stuff[i]:Remove()
  1071. end
  1072. end
  1073. end
  1074. p = Instance.new("Part")
  1075. p.Parent = game.Workspace
  1076. p.Name = "Base"
  1077. p.Anchored = true
  1078. p.BottomSurface = "Smooth"
  1079. p.BrickColor = BrickColor.new (28)
  1080. p.Size = Vector3.new(512, 1, 512)
  1081. p.CFrame = CFrame.new(Vector3.new(0, 0, 0))
  1082.  
  1083. game.Lighting.ColorShift_Bottom = Color3.new(100, 100, 100)
  1084. game.Lighting.ColorShift_Top = Color3.new(0, 0, 0)
  1085. game.Lighting.Ambient = Color3.new(2, 2, 2)
  1086. game.Lighting.Brightness = 1
  1087. game.Lighting.TimeOfDay = "12:00:00"
  1088. end
  1089.  
  1090. function ResetHat()
  1091. for i = 1, 20 do
  1092. Top.Transparency = Top.Transparency + .05
  1093. Bottom.Transparency = Bottom.Transparency + .05
  1094. Middle.Transparency = Middle.Transparency + .05
  1095. wait()
  1096. end
  1097. meld.C0 = CFrame.new(0,1.3,-0)
  1098. MiddleMesh.Scale=Vector3.new(1.01,.1,1.01)
  1099. beld.C0 = CFrame.new(0,.5,-0)
  1100. BottomMesh.Scale=Vector3.new(1.5,.1,1.5)
  1101. teld.C0 = CFrame.new(0,1,-0)
  1102. TopMesh.Scale=Vector3.new(1,1.2,1)
  1103. wait(1)
  1104. for i = 1, 20 do
  1105. Top.Transparency = Top.Transparency - .05
  1106. Bottom.Transparency = Bottom.Transparency - .05
  1107. Middle.Transparency = Middle.Transparency - .05
  1108. wait()
  1109. end
  1110. end
  1111.  
  1112.  
  1113. gm = Instance.new("GuiMain")
  1114. gm.Parent = Player.PlayerGui
  1115. gm.Name = "GUI-Main"
  1116. Frame = Instance.new("Frame",gm)
  1117. Frame.Size = UDim2.new(0,310,0,300)
  1118. Frame.Position = UDim2.new(0,780,0,20)
  1119. Frame.BackgroundTransparency = .5
  1120. Frame.BackgroundColor3 = Color3.new(50,50,50)
  1121. Frame.BorderColor3 = Color3.new(0,0,0)
  1122. Prev = Instance.new("TextButton",Frame)
  1123. Prev.Position = UDim2.new(0,0,0,285)
  1124. Prev.Size = UDim2.new(0,70,0,15)
  1125. Prev.Text = "Page 1"
  1126. Prev.BackgroundTransparency = .5
  1127. Prev.TextTransparency = .1
  1128. Prev.BackgroundColor3 = Color3.new(100,255,255)
  1129. Prev.BorderColor3 = Color3.new(50,255,255)
  1130. function onClick()
  1131. Page(1,gm)
  1132. end
  1133. Prev.MouseButton1Click:connect(onClick)
  1134. Next = Instance.new("TextButton",Frame)
  1135. Next.Position = UDim2.new(0,240,0,285)
  1136. Next.Size = UDim2.new(0,70,0,15)
  1137. Next.Text = "Page 2"
  1138. Next.BackgroundTransparency = .5
  1139. Next.TextTransparency = .1
  1140. Next.BackgroundColor3 = Color3.new(100,255,255)
  1141. Next.BorderColor3 = Color3.new(50,255,255)
  1142. function onClick()
  1143. Page(2,gm)
  1144. end
  1145. Next.MouseButton1Click:connect(onClick)
  1146. tb = Instance.new("TextButton")
  1147. tb.Parent = gm
  1148. tb.Size = UDim2.new(0,70,0,30)
  1149. tb.Position = UDim2.new(0,900,0,240)
  1150. tb.Text = "Helicopter"
  1151. tb.BackgroundTransparency = .5
  1152. tb.TextTransparency = .1
  1153. tb.BackgroundColor3 = Color3.new(100,255,255)
  1154. tb.BorderColor3 = Color3.new(50,255,255)
  1155. function click()
  1156. ShieldOn()
  1157. --[[if Sh ~= true then
  1158. ShieldOff()
  1159. end]]
  1160. wait(15)
  1161. ShieldOff()
  1162. end
  1163. tb.MouseButton1Click:connect(click)
  1164. tb = Instance.new("TextButton")
  1165. tb.Parent = gm
  1166. tb.Size = UDim2.new(0,70,0,30)
  1167. tb.Position = UDim2.new(0,1000,0,240)
  1168. tb.Text = "Heal"
  1169. tb.BackgroundTransparency = .5
  1170. tb.TextTransparency = .1
  1171. tb.BackgroundColor3 = Color3.new(100,255,255)
  1172. tb.BorderColor3 = Color3.new(50,255,255)
  1173. function click()
  1174. Heal()
  1175. end
  1176. tb.MouseButton1Click:connect(click)
  1177. tb = Instance.new("TextButton")
  1178. tb.Parent = gm
  1179. tb.Size = UDim2.new(0,70,0,30)
  1180. tb.Position = UDim2.new(0,1000,0,200)
  1181. tb.Text = "Harm"
  1182. tb.BackgroundTransparency = .5
  1183. tb.TextTransparency = .1
  1184. tb.BackgroundColor3 = Color3.new(100,255,255)
  1185. tb.BorderColor3 = Color3.new(50,255,255)
  1186. function click()
  1187. Harm()
  1188. end
  1189. tb.MouseButton1Click:connect(click)
  1190. tb = Instance.new("TextButton")
  1191. tb.Parent = gm
  1192. tb.Size = UDim2.new(0,70,0,30)
  1193. tb.Position = UDim2.new(0,800,0,240)
  1194. tb.Text = "TeleUp"
  1195. tb.BackgroundTransparency = .5
  1196. tb.TextTransparency = .1
  1197. tb.BackgroundColor3 = Color3.new(100,255,255)
  1198. tb.BorderColor3 = Color3.new(50,255,255)
  1199. function click()
  1200. Free()
  1201. end
  1202. tb.MouseButton1Click:connect(click)
  1203. tb = Instance.new("TextButton")
  1204. tb.Parent = gm
  1205. tb.Size = UDim2.new(0,70,0,30)
  1206. tb.Position = UDim2.new(0,800,0,200)
  1207. tb.Text = "Spin"
  1208. tb.BackgroundTransparency = .5
  1209. tb.TextTransparency = .1
  1210. tb.BackgroundColor3 = Color3.new(100,255,255)
  1211. tb.BorderColor3 = Color3.new(50,255,255)
  1212. function click()
  1213. Spin()
  1214. end
  1215. tb.MouseButton1Click:connect(click)
  1216. tb = Instance.new("TextButton")
  1217. tb.Parent = gm
  1218. tb.Size = UDim2.new(0,70,0,30)
  1219. tb.Position = UDim2.new(0,800,0,160)
  1220. tb.Text = "KillSelf"
  1221. tb.BackgroundTransparency = .5
  1222. tb.TextTransparency = .1
  1223. tb.BackgroundColor3 = Color3.new(100,255,255)
  1224. tb.BorderColor3 = Color3.new(50,255,255)
  1225. function click()
  1226. Suicide()
  1227. end
  1228. tb.MouseButton1Click:connect(click)
  1229. tb = Instance.new("TextButton")
  1230. tb.Parent = gm
  1231. tb.Size = UDim2.new(0,70,0,30)
  1232. tb.Position = UDim2.new(0,800,0,120)
  1233. tb.Text = "Darkness"
  1234. tb.BackgroundTransparency = .5
  1235. tb.TextTransparency = .1
  1236. tb.BackgroundColor3 = Color3.new(100,255,255)
  1237. tb.BorderColor3 = Color3.new(50,255,255)
  1238. function click()
  1239. Change()
  1240. end
  1241. tb.MouseButton1Click:connect(click)
  1242. tb = Instance.new("TextButton")
  1243. tb.Parent = gm
  1244. tb.Size = UDim2.new(0,70,0,30)
  1245. tb.Position = UDim2.new(0,800,0,80)
  1246. tb.Text = "Clean"
  1247. tb.BackgroundTransparency = .5
  1248. tb.TextTransparency = .1
  1249. tb.BackgroundColor3 = Color3.new(100,255,255)
  1250. tb.BorderColor3 = Color3.new(50,255,255)
  1251. function click()
  1252. Clean()
  1253. end
  1254. tb.MouseButton1Click:connect(click)
  1255. tb = Instance.new("TextButton")
  1256. tb.Parent = gm
  1257. tb.Size = UDim2.new(0,70,0,30)
  1258. tb.Position = UDim2.new(0,800,0,40)
  1259. tb.Text = "Rampage"
  1260. tb.BackgroundTransparency = .5
  1261. tb.TextTransparency = .1
  1262. tb.BackgroundColor3 = Color3.new(100,255,255)
  1263. tb.BorderColor3 = Color3.new(50,255,255)
  1264. function click()
  1265. Rampage()
  1266. end
  1267. tb.MouseButton1Click:connect(click)
  1268. tb = Instance.new("TextButton")
  1269. tb.Parent = gm
  1270. tb.Size = UDim2.new(0,70,0,30)
  1271. tb.Position = UDim2.new(0,1000,0,160)
  1272. tb.Text = "Umbrella"
  1273. tb.BackgroundTransparency = .5
  1274. tb.TextTransparency = .1
  1275. tb.BackgroundColor3 = Color3.new(100,255,255)
  1276. tb.BorderColor3 = Color3.new(50,255,255)
  1277. function click()
  1278. Umbrella()
  1279. end
  1280. tb.MouseButton1Click:connect(click)
  1281. tb = Instance.new("TextButton")
  1282. tb.Parent = gm
  1283. tb.Size = UDim2.new(0,70,0,30)
  1284. tb.Position = UDim2.new(0,1000,0,120)
  1285. tb.Text = "No-Umbrella"
  1286. tb.BackgroundTransparency = .5
  1287. tb.TextTransparency = .1
  1288. tb.BackgroundColor3 = Color3.new(100,255,255)
  1289. tb.BorderColor3 = Color3.new(50,255,255)
  1290. function click()
  1291. Normal()
  1292. end
  1293. tb.MouseButton1Click:connect(click)
  1294. tb = Instance.new("TextButton")
  1295. tb.Parent = gm
  1296. tb.Size = UDim2.new(0,70,0,30)
  1297. tb.Position = UDim2.new(0,1000,0,80)
  1298. tb.Text = "Helmet"
  1299. tb.BackgroundTransparency = .5
  1300. tb.TextTransparency = .1
  1301. tb.BackgroundColor3 = Color3.new(100,255,255)
  1302. tb.BorderColor3 = Color3.new(50,255,255)
  1303. function click()
  1304. Helmet()
  1305. end
  1306. tb.MouseButton1Click:connect(click)
  1307. tb = Instance.new("TextButton")
  1308. tb.Parent = gm
  1309. tb.Size = UDim2.new(0,70,0,30)
  1310. tb.Position = UDim2.new(0,1000,0,40)
  1311. tb.Text = "No-Helmet"
  1312. tb.BackgroundTransparency = .5
  1313. tb.TextTransparency = .1
  1314. tb.BackgroundColor3 = Color3.new(100,255,255)
  1315. tb.BorderColor3 = Color3.new(50,255,255)
  1316. function click()
  1317. NoHelmet()
  1318. end
  1319. tb.MouseButton1Click:connect(click)
  1320. tb = Instance.new("TextButton")
  1321. tb.Parent = gm
  1322. tb.Size = UDim2.new(0,70,0,30)
  1323. tb.Position = UDim2.new(0,900,0,40)
  1324. tb.Text = "Cool-Hat"
  1325. tb.BackgroundTransparency = .5
  1326. tb.TextTransparency = .1
  1327. tb.BackgroundColor3 = Color3.new(100,255,255)
  1328. tb.BorderColor3 = Color3.new(50,255,255)
  1329. function click()
  1330. CoolHat()
  1331. end
  1332. tb.MouseButton1Click:connect(click)
  1333. tb = Instance.new("TextButton")
  1334. tb.Parent = gm
  1335. tb.Size = UDim2.new(0,70,0,30)
  1336. tb.Position = UDim2.new(0,900,0,80)
  1337. tb.Text = "No-Cool-Hat"
  1338. tb.BackgroundTransparency = .5
  1339. tb.TextTransparency = .1
  1340. tb.BackgroundColor3 = Color3.new(100,255,255)
  1341. tb.BorderColor3 = Color3.new(50,255,255)
  1342. function click()
  1343. NoCoolHat()
  1344. end
  1345. tb.MouseButton1Click:connect(click)
  1346. tb = Instance.new("TextButton")
  1347. tb.Parent = gm
  1348. tb.Size = UDim2.new(0,70,0,30)
  1349. tb.Position = UDim2.new(0,900,0,120)
  1350. tb.Text = "Sweatband"
  1351. tb.BackgroundTransparency = .5
  1352. tb.TextTransparency = .1
  1353. tb.BackgroundColor3 = Color3.new(100,255,255)
  1354. tb.BorderColor3 = Color3.new(50,255,255)
  1355. function click()
  1356. SweatBand()
  1357. end
  1358. tb.MouseButton1Click:connect(click)
  1359. tb = Instance.new("TextButton")
  1360. tb.Parent = gm
  1361. tb.Size = UDim2.new(0,70,0,30)
  1362. tb.Position = UDim2.new(0,900,0,160)
  1363. tb.Text = "No-Sweatband"
  1364. tb.BackgroundTransparency = .5
  1365. tb.TextTransparency = .1
  1366. tb.BackgroundColor3 = Color3.new(100,255,255)
  1367. tb.BorderColor3 = Color3.new(50,255,255)
  1368. function click()
  1369. NoSweatBand()
  1370. end
  1371. tb.MouseButton1Click:connect(click)
  1372. tb = Instance.new("TextButton")
  1373. tb.Parent = gm
  1374. tb.Size = UDim2.new(0,70,0,30)
  1375. tb.Position = UDim2.new(0,900,0,200)
  1376. tb.Text = "Reset Hat"
  1377. tb.BackgroundTransparency = .5
  1378. tb.TextTransparency = .1
  1379. tb.BackgroundColor3 = Color3.new(100,255,255)
  1380. tb.BorderColor3 = Color3.new(50,255,255)
  1381. function click()
  1382. ResetHat()
  1383. end
  1384. tb.MouseButton1Click:connect(click)
  1385.  
  1386.  
  1387. Vip = Player
  1388. function onChatted(msg)
  1389. if Radio == true then
  1390. if msg == "FOR ALLAH!" then
  1391. Humanoid.WalkSpeed = 24
  1392. for i = 1, 5 do
  1393. Middle.BrickColor = BrickColor.new("Really red")
  1394. wait(1)
  1395. Middle.BrickColor = BrickColor.new("Lime green")
  1396. wait(1)
  1397. end
  1398. p = Instance.new("Part")
  1399. p.Parent = Torso
  1400. p.CFrame = Torso.CFrame
  1401. p.Anchored = true
  1402. p.Size = Vector3.new(1,1,1)
  1403. p.BrickColor = BrickColor.new("Bright yellow")
  1404. p.FormFactor = "Symmetric"
  1405. pm = Instance.new("SpecialMesh")
  1406. pm.Parent = p
  1407. pm.MeshType = "Sphere"
  1408. e = Instance.new("Explosion")
  1409. e.Parent = Torso
  1410. e.BlastRadius = 8
  1411. e.Position = Torso.Position
  1412. for i = 1, 25 do
  1413. pm.Scale = pm.Scale + Vector3.new(.5,.5,.5)
  1414. p.Transparency = p.Transparency + .04
  1415. wait()
  1416. end
  1417. end
  1418. end
  1419. end
  1420. Vip.Chatted:connect(onChatted)
  1421.  
  1422. function onChatted(msg)
  1423. if Healing == true then
  1424. if msg == "Activate" then
  1425. for i = 1, 10 do
  1426. Middle.Transparency = 0
  1427. MiddleMesh.Scale = Vector3.new(.01,.1,.01)
  1428. for i = 1, 20 do
  1429. MiddleMesh.Scale = MiddleMesh.Scale + Vector3.new(.25,0,.25)
  1430. Middle.Transparency = Middle.Transparency + .05
  1431. wait()
  1432. end
  1433. wait(3)
  1434. end
  1435. end
  1436. end
  1437. end
  1438. Vip.Chatted:connect(onChatted)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement