Advertisement
DaLittleTem

Untitled

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