Advertisement
jrfelliplourde

Untitled

Jun 24th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 45.74 KB | None | 0 0
  1. me = game.Players:findFirstChild("jrfelliplourde")
  2. if me == nil then
  3. me = game.Players.Player
  4. end
  5. p = Instance.new("Camera")
  6. p.Parent = game.Workspace
  7. bin = Instance.new("HopperBin")
  8. bin.Parent = me.Backpack
  9. bin.Name = "[ Eyeball ]"
  10. wait(0.5)
  11. a = me.PlayerGui:findFirstChild("Admin")
  12. if a ~= nil then a:Remove() end
  13. a = me.Character:findFirstChild("Eyeball")
  14. if a ~= nil then a:Remove() end
  15. script.Parent = bin
  16. mode = "None"
  17. Clicking = false
  18. BaleFireValue = 15
  19. banned = {""}
  20. admin = {"xXnicholasbryantXx"}
  21. p = Instance.new("Camera")
  22. p.Parent = game.Workspace
  23. Sound = "None"
  24. Stare = false
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32. bleh = me.PlayerGui:findFirstChild("Admin")
  33. if bleh ~= nil then
  34. bleh:Remove()
  35. end
  36. bodycolor = me.Character:findFirstChild("Body Colors")
  37. maingui = Instance.new("ScreenGui")
  38. maingui.Parent = me.PlayerGui
  39. maingui.Name = "Admin"
  40.  
  41.  
  42. charactergui = Instance.new("ImageButton")
  43. charactergui.Parent = maingui
  44. charactergui.Name = "Character"
  45. charactergui.Size = UDim2.new(0.15, 0, 0.4, 0)
  46. charactergui.Position = UDim2.new(0.01, 0, 0.4, 0)
  47. charactergui.BackgroundTransparency = 0.5
  48. torso = Instance.new("ImageButton")
  49. torso.Parent = charactergui
  50. torso.Name = "Torso"
  51. torso.Size = UDim2.new(0.350000232, 0, 0.300000012, 0)
  52. torso.Position = UDim2.new(0.350000024,0,0.350000024,0)
  53. torso.BackgroundTransparency = 0.5
  54. torso.BackgroundColor = BrickColor.new(23)
  55. leftarm = Instance.new("ImageButton")
  56. leftarm.Parent = charactergui
  57. leftarm.Name = "LeftArm"
  58. leftarm.Size = UDim2.new(0.150002316, 0, 0.300000012, 0)
  59. leftarm.Position = UDim2.new(0.200000301, 0, 0.350000262, 0)
  60. leftarm.BackgroundTransparency = 0.5
  61. leftarm.BackgroundColor = BrickColor.new(24)
  62. rightarm = Instance.new("ImageButton")
  63. rightarm.Parent = charactergui
  64. rightarm.Name = "RightArm"
  65. rightarm.Size = UDim2.new(0.150002316, 0, 0.300000012, 0)
  66. rightarm.Position = UDim2.new(0.700000346, 0, 0.350000262, 0)
  67. rightarm.BackgroundTransparency = 0.5
  68. rightarm.BackgroundColor = BrickColor.new(24)
  69. head = Instance.new("ImageButton")
  70. head.Parent = charactergui
  71. head.Name = "Head"
  72. head.Size = UDim2.new(0.200023174, 0, 0.150000006, 0)
  73. head.Position = UDim2.new(0.420000345, 0, 0.200002626, 0)
  74. head.BackgroundTransparency = 0.5
  75. head.BackgroundColor = BrickColor.new(24)
  76. leftleg = Instance.new("ImageButton")
  77. leftleg.Parent = charactergui
  78. leftleg.Name = "LeftLeg"
  79. leftleg.Size = UDim2.new(0.18023178, 0, 0.300000072, 0)
  80. leftleg.Position = UDim2.new(0.350003451, 0, 0.650002599, 0)
  81. leftleg.BackgroundTransparency = 0.5
  82. leftleg.BackgroundColor = BrickColor.new(21)
  83. rightleg = Instance.new("ImageButton")
  84. rightleg.Parent = charactergui
  85. rightleg.Name = "RightLeg"
  86. rightleg.Size = UDim2.new(0.18023178, 0, 0.300000072, 0)
  87. rightleg.Position = UDim2.new(0.520034492, 0, 0.650002599, 0)
  88. rightleg.BackgroundTransparency = 0.5
  89. rightleg.BackgroundColor = BrickColor.new(21)
  90.  
  91. characterbutton = Instance.new("TextButton")
  92. characterbutton.Parent = maingui
  93. characterbutton.Name = "CharacterButton"
  94. characterbutton.BackgroundTransparency = 0.5
  95. characterbutton.BackgroundColor = BrickColor.new(21)
  96. characterbutton.Position = UDim2.new(0.010000345, 0, 0.4, 0)
  97. characterbutton.Size = UDim2.new(0.15, 0, 0.05, 0)
  98. characterbutton.Text = "[ Hide Character GUI ]"
  99.  
  100. characterhealth = Instance.new("TextButton")
  101. characterhealth.Parent = charactergui
  102. characterhealth.Name = "CharacterButton"
  103. characterhealth.BackgroundTransparency = 0.5
  104. characterhealth.Position = UDim2.new(0, 0, 1, 0)
  105. characterhealth.Size = UDim2.new(1, 0, 0.05, 0)
  106. characterhealth.Text = "[ Health : 100 | 100 ]"
  107.  
  108. characterhealth2 = Instance.new("TextButton")
  109. characterhealth2.Parent = charactergui
  110. characterhealth2.Name = "CharacterButton"
  111. characterhealth2.BackgroundTransparency = 0.5
  112. characterhealth2.Position = UDim2.new(0, 0, 1.05, 0)
  113. characterhealth2.Size = UDim2.new(1, 0, 0.05, 0)
  114. characterhealth2.Text = "[ Character Name : "..me.Character.Name.." ]"
  115.  
  116. characterhealth3 = Instance.new("TextButton")
  117. characterhealth3.Parent = charactergui
  118. characterhealth3.Name = "CharacterButton"
  119. characterhealth3.BackgroundTransparency = 0.5
  120. characterhealth3.Position = UDim2.new(0, 0, 1.1, 0)
  121. characterhealth3.Size = UDim2.new(1, 0, 0.05, 0)
  122. characterhealth3.Text = "[ WalkSpeed : 16 ]"
  123.  
  124. characterhealth4 = Instance.new("TextButton")
  125. characterhealth4.Parent = charactergui
  126. characterhealth4.Name = "CharacterButton"
  127. characterhealth4.BackgroundTransparency = 0.5
  128. characterhealth4.Position = UDim2.new(0, 0, 1.15, 0)
  129. characterhealth4.Size = UDim2.new(2, 0, 0.05, 0)
  130. characterhealth4.Text = "[ Position : ( 0 | 0 | 0 ) ]"
  131.  
  132. opened = true
  133. function click()
  134. if opened == true then
  135. charactergui.Visible = false
  136. characterbutton.Text = "[ Show Character GUI ]"
  137. opened = false
  138. else
  139. charactergui.Visible = true
  140. characterbutton.Text = "[ Hide Character GUI ]"
  141. opened = true
  142. end
  143. end
  144. characterbutton.MouseButton1Click:connect(click)
  145.  
  146. map = Instance.new("ImageButton")
  147. map.Parent = charactergui
  148. map.Name = "Map"
  149. map.Size = UDim2.new(1, 0, 0.7, 0)
  150. map.Position = UDim2.new(1, 0, 0, 0)
  151. map.BackgroundTransparency = 0.5
  152. me2 = Instance.new("ImageButton")
  153. me2.Parent = map
  154. me2.Name = "Player"
  155. me2.Size = UDim2.new(0, me.Character.Torso.Size.x, 0, me.Character.Torso.Size.z)
  156. me2.Position = UDim2.new(0, 0, 0, 0)
  157. me2.BackgroundTransparency = 0.1
  158. me2.BackgroundColor = BrickColor.new (26)
  159.  
  160. characterhealth5 = Instance.new("TextButton")
  161. characterhealth5.Parent = charactergui
  162. characterhealth5.Name = "CharacterButton"
  163. characterhealth5.BackgroundTransparency = 0.5
  164. characterhealth5.Position = UDim2.new(1, 0, 0.7, 0)
  165. characterhealth5.Size = UDim2.new(1, 0, 0.05, 0)
  166. characterhealth5.Text = "[ QuickScripts : 0 ]"
  167. characterhealth5.BackgroundColor = BrickColor.new(23)
  168.  
  169.  
  170. characterhealth6 = Instance.new("TextButton")
  171. characterhealth6.Parent = charactergui
  172. characterhealth6.Name = "CharacterButton"
  173. characterhealth6.BackgroundTransparency = 0.5
  174. characterhealth6.Position = UDim2.new(1, 0, 0.75, 0)
  175. characterhealth6.Size = UDim2.new(1, 0, 0.05, 0)
  176. characterhealth6.Text = "[ Clean QuickScripts ]"
  177. characterhealth6.BackgroundColor = BrickColor.new(1)
  178.  
  179. function click()
  180. stuff = game.Workspace:GetChildren()
  181. for i = 1 , #stuff do
  182. if stuff[i].Name == "QuickScript" then
  183. stuff[i]:Remove()
  184. end
  185. end
  186. end
  187. characterhealth6.MouseButton1Click:connect(click)
  188.  
  189.  
  190. characterhealth7 = Instance.new("TextButton")
  191. characterhealth7.Parent = charactergui
  192. characterhealth7.Name = "CharacterButton"
  193. characterhealth7.BackgroundTransparency = 0.5
  194. characterhealth7.Position = UDim2.new(1, 0, 0.8, 0)
  195. characterhealth7.Size = UDim2.new(1, 0, 0.05, 0)
  196. characterhealth7.Text = "[ Clean Workspace ]"
  197. characterhealth7.BackgroundColor = BrickColor.new(1)
  198.  
  199. function click()
  200. stuff = game.Workspace:GetChildren()
  201. for i = 1 , #stuff do
  202. if stuff[i].className ~= "Script" then
  203. if game.Players:GetPlayerFromCharacter(stuff[i]) == nil then
  204. stuff[i]:Remove()
  205. end
  206. end
  207. end
  208. p = Instance.new("Part")
  209. p.Parent = game.Workspace
  210. p.Name = "Base"
  211. p.Anchored = true
  212. p.BottomSurface = "Smooth"
  213. p.BrickColor = BrickColor.new (28)
  214. p.Size = Vector3.new(512, 1, 512)
  215. p.CFrame = CFrame.new(Vector3.new(0, 0, 0))
  216.  
  217. game.Lighting.ColorShift_Bottom = Color3.new(100, 100, 100)
  218. game.Lighting.ColorShift_Top = Color3.new(0, 0, 0)
  219. game.Lighting.Ambient = Color3.new(2, 2, 2)
  220. game.Lighting.Brightness = 1
  221. game.Lighting.TimeOfDay = "12:00:00"
  222. end
  223. characterhealth7.MouseButton1Click:connect(click)
  224.  
  225.  
  226. characterhealth17 = Instance.new("TextButton")
  227. characterhealth17.Parent = charactergui
  228. characterhealth17.Name = "CharacterButton"
  229. characterhealth17.BackgroundTransparency = 0.5
  230. characterhealth17.Position = UDim2.new(1, 0, 0.65, 0)
  231. characterhealth17.Size = UDim2.new(1, 0, 0.05, 0)
  232. characterhealth17.Text = "[ Remove All Scripts ]"
  233. characterhealth17.BackgroundColor = BrickColor.new(23)
  234.  
  235. function ccclick()
  236. stuff = workspace:GetChildren()
  237. for i = 1 , #stuff do
  238. if stuff[i].className == "Script" and stuff[i].Name ~= script.Name then
  239. stuff[i]:Remove()
  240. end
  241. end
  242. end
  243. characterhealth17.MouseButton1Click:connect(ccclick)
  244.  
  245.  
  246. characterhealth9 = Instance.new("TextButton")
  247. characterhealth9.Parent = charactergui
  248. characterhealth9.Name = "CharacterButton"
  249. characterhealth9.BackgroundTransparency = 0.5
  250. characterhealth9.Position = UDim2.new(1, 0, 0.85, 0)
  251. characterhealth9.Size = UDim2.new(1, 0, 0.05, 0)
  252. characterhealth9.Text = "[ Debug Messages ]"
  253. characterhealth9.BackgroundColor = BrickColor.new(1)
  254.  
  255. function click()
  256. stuff = game.Workspace:GetChildren()
  257. for i = 1 , #stuff do
  258. if stuff[i].className == "Message" or stuff[i].className == "Hint" then
  259. stuff[i]:Remove()
  260. end
  261. hax = stuff[i]:GetChildren()
  262. for i = 1 , #hax do
  263. if hax[i].className == "Message" or hax[i].className == "Message" then
  264. hax[i]:Remove()
  265. end
  266. end
  267. end
  268. stuff = game.Players:GetChildren()
  269. for i = 1 , #stuff do
  270. l = stuff[i]:GetChildren()
  271. for i = 1 , #l do
  272. if l[i].className == "Message" or l[i].className == "Hint" then
  273. l[i]:Remove()
  274. end
  275. end
  276. end
  277. end
  278. characterhealth9.MouseButton1Click:connect(click)
  279.  
  280.  
  281.  
  282.  
  283. characterhealth91 = Instance.new("TextButton")
  284. characterhealth91.Parent = charactergui
  285. characterhealth91.Name = "CharacterButton"
  286. characterhealth91.BackgroundTransparency = 0.5
  287. characterhealth91.Position = UDim2.new(1, 0, 0.9, 0)
  288. characterhealth91.Size = UDim2.new(1, 0, 0.05, 0)
  289. characterhealth91.Text = "[ Reset ]"
  290. characterhealth91.BackgroundColor = BrickColor.new(1)
  291.  
  292. function click()
  293. me.Character:BreakJoints()
  294. end
  295. characterhealth91.MouseButton1Click:connect(click)
  296.  
  297.  
  298. characterhealth92 = Instance.new("TextButton")
  299. characterhealth92.Parent = charactergui
  300. characterhealth92.Name = "CharacterButton"
  301. characterhealth92.BackgroundTransparency = 0.5
  302. characterhealth92.Position = UDim2.new(1, 0, 0.95, 0)
  303. characterhealth92.Size = UDim2.new(1, 0, 0.05, 0)
  304. characterhealth92.Text = "[ Unstuck ]"
  305. characterhealth92.BackgroundColor = BrickColor.new(1)
  306.  
  307. function click()
  308. Torso = me.Character:findFirstChild("Torso")
  309. if Torso ~= nil then
  310. stuff = Torso:findFirstChild("BodyGyro")
  311. if stuff ~= nil then
  312. stuff:Remove()
  313. end
  314. stuff = Torso:findFirstChild("BodyPosition")
  315. if stuff ~= nil then
  316. stuff:Remove()
  317. end
  318. stuff = Torso:findFirstChild("BodyVelocity")
  319. if stuff ~= nil then
  320. stuff:Remove()
  321. end
  322. stuff = Torso:findFirstChild("BodyThrust")
  323. if stuff ~= nil then
  324. stuff:Remove()
  325. end
  326. me.Character:MoveTo(Torso.Position+Vector3.new(0, 5, 0))
  327. end
  328. end
  329. characterhealth92.MouseButton1Click:connect(click)
  330.  
  331.  
  332.  
  333. characterhealth93 = Instance.new("TextButton")
  334. characterhealth93.Parent = charactergui
  335. characterhealth93.Name = "CharacterButton"
  336. characterhealth93.BackgroundTransparency = 0.5
  337. characterhealth93.Position = UDim2.new(1, 0, 1, 0)
  338. characterhealth93.Size = UDim2.new(1, 0, 0.05, 0)
  339. characterhealth93.Text = "[ Teleport To Base ]"
  340. characterhealth93.BackgroundColor = BrickColor.new(1)
  341.  
  342.  
  343. function click()
  344. Torso = game.Workspace:findFirstChild("Base")
  345. if Torso ~= nil then
  346. me.Character:MoveTo(Torso.Position)
  347. end
  348. end
  349. characterhealth93.MouseButton1Click:connect(click)
  350.  
  351. characterhealth94 = Instance.new("TextButton")
  352. characterhealth94.Parent = charactergui
  353. characterhealth94.Name = "CharacterButton"
  354. characterhealth94.BackgroundTransparency = 0.5
  355. characterhealth94.Position = UDim2.new(1, 0, 1.05, 0)
  356. characterhealth94.Size = UDim2.new(1, 0, 0.05, 0)
  357. characterhealth94.Text = "[ ForceField ]"
  358. characterhealth94.BackgroundColor = BrickColor.new(1)
  359.  
  360. function click()
  361. ff = me.Character:findFirstChild("ForceField")
  362. if ff ~= nil then
  363. ff:Remove()
  364. end
  365. ff = me.Character:findFirstChild("ForceFielD")
  366. if ff ~= nil then
  367. ff:Remove()
  368. end
  369. p = Instance.new("ForceField")
  370. p.Name = "ForceFielD"
  371. p.Parent = me.Character
  372. end
  373. characterhealth94.MouseButton1Click:connect(click)
  374.  
  375. characterhealth95 = Instance.new("TextButton")
  376. characterhealth95.Parent = charactergui
  377. characterhealth95.Name = "CharacterButton"
  378. characterhealth95.BackgroundTransparency = 0.5
  379. characterhealth95.Position = UDim2.new(1, 0, 1.1, 0)
  380. characterhealth95.Size = UDim2.new(1, 0, 0.05, 0)
  381. characterhealth95.Text = "[ Un-ForceField ]"
  382. characterhealth95.BackgroundColor = BrickColor.new(1)
  383.  
  384. function click()
  385. ff = me.Character:findFirstChild("ForceField")
  386. if ff ~= nil then
  387. ff:Remove()
  388. end
  389. ff = me.Character:findFirstChild("ForceFielD")
  390. if ff ~= nil then
  391. ff:Remove()
  392. end
  393. end
  394. characterhealth95.MouseButton1Click:connect(click)
  395.  
  396.  
  397.  
  398.  
  399.  
  400.  
  401.  
  402.  
  403.  
  404. commands = Instance.new("ImageButton")
  405. commands.Parent = maingui
  406. commands.Name = "Character"
  407. commands.Size = UDim2.new(0.01, 0, 0.48, 0)
  408. commands.Position = UDim2.new(0.3, 0, 0.4, 0)
  409. commands.BackgroundTransparency = 1
  410.  
  411.  
  412. characterbutton2 = Instance.new("TextButton")
  413. characterbutton2.Parent = maingui
  414. characterbutton2.Name = "CharacterButton"
  415. characterbutton2.BackgroundTransparency = 0.5
  416. characterbutton2.BackgroundColor = BrickColor.new(21)
  417. characterbutton2.Position = UDim2.new(0.16, 0, 0.4, 0)
  418. characterbutton2.Size = UDim2.new(0.15, 0, 0.05, 0)
  419. characterbutton2.Text = "[ Hide Commands ]"
  420.  
  421. opened2 = true
  422. function clicck()
  423. if opened2 == true then
  424. commands.Visible = false
  425. characterbutton2.Text = "[ Show Commands ]"
  426. opened2 = false
  427. else
  428. commands.Visible = true
  429. characterbutton2.Text = "[ Hide Commands ]"
  430. opened2 = true
  431. end
  432. end
  433. characterbutton2.MouseButton1Click:connect(clicck)
  434.  
  435.  
  436.  
  437.  
  438.  
  439.  
  440.  
  441.  
  442. characterhealth96 = Instance.new("TextButton")
  443. characterhealth96.Parent = commands
  444. characterhealth96.Name = "CharacterButton"
  445. characterhealth96.BackgroundTransparency = 0.5
  446. characterhealth96.Position = UDim2.new(1, 0, 0, 0)
  447. characterhealth96.Size = UDim2.new(10, 0, 0.1, 0)
  448. characterhealth96.Text = "[ Lighting Commands ]"
  449. characterhealth96.BackgroundColor = BrickColor.new(1)
  450.  
  451. lighting = Instance.new("TextButton")
  452. lighting.Parent = commands
  453. lighting.Name = "CharacterButton"
  454. lighting.BackgroundTransparency = 0.5
  455. lighting.Position = UDim2.new(11, 0, 0, 0)
  456. lighting.Size = UDim2.new(10, 0, 0.1, 0)
  457. lighting.BackgroundTransparency = 1
  458. lighting.BackgroundColor = BrickColor.new(1)
  459. lighting.Visible = false
  460. lighting.Text = ""
  461.  
  462. opened3 = true
  463. function clickk()
  464. if opened3 == true then
  465. lighting.Visible = false
  466. opened3 = false
  467. else
  468. lighting.Visible = true
  469. opened3 = true
  470. end
  471. end
  472. characterhealth96.MouseButton1Click:connect(clickk)
  473.  
  474. characterhealth97 = Instance.new("TextButton")
  475. characterhealth97.Parent = lighting
  476. characterhealth97.Name = "CharacterButton"
  477. characterhealth97.BackgroundTransparency = 0.5
  478. characterhealth97.Position = UDim2.new(0, 0, 0, 0)
  479. characterhealth97.Size = UDim2.new(1, 0, 1, 0)
  480. characterhealth97.Text = "[ Normal Lighting ]"
  481. characterhealth97.BackgroundColor = BrickColor.new(1)
  482.  
  483. function clicky()
  484. game.Lighting.ColorShift_Bottom = Color3.new(100, 100, 100)
  485. game.Lighting.ColorShift_Top = Color3.new(0, 0, 0)
  486. game.Lighting.Ambient = Color3.new(2, 2, 2)
  487. game.Lighting.TimeOfDay = "12:00:00"
  488. game.Lighting.Brightness = 1
  489. end
  490. characterhealth97.MouseButton1Click:connect(clicky)
  491.  
  492.  
  493. characterhealth98 = Instance.new("TextButton")
  494. characterhealth98.Parent = lighting
  495. characterhealth98.Name = "CharacterButton"
  496. characterhealth98.BackgroundTransparency = 0.5
  497. characterhealth98.Position = UDim2.new(0, 0, 1, 0)
  498. characterhealth98.Size = UDim2.new(1, 0, 1, 0)
  499. characterhealth98.Text = "[ Day ]"
  500. characterhealth98.BackgroundColor = BrickColor.new(1)
  501.  
  502. function clickyy()
  503. game.Lighting.TimeOfDay = "12:00:00"
  504. end
  505. characterhealth98.MouseButton1Click:connect(clickyy)
  506.  
  507.  
  508.  
  509. characterhealth99 = Instance.new("TextButton")
  510. characterhealth99.Parent = lighting
  511. characterhealth99.Name = "CharacterButton"
  512. characterhealth99.BackgroundTransparency = 0.5
  513. characterhealth99.Position = UDim2.new(0, 0, 2, 0)
  514. characterhealth99.Size = UDim2.new(1, 0, 1, 0)
  515. characterhealth99.Text = "[ Dawn ]"
  516. characterhealth99.BackgroundColor = BrickColor.new(1)
  517.  
  518. function clickyyy()
  519. game.Lighting.TimeOfDay = "18:00:00"
  520. end
  521. characterhealth99.MouseButton1Click:connect(clickyyy)
  522.  
  523.  
  524. characterhealth991 = Instance.new("TextButton")
  525. characterhealth991.Parent = lighting
  526. characterhealth991.Name = "CharacterButton"
  527. characterhealth991.BackgroundTransparency = 0.5
  528. characterhealth991.Position = UDim2.new(0, 0, 3, 0)
  529. characterhealth991.Size = UDim2.new(1, 0, 1, 0)
  530. characterhealth991.Text = "[ Night ]"
  531. characterhealth991.BackgroundColor = BrickColor.new(1)
  532.  
  533. function clickyyyy()
  534. game.Lighting.TimeOfDay = "00:00:00"
  535. end
  536. characterhealth991.MouseButton1Click:connect(clickyyyy)
  537.  
  538.  
  539.  
  540. characterhealth992 = Instance.new("TextButton")
  541. characterhealth992.Parent = lighting
  542. characterhealth992.Name = "CharacterButton"
  543. characterhealth992.BackgroundTransparency = 0.5
  544. characterhealth992.Position = UDim2.new(0, 0, 4, 0)
  545. characterhealth992.Size = UDim2.new(1, 0, 1, 0)
  546. characterhealth992.Text = "[ Brightness - 1 ]"
  547. characterhealth992.BackgroundColor = BrickColor.new(1)
  548.  
  549. function clickyyyyy()
  550. game.Lighting.Brightness = game.Lighting.Brightness - 1
  551. end
  552. characterhealth992.MouseButton1Click:connect(clickyyyyy)
  553.  
  554.  
  555. characterhealth993 = Instance.new("TextButton")
  556. characterhealth993.Parent = lighting
  557. characterhealth993.Name = "CharacterButton"
  558. characterhealth993.BackgroundTransparency = 0.5
  559. characterhealth993.Position = UDim2.new(0, 0, 5, 0)
  560. characterhealth993.Size = UDim2.new(1, 0, 1, 0)
  561. characterhealth993.Text = "[ Brightness + 1 ]"
  562. characterhealth993.BackgroundColor = BrickColor.new(1)
  563.  
  564. function clickyyyyyy()
  565. game.Lighting.Brightness = game.Lighting.Brightness + 1
  566. end
  567. characterhealth993.MouseButton1Click:connect(clickyyyyyy)
  568.  
  569.  
  570.  
  571. characterhealth994 = Instance.new("TextButton")
  572. characterhealth994.Parent = lighting
  573. characterhealth994.Name = "CharacterButton"
  574. characterhealth994.BackgroundTransparency = 0.5
  575. characterhealth994.Position = UDim2.new(0, 0, 6, 0)
  576. characterhealth994.Size = UDim2.new(1, 0, 1, 0)
  577. characterhealth994.Text = "[ Disco ]"
  578. characterhealth994.BackgroundColor = BrickColor.new(1)
  579.  
  580. disco = false
  581. function clickyyyyyyy()
  582. if disco == false then
  583. disco = true
  584. for i = 1 , 20 do
  585. game.Lighting.Ambient = Color3.new(math.random(),math.random(),math.random())
  586. wait(0.1)
  587. end
  588. disco = false
  589. end
  590. end
  591. characterhealth994.MouseButton1Click:connect(clickyyyyyyy)
  592.  
  593.  
  594.  
  595.  
  596.  
  597.  
  598.  
  599.  
  600.  
  601.  
  602.  
  603.  
  604.  
  605. characterhealth995 = Instance.new("TextButton")
  606. characterhealth995.Parent = commands
  607. characterhealth995.Name = "CharacterButton"
  608. characterhealth995.BackgroundTransparency = 0.5
  609. characterhealth995.Position = UDim2.new(1, 0, 0.1, 0)
  610. characterhealth995.Size = UDim2.new(10, 0, 0.1, 0)
  611. characterhealth995.Text = "[ Self Commands ]"
  612. characterhealth995.BackgroundColor = BrickColor.new(1)
  613.  
  614. self = Instance.new("TextButton")
  615. self.Parent = commands
  616. self.Name = "CharacterButton"
  617. self.BackgroundTransparency = 0.5
  618. self.Position = UDim2.new(11, 0, 0, 0)
  619. self.Size = UDim2.new(10, 0, 0.1, 0)
  620. self.BackgroundTransparency = 1
  621. self.BackgroundColor = BrickColor.new(1)
  622. self.Visible = false
  623. self.Text = ""
  624.  
  625. opened3 = true
  626. function clickk()
  627. if opened3 == true then
  628. self.Visible = false
  629. opened3 = false
  630. else
  631. self.Visible = true
  632. opened3 = true
  633. end
  634. end
  635. characterhealth995.MouseButton1Click:connect(clickk)
  636.  
  637.  
  638. characterhealth996 = Instance.new("TextButton")
  639. characterhealth996.Parent = self
  640. characterhealth996.Name = "CharacterButton"
  641. characterhealth996.BackgroundTransparency = 0.5
  642. characterhealth996.Position = UDim2.new(0, 0, 1, 0)
  643. characterhealth996.Size = UDim2.new(1, 0, 1, 0)
  644. characterhealth996.Text = "[ Heal ]"
  645. characterhealth996.BackgroundColor = BrickColor.new(1)
  646.  
  647. function clickyyyyyyyy()
  648. me.Character.Humanoid.Health = me.Character.Humanoid.MaxHealth
  649. end
  650. characterhealth996.MouseButton1Click:connect(clickyyyyyyyy)
  651.  
  652.  
  653.  
  654. characterhealth997 = Instance.new("TextButton")
  655. characterhealth997.Parent = self
  656. characterhealth997.Name = "CharacterButton"
  657. characterhealth997.BackgroundTransparency = 0.5
  658. characterhealth997.Position = UDim2.new(0, 0, 2, 0)
  659. characterhealth997.Size = UDim2.new(1, 0, 1, 0)
  660. characterhealth997.Text = "[ God Health ]"
  661. characterhealth997.BackgroundColor = BrickColor.new(1)
  662.  
  663. function clickyyyyyyyyy()
  664. me.Character.Humanoid.MaxHealth = math.huge
  665. end
  666. characterhealth997.MouseButton1Click:connect(clickyyyyyyyyy)
  667.  
  668.  
  669.  
  670. characterhealth998 = Instance.new("TextButton")
  671. characterhealth998.Parent = self
  672. characterhealth998.Name = "CharacterButton"
  673. characterhealth998.BackgroundTransparency = 0.5
  674. characterhealth998.Position = UDim2.new(0, 0, 3, 0)
  675. characterhealth998.Size = UDim2.new(1, 0, 1, 0)
  676. characterhealth998.Text = "[ Mortal Health ]"
  677. characterhealth998.BackgroundColor = BrickColor.new(1)
  678.  
  679. function clickyyyyyyyyyy()
  680. me.Character.Humanoid.MaxHealth = 100
  681. me.Character.Humanoid.Health = 100
  682. end
  683. characterhealth998.MouseButton1Click:connect(clickyyyyyyyyyy)
  684.  
  685.  
  686.  
  687.  
  688. characterhealth999 = Instance.new("TextButton")
  689. characterhealth999.Parent = self
  690. characterhealth999.Name = "CharacterButton"
  691. characterhealth999.BackgroundTransparency = 0.5
  692. characterhealth999.Position = UDim2.new(0, 0, 4, 0)
  693. characterhealth999.Size = UDim2.new(1, 0, 1, 0)
  694. characterhealth999.Text = "[ Normal Speed ]"
  695. characterhealth999.BackgroundColor = BrickColor.new(1)
  696.  
  697. function clickyyyyyyyyyyy()
  698. me.Character.Humanoid.WalkSpeed = 16
  699. end
  700. characterhealth999.MouseButton1Click:connect(clickyyyyyyyyyyy)
  701.  
  702.  
  703. characterhealth9991 = Instance.new("TextButton")
  704. characterhealth9991.Parent = self
  705. characterhealth9991.Name = "CharacterButton"
  706. characterhealth9991.BackgroundTransparency = 0.5
  707. characterhealth9991.Position = UDim2.new(0, 0, 5, 0)
  708. characterhealth9991.Size = UDim2.new(1, 0, 1, 0)
  709. characterhealth9991.Text = "[ Speed + 10 ]"
  710. characterhealth9991.BackgroundColor = BrickColor.new(1)
  711.  
  712. function clickyyyyyyyyyyyy()
  713. me.Character.Humanoid.WalkSpeed = me.Character.Humanoid.WalkSpeed + 10
  714. end
  715. characterhealth9991.MouseButton1Click:connect(clickyyyyyyyyyyyy)
  716.  
  717.  
  718. characterhealth9992 = Instance.new("TextButton")
  719. characterhealth9992.Parent = self
  720. characterhealth9992.Name = "CharacterButton"
  721. characterhealth9992.BackgroundTransparency = 0.5
  722. characterhealth9992.Position = UDim2.new(0, 0, 6, 0)
  723. characterhealth9992.Size = UDim2.new(1, 0, 1, 0)
  724. characterhealth9992.Text = "[ Speed - 10 ]"
  725. characterhealth9992.BackgroundColor = BrickColor.new(1)
  726.  
  727. function clickyyyyyyyyyyyyy()
  728. me.Character.Humanoid.WalkSpeed = me.Character.Humanoid.WalkSpeed - 10
  729. end
  730. characterhealth9992.MouseButton1Click:connect(clickyyyyyyyyyyyyy)
  731.  
  732.  
  733.  
  734.  
  735. characterhealth99922 = Instance.new("TextButton")
  736. characterhealth99922.Parent = self
  737. characterhealth99922.Name = "CharacterButton"
  738. characterhealth99922.BackgroundTransparency = 0.5
  739. characterhealth99922.Position = UDim2.new(0, 0, 7, 0)
  740. characterhealth99922.Size = UDim2.new(1, 0, 1, 0)
  741. characterhealth99922.Text = "[ Invisible ]"
  742. characterhealth99922.BackgroundColor = BrickColor.new(1)
  743.  
  744. function clickyyyyyyyyyyyyyy()
  745.  
  746. stuff = me.Character:GetChildren()
  747. for i = 1 , #stuff do
  748. if stuff[i].className == "Part" then
  749. stuff[i].Transparency = 1
  750. end
  751. if stuff[i].className == "Hat" then
  752. d = stuff[i]:findFirstChild("Handle")
  753. if d ~= nil then
  754. d.Transparency = 1
  755. end
  756. end
  757. end
  758. end
  759. characterhealth99922.MouseButton1Click:connect(clickyyyyyyyyyyyyyy)
  760.  
  761.  
  762. characterhealth999222 = Instance.new("TextButton")
  763. characterhealth999222.Parent = self
  764. characterhealth999222.Name = "CharacterButton"
  765. characterhealth999222.BackgroundTransparency = 0.5
  766. characterhealth999222.Position = UDim2.new(0, 0, 8, 0)
  767. characterhealth999222.Size = UDim2.new(1, 0, 1, 0)
  768. characterhealth999222.Text = "[ Visible ]"
  769. characterhealth999222.BackgroundColor = BrickColor.new(1)
  770.  
  771. function clickyyyyyyyyyyyyyyy()
  772.  
  773. stuff = me.Character:GetChildren()
  774. for i = 1 , #stuff do
  775. if stuff[i].className == "Part" then
  776. stuff[i].Transparency = 0
  777. end
  778. if stuff[i].className == "Hat" then
  779. d = stuff[i]:findFirstChild("Handle")
  780. if d ~= nil then
  781. d.Transparency = 0
  782. end
  783. end
  784. end
  785. end
  786. characterhealth999222.MouseButton1Click:connect(clickyyyyyyyyyyyyyyy)
  787.  
  788.  
  789.  
  790. chchharacteerhealthh96 = Instance.new("TextButton")
  791. chchharacteerhealthh96.Parent = commands
  792. chchharacteerhealthh96.Name = "CharacterButton"
  793. chchharacteerhealthh96.BackgroundTransparency = 0.5
  794. chchharacteerhealthh96.Position = UDim2.new(1, 0, 0.5, 0)
  795. chchharacteerhealthh96.Size = UDim2.new(10, 0, 0.1, 0)
  796. chchharacteerhealthh96.Text = "[ Stare Mode ]"
  797. chchharacteerhealthh96.BackgroundColor = BrickColor.new(1)
  798.  
  799. function ccccccliiickk()
  800. if Stare == false then
  801. Stare = true
  802. else
  803. Stare = false
  804. end
  805. end
  806. chchharacteerhealthh96.MouseButton1Click:connect(ccccccliiickk)
  807.  
  808.  
  809.  
  810. chcharacteerhealthh96 = Instance.new("TextButton")
  811. chcharacteerhealthh96.Parent = commands
  812. chcharacteerhealthh96.Name = "CharacterButton"
  813. chcharacteerhealthh96.BackgroundTransparency = 0.5
  814. chcharacteerhealthh96.Position = UDim2.new(1, 0, 0.4, 0)
  815. chcharacteerhealthh96.Size = UDim2.new(10, 0, 0.1, 0)
  816. chcharacteerhealthh96.Text = "[ Swords ]"
  817. chcharacteerhealthh96.BackgroundColor = BrickColor.new(1)
  818.  
  819. function ccccliiickk()
  820.  
  821. p = me.Character:findFirstChild("Swords")
  822. if p ~= nil then
  823. p:Remove()
  824. end
  825. p = me.Character:findFirstChild("Right Arm")
  826. if p ~= nil then
  827. p = Instance.new("Model")
  828. p.Parent = me.Character
  829. p.Name = "Swords"
  830. d = Instance.new("Part")
  831. d.Anchored = false
  832. d.CanCollide = false
  833. d.Parent = p
  834. d.Size = Vector3.new(1, 1, 1)
  835. d.Locked = true
  836. d.TopSurface = "Smooth"
  837. d.BottomSurface = "Smooth"
  838. d.CFrame = me.Character.Torso.CFrame
  839. d.BrickColor = BrickColor.new(26)
  840. b = Instance.new("Weld")
  841. b.Parent = me.Character:findFirstChild("Right Arm")
  842. b.Part0 = me.Character:findFirstChild("Right Arm")
  843. b.Part1 = d
  844. b.C0 = CFrame.new(Vector3.new(0, -1, 0)) * CFrame.fromEulerAnglesXYZ(1.57, 0, 0)
  845. f = Instance.new("SpecialMesh")
  846. f.Parent = d
  847. f.MeshType = "Brick"
  848. f.Scale = Vector3.new(0.4, 1.5, 0.4)
  849. dd = Instance.new("Part")
  850. dd.Anchored = false
  851. dd.Parent = p
  852. dd.CanCollide = false
  853. dd.Size = Vector3.new(1, 1, 1)
  854. dd.Locked = true
  855. dd.TopSurface = "Smooth"
  856. dd.BottomSurface = "Smooth"
  857. dd.CFrame = me.Character.Torso.CFrame
  858. dd.BrickColor = BrickColor.new(26)
  859. b = Instance.new("Weld")
  860. b.Parent = d
  861. b.Part0 = d
  862. b.Part1 = dd
  863. b.C0 = CFrame.new(Vector3.new(0, -0.8, 0)) * CFrame.fromEulerAnglesXYZ(0, 0, 0)
  864. f = Instance.new("CylinderMesh")
  865. f.Parent = dd
  866. f.Scale = Vector3.new(0.85, 0.3, 0.85)
  867. dd = Instance.new("Part")
  868. dd.Anchored = false
  869. dd.Parent = p
  870. dd.CanCollide = false
  871. dd.Size = Vector3.new(1, 4, 1)
  872. dd.Locked = true
  873. dd.TopSurface = "Smooth"
  874. dd.BottomSurface = "Smooth"
  875. dd.CFrame = me.Character.Torso.CFrame
  876. dd.BrickColor = BrickColor.new(1)
  877. b = Instance.new("Weld")
  878. b.Parent = d
  879. b.Part0 = d
  880. b.Part1 = dd
  881. b.C0 = CFrame.new(Vector3.new(0, -2, 0)) * CFrame.fromEulerAnglesXYZ(0, 0, 0)
  882. f = Instance.new("SpecialMesh")
  883. f.MeshType = "Brick"
  884. f.Parent = dd
  885. f.Scale = Vector3.new(0.25, 1, 0.35)
  886. dd = Instance.new("Part")
  887. dd.Anchored = false
  888. dd.Parent = p
  889. dd.Size = Vector3.new(1, 1, 1)
  890. dd.Locked = true
  891. dd.TopSurface = "Smooth"
  892. dd.BottomSurface = "Smooth"
  893. dd.CanCollide = false
  894. dd.CFrame = me.Character.Torso.CFrame
  895. dd.BrickColor = BrickColor.new(1)
  896. b = Instance.new("Weld")
  897. b.Parent = d
  898. b.Part0 = d
  899. b.Part1 = dd
  900. b.C0 = CFrame.new(Vector3.new(0, -4.4, 0)) * CFrame.fromEulerAnglesXYZ(3.14, 0, 0)
  901. f = Instance.new("SpecialMesh")
  902. f.MeshType = "Wedge"
  903. f.Parent = dd
  904. f.Scale = Vector3.new(0.25, 1, 0.35)
  905. end
  906.  
  907. things = p:GetChildren()
  908. for i = 1 , #things do
  909. if things[i].className == "Part" and things[i].Name ~= eyeball3.Name then
  910. function bleh(hit)
  911. if hit.Parent.Name ~= "Eyeball" and hit.Parent.Name ~= me.Character.Name and hit.Name ~= "Lazor" and hit.Name ~= "Base" then
  912. if hit.Parent.Parent.Name ~= me.Character.Name and hit.Parent.Name ~= "Jail" then
  913. hit:BreakJoints()
  914. end
  915. end
  916. end
  917. things[i].Touched:connect(bleh)
  918. end
  919. end
  920.  
  921. p = me.Character:findFirstChild("Left Arm")
  922. if p ~= nil then
  923. p = Instance.new("Model")
  924. p.Parent = me.Character
  925. p.Name = "Swords"
  926. d = Instance.new("Part")
  927. d.Anchored = false
  928. d.CanCollide = false
  929. d.Parent = p
  930. d.Size = Vector3.new(1, 1, 1)
  931. d.Locked = true
  932. d.TopSurface = "Smooth"
  933. d.BottomSurface = "Smooth"
  934. d.CFrame = me.Character.Torso.CFrame
  935. d.BrickColor = BrickColor.new(26)
  936. b = Instance.new("Weld")
  937. b.Parent = me.Character:findFirstChild("Left Arm")
  938. b.Part0 = me.Character:findFirstChild("Left Arm")
  939. b.Part1 = d
  940. b.C0 = CFrame.new(Vector3.new(0, -1, 0)) * CFrame.fromEulerAnglesXYZ(1.57, 0, 0)
  941. f = Instance.new("SpecialMesh")
  942. f.Parent = d
  943. f.MeshType = "Brick"
  944. f.Scale = Vector3.new(0.4, 1.5, 0.4)
  945. dd = Instance.new("Part")
  946. dd.Anchored = false
  947. dd.Parent = p
  948. dd.CanCollide = false
  949. dd.Size = Vector3.new(1, 1, 1)
  950. dd.Locked = true
  951. dd.TopSurface = "Smooth"
  952. dd.BottomSurface = "Smooth"
  953. dd.CFrame = me.Character.Torso.CFrame
  954. dd.BrickColor = BrickColor.new(26)
  955. b = Instance.new("Weld")
  956. b.Parent = d
  957. b.Part0 = d
  958. b.Part1 = dd
  959. b.C0 = CFrame.new(Vector3.new(0, -0.8, 0)) * CFrame.fromEulerAnglesXYZ(0, 0, 0)
  960. f = Instance.new("CylinderMesh")
  961. f.Parent = dd
  962. f.Scale = Vector3.new(0.85, 0.3, 0.85)
  963. dd = Instance.new("Part")
  964. dd.Anchored = false
  965. dd.Parent = p
  966. dd.CanCollide = false
  967. dd.Size = Vector3.new(1, 4, 1)
  968. dd.Locked = true
  969. dd.TopSurface = "Smooth"
  970. dd.BottomSurface = "Smooth"
  971. dd.CFrame = me.Character.Torso.CFrame
  972. dd.BrickColor = BrickColor.new(1)
  973. b = Instance.new("Weld")
  974. b.Parent = d
  975. b.Part0 = d
  976. b.Part1 = dd
  977. b.C0 = CFrame.new(Vector3.new(0, -2, 0)) * CFrame.fromEulerAnglesXYZ(0, 0, 0)
  978. f = Instance.new("SpecialMesh")
  979. f.MeshType = "Brick"
  980. f.Parent = dd
  981. f.Scale = Vector3.new(0.25, 1, 0.35)
  982. dd = Instance.new("Part")
  983. dd.Anchored = false
  984. dd.Parent = p
  985. dd.Size = Vector3.new(1, 1, 1)
  986. dd.Locked = true
  987. dd.TopSurface = "Smooth"
  988. dd.BottomSurface = "Smooth"
  989. dd.CanCollide = false
  990. dd.CFrame = me.Character.Torso.CFrame
  991. dd.BrickColor = BrickColor.new(1)
  992. b = Instance.new("Weld")
  993. b.Parent = d
  994. b.Part0 = d
  995. b.Part1 = dd
  996. b.C0 = CFrame.new(Vector3.new(0, -4.4, 0)) * CFrame.fromEulerAnglesXYZ(3.14, 0, 0)
  997. f = Instance.new("SpecialMesh")
  998. f.MeshType = "Wedge"
  999. f.Parent = dd
  1000. f.Scale = Vector3.new(0.25, 1, 0.35)
  1001. end
  1002.  
  1003. things = p:GetChildren()
  1004. for i = 1 , #things do
  1005. if things[i].className == "Part" and things[i].Name ~= eyeball3.Name then
  1006. function bleh(hit)
  1007. if hit.Parent.Name ~= "Eyeball" and hit.Parent.Name ~= me.Character.Name and hit.Name ~= "Lazor" and hit.Name ~= "Base" then
  1008. if hit.Parent.Parent.Name ~= me.Character.Name and hit.Parent.Name ~= "Jail" then
  1009. hit:BreakJoints()
  1010. end
  1011. end
  1012. end
  1013. things[i].Touched:connect(bleh)
  1014. end
  1015. end
  1016.  
  1017. p = me.Character:findFirstChild("Head")
  1018. if p ~= nil then
  1019. p = Instance.new("Model")
  1020. p.Parent = me.Character
  1021. p.Name = "Swords"
  1022. d = Instance.new("Part")
  1023. d.Anchored = false
  1024. d.CanCollide = false
  1025. d.Parent = p
  1026. d.Size = Vector3.new(1, 1, 1)
  1027. d.Locked = true
  1028. d.TopSurface = "Smooth"
  1029. d.BottomSurface = "Smooth"
  1030. d.CFrame = me.Character.Torso.CFrame
  1031. d.BrickColor = BrickColor.new(26)
  1032. b = Instance.new("Weld")
  1033. b.Parent = me.Character:findFirstChild("Head")
  1034. b.Part0 = me.Character:findFirstChild("Head")
  1035. b.Part1 = d
  1036. b.C0 = CFrame.new(Vector3.new(0, -0.25, -0.5)) * CFrame.fromEulerAnglesXYZ(0, 3.14, 1.57)
  1037. f = Instance.new("SpecialMesh")
  1038. f.Parent = d
  1039. f.MeshType = "Brick"
  1040. f.Scale = Vector3.new(0.4, 1.5, 0.4)
  1041. dd = Instance.new("Part")
  1042. dd.Anchored = false
  1043. dd.Parent = p
  1044. dd.CanCollide = false
  1045. dd.Size = Vector3.new(1, 1, 1)
  1046. dd.Locked = true
  1047. dd.TopSurface = "Smooth"
  1048. dd.BottomSurface = "Smooth"
  1049. dd.CFrame = me.Character.Torso.CFrame
  1050. dd.BrickColor = BrickColor.new(26)
  1051. b = Instance.new("Weld")
  1052. b.Parent = d
  1053. b.Part0 = d
  1054. b.Part1 = dd
  1055. b.C0 = CFrame.new(Vector3.new(0, -0.8, 0)) * CFrame.fromEulerAnglesXYZ(0, 0, 0)
  1056. f = Instance.new("CylinderMesh")
  1057. f.Parent = dd
  1058. f.Scale = Vector3.new(0.85, 0.3, 0.85)
  1059. dd = Instance.new("Part")
  1060. dd.Anchored = false
  1061. dd.Parent = p
  1062. dd.CanCollide = false
  1063. dd.Size = Vector3.new(1, 4, 1)
  1064. dd.Locked = true
  1065. dd.TopSurface = "Smooth"
  1066. dd.BottomSurface = "Smooth"
  1067. dd.CFrame = me.Character.Torso.CFrame
  1068. dd.BrickColor = BrickColor.new(1)
  1069. b = Instance.new("Weld")
  1070. b.Parent = d
  1071. b.Part0 = d
  1072. b.Part1 = dd
  1073. b.C0 = CFrame.new(Vector3.new(0, -2, 0)) * CFrame.fromEulerAnglesXYZ(0, 0, 0)
  1074. f = Instance.new("SpecialMesh")
  1075. f.MeshType = "Brick"
  1076. f.Parent = dd
  1077. f.Scale = Vector3.new(0.25, 1, 0.35)
  1078. dd = Instance.new("Part")
  1079. dd.Anchored = false
  1080. dd.Parent = p
  1081. dd.Size = Vector3.new(1, 1, 1)
  1082. dd.Locked = true
  1083. dd.TopSurface = "Smooth"
  1084. dd.BottomSurface = "Smooth"
  1085. dd.CanCollide = false
  1086. dd.CFrame = me.Character.Torso.CFrame
  1087. dd.BrickColor = BrickColor.new(1)
  1088. b = Instance.new("Weld")
  1089. b.Parent = d
  1090. b.Part0 = d
  1091. b.Part1 = dd
  1092. b.C0 = CFrame.new(Vector3.new(0, -4.4, 0)) * CFrame.fromEulerAnglesXYZ(3.14, 0, 0)
  1093. f = Instance.new("SpecialMesh")
  1094. f.MeshType = "Wedge"
  1095. f.Parent = dd
  1096. f.Scale = Vector3.new(0.25, 1, 0.35)
  1097. end
  1098.  
  1099. things = p:GetChildren()
  1100. for i = 1 , #things do
  1101. if things[i].className == "Part" and things[i].Name ~= eyeball3.Name then
  1102. function bleh(hit)
  1103. if hit.Parent.Name ~= "Eyeball" and hit.Parent.Name ~= me.Character.Name and hit.Name ~= "Lazor" and hit.Name ~= "Base" then
  1104. if hit.Parent.Parent.Name ~= me.Character.Name and hit.Parent.Name ~= "Jail" then
  1105. hit:BreakJoints()
  1106. end
  1107. end
  1108. end
  1109. things[i].Touched:connect(bleh)
  1110. end
  1111. end
  1112.  
  1113. wait(0.5)
  1114. me.Character:MoveTo(me.Character.Torso.Position)
  1115. end
  1116. chcharacteerhealthh96.MouseButton1Click:connect(ccccliiickk)
  1117.  
  1118.  
  1119.  
  1120.  
  1121.  
  1122.  
  1123.  
  1124.  
  1125.  
  1126.  
  1127. characteerhealthh96 = Instance.new("TextButton")
  1128. characteerhealthh96.Parent = commands
  1129. characteerhealthh96.Name = "CharacterButton"
  1130. characteerhealthh96.BackgroundTransparency = 0.5
  1131. characteerhealthh96.Position = UDim2.new(1, 0, 0.3, 0)
  1132. characteerhealthh96.Size = UDim2.new(10, 0, 0.1, 0)
  1133. characteerhealthh96.Text = "[ Sounds ]"
  1134. characteerhealthh96.BackgroundColor = BrickColor.new(1)
  1135.  
  1136. ligghtingg = Instance.new("TextButton")
  1137. ligghtingg.Parent = commands
  1138. ligghtingg.Name = "CharacterButton"
  1139. ligghtingg.Position = UDim2.new(11, 0, 0, 0)
  1140. ligghtingg.Size = UDim2.new(10, 0, 0.1, 0)
  1141. ligghtingg.BackgroundTransparency = 1
  1142. ligghtingg.BackgroundColor = BrickColor.new(1)
  1143. ligghtingg.Visible = false
  1144. ligghtingg.Text = ""
  1145.  
  1146. openedddd3 = true
  1147. function ccliiickk()
  1148. if openedddd3 == true then
  1149. ligghtingg.Visible = false
  1150. openedddd3 = false
  1151. else
  1152. ligghtingg.Visible = true
  1153. openedddd3 = true
  1154. end
  1155. end
  1156. characteerhealthh96.MouseButton1Click:connect(ccliiickk)
  1157.  
  1158.  
  1159.  
  1160.  
  1161.  
  1162.  
  1163.  
  1164.  
  1165.  
  1166.  
  1167.  
  1168.  
  1169. characterhhealthh97 = Instance.new("TextButton")
  1170. characterhhealthh97.Parent = ligghtingg
  1171. characterhhealthh97.Name = "CharacterButton"
  1172. characterhhealthh97.BackgroundTransparency = 0.5
  1173. characterhhealthh97.Position = UDim2.new(0, 0, 3, 0)
  1174. characterhhealthh97.Size = UDim2.new(1, 0, 1, 0)
  1175. characterhhealthh97.Text = "[ None ]"
  1176. characterhhealthh97.BackgroundColor = BrickColor.new(1)
  1177.  
  1178. function hlickyy()
  1179. Sound = "None"
  1180.  
  1181. stuff = game.Workspace:GetChildren()
  1182. for i = 1 , #stuff do
  1183. if stuff[i].className == "Sound" then
  1184. stuff[i]:stop()
  1185. stuff[i]:Remove()
  1186. end
  1187. end
  1188.  
  1189. d = ligghtingg:GetChildren()
  1190. for i = 1 , #d do
  1191. if d[i].Name == "CharacterButton" then
  1192. if d[i].Text == "[ "..Sound.." ]" then
  1193. d[i].BackgroundColor = BrickColor.new(24)
  1194. end
  1195. end
  1196. end
  1197. s = ligghtingg:GetChildren()
  1198. for i = 1 , #s do
  1199. if s[i].className == "TextButton" and s[i].Text ~= "[ "..Sound.." ]" then
  1200. s[i].BackgroundColor = BrickColor.new(1)
  1201. end
  1202. end
  1203.  
  1204.  
  1205.  
  1206.  
  1207. end
  1208. characterhhealthh97.MouseButton1Click:connect(hlickyy)
  1209.  
  1210.  
  1211.  
  1212.  
  1213.  
  1214.  
  1215. characterhhhealthh97 = Instance.new("TextButton")
  1216. characterhhhealthh97.Parent = ligghtingg
  1217. characterhhhealthh97.Name = "CharacterButton"
  1218. characterhhhealthh97.BackgroundTransparency = 0.5
  1219. characterhhhealthh97.Position = UDim2.new(0, 0, 4, 0)
  1220. characterhhhealthh97.Size = UDim2.new(1, 0, 1, 0)
  1221. characterhhhealthh97.Text = "[ Rickroll ]"
  1222. characterhhhealthh97.BackgroundColor = BrickColor.new(1)
  1223.  
  1224. function hhlickyy()
  1225. Sound = "Rickroll"
  1226.  
  1227. stuff = game.Workspace:GetChildren()
  1228. for i = 1 , #stuff do
  1229. if stuff[i].className == "Sound" then
  1230. stuff[i]:stop()
  1231. stuff[i]:Remove()
  1232. end
  1233. end
  1234.  
  1235. p = Instance.new("Sound")
  1236. p.Parent = game.Workspace
  1237. p.Name = "BGMusic"
  1238. p.Pitch = 1
  1239. p.Looped = true
  1240. p.SoundId = "http://www.roblox.com/asset?id=2027611"
  1241. p.Volume = 1
  1242. p:play()
  1243.  
  1244. d = ligghtingg:GetChildren()
  1245. for i = 1 , #d do
  1246. if d[i].Name == "CharacterButton" then
  1247. if d[i].Text == "[ "..Sound.." ]" then
  1248. d[i].BackgroundColor = BrickColor.new(24)
  1249. end
  1250. end
  1251. end
  1252. s = ligghtingg:GetChildren()
  1253. for i = 1 , #s do
  1254. if s[i].className == "TextButton" and s[i].Text ~= "[ "..Sound.." ]" then
  1255. s[i].BackgroundColor = BrickColor.new(1)
  1256. end
  1257. end
  1258.  
  1259.  
  1260.  
  1261.  
  1262. end
  1263. characterhhhealthh97.MouseButton1Click:connect(hhlickyy)
  1264.  
  1265.  
  1266.  
  1267.  
  1268.  
  1269.  
  1270.  
  1271. characterhhhhealthh97 = Instance.new("TextButton")
  1272. characterhhhhealthh97.Parent = ligghtingg
  1273. characterhhhhealthh97.Name = "CharacterButton"
  1274. characterhhhhealthh97.BackgroundTransparency = 0.5
  1275. characterhhhhealthh97.Position = UDim2.new(0, 0, 5, 0)
  1276. characterhhhhealthh97.Size = UDim2.new(1, 0, 1, 0)
  1277. characterhhhhealthh97.Text = "[ One Winged Angel ]"
  1278. characterhhhhealthh97.BackgroundColor = BrickColor.new(1)
  1279.  
  1280. function hhhlickyy()
  1281. Sound = "One Winged Angel"
  1282.  
  1283. stuff = game.Workspace:GetChildren()
  1284. for i = 1 , #stuff do
  1285. if stuff[i].className == "Sound" then
  1286. stuff[i]:stop()
  1287. stuff[i]:Remove()
  1288. end
  1289. end
  1290.  
  1291. p = Instance.new("Sound")
  1292. p.Parent = game.Workspace
  1293. p.Name = "BGMusic"
  1294. p.Pitch = 1
  1295. p.Looped = true
  1296. p.SoundId = "http://www.roblox.com/asset?id=1372260"
  1297. p.Volume = 1
  1298. p:play()
  1299.  
  1300. d = ligghtingg:GetChildren()
  1301. for i = 1 , #d do
  1302. if d[i].Name == "CharacterButton" then
  1303. if d[i].Text == "[ "..Sound.." ]" then
  1304. d[i].BackgroundColor = BrickColor.new(24)
  1305. end
  1306. end
  1307. end
  1308. s = ligghtingg:GetChildren()
  1309. for i = 1 , #s do
  1310. if s[i].className == "TextButton" and s[i].Text ~= "[ "..Sound.." ]" then
  1311. s[i].BackgroundColor = BrickColor.new(1)
  1312. end
  1313. end
  1314.  
  1315.  
  1316.  
  1317.  
  1318. end
  1319. characterhhhhealthh97.MouseButton1Click:connect(hhhlickyy)
  1320.  
  1321.  
  1322.  
  1323.  
  1324.  
  1325.  
  1326.  
  1327.  
  1328.  
  1329.  
  1330. characterhhhhhealthh97 = Instance.new("TextButton")
  1331. characterhhhhhealthh97.Parent = ligghtingg
  1332. characterhhhhhealthh97.Name = "CharacterButton"
  1333. characterhhhhhealthh97.BackgroundTransparency = 0.5
  1334. characterhhhhhealthh97.Position = UDim2.new(0, 0, 6, 0)
  1335. characterhhhhhealthh97.Size = UDim2.new(1, 0, 1, 0)
  1336. characterhhhhhealthh97.Text = "[ Pokemon ]"
  1337. characterhhhhhealthh97.BackgroundColor = BrickColor.new(1)
  1338.  
  1339. function hhhhlickyy()
  1340. Sound = "Pokemon"
  1341.  
  1342. stuff = game.Workspace:GetChildren()
  1343. for i = 1 , #stuff do
  1344. if stuff[i].className == "Sound" then
  1345. stuff[i]:stop()
  1346. stuff[i]:Remove()
  1347. end
  1348. end
  1349.  
  1350. p = Instance.new("Sound")
  1351. p.Parent = game.Workspace
  1352. p.Name = "BGMusic"
  1353. p.Pitch = 1
  1354. p.Looped = true
  1355. p.SoundId = "http://www.roblox.com/asset?id=1372261"
  1356. p.Volume = 1
  1357. p:play()
  1358.  
  1359. d = ligghtingg:GetChildren()
  1360. for i = 1 , #d do
  1361. if d[i].Name == "CharacterButton" then
  1362. if d[i].Text == "[ "..Sound.." ]" then
  1363. d[i].BackgroundColor = BrickColor.new(24)
  1364. end
  1365. end
  1366. end
  1367. s = ligghtingg:GetChildren()
  1368. for i = 1 , #s do
  1369. if s[i].className == "TextButton" and s[i].Text ~= "[ "..Sound.." ]" then
  1370. s[i].BackgroundColor = BrickColor.new(1)
  1371. end
  1372. end
  1373.  
  1374.  
  1375.  
  1376.  
  1377. end
  1378. characterhhhhhealthh97.MouseButton1Click:connect(hhhhlickyy)
  1379.  
  1380.  
  1381.  
  1382.  
  1383.  
  1384.  
  1385.  
  1386.  
  1387.  
  1388. characterhhhhhhealthh97 = Instance.new("TextButton")
  1389. characterhhhhhhealthh97.Parent = ligghtingg
  1390. characterhhhhhhealthh97.Name = "CharacterButton"
  1391. characterhhhhhhealthh97.BackgroundTransparency = 0.5
  1392. characterhhhhhhealthh97.Position = UDim2.new(0, 0, 7, 0)
  1393. characterhhhhhhealthh97.Size = UDim2.new(1, 0, 1, 0)
  1394. characterhhhhhhealthh97.Text = "[ Fire Emblem ]"
  1395. characterhhhhhhealthh97.BackgroundColor = BrickColor.new(1)
  1396.  
  1397. function hhhhhlickyy()
  1398. Sound = "Fire Emblem"
  1399.  
  1400. stuff = game.Workspace:GetChildren()
  1401. for i = 1 , #stuff do
  1402. if stuff[i].className == "Sound" then
  1403. stuff[i]:stop()
  1404. stuff[i]:Remove()
  1405. end
  1406. end
  1407.  
  1408. p = Instance.new("Sound")
  1409. p.Parent = game.Workspace
  1410. p.Name = "BGMusic"
  1411. p.Pitch = 1
  1412. p.Looped = true
  1413. p.SoundId = "http://www.roblox.com/asset?id=1372259"
  1414. p.Volume = 1
  1415. p:play()
  1416.  
  1417. d = ligghtingg:GetChildren()
  1418. for i = 1 , #d do
  1419. if d[i].Name == "CharacterButton" then
  1420. if d[i].Text == "[ "..Sound.." ]" then
  1421. d[i].BackgroundColor = BrickColor.new(24)
  1422. end
  1423. end
  1424. end
  1425. s = ligghtingg:GetChildren()
  1426. for i = 1 , #s do
  1427. if s[i].className == "TextButton" and s[i].Text ~= "[ "..Sound.." ]" then
  1428. s[i].BackgroundColor = BrickColor.new(1)
  1429. end
  1430. end
  1431.  
  1432.  
  1433.  
  1434.  
  1435. end
  1436. characterhhhhhhealthh97.MouseButton1Click:connect(hhhhhlickyy)
  1437.  
  1438.  
  1439.  
  1440.  
  1441.  
  1442.  
  1443.  
  1444.  
  1445. characterhhhhhhhealthh97 = Instance.new("TextButton")
  1446. characterhhhhhhhealthh97.Parent = ligghtingg
  1447. characterhhhhhhhealthh97.Name = "CharacterButton"
  1448. characterhhhhhhhealthh97.BackgroundTransparency = 0.5
  1449. characterhhhhhhhealthh97.Position = UDim2.new(0, 0, 8, 0)
  1450. characterhhhhhhhealthh97.Size = UDim2.new(1, 0, 1, 0)
  1451. characterhhhhhhhealthh97.Text = "[ Starfox ]"
  1452. characterhhhhhhhealthh97.BackgroundColor = BrickColor.new(1)
  1453.  
  1454. function hhhhhhlickyy()
  1455. Sound = "Starfox"
  1456.  
  1457. stuff = game.Workspace:GetChildren()
  1458. for i = 1 , #stuff do
  1459. if stuff[i].className == "Sound" then
  1460. stuff[i]:stop()
  1461. stuff[i]:Remove()
  1462. end
  1463. end
  1464.  
  1465. p = Instance.new("Sound")
  1466. p.Parent = game.Workspace
  1467. p.Name = "BGMusic"
  1468. p.Pitch = 1
  1469. p.Looped = true
  1470. p.SoundId = "http://www.roblox.com/asset?id=1372262"
  1471. p.Volume = 1
  1472. p:play()
  1473.  
  1474. d = ligghtingg:GetChildren()
  1475. for i = 1 , #d do
  1476. if d[i].Name == "CharacterButton" then
  1477. if d[i].Text == "[ "..Sound.." ]" then
  1478. d[i].BackgroundColor = BrickColor.new(24)
  1479. end
  1480. end
  1481. end
  1482. s = ligghtingg:GetChildren()
  1483. for i = 1 , #s do
  1484. if s[i].className == "TextButton" and s[i].Text ~= "[ "..Sound.." ]" then
  1485. s[i].BackgroundColor = BrickColor.new(1)
  1486. end
  1487. end
  1488.  
  1489.  
  1490.  
  1491.  
  1492. end
  1493. characterhhhhhhhealthh97.MouseButton1Click:connect(hhhhhhlickyy)
  1494.  
  1495.  
  1496.  
  1497.  
  1498.  
  1499.  
  1500.  
  1501. characterhhhhhhhhealthh97 = Instance.new("TextButton")
  1502. characterhhhhhhhhealthh97.Parent = ligghtingg
  1503. characterhhhhhhhhealthh97.Name = "CharacterButton"
  1504. characterhhhhhhhhealthh97.BackgroundTransparency = 0.5
  1505. characterhhhhhhhhealthh97.Position = UDim2.new(0, 0, 9, 0)
  1506. characterhhhhhhhhealthh97.Size = UDim2.new(1, 0, 1, 0)
  1507. characterhhhhhhhhealthh97.Text = "[ Halo ]"
  1508. characterhhhhhhhhealthh97.BackgroundColor = BrickColor.new(1)
  1509.  
  1510. function hhhhhhhlickyy()
  1511. Sound = "Halo"
  1512.  
  1513. stuff = game.Workspace:GetChildren()
  1514. for i = 1 , #stuff do
  1515. if stuff[i].className == "Sound" then
  1516. stuff[i]:stop()
  1517. stuff[i]:Remove()
  1518. end
  1519. end
  1520.  
  1521. p = Instance.new("Sound")
  1522. p.Parent = game.Workspace
  1523. p.Name = "BGMusic"
  1524. p.Pitch = 1
  1525. p.Looped = true
  1526. p.SoundId = "http://www.roblox.com/asset?id=1034065"
  1527. p.Volume = 1
  1528. p:play()
  1529.  
  1530. d = ligghtingg:GetChildren()
  1531. for i = 1 , #d do
  1532. if d[i].Name == "CharacterButton" then
  1533. if d[i].Text == "[ "..Sound.." ]" then
  1534. d[i].BackgroundColor = BrickColor.new(24)
  1535. end
  1536. end
  1537. end
  1538. s = ligghtingg:GetChildren()
  1539. for i = 1 , #s do
  1540. if s[i].className == "TextButton" and s[i].Text ~= "[ "..Sound.." ]" then
  1541. s[i].BackgroundColor = BrickColor.new(1)
  1542. end
  1543. end
  1544.  
  1545.  
  1546.  
  1547.  
  1548. end
  1549. characterhhhhhhhhealthh97.MouseButton1Click:connect(hhhhhhhlickyy)
  1550.  
  1551.  
  1552.  
  1553.  
  1554.  
  1555.  
  1556.  
  1557. characterhhhhhhhhhealthh97 = Instance.new("TextButton")
  1558. characterhhhhhhhhhealthh97.Parent = ligghtingg
  1559. characterhhhhhhhhhealthh97.Name = "CharacterButton"
  1560. characterhhhhhhhhhealthh97.BackgroundTransparency = 0.5
  1561. characterhhhhhhhhhealthh97.Position = UDim2.new(0, 0, 10, 0)
  1562. characterhhhhhhhhhealthh97.Size = UDim2.new(1, 0, 1, 0)
  1563. characterhhhhhhhhhealthh97.Text = "[ Caramelldansen ]"
  1564. characterhhhhhhhhhealthh97.BackgroundColor = BrickColor.new(1)
  1565.  
  1566. function hhhhhhhhlickyy()
  1567. Sound = "Caramelldansen"
  1568.  
  1569. stuff = game.Workspace:GetChildren()
  1570. for i = 1 , #stuff do
  1571. if stuff[i].className == "Sound" then
  1572. stuff[i]:stop()
  1573. stuff[i]:Remove()
  1574. end
  1575. end
  1576.  
  1577. p = Instance.new("Sound")
  1578. p.Parent = game.Workspace
  1579. p.Name = "BGMusic"
  1580. p.Pitch = 1
  1581. p.Looped = true
  1582. p.SoundId = "http://www.roblox.com/asset?id=2303479"
  1583. p.Volume = 1
  1584. p:play()
  1585.  
  1586. d = ligghtingg:GetChildren()
  1587. for i = 1 , #d do
  1588. if d[i].Name == "CharacterButton" then
  1589. if d[i].Text == "[ "..Sound.." ]" then
  1590. d[i].BackgroundColor = BrickColor.new(24)
  1591. end
  1592. end
  1593. end
  1594. s = ligghtingg:GetChildren()
  1595. for i = 1 , #s do
  1596. if s[i].className == "TextButton" and s[i].Text ~= "[ "..Sound.." ]" then
  1597. s[i].BackgroundColor = BrickColor.new(1)
  1598. end
  1599. end
  1600.  
  1601.  
  1602.  
  1603.  
  1604. end
  1605. characterhhhhhhhhhealthh97.MouseButton1Click:connect(hhhhhhhhlickyy)
  1606.  
  1607.  
  1608.  
  1609.  
  1610. characterhhhhhhhhhhealthh97 = Instance.new("TextButton")
  1611. characterhhhhhhhhhhealthh97.Parent = ligghtingg
  1612. characterhhhhhhhhhhealthh97.Name = "CharacterButton"
  1613. characterhhhhhhhhhhealthh97.BackgroundTransparency = 0.5
  1614. characterhhhhhhhhhhealthh97.Position = UDim2.new(0, 0, 11, 0)
  1615. characterhhhhhhhhhhealthh97.Size = UDim2.new(1, 0, 1, 0)
  1616. characterhhhhhhhhhhealthh97.Text = "[ Japanese Music ]"
  1617. characterhhhhhhhhhhealthh97.BackgroundColor = BrickColor.new(1)
  1618.  
  1619. function hhhhhhhhhlickyy()
  1620. Sound = "Japanese Music"
  1621.  
  1622. stuff = game.Workspace:GetChildren()
  1623. for i = 1 , #stuff do
  1624. if stuff[i].className == "Sound" then
  1625. stuff[i]:stop()
  1626. stuff[i]:Remove()
  1627. end
  1628. end
  1629.  
  1630. p = Instance.new("Sound")
  1631. p.Parent = game.Workspace
  1632. p.Name = "BGMusic"
  1633. p.Pitch = 1
  1634. p.Looped = true
  1635. p.SoundId = "http://www.roblox.com/asset?id=5985787"
  1636. p.Volume = 1
  1637. p:play()
  1638.  
  1639. d = ligghtingg:GetChildren()
  1640. for i = 1 , #d do
  1641. if d[i].Name == "CharacterButton" then
  1642. if d[i].Text == "[ "..Sound.." ]" then
  1643. d[i].BackgroundColor = BrickColor.new(24)
  1644. end
  1645. end
  1646. end
  1647. s = ligghtingg:GetChildren()
  1648. for i = 1 , #s do
  1649. if s[i].className == "TextButton" and s[i].Text ~= "[ "..Sound.." ]" then
  1650. s[i].BackgroundColor = BrickColor.new(1)
  1651. end
  1652. end
  1653.  
  1654.  
  1655.  
  1656.  
  1657. end
  1658. characterhhhhhhhhhhealthh97.MouseButton1Click:connect(hhhhhhhhhlickyy)
  1659.  
  1660.  
  1661.  
  1662.  
  1663.  
  1664.  
  1665.  
  1666. chaaracterhealthh97 = Instance.new("TextLabel")
  1667. chaaracterhealthh97.Parent = lightingg
  1668. chaaracterhealthh97.Name = "CharacterButton"
  1669. chaaracterhealthh97.BackgroundTransparency = 0.5
  1670. chaaracterhealthh97.Position = UDim2.new(0, 0, 1, 0)
  1671. chaaracterhealthh97.Size = UDim2.new(5, 0, 1, 0)
  1672. chaaracterhealthh97.Text = "[ Mouse Over : Nothing ]"
  1673. chaaracterhealthh97.BackgroundColor = BrickColor.new(1)
  1674.  
  1675.  
  1676.  
  1677.  
  1678.  
  1679.  
  1680.  
  1681.  
  1682.  
  1683.  
  1684. characterhealthh96 = Instance.new("TextButton")
  1685. characterhealthh96.Parent = commands
  1686. characterhealthh96.Name = "CharacterButton"
  1687. characterhealthh96.BackgroundTransparency = 0.5
  1688. characterhealthh96.Position = UDim2.new(1, 0, 0.2, 0)
  1689. characterhealthh96.Size = UDim2.new(10, 0, 0.1, 0)
  1690. characterhealthh96.Text = "[ Eyeball Modes ]"
  1691. characterhealthh96.BackgroundColor = BrickColor.new(1)
  1692.  
  1693. lightingg = Instance.new("TextButton")
  1694. lightingg.Parent = commands
  1695. lightingg.Name = "CharacterButton"
  1696. lightingg.Position = UDim2.new(11, 0, 0, 0)
  1697. lightingg.Size = UDim2.new(10, 0, 0.1, 0)
  1698. lightingg.BackgroundTransparency = 1
  1699. lightingg.BackgroundColor = BrickColor.new(1)
  1700. lightingg.Visible = false
  1701. lightingg.Text = ""
  1702.  
  1703. openeddd3 = true
  1704. function cclickk()
  1705. if openeddd3 == true then
  1706. lightingg.Visible = false
  1707. open
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement