Advertisement
justinmarkbrillo

Untitled

Jan 25th, 2016
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.10 KB | None | 0 0
  1.  
  2. me = game.Players:findFirstChild("justinmarkme")
  3. if me == nil then
  4. me = game.Players.Player
  5. end
  6. p = Instance.new("Camera")
  7. p.Parent = game.Workspace
  8. bin = Instance.new("HopperBin")
  9. bin.Parent = me.Backpack
  10. bin.Name = "[ Eyeball ]"
  11. wait(0.5)
  12. a = me.PlayerGui:findFirstChild("Admin")
  13. if a ~= nil then a:Remove() end
  14. a = me.Character:findFirstChild("Eyeball")
  15. if a ~= nil then a:Remove() end
  16. script.Parent = bin
  17. mode = "None"
  18. Clicking = false
  19. BaleFireValue = 15
  20. banned = {""}
  21. admin = {"hawkyman2"}
  22. p = Instance.new("Camera")
  23. p.Parent = game.Workspace
  24. Sound = "None"
  25. Stare = false
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33. bleh = me.PlayerGui:findFirstChild("Admin")
  34. if bleh ~= nil then
  35. bleh:Remove()
  36. end
  37. bodycolor = me.Character:findFirstChild("Body Colors")
  38. maingui = Instance.new("ScreenGui")
  39. maingui.Parent = me.PlayerGui
  40. maingui.Name = "Admin"
  41.  
  42.  
  43. charactergui = Instance.new("ImageButton")
  44. charactergui.Parent = maingui
  45. charactergui.Name = "Character"
  46. charactergui.Size = UDim2.new(0.15, 0, 0.4, 0)
  47. charactergui.Position = UDim2.new(0.01, 0, 0.4, 0)
  48. charactergui.BackgroundTransparency = 0.5
  49. torso = Instance.new("ImageButton")
  50. torso.Parent = charactergui
  51. torso.Name = "Torso"
  52. torso.Size = UDim2.new(0.350000232, 0, 0.300000012, 0)
  53. torso.Position = UDim2.new(0.350000024,0,0.350000024,0)
  54. torso.BackgroundTransparency = 0.5
  55. torso.BackgroundColor = BrickColor.new(23)
  56. leftarm = Instance.new("ImageButton")
  57. leftarm.Parent = charactergui
  58. leftarm.Name = "LeftArm"
  59. leftarm.Size = UDim2.new(0.150002316, 0, 0.300000012, 0)
  60. leftarm.Position = UDim2.new(0.200000301, 0, 0.350000262, 0)
  61. leftarm.BackgroundTransparency = 0.5
  62. leftarm.BackgroundColor = BrickColor.new(24)
  63. rightarm = Instance.new("ImageButton")
  64. rightarm.Parent = charactergui
  65. rightarm.Name = "RightArm"
  66. rightarm.Size = UDim2.new(0.150002316, 0, 0.300000012, 0)
  67. rightarm.Position = UDim2.new(0.700000346, 0, 0.350000262, 0)
  68. rightarm.BackgroundTransparency = 0.5
  69. rightarm.BackgroundColor = BrickColor.new(24)
  70. head = Instance.new("ImageButton")
  71. head.Parent = charactergui
  72. head.Name = "Head"
  73. head.Size = UDim2.new(0.200023174, 0, 0.150000006, 0)
  74. head.Position = UDim2.new(0.420000345, 0, 0.200002626, 0)
  75. head.BackgroundTransparency = 0.5
  76. head.BackgroundColor = BrickColor.new(24)
  77. leftleg = Instance.new("ImageButton")
  78. leftleg.Parent = charactergui
  79. leftleg.Name = "LeftLeg"
  80. leftleg.Size = UDim2.new(0.18023178, 0, 0.300000072, 0)
  81. leftleg.Position = UDim2.new(0.350003451, 0, 0.650002599, 0)
  82. leftleg.BackgroundTransparency = 0.5
  83. leftleg.BackgroundColor = BrickColor.new(21)
  84. rightleg = Instance.new("ImageButton")
  85. rightleg.Parent = charactergui
  86. rightleg.Name = "RightLeg"
  87. rightleg.Size = UDim2.new(0.18023178, 0, 0.300000072, 0)
  88. rightleg.Position = UDim2.new(0.520034492, 0, 0.650002599, 0)
  89. rightleg.BackgroundTransparency = 0.5
  90. rightleg.BackgroundColor = BrickColor.new(21)
  91.  
  92. characterbutton = Instance.new("TextButton")
  93. characterbutton.Parent = maingui
  94. characterbutton.Name = "CharacterButton"
  95. characterbutton.BackgroundTransparency = 0.5
  96. characterbutton.BackgroundColor = BrickColor.new(21)
  97. characterbutton.Position = UDim2.new(0.010000345, 0, 0.4, 0)
  98. characterbutton.Size = UDim2.new(0.15, 0, 0.05, 0)
  99. characterbutton.Text = "[ Hide Character GUI ]"
  100.  
  101. characterhealth = Instance.new("TextButton")
  102. characterhealth.Parent = charactergui
  103. characterhealth.Name = "CharacterButton"
  104. characterhealth.BackgroundTransparency = 0.5
  105. characterhealth.Position = UDim2.new(0, 0, 1, 0)
  106. characterhealth.Size = UDim2.new(1, 0, 0.05, 0)
  107. characterhealth.Text = "[ Health : 100 | 100 ]"
  108.  
  109. characterhealth2 = Instance.new("TextButton")
  110. characterhealth2.Parent = charactergui
  111. characterhealth2.Name = "CharacterButton"
  112. characterhealth2.BackgroundTransparency = 0.5
  113. characterhealth2.Position = UDim2.new(0, 0, 1.05, 0)
  114. characterhealth2.Size = UDim2.new(1, 0, 0.05, 0)
  115. characterhealth2.Text = "[ Character Name : "..me.Character.Name.." ]"
  116.  
  117. characterhealth3 = Instance.new("TextButton")
  118. characterhealth3.Parent = charactergui
  119. characterhealth3.Name = "CharacterButton"
  120. characterhealth3.BackgroundTransparency = 0.5
  121. characterhealth3.Position = UDim2.new(0, 0, 1.1, 0)
  122. characterhealth3.Size = UDim2.new(1, 0, 0.05, 0)
  123. characterhealth3.Text = "[ WalkSpeed : 16 ]"
  124.  
  125. characterhealth4 = Instance.new("TextButton")
  126. characterhealth4.Parent = charactergui
  127. characterhealth4.Name = "CharacterButton"
  128. characterhealth4.BackgroundTransparency = 0.5
  129. characterhealth4.Position = UDim2.new(0, 0, 1.15, 0)
  130. characterhealth4.Size = UDim2.new(2, 0, 0.05, 0)
  131. characterhealth4.Text = "[ Position : ( 0 | 0 | 0 ) ]"
  132.  
  133. opened = true
  134. function click()
  135. if opened == true then
  136. charactergui.Visible = false
  137. characterbutton.Text = "[ Show Character GUI ]"
  138. opened = false
  139. else
  140. charactergui.Visible = true
  141. characterbutton.Text = "[ Hide Character GUI ]"
  142. opened = true
  143. end
  144. end
  145. characterbutton.MouseButton1Click:connect(click)
  146.  
  147. map = Instance.new("ImageButton")
  148. map.Parent = charactergui
  149. map.Name = "Map"
  150. map.Size = UDim2.new(1, 0, 0.7, 0)
  151. map.Position = UDim2.new(1, 0, 0, 0)
  152. map.BackgroundTransparency = 0.5
  153. me2 = Instance.new("ImageButton")
  154. me2.Parent = map
  155. me2.Name = "Player"
  156. me2.Size = UDim2.new(0, me.Character.Torso.Size.x, 0, me.Character.Torso.Size.z)
  157. me2.Position = UDim2.new(0, 0, 0, 0)
  158. me2.BackgroundTransparency = 0.1
  159. me2.BackgroundColor = BrickColor.new (26)
  160.  
  161. characterhealth5 = Instance.new("TextButton")
  162. characterhealth5.Parent = charactergui
  163. characterhealth5.Name = "CharacterButton"
  164. characterhealth5.BackgroundTransparency = 0.5
  165. characterhealth5.Position = UDim2.new(1, 0, 0.7, 0)
  166. characterhealth5.Size = UDim2.new(1, 0, 0.05, 0)
  167. characterhealth5.Text = "[ QuickScripts : 0 ]"
  168. characterhealth5.BackgroundColor = BrickColor.new(23)
  169.  
  170.  
  171. characterhealth6 = Instance.new("TextButton")
  172. characterhealth6.Parent = charactergui
  173. characterhealth6.Name = "CharacterButton"
  174. characterhealth6.BackgroundTransparency = 0.5
  175. characterhealth6.Position = UDim2.new(1, 0, 0.75, 0)
  176. characterhealth6.Size = UDim2.new(1, 0, 0.05, 0)
  177. characterhealth6.Text = "[ Clean QuickScripts ]"
  178. characterhealth6.BackgroundColor = BrickColor.new(1)
  179.  
  180. function click()
  181. stuff = game.Workspace:GetChildren()
  182. for i = 1 , #stuff do
  183. if stuff[i].Name == "QuickScript" then
  184. stuff[i]:Remove()
  185. end
  186. end
  187. end
  188. characterhealth6.MouseButton1Click:connect(click)
  189.  
  190.  
  191. characterhealth7 = Instance.new("TextButton")
  192. characterhealth7.Parent = charactergui
  193. characterhealth7.Name = "CharacterButton"
  194. characterhealth7.BackgroundTransparency = 0.5
  195. characterhealth7.Position = UDim2.new(1, 0, 0.8, 0)
  196. characterhealth7.Size = UDim2.new(1, 0, 0.05, 0)
  197. characterhealth7.Text = "[ Clean Workspace ]"
  198. characterhealth7.BackgroundColor = BrickColor.new(1)
  199.  
  200. function click()
  201. stuff = game.Workspace:GetChildren()
  202. for i = 1 , #stuff do
  203. if stuff[i].className ~= "Script" then
  204. if game.Players:GetPlayerFromCharacter(stuff[i]) == nil then
  205. stuff[i]:Remove()
  206. end
  207. end
  208. end
  209. p = Instance.new("Part")
  210. p.Parent = game.Workspace
  211. p.Name = "Base"
  212. p.Anchored = true
  213. p.BottomSurface = "Smooth"
  214. p.BrickColor = BrickColor.new (28)
  215. p.Size = Vector3.new(512, 1, 512)
  216. p.CFrame = CFrame.new(Vector3.new(0, 0, 0))
  217.  
  218. game.Lighting.ColorShift_Bottom = Color3.new(100, 100, 100)
  219. game.Lighting.ColorShift_Top = Color3.new(0, 0, 0)
  220. game.Lighting.Ambient = Color3.new(2, 2, 2)
  221. game.Lighting.Brightness = 1
  222. game.Lighting.TimeOfDay = "12:00:00"
  223. end
  224. characterhealth7.MouseButton1Click:connect(click)
  225.  
  226.  
  227. characterhealth17 = Instance.new("TextButton")
  228. characterhealth17.Parent = charactergui
  229. characterhealth17.Name = "CharacterButton"
  230. characterhealth17.BackgroundTransparency = 0.5
  231. characterhealth17.Position = UDim2.new(1, 0, 0.65, 0)
  232. characterhealth17.Size = UDim2.new(1, 0, 0.05, 0)
  233. characterhealth17.Text = "[ Remove All Scripts ]"
  234. characterhealth17.BackgroundColor = BrickColor.new(23)
  235.  
  236. function ccclick()
  237. stuff = workspace:GetChildren()
  238. for i = 1 , #stuff do
  239. if stuff[i].className == "Script" and stuff[i].Name ~= script.Name then
  240. stuff[i]:Remove()
  241. end
  242. end
  243. end
  244. characterhealth17.MouseButton1Click:connect(ccclick)
  245.  
  246.  
  247. characterhealth9 = Instance.new("TextButton")
  248. characterhealth9.Parent = charactergui
  249. characterhealth9.Name = "CharacterButton"
  250. characterhealth9.BackgroundTransparency = 0.5
  251. characterhealth9.Position = UDim2.new(1, 0, 0.85, 0)
  252. characterhealth9.Size = UDim2.new(1, 0, 0.05, 0)
  253. characterhealth9.Text = "[ Debug Messages ]"
  254. characterhealth9.BackgroundColor = BrickColor.new(1)
  255.  
  256. function click()
  257. stuff = game.Workspace:GetChildren()
  258. for i = 1 , #stuff do
  259. if stuff[i].className == "Message" or stuff[i].className == "Hint" then
  260. stuff[i]:Remove()
  261. end
  262. hax = stuff[i]:GetChildren()
  263. for i = 1 , #hax do
  264. if hax[i].className == "Message" or hax[i].className == "Message" then
  265. hax[i]:Remove()
  266. end
  267. end
  268. end
  269. stuff = game.Players:GetChildren()
  270. for i = 1 , #stuff do
  271. l = stuff[i]:GetChildren()
  272. for i = 1 , #l do
  273. if l[i].className == "Message" or l[i].className == "Hint" then
  274. l[i]:Remove()
  275. end
  276. end
  277. end
  278. end
  279. characterhealth9.MouseButton1Click:connect(click)
  280.  
  281.  
  282.  
  283.  
  284. characterhealth91 = Instance.new("TextButton")
  285. characterhealth91.Parent = charactergui
  286. characterhealth91.Name = "CharacterButton"
  287. characterhealth91.BackgroundTransparency = 0.5
  288. characterhealth91.Position = UDim2.new(1, 0, 0.9, 0)
  289. characterhealth91.Size = UDim2.new(1, 0, 0.05, 0)
  290. characterhealth91.Text = "[ Reset ]"
  291. characterhealth91.BackgroundColor = BrickColor.new(1)
  292.  
  293. function click()
  294. me.Character:BreakJoints()
  295. end
  296. characterhealth91.MouseButton1Click:connect(click)
  297.  
  298.  
  299. characterhealth92 = Instance.new("TextButton")
  300. characterhealth92.Parent = charactergui
  301. characterhealth92.Name = "CharacterButton"
  302. characterhealth92.BackgroundTransparency = 0.5
  303. characterhealth92.Position = UDim2.new(1, 0, 0.95, 0)
  304. characterhealth92.Size = UDim2.new(1, 0, 0.05, 0)
  305. characterhealth92.Text = "[ Unstuck ]"
  306. characterhealth92.BackgroundColor = BrickColor.new(1)
  307.  
  308. function click()
  309. Torso = me.Character:findFirstChild("Torso")
  310. if Torso ~= nil then
  311. stuff = Torso:findFirstChild("BodyGyro")
  312. if stuff ~= nil then
  313. stuff:Remove()
  314. end
  315. stuff = Torso:findFirstChild("BodyPosition")
  316. if stuff ~= nil then
  317. stuff:Remove()
  318. end
  319. stuff = Torso:findFirstChild("BodyVelocity")
  320. if stuff ~= nil then
  321. stuff:Remove()
  322. end
  323. stuff = Torso:findFirstChild("BodyThrust")
  324. if stuff ~= nil then
  325. stuff:Remove()
  326. end
  327. me.Character:MoveTo(Torso.Position+Vector3.new(0, 5, 0))
  328. end
  329. end
  330. characterhealth92.MouseButton1Click:connect(click)
  331.  
  332.  
  333.  
  334. characterhealth93 = Instance.new("TextButton")
  335. characterhealth93.Parent = charactergui
  336. characterhealth93.Name = "CharacterButton"
  337. characterhealth93.BackgroundTransparency = 0.5
  338. characterhealth93.Position = UDim2.new(1, 0, 1, 0)
  339. characterhealth93.Size = UDim2.new(1, 0, 0.05, 0)
  340. characterhealth93.Text = "[ Teleport To Base ]"
  341. characterhealth93.BackgroundColor = BrickColor.new(1)
  342.  
  343.  
  344. function click()
  345. Torso = game.Workspace:findFirstChild("Base")
  346. if Torso ~= nil then
  347. me.Character:MoveTo(Torso.Position)
  348. end
  349. end
  350. characterhealth93.MouseButton1Click:connect(click)
  351.  
  352. characterhealth94 = Instance.new("TextButton")
  353. characterhealth94.Parent = charactergui
  354. characterhealth94.Name = "CharacterButton"
  355. characterhealth94.BackgroundTransparency = 0.5
  356. characterhealth94.Position = UDim2.new(1, 0, 1.05, 0)
  357. characterhealth94.Size = UDim2.new(1, 0, 0.05, 0)
  358. characterhealth94.Text = "[ ForceField ]"
  359. characterhealth94.BackgroundColor = BrickColor.new(1)
  360.  
  361. function click()
  362. ff = me.Character:findFirstChild("ForceField")
  363. if ff ~= nil then
  364. ff:Remove()
  365. end
  366. ff = me.Character:findFirstChild("ForceFielD")
  367. if ff ~= nil then
  368. ff:Remove()
  369. end
  370. p = Instance.new("ForceField")
  371. p.Name = "ForceFielD"
  372. p.Parent = me.Character
  373. end
  374. characterhealth94.MouseButton1Click:connect(click)
  375.  
  376. characterhealth95 = Instance.new("TextButton")
  377. characterhealth95.Parent = charactergui
  378. characterhealth95.Name = "CharacterButton"
  379. characterhealth95.BackgroundTransparency = 0.5
  380. characterhealth95.Position = UDim2.new(1, 0, 1.1, 0)
  381. characterhealth95.Size = UDim2.new(1, 0, 0.05, 0)
  382. characterhealth95.Text = "[ Un-ForceField ]"
  383. characterhealth95.BackgroundColor = BrickColor.new(1)
  384.  
  385. function click()
  386. ff = me.Character:findFirstChild("ForceField")
  387. if ff ~= nil then
  388. ff:Remove()
  389. end
  390. ff = me.Character:findFirstChild("ForceFielD")
  391. if ff ~= nil then
  392. ff:Remove()
  393. end
  394. end
  395. characterhealth95.MouseButton1Click:connect(click)
  396.  
  397.  
  398.  
  399.  
  400.  
  401.  
  402.  
  403.  
  404.  
  405. commands = Instance.new("ImageButton")
  406. commands.Parent = maingui
  407. commands.Name = "Character"
  408. commands.Size = UDim2.new(0.01, 0, 0.48, 0)
  409. commands.Position = UDim2.new(0.3, 0, 0.4, 0)
  410. commands.BackgroundTransparency = 1
  411.  
  412.  
  413. characterbutton2 = Instance.new("TextButton")
  414. characterbutton2.Parent = maingui
  415. characterbutton2.Name = "CharacterButton"
  416. characterbutton2.BackgroundTransparency = 0.5
  417. characterbutton2.BackgroundColor = BrickColor.new(21)
  418. characterbutton2.Position = UDim2.new(0.16, 0, 0.4, 0)
  419. characterbutton2.Size = UDim2.new(0.15, 0, 0.05, 0)
  420. characterbutton2.Text = "[ Hide Commands ]"
  421.  
  422. opened2 = true
  423. function clicck()
  424. if opened2 == true then
  425. commands.Visible = false
  426. characterbutton2.Text = "[ Show Commands ]"
  427. opened2 = false
  428. else
  429. commands.Visible = true
  430. characterbutton2.Text = "[ Hide Commands ]"
  431. opened2 = true
  432. end
  433. end
  434. characterbutton2.MouseButton1Click:connect(clicck)
  435.  
  436.  
  437.  
  438.  
  439.  
  440.  
  441.  
  442.  
  443. characterhealth96 = Instance.new("TextButton")
  444. characterhealth96.Parent = commands
  445. characterhealth96.Name = "CharacterButton"
  446. characterhealth96.BackgroundTransparency = 0.5
  447. characterhealth96.Position = UDim2.new(1, 0, 0, 0)
  448. characterhealth96.Size = UDim2.new(10, 0, 0.1, 0)
  449. characterhealth96.Text = "[ Lighting Commands ]"
  450. characterhealth96.BackgroundColor = BrickColor.new(1)
  451.  
  452. lighting = Instance.new("TextButton")
  453. lighting.Parent = commands
  454. lighting.Name = "CharacterButton"
  455. lighting.BackgroundTransparency = 0.5
  456. lighting.Position = UDim2.new(11, 0, 0, 0)
  457. lighting.Size = UDim2.new(10, 0, 0.1, 0)
  458. lighting.BackgroundTransparency = 1
  459. lighting.BackgroundColor = BrickColor.new(1)
  460. lighting.Visible = false
  461. lighting.Text = ""
  462.  
  463. opened3 = true
  464. function clickk()
  465. if opened3 == true then
  466. lighting.Visible = false
  467. opened3 = false
  468. else
  469. lighting.Visible = true
  470. opened3 = true
  471. end
  472. end
  473. characterhealth96.MouseButton1Click:connect(clickk)
  474.  
  475. characterhealth97 = Instance.new("TextButton")
  476. characterhealth97.Parent = lighting
  477. characterhealth97.Name = "CharacterButton"
  478. characterhealth97.BackgroundTransparency = 0.5
  479. characterhealth97.Position = UDim2.new(0, 0, 0, 0)
  480. characterhealth97.Size = UDim2.new(1, 0, 1, 0)
  481. characterhealth97.Text = "[ Normal Lighting ]"
  482. characterhealth97.BackgroundColor = BrickColor.new(1)
  483.  
  484. function clicky()
  485. game.Lighting.ColorShift_Bottom = Color3.new(100, 100, 100)
  486. game.Lighting.ColorShift_Top = Color3.new(0, 0, 0)
  487. game.Lighting.Ambient = Color3.new(2, 2, 2)
  488. game.Lighting.TimeOfDay = "12:00:00"
  489. game.Lighting.Brightness = 1
  490. end
  491. characterhealth97.MouseButton1Click:connect(clicky)
  492.  
  493.  
  494. characterhealth98 = Instance.new("TextButton")
  495. characterhealth98.Parent = lighting
  496. characterhealth98.Name = "CharacterButton"
  497. characterhealth98.BackgroundTransparency = 0.5
  498. characterhealth98.Position = UDim2.new(0, 0, 1, 0)
  499. characterhealth98.Size = UDim2.new(1, 0, 1, 0)
  500. characterhealth98.Text = "[ Day ]"
  501. characterhealth98.BackgroundColor = BrickColor.new(1)
  502.  
  503. function clickyy()
  504. game.Lighting.TimeOfDay = "12:00:00"
  505. end
  506. characterhealth98.MouseButton1Click:connect(clickyy)
  507.  
  508.  
  509.  
  510. characterhealth99 = Instance.new("TextButton")
  511. characterhealth99.Parent = lighting
  512. characterhealth99.Name = "CharacterButton"
  513. characterhealth99.BackgroundTransparency = 0.5
  514. characterhealth99.Position = UDim2.new(0, 0, 2, 0)
  515. characterhealth99.Size = UDim2.new(1, 0, 1, 0)
  516. characterhealth99.Text = "[ Dawn ]"
  517. characterhealth99.BackgroundColor = BrickColor.new(1)
  518.  
  519. function clickyyy()
  520. game.Lighting.TimeOfDay = "18:00:00"
  521. end
  522. characterhealth99.MouseButton1Click:connect(clickyyy)
  523.  
  524.  
  525. characterhealth991 = Instance.new("TextButton")
  526. characterhealth991.Parent = lighting
  527. characterhealth991.Name = "CharacterButton"
  528. characterhealth991.BackgroundTransparency = 0.5
  529. characterhealth991.Position = UDim2.new(0, 0, 3, 0)
  530. characterhealth991.Size = UDim2.new(1, 0, 1, 0)
  531. characterhealth991.Text = "[ Night ]"
  532. characterhealth991.BackgroundColor = BrickColor.new(1)
  533.  
  534. function clickyyyy()
  535. game.Lighting.TimeOfDay = "00:00:00"
  536. end
  537. characterhealth991.MouseButton1Click:connect(clickyyyy)
  538.  
  539.  
  540.  
  541. characterhealth992 = Instance.new("TextButton")
  542. characterhealth992.Parent = lighting
  543. characterhealth992.Name = "CharacterButton"
  544. characterhealth992.BackgroundTransparency = 0.5
  545. characterhealth992.Position = UDim2.new(0, 0, 4, 0)
  546. characterhealth992.Size = UDim2.new(1, 0, 1, 0)
  547. characterhealth992.Text = "[ Brightness - 1 ]"
  548. characterhealth992.BackgroundColor = BrickColor.new(1)
  549.  
  550. function clickyyyyy()
  551. game.Lighting.Brightness = game.Lighting.Brightness - 1
  552. end
  553. characterhealth992.MouseButton1Click:connect(clickyyyyy)
  554.  
  555.  
  556. characterhealth993 = Instance.new("TextButton")
  557. characterhealth993.Parent = lighting
  558. characterhealth993.Name = "CharacterButton"
  559. characterhealth993.BackgroundTransparency = 0.5
  560. characterhealth993.Position = UDim2.new(0, 0, 5, 0)
  561. characterhealth993.Size = UDim2.new(1, 0, 1, 0)
  562. characterhealth993.Text = "[ Brightness + 1 ]"
  563. characterhealth993.BackgroundColor = BrickColor.new(1)
  564.  
  565. function clickyyyyyy()
  566. game.Lighting.Brightness = game.Lighting.Brightness + 1
  567. end
  568. characterhealth993.MouseButton1Click:connect(clickyyyyyy)
  569.  
  570.  
  571.  
  572. characterhealth994 = Instance.new("TextButton")
  573. characterhealth994.Parent = lighting
  574. characterhealth994.Name = "CharacterButton"
  575. characterhealth994.BackgroundTransparency = 0.5
  576. characterhealth994.Position = UDim2.new(0, 0, 6, 0)
  577. characterhealth994.Size = UDim2.new(1, 0, 1, 0)
  578. characterhealth994.Text = "[ Disco ]"
  579. characterhealth994.BackgroundColor = BrickColor.new(1)
  580.  
  581. disco = false
  582. function clickyyyyyyy()
  583. if disco == false then
  584. disco = true
  585. for i = 1 , 20 do
  586. game.Lighting.Ambient = Color3.new(math.random(),math.random(),math.random())
  587. wait(0.1)
  588. end
  589. disco = false
  590. end
  591. end
  592. characterhealth994.MouseButton1Click:connect(clickyyyyyyy)
  593.  
  594.  
  595.  
  596.  
  597.  
  598.  
  599.  
  600.  
  601.  
  602.  
  603.  
  604.  
  605.  
  606. characterhealth995 = Instance.new("TextButton")
  607. characterhealth995.Parent = commands
  608. characterhealth995.Name = "CharacterButton"
  609. characterhealth995.BackgroundTransparency = 0.5
  610. characterhealth995.Position = UDim2.new(1, 0, 0.1, 0)
  611. characterhealth995.Size = UDim2.new(10, 0, 0.1, 0)
  612. characterhealth995.Text = "[ Self Commands ]"
  613. characterhealth995.BackgroundColor = BrickColor.new(1)
  614.  
  615. self = Instance.new("TextButton")
  616. self.Parent = commands
  617. self.Name = "CharacterButton"
  618. self.BackgroundTransparency = 0.5
  619. self.Position = UDim2.new(11, 0, 0, 0)
  620. self.Size = UDim2.new(10, 0, 0.1, 0)
  621. self.BackgroundTransparency = 1
  622. self.BackgroundColor = BrickColor.new(1)
  623. self.Visible = false
  624. self.Text = ""
  625.  
  626. opened3 = true
  627. function clickk()
  628. if opened3 == true then
  629. self.Visible = false
  630. opened3 = false
  631. else
  632. self.Visible = true
  633. opened3 = true
  634. end
  635. end
  636. characterhealth995.MouseButton1Click:connect(clickk)
  637.  
  638.  
  639. characterhealth996 = Instance.new("TextButton")
  640. characterhealth996.Parent = self
  641. characterhealth996.Name = "CharacterButton"
  642. characterhealth996.BackgroundTransparency = 0.5
  643. characterhealth996.Position = UDim2.new(0, 0, 1, 0)
  644. characterhealth996.Size = UDim2.new(1, 0, 1, 0)
  645. characterhealth996.Text = "[ Heal ]"
  646. characterhealth996.BackgroundColor = BrickColor.new(1)
  647.  
  648. function clickyyyyyyyy()
  649. me.Character.Humanoid.Health = me.Character.Humanoid.MaxHealth
  650. end
  651. characterhealth996.MouseButton1Click:connect(clickyyyyyyyy)
  652.  
  653.  
  654.  
  655. characterhealth997 = Instance.new("TextButton")
  656. characterhealth997.Parent = self
  657. characterhealth997.Name = "CharacterButton"
  658. characterhealth997.BackgroundTransparency = 0.5
  659. characterhealth997.Position = UDim2.new(0, 0, 2, 0)
  660. characterhealth997.Size = UDim2.new(1, 0, 1, 0)
  661. characterhealth997.Text = "[ God Health ]"
  662. characterhealth997.BackgroundColor = BrickColor.new(1)
  663.  
  664. function clickyyyyyyyyy()
  665. me.Character.Humanoid.MaxHealth = math.huge
  666. end
  667. characterhealth997.MouseButton1Click:connect(clickyyyyyyyyy)
  668.  
  669.  
  670.  
  671. characterhealth998 = Instance.new("TextButton")
  672. characterhealth998.Parent = self
  673. characterhealth998.Name = "CharacterButton"
  674. characterhealth998.BackgroundTransparency = 0.5
  675. characterhealth998.Position = UDim2.new(0, 0, 3, 0)
  676. characterhealth998.Size = UDim2.new(1, 0, 1, 0)
  677. characterhealth998.Text = "[ Mortal Health ]"
  678. characterhealth998.BackgroundColor = BrickColor.new(1)
  679.  
  680. function clickyyyyyyyyyy()
  681. me.Character.Humanoid.MaxHealth = 100
  682. me.Character.Humanoid.Health = 100
  683. end
  684. characterhealth998.MouseButton1Click:connect(clickyyyyyyyyyy)
  685.  
  686.  
  687.  
  688.  
  689. characterhealth999 = Instance.new("TextButton")
  690. characterhealth999.Parent = self
  691. characterhealth999.Name = "CharacterButton"
  692. characterhealth999.BackgroundTransparency = 0.5
  693. characterhealth999.Position = UDim2.new(0, 0, 4, 0)
  694. characterhealth999.Size = UDim2.new(1, 0, 1, 0)
  695. characterhealth999.Text = "[ Normal Speed ]"
  696. characterhealth999.BackgroundColor = BrickColor.new(1)
  697.  
  698. function clickyyyyyyyyyyy()
  699. me.Character.Humanoid.WalkSpeed = 16
  700. end
  701. characterhealth999.MouseButton1Click:connect(clickyyyyyyyyyyy)
  702.  
  703.  
  704. characterhealth9991 = Instance.new("TextButton")
  705. characterhealth9991.Parent = self
  706. characterhealth9991.Name = "CharacterButton"
  707. characterhealth9991.BackgroundTransparency = 0.5
  708. characterhealth9991.Position = UDim2.new(0, 0, 5, 0)
  709. characterhealth9991.Size = UDim2.new(1, 0, 1, 0)
  710. characterhealth9991.Text = "[ Speed + 10 ]"
  711. characterhealth9991.BackgroundColor = BrickColor.new(1)
  712.  
  713. function clickyyyyyyyyyyyy()
  714. me.Character.Humanoid.WalkSpeed = me.Character.Humanoid.WalkSpeed + 10
  715. end
  716. characterhealth9991.MouseButton1Click:connect(clickyyyyyyyyyyyy)
  717.  
  718.  
  719. characterhealth9992 = Instance.new("TextButton")
  720. characterhealth9992.Parent = self
  721. characterhealth9992.Name = "CharacterButton"
  722. characterhealth9992.BackgroundTransparency = 0.5
  723. characterhealth9992.Position = UDim2.new(0, 0, 6, 0)
  724. characterhealth9992.Size = UDim2.new(1, 0, 1, 0)
  725. characterhealth9992.Text = "[ Speed - 10 ]"
  726. characterhealth9992.BackgroundColor = BrickColor.new(1)
  727.  
  728. function clickyyyyyyyyyyyyy()
  729. me.Character.Humanoid.WalkSpeed = me.Character.Humanoid.WalkSpeed - 10
  730. end
  731. characterhealth9992.MouseButton1Click:connect(clickyyyyyyyyyyyyy)
  732.  
  733.  
  734.  
  735.  
  736. characterhealth99922 = Instance.new("TextButton")
  737. characterhealth99922.Parent = self
  738. characterhealth99922.Name = "CharacterButton"
  739. characterhealth99922.BackgroundTransparency = 0.5
  740. characterhealth99922.Position = UDim2.new(0, 0, 7, 0)
  741. characterhealth99922.Size = UDim2.new(1, 0, 1, 0)
  742. characterhealth99922.Text = "[ Invisible ]"
  743. characterhealth99922.BackgroundColor = BrickColor.new(1)
  744.  
  745. function clickyyyyyyyyyyyyyy()
  746.  
  747. stuff = me.Character:GetChildren()
  748. for i = 1 , #stuff do
  749. if stuff[i].className == "Part" then
  750. stuff[i].Transparency = 1
  751. end
  752. if stuff[i].className == "Hat" then
  753. d = stuff[i]:findFirstChild("Handle")
  754. if d ~= nil then
  755. d.Transparency = 1
  756. end
  757. end
  758. end
  759. end
  760. characterhealth99922.MouseButton1Click:connect(clickyyyyyyyyyyyyyy)
  761.  
  762.  
  763. characterhealth999222 = Instance.new("TextButton")
  764. characterhealth999222.Parent = self
  765. characterhealth999222.Name = "CharacterButton"
  766. characterhealth999222.BackgroundTransparency = 0.5
  767. characterhealth999222.Position = UDim2.new(0, 0, 8, 0)
  768. characterhealth999222.Size = UDim2.new(1, 0, 1, 0)
  769. characterhealth999222.Text = "[ Visible ]"
  770. characterhealth999222.BackgroundColor = BrickColor.new(1)
  771.  
  772. function clickyyyyyyyyyyyyyyy()
  773.  
  774. stuff = me.Character:GetChildren()
  775. for i = 1 , #stuff do
  776. if stuff[i].className == "Part" then
  777. stuff[i].Transparency = 0
  778. end
  779. if stuff[i].className == "Hat" then
  780. d = stuff[i]:findFirstChild("Handle")
  781. if d ~= nil then
  782. d.Transparency = 0
  783. end
  784. end
  785. end
  786. end
  787. characterhealth999222.MouseButton1Click:connect(clickyyyyyyyyyyyyyyy)
  788.  
  789.  
  790.  
  791. chchharacteerhealthh96 = Instance.new("TextButton")
  792. chchharacteerhealthh96.Parent = commands
  793. chchharacteerhealthh96.Name = "CharacterButton"
  794. chchharacteerhealthh96.BackgroundTransparency = 0.5
  795. chchharacteerhealthh96.Position = UDim2.new(1, 0, 0.5, 0)
  796. chchharacteerhealthh96.Size = UDim2.new(10, 0, 0.1, 0)
  797. chchharacteerhealthh96.Text = "[ Stare Mode ]"
  798. chchharacteerhealthh96.BackgroundColor = BrickColor.new(1)
  799.  
  800. function ccccccliiickk()
  801. if Stare == false then
  802. Stare = true
  803. else
  804. Stare = false
  805. end
  806. end
  807. chchharacteerhealthh96.MouseButton1Click:connect(ccccccliiickk)
  808.  
  809.  
  810.  
  811. chcharacteerhealthh96 = Instance.new("TextButton")
  812. chcharacteerhealthh96.Parent = commands
  813. chcharacteerhealthh96.Name = "CharacterButton"
  814. chcharacteerhealthh96.BackgroundTransparency = 0.5
  815. chcharacteerhealthh96.Position = UDim2.new(1, 0, 0.4, 0)
  816. chcharacteerhealthh96.Size = UDim2.new(10, 0, 0.1, 0)
  817. chcharacteerhealthh96.Text = "[ Swords ]"
  818. chcharacteerhealthh96.BackgroundColor = BrickColor.new(1)
  819.  
  820. function ccccliiickk()
  821.  
  822. p = me.Character:findFirstChild("Swords")
  823. if p ~= nil then
  824. p:Remove()
  825. end
  826. p = me.Character:findFirstChild("Right Arm")
  827. if p ~= nil then
  828. p = Instance.new("Model")
  829. p.Parent = me.Character
  830. p.Name = "Swords"
  831. d = Instance.new("Part")
  832. d.Anchored = false
  833. d.CanCollide = false
  834. d.Parent = p
  835. d.Size = Vector3.new(1, 1, 1)
  836. d.Locked = true
  837. d.TopSurface = "Smooth"
  838. d.BottomSurface = "Smooth"
  839. d.CFrame = me.Character.Torso.CFrame
  840. d.BrickColor = BrickColor.new(26)
  841. b = Instance.new("Weld")
  842. b.Parent = me.Character:findFirstChild("Right Arm")
  843. b.Part0 = me.Character:findFirstChild("Right Arm")
  844. b.Part1 = d
  845. b.C0 = CFrame.new(Vector3.new(0, -1, 0)) * CFrame.fromEulerAnglesXYZ(1.57, 0, 0)
  846. f = Instance.new("SpecialMesh")
  847. f.Parent = d
  848. f.MeshType = "Brick"
  849. f.Scale = Vector3.new(0.4, 1.5, 0.4)
  850. dd = Instance.new("Part")
  851. dd.Anchored = false
  852. dd.Parent = p
  853. dd.CanCollide = false
  854. dd.Size = Vector3.new(1, 1, 1)
  855. dd.Locked = true
  856. dd.TopSurface = "Smooth"
  857. dd.BottomSurface = "Smooth"
  858. dd.CFrame = me.Character.Torso.CFrame
  859. dd.BrickColor = BrickColor.new(26)
  860. b = Instance.new("Weld")
  861. b.Parent = d
  862. b.Part0 = d
  863. b.Part1 = dd
  864. b.C0 = CFrame.new(Vector3.new(0, -0.8, 0)) * CFrame.fromEulerAnglesXYZ(0, 0, 0)
  865. f = Instance.new("CylinderMesh")
  866. f.Parent = dd
  867. f.Scale = Vector3.new(0.85, 0.3, 0.85)
  868. dd = Instance.new("Part")
  869. dd.Anchored = false
  870. dd.Parent = p
  871. dd.CanCollide = false
  872. dd.Size = Vector3.new(1, 4, 1)
  873. dd.Locked = true
  874. dd.TopSurface = "Smooth"
  875. dd.BottomSurface = "Smooth"
  876. dd.CFrame = me.Character.Torso.CFrame
  877. dd.BrickColor = BrickColor.new(1)
  878. b = Instance.new("Weld")
  879. b.Parent = d
  880. b.Part0 = d
  881. b.Part1 = dd
  882. b.C0 = CFrame.new(Vector3.new(0, -2, 0)) * CFrame.fromEulerAnglesXYZ(0, 0, 0)
  883. f = Instance.new("SpecialMesh")
  884. f.MeshType = "Brick"
  885. f.Parent = dd
  886. f.Scale = Vector3.new(0.25, 1, 0.35)
  887. dd = Instance.new("Part")
  888. dd.Anchored = false
  889. dd.Parent = p
  890. dd.Size = Vector3.new(1, 1, 1)
  891. dd.Locked = true
  892. dd.TopSurface = "Smooth"
  893. dd.BottomSurface = "Smooth"
  894. dd.CanCollide = false
  895. dd.CFrame = me.Character.Torso.CFrame
  896. dd.BrickColor = BrickColor.new(1)
  897. b = Instance.new("Weld")
  898. b.Parent = d
  899. b.Part0 = d
  900. b.Part1 = dd
  901. b.C0 = CFrame.new(Vector3.new(0, -4.4, 0)) * CFrame.fromEulerAnglesXYZ(3.14, 0, 0)
  902. f = Instance.new("SpecialMesh")
  903. f.MeshType = "Wedge"
  904. f.Parent = dd
  905. f.Scale = Vector3.new(0.25, 1, 0.35)
  906. end
  907.  
  908. things = p:GetChildren()
  909. for i = 1 , #things do
  910. if things[i].className == "Part" and things[i].Name ~= eyeball3.Name then
  911. function bleh(hit)
  912. if hit.Parent.Name ~= "Eyeball" and hit.Parent.Name ~= me.Character.Name and hit.Name ~= "Lazor" and hit.Name ~= "Base" then
  913. if hit.Parent.Parent.Name ~= me.Character.Name and hit.Parent.Name ~= "Jail" then
  914. hit:BreakJoints()
  915. end
  916. end
  917. end
  918. things[i].Touched:connect(bleh)
  919. end
  920. end
  921.  
  922. p = me.Character:findFirstChild("Left Arm")
  923. if p ~= nil then
  924. p = Instance.new("Model")
  925. p.Parent = me.Character
  926. p.Name = "Swords"
  927. d = Instance.new("Part")
  928. d.Anchored = false
  929. d.CanCollide = false
  930. d.Parent = p
  931. d.Size = Vector3.new(1, 1, 1)
  932. d.Locked = true
  933. d.TopSurface = "Smooth"
  934. d.BottomSurface = "Smooth"
  935. d.CFrame = me.Character.Torso.CFrame
  936. d.BrickColor = BrickColor.new(26)
  937. b = Instance.new("Weld")
  938. b.Parent = me.Character:findFirstChild("Left Arm")
  939. b.Part0 = me.Character:findFirstChild("Left Arm")
  940. b.Part1 = d
  941. b.C0 = CFrame.new(Vector3.new(0, -1, 0)) * CFrame.fromEulerAnglesXYZ(1.57, 0, 0)
  942. f = Instance.new("SpecialMesh")
  943. f.Parent = d
  944. f.MeshType = "Brick"
  945. f.Scale = Vector3.new(0.4, 1.5, 0.4)
  946. dd = Instance.new("Part")
  947. dd.Anchored = false
  948. dd.Parent = p
  949. dd.CanCollide = false
  950. dd.Size = Vector3.new(1, 1, 1)
  951. dd.Locked = true
  952. dd.TopSurface = "Smooth"
  953. dd.BottomSurface = "Smooth"
  954. dd.CFrame = me.Character.Torso.CFrame
  955. dd.BrickColor = BrickColor.new(26)
  956. b = Instance.new("Weld")
  957. b.Parent = d
  958. b.Part0 = d
  959. b.Part1 = dd
  960. b.C0 = CFrame.new(Vector3.new(0, -0.8, 0)) * CFrame.fromEulerAnglesXYZ(0, 0, 0)
  961. f = Instance.new("CylinderMesh")
  962. f.Parent = dd
  963. f.Scale = Vector3.new(0.85, 0.3, 0.85)
  964. dd = Instance.new("Part")
  965. dd.Anchored = false
  966. dd.Parent = p
  967. dd.CanCollide = false
  968. dd.Size = Vector3.new(1, 4, 1)
  969. dd.Locked = true
  970. dd.TopSurface = "Smooth"
  971. dd.BottomSurface = "Smooth"
  972. dd.CFrame = me.Character.Torso.CFrame
  973. dd.BrickColor = BrickColor.new(1)
  974. b = Instance.new("Weld")
  975. b.Parent = d
  976. b.Part0 = d
  977. b.Part1 = dd
  978. b.C0 = CFrame.new(Vector3.new(0, -2, 0)) * CFrame.fromEulerAnglesXYZ(0, 0, 0)
  979. f = Instance.new("SpecialMesh")
  980. f.MeshType = "Brick"
  981. f.Parent = dd
  982. f.Scale = Vector3.new(0.25, 1, 0.35)
  983. dd = Instance.new("Part")
  984. dd.Anchored = false
  985. dd.Parent = p
  986. dd.Size = Vector3.new(1, 1, 1)
  987. dd.Locked = true
  988. dd.TopSurface = "Smooth"
  989. dd.BottomSurface = "Smooth"
  990. dd.CanCollide = false
  991. dd.CFrame = me.Character.Torso.CFrame
  992. dd.BrickColor = BrickColor.new(1)
  993. b = Instance.new("Weld")
  994. b.Parent = d
  995. b.Part0 = d
  996. b.Part1 = dd
  997. b.C0 = CFrame.new(Vector3.new(0, -4.4, 0)) * CFrame.fromEulerAnglesXYZ(3.14, 0, 0)
  998. f = Instance.new("SpecialMesh")
  999. f.MeshType = "Wedge"
  1000. f.Parent = dd
  1001. f.Scale = Vector3.new(0.25, 1, 0.35)
  1002. end
  1003.  
  1004. things = p:GetChildren()
  1005. for i = 1 , #things do
  1006. if things[i].className == "Part" and things[i].Name ~= eyeball3.Name then
  1007. function bleh(hit)
  1008. if hit.Parent.Name ~= "Eyeball" and hit.Parent.Name ~= me.Character.Name and hit.Name ~= "Lazor" and hit.Name ~= "Base" then
  1009. if hit.Parent.Parent.Name ~= me.Character.Name and hit.Parent.Name ~= "Jail" then
  1010. hit:BreakJoints()
  1011. end
  1012. end
  1013. end
  1014. things[i].Touched:connect(bleh)
  1015. end
  1016. end
  1017.  
  1018. p = me.Character:findFirstChild("Head")
  1019. if p ~= nil then
  1020. p = Instance.new("Model")
  1021. p.Parent = me.Character
  1022. p.Name = "Swords"
  1023. d = Instance.new("Part")
  1024. d.Anchored = false
  1025. d.CanCollide = false
  1026. d.Parent = p
  1027. d.Size = Vector3.new(1, 1, 1)
  1028. d.Locked = true
  1029. d.TopSurface = "Smooth"
  1030. d.BottomSurface = "Smooth"
  1031. d.CFrame = me.Character.Torso.CFrame
  1032. d.BrickColor = BrickColor.new(26)
  1033. b = Instance.new("Weld")
  1034. b.Parent = me.Character:findFirstChild("Head")
  1035. b.Part0 = me.Character:findFirstChild("Head")
  1036. b.Part1 = d
  1037. b.C0 = CFrame.new(Vector3.new(0, -0.25, -0.5)) * CFrame.fromEulerAnglesXYZ(0, 3.14, 1.57)
  1038. f = Instance.new("SpecialMesh")
  1039. f.Parent = d
  1040. f.MeshType = "Brick"
  1041. f.Scale = Vector3.new(0.4, 1.5, 0.4)
  1042. dd = Instance.new("Part")
  1043. dd.Anchored = false
  1044. dd.Parent = p
  1045. dd.CanCollide = false
  1046. dd.Size = Vector3.new(1, 1, 1)
  1047. dd.Locked = true
  1048. dd.TopSurface = "Smooth"
  1049. dd.BottomSurface = "Smooth"
  1050. dd.CFrame = me.Character.Torso.CFrame
  1051. dd.BrickColor = BrickColor.new(26)
  1052. b = Instance.new("Weld")
  1053. b.Parent = d
  1054. b.Part0 = d
  1055. b.Part1 = dd
  1056. b.C0 = CFrame.new(Vector3.new(0, -0.8, 0)) * CFrame.fromEulerAnglesXYZ(0, 0, 0)
  1057. f = Instance.new("CylinderMesh")
  1058. f.Parent = dd
  1059. f.Scale = Vector3.new(0.85, 0.3, 0.85)
  1060. dd = Instance.new("Part")
  1061. dd.Anchored = false
  1062. dd.Parent = p
  1063. dd.CanCollide = false
  1064. dd.Size = Vector3.new(1, 4, 1)
  1065. dd.Locked = true
  1066. dd.TopSurface = "Smooth"
  1067. dd.BottomSurface = "Smooth"
  1068. dd.CFrame = me.Character.Torso.CFrame
  1069. dd.BrickColor = BrickColor.new(1)
  1070. b = Instance.new("Weld")
  1071. b.Parent = d
  1072. b.Part0 = d
  1073. b.Part1 = dd
  1074. b.C0 = CFrame.new(Vector3.new(0, -2, 0)) * CFrame.fromEulerAnglesXYZ(0, 0, 0)
  1075. f = Instance.new("SpecialMesh")
  1076. f.MeshType = "Brick"
  1077. f.Parent = dd
  1078. f.Scale = Vector3.new(0.25, 1, 0.35)
  1079. dd = Instance.new("Part")
  1080. dd.Anchored = false
  1081. dd.Parent = p
  1082. dd.Size = Vector3.new(1, 1, 1)
  1083. dd.Locked = true
  1084. dd.TopSurface = "Smooth"
  1085. dd.BottomSurface = "Smooth"
  1086. dd.CanCollide = false
  1087. dd.CFrame = me.Character.Torso.CFrame
  1088. dd.BrickColor = BrickColor.new(1)
  1089. b = Instance.new("Weld")
  1090. b.Parent = d
  1091. b.Part0 = d
  1092. b.Part1 = dd
  1093. b.C0 = CFrame.new(Vector3.new(0, -4.4, 0)) * CFrame.fromEulerAnglesXYZ(3.14, 0, 0)
  1094. f = Instance.new("SpecialMesh")
  1095. f.MeshType = "Wedge"
  1096. f.Parent = dd
  1097. f.Scale = Vector3.new(0.25, 1, 0.35)
  1098. end
  1099.  
  1100. things = p:GetChildren()
  1101. for i = 1 , #things do
  1102. if things[i].className == "Part" and things[i].Name ~= eyeball3.Name then
  1103. function bleh(hit)
  1104. if hit.Parent.Name ~= "Eyeball" and hit.Parent.Name ~= me.Character.Name and hit.Name ~= "Lazor" and hit.Name ~= "Base" then
  1105. if hit.Parent.Parent.Name ~= me.Character.Name and hit.Parent.Name ~= "Jail" then
  1106. hit:BreakJoints()
  1107. end
  1108. end
  1109. end
  1110. things[i].Touched:connect(bleh)
  1111. end
  1112. end
  1113.  
  1114. wait(0.5)
  1115. me.Character:MoveTo(me.Character.Torso.Position)
  1116. end
  1117. chcharacteerhealthh96.MouseButton1Click:connect(ccccliiickk)
  1118.  
  1119.  
  1120.  
  1121.  
  1122.  
  1123.  
  1124.  
  1125.  
  1126.  
  1127.  
  1128. characteerhealthh96 = Instance.new("TextButton")
  1129. characteerhealthh96.Parent = commands
  1130. characteerhealthh96.Name = "CharacterButton"
  1131. characteerhealthh96.BackgroundTransparency = 0.5
  1132. characteerhealthh96.Position = UDim2.new(1, 0, 0.3, 0)
  1133. characteerhealthh96.Size = UDim2.new(10, 0, 0.1, 0)
  1134. c
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement