Advertisement
aidanthescriptor101

top hat

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