Advertisement
DaLittleTem

Untitled

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