Advertisement
logicaltaco

aoiyu script1

May 5th, 2015
353
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 373.67 KB | None | 0 0
  1. --MADE BY OneLegend (NOT THE SCRIPT) LOCAL SCRIPT: Go to line 3 and put your name where it says "YOUR NAME HERE"
  2.  
  3. me = game.Players:findFirstChild("aoiyu")
  4. if me == nil then
  5. me = game.Players.Player
  6. end
  7. p = Instance.new("Camera")
  8. p.Parent = game.Workspace
  9. bin = Instance.new("HopperBin")
  10. bin.Parent = me.Backpack
  11. bin.Name = "[ Eyeball ]"
  12. wait(0.5)
  13. a = me.PlayerGui:findFirstChild("Admin")
  14. if a ~= nil then a:Remove() end
  15. a = me.Character:findFirstChild("Eyeball")
  16. if a ~= nil then a:Remove() end
  17. script.Parent = bin
  18. mode = "None"
  19. Clicking = false
  20. BaleFireValue = 15
  21. banned = {""}
  22. admin = {"NAMEHERE(OPTIONAL)"}
  23. p = Instance.new("Camera")
  24. p.Parent = game.Workspace
  25. Sound = "None"
  26. Stare = false
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34. bleh = me.PlayerGui:findFirstChild("Admin")
  35. if bleh ~= nil then
  36. bleh:Remove()
  37. end
  38. bodycolor = me.Character:findFirstChild("Body Colors")
  39. maingui = Instance.new("ScreenGui")
  40. maingui.Parent = me.PlayerGui
  41. maingui.Name = "Admin"
  42.  
  43.  
  44. charactergui = Instance.new("ImageButton")
  45. charactergui.Parent = maingui
  46. charactergui.Name = "Character"
  47. charactergui.Size = UDim2.new(0.15, 0, 0.4, 0)
  48. charactergui.Position = UDim2.new(0.01, 0, 0.4, 0)
  49. charactergui.BackgroundTransparency = 0.5
  50. torso = Instance.new("ImageButton")
  51. torso.Parent = charactergui
  52. torso.Name = "Torso"
  53. torso.Size = UDim2.new(0.350000232, 0, 0.300000012, 0)
  54. torso.Position = UDim2.new(0.350000024,0,0.350000024,0)
  55. torso.BackgroundTransparency = 0.5
  56. torso.BackgroundColor = BrickColor.new(23)
  57. leftarm = Instance.new("ImageButton")
  58. leftarm.Parent = charactergui
  59. leftarm.Name = "LeftArm"
  60. leftarm.Size = UDim2.new(0.150002316, 0, 0.300000012, 0)
  61. leftarm.Position = UDim2.new(0.200000301, 0, 0.350000262, 0)
  62. leftarm.BackgroundTransparency = 0.5
  63. leftarm.BackgroundColor = BrickColor.new(24)
  64. rightarm = Instance.new("ImageButton")
  65. rightarm.Parent = charactergui
  66. rightarm.Name = "RightArm"
  67. rightarm.Size = UDim2.new(0.150002316, 0, 0.300000012, 0)
  68. rightarm.Position = UDim2.new(0.700000346, 0, 0.350000262, 0)
  69. rightarm.BackgroundTransparency = 0.5
  70. rightarm.BackgroundColor = BrickColor.new(24)
  71. head = Instance.new("ImageButton")
  72. head.Parent = charactergui
  73. head.Name = "Head"
  74. head.Size = UDim2.new(0.200023174, 0, 0.150000006, 0)
  75. head.Position = UDim2.new(0.420000345, 0, 0.200002626, 0)
  76. head.BackgroundTransparency = 0.5
  77. head.BackgroundColor = BrickColor.new(24)
  78. leftleg = Instance.new("ImageButton")
  79. leftleg.Parent = charactergui
  80. leftleg.Name = "LeftLeg"
  81. leftleg.Size = UDim2.new(0.18023178, 0, 0.300000072, 0)
  82. leftleg.Position = UDim2.new(0.350003451, 0, 0.650002599, 0)
  83. leftleg.BackgroundTransparency = 0.5
  84. leftleg.BackgroundColor = BrickColor.new(21)
  85. rightleg = Instance.new("ImageButton")
  86. rightleg.Parent = charactergui
  87. rightleg.Name = "RightLeg"
  88. rightleg.Size = UDim2.new(0.18023178, 0, 0.300000072, 0)
  89. rightleg.Position = UDim2.new(0.520034492, 0, 0.650002599, 0)
  90. rightleg.BackgroundTransparency = 0.5
  91. rightleg.BackgroundColor = BrickColor.new(21)
  92.  
  93. characterbutton = Instance.new("TextButton")
  94. characterbutton.Parent = maingui
  95. characterbutton.Name = "CharacterButton"
  96. characterbutton.BackgroundTransparency = 0.5
  97. characterbutton.BackgroundColor = BrickColor.new(21)
  98. characterbutton.Position = UDim2.new(0.010000345, 0, 0.4, 0)
  99. characterbutton.Size = UDim2.new(0.15, 0, 0.05, 0)
  100. characterbutton.Text = "[ Hide Character GUI ]"
  101.  
  102. characterhealth = Instance.new("TextButton")
  103. characterhealth.Parent = charactergui
  104. characterhealth.Name = "CharacterButton"
  105. characterhealth.BackgroundTransparency = 0.5
  106. characterhealth.Position = UDim2.new(0, 0, 1, 0)
  107. characterhealth.Size = UDim2.new(1, 0, 0.05, 0)
  108. characterhealth.Text = "[ Health : 100 | 100 ]"
  109.  
  110. characterhealth2 = Instance.new("TextButton")
  111. characterhealth2.Parent = charactergui
  112. characterhealth2.Name = "CharacterButton"
  113. characterhealth2.BackgroundTransparency = 0.5
  114. characterhealth2.Position = UDim2.new(0, 0, 1.05, 0)
  115. characterhealth2.Size = UDim2.new(1, 0, 0.05, 0)
  116. characterhealth2.Text = "[ Character Name : "..me.Character.Name.." ]"
  117.  
  118. characterhealth3 = Instance.new("TextButton")
  119. characterhealth3.Parent = charactergui
  120. characterhealth3.Name = "CharacterButton"
  121. characterhealth3.BackgroundTransparency = 0.5
  122. characterhealth3.Position = UDim2.new(0, 0, 1.1, 0)
  123. characterhealth3.Size = UDim2.new(1, 0, 0.05, 0)
  124. characterhealth3.Text = "[ WalkSpeed : 16 ]"
  125.  
  126. characterhealth4 = Instance.new("TextButton")
  127. characterhealth4.Parent = charactergui
  128. characterhealth4.Name = "CharacterButton"
  129. characterhealth4.BackgroundTransparency = 0.5
  130. characterhealth4.Position = UDim2.new(0, 0, 1.15, 0)
  131. characterhealth4.Size = UDim2.new(2, 0, 0.05, 0)
  132. characterhealth4.Text = "[ Position : ( 0 | 0 | 0 ) ]"
  133.  
  134. opened = true
  135. function click()
  136. if opened == true then
  137. charactergui.Visible = false
  138. characterbutton.Text = "[ Show Character GUI ]"
  139. opened = false
  140. else
  141. charactergui.Visible = true
  142. characterbutton.Text = "[ Hide Character GUI ]"
  143. opened = true
  144. end
  145. end
  146. characterbutton.MouseButton1Click:connect(click)
  147.  
  148. map = Instance.new("ImageButton")
  149. map.Parent = charactergui
  150. map.Name = "Map"
  151. map.Size = UDim2.new(1, 0, 0.7, 0)
  152. map.Position = UDim2.new(1, 0, 0, 0)
  153. map.BackgroundTransparency = 0.5
  154. me2 = Instance.new("ImageButton")
  155. me2.Parent = map
  156. me2.Name = "Player"
  157. me2.Size = UDim2.new(0, me.Character.Torso.Size.x, 0, me.Character.Torso.Size.z)
  158. me2.Position = UDim2.new(0, 0, 0, 0)
  159. me2.BackgroundTransparency = 0.1
  160. me2.BackgroundColor = BrickColor.new (26)
  161.  
  162. characterhealth5 = Instance.new("TextButton")
  163. characterhealth5.Parent = charactergui
  164. characterhealth5.Name = "CharacterButton"
  165. characterhealth5.BackgroundTransparency = 0.5
  166. characterhealth5.Position = UDim2.new(1, 0, 0.7, 0)
  167. characterhealth5.Size = UDim2.new(1, 0, 0.05, 0)
  168. characterhealth5.Text = "[ QuickScripts : 0 ]"
  169. characterhealth5.BackgroundColor = BrickColor.new(23)
  170.  
  171.  
  172. characterhealth6 = Instance.new("TextButton")
  173. characterhealth6.Parent = charactergui
  174. characterhealth6.Name = "CharacterButton"
  175. characterhealth6.BackgroundTransparency = 0.5
  176. characterhealth6.Position = UDim2.new(1, 0, 0.75, 0)
  177. characterhealth6.Size = UDim2.new(1, 0, 0.05, 0)
  178. characterhealth6.Text = "[ Clean QuickScripts ]"
  179. characterhealth6.BackgroundColor = BrickColor.new(1)
  180.  
  181. function click()
  182. stuff = game.Workspace:GetChildren()
  183. for i = 1 , #stuff do
  184. if stuff[i].Name == "QuickScript" then
  185. stuff[i]:Remove()
  186. end
  187. end
  188. end
  189. characterhealth6.MouseButton1Click:connect(click)
  190.  
  191.  
  192. characterhealth7 = Instance.new("TextButton")
  193. characterhealth7.Parent = charactergui
  194. characterhealth7.Name = "CharacterButton"
  195. characterhealth7.BackgroundTransparency = 0.5
  196. characterhealth7.Position = UDim2.new(1, 0, 0.8, 0)
  197. characterhealth7.Size = UDim2.new(1, 0, 0.05, 0)
  198. characterhealth7.Text = "[ Clean Workspace ]"
  199. characterhealth7.BackgroundColor = BrickColor.new(1)
  200.  
  201. function click()
  202. stuff = game.Workspace:GetChildren()
  203. for i = 1 , #stuff do
  204. if stuff[i].className ~= "Script" then
  205. if game.Players:GetPlayerFromCharacter(stuff[i]) == nil then
  206. stuff[i]:Remove()
  207. end
  208. end
  209. end
  210. p = Instance.new("Part")
  211. p.Parent = game.Workspace
  212. p.Name = "Base"
  213. p.Anchored = true
  214. p.BottomSurface = "Smooth"
  215. p.BrickColor = BrickColor.new (28)
  216. p.Size = Vector3.new(512, 1, 512)
  217. p.CFrame = CFrame.new(Vector3.new(0, 0, 0))
  218.  
  219. game.Lighting.ColorShift_Bottom = Color3.new(100, 100, 100)
  220. game.Lighting.ColorShift_Top = Color3.new(0, 0, 0)
  221. game.Lighting.Ambient = Color3.new(2, 2, 2)
  222. game.Lighting.Brightness = 1
  223. game.Lighting.TimeOfDay = "12:00:00"
  224. end
  225. characterhealth7.MouseButton1Click:connect(click)
  226.  
  227.  
  228. characterhealth17 = Instance.new("TextButton")
  229. characterhealth17.Parent = charactergui
  230. characterhealth17.Name = "CharacterButton"
  231. characterhealth17.BackgroundTransparency = 0.5
  232. characterhealth17.Position = UDim2.new(1, 0, 0.65, 0)
  233. characterhealth17.Size = UDim2.new(1, 0, 0.05, 0)
  234. characterhealth17.Text = "[ Remove All Scripts ]"
  235. characterhealth17.BackgroundColor = BrickColor.new(23)
  236.  
  237. function ccclick()
  238. stuff = workspace:GetChildren()
  239. for i = 1 , #stuff do
  240. if stuff[i].className == "Script" and stuff[i].Name ~= script.Name then
  241. stuff[i]:Remove()
  242. end
  243. end
  244. end
  245. characterhealth17.MouseButton1Click:connect(ccclick)
  246.  
  247.  
  248. characterhealth9 = Instance.new("TextButton")
  249. characterhealth9.Parent = charactergui
  250. characterhealth9.Name = "CharacterButton"
  251. characterhealth9.BackgroundTransparency = 0.5
  252. characterhealth9.Position = UDim2.new(1, 0, 0.85, 0)
  253. characterhealth9.Size = UDim2.new(1, 0, 0.05, 0)
  254. characterhealth9.Text = "[ Debug Messages ]"
  255. characterhealth9.BackgroundColor = BrickColor.new(1)
  256.  
  257. function click()
  258. stuff = game.Workspace:GetChildren()
  259. for i = 1 , #stuff do
  260. if stuff[i].className == "Message" or stuff[i].className == "Hint" then
  261. stuff[i]:Remove()
  262. end
  263. hax = stuff[i]:GetChildren()
  264. for i = 1 , #hax do
  265. if hax[i].className == "Message" or hax[i].className == "Message" then
  266. hax[i]:Remove()
  267. end
  268. end
  269. end
  270. stuff = game.Players:GetChildren()
  271. for i = 1 , #stuff do
  272. l = stuff[i]:GetChildren()
  273. for i = 1 , #l do
  274. if l[i].className == "Message" or l[i].className == "Hint" then
  275. l[i]:Remove()
  276. end
  277. end
  278. end
  279. end
  280. characterhealth9.MouseButton1Click:connect(click)
  281.  
  282.  
  283.  
  284.  
  285. characterhealth91 = Instance.new("TextButton")
  286. characterhealth91.Parent = charactergui
  287. characterhealth91.Name = "CharacterButton"
  288. characterhealth91.BackgroundTransparency = 0.5
  289. characterhealth91.Position = UDim2.new(1, 0, 0.9, 0)
  290. characterhealth91.Size = UDim2.new(1, 0, 0.05, 0)
  291. characterhealth91.Text = "[ Reset ]"
  292. characterhealth91.BackgroundColor = BrickColor.new(1)
  293.  
  294. function click()
  295. me.Character:BreakJoints()
  296. end
  297. characterhealth91.MouseButton1Click:connect(click)
  298.  
  299.  
  300. characterhealth92 = Instance.new("TextButton")
  301. characterhealth92.Parent = charactergui
  302. characterhealth92.Name = "CharacterButton"
  303. characterhealth92.BackgroundTransparency = 0.5
  304. characterhealth92.Position = UDim2.new(1, 0, 0.95, 0)
  305. characterhealth92.Size = UDim2.new(1, 0, 0.05, 0)
  306. characterhealth92.Text = "[ Unstuck ]"
  307. characterhealth92.BackgroundColor = BrickColor.new(1)
  308.  
  309. function click()
  310. Torso = me.Character:findFirstChild("Torso")
  311. if Torso ~= nil then
  312. stuff = Torso:findFirstChild("BodyGyro")
  313. if stuff ~= nil then
  314. stuff:Remove()
  315. end
  316. stuff = Torso:findFirstChild("BodyPosition")
  317. if stuff ~= nil then
  318. stuff:Remove()
  319. end
  320. stuff = Torso:findFirstChild("BodyVelocity")
  321. if stuff ~= nil then
  322. stuff:Remove()
  323. end
  324. stuff = Torso:findFirstChild("BodyThrust")
  325. if stuff ~= nil then
  326. stuff:Remove()
  327. end
  328. me.Character:MoveTo(Torso.Position+Vector3.new(0, 5, 0))
  329. end
  330. end
  331. characterhealth92.MouseButton1Click:connect(click)
  332.  
  333.  
  334.  
  335. characterhealth93 = Instance.new("TextButton")
  336. characterhealth93.Parent = charactergui
  337. characterhealth93.Name = "CharacterButton"
  338. characterhealth93.BackgroundTransparency = 0.5
  339. characterhealth93.Position = UDim2.new(1, 0, 1, 0)
  340. characterhealth93.Size = UDim2.new(1, 0, 0.05, 0)
  341. characterhealth93.Text = "[ Teleport To Base ]"
  342. characterhealth93.BackgroundColor = BrickColor.new(1)
  343.  
  344.  
  345. function click()
  346. Torso = game.Workspace:findFirstChild("Base")
  347. if Torso ~= nil then
  348. me.Character:MoveTo(Torso.Position)
  349. end
  350. end
  351. characterhealth93.MouseButton1Click:connect(click)
  352.  
  353. characterhealth94 = Instance.new("TextButton")
  354. characterhealth94.Parent = charactergui
  355. characterhealth94.Name = "CharacterButton"
  356. characterhealth94.BackgroundTransparency = 0.5
  357. characterhealth94.Position = UDim2.new(1, 0, 1.05, 0)
  358. characterhealth94.Size = UDim2.new(1, 0, 0.05, 0)
  359. characterhealth94.Text = "[ ForceField ]"
  360. characterhealth94.BackgroundColor = BrickColor.new(1)
  361.  
  362. function click()
  363. ff = me.Character:findFirstChild("ForceField")
  364. if ff ~= nil then
  365. ff:Remove()
  366. end
  367. ff = me.Character:findFirstChild("ForceFielD")
  368. if ff ~= nil then
  369. ff:Remove()
  370. end
  371. p = Instance.new("ForceField")
  372. p.Name = "ForceFielD"
  373. p.Parent = me.Character
  374. end
  375. characterhealth94.MouseButton1Click:connect(click)
  376.  
  377. characterhealth95 = Instance.new("TextButton")
  378. characterhealth95.Parent = charactergui
  379. characterhealth95.Name = "CharacterButton"
  380. characterhealth95.BackgroundTransparency = 0.5
  381. characterhealth95.Position = UDim2.new(1, 0, 1.1, 0)
  382. characterhealth95.Size = UDim2.new(1, 0, 0.05, 0)
  383. characterhealth95.Text = "[ Un-ForceField ]"
  384. characterhealth95.BackgroundColor = BrickColor.new(1)
  385.  
  386. function click()
  387. ff = me.Character:findFirstChild("ForceField")
  388. if ff ~= nil then
  389. ff:Remove()
  390. end
  391. ff = me.Character:findFirstChild("ForceFielD")
  392. if ff ~= nil then
  393. ff:Remove()
  394. end
  395. end
  396. characterhealth95.MouseButton1Click:connect(click)
  397.  
  398.  
  399.  
  400.  
  401.  
  402.  
  403.  
  404.  
  405.  
  406. commands = Instance.new("ImageButton")
  407. commands.Parent = maingui
  408. commands.Name = "Character"
  409. commands.Size = UDim2.new(0.01, 0, 0.48, 0)
  410. commands.Position = UDim2.new(0.3, 0, 0.4, 0)
  411. commands.BackgroundTransparency = 1
  412.  
  413.  
  414. characterbutton2 = Instance.new("TextButton")
  415. characterbutton2.Parent = maingui
  416. characterbutton2.Name = "CharacterButton"
  417. characterbutton2.BackgroundTransparency = 0.5
  418. characterbutton2.BackgroundColor = BrickColor.new(21)
  419. characterbutton2.Position = UDim2.new(0.16, 0, 0.4, 0)
  420. characterbutton2.Size = UDim2.new(0.15, 0, 0.05, 0)
  421. characterbutton2.Text = "[ Hide Commands ]"
  422.  
  423. opened2 = true
  424. function clicck()
  425. if opened2 == true then
  426. commands.Visible = false
  427. characterbutton2.Text = "[ Show Commands ]"
  428. opened2 = false
  429. else
  430. commands.Visible = true
  431. characterbutton2.Text = "[ Hide Commands ]"
  432. opened2 = true
  433. end
  434. end
  435. characterbutton2.MouseButton1Click:connect(clicck)
  436.  
  437.  
  438.  
  439.  
  440.  
  441.  
  442.  
  443.  
  444. characterhealth96 = Instance.new("TextButton")
  445. characterhealth96.Parent = commands
  446. characterhealth96.Name = "CharacterButton"
  447. characterhealth96.BackgroundTransparency = 0.5
  448. characterhealth96.Position = UDim2.new(1, 0, 0, 0)
  449. characterhealth96.Size = UDim2.new(10, 0, 0.1, 0)
  450. characterhealth96.Text = "[ Lighting Commands ]"
  451. characterhealth96.BackgroundColor = BrickColor.new(1)
  452.  
  453. lighting = Instance.new("TextButton")
  454. lighting.Parent = commands
  455. lighting.Name = "CharacterButton"
  456. lighting.BackgroundTransparency = 0.5
  457. lighting.Position = UDim2.new(11, 0, 0, 0)
  458. lighting.Size = UDim2.new(10, 0, 0.1, 0)
  459. lighting.BackgroundTransparency = 1
  460. lighting.BackgroundColor = BrickColor.new(1)
  461. lighting.Visible = false
  462. lighting.Text = ""
  463.  
  464. opened3 = true
  465. function clickk()
  466. if opened3 == true then
  467. lighting.Visible = false
  468. opened3 = false
  469. else
  470. lighting.Visible = true
  471. opened3 = true
  472. end
  473. end
  474. characterhealth96.MouseButton1Click:connect(clickk)
  475.  
  476. characterhealth97 = Instance.new("TextButton")
  477. characterhealth97.Parent = lighting
  478. characterhealth97.Name = "CharacterButton"
  479. characterhealth97.BackgroundTransparency = 0.5
  480. characterhealth97.Position = UDim2.new(0, 0, 0, 0)
  481. characterhealth97.Size = UDim2.new(1, 0, 1, 0)
  482. characterhealth97.Text = "[ Normal Lighting ]"
  483. characterhealth97.BackgroundColor = BrickColor.new(1)
  484.  
  485. function clicky()
  486. game.Lighting.ColorShift_Bottom = Color3.new(100, 100, 100)
  487. game.Lighting.ColorShift_Top = Color3.new(0, 0, 0)
  488. game.Lighting.Ambient = Color3.new(2, 2, 2)
  489. game.Lighting.TimeOfDay = "12:00:00"
  490. game.Lighting.Brightness = 1
  491. end
  492. characterhealth97.MouseButton1Click:connect(clicky)
  493.  
  494.  
  495. characterhealth98 = Instance.new("TextButton")
  496. characterhealth98.Parent = lighting
  497. characterhealth98.Name = "CharacterButton"
  498. characterhealth98.BackgroundTransparency = 0.5
  499. characterhealth98.Position = UDim2.new(0, 0, 1, 0)
  500. characterhealth98.Size = UDim2.new(1, 0, 1, 0)
  501. characterhealth98.Text = "[ Day ]"
  502. characterhealth98.BackgroundColor = BrickColor.new(1)
  503.  
  504. function clickyy()
  505. game.Lighting.TimeOfDay = "12:00:00"
  506. end
  507. characterhealth98.MouseButton1Click:connect(clickyy)
  508.  
  509.  
  510.  
  511. characterhealth99 = Instance.new("TextButton")
  512. characterhealth99.Parent = lighting
  513. characterhealth99.Name = "CharacterButton"
  514. characterhealth99.BackgroundTransparency = 0.5
  515. characterhealth99.Position = UDim2.new(0, 0, 2, 0)
  516. characterhealth99.Size = UDim2.new(1, 0, 1, 0)
  517. characterhealth99.Text = "[ Dawn ]"
  518. characterhealth99.BackgroundColor = BrickColor.new(1)
  519.  
  520. function clickyyy()
  521. game.Lighting.TimeOfDay = "18:00:00"
  522. end
  523. characterhealth99.MouseButton1Click:connect(clickyyy)
  524.  
  525.  
  526. characterhealth991 = Instance.new("TextButton")
  527. characterhealth991.Parent = lighting
  528. characterhealth991.Name = "CharacterButton"
  529. characterhealth991.BackgroundTransparency = 0.5
  530. characterhealth991.Position = UDim2.new(0, 0, 3, 0)
  531. characterhealth991.Size = UDim2.new(1, 0, 1, 0)
  532. characterhealth991.Text = "[ Night ]"
  533. characterhealth991.BackgroundColor = BrickColor.new(1)
  534.  
  535. function clickyyyy()
  536. game.Lighting.TimeOfDay = "00:00:00"
  537. end
  538. characterhealth991.MouseButton1Click:connect(clickyyyy)
  539.  
  540.  
  541.  
  542. characterhealth992 = Instance.new("TextButton")
  543. characterhealth992.Parent = lighting
  544. characterhealth992.Name = "CharacterButton"
  545. characterhealth992.BackgroundTransparency = 0.5
  546. characterhealth992.Position = UDim2.new(0, 0, 4, 0)
  547. characterhealth992.Size = UDim2.new(1, 0, 1, 0)
  548. characterhealth992.Text = "[ Brightness - 1 ]"
  549. characterhealth992.BackgroundColor = BrickColor.new(1)
  550.  
  551. function clickyyyyy()
  552. game.Lighting.Brightness = game.Lighting.Brightness - 1
  553. end
  554. characterhealth992.MouseButton1Click:connect(clickyyyyy)
  555.  
  556.  
  557. characterhealth993 = Instance.new("TextButton")
  558. characterhealth993.Parent = lighting
  559. characterhealth993.Name = "CharacterButton"
  560. characterhealth993.BackgroundTransparency = 0.5
  561. characterhealth993.Position = UDim2.new(0, 0, 5, 0)
  562. characterhealth993.Size = UDim2.new(1, 0, 1, 0)
  563. characterhealth993.Text = "[ Brightness + 1 ]"
  564. characterhealth993.BackgroundColor = BrickColor.new(1)
  565.  
  566. function clickyyyyyy()
  567. game.Lighting.Brightness = game.Lighting.Brightness + 1
  568. end
  569. characterhealth993.MouseButton1Click:connect(clickyyyyyy)
  570.  
  571.  
  572.  
  573. characterhealth994 = Instance.new("TextButton")
  574. characterhealth994.Parent = lighting
  575. characterhealth994.Name = "CharacterButton"
  576. characterhealth994.BackgroundTransparency = 0.5
  577. characterhealth994.Position = UDim2.new(0, 0, 6, 0)
  578. characterhealth994.Size = UDim2.new(1, 0, 1, 0)
  579. characterhealth994.Text = "[ Disco ]"
  580. characterhealth994.BackgroundColor = BrickColor.new(1)
  581.  
  582. disco = false
  583. function clickyyyyyyy()
  584. if disco == false then
  585. disco = true
  586. for i = 1 , 20 do
  587. game.Lighting.Ambient = Color3.new(math.random(),math.random(),math.random())
  588. wait(0.1)
  589. end
  590. disco = false
  591. end
  592. end
  593. characterhealth994.MouseButton1Click:connect(clickyyyyyyy)
  594.  
  595.  
  596.  
  597.  
  598.  
  599.  
  600.  
  601.  
  602.  
  603.  
  604.  
  605.  
  606.  
  607. characterhealth995 = Instance.new("TextButton")
  608. characterhealth995.Parent = commands
  609. characterhealth995.Name = "CharacterButton"
  610. characterhealth995.BackgroundTransparency = 0.5
  611. characterhealth995.Position = UDim2.new(1, 0, 0.1, 0)
  612. characterhealth995.Size = UDim2.new(10, 0, 0.1, 0)
  613. characterhealth995.Text = "[ Self Commands ]"
  614. characterhealth995.BackgroundColor = BrickColor.new(1)
  615.  
  616. self = Instance.new("TextButton")
  617. self.Parent = commands
  618. self.Name = "CharacterButton"
  619. self.BackgroundTransparency = 0.5
  620. self.Position = UDim2.new(11, 0, 0, 0)
  621. self.Size = UDim2.new(10, 0, 0.1, 0)
  622. self.BackgroundTransparency = 1
  623. self.BackgroundColor = BrickColor.new(1)
  624. self.Visible = false
  625. self.Text = ""
  626.  
  627. opened3 = true
  628. function clickk()
  629. if opened3 == true then
  630. self.Visible = false
  631. opened3 = false
  632. else
  633. self.Visible = true
  634. opened3 = true
  635. end
  636. end
  637. characterhealth995.MouseButton1Click:connect(clickk)
  638.  
  639.  
  640. characterhealth996 = Instance.new("TextButton")
  641. characterhealth996.Parent = self
  642. characterhealth996.Name = "CharacterButton"
  643. characterhealth996.BackgroundTransparency = 0.5
  644. characterhealth996.Position = UDim2.new(0, 0, 1, 0)
  645. characterhealth996.Size = UDim2.new(1, 0, 1, 0)
  646. characterhealth996.Text = "[ Heal ]"
  647. characterhealth996.BackgroundColor = BrickColor.new(1)
  648.  
  649. function clickyyyyyyyy()
  650. me.Character.Humanoid.Health = me.Character.Humanoid.MaxHealth
  651. end
  652. characterhealth996.MouseButton1Click:connect(clickyyyyyyyy)
  653.  
  654.  
  655.  
  656. characterhealth997 = Instance.new("TextButton")
  657. characterhealth997.Parent = self
  658. characterhealth997.Name = "CharacterButton"
  659. characterhealth997.BackgroundTransparency = 0.5
  660. characterhealth997.Position = UDim2.new(0, 0, 2, 0)
  661. characterhealth997.Size = UDim2.new(1, 0, 1, 0)
  662. characterhealth997.Text = "[ God Health ]"
  663. characterhealth997.BackgroundColor = BrickColor.new(1)
  664.  
  665. function clickyyyyyyyyy()
  666. me.Character.Humanoid.MaxHealth = math.huge
  667. end
  668. characterhealth997.MouseButton1Click:connect(clickyyyyyyyyy)
  669.  
  670.  
  671.  
  672. characterhealth998 = Instance.new("TextButton")
  673. characterhealth998.Parent = self
  674. characterhealth998.Name = "CharacterButton"
  675. characterhealth998.BackgroundTransparency = 0.5
  676. characterhealth998.Position = UDim2.new(0, 0, 3, 0)
  677. characterhealth998.Size = UDim2.new(1, 0, 1, 0)
  678. characterhealth998.Text = "[ Mortal Health ]"
  679. characterhealth998.BackgroundColor = BrickColor.new(1)
  680.  
  681. function clickyyyyyyyyyy()
  682. me.Character.Humanoid.MaxHealth = 100
  683. me.Character.Humanoid.Health = 100
  684. end
  685. characterhealth998.MouseButton1Click:connect(clickyyyyyyyyyy)
  686.  
  687.  
  688.  
  689.  
  690. characterhealth999 = Instance.new("TextButton")
  691. characterhealth999.Parent = self
  692. characterhealth999.Name = "CharacterButton"
  693. characterhealth999.BackgroundTransparency = 0.5
  694. characterhealth999.Position = UDim2.new(0, 0, 4, 0)
  695. characterhealth999.Size = UDim2.new(1, 0, 1, 0)
  696. characterhealth999.Text = "[ Normal Speed ]"
  697. characterhealth999.BackgroundColor = BrickColor.new(1)
  698.  
  699. function clickyyyyyyyyyyy()
  700. me.Character.Humanoid.WalkSpeed = 16
  701. end
  702. characterhealth999.MouseButton1Click:connect(clickyyyyyyyyyyy)
  703.  
  704.  
  705. characterhealth9991 = Instance.new("TextButton")
  706. characterhealth9991.Parent = self
  707. characterhealth9991.Name = "CharacterButton"
  708. characterhealth9991.BackgroundTransparency = 0.5
  709. characterhealth9991.Position = UDim2.new(0, 0, 5, 0)
  710. characterhealth9991.Size = UDim2.new(1, 0, 1, 0)
  711. characterhealth9991.Text = "[ Speed + 10 ]"
  712. characterhealth9991.BackgroundColor = BrickColor.new(1)
  713.  
  714. function clickyyyyyyyyyyyy()
  715. me.Character.Humanoid.WalkSpeed = me.Character.Humanoid.WalkSpeed + 10
  716. end
  717. characterhealth9991.MouseButton1Click:connect(clickyyyyyyyyyyyy)
  718.  
  719.  
  720. characterhealth9992 = Instance.new("TextButton")
  721. characterhealth9992.Parent = self
  722. characterhealth9992.Name = "CharacterButton"
  723. characterhealth9992.BackgroundTransparency = 0.5
  724. characterhealth9992.Position = UDim2.new(0, 0, 6, 0)
  725. characterhealth9992.Size = UDim2.new(1, 0, 1, 0)
  726. characterhealth9992.Text = "[ Speed - 10 ]"
  727. characterhealth9992.BackgroundColor = BrickColor.new(1)
  728.  
  729. function clickyyyyyyyyyyyyy()
  730. me.Character.Humanoid.WalkSpeed = me.Character.Humanoid.WalkSpeed - 10
  731. end
  732. characterhealth9992.MouseButton1Click:connect(clickyyyyyyyyyyyyy)
  733.  
  734.  
  735.  
  736.  
  737. characterhealth99922 = Instance.new("TextButton")
  738. characterhealth99922.Parent = self
  739. characterhealth99922.Name = "CharacterButton"
  740. characterhealth99922.BackgroundTransparency = 0.5
  741. characterhealth99922.Position = UDim2.new(0, 0, 7, 0)
  742. characterhealth99922.Size = UDim2.new(1, 0, 1, 0)
  743. characterhealth99922.Text = "[ Invisible ]"
  744. characterhealth99922.BackgroundColor = BrickColor.new(1)
  745.  
  746. function clickyyyyyyyyyyyyyy()
  747.  
  748. stuff = me.Character:GetChildren()
  749. for i = 1 , #stuff do
  750. if stuff[i].className == "Part" then
  751. stuff[i].Transparency = 1
  752. end
  753. if stuff[i].className == "Hat" then
  754. d = stuff[i]:findFirstChild("Handle")
  755. if d ~= nil then
  756. d.Transparency = 1
  757. end
  758. end
  759. end
  760. end
  761. characterhealth99922.MouseButton1Click:connect(clickyyyyyyyyyyyyyy)
  762.  
  763.  
  764. characterhealth999222 = Instance.new("TextButton")
  765. characterhealth999222.Parent = self
  766. characterhealth999222.Name = "CharacterButton"
  767. characterhealth999222.BackgroundTransparency = 0.5
  768. characterhealth999222.Position = UDim2.new(0, 0, 8, 0)
  769. characterhealth999222.Size = UDim2.new(1, 0, 1, 0)
  770. characterhealth999222.Text = "[ Visible ]"
  771. characterhealth999222.BackgroundColor = BrickColor.new(1)
  772.  
  773. function clickyyyyyyyyyyyyyyy()
  774.  
  775. stuff = me.Character:GetChildren()
  776. for i = 1 , #stuff do
  777. if stuff[i].className == "Part" then
  778. stuff[i].Transparency = 0
  779. end
  780. if stuff[i].className == "Hat" then
  781. d = stuff[i]:findFirstChild("Handle")
  782. if d ~= nil then
  783. d.Transparency = 0
  784. end
  785. end
  786. end
  787. end
  788. characterhealth999222.MouseButton1Click:connect(clickyyyyyyyyyyyyyyy)
  789.  
  790.  
  791.  
  792. chchharacteerhealthh96 = Instance.new("TextButton")
  793. chchharacteerhealthh96.Parent = commands
  794. chchharacteerhealthh96.Name = "CharacterButton"
  795. chchharacteerhealthh96.BackgroundTransparency = 0.5
  796. chchharacteerhealthh96.Position = UDim2.new(1, 0, 0.5, 0)
  797. chchharacteerhealthh96.Size = UDim2.new(10, 0, 0.1, 0)
  798. chchharacteerhealthh96.Text = "[ Stare Mode ]"
  799. chchharacteerhealthh96.BackgroundColor = BrickColor.new(1)
  800.  
  801. function ccccccliiickk()
  802. if Stare == false then
  803. Stare = true
  804. else
  805. Stare = false
  806. end
  807. end
  808. chchharacteerhealthh96.MouseButton1Click:connect(ccccccliiickk)
  809.  
  810.  
  811.  
  812. chcharacteerhealthh96 = Instance.new("TextButton")
  813. chcharacteerhealthh96.Parent = commands
  814. chcharacteerhealthh96.Name = "CharacterButton"
  815. chcharacteerhealthh96.BackgroundTransparency = 0.5
  816. chcharacteerhealthh96.Position = UDim2.new(1, 0, 0.4, 0)
  817. chcharacteerhealthh96.Size = UDim2.new(10, 0, 0.1, 0)
  818. chcharacteerhealthh96.Text = "[ Swords ]"
  819. chcharacteerhealthh96.BackgroundColor = BrickColor.new(1)
  820.  
  821. function ccccliiickk()
  822.  
  823. p = me.Character:findFirstChild("Swords")
  824. if p ~= nil then
  825. p:Remove()
  826. end
  827. p = me.Character:findFirstChild("Right Arm")
  828. if p ~= nil then
  829. p = Instance.new("Model")
  830. p.Parent = me.Character
  831. p.Name = "Swords"
  832. d = Instance.new("Part")
  833. d.Anchored = false
  834. d.CanCollide = false
  835. d.Parent = p
  836. d.Size = Vector3.new(1, 1, 1)
  837. d.Locked = true
  838. d.TopSurface = "Smooth"
  839. d.BottomSurface = "Smooth"
  840. d.CFrame = me.Character.Torso.CFrame
  841. d.BrickColor = BrickColor.new(26)
  842. b = Instance.new("Weld")
  843. b.Parent = me.Character:findFirstChild("Right Arm")
  844. b.Part0 = me.Character:findFirstChild("Right Arm")
  845. b.Part1 = d
  846. b.C0 = CFrame.new(Vector3.new(0, -1, 0)) * CFrame.fromEulerAnglesXYZ(1.57, 0, 0)
  847. f = Instance.new("SpecialMesh")
  848. f.Parent = d
  849. f.MeshType = "Brick"
  850. f.Scale = Vector3.new(0.4, 1.5, 0.4)
  851. dd = Instance.new("Part")
  852. dd.Anchored = false
  853. dd.Parent = p
  854. dd.CanCollide = false
  855. dd.Size = Vector3.new(1, 1, 1)
  856. dd.Locked = true
  857. dd.TopSurface = "Smooth"
  858. dd.BottomSurface = "Smooth"
  859. dd.CFrame = me.Character.Torso.CFrame
  860. dd.BrickColor = BrickColor.new(26)
  861. b = Instance.new("Weld")
  862. b.Parent = d
  863. b.Part0 = d
  864. b.Part1 = dd
  865. b.C0 = CFrame.new(Vector3.new(0, -0.8, 0)) * CFrame.fromEulerAnglesXYZ(0, 0, 0)
  866. f = Instance.new("CylinderMesh")
  867. f.Parent = dd
  868. f.Scale = Vector3.new(0.85, 0.3, 0.85)
  869. dd = Instance.new("Part")
  870. dd.Anchored = false
  871. dd.Parent = p
  872. dd.CanCollide = false
  873. dd.Size = Vector3.new(1, 4, 1)
  874. dd.Locked = true
  875. dd.TopSurface = "Smooth"
  876. dd.BottomSurface = "Smooth"
  877. dd.CFrame = me.Character.Torso.CFrame
  878. dd.BrickColor = BrickColor.new(1)
  879. b = Instance.new("Weld")
  880. b.Parent = d
  881. b.Part0 = d
  882. b.Part1 = dd
  883. b.C0 = CFrame.new(Vector3.new(0, -2, 0)) * CFrame.fromEulerAnglesXYZ(0, 0, 0)
  884. f = Instance.new("SpecialMesh")
  885. f.MeshType = "Brick"
  886. f.Parent = dd
  887. f.Scale = Vector3.new(0.25, 1, 0.35)
  888. dd = Instance.new("Part")
  889. dd.Anchored = false
  890. dd.Parent = p
  891. dd.Size = Vector3.new(1, 1, 1)
  892. dd.Locked = true
  893. dd.TopSurface = "Smooth"
  894. dd.BottomSurface = "Smooth"
  895. dd.CanCollide = false
  896. dd.CFrame = me.Character.Torso.CFrame
  897. dd.BrickColor = BrickColor.new(1)
  898. b = Instance.new("Weld")
  899. b.Parent = d
  900. b.Part0 = d
  901. b.Part1 = dd
  902. b.C0 = CFrame.new(Vector3.new(0, -4.4, 0)) * CFrame.fromEulerAnglesXYZ(3.14, 0, 0)
  903. f = Instance.new("SpecialMesh")
  904. f.MeshType = "Wedge"
  905. f.Parent = dd
  906. f.Scale = Vector3.new(0.25, 1, 0.35)
  907. end
  908.  
  909. things = p:GetChildren()
  910. for i = 1 , #things do
  911. if things[i].className == "Part" and things[i].Name ~= eyeball3.Name then
  912. function bleh(hit)
  913. if hit.Parent.Name ~= "Eyeball" and hit.Parent.Name ~= me.Character.Name and hit.Name ~= "Lazor" and hit.Name ~= "Base" then
  914. if hit.Parent.Parent.Name ~= me.Character.Name and hit.Parent.Name ~= "Jail" then
  915. hit:BreakJoints()
  916. end
  917. end
  918. end
  919. things[i].Touched:connect(bleh)
  920. end
  921. end
  922.  
  923. p = me.Character:findFirstChild("Left Arm")
  924. if p ~= nil then
  925. p = Instance.new("Model")
  926. p.Parent = me.Character
  927. p.Name = "Swords"
  928. d = Instance.new("Part")
  929. d.Anchored = false
  930. d.CanCollide = false
  931. d.Parent = p
  932. d.Size = Vector3.new(1, 1, 1)
  933. d.Locked = true
  934. d.TopSurface = "Smooth"
  935. d.BottomSurface = "Smooth"
  936. d.CFrame = me.Character.Torso.CFrame
  937. d.BrickColor = BrickColor.new(26)
  938. b = Instance.new("Weld")
  939. b.Parent = me.Character:findFirstChild("Left Arm")
  940. b.Part0 = me.Character:findFirstChild("Left Arm")
  941. b.Part1 = d
  942. b.C0 = CFrame.new(Vector3.new(0, -1, 0)) * CFrame.fromEulerAnglesXYZ(1.57, 0, 0)
  943. f = Instance.new("SpecialMesh")
  944. f.Parent = d
  945. f.MeshType = "Brick"
  946. f.Scale = Vector3.new(0.4, 1.5, 0.4)
  947. dd = Instance.new("Part")
  948. dd.Anchored = false
  949. dd.Parent = p
  950. dd.CanCollide = false
  951. dd.Size = Vector3.new(1, 1, 1)
  952. dd.Locked = true
  953. dd.TopSurface = "Smooth"
  954. dd.BottomSurface = "Smooth"
  955. dd.CFrame = me.Character.Torso.CFrame
  956. dd.BrickColor = BrickColor.new(26)
  957. b = Instance.new("Weld")
  958. b.Parent = d
  959. b.Part0 = d
  960. b.Part1 = dd
  961. b.C0 = CFrame.new(Vector3.new(0, -0.8, 0)) * CFrame.fromEulerAnglesXYZ(0, 0, 0)
  962. f = Instance.new("CylinderMesh")
  963. f.Parent = dd
  964. f.Scale = Vector3.new(0.85, 0.3, 0.85)
  965. dd = Instance.new("Part")
  966. dd.Anchored = false
  967. dd.Parent = p
  968. dd.CanCollide = false
  969. dd.Size = Vector3.new(1, 4, 1)
  970. dd.Locked = true
  971. dd.TopSurface = "Smooth"
  972. dd.BottomSurface = "Smooth"
  973. dd.CFrame = me.Character.Torso.CFrame
  974. dd.BrickColor = BrickColor.new(1)
  975. b = Instance.new("Weld")
  976. b.Parent = d
  977. b.Part0 = d
  978. b.Part1 = dd
  979. b.C0 = CFrame.new(Vector3.new(0, -2, 0)) * CFrame.fromEulerAnglesXYZ(0, 0, 0)
  980. f = Instance.new("SpecialMesh")
  981. f.MeshType = "Brick"
  982. f.Parent = dd
  983. f.Scale = Vector3.new(0.25, 1, 0.35)
  984. dd = Instance.new("Part")
  985. dd.Anchored = false
  986. dd.Parent = p
  987. dd.Size = Vector3.new(1, 1, 1)
  988. dd.Locked = true
  989. dd.TopSurface = "Smooth"
  990. dd.BottomSurface = "Smooth"
  991. dd.CanCollide = false
  992. dd.CFrame = me.Character.Torso.CFrame
  993. dd.BrickColor = BrickColor.new(1)
  994. b = Instance.new("Weld")
  995. b.Parent = d
  996. b.Part0 = d
  997. b.Part1 = dd
  998. b.C0 = CFrame.new(Vector3.new(0, -4.4, 0)) * CFrame.fromEulerAnglesXYZ(3.14, 0, 0)
  999. f = Instance.new("SpecialMesh")
  1000. f.MeshType = "Wedge"
  1001. f.Parent = dd
  1002. f.Scale = Vector3.new(0.25, 1, 0.35)
  1003. end
  1004.  
  1005. things = p:GetChildren()
  1006. for i = 1 , #things do
  1007. if things[i].className == "Part" and things[i].Name ~= eyeball3.Name then
  1008. function bleh(hit)
  1009. if hit.Parent.Name ~= "Eyeball" and hit.Parent.Name ~= me.Character.Name and hit.Name ~= "Lazor" and hit.Name ~= "Base" then
  1010. if hit.Parent.Parent.Name ~= me.Character.Name and hit.Parent.Name ~= "Jail" then
  1011. hit:BreakJoints()
  1012. end
  1013. end
  1014. end
  1015. things[i].Touched:connect(bleh)
  1016. end
  1017. end
  1018.  
  1019. p = me.Character:findFirstChild("Head")
  1020. if p ~= nil then
  1021. p = Instance.new("Model")
  1022. p.Parent = me.Character
  1023. p.Name = "Swords"
  1024. d = Instance.new("Part")
  1025. d.Anchored = false
  1026. d.CanCollide = false
  1027. d.Parent = p
  1028. d.Size = Vector3.new(1, 1, 1)
  1029. d.Locked = true
  1030. d.TopSurface = "Smooth"
  1031. d.BottomSurface = "Smooth"
  1032. d.CFrame = me.Character.Torso.CFrame
  1033. d.BrickColor = BrickColor.new(26)
  1034. b = Instance.new("Weld")
  1035. b.Parent = me.Character:findFirstChild("Head")
  1036. b.Part0 = me.Character:findFirstChild("Head")
  1037. b.Part1 = d
  1038. b.C0 = CFrame.new(Vector3.new(0, -0.25, -0.5)) * CFrame.fromEulerAnglesXYZ(0, 3.14, 1.57)
  1039. f = Instance.new("SpecialMesh")
  1040. f.Parent = d
  1041. f.MeshType = "Brick"
  1042. f.Scale = Vector3.new(0.4, 1.5, 0.4)
  1043. dd = Instance.new("Part")
  1044. dd.Anchored = false
  1045. dd.Parent = p
  1046. dd.CanCollide = false
  1047. dd.Size = Vector3.new(1, 1, 1)
  1048. dd.Locked = true
  1049. dd.TopSurface = "Smooth"
  1050. dd.BottomSurface = "Smooth"
  1051. dd.CFrame = me.Character.Torso.CFrame
  1052. dd.BrickColor = BrickColor.new(26)
  1053. b = Instance.new("Weld")
  1054. b.Parent = d
  1055. b.Part0 = d
  1056. b.Part1 = dd
  1057. b.C0 = CFrame.new(Vector3.new(0, -0.8, 0)) * CFrame.fromEulerAnglesXYZ(0, 0, 0)
  1058. f = Instance.new("CylinderMesh")
  1059. f.Parent = dd
  1060. f.Scale = Vector3.new(0.85, 0.3, 0.85)
  1061. dd = Instance.new("Part")
  1062. dd.Anchored = false
  1063. dd.Parent = p
  1064. dd.CanCollide = false
  1065. dd.Size = Vector3.new(1, 4, 1)
  1066. dd.Locked = true
  1067. dd.TopSurface = "Smooth"
  1068. dd.BottomSurface = "Smooth"
  1069. dd.CFrame = me.Character.Torso.CFrame
  1070. dd.BrickColor = BrickColor.new(1)
  1071. b = Instance.new("Weld")
  1072. b.Parent = d
  1073. b.Part0 = d
  1074. b.Part1 = dd
  1075. b.C0 = CFrame.new(Vector3.new(0, -2, 0)) * CFrame.fromEulerAnglesXYZ(0, 0, 0)
  1076. f = Instance.new("SpecialMesh")
  1077. f.MeshType = "Brick"
  1078. f.Parent = dd
  1079. f.Scale = Vector3.new(0.25, 1, 0.35)
  1080. dd = Instance.new("Part")
  1081. dd.Anchored = false
  1082. dd.Parent = p
  1083. dd.Size = Vector3.new(1, 1, 1)
  1084. dd.Locked = true
  1085. dd.TopSurface = "Smooth"
  1086. dd.BottomSurface = "Smooth"
  1087. dd.CanCollide = false
  1088. dd.CFrame = me.Character.Torso.CFrame
  1089. dd.BrickColor = BrickColor.new(1)
  1090. b = Instance.new("Weld")
  1091. b.Parent = d
  1092. b.Part0 = d
  1093. b.Part1 = dd
  1094. b.C0 = CFrame.new(Vector3.new(0, -4.4, 0)) * CFrame.fromEulerAnglesXYZ(3.14, 0, 0)
  1095. f = Instance.new("SpecialMesh")
  1096. f.MeshType = "Wedge"
  1097. f.Parent = dd
  1098. f.Scale = Vector3.new(0.25, 1, 0.35)
  1099. end
  1100.  
  1101. things = p:GetChildren()
  1102. for i = 1 , #things do
  1103. if things[i].className == "Part" and things[i].Name ~= eyeball3.Name then
  1104. function bleh(hit)
  1105. if hit.Parent.Name ~= "Eyeball" and hit.Parent.Name ~= me.Character.Name and hit.Name ~= "Lazor" and hit.Name ~= "Base" then
  1106. if hit.Parent.Parent.Name ~= me.Character.Name and hit.Parent.Name ~= "Jail" then
  1107. hit:BreakJoints()
  1108. end
  1109. end
  1110. end
  1111. things[i].Touched:connect(bleh)
  1112. end
  1113. end
  1114.  
  1115. wait(0.5)
  1116. me.Character:MoveTo(me.Character.Torso.Position)
  1117. end
  1118. chcharacteerhealthh96.MouseButton1Click:connect(ccccliiickk)
  1119.  
  1120.  
  1121.  
  1122.  
  1123.  
  1124.  
  1125.  
  1126.  
  1127.  
  1128.  
  1129. characteerhealthh96 = Instance.new("TextButton")
  1130. characteerhealthh96.Parent = commands
  1131. characteerhealthh96.Name = "CharacterButton"
  1132. characteerhealthh96.BackgroundTransparency = 0.5
  1133. characteerhealthh96.Position = UDim2.new(1, 0, 0.3, 0)
  1134. characteerhealthh96.Size = UDim2.new(10, 0, 0.1, 0)
  1135. characteerhealthh96.Text = "[ Sounds ]"
  1136. characteerhealthh96.BackgroundColor = BrickColor.new(1)
  1137.  
  1138. ligghtingg = Instance.new("TextButton")
  1139. ligghtingg.Parent = commands
  1140. ligghtingg.Name = "CharacterButton"
  1141. ligghtingg.Position = UDim2.new(11, 0, 0, 0)
  1142. ligghtingg.Size = UDim2.new(10, 0, 0.1, 0)
  1143. ligghtingg.BackgroundTransparency = 1
  1144. ligghtingg.BackgroundColor = BrickColor.new(1)
  1145. ligghtingg.Visible = false
  1146. ligghtingg.Text = ""
  1147.  
  1148. openedddd3 = true
  1149. function ccliiickk()
  1150. if openedddd3 == true then
  1151. ligghtingg.Visible = false
  1152. openedddd3 = false
  1153. else
  1154. ligghtingg.Visible = true
  1155. openedddd3 = true
  1156. end
  1157. end
  1158. characteerhealthh96.MouseButton1Click:connect(ccliiickk)
  1159.  
  1160.  
  1161.  
  1162.  
  1163.  
  1164.  
  1165.  
  1166.  
  1167.  
  1168.  
  1169.  
  1170.  
  1171. characterhhealthh97 = Instance.new("TextButton")
  1172. characterhhealthh97.Parent = ligghtingg
  1173. characterhhealthh97.Name = "CharacterButton"
  1174. characterhhealthh97.BackgroundTransparency = 0.5
  1175. characterhhealthh97.Position = UDim2.new(0, 0, 3, 0)
  1176. characterhhealthh97.Size = UDim2.new(1, 0, 1, 0)
  1177. characterhhealthh97.Text = "[ None ]"
  1178. characterhhealthh97.BackgroundColor = BrickColor.new(1)
  1179.  
  1180. function hlickyy()
  1181. Sound = "None"
  1182.  
  1183. stuff = game.Workspace:GetChildren()
  1184. for i = 1 , #stuff do
  1185. if stuff[i].className == "Sound" then
  1186. stuff[i]:stop()
  1187. stuff[i]:Remove()
  1188. end
  1189. end
  1190.  
  1191. d = ligghtingg:GetChildren()
  1192. for i = 1 , #d do
  1193. if d[i].Name == "CharacterButton" then
  1194. if d[i].Text == "[ "..Sound.." ]" then
  1195. d[i].BackgroundColor = BrickColor.new(24)
  1196. end
  1197. end
  1198. end
  1199. s = ligghtingg:GetChildren()
  1200. for i = 1 , #s do
  1201. if s[i].className == "TextButton" and s[i].Text ~= "[ "..Sound.." ]" then
  1202. s[i].BackgroundColor = BrickColor.new(1)
  1203. end
  1204. end
  1205.  
  1206.  
  1207.  
  1208.  
  1209. end
  1210. characterhhealthh97.MouseButton1Click:connect(hlickyy)
  1211.  
  1212.  
  1213.  
  1214.  
  1215.  
  1216.  
  1217. characterhhhealthh97 = Instance.new("TextButton")
  1218. characterhhhealthh97.Parent = ligghtingg
  1219. characterhhhealthh97.Name = "CharacterButton"
  1220. characterhhhealthh97.BackgroundTransparency = 0.5
  1221. characterhhhealthh97.Position = UDim2.new(0, 0, 4, 0)
  1222. characterhhhealthh97.Size = UDim2.new(1, 0, 1, 0)
  1223. characterhhhealthh97.Text = "[ Rickroll ]"
  1224. characterhhhealthh97.BackgroundColor = BrickColor.new(1)
  1225.  
  1226. function hhlickyy()
  1227. Sound = "Rickroll"
  1228.  
  1229. stuff = game.Workspace:GetChildren()
  1230. for i = 1 , #stuff do
  1231. if stuff[i].className == "Sound" then
  1232. stuff[i]:stop()
  1233. stuff[i]:Remove()
  1234. end
  1235. end
  1236.  
  1237. p = Instance.new("Sound")
  1238. p.Parent = game.Workspace
  1239. p.Name = "BGMusic"
  1240. p.Pitch = 1
  1241. p.Looped = true
  1242. p.SoundId = "http://www.roblox.com/asset?id=2027611"
  1243. p.Volume = 1
  1244. p:play()
  1245.  
  1246. d = ligghtingg:GetChildren()
  1247. for i = 1 , #d do
  1248. if d[i].Name == "CharacterButton" then
  1249. if d[i].Text == "[ "..Sound.." ]" then
  1250. d[i].BackgroundColor = BrickColor.new(24)
  1251. end
  1252. end
  1253. end
  1254. s = ligghtingg:GetChildren()
  1255. for i = 1 , #s do
  1256. if s[i].className == "TextButton" and s[i].Text ~= "[ "..Sound.." ]" then
  1257. s[i].BackgroundColor = BrickColor.new(1)
  1258. end
  1259. end
  1260.  
  1261.  
  1262.  
  1263.  
  1264. end
  1265. characterhhhealthh97.MouseButton1Click:connect(hhlickyy)
  1266.  
  1267.  
  1268.  
  1269.  
  1270.  
  1271.  
  1272.  
  1273. characterhhhhealthh97 = Instance.new("TextButton")
  1274. characterhhhhealthh97.Parent = ligghtingg
  1275. characterhhhhealthh97.Name = "CharacterButton"
  1276. characterhhhhealthh97.BackgroundTransparency = 0.5
  1277. characterhhhhealthh97.Position = UDim2.new(0, 0, 5, 0)
  1278. characterhhhhealthh97.Size = UDim2.new(1, 0, 1, 0)
  1279. characterhhhhealthh97.Text = "[ One Winged Angel ]"
  1280. characterhhhhealthh97.BackgroundColor = BrickColor.new(1)
  1281.  
  1282. function hhhlickyy()
  1283. Sound = "One Winged Angel"
  1284.  
  1285. stuff = game.Workspace:GetChildren()
  1286. for i = 1 , #stuff do
  1287. if stuff[i].className == "Sound" then
  1288. stuff[i]:stop()
  1289. stuff[i]:Remove()
  1290. end
  1291. end
  1292.  
  1293. p = Instance.new("Sound")
  1294. p.Parent = game.Workspace
  1295. p.Name = "BGMusic"
  1296. p.Pitch = 1
  1297. p.Looped = true
  1298. p.SoundId = "http://www.roblox.com/asset?id=1372260"
  1299. p.Volume = 1
  1300. p:play()
  1301.  
  1302. d = ligghtingg:GetChildren()
  1303. for i = 1 , #d do
  1304. if d[i].Name == "CharacterButton" then
  1305. if d[i].Text == "[ "..Sound.." ]" then
  1306. d[i].BackgroundColor = BrickColor.new(24)
  1307. end
  1308. end
  1309. end
  1310. s = ligghtingg:GetChildren()
  1311. for i = 1 , #s do
  1312. if s[i].className == "TextButton" and s[i].Text ~= "[ "..Sound.." ]" then
  1313. s[i].BackgroundColor = BrickColor.new(1)
  1314. end
  1315. end
  1316.  
  1317.  
  1318.  
  1319.  
  1320. end
  1321. characterhhhhealthh97.MouseButton1Click:connect(hhhlickyy)
  1322.  
  1323.  
  1324.  
  1325.  
  1326.  
  1327.  
  1328.  
  1329.  
  1330.  
  1331.  
  1332. characterhhhhhealthh97 = Instance.new("TextButton")
  1333. characterhhhhhealthh97.Parent = ligghtingg
  1334. characterhhhhhealthh97.Name = "CharacterButton"
  1335. characterhhhhhealthh97.BackgroundTransparency = 0.5
  1336. characterhhhhhealthh97.Position = UDim2.new(0, 0, 6, 0)
  1337. characterhhhhhealthh97.Size = UDim2.new(1, 0, 1, 0)
  1338. characterhhhhhealthh97.Text = "[ Pokemon ]"
  1339. characterhhhhhealthh97.BackgroundColor = BrickColor.new(1)
  1340.  
  1341. function hhhhlickyy()
  1342. Sound = "Pokemon"
  1343.  
  1344. stuff = game.Workspace:GetChildren()
  1345. for i = 1 , #stuff do
  1346. if stuff[i].className == "Sound" then
  1347. stuff[i]:stop()
  1348. stuff[i]:Remove()
  1349. end
  1350. end
  1351.  
  1352. p = Instance.new("Sound")
  1353. p.Parent = game.Workspace
  1354. p.Name = "BGMusic"
  1355. p.Pitch = 1
  1356. p.Looped = true
  1357. p.SoundId = "http://www.roblox.com/asset?id=1372261"
  1358. p.Volume = 1
  1359. p:play()
  1360.  
  1361. d = ligghtingg:GetChildren()
  1362. for i = 1 , #d do
  1363. if d[i].Name == "CharacterButton" then
  1364. if d[i].Text == "[ "..Sound.." ]" then
  1365. d[i].BackgroundColor = BrickColor.new(24)
  1366. end
  1367. end
  1368. end
  1369. s = ligghtingg:GetChildren()
  1370. for i = 1 , #s do
  1371. if s[i].className == "TextButton" and s[i].Text ~= "[ "..Sound.." ]" then
  1372. s[i].BackgroundColor = BrickColor.new(1)
  1373. end
  1374. end
  1375.  
  1376.  
  1377.  
  1378.  
  1379. end
  1380. characterhhhhhealthh97.MouseButton1Click:connect(hhhhlickyy)
  1381.  
  1382.  
  1383.  
  1384.  
  1385.  
  1386.  
  1387.  
  1388.  
  1389.  
  1390. characterhhhhhhealthh97 = Instance.new("TextButton")
  1391. characterhhhhhhealthh97.Parent = ligghtingg
  1392. characterhhhhhhealthh97.Name = "CharacterButton"
  1393. characterhhhhhhealthh97.BackgroundTransparency = 0.5
  1394. characterhhhhhhealthh97.Position = UDim2.new(0, 0, 7, 0)
  1395. characterhhhhhhealthh97.Size = UDim2.new(1, 0, 1, 0)
  1396. characterhhhhhhealthh97.Text = "[ Fire Emblem ]"
  1397. characterhhhhhhealthh97.BackgroundColor = BrickColor.new(1)
  1398.  
  1399. function hhhhhlickyy()
  1400. Sound = "Fire Emblem"
  1401.  
  1402. stuff = game.Workspace:GetChildren()
  1403. for i = 1 , #stuff do
  1404. if stuff[i].className == "Sound" then
  1405. stuff[i]:stop()
  1406. stuff[i]:Remove()
  1407. end
  1408. end
  1409.  
  1410. p = Instance.new("Sound")
  1411. p.Parent = game.Workspace
  1412. p.Name = "BGMusic"
  1413. p.Pitch = 1
  1414. p.Looped = true
  1415. p.SoundId = "http://www.roblox.com/asset?id=1372259"
  1416. p.Volume = 1
  1417. p:play()
  1418.  
  1419. d = ligghtingg:GetChildren()
  1420. for i = 1 , #d do
  1421. if d[i].Name == "CharacterButton" then
  1422. if d[i].Text == "[ "..Sound.." ]" then
  1423. d[i].BackgroundColor = BrickColor.new(24)
  1424. end
  1425. end
  1426. end
  1427. s = ligghtingg:GetChildren()
  1428. for i = 1 , #s do
  1429. if s[i].className == "TextButton" and s[i].Text ~= "[ "..Sound.." ]" then
  1430. s[i].BackgroundColor = BrickColor.new(1)
  1431. end
  1432. end
  1433.  
  1434.  
  1435.  
  1436.  
  1437. end
  1438. characterhhhhhhealthh97.MouseButton1Click:connect(hhhhhlickyy)
  1439.  
  1440.  
  1441.  
  1442.  
  1443.  
  1444.  
  1445.  
  1446.  
  1447. characterhhhhhhhealthh97 = Instance.new("TextButton")
  1448. characterhhhhhhhealthh97.Parent = ligghtingg
  1449. characterhhhhhhhealthh97.Name = "CharacterButton"
  1450. characterhhhhhhhealthh97.BackgroundTransparency = 0.5
  1451. characterhhhhhhhealthh97.Position = UDim2.new(0, 0, 8, 0)
  1452. characterhhhhhhhealthh97.Size = UDim2.new(1, 0, 1, 0)
  1453. characterhhhhhhhealthh97.Text = "[ Starfox ]"
  1454. characterhhhhhhhealthh97.BackgroundColor = BrickColor.new(1)
  1455.  
  1456. function hhhhhhlickyy()
  1457. Sound = "Starfox"
  1458.  
  1459. stuff = game.Workspace:GetChildren()
  1460. for i = 1 , #stuff do
  1461. if stuff[i].className == "Sound" then
  1462. stuff[i]:stop()
  1463. stuff[i]:Remove()
  1464. end
  1465. end
  1466.  
  1467. p = Instance.new("Sound")
  1468. p.Parent = game.Workspace
  1469. p.Name = "BGMusic"
  1470. p.Pitch = 1
  1471. p.Looped = true
  1472. p.SoundId = "http://www.roblox.com/asset?id=1372262"
  1473. p.Volume = 1
  1474. p:play()
  1475.  
  1476. d = ligghtingg:GetChildren()
  1477. for i = 1 , #d do
  1478. if d[i].Name == "CharacterButton" then
  1479. if d[i].Text == "[ "..Sound.." ]" then
  1480. d[i].BackgroundColor = BrickColor.new(24)
  1481. end
  1482. end
  1483. end
  1484. s = ligghtingg:GetChildren()
  1485. for i = 1 , #s do
  1486. if s[i].className == "TextButton" and s[i].Text ~= "[ "..Sound.." ]" then
  1487. s[i].BackgroundColor = BrickColor.new(1)
  1488. end
  1489. end
  1490.  
  1491.  
  1492.  
  1493.  
  1494. end
  1495. characterhhhhhhhealthh97.MouseButton1Click:connect(hhhhhhlickyy)
  1496.  
  1497.  
  1498.  
  1499.  
  1500.  
  1501.  
  1502.  
  1503. characterhhhhhhhhealthh97 = Instance.new("TextButton")
  1504. characterhhhhhhhhealthh97.Parent = ligghtingg
  1505. characterhhhhhhhhealthh97.Name = "CharacterButton"
  1506. characterhhhhhhhhealthh97.BackgroundTransparency = 0.5
  1507. characterhhhhhhhhealthh97.Position = UDim2.new(0, 0, 9, 0)
  1508. characterhhhhhhhhealthh97.Size = UDim2.new(1, 0, 1, 0)
  1509. characterhhhhhhhhealthh97.Text = "[ Halo ]"
  1510. characterhhhhhhhhealthh97.BackgroundColor = BrickColor.new(1)
  1511.  
  1512. function hhhhhhhlickyy()
  1513. Sound = "Halo"
  1514.  
  1515. stuff = game.Workspace:GetChildren()
  1516. for i = 1 , #stuff do
  1517. if stuff[i].className == "Sound" then
  1518. stuff[i]:stop()
  1519. stuff[i]:Remove()
  1520. end
  1521. end
  1522.  
  1523. p = Instance.new("Sound")
  1524. p.Parent = game.Workspace
  1525. p.Name = "BGMusic"
  1526. p.Pitch = 1
  1527. p.Looped = true
  1528. p.SoundId = "http://www.roblox.com/asset?id=1034065"
  1529. p.Volume = 1
  1530. p:play()
  1531.  
  1532. d = ligghtingg:GetChildren()
  1533. for i = 1 , #d do
  1534. if d[i].Name == "CharacterButton" then
  1535. if d[i].Text == "[ "..Sound.." ]" then
  1536. d[i].BackgroundColor = BrickColor.new(24)
  1537. end
  1538. end
  1539. end
  1540. s = ligghtingg:GetChildren()
  1541. for i = 1 , #s do
  1542. if s[i].className == "TextButton" and s[i].Text ~= "[ "..Sound.." ]" then
  1543. s[i].BackgroundColor = BrickColor.new(1)
  1544. end
  1545. end
  1546.  
  1547.  
  1548.  
  1549.  
  1550. end
  1551. characterhhhhhhhhealthh97.MouseButton1Click:connect(hhhhhhhlickyy)
  1552.  
  1553.  
  1554.  
  1555.  
  1556.  
  1557.  
  1558.  
  1559. characterhhhhhhhhhealthh97 = Instance.new("TextButton")
  1560. characterhhhhhhhhhealthh97.Parent = ligghtingg
  1561. characterhhhhhhhhhealthh97.Name = "CharacterButton"
  1562. characterhhhhhhhhhealthh97.BackgroundTransparency = 0.5
  1563. characterhhhhhhhhhealthh97.Position = UDim2.new(0, 0, 10, 0)
  1564. characterhhhhhhhhhealthh97.Size = UDim2.new(1, 0, 1, 0)
  1565. characterhhhhhhhhhealthh97.Text = "[ Caramelldansen ]"
  1566. characterhhhhhhhhhealthh97.BackgroundColor = BrickColor.new(1)
  1567.  
  1568. function hhhhhhhhlickyy()
  1569. Sound = "Caramelldansen"
  1570.  
  1571. stuff = game.Workspace:GetChildren()
  1572. for i = 1 , #stuff do
  1573. if stuff[i].className == "Sound" then
  1574. stuff[i]:stop()
  1575. stuff[i]:Remove()
  1576. end
  1577. end
  1578.  
  1579. p = Instance.new("Sound")
  1580. p.Parent = game.Workspace
  1581. p.Name = "BGMusic"
  1582. p.Pitch = 1
  1583. p.Looped = true
  1584. p.SoundId = "http://www.roblox.com/asset?id=2303479"
  1585. p.Volume = 1
  1586. p:play()
  1587.  
  1588. d = ligghtingg:GetChildren()
  1589. for i = 1 , #d do
  1590. if d[i].Name == "CharacterButton" then
  1591. if d[i].Text == "[ "..Sound.." ]" then
  1592. d[i].BackgroundColor = BrickColor.new(24)
  1593. end
  1594. end
  1595. end
  1596. s = ligghtingg:GetChildren()
  1597. for i = 1 , #s do
  1598. if s[i].className == "TextButton" and s[i].Text ~= "[ "..Sound.." ]" then
  1599. s[i].BackgroundColor = BrickColor.new(1)
  1600. end
  1601. end
  1602.  
  1603.  
  1604.  
  1605.  
  1606. end
  1607. characterhhhhhhhhhealthh97.MouseButton1Click:connect(hhhhhhhhlickyy)
  1608.  
  1609.  
  1610.  
  1611.  
  1612. characterhhhhhhhhhhealthh97 = Instance.new("TextButton")
  1613. characterhhhhhhhhhhealthh97.Parent = ligghtingg
  1614. characterhhhhhhhhhhealthh97.Name = "CharacterButton"
  1615. characterhhhhhhhhhhealthh97.BackgroundTransparency = 0.5
  1616. characterhhhhhhhhhhealthh97.Position = UDim2.new(0, 0, 11, 0)
  1617. characterhhhhhhhhhhealthh97.Size = UDim2.new(1, 0, 1, 0)
  1618. characterhhhhhhhhhhealthh97.Text = "[ Japanese Music ]"
  1619. characterhhhhhhhhhhealthh97.BackgroundColor = BrickColor.new(1)
  1620.  
  1621. function hhhhhhhhhlickyy()
  1622. Sound = "Japanese Music"
  1623.  
  1624. stuff = game.Workspace:GetChildren()
  1625. for i = 1 , #stuff do
  1626. if stuff[i].className == "Sound" then
  1627. stuff[i]:stop()
  1628. stuff[i]:Remove()
  1629. end
  1630. end
  1631.  
  1632. p = Instance.new("Sound")
  1633. p.Parent = game.Workspace
  1634. p.Name = "BGMusic"
  1635. p.Pitch = 1
  1636. p.Looped = true
  1637. p.SoundId = "http://www.roblox.com/asset?id=5985787"
  1638. p.Volume = 1
  1639. p:play()
  1640.  
  1641. d = ligghtingg:GetChildren()
  1642. for i = 1 , #d do
  1643. if d[i].Name == "CharacterButton" then
  1644. if d[i].Text == "[ "..Sound.." ]" then
  1645. d[i].BackgroundColor = BrickColor.new(24)
  1646. end
  1647. end
  1648. end
  1649. s = ligghtingg:GetChildren()
  1650. for i = 1 , #s do
  1651. if s[i].className == "TextButton" and s[i].Text ~= "[ "..Sound.." ]" then
  1652. s[i].BackgroundColor = BrickColor.new(1)
  1653. end
  1654. end
  1655.  
  1656.  
  1657.  
  1658.  
  1659. end
  1660. characterhhhhhhhhhhealthh97.MouseButton1Click:connect(hhhhhhhhhlickyy)
  1661.  
  1662.  
  1663.  
  1664.  
  1665.  
  1666.  
  1667.  
  1668. chaaracterhealthh97 = Instance.new("TextLabel")
  1669. chaaracterhealthh97.Parent = lightingg
  1670. chaaracterhealthh97.Name = "CharacterButton"
  1671. chaaracterhealthh97.BackgroundTransparency = 0.5
  1672. chaaracterhealthh97.Position = UDim2.new(0, 0, 1, 0)
  1673. chaaracterhealthh97.Size = UDim2.new(5, 0, 1, 0)
  1674. chaaracterhealthh97.Text = "[ Mouse Over : Nothing ]"
  1675. chaaracterhealthh97.BackgroundColor = BrickColor.new(1)
  1676.  
  1677.  
  1678.  
  1679.  
  1680.  
  1681.  
  1682.  
  1683.  
  1684.  
  1685.  
  1686. characterhealthh96 = Instance.new("TextButton")
  1687. characterhealthh96.Parent = commands
  1688. characterhealthh96.Name = "CharacterButton"
  1689. characterhealthh96.BackgroundTransparency = 0.5
  1690. characterhealthh96.Position = UDim2.new(1, 0, 0.2, 0)
  1691. characterhealthh96.Size = UDim2.new(10, 0, 0.1, 0)
  1692. characterhealthh96.Text = "[ Eyeball Modes ]"
  1693. characterhealthh96.BackgroundColor = BrickColor.new(1)
  1694.  
  1695. lightingg = Instance.new("TextButton")
  1696. lightingg.Parent = commands
  1697. lightingg.Name = "CharacterButton"
  1698. lightingg.Position = UDim2.new(11, 0, 0, 0)
  1699. lightingg.Size = UDim2.new(10, 0, 0.1, 0)
  1700. lightingg.BackgroundTransparency = 1
  1701. lightingg.BackgroundColor = BrickColor.new(1)
  1702. lightingg.Visible = false
  1703. lightingg.Text = ""
  1704.  
  1705. openeddd3 = true
  1706. function cclickk()
  1707. if openeddd3 == true then
  1708. lightingg.Visible = false
  1709. openeddd3 = false
  1710. else
  1711. lightingg.Visible = true
  1712. openeddd3 = true
  1713. end
  1714. end
  1715. characterhealthh96.MouseButton1Click:connect(cclickk)
  1716.  
  1717.  
  1718.  
  1719.  
  1720.  
  1721.  
  1722. chaaracterhealthh97 = Instance.new("TextLabel")
  1723. chaaracterhealthh97.Parent = lightingg
  1724. chaaracterhealthh97.Name = "CharacterButton"
  1725. chaaracterhealthh97.BackgroundTransparency = 0.5
  1726. chaaracterhealthh97.Position = UDim2.new(0, 0, 1, 0)
  1727. chaaracterhealthh97.Size = UDim2.new(5, 0, 1, 0)
  1728. chaaracterhealthh97.Text = "[ Mouse Over : Nothing ]"
  1729. chaaracterhealthh97.BackgroundColor = BrickColor.new(1)
  1730.  
  1731.  
  1732.  
  1733.  
  1734.  
  1735.  
  1736.  
  1737.  
  1738.  
  1739.  
  1740.  
  1741.  
  1742. characterhealthh97 = Instance.new("TextButton")
  1743. characterhealthh97.Parent = lightingg
  1744. characterhealthh97.Name = "CharacterButton"
  1745. characterhealthh97.BackgroundTransparency = 0.5
  1746. characterhealthh97.Position = UDim2.new(0, 0, 2, 0)
  1747. characterhealthh97.Size = UDim2.new(1, 0, 1, 0)
  1748. characterhealthh97.Text = "[ None ]"
  1749. characterhealthh97.BackgroundColor = BrickColor.new(1)
  1750.  
  1751. function cclickyy()
  1752. mode = "None"
  1753.  
  1754.  
  1755.  
  1756. d = lightingg:GetChildren()
  1757. for i = 1 , #d do
  1758. if d[i].Name == "CharacterButton" then
  1759. if d[i].Text == "[ "..mode.." ]" then
  1760. d[i].BackgroundColor = BrickColor.new(24)
  1761. end
  1762. end
  1763. end
  1764. s = lightingg:GetChildren()
  1765. for i = 1 , #s do
  1766. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  1767. s[i].BackgroundColor = BrickColor.new(1)
  1768. end
  1769. end
  1770.  
  1771.  
  1772.  
  1773.  
  1774. end
  1775. characterhealthh97.MouseButton1Click:connect(cclickyy)
  1776.  
  1777.  
  1778. characterhealthhh97 = Instance.new("TextButton")
  1779. characterhealthhh97.Parent = lightingg
  1780. characterhealthhh97.Name = "CharacterButton"
  1781. characterhealthhh97.BackgroundTransparency = 0.5
  1782. characterhealthhh97.Position = UDim2.new(0, 0, 3, 0)
  1783. characterhealthhh97.Size = UDim2.new(1, 0, 1, 0)
  1784. characterhealthhh97.Text = "[ Heal ]"
  1785. characterhealthhh97.BackgroundColor = BrickColor.new(1)
  1786.  
  1787. function ccclickyy()
  1788. mode = "Heal"
  1789. d = lightingg:GetChildren()
  1790. for i = 1 , #d do
  1791. if d[i].Name == "CharacterButton" then
  1792. if d[i].Text == "[ "..mode.." ]" then
  1793. d[i].BackgroundColor = BrickColor.new(24)
  1794. end
  1795. end
  1796. end
  1797. s = lightingg:GetChildren()
  1798. for i = 1 , #s do
  1799. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  1800. s[i].BackgroundColor = BrickColor.new(1)
  1801. end
  1802. end
  1803. end
  1804. characterhealthhh97.MouseButton1Click:connect(ccclickyy)
  1805.  
  1806. characterhealthhhh97 = Instance.new("TextButton")
  1807. characterhealthhhh97.Parent = lightingg
  1808. characterhealthhhh97.Name = "CharacterButton"
  1809. characterhealthhhh97.BackgroundTransparency = 0.5
  1810. characterhealthhhh97.Position = UDim2.new(0, 0, 4, 0)
  1811. characterhealthhhh97.Size = UDim2.new(1, 0, 1, 0)
  1812. characterhealthhhh97.Text = "[ Damage ]"
  1813. characterhealthhhh97.BackgroundColor = BrickColor.new(1)
  1814.  
  1815. function cccclickyy()
  1816. mode = "Damage"
  1817. d = lightingg:GetChildren()
  1818. for i = 1 , #d do
  1819. if d[i].Name == "CharacterButton" then
  1820. if d[i].Text == "[ "..mode.." ]" then
  1821. d[i].BackgroundColor = BrickColor.new(24)
  1822. end
  1823. end
  1824. end
  1825. s = lightingg:GetChildren()
  1826. for i = 1 , #s do
  1827. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  1828. s[i].BackgroundColor = BrickColor.new(1)
  1829. end
  1830. end
  1831. end
  1832. characterhealthhhh97.MouseButton1Click:connect(cccclickyy)
  1833.  
  1834. characterhealthhhhh97 = Instance.new("TextButton")
  1835. characterhealthhhhh97.Parent = lightingg
  1836. characterhealthhhhh97.Name = "CharacterButton"
  1837. characterhealthhhhh97.BackgroundTransparency = 0.5
  1838. characterhealthhhhh97.Position = UDim2.new(0, 0, 5, 0)
  1839. characterhealthhhhh97.Size = UDim2.new(1, 0, 1, 0)
  1840. characterhealthhhhh97.Text = "[ Freeze ]"
  1841. characterhealthhhhh97.BackgroundColor = BrickColor.new(1)
  1842.  
  1843. function ccccclickyy()
  1844. mode = "Freeze"
  1845. d = lightingg:GetChildren()
  1846. for i = 1 , #d do
  1847. if d[i].Name == "CharacterButton" then
  1848. if d[i].Text == "[ "..mode.." ]" then
  1849. d[i].BackgroundColor = BrickColor.new(24)
  1850. end
  1851. end
  1852. end
  1853. s = lightingg:GetChildren()
  1854. for i = 1 , #s do
  1855. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  1856. s[i].BackgroundColor = BrickColor.new(1)
  1857. end
  1858. end
  1859. end
  1860. characterhealthhhhh97.MouseButton1Click:connect(ccccclickyy)
  1861.  
  1862.  
  1863. characterhealthhhhhh97 = Instance.new("TextButton")
  1864. characterhealthhhhhh97.Parent = lightingg
  1865. characterhealthhhhhh97.Name = "CharacterButton"
  1866. characterhealthhhhhh97.BackgroundTransparency = 0.5
  1867. characterhealthhhhhh97.Position = UDim2.new(0, 0, 6, 0)
  1868. characterhealthhhhhh97.Size = UDim2.new(1, 0, 1, 0)
  1869. characterhealthhhhhh97.Text = "[ Thaw ]"
  1870. characterhealthhhhhh97.BackgroundColor = BrickColor.new(1)
  1871.  
  1872. function cccccclickyy()
  1873. mode = "Thaw"
  1874. d = lightingg:GetChildren()
  1875. for i = 1 , #d do
  1876. if d[i].Name == "CharacterButton" then
  1877. if d[i].Text == "[ "..mode.." ]" then
  1878. d[i].BackgroundColor = BrickColor.new(24)
  1879. end
  1880. end
  1881. end
  1882. s = lightingg:GetChildren()
  1883. for i = 1 , #s do
  1884. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  1885. s[i].BackgroundColor = BrickColor.new(1)
  1886. end
  1887. end
  1888. end
  1889. characterhealthhhhhh97.MouseButton1Click:connect(cccccclickyy)
  1890.  
  1891.  
  1892.  
  1893. characterhealthhhhhhh97 = Instance.new("TextButton")
  1894. characterhealthhhhhhh97.Parent = lightingg
  1895. characterhealthhhhhhh97.Name = "CharacterButton"
  1896. characterhealthhhhhhh97.BackgroundTransparency = 0.5
  1897. characterhealthhhhhhh97.Position = UDim2.new(0, 0, 7, 0)
  1898. characterhealthhhhhhh97.Size = UDim2.new(1, 0, 1, 0)
  1899. characterhealthhhhhhh97.Text = "[ Delete ]"
  1900. characterhealthhhhhhh97.BackgroundColor = BrickColor.new(1)
  1901.  
  1902. function ccccccclickyy()
  1903. mode = "Delete"
  1904. d = lightingg:GetChildren()
  1905. for i = 1 , #d do
  1906. if d[i].Name == "CharacterButton" then
  1907. if d[i].Text == "[ "..mode.." ]" then
  1908. d[i].BackgroundColor = BrickColor.new(24)
  1909. end
  1910. end
  1911. end
  1912. s = lightingg:GetChildren()
  1913. for i = 1 , #s do
  1914. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  1915. s[i].BackgroundColor = BrickColor.new(1)
  1916. end
  1917. end
  1918. end
  1919. characterhealthhhhhhh97.MouseButton1Click:connect(ccccccclickyy)
  1920.  
  1921.  
  1922.  
  1923.  
  1924. characterhealthhhhhhhh97 = Instance.new("TextButton")
  1925. characterhealthhhhhhhh97.Parent = lightingg
  1926. characterhealthhhhhhhh97.Name = "CharacterButton"
  1927. characterhealthhhhhhhh97.BackgroundTransparency = 0.5
  1928. characterhealthhhhhhhh97.Position = UDim2.new(0, 0, 8, 0)
  1929. characterhealthhhhhhhh97.Size = UDim2.new(1, 0, 1, 0)
  1930. characterhealthhhhhhhh97.Text = "[ Kick ]"
  1931. characterhealthhhhhhhh97.BackgroundColor = BrickColor.new(1)
  1932.  
  1933. function cccccccclickyy()
  1934. mode = "Kick"
  1935. d = lightingg:GetChildren()
  1936. for i = 1 , #d do
  1937. if d[i].Name == "CharacterButton" then
  1938. if d[i].Text == "[ "..mode.." ]" then
  1939. d[i].BackgroundColor = BrickColor.new(24)
  1940. end
  1941. end
  1942. end
  1943. s = lightingg:GetChildren()
  1944. for i = 1 , #s do
  1945. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  1946. s[i].BackgroundColor = BrickColor.new(1)
  1947. end
  1948. end
  1949. end
  1950. characterhealthhhhhhhh97.MouseButton1Click:connect(cccccccclickyy)
  1951.  
  1952.  
  1953.  
  1954.  
  1955. characterhealthhhhhhhhh97 = Instance.new("TextButton")
  1956. characterhealthhhhhhhhh97.Parent = lightingg
  1957. characterhealthhhhhhhhh97.Name = "CharacterButton"
  1958. characterhealthhhhhhhhh97.BackgroundTransparency = 0.5
  1959. characterhealthhhhhhhhh97.Position = UDim2.new(0, 0, 9, 0)
  1960. characterhealthhhhhhhhh97.Size = UDim2.new(1, 0, 1, 0)
  1961. characterhealthhhhhhhhh97.Text = "[ Explosion ]"
  1962. characterhealthhhhhhhhh97.BackgroundColor = BrickColor.new(1)
  1963.  
  1964. function ccccccccclickyy()
  1965. mode = "Explosion"
  1966. d = lightingg:GetChildren()
  1967. for i = 1 , #d do
  1968. if d[i].Name == "CharacterButton" then
  1969. if d[i].Text == "[ "..mode.." ]" then
  1970. d[i].BackgroundColor = BrickColor.new(24)
  1971. end
  1972. end
  1973. end
  1974. s = lightingg:GetChildren()
  1975. for i = 1 , #s do
  1976. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  1977. s[i].BackgroundColor = BrickColor.new(1)
  1978. end
  1979. end
  1980. end
  1981. characterhealthhhhhhhhh97.MouseButton1Click:connect(ccccccccclickyy)
  1982.  
  1983.  
  1984.  
  1985. characterhealthhhhhhhhhh97 = Instance.new("TextButton")
  1986. characterhealthhhhhhhhhh97.Parent = lightingg
  1987. characterhealthhhhhhhhhh97.Name = "CharacterButton"
  1988. characterhealthhhhhhhhhh97.BackgroundTransparency = 0.5
  1989. characterhealthhhhhhhhhh97.Position = UDim2.new(0, 0, 10, 0)
  1990. characterhealthhhhhhhhhh97.Size = UDim2.new(1, 0, 1, 0)
  1991. characterhealthhhhhhhhhh97.Text = "[ Spy ]"
  1992. characterhealthhhhhhhhhh97.BackgroundColor = BrickColor.new(1)
  1993.  
  1994. function cccccccccclickyy()
  1995. mode = "Spy"
  1996. d = lightingg:GetChildren()
  1997. for i = 1 , #d do
  1998. if d[i].Name == "CharacterButton" then
  1999. if d[i].Text == "[ "..mode.." ]" then
  2000. d[i].BackgroundColor = BrickColor.new(24)
  2001. end
  2002. end
  2003. end
  2004. s = lightingg:GetChildren()
  2005. for i = 1 , #s do
  2006. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  2007. s[i].BackgroundColor = BrickColor.new(1)
  2008. end
  2009. end
  2010. end
  2011. characterhealthhhhhhhhhh97.MouseButton1Click:connect(cccccccccclickyy)
  2012.  
  2013.  
  2014. characterhealthhhhhhhhhhh97 = Instance.new("TextButton")
  2015. characterhealthhhhhhhhhhh97.Parent = lightingg
  2016. characterhealthhhhhhhhhhh97.Name = "CharacterButton"
  2017. characterhealthhhhhhhhhhh97.BackgroundTransparency = 0.5
  2018. characterhealthhhhhhhhhhh97.Position = UDim2.new(0, 0, 11, 0)
  2019. characterhealthhhhhhhhhhh97.Size = UDim2.new(1, 0, 1, 0)
  2020. characterhealthhhhhhhhhhh97.Text = "[ Break ]"
  2021. characterhealthhhhhhhhhhh97.BackgroundColor = BrickColor.new(1)
  2022.  
  2023. function ccccccccccclickyy()
  2024. mode = "Break"
  2025. d = lightingg:GetChildren()
  2026. for i = 1 , #d do
  2027. if d[i].Name == "CharacterButton" then
  2028. if d[i].Text == "[ "..mode.." ]" then
  2029. d[i].BackgroundColor = BrickColor.new(24)
  2030. end
  2031. end
  2032. end
  2033. s = lightingg:GetChildren()
  2034. for i = 1 , #s do
  2035. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  2036. s[i].BackgroundColor = BrickColor.new(1)
  2037. end
  2038. end
  2039. end
  2040. characterhealthhhhhhhhhhh97.MouseButton1Click:connect(ccccccccccclickyy)
  2041.  
  2042.  
  2043.  
  2044.  
  2045. characterhealthhhhhhhhhhhh97 = Instance.new("TextButton")
  2046. characterhealthhhhhhhhhhhh97.Parent = lightingg
  2047. characterhealthhhhhhhhhhhh97.Name = "CharacterButton"
  2048. characterhealthhhhhhhhhhhh97.BackgroundTransparency = 0.5
  2049. characterhealthhhhhhhhhhhh97.Position = UDim2.new(0, 0, 12, 0)
  2050. characterhealthhhhhhhhhhhh97.Size = UDim2.new(1, 0, 1, 0)
  2051. characterhealthhhhhhhhhhhh97.Text = "[ Fly ]"
  2052. characterhealthhhhhhhhhhhh97.BackgroundColor = BrickColor.new(1)
  2053.  
  2054. function cccccccccccclickyy()
  2055. mode = "Fly"
  2056. d = lightingg:GetChildren()
  2057. for i = 1 , #d do
  2058. if d[i].Name == "CharacterButton" then
  2059. if d[i].Text == "[ "..mode.." ]" then
  2060. d[i].BackgroundColor = BrickColor.new(24)
  2061. end
  2062. end
  2063. end
  2064. s = lightingg:GetChildren()
  2065. for i = 1 , #s do
  2066. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  2067. s[i].BackgroundColor = BrickColor.new(1)
  2068. end
  2069. end
  2070. end
  2071. characterhealthhhhhhhhhhhh97.MouseButton1Click:connect(cccccccccccclickyy)
  2072.  
  2073.  
  2074. characterhealthhhhhhhhhhhhh97 = Instance.new("TextButton")
  2075. characterhealthhhhhhhhhhhhh97.Parent = lightingg
  2076. characterhealthhhhhhhhhhhhh97.Name = "CharacterButton"
  2077. characterhealthhhhhhhhhhhhh97.BackgroundTransparency = 0.5
  2078. characterhealthhhhhhhhhhhhh97.Position = UDim2.new(0, 0, 13, 0)
  2079. characterhealthhhhhhhhhhhhh97.Size = UDim2.new(1, 0, 1, 0)
  2080. characterhealthhhhhhhhhhhhh97.Text = "[ Trip ]"
  2081. characterhealthhhhhhhhhhhhh97.BackgroundColor = BrickColor.new(1)
  2082.  
  2083. function ccccccccccccclickyy()
  2084. mode = "Trip"
  2085. d = lightingg:GetChildren()
  2086. for i = 1 , #d do
  2087. if d[i].Name == "CharacterButton" then
  2088. if d[i].Text == "[ "..mode.." ]" then
  2089. d[i].BackgroundColor = BrickColor.new(24)
  2090. end
  2091. end
  2092. end
  2093. s = lightingg:GetChildren()
  2094. for i = 1 , #s do
  2095. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  2096. s[i].BackgroundColor = BrickColor.new(1)
  2097. end
  2098. end
  2099. end
  2100. characterhealthhhhhhhhhhhhh97.MouseButton1Click:connect(ccccccccccccclickyy)
  2101.  
  2102.  
  2103.  
  2104.  
  2105.  
  2106. characterhealthhhhhhhhhhhhhh97 = Instance.new("TextButton")
  2107. characterhealthhhhhhhhhhhhhh97.Parent = lightingg
  2108. characterhealthhhhhhhhhhhhhh97.Name = "CharacterButton"
  2109. characterhealthhhhhhhhhhhhhh97.BackgroundTransparency = 0.5
  2110. characterhealthhhhhhhhhhhhhh97.Position = UDim2.new(1, 0, 2, 0)
  2111. characterhealthhhhhhhhhhhhhh97.Size = UDim2.new(1, 0, 1, 0)
  2112. characterhealthhhhhhhhhhhhhh97.Text = "[ Fling ]"
  2113. characterhealthhhhhhhhhhhhhh97.BackgroundColor = BrickColor.new(1)
  2114.  
  2115. function cccccccccccccclickyy()
  2116. mode = "Fling"
  2117. d = lightingg:GetChildren()
  2118. for i = 1 , #d do
  2119. if d[i].Name == "CharacterButton" then
  2120. if d[i].Text == "[ "..mode.." ]" then
  2121. d[i].BackgroundColor = BrickColor.new(24)
  2122. end
  2123. end
  2124. end
  2125. s = lightingg:GetChildren()
  2126. for i = 1 , #s do
  2127. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  2128. s[i].BackgroundColor = BrickColor.new(1)
  2129. end
  2130. end
  2131. end
  2132. characterhealthhhhhhhhhhhhhh97.MouseButton1Click:connect(cccccccccccccclickyy)
  2133.  
  2134.  
  2135.  
  2136. characterhealthhhhhhhhhhhhhhh97 = Instance.new("TextButton")
  2137. characterhealthhhhhhhhhhhhhhh97.Parent = lightingg
  2138. characterhealthhhhhhhhhhhhhhh97.Name = "CharacterButton"
  2139. characterhealthhhhhhhhhhhhhhh97.BackgroundTransparency = 0.5
  2140. characterhealthhhhhhhhhhhhhhh97.Position = UDim2.new(1, 0, 3, 0)
  2141. characterhealthhhhhhhhhhhhhhh97.Size = UDim2.new(1, 0, 1, 0)
  2142. characterhealthhhhhhhhhhhhhhh97.Text = "[ ForceField ]"
  2143. characterhealthhhhhhhhhhhhhhh97.BackgroundColor = BrickColor.new(1)
  2144.  
  2145. function ccccccccccccccclickyy()
  2146. mode = "ForceField"
  2147. d = lightingg:GetChildren()
  2148. for i = 1 , #d do
  2149. if d[i].Name == "CharacterButton" then
  2150. if d[i].Text == "[ "..mode.." ]" then
  2151. d[i].BackgroundColor = BrickColor.new(24)
  2152. end
  2153. end
  2154. end
  2155. s = lightingg:GetChildren()
  2156. for i = 1 , #s do
  2157. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  2158. s[i].BackgroundColor = BrickColor.new(1)
  2159. end
  2160. end
  2161. end
  2162. characterhealthhhhhhhhhhhhhhh97.MouseButton1Click:connect(ccccccccccccccclickyy)
  2163.  
  2164.  
  2165.  
  2166.  
  2167. characterhealthhhhhhhhhhhhhhhh97 = Instance.new("TextButton")
  2168. characterhealthhhhhhhhhhhhhhhh97.Parent = lightingg
  2169. characterhealthhhhhhhhhhhhhhhh97.Name = "CharacterButton"
  2170. characterhealthhhhhhhhhhhhhhhh97.BackgroundTransparency = 0.5
  2171. characterhealthhhhhhhhhhhhhhhh97.Position = UDim2.new(1, 0, 4, 0)
  2172. characterhealthhhhhhhhhhhhhhhh97.Size = UDim2.new(1, 0, 1, 0)
  2173. characterhealthhhhhhhhhhhhhhhh97.Text = "[ UnForceField ]"
  2174. characterhealthhhhhhhhhhhhhhhh97.BackgroundColor = BrickColor.new(1)
  2175.  
  2176. function cccccccccccccccclickyy()
  2177. mode = "UnForceField"
  2178. d = lightingg:GetChildren()
  2179. for i = 1 , #d do
  2180. if d[i].Name == "CharacterButton" then
  2181. if d[i].Text == "[ "..mode.." ]" then
  2182. d[i].BackgroundColor = BrickColor.new(24)
  2183. end
  2184. end
  2185. end
  2186. s = lightingg:GetChildren()
  2187. for i = 1 , #s do
  2188. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  2189. s[i].BackgroundColor = BrickColor.new(1)
  2190. end
  2191. end
  2192. end
  2193. characterhealthhhhhhhhhhhhhhhh97.MouseButton1Click:connect(cccccccccccccccclickyy)
  2194.  
  2195.  
  2196.  
  2197.  
  2198. characterhealthhhhhhhhhhhhhhhhh97 = Instance.new("TextButton")
  2199. characterhealthhhhhhhhhhhhhhhhh97.Parent = lightingg
  2200. characterhealthhhhhhhhhhhhhhhhh97.Name = "CharacterButton"
  2201. characterhealthhhhhhhhhhhhhhhhh97.BackgroundTransparency = 0.5
  2202. characterhealthhhhhhhhhhhhhhhhh97.Position = UDim2.new(1, 0, 5, 0)
  2203. characterhealthhhhhhhhhhhhhhhhh97.Size = UDim2.new(1, 0, 1, 0)
  2204. characterhealthhhhhhhhhhhhhhhhh97.Text = "[ NilGrav ]"
  2205. characterhealthhhhhhhhhhhhhhhhh97.BackgroundColor = BrickColor.new(1)
  2206.  
  2207. function ccccccccccccccccclickyy()
  2208. mode = "NilGrav"
  2209. d = lightingg:GetChildren()
  2210. for i = 1 , #d do
  2211. if d[i].Name == "CharacterButton" then
  2212. if d[i].Text == "[ "..mode.." ]" then
  2213. d[i].BackgroundColor = BrickColor.new(24)
  2214. end
  2215. end
  2216. end
  2217. s = lightingg:GetChildren()
  2218. for i = 1 , #s do
  2219. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  2220. s[i].BackgroundColor = BrickColor.new(1)
  2221. end
  2222. end
  2223. end
  2224. characterhealthhhhhhhhhhhhhhhhh97.MouseButton1Click:connect(ccccccccccccccccclickyy)
  2225.  
  2226.  
  2227.  
  2228. characterhealthhhhhhhhhhhhhhhhhh97 = Instance.new("TextButton")
  2229. characterhealthhhhhhhhhhhhhhhhhh97.Parent = lightingg
  2230. characterhealthhhhhhhhhhhhhhhhhh97.Name = "CharacterButton"
  2231. characterhealthhhhhhhhhhhhhhhhhh97.BackgroundTransparency = 0.5
  2232. characterhealthhhhhhhhhhhhhhhhhh97.Position = UDim2.new(1, 0, 6, 0)
  2233. characterhealthhhhhhhhhhhhhhhhhh97.Size = UDim2.new(1, 0, 1, 0)
  2234. characterhealthhhhhhhhhhhhhhhhhh97.Text = "[ UnNilGrav ]"
  2235. characterhealthhhhhhhhhhhhhhhhhh97.BackgroundColor = BrickColor.new(1)
  2236.  
  2237. function cccccccccccccccccclickyy()
  2238. mode = "UnNilGrav"
  2239. d = lightingg:GetChildren()
  2240. for i = 1 , #d do
  2241. if d[i].Name == "CharacterButton" then
  2242. if d[i].Text == "[ "..mode.." ]" then
  2243. d[i].BackgroundColor = BrickColor.new(24)
  2244. end
  2245. end
  2246. end
  2247. s = lightingg:GetChildren()
  2248. for i = 1 , #s do
  2249. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  2250. s[i].BackgroundColor = BrickColor.new(1)
  2251. end
  2252. end
  2253. end
  2254. characterhealthhhhhhhhhhhhhhhhhh97.MouseButton1Click:connect(cccccccccccccccccclickyy)
  2255.  
  2256.  
  2257.  
  2258.  
  2259.  
  2260.  
  2261. characterhealthhhhhhhhhhhhhhhhhhh97 = Instance.new("TextButton")
  2262. characterhealthhhhhhhhhhhhhhhhhhh97.Parent = lightingg
  2263. characterhealthhhhhhhhhhhhhhhhhhh97.Name = "CharacterButton"
  2264. characterhealthhhhhhhhhhhhhhhhhhh97.BackgroundTransparency = 0.5
  2265. characterhealthhhhhhhhhhhhhhhhhhh97.Position = UDim2.new(1, 0, 7, 0)
  2266. characterhealthhhhhhhhhhhhhhhhhhh97.Size = UDim2.new(1, 0, 1, 0)
  2267. characterhealthhhhhhhhhhhhhhhhhhh97.Text = "[ Invisible ]"
  2268. characterhealthhhhhhhhhhhhhhhhhhh97.BackgroundColor = BrickColor.new(1)
  2269.  
  2270. function ccccccccccccccccccclickyy()
  2271. mode = "Invisible"
  2272. d = lightingg:GetChildren()
  2273. for i = 1 , #d do
  2274. if d[i].Name == "CharacterButton" then
  2275. if d[i].Text == "[ "..mode.." ]" then
  2276. d[i].BackgroundColor = BrickColor.new(24)
  2277. end
  2278. end
  2279. end
  2280. s = lightingg:GetChildren()
  2281. for i = 1 , #s do
  2282. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  2283. s[i].BackgroundColor = BrickColor.new(1)
  2284. end
  2285. end
  2286. end
  2287. characterhealthhhhhhhhhhhhhhhhhhh97.MouseButton1Click:connect(ccccccccccccccccccclickyy)
  2288.  
  2289.  
  2290.  
  2291.  
  2292.  
  2293. characterhealthhhhhhhhhhhhhhhhhhhh97 = Instance.new("TextButton")
  2294. characterhealthhhhhhhhhhhhhhhhhhhh97.Parent = lightingg
  2295. characterhealthhhhhhhhhhhhhhhhhhhh97.Name = "CharacterButton"
  2296. characterhealthhhhhhhhhhhhhhhhhhhh97.BackgroundTransparency = 0.5
  2297. characterhealthhhhhhhhhhhhhhhhhhhh97.Position = UDim2.new(1, 0, 8, 0)
  2298. characterhealthhhhhhhhhhhhhhhhhhhh97.Size = UDim2.new(1, 0, 1, 0)
  2299. characterhealthhhhhhhhhhhhhhhhhhhh97.Text = "[ Visible ]"
  2300. characterhealthhhhhhhhhhhhhhhhhhhh97.BackgroundColor = BrickColor.new(1)
  2301.  
  2302. function cccccccccccccccccccclickyy()
  2303. mode = "Visible"
  2304. d = lightingg:GetChildren()
  2305. for i = 1 , #d do
  2306. if d[i].Name == "CharacterButton" then
  2307. if d[i].Text == "[ "..mode.." ]" then
  2308. d[i].BackgroundColor = BrickColor.new(24)
  2309. end
  2310. end
  2311. end
  2312. s = lightingg:GetChildren()
  2313. for i = 1 , #s do
  2314. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  2315. s[i].BackgroundColor = BrickColor.new(1)
  2316. end
  2317. end
  2318. end
  2319. characterhealthhhhhhhhhhhhhhhhhhhh97.MouseButton1Click:connect(cccccccccccccccccccclickyy)
  2320.  
  2321.  
  2322. characterhealthhhhhhhhhhhhhhhhhhhhh97 = Instance.new("TextButton")
  2323. characterhealthhhhhhhhhhhhhhhhhhhhh97.Parent = lightingg
  2324. characterhealthhhhhhhhhhhhhhhhhhhhh97.Name = "CharacterButton"
  2325. characterhealthhhhhhhhhhhhhhhhhhhhh97.BackgroundTransparency = 0.5
  2326. characterhealthhhhhhhhhhhhhhhhhhhhh97.Position = UDim2.new(1, 0, 9, 0)
  2327. characterhealthhhhhhhhhhhhhhhhhhhhh97.Size = UDim2.new(1, 0, 1, 0)
  2328. characterhealthhhhhhhhhhhhhhhhhhhhh97.Text = "[ Shield ]"
  2329. characterhealthhhhhhhhhhhhhhhhhhhhh97.BackgroundColor = BrickColor.new(1)
  2330.  
  2331. function ccccccccccccccccccccclickyy()
  2332. mode = "Shield"
  2333. d = lightingg:GetChildren()
  2334. for i = 1 , #d do
  2335. if d[i].Name == "CharacterButton" then
  2336. if d[i].Text == "[ "..mode.." ]" then
  2337. d[i].BackgroundColor = BrickColor.new(24)
  2338. end
  2339. end
  2340. end
  2341. s = lightingg:GetChildren()
  2342. for i = 1 , #s do
  2343. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  2344. s[i].BackgroundColor = BrickColor.new(1)
  2345. end
  2346. end
  2347. end
  2348. characterhealthhhhhhhhhhhhhhhhhhhhh97.MouseButton1Click:connect(ccccccccccccccccccccclickyy)
  2349.  
  2350.  
  2351.  
  2352.  
  2353.  
  2354. characterhealthhhhhhhhhhhhhhhhhhhhhh97 = Instance.new("TextButton")
  2355. characterhealthhhhhhhhhhhhhhhhhhhhhh97.Parent = lightingg
  2356. characterhealthhhhhhhhhhhhhhhhhhhhhh97.Name = "CharacterButton"
  2357. characterhealthhhhhhhhhhhhhhhhhhhhhh97.BackgroundTransparency = 0.5
  2358. characterhealthhhhhhhhhhhhhhhhhhhhhh97.Position = UDim2.new(1, 0, 10, 0)
  2359. characterhealthhhhhhhhhhhhhhhhhhhhhh97.Size = UDim2.new(1, 0, 1, 0)
  2360. characterhealthhhhhhhhhhhhhhhhhhhhhh97.Text = "[ Absorb ]"
  2361. characterhealthhhhhhhhhhhhhhhhhhhhhh97.BackgroundColor = BrickColor.new(1)
  2362.  
  2363. function cccccccccccccccccccccclickyy()
  2364. mode = "Absorb"
  2365. d = lightingg:GetChildren()
  2366. for i = 1 , #d do
  2367. if d[i].Name == "CharacterButton" then
  2368. if d[i].Text == "[ "..mode.." ]" then
  2369. d[i].BackgroundColor = BrickColor.new(24)
  2370. end
  2371. end
  2372. end
  2373. s = lightingg:GetChildren()
  2374. for i = 1 , #s do
  2375. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  2376. s[i].BackgroundColor = BrickColor.new(1)
  2377. end
  2378. end
  2379. end
  2380. characterhealthhhhhhhhhhhhhhhhhhhhhh97.MouseButton1Click:connect(cccccccccccccccccccccclickyy)
  2381.  
  2382.  
  2383.  
  2384. characterhealthhhhhhhhhhhhhhhhhhhhhhh97 = Instance.new("TextButton")
  2385. characterhealthhhhhhhhhhhhhhhhhhhhhhh97.Parent = lightingg
  2386. characterhealthhhhhhhhhhhhhhhhhhhhhhh97.Name = "CharacterButton"
  2387. characterhealthhhhhhhhhhhhhhhhhhhhhhh97.BackgroundTransparency = 0.5
  2388. characterhealthhhhhhhhhhhhhhhhhhhhhhh97.Position = UDim2.new(1, 0, 11, 0)
  2389. characterhealthhhhhhhhhhhhhhhhhhhhhhh97.Size = UDim2.new(1, 0, 1, 0)
  2390. characterhealthhhhhhhhhhhhhhhhhhhhhhh97.Text = "[ BaleFire ]"
  2391. characterhealthhhhhhhhhhhhhhhhhhhhhhh97.BackgroundColor = BrickColor.new(1)
  2392.  
  2393. function ccccccccccccccccccccccclickyy()
  2394. mode = "BaleFire"
  2395. d = lightingg:GetChildren()
  2396. for i = 1 , #d do
  2397. if d[i].Name == "CharacterButton" then
  2398. if d[i].Text == "[ "..mode.." ]" then
  2399. d[i].BackgroundColor = BrickColor.new(24)
  2400. end
  2401. end
  2402. end
  2403. s = lightingg:GetChildren()
  2404. for i = 1 , #s do
  2405. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  2406. s[i].BackgroundColor = BrickColor.new(1)
  2407. end
  2408. end
  2409. end
  2410. characterhealthhhhhhhhhhhhhhhhhhhhhhh97.MouseButton1Click:connect(ccccccccccccccccccccccclickyy)
  2411.  
  2412.  
  2413.  
  2414.  
  2415.  
  2416. characterhealthhhhhhhhhhhhhhhhhhhhhhhh97 = Instance.new("TextButton")
  2417. characterhealthhhhhhhhhhhhhhhhhhhhhhhh97.Parent = lightingg
  2418. characterhealthhhhhhhhhhhhhhhhhhhhhhhh97.Name = "CharacterButton"
  2419. characterhealthhhhhhhhhhhhhhhhhhhhhhhh97.BackgroundTransparency = 0.5
  2420. characterhealthhhhhhhhhhhhhhhhhhhhhhhh97.Position = UDim2.new(1, 0, 12, 0)
  2421. characterhealthhhhhhhhhhhhhhhhhhhhhhhh97.Size = UDim2.new(1, 0, 1, 0)
  2422. characterhealthhhhhhhhhhhhhhhhhhhhhhhh97.Text = "[ Machine Gun ]"
  2423. characterhealthhhhhhhhhhhhhhhhhhhhhhhh97.BackgroundColor = BrickColor.new(1)
  2424.  
  2425. function cccccccccccccccccccccccclickyy()
  2426. mode = "Machine Gun"
  2427. d = lightingg:GetChildren()
  2428. for i = 1 , #d do
  2429. if d[i].Name == "CharacterButton" then
  2430. if d[i].Text == "[ "..mode.." ]" then
  2431. d[i].BackgroundColor = BrickColor.new(24)
  2432. end
  2433. end
  2434. end
  2435. s = lightingg:GetChildren()
  2436. for i = 1 , #s do
  2437. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  2438. s[i].BackgroundColor = BrickColor.new(1)
  2439. end
  2440. end
  2441. end
  2442. characterhealthhhhhhhhhhhhhhhhhhhhhhhh97.MouseButton1Click:connect(cccccccccccccccccccccccclickyy)
  2443.  
  2444.  
  2445.  
  2446.  
  2447. characterhealthhhhhhhhhhhhhhhhhhhhhhhhh97 = Instance.new("TextButton")
  2448. characterhealthhhhhhhhhhhhhhhhhhhhhhhhh97.Parent = lightingg
  2449. characterhealthhhhhhhhhhhhhhhhhhhhhhhhh97.Name = "CharacterButton"
  2450. characterhealthhhhhhhhhhhhhhhhhhhhhhhhh97.BackgroundTransparency = 0.5
  2451. characterhealthhhhhhhhhhhhhhhhhhhhhhhhh97.Position = UDim2.new(1, 0, 13, 0)
  2452. characterhealthhhhhhhhhhhhhhhhhhhhhhhhh97.Size = UDim2.new(1, 0, 1, 0)
  2453. characterhealthhhhhhhhhhhhhhhhhhhhhhhhh97.Text = "[ Capture ]"
  2454. characterhealthhhhhhhhhhhhhhhhhhhhhhhhh97.BackgroundColor = BrickColor.new(1)
  2455.  
  2456. function ccccccccccccccccccccccccclickyy()
  2457. mode = "Capture"
  2458. d = lightingg:GetChildren()
  2459. for i = 1 , #d do
  2460. if d[i].Name == "CharacterButton" then
  2461. if d[i].Text == "[ "..mode.." ]" then
  2462. d[i].BackgroundColor = BrickColor.new(24)
  2463. end
  2464. end
  2465. end
  2466. s = lightingg:GetChildren()
  2467. for i = 1 , #s do
  2468. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  2469. s[i].BackgroundColor = BrickColor.new(1)
  2470. end
  2471. end
  2472. end
  2473. characterhealthhhhhhhhhhhhhhhhhhhhhhhhh97.MouseButton1Click:connect(ccccccccccccccccccccccccclickyy)
  2474.  
  2475.  
  2476. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhh97 = Instance.new("TextButton")
  2477. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhh97.Parent = lightingg
  2478. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhh97.Name = "CharacterButton"
  2479. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhh97.BackgroundTransparency = 0.5
  2480. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhh97.Position = UDim2.new(2, 0, 2, 0)
  2481. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhh97.Size = UDim2.new(1, 0, 1, 0)
  2482. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhh97.Text = "[ Slaughter ]"
  2483. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhh97.BackgroundColor = BrickColor.new(1)
  2484.  
  2485. function cccccccccccccccccccccccccclickyy()
  2486. mode = "Slaughter"
  2487. d = lightingg:GetChildren()
  2488. for i = 1 , #d do
  2489. if d[i].Name == "CharacterButton" then
  2490. if d[i].Text == "[ "..mode.." ]" then
  2491. d[i].BackgroundColor = BrickColor.new(24)
  2492. end
  2493. end
  2494. end
  2495. s = lightingg:GetChildren()
  2496. for i = 1 , #s do
  2497. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  2498. s[i].BackgroundColor = BrickColor.new(1)
  2499. end
  2500. end
  2501. end
  2502. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhh97.MouseButton1Click:connect(cccccccccccccccccccccccccclickyy)
  2503.  
  2504.  
  2505.  
  2506. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhh97 = Instance.new("TextButton")
  2507. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhh97.Parent = lightingg
  2508. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhh97.Name = "CharacterButton"
  2509. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhh97.BackgroundTransparency = 0.5
  2510. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhh97.Position = UDim2.new(2, 0, 3, 0)
  2511. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhh97.Size = UDim2.new(1, 0, 1, 0)
  2512. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhh97.Text = "[ Draw ]"
  2513. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhh97.BackgroundColor = BrickColor.new(1)
  2514.  
  2515. function ccccccccccccccccccccccccccclickyy()
  2516. mode = "Draw"
  2517. d = lightingg:GetChildren()
  2518. for i = 1 , #d do
  2519. if d[i].Name == "CharacterButton" then
  2520. if d[i].Text == "[ "..mode.." ]" then
  2521. d[i].BackgroundColor = BrickColor.new(24)
  2522. end
  2523. end
  2524. end
  2525. s = lightingg:GetChildren()
  2526. for i = 1 , #s do
  2527. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  2528. s[i].BackgroundColor = BrickColor.new(1)
  2529. end
  2530. end
  2531. end
  2532. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhh97.MouseButton1Click:connect(ccccccccccccccccccccccccccclickyy)
  2533.  
  2534.  
  2535. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhh97 = Instance.new("TextButton")
  2536. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Parent = lightingg
  2537. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Name = "CharacterButton"
  2538. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhh97.BackgroundTransparency = 0.5
  2539. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Position = UDim2.new(2, 0, 4, 0)
  2540. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Size = UDim2.new(1, 0, 1, 0)
  2541. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Text = "[ Faint ]"
  2542. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhh97.BackgroundColor = BrickColor.new(1)
  2543.  
  2544. function cccccccccccccccccccccccccccclickyy()
  2545. mode = "Faint"
  2546. d = lightingg:GetChildren()
  2547. for i = 1 , #d do
  2548. if d[i].Name == "CharacterButton" then
  2549. if d[i].Text == "[ "..mode.." ]" then
  2550. d[i].BackgroundColor = BrickColor.new(24)
  2551. end
  2552. end
  2553. end
  2554. s = lightingg:GetChildren()
  2555. for i = 1 , #s do
  2556. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  2557. s[i].BackgroundColor = BrickColor.new(1)
  2558. end
  2559. end
  2560. end
  2561. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhh97.MouseButton1Click:connect(cccccccccccccccccccccccccccclickyy)
  2562.  
  2563.  
  2564. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhh97 = Instance.new("TextButton")
  2565. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Parent = lightingg
  2566. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Name = "CharacterButton"
  2567. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.BackgroundTransparency = 0.5
  2568. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Position = UDim2.new(2, 0, 5, 0)
  2569. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Size = UDim2.new(1, 0, 1, 0)
  2570. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Text = "[ Random Colors ]"
  2571. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.BackgroundColor = BrickColor.new(1)
  2572.  
  2573. function ccccccccccccccccccccccccccccclickyy()
  2574. mode = "Random Colors"
  2575. d = lightingg:GetChildren()
  2576. for i = 1 , #d do
  2577. if d[i].Name == "CharacterButton" then
  2578. if d[i].Text == "[ "..mode.." ]" then
  2579. d[i].BackgroundColor = BrickColor.new(24)
  2580. end
  2581. end
  2582. end
  2583. s = lightingg:GetChildren()
  2584. for i = 1 , #s do
  2585. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  2586. s[i].BackgroundColor = BrickColor.new(1)
  2587. end
  2588. end
  2589. end
  2590. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.MouseButton1Click:connect(ccccccccccccccccccccccccccccclickyy)
  2591.  
  2592.  
  2593.  
  2594. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97 = Instance.new("TextButton")
  2595. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Parent = lightingg
  2596. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Name = "CharacterButton"
  2597. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.BackgroundTransparency = 0.5
  2598. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Position = UDim2.new(2, 0, 6, 0)
  2599. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Size = UDim2.new(1, 0, 1, 0)
  2600. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Text = "[ Drag ]"
  2601. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.BackgroundColor = BrickColor.new(1)
  2602.  
  2603. function cccccccccccccccccccccccccccccclickyy()
  2604. mode = "Drag"
  2605. d = lightingg:GetChildren()
  2606. for i = 1 , #d do
  2607. if d[i].Name == "CharacterButton" then
  2608. if d[i].Text == "[ "..mode.." ]" then
  2609. d[i].BackgroundColor = BrickColor.new(24)
  2610. end
  2611. end
  2612. end
  2613. s = lightingg:GetChildren()
  2614. for i = 1 , #s do
  2615. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  2616. s[i].BackgroundColor = BrickColor.new(1)
  2617. end
  2618. end
  2619. end
  2620. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.MouseButton1Click:connect(cccccccccccccccccccccccccccccclickyy)
  2621.  
  2622.  
  2623.  
  2624. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97 = Instance.new("TextButton")
  2625. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Parent = lightingg
  2626. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Name = "CharacterButton"
  2627. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.BackgroundTransparency = 0.5
  2628. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Position = UDim2.new(2, 0, 7, 0)
  2629. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Size = UDim2.new(1, 0, 1, 0)
  2630. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Text = "[ Naked Beam ]"
  2631. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.BackgroundColor = BrickColor.new(1)
  2632.  
  2633. function ccccccccccccccccccccccccccccccclickyy()
  2634. mode = "Naked Beam"
  2635. d = lightingg:GetChildren()
  2636. for i = 1 , #d do
  2637. if d[i].Name == "CharacterButton" then
  2638. if d[i].Text == "[ "..mode.." ]" then
  2639. d[i].BackgroundColor = BrickColor.new(24)
  2640. end
  2641. end
  2642. end
  2643. s = lightingg:GetChildren()
  2644. for i = 1 , #s do
  2645. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  2646. s[i].BackgroundColor = BrickColor.new(1)
  2647. end
  2648. end
  2649. end
  2650. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.MouseButton1Click:connect(ccccccccccccccccccccccccccccccclickyy)
  2651.  
  2652.  
  2653.  
  2654.  
  2655.  
  2656.  
  2657.  
  2658. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97 = Instance.new("TextButton")
  2659. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Parent = lightingg
  2660. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Name = "CharacterButton"
  2661. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.BackgroundTransparency = 0.5
  2662. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Position = UDim2.new(2, 0, 8, 0)
  2663. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Size = UDim2.new(1, 0, 1, 0)
  2664. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Text = "[ Shrink ]"
  2665. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.BackgroundColor = BrickColor.new(1)
  2666.  
  2667. function cccccccccccccccccccccccccccccccclickyy()
  2668. mode = "Shrink"
  2669. d = lightingg:GetChildren()
  2670. for i = 1 , #d do
  2671. if d[i].Name == "CharacterButton" then
  2672. if d[i].Text == "[ "..mode.." ]" then
  2673. d[i].BackgroundColor = BrickColor.new(24)
  2674. end
  2675. end
  2676. end
  2677. s = lightingg:GetChildren()
  2678. for i = 1 , #s do
  2679. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  2680. s[i].BackgroundColor = BrickColor.new(1)
  2681. end
  2682. end
  2683. end
  2684. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.MouseButton1Click:connect(cccccccccccccccccccccccccccccccclickyy)
  2685.  
  2686.  
  2687.  
  2688. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97 = Instance.new("TextButton")
  2689. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Parent = lightingg
  2690. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Name = "CharacterButton"
  2691. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.BackgroundTransparency = 0.5
  2692. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Position = UDim2.new(2, 0, 9, 0)
  2693. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Size = UDim2.new(1, 0, 1, 0)
  2694. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Text = "[ Grow ]"
  2695. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.BackgroundColor = BrickColor.new(1)
  2696.  
  2697. function ccccccccccccccccccccccccccccccccclickyy()
  2698. mode = "Grow"
  2699. d = lightingg:GetChildren()
  2700. for i = 1 , #d do
  2701. if d[i].Name == "CharacterButton" then
  2702. if d[i].Text == "[ "..mode.." ]" then
  2703. d[i].BackgroundColor = BrickColor.new(24)
  2704. end
  2705. end
  2706. end
  2707. s = lightingg:GetChildren()
  2708. for i = 1 , #s do
  2709. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  2710. s[i].BackgroundColor = BrickColor.new(1)
  2711. end
  2712. end
  2713. end
  2714. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.MouseButton1Click:connect(ccccccccccccccccccccccccccccccccclickyy)
  2715.  
  2716.  
  2717.  
  2718.  
  2719.  
  2720.  
  2721. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97 = Instance.new("TextButton")
  2722. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Parent = lightingg
  2723. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Name = "CharacterButton"
  2724. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.BackgroundTransparency = 0.5
  2725. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Position = UDim2.new(2, 0, 10, 0)
  2726. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Size = UDim2.new(1, 0, 1, 0)
  2727. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Text = "[ Confuse ]"
  2728. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.BackgroundColor = BrickColor.new(1)
  2729.  
  2730. function cccccccccccccccccccccccccccccccccclickyy()
  2731. mode = "Confuse"
  2732. d = lightingg:GetChildren()
  2733. for i = 1 , #d do
  2734. if d[i].Name == "CharacterButton" then
  2735. if d[i].Text == "[ "..mode.." ]" then
  2736. d[i].BackgroundColor = BrickColor.new(24)
  2737. end
  2738. end
  2739. end
  2740. s = lightingg:GetChildren()
  2741. for i = 1 , #s do
  2742. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  2743. s[i].BackgroundColor = BrickColor.new(1)
  2744. end
  2745. end
  2746. end
  2747. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.MouseButton1Click:connect(cccccccccccccccccccccccccccccccccclickyy)
  2748.  
  2749.  
  2750. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97 = Instance.new("TextButton")
  2751. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Parent = lightingg
  2752. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Name = "CharacterButton"
  2753. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.BackgroundTransparency = 0.5
  2754. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Position = UDim2.new(2, 0, 11, 0)
  2755. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Size = UDim2.new(1, 0, 1, 0)
  2756. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Text = "[ Disarm ]"
  2757. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.BackgroundColor = BrickColor.new(1)
  2758.  
  2759. function ccccccccccccccccccccccccccccccccccclickyy()
  2760. mode = "Disarm"
  2761. d = lightingg:GetChildren()
  2762. for i = 1 , #d do
  2763. if d[i].Name == "CharacterButton" then
  2764. if d[i].Text == "[ "..mode.." ]" then
  2765. d[i].BackgroundColor = BrickColor.new(24)
  2766. end
  2767. end
  2768. end
  2769. s = lightingg:GetChildren()
  2770. for i = 1 , #s do
  2771. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  2772. s[i].BackgroundColor = BrickColor.new(1)
  2773. end
  2774. end
  2775. end
  2776. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.MouseButton1Click:connect(ccccccccccccccccccccccccccccccccccclickyy)
  2777.  
  2778.  
  2779.  
  2780.  
  2781.  
  2782. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97 = Instance.new("TextButton")
  2783. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Parent = lightingg
  2784. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Name = "CharacterButton"
  2785. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.BackgroundTransparency = 0.5
  2786. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Position = UDim2.new(2, 0, 12, 0)
  2787. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Size = UDim2.new(1, 0, 1, 0)
  2788. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Text = "[ Spotlight ]"
  2789. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.BackgroundColor = BrickColor.new(1)
  2790.  
  2791. function cccccccccccccccccccccccccccccccccccclickyy()
  2792. mode = "Spotlight"
  2793. d = lightingg:GetChildren()
  2794. for i = 1 , #d do
  2795. if d[i].Name == "CharacterButton" then
  2796. if d[i].Text == "[ "..mode.." ]" then
  2797. d[i].BackgroundColor = BrickColor.new(24)
  2798. end
  2799. end
  2800. end
  2801. s = lightingg:GetChildren()
  2802. for i = 1 , #s do
  2803. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  2804. s[i].BackgroundColor = BrickColor.new(1)
  2805. end
  2806. end
  2807. end
  2808. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.MouseButton1Click:connect(cccccccccccccccccccccccccccccccccccclickyy)
  2809.  
  2810.  
  2811.  
  2812. characterhe97 = Instance.new("TextButton")
  2813. characterhe97.Parent = lightingg
  2814. characterhe97.Name = "CharacterButton"
  2815. characterhe97.BackgroundTransparency = 0.5
  2816. characterhe97.Position = UDim2.new(2, 0, 13, 0)
  2817. characterhe97.Size = UDim2.new(1, 0, 1, 0)
  2818. characterhe97.Text = "[ Ducks ]"
  2819. characterhe97.BackgroundColor = BrickColor.new(1)
  2820.  
  2821. function asdflickyy()
  2822. mode = "Ducks"
  2823. d = lightingg:GetChildren()
  2824. for i = 1 , #d do
  2825. if d[i].Name == "CharacterButton" then
  2826. if d[i].Text == "[ "..mode.." ]" then
  2827. d[i].BackgroundColor = BrickColor.new(24)
  2828. end
  2829. end
  2830. end
  2831. s = lightingg:GetChildren()
  2832. for i = 1 , #s do
  2833. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  2834. s[i].BackgroundColor = BrickColor.new(1)
  2835. end
  2836. end
  2837. end
  2838. characterhe97.MouseButton1Click:connect(asdflickyy)
  2839.  
  2840.  
  2841.  
  2842.  
  2843.  
  2844.  
  2845.  
  2846.  
  2847. characterhee97 = Instance.new("TextButton")
  2848. characterhee97.Parent = lightingg
  2849. characterhee97.Name = "CharacterButton"
  2850. characterhee97.BackgroundTransparency = 0.5
  2851. characterhee97.Position = UDim2.new(3, 0, 2, 0)
  2852. characterhee97.Size = UDim2.new(1, 0, 1, 0)
  2853. characterhee97.Text = "[ Duck Swarm ]"
  2854. characterhee97.BackgroundColor = BrickColor.new(1)
  2855.  
  2856. function asdflickyyy()
  2857. mode = "Duck Swarm"
  2858. d = lightingg:GetChildren()
  2859. for i = 1 , #d do
  2860. if d[i].Name == "CharacterButton" then
  2861. if d[i].Text == "[ "..mode.." ]" then
  2862. d[i].BackgroundColor = BrickColor.new(24)
  2863. end
  2864. end
  2865. end
  2866. s = lightingg:GetChildren()
  2867. for i = 1 , #s do
  2868. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  2869. s[i].BackgroundColor = BrickColor.new(1)
  2870. end
  2871. end
  2872. end
  2873. characterhee97.MouseButton1Click:connect(asdflickyyy)
  2874.  
  2875.  
  2876.  
  2877.  
  2878.  
  2879. characterheee97 = Instance.new("TextButton")
  2880. characterheee97.Parent = lightingg
  2881. characterheee97.Name = "CharacterButton"
  2882. characterheee97.BackgroundTransparency = 0.5
  2883. characterheee97.Position = UDim2.new(3, 0, 3, 0)
  2884. characterheee97.Size = UDim2.new(1, 0, 1, 0)
  2885. characterheee97.Text = "[ Throwup ]"
  2886. characterheee97.BackgroundColor = BrickColor.new(1)
  2887.  
  2888. function asdflickyyyy()
  2889. mode = "Throwup"
  2890. d = lightingg:GetChildren()
  2891. for i = 1 , #d do
  2892. if d[i].Name == "CharacterButton" then
  2893. if d[i].Text == "[ "..mode.." ]" then
  2894. d[i].BackgroundColor = BrickColor.new(24)
  2895. end
  2896. end
  2897. end
  2898. s = lightingg:GetChildren()
  2899. for i = 1 , #s do
  2900. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  2901. s[i].BackgroundColor = BrickColor.new(1)
  2902. end
  2903. end
  2904. end
  2905. characterheee97.MouseButton1Click:connect(asdflickyyyy)
  2906.  
  2907.  
  2908.  
  2909. characterheeee97 = Instance.new("TextButton")
  2910. characterheeee97.Parent = lightingg
  2911. characterheeee97.Name = "CharacterButton"
  2912. characterheeee97.BackgroundTransparency = 0.5
  2913. characterheeee97.Position = UDim2.new(3, 0, 4, 0)
  2914. characterheeee97.Size = UDim2.new(1, 0, 1, 0)
  2915. characterheeee97.Text = "[ Hang ]"
  2916. characterheeee97.BackgroundColor = BrickColor.new(1)
  2917.  
  2918. function asdflickyyyyy()
  2919. mode = "Hang"
  2920. d = lightingg:GetChildren()
  2921. for i = 1 , #d do
  2922. if d[i].Name == "CharacterButton" then
  2923. if d[i].Text == "[ "..mode.." ]" then
  2924. d[i].BackgroundColor = BrickColor.new(24)
  2925. end
  2926. end
  2927. end
  2928. s = lightingg:GetChildren()
  2929. for i = 1 , #s do
  2930. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  2931. s[i].BackgroundColor = BrickColor.new(1)
  2932. end
  2933. end
  2934. end
  2935. characterheeee97.MouseButton1Click:connect(asdflickyyyyy)
  2936.  
  2937.  
  2938.  
  2939. characterheeeee97 = Instance.new("TextButton")
  2940. characterheeeee97.Parent = lightingg
  2941. characterheeeee97.Name = "CharacterButton"
  2942. characterheeeee97.BackgroundTransparency = 0.5
  2943. characterheeeee97.Position = UDim2.new(3, 0, 5, 0)
  2944. characterheeeee97.Size = UDim2.new(1, 0, 1, 0)
  2945. characterheeeee97.Text = "[ UnHang ]"
  2946. characterheeeee97.BackgroundColor = BrickColor.new(1)
  2947.  
  2948. function asdflickyyyyyy()
  2949. mode = "UnHang"
  2950. d = lightingg:GetChildren()
  2951. for i = 1 , #d do
  2952. if d[i].Name == "CharacterButton" then
  2953. if d[i].Text == "[ "..mode.." ]" then
  2954. d[i].BackgroundColor = BrickColor.new(24)
  2955. end
  2956. end
  2957. end
  2958. s = lightingg:GetChildren()
  2959. for i = 1 , #s do
  2960. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  2961. s[i].BackgroundColor = BrickColor.new(1)
  2962. end
  2963. end
  2964. end
  2965. characterheeeee97.MouseButton1Click:connect(asdflickyyyyyy)
  2966.  
  2967.  
  2968.  
  2969.  
  2970.  
  2971.  
  2972. characterheeeeee97 = Instance.new("TextButton")
  2973. characterheeeeee97.Parent = lightingg
  2974. characterheeeeee97.Name = "CharacterButton"
  2975. characterheeeeee97.BackgroundTransparency = 0.5
  2976. characterheeeeee97.Position = UDim2.new(3, 0, 6, 0)
  2977. characterheeeeee97.Size = UDim2.new(1, 0, 1, 0)
  2978. characterheeeeee97.Text = "[ Ban ]"
  2979. characterheeeeee97.BackgroundColor = BrickColor.new(1)
  2980.  
  2981. function asdflickyyyyyyy()
  2982. mode = "Ban"
  2983. d = lightingg:GetChildren()
  2984. for i = 1 , #d do
  2985. if d[i].Name == "CharacterButton" then
  2986. if d[i].Text == "[ "..mode.." ]" then
  2987. d[i].BackgroundColor = BrickColor.new(24)
  2988. end
  2989. end
  2990. end
  2991. s = lightingg:GetChildren()
  2992. for i = 1 , #s do
  2993. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  2994. s[i].BackgroundColor = BrickColor.new(1)
  2995. end
  2996. end
  2997. end
  2998. characterheeeeee97.MouseButton1Click:connect(asdflickyyyyyyy)
  2999.  
  3000.  
  3001.  
  3002.  
  3003. characterheeeeeee97 = Instance.new("TextButton")
  3004. characterheeeeeee97.Parent = lightingg
  3005. characterheeeeeee97.Name = "CharacterButton"
  3006. characterheeeeeee97.BackgroundTransparency = 0.5
  3007. characterheeeeeee97.Position = UDim2.new(3, 0, 7, 0)
  3008. characterheeeeeee97.Size = UDim2.new(1, 0, 1, 0)
  3009. characterheeeeeee97.Text = "[ Tree Summon ]"
  3010. characterheeeeeee97.BackgroundColor = BrickColor.new(1)
  3011.  
  3012. function asdflickyyyyyyyy()
  3013. mode = "Tree Summon"
  3014. d = lightingg:GetChildren()
  3015. for i = 1 , #d do
  3016. if d[i].Name == "CharacterButton" then
  3017. if d[i].Text == "[ "..mode.." ]" then
  3018. d[i].BackgroundColor = BrickColor.new(24)
  3019. end
  3020. end
  3021. end
  3022. s = lightingg:GetChildren()
  3023. for i = 1 , #s do
  3024. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  3025. s[i].BackgroundColor = BrickColor.new(1)
  3026. end
  3027. end
  3028. end
  3029. characterheeeeeee97.MouseButton1Click:connect(asdflickyyyyyyyy)
  3030.  
  3031.  
  3032. characterheeeeeeee97 = Instance.new("TextButton")
  3033. characterheeeeeeee97.Parent = lightingg
  3034. characterheeeeeeee97.Name = "CharacterButton"
  3035. characterheeeeeeee97.BackgroundTransparency = 0.5
  3036. characterheeeeeeee97.Position = UDim2.new(3, 0, 8, 0)
  3037. characterheeeeeeee97.Size = UDim2.new(1, 0, 1, 0)
  3038. characterheeeeeeee97.Text = "[ Seizure ]"
  3039. characterheeeeeeee97.BackgroundColor = BrickColor.new(1)
  3040.  
  3041. function asdflickyyyyyyyyy()
  3042. mode = "Seizure"
  3043. d = lightingg:GetChildren()
  3044. for i = 1 , #d do
  3045. if d[i].Name == "CharacterButton" then
  3046. if d[i].Text == "[ "..mode.." ]" then
  3047. d[i].BackgroundColor = BrickColor.new(24)
  3048. end
  3049. end
  3050. end
  3051. s = lightingg:GetChildren()
  3052. for i = 1 , #s do
  3053. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  3054. s[i].BackgroundColor = BrickColor.new(1)
  3055. end
  3056. end
  3057. end
  3058. characterheeeeeeee97.MouseButton1Click:connect(asdflickyyyyyyyyy)
  3059.  
  3060.  
  3061.  
  3062. characterheeeeeeeee97 = Instance.new("TextButton")
  3063. characterheeeeeeeee97.Parent = lightingg
  3064. characterheeeeeeeee97.Name = "CharacterButton"
  3065. characterheeeeeeeee97.BackgroundTransparency = 0.5
  3066. characterheeeeeeeee97.Position = UDim2.new(3, 0, 9, 0)
  3067. characterheeeeeeeee97.Size = UDim2.new(1, 0, 1, 0)
  3068. characterheeeeeeeee97.Text = "[ Steal Color ]"
  3069. characterheeeeeeeee97.BackgroundColor = BrickColor.new(1)
  3070.  
  3071. function asdflickyyyyyyyyyy()
  3072. mode = "Steal Color"
  3073. d = lightingg:GetChildren()
  3074. for i = 1 , #d do
  3075. if d[i].Name == "CharacterButton" then
  3076. if d[i].Text == "[ "..mode.." ]" then
  3077. d[i].BackgroundColor = BrickColor.new(24)
  3078. end
  3079. end
  3080. end
  3081. s = lightingg:GetChildren()
  3082. for i = 1 , #s do
  3083. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  3084. s[i].BackgroundColor = BrickColor.new(1)
  3085. end
  3086. end
  3087. end
  3088. characterheeeeeeeee97.MouseButton1Click:connect(asdflickyyyyyyyyyy)
  3089.  
  3090. characterheeeeeeeeee97 = Instance.new("TextButton")
  3091. characterheeeeeeeeee97.Parent = lightingg
  3092. characterheeeeeeeeee97.Name = "CharacterButton"
  3093. characterheeeeeeeeee97.BackgroundTransparency = 0.5
  3094. characterheeeeeeeeee97.Position = UDim2.new(3, 0, 10, 0)
  3095. characterheeeeeeeeee97.Size = UDim2.new(1, 0, 1, 0)
  3096. characterheeeeeeeeee97.Text = "[ Give Color ]"
  3097. characterheeeeeeeeee97.BackgroundColor = BrickColor.new(1)
  3098.  
  3099. function asdflickyyyyyyyyyyy()
  3100. mode = "Give Color"
  3101. d = lightingg:GetChildren()
  3102. for i = 1 , #d do
  3103. if d[i].Name == "CharacterButton" then
  3104. if d[i].Text == "[ "..mode.." ]" then
  3105. d[i].BackgroundColor = BrickColor.new(24)
  3106. end
  3107. end
  3108. end
  3109. s = lightingg:GetChildren()
  3110. for i = 1 , #s do
  3111. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  3112. s[i].BackgroundColor = BrickColor.new(1)
  3113. end
  3114. end
  3115. end
  3116. characterheeeeeeeeee97.MouseButton1Click:connect(asdflickyyyyyyyyyyy)
  3117.  
  3118.  
  3119.  
  3120. characterheeeeeeeeeee97 = Instance.new("TextButton")
  3121. characterheeeeeeeeeee97.Parent = lightingg
  3122. characterheeeeeeeeeee97.Name = "CharacterButton"
  3123. characterheeeeeeeeeee97.BackgroundTransparency = 0.5
  3124. characterheeeeeeeeeee97.Position = UDim2.new(3, 0, 11, 0)
  3125. characterheeeeeeeeeee97.Size = UDim2.new(1, 0, 1, 0)
  3126. characterheeeeeeeeeee97.Text = "[ Clone ]"
  3127. characterheeeeeeeeeee97.BackgroundColor = BrickColor.new(1)
  3128.  
  3129. function asdflickyyyyyyyyyyyy()
  3130. mode = "Clone"
  3131. d = lightingg:GetChildren()
  3132. for i = 1 , #d do
  3133. if d[i].Name == "CharacterButton" then
  3134. if d[i].Text == "[ "..mode.." ]" then
  3135. d[i].BackgroundColor = BrickColor.new(24)
  3136. end
  3137. end
  3138. end
  3139. s = lightingg:GetChildren()
  3140. for i = 1 , #s do
  3141. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  3142. s[i].BackgroundColor = BrickColor.new(1)
  3143. end
  3144. end
  3145. end
  3146. characterheeeeeeeeeee97.MouseButton1Click:connect(asdflickyyyyyyyyyyyy)
  3147.  
  3148. characterheeeeeeeeeeee97 = Instance.new("TextButton")
  3149. characterheeeeeeeeeeee97.Parent = lightingg
  3150. characterheeeeeeeeeeee97.Name = "CharacterButton"
  3151. characterheeeeeeeeeeee97.BackgroundTransparency = 0.5
  3152. characterheeeeeeeeeeee97.Position = UDim2.new(3, 0, 12, 0)
  3153. characterheeeeeeeeeeee97.Size = UDim2.new(1, 0, 1, 0)
  3154. characterheeeeeeeeeeee97.Text = "[ Push ]"
  3155. characterheeeeeeeeeeee97.BackgroundColor = BrickColor.new(1)
  3156.  
  3157. function asdflickyyyyyyyyyyyyy()
  3158. mode = "Push"
  3159. d = lightingg:GetChildren()
  3160. for i = 1 , #d do
  3161. if d[i].Name == "CharacterButton" then
  3162. if d[i].Text == "[ "..mode.." ]" then
  3163. d[i].BackgroundColor = BrickColor.new(24)
  3164. end
  3165. end
  3166. end
  3167. s = lightingg:GetChildren()
  3168. for i = 1 , #s do
  3169. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  3170. s[i].BackgroundColor = BrickColor.new(1)
  3171. end
  3172. end
  3173. end
  3174. characterheeeeeeeeeeee97.MouseButton1Click:connect(asdflickyyyyyyyyyyyyy)
  3175.  
  3176.  
  3177.  
  3178.  
  3179.  
  3180. characterheeeeeeeeeeeee97 = Instance.new("TextButton")
  3181. characterheeeeeeeeeeeee97.Parent = lightingg
  3182. characterheeeeeeeeeeeee97.Name = "CharacterButton"
  3183. characterheeeeeeeeeeeee97.BackgroundTransparency = 0.5
  3184. characterheeeeeeeeeeeee97.Position = UDim2.new(3, 0, 13, 0)
  3185. characterheeeeeeeeeeeee97.Size = UDim2.new(1, 0, 1, 0)
  3186. characterheeeeeeeeeeeee97.Text = "[ Safety ]"
  3187. characterheeeeeeeeeeeee97.BackgroundColor = BrickColor.new(1)
  3188.  
  3189. function asdflickyyyyyyyyyyyyyy()
  3190. mode = "Safety"
  3191. d = lightingg:GetChildren()
  3192. for i = 1 , #d do
  3193. if d[i].Name == "CharacterButton" then
  3194. if d[i].Text == "[ "..mode.." ]" then
  3195. d[i].BackgroundColor = BrickColor.new(24)
  3196. end
  3197. end
  3198. end
  3199. s = lightingg:GetChildren()
  3200. for i = 1 , #s do
  3201. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  3202. s[i].BackgroundColor = BrickColor.new(1)
  3203. end
  3204. end
  3205. end
  3206. characterheeeeeeeeeeeee97.MouseButton1Click:connect(asdflickyyyyyyyyyyyyyy)
  3207.  
  3208.  
  3209.  
  3210.  
  3211.  
  3212.  
  3213. characterheeeeeeeeeeeeee97 = Instance.new("TextButton")
  3214. characterheeeeeeeeeeeeee97.Parent = lightingg
  3215. characterheeeeeeeeeeeeee97.Name = "CharacterButton"
  3216. characterheeeeeeeeeeeeee97.BackgroundTransparency = 0.5
  3217. characterheeeeeeeeeeeeee97.Position = UDim2.new(4, 0, 2, 0)
  3218. characterheeeeeeeeeeeeee97.Size = UDim2.new(1, 0, 1, 0)
  3219. characterheeeeeeeeeeeeee97.Text = "[ Lock ]"
  3220. characterheeeeeeeeeeeeee97.BackgroundColor = BrickColor.new(1)
  3221.  
  3222. function asdflickyyyyyyyyyyyyyyy()
  3223. mode = "Lock"
  3224. d = lightingg:GetChildren()
  3225. for i = 1 , #d do
  3226. if d[i].Name == "CharacterButton" then
  3227. if d[i].Text == "[ "..mode.." ]" then
  3228. d[i].BackgroundColor = BrickColor.new(24)
  3229. end
  3230. end
  3231. end
  3232. s = lightingg:GetChildren()
  3233. for i = 1 , #s do
  3234. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  3235. s[i].BackgroundColor = BrickColor.new(1)
  3236. end
  3237. end
  3238. end
  3239. characterheeeeeeeeeeeeee97.MouseButton1Click:connect(asdflickyyyyyyyyyyyyyyy)
  3240.  
  3241. characterheeeeeeeeeeeeeee97 = Instance.new("TextButton")
  3242. characterheeeeeeeeeeeeeee97.Parent = lightingg
  3243. characterheeeeeeeeeeeeeee97.Name = "CharacterButton"
  3244. characterheeeeeeeeeeeeeee97.BackgroundTransparency = 0.5
  3245. characterheeeeeeeeeeeeeee97.Position = UDim2.new(4, 0, 3, 0)
  3246. characterheeeeeeeeeeeeeee97.Size = UDim2.new(1, 0, 1, 0)
  3247. characterheeeeeeeeeeeeeee97.Text = "[ UnLock ]"
  3248. characterheeeeeeeeeeeeeee97.BackgroundColor = BrickColor.new(1)
  3249.  
  3250. function asdflickyyyyyyyyyyyyyyyy()
  3251. mode = "UnLock"
  3252. d = lightingg:GetChildren()
  3253. for i = 1 , #d do
  3254. if d[i].Name == "CharacterButton" then
  3255. if d[i].Text == "[ "..mode.." ]" then
  3256. d[i].BackgroundColor = BrickColor.new(24)
  3257. end
  3258. end
  3259. end
  3260. s = lightingg:GetChildren()
  3261. for i = 1 , #s do
  3262. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  3263. s[i].BackgroundColor = BrickColor.new(1)
  3264. end
  3265. end
  3266. end
  3267. characterheeeeeeeeeeeeeee97.MouseButton1Click:connect(asdflickyyyyyyyyyyyyyyyy)
  3268.  
  3269.  
  3270.  
  3271. characterheeeeeeeeeeeeeeee97 = Instance.new("TextButton")
  3272. characterheeeeeeeeeeeeeeee97.Parent = lightingg
  3273. characterheeeeeeeeeeeeeeee97.Name = "CharacterButton"
  3274. characterheeeeeeeeeeeeeeee97.BackgroundTransparency = 0.5
  3275. characterheeeeeeeeeeeeeeee97.Position = UDim2.new(4, 0, 4, 0)
  3276. characterheeeeeeeeeeeeeeee97.Size = UDim2.new(1, 0, 1, 0)
  3277. characterheeeeeeeeeeeeeeee97.Text = "[ Burn ]"
  3278. characterheeeeeeeeeeeeeeee97.BackgroundColor = BrickColor.new(1)
  3279.  
  3280. function asdflickyyyyyyyyyyyyyyyyy()
  3281. mode = "Burn"
  3282. d = lightingg:GetChildren()
  3283. for i = 1 , #d do
  3284. if d[i].Name == "CharacterButton" then
  3285. if d[i].Text == "[ "..mode.." ]" then
  3286. d[i].BackgroundColor = BrickColor.new(24)
  3287. end
  3288. end
  3289. end
  3290. s = lightingg:GetChildren()
  3291. for i = 1 , #s do
  3292. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  3293. s[i].BackgroundColor = BrickColor.new(1)
  3294. end
  3295. end
  3296. end
  3297. characterheeeeeeeeeeeeeeee97.MouseButton1Click:connect(asdflickyyyyyyyyyyyyyyyyy)
  3298.  
  3299.  
  3300.  
  3301.  
  3302. characterheeeeeeeeeeeeeeeee97 = Instance.new("TextButton")
  3303. characterheeeeeeeeeeeeeeeee97.Parent = lightingg
  3304. characterheeeeeeeeeeeeeeeee97.Name = "CharacterButton"
  3305. characterheeeeeeeeeeeeeeeee97.BackgroundTransparency = 0.5
  3306. characterheeeeeeeeeeeeeeeee97.Position = UDim2.new(4, 0, 5, 0)
  3307. characterheeeeeeeeeeeeeeeee97.Size = UDim2.new(1, 0, 1, 0)
  3308. characterheeeeeeeeeeeeeeeee97.Text = "[ Hatless ]"
  3309. characterheeeeeeeeeeeeeeeee97.BackgroundColor = BrickColor.new(1)
  3310.  
  3311. function asdflickyyyyyyyyyyyyyyyyyy()
  3312. mode = "Hatless"
  3313. d = lightingg:GetChildren()
  3314. for i = 1 , #d do
  3315. if d[i].Name == "CharacterButton" then
  3316. if d[i].Text == "[ "..mode.." ]" then
  3317. d[i].BackgroundColor = BrickColor.new(24)
  3318. end
  3319. end
  3320. end
  3321. s = lightingg:GetChildren()
  3322. for i = 1 , #s do
  3323. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  3324. s[i].BackgroundColor = BrickColor.new(1)
  3325. end
  3326. end
  3327. end
  3328. characterheeeeeeeeeeeeeeeee97.MouseButton1Click:connect(asdflickyyyyyyyyyyyyyyyyyy)
  3329.  
  3330.  
  3331.  
  3332. characterheeeeeeeeeeeeeeeeee97 = Instance.new("TextButton")
  3333. characterheeeeeeeeeeeeeeeeee97.Parent = lightingg
  3334. characterheeeeeeeeeeeeeeeeee97.Name = "CharacterButton"
  3335. characterheeeeeeeeeeeeeeeeee97.BackgroundTransparency = 0.5
  3336. characterheeeeeeeeeeeeeeeeee97.Position = UDim2.new(4, 0, 6, 0)
  3337. characterheeeeeeeeeeeeeeeeee97.Size = UDim2.new(1, 0, 1, 0)
  3338. characterheeeeeeeeeeeeeeeeee97.Text = "[ Suitless ]"
  3339. characterheeeeeeeeeeeeeeeeee97.BackgroundColor = BrickColor.new(1)
  3340.  
  3341. function asdflickyyyyyyyyyyyyyyyyyyy()
  3342. mode = "Suitless"
  3343. d = lightingg:GetChildren()
  3344. for i = 1 , #d do
  3345. if d[i].Name == "CharacterButton" then
  3346. if d[i].Text == "[ "..mode.." ]" then
  3347. d[i].BackgroundColor = BrickColor.new(24)
  3348. end
  3349. end
  3350. end
  3351. s = lightingg:GetChildren()
  3352. for i = 1 , #s do
  3353. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  3354. s[i].BackgroundColor = BrickColor.new(1)
  3355. end
  3356. end
  3357. end
  3358. characterheeeeeeeeeeeeeeeeee97.MouseButton1Click:connect(asdflickyyyyyyyyyyyyyyyyyyy)
  3359.  
  3360. characterheeeeeeeeeeeeeeeeeee97 = Instance.new("TextButton")
  3361. characterheeeeeeeeeeeeeeeeeee97.Parent = lightingg
  3362. characterheeeeeeeeeeeeeeeeeee97.Name = "CharacterButton"
  3363. characterheeeeeeeeeeeeeeeeeee97.BackgroundTransparency = 0.5
  3364. characterheeeeeeeeeeeeeeeeeee97.Position = UDim2.new(4, 0, 7, 0)
  3365. characterheeeeeeeeeeeeeeeeeee97.Size = UDim2.new(1, 0, 1, 0)
  3366. characterheeeeeeeeeeeeeeeeeee97.Text = "[ Sit ]"
  3367. characterheeeeeeeeeeeeeeeeeee97.BackgroundColor = BrickColor.new(1)
  3368.  
  3369. function asdflickyyyyyyyyyyyyyyyyyyyy()
  3370. mode = "Sit"
  3371. d = lightingg:GetChildren()
  3372. for i = 1 , #d do
  3373. if d[i].Name == "CharacterButton" then
  3374. if d[i].Text == "[ "..mode.." ]" then
  3375. d[i].BackgroundColor = BrickColor.new(24)
  3376. end
  3377. end
  3378. end
  3379. s = lightingg:GetChildren()
  3380. for i = 1 , #s do
  3381. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  3382. s[i].BackgroundColor = BrickColor.new(1)
  3383. end
  3384. end
  3385. end
  3386. characterheeeeeeeeeeeeeeeeeee97.MouseButton1Click:connect(asdflickyyyyyyyyyyyyyyyyyyyy)
  3387.  
  3388. characterheeeeeeeeeeeeeeeeeeee97 = Instance.new("TextButton")
  3389. characterheeeeeeeeeeeeeeeeeeee97.Parent = lightingg
  3390. characterheeeeeeeeeeeeeeeeeeee97.Name = "CharacterButton"
  3391. characterheeeeeeeeeeeeeeeeeeee97.BackgroundTransparency = 0.5
  3392. characterheeeeeeeeeeeeeeeeeeee97.Position = UDim2.new(4, 0, 8, 0)
  3393. characterheeeeeeeeeeeeeeeeeeee97.Size = UDim2.new(1, 0, 1, 0)
  3394. characterheeeeeeeeeeeeeeeeeeee97.Text = "[ Slow Drag ]"
  3395. characterheeeeeeeeeeeeeeeeeeee97.BackgroundColor = BrickColor.new(1)
  3396.  
  3397. function asdflickyyyyyyyyyyyyyyyyyyyyy()
  3398. mode = "Slow Drag"
  3399. d = lightingg:GetChildren()
  3400. for i = 1 , #d do
  3401. if d[i].Name == "CharacterButton" then
  3402. if d[i].Text == "[ "..mode.." ]" then
  3403. d[i].BackgroundColor = BrickColor.new(24)
  3404. end
  3405. end
  3406. end
  3407. s = lightingg:GetChildren()
  3408. for i = 1 , #s do
  3409. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  3410. s[i].BackgroundColor = BrickColor.new(1)
  3411. end
  3412. end
  3413. end
  3414. characterheeeeeeeeeeeeeeeeeeee97.MouseButton1Click:connect(asdflickyyyyyyyyyyyyyyyyyyyyy)
  3415.  
  3416.  
  3417.  
  3418.  
  3419. characterheeeeeeeeeeeeeeeeeeeee97 = Instance.new("TextButton")
  3420. characterheeeeeeeeeeeeeeeeeeeee97.Parent = lightingg
  3421. characterheeeeeeeeeeeeeeeeeeeee97.Name = "CharacterButton"
  3422. characterheeeeeeeeeeeeeeeeeeeee97.BackgroundTransparency = 0.5
  3423. characterheeeeeeeeeeeeeeeeeeeee97.Position = UDim2.new(4, 0, 9, 0)
  3424. characterheeeeeeeeeeeeeeeeeeeee97.Size = UDim2.new(1, 0, 1, 0)
  3425. characterheeeeeeeeeeeeeeeeeeeee97.Text = "[ Steal Tools ]"
  3426. characterheeeeeeeeeeeeeeeeeeeee97.BackgroundColor = BrickColor.new(1)
  3427.  
  3428. function asdflickyyyyyyyyyyyyyyyyyyyyyy()
  3429. mode = "Steal Tools"
  3430. d = lightingg:GetChildren()
  3431. for i = 1 , #d do
  3432. if d[i].Name == "CharacterButton" then
  3433. if d[i].Text == "[ "..mode.." ]" then
  3434. d[i].BackgroundColor = BrickColor.new(24)
  3435. end
  3436. end
  3437. end
  3438. s = lightingg:GetChildren()
  3439. for i = 1 , #s do
  3440. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  3441. s[i].BackgroundColor = BrickColor.new(1)
  3442. end
  3443. end
  3444. end
  3445. characterheeeeeeeeeeeeeeeeeeeee97.MouseButton1Click:connect(asdflickyyyyyyyyyyyyyyyyyyyyyy)
  3446.  
  3447.  
  3448.  
  3449. characterheeeeeeeeeeeeeeeeeeeeee97 = Instance.new("TextButton")
  3450. characterheeeeeeeeeeeeeeeeeeeeee97.Parent = lightingg
  3451. characterheeeeeeeeeeeeeeeeeeeeee97.Name = "CharacterButton"
  3452. characterheeeeeeeeeeeeeeeeeeeeee97.BackgroundTransparency = 0.5
  3453. characterheeeeeeeeeeeeeeeeeeeeee97.Position = UDim2.new(4, 0, 10, 0)
  3454. characterheeeeeeeeeeeeeeeeeeeeee97.Size = UDim2.new(1, 0, 1, 0)
  3455. characterheeeeeeeeeeeeeeeeeeeeee97.Text = "[ Jail ]"
  3456. characterheeeeeeeeeeeeeeeeeeeeee97.BackgroundColor = BrickColor.new(1)
  3457.  
  3458. function asdflickyyyyyyyyyyyyyyyyyyyyyyy()
  3459. mode = "Jail"
  3460. d = lightingg:GetChildren()
  3461. for i = 1 , #d do
  3462. if d[i].Name == "CharacterButton" then
  3463. if d[i].Text == "[ "..mode.." ]" then
  3464. d[i].BackgroundColor = BrickColor.new(24)
  3465. end
  3466. end
  3467. end
  3468. s = lightingg:GetChildren()
  3469. for i = 1 , #s do
  3470. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  3471. s[i].BackgroundColor = BrickColor.new(1)
  3472. end
  3473. end
  3474. end
  3475. characterheeeeeeeeeeeeeeeeeeeeee97.MouseButton1Click:connect(asdflickyyyyyyyyyyyyyyyyyyyyyyy)
  3476.  
  3477.  
  3478.  
  3479. characterheeeeeeeeeeeeeeeeeeeeeee97 = Instance.new("TextButton")
  3480. characterheeeeeeeeeeeeeeeeeeeeeee97.Parent = lightingg
  3481. characterheeeeeeeeeeeeeeeeeeeeeee97.Name = "CharacterButton"
  3482. characterheeeeeeeeeeeeeeeeeeeeeee97.BackgroundTransparency = 0.5
  3483. characterheeeeeeeeeeeeeeeeeeeeeee97.Position = UDim2.new(4, 0, 11, 0)
  3484. characterheeeeeeeeeeeeeeeeeeeeeee97.Size = UDim2.new(1, 0, 1, 0)
  3485. characterheeeeeeeeeeeeeeeeeeeeeee97.Text = "[ UnJail ]"
  3486. characterheeeeeeeeeeeeeeeeeeeeeee97.BackgroundColor = BrickColor.new(1)
  3487.  
  3488. function asdflickyyyyyyyyyyyyyyyyyyyyyyyy()
  3489. mode = "UnJail"
  3490. d = lightingg:GetChildren()
  3491. for i = 1 , #d do
  3492. if d[i].Name == "CharacterButton" then
  3493. if d[i].Text == "[ "..mode.." ]" then
  3494. d[i].BackgroundColor = BrickColor.new(24)
  3495. end
  3496. end
  3497. end
  3498. s = lightingg:GetChildren()
  3499. for i = 1 , #s do
  3500. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  3501. s[i].BackgroundColor = BrickColor.new(1)
  3502. end
  3503. end
  3504. end
  3505. characterheeeeeeeeeeeeeeeeeeeeeee97.MouseButton1Click:connect(asdflickyyyyyyyyyyyyyyyyyyyyyyyy)
  3506.  
  3507.  
  3508.  
  3509. characterheeeeeeeeeeeeeeeeeeeeeeee97 = Instance.new("TextButton")
  3510. characterheeeeeeeeeeeeeeeeeeeeeeee97.Parent = lightingg
  3511. characterheeeeeeeeeeeeeeeeeeeeeeee97.Name = "CharacterButton"
  3512. characterheeeeeeeeeeeeeeeeeeeeeeee97.BackgroundTransparency = 0.5
  3513. characterheeeeeeeeeeeeeeeeeeeeeeee97.Position = UDim2.new(4, 0, 12, 0)
  3514. characterheeeeeeeeeeeeeeeeeeeeeeee97.Size = UDim2.new(1, 0, 1, 0)
  3515. characterheeeeeeeeeeeeeeeeeeeeeeee97.Text = "[ Dynamites ]"
  3516. characterheeeeeeeeeeeeeeeeeeeeeeee97.BackgroundColor = BrickColor.new(1)
  3517.  
  3518. function asdflickyyyyyyyyyyyyyyyyyyyyyyyyy()
  3519. mode = "Dynamites"
  3520. d = lightingg:GetChildren()
  3521. for i = 1 , #d do
  3522. if d[i].Name == "CharacterButton" then
  3523. if d[i].Text == "[ "..mode.." ]" then
  3524. d[i].BackgroundColor = BrickColor.new(24)
  3525. end
  3526. end
  3527. end
  3528. s = lightingg:GetChildren()
  3529. for i = 1 , #s do
  3530. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  3531. s[i].BackgroundColor = BrickColor.new(1)
  3532. end
  3533. end
  3534. end
  3535. characterheeeeeeeeeeeeeeeeeeeeeeee97.MouseButton1Click:connect(asdflickyyyyyyyyyyyyyyyyyyyyyyyyy)
  3536.  
  3537.  
  3538.  
  3539. characterheeeeeeeeeeeeeeeeeeeeeeeee97 = Instance.new("TextButton")
  3540. characterheeeeeeeeeeeeeeeeeeeeeeeee97.Parent = lightingg
  3541. characterheeeeeeeeeeeeeeeeeeeeeeeee97.Name = "CharacterButton"
  3542. characterheeeeeeeeeeeeeeeeeeeeeeeee97.BackgroundTransparency = 0.5
  3543. characterheeeeeeeeeeeeeeeeeeeeeeeee97.Position = UDim2.new(4, 0, 13, 0)
  3544. characterheeeeeeeeeeeeeeeeeeeeeeeee97.Size = UDim2.new(1, 0, 1, 0)
  3545. characterheeeeeeeeeeeeeeeeeeeeeeeee97.Text = "[ Detonate Dynamites ]"
  3546. characterheeeeeeeeeeeeeeeeeeeeeeeee97.BackgroundColor = BrickColor.new(1)
  3547.  
  3548. function asdflickyyyyyyyyyyyyyyyyyyyyyyyyyy()
  3549. mode = "Detonate Dynamites"
  3550. d = lightingg:GetChildren()
  3551. for i = 1 , #d do
  3552. if d[i].Name == "CharacterButton" then
  3553. if d[i].Text == "[ "..mode.." ]" then
  3554. d[i].BackgroundColor = BrickColor.new(24)
  3555. end
  3556. end
  3557. end
  3558. s = lightingg:GetChildren()
  3559. for i = 1 , #s do
  3560. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  3561. s[i].BackgroundColor = BrickColor.new(1)
  3562. end
  3563. end
  3564. end
  3565. characterheeeeeeeeeeeeeeeeeeeeeeeee97.MouseButton1Click:connect(asdflickyyyyyyyyyyyyyyyyyyyyyyyyyy)
  3566.  
  3567.  
  3568.  
  3569.  
  3570.  
  3571.  
  3572.  
  3573.  
  3574.  
  3575.  
  3576.  
  3577.  
  3578. a = me.Character:findFirstChild("Eyeball")
  3579. if a ~= nil then a:Remove() end
  3580.  
  3581.  
  3582.  
  3583. ball = Instance.new("Model")
  3584. ball.Name = "Eyeball"
  3585. ball.Parent = me.Character
  3586. asdf = Instance.new("Humanoid")
  3587. asdf.Parent = ball
  3588. asdf.MaxHealth = 0
  3589. asdf.Health = 0
  3590. eyeball = Instance.new("Part")
  3591. eyeball.Parent = ball
  3592. eyeball.Locked = true
  3593. eyeball.TopSurface = "Smooth"
  3594. eyeball.BottomSurface = "Smooth"
  3595. eyeball.Size = Vector3.new(2, 2, 2)
  3596. eyeball.BrickColor = BrickColor.new(1)
  3597. eyeball.Shape = "Ball"
  3598. eyeball.Name = "Head"
  3599. eyeball.CanCollide = false
  3600. eyeball.formFactor = "Symmetric"
  3601. eyeball.CFrame = me.Character.Head.CFrame
  3602.  
  3603.  
  3604.  
  3605.  
  3606. eyeballh = Instance.new("Part")
  3607. eyeballh.Parent = ball
  3608. eyeballh.Locked = true
  3609. eyeballh.TopSurface = "Smooth"
  3610. eyeballh.BottomSurface = "Smooth"
  3611. eyeballh.Size = Vector3.new(2, 1, 2)
  3612. eyeballh.CanCollide = false
  3613. eyeballh.formFactor = "Symmetric"
  3614. eyeballh.CFrame = me.Character.Head.CFrame
  3615. mesh = Instance.new("SpecialMesh")
  3616. mesh.Parent = eyeballh
  3617. mesh.MeshType = "FileMesh"
  3618. mesh.Scale = Vector3.new(1, 1, 1)
  3619. mesh.MeshId = "http://www.roblox.com/asset/?id=1028713"
  3620. mesh.TextureId = "http://www.roblox.com/asset/?id=24363214"
  3621. weld = Instance.new("Weld")
  3622. weld.Parent = eyeball
  3623. weld.Part0 = eyeball
  3624. weld.Part1 = eyeballh
  3625. weld.C0 = CFrame.new(Vector3.new(0, 1.05, 0))
  3626.  
  3627.  
  3628.  
  3629. shotsound = Instance.new("Sound")
  3630. shotsound.SoundId = "50b1527eefedeeb9062fdcdcfd37202a"
  3631. shotsound.Pitch = 0.7
  3632. shotsound.Parent = eyeball
  3633.  
  3634. bodyposition = Instance.new("BodyPosition")
  3635. bodyposition.Parent = eyeball
  3636. bodyposition.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  3637. bodygyro = Instance.new("BodyGyro")
  3638. bodygyro.Parent = eyeball
  3639. bodygyro.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  3640. bodygyro.D = 100
  3641. eyeball22 = Instance.new("Part")
  3642. eyeball22.Parent = ball
  3643. eyeball22.Locked = true
  3644. eyeball22.BrickColor = me.Character.Torso.BrickColor
  3645. eyeball22.TopSurface = "Smooth"
  3646. eyeball22.Reflectance = 0.05
  3647. eyeball22.BottomSurface = "Smooth"
  3648. eyeball22.Size = Vector3.new(1, 1, 1)
  3649. eyeball22.Shape = "Ball"
  3650. eyeball22.CanCollide = false
  3651. eyeball22.formFactor = "Symmetric"
  3652. eyeball22.CFrame = me.Character.Head.CFrame
  3653. mesh = Instance.new("SpecialMesh")
  3654. mesh.Parent = eyeball22
  3655. mesh.MeshType = "Sphere"
  3656. mesh.Scale = Vector3.new(1, 1, 0.5)
  3657. weld = Instance.new("Weld")
  3658. weld.Parent = eyeball
  3659. weld.Part0 = eyeball
  3660. weld.Part1 = eyeball22
  3661. weld.C0 = CFrame.new(Vector3.new(0, 0, -0.79))
  3662. eyeball2 = Instance.new("Part")
  3663. eyeball2.Parent = ball
  3664. eyeball2.Locked = true
  3665. eyeball2.TopSurface = "Smooth"
  3666. eyeball2.BrickColor = BrickColor.new(26)
  3667. eyeball2.BottomSurface = "Smooth"
  3668. eyeball2.Size = Vector3.new(1, 1, 1)
  3669. eyeball2.Shape = "Ball"
  3670. eyeball2.CanCollide = false
  3671. eyeball2.formFactor = "Symmetric"
  3672. eyeball2.CFrame = me.Character.Head.CFrame
  3673. mesh = Instance.new("SpecialMesh")
  3674. mesh.Parent = eyeball2
  3675. mesh.MeshType = "Sphere"
  3676. mesh.Scale = Vector3.new(0.5, 0.5, 0.5)
  3677. weld = Instance.new("Weld")
  3678. weld.Parent = eyeball
  3679. weld.Part0 = eyeball
  3680. weld.Part1 = eyeball2
  3681. weld.C0 = CFrame.new(Vector3.new(0, 0, -0.82))
  3682.  
  3683. eyeball3 = Instance.new("Part")
  3684. eyeball3.Parent = ball
  3685. eyeball3.Locked = true
  3686. eyeball3.TopSurface = "Smooth"
  3687. eyeball3.BrickColor = BrickColor.new(26)
  3688. eyeball3.BottomSurface = "Smooth"
  3689. eyeball3.Transparency = 1
  3690. eyeball3.Size = Vector3.new(1, 1, 1)
  3691. eyeball3.Shape = "Ball"
  3692. eyeball3.Name = "ASDLFKJ"
  3693. eyeball3.CanCollide = false
  3694. eyeball3.formFactor = "Symmetric"
  3695. eyeball3.CFrame = me.Character.Head.CFrame
  3696. weld = Instance.new("Weld")
  3697. weld.Parent = eyeball
  3698. weld.Part0 = eyeball
  3699. weld.Part1 = eyeball3
  3700. weld.C0 = CFrame.new(Vector3.new(0, 0, -20))
  3701.  
  3702.  
  3703.  
  3704.  
  3705.  
  3706.  
  3707. things = ball:GetChildren()
  3708. for i = 1 , #things do
  3709. if things[i].className == "Part" and things[i].Name ~= eyeball3.Name then
  3710. function bleh(hit)
  3711. if hit.Parent.Name ~= ball.Name and hit.Parent.Name ~= me.Character.Name and hit.Name ~= "Lazor" and hit.Name ~= "Base" then
  3712. if hit.Parent.Parent.Name ~= me.Character.Name and hit.Parent.Name ~= "Jail" then
  3713. if mode == "Absorb" or mode == "Drag" then
  3714. hit:Remove()
  3715. end
  3716. end
  3717. end
  3718. end
  3719. things[i].Touched:connect(bleh)
  3720. end
  3721. end
  3722.  
  3723.  
  3724.  
  3725.  
  3726.  
  3727.  
  3728.  
  3729.  
  3730.  
  3731.  
  3732.  
  3733.  
  3734. maximumdistance = 10000
  3735.  
  3736. function onButton1Down(mouse)
  3737. if Staring == true then return end
  3738. Clicking = true
  3739. while Clicking == true do
  3740. wait()
  3741. h = game.Workspace:findFirstChild("Lazor")
  3742. if h ~= nil then h:Remove() end
  3743. if mode == "None" then return end
  3744.  
  3745.  
  3746.  
  3747.  
  3748.  
  3749.  
  3750.  
  3751.  
  3752.  
  3753.  
  3754.  
  3755.  
  3756.  
  3757. eyeball2.BrickColor = BrickColor.new(21)
  3758.  
  3759.  
  3760.  
  3761. if mode ~= "Shield" and mode ~= "None" and mode ~= "Throwup" and mode ~= "Seizure" and mode ~= "Fly" and mode ~= "Safety" and mode ~= "Spy" and mouse.Target == nil then
  3762. local a = Instance.new("Part")
  3763. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  3764. p = Instance.new("Part")
  3765. p.Parent = ball
  3766. p.Name = "Lazor"
  3767. p.Transparency = 1
  3768. p.CanCollide = false
  3769. p.Anchored = true
  3770. p.CFrame = eyeball.CFrame * CFrame.new(Vector3.new(0, 0, -maximumdistance))
  3771. local Place1 = p.Position
  3772. p:Remove()
  3773. a.formFactor = "Symmetric"
  3774. a.Size = Vector3.new(1,1,1)
  3775. a.Name = "Lazor"
  3776. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  3777. a.Parent = game.Workspace
  3778. a.BrickColor = BrickColor.new(21)
  3779. a.Transparency = 0.2
  3780. a.Anchored = true
  3781. a.CanCollide = false
  3782. a.Locked = true
  3783. a.BottomSurface = "Smooth"
  3784. a.TopSurface = "Smooth"
  3785. d = Instance.new("SpecialMesh")
  3786. d.Parent = a
  3787. d.MeshType = "Brick"
  3788. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  3789. end
  3790.  
  3791.  
  3792.  
  3793.  
  3794.  
  3795. if mode == "Heal" then
  3796. if mouse.Target ~= nil then
  3797. local a = Instance.new("Part")
  3798. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  3799. local Place1 = mouse.Hit.p
  3800. a.formFactor = "Symmetric"
  3801. a.Size = Vector3.new(1,1,1)
  3802. a.Name = "Lazor"
  3803. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  3804. a.Parent = game.Workspace
  3805. a.BrickColor = BrickColor.new(21)
  3806. a.Transparency = 0.2
  3807. a.Anchored = true
  3808. a.CanCollide = false
  3809. a.Locked = true
  3810. a.BottomSurface = "Smooth"
  3811. a.TopSurface = "Smooth"
  3812. d = Instance.new("SpecialMesh")
  3813. d.Parent = a
  3814. d.MeshType = "Brick"
  3815. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  3816.  
  3817. humanoid = mouse.Target.Parent:findFirstChild("Humanoid")
  3818. if humanoid ~= nil and humanoid.Parent.Name ~= ball.Name then
  3819. humanoid.MaxHealth = 100
  3820. humanoid.Health = humanoid.Health + 1
  3821. a.BrickColor = BrickColor.new(1)
  3822. d.Scale = Vector3.new(0.15, 0.15, (Place0.p - Place1).magnitude)
  3823. a.Transparency = 0.3
  3824.  
  3825. end
  3826.  
  3827. end
  3828. end
  3829.  
  3830.  
  3831.  
  3832. if mode == "Damage" then
  3833. if mouse.Target ~= nil then
  3834. local a = Instance.new("Part")
  3835. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  3836. local Place1 = mouse.Hit.p
  3837. a.formFactor = "Symmetric"
  3838. a.Size = Vector3.new(1,1,1)
  3839. a.Name = "Lazor"
  3840. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  3841. a.Parent = game.Workspace
  3842. a.BrickColor = BrickColor.new(21)
  3843. a.Transparency = 0.2
  3844. a.Anchored = true
  3845. a.CanCollide = false
  3846. a.Locked = true
  3847. a.BottomSurface = "Smooth"
  3848. a.TopSurface = "Smooth"
  3849. d = Instance.new("SpecialMesh")
  3850. d.Parent = a
  3851. d.MeshType = "Brick"
  3852. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  3853.  
  3854.  
  3855.  
  3856. checkadmin = 0
  3857. for i = 1 , #admin do
  3858. if mouse.Target.Parent.Name == admin[i] then
  3859. checkadmin = 1
  3860. end
  3861. end
  3862. if checkadmin == 0 then
  3863.  
  3864.  
  3865. if mouse.Target.Parent.Name ~= ball.Name and mouse.Target.Parent.Name ~= me.Character.Name then
  3866. humanoid = mouse.Target.Parent:findFirstChild("Humanoid")
  3867. if humanoid ~= nil and humanoid.Parent.Name ~= ball.Name then
  3868. humanoid.MaxHealth = 100
  3869. humanoid.Health = humanoid.Health - 1
  3870. a.BrickColor = BrickColor.new(21)
  3871. d.Scale = Vector3.new(0.2, 0.2, (Place0.p - Place1).magnitude)
  3872. a.Transparency = 0.1
  3873.  
  3874. end
  3875. end
  3876.  
  3877.  
  3878.  
  3879. end
  3880.  
  3881.  
  3882.  
  3883.  
  3884. end
  3885. end
  3886.  
  3887.  
  3888. if mode == "Freeze" then
  3889. if mouse.Target ~= nil then
  3890. local a = Instance.new("Part")
  3891. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  3892. local Place1 = mouse.Hit.p
  3893. a.formFactor = "Symmetric"
  3894. a.Size = Vector3.new(1,1,1)
  3895. a.Name = "Lazor"
  3896. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  3897. a.Parent = game.Workspace
  3898. a.BrickColor = BrickColor.new(23)
  3899. a.Transparency = 0.2
  3900. a.Anchored = true
  3901. a.CanCollide = false
  3902. a.Locked = true
  3903. a.BottomSurface = "Smooth"
  3904. a.TopSurface = "Smooth"
  3905. d = Instance.new("SpecialMesh")
  3906. d.Parent = a
  3907. d.MeshType = "Brick"
  3908. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  3909.  
  3910.  
  3911.  
  3912. if mouse.Target.Name ~= "Base" and mouse.Target.Parent.Name ~= ball.Name then
  3913.  
  3914. a.BrickColor = BrickColor.new(23)
  3915. d.Scale = Vector3.new(0.15, 0.15, (Place0.p - Place1).magnitude)
  3916. a.Transparency = 0.2
  3917. a.Reflectance = 0.2
  3918.  
  3919. mouse.Target.Anchored = true
  3920. mouse.Target.Friction = 0
  3921. mouse.Target.Transparency = 0.5
  3922. mouse.Target.Reflectance = 0.5
  3923.  
  3924. end
  3925.  
  3926.  
  3927.  
  3928. end
  3929. end
  3930.  
  3931.  
  3932.  
  3933. if mode == "Thaw" then
  3934. if mouse.Target ~= nil then
  3935. local a = Instance.new("Part")
  3936. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  3937. local Place1 = mouse.Hit.p
  3938. a.formFactor = "Symmetric"
  3939. a.Size = Vector3.new(1,1,1)
  3940. a.Name = "Lazor"
  3941. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  3942. a.Parent = game.Workspace
  3943. a.BrickColor = BrickColor.new(24)
  3944. a.Transparency = 0.2
  3945. a.Anchored = true
  3946. a.CanCollide = false
  3947. a.Locked = true
  3948. a.BottomSurface = "Smooth"
  3949. a.TopSurface = "Smooth"
  3950. d = Instance.new("SpecialMesh")
  3951. d.Parent = a
  3952. d.MeshType = "Brick"
  3953. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  3954.  
  3955.  
  3956.  
  3957. if mouse.Target.Name ~= "Base" and mouse.Target.Parent.Name ~= ball.Name then
  3958.  
  3959. a.BrickColor = BrickColor.new(24)
  3960. d.Scale = Vector3.new(0.15, 0.15, (Place0.p - Place1).magnitude)
  3961. a.Transparency = 0.4
  3962.  
  3963. mouse.Target.Anchored = false
  3964. mouse.Target.Friction = 0.3
  3965. mouse.Target.Transparency = 0
  3966. mouse.Target.Reflectance = 0
  3967.  
  3968. end
  3969.  
  3970.  
  3971.  
  3972. end
  3973. end
  3974.  
  3975.  
  3976.  
  3977.  
  3978.  
  3979. if mode == "Delete" then
  3980. if mouse.Target ~= nil then
  3981. local a = Instance.new("Part")
  3982. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  3983. local Place1 = mouse.Hit.p
  3984. a.formFactor = "Symmetric"
  3985. a.Size = Vector3.new(1,1,1)
  3986. a.Name = "Lazor"
  3987. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  3988. a.Parent = game.Workspace
  3989. a.BrickColor = BrickColor.new(26)
  3990. a.Transparency = 0.2
  3991. a.Anchored = true
  3992. a.CanCollide = false
  3993. a.Locked = true
  3994. a.BottomSurface = "Smooth"
  3995. a.TopSurface = "Smooth"
  3996. d = Instance.new("SpecialMesh")
  3997. d.Parent = a
  3998. d.MeshType = "Brick"
  3999. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  4000.  
  4001.  
  4002.  
  4003.  
  4004. checkadmin = 0
  4005. for i = 1 , #admin do
  4006. if mouse.Target.Parent.Name == admin[i] then
  4007. checkadmin = 1
  4008. end
  4009. end
  4010. if checkadmin == 0 then
  4011.  
  4012.  
  4013.  
  4014.  
  4015. if mouse.Target.Name ~= "Base" and mouse.Target.Parent.Name ~= me.Character.Name and mouse.Target.Parent.Name ~= ball.Name then
  4016.  
  4017. a.BrickColor = BrickColor.new("Really black")
  4018. d.Scale = Vector3.new(0.15, 0.15, (Place0.p - Place1).magnitude)
  4019. a.Transparency = 0.4
  4020.  
  4021. mouse.Target:Remove()
  4022.  
  4023. end
  4024. end
  4025.  
  4026.  
  4027.  
  4028. end
  4029. end
  4030.  
  4031.  
  4032.  
  4033.  
  4034.  
  4035. if mode == "Lock" then
  4036. if mouse.Target ~= nil then
  4037. local a = Instance.new("Part")
  4038. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  4039. local Place1 = mouse.Hit.p
  4040. a.formFactor = "Symmetric"
  4041. a.Size = Vector3.new(1,1,1)
  4042. a.Name = "Lazor"
  4043. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  4044. a.Parent = game.Workspace
  4045. a.BrickColor = BrickColor.new(26)
  4046. a.Transparency = 0.2
  4047. a.Anchored = true
  4048. a.CanCollide = false
  4049. a.Locked = true
  4050. a.BottomSurface = "Smooth"
  4051. a.TopSurface = "Smooth"
  4052. d = Instance.new("SpecialMesh")
  4053. d.Parent = a
  4054. d.MeshType = "Brick"
  4055. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  4056.  
  4057.  
  4058. if mouse.Target.Parent.Name ~= ball.Name then
  4059.  
  4060. a.BrickColor = BrickColor.new("Really black")
  4061. d.Scale = Vector3.new(0.15, 0.15, (Place0.p - Place1).magnitude)
  4062. a.Transparency = 0.4
  4063.  
  4064. mouse.Target.Locked = true
  4065.  
  4066. end
  4067.  
  4068.  
  4069.  
  4070. end
  4071. end
  4072.  
  4073.  
  4074.  
  4075.  
  4076. if mode == "UnLock" then
  4077. if mouse.Target ~= nil then
  4078. local a = Instance.new("Part")
  4079. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  4080. local Place1 = mouse.Hit.p
  4081. a.formFactor = "Symmetric"
  4082. a.Size = Vector3.new(1,1,1)
  4083. a.Name = "Lazor"
  4084. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  4085. a.Parent = game.Workspace
  4086. a.BrickColor = BrickColor.new(26)
  4087. a.Transparency = 0.2
  4088. a.Anchored = true
  4089. a.CanCollide = false
  4090. a.Locked = true
  4091. a.BottomSurface = "Smooth"
  4092. a.TopSurface = "Smooth"
  4093. d = Instance.new("SpecialMesh")
  4094. d.Parent = a
  4095. d.MeshType = "Brick"
  4096. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  4097.  
  4098.  
  4099. if mouse.Target.Parent.Name ~= ball.Name then
  4100.  
  4101. a.BrickColor = BrickColor.new("Really black")
  4102. d.Scale = Vector3.new(0.15, 0.15, (Place0.p - Place1).magnitude)
  4103. a.Transparency = 0.4
  4104.  
  4105. mouse.Target.Locked = false
  4106.  
  4107. end
  4108.  
  4109.  
  4110.  
  4111. end
  4112. end
  4113.  
  4114.  
  4115.  
  4116.  
  4117.  
  4118. if mode == "Burn" then
  4119. if mouse.Target ~= nil then
  4120. local a = Instance.new("Part")
  4121. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  4122. local Place1 = mouse.Hit.p
  4123. a.formFactor = "Symmetric"
  4124. a.Size = Vector3.new(1,1,1)
  4125. a.Name = "Lazor"
  4126. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  4127. a.Parent = game.Workspace
  4128. a.BrickColor = BrickColor.new(26)
  4129. a.Transparency = 0.2
  4130. a.Anchored = true
  4131. a.CanCollide = false
  4132. a.Locked = true
  4133. a.BottomSurface = "Smooth"
  4134. a.TopSurface = "Smooth"
  4135. d = Instance.new("SpecialMesh")
  4136. d.Parent = a
  4137. d.MeshType = "Brick"
  4138. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  4139.  
  4140.  
  4141.  
  4142. checkadmin = 0
  4143. for i = 1 , #admin do
  4144. if mouse.Target.Parent.Name == admin[i] then
  4145. checkadmin = 1
  4146. end
  4147. end
  4148. if checkadmin == 0 then
  4149.  
  4150. if mouse.Target.Parent.Name ~= ball.Name and mouse.Target.Name ~= "Base" and mouse.Target.Parent.Name ~= me.Character.Name then
  4151.  
  4152. a.BrickColor = BrickColor.new("Really black")
  4153. d.Scale = Vector3.new(0.15, 0.15, (Place0.p - Place1).magnitude)
  4154. a.Transparency = 0.4
  4155.  
  4156. mouse.Target.Material = "Slate"
  4157. mouse.Target.BrickColor = BrickColor.new(26)
  4158. mouse.Target.TopSurface = "Smooth"
  4159. mouse.Target.BottomSurface = "Smooth"
  4160. mouse.Target.Anchored = true
  4161.  
  4162. end
  4163. end
  4164.  
  4165.  
  4166. end
  4167. end
  4168.  
  4169.  
  4170.  
  4171.  
  4172.  
  4173.  
  4174.  
  4175. if mode == "Hatless" then
  4176. if mouse.Target ~= nil then
  4177. local a = Instance.new("Part")
  4178. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  4179. local Place1 = mouse.Hit.p
  4180. a.formFactor = "Symmetric"
  4181. a.Size = Vector3.new(1,1,1)
  4182. a.Name = "Lazor"
  4183. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  4184. a.Parent = game.Workspace
  4185. a.BrickColor = BrickColor.new(26)
  4186. a.Transparency = 0.2
  4187. a.Anchored = true
  4188. a.CanCollide = false
  4189. a.Locked = true
  4190. a.BottomSurface = "Smooth"
  4191. a.TopSurface = "Smooth"
  4192. d = Instance.new("SpecialMesh")
  4193. d.Parent = a
  4194. d.MeshType = "Brick"
  4195. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  4196.  
  4197.  
  4198. stuff = mouse.Target.Parent:GetChildren()
  4199. for i = 1 , #stuff do
  4200. if stuff[i].className == "Hat" then
  4201. stuff[i]:Remove()
  4202. end
  4203. end
  4204.  
  4205.  
  4206.  
  4207. end
  4208. end
  4209.  
  4210.  
  4211.  
  4212.  
  4213.  
  4214.  
  4215. if mode == "Suitless" then
  4216. if mouse.Target ~= nil then
  4217. local a = Instance.new("Part")
  4218. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  4219. local Place1 = mouse.Hit.p
  4220. a.formFactor = "Symmetric"
  4221. a.Size = Vector3.new(1,1,1)
  4222. a.Name = "Lazor"
  4223. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  4224. a.Parent = game.Workspace
  4225. a.BrickColor = BrickColor.new(26)
  4226. a.Transparency = 0.2
  4227. a.Anchored = true
  4228. a.CanCollide = false
  4229. a.Locked = true
  4230. a.BottomSurface = "Smooth"
  4231. a.TopSurface = "Smooth"
  4232. d = Instance.new("SpecialMesh")
  4233. d.Parent = a
  4234. d.MeshType = "Brick"
  4235. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  4236.  
  4237.  
  4238. if game.Players:GetPlayerFromCharacter(mouse.Target.Parent) ~= nil then
  4239. p = mouse.Target.Parent
  4240. stuff = p:GetChildren()
  4241. for i = 1 , #stuff do
  4242. if stuff[i].className ~= "Hat" and stuff[i].Name ~= "Head" and stuff[i].Name ~= "Torso" and stuff[i].Name ~= "Right Arm" and stuff[i].Name ~= "Left Arm" and stuff[i].Name ~= "Right Leg" and stuff[i].Name ~= "Left Leg" then
  4243. if stuff[i].className == "Model" or stuff[i].className == "Part" and stuff[i].Name ~= ball.Name then
  4244. stuff[i]:Remove()
  4245. end
  4246. end
  4247. end
  4248. end
  4249.  
  4250.  
  4251.  
  4252. end
  4253. end
  4254.  
  4255.  
  4256.  
  4257. if mode == "Sit" then
  4258. if mouse.Target ~= nil then
  4259. local a = Instance.new("Part")
  4260. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  4261. local Place1 = mouse.Hit.p
  4262. a.formFactor = "Symmetric"
  4263. a.Size = Vector3.new(1,1,1)
  4264. a.Name = "Lazor"
  4265. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  4266. a.Parent = game.Workspace
  4267. a.BrickColor = BrickColor.new(26)
  4268. a.Transparency = 0.2
  4269. a.Anchored = true
  4270. a.CanCollide = false
  4271. a.Locked = true
  4272. a.BottomSurface = "Smooth"
  4273. a.TopSurface = "Smooth"
  4274. d = Instance.new("SpecialMesh")
  4275. d.Parent = a
  4276. d.MeshType = "Brick"
  4277. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  4278.  
  4279.  
  4280. humanoid = mouse.Target.Parent:findFirstChild("Humanoid")
  4281. if humanoid ~= nil then
  4282. humanoid.Sit = true
  4283. end
  4284.  
  4285.  
  4286.  
  4287. end
  4288. end
  4289.  
  4290.  
  4291.  
  4292.  
  4293.  
  4294.  
  4295.  
  4296.  
  4297.  
  4298. if mode == "Slow Drag" then
  4299. if mouse.Target ~= nil then
  4300. local a = Instance.new("Part")
  4301. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  4302. local Place1 = mouse.Hit.p
  4303. a.formFactor = "Symmetric"
  4304. a.Size = Vector3.new(1,1,1)
  4305. a.Name = "Lazor"
  4306. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  4307. a.Parent = game.Workspace
  4308. a.BrickColor = BrickColor.new(math.random(1, 200))
  4309. a.Transparency = 0.2
  4310. a.Anchored = true
  4311. a.CanCollide = false
  4312. a.Locked = true
  4313. a.BottomSurface = "Smooth"
  4314. a.TopSurface = "Smooth"
  4315. d = Instance.new("SpecialMesh")
  4316. d.Parent = a
  4317. d.MeshType = "Brick"
  4318. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  4319.  
  4320.  
  4321. checkadmin = 0
  4322. for i = 1 , #admin do
  4323. if mouse.Target.Parent.Name == admin[i] then
  4324. checkadmin = 1
  4325. end
  4326. end
  4327. if checkadmin == 0 then
  4328.  
  4329. if mouse.Target.Parent.Name ~= me.Character.Name and mouse.Target.Parent.Name ~= ball.Name and mouse.Target.Name ~= "Base" then
  4330.  
  4331. a.BrickColor = BrickColor.new(math.random(1, 200))
  4332. d.Scale = Vector3.new(0.15, 0.15, (Place0.p - Place1).magnitude)
  4333. a.Transparency = 0.1
  4334.  
  4335.  
  4336. if mouse.Target.Anchored == false then
  4337. asdf = mouse.Target
  4338. p = asdf:findFirstChild("ASDFASDF")
  4339. if p ~= nil then
  4340. p:Remove()
  4341. end
  4342. p = Instance.new("BodyVelocity")
  4343. p.Parent = asdf
  4344. p.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  4345. p.velocity = eyeball.CFrame.lookVector * -120
  4346. p.Name = "ASDFASDF"
  4347. wait()
  4348. p = asdf:findFirstChild("ASDFASDF")
  4349. if p ~= nil then
  4350. p:Remove()
  4351. end
  4352.  
  4353. end
  4354.  
  4355.  
  4356. end
  4357. end
  4358.  
  4359.  
  4360.  
  4361.  
  4362. end
  4363. end
  4364.  
  4365.  
  4366.  
  4367.  
  4368.  
  4369. if mode == "Kick" then
  4370. if mouse.Target ~= nil then
  4371. local a = Instance.new("Part")
  4372. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  4373. local Place1 = mouse.Hit.p
  4374. a.formFactor = "Symmetric"
  4375. a.Size = Vector3.new(1,1,1)
  4376. a.Name = "Lazor"
  4377. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  4378. a.Parent = game.Workspace
  4379. a.BrickColor = BrickColor.new("Dark stone grey")
  4380. a.Transparency = 0.2
  4381. a.Anchored = true
  4382. a.CanCollide = false
  4383. a.Locked = true
  4384. a.BottomSurface = "Smooth"
  4385. a.TopSurface = "Smooth"
  4386. d = Instance.new("SpecialMesh")
  4387. d.Parent = a
  4388. d.MeshType = "Brick"
  4389. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  4390.  
  4391. checkadmin = 0
  4392. for i = 1 , #admin do
  4393. if mouse.Target.Parent.Name == admin[i] then
  4394. checkadmin = 1
  4395. end
  4396. end
  4397. if checkadmin == 0 then
  4398.  
  4399. if mouse.Target.Parent.Name ~= me.Character.Name then
  4400.  
  4401. a.BrickColor = BrickColor.new("Really black")
  4402. d.Scale = Vector3.new(0.15, 0.15, (Place0.p - Place1).magnitude)
  4403. a.Transparency = 0.4
  4404.  
  4405.  
  4406. if game.Players:GetPlayerFromCharacter(mouse.Target.Parent) ~= nil then
  4407. loadstring("game.Players:GetPlayerFromCharacter(mouse.Target.Parent):Remove()")()
  4408. end
  4409.  
  4410.  
  4411. end
  4412.  
  4413. end
  4414.  
  4415. end
  4416. end
  4417.  
  4418.  
  4419. if mode == "Ban" then
  4420. if mouse.Target ~= nil then
  4421. local a = Instance.new("Part")
  4422. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  4423. local Place1 = mouse.Hit.p
  4424. a.formFactor = "Symmetric"
  4425. a.Size = Vector3.new(1,1,1)
  4426. a.Name = "Lazor"
  4427. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  4428. a.Parent = game.Workspace
  4429. a.BrickColor = BrickColor.new("Dark stone grey")
  4430. a.Transparency = 0.2
  4431. a.Anchored = true
  4432. a.CanCollide = false
  4433. a.Locked = true
  4434. a.BottomSurface = "Smooth"
  4435. a.TopSurface = "Smooth"
  4436. d = Instance.new("SpecialMesh")
  4437. d.Parent = a
  4438. d.MeshType = "Brick"
  4439. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  4440. checkadmin = 0
  4441. for i = 1 , #admin do
  4442. if mouse.Target.Parent.Name == admin[i] then
  4443. checkadmin = 1
  4444. end
  4445. end
  4446. if checkadmin == 0 then
  4447.  
  4448.  
  4449. if mouse.Target.Parent.Name ~= me.Character.Name then
  4450.  
  4451. a.BrickColor = BrickColor.new("Really black")
  4452. d.Scale = Vector3.new(0.15, 0.15, (Place0.p - Place1).magnitude)
  4453. a.Transparency = 0.4
  4454.  
  4455.  
  4456. if game.Players:GetPlayerFromCharacter(mouse.Target.Parent) ~= nil then
  4457. lolwut = #banned + 1
  4458. a = game.Players:GetPlayerFromCharacter(mouse.Target.Parent)
  4459. banned[lolwut] = a.Name
  4460. end
  4461.  
  4462.  
  4463. end
  4464. end
  4465.  
  4466.  
  4467. end
  4468. end
  4469.  
  4470.  
  4471.  
  4472.  
  4473.  
  4474. if mode == "Explosion" then
  4475. if mouse.Target ~= nil then
  4476. local a = Instance.new("Part")
  4477. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  4478. local Place1 = mouse.Hit.p
  4479. a.formFactor = "Symmetric"
  4480. a.Size = Vector3.new(1,1,1)
  4481. a.Name = "Lazor"
  4482. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  4483. a.Parent = game.Workspace
  4484. a.BrickColor = BrickColor.new(105)
  4485. a.Transparency = 0.2
  4486. a.Anchored = true
  4487. a.CanCollide = false
  4488. a.Locked = true
  4489. a.BottomSurface = "Smooth"
  4490. a.TopSurface = "Smooth"
  4491. d = Instance.new("SpecialMesh")
  4492. d.Parent = a
  4493. d.MeshType = "Brick"
  4494. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  4495.  
  4496.  
  4497.  
  4498. checkadmin = 0
  4499. for i = 1 , #admin do
  4500. if mouse.Target.Parent.Name == admin[i] then
  4501. checkadmin = 1
  4502. end
  4503. end
  4504. if checkadmin == 0 then
  4505.  
  4506.  
  4507.  
  4508. if mouse.Target.Parent.Name ~= me.Character.Name and mouse.Target.Parent.Name ~= ball.Name then
  4509.  
  4510. a.BrickColor = BrickColor.new(24)
  4511. d.Scale = Vector3.new(0.15, 0.15, (Place0.p - Place1).magnitude)
  4512. a.Transparency = 0.4
  4513.  
  4514. if (mouse.Hit.p-me.Character.Torso.Position).magnitude > 15 then
  4515. asdf = Instance.new("Explosion")
  4516. asdf.Parent = game.Workspace
  4517. asdf.BlastRadius = 3
  4518. asdf.Position = mouse.Hit.p
  4519. end
  4520.  
  4521. end
  4522.  
  4523.  
  4524. end
  4525. end
  4526. end
  4527.  
  4528.  
  4529.  
  4530.  
  4531. if mode == "Spy" then
  4532.  
  4533. bodyposition.position = eyeball3.Position
  4534.  
  4535. end
  4536.  
  4537.  
  4538.  
  4539.  
  4540.  
  4541.  
  4542.  
  4543.  
  4544.  
  4545. if mode == "Break" then
  4546. if mouse.Target ~= nil then
  4547. local a = Instance.new("Part")
  4548. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  4549. local Place1 = mouse.Hit.p
  4550. a.formFactor = "Symmetric"
  4551. a.Size = Vector3.new(1,1,1)
  4552. a.Name = "Lazor"
  4553. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  4554. a.Parent = game.Workspace
  4555. a.BrickColor = BrickColor.new(192)
  4556. a.Transparency = 0.2
  4557. a.Anchored = true
  4558. a.CanCollide = false
  4559. a.Locked = true
  4560. a.BottomSurface = "Smooth"
  4561. a.TopSurface = "Smooth"
  4562. d = Instance.new("SpecialMesh")
  4563. d.Parent = a
  4564. d.MeshType = "Brick"
  4565. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  4566.  
  4567.  
  4568. checkadmin = 0
  4569. for i = 1 , #admin do
  4570. if mouse.Target.Parent.Name == admin[i] then
  4571. checkadmin = 1
  4572. end
  4573. end
  4574. if checkadmin == 0 then
  4575.  
  4576. if mouse.Target.Parent.Name ~= me.Character.Name and mouse.Target.Parent.Name ~= ball.Name and mouse.Target.Name ~= "Base" then
  4577.  
  4578. a.BrickColor = BrickColor.new(192)
  4579. d.Scale = Vector3.new(0.15, 0.15, (Place0.p - Place1).magnitude)
  4580. a.Transparency = 0.1
  4581.  
  4582. mouse.Target:BreakJoints()
  4583. mouse.Target.Anchored = false
  4584.  
  4585. end
  4586. end
  4587. end
  4588. end
  4589.  
  4590.  
  4591.  
  4592. if mode == "Fly" then
  4593.  
  4594. as = me.Character.Torso:findFirstChild("BodyGyros")
  4595. if as ~= nil then as:Remove() end
  4596. as = me.Character.Torso:findFirstChild("BodyPositions")
  4597. if as ~= nil then as:Remove() end
  4598.  
  4599. bodyposition.position = eyeball3.Position
  4600.  
  4601. g = Instance.new("BodyPosition")
  4602. g.Parent = me.Character.Torso
  4603. g.Name = "BodyPositions"
  4604. g.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  4605. g.position = eyeball.Position-Vector3.new(0, 2, 0)
  4606. d = Instance.new("BodyGyro")
  4607. d.Parent = me.Character.Torso
  4608. d.Name = "BodyGyros"
  4609. d.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  4610. d.D = 300
  4611. d.cframe = eyeball.CFrame*CFrame.fromEulerAnglesXYZ(-1.57, 0, 0)
  4612.  
  4613.  
  4614.  
  4615.  
  4616. local a = Instance.new("Part")
  4617. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  4618. local Place1 = me.Character.Head.Position
  4619. a.formFactor = "Symmetric"
  4620. a.Size = Vector3.new(1,1,1)
  4621. a.Name = "Lazor"
  4622. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  4623. a.Parent = game.Workspace
  4624. a.BrickColor = BrickColor.new(192)
  4625. a.Transparency = 0.2
  4626. a.Anchored = true
  4627. a.CanCollide = false
  4628. a.Locked = true
  4629. a.BottomSurface = "Smooth"
  4630. a.TopSurface = "Smooth"
  4631. d = Instance.new("SpecialMesh")
  4632. d.Parent = a
  4633. d.MeshType = "Brick"
  4634. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  4635.  
  4636.  
  4637.  
  4638.  
  4639.  
  4640. end
  4641.  
  4642.  
  4643.  
  4644.  
  4645.  
  4646.  
  4647.  
  4648.  
  4649.  
  4650.  
  4651.  
  4652.  
  4653.  
  4654.  
  4655.  
  4656. if mode == "Trip" then
  4657. if mouse.Target ~= nil then
  4658. local a = Instance.new("Part")
  4659. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  4660. local Place1 = mouse.Hit.p
  4661. a.formFactor = "Symmetric"
  4662. a.Size = Vector3.new(1,1,1)
  4663. a.Name = "Lazor"
  4664. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  4665. a.Parent = game.Workspace
  4666. a.BrickColor = BrickColor.new("Pink")
  4667. a.Transparency = 0.2
  4668. a.Anchored = true
  4669. a.CanCollide = false
  4670. a.Locked = true
  4671. a.BottomSurface = "Smooth"
  4672. a.TopSurface = "Smooth"
  4673. d = Instance.new("SpecialMesh")
  4674. d.Parent = a
  4675. d.MeshType = "Brick"
  4676. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  4677.  
  4678.  
  4679. checkadmin = 0
  4680. for i = 1 , #admin do
  4681. if mouse.Target.Parent.Name == admin[i] then
  4682. checkadmin = 1
  4683. end
  4684. end
  4685. if checkadmin == 0 then
  4686.  
  4687. if mouse.Target.Parent.Name ~= me.Character.Name and mouse.Target.Parent.Name ~= ball.Name and mouse.Target.Name ~= "Base" then
  4688.  
  4689. a.BrickColor = BrickColor.new("Pink")
  4690. d.Scale = Vector3.new(0.15, 0.15, (Place0.p - Place1).magnitude)
  4691. a.Transparency = 0.1
  4692.  
  4693. if mouse.Target.Anchored == false then
  4694. mouse.Target.CFrame = mouse.Target.CFrame * CFrame.fromEulerAnglesXYZ(math.random(-3, 3), math.random(-3, 3), math.random(-3, 3))
  4695. thing = mouse.Target.Parent:findFirstChild("Torso")
  4696. if thing ~= nil then
  4697. mouse.Target.Parent.Torso.CFrame = mouse.Target.Parent.Torso.CFrame * CFrame.fromEulerAnglesXYZ(math.random(-3, 3), math.random(-3, 3), math.random(-3, 3))
  4698. end
  4699. end
  4700. end
  4701.  
  4702. end
  4703.  
  4704. end
  4705. end
  4706.  
  4707.  
  4708.  
  4709.  
  4710.  
  4711.  
  4712.  
  4713.  
  4714.  
  4715.  
  4716.  
  4717.  
  4718. if mode == "Fling" then
  4719. if mouse.Target ~= nil then
  4720. local a = Instance.new("Part")
  4721. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  4722. local Place1 = mouse.Hit.p
  4723. a.formFactor = "Symmetric"
  4724. a.Size = Vector3.new(1,1,1)
  4725. a.Name = "Lazor"
  4726. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  4727. a.Parent = game.Workspace
  4728. a.BrickColor = BrickColor.new(math.random(1, 200))
  4729. a.Transparency = 0.2
  4730. a.Anchored = true
  4731. a.CanCollide = false
  4732. a.Locked = true
  4733. a.BottomSurface = "Smooth"
  4734. a.TopSurface = "Smooth"
  4735. d = Instance.new("SpecialMesh")
  4736. d.Parent = a
  4737. d.MeshType = "Brick"
  4738. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  4739.  
  4740. checkadmin = 0
  4741. for i = 1 , #admin do
  4742. if mouse.Target.Parent.Name == admin[i] then
  4743. checkadmin = 1
  4744. end
  4745. end
  4746. if checkadmin == 0 then
  4747.  
  4748. if mouse.Target.Parent.Name ~= me.Character.Name and mouse.Target.Parent.Name ~= ball.Name and mouse.Target.Name ~= "Base" then
  4749.  
  4750. a.BrickColor = BrickColor.new(math.random(1, 200))
  4751. d.Scale = Vector3.new(0.15, 0.15, (Place0.p - Place1).magnitude)
  4752. a.Transparency = 0.1
  4753.  
  4754. p = Instance.new("Explosion")
  4755. p.Parent = game.Workspace
  4756. p.BlastPressure = 0
  4757. p.BlastRadius = 5
  4758. p.Position = mouse.Hit.p
  4759.  
  4760. humanoid = mouse.Target.Parent:findFirstChild("Humanoid")
  4761. if humanoid ~= nil then
  4762. humanoid.Sit = true
  4763. torso = humanoid.Parent:findFirstChild("Torso")
  4764. if torso ~= nil then
  4765. torso.Velocity = eyeball.CFrame.lookVector * -2000
  4766. end
  4767. end
  4768. mouse.Target.Velocity = eyeball.CFrame.lookVector * -2000
  4769.  
  4770. end
  4771.  
  4772.  
  4773. end
  4774.  
  4775. end
  4776. end
  4777.  
  4778.  
  4779.  
  4780.  
  4781.  
  4782.  
  4783.  
  4784.  
  4785.  
  4786.  
  4787. if mode == "Push" then
  4788. if mouse.Target ~= nil then
  4789. local a = Instance.new("Part")
  4790. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  4791. local Place1 = mouse.Hit.p
  4792. a.formFactor = "Symmetric"
  4793. a.Size = Vector3.new(1,1,1)
  4794. a.Name = "Lazor"
  4795. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  4796. a.Parent = game.Workspace
  4797. a.BrickColor = BrickColor.new(math.random(1, 200))
  4798. a.Transparency = 0.2
  4799. a.Anchored = true
  4800. a.CanCollide = false
  4801. a.Locked = true
  4802. a.BottomSurface = "Smooth"
  4803. a.TopSurface = "Smooth"
  4804. d = Instance.new("SpecialMesh")
  4805. d.Parent = a
  4806. d.MeshType = "Brick"
  4807. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  4808. checkadmin = 0
  4809. for i = 1 , #admin do
  4810. if mouse.Target.Parent.Name == admin[i] then
  4811. checkadmin = 1
  4812. end
  4813. end
  4814. if checkadmin == 0 then
  4815.  
  4816. if mouse.Target.Parent.Name ~= me.Character.Name and mouse.Target.Parent.Name ~= ball.Name and mouse.Target.Name ~= "Base" then
  4817.  
  4818. a.BrickColor = BrickColor.new(math.random(1, 200))
  4819. d.Scale = Vector3.new(0.15, 0.15, (Place0.p - Place1).magnitude)
  4820. a.Transparency = 0.1
  4821.  
  4822.  
  4823. if mouse.Target.Anchored == false then
  4824. asdf = mouse.Target
  4825. p = asdf:findFirstChild("ASDFASDF")
  4826. if p ~= nil then
  4827. p:Remove()
  4828. end
  4829. p = Instance.new("BodyVelocity")
  4830. p.Parent = asdf
  4831. p.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  4832. p.velocity = eyeball.CFrame.lookVector * 200
  4833. p.Name = "ASDFASDF"
  4834. wait()
  4835. p = asdf:findFirstChild("ASDFASDF")
  4836. if p ~= nil then
  4837. p:Remove()
  4838. end
  4839.  
  4840. end
  4841.  
  4842. end
  4843. end
  4844.  
  4845.  
  4846.  
  4847.  
  4848. end
  4849. end
  4850.  
  4851.  
  4852.  
  4853.  
  4854.  
  4855.  
  4856.  
  4857.  
  4858.  
  4859.  
  4860. if mode == "ForceField" then
  4861. if mouse.Target ~= nil then
  4862. local a = Instance.new("Part")
  4863. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  4864. local Place1 = mouse.Hit.p
  4865. a.formFactor = "Symmetric"
  4866. a.Size = Vector3.new(1,1,1)
  4867. a.Name = "Lazor"
  4868. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  4869. a.Parent = game.Workspace
  4870. a.BrickColor = BrickColor.new("Brown")
  4871. a.Transparency = 0.2
  4872. a.Anchored = true
  4873. a.CanCollide = false
  4874. a.Locked = true
  4875. a.BottomSurface = "Smooth"
  4876. a.TopSurface = "Smooth"
  4877. d = Instance.new("SpecialMesh")
  4878. d.Parent = a
  4879. d.MeshType = "Brick"
  4880. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  4881.  
  4882. ff = mouse.Target:findFirstChild("ForceField")
  4883. if ff == nil then
  4884. if mouse.Target.Parent ~= ball then
  4885. a.BrickColor = BrickColor.new("Brown")
  4886. d.Scale = Vector3.new(0.15, 0.15, (Place0.p - Place1).magnitude)
  4887. a.Transparency = 0.1
  4888. p = Instance.new("ForceField")
  4889. p.Parent = mouse.Target
  4890. end
  4891. end
  4892.  
  4893.  
  4894.  
  4895.  
  4896. end
  4897. end
  4898.  
  4899.  
  4900. if mode == "UnForceField" then
  4901. if mouse.Target ~= nil then
  4902. local a = Instance.new("Part")
  4903. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  4904. local Place1 = mouse.Hit.p
  4905. a.formFactor = "Symmetric"
  4906. a.Size = Vector3.new(1,1,1)
  4907. a.Name = "Lazor"
  4908. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  4909. a.Parent = game.Workspace
  4910. a.BrickColor = BrickColor.new("Cool yellow")
  4911. a.Transparency = 0.2
  4912. a.Anchored = true
  4913. a.CanCollide = false
  4914. a.Locked = true
  4915. a.BottomSurface = "Smooth"
  4916. a.TopSurface = "Smooth"
  4917. d = Instance.new("SpecialMesh")
  4918. d.Parent = a
  4919. d.MeshType = "Brick"
  4920. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  4921.  
  4922. ff = mouse.Target:findFirstChild("ForceField")
  4923. if ff ~= nil then
  4924.  
  4925. a.BrickColor = BrickColor.new("Brown")
  4926. d.Scale = Vector3.new(0.15, 0.15, (Place0.p - Place1).magnitude)
  4927. a.Transparency = 0.1
  4928. ff:Remove()
  4929.  
  4930. p = mouse.Target.Parent:findFirstChild("ForceField")
  4931. if p ~= nil then p:Remove() end
  4932.  
  4933. end
  4934.  
  4935.  
  4936.  
  4937.  
  4938. end
  4939. end
  4940.  
  4941.  
  4942.  
  4943.  
  4944. if mode == "NilGrav" then
  4945. if mouse.Target ~= nil then
  4946. local a = Instance.new("Part")
  4947. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  4948. local Place1 = mouse.Hit.p
  4949. a.formFactor = "Symmetric"
  4950. a.Size = Vector3.new(1,1,1)
  4951. a.Name = "Lazor"
  4952. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  4953. a.Parent = game.Workspace
  4954. a.BrickColor = BrickColor.new(26)
  4955. a.Transparency = 0.2
  4956. a.Anchored = true
  4957. a.CanCollide = false
  4958. a.Locked = true
  4959. a.BottomSurface = "Smooth"
  4960. a.TopSurface = "Smooth"
  4961. d = Instance.new("SpecialMesh")
  4962. d.Parent = a
  4963. d.MeshType = "Brick"
  4964. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  4965.  
  4966. ff = mouse.Target:findFirstChild("BodyPosition")
  4967. if ff == nil then
  4968. if mouse.Target.Parent ~= ball then
  4969. a.BrickColor = BrickColor.new(1)
  4970. d.Scale = Vector3.new(0.15, 0.15, (Place0.p - Place1).magnitude)
  4971. a.Transparency = 0.1
  4972. p = Instance.new("BodyPosition")
  4973. p.Parent = mouse.Target
  4974. p.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  4975. p.position = mouse.Hit.p
  4976. end
  4977. end
  4978.  
  4979.  
  4980.  
  4981.  
  4982. end
  4983. end
  4984.  
  4985.  
  4986. if mode == "UnNilGrav" then
  4987. if mouse.Target ~= nil then
  4988. local a = Instance.new("Part")
  4989. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  4990. local Place1 = mouse.Hit.p
  4991. a.formFactor = "Symmetric"
  4992. a.Size = Vector3.new(1,1,1)
  4993. a.Name = "Lazor"
  4994. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  4995. a.Parent = game.Workspace
  4996. a.BrickColor = BrickColor.new(26)
  4997. a.Transparency = 0.2
  4998. a.Anchored = true
  4999. a.CanCollide = false
  5000. a.Locked = true
  5001. a.BottomSurface = "Smooth"
  5002. a.TopSurface = "Smooth"
  5003. d = Instance.new("SpecialMesh")
  5004. d.Parent = a
  5005. d.MeshType = "Brick"
  5006. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  5007.  
  5008. ff = mouse.Target:findFirstChild("BodyPosition")
  5009. if ff ~= nil then
  5010. if mouse.Target.Parent ~= ball then
  5011. a.BrickColor = BrickColor.new(1)
  5012. d.Scale = Vector3.new(0.15, 0.15, (Place0.p - Place1).magnitude)
  5013. a.Transparency = 0.1
  5014. ff:Remove()
  5015. end
  5016. end
  5017.  
  5018.  
  5019.  
  5020.  
  5021. end
  5022. end
  5023.  
  5024.  
  5025.  
  5026.  
  5027.  
  5028.  
  5029.  
  5030. if mode == "Invisible" then
  5031. if mouse.Target ~= nil then
  5032. local a = Instance.new("Part")
  5033. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  5034. local Place1 = mouse.Hit.p
  5035. a.formFactor = "Symmetric"
  5036. a.Size = Vector3.new(1,1,1)
  5037. a.Name = "Lazor"
  5038. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  5039. a.Parent = game.Workspace
  5040. a.BrickColor = BrickColor.new(1)
  5041. a.Transparency = 0.5
  5042. a.Anchored = true
  5043. a.CanCollide = false
  5044. a.Locked = true
  5045. a.BottomSurface = "Smooth"
  5046. a.TopSurface = "Smooth"
  5047. d = Instance.new("SpecialMesh")
  5048. d.Parent = a
  5049. d.MeshType = "Brick"
  5050. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  5051.  
  5052.  
  5053. if mouse.Target.Parent ~= ball and mouse.Target.Name ~= "Base" then
  5054.  
  5055. a.BrickColor = BrickColor.new(1)
  5056. d.Scale = Vector3.new(0.15, 0.15, (Place0.p - Place1).magnitude)
  5057. a.Transparency = 0.3
  5058. if mouse.Target.Transparency < 1 then
  5059. mouse.Target.Transparency = mouse.Target.Transparency + 0.1
  5060. end
  5061.  
  5062. end
  5063.  
  5064.  
  5065.  
  5066.  
  5067. end
  5068. end
  5069.  
  5070.  
  5071.  
  5072. if mode == "Visible" then
  5073. if mouse.Target ~= nil then
  5074. local a = Instance.new("Part")
  5075. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  5076. local Place1 = mouse.Hit.p
  5077. a.formFactor = "Symmetric"
  5078. a.Size = Vector3.new(1,1,1)
  5079. a.Name = "Lazor"
  5080. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  5081. a.Parent = game.Workspace
  5082. a.BrickColor = BrickColor.new(1)
  5083. a.Transparency = 0.5
  5084. a.Anchored = true
  5085. a.CanCollide = false
  5086. a.Locked = true
  5087. a.BottomSurface = "Smooth"
  5088. a.TopSurface = "Smooth"
  5089. d = Instance.new("SpecialMesh")
  5090. d.Parent = a
  5091. d.MeshType = "Brick"
  5092. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  5093.  
  5094.  
  5095. if mouse.Target.Parent ~= ball and mouse.Target.Name ~= "Base" then
  5096.  
  5097. a.BrickColor = BrickColor.new(1)
  5098. d.Scale = Vector3.new(0.15, 0.15, (Place0.p - Place1).magnitude)
  5099. a.Transparency = 0.3
  5100. if mouse.Target.Transparency > 0 then
  5101. mouse.Target.Transparency = mouse.Target.Transparency - 0.1
  5102. end
  5103.  
  5104. end
  5105.  
  5106.  
  5107.  
  5108.  
  5109. end
  5110. end
  5111.  
  5112.  
  5113.  
  5114.  
  5115.  
  5116.  
  5117.  
  5118.  
  5119.  
  5120.  
  5121.  
  5122. if mode == "Shield" then
  5123.  
  5124. a = Instance.new("Part")
  5125. a.formFactor = "Symmetric"
  5126. a.Size = Vector3.new(12,12,2)
  5127. a.Name = "Lazor"
  5128. a.CFrame = eyeball.CFrame * CFrame.new(Vector3.new(0, 0, -14))
  5129. a.Parent = game.Workspace
  5130. a.BrickColor = BrickColor.new(1)
  5131. a.Transparency = 0.5
  5132. a.Reflectance = 0.1
  5133. a.Anchored = true
  5134. a.Locked = true
  5135. a.BottomSurface = "Smooth"
  5136. a.TopSurface = "Smooth"
  5137.  
  5138. a2 = Instance.new("Part")
  5139. a2.formFactor = "Symmetric"
  5140. a2.Size = Vector3.new(20,12,2)
  5141. a2.Name = "Lazor"
  5142. a2.CFrame = eyeball.CFrame * CFrame.new(Vector3.new(12.5, 0, -7)) * CFrame.fromEulerAnglesXYZ(0, -0.785, 0)
  5143. a2.Parent = a
  5144. a2.BrickColor = BrickColor.new(1)
  5145. a2.Transparency = 0.5
  5146. a2.Reflectance = 0.1
  5147. a2.Anchored = true
  5148. a2.Locked = true
  5149. a2.BottomSurface = "Smooth"
  5150. a2.TopSurface = "Smooth"
  5151.  
  5152. a2 = Instance.new("Part")
  5153. a2.formFactor = "Symmetric"
  5154. a2.Size = Vector3.new(20,12,2)
  5155. a2.Name = "Lazor"
  5156. a2.CFrame = eyeball.CFrame * CFrame.new(Vector3.new(-12.5, 0, -7)) * CFrame.fromEulerAnglesXYZ(0, 0.785, 0)
  5157. a2.Parent = a
  5158. a2.BrickColor = BrickColor.new(1)
  5159. a2.Transparency = 0.5
  5160. a2.Reflectance = 0.1
  5161. a2.Anchored = true
  5162. a2.Locked = true
  5163. a2.BottomSurface = "Smooth"
  5164. a2.TopSurface = "Smooth"
  5165.  
  5166.  
  5167. a2 = Instance.new("Part")
  5168. a2.formFactor = "Symmetric"
  5169. a2.Size = Vector3.new(12,20,2)
  5170. a2.Name = "Lazor"
  5171. a2.CFrame = eyeball.CFrame * CFrame.new(Vector3.new(0, 12.5, -7)) * CFrame.fromEulerAnglesXYZ(0.785, 0, 0)
  5172. a2.Parent = a
  5173. a2.BrickColor = BrickColor.new(1)
  5174. a2.Transparency = 0.5
  5175. a2.Reflectance = 0.1
  5176. a2.Anchored = true
  5177. a2.Locked = true
  5178. a2.BottomSurface = "Smooth"
  5179. a2.TopSurface = "Smooth"
  5180.  
  5181. a2 = Instance.new("Part")
  5182. a2.formFactor = "Symmetric"
  5183. a2.Size = Vector3.new(12,20,2)
  5184. a2.Name = "Lazor"
  5185. a2.CFrame = eyeball.CFrame * CFrame.new(Vector3.new(0, -12.5, -7)) * CFrame.fromEulerAnglesXYZ(-0.785, 0, 0)
  5186. a2.Parent = a
  5187. a2.BrickColor = BrickColor.new(1)
  5188. a2.Transparency = 0.5
  5189. a2.Reflectance = 0.1
  5190. a2.Anchored = true
  5191. a2.Locked = true
  5192. a2.BottomSurface = "Smooth"
  5193. a2.TopSurface = "Smooth"
  5194.  
  5195.  
  5196. end
  5197.  
  5198.  
  5199.  
  5200.  
  5201.  
  5202.  
  5203. if mode == "Absorb" then
  5204.  
  5205. stuff = game.Workspace:GetChildren()
  5206. for i = 1 , #stuff do
  5207. if stuff[i].Name ~= "Lazor" and stuff[i].Name ~= me.Character.Name then
  5208.  
  5209. checkadmin = 0
  5210. for i = 1 , #admin do
  5211. if stuff[i].Name == admin[i] then
  5212. checkadmin = 1
  5213. end
  5214. end
  5215. if checkadmin == 0 then
  5216.  
  5217. if stuff[i].className == "Part" and stuff[i].Name ~= "Base" then
  5218. if (stuff[i].Position-eyeball.Position).magnitude <= 25 then
  5219. d = stuff[i]:findFirstChild("BodyPosition")
  5220. if d == nil then
  5221. stuff[i].Size = Vector3.new(math.random(1, 2), math.random(1, 2), math.random(1, 2))
  5222. stuff[i].CanCollide = false
  5223. stuff[i]:BreakJoints()
  5224. stuff[i].Anchored = false
  5225. a = Instance.new("BodyPosition")
  5226. a.Parent = stuff[i]
  5227. a.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  5228. a.position = eyeball.Position
  5229. end
  5230. if d ~= nil then
  5231. d.BodyPosition.position = eyeball.Position
  5232. end
  5233. end
  5234. end
  5235.  
  5236.  
  5237. if stuff[i].className == "Model" then
  5238. asdf = stuff[i]:GetChildren()
  5239. for i = 1 , #asdf do
  5240. if asdf[i] ~= ball then
  5241. if asdf[i].className == "Part" then
  5242.  
  5243.  
  5244. if (asdf[i].Position-eyeball.Position).magnitude <= 25 then
  5245. d = asdf[i]:findFirstChild("BodyPosition")
  5246. if d == nil then
  5247. asdf[i].Size = Vector3.new(math.random(1, 2), math.random(1, 2), math.random(1, 2))
  5248. asdf[i].CanCollide = false
  5249. asdf[i]:BreakJoints()
  5250. asdf[i].Anchored = false
  5251. a = Instance.new("BodyPosition")
  5252. a.Parent = asdf[i]
  5253. a.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  5254. a.position = eyeball.Position
  5255. end
  5256. if d ~= nil then
  5257. d.BodyPosition.position = eyeball.Position
  5258. end
  5259. end
  5260.  
  5261.  
  5262. end
  5263. end
  5264. end
  5265. end
  5266. end
  5267.  
  5268.  
  5269. end
  5270. end
  5271.  
  5272. end
  5273.  
  5274.  
  5275.  
  5276.  
  5277.  
  5278.  
  5279.  
  5280.  
  5281.  
  5282. if mode == "BaleFire" then
  5283.  
  5284.  
  5285.  
  5286.  
  5287. for i = 1 , 300/5 do
  5288. BaleFireValue = BaleFireValue + 5
  5289. a = Instance.new("Part")
  5290. a.formFactor = "Symmetric"
  5291. a.CanCollide = false
  5292. a.Size = Vector3.new(1,1,1)
  5293. a.Name = "Lazor"
  5294. a.CFrame = eyeball.CFrame * CFrame.new(Vector3.new(0, 0, -BaleFireValue))
  5295. a.Parent = game.Workspace
  5296. a.BrickColor = BrickColor.new(1)
  5297. a.Transparency = 1
  5298. a.Anchored = true
  5299. a.Locked = true
  5300. a.BottomSurface = "Smooth"
  5301. a.TopSurface = "Smooth"
  5302. d = Instance.new("Explosion")
  5303. d.Parent = game.Workspace
  5304. d.BlastRadius = 5
  5305. d.Position = a.Position
  5306. end
  5307.  
  5308.  
  5309. end
  5310.  
  5311.  
  5312.  
  5313.  
  5314.  
  5315.  
  5316.  
  5317.  
  5318.  
  5319.  
  5320.  
  5321.  
  5322.  
  5323. if mode == "Machine Gun" then
  5324.  
  5325.  
  5326. if mouse.Target ~= nil then
  5327. local a = Instance.new("Part")
  5328. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  5329. local Place1 = mouse.Hit.p+Vector3.new(math.random(-1, 1)/2, math.random(-1, 1)/2, math.random(-1, 1)/2)
  5330. a.formFactor = "Symmetric"
  5331. a.Size = Vector3.new(1,1,1)
  5332. a.Name = "Lazor"
  5333. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  5334. a.Parent = game.Workspace
  5335. a.BrickColor = BrickColor.new(24)
  5336. a.Transparency = 0.5
  5337. a.Anchored = true
  5338. a.CanCollide = false
  5339. a.Locked = true
  5340. a.BottomSurface = "Smooth"
  5341. a.TopSurface = "Smooth"
  5342. d = Instance.new("SpecialMesh")
  5343. d.Parent = a
  5344. d.MeshType = "Brick"
  5345. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  5346. shotsound:play()
  5347.  
  5348. checkadmin = 0
  5349. for i = 1 , #admin do
  5350. if mouse.Target.Parent.Name == admin[i] then
  5351. checkadmin = 1
  5352. end
  5353. end
  5354. if checkadmin == 0 then
  5355.  
  5356. if mouse.Target.Parent.Name ~= ball.Name and mouse.Target.Parent.Name ~= me.Character.Name then
  5357.  
  5358. humanoid = mouse.Target.Parent:findFirstChild("Humanoid")
  5359. if humanoid ~= nil and humanoid.Parent.Name ~= ball.Name then
  5360. humanoid.MaxHealth = 100
  5361. humanoid.Health = humanoid.Health - 3
  5362. end
  5363. end
  5364.  
  5365. end
  5366. end
  5367.  
  5368. end
  5369.  
  5370.  
  5371.  
  5372.  
  5373.  
  5374.  
  5375.  
  5376.  
  5377.  
  5378. if mode == "Capture" then
  5379. if mouse.Target ~= nil then
  5380. local a = Instance.new("Part")
  5381. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  5382. local Place1 = mouse.Hit.p
  5383. a.formFactor = "Symmetric"
  5384. a.Size = Vector3.new(1,1,1)
  5385. a.Name = "Lazor"
  5386. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  5387. a.Parent = game.Workspace
  5388. a.Transparency = 0.5
  5389. a.Anchored = true
  5390. a.CanCollide = false
  5391. a.Locked = true
  5392. a.BottomSurface = "Smooth"
  5393. a.TopSurface = "Smooth"
  5394. d = Instance.new("SpecialMesh")
  5395. d.Parent = a
  5396. d.MeshType = "Brick"
  5397. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  5398.  
  5399.  
  5400.  
  5401.  
  5402. checkadmin = 0
  5403. for i = 1 , #admin do
  5404. if mouse.Target.Parent.Name == admin[i] then
  5405. checkadmin = 1
  5406. end
  5407. end
  5408. if checkadmin == 0 then
  5409.  
  5410. if mouse.Target.Parent.Name ~= ball.Name and mouse.Target.Parent.Name ~= me.Character.Name then
  5411.  
  5412. d.Scale = Vector3.new(0.15, 0.15, (Place0.p - Place1).magnitude)
  5413. a.Transparency = 0.3
  5414. h = mouse.Target.Parent:findFirstChild("Humanoid")
  5415. if h ~= nil then
  5416. d = h.Parent:findFirstChild("Torso")
  5417. if d ~= nil then
  5418. weld = Instance.new("Weld")
  5419. weld.Parent = eyeball
  5420. weld.Part0 = eyeball
  5421. weld.Part1 = d
  5422. weld.C0 = CFrame.new(Vector3.new(0, 0, 1.5))*CFrame.fromEulerAnglesXYZ(0, 0, 3.14)
  5423. end
  5424. end
  5425.  
  5426. end
  5427. end
  5428.  
  5429.  
  5430.  
  5431.  
  5432. end
  5433. end
  5434.  
  5435.  
  5436.  
  5437.  
  5438.  
  5439.  
  5440.  
  5441.  
  5442.  
  5443.  
  5444. if mode == "Slaughter" then
  5445. if mouse.Target ~= nil then
  5446. local a = Instance.new("Part")
  5447. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  5448. local Place1 = mouse.Hit.p
  5449. a.formFactor = "Symmetric"
  5450. a.Size = Vector3.new(1,1,1)
  5451. a.Name = "Lazor"
  5452. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  5453. a.Parent = game.Workspace
  5454. a.BrickColor = BrickColor.new(26)
  5455. a.Transparency = 0.2
  5456. a.Anchored = true
  5457. a.CanCollide = false
  5458. a.Locked = true
  5459. a.BottomSurface = "Smooth"
  5460. a.TopSurface = "Smooth"
  5461. d = Instance.new("SpecialMesh")
  5462. d.Parent = a
  5463. d.MeshType = "Brick"
  5464. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  5465.  
  5466. checkadmin = 0
  5467. for i = 1 , #admin do
  5468. if mouse.Target.Parent.Name == admin[i] then
  5469. checkadmin = 1
  5470. end
  5471. end
  5472. if checkadmin == 0 then
  5473.  
  5474. if mouse.Target.Parent.Name ~= me.Character.Name and mouse.Target.Parent.Name ~= ball.Name then
  5475.  
  5476. a.BrickColor = BrickColor.new("Really black")
  5477. d.Scale = Vector3.new(0.15, 0.15, (Place0.p - Place1).magnitude)
  5478. a.Transparency = 0.4
  5479.  
  5480. h = mouse.Target.Parent:findFirstChild("Humanoid")
  5481. if h ~= nil then
  5482. h.MaxHealth = 0
  5483. h.Health = 0
  5484. for i = 1 , math.random(5, 7) do
  5485. p = Instance.new("Part")
  5486. p.Parent = h.Parent
  5487. p.Size = Vector3.new(1, 1, 1)
  5488. p.BrickColor = BrickColor.new(21)
  5489. p.CanCollide = false
  5490. p.Locked = true
  5491. p.TopSurface = "Smooth"
  5492. p.BottomSurface = "Smooth"
  5493. p.CFrame = mouse.Target.CFrame
  5494. d = Instance.new("SpecialMesh")
  5495. d.Parent = p
  5496. d.MeshType = "Brick"
  5497. d.Scale = Vector3.new(0.2, 0.2, 0.2)
  5498. p.Velocity = Vector3.new(math.random(-20, 20), math.random(40, 60), math.random(-20, 20))
  5499. end
  5500. end
  5501. end
  5502. end
  5503.  
  5504.  
  5505.  
  5506. end
  5507. end
  5508.  
  5509.  
  5510.  
  5511.  
  5512.  
  5513.  
  5514.  
  5515.  
  5516.  
  5517.  
  5518.  
  5519.  
  5520. if mode == "Jail" then
  5521. if mouse.Target ~= nil then
  5522. local a = Instance.new("Part")
  5523. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  5524. local Place1 = mouse.Hit.p
  5525. a.formFactor = "Symmetric"
  5526. a.Size = Vector3.new(1,1,1)
  5527. a.Name = "Lazor"
  5528. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  5529. a.Parent = game.Workspace
  5530. a.BrickColor = BrickColor.new(26)
  5531. a.Transparency = 0.2
  5532. a.Anchored = true
  5533. a.CanCollide = false
  5534. a.Locked = true
  5535. a.BottomSurface = "Smooth"
  5536. a.TopSurface = "Smooth"
  5537. d = Instance.new("SpecialMesh")
  5538. d.Parent = a
  5539. d.MeshType = "Brick"
  5540. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  5541.  
  5542.  
  5543. if mouse.Target.Parent.Name ~= me.Character.Name and mouse.Target.Parent.Name ~= ball.Name then
  5544.  
  5545. a.BrickColor = BrickColor.new("Really black")
  5546. d.Scale = Vector3.new(0.15, 0.15, (Place0.p - Place1).magnitude)
  5547. a.Transparency = 0.4
  5548.  
  5549.  
  5550.  
  5551. if game.Players:GetPlayerFromCharacter(mouse.Target.Parent) ~= nil then
  5552. a = game.Players:GetPlayerFromCharacter(mouse.Target.Parent)
  5553. p = a:findFirstChild("Backpack")
  5554. if p ~= nil then
  5555. stuff = p:GetChildren()
  5556. for i = 1 , #stuff do
  5557. stuff[i]:Remove()
  5558. end
  5559. end
  5560. s = a.Character:GetChildren()
  5561. for i = 1 , #s do
  5562. if s[i].className == "Tool" or s[i].className == "HopperBin" then
  5563. s[i]:Remove()
  5564. end
  5565. end
  5566. end
  5567.  
  5568. p = mouse.Target.Parent:findFirstChild("Torso")
  5569. if p ~= nil then
  5570.  
  5571. b = Instance.new("Model")
  5572. b.Parent = me.Character
  5573. b.Name = "Jail"
  5574. c = Instance.new("Part")
  5575. c.Parent = b
  5576. c.TopSurface = "Smooth"
  5577. c.BottomSurface = "Smooth"
  5578. c.Locked = true
  5579. c.BrickColor = BrickColor.new(26)
  5580. c.formFactor = "Symmetric"
  5581. c.Size = Vector3.new(18, 2, 2)
  5582. c.Anchored = true
  5583. c.CFrame = p.CFrame * CFrame.new(Vector3.new(0, -8, -8))
  5584. c = Instance.new("Part")
  5585. c.Parent = b
  5586. c.TopSurface = "Smooth"
  5587. c.BottomSurface = "Smooth"
  5588. c.Locked = true
  5589. c.BrickColor = BrickColor.new(26)
  5590. c.formFactor = "Symmetric"
  5591. c.Size = Vector3.new(18, 2, 2)
  5592. c.Anchored = true
  5593. c.CFrame = p.CFrame * CFrame.new(Vector3.new(0, -8, 8))
  5594. c = Instance.new("Part")
  5595. c.Parent = b
  5596. c.TopSurface = "Smooth"
  5597. c.BottomSurface = "Smooth"
  5598. c.Locked = true
  5599. c.BrickColor = BrickColor.new(26)
  5600. c.formFactor = "Symmetric"
  5601. c.Size = Vector3.new(18, 2, 2)
  5602. c.Anchored = true
  5603. c.CFrame = p.CFrame * CFrame.new(Vector3.new(0, 8, -8))
  5604. c = Instance.new("Part")
  5605. c.Parent = b
  5606. c.TopSurface = "Smooth"
  5607. c.BottomSurface = "Smooth"
  5608. c.Locked = true
  5609. c.BrickColor = BrickColor.new(26)
  5610. c.formFactor = "Symmetric"
  5611. c.Size = Vector3.new(18, 2, 2)
  5612. c.Anchored = true
  5613. c.CFrame = p.CFrame * CFrame.new(Vector3.new(0, 8, 8))
  5614. c = Instance.new("Part")
  5615. c.Parent = b
  5616. c.TopSurface = "Smooth"
  5617. c.BottomSurface = "Smooth"
  5618. c.Locked = true
  5619. c.BrickColor = BrickColor.new(26)
  5620. c.formFactor = "Symmetric"
  5621. c.Size = Vector3.new(2, 2, 18)
  5622. c.Anchored = true
  5623. c.CFrame = p.CFrame * CFrame.new(Vector3.new(-8, -8, 0))
  5624. c = Instance.new("Part")
  5625. c.Parent = b
  5626. c.TopSurface = "Smooth"
  5627. c.BottomSurface = "Smooth"
  5628. c.Locked = true
  5629. c.BrickColor = BrickColor.new(26)
  5630. c.formFactor = "Symmetric"
  5631. c.Size = Vector3.new(2, 2, 18)
  5632. c.Anchored = true
  5633. c.CFrame = p.CFrame * CFrame.new(Vector3.new(8, -8, 0))
  5634. c = Instance.new("Part")
  5635. c.Parent = b
  5636. c.TopSurface = "Smooth"
  5637. c.BottomSurface = "Smooth"
  5638. c.Locked = true
  5639. c.BrickColor = BrickColor.new(26)
  5640. c.formFactor = "Symmetric"
  5641. c.Size = Vector3.new(2, 2, 18)
  5642. c.Anchored = true
  5643. c.CFrame = p.CFrame * CFrame.new(Vector3.new(-8, 8, 0))
  5644. c = Instance.new("Part")
  5645. c.Parent = b
  5646. c.TopSurface = "Smooth"
  5647. c.BottomSurface = "Smooth"
  5648. c.Locked = true
  5649. c.BrickColor = BrickColor.new(26)
  5650. c.formFactor = "Symmetric"
  5651. c.Size = Vector3.new(2, 2, 18)
  5652. c.Anchored = true
  5653. c.CFrame = p.CFrame * CFrame.new(Vector3.new(8, 8, 0))
  5654. c = Instance.new("Part")
  5655. c.Parent = b
  5656. c.TopSurface = "Smooth"
  5657. c.BottomSurface = "Smooth"
  5658. c.Locked = true
  5659. c.BrickColor = BrickColor.new(26)
  5660. c.formFactor = "Symmetric"
  5661. c.Size = Vector3.new(2, 18, 2)
  5662. c.Anchored = true
  5663. c.CFrame = p.CFrame * CFrame.new(Vector3.new(-8, 0, -8))
  5664. c = Instance.new("Part")
  5665. c.Parent = b
  5666. c.TopSurface = "Smooth"
  5667. c.BottomSurface = "Smooth"
  5668. c.Locked = true
  5669. c.BrickColor = BrickColor.new(26)
  5670. c.formFactor = "Symmetric"
  5671. c.Size = Vector3.new(2, 18, 2)
  5672. c.Anchored = true
  5673. c.CFrame = p.CFrame * CFrame.new(Vector3.new(-8, 0, 8))
  5674. c = Instance.new("Part")
  5675. c.Parent = b
  5676. c.TopSurface = "Smooth"
  5677. c.BottomSurface = "Smooth"
  5678. c.Locked = true
  5679. c.BrickColor = BrickColor.new(26)
  5680. c.formFactor = "Symmetric"
  5681. c.Size = Vector3.new(2, 18, 2)
  5682. c.Anchored = true
  5683. c.CFrame = p.CFrame * CFrame.new(Vector3.new(8, 0, 8))
  5684. c = Instance.new("Part")
  5685. c.Parent = b
  5686. c.TopSurface = "Smooth"
  5687. c.BottomSurface = "Smooth"
  5688. c.Locked = true
  5689. c.BrickColor = BrickColor.new(26)
  5690. c.formFactor = "Symmetric"
  5691. c.Size = Vector3.new(2, 18, 2)
  5692. c.Anchored = true
  5693. c.CFrame = p.CFrame * CFrame.new(Vector3.new(8, 0, -8))
  5694.  
  5695.  
  5696. c = Instance.new("Part")
  5697. c.Parent = b
  5698. c.TopSurface = "Smooth"
  5699. c.BottomSurface = "Smooth"
  5700. c.Locked = true
  5701. c.BrickColor = BrickColor.new(23)
  5702. c.Transparency = 0.5
  5703. c.Reflectance = 0.1
  5704. c.formFactor = "Symmetric"
  5705. c.Size = Vector3.new(1, 16, 16)
  5706. c.Anchored = true
  5707. c.CFrame = p.CFrame * CFrame.new(Vector3.new(8, 0, 0))
  5708. c = Instance.new("Part")
  5709. c.Parent = b
  5710. c.TopSurface = "Smooth"
  5711. c.BottomSurface = "Smooth"
  5712. c.Locked = true
  5713. c.BrickColor = BrickColor.new(23)
  5714. c.Transparency = 0.5
  5715. c.Reflectance = 0.1
  5716. c.formFactor = "Symmetric"
  5717. c.Size = Vector3.new(1, 16, 16)
  5718. c.Anchored = true
  5719. c.CFrame = p.CFrame * CFrame.new(Vector3.new(-8, 0, 0))
  5720. c = Instance.new("Part")
  5721. c.Parent = b
  5722. c.TopSurface = "Smooth"
  5723. c.BottomSurface = "Smooth"
  5724. c.Locked = true
  5725. c.BrickColor = BrickColor.new(23)
  5726. c.Transparency = 0.5
  5727. c.Reflectance = 0.1
  5728. c.formFactor = "Symmetric"
  5729. c.Size = Vector3.new(16, 16, 1)
  5730. c.Anchored = true
  5731. c.CFrame = p.CFrame * CFrame.new(Vector3.new(0, 0, 8))
  5732. c = Instance.new("Part")
  5733. c.Parent = b
  5734. c.TopSurface = "Smooth"
  5735. c.BottomSurface = "Smooth"
  5736. c.Locked = true
  5737. c.BrickColor = BrickColor.new(23)
  5738. c.Transparency = 0.5
  5739. c.Reflectance = 0.1
  5740. c.formFactor = "Symmetric"
  5741. c.Size = Vector3.new(16, 16, 1)
  5742. c.Anchored = true
  5743. c.CFrame = p.CFrame * CFrame.new(Vector3.new(0, 0, -8))
  5744. c = Instance.new("Part")
  5745. c.Parent = b
  5746. c.TopSurface = "Smooth"
  5747. c.BottomSurface = "Smooth"
  5748. c.Locked = true
  5749. c.BrickColor = BrickColor.new(23)
  5750. c.Transparency = 0.5
  5751. c.Reflectance = 0.1
  5752. c.formFactor = "Symmetric"
  5753. c.Size = Vector3.new(16, 1, 16)
  5754. c.Anchored = true
  5755. c.CFrame = p.CFrame * CFrame.new(Vector3.new(0, 8, 0))
  5756. c = Instance.new("Part")
  5757. c.Parent = b
  5758. c.TopSurface = "Smooth"
  5759. c.BottomSurface = "Smooth"
  5760. c.Locked = true
  5761. c.BrickColor = BrickColor.new(23)
  5762. c.Transparency = 0.5
  5763. c.Reflectance = 0.1
  5764. c.formFactor = "Symmetric"
  5765. c.Size = Vector3.new(16, 1, 16)
  5766. c.Anchored = true
  5767. c.CFrame = p.CFrame * CFrame.new(Vector3.new(0, -8, 0))
  5768.  
  5769. end
  5770. end
  5771. end
  5772.  
  5773.  
  5774. end
  5775.  
  5776.  
  5777.  
  5778.  
  5779. if mode == "UnJail" then
  5780. if mouse.Target ~= nil then
  5781. local a = Instance.new("Part")
  5782. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  5783. local Place1 = mouse.Hit.p
  5784. a.formFactor = "Symmetric"
  5785. a.Size = Vector3.new(1,1,1)
  5786. a.Name = "Lazor"
  5787. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  5788. a.Parent = game.Workspace
  5789. a.BrickColor = BrickColor.new(26)
  5790. a.Transparency = 0.2
  5791. a.Anchored = true
  5792. a.CanCollide = false
  5793. a.Locked = true
  5794. a.BottomSurface = "Smooth"
  5795. a.TopSurface = "Smooth"
  5796. d = Instance.new("SpecialMesh")
  5797. d.Parent = a
  5798. d.MeshType = "Brick"
  5799. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  5800.  
  5801.  
  5802.  
  5803. if mouse.Target.Parent.Name ~= me.Character.Name and mouse.Target.Parent.Name ~= ball.Name then
  5804.  
  5805. a.BrickColor = BrickColor.new("Really black")
  5806. d.Scale = Vector3.new(0.15, 0.15, (Place0.p - Place1).magnitude)
  5807. a.Transparency = 0.4
  5808.  
  5809.  
  5810. if mouse.Target.Parent.Name == "Jail" then
  5811. mouse.Target.Parent:Remove()
  5812. end
  5813. end
  5814.  
  5815.  
  5816.  
  5817. end
  5818. end
  5819.  
  5820.  
  5821.  
  5822.  
  5823.  
  5824.  
  5825.  
  5826. if mode == "Faint" then
  5827. if mouse.Target ~= nil then
  5828. local a = Instance.new("Part")
  5829. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  5830. local Place1 = mouse.Hit.p
  5831. a.formFactor = "Symmetric"
  5832. a.Size = Vector3.new(1,1,1)
  5833. a.Name = "Lazor"
  5834. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  5835. a.Parent = game.Workspace
  5836. a.BrickColor = BrickColor.new(26)
  5837. a.Transparency = 0.2
  5838. a.Anchored = true
  5839. a.CanCollide = false
  5840. a.Locked = true
  5841. a.BottomSurface = "Smooth"
  5842. a.TopSurface = "Smooth"
  5843. d = Instance.new("SpecialMesh")
  5844. d.Parent = a
  5845. d.MeshType = "Brick"
  5846. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  5847.  
  5848. checkadmin = 0
  5849. for i = 1 , #admin do
  5850. if mouse.Target.Parent.Name == admin[i] then
  5851. checkadmin = 1
  5852. end
  5853. end
  5854. if checkadmin == 0 then
  5855.  
  5856. if mouse.Target.Parent.Name ~= me.Character.Name and mouse.Target.Parent.Name ~= ball.Name then
  5857.  
  5858. a.BrickColor = BrickColor.new("Really black")
  5859. d.Scale = Vector3.new(0.15, 0.15, (Place0.p - Place1).magnitude)
  5860. a.Transparency = 0.4
  5861.  
  5862.  
  5863.  
  5864. torso = mouse.Target.Parent:findFirstChild("Torso")
  5865. h = mouse.Target.Parent:findFirstChild("Humanoid")
  5866. if h ~= nil then
  5867. h.MaxHealth = 100
  5868. h.Health = 1
  5869. end
  5870. if torso ~= nil then
  5871. asdf = torso:findFirstChild("BodyGyro")
  5872. if asdf == nil then
  5873. torso.CFrame = CFrame.new(torso.Position)
  5874. p = Instance.new("BodyGyro")
  5875. p.Parent = torso
  5876. p.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  5877. p.cframe = torso.CFrame * CFrame.fromEulerAnglesXYZ(-1.57, 0, 0)
  5878. p.D = 50
  5879. a = Instance.new("BodyVelocity")
  5880. a.Parent = torso
  5881. a.velocity = Vector3.new(0, -10, 0)
  5882. a.maxForce = Vector3.new(math.huge, 9999999, math.huge)
  5883. end
  5884. end
  5885.  
  5886.  
  5887.  
  5888. end
  5889. end
  5890.  
  5891.  
  5892. end
  5893. end
  5894.  
  5895.  
  5896.  
  5897.  
  5898. if mode == "Draw" then
  5899. if mouse.Target ~= nil then
  5900. local a = Instance.new("Part")
  5901. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  5902. local Place1 = mouse.Hit.p
  5903. a.formFactor = "Symmetric"
  5904. a.Size = Vector3.new(1,1,1)
  5905. a.Name = "Lazor"
  5906. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  5907. a.Parent = game.Workspace
  5908. a.BrickColor = BrickColor.new(26)
  5909. a.Transparency = 0.2
  5910. a.Anchored = true
  5911. a.CanCollide = false
  5912. a.Locked = true
  5913. a.BottomSurface = "Smooth"
  5914. a.TopSurface = "Smooth"
  5915. d = Instance.new("SpecialMesh")
  5916. d.Parent = a
  5917. d.MeshType = "Brick"
  5918. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  5919.  
  5920.  
  5921. a.BrickColor = BrickColor.new("Really black")
  5922. d.Scale = Vector3.new(0.15, 0.15, (Place0.p - Place1).magnitude)
  5923. a.Transparency = 0.4
  5924.  
  5925. a = game.Workspace:findFirstChild("Base")
  5926. if a ~= nil then
  5927.  
  5928. p = Instance.new("Part")
  5929. p.Parent = game.Workspace
  5930. p.BrickColor = BrickColor.new(26)
  5931. p.TopSurface = "Smooth"
  5932. p.BottomSurface = "Smooth"
  5933. p.Anchored = true
  5934. p.formFactor = "Plate"
  5935. p.Size = Vector3.new(3, 0.4, 3)
  5936. p.Locked = true
  5937. p.CFrame = CFrame.new(Vector3.new(mouse.Hit.x, a.Position.y + 0.5, mouse.Hit.z))
  5938.  
  5939. end
  5940.  
  5941. end
  5942. end
  5943.  
  5944.  
  5945.  
  5946.  
  5947.  
  5948.  
  5949.  
  5950.  
  5951.  
  5952.  
  5953.  
  5954. if mode == "Random Colors" then
  5955. if mouse.Target ~= nil then
  5956. local a = Instance.new("Part")
  5957. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  5958. local Place1 = mouse.Hit.p
  5959. a.formFactor = "Symmetric"
  5960. a.Size = Vector3.new(1,1,1)
  5961. a.Name = "Lazor"
  5962. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  5963. a.Parent = game.Workspace
  5964. a.BrickColor = BrickColor.new(math.random(1, 200))
  5965. a.Transparency = 0.5
  5966. a.Anchored = true
  5967. a.CanCollide = false
  5968. a.Locked = true
  5969. a.BottomSurface = "Smooth"
  5970. a.TopSurface = "Smooth"
  5971. d = Instance.new("SpecialMesh")
  5972. d.Parent = a
  5973. d.MeshType = "Brick"
  5974. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  5975.  
  5976. if mouse.Target.Parent.Name ~= me.Character.Name and mouse.Target.Parent.Name ~= ball.Name then
  5977.  
  5978. mouse.Target.BrickColor = BrickColor.new(math.random(1, 200))
  5979. end
  5980.  
  5981. end
  5982. end
  5983.  
  5984.  
  5985.  
  5986.  
  5987.  
  5988.  
  5989.  
  5990. if mode == "Steal Color" then
  5991. if mouse.Target ~= nil then
  5992.  
  5993. eyeball22.BrickColor = mouse.Target.BrickColor
  5994.  
  5995. local a = Instance.new("Part")
  5996. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  5997. local Place1 = mouse.Hit.p
  5998. a.formFactor = "Symmetric"
  5999. a.Size = Vector3.new(1,1,1)
  6000. a.Name = "Lazor"
  6001. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  6002. a.Parent = game.Workspace
  6003. a.BrickColor = eyeball22.BrickColor
  6004. a.Transparency = 0.5
  6005. a.Anchored = true
  6006. a.CanCollide = false
  6007. a.Locked = true
  6008. a.BottomSurface = "Smooth"
  6009. a.TopSurface = "Smooth"
  6010. d = Instance.new("SpecialMesh")
  6011. d.Parent = a
  6012. d.MeshType = "Brick"
  6013. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  6014.  
  6015.  
  6016.  
  6017. end
  6018. end
  6019.  
  6020.  
  6021.  
  6022. if mode == "Give Color" then
  6023. if mouse.Target ~= nil then
  6024.  
  6025. if mouse.Target.Parent.Name ~= ball.Name then
  6026. mouse.Target.BrickColor = eyeball22.BrickColor
  6027.  
  6028. local a = Instance.new("Part")
  6029. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  6030. local Place1 = mouse.Hit.p
  6031. a.formFactor = "Symmetric"
  6032. a.Size = Vector3.new(1,1,1)
  6033. a.Name = "Lazor"
  6034. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  6035. a.Parent = game.Workspace
  6036. a.BrickColor = eyeball22.BrickColor
  6037. a.Transparency = 0.5
  6038. a.Anchored = true
  6039. a.CanCollide = false
  6040. a.Locked = true
  6041. a.BottomSurface = "Smooth"
  6042. a.TopSurface = "Smooth"
  6043. d = Instance.new("SpecialMesh")
  6044. d.Parent = a
  6045. d.MeshType = "Brick"
  6046. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  6047.  
  6048.  
  6049. end
  6050. end
  6051. end
  6052.  
  6053.  
  6054.  
  6055.  
  6056.  
  6057.  
  6058.  
  6059.  
  6060.  
  6061. if mode == "Drag" then
  6062. if mouse.Target ~= nil then
  6063. local a = Instance.new("Part")
  6064. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  6065. local Place1 = mouse.Hit.p
  6066. a.formFactor = "Symmetric"
  6067. a.Size = Vector3.new(1,1,1)
  6068. a.Name = "Lazor"
  6069. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  6070. a.Parent = game.Workspace
  6071. a.Transparency = 0.2
  6072. a.Anchored = true
  6073. a.CanCollide = false
  6074. a.Locked = true
  6075. a.BottomSurface = "Smooth"
  6076. a.TopSurface = "Smooth"
  6077. d = Instance.new("SpecialMesh")
  6078. d.Parent = a
  6079. d.MeshType = "Brick"
  6080. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  6081.  
  6082. checkadmin = 0
  6083. for i = 1 , #admin do
  6084. if mouse.Target.Parent.Name == admin[i] then
  6085. checkadmin = 1
  6086. end
  6087. end
  6088. if checkadmin == 0 then
  6089.  
  6090. if mouse.Target.Parent.Name ~= me.Character.Name and mouse.Target.Parent.Name ~= ball.Name and mouse.Target.Name ~= "Base" then
  6091.  
  6092. d.Scale = Vector3.new(0.15, 0.15, (Place0.p - Place1).magnitude)
  6093. a.Transparency = 0.1
  6094.  
  6095.  
  6096.  
  6097.  
  6098.  
  6099.  
  6100. p = mouse.Target:findFirstChild("BodyPosition")
  6101. if p ~= nil then
  6102. p.position = eyeball.Position
  6103. end
  6104. if p == nil then
  6105. mouse.Target:BreakJoints()
  6106. mouse.Target.Anchored = false
  6107. d = Instance.new("BodyPosition")
  6108. d.Parent = mouse.Target
  6109. d.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  6110. d.position = eyeball.Position
  6111. end
  6112.  
  6113.  
  6114.  
  6115.  
  6116.  
  6117.  
  6118. end
  6119. end
  6120. end
  6121. end
  6122.  
  6123.  
  6124.  
  6125.  
  6126.  
  6127.  
  6128.  
  6129.  
  6130.  
  6131. if mode == "Naked Beam" then
  6132. if mouse.Target ~= nil then
  6133. local a = Instance.new("Part")
  6134. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  6135. local Place1 = mouse.Hit.p
  6136. a.formFactor = "Symmetric"
  6137. a.Size = Vector3.new(1,1,1)
  6138. a.Name = "Lazor"
  6139. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  6140. a.Parent = game.Workspace
  6141. a.BrickColor = BrickColor.new(24)
  6142. a.Transparency = 0.1
  6143. a.Anchored = true
  6144. a.CanCollide = false
  6145. a.Locked = true
  6146. a.BottomSurface = "Smooth"
  6147. a.TopSurface = "Smooth"
  6148. d = Instance.new("SpecialMesh")
  6149. d.Parent = a
  6150. d.MeshType = "Brick"
  6151. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  6152.  
  6153. checkadmin = 0
  6154. for i = 1 , #admin do
  6155. if mouse.Target.Parent.Name == admin[i] then
  6156. checkadmin = 1
  6157. end
  6158. end
  6159. if checkadmin == 0 then
  6160.  
  6161. if mouse.Target.Parent.Name ~= me.Character.Name and mouse.Target.Parent.Name ~= ball.Name then
  6162.  
  6163. d.Scale = Vector3.new(0.3, 0.3, (Place0.p - Place1).magnitude)
  6164.  
  6165.  
  6166. p = mouse.Target.Parent:findFirstChild("Humanoid")
  6167. if p ~= nil then
  6168. stuff = mouse.Target.Parent:GetChildren()
  6169. for i = 1 , #stuff do
  6170. if stuff[i].className == "Part" then
  6171. stuff[i].BrickColor = BrickColor.new("Cool yellow")
  6172. end
  6173. end
  6174. end
  6175.  
  6176. p = mouse.Target.Parent:findFirstChild("Pants")
  6177. if p ~= nil then
  6178. p:Remove()
  6179. d = Instance.new("Pants")
  6180. d.Parent = mouse.Target.Parent
  6181. d.PantsTemplate = ""
  6182. d.Name = "BLEH"
  6183. stuff = mouse.Target.Parent:GetChildren()
  6184. for i = 1 , #stuff do
  6185. if stuff[i].className == "Part" then
  6186. stuff[i].BrickColor = BrickColor.new("Cool yellow")
  6187. end
  6188. end
  6189. end
  6190. p = mouse.Target.Parent:findFirstChild("Shirt")
  6191. if p ~= nil then
  6192. p:Remove()
  6193. d = Instance.new("Shirt")
  6194. d.Parent = mouse.Target.Parent
  6195. d.ShirtTemplate = ""
  6196. d.Name = "BLEH"
  6197. stuff = mouse.Target.Parent:GetChildren()
  6198. for i = 1 , #stuff do
  6199. if stuff[i].className == "Part" then
  6200. stuff[i].BrickColor = BrickColor.new("Cool yellow")
  6201. end
  6202. end
  6203. end
  6204.  
  6205.  
  6206. end
  6207. end
  6208.  
  6209.  
  6210.  
  6211. end
  6212. end
  6213.  
  6214.  
  6215.  
  6216.  
  6217.  
  6218.  
  6219.  
  6220.  
  6221.  
  6222.  
  6223.  
  6224.  
  6225.  
  6226.  
  6227.  
  6228.  
  6229.  
  6230. if mode == "Shrink" then
  6231. if mouse.Target ~= nil then
  6232. local a = Instance.new("Part")
  6233. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  6234. local Place1 = mouse.Hit.p
  6235. a.formFactor = "Symmetric"
  6236. a.BrickColor = BrickColor.new(23)
  6237. a.Size = Vector3.new(1,1,1)
  6238. a.Name = "Lazor"
  6239. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  6240. a.Parent = game.Workspace
  6241. a.Transparency = 0.2
  6242. a.Anchored = true
  6243. a.CanCollide = false
  6244. a.Locked = true
  6245. a.BottomSurface = "Smooth"
  6246. a.TopSurface = "Smooth"
  6247. d = Instance.new("SpecialMesh")
  6248. d.Parent = a
  6249. d.MeshType = "Brick"
  6250. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  6251. checkadmin = 0
  6252. for i = 1 , #admin do
  6253. if mouse.Target.Parent.Name == admin[i] then
  6254. checkadmin = 1
  6255. end
  6256. end
  6257. if checkadmin == 0 then
  6258. if mouse.Target.Parent ~= me.Character and mouse.Target.Parent ~= ball and mouse.Target.Name ~= "Base" then
  6259. asdf = mouse.Target
  6260. d.Scale = Vector3.new(0.15, 0.15, (Place0.p - Place1).magnitude)
  6261. a.Transparency = 0.1
  6262.  
  6263.  
  6264. p = asdf.CFrame
  6265. asdf.Size = asdf.Size - Vector3.new(1, 1, 1)
  6266. asdf.CFrame = p
  6267.  
  6268.  
  6269.  
  6270. end
  6271. end
  6272.  
  6273. end
  6274. end
  6275.  
  6276.  
  6277.  
  6278.  
  6279. if mode == "Grow" then
  6280. if mouse.Target ~= nil then
  6281. local a = Instance.new("Part")
  6282. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  6283. local Place1 = mouse.Hit.p
  6284. a.formFactor = "Symmetric"
  6285. a.BrickColor = BrickColor.new(23)
  6286. a.Size = Vector3.new(1,1,1)
  6287. a.Name = "Lazor"
  6288. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  6289. a.Parent = game.Workspace
  6290. a.Transparency = 0.2
  6291. a.Anchored = true
  6292. a.CanCollide = false
  6293. a.Locked = true
  6294. a.BottomSurface = "Smooth"
  6295. a.TopSurface = "Smooth"
  6296. d = Instance.new("SpecialMesh")
  6297. d.Parent = a
  6298. d.MeshType = "Brick"
  6299. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  6300. checkadmin = 0
  6301. for i = 1 , #admin do
  6302. if mouse.Target.Parent.Name == admin[i] then
  6303. checkadmin = 1
  6304. end
  6305. end
  6306. if checkadmin == 0 then
  6307. if mouse.Target.Parent ~= me.Character and mouse.Target.Parent ~= ball and mouse.Target.Name ~= "Base" then
  6308. asdf = mouse.Target
  6309. d.Scale = Vector3.new(0.15, 0.15, (Place0.p - Place1).magnitude)
  6310. a.Transparency = 0.1
  6311.  
  6312.  
  6313. p = asdf.CFrame
  6314. asdf.Size = asdf.Size + Vector3.new(1, 1, 1)
  6315. asdf.CFrame = p
  6316.  
  6317.  
  6318.  
  6319. end
  6320.  
  6321.  
  6322. end
  6323. end
  6324. end
  6325.  
  6326.  
  6327.  
  6328.  
  6329.  
  6330.  
  6331.  
  6332.  
  6333. if mode == "Confuse" then
  6334. if mouse.Target ~= nil then
  6335. local a = Instance.new("Part")
  6336. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  6337. local Place1 = mouse.Hit.p
  6338. a.formFactor = "Symmetric"
  6339. a.BrickColor = BrickColor.new(1)
  6340. a.Size = Vector3.new(1,1,1)
  6341. a.Name = "Lazor"
  6342. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  6343. a.Parent = game.Workspace
  6344. a.Transparency = 0.2
  6345. a.Anchored = true
  6346. a.CanCollide = false
  6347. a.Locked = true
  6348. a.BottomSurface = "Smooth"
  6349. a.TopSurface = "Smooth"
  6350. d = Instance.new("SpecialMesh")
  6351. d.Parent = a
  6352. d.MeshType = "Brick"
  6353. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  6354. checkadmin = 0
  6355. for i = 1 , #admin do
  6356. if mouse.Target.Parent.Name == admin[i] then
  6357. checkadmin = 1
  6358. end
  6359. end
  6360. if checkadmin == 0 then
  6361. if mouse.Target.Parent ~= me.Character and mouse.Target.Parent ~= ball and mouse.Target.Name ~= "Base" then
  6362. asdf = mouse.Target
  6363. d.Scale = Vector3.new(0.15, 0.15, (Place0.p - Place1).magnitude)
  6364. a.Transparency = 0.1
  6365.  
  6366.  
  6367. p = mouse.Target.Parent:findFirstChild("Humanoid")
  6368. if p ~= nil then
  6369. p.WalkSpeed = p.WalkSpeed * -1
  6370. end
  6371.  
  6372.  
  6373.  
  6374. end
  6375.  
  6376. end
  6377. end
  6378. end
  6379.  
  6380.  
  6381.  
  6382.  
  6383.  
  6384.  
  6385.  
  6386.  
  6387.  
  6388.  
  6389.  
  6390. if mode == "Disarm" then
  6391. if mouse.Target ~= nil then
  6392. local a = Instance.new("Part")
  6393. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  6394. local Place1 = mouse.Hit.p
  6395. a.formFactor = "Symmetric"
  6396. a.BrickColor = BrickColor.new(1)
  6397. a.Size = Vector3.new(1,1,1)
  6398. a.Name = "Lazor"
  6399. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  6400. a.Parent = game.Workspace
  6401. a.Transparency = 0.2
  6402. a.Anchored = true
  6403. a.CanCollide = false
  6404. a.Locked = true
  6405. a.BottomSurface = "Smooth"
  6406. a.TopSurface = "Smooth"
  6407. d = Instance.new("SpecialMesh")
  6408. d.Parent = a
  6409. d.MeshType = "Brick"
  6410. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  6411. checkadmin = 0
  6412. for i = 1 , #admin do
  6413. if mouse.Target.Parent.Name == admin[i] then
  6414. checkadmin = 1
  6415. end
  6416. end
  6417. if checkadmin == 0 then
  6418. if mouse.Target.Parent ~= me.Character and mouse.Target.Parent ~= ball and mouse.Target.Name ~= "Base" then
  6419. asdf = mouse.Target
  6420. d.Scale = Vector3.new(0.15, 0.15, (Place0.p - Place1).magnitude)
  6421. a.Transparency = 0.1
  6422.  
  6423.  
  6424.  
  6425.  
  6426. if game.Players:GetPlayerFromCharacter(mouse.Target.Parent) ~= nil then
  6427. a = game.Players:GetPlayerFromCharacter(mouse.Target.Parent)
  6428. p = a:findFirstChild("Backpack")
  6429. if p ~= nil then
  6430. stuff = p:GetChildren()
  6431. for i = 1 , #stuff do
  6432. stuff[i]:Remove()
  6433. end
  6434. end
  6435. s = a.Character:GetChildren()
  6436. for i = 1 , #s do
  6437. if s[i].className == "Tool" then
  6438. s[i]:Remove()
  6439. end
  6440. end
  6441. end
  6442.  
  6443.  
  6444.  
  6445. end
  6446. end
  6447.  
  6448. end
  6449. end
  6450.  
  6451.  
  6452.  
  6453.  
  6454.  
  6455.  
  6456.  
  6457.  
  6458.  
  6459. if mode == "Steal Tools" then
  6460. if mouse.Target ~= nil then
  6461. local a = Instance.new("Part")
  6462. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  6463. local Place1 = mouse.Hit.p
  6464. a.formFactor = "Symmetric"
  6465. a.BrickColor = BrickColor.new(1)
  6466. a.Size = Vector3.new(1,1,1)
  6467. a.Name = "Lazor"
  6468. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  6469. a.Parent = game.Workspace
  6470. a.Transparency = 0.2
  6471. a.Anchored = true
  6472. a.CanCollide = false
  6473. a.Locked = true
  6474. a.BottomSurface = "Smooth"
  6475. a.TopSurface = "Smooth"
  6476. d = Instance.new("SpecialMesh")
  6477. d.Parent = a
  6478. d.MeshType = "Brick"
  6479. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  6480. checkadmin = 0
  6481. for i = 1 , #admin do
  6482. if mouse.Target.Parent.Name == admin[i] then
  6483. checkadmin = 1
  6484. end
  6485. end
  6486. if checkadmin == 0 then
  6487. if mouse.Target.Parent ~= me.Character and mouse.Target.Parent ~= ball and mouse.Target.Name ~= "Base" then
  6488. asdf = mouse.Target
  6489. d.Scale = Vector3.new(0.15, 0.15, (Place0.p - Place1).magnitude)
  6490. a.Transparency = 0.1
  6491.  
  6492.  
  6493.  
  6494.  
  6495. if game.Players:GetPlayerFromCharacter(mouse.Target.Parent) ~= nil then
  6496. a = game.Players:GetPlayerFromCharacter(mouse.Target.Parent)
  6497. p = a:findFirstChild("Backpack")
  6498. if p ~= nil then
  6499. stuff = p:GetChildren()
  6500. for i = 1 , #stuff do
  6501. stuff[i]:clone().Parent = me.Backpack
  6502. stuff[i]:Remove()
  6503. end
  6504. end
  6505. s = a.Character:GetChildren()
  6506. for i = 1 , #s do
  6507. if s[i].className == "Tool" then
  6508. s[i]:clone().Parent = me.Backpack
  6509. s[i]:Remove()
  6510. end
  6511. end
  6512. end
  6513.  
  6514.  
  6515.  
  6516. end
  6517. end
  6518.  
  6519. end
  6520. end
  6521.  
  6522.  
  6523.  
  6524.  
  6525.  
  6526.  
  6527.  
  6528.  
  6529. if mode == "Clone" then
  6530. if mouse.Target ~= nil then
  6531. local a = Instance.new("Part")
  6532. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  6533. local Place1 = mouse.Hit.p
  6534. a.formFactor = "Symmetric"
  6535. a.BrickColor = BrickColor.new(1)
  6536. a.Size = Vector3.new(1,1,1)
  6537. a.Name = "Lazor"
  6538. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  6539. a.Parent = game.Workspace
  6540. a.Transparency = 0.2
  6541. a.Anchored = true
  6542. a.CanCollide = false
  6543. a.Locked = true
  6544. a.BottomSurface = "Smooth"
  6545. a.TopSurface = "Smooth"
  6546. d = Instance.new("SpecialMesh")
  6547. d.Parent = a
  6548. d.MeshType = "Brick"
  6549. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  6550. checkadmin = 0
  6551. for i = 1 , #admin do
  6552. if mouse.Target.Parent.Name == admin[i] then
  6553. checkadmin = 1
  6554. end
  6555. end
  6556. if checkadmin == 0 then
  6557. if mouse.Target.Name ~= "Lazor" and mouse.Target.Parent.Name ~= me.Character.Name and mouse.Target.Parent.Name ~= ball.Name and mouse.Target.Name ~= "Base" then
  6558. asdf = mouse.Target
  6559. d.Scale = Vector3.new(0.15, 0.15, (Place0.p - Place1).magnitude)
  6560. a.Transparency = 0.1
  6561.  
  6562.  
  6563.  
  6564.  
  6565.  
  6566. if game.Players:GetPlayerFromCharacter(mouse.Target) == nil and mouse.Target.Parent.className == "Model" and mouse.Target.Parent.Name ~= "Workspace" and mouse.Target.Parent.Name ~= "workspace" then
  6567.  
  6568. p = mouse.Target.Parent:clone()
  6569. p.Parent = game.Workspace
  6570. p:MakeJoints()
  6571. p:MoveTo(mouse.Hit.p + Vector3.new(0, 10, 0))
  6572.  
  6573. else
  6574.  
  6575.  
  6576.  
  6577.  
  6578. mouse.Target:clone().Parent = game.Workspace
  6579.  
  6580.  
  6581.  
  6582.  
  6583. end
  6584.  
  6585. end
  6586.  
  6587.  
  6588. end
  6589.  
  6590.  
  6591. end
  6592. end
  6593.  
  6594.  
  6595.  
  6596.  
  6597.  
  6598.  
  6599. if mode == "Spotlight" then
  6600. if mouse.Target ~= nil then
  6601.  
  6602.  
  6603.  
  6604. a = Instance.new("Part")
  6605. a.formFactor = "Symmetric"
  6606. a.BrickColor = BrickColor.new(24)
  6607. a.Size = Vector3.new(1,1,1)
  6608. a.Name = "Lazor"
  6609. a.CFrame = CFrame.new(mouse.Hit.p)
  6610. a.Parent = game.Workspace
  6611. a.Transparency = 0.4
  6612. a.Anchored = true
  6613. a.CanCollide = false
  6614. a.Locked = true
  6615. a.BottomSurface = "Smooth"
  6616. a.TopSurface = "Smooth"
  6617. d = Instance.new("CylinderMesh")
  6618. d.Parent = a
  6619. d.Scale = Vector3.new(20, 3000, 20)
  6620.  
  6621.  
  6622.  
  6623. end
  6624. end
  6625.  
  6626.  
  6627.  
  6628.  
  6629. if mode == "Ducks" then
  6630. if mouse.Target ~= nil then
  6631.  
  6632. p = Instance.new("Part")
  6633. p.Parent = game.Workspace
  6634. p.BrickColor = BrickColor.new(24)
  6635. p.TopSurface = "Smooth"
  6636. p.BottomSurface = "Smooth"
  6637. p.formFactor = "Symmetric"
  6638. p.Name = "Duck"
  6639. p.Size = Vector3.new(1, 1, 1)
  6640. p.Locked = true
  6641. p.CFrame = CFrame.new(mouse.Hit.p+Vector3.new(0, 2, 0))
  6642. d = Instance.new("SpecialMesh")
  6643. d.Parent = p
  6644. d.MeshType = "FileMesh"
  6645. d.MeshId = "http://www.roblox.com/asset/?id=9419831"
  6646. d.TextureId = "http://www.roblox.com/asset/?id=9419827"
  6647. b = Instance.new("BodyPosition")
  6648. b.Parent = p
  6649. b.maxForce = Vector3.new(0, 0, 0)
  6650.  
  6651. end
  6652. end
  6653.  
  6654.  
  6655.  
  6656. if mode == "Dynamites" then
  6657. if mouse.Target ~= nil then
  6658.  
  6659. p = Instance.new("Part")
  6660. p.Parent = game.Workspace
  6661. p.BrickColor = BrickColor.new(21)
  6662. p.TopSurface = "Smooth"
  6663. p.BottomSurface = "Smooth"
  6664. p.formFactor = "Symmetric"
  6665. p.Name = "Dynamite"
  6666. p.Size = Vector3.new(1, 1, 1)
  6667. p.Locked = true
  6668. p.CFrame = CFrame.new(mouse.Hit.p+Vector3.new(0, 2, 0))
  6669. d = Instance.new("SpecialMesh")
  6670. d.Parent = p
  6671. d.MeshType = "FileMesh"
  6672. d.MeshId = "http://www.roblox.com/asset/?id=12891705"
  6673. d.TextureId = "http://www.roblox.com/asset/?id=12891577"
  6674. b = Instance.new("BodyPosition")
  6675. b.Parent = p
  6676. b.maxForce = Vector3.new(0, 0, 0)
  6677.  
  6678. end
  6679. end
  6680.  
  6681.  
  6682. if mode == "Detonate Dynamites" then
  6683.  
  6684. p = game.Workspace:findFirstChild("Dynamite")
  6685. if p ~= nil then
  6686. if (p.Position-me.Character.Torso.Position).magnitude > 20 then
  6687. d = Instance.new("Explosion")
  6688. d.Parent = game.Workspace
  6689. d.Position = p.Position
  6690. p:Remove()
  6691. end
  6692. end
  6693.  
  6694. end
  6695.  
  6696.  
  6697.  
  6698.  
  6699. if mode == "Duck Swarm" then
  6700. if mouse.Target ~= nil then
  6701. a = Instance.new("Part")
  6702. a.formFactor = "Symmetric"
  6703. a.BrickColor = BrickColor.new(24)
  6704. a.Size = Vector3.new(1,1,1)
  6705. a.Name = "Lazor"
  6706. a.CFrame = CFrame.new(mouse.Hit.p+Vector3.new(0, 1, 0))
  6707. a.Parent = game.Workspace
  6708. a.Anchored = true
  6709. a.CanCollide = false
  6710. a.Locked = true
  6711. a.BottomSurface = "Smooth"
  6712. a.TopSurface = "Smooth"
  6713. d = Instance.new("SpecialMesh")
  6714. d.Parent = a
  6715. d.Scale = Vector3.new(3, 3, 3)
  6716. d.MeshType = "FileMesh"
  6717. d.MeshId = "http://www.roblox.com/asset/?id=9419831"
  6718. d.TextureId = "http://www.roblox.com/asset/?id=9419827"
  6719.  
  6720. s = game.Workspace:GetChildren()
  6721. for i = 1 , #s do
  6722. if s[i].Name == "Duck" then
  6723. a = s[i]:findFirstChild("BodyPosition")
  6724. if a ~= nil then
  6725. a.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  6726. a.position = mouse.Hit.p
  6727. end
  6728. end
  6729. end
  6730.  
  6731.  
  6732.  
  6733.  
  6734.  
  6735.  
  6736.  
  6737.  
  6738.  
  6739.  
  6740.  
  6741.  
  6742. end
  6743. end
  6744.  
  6745.  
  6746.  
  6747.  
  6748.  
  6749.  
  6750.  
  6751.  
  6752.  
  6753.  
  6754.  
  6755.  
  6756.  
  6757. if mode == "Throwup" then
  6758.  
  6759. p = Instance.new("Part")
  6760. p.Parent = game.Workspace
  6761. p.CanCollide = false
  6762.  
  6763. colorhax = math.random(1, 3)
  6764. if colorhax == 1 then
  6765. p.BrickColor = BrickColor.new(192)
  6766. end
  6767. if colorhax == 2 then
  6768. p.BrickColor = BrickColor.new(28)
  6769. end
  6770. if colorhax == 3 then
  6771. p.BrickColor = BrickColor.new(105)
  6772. end
  6773. p.Size = Vector3.new(math.random(1, 2), math.random(1, 2), math.random(1, 2))
  6774. p.Locked = true
  6775. p.TopSurface = "Smooth"
  6776. p.BottomSurface = "Smooth"
  6777. p.CFrame = eyeball.CFrame * CFrame.new(Vector3.new(0, 0, -4))
  6778. p.Velocity = eyeball.CFrame.lookVector * 100 + Vector3.new(math.random(-10, 10), math.random(-10, 10), math.random(-10, 10))
  6779. p.Anchored = false
  6780. p:BreakJoints()
  6781.  
  6782. end
  6783.  
  6784.  
  6785.  
  6786.  
  6787.  
  6788.  
  6789.  
  6790.  
  6791.  
  6792.  
  6793.  
  6794.  
  6795.  
  6796.  
  6797.  
  6798. if mode == "Hang" then
  6799. if mouse.Target ~= nil then
  6800. local a = Instance.new("Part")
  6801. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  6802. local Place1 = mouse.Hit.p
  6803. a.formFactor = "Symmetric"
  6804. a.BrickColor = BrickColor.new(1)
  6805. a.Size = Vector3.new(1,1,1)
  6806. a.Name = "Lazor"
  6807. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  6808. a.Parent = game.Workspace
  6809. a.Transparency = 0.2
  6810. a.Anchored = true
  6811. a.CanCollide = false
  6812. a.Locked = true
  6813. a.BottomSurface = "Smooth"
  6814. a.TopSurface = "Smooth"
  6815. d = Instance.new("SpecialMesh")
  6816. d.Parent = a
  6817. d.MeshType = "Brick"
  6818. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  6819. head = mouse.Target.Parent:findFirstChild("Head")
  6820. if head ~= nil then
  6821. p = head:findFirstChild("BodyPosition")
  6822. if p == nil then
  6823. d = Instance.new("BodyPosition")
  6824. d.Parent = head
  6825. d.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  6826. d.position = head.Position+Vector3.new(0, 12, 0)
  6827.  
  6828. a = head.Parent:findFirstChild("Torso")
  6829. if a ~= nil then
  6830. f = a:findFirstChild("Neck")
  6831. if f ~= nil then
  6832. f.C0 = f.C0 * CFrame.fromEulerAnglesXYZ(0.2, 0.2, 0)
  6833. end
  6834. end
  6835.  
  6836. end
  6837. end
  6838.  
  6839.  
  6840.  
  6841. end
  6842. end
  6843.  
  6844.  
  6845.  
  6846.  
  6847.  
  6848.  
  6849.  
  6850. if mode == "UnHang" then
  6851. if mouse.Target ~= nil then
  6852. local a = Instance.new("Part")
  6853. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  6854. local Place1 = mouse.Hit.p
  6855. a.formFactor = "Symmetric"
  6856. a.BrickColor = BrickColor.new(1)
  6857. a.Size = Vector3.new(1,1,1)
  6858. a.Name = "Lazor"
  6859. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  6860. a.Parent = game.Workspace
  6861. a.Transparency = 0.2
  6862. a.Anchored = true
  6863. a.CanCollide = false
  6864. a.Locked = true
  6865. a.BottomSurface = "Smooth"
  6866. a.TopSurface = "Smooth"
  6867. d = Instance.new("SpecialMesh")
  6868. d.Parent = a
  6869. d.MeshType = "Brick"
  6870. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  6871.  
  6872. head = mouse.Target.Parent:findFirstChild("Head")
  6873. if head ~= nil then
  6874. p = head:findFirstChild("BodyPosition")
  6875. if p ~= nil then
  6876. p:Remove()
  6877.  
  6878. a = head.Parent:findFirstChild("Torso")
  6879. if a ~= nil then
  6880. f = a:findFirstChild("Neck")
  6881. if f ~= nil then
  6882. f.C0 = f.C0 * CFrame.fromEulerAnglesXYZ(-0.2, -0.2, 0)
  6883. end
  6884. end
  6885.  
  6886. end
  6887. end
  6888.  
  6889.  
  6890. end
  6891. end
  6892.  
  6893.  
  6894.  
  6895.  
  6896.  
  6897.  
  6898.  
  6899.  
  6900.  
  6901.  
  6902. if mode == "Tree Summon" then
  6903. if mouse.Target ~= nil then
  6904. if mouse.Target.Name == "Base" then
  6905. p = mouse.Target
  6906. tree = Instance.new("Model")
  6907. tree.Parent = game.Workspace
  6908. treesize = math.random(2, 6)
  6909. stump = Instance.new("Part")
  6910. stump.Parent = tree
  6911. stump.Anchored = true
  6912. stump.TopSurface = "Smooth"
  6913. stump.BrickColor = BrickColor.new(192)
  6914. stump.BottomSurface = "Smooth"
  6915. stump.Locked = true
  6916. stump.Size = Vector3.new(treesize, treesize * 2, treesize)
  6917. stump.CFrame = CFrame.new(Vector3.new(mouse.Hit.p.X, treesize/2, mouse.Hit.p.Z))
  6918. hax = treesize
  6919. hax2 = treesize*2
  6920. for i = 1 , treesize*2 do
  6921. stump2 = Instance.new("Part")
  6922. stump2.BrickColor = BrickColor.new(28)
  6923. stump2.Parent = tree
  6924. stump2.Anchored = true
  6925. stump2.TopSurface = "Smooth"
  6926. stump2.BottomSurface = "Smooth"
  6927. stump2.Locked = true
  6928. stump2.Size = Vector3.new(hax2, treesize, hax2)
  6929. stump2.CFrame = CFrame.new(stump.Position+Vector3.new(0, hax, 0))
  6930. hax = hax + treesize-0.5
  6931. hax2 = hax2-(treesize/4)
  6932. end
  6933.  
  6934. end
  6935. end
  6936. end
  6937.  
  6938.  
  6939.  
  6940.  
  6941.  
  6942.  
  6943. if mode == "Seizure" then
  6944.  
  6945.  
  6946. stuff = game:GetChildren()
  6947. for i = 1 , #stuff do
  6948. if stuff[i].className == "Workspace" then
  6949.  
  6950.  
  6951.  
  6952. base = stuff[i]:findFirstChild("Base")
  6953. if base ~= nil then
  6954. base.Transparency = 1
  6955. base.BrickColor = BrickColor.new (math.random(1, 250))
  6956. base.TopSurface = math.random(1, 5)
  6957. base.CFrame = base.CFrame * CFrame.fromEulerAnglesXYZ(0, 0.1, 0)
  6958. end
  6959. end
  6960. end
  6961. stuff = game:GetChildren()
  6962. for i = 1 , #stuff do
  6963. if stuff[i].className == "Lighting" then
  6964. stuff[i].Brightness = 10
  6965. stuff[i].TimeOfDay = "09:00:00"
  6966. stuff[i].Ambient = Color3.new(math.random(1, 200), math.random(1, 200), math.random(1, 200))
  6967. end
  6968. end
  6969. stuff = game:GetChildren()
  6970. for i = 1 , #stuff do
  6971. if stuff[i].className == "Workspace" then
  6972. base = stuff[i]:findFirstChild("Base")
  6973. if base ~= nil then
  6974. base.Transparency = 0
  6975. base.BrickColor = BrickColor.new (math.random(1, 250))
  6976. base.TopSurface = math.random(1, 5)
  6977. base.CFrame = base.CFrame * CFrame.fromEulerAnglesXYZ(0, 0.1, 0)
  6978. end
  6979. end
  6980. end
  6981. stuff = game:GetChildren()
  6982. for i = 1 , #stuff do
  6983. if stuff[i].className == "Lighting" then
  6984. stuff[i].Brightness = 0
  6985. stuff[i].TimeOfDay = "00:00:00"
  6986. stuff[i].ColorShift_Bottom = Color3.new(math.random(1, 200),math.random(1, 200), math.random(1, 200))
  6987. stuff[i].ColorShift_Top = Color3.new(math.random(1, 200),math.random(1, 200), math.random(1, 200))
  6988. stuff[i].Ambient = Color3.new(math.random(1, 200), math.random(1, 200), math.random(1, 200))
  6989. end
  6990. end
  6991.  
  6992.  
  6993. end
  6994.  
  6995.  
  6996.  
  6997.  
  6998.  
  6999.  
  7000.  
  7001. end
  7002. end
  7003.  
  7004. function onButton1Up(mouse)
  7005. BaleFireValue = 15
  7006. Clicking = false
  7007.  
  7008. if mode == "Fly" then
  7009. mode = "None"
  7010.  
  7011.  
  7012.  
  7013. d = lightingg:GetChildren()
  7014. for i = 1 , #d do
  7015. if d[i].Name == "CharacterButton" then
  7016. if d[i].Text == "[ "..mode.." ]" then
  7017. d[i].BackgroundColor = BrickColor.new(24)
  7018. end
  7019. end
  7020. end
  7021. s = lightingg:GetChildren()
  7022. for i = 1 , #s do
  7023. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  7024. s[i].BackgroundColor = BrickColor.new(1)
  7025. end
  7026. end
  7027.  
  7028.  
  7029.  
  7030.  
  7031. end
  7032.  
  7033. wait()
  7034. h = game.Workspace:findFirstChild("Lazor")
  7035. if h ~= nil then
  7036. h:Remove()
  7037. end
  7038. h = me.Character.Torso:findFirstChild("BodyPositions")
  7039. if h ~= nil then
  7040. h:Remove()
  7041. end
  7042. h = me.Character.Torso:findFirstChild("BodyGyros")
  7043. if h ~= nil then
  7044. h:Remove()
  7045. end
  7046. wait()
  7047. h = game.Workspace:findFirstChild("Lazor")
  7048. if h ~= nil then
  7049. h:Remove()
  7050. end
  7051. h = me.Character.Torso:findFirstChild("BodyPositions")
  7052. if h ~= nil then
  7053. h:Remove()
  7054. end
  7055. h = me.Character.Torso:findFirstChild("BodyGyros")
  7056. if h ~= nil then
  7057. h:Remove()
  7058. end
  7059. wait()
  7060. eyeball2.BrickColor = BrickColor.new(26)
  7061. end
  7062.  
  7063. function onMove(mouse)
  7064. if Stare == false then
  7065. bodygyro.cframe = CFrame.new((eyeball.CFrame.p),mouse.hit.p)
  7066. if mouse.Target ~= nil then
  7067. chaaracterhealthh97.Text = "[ Mouse Over : "..mouse.Target.Parent.Name.."'s "..mouse.Target.Name.." ]"
  7068. end
  7069. if mouse.Target == nil then
  7070. chaaracterhealthh97.Text = "[ Mouse Over : Nothing ]"
  7071. end
  7072. end
  7073. end
  7074.  
  7075.  
  7076.  
  7077.  
  7078. function onDeselected(mouse)
  7079. BaleFireValue = 15
  7080. mode = "None"
  7081. Clicking = false
  7082. eyeball2.BrickColor = BrickColor.new(26)
  7083. h = me.Character.Torso:findFirstChild("BodyPositions")
  7084. if h ~= nil then
  7085. h:Remove()
  7086. end
  7087. h = me.Character.Torso:findFirstChild("BodyGyros")
  7088. if h ~= nil then
  7089. h:Remove()
  7090. end
  7091. wait()
  7092. end
  7093. function onSelected(mouse)
  7094.  
  7095. mouse.Button1Down:connect(function() onButton1Down(mouse) end)
  7096. mouse.Move:connect(function() onMove(mouse) end)
  7097. mouse.Button1Up:connect(function() onButton1Up(mouse) end)
  7098. h = me.Character.Torso:findFirstChild("BodyPositions")
  7099. if h ~= nil then
  7100. h:Remove()
  7101. end
  7102. h = me.Character.Torso:findFirstChild("BodyGyros")
  7103. if h ~= nil then
  7104. h:Remove()
  7105. end
  7106. wait()
  7107. end
  7108. bin.Selected:connect(onSelected)
  7109. bin.Deselected:connect(onDeselected)
  7110.  
  7111.  
  7112. while true do
  7113.  
  7114. ball.Humanoid.MaxHealth = 0
  7115. ball.Humanoid.Health = 0
  7116.  
  7117.  
  7118. count = 0
  7119. count2 = game.Workspace:GetChildren()
  7120. for i = 1 , #count2 do
  7121. if count2[i].Name == "QuickScript" then
  7122. count = count + 1
  7123. end
  7124. end
  7125. characterhealth5.Text = "[ QuickScripts : "..count.." ]"
  7126.  
  7127. characterhealth2.Text = "[ Character Name : "..me.Character.Name.." ]"
  7128.  
  7129. humanoid = me.Character:findFirstChild("Humanoid")
  7130. if humanoid ~= nil then
  7131. characterhealth3.Text = "[ WalkSpeed : "..humanoid.WalkSpeed.." ]"
  7132. characterhealth.Text = "[ Health : "..humanoid.Health.." | "..humanoid.MaxHealth.." ]"
  7133. if humanoid.Health <= 0 then
  7134. head.BackgroundTransparency = 0.9
  7135. torso.BackgroundTransparency = 0.9
  7136. leftleg.BackgroundTransparency = 0.9
  7137. rightleg.BackgroundTransparency = 0.9
  7138. leftarm.BackgroundTransparency = 0.9
  7139. rightarm.BackgroundTransparency = 0.9
  7140. end
  7141. end
  7142. Head = me.Character:findFirstChild("Head")
  7143. if Head == nil then
  7144. head.BackgroundTransparency = 0.9
  7145. end
  7146.  
  7147.  
  7148.  
  7149.  
  7150. Torso = me.Character:findFirstChild("Torso")
  7151. if Torso == nil then
  7152. torso.BackgroundTransparency = 0.9
  7153. me2.BackgroundTransparency = 1
  7154. end
  7155. if Torso ~= nil then
  7156. characterhealth4.Text = "[ Position : ( "..Torso.Position.x.." | "..Torso.Position.y.." | "..Torso.Position.z.." ) ]"
  7157. end
  7158.  
  7159.  
  7160.  
  7161.  
  7162.  
  7163. LeftLeg = me.Character:findFirstChild("Left Leg")
  7164. if LeftLeg == nil then
  7165. leftleg.BackgroundTransparency = 0.9
  7166. end
  7167. RightLeg = me.Character:findFirstChild("Right Leg")
  7168. if RightLeg == nil then
  7169. rightleg.BackgroundTransparency = 0.9
  7170. end
  7171. LeftArm = me.Character:findFirstChild("Left Arm")
  7172. if LeftArm == nil then
  7173. leftarm.BackgroundTransparency = 0.9
  7174. end
  7175. RightArm = me.Character:findFirstChild("Right Arm")
  7176. if RightArm == nil then
  7177. rightarm.BackgroundTransparency = 0.9
  7178. end
  7179.  
  7180.  
  7181. if mode == "Spy" then
  7182. game.Workspace.CurrentCamera.CameraSubject = eyeball
  7183. end
  7184. if mode == "Fly" then
  7185. game.Workspace.CurrentCamera.CameraSubject = me.Character.Head
  7186. game.Workspace.CurrentCamera.CameraType = "Follow"
  7187. end
  7188. if mode ~= "Spy" and mode ~= "Fly" then
  7189. game.Workspace.CurrentCamera.CameraSubject = me.Character.Head--MADE BY OneLegend (NOT THE SCRIPT) LOCAL SCRIPT: Go to line 3 and put your name where it says "YOUR NAME HERE"
  7190.  
  7191. me = game.Players:findFirstChild("logicaltaco")
  7192. if me == nil then
  7193. me = game.Players.Player
  7194. end
  7195. p = Instance.new("Camera")
  7196. p.Parent = game.Workspace
  7197. bin = Instance.new("HopperBin")
  7198. bin.Parent = me.Backpack
  7199. bin.Name = "[ Eyeball ]"
  7200. wait(0.5)
  7201. a = me.PlayerGui:findFirstChild("Admin")
  7202. if a ~= nil then a:Remove() end
  7203. a = me.Character:findFirstChild("Eyeball")
  7204. if a ~= nil then a:Remove() end
  7205. script.Parent = bin
  7206. mode = "None"
  7207. Clicking = false
  7208. BaleFireValue = 15
  7209. banned = {""}
  7210. admin = {"NAMEHERE(OPTIONAL)"}
  7211. p = Instance.new("Camera")
  7212. p.Parent = game.Workspace
  7213. Sound = "None"
  7214. Stare = false
  7215.  
  7216.  
  7217.  
  7218.  
  7219.  
  7220.  
  7221.  
  7222. bleh = me.PlayerGui:findFirstChild("Admin")
  7223. if bleh ~= nil then
  7224. bleh:Remove()
  7225. end
  7226. bodycolor = me.Character:findFirstChild("Body Colors")
  7227. maingui = Instance.new("ScreenGui")
  7228. maingui.Parent = me.PlayerGui
  7229. maingui.Name = "Admin"
  7230.  
  7231.  
  7232. charactergui = Instance.new("ImageButton")
  7233. charactergui.Parent = maingui
  7234. charactergui.Name = "Character"
  7235. charactergui.Size = UDim2.new(0.15, 0, 0.4, 0)
  7236. charactergui.Position = UDim2.new(0.01, 0, 0.4, 0)
  7237. charactergui.BackgroundTransparency = 0.5
  7238. torso = Instance.new("ImageButton")
  7239. torso.Parent = charactergui
  7240. torso.Name = "Torso"
  7241. torso.Size = UDim2.new(0.350000232, 0, 0.300000012, 0)
  7242. torso.Position = UDim2.new(0.350000024,0,0.350000024,0)
  7243. torso.BackgroundTransparency = 0.5
  7244. torso.BackgroundColor = BrickColor.new(23)
  7245. leftarm = Instance.new("ImageButton")
  7246. leftarm.Parent = charactergui
  7247. leftarm.Name = "LeftArm"
  7248. leftarm.Size = UDim2.new(0.150002316, 0, 0.300000012, 0)
  7249. leftarm.Position = UDim2.new(0.200000301, 0, 0.350000262, 0)
  7250. leftarm.BackgroundTransparency = 0.5
  7251. leftarm.BackgroundColor = BrickColor.new(24)
  7252. rightarm = Instance.new("ImageButton")
  7253. rightarm.Parent = charactergui
  7254. rightarm.Name = "RightArm"
  7255. rightarm.Size = UDim2.new(0.150002316, 0, 0.300000012, 0)
  7256. rightarm.Position = UDim2.new(0.700000346, 0, 0.350000262, 0)
  7257. rightarm.BackgroundTransparency = 0.5
  7258. rightarm.BackgroundColor = BrickColor.new(24)
  7259. head = Instance.new("ImageButton")
  7260. head.Parent = charactergui
  7261. head.Name = "Head"
  7262. head.Size = UDim2.new(0.200023174, 0, 0.150000006, 0)
  7263. head.Position = UDim2.new(0.420000345, 0, 0.200002626, 0)
  7264. head.BackgroundTransparency = 0.5
  7265. head.BackgroundColor = BrickColor.new(24)
  7266. leftleg = Instance.new("ImageButton")
  7267. leftleg.Parent = charactergui
  7268. leftleg.Name = "LeftLeg"
  7269. leftleg.Size = UDim2.new(0.18023178, 0, 0.300000072, 0)
  7270. leftleg.Position = UDim2.new(0.350003451, 0, 0.650002599, 0)
  7271. leftleg.BackgroundTransparency = 0.5
  7272. leftleg.BackgroundColor = BrickColor.new(21)
  7273. rightleg = Instance.new("ImageButton")
  7274. rightleg.Parent = charactergui
  7275. rightleg.Name = "RightLeg"
  7276. rightleg.Size = UDim2.new(0.18023178, 0, 0.300000072, 0)
  7277. rightleg.Position = UDim2.new(0.520034492, 0, 0.650002599, 0)
  7278. rightleg.BackgroundTransparency = 0.5
  7279. rightleg.BackgroundColor = BrickColor.new(21)
  7280.  
  7281. characterbutton = Instance.new("TextButton")
  7282. characterbutton.Parent = maingui
  7283. characterbutton.Name = "CharacterButton"
  7284. characterbutton.BackgroundTransparency = 0.5
  7285. characterbutton.BackgroundColor = BrickColor.new(21)
  7286. characterbutton.Position = UDim2.new(0.010000345, 0, 0.4, 0)
  7287. characterbutton.Size = UDim2.new(0.15, 0, 0.05, 0)
  7288. characterbutton.Text = "[ Hide Character GUI ]"
  7289.  
  7290. characterhealth = Instance.new("TextButton")
  7291. characterhealth.Parent = charactergui
  7292. characterhealth.Name = "CharacterButton"
  7293. characterhealth.BackgroundTransparency = 0.5
  7294. characterhealth.Position = UDim2.new(0, 0, 1, 0)
  7295. characterhealth.Size = UDim2.new(1, 0, 0.05, 0)
  7296. characterhealth.Text = "[ Health : 100 | 100 ]"
  7297.  
  7298. characterhealth2 = Instance.new("TextButton")
  7299. characterhealth2.Parent = charactergui
  7300. characterhealth2.Name = "CharacterButton"
  7301. characterhealth2.BackgroundTransparency = 0.5
  7302. characterhealth2.Position = UDim2.new(0, 0, 1.05, 0)
  7303. characterhealth2.Size = UDim2.new(1, 0, 0.05, 0)
  7304. characterhealth2.Text = "[ Character Name : "..me.Character.Name.." ]"
  7305.  
  7306. characterhealth3 = Instance.new("TextButton")
  7307. characterhealth3.Parent = charactergui
  7308. characterhealth3.Name = "CharacterButton"
  7309. characterhealth3.BackgroundTransparency = 0.5
  7310. characterhealth3.Position = UDim2.new(0, 0, 1.1, 0)
  7311. characterhealth3.Size = UDim2.new(1, 0, 0.05, 0)
  7312. characterhealth3.Text = "[ WalkSpeed : 16 ]"
  7313.  
  7314. characterhealth4 = Instance.new("TextButton")
  7315. characterhealth4.Parent = charactergui
  7316. characterhealth4.Name = "CharacterButton"
  7317. characterhealth4.BackgroundTransparency = 0.5
  7318. characterhealth4.Position = UDim2.new(0, 0, 1.15, 0)
  7319. characterhealth4.Size = UDim2.new(2, 0, 0.05, 0)
  7320. characterhealth4.Text = "[ Position : ( 0 | 0 | 0 ) ]"
  7321.  
  7322. opened = true
  7323. function click()
  7324. if opened == true then
  7325. charactergui.Visible = false
  7326. characterbutton.Text = "[ Show Character GUI ]"
  7327. opened = false
  7328. else
  7329. charactergui.Visible = true
  7330. characterbutton.Text = "[ Hide Character GUI ]"
  7331. opened = true
  7332. end
  7333. end
  7334. characterbutton.MouseButton1Click:connect(click)
  7335.  
  7336. map = Instance.new("ImageButton")
  7337. map.Parent = charactergui
  7338. map.Name = "Map"
  7339. map.Size = UDim2.new(1, 0, 0.7, 0)
  7340. map.Position = UDim2.new(1, 0, 0, 0)
  7341. map.BackgroundTransparency = 0.5
  7342. me2 = Instance.new("ImageButton")
  7343. me2.Parent = map
  7344. me2.Name = "Player"
  7345. me2.Size = UDim2.new(0, me.Character.Torso.Size.x, 0, me.Character.Torso.Size.z)
  7346. me2.Position = UDim2.new(0, 0, 0, 0)
  7347. me2.BackgroundTransparency = 0.1
  7348. me2.BackgroundColor = BrickColor.new (26)
  7349.  
  7350. characterhealth5 = Instance.new("TextButton")
  7351. characterhealth5.Parent = charactergui
  7352. characterhealth5.Name = "CharacterButton"
  7353. characterhealth5.BackgroundTransparency = 0.5
  7354. characterhealth5.Position = UDim2.new(1, 0, 0.7, 0)
  7355. characterhealth5.Size = UDim2.new(1, 0, 0.05, 0)
  7356. characterhealth5.Text = "[ QuickScripts : 0 ]"
  7357. characterhealth5.BackgroundColor = BrickColor.new(23)
  7358.  
  7359.  
  7360. characterhealth6 = Instance.new("TextButton")
  7361. characterhealth6.Parent = charactergui
  7362. characterhealth6.Name = "CharacterButton"
  7363. characterhealth6.BackgroundTransparency = 0.5
  7364. characterhealth6.Position = UDim2.new(1, 0, 0.75, 0)
  7365. characterhealth6.Size = UDim2.new(1, 0, 0.05, 0)
  7366. characterhealth6.Text = "[ Clean QuickScripts ]"
  7367. characterhealth6.BackgroundColor = BrickColor.new(1)
  7368.  
  7369. function click()
  7370. stuff = game.Workspace:GetChildren()
  7371. for i = 1 , #stuff do
  7372. if stuff[i].Name == "QuickScript" then
  7373. stuff[i]:Remove()
  7374. end
  7375. end
  7376. end
  7377. characterhealth6.MouseButton1Click:connect(click)
  7378.  
  7379.  
  7380. characterhealth7 = Instance.new("TextButton")
  7381. characterhealth7.Parent = charactergui
  7382. characterhealth7.Name = "CharacterButton"
  7383. characterhealth7.BackgroundTransparency = 0.5
  7384. characterhealth7.Position = UDim2.new(1, 0, 0.8, 0)
  7385. characterhealth7.Size = UDim2.new(1, 0, 0.05, 0)
  7386. characterhealth7.Text = "[ Clean Workspace ]"
  7387. characterhealth7.BackgroundColor = BrickColor.new(1)
  7388.  
  7389. function click()
  7390. stuff = game.Workspace:GetChildren()
  7391. for i = 1 , #stuff do
  7392. if stuff[i].className ~= "Script" then
  7393. if game.Players:GetPlayerFromCharacter(stuff[i]) == nil then
  7394. stuff[i]:Remove()
  7395. end
  7396. end
  7397. end
  7398. p = Instance.new("Part")
  7399. p.Parent = game.Workspace
  7400. p.Name = "Base"
  7401. p.Anchored = true
  7402. p.BottomSurface = "Smooth"
  7403. p.BrickColor = BrickColor.new (28)
  7404. p.Size = Vector3.new(512, 1, 512)
  7405. p.CFrame = CFrame.new(Vector3.new(0, 0, 0))
  7406.  
  7407. game.Lighting.ColorShift_Bottom = Color3.new(100, 100, 100)
  7408. game.Lighting.ColorShift_Top = Color3.new(0, 0, 0)
  7409. game.Lighting.Ambient = Color3.new(2, 2, 2)
  7410. game.Lighting.Brightness = 1
  7411. game.Lighting.TimeOfDay = "12:00:00"
  7412. end
  7413. characterhealth7.MouseButton1Click:connect(click)
  7414.  
  7415.  
  7416. characterhealth17 = Instance.new("TextButton")
  7417. characterhealth17.Parent = charactergui
  7418. characterhealth17.Name = "CharacterButton"
  7419. characterhealth17.BackgroundTransparency = 0.5
  7420. characterhealth17.Position = UDim2.new(1, 0, 0.65, 0)
  7421. characterhealth17.Size = UDim2.new(1, 0, 0.05, 0)
  7422. characterhealth17.Text = "[ Remove All Scripts ]"
  7423. characterhealth17.BackgroundColor = BrickColor.new(23)
  7424.  
  7425. function ccclick()
  7426. stuff = workspace:GetChildren()
  7427. for i = 1 , #stuff do
  7428. if stuff[i].className == "Script" and stuff[i].Name ~= script.Name then
  7429. stuff[i]:Remove()
  7430. end
  7431. end
  7432. end
  7433. characterhealth17.MouseButton1Click:connect(ccclick)
  7434.  
  7435.  
  7436. characterhealth9 = Instance.new("TextButton")
  7437. characterhealth9.Parent = charactergui
  7438. characterhealth9.Name = "CharacterButton"
  7439. characterhealth9.BackgroundTransparency = 0.5
  7440. characterhealth9.Position = UDim2.new(1, 0, 0.85, 0)
  7441. characterhealth9.Size = UDim2.new(1, 0, 0.05, 0)
  7442. characterhealth9.Text = "[ Debug Messages ]"
  7443. characterhealth9.BackgroundColor = BrickColor.new(1)
  7444.  
  7445. function click()
  7446. stuff = game.Workspace:GetChildren()
  7447. for i = 1 , #stuff do
  7448. if stuff[i].className == "Message" or stuff[i].className == "Hint" then
  7449. stuff[i]:Remove()
  7450. end
  7451. hax = stuff[i]:GetChildren()
  7452. for i = 1 , #hax do
  7453. if hax[i].className == "Message" or hax[i].className == "Message" then
  7454. hax[i]:Remove()
  7455. end
  7456. end
  7457. end
  7458. stuff = game.Players:GetChildren()
  7459. for i = 1 , #stuff do
  7460. l = stuff[i]:GetChildren()
  7461. for i = 1 , #l do
  7462. if l[i].className == "Message" or l[i].className == "Hint" then
  7463. l[i]:Remove()
  7464. end
  7465. end
  7466. end
  7467. end
  7468. characterhealth9.MouseButton1Click:connect(click)
  7469.  
  7470.  
  7471.  
  7472.  
  7473. characterhealth91 = Instance.new("TextButton")
  7474. characterhealth91.Parent = charactergui
  7475. characterhealth91.Name = "CharacterButton"
  7476. characterhealth91.BackgroundTransparency = 0.5
  7477. characterhealth91.Position = UDim2.new(1, 0, 0.9, 0)
  7478. characterhealth91.Size = UDim2.new(1, 0, 0.05, 0)
  7479. characterhealth91.Text = "[ Reset ]"
  7480. characterhealth91.BackgroundColor = BrickColor.new(1)
  7481.  
  7482. function click()
  7483. me.Character:BreakJoints()
  7484. end
  7485. characterhealth91.MouseButton1Click:connect(click)
  7486.  
  7487.  
  7488. characterhealth92 = Instance.new("TextButton")
  7489. characterhealth92.Parent = charactergui
  7490. characterhealth92.Name = "CharacterButton"
  7491. characterhealth92.BackgroundTransparency = 0.5
  7492. characterhealth92.Position = UDim2.new(1, 0, 0.95, 0)
  7493. characterhealth92.Size = UDim2.new(1, 0, 0.05, 0)
  7494. characterhealth92.Text = "[ Unstuck ]"
  7495. characterhealth92.BackgroundColor = BrickColor.new(1)
  7496.  
  7497. function click()
  7498. Torso = me.Character:findFirstChild("Torso")
  7499. if Torso ~= nil then
  7500. stuff = Torso:findFirstChild("BodyGyro")
  7501. if stuff ~= nil then
  7502. stuff:Remove()
  7503. end
  7504. stuff = Torso:findFirstChild("BodyPosition")
  7505. if stuff ~= nil then
  7506. stuff:Remove()
  7507. end
  7508. stuff = Torso:findFirstChild("BodyVelocity")
  7509. if stuff ~= nil then
  7510. stuff:Remove()
  7511. end
  7512. stuff = Torso:findFirstChild("BodyThrust")
  7513. if stuff ~= nil then
  7514. stuff:Remove()
  7515. end
  7516. me.Character:MoveTo(Torso.Position+Vector3.new(0, 5, 0))
  7517. end
  7518. end
  7519. characterhealth92.MouseButton1Click:connect(click)
  7520.  
  7521.  
  7522.  
  7523. characterhealth93 = Instance.new("TextButton")
  7524. characterhealth93.Parent = charactergui
  7525. characterhealth93.Name = "CharacterButton"
  7526. characterhealth93.BackgroundTransparency = 0.5
  7527. characterhealth93.Position = UDim2.new(1, 0, 1, 0)
  7528. characterhealth93.Size = UDim2.new(1, 0, 0.05, 0)
  7529. characterhealth93.Text = "[ Teleport To Base ]"
  7530. characterhealth93.BackgroundColor = BrickColor.new(1)
  7531.  
  7532.  
  7533. function click()
  7534. Torso = game.Workspace:findFirstChild("Base")
  7535. if Torso ~= nil then
  7536. me.Character:MoveTo(Torso.Position)
  7537. end
  7538. end
  7539. characterhealth93.MouseButton1Click:connect(click)
  7540.  
  7541. characterhealth94 = Instance.new("TextButton")
  7542. characterhealth94.Parent = charactergui
  7543. characterhealth94.Name = "CharacterButton"
  7544. characterhealth94.BackgroundTransparency = 0.5
  7545. characterhealth94.Position = UDim2.new(1, 0, 1.05, 0)
  7546. characterhealth94.Size = UDim2.new(1, 0, 0.05, 0)
  7547. characterhealth94.Text = "[ ForceField ]"
  7548. characterhealth94.BackgroundColor = BrickColor.new(1)
  7549.  
  7550. function click()
  7551. ff = me.Character:findFirstChild("ForceField")
  7552. if ff ~= nil then
  7553. ff:Remove()
  7554. end
  7555. ff = me.Character:findFirstChild("ForceFielD")
  7556. if ff ~= nil then
  7557. ff:Remove()
  7558. end
  7559. p = Instance.new("ForceField")
  7560. p.Name = "ForceFielD"
  7561. p.Parent = me.Character
  7562. end
  7563. characterhealth94.MouseButton1Click:connect(click)
  7564.  
  7565. characterhealth95 = Instance.new("TextButton")
  7566. characterhealth95.Parent = charactergui
  7567. characterhealth95.Name = "CharacterButton"
  7568. characterhealth95.BackgroundTransparency = 0.5
  7569. characterhealth95.Position = UDim2.new(1, 0, 1.1, 0)
  7570. characterhealth95.Size = UDim2.new(1, 0, 0.05, 0)
  7571. characterhealth95.Text = "[ Un-ForceField ]"
  7572. characterhealth95.BackgroundColor = BrickColor.new(1)
  7573.  
  7574. function click()
  7575. ff = me.Character:findFirstChild("ForceField")
  7576. if ff ~= nil then
  7577. ff:Remove()
  7578. end
  7579. ff = me.Character:findFirstChild("ForceFielD")
  7580. if ff ~= nil then
  7581. ff:Remove()
  7582. end
  7583. end
  7584. characterhealth95.MouseButton1Click:connect(click)
  7585.  
  7586.  
  7587.  
  7588.  
  7589.  
  7590.  
  7591.  
  7592.  
  7593.  
  7594. commands = Instance.new("ImageButton")
  7595. commands.Parent = maingui
  7596. commands.Name = "Character"
  7597. commands.Size = UDim2.new(0.01, 0, 0.48, 0)
  7598. commands.Position = UDim2.new(0.3, 0, 0.4, 0)
  7599. commands.BackgroundTransparency = 1
  7600.  
  7601.  
  7602. characterbutton2 = Instance.new("TextButton")
  7603. characterbutton2.Parent = maingui
  7604. characterbutton2.Name = "CharacterButton"
  7605. characterbutton2.BackgroundTransparency = 0.5
  7606. characterbutton2.BackgroundColor = BrickColor.new(21)
  7607. characterbutton2.Position = UDim2.new(0.16, 0, 0.4, 0)
  7608. characterbutton2.Size = UDim2.new(0.15, 0, 0.05, 0)
  7609. characterbutton2.Text = "[ Hide Commands ]"
  7610.  
  7611. opened2 = true
  7612. function clicck()
  7613. if opened2 == true then
  7614. commands.Visible = false
  7615. characterbutton2.Text = "[ Show Commands ]"
  7616. opened2 = false
  7617. else
  7618. commands.Visible = true
  7619. characterbutton2.Text = "[ Hide Commands ]"
  7620. opened2 = true
  7621. end
  7622. end
  7623. characterbutton2.MouseButton1Click:connect(clicck)
  7624.  
  7625.  
  7626.  
  7627.  
  7628.  
  7629.  
  7630.  
  7631.  
  7632. characterhealth96 = Instance.new("TextButton")
  7633. characterhealth96.Parent = commands
  7634. characterhealth96.Name = "CharacterButton"
  7635. characterhealth96.BackgroundTransparency = 0.5
  7636. characterhealth96.Position = UDim2.new(1, 0, 0, 0)
  7637. characterhealth96.Size = UDim2.new(10, 0, 0.1, 0)
  7638. characterhealth96.Text = "[ Lighting Commands ]"
  7639. characterhealth96.BackgroundColor = BrickColor.new(1)
  7640.  
  7641. lighting = Instance.new("TextButton")
  7642. lighting.Parent = commands
  7643. lighting.Name = "CharacterButton"
  7644. lighting.BackgroundTransparency = 0.5
  7645. lighting.Position = UDim2.new(11, 0, 0, 0)
  7646. lighting.Size = UDim2.new(10, 0, 0.1, 0)
  7647. lighting.BackgroundTransparency = 1
  7648. lighting.BackgroundColor = BrickColor.new(1)
  7649. lighting.Visible = false
  7650. lighting.Text = ""
  7651.  
  7652. opened3 = true
  7653. function clickk()
  7654. if opened3 == true then
  7655. lighting.Visible = false
  7656. opened3 = false
  7657. else
  7658. lighting.Visible = true
  7659. opened3 = true
  7660. end
  7661. end
  7662. characterhealth96.MouseButton1Click:connect(clickk)
  7663.  
  7664. characterhealth97 = Instance.new("TextButton")
  7665. characterhealth97.Parent = lighting
  7666. characterhealth97.Name = "CharacterButton"
  7667. characterhealth97.BackgroundTransparency = 0.5
  7668. characterhealth97.Position = UDim2.new(0, 0, 0, 0)
  7669. characterhealth97.Size = UDim2.new(1, 0, 1, 0)
  7670. characterhealth97.Text = "[ Normal Lighting ]"
  7671. characterhealth97.BackgroundColor = BrickColor.new(1)
  7672.  
  7673. function clicky()
  7674. game.Lighting.ColorShift_Bottom = Color3.new(100, 100, 100)
  7675. game.Lighting.ColorShift_Top = Color3.new(0, 0, 0)
  7676. game.Lighting.Ambient = Color3.new(2, 2, 2)
  7677. game.Lighting.TimeOfDay = "12:00:00"
  7678. game.Lighting.Brightness = 1
  7679. end
  7680. characterhealth97.MouseButton1Click:connect(clicky)
  7681.  
  7682.  
  7683. characterhealth98 = Instance.new("TextButton")
  7684. characterhealth98.Parent = lighting
  7685. characterhealth98.Name = "CharacterButton"
  7686. characterhealth98.BackgroundTransparency = 0.5
  7687. characterhealth98.Position = UDim2.new(0, 0, 1, 0)
  7688. characterhealth98.Size = UDim2.new(1, 0, 1, 0)
  7689. characterhealth98.Text = "[ Day ]"
  7690. characterhealth98.BackgroundColor = BrickColor.new(1)
  7691.  
  7692. function clickyy()
  7693. game.Lighting.TimeOfDay = "12:00:00"
  7694. end
  7695. characterhealth98.MouseButton1Click:connect(clickyy)
  7696.  
  7697.  
  7698.  
  7699. characterhealth99 = Instance.new("TextButton")
  7700. characterhealth99.Parent = lighting
  7701. characterhealth99.Name = "CharacterButton"
  7702. characterhealth99.BackgroundTransparency = 0.5
  7703. characterhealth99.Position = UDim2.new(0, 0, 2, 0)
  7704. characterhealth99.Size = UDim2.new(1, 0, 1, 0)
  7705. characterhealth99.Text = "[ Dawn ]"
  7706. characterhealth99.BackgroundColor = BrickColor.new(1)
  7707.  
  7708. function clickyyy()
  7709. game.Lighting.TimeOfDay = "18:00:00"
  7710. end
  7711. characterhealth99.MouseButton1Click:connect(clickyyy)
  7712.  
  7713.  
  7714. characterhealth991 = Instance.new("TextButton")
  7715. characterhealth991.Parent = lighting
  7716. characterhealth991.Name = "CharacterButton"
  7717. characterhealth991.BackgroundTransparency = 0.5
  7718. characterhealth991.Position = UDim2.new(0, 0, 3, 0)
  7719. characterhealth991.Size = UDim2.new(1, 0, 1, 0)
  7720. characterhealth991.Text = "[ Night ]"
  7721. characterhealth991.BackgroundColor = BrickColor.new(1)
  7722.  
  7723. function clickyyyy()
  7724. game.Lighting.TimeOfDay = "00:00:00"
  7725. end
  7726. characterhealth991.MouseButton1Click:connect(clickyyyy)
  7727.  
  7728.  
  7729.  
  7730. characterhealth992 = Instance.new("TextButton")
  7731. characterhealth992.Parent = lighting
  7732. characterhealth992.Name = "CharacterButton"
  7733. characterhealth992.BackgroundTransparency = 0.5
  7734. characterhealth992.Position = UDim2.new(0, 0, 4, 0)
  7735. characterhealth992.Size = UDim2.new(1, 0, 1, 0)
  7736. characterhealth992.Text = "[ Brightness - 1 ]"
  7737. characterhealth992.BackgroundColor = BrickColor.new(1)
  7738.  
  7739. function clickyyyyy()
  7740. game.Lighting.Brightness = game.Lighting.Brightness - 1
  7741. end
  7742. characterhealth992.MouseButton1Click:connect(clickyyyyy)
  7743.  
  7744.  
  7745. characterhealth993 = Instance.new("TextButton")
  7746. characterhealth993.Parent = lighting
  7747. characterhealth993.Name = "CharacterButton"
  7748. characterhealth993.BackgroundTransparency = 0.5
  7749. characterhealth993.Position = UDim2.new(0, 0, 5, 0)
  7750. characterhealth993.Size = UDim2.new(1, 0, 1, 0)
  7751. characterhealth993.Text = "[ Brightness + 1 ]"
  7752. characterhealth993.BackgroundColor = BrickColor.new(1)
  7753.  
  7754. function clickyyyyyy()
  7755. game.Lighting.Brightness = game.Lighting.Brightness + 1
  7756. end
  7757. characterhealth993.MouseButton1Click:connect(clickyyyyyy)
  7758.  
  7759.  
  7760.  
  7761. characterhealth994 = Instance.new("TextButton")
  7762. characterhealth994.Parent = lighting
  7763. characterhealth994.Name = "CharacterButton"
  7764. characterhealth994.BackgroundTransparency = 0.5
  7765. characterhealth994.Position = UDim2.new(0, 0, 6, 0)
  7766. characterhealth994.Size = UDim2.new(1, 0, 1, 0)
  7767. characterhealth994.Text = "[ Disco ]"
  7768. characterhealth994.BackgroundColor = BrickColor.new(1)
  7769.  
  7770. disco = false
  7771. function clickyyyyyyy()
  7772. if disco == false then
  7773. disco = true
  7774. for i = 1 , 20 do
  7775. game.Lighting.Ambient = Color3.new(math.random(),math.random(),math.random())
  7776. wait(0.1)
  7777. end
  7778. disco = false
  7779. end
  7780. end
  7781. characterhealth994.MouseButton1Click:connect(clickyyyyyyy)
  7782.  
  7783.  
  7784.  
  7785.  
  7786.  
  7787.  
  7788.  
  7789.  
  7790.  
  7791.  
  7792.  
  7793.  
  7794.  
  7795. characterhealth995 = Instance.new("TextButton")
  7796. characterhealth995.Parent = commands
  7797. characterhealth995.Name = "CharacterButton"
  7798. characterhealth995.BackgroundTransparency = 0.5
  7799. characterhealth995.Position = UDim2.new(1, 0, 0.1, 0)
  7800. characterhealth995.Size = UDim2.new(10, 0, 0.1, 0)
  7801. characterhealth995.Text = "[ Self Commands ]"
  7802. characterhealth995.BackgroundColor = BrickColor.new(1)
  7803.  
  7804. self = Instance.new("TextButton")
  7805. self.Parent = commands
  7806. self.Name = "CharacterButton"
  7807. self.BackgroundTransparency = 0.5
  7808. self.Position = UDim2.new(11, 0, 0, 0)
  7809. self.Size = UDim2.new(10, 0, 0.1, 0)
  7810. self.BackgroundTransparency = 1
  7811. self.BackgroundColor = BrickColor.new(1)
  7812. self.Visible = false
  7813. self.Text = ""
  7814.  
  7815. opened3 = true
  7816. function clickk()
  7817. if opened3 == true then
  7818. self.Visible = false
  7819. opened3 = false
  7820. else
  7821. self.Visible = true
  7822. opened3 = true
  7823. end
  7824. end
  7825. characterhealth995.MouseButton1Click:connect(clickk)
  7826.  
  7827.  
  7828. characterhealth996 = Instance.new("TextButton")
  7829. characterhealth996.Parent = self
  7830. characterhealth996.Name = "CharacterButton"
  7831. characterhealth996.BackgroundTransparency = 0.5
  7832. characterhealth996.Position = UDim2.new(0, 0, 1, 0)
  7833. characterhealth996.Size = UDim2.new(1, 0, 1, 0)
  7834. characterhealth996.Text = "[ Heal ]"
  7835. characterhealth996.BackgroundColor = BrickColor.new(1)
  7836.  
  7837. function clickyyyyyyyy()
  7838. me.Character.Humanoid.Health = me.Character.Humanoid.MaxHealth
  7839. end
  7840. characterhealth996.MouseButton1Click:connect(clickyyyyyyyy)
  7841.  
  7842.  
  7843.  
  7844. characterhealth997 = Instance.new("TextButton")
  7845. characterhealth997.Parent = self
  7846. characterhealth997.Name = "CharacterButton"
  7847. characterhealth997.BackgroundTransparency = 0.5
  7848. characterhealth997.Position = UDim2.new(0, 0, 2, 0)
  7849. characterhealth997.Size = UDim2.new(1, 0, 1, 0)
  7850. characterhealth997.Text = "[ God Health ]"
  7851. characterhealth997.BackgroundColor = BrickColor.new(1)
  7852.  
  7853. function clickyyyyyyyyy()
  7854. me.Character.Humanoid.MaxHealth = math.huge
  7855. end
  7856. characterhealth997.MouseButton1Click:connect(clickyyyyyyyyy)
  7857.  
  7858.  
  7859.  
  7860. characterhealth998 = Instance.new("TextButton")
  7861. characterhealth998.Parent = self
  7862. characterhealth998.Name = "CharacterButton"
  7863. characterhealth998.BackgroundTransparency = 0.5
  7864. characterhealth998.Position = UDim2.new(0, 0, 3, 0)
  7865. characterhealth998.Size = UDim2.new(1, 0, 1, 0)
  7866. characterhealth998.Text = "[ Mortal Health ]"
  7867. characterhealth998.BackgroundColor = BrickColor.new(1)
  7868.  
  7869. function clickyyyyyyyyyy()
  7870. me.Character.Humanoid.MaxHealth = 100
  7871. me.Character.Humanoid.Health = 100
  7872. end
  7873. characterhealth998.MouseButton1Click:connect(clickyyyyyyyyyy)
  7874.  
  7875.  
  7876.  
  7877.  
  7878. characterhealth999 = Instance.new("TextButton")
  7879. characterhealth999.Parent = self
  7880. characterhealth999.Name = "CharacterButton"
  7881. characterhealth999.BackgroundTransparency = 0.5
  7882. characterhealth999.Position = UDim2.new(0, 0, 4, 0)
  7883. characterhealth999.Size = UDim2.new(1, 0, 1, 0)
  7884. characterhealth999.Text = "[ Normal Speed ]"
  7885. characterhealth999.BackgroundColor = BrickColor.new(1)
  7886.  
  7887. function clickyyyyyyyyyyy()
  7888. me.Character.Humanoid.WalkSpeed = 16
  7889. end
  7890. characterhealth999.MouseButton1Click:connect(clickyyyyyyyyyyy)
  7891.  
  7892.  
  7893. characterhealth9991 = Instance.new("TextButton")
  7894. characterhealth9991.Parent = self
  7895. characterhealth9991.Name = "CharacterButton"
  7896. characterhealth9991.BackgroundTransparency = 0.5
  7897. characterhealth9991.Position = UDim2.new(0, 0, 5, 0)
  7898. characterhealth9991.Size = UDim2.new(1, 0, 1, 0)
  7899. characterhealth9991.Text = "[ Speed + 10 ]"
  7900. characterhealth9991.BackgroundColor = BrickColor.new(1)
  7901.  
  7902. function clickyyyyyyyyyyyy()
  7903. me.Character.Humanoid.WalkSpeed = me.Character.Humanoid.WalkSpeed + 10
  7904. end
  7905. characterhealth9991.MouseButton1Click:connect(clickyyyyyyyyyyyy)
  7906.  
  7907.  
  7908. characterhealth9992 = Instance.new("TextButton")
  7909. characterhealth9992.Parent = self
  7910. characterhealth9992.Name = "CharacterButton"
  7911. characterhealth9992.BackgroundTransparency = 0.5
  7912. characterhealth9992.Position = UDim2.new(0, 0, 6, 0)
  7913. characterhealth9992.Size = UDim2.new(1, 0, 1, 0)
  7914. characterhealth9992.Text = "[ Speed - 10 ]"
  7915. characterhealth9992.BackgroundColor = BrickColor.new(1)
  7916.  
  7917. function clickyyyyyyyyyyyyy()
  7918. me.Character.Humanoid.WalkSpeed = me.Character.Humanoid.WalkSpeed - 10
  7919. end
  7920. characterhealth9992.MouseButton1Click:connect(clickyyyyyyyyyyyyy)
  7921.  
  7922.  
  7923.  
  7924.  
  7925. characterhealth99922 = Instance.new("TextButton")
  7926. characterhealth99922.Parent = self
  7927. characterhealth99922.Name = "CharacterButton"
  7928. characterhealth99922.BackgroundTransparency = 0.5
  7929. characterhealth99922.Position = UDim2.new(0, 0, 7, 0)
  7930. characterhealth99922.Size = UDim2.new(1, 0, 1, 0)
  7931. characterhealth99922.Text = "[ Invisible ]"
  7932. characterhealth99922.BackgroundColor = BrickColor.new(1)
  7933.  
  7934. function clickyyyyyyyyyyyyyy()
  7935.  
  7936. stuff = me.Character:GetChildren()
  7937. for i = 1 , #stuff do
  7938. if stuff[i].className == "Part" then
  7939. stuff[i].Transparency = 1
  7940. end
  7941. if stuff[i].className == "Hat" then
  7942. d = stuff[i]:findFirstChild("Handle")
  7943. if d ~= nil then
  7944. d.Transparency = 1
  7945. end
  7946. end
  7947. end
  7948. end
  7949. characterhealth99922.MouseButton1Click:connect(clickyyyyyyyyyyyyyy)
  7950.  
  7951.  
  7952. characterhealth999222 = Instance.new("TextButton")
  7953. characterhealth999222.Parent = self
  7954. characterhealth999222.Name = "CharacterButton"
  7955. characterhealth999222.BackgroundTransparency = 0.5
  7956. characterhealth999222.Position = UDim2.new(0, 0, 8, 0)
  7957. characterhealth999222.Size = UDim2.new(1, 0, 1, 0)
  7958. characterhealth999222.Text = "[ Visible ]"
  7959. characterhealth999222.BackgroundColor = BrickColor.new(1)
  7960.  
  7961. function clickyyyyyyyyyyyyyyy()
  7962.  
  7963. stuff = me.Character:GetChildren()
  7964. for i = 1 , #stuff do
  7965. if stuff[i].className == "Part" then
  7966. stuff[i].Transparency = 0
  7967. end
  7968. if stuff[i].className == "Hat" then
  7969. d = stuff[i]:findFirstChild("Handle")
  7970. if d ~= nil then
  7971. d.Transparency = 0
  7972. end
  7973. end
  7974. end
  7975. end
  7976. characterhealth999222.MouseButton1Click:connect(clickyyyyyyyyyyyyyyy)
  7977.  
  7978.  
  7979.  
  7980. chchharacteerhealthh96 = Instance.new("TextButton")
  7981. chchharacteerhealthh96.Parent = commands
  7982. chchharacteerhealthh96.Name = "CharacterButton"
  7983. chchharacteerhealthh96.BackgroundTransparency = 0.5
  7984. chchharacteerhealthh96.Position = UDim2.new(1, 0, 0.5, 0)
  7985. chchharacteerhealthh96.Size = UDim2.new(10, 0, 0.1, 0)
  7986. chchharacteerhealthh96.Text = "[ Stare Mode ]"
  7987. chchharacteerhealthh96.BackgroundColor = BrickColor.new(1)
  7988.  
  7989. function ccccccliiickk()
  7990. if Stare == false then
  7991. Stare = true
  7992. else
  7993. Stare = false
  7994. end
  7995. end
  7996. chchharacteerhealthh96.MouseButton1Click:connect(ccccccliiickk)
  7997.  
  7998.  
  7999.  
  8000. chcharacteerhealthh96 = Instance.new("TextButton")
  8001. chcharacteerhealthh96.Parent = commands
  8002. chcharacteerhealthh96.Name = "CharacterButton"
  8003. chcharacteerhealthh96.BackgroundTransparency = 0.5
  8004. chcharacteerhealthh96.Position = UDim2.new(1, 0, 0.4, 0)
  8005. chcharacteerhealthh96.Size = UDim2.new(10, 0, 0.1, 0)
  8006. chcharacteerhealthh96.Text = "[ Swords ]"
  8007. chcharacteerhealthh96.BackgroundColor = BrickColor.new(1)
  8008.  
  8009. function ccccliiickk()
  8010.  
  8011. p = me.Character:findFirstChild("Swords")
  8012. if p ~= nil then
  8013. p:Remove()
  8014. end
  8015. p = me.Character:findFirstChild("Right Arm")
  8016. if p ~= nil then
  8017. p = Instance.new("Model")
  8018. p.Parent = me.Character
  8019. p.Name = "Swords"
  8020. d = Instance.new("Part")
  8021. d.Anchored = false
  8022. d.CanCollide = false
  8023. d.Parent = p
  8024. d.Size = Vector3.new(1, 1, 1)
  8025. d.Locked = true
  8026. d.TopSurface = "Smooth"
  8027. d.BottomSurface = "Smooth"
  8028. d.CFrame = me.Character.Torso.CFrame
  8029. d.BrickColor = BrickColor.new(26)
  8030. b = Instance.new("Weld")
  8031. b.Parent = me.Character:findFirstChild("Right Arm")
  8032. b.Part0 = me.Character:findFirstChild("Right Arm")
  8033. b.Part1 = d
  8034. b.C0 = CFrame.new(Vector3.new(0, -1, 0)) * CFrame.fromEulerAnglesXYZ(1.57, 0, 0)
  8035. f = Instance.new("SpecialMesh")
  8036. f.Parent = d
  8037. f.MeshType = "Brick"
  8038. f.Scale = Vector3.new(0.4, 1.5, 0.4)
  8039. dd = Instance.new("Part")
  8040. dd.Anchored = false
  8041. dd.Parent = p
  8042. dd.CanCollide = false
  8043. dd.Size = Vector3.new(1, 1, 1)
  8044. dd.Locked = true
  8045. dd.TopSurface = "Smooth"
  8046. dd.BottomSurface = "Smooth"
  8047. dd.CFrame = me.Character.Torso.CFrame
  8048. dd.BrickColor = BrickColor.new(26)
  8049. b = Instance.new("Weld")
  8050. b.Parent = d
  8051. b.Part0 = d
  8052. b.Part1 = dd
  8053. b.C0 = CFrame.new(Vector3.new(0, -0.8, 0)) * CFrame.fromEulerAnglesXYZ(0, 0, 0)
  8054. f = Instance.new("CylinderMesh")
  8055. f.Parent = dd
  8056. f.Scale = Vector3.new(0.85, 0.3, 0.85)
  8057. dd = Instance.new("Part")
  8058. dd.Anchored = false
  8059. dd.Parent = p
  8060. dd.CanCollide = false
  8061. dd.Size = Vector3.new(1, 4, 1)
  8062. dd.Locked = true
  8063. dd.TopSurface = "Smooth"
  8064. dd.BottomSurface = "Smooth"
  8065. dd.CFrame = me.Character.Torso.CFrame
  8066. dd.BrickColor = BrickColor.new(1)
  8067. b = Instance.new("Weld")
  8068. b.Parent = d
  8069. b.Part0 = d
  8070. b.Part1 = dd
  8071. b.C0 = CFrame.new(Vector3.new(0, -2, 0)) * CFrame.fromEulerAnglesXYZ(0, 0, 0)
  8072. f = Instance.new("SpecialMesh")
  8073. f.MeshType = "Brick"
  8074. f.Parent = dd
  8075. f.Scale = Vector3.new(0.25, 1, 0.35)
  8076. dd = Instance.new("Part")
  8077. dd.Anchored = false
  8078. dd.Parent = p
  8079. dd.Size = Vector3.new(1, 1, 1)
  8080. dd.Locked = true
  8081. dd.TopSurface = "Smooth"
  8082. dd.BottomSurface = "Smooth"
  8083. dd.CanCollide = false
  8084. dd.CFrame = me.Character.Torso.CFrame
  8085. dd.BrickColor = BrickColor.new(1)
  8086. b = Instance.new("Weld")
  8087. b.Parent = d
  8088. b.Part0 = d
  8089. b.Part1 = dd
  8090. b.C0 = CFrame.new(Vector3.new(0, -4.4, 0)) * CFrame.fromEulerAnglesXYZ(3.14, 0, 0)
  8091. f = Instance.new("SpecialMesh")
  8092. f.MeshType = "Wedge"
  8093. f.Parent = dd
  8094. f.Scale = Vector3.new(0.25, 1, 0.35)
  8095. end
  8096.  
  8097. things = p:GetChildren()
  8098. for i = 1 , #things do
  8099. if things[i].className == "Part" and things[i].Name ~= eyeball3.Name then
  8100. function bleh(hit)
  8101. if hit.Parent.Name ~= "Eyeball" and hit.Parent.Name ~= me.Character.Name and hit.Name ~= "Lazor" and hit.Name ~= "Base" then
  8102. if hit.Parent.Parent.Name ~= me.Character.Name and hit.Parent.Name ~= "Jail" then
  8103. hit:BreakJoints()
  8104. end
  8105. end
  8106. end
  8107. things[i].Touched:connect(bleh)
  8108. end
  8109. end
  8110.  
  8111. p = me.Character:findFirstChild("Left Arm")
  8112. if p ~= nil then
  8113. p = Instance.new("Model")
  8114. p.Parent = me.Character
  8115. p.Name = "Swords"
  8116. d = Instance.new("Part")
  8117. d.Anchored = false
  8118. d.CanCollide = false
  8119. d.Parent = p
  8120. d.Size = Vector3.new(1, 1, 1)
  8121. d.Locked = true
  8122. d.TopSurface = "Smooth"
  8123. d.BottomSurface = "Smooth"
  8124. d.CFrame = me.Character.Torso.CFrame
  8125. d.BrickColor = BrickColor.new(26)
  8126. b = Instance.new("Weld")
  8127. b.Parent = me.Character:findFirstChild("Left Arm")
  8128. b.Part0 = me.Character:findFirstChild("Left Arm")
  8129. b.Part1 = d
  8130. b.C0 = CFrame.new(Vector3.new(0, -1, 0)) * CFrame.fromEulerAnglesXYZ(1.57, 0, 0)
  8131. f = Instance.new("SpecialMesh")
  8132. f.Parent = d
  8133. f.MeshType = "Brick"
  8134. f.Scale = Vector3.new(0.4, 1.5, 0.4)
  8135. dd = Instance.new("Part")
  8136. dd.Anchored = false
  8137. dd.Parent = p
  8138. dd.CanCollide = false
  8139. dd.Size = Vector3.new(1, 1, 1)
  8140. dd.Locked = true
  8141. dd.TopSurface = "Smooth"
  8142. dd.BottomSurface = "Smooth"
  8143. dd.CFrame = me.Character.Torso.CFrame
  8144. dd.BrickColor = BrickColor.new(26)
  8145. b = Instance.new("Weld")
  8146. b.Parent = d
  8147. b.Part0 = d
  8148. b.Part1 = dd
  8149. b.C0 = CFrame.new(Vector3.new(0, -0.8, 0)) * CFrame.fromEulerAnglesXYZ(0, 0, 0)
  8150. f = Instance.new("CylinderMesh")
  8151. f.Parent = dd
  8152. f.Scale = Vector3.new(0.85, 0.3, 0.85)
  8153. dd = Instance.new("Part")
  8154. dd.Anchored = false
  8155. dd.Parent = p
  8156. dd.CanCollide = false
  8157. dd.Size = Vector3.new(1, 4, 1)
  8158. dd.Locked = true
  8159. dd.TopSurface = "Smooth"
  8160. dd.BottomSurface = "Smooth"
  8161. dd.CFrame = me.Character.Torso.CFrame
  8162. dd.BrickColor = BrickColor.new(1)
  8163. b = Instance.new("Weld")
  8164. b.Parent = d
  8165. b.Part0 = d
  8166. b.Part1 = dd
  8167. b.C0 = CFrame.new(Vector3.new(0, -2, 0)) * CFrame.fromEulerAnglesXYZ(0, 0, 0)
  8168. f = Instance.new("SpecialMesh")
  8169. f.MeshType = "Brick"
  8170. f.Parent = dd
  8171. f.Scale = Vector3.new(0.25, 1, 0.35)
  8172. dd = Instance.new("Part")
  8173. dd.Anchored = false
  8174. dd.Parent = p
  8175. dd.Size = Vector3.new(1, 1, 1)
  8176. dd.Locked = true
  8177. dd.TopSurface = "Smooth"
  8178. dd.BottomSurface = "Smooth"
  8179. dd.CanCollide = false
  8180. dd.CFrame = me.Character.Torso.CFrame
  8181. dd.BrickColor = BrickColor.new(1)
  8182. b = Instance.new("Weld")
  8183. b.Parent = d
  8184. b.Part0 = d
  8185. b.Part1 = dd
  8186. b.C0 = CFrame.new(Vector3.new(0, -4.4, 0)) * CFrame.fromEulerAnglesXYZ(3.14, 0, 0)
  8187. f = Instance.new("SpecialMesh")
  8188. f.MeshType = "Wedge"
  8189. f.Parent = dd
  8190. f.Scale = Vector3.new(0.25, 1, 0.35)
  8191. end
  8192.  
  8193. things = p:GetChildren()
  8194. for i = 1 , #things do
  8195. if things[i].className == "Part" and things[i].Name ~= eyeball3.Name then
  8196. function bleh(hit)
  8197. if hit.Parent.Name ~= "Eyeball" and hit.Parent.Name ~= me.Character.Name and hit.Name ~= "Lazor" and hit.Name ~= "Base" then
  8198. if hit.Parent.Parent.Name ~= me.Character.Name and hit.Parent.Name ~= "Jail" then
  8199. hit:BreakJoints()
  8200. end
  8201. end
  8202. end
  8203. things[i].Touched:connect(bleh)
  8204. end
  8205. end
  8206.  
  8207. p = me.Character:findFirstChild("Head")
  8208. if p ~= nil then
  8209. p = Instance.new("Model")
  8210. p.Parent = me.Character
  8211. p.Name = "Swords"
  8212. d = Instance.new("Part")
  8213. d.Anchored = false
  8214. d.CanCollide = false
  8215. d.Parent = p
  8216. d.Size = Vector3.new(1, 1, 1)
  8217. d.Locked = true
  8218. d.TopSurface = "Smooth"
  8219. d.BottomSurface = "Smooth"
  8220. d.CFrame = me.Character.Torso.CFrame
  8221. d.BrickColor = BrickColor.new(26)
  8222. b = Instance.new("Weld")
  8223. b.Parent = me.Character:findFirstChild("Head")
  8224. b.Part0 = me.Character:findFirstChild("Head")
  8225. b.Part1 = d
  8226. b.C0 = CFrame.new(Vector3.new(0, -0.25, -0.5)) * CFrame.fromEulerAnglesXYZ(0, 3.14, 1.57)
  8227. f = Instance.new("SpecialMesh")
  8228. f.Parent = d
  8229. f.MeshType = "Brick"
  8230. f.Scale = Vector3.new(0.4, 1.5, 0.4)
  8231. dd = Instance.new("Part")
  8232. dd.Anchored = false
  8233. dd.Parent = p
  8234. dd.CanCollide = false
  8235. dd.Size = Vector3.new(1, 1, 1)
  8236. dd.Locked = true
  8237. dd.TopSurface = "Smooth"
  8238. dd.BottomSurface = "Smooth"
  8239. dd.CFrame = me.Character.Torso.CFrame
  8240. dd.BrickColor = BrickColor.new(26)
  8241. b = Instance.new("Weld")
  8242. b.Parent = d
  8243. b.Part0 = d
  8244. b.Part1 = dd
  8245. b.C0 = CFrame.new(Vector3.new(0, -0.8, 0)) * CFrame.fromEulerAnglesXYZ(0, 0, 0)
  8246. f = Instance.new("CylinderMesh")
  8247. f.Parent = dd
  8248. f.Scale = Vector3.new(0.85, 0.3, 0.85)
  8249. dd = Instance.new("Part")
  8250. dd.Anchored = false
  8251. dd.Parent = p
  8252. dd.CanCollide = false
  8253. dd.Size = Vector3.new(1, 4, 1)
  8254. dd.Locked = true
  8255. dd.TopSurface = "Smooth"
  8256. dd.BottomSurface = "Smooth"
  8257. dd.CFrame = me.Character.Torso.CFrame
  8258. dd.BrickColor = BrickColor.new(1)
  8259. b = Instance.new("Weld")
  8260. b.Parent = d
  8261. b.Part0 = d
  8262. b.Part1 = dd
  8263. b.C0 = CFrame.new(Vector3.new(0, -2, 0)) * CFrame.fromEulerAnglesXYZ(0, 0, 0)
  8264. f = Instance.new("SpecialMesh")
  8265. f.MeshType = "Brick"
  8266. f.Parent = dd
  8267. f.Scale = Vector3.new(0.25, 1, 0.35)
  8268. dd = Instance.new("Part")
  8269. dd.Anchored = false
  8270. dd.Parent = p
  8271. dd.Size = Vector3.new(1, 1, 1)
  8272. dd.Locked = true
  8273. dd.TopSurface = "Smooth"
  8274. dd.BottomSurface = "Smooth"
  8275. dd.CanCollide = false
  8276. dd.CFrame = me.Character.Torso.CFrame
  8277. dd.BrickColor = BrickColor.new(1)
  8278. b = Instance.new("Weld")
  8279. b.Parent = d
  8280. b.Part0 = d
  8281. b.Part1 = dd
  8282. b.C0 = CFrame.new(Vector3.new(0, -4.4, 0)) * CFrame.fromEulerAnglesXYZ(3.14, 0, 0)
  8283. f = Instance.new("SpecialMesh")
  8284. f.MeshType = "Wedge"
  8285. f.Parent = dd
  8286. f.Scale = Vector3.new(0.25, 1, 0.35)
  8287. end
  8288.  
  8289. things = p:GetChildren()
  8290. for i = 1 , #things do
  8291. if things[i].className == "Part" and things[i].Name ~= eyeball3.Name then
  8292. function bleh(hit)
  8293. if hit.Parent.Name ~= "Eyeball" and hit.Parent.Name ~= me.Character.Name and hit.Name ~= "Lazor" and hit.Name ~= "Base" then
  8294. if hit.Parent.Parent.Name ~= me.Character.Name and hit.Parent.Name ~= "Jail" then
  8295. hit:BreakJoints()
  8296. end
  8297. end
  8298. end
  8299. things[i].Touched:connect(bleh)
  8300. end
  8301. end
  8302.  
  8303. wait(0.5)
  8304. me.Character:MoveTo(me.Character.Torso.Position)
  8305. end
  8306. chcharacteerhealthh96.MouseButton1Click:connect(ccccliiickk)
  8307.  
  8308.  
  8309.  
  8310.  
  8311.  
  8312.  
  8313.  
  8314.  
  8315.  
  8316.  
  8317. characteerhealthh96 = Instance.new("TextButton")
  8318. characteerhealthh96.Parent = commands
  8319. characteerhealthh96.Name = "CharacterButton"
  8320. characteerhealthh96.BackgroundTransparency = 0.5
  8321. characteerhealthh96.Position = UDim2.new(1, 0, 0.3, 0)
  8322. characteerhealthh96.Size = UDim2.new(10, 0, 0.1, 0)
  8323. characteerhealthh96.Text = "[ Sounds ]"
  8324. characteerhealthh96.BackgroundColor = BrickColor.new(1)
  8325.  
  8326. ligghtingg = Instance.new("TextButton")
  8327. ligghtingg.Parent = commands
  8328. ligghtingg.Name = "CharacterButton"
  8329. ligghtingg.Position = UDim2.new(11, 0, 0, 0)
  8330. ligghtingg.Size = UDim2.new(10, 0, 0.1, 0)
  8331. ligghtingg.BackgroundTransparency = 1
  8332. ligghtingg.BackgroundColor = BrickColor.new(1)
  8333. ligghtingg.Visible = false
  8334. ligghtingg.Text = ""
  8335.  
  8336. openedddd3 = true
  8337. function ccliiickk()
  8338. if openedddd3 == true then
  8339. ligghtingg.Visible = false
  8340. openedddd3 = false
  8341. else
  8342. ligghtingg.Visible = true
  8343. openedddd3 = true
  8344. end
  8345. end
  8346. characteerhealthh96.MouseButton1Click:connect(ccliiickk)
  8347.  
  8348.  
  8349.  
  8350.  
  8351.  
  8352.  
  8353.  
  8354.  
  8355.  
  8356.  
  8357.  
  8358.  
  8359. characterhhealthh97 = Instance.new("TextButton")
  8360. characterhhealthh97.Parent = ligghtingg
  8361. characterhhealthh97.Name = "CharacterButton"
  8362. characterhhealthh97.BackgroundTransparency = 0.5
  8363. characterhhealthh97.Position = UDim2.new(0, 0, 3, 0)
  8364. characterhhealthh97.Size = UDim2.new(1, 0, 1, 0)
  8365. characterhhealthh97.Text = "[ None ]"
  8366. characterhhealthh97.BackgroundColor = BrickColor.new(1)
  8367.  
  8368. function hlickyy()
  8369. Sound = "None"
  8370.  
  8371. stuff = game.Workspace:GetChildren()
  8372. for i = 1 , #stuff do
  8373. if stuff[i].className == "Sound" then
  8374. stuff[i]:stop()
  8375. stuff[i]:Remove()
  8376. end
  8377. end
  8378.  
  8379. d = ligghtingg:GetChildren()
  8380. for i = 1 , #d do
  8381. if d[i].Name == "CharacterButton" then
  8382. if d[i].Text == "[ "..Sound.." ]" then
  8383. d[i].BackgroundColor = BrickColor.new(24)
  8384. end
  8385. end
  8386. end
  8387. s = ligghtingg:GetChildren()
  8388. for i = 1 , #s do
  8389. if s[i].className == "TextButton" and s[i].Text ~= "[ "..Sound.." ]" then
  8390. s[i].BackgroundColor = BrickColor.new(1)
  8391. end
  8392. end
  8393.  
  8394.  
  8395.  
  8396.  
  8397. end
  8398. characterhhealthh97.MouseButton1Click:connect(hlickyy)
  8399.  
  8400.  
  8401.  
  8402.  
  8403.  
  8404.  
  8405. characterhhhealthh97 = Instance.new("TextButton")
  8406. characterhhhealthh97.Parent = ligghtingg
  8407. characterhhhealthh97.Name = "CharacterButton"
  8408. characterhhhealthh97.BackgroundTransparency = 0.5
  8409. characterhhhealthh97.Position = UDim2.new(0, 0, 4, 0)
  8410. characterhhhealthh97.Size = UDim2.new(1, 0, 1, 0)
  8411. characterhhhealthh97.Text = "[ Rickroll ]"
  8412. characterhhhealthh97.BackgroundColor = BrickColor.new(1)
  8413.  
  8414. function hhlickyy()
  8415. Sound = "Rickroll"
  8416.  
  8417. stuff = game.Workspace:GetChildren()
  8418. for i = 1 , #stuff do
  8419. if stuff[i].className == "Sound" then
  8420. stuff[i]:stop()
  8421. stuff[i]:Remove()
  8422. end
  8423. end
  8424.  
  8425. p = Instance.new("Sound")
  8426. p.Parent = game.Workspace
  8427. p.Name = "BGMusic"
  8428. p.Pitch = 1
  8429. p.Looped = true
  8430. p.SoundId = "http://www.roblox.com/asset?id=2027611"
  8431. p.Volume = 1
  8432. p:play()
  8433.  
  8434. d = ligghtingg:GetChildren()
  8435. for i = 1 , #d do
  8436. if d[i].Name == "CharacterButton" then
  8437. if d[i].Text == "[ "..Sound.." ]" then
  8438. d[i].BackgroundColor = BrickColor.new(24)
  8439. end
  8440. end
  8441. end
  8442. s = ligghtingg:GetChildren()
  8443. for i = 1 , #s do
  8444. if s[i].className == "TextButton" and s[i].Text ~= "[ "..Sound.." ]" then
  8445. s[i].BackgroundColor = BrickColor.new(1)
  8446. end
  8447. end
  8448.  
  8449.  
  8450.  
  8451.  
  8452. end
  8453. characterhhhealthh97.MouseButton1Click:connect(hhlickyy)
  8454.  
  8455.  
  8456.  
  8457.  
  8458.  
  8459.  
  8460.  
  8461. characterhhhhealthh97 = Instance.new("TextButton")
  8462. characterhhhhealthh97.Parent = ligghtingg
  8463. characterhhhhealthh97.Name = "CharacterButton"
  8464. characterhhhhealthh97.BackgroundTransparency = 0.5
  8465. characterhhhhealthh97.Position = UDim2.new(0, 0, 5, 0)
  8466. characterhhhhealthh97.Size = UDim2.new(1, 0, 1, 0)
  8467. characterhhhhealthh97.Text = "[ One Winged Angel ]"
  8468. characterhhhhealthh97.BackgroundColor = BrickColor.new(1)
  8469.  
  8470. function hhhlickyy()
  8471. Sound = "One Winged Angel"
  8472.  
  8473. stuff = game.Workspace:GetChildren()
  8474. for i = 1 , #stuff do
  8475. if stuff[i].className == "Sound" then
  8476. stuff[i]:stop()
  8477. stuff[i]:Remove()
  8478. end
  8479. end
  8480.  
  8481. p = Instance.new("Sound")
  8482. p.Parent = game.Workspace
  8483. p.Name = "BGMusic"
  8484. p.Pitch = 1
  8485. p.Looped = true
  8486. p.SoundId = "http://www.roblox.com/asset?id=1372260"
  8487. p.Volume = 1
  8488. p:play()
  8489.  
  8490. d = ligghtingg:GetChildren()
  8491. for i = 1 , #d do
  8492. if d[i].Name == "CharacterButton" then
  8493. if d[i].Text == "[ "..Sound.." ]" then
  8494. d[i].BackgroundColor = BrickColor.new(24)
  8495. end
  8496. end
  8497. end
  8498. s = ligghtingg:GetChildren()
  8499. for i = 1 , #s do
  8500. if s[i].className == "TextButton" and s[i].Text ~= "[ "..Sound.." ]" then
  8501. s[i].BackgroundColor = BrickColor.new(1)
  8502. end
  8503. end
  8504.  
  8505.  
  8506.  
  8507.  
  8508. end
  8509. characterhhhhealthh97.MouseButton1Click:connect(hhhlickyy)
  8510.  
  8511.  
  8512.  
  8513.  
  8514.  
  8515.  
  8516.  
  8517.  
  8518.  
  8519.  
  8520. characterhhhhhealthh97 = Instance.new("TextButton")
  8521. characterhhhhhealthh97.Parent = ligghtingg
  8522. characterhhhhhealthh97.Name = "CharacterButton"
  8523. characterhhhhhealthh97.BackgroundTransparency = 0.5
  8524. characterhhhhhealthh97.Position = UDim2.new(0, 0, 6, 0)
  8525. characterhhhhhealthh97.Size = UDim2.new(1, 0, 1, 0)
  8526. characterhhhhhealthh97.Text = "[ Pokemon ]"
  8527. characterhhhhhealthh97.BackgroundColor = BrickColor.new(1)
  8528.  
  8529. function hhhhlickyy()
  8530. Sound = "Pokemon"
  8531.  
  8532. stuff = game.Workspace:GetChildren()
  8533. for i = 1 , #stuff do
  8534. if stuff[i].className == "Sound" then
  8535. stuff[i]:stop()
  8536. stuff[i]:Remove()
  8537. end
  8538. end
  8539.  
  8540. p = Instance.new("Sound")
  8541. p.Parent = game.Workspace
  8542. p.Name = "BGMusic"
  8543. p.Pitch = 1
  8544. p.Looped = true
  8545. p.SoundId = "http://www.roblox.com/asset?id=1372261"
  8546. p.Volume = 1
  8547. p:play()
  8548.  
  8549. d = ligghtingg:GetChildren()
  8550. for i = 1 , #d do
  8551. if d[i].Name == "CharacterButton" then
  8552. if d[i].Text == "[ "..Sound.." ]" then
  8553. d[i].BackgroundColor = BrickColor.new(24)
  8554. end
  8555. end
  8556. end
  8557. s = ligghtingg:GetChildren()
  8558. for i = 1 , #s do
  8559. if s[i].className == "TextButton" and s[i].Text ~= "[ "..Sound.." ]" then
  8560. s[i].BackgroundColor = BrickColor.new(1)
  8561. end
  8562. end
  8563.  
  8564.  
  8565.  
  8566.  
  8567. end
  8568. characterhhhhhealthh97.MouseButton1Click:connect(hhhhlickyy)
  8569.  
  8570.  
  8571.  
  8572.  
  8573.  
  8574.  
  8575.  
  8576.  
  8577.  
  8578. characterhhhhhhealthh97 = Instance.new("TextButton")
  8579. characterhhhhhhealthh97.Parent = ligghtingg
  8580. characterhhhhhhealthh97.Name = "CharacterButton"
  8581. characterhhhhhhealthh97.BackgroundTransparency = 0.5
  8582. characterhhhhhhealthh97.Position = UDim2.new(0, 0, 7, 0)
  8583. characterhhhhhhealthh97.Size = UDim2.new(1, 0, 1, 0)
  8584. characterhhhhhhealthh97.Text = "[ Fire Emblem ]"
  8585. characterhhhhhhealthh97.BackgroundColor = BrickColor.new(1)
  8586.  
  8587. function hhhhhlickyy()
  8588. Sound = "Fire Emblem"
  8589.  
  8590. stuff = game.Workspace:GetChildren()
  8591. for i = 1 , #stuff do
  8592. if stuff[i].className == "Sound" then
  8593. stuff[i]:stop()
  8594. stuff[i]:Remove()
  8595. end
  8596. end
  8597.  
  8598. p = Instance.new("Sound")
  8599. p.Parent = game.Workspace
  8600. p.Name = "BGMusic"
  8601. p.Pitch = 1
  8602. p.Looped = true
  8603. p.SoundId = "http://www.roblox.com/asset?id=1372259"
  8604. p.Volume = 1
  8605. p:play()
  8606.  
  8607. d = ligghtingg:GetChildren()
  8608. for i = 1 , #d do
  8609. if d[i].Name == "CharacterButton" then
  8610. if d[i].Text == "[ "..Sound.." ]" then
  8611. d[i].BackgroundColor = BrickColor.new(24)
  8612. end
  8613. end
  8614. end
  8615. s = ligghtingg:GetChildren()
  8616. for i = 1 , #s do
  8617. if s[i].className == "TextButton" and s[i].Text ~= "[ "..Sound.." ]" then
  8618. s[i].BackgroundColor = BrickColor.new(1)
  8619. end
  8620. end
  8621.  
  8622.  
  8623.  
  8624.  
  8625. end
  8626. characterhhhhhhealthh97.MouseButton1Click:connect(hhhhhlickyy)
  8627.  
  8628.  
  8629.  
  8630.  
  8631.  
  8632.  
  8633.  
  8634.  
  8635. characterhhhhhhhealthh97 = Instance.new("TextButton")
  8636. characterhhhhhhhealthh97.Parent = ligghtingg
  8637. characterhhhhhhhealthh97.Name = "CharacterButton"
  8638. characterhhhhhhhealthh97.BackgroundTransparency = 0.5
  8639. characterhhhhhhhealthh97.Position = UDim2.new(0, 0, 8, 0)
  8640. characterhhhhhhhealthh97.Size = UDim2.new(1, 0, 1, 0)
  8641. characterhhhhhhhealthh97.Text = "[ Starfox ]"
  8642. characterhhhhhhhealthh97.BackgroundColor = BrickColor.new(1)
  8643.  
  8644. function hhhhhhlickyy()
  8645. Sound = "Starfox"
  8646.  
  8647. stuff = game.Workspace:GetChildren()
  8648. for i = 1 , #stuff do
  8649. if stuff[i].className == "Sound" then
  8650. stuff[i]:stop()
  8651. stuff[i]:Remove()
  8652. end
  8653. end
  8654.  
  8655. p = Instance.new("Sound")
  8656. p.Parent = game.Workspace
  8657. p.Name = "BGMusic"
  8658. p.Pitch = 1
  8659. p.Looped = true
  8660. p.SoundId = "http://www.roblox.com/asset?id=1372262"
  8661. p.Volume = 1
  8662. p:play()
  8663.  
  8664. d = ligghtingg:GetChildren()
  8665. for i = 1 , #d do
  8666. if d[i].Name == "CharacterButton" then
  8667. if d[i].Text == "[ "..Sound.." ]" then
  8668. d[i].BackgroundColor = BrickColor.new(24)
  8669. end
  8670. end
  8671. end
  8672. s = ligghtingg:GetChildren()
  8673. for i = 1 , #s do
  8674. if s[i].className == "TextButton" and s[i].Text ~= "[ "..Sound.." ]" then
  8675. s[i].BackgroundColor = BrickColor.new(1)
  8676. end
  8677. end
  8678.  
  8679.  
  8680.  
  8681.  
  8682. end
  8683. characterhhhhhhhealthh97.MouseButton1Click:connect(hhhhhhlickyy)
  8684.  
  8685.  
  8686.  
  8687.  
  8688.  
  8689.  
  8690.  
  8691. characterhhhhhhhhealthh97 = Instance.new("TextButton")
  8692. characterhhhhhhhhealthh97.Parent = ligghtingg
  8693. characterhhhhhhhhealthh97.Name = "CharacterButton"
  8694. characterhhhhhhhhealthh97.BackgroundTransparency = 0.5
  8695. characterhhhhhhhhealthh97.Position = UDim2.new(0, 0, 9, 0)
  8696. characterhhhhhhhhealthh97.Size = UDim2.new(1, 0, 1, 0)
  8697. characterhhhhhhhhealthh97.Text = "[ Halo ]"
  8698. characterhhhhhhhhealthh97.BackgroundColor = BrickColor.new(1)
  8699.  
  8700. function hhhhhhhlickyy()
  8701. Sound = "Halo"
  8702.  
  8703. stuff = game.Workspace:GetChildren()
  8704. for i = 1 , #stuff do
  8705. if stuff[i].className == "Sound" then
  8706. stuff[i]:stop()
  8707. stuff[i]:Remove()
  8708. end
  8709. end
  8710.  
  8711. p = Instance.new("Sound")
  8712. p.Parent = game.Workspace
  8713. p.Name = "BGMusic"
  8714. p.Pitch = 1
  8715. p.Looped = true
  8716. p.SoundId = "http://www.roblox.com/asset?id=1034065"
  8717. p.Volume = 1
  8718. p:play()
  8719.  
  8720. d = ligghtingg:GetChildren()
  8721. for i = 1 , #d do
  8722. if d[i].Name == "CharacterButton" then
  8723. if d[i].Text == "[ "..Sound.." ]" then
  8724. d[i].BackgroundColor = BrickColor.new(24)
  8725. end
  8726. end
  8727. end
  8728. s = ligghtingg:GetChildren()
  8729. for i = 1 , #s do
  8730. if s[i].className == "TextButton" and s[i].Text ~= "[ "..Sound.." ]" then
  8731. s[i].BackgroundColor = BrickColor.new(1)
  8732. end
  8733. end
  8734.  
  8735.  
  8736.  
  8737.  
  8738. end
  8739. characterhhhhhhhhealthh97.MouseButton1Click:connect(hhhhhhhlickyy)
  8740.  
  8741.  
  8742.  
  8743.  
  8744.  
  8745.  
  8746.  
  8747. characterhhhhhhhhhealthh97 = Instance.new("TextButton")
  8748. characterhhhhhhhhhealthh97.Parent = ligghtingg
  8749. characterhhhhhhhhhealthh97.Name = "CharacterButton"
  8750. characterhhhhhhhhhealthh97.BackgroundTransparency = 0.5
  8751. characterhhhhhhhhhealthh97.Position = UDim2.new(0, 0, 10, 0)
  8752. characterhhhhhhhhhealthh97.Size = UDim2.new(1, 0, 1, 0)
  8753. characterhhhhhhhhhealthh97.Text = "[ Caramelldansen ]"
  8754. characterhhhhhhhhhealthh97.BackgroundColor = BrickColor.new(1)
  8755.  
  8756. function hhhhhhhhlickyy()
  8757. Sound = "Caramelldansen"
  8758.  
  8759. stuff = game.Workspace:GetChildren()
  8760. for i = 1 , #stuff do
  8761. if stuff[i].className == "Sound" then
  8762. stuff[i]:stop()
  8763. stuff[i]:Remove()
  8764. end
  8765. end
  8766.  
  8767. p = Instance.new("Sound")
  8768. p.Parent = game.Workspace
  8769. p.Name = "BGMusic"
  8770. p.Pitch = 1
  8771. p.Looped = true
  8772. p.SoundId = "http://www.roblox.com/asset?id=2303479"
  8773. p.Volume = 1
  8774. p:play()
  8775.  
  8776. d = ligghtingg:GetChildren()
  8777. for i = 1 , #d do
  8778. if d[i].Name == "CharacterButton" then
  8779. if d[i].Text == "[ "..Sound.." ]" then
  8780. d[i].BackgroundColor = BrickColor.new(24)
  8781. end
  8782. end
  8783. end
  8784. s = ligghtingg:GetChildren()
  8785. for i = 1 , #s do
  8786. if s[i].className == "TextButton" and s[i].Text ~= "[ "..Sound.." ]" then
  8787. s[i].BackgroundColor = BrickColor.new(1)
  8788. end
  8789. end
  8790.  
  8791.  
  8792.  
  8793.  
  8794. end
  8795. characterhhhhhhhhhealthh97.MouseButton1Click:connect(hhhhhhhhlickyy)
  8796.  
  8797.  
  8798.  
  8799.  
  8800. characterhhhhhhhhhhealthh97 = Instance.new("TextButton")
  8801. characterhhhhhhhhhhealthh97.Parent = ligghtingg
  8802. characterhhhhhhhhhhealthh97.Name = "CharacterButton"
  8803. characterhhhhhhhhhhealthh97.BackgroundTransparency = 0.5
  8804. characterhhhhhhhhhhealthh97.Position = UDim2.new(0, 0, 11, 0)
  8805. characterhhhhhhhhhhealthh97.Size = UDim2.new(1, 0, 1, 0)
  8806. characterhhhhhhhhhhealthh97.Text = "[ Japanese Music ]"
  8807. characterhhhhhhhhhhealthh97.BackgroundColor = BrickColor.new(1)
  8808.  
  8809. function hhhhhhhhhlickyy()
  8810. Sound = "Japanese Music"
  8811.  
  8812. stuff = game.Workspace:GetChildren()
  8813. for i = 1 , #stuff do
  8814. if stuff[i].className == "Sound" then
  8815. stuff[i]:stop()
  8816. stuff[i]:Remove()
  8817. end
  8818. end
  8819.  
  8820. p = Instance.new("Sound")
  8821. p.Parent = game.Workspace
  8822. p.Name = "BGMusic"
  8823. p.Pitch = 1
  8824. p.Looped = true
  8825. p.SoundId = "http://www.roblox.com/asset?id=5985787"
  8826. p.Volume = 1
  8827. p:play()
  8828.  
  8829. d = ligghtingg:GetChildren()
  8830. for i = 1 , #d do
  8831. if d[i].Name == "CharacterButton" then
  8832. if d[i].Text == "[ "..Sound.." ]" then
  8833. d[i].BackgroundColor = BrickColor.new(24)
  8834. end
  8835. end
  8836. end
  8837. s = ligghtingg:GetChildren()
  8838. for i = 1 , #s do
  8839. if s[i].className == "TextButton" and s[i].Text ~= "[ "..Sound.." ]" then
  8840. s[i].BackgroundColor = BrickColor.new(1)
  8841. end
  8842. end
  8843.  
  8844.  
  8845.  
  8846.  
  8847. end
  8848. characterhhhhhhhhhhealthh97.MouseButton1Click:connect(hhhhhhhhhlickyy)
  8849.  
  8850.  
  8851.  
  8852.  
  8853.  
  8854.  
  8855.  
  8856. chaaracterhealthh97 = Instance.new("TextLabel")
  8857. chaaracterhealthh97.Parent = lightingg
  8858. chaaracterhealthh97.Name = "CharacterButton"
  8859. chaaracterhealthh97.BackgroundTransparency = 0.5
  8860. chaaracterhealthh97.Position = UDim2.new(0, 0, 1, 0)
  8861. chaaracterhealthh97.Size = UDim2.new(5, 0, 1, 0)
  8862. chaaracterhealthh97.Text = "[ Mouse Over : Nothing ]"
  8863. chaaracterhealthh97.BackgroundColor = BrickColor.new(1)
  8864.  
  8865.  
  8866.  
  8867.  
  8868.  
  8869.  
  8870.  
  8871.  
  8872.  
  8873.  
  8874. characterhealthh96 = Instance.new("TextButton")
  8875. characterhealthh96.Parent = commands
  8876. characterhealthh96.Name = "CharacterButton"
  8877. characterhealthh96.BackgroundTransparency = 0.5
  8878. characterhealthh96.Position = UDim2.new(1, 0, 0.2, 0)
  8879. characterhealthh96.Size = UDim2.new(10, 0, 0.1, 0)
  8880. characterhealthh96.Text = "[ Eyeball Modes ]"
  8881. characterhealthh96.BackgroundColor = BrickColor.new(1)
  8882.  
  8883. lightingg = Instance.new("TextButton")
  8884. lightingg.Parent = commands
  8885. lightingg.Name = "CharacterButton"
  8886. lightingg.Position = UDim2.new(11, 0, 0, 0)
  8887. lightingg.Size = UDim2.new(10, 0, 0.1, 0)
  8888. lightingg.BackgroundTransparency = 1
  8889. lightingg.BackgroundColor = BrickColor.new(1)
  8890. lightingg.Visible = false
  8891. lightingg.Text = ""
  8892.  
  8893. openeddd3 = true
  8894. function cclickk()
  8895. if openeddd3 == true then
  8896. lightingg.Visible = false
  8897. openeddd3 = false
  8898. else
  8899. lightingg.Visible = true
  8900. openeddd3 = true
  8901. end
  8902. end
  8903. characterhealthh96.MouseButton1Click:connect(cclickk)
  8904.  
  8905.  
  8906.  
  8907.  
  8908.  
  8909.  
  8910. chaaracterhealthh97 = Instance.new("TextLabel")
  8911. chaaracterhealthh97.Parent = lightingg
  8912. chaaracterhealthh97.Name = "CharacterButton"
  8913. chaaracterhealthh97.BackgroundTransparency = 0.5
  8914. chaaracterhealthh97.Position = UDim2.new(0, 0, 1, 0)
  8915. chaaracterhealthh97.Size = UDim2.new(5, 0, 1, 0)
  8916. chaaracterhealthh97.Text = "[ Mouse Over : Nothing ]"
  8917. chaaracterhealthh97.BackgroundColor = BrickColor.new(1)
  8918.  
  8919.  
  8920.  
  8921.  
  8922.  
  8923.  
  8924.  
  8925.  
  8926.  
  8927.  
  8928.  
  8929.  
  8930. characterhealthh97 = Instance.new("TextButton")
  8931. characterhealthh97.Parent = lightingg
  8932. characterhealthh97.Name = "CharacterButton"
  8933. characterhealthh97.BackgroundTransparency = 0.5
  8934. characterhealthh97.Position = UDim2.new(0, 0, 2, 0)
  8935. characterhealthh97.Size = UDim2.new(1, 0, 1, 0)
  8936. characterhealthh97.Text = "[ None ]"
  8937. characterhealthh97.BackgroundColor = BrickColor.new(1)
  8938.  
  8939. function cclickyy()
  8940. mode = "None"
  8941.  
  8942.  
  8943.  
  8944. d = lightingg:GetChildren()
  8945. for i = 1 , #d do
  8946. if d[i].Name == "CharacterButton" then
  8947. if d[i].Text == "[ "..mode.." ]" then
  8948. d[i].BackgroundColor = BrickColor.new(24)
  8949. end
  8950. end
  8951. end
  8952. s = lightingg:GetChildren()
  8953. for i = 1 , #s do
  8954. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  8955. s[i].BackgroundColor = BrickColor.new(1)
  8956. end
  8957. end
  8958.  
  8959.  
  8960.  
  8961.  
  8962. end
  8963. characterhealthh97.MouseButton1Click:connect(cclickyy)
  8964.  
  8965.  
  8966. characterhealthhh97 = Instance.new("TextButton")
  8967. characterhealthhh97.Parent = lightingg
  8968. characterhealthhh97.Name = "CharacterButton"
  8969. characterhealthhh97.BackgroundTransparency = 0.5
  8970. characterhealthhh97.Position = UDim2.new(0, 0, 3, 0)
  8971. characterhealthhh97.Size = UDim2.new(1, 0, 1, 0)
  8972. characterhealthhh97.Text = "[ Heal ]"
  8973. characterhealthhh97.BackgroundColor = BrickColor.new(1)
  8974.  
  8975. function ccclickyy()
  8976. mode = "Heal"
  8977. d = lightingg:GetChildren()
  8978. for i = 1 , #d do
  8979. if d[i].Name == "CharacterButton" then
  8980. if d[i].Text == "[ "..mode.." ]" then
  8981. d[i].BackgroundColor = BrickColor.new(24)
  8982. end
  8983. end
  8984. end
  8985. s = lightingg:GetChildren()
  8986. for i = 1 , #s do
  8987. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  8988. s[i].BackgroundColor = BrickColor.new(1)
  8989. end
  8990. end
  8991. end
  8992. characterhealthhh97.MouseButton1Click:connect(ccclickyy)
  8993.  
  8994. characterhealthhhh97 = Instance.new("TextButton")
  8995. characterhealthhhh97.Parent = lightingg
  8996. characterhealthhhh97.Name = "CharacterButton"
  8997. characterhealthhhh97.BackgroundTransparency = 0.5
  8998. characterhealthhhh97.Position = UDim2.new(0, 0, 4, 0)
  8999. characterhealthhhh97.Size = UDim2.new(1, 0, 1, 0)
  9000. characterhealthhhh97.Text = "[ Damage ]"
  9001. characterhealthhhh97.BackgroundColor = BrickColor.new(1)
  9002.  
  9003. function cccclickyy()
  9004. mode = "Damage"
  9005. d = lightingg:GetChildren()
  9006. for i = 1 , #d do
  9007. if d[i].Name == "CharacterButton" then
  9008. if d[i].Text == "[ "..mode.." ]" then
  9009. d[i].BackgroundColor = BrickColor.new(24)
  9010. end
  9011. end
  9012. end
  9013. s = lightingg:GetChildren()
  9014. for i = 1 , #s do
  9015. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  9016. s[i].BackgroundColor = BrickColor.new(1)
  9017. end
  9018. end
  9019. end
  9020. characterhealthhhh97.MouseButton1Click:connect(cccclickyy)
  9021.  
  9022. characterhealthhhhh97 = Instance.new("TextButton")
  9023. characterhealthhhhh97.Parent = lightingg
  9024. characterhealthhhhh97.Name = "CharacterButton"
  9025. characterhealthhhhh97.BackgroundTransparency = 0.5
  9026. characterhealthhhhh97.Position = UDim2.new(0, 0, 5, 0)
  9027. characterhealthhhhh97.Size = UDim2.new(1, 0, 1, 0)
  9028. characterhealthhhhh97.Text = "[ Freeze ]"
  9029. characterhealthhhhh97.BackgroundColor = BrickColor.new(1)
  9030.  
  9031. function ccccclickyy()
  9032. mode = "Freeze"
  9033. d = lightingg:GetChildren()
  9034. for i = 1 , #d do
  9035. if d[i].Name == "CharacterButton" then
  9036. if d[i].Text == "[ "..mode.." ]" then
  9037. d[i].BackgroundColor = BrickColor.new(24)
  9038. end
  9039. end
  9040. end
  9041. s = lightingg:GetChildren()
  9042. for i = 1 , #s do
  9043. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  9044. s[i].BackgroundColor = BrickColor.new(1)
  9045. end
  9046. end
  9047. end
  9048. characterhealthhhhh97.MouseButton1Click:connect(ccccclickyy)
  9049.  
  9050.  
  9051. characterhealthhhhhh97 = Instance.new("TextButton")
  9052. characterhealthhhhhh97.Parent = lightingg
  9053. characterhealthhhhhh97.Name = "CharacterButton"
  9054. characterhealthhhhhh97.BackgroundTransparency = 0.5
  9055. characterhealthhhhhh97.Position = UDim2.new(0, 0, 6, 0)
  9056. characterhealthhhhhh97.Size = UDim2.new(1, 0, 1, 0)
  9057. characterhealthhhhhh97.Text = "[ Thaw ]"
  9058. characterhealthhhhhh97.BackgroundColor = BrickColor.new(1)
  9059.  
  9060. function cccccclickyy()
  9061. mode = "Thaw"
  9062. d = lightingg:GetChildren()
  9063. for i = 1 , #d do
  9064. if d[i].Name == "CharacterButton" then
  9065. if d[i].Text == "[ "..mode.." ]" then
  9066. d[i].BackgroundColor = BrickColor.new(24)
  9067. end
  9068. end
  9069. end
  9070. s = lightingg:GetChildren()
  9071. for i = 1 , #s do
  9072. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  9073. s[i].BackgroundColor = BrickColor.new(1)
  9074. end
  9075. end
  9076. end
  9077. characterhealthhhhhh97.MouseButton1Click:connect(cccccclickyy)
  9078.  
  9079.  
  9080.  
  9081. characterhealthhhhhhh97 = Instance.new("TextButton")
  9082. characterhealthhhhhhh97.Parent = lightingg
  9083. characterhealthhhhhhh97.Name = "CharacterButton"
  9084. characterhealthhhhhhh97.BackgroundTransparency = 0.5
  9085. characterhealthhhhhhh97.Position = UDim2.new(0, 0, 7, 0)
  9086. characterhealthhhhhhh97.Size = UDim2.new(1, 0, 1, 0)
  9087. characterhealthhhhhhh97.Text = "[ Delete ]"
  9088. characterhealthhhhhhh97.BackgroundColor = BrickColor.new(1)
  9089.  
  9090. function ccccccclickyy()
  9091. mode = "Delete"
  9092. d = lightingg:GetChildren()
  9093. for i = 1 , #d do
  9094. if d[i].Name == "CharacterButton" then
  9095. if d[i].Text == "[ "..mode.." ]" then
  9096. d[i].BackgroundColor = BrickColor.new(24)
  9097. end
  9098. end
  9099. end
  9100. s = lightingg:GetChildren()
  9101. for i = 1 , #s do
  9102. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  9103. s[i].BackgroundColor = BrickColor.new(1)
  9104. end
  9105. end
  9106. end
  9107. characterhealthhhhhhh97.MouseButton1Click:connect(ccccccclickyy)
  9108.  
  9109.  
  9110.  
  9111.  
  9112. characterhealthhhhhhhh97 = Instance.new("TextButton")
  9113. characterhealthhhhhhhh97.Parent = lightingg
  9114. characterhealthhhhhhhh97.Name = "CharacterButton"
  9115. characterhealthhhhhhhh97.BackgroundTransparency = 0.5
  9116. characterhealthhhhhhhh97.Position = UDim2.new(0, 0, 8, 0)
  9117. characterhealthhhhhhhh97.Size = UDim2.new(1, 0, 1, 0)
  9118. characterhealthhhhhhhh97.Text = "[ Kick ]"
  9119. characterhealthhhhhhhh97.BackgroundColor = BrickColor.new(1)
  9120.  
  9121. function cccccccclickyy()
  9122. mode = "Kick"
  9123. d = lightingg:GetChildren()
  9124. for i = 1 , #d do
  9125. if d[i].Name == "CharacterButton" then
  9126. if d[i].Text == "[ "..mode.." ]" then
  9127. d[i].BackgroundColor = BrickColor.new(24)
  9128. end
  9129. end
  9130. end
  9131. s = lightingg:GetChildren()
  9132. for i = 1 , #s do
  9133. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  9134. s[i].BackgroundColor = BrickColor.new(1)
  9135. end
  9136. end
  9137. end
  9138. characterhealthhhhhhhh97.MouseButton1Click:connect(cccccccclickyy)
  9139.  
  9140.  
  9141.  
  9142.  
  9143. characterhealthhhhhhhhh97 = Instance.new("TextButton")
  9144. characterhealthhhhhhhhh97.Parent = lightingg
  9145. characterhealthhhhhhhhh97.Name = "CharacterButton"
  9146. characterhealthhhhhhhhh97.BackgroundTransparency = 0.5
  9147. characterhealthhhhhhhhh97.Position = UDim2.new(0, 0, 9, 0)
  9148. characterhealthhhhhhhhh97.Size = UDim2.new(1, 0, 1, 0)
  9149. characterhealthhhhhhhhh97.Text = "[ Explosion ]"
  9150. characterhealthhhhhhhhh97.BackgroundColor = BrickColor.new(1)
  9151.  
  9152. function ccccccccclickyy()
  9153. mode = "Explosion"
  9154. d = lightingg:GetChildren()
  9155. for i = 1 , #d do
  9156. if d[i].Name == "CharacterButton" then
  9157. if d[i].Text == "[ "..mode.." ]" then
  9158. d[i].BackgroundColor = BrickColor.new(24)
  9159. end
  9160. end
  9161. end
  9162. s = lightingg:GetChildren()
  9163. for i = 1 , #s do
  9164. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  9165. s[i].BackgroundColor = BrickColor.new(1)
  9166. end
  9167. end
  9168. end
  9169. characterhealthhhhhhhhh97.MouseButton1Click:connect(ccccccccclickyy)
  9170.  
  9171.  
  9172.  
  9173. characterhealthhhhhhhhhh97 = Instance.new("TextButton")
  9174. characterhealthhhhhhhhhh97.Parent = lightingg
  9175. characterhealthhhhhhhhhh97.Name = "CharacterButton"
  9176. characterhealthhhhhhhhhh97.BackgroundTransparency = 0.5
  9177. characterhealthhhhhhhhhh97.Position = UDim2.new(0, 0, 10, 0)
  9178. characterhealthhhhhhhhhh97.Size = UDim2.new(1, 0, 1, 0)
  9179. characterhealthhhhhhhhhh97.Text = "[ Spy ]"
  9180. characterhealthhhhhhhhhh97.BackgroundColor = BrickColor.new(1)
  9181.  
  9182. function cccccccccclickyy()
  9183. mode = "Spy"
  9184. d = lightingg:GetChildren()
  9185. for i = 1 , #d do
  9186. if d[i].Name == "CharacterButton" then
  9187. if d[i].Text == "[ "..mode.." ]" then
  9188. d[i].BackgroundColor = BrickColor.new(24)
  9189. end
  9190. end
  9191. end
  9192. s = lightingg:GetChildren()
  9193. for i = 1 , #s do
  9194. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  9195. s[i].BackgroundColor = BrickColor.new(1)
  9196. end
  9197. end
  9198. end
  9199. characterhealthhhhhhhhhh97.MouseButton1Click:connect(cccccccccclickyy)
  9200.  
  9201.  
  9202. characterhealthhhhhhhhhhh97 = Instance.new("TextButton")
  9203. characterhealthhhhhhhhhhh97.Parent = lightingg
  9204. characterhealthhhhhhhhhhh97.Name = "CharacterButton"
  9205. characterhealthhhhhhhhhhh97.BackgroundTransparency = 0.5
  9206. characterhealthhhhhhhhhhh97.Position = UDim2.new(0, 0, 11, 0)
  9207. characterhealthhhhhhhhhhh97.Size = UDim2.new(1, 0, 1, 0)
  9208. characterhealthhhhhhhhhhh97.Text = "[ Break ]"
  9209. characterhealthhhhhhhhhhh97.BackgroundColor = BrickColor.new(1)
  9210.  
  9211. function ccccccccccclickyy()
  9212. mode = "Break"
  9213. d = lightingg:GetChildren()
  9214. for i = 1 , #d do
  9215. if d[i].Name == "CharacterButton" then
  9216. if d[i].Text == "[ "..mode.." ]" then
  9217. d[i].BackgroundColor = BrickColor.new(24)
  9218. end
  9219. end
  9220. end
  9221. s = lightingg:GetChildren()
  9222. for i = 1 , #s do
  9223. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  9224. s[i].BackgroundColor = BrickColor.new(1)
  9225. end
  9226. end
  9227. end
  9228. characterhealthhhhhhhhhhh97.MouseButton1Click:connect(ccccccccccclickyy)
  9229.  
  9230.  
  9231.  
  9232.  
  9233. characterhealthhhhhhhhhhhh97 = Instance.new("TextButton")
  9234. characterhealthhhhhhhhhhhh97.Parent = lightingg
  9235. characterhealthhhhhhhhhhhh97.Name = "CharacterButton"
  9236. characterhealthhhhhhhhhhhh97.BackgroundTransparency = 0.5
  9237. characterhealthhhhhhhhhhhh97.Position = UDim2.new(0, 0, 12, 0)
  9238. characterhealthhhhhhhhhhhh97.Size = UDim2.new(1, 0, 1, 0)
  9239. characterhealthhhhhhhhhhhh97.Text = "[ Fly ]"
  9240. characterhealthhhhhhhhhhhh97.BackgroundColor = BrickColor.new(1)
  9241.  
  9242. function cccccccccccclickyy()
  9243. mode = "Fly"
  9244. d = lightingg:GetChildren()
  9245. for i = 1 , #d do
  9246. if d[i].Name == "CharacterButton" then
  9247. if d[i].Text == "[ "..mode.." ]" then
  9248. d[i].BackgroundColor = BrickColor.new(24)
  9249. end
  9250. end
  9251. end
  9252. s = lightingg:GetChildren()
  9253. for i = 1 , #s do
  9254. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  9255. s[i].BackgroundColor = BrickColor.new(1)
  9256. end
  9257. end
  9258. end
  9259. characterhealthhhhhhhhhhhh97.MouseButton1Click:connect(cccccccccccclickyy)
  9260.  
  9261.  
  9262. characterhealthhhhhhhhhhhhh97 = Instance.new("TextButton")
  9263. characterhealthhhhhhhhhhhhh97.Parent = lightingg
  9264. characterhealthhhhhhhhhhhhh97.Name = "CharacterButton"
  9265. characterhealthhhhhhhhhhhhh97.BackgroundTransparency = 0.5
  9266. characterhealthhhhhhhhhhhhh97.Position = UDim2.new(0, 0, 13, 0)
  9267. characterhealthhhhhhhhhhhhh97.Size = UDim2.new(1, 0, 1, 0)
  9268. characterhealthhhhhhhhhhhhh97.Text = "[ Trip ]"
  9269. characterhealthhhhhhhhhhhhh97.BackgroundColor = BrickColor.new(1)
  9270.  
  9271. function ccccccccccccclickyy()
  9272. mode = "Trip"
  9273. d = lightingg:GetChildren()
  9274. for i = 1 , #d do
  9275. if d[i].Name == "CharacterButton" then
  9276. if d[i].Text == "[ "..mode.." ]" then
  9277. d[i].BackgroundColor = BrickColor.new(24)
  9278. end
  9279. end
  9280. end
  9281. s = lightingg:GetChildren()
  9282. for i = 1 , #s do
  9283. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  9284. s[i].BackgroundColor = BrickColor.new(1)
  9285. end
  9286. end
  9287. end
  9288. characterhealthhhhhhhhhhhhh97.MouseButton1Click:connect(ccccccccccccclickyy)
  9289.  
  9290.  
  9291.  
  9292.  
  9293.  
  9294. characterhealthhhhhhhhhhhhhh97 = Instance.new("TextButton")
  9295. characterhealthhhhhhhhhhhhhh97.Parent = lightingg
  9296. characterhealthhhhhhhhhhhhhh97.Name = "CharacterButton"
  9297. characterhealthhhhhhhhhhhhhh97.BackgroundTransparency = 0.5
  9298. characterhealthhhhhhhhhhhhhh97.Position = UDim2.new(1, 0, 2, 0)
  9299. characterhealthhhhhhhhhhhhhh97.Size = UDim2.new(1, 0, 1, 0)
  9300. characterhealthhhhhhhhhhhhhh97.Text = "[ Fling ]"
  9301. characterhealthhhhhhhhhhhhhh97.BackgroundColor = BrickColor.new(1)
  9302.  
  9303. function cccccccccccccclickyy()
  9304. mode = "Fling"
  9305. d = lightingg:GetChildren()
  9306. for i = 1 , #d do
  9307. if d[i].Name == "CharacterButton" then
  9308. if d[i].Text == "[ "..mode.." ]" then
  9309. d[i].BackgroundColor = BrickColor.new(24)
  9310. end
  9311. end
  9312. end
  9313. s = lightingg:GetChildren()
  9314. for i = 1 , #s do
  9315. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  9316. s[i].BackgroundColor = BrickColor.new(1)
  9317. end
  9318. end
  9319. end
  9320. characterhealthhhhhhhhhhhhhh97.MouseButton1Click:connect(cccccccccccccclickyy)
  9321.  
  9322.  
  9323.  
  9324. characterhealthhhhhhhhhhhhhhh97 = Instance.new("TextButton")
  9325. characterhealthhhhhhhhhhhhhhh97.Parent = lightingg
  9326. characterhealthhhhhhhhhhhhhhh97.Name = "CharacterButton"
  9327. characterhealthhhhhhhhhhhhhhh97.BackgroundTransparency = 0.5
  9328. characterhealthhhhhhhhhhhhhhh97.Position = UDim2.new(1, 0, 3, 0)
  9329. characterhealthhhhhhhhhhhhhhh97.Size = UDim2.new(1, 0, 1, 0)
  9330. characterhealthhhhhhhhhhhhhhh97.Text = "[ ForceField ]"
  9331. characterhealthhhhhhhhhhhhhhh97.BackgroundColor = BrickColor.new(1)
  9332.  
  9333. function ccccccccccccccclickyy()
  9334. mode = "ForceField"
  9335. d = lightingg:GetChildren()
  9336. for i = 1 , #d do
  9337. if d[i].Name == "CharacterButton" then
  9338. if d[i].Text == "[ "..mode.." ]" then
  9339. d[i].BackgroundColor = BrickColor.new(24)
  9340. end
  9341. end
  9342. end
  9343. s = lightingg:GetChildren()
  9344. for i = 1 , #s do
  9345. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  9346. s[i].BackgroundColor = BrickColor.new(1)
  9347. end
  9348. end
  9349. end
  9350. characterhealthhhhhhhhhhhhhhh97.MouseButton1Click:connect(ccccccccccccccclickyy)
  9351.  
  9352.  
  9353.  
  9354.  
  9355. characterhealthhhhhhhhhhhhhhhh97 = Instance.new("TextButton")
  9356. characterhealthhhhhhhhhhhhhhhh97.Parent = lightingg
  9357. characterhealthhhhhhhhhhhhhhhh97.Name = "CharacterButton"
  9358. characterhealthhhhhhhhhhhhhhhh97.BackgroundTransparency = 0.5
  9359. characterhealthhhhhhhhhhhhhhhh97.Position = UDim2.new(1, 0, 4, 0)
  9360. characterhealthhhhhhhhhhhhhhhh97.Size = UDim2.new(1, 0, 1, 0)
  9361. characterhealthhhhhhhhhhhhhhhh97.Text = "[ UnForceField ]"
  9362. characterhealthhhhhhhhhhhhhhhh97.BackgroundColor = BrickColor.new(1)
  9363.  
  9364. function cccccccccccccccclickyy()
  9365. mode = "UnForceField"
  9366. d = lightingg:GetChildren()
  9367. for i = 1 , #d do
  9368. if d[i].Name == "CharacterButton" then
  9369. if d[i].Text == "[ "..mode.." ]" then
  9370. d[i].BackgroundColor = BrickColor.new(24)
  9371. end
  9372. end
  9373. end
  9374. s = lightingg:GetChildren()
  9375. for i = 1 , #s do
  9376. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  9377. s[i].BackgroundColor = BrickColor.new(1)
  9378. end
  9379. end
  9380. end
  9381. characterhealthhhhhhhhhhhhhhhh97.MouseButton1Click:connect(cccccccccccccccclickyy)
  9382.  
  9383.  
  9384.  
  9385.  
  9386. characterhealthhhhhhhhhhhhhhhhh97 = Instance.new("TextButton")
  9387. characterhealthhhhhhhhhhhhhhhhh97.Parent = lightingg
  9388. characterhealthhhhhhhhhhhhhhhhh97.Name = "CharacterButton"
  9389. characterhealthhhhhhhhhhhhhhhhh97.BackgroundTransparency = 0.5
  9390. characterhealthhhhhhhhhhhhhhhhh97.Position = UDim2.new(1, 0, 5, 0)
  9391. characterhealthhhhhhhhhhhhhhhhh97.Size = UDim2.new(1, 0, 1, 0)
  9392. characterhealthhhhhhhhhhhhhhhhh97.Text = "[ NilGrav ]"
  9393. characterhealthhhhhhhhhhhhhhhhh97.BackgroundColor = BrickColor.new(1)
  9394.  
  9395. function ccccccccccccccccclickyy()
  9396. mode = "NilGrav"
  9397. d = lightingg:GetChildren()
  9398. for i = 1 , #d do
  9399. if d[i].Name == "CharacterButton" then
  9400. if d[i].Text == "[ "..mode.." ]" then
  9401. d[i].BackgroundColor = BrickColor.new(24)
  9402. end
  9403. end
  9404. end
  9405. s = lightingg:GetChildren()
  9406. for i = 1 , #s do
  9407. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  9408. s[i].BackgroundColor = BrickColor.new(1)
  9409. end
  9410. end
  9411. end
  9412. characterhealthhhhhhhhhhhhhhhhh97.MouseButton1Click:connect(ccccccccccccccccclickyy)
  9413.  
  9414.  
  9415.  
  9416. characterhealthhhhhhhhhhhhhhhhhh97 = Instance.new("TextButton")
  9417. characterhealthhhhhhhhhhhhhhhhhh97.Parent = lightingg
  9418. characterhealthhhhhhhhhhhhhhhhhh97.Name = "CharacterButton"
  9419. characterhealthhhhhhhhhhhhhhhhhh97.BackgroundTransparency = 0.5
  9420. characterhealthhhhhhhhhhhhhhhhhh97.Position = UDim2.new(1, 0, 6, 0)
  9421. characterhealthhhhhhhhhhhhhhhhhh97.Size = UDim2.new(1, 0, 1, 0)
  9422. characterhealthhhhhhhhhhhhhhhhhh97.Text = "[ UnNilGrav ]"
  9423. characterhealthhhhhhhhhhhhhhhhhh97.BackgroundColor = BrickColor.new(1)
  9424.  
  9425. function cccccccccccccccccclickyy()
  9426. mode = "UnNilGrav"
  9427. d = lightingg:GetChildren()
  9428. for i = 1 , #d do
  9429. if d[i].Name == "CharacterButton" then
  9430. if d[i].Text == "[ "..mode.." ]" then
  9431. d[i].BackgroundColor = BrickColor.new(24)
  9432. end
  9433. end
  9434. end
  9435. s = lightingg:GetChildren()
  9436. for i = 1 , #s do
  9437. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  9438. s[i].BackgroundColor = BrickColor.new(1)
  9439. end
  9440. end
  9441. end
  9442. characterhealthhhhhhhhhhhhhhhhhh97.MouseButton1Click:connect(cccccccccccccccccclickyy)
  9443.  
  9444.  
  9445.  
  9446.  
  9447.  
  9448.  
  9449. characterhealthhhhhhhhhhhhhhhhhhh97 = Instance.new("TextButton")
  9450. characterhealthhhhhhhhhhhhhhhhhhh97.Parent = lightingg
  9451. characterhealthhhhhhhhhhhhhhhhhhh97.Name = "CharacterButton"
  9452. characterhealthhhhhhhhhhhhhhhhhhh97.BackgroundTransparency = 0.5
  9453. characterhealthhhhhhhhhhhhhhhhhhh97.Position = UDim2.new(1, 0, 7, 0)
  9454. characterhealthhhhhhhhhhhhhhhhhhh97.Size = UDim2.new(1, 0, 1, 0)
  9455. characterhealthhhhhhhhhhhhhhhhhhh97.Text = "[ Invisible ]"
  9456. characterhealthhhhhhhhhhhhhhhhhhh97.BackgroundColor = BrickColor.new(1)
  9457.  
  9458. function ccccccccccccccccccclickyy()
  9459. mode = "Invisible"
  9460. d = lightingg:GetChildren()
  9461. for i = 1 , #d do
  9462. if d[i].Name == "CharacterButton" then
  9463. if d[i].Text == "[ "..mode.." ]" then
  9464. d[i].BackgroundColor = BrickColor.new(24)
  9465. end
  9466. end
  9467. end
  9468. s = lightingg:GetChildren()
  9469. for i = 1 , #s do
  9470. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  9471. s[i].BackgroundColor = BrickColor.new(1)
  9472. end
  9473. end
  9474. end
  9475. characterhealthhhhhhhhhhhhhhhhhhh97.MouseButton1Click:connect(ccccccccccccccccccclickyy)
  9476.  
  9477.  
  9478.  
  9479.  
  9480.  
  9481. characterhealthhhhhhhhhhhhhhhhhhhh97 = Instance.new("TextButton")
  9482. characterhealthhhhhhhhhhhhhhhhhhhh97.Parent = lightingg
  9483. characterhealthhhhhhhhhhhhhhhhhhhh97.Name = "CharacterButton"
  9484. characterhealthhhhhhhhhhhhhhhhhhhh97.BackgroundTransparency = 0.5
  9485. characterhealthhhhhhhhhhhhhhhhhhhh97.Position = UDim2.new(1, 0, 8, 0)
  9486. characterhealthhhhhhhhhhhhhhhhhhhh97.Size = UDim2.new(1, 0, 1, 0)
  9487. characterhealthhhhhhhhhhhhhhhhhhhh97.Text = "[ Visible ]"
  9488. characterhealthhhhhhhhhhhhhhhhhhhh97.BackgroundColor = BrickColor.new(1)
  9489.  
  9490. function cccccccccccccccccccclickyy()
  9491. mode = "Visible"
  9492. d = lightingg:GetChildren()
  9493. for i = 1 , #d do
  9494. if d[i].Name == "CharacterButton" then
  9495. if d[i].Text == "[ "..mode.." ]" then
  9496. d[i].BackgroundColor = BrickColor.new(24)
  9497. end
  9498. end
  9499. end
  9500. s = lightingg:GetChildren()
  9501. for i = 1 , #s do
  9502. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  9503. s[i].BackgroundColor = BrickColor.new(1)
  9504. end
  9505. end
  9506. end
  9507. characterhealthhhhhhhhhhhhhhhhhhhh97.MouseButton1Click:connect(cccccccccccccccccccclickyy)
  9508.  
  9509.  
  9510. characterhealthhhhhhhhhhhhhhhhhhhhh97 = Instance.new("TextButton")
  9511. characterhealthhhhhhhhhhhhhhhhhhhhh97.Parent = lightingg
  9512. characterhealthhhhhhhhhhhhhhhhhhhhh97.Name = "CharacterButton"
  9513. characterhealthhhhhhhhhhhhhhhhhhhhh97.BackgroundTransparency = 0.5
  9514. characterhealthhhhhhhhhhhhhhhhhhhhh97.Position = UDim2.new(1, 0, 9, 0)
  9515. characterhealthhhhhhhhhhhhhhhhhhhhh97.Size = UDim2.new(1, 0, 1, 0)
  9516. characterhealthhhhhhhhhhhhhhhhhhhhh97.Text = "[ Shield ]"
  9517. characterhealthhhhhhhhhhhhhhhhhhhhh97.BackgroundColor = BrickColor.new(1)
  9518.  
  9519. function ccccccccccccccccccccclickyy()
  9520. mode = "Shield"
  9521. d = lightingg:GetChildren()
  9522. for i = 1 , #d do
  9523. if d[i].Name == "CharacterButton" then
  9524. if d[i].Text == "[ "..mode.." ]" then
  9525. d[i].BackgroundColor = BrickColor.new(24)
  9526. end
  9527. end
  9528. end
  9529. s = lightingg:GetChildren()
  9530. for i = 1 , #s do
  9531. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  9532. s[i].BackgroundColor = BrickColor.new(1)
  9533. end
  9534. end
  9535. end
  9536. characterhealthhhhhhhhhhhhhhhhhhhhh97.MouseButton1Click:connect(ccccccccccccccccccccclickyy)
  9537.  
  9538.  
  9539.  
  9540.  
  9541.  
  9542. characterhealthhhhhhhhhhhhhhhhhhhhhh97 = Instance.new("TextButton")
  9543. characterhealthhhhhhhhhhhhhhhhhhhhhh97.Parent = lightingg
  9544. characterhealthhhhhhhhhhhhhhhhhhhhhh97.Name = "CharacterButton"
  9545. characterhealthhhhhhhhhhhhhhhhhhhhhh97.BackgroundTransparency = 0.5
  9546. characterhealthhhhhhhhhhhhhhhhhhhhhh97.Position = UDim2.new(1, 0, 10, 0)
  9547. characterhealthhhhhhhhhhhhhhhhhhhhhh97.Size = UDim2.new(1, 0, 1, 0)
  9548. characterhealthhhhhhhhhhhhhhhhhhhhhh97.Text = "[ Absorb ]"
  9549. characterhealthhhhhhhhhhhhhhhhhhhhhh97.BackgroundColor = BrickColor.new(1)
  9550.  
  9551. function cccccccccccccccccccccclickyy()
  9552. mode = "Absorb"
  9553. d = lightingg:GetChildren()
  9554. for i = 1 , #d do
  9555. if d[i].Name == "CharacterButton" then
  9556. if d[i].Text == "[ "..mode.." ]" then
  9557. d[i].BackgroundColor = BrickColor.new(24)
  9558. end
  9559. end
  9560. end
  9561. s = lightingg:GetChildren()
  9562. for i = 1 , #s do
  9563. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  9564. s[i].BackgroundColor = BrickColor.new(1)
  9565. end
  9566. end
  9567. end
  9568. characterhealthhhhhhhhhhhhhhhhhhhhhh97.MouseButton1Click:connect(cccccccccccccccccccccclickyy)
  9569.  
  9570.  
  9571.  
  9572. characterhealthhhhhhhhhhhhhhhhhhhhhhh97 = Instance.new("TextButton")
  9573. characterhealthhhhhhhhhhhhhhhhhhhhhhh97.Parent = lightingg
  9574. characterhealthhhhhhhhhhhhhhhhhhhhhhh97.Name = "CharacterButton"
  9575. characterhealthhhhhhhhhhhhhhhhhhhhhhh97.BackgroundTransparency = 0.5
  9576. characterhealthhhhhhhhhhhhhhhhhhhhhhh97.Position = UDim2.new(1, 0, 11, 0)
  9577. characterhealthhhhhhhhhhhhhhhhhhhhhhh97.Size = UDim2.new(1, 0, 1, 0)
  9578. characterhealthhhhhhhhhhhhhhhhhhhhhhh97.Text = "[ BaleFire ]"
  9579. characterhealthhhhhhhhhhhhhhhhhhhhhhh97.BackgroundColor = BrickColor.new(1)
  9580.  
  9581. function ccccccccccccccccccccccclickyy()
  9582. mode = "BaleFire"
  9583. d = lightingg:GetChildren()
  9584. for i = 1 , #d do
  9585. if d[i].Name == "CharacterButton" then
  9586. if d[i].Text == "[ "..mode.." ]" then
  9587. d[i].BackgroundColor = BrickColor.new(24)
  9588. end
  9589. end
  9590. end
  9591. s = lightingg:GetChildren()
  9592. for i = 1 , #s do
  9593. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  9594. s[i].BackgroundColor = BrickColor.new(1)
  9595. end
  9596. end
  9597. end
  9598. characterhealthhhhhhhhhhhhhhhhhhhhhhh97.MouseButton1Click:connect(ccccccccccccccccccccccclickyy)
  9599.  
  9600.  
  9601.  
  9602.  
  9603.  
  9604. characterhealthhhhhhhhhhhhhhhhhhhhhhhh97 = Instance.new("TextButton")
  9605. characterhealthhhhhhhhhhhhhhhhhhhhhhhh97.Parent = lightingg
  9606. characterhealthhhhhhhhhhhhhhhhhhhhhhhh97.Name = "CharacterButton"
  9607. characterhealthhhhhhhhhhhhhhhhhhhhhhhh97.BackgroundTransparency = 0.5
  9608. characterhealthhhhhhhhhhhhhhhhhhhhhhhh97.Position = UDim2.new(1, 0, 12, 0)
  9609. characterhealthhhhhhhhhhhhhhhhhhhhhhhh97.Size = UDim2.new(1, 0, 1, 0)
  9610. characterhealthhhhhhhhhhhhhhhhhhhhhhhh97.Text = "[ Machine Gun ]"
  9611. characterhealthhhhhhhhhhhhhhhhhhhhhhhh97.BackgroundColor = BrickColor.new(1)
  9612.  
  9613. function cccccccccccccccccccccccclickyy()
  9614. mode = "Machine Gun"
  9615. d = lightingg:GetChildren()
  9616. for i = 1 , #d do
  9617. if d[i].Name == "CharacterButton" then
  9618. if d[i].Text == "[ "..mode.." ]" then
  9619. d[i].BackgroundColor = BrickColor.new(24)
  9620. end
  9621. end
  9622. end
  9623. s = lightingg:GetChildren()
  9624. for i = 1 , #s do
  9625. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  9626. s[i].BackgroundColor = BrickColor.new(1)
  9627. end
  9628. end
  9629. end
  9630. characterhealthhhhhhhhhhhhhhhhhhhhhhhh97.MouseButton1Click:connect(cccccccccccccccccccccccclickyy)
  9631.  
  9632.  
  9633.  
  9634.  
  9635. characterhealthhhhhhhhhhhhhhhhhhhhhhhhh97 = Instance.new("TextButton")
  9636. characterhealthhhhhhhhhhhhhhhhhhhhhhhhh97.Parent = lightingg
  9637. characterhealthhhhhhhhhhhhhhhhhhhhhhhhh97.Name = "CharacterButton"
  9638. characterhealthhhhhhhhhhhhhhhhhhhhhhhhh97.BackgroundTransparency = 0.5
  9639. characterhealthhhhhhhhhhhhhhhhhhhhhhhhh97.Position = UDim2.new(1, 0, 13, 0)
  9640. characterhealthhhhhhhhhhhhhhhhhhhhhhhhh97.Size = UDim2.new(1, 0, 1, 0)
  9641. characterhealthhhhhhhhhhhhhhhhhhhhhhhhh97.Text = "[ Capture ]"
  9642. characterhealthhhhhhhhhhhhhhhhhhhhhhhhh97.BackgroundColor = BrickColor.new(1)
  9643.  
  9644. function ccccccccccccccccccccccccclickyy()
  9645. mode = "Capture"
  9646. d = lightingg:GetChildren()
  9647. for i = 1 , #d do
  9648. if d[i].Name == "CharacterButton" then
  9649. if d[i].Text == "[ "..mode.." ]" then
  9650. d[i].BackgroundColor = BrickColor.new(24)
  9651. end
  9652. end
  9653. end
  9654. s = lightingg:GetChildren()
  9655. for i = 1 , #s do
  9656. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  9657. s[i].BackgroundColor = BrickColor.new(1)
  9658. end
  9659. end
  9660. end
  9661. characterhealthhhhhhhhhhhhhhhhhhhhhhhhh97.MouseButton1Click:connect(ccccccccccccccccccccccccclickyy)
  9662.  
  9663.  
  9664. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhh97 = Instance.new("TextButton")
  9665. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhh97.Parent = lightingg
  9666. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhh97.Name = "CharacterButton"
  9667. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhh97.BackgroundTransparency = 0.5
  9668. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhh97.Position = UDim2.new(2, 0, 2, 0)
  9669. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhh97.Size = UDim2.new(1, 0, 1, 0)
  9670. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhh97.Text = "[ Slaughter ]"
  9671. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhh97.BackgroundColor = BrickColor.new(1)
  9672.  
  9673. function cccccccccccccccccccccccccclickyy()
  9674. mode = "Slaughter"
  9675. d = lightingg:GetChildren()
  9676. for i = 1 , #d do
  9677. if d[i].Name == "CharacterButton" then
  9678. if d[i].Text == "[ "..mode.." ]" then
  9679. d[i].BackgroundColor = BrickColor.new(24)
  9680. end
  9681. end
  9682. end
  9683. s = lightingg:GetChildren()
  9684. for i = 1 , #s do
  9685. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  9686. s[i].BackgroundColor = BrickColor.new(1)
  9687. end
  9688. end
  9689. end
  9690. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhh97.MouseButton1Click:connect(cccccccccccccccccccccccccclickyy)
  9691.  
  9692.  
  9693.  
  9694. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhh97 = Instance.new("TextButton")
  9695. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhh97.Parent = lightingg
  9696. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhh97.Name = "CharacterButton"
  9697. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhh97.BackgroundTransparency = 0.5
  9698. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhh97.Position = UDim2.new(2, 0, 3, 0)
  9699. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhh97.Size = UDim2.new(1, 0, 1, 0)
  9700. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhh97.Text = "[ Draw ]"
  9701. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhh97.BackgroundColor = BrickColor.new(1)
  9702.  
  9703. function ccccccccccccccccccccccccccclickyy()
  9704. mode = "Draw"
  9705. d = lightingg:GetChildren()
  9706. for i = 1 , #d do
  9707. if d[i].Name == "CharacterButton" then
  9708. if d[i].Text == "[ "..mode.." ]" then
  9709. d[i].BackgroundColor = BrickColor.new(24)
  9710. end
  9711. end
  9712. end
  9713. s = lightingg:GetChildren()
  9714. for i = 1 , #s do
  9715. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  9716. s[i].BackgroundColor = BrickColor.new(1)
  9717. end
  9718. end
  9719. end
  9720. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhh97.MouseButton1Click:connect(ccccccccccccccccccccccccccclickyy)
  9721.  
  9722.  
  9723. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhh97 = Instance.new("TextButton")
  9724. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Parent = lightingg
  9725. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Name = "CharacterButton"
  9726. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhh97.BackgroundTransparency = 0.5
  9727. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Position = UDim2.new(2, 0, 4, 0)
  9728. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Size = UDim2.new(1, 0, 1, 0)
  9729. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Text = "[ Faint ]"
  9730. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhh97.BackgroundColor = BrickColor.new(1)
  9731.  
  9732. function cccccccccccccccccccccccccccclickyy()
  9733. mode = "Faint"
  9734. d = lightingg:GetChildren()
  9735. for i = 1 , #d do
  9736. if d[i].Name == "CharacterButton" then
  9737. if d[i].Text == "[ "..mode.." ]" then
  9738. d[i].BackgroundColor = BrickColor.new(24)
  9739. end
  9740. end
  9741. end
  9742. s = lightingg:GetChildren()
  9743. for i = 1 , #s do
  9744. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  9745. s[i].BackgroundColor = BrickColor.new(1)
  9746. end
  9747. end
  9748. end
  9749. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhh97.MouseButton1Click:connect(cccccccccccccccccccccccccccclickyy)
  9750.  
  9751.  
  9752. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhh97 = Instance.new("TextButton")
  9753. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Parent = lightingg
  9754. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Name = "CharacterButton"
  9755. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.BackgroundTransparency = 0.5
  9756. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Position = UDim2.new(2, 0, 5, 0)
  9757. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Size = UDim2.new(1, 0, 1, 0)
  9758. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Text = "[ Random Colors ]"
  9759. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.BackgroundColor = BrickColor.new(1)
  9760.  
  9761. function ccccccccccccccccccccccccccccclickyy()
  9762. mode = "Random Colors"
  9763. d = lightingg:GetChildren()
  9764. for i = 1 , #d do
  9765. if d[i].Name == "CharacterButton" then
  9766. if d[i].Text == "[ "..mode.." ]" then
  9767. d[i].BackgroundColor = BrickColor.new(24)
  9768. end
  9769. end
  9770. end
  9771. s = lightingg:GetChildren()
  9772. for i = 1 , #s do
  9773. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  9774. s[i].BackgroundColor = BrickColor.new(1)
  9775. end
  9776. end
  9777. end
  9778. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.MouseButton1Click:connect(ccccccccccccccccccccccccccccclickyy)
  9779.  
  9780.  
  9781.  
  9782. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97 = Instance.new("TextButton")
  9783. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Parent = lightingg
  9784. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Name = "CharacterButton"
  9785. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.BackgroundTransparency = 0.5
  9786. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Position = UDim2.new(2, 0, 6, 0)
  9787. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Size = UDim2.new(1, 0, 1, 0)
  9788. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Text = "[ Drag ]"
  9789. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.BackgroundColor = BrickColor.new(1)
  9790.  
  9791. function cccccccccccccccccccccccccccccclickyy()
  9792. mode = "Drag"
  9793. d = lightingg:GetChildren()
  9794. for i = 1 , #d do
  9795. if d[i].Name == "CharacterButton" then
  9796. if d[i].Text == "[ "..mode.." ]" then
  9797. d[i].BackgroundColor = BrickColor.new(24)
  9798. end
  9799. end
  9800. end
  9801. s = lightingg:GetChildren()
  9802. for i = 1 , #s do
  9803. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  9804. s[i].BackgroundColor = BrickColor.new(1)
  9805. end
  9806. end
  9807. end
  9808. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.MouseButton1Click:connect(cccccccccccccccccccccccccccccclickyy)
  9809.  
  9810.  
  9811.  
  9812. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97 = Instance.new("TextButton")
  9813. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Parent = lightingg
  9814. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Name = "CharacterButton"
  9815. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.BackgroundTransparency = 0.5
  9816. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Position = UDim2.new(2, 0, 7, 0)
  9817. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Size = UDim2.new(1, 0, 1, 0)
  9818. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Text = "[ Naked Beam ]"
  9819. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.BackgroundColor = BrickColor.new(1)
  9820.  
  9821. function ccccccccccccccccccccccccccccccclickyy()
  9822. mode = "Naked Beam"
  9823. d = lightingg:GetChildren()
  9824. for i = 1 , #d do
  9825. if d[i].Name == "CharacterButton" then
  9826. if d[i].Text == "[ "..mode.." ]" then
  9827. d[i].BackgroundColor = BrickColor.new(24)
  9828. end
  9829. end
  9830. end
  9831. s = lightingg:GetChildren()
  9832. for i = 1 , #s do
  9833. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  9834. s[i].BackgroundColor = BrickColor.new(1)
  9835. end
  9836. end
  9837. end
  9838. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.MouseButton1Click:connect(ccccccccccccccccccccccccccccccclickyy)
  9839.  
  9840.  
  9841.  
  9842.  
  9843.  
  9844.  
  9845.  
  9846. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97 = Instance.new("TextButton")
  9847. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Parent = lightingg
  9848. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Name = "CharacterButton"
  9849. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.BackgroundTransparency = 0.5
  9850. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Position = UDim2.new(2, 0, 8, 0)
  9851. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Size = UDim2.new(1, 0, 1, 0)
  9852. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Text = "[ Shrink ]"
  9853. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.BackgroundColor = BrickColor.new(1)
  9854.  
  9855. function cccccccccccccccccccccccccccccccclickyy()
  9856. mode = "Shrink"
  9857. d = lightingg:GetChildren()
  9858. for i = 1 , #d do
  9859. if d[i].Name == "CharacterButton" then
  9860. if d[i].Text == "[ "..mode.." ]" then
  9861. d[i].BackgroundColor = BrickColor.new(24)
  9862. end
  9863. end
  9864. end
  9865. s = lightingg:GetChildren()
  9866. for i = 1 , #s do
  9867. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  9868. s[i].BackgroundColor = BrickColor.new(1)
  9869. end
  9870. end
  9871. end
  9872. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.MouseButton1Click:connect(cccccccccccccccccccccccccccccccclickyy)
  9873.  
  9874.  
  9875.  
  9876. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97 = Instance.new("TextButton")
  9877. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Parent = lightingg
  9878. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Name = "CharacterButton"
  9879. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.BackgroundTransparency = 0.5
  9880. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Position = UDim2.new(2, 0, 9, 0)
  9881. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Size = UDim2.new(1, 0, 1, 0)
  9882. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Text = "[ Grow ]"
  9883. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.BackgroundColor = BrickColor.new(1)
  9884.  
  9885. function ccccccccccccccccccccccccccccccccclickyy()
  9886. mode = "Grow"
  9887. d = lightingg:GetChildren()
  9888. for i = 1 , #d do
  9889. if d[i].Name == "CharacterButton" then
  9890. if d[i].Text == "[ "..mode.." ]" then
  9891. d[i].BackgroundColor = BrickColor.new(24)
  9892. end
  9893. end
  9894. end
  9895. s = lightingg:GetChildren()
  9896. for i = 1 , #s do
  9897. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  9898. s[i].BackgroundColor = BrickColor.new(1)
  9899. end
  9900. end
  9901. end
  9902. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.MouseButton1Click:connect(ccccccccccccccccccccccccccccccccclickyy)
  9903.  
  9904.  
  9905.  
  9906.  
  9907.  
  9908.  
  9909. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97 = Instance.new("TextButton")
  9910. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Parent = lightingg
  9911. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Name = "CharacterButton"
  9912. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.BackgroundTransparency = 0.5
  9913. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Position = UDim2.new(2, 0, 10, 0)
  9914. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Size = UDim2.new(1, 0, 1, 0)
  9915. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Text = "[ Confuse ]"
  9916. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.BackgroundColor = BrickColor.new(1)
  9917.  
  9918. function cccccccccccccccccccccccccccccccccclickyy()
  9919. mode = "Confuse"
  9920. d = lightingg:GetChildren()
  9921. for i = 1 , #d do
  9922. if d[i].Name == "CharacterButton" then
  9923. if d[i].Text == "[ "..mode.." ]" then
  9924. d[i].BackgroundColor = BrickColor.new(24)
  9925. end
  9926. end
  9927. end
  9928. s = lightingg:GetChildren()
  9929. for i = 1 , #s do
  9930. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  9931. s[i].BackgroundColor = BrickColor.new(1)
  9932. end
  9933. end
  9934. end
  9935. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.MouseButton1Click:connect(cccccccccccccccccccccccccccccccccclickyy)
  9936.  
  9937.  
  9938. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97 = Instance.new("TextButton")
  9939. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Parent = lightingg
  9940. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Name = "CharacterButton"
  9941. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.BackgroundTransparency = 0.5
  9942. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Position = UDim2.new(2, 0, 11, 0)
  9943. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Size = UDim2.new(1, 0, 1, 0)
  9944. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Text = "[ Disarm ]"
  9945. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.BackgroundColor = BrickColor.new(1)
  9946.  
  9947. function ccccccccccccccccccccccccccccccccccclickyy()
  9948. mode = "Disarm"
  9949. d = lightingg:GetChildren()
  9950. for i = 1 , #d do
  9951. if d[i].Name == "CharacterButton" then
  9952. if d[i].Text == "[ "..mode.." ]" then
  9953. d[i].BackgroundColor = BrickColor.new(24)
  9954. end
  9955. end
  9956. end
  9957. s = lightingg:GetChildren()
  9958. for i = 1 , #s do
  9959. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  9960. s[i].BackgroundColor = BrickColor.new(1)
  9961. end
  9962. end
  9963. end
  9964. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.MouseButton1Click:connect(ccccccccccccccccccccccccccccccccccclickyy)
  9965.  
  9966.  
  9967.  
  9968.  
  9969.  
  9970. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97 = Instance.new("TextButton")
  9971. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Parent = lightingg
  9972. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Name = "CharacterButton"
  9973. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.BackgroundTransparency = 0.5
  9974. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Position = UDim2.new(2, 0, 12, 0)
  9975. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Size = UDim2.new(1, 0, 1, 0)
  9976. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.Text = "[ Spotlight ]"
  9977. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.BackgroundColor = BrickColor.new(1)
  9978.  
  9979. function cccccccccccccccccccccccccccccccccccclickyy()
  9980. mode = "Spotlight"
  9981. d = lightingg:GetChildren()
  9982. for i = 1 , #d do
  9983. if d[i].Name == "CharacterButton" then
  9984. if d[i].Text == "[ "..mode.." ]" then
  9985. d[i].BackgroundColor = BrickColor.new(24)
  9986. end
  9987. end
  9988. end
  9989. s = lightingg:GetChildren()
  9990. for i = 1 , #s do
  9991. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  9992. s[i].BackgroundColor = BrickColor.new(1)
  9993. end
  9994. end
  9995. end
  9996. characterhealthhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh97.MouseButton1Click:connect(cccccccccccccccccccccccccccccccccccclickyy)
  9997.  
  9998.  
  9999.  
  10000. characterhe97 = Instance.new("TextButton")
  10001. characterhe97.Parent = lightingg
  10002. characterhe97.Name = "CharacterButton"
  10003. characterhe97.BackgroundTransparency = 0.5
  10004. characterhe97.Position = UDim2.new(2, 0, 13, 0)
  10005. characterhe97.Size = UDim2.new(1, 0, 1, 0)
  10006. characterhe97.Text = "[ Ducks ]"
  10007. characterhe97.BackgroundColor = BrickColor.new(1)
  10008.  
  10009. function asdflickyy()
  10010. mode = "Ducks"
  10011. d = lightingg:GetChildren()
  10012. for i = 1 , #d do
  10013. if d[i].Name == "CharacterButton" then
  10014. if d[i].Text == "[ "..mode.." ]" then
  10015. d[i].BackgroundColor = BrickColor.new(24)
  10016. end
  10017. end
  10018. end
  10019. s = lightingg:GetChildren()
  10020. for i = 1 , #s do
  10021. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  10022. s[i].BackgroundColor = BrickColor.new(1)
  10023. end
  10024. end
  10025. end
  10026. characterhe97.MouseButton1Click:connect(asdflickyy)
  10027.  
  10028.  
  10029.  
  10030.  
  10031.  
  10032.  
  10033.  
  10034.  
  10035. characterhee97 = Instance.new("TextButton")
  10036. characterhee97.Parent = lightingg
  10037. characterhee97.Name = "CharacterButton"
  10038. characterhee97.BackgroundTransparency = 0.5
  10039. characterhee97.Position = UDim2.new(3, 0, 2, 0)
  10040. characterhee97.Size = UDim2.new(1, 0, 1, 0)
  10041. characterhee97.Text = "[ Duck Swarm ]"
  10042. characterhee97.BackgroundColor = BrickColor.new(1)
  10043.  
  10044. function asdflickyyy()
  10045. mode = "Duck Swarm"
  10046. d = lightingg:GetChildren()
  10047. for i = 1 , #d do
  10048. if d[i].Name == "CharacterButton" then
  10049. if d[i].Text == "[ "..mode.." ]" then
  10050. d[i].BackgroundColor = BrickColor.new(24)
  10051. end
  10052. end
  10053. end
  10054. s = lightingg:GetChildren()
  10055. for i = 1 , #s do
  10056. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  10057. s[i].BackgroundColor = BrickColor.new(1)
  10058. end
  10059. end
  10060. end
  10061. characterhee97.MouseButton1Click:connect(asdflickyyy)
  10062.  
  10063.  
  10064.  
  10065.  
  10066.  
  10067. characterheee97 = Instance.new("TextButton")
  10068. characterheee97.Parent = lightingg
  10069. characterheee97.Name = "CharacterButton"
  10070. characterheee97.BackgroundTransparency = 0.5
  10071. characterheee97.Position = UDim2.new(3, 0, 3, 0)
  10072. characterheee97.Size = UDim2.new(1, 0, 1, 0)
  10073. characterheee97.Text = "[ Throwup ]"
  10074. characterheee97.BackgroundColor = BrickColor.new(1)
  10075.  
  10076. function asdflickyyyy()
  10077. mode = "Throwup"
  10078. d = lightingg:GetChildren()
  10079. for i = 1 , #d do
  10080. if d[i].Name == "CharacterButton" then
  10081. if d[i].Text == "[ "..mode.." ]" then
  10082. d[i].BackgroundColor = BrickColor.new(24)
  10083. end
  10084. end
  10085. end
  10086. s = lightingg:GetChildren()
  10087. for i = 1 , #s do
  10088. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  10089. s[i].BackgroundColor = BrickColor.new(1)
  10090. end
  10091. end
  10092. end
  10093. characterheee97.MouseButton1Click:connect(asdflickyyyy)
  10094.  
  10095.  
  10096.  
  10097. characterheeee97 = Instance.new("TextButton")
  10098. characterheeee97.Parent = lightingg
  10099. characterheeee97.Name = "CharacterButton"
  10100. characterheeee97.BackgroundTransparency = 0.5
  10101. characterheeee97.Position = UDim2.new(3, 0, 4, 0)
  10102. characterheeee97.Size = UDim2.new(1, 0, 1, 0)
  10103. characterheeee97.Text = "[ Hang ]"
  10104. characterheeee97.BackgroundColor = BrickColor.new(1)
  10105.  
  10106. function asdflickyyyyy()
  10107. mode = "Hang"
  10108. d = lightingg:GetChildren()
  10109. for i = 1 , #d do
  10110. if d[i].Name == "CharacterButton" then
  10111. if d[i].Text == "[ "..mode.." ]" then
  10112. d[i].BackgroundColor = BrickColor.new(24)
  10113. end
  10114. end
  10115. end
  10116. s = lightingg:GetChildren()
  10117. for i = 1 , #s do
  10118. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  10119. s[i].BackgroundColor = BrickColor.new(1)
  10120. end
  10121. end
  10122. end
  10123. characterheeee97.MouseButton1Click:connect(asdflickyyyyy)
  10124.  
  10125.  
  10126.  
  10127. characterheeeee97 = Instance.new("TextButton")
  10128. characterheeeee97.Parent = lightingg
  10129. characterheeeee97.Name = "CharacterButton"
  10130. characterheeeee97.BackgroundTransparency = 0.5
  10131. characterheeeee97.Position = UDim2.new(3, 0, 5, 0)
  10132. characterheeeee97.Size = UDim2.new(1, 0, 1, 0)
  10133. characterheeeee97.Text = "[ UnHang ]"
  10134. characterheeeee97.BackgroundColor = BrickColor.new(1)
  10135.  
  10136. function asdflickyyyyyy()
  10137. mode = "UnHang"
  10138. d = lightingg:GetChildren()
  10139. for i = 1 , #d do
  10140. if d[i].Name == "CharacterButton" then
  10141. if d[i].Text == "[ "..mode.." ]" then
  10142. d[i].BackgroundColor = BrickColor.new(24)
  10143. end
  10144. end
  10145. end
  10146. s = lightingg:GetChildren()
  10147. for i = 1 , #s do
  10148. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  10149. s[i].BackgroundColor = BrickColor.new(1)
  10150. end
  10151. end
  10152. end
  10153. characterheeeee97.MouseButton1Click:connect(asdflickyyyyyy)
  10154.  
  10155.  
  10156.  
  10157.  
  10158.  
  10159.  
  10160. characterheeeeee97 = Instance.new("TextButton")
  10161. characterheeeeee97.Parent = lightingg
  10162. characterheeeeee97.Name = "CharacterButton"
  10163. characterheeeeee97.BackgroundTransparency = 0.5
  10164. characterheeeeee97.Position = UDim2.new(3, 0, 6, 0)
  10165. characterheeeeee97.Size = UDim2.new(1, 0, 1, 0)
  10166. characterheeeeee97.Text = "[ Ban ]"
  10167. characterheeeeee97.BackgroundColor = BrickColor.new(1)
  10168.  
  10169. function asdflickyyyyyyy()
  10170. mode = "Ban"
  10171. d = lightingg:GetChildren()
  10172. for i = 1 , #d do
  10173. if d[i].Name == "CharacterButton" then
  10174. if d[i].Text == "[ "..mode.." ]" then
  10175. d[i].BackgroundColor = BrickColor.new(24)
  10176. end
  10177. end
  10178. end
  10179. s = lightingg:GetChildren()
  10180. for i = 1 , #s do
  10181. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  10182. s[i].BackgroundColor = BrickColor.new(1)
  10183. end
  10184. end
  10185. end
  10186. characterheeeeee97.MouseButton1Click:connect(asdflickyyyyyyy)
  10187.  
  10188.  
  10189.  
  10190.  
  10191. characterheeeeeee97 = Instance.new("TextButton")
  10192. characterheeeeeee97.Parent = lightingg
  10193. characterheeeeeee97.Name = "CharacterButton"
  10194. characterheeeeeee97.BackgroundTransparency = 0.5
  10195. characterheeeeeee97.Position = UDim2.new(3, 0, 7, 0)
  10196. characterheeeeeee97.Size = UDim2.new(1, 0, 1, 0)
  10197. characterheeeeeee97.Text = "[ Tree Summon ]"
  10198. characterheeeeeee97.BackgroundColor = BrickColor.new(1)
  10199.  
  10200. function asdflickyyyyyyyy()
  10201. mode = "Tree Summon"
  10202. d = lightingg:GetChildren()
  10203. for i = 1 , #d do
  10204. if d[i].Name == "CharacterButton" then
  10205. if d[i].Text == "[ "..mode.." ]" then
  10206. d[i].BackgroundColor = BrickColor.new(24)
  10207. end
  10208. end
  10209. end
  10210. s = lightingg:GetChildren()
  10211. for i = 1 , #s do
  10212. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  10213. s[i].BackgroundColor = BrickColor.new(1)
  10214. end
  10215. end
  10216. end
  10217. characterheeeeeee97.MouseButton1Click:connect(asdflickyyyyyyyy)
  10218.  
  10219.  
  10220. characterheeeeeeee97 = Instance.new("TextButton")
  10221. characterheeeeeeee97.Parent = lightingg
  10222. characterheeeeeeee97.Name = "CharacterButton"
  10223. characterheeeeeeee97.BackgroundTransparency = 0.5
  10224. characterheeeeeeee97.Position = UDim2.new(3, 0, 8, 0)
  10225. characterheeeeeeee97.Size = UDim2.new(1, 0, 1, 0)
  10226. characterheeeeeeee97.Text = "[ Seizure ]"
  10227. characterheeeeeeee97.BackgroundColor = BrickColor.new(1)
  10228.  
  10229. function asdflickyyyyyyyyy()
  10230. mode = "Seizure"
  10231. d = lightingg:GetChildren()
  10232. for i = 1 , #d do
  10233. if d[i].Name == "CharacterButton" then
  10234. if d[i].Text == "[ "..mode.." ]" then
  10235. d[i].BackgroundColor = BrickColor.new(24)
  10236. end
  10237. end
  10238. end
  10239. s = lightingg:GetChildren()
  10240. for i = 1 , #s do
  10241. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  10242. s[i].BackgroundColor = BrickColor.new(1)
  10243. end
  10244. end
  10245. end
  10246. characterheeeeeeee97.MouseButton1Click:connect(asdflickyyyyyyyyy)
  10247.  
  10248.  
  10249.  
  10250. characterheeeeeeeee97 = Instance.new("TextButton")
  10251. characterheeeeeeeee97.Parent = lightingg
  10252. characterheeeeeeeee97.Name = "CharacterButton"
  10253. characterheeeeeeeee97.BackgroundTransparency = 0.5
  10254. characterheeeeeeeee97.Position = UDim2.new(3, 0, 9, 0)
  10255. characterheeeeeeeee97.Size = UDim2.new(1, 0, 1, 0)
  10256. characterheeeeeeeee97.Text = "[ Steal Color ]"
  10257. characterheeeeeeeee97.BackgroundColor = BrickColor.new(1)
  10258.  
  10259. function asdflickyyyyyyyyyy()
  10260. mode = "Steal Color"
  10261. d = lightingg:GetChildren()
  10262. for i = 1 , #d do
  10263. if d[i].Name == "CharacterButton" then
  10264. if d[i].Text == "[ "..mode.." ]" then
  10265. d[i].BackgroundColor = BrickColor.new(24)
  10266. end
  10267. end
  10268. end
  10269. s = lightingg:GetChildren()
  10270. for i = 1 , #s do
  10271. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  10272. s[i].BackgroundColor = BrickColor.new(1)
  10273. end
  10274. end
  10275. end
  10276. characterheeeeeeeee97.MouseButton1Click:connect(asdflickyyyyyyyyyy)
  10277.  
  10278. characterheeeeeeeeee97 = Instance.new("TextButton")
  10279. characterheeeeeeeeee97.Parent = lightingg
  10280. characterheeeeeeeeee97.Name = "CharacterButton"
  10281. characterheeeeeeeeee97.BackgroundTransparency = 0.5
  10282. characterheeeeeeeeee97.Position = UDim2.new(3, 0, 10, 0)
  10283. characterheeeeeeeeee97.Size = UDim2.new(1, 0, 1, 0)
  10284. characterheeeeeeeeee97.Text = "[ Give Color ]"
  10285. characterheeeeeeeeee97.BackgroundColor = BrickColor.new(1)
  10286.  
  10287. function asdflickyyyyyyyyyyy()
  10288. mode = "Give Color"
  10289. d = lightingg:GetChildren()
  10290. for i = 1 , #d do
  10291. if d[i].Name == "CharacterButton" then
  10292. if d[i].Text == "[ "..mode.." ]" then
  10293. d[i].BackgroundColor = BrickColor.new(24)
  10294. end
  10295. end
  10296. end
  10297. s = lightingg:GetChildren()
  10298. for i = 1 , #s do
  10299. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  10300. s[i].BackgroundColor = BrickColor.new(1)
  10301. end
  10302. end
  10303. end
  10304. characterheeeeeeeeee97.MouseButton1Click:connect(asdflickyyyyyyyyyyy)
  10305.  
  10306.  
  10307.  
  10308. characterheeeeeeeeeee97 = Instance.new("TextButton")
  10309. characterheeeeeeeeeee97.Parent = lightingg
  10310. characterheeeeeeeeeee97.Name = "CharacterButton"
  10311. characterheeeeeeeeeee97.BackgroundTransparency = 0.5
  10312. characterheeeeeeeeeee97.Position = UDim2.new(3, 0, 11, 0)
  10313. characterheeeeeeeeeee97.Size = UDim2.new(1, 0, 1, 0)
  10314. characterheeeeeeeeeee97.Text = "[ Clone ]"
  10315. characterheeeeeeeeeee97.BackgroundColor = BrickColor.new(1)
  10316.  
  10317. function asdflickyyyyyyyyyyyy()
  10318. mode = "Clone"
  10319. d = lightingg:GetChildren()
  10320. for i = 1 , #d do
  10321. if d[i].Name == "CharacterButton" then
  10322. if d[i].Text == "[ "..mode.." ]" then
  10323. d[i].BackgroundColor = BrickColor.new(24)
  10324. end
  10325. end
  10326. end
  10327. s = lightingg:GetChildren()
  10328. for i = 1 , #s do
  10329. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  10330. s[i].BackgroundColor = BrickColor.new(1)
  10331. end
  10332. end
  10333. end
  10334. characterheeeeeeeeeee97.MouseButton1Click:connect(asdflickyyyyyyyyyyyy)
  10335.  
  10336. characterheeeeeeeeeeee97 = Instance.new("TextButton")
  10337. characterheeeeeeeeeeee97.Parent = lightingg
  10338. characterheeeeeeeeeeee97.Name = "CharacterButton"
  10339. characterheeeeeeeeeeee97.BackgroundTransparency = 0.5
  10340. characterheeeeeeeeeeee97.Position = UDim2.new(3, 0, 12, 0)
  10341. characterheeeeeeeeeeee97.Size = UDim2.new(1, 0, 1, 0)
  10342. characterheeeeeeeeeeee97.Text = "[ Push ]"
  10343. characterheeeeeeeeeeee97.BackgroundColor = BrickColor.new(1)
  10344.  
  10345. function asdflickyyyyyyyyyyyyy()
  10346. mode = "Push"
  10347. d = lightingg:GetChildren()
  10348. for i = 1 , #d do
  10349. if d[i].Name == "CharacterButton" then
  10350. if d[i].Text == "[ "..mode.." ]" then
  10351. d[i].BackgroundColor = BrickColor.new(24)
  10352. end
  10353. end
  10354. end
  10355. s = lightingg:GetChildren()
  10356. for i = 1 , #s do
  10357. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  10358. s[i].BackgroundColor = BrickColor.new(1)
  10359. end
  10360. end
  10361. end
  10362. characterheeeeeeeeeeee97.MouseButton1Click:connect(asdflickyyyyyyyyyyyyy)
  10363.  
  10364.  
  10365.  
  10366.  
  10367.  
  10368. characterheeeeeeeeeeeee97 = Instance.new("TextButton")
  10369. characterheeeeeeeeeeeee97.Parent = lightingg
  10370. characterheeeeeeeeeeeee97.Name = "CharacterButton"
  10371. characterheeeeeeeeeeeee97.BackgroundTransparency = 0.5
  10372. characterheeeeeeeeeeeee97.Position = UDim2.new(3, 0, 13, 0)
  10373. characterheeeeeeeeeeeee97.Size = UDim2.new(1, 0, 1, 0)
  10374. characterheeeeeeeeeeeee97.Text = "[ Safety ]"
  10375. characterheeeeeeeeeeeee97.BackgroundColor = BrickColor.new(1)
  10376.  
  10377. function asdflickyyyyyyyyyyyyyy()
  10378. mode = "Safety"
  10379. d = lightingg:GetChildren()
  10380. for i = 1 , #d do
  10381. if d[i].Name == "CharacterButton" then
  10382. if d[i].Text == "[ "..mode.." ]" then
  10383. d[i].BackgroundColor = BrickColor.new(24)
  10384. end
  10385. end
  10386. end
  10387. s = lightingg:GetChildren()
  10388. for i = 1 , #s do
  10389. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  10390. s[i].BackgroundColor = BrickColor.new(1)
  10391. end
  10392. end
  10393. end
  10394. characterheeeeeeeeeeeee97.MouseButton1Click:connect(asdflickyyyyyyyyyyyyyy)
  10395.  
  10396.  
  10397.  
  10398.  
  10399.  
  10400.  
  10401. characterheeeeeeeeeeeeee97 = Instance.new("TextButton")
  10402. characterheeeeeeeeeeeeee97.Parent = lightingg
  10403. characterheeeeeeeeeeeeee97.Name = "CharacterButton"
  10404. characterheeeeeeeeeeeeee97.BackgroundTransparency = 0.5
  10405. characterheeeeeeeeeeeeee97.Position = UDim2.new(4, 0, 2, 0)
  10406. characterheeeeeeeeeeeeee97.Size = UDim2.new(1, 0, 1, 0)
  10407. characterheeeeeeeeeeeeee97.Text = "[ Lock ]"
  10408. characterheeeeeeeeeeeeee97.BackgroundColor = BrickColor.new(1)
  10409.  
  10410. function asdflickyyyyyyyyyyyyyyy()
  10411. mode = "Lock"
  10412. d = lightingg:GetChildren()
  10413. for i = 1 , #d do
  10414. if d[i].Name == "CharacterButton" then
  10415. if d[i].Text == "[ "..mode.." ]" then
  10416. d[i].BackgroundColor = BrickColor.new(24)
  10417. end
  10418. end
  10419. end
  10420. s = lightingg:GetChildren()
  10421. for i = 1 , #s do
  10422. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  10423. s[i].BackgroundColor = BrickColor.new(1)
  10424. end
  10425. end
  10426. end
  10427. characterheeeeeeeeeeeeee97.MouseButton1Click:connect(asdflickyyyyyyyyyyyyyyy)
  10428.  
  10429. characterheeeeeeeeeeeeeee97 = Instance.new("TextButton")
  10430. characterheeeeeeeeeeeeeee97.Parent = lightingg
  10431. characterheeeeeeeeeeeeeee97.Name = "CharacterButton"
  10432. characterheeeeeeeeeeeeeee97.BackgroundTransparency = 0.5
  10433. characterheeeeeeeeeeeeeee97.Position = UDim2.new(4, 0, 3, 0)
  10434. characterheeeeeeeeeeeeeee97.Size = UDim2.new(1, 0, 1, 0)
  10435. characterheeeeeeeeeeeeeee97.Text = "[ UnLock ]"
  10436. characterheeeeeeeeeeeeeee97.BackgroundColor = BrickColor.new(1)
  10437.  
  10438. function asdflickyyyyyyyyyyyyyyyy()
  10439. mode = "UnLock"
  10440. d = lightingg:GetChildren()
  10441. for i = 1 , #d do
  10442. if d[i].Name == "CharacterButton" then
  10443. if d[i].Text == "[ "..mode.." ]" then
  10444. d[i].BackgroundColor = BrickColor.new(24)
  10445. end
  10446. end
  10447. end
  10448. s = lightingg:GetChildren()
  10449. for i = 1 , #s do
  10450. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  10451. s[i].BackgroundColor = BrickColor.new(1)
  10452. end
  10453. end
  10454. end
  10455. characterheeeeeeeeeeeeeee97.MouseButton1Click:connect(asdflickyyyyyyyyyyyyyyyy)
  10456.  
  10457.  
  10458.  
  10459. characterheeeeeeeeeeeeeeee97 = Instance.new("TextButton")
  10460. characterheeeeeeeeeeeeeeee97.Parent = lightingg
  10461. characterheeeeeeeeeeeeeeee97.Name = "CharacterButton"
  10462. characterheeeeeeeeeeeeeeee97.BackgroundTransparency = 0.5
  10463. characterheeeeeeeeeeeeeeee97.Position = UDim2.new(4, 0, 4, 0)
  10464. characterheeeeeeeeeeeeeeee97.Size = UDim2.new(1, 0, 1, 0)
  10465. characterheeeeeeeeeeeeeeee97.Text = "[ Burn ]"
  10466. characterheeeeeeeeeeeeeeee97.BackgroundColor = BrickColor.new(1)
  10467.  
  10468. function asdflickyyyyyyyyyyyyyyyyy()
  10469. mode = "Burn"
  10470. d = lightingg:GetChildren()
  10471. for i = 1 , #d do
  10472. if d[i].Name == "CharacterButton" then
  10473. if d[i].Text == "[ "..mode.." ]" then
  10474. d[i].BackgroundColor = BrickColor.new(24)
  10475. end
  10476. end
  10477. end
  10478. s = lightingg:GetChildren()
  10479. for i = 1 , #s do
  10480. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  10481. s[i].BackgroundColor = BrickColor.new(1)
  10482. end
  10483. end
  10484. end
  10485. characterheeeeeeeeeeeeeeee97.MouseButton1Click:connect(asdflickyyyyyyyyyyyyyyyyy)
  10486.  
  10487.  
  10488.  
  10489.  
  10490. characterheeeeeeeeeeeeeeeee97 = Instance.new("TextButton")
  10491. characterheeeeeeeeeeeeeeeee97.Parent = lightingg
  10492. characterheeeeeeeeeeeeeeeee97.Name = "CharacterButton"
  10493. characterheeeeeeeeeeeeeeeee97.BackgroundTransparency = 0.5
  10494. characterheeeeeeeeeeeeeeeee97.Position = UDim2.new(4, 0, 5, 0)
  10495. characterheeeeeeeeeeeeeeeee97.Size = UDim2.new(1, 0, 1, 0)
  10496. characterheeeeeeeeeeeeeeeee97.Text = "[ Hatless ]"
  10497. characterheeeeeeeeeeeeeeeee97.BackgroundColor = BrickColor.new(1)
  10498.  
  10499. function asdflickyyyyyyyyyyyyyyyyyy()
  10500. mode = "Hatless"
  10501. d = lightingg:GetChildren()
  10502. for i = 1 , #d do
  10503. if d[i].Name == "CharacterButton" then
  10504. if d[i].Text == "[ "..mode.." ]" then
  10505. d[i].BackgroundColor = BrickColor.new(24)
  10506. end
  10507. end
  10508. end
  10509. s = lightingg:GetChildren()
  10510. for i = 1 , #s do
  10511. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  10512. s[i].BackgroundColor = BrickColor.new(1)
  10513. end
  10514. end
  10515. end
  10516. characterheeeeeeeeeeeeeeeee97.MouseButton1Click:connect(asdflickyyyyyyyyyyyyyyyyyy)
  10517.  
  10518.  
  10519.  
  10520. characterheeeeeeeeeeeeeeeeee97 = Instance.new("TextButton")
  10521. characterheeeeeeeeeeeeeeeeee97.Parent = lightingg
  10522. characterheeeeeeeeeeeeeeeeee97.Name = "CharacterButton"
  10523. characterheeeeeeeeeeeeeeeeee97.BackgroundTransparency = 0.5
  10524. characterheeeeeeeeeeeeeeeeee97.Position = UDim2.new(4, 0, 6, 0)
  10525. characterheeeeeeeeeeeeeeeeee97.Size = UDim2.new(1, 0, 1, 0)
  10526. characterheeeeeeeeeeeeeeeeee97.Text = "[ Suitless ]"
  10527. characterheeeeeeeeeeeeeeeeee97.BackgroundColor = BrickColor.new(1)
  10528.  
  10529. function asdflickyyyyyyyyyyyyyyyyyyy()
  10530. mode = "Suitless"
  10531. d = lightingg:GetChildren()
  10532. for i = 1 , #d do
  10533. if d[i].Name == "CharacterButton" then
  10534. if d[i].Text == "[ "..mode.." ]" then
  10535. d[i].BackgroundColor = BrickColor.new(24)
  10536. end
  10537. end
  10538. end
  10539. s = lightingg:GetChildren()
  10540. for i = 1 , #s do
  10541. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  10542. s[i].BackgroundColor = BrickColor.new(1)
  10543. end
  10544. end
  10545. end
  10546. characterheeeeeeeeeeeeeeeeee97.MouseButton1Click:connect(asdflickyyyyyyyyyyyyyyyyyyy)
  10547.  
  10548. characterheeeeeeeeeeeeeeeeeee97 = Instance.new("TextButton")
  10549. characterheeeeeeeeeeeeeeeeeee97.Parent = lightingg
  10550. characterheeeeeeeeeeeeeeeeeee97.Name = "CharacterButton"
  10551. characterheeeeeeeeeeeeeeeeeee97.BackgroundTransparency = 0.5
  10552. characterheeeeeeeeeeeeeeeeeee97.Position = UDim2.new(4, 0, 7, 0)
  10553. characterheeeeeeeeeeeeeeeeeee97.Size = UDim2.new(1, 0, 1, 0)
  10554. characterheeeeeeeeeeeeeeeeeee97.Text = "[ Sit ]"
  10555. characterheeeeeeeeeeeeeeeeeee97.BackgroundColor = BrickColor.new(1)
  10556.  
  10557. function asdflickyyyyyyyyyyyyyyyyyyyy()
  10558. mode = "Sit"
  10559. d = lightingg:GetChildren()
  10560. for i = 1 , #d do
  10561. if d[i].Name == "CharacterButton" then
  10562. if d[i].Text == "[ "..mode.." ]" then
  10563. d[i].BackgroundColor = BrickColor.new(24)
  10564. end
  10565. end
  10566. end
  10567. s = lightingg:GetChildren()
  10568. for i = 1 , #s do
  10569. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  10570. s[i].BackgroundColor = BrickColor.new(1)
  10571. end
  10572. end
  10573. end
  10574. characterheeeeeeeeeeeeeeeeeee97.MouseButton1Click:connect(asdflickyyyyyyyyyyyyyyyyyyyy)
  10575.  
  10576. characterheeeeeeeeeeeeeeeeeeee97 = Instance.new("TextButton")
  10577. characterheeeeeeeeeeeeeeeeeeee97.Parent = lightingg
  10578. characterheeeeeeeeeeeeeeeeeeee97.Name = "CharacterButton"
  10579. characterheeeeeeeeeeeeeeeeeeee97.BackgroundTransparency = 0.5
  10580. characterheeeeeeeeeeeeeeeeeeee97.Position = UDim2.new(4, 0, 8, 0)
  10581. characterheeeeeeeeeeeeeeeeeeee97.Size = UDim2.new(1, 0, 1, 0)
  10582. characterheeeeeeeeeeeeeeeeeeee97.Text = "[ Slow Drag ]"
  10583. characterheeeeeeeeeeeeeeeeeeee97.BackgroundColor = BrickColor.new(1)
  10584.  
  10585. function asdflickyyyyyyyyyyyyyyyyyyyyy()
  10586. mode = "Slow Drag"
  10587. d = lightingg:GetChildren()
  10588. for i = 1 , #d do
  10589. if d[i].Name == "CharacterButton" then
  10590. if d[i].Text == "[ "..mode.." ]" then
  10591. d[i].BackgroundColor = BrickColor.new(24)
  10592. end
  10593. end
  10594. end
  10595. s = lightingg:GetChildren()
  10596. for i = 1 , #s do
  10597. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  10598. s[i].BackgroundColor = BrickColor.new(1)
  10599. end
  10600. end
  10601. end
  10602. characterheeeeeeeeeeeeeeeeeeee97.MouseButton1Click:connect(asdflickyyyyyyyyyyyyyyyyyyyyy)
  10603.  
  10604.  
  10605.  
  10606.  
  10607. characterheeeeeeeeeeeeeeeeeeeee97 = Instance.new("TextButton")
  10608. characterheeeeeeeeeeeeeeeeeeeee97.Parent = lightingg
  10609. characterheeeeeeeeeeeeeeeeeeeee97.Name = "CharacterButton"
  10610. characterheeeeeeeeeeeeeeeeeeeee97.BackgroundTransparency = 0.5
  10611. characterheeeeeeeeeeeeeeeeeeeee97.Position = UDim2.new(4, 0, 9, 0)
  10612. characterheeeeeeeeeeeeeeeeeeeee97.Size = UDim2.new(1, 0, 1, 0)
  10613. characterheeeeeeeeeeeeeeeeeeeee97.Text = "[ Steal Tools ]"
  10614. characterheeeeeeeeeeeeeeeeeeeee97.BackgroundColor = BrickColor.new(1)
  10615.  
  10616. function asdflickyyyyyyyyyyyyyyyyyyyyyy()
  10617. mode = "Steal Tools"
  10618. d = lightingg:GetChildren()
  10619. for i = 1 , #d do
  10620. if d[i].Name == "CharacterButton" then
  10621. if d[i].Text == "[ "..mode.." ]" then
  10622. d[i].BackgroundColor = BrickColor.new(24)
  10623. end
  10624. end
  10625. end
  10626. s = lightingg:GetChildren()
  10627. for i = 1 , #s do
  10628. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  10629. s[i].BackgroundColor = BrickColor.new(1)
  10630. end
  10631. end
  10632. end
  10633. characterheeeeeeeeeeeeeeeeeeeee97.MouseButton1Click:connect(asdflickyyyyyyyyyyyyyyyyyyyyyy)
  10634.  
  10635.  
  10636.  
  10637. characterheeeeeeeeeeeeeeeeeeeeee97 = Instance.new("TextButton")
  10638. characterheeeeeeeeeeeeeeeeeeeeee97.Parent = lightingg
  10639. characterheeeeeeeeeeeeeeeeeeeeee97.Name = "CharacterButton"
  10640. characterheeeeeeeeeeeeeeeeeeeeee97.BackgroundTransparency = 0.5
  10641. characterheeeeeeeeeeeeeeeeeeeeee97.Position = UDim2.new(4, 0, 10, 0)
  10642. characterheeeeeeeeeeeeeeeeeeeeee97.Size = UDim2.new(1, 0, 1, 0)
  10643. characterheeeeeeeeeeeeeeeeeeeeee97.Text = "[ Jail ]"
  10644. characterheeeeeeeeeeeeeeeeeeeeee97.BackgroundColor = BrickColor.new(1)
  10645.  
  10646. function asdflickyyyyyyyyyyyyyyyyyyyyyyy()
  10647. mode = "Jail"
  10648. d = lightingg:GetChildren()
  10649. for i = 1 , #d do
  10650. if d[i].Name == "CharacterButton" then
  10651. if d[i].Text == "[ "..mode.." ]" then
  10652. d[i].BackgroundColor = BrickColor.new(24)
  10653. end
  10654. end
  10655. end
  10656. s = lightingg:GetChildren()
  10657. for i = 1 , #s do
  10658. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  10659. s[i].BackgroundColor = BrickColor.new(1)
  10660. end
  10661. end
  10662. end
  10663. characterheeeeeeeeeeeeeeeeeeeeee97.MouseButton1Click:connect(asdflickyyyyyyyyyyyyyyyyyyyyyyy)
  10664.  
  10665.  
  10666.  
  10667. characterheeeeeeeeeeeeeeeeeeeeeee97 = Instance.new("TextButton")
  10668. characterheeeeeeeeeeeeeeeeeeeeeee97.Parent = lightingg
  10669. characterheeeeeeeeeeeeeeeeeeeeeee97.Name = "CharacterButton"
  10670. characterheeeeeeeeeeeeeeeeeeeeeee97.BackgroundTransparency = 0.5
  10671. characterheeeeeeeeeeeeeeeeeeeeeee97.Position = UDim2.new(4, 0, 11, 0)
  10672. characterheeeeeeeeeeeeeeeeeeeeeee97.Size = UDim2.new(1, 0, 1, 0)
  10673. characterheeeeeeeeeeeeeeeeeeeeeee97.Text = "[ UnJail ]"
  10674. characterheeeeeeeeeeeeeeeeeeeeeee97.BackgroundColor = BrickColor.new(1)
  10675.  
  10676. function asdflickyyyyyyyyyyyyyyyyyyyyyyyy()
  10677. mode = "UnJail"
  10678. d = lightingg:GetChildren()
  10679. for i = 1 , #d do
  10680. if d[i].Name == "CharacterButton" then
  10681. if d[i].Text == "[ "..mode.." ]" then
  10682. d[i].BackgroundColor = BrickColor.new(24)
  10683. end
  10684. end
  10685. end
  10686. s = lightingg:GetChildren()
  10687. for i = 1 , #s do
  10688. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  10689. s[i].BackgroundColor = BrickColor.new(1)
  10690. end
  10691. end
  10692. end
  10693. characterheeeeeeeeeeeeeeeeeeeeeee97.MouseButton1Click:connect(asdflickyyyyyyyyyyyyyyyyyyyyyyyy)
  10694.  
  10695.  
  10696.  
  10697. characterheeeeeeeeeeeeeeeeeeeeeeee97 = Instance.new("TextButton")
  10698. characterheeeeeeeeeeeeeeeeeeeeeeee97.Parent = lightingg
  10699. characterheeeeeeeeeeeeeeeeeeeeeeee97.Name = "CharacterButton"
  10700. characterheeeeeeeeeeeeeeeeeeeeeeee97.BackgroundTransparency = 0.5
  10701. characterheeeeeeeeeeeeeeeeeeeeeeee97.Position = UDim2.new(4, 0, 12, 0)
  10702. characterheeeeeeeeeeeeeeeeeeeeeeee97.Size = UDim2.new(1, 0, 1, 0)
  10703. characterheeeeeeeeeeeeeeeeeeeeeeee97.Text = "[ Dynamites ]"
  10704. characterheeeeeeeeeeeeeeeeeeeeeeee97.BackgroundColor = BrickColor.new(1)
  10705.  
  10706. function asdflickyyyyyyyyyyyyyyyyyyyyyyyyy()
  10707. mode = "Dynamites"
  10708. d = lightingg:GetChildren()
  10709. for i = 1 , #d do
  10710. if d[i].Name == "CharacterButton" then
  10711. if d[i].Text == "[ "..mode.." ]" then
  10712. d[i].BackgroundColor = BrickColor.new(24)
  10713. end
  10714. end
  10715. end
  10716. s = lightingg:GetChildren()
  10717. for i = 1 , #s do
  10718. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  10719. s[i].BackgroundColor = BrickColor.new(1)
  10720. end
  10721. end
  10722. end
  10723. characterheeeeeeeeeeeeeeeeeeeeeeee97.MouseButton1Click:connect(asdflickyyyyyyyyyyyyyyyyyyyyyyyyy)
  10724.  
  10725.  
  10726.  
  10727. characterheeeeeeeeeeeeeeeeeeeeeeeee97 = Instance.new("TextButton")
  10728. characterheeeeeeeeeeeeeeeeeeeeeeeee97.Parent = lightingg
  10729. characterheeeeeeeeeeeeeeeeeeeeeeeee97.Name = "CharacterButton"
  10730. characterheeeeeeeeeeeeeeeeeeeeeeeee97.BackgroundTransparency = 0.5
  10731. characterheeeeeeeeeeeeeeeeeeeeeeeee97.Position = UDim2.new(4, 0, 13, 0)
  10732. characterheeeeeeeeeeeeeeeeeeeeeeeee97.Size = UDim2.new(1, 0, 1, 0)
  10733. characterheeeeeeeeeeeeeeeeeeeeeeeee97.Text = "[ Detonate Dynamites ]"
  10734. characterheeeeeeeeeeeeeeeeeeeeeeeee97.BackgroundColor = BrickColor.new(1)
  10735.  
  10736. function asdflickyyyyyyyyyyyyyyyyyyyyyyyyyy()
  10737. mode = "Detonate Dynamites"
  10738. d = lightingg:GetChildren()
  10739. for i = 1 , #d do
  10740. if d[i].Name == "CharacterButton" then
  10741. if d[i].Text == "[ "..mode.." ]" then
  10742. d[i].BackgroundColor = BrickColor.new(24)
  10743. end
  10744. end
  10745. end
  10746. s = lightingg:GetChildren()
  10747. for i = 1 , #s do
  10748. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  10749. s[i].BackgroundColor = BrickColor.new(1)
  10750. end
  10751. end
  10752. end
  10753. characterheeeeeeeeeeeeeeeeeeeeeeeee97.MouseButton1Click:connect(asdflickyyyyyyyyyyyyyyyyyyyyyyyyyy)
  10754.  
  10755.  
  10756.  
  10757.  
  10758.  
  10759.  
  10760.  
  10761.  
  10762.  
  10763.  
  10764.  
  10765.  
  10766. a = me.Character:findFirstChild("Eyeball")
  10767. if a ~= nil then a:Remove() end
  10768.  
  10769.  
  10770.  
  10771. ball = Instance.new("Model")
  10772. ball.Name = "Eyeball"
  10773. ball.Parent = me.Character
  10774. asdf = Instance.new("Humanoid")
  10775. asdf.Parent = ball
  10776. asdf.MaxHealth = 0
  10777. asdf.Health = 0
  10778. eyeball = Instance.new("Part")
  10779. eyeball.Parent = ball
  10780. eyeball.Locked = true
  10781. eyeball.TopSurface = "Smooth"
  10782. eyeball.BottomSurface = "Smooth"
  10783. eyeball.Size = Vector3.new(2, 2, 2)
  10784. eyeball.BrickColor = BrickColor.new(1)
  10785. eyeball.Shape = "Ball"
  10786. eyeball.Name = "Head"
  10787. eyeball.CanCollide = false
  10788. eyeball.formFactor = "Symmetric"
  10789. eyeball.CFrame = me.Character.Head.CFrame
  10790.  
  10791.  
  10792.  
  10793.  
  10794. eyeballh = Instance.new("Part")
  10795. eyeballh.Parent = ball
  10796. eyeballh.Locked = true
  10797. eyeballh.TopSurface = "Smooth"
  10798. eyeballh.BottomSurface = "Smooth"
  10799. eyeballh.Size = Vector3.new(2, 1, 2)
  10800. eyeballh.CanCollide = false
  10801. eyeballh.formFactor = "Symmetric"
  10802. eyeballh.CFrame = me.Character.Head.CFrame
  10803. mesh = Instance.new("SpecialMesh")
  10804. mesh.Parent = eyeballh
  10805. mesh.MeshType = "FileMesh"
  10806. mesh.Scale = Vector3.new(1, 1, 1)
  10807. mesh.MeshId = "http://www.roblox.com/asset/?id=1028713"
  10808. mesh.TextureId = "http://www.roblox.com/asset/?id=24363214"
  10809. weld = Instance.new("Weld")
  10810. weld.Parent = eyeball
  10811. weld.Part0 = eyeball
  10812. weld.Part1 = eyeballh
  10813. weld.C0 = CFrame.new(Vector3.new(0, 1.05, 0))
  10814.  
  10815.  
  10816.  
  10817. shotsound = Instance.new("Sound")
  10818. shotsound.SoundId = "50b1527eefedeeb9062fdcdcfd37202a"
  10819. shotsound.Pitch = 0.7
  10820. shotsound.Parent = eyeball
  10821.  
  10822. bodyposition = Instance.new("BodyPosition")
  10823. bodyposition.Parent = eyeball
  10824. bodyposition.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  10825. bodygyro = Instance.new("BodyGyro")
  10826. bodygyro.Parent = eyeball
  10827. bodygyro.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  10828. bodygyro.D = 100
  10829. eyeball22 = Instance.new("Part")
  10830. eyeball22.Parent = ball
  10831. eyeball22.Locked = true
  10832. eyeball22.BrickColor = me.Character.Torso.BrickColor
  10833. eyeball22.TopSurface = "Smooth"
  10834. eyeball22.Reflectance = 0.05
  10835. eyeball22.BottomSurface = "Smooth"
  10836. eyeball22.Size = Vector3.new(1, 1, 1)
  10837. eyeball22.Shape = "Ball"
  10838. eyeball22.CanCollide = false
  10839. eyeball22.formFactor = "Symmetric"
  10840. eyeball22.CFrame = me.Character.Head.CFrame
  10841. mesh = Instance.new("SpecialMesh")
  10842. mesh.Parent = eyeball22
  10843. mesh.MeshType = "Sphere"
  10844. mesh.Scale = Vector3.new(1, 1, 0.5)
  10845. weld = Instance.new("Weld")
  10846. weld.Parent = eyeball
  10847. weld.Part0 = eyeball
  10848. weld.Part1 = eyeball22
  10849. weld.C0 = CFrame.new(Vector3.new(0, 0, -0.79))
  10850. eyeball2 = Instance.new("Part")
  10851. eyeball2.Parent = ball
  10852. eyeball2.Locked = true
  10853. eyeball2.TopSurface = "Smooth"
  10854. eyeball2.BrickColor = BrickColor.new(26)
  10855. eyeball2.BottomSurface = "Smooth"
  10856. eyeball2.Size = Vector3.new(1, 1, 1)
  10857. eyeball2.Shape = "Ball"
  10858. eyeball2.CanCollide = false
  10859. eyeball2.formFactor = "Symmetric"
  10860. eyeball2.CFrame = me.Character.Head.CFrame
  10861. mesh = Instance.new("SpecialMesh")
  10862. mesh.Parent = eyeball2
  10863. mesh.MeshType = "Sphere"
  10864. mesh.Scale = Vector3.new(0.5, 0.5, 0.5)
  10865. weld = Instance.new("Weld")
  10866. weld.Parent = eyeball
  10867. weld.Part0 = eyeball
  10868. weld.Part1 = eyeball2
  10869. weld.C0 = CFrame.new(Vector3.new(0, 0, -0.82))
  10870.  
  10871. eyeball3 = Instance.new("Part")
  10872. eyeball3.Parent = ball
  10873. eyeball3.Locked = true
  10874. eyeball3.TopSurface = "Smooth"
  10875. eyeball3.BrickColor = BrickColor.new(26)
  10876. eyeball3.BottomSurface = "Smooth"
  10877. eyeball3.Transparency = 1
  10878. eyeball3.Size = Vector3.new(1, 1, 1)
  10879. eyeball3.Shape = "Ball"
  10880. eyeball3.Name = "ASDLFKJ"
  10881. eyeball3.CanCollide = false
  10882. eyeball3.formFactor = "Symmetric"
  10883. eyeball3.CFrame = me.Character.Head.CFrame
  10884. weld = Instance.new("Weld")
  10885. weld.Parent = eyeball
  10886. weld.Part0 = eyeball
  10887. weld.Part1 = eyeball3
  10888. weld.C0 = CFrame.new(Vector3.new(0, 0, -20))
  10889.  
  10890.  
  10891.  
  10892.  
  10893.  
  10894.  
  10895. things = ball:GetChildren()
  10896. for i = 1 , #things do
  10897. if things[i].className == "Part" and things[i].Name ~= eyeball3.Name then
  10898. function bleh(hit)
  10899. if hit.Parent.Name ~= ball.Name and hit.Parent.Name ~= me.Character.Name and hit.Name ~= "Lazor" and hit.Name ~= "Base" then
  10900. if hit.Parent.Parent.Name ~= me.Character.Name and hit.Parent.Name ~= "Jail" then
  10901. if mode == "Absorb" or mode == "Drag" then
  10902. hit:Remove()
  10903. end
  10904. end
  10905. end
  10906. end
  10907. things[i].Touched:connect(bleh)
  10908. end
  10909. end
  10910.  
  10911.  
  10912.  
  10913.  
  10914.  
  10915.  
  10916.  
  10917.  
  10918.  
  10919.  
  10920.  
  10921.  
  10922. maximumdistance = 10000
  10923.  
  10924. function onButton1Down(mouse)
  10925. if Staring == true then return end
  10926. Clicking = true
  10927. while Clicking == true do
  10928. wait()
  10929. h = game.Workspace:findFirstChild("Lazor")
  10930. if h ~= nil then h:Remove() end
  10931. if mode == "None" then return end
  10932.  
  10933.  
  10934.  
  10935.  
  10936.  
  10937.  
  10938.  
  10939.  
  10940.  
  10941.  
  10942.  
  10943.  
  10944.  
  10945. eyeball2.BrickColor = BrickColor.new(21)
  10946.  
  10947.  
  10948.  
  10949. if mode ~= "Shield" and mode ~= "None" and mode ~= "Throwup" and mode ~= "Seizure" and mode ~= "Fly" and mode ~= "Safety" and mode ~= "Spy" and mouse.Target == nil then
  10950. local a = Instance.new("Part")
  10951. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  10952. p = Instance.new("Part")
  10953. p.Parent = ball
  10954. p.Name = "Lazor"
  10955. p.Transparency = 1
  10956. p.CanCollide = false
  10957. p.Anchored = true
  10958. p.CFrame = eyeball.CFrame * CFrame.new(Vector3.new(0, 0, -maximumdistance))
  10959. local Place1 = p.Position
  10960. p:Remove()
  10961. a.formFactor = "Symmetric"
  10962. a.Size = Vector3.new(1,1,1)
  10963. a.Name = "Lazor"
  10964. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  10965. a.Parent = game.Workspace
  10966. a.BrickColor = BrickColor.new(21)
  10967. a.Transparency = 0.2
  10968. a.Anchored = true
  10969. a.CanCollide = false
  10970. a.Locked = true
  10971. a.BottomSurface = "Smooth"
  10972. a.TopSurface = "Smooth"
  10973. d = Instance.new("SpecialMesh")
  10974. d.Parent = a
  10975. d.MeshType = "Brick"
  10976. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  10977. end
  10978.  
  10979.  
  10980.  
  10981.  
  10982.  
  10983. if mode == "Heal" then
  10984. if mouse.Target ~= nil then
  10985. local a = Instance.new("Part")
  10986. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  10987. local Place1 = mouse.Hit.p
  10988. a.formFactor = "Symmetric"
  10989. a.Size = Vector3.new(1,1,1)
  10990. a.Name = "Lazor"
  10991. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  10992. a.Parent = game.Workspace
  10993. a.BrickColor = BrickColor.new(21)
  10994. a.Transparency = 0.2
  10995. a.Anchored = true
  10996. a.CanCollide = false
  10997. a.Locked = true
  10998. a.BottomSurface = "Smooth"
  10999. a.TopSurface = "Smooth"
  11000. d = Instance.new("SpecialMesh")
  11001. d.Parent = a
  11002. d.MeshType = "Brick"
  11003. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  11004.  
  11005. humanoid = mouse.Target.Parent:findFirstChild("Humanoid")
  11006. if humanoid ~= nil and humanoid.Parent.Name ~= ball.Name then
  11007. humanoid.MaxHealth = 100
  11008. humanoid.Health = humanoid.Health + 1
  11009. a.BrickColor = BrickColor.new(1)
  11010. d.Scale = Vector3.new(0.15, 0.15, (Place0.p - Place1).magnitude)
  11011. a.Transparency = 0.3
  11012.  
  11013. end
  11014.  
  11015. end
  11016. end
  11017.  
  11018.  
  11019.  
  11020. if mode == "Damage" then
  11021. if mouse.Target ~= nil then
  11022. local a = Instance.new("Part")
  11023. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  11024. local Place1 = mouse.Hit.p
  11025. a.formFactor = "Symmetric"
  11026. a.Size = Vector3.new(1,1,1)
  11027. a.Name = "Lazor"
  11028. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  11029. a.Parent = game.Workspace
  11030. a.BrickColor = BrickColor.new(21)
  11031. a.Transparency = 0.2
  11032. a.Anchored = true
  11033. a.CanCollide = false
  11034. a.Locked = true
  11035. a.BottomSurface = "Smooth"
  11036. a.TopSurface = "Smooth"
  11037. d = Instance.new("SpecialMesh")
  11038. d.Parent = a
  11039. d.MeshType = "Brick"
  11040. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  11041.  
  11042.  
  11043.  
  11044. checkadmin = 0
  11045. for i = 1 , #admin do
  11046. if mouse.Target.Parent.Name == admin[i] then
  11047. checkadmin = 1
  11048. end
  11049. end
  11050. if checkadmin == 0 then
  11051.  
  11052.  
  11053. if mouse.Target.Parent.Name ~= ball.Name and mouse.Target.Parent.Name ~= me.Character.Name then
  11054. humanoid = mouse.Target.Parent:findFirstChild("Humanoid")
  11055. if humanoid ~= nil and humanoid.Parent.Name ~= ball.Name then
  11056. humanoid.MaxHealth = 100
  11057. humanoid.Health = humanoid.Health - 1
  11058. a.BrickColor = BrickColor.new(21)
  11059. d.Scale = Vector3.new(0.2, 0.2, (Place0.p - Place1).magnitude)
  11060. a.Transparency = 0.1
  11061.  
  11062. end
  11063. end
  11064.  
  11065.  
  11066.  
  11067. end
  11068.  
  11069.  
  11070.  
  11071.  
  11072. end
  11073. end
  11074.  
  11075.  
  11076. if mode == "Freeze" then
  11077. if mouse.Target ~= nil then
  11078. local a = Instance.new("Part")
  11079. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  11080. local Place1 = mouse.Hit.p
  11081. a.formFactor = "Symmetric"
  11082. a.Size = Vector3.new(1,1,1)
  11083. a.Name = "Lazor"
  11084. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  11085. a.Parent = game.Workspace
  11086. a.BrickColor = BrickColor.new(23)
  11087. a.Transparency = 0.2
  11088. a.Anchored = true
  11089. a.CanCollide = false
  11090. a.Locked = true
  11091. a.BottomSurface = "Smooth"
  11092. a.TopSurface = "Smooth"
  11093. d = Instance.new("SpecialMesh")
  11094. d.Parent = a
  11095. d.MeshType = "Brick"
  11096. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  11097.  
  11098.  
  11099.  
  11100. if mouse.Target.Name ~= "Base" and mouse.Target.Parent.Name ~= ball.Name then
  11101.  
  11102. a.BrickColor = BrickColor.new(23)
  11103. d.Scale = Vector3.new(0.15, 0.15, (Place0.p - Place1).magnitude)
  11104. a.Transparency = 0.2
  11105. a.Reflectance = 0.2
  11106.  
  11107. mouse.Target.Anchored = true
  11108. mouse.Target.Friction = 0
  11109. mouse.Target.Transparency = 0.5
  11110. mouse.Target.Reflectance = 0.5
  11111.  
  11112. end
  11113.  
  11114.  
  11115.  
  11116. end
  11117. end
  11118.  
  11119.  
  11120.  
  11121. if mode == "Thaw" then
  11122. if mouse.Target ~= nil then
  11123. local a = Instance.new("Part")
  11124. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  11125. local Place1 = mouse.Hit.p
  11126. a.formFactor = "Symmetric"
  11127. a.Size = Vector3.new(1,1,1)
  11128. a.Name = "Lazor"
  11129. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  11130. a.Parent = game.Workspace
  11131. a.BrickColor = BrickColor.new(24)
  11132. a.Transparency = 0.2
  11133. a.Anchored = true
  11134. a.CanCollide = false
  11135. a.Locked = true
  11136. a.BottomSurface = "Smooth"
  11137. a.TopSurface = "Smooth"
  11138. d = Instance.new("SpecialMesh")
  11139. d.Parent = a
  11140. d.MeshType = "Brick"
  11141. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  11142.  
  11143.  
  11144.  
  11145. if mouse.Target.Name ~= "Base" and mouse.Target.Parent.Name ~= ball.Name then
  11146.  
  11147. a.BrickColor = BrickColor.new(24)
  11148. d.Scale = Vector3.new(0.15, 0.15, (Place0.p - Place1).magnitude)
  11149. a.Transparency = 0.4
  11150.  
  11151. mouse.Target.Anchored = false
  11152. mouse.Target.Friction = 0.3
  11153. mouse.Target.Transparency = 0
  11154. mouse.Target.Reflectance = 0
  11155.  
  11156. end
  11157.  
  11158.  
  11159.  
  11160. end
  11161. end
  11162.  
  11163.  
  11164.  
  11165.  
  11166.  
  11167. if mode == "Delete" then
  11168. if mouse.Target ~= nil then
  11169. local a = Instance.new("Part")
  11170. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  11171. local Place1 = mouse.Hit.p
  11172. a.formFactor = "Symmetric"
  11173. a.Size = Vector3.new(1,1,1)
  11174. a.Name = "Lazor"
  11175. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  11176. a.Parent = game.Workspace
  11177. a.BrickColor = BrickColor.new(26)
  11178. a.Transparency = 0.2
  11179. a.Anchored = true
  11180. a.CanCollide = false
  11181. a.Locked = true
  11182. a.BottomSurface = "Smooth"
  11183. a.TopSurface = "Smooth"
  11184. d = Instance.new("SpecialMesh")
  11185. d.Parent = a
  11186. d.MeshType = "Brick"
  11187. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  11188.  
  11189.  
  11190.  
  11191.  
  11192. checkadmin = 0
  11193. for i = 1 , #admin do
  11194. if mouse.Target.Parent.Name == admin[i] then
  11195. checkadmin = 1
  11196. end
  11197. end
  11198. if checkadmin == 0 then
  11199.  
  11200.  
  11201.  
  11202.  
  11203. if mouse.Target.Name ~= "Base" and mouse.Target.Parent.Name ~= me.Character.Name and mouse.Target.Parent.Name ~= ball.Name then
  11204.  
  11205. a.BrickColor = BrickColor.new("Really black")
  11206. d.Scale = Vector3.new(0.15, 0.15, (Place0.p - Place1).magnitude)
  11207. a.Transparency = 0.4
  11208.  
  11209. mouse.Target:Remove()
  11210.  
  11211. end
  11212. end
  11213.  
  11214.  
  11215.  
  11216. end
  11217. end
  11218.  
  11219.  
  11220.  
  11221.  
  11222.  
  11223. if mode == "Lock" then
  11224. if mouse.Target ~= nil then
  11225. local a = Instance.new("Part")
  11226. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  11227. local Place1 = mouse.Hit.p
  11228. a.formFactor = "Symmetric"
  11229. a.Size = Vector3.new(1,1,1)
  11230. a.Name = "Lazor"
  11231. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  11232. a.Parent = game.Workspace
  11233. a.BrickColor = BrickColor.new(26)
  11234. a.Transparency = 0.2
  11235. a.Anchored = true
  11236. a.CanCollide = false
  11237. a.Locked = true
  11238. a.BottomSurface = "Smooth"
  11239. a.TopSurface = "Smooth"
  11240. d = Instance.new("SpecialMesh")
  11241. d.Parent = a
  11242. d.MeshType = "Brick"
  11243. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  11244.  
  11245.  
  11246. if mouse.Target.Parent.Name ~= ball.Name then
  11247.  
  11248. a.BrickColor = BrickColor.new("Really black")
  11249. d.Scale = Vector3.new(0.15, 0.15, (Place0.p - Place1).magnitude)
  11250. a.Transparency = 0.4
  11251.  
  11252. mouse.Target.Locked = true
  11253.  
  11254. end
  11255.  
  11256.  
  11257.  
  11258. end
  11259. end
  11260.  
  11261.  
  11262.  
  11263.  
  11264. if mode == "UnLock" then
  11265. if mouse.Target ~= nil then
  11266. local a = Instance.new("Part")
  11267. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  11268. local Place1 = mouse.Hit.p
  11269. a.formFactor = "Symmetric"
  11270. a.Size = Vector3.new(1,1,1)
  11271. a.Name = "Lazor"
  11272. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  11273. a.Parent = game.Workspace
  11274. a.BrickColor = BrickColor.new(26)
  11275. a.Transparency = 0.2
  11276. a.Anchored = true
  11277. a.CanCollide = false
  11278. a.Locked = true
  11279. a.BottomSurface = "Smooth"
  11280. a.TopSurface = "Smooth"
  11281. d = Instance.new("SpecialMesh")
  11282. d.Parent = a
  11283. d.MeshType = "Brick"
  11284. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  11285.  
  11286.  
  11287. if mouse.Target.Parent.Name ~= ball.Name then
  11288.  
  11289. a.BrickColor = BrickColor.new("Really black")
  11290. d.Scale = Vector3.new(0.15, 0.15, (Place0.p - Place1).magnitude)
  11291. a.Transparency = 0.4
  11292.  
  11293. mouse.Target.Locked = false
  11294.  
  11295. end
  11296.  
  11297.  
  11298.  
  11299. end
  11300. end
  11301.  
  11302.  
  11303.  
  11304.  
  11305.  
  11306. if mode == "Burn" then
  11307. if mouse.Target ~= nil then
  11308. local a = Instance.new("Part")
  11309. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  11310. local Place1 = mouse.Hit.p
  11311. a.formFactor = "Symmetric"
  11312. a.Size = Vector3.new(1,1,1)
  11313. a.Name = "Lazor"
  11314. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  11315. a.Parent = game.Workspace
  11316. a.BrickColor = BrickColor.new(26)
  11317. a.Transparency = 0.2
  11318. a.Anchored = true
  11319. a.CanCollide = false
  11320. a.Locked = true
  11321. a.BottomSurface = "Smooth"
  11322. a.TopSurface = "Smooth"
  11323. d = Instance.new("SpecialMesh")
  11324. d.Parent = a
  11325. d.MeshType = "Brick"
  11326. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  11327.  
  11328.  
  11329.  
  11330. checkadmin = 0
  11331. for i = 1 , #admin do
  11332. if mouse.Target.Parent.Name == admin[i] then
  11333. checkadmin = 1
  11334. end
  11335. end
  11336. if checkadmin == 0 then
  11337.  
  11338. if mouse.Target.Parent.Name ~= ball.Name and mouse.Target.Name ~= "Base" and mouse.Target.Parent.Name ~= me.Character.Name then
  11339.  
  11340. a.BrickColor = BrickColor.new("Really black")
  11341. d.Scale = Vector3.new(0.15, 0.15, (Place0.p - Place1).magnitude)
  11342. a.Transparency = 0.4
  11343.  
  11344. mouse.Target.Material = "Slate"
  11345. mouse.Target.BrickColor = BrickColor.new(26)
  11346. mouse.Target.TopSurface = "Smooth"
  11347. mouse.Target.BottomSurface = "Smooth"
  11348. mouse.Target.Anchored = true
  11349.  
  11350. end
  11351. end
  11352.  
  11353.  
  11354. end
  11355. end
  11356.  
  11357.  
  11358.  
  11359.  
  11360.  
  11361.  
  11362.  
  11363. if mode == "Hatless" then
  11364. if mouse.Target ~= nil then
  11365. local a = Instance.new("Part")
  11366. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  11367. local Place1 = mouse.Hit.p
  11368. a.formFactor = "Symmetric"
  11369. a.Size = Vector3.new(1,1,1)
  11370. a.Name = "Lazor"
  11371. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  11372. a.Parent = game.Workspace
  11373. a.BrickColor = BrickColor.new(26)
  11374. a.Transparency = 0.2
  11375. a.Anchored = true
  11376. a.CanCollide = false
  11377. a.Locked = true
  11378. a.BottomSurface = "Smooth"
  11379. a.TopSurface = "Smooth"
  11380. d = Instance.new("SpecialMesh")
  11381. d.Parent = a
  11382. d.MeshType = "Brick"
  11383. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  11384.  
  11385.  
  11386. stuff = mouse.Target.Parent:GetChildren()
  11387. for i = 1 , #stuff do
  11388. if stuff[i].className == "Hat" then
  11389. stuff[i]:Remove()
  11390. end
  11391. end
  11392.  
  11393.  
  11394.  
  11395. end
  11396. end
  11397.  
  11398.  
  11399.  
  11400.  
  11401.  
  11402.  
  11403. if mode == "Suitless" then
  11404. if mouse.Target ~= nil then
  11405. local a = Instance.new("Part")
  11406. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  11407. local Place1 = mouse.Hit.p
  11408. a.formFactor = "Symmetric"
  11409. a.Size = Vector3.new(1,1,1)
  11410. a.Name = "Lazor"
  11411. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  11412. a.Parent = game.Workspace
  11413. a.BrickColor = BrickColor.new(26)
  11414. a.Transparency = 0.2
  11415. a.Anchored = true
  11416. a.CanCollide = false
  11417. a.Locked = true
  11418. a.BottomSurface = "Smooth"
  11419. a.TopSurface = "Smooth"
  11420. d = Instance.new("SpecialMesh")
  11421. d.Parent = a
  11422. d.MeshType = "Brick"
  11423. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  11424.  
  11425.  
  11426. if game.Players:GetPlayerFromCharacter(mouse.Target.Parent) ~= nil then
  11427. p = mouse.Target.Parent
  11428. stuff = p:GetChildren()
  11429. for i = 1 , #stuff do
  11430. if stuff[i].className ~= "Hat" and stuff[i].Name ~= "Head" and stuff[i].Name ~= "Torso" and stuff[i].Name ~= "Right Arm" and stuff[i].Name ~= "Left Arm" and stuff[i].Name ~= "Right Leg" and stuff[i].Name ~= "Left Leg" then
  11431. if stuff[i].className == "Model" or stuff[i].className == "Part" and stuff[i].Name ~= ball.Name then
  11432. stuff[i]:Remove()
  11433. end
  11434. end
  11435. end
  11436. end
  11437.  
  11438.  
  11439.  
  11440. end
  11441. end
  11442.  
  11443.  
  11444.  
  11445. if mode == "Sit" then
  11446. if mouse.Target ~= nil then
  11447. local a = Instance.new("Part")
  11448. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  11449. local Place1 = mouse.Hit.p
  11450. a.formFactor = "Symmetric"
  11451. a.Size = Vector3.new(1,1,1)
  11452. a.Name = "Lazor"
  11453. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  11454. a.Parent = game.Workspace
  11455. a.BrickColor = BrickColor.new(26)
  11456. a.Transparency = 0.2
  11457. a.Anchored = true
  11458. a.CanCollide = false
  11459. a.Locked = true
  11460. a.BottomSurface = "Smooth"
  11461. a.TopSurface = "Smooth"
  11462. d = Instance.new("SpecialMesh")
  11463. d.Parent = a
  11464. d.MeshType = "Brick"
  11465. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  11466.  
  11467.  
  11468. humanoid = mouse.Target.Parent:findFirstChild("Humanoid")
  11469. if humanoid ~= nil then
  11470. humanoid.Sit = true
  11471. end
  11472.  
  11473.  
  11474.  
  11475. end
  11476. end
  11477.  
  11478.  
  11479.  
  11480.  
  11481.  
  11482.  
  11483.  
  11484.  
  11485.  
  11486. if mode == "Slow Drag" then
  11487. if mouse.Target ~= nil then
  11488. local a = Instance.new("Part")
  11489. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  11490. local Place1 = mouse.Hit.p
  11491. a.formFactor = "Symmetric"
  11492. a.Size = Vector3.new(1,1,1)
  11493. a.Name = "Lazor"
  11494. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  11495. a.Parent = game.Workspace
  11496. a.BrickColor = BrickColor.new(math.random(1, 200))
  11497. a.Transparency = 0.2
  11498. a.Anchored = true
  11499. a.CanCollide = false
  11500. a.Locked = true
  11501. a.BottomSurface = "Smooth"
  11502. a.TopSurface = "Smooth"
  11503. d = Instance.new("SpecialMesh")
  11504. d.Parent = a
  11505. d.MeshType = "Brick"
  11506. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  11507.  
  11508.  
  11509. checkadmin = 0
  11510. for i = 1 , #admin do
  11511. if mouse.Target.Parent.Name == admin[i] then
  11512. checkadmin = 1
  11513. end
  11514. end
  11515. if checkadmin == 0 then
  11516.  
  11517. if mouse.Target.Parent.Name ~= me.Character.Name and mouse.Target.Parent.Name ~= ball.Name and mouse.Target.Name ~= "Base" then
  11518.  
  11519. a.BrickColor = BrickColor.new(math.random(1, 200))
  11520. d.Scale = Vector3.new(0.15, 0.15, (Place0.p - Place1).magnitude)
  11521. a.Transparency = 0.1
  11522.  
  11523.  
  11524. if mouse.Target.Anchored == false then
  11525. asdf = mouse.Target
  11526. p = asdf:findFirstChild("ASDFASDF")
  11527. if p ~= nil then
  11528. p:Remove()
  11529. end
  11530. p = Instance.new("BodyVelocity")
  11531. p.Parent = asdf
  11532. p.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  11533. p.velocity = eyeball.CFrame.lookVector * -120
  11534. p.Name = "ASDFASDF"
  11535. wait()
  11536. p = asdf:findFirstChild("ASDFASDF")
  11537. if p ~= nil then
  11538. p:Remove()
  11539. end
  11540.  
  11541. end
  11542.  
  11543.  
  11544. end
  11545. end
  11546.  
  11547.  
  11548.  
  11549.  
  11550. end
  11551. end
  11552.  
  11553.  
  11554.  
  11555.  
  11556.  
  11557. if mode == "Kick" then
  11558. if mouse.Target ~= nil then
  11559. local a = Instance.new("Part")
  11560. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  11561. local Place1 = mouse.Hit.p
  11562. a.formFactor = "Symmetric"
  11563. a.Size = Vector3.new(1,1,1)
  11564. a.Name = "Lazor"
  11565. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  11566. a.Parent = game.Workspace
  11567. a.BrickColor = BrickColor.new("Dark stone grey")
  11568. a.Transparency = 0.2
  11569. a.Anchored = true
  11570. a.CanCollide = false
  11571. a.Locked = true
  11572. a.BottomSurface = "Smooth"
  11573. a.TopSurface = "Smooth"
  11574. d = Instance.new("SpecialMesh")
  11575. d.Parent = a
  11576. d.MeshType = "Brick"
  11577. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  11578.  
  11579. checkadmin = 0
  11580. for i = 1 , #admin do
  11581. if mouse.Target.Parent.Name == admin[i] then
  11582. checkadmin = 1
  11583. end
  11584. end
  11585. if checkadmin == 0 then
  11586.  
  11587. if mouse.Target.Parent.Name ~= me.Character.Name then
  11588.  
  11589. a.BrickColor = BrickColor.new("Really black")
  11590. d.Scale = Vector3.new(0.15, 0.15, (Place0.p - Place1).magnitude)
  11591. a.Transparency = 0.4
  11592.  
  11593.  
  11594. if game.Players:GetPlayerFromCharacter(mouse.Target.Parent) ~= nil then
  11595. loadstring("game.Players:GetPlayerFromCharacter(mouse.Target.Parent):Remove()")()
  11596. end
  11597.  
  11598.  
  11599. end
  11600.  
  11601. end
  11602.  
  11603. end
  11604. end
  11605.  
  11606.  
  11607. if mode == "Ban" then
  11608. if mouse.Target ~= nil then
  11609. local a = Instance.new("Part")
  11610. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  11611. local Place1 = mouse.Hit.p
  11612. a.formFactor = "Symmetric"
  11613. a.Size = Vector3.new(1,1,1)
  11614. a.Name = "Lazor"
  11615. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  11616. a.Parent = game.Workspace
  11617. a.BrickColor = BrickColor.new("Dark stone grey")
  11618. a.Transparency = 0.2
  11619. a.Anchored = true
  11620. a.CanCollide = false
  11621. a.Locked = true
  11622. a.BottomSurface = "Smooth"
  11623. a.TopSurface = "Smooth"
  11624. d = Instance.new("SpecialMesh")
  11625. d.Parent = a
  11626. d.MeshType = "Brick"
  11627. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  11628. checkadmin = 0
  11629. for i = 1 , #admin do
  11630. if mouse.Target.Parent.Name == admin[i] then
  11631. checkadmin = 1
  11632. end
  11633. end
  11634. if checkadmin == 0 then
  11635.  
  11636.  
  11637. if mouse.Target.Parent.Name ~= me.Character.Name then
  11638.  
  11639. a.BrickColor = BrickColor.new("Really black")
  11640. d.Scale = Vector3.new(0.15, 0.15, (Place0.p - Place1).magnitude)
  11641. a.Transparency = 0.4
  11642.  
  11643.  
  11644. if game.Players:GetPlayerFromCharacter(mouse.Target.Parent) ~= nil then
  11645. lolwut = #banned + 1
  11646. a = game.Players:GetPlayerFromCharacter(mouse.Target.Parent)
  11647. banned[lolwut] = a.Name
  11648. end
  11649.  
  11650.  
  11651. end
  11652. end
  11653.  
  11654.  
  11655. end
  11656. end
  11657.  
  11658.  
  11659.  
  11660.  
  11661.  
  11662. if mode == "Explosion" then
  11663. if mouse.Target ~= nil then
  11664. local a = Instance.new("Part")
  11665. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  11666. local Place1 = mouse.Hit.p
  11667. a.formFactor = "Symmetric"
  11668. a.Size = Vector3.new(1,1,1)
  11669. a.Name = "Lazor"
  11670. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  11671. a.Parent = game.Workspace
  11672. a.BrickColor = BrickColor.new(105)
  11673. a.Transparency = 0.2
  11674. a.Anchored = true
  11675. a.CanCollide = false
  11676. a.Locked = true
  11677. a.BottomSurface = "Smooth"
  11678. a.TopSurface = "Smooth"
  11679. d = Instance.new("SpecialMesh")
  11680. d.Parent = a
  11681. d.MeshType = "Brick"
  11682. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  11683.  
  11684.  
  11685.  
  11686. checkadmin = 0
  11687. for i = 1 , #admin do
  11688. if mouse.Target.Parent.Name == admin[i] then
  11689. checkadmin = 1
  11690. end
  11691. end
  11692. if checkadmin == 0 then
  11693.  
  11694.  
  11695.  
  11696. if mouse.Target.Parent.Name ~= me.Character.Name and mouse.Target.Parent.Name ~= ball.Name then
  11697.  
  11698. a.BrickColor = BrickColor.new(24)
  11699. d.Scale = Vector3.new(0.15, 0.15, (Place0.p - Place1).magnitude)
  11700. a.Transparency = 0.4
  11701.  
  11702. if (mouse.Hit.p-me.Character.Torso.Position).magnitude > 15 then
  11703. asdf = Instance.new("Explosion")
  11704. asdf.Parent = game.Workspace
  11705. asdf.BlastRadius = 3
  11706. asdf.Position = mouse.Hit.p
  11707. end
  11708.  
  11709. end
  11710.  
  11711.  
  11712. end
  11713. end
  11714. end
  11715.  
  11716.  
  11717.  
  11718.  
  11719. if mode == "Spy" then
  11720.  
  11721. bodyposition.position = eyeball3.Position
  11722.  
  11723. end
  11724.  
  11725.  
  11726.  
  11727.  
  11728.  
  11729.  
  11730.  
  11731.  
  11732.  
  11733. if mode == "Break" then
  11734. if mouse.Target ~= nil then
  11735. local a = Instance.new("Part")
  11736. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  11737. local Place1 = mouse.Hit.p
  11738. a.formFactor = "Symmetric"
  11739. a.Size = Vector3.new(1,1,1)
  11740. a.Name = "Lazor"
  11741. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  11742. a.Parent = game.Workspace
  11743. a.BrickColor = BrickColor.new(192)
  11744. a.Transparency = 0.2
  11745. a.Anchored = true
  11746. a.CanCollide = false
  11747. a.Locked = true
  11748. a.BottomSurface = "Smooth"
  11749. a.TopSurface = "Smooth"
  11750. d = Instance.new("SpecialMesh")
  11751. d.Parent = a
  11752. d.MeshType = "Brick"
  11753. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  11754.  
  11755.  
  11756. checkadmin = 0
  11757. for i = 1 , #admin do
  11758. if mouse.Target.Parent.Name == admin[i] then
  11759. checkadmin = 1
  11760. end
  11761. end
  11762. if checkadmin == 0 then
  11763.  
  11764. if mouse.Target.Parent.Name ~= me.Character.Name and mouse.Target.Parent.Name ~= ball.Name and mouse.Target.Name ~= "Base" then
  11765.  
  11766. a.BrickColor = BrickColor.new(192)
  11767. d.Scale = Vector3.new(0.15, 0.15, (Place0.p - Place1).magnitude)
  11768. a.Transparency = 0.1
  11769.  
  11770. mouse.Target:BreakJoints()
  11771. mouse.Target.Anchored = false
  11772.  
  11773. end
  11774. end
  11775. end
  11776. end
  11777.  
  11778.  
  11779.  
  11780. if mode == "Fly" then
  11781.  
  11782. as = me.Character.Torso:findFirstChild("BodyGyros")
  11783. if as ~= nil then as:Remove() end
  11784. as = me.Character.Torso:findFirstChild("BodyPositions")
  11785. if as ~= nil then as:Remove() end
  11786.  
  11787. bodyposition.position = eyeball3.Position
  11788.  
  11789. g = Instance.new("BodyPosition")
  11790. g.Parent = me.Character.Torso
  11791. g.Name = "BodyPositions"
  11792. g.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  11793. g.position = eyeball.Position-Vector3.new(0, 2, 0)
  11794. d = Instance.new("BodyGyro")
  11795. d.Parent = me.Character.Torso
  11796. d.Name = "BodyGyros"
  11797. d.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  11798. d.D = 300
  11799. d.cframe = eyeball.CFrame*CFrame.fromEulerAnglesXYZ(-1.57, 0, 0)
  11800.  
  11801.  
  11802.  
  11803.  
  11804. local a = Instance.new("Part")
  11805. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  11806. local Place1 = me.Character.Head.Position
  11807. a.formFactor = "Symmetric"
  11808. a.Size = Vector3.new(1,1,1)
  11809. a.Name = "Lazor"
  11810. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  11811. a.Parent = game.Workspace
  11812. a.BrickColor = BrickColor.new(192)
  11813. a.Transparency = 0.2
  11814. a.Anchored = true
  11815. a.CanCollide = false
  11816. a.Locked = true
  11817. a.BottomSurface = "Smooth"
  11818. a.TopSurface = "Smooth"
  11819. d = Instance.new("SpecialMesh")
  11820. d.Parent = a
  11821. d.MeshType = "Brick"
  11822. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  11823.  
  11824.  
  11825.  
  11826.  
  11827.  
  11828. end
  11829.  
  11830.  
  11831.  
  11832.  
  11833.  
  11834.  
  11835.  
  11836.  
  11837.  
  11838.  
  11839.  
  11840.  
  11841.  
  11842.  
  11843.  
  11844. if mode == "Trip" then
  11845. if mouse.Target ~= nil then
  11846. local a = Instance.new("Part")
  11847. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  11848. local Place1 = mouse.Hit.p
  11849. a.formFactor = "Symmetric"
  11850. a.Size = Vector3.new(1,1,1)
  11851. a.Name = "Lazor"
  11852. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  11853. a.Parent = game.Workspace
  11854. a.BrickColor = BrickColor.new("Pink")
  11855. a.Transparency = 0.2
  11856. a.Anchored = true
  11857. a.CanCollide = false
  11858. a.Locked = true
  11859. a.BottomSurface = "Smooth"
  11860. a.TopSurface = "Smooth"
  11861. d = Instance.new("SpecialMesh")
  11862. d.Parent = a
  11863. d.MeshType = "Brick"
  11864. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  11865.  
  11866.  
  11867. checkadmin = 0
  11868. for i = 1 , #admin do
  11869. if mouse.Target.Parent.Name == admin[i] then
  11870. checkadmin = 1
  11871. end
  11872. end
  11873. if checkadmin == 0 then
  11874.  
  11875. if mouse.Target.Parent.Name ~= me.Character.Name and mouse.Target.Parent.Name ~= ball.Name and mouse.Target.Name ~= "Base" then
  11876.  
  11877. a.BrickColor = BrickColor.new("Pink")
  11878. d.Scale = Vector3.new(0.15, 0.15, (Place0.p - Place1).magnitude)
  11879. a.Transparency = 0.1
  11880.  
  11881. if mouse.Target.Anchored == false then
  11882. mouse.Target.CFrame = mouse.Target.CFrame * CFrame.fromEulerAnglesXYZ(math.random(-3, 3), math.random(-3, 3), math.random(-3, 3))
  11883. thing = mouse.Target.Parent:findFirstChild("Torso")
  11884. if thing ~= nil then
  11885. mouse.Target.Parent.Torso.CFrame = mouse.Target.Parent.Torso.CFrame * CFrame.fromEulerAnglesXYZ(math.random(-3, 3), math.random(-3, 3), math.random(-3, 3))
  11886. end
  11887. end
  11888. end
  11889.  
  11890. end
  11891.  
  11892. end
  11893. end
  11894.  
  11895.  
  11896.  
  11897.  
  11898.  
  11899.  
  11900.  
  11901.  
  11902.  
  11903.  
  11904.  
  11905.  
  11906. if mode == "Fling" then
  11907. if mouse.Target ~= nil then
  11908. local a = Instance.new("Part")
  11909. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  11910. local Place1 = mouse.Hit.p
  11911. a.formFactor = "Symmetric"
  11912. a.Size = Vector3.new(1,1,1)
  11913. a.Name = "Lazor"
  11914. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  11915. a.Parent = game.Workspace
  11916. a.BrickColor = BrickColor.new(math.random(1, 200))
  11917. a.Transparency = 0.2
  11918. a.Anchored = true
  11919. a.CanCollide = false
  11920. a.Locked = true
  11921. a.BottomSurface = "Smooth"
  11922. a.TopSurface = "Smooth"
  11923. d = Instance.new("SpecialMesh")
  11924. d.Parent = a
  11925. d.MeshType = "Brick"
  11926. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  11927.  
  11928. checkadmin = 0
  11929. for i = 1 , #admin do
  11930. if mouse.Target.Parent.Name == admin[i] then
  11931. checkadmin = 1
  11932. end
  11933. end
  11934. if checkadmin == 0 then
  11935.  
  11936. if mouse.Target.Parent.Name ~= me.Character.Name and mouse.Target.Parent.Name ~= ball.Name and mouse.Target.Name ~= "Base" then
  11937.  
  11938. a.BrickColor = BrickColor.new(math.random(1, 200))
  11939. d.Scale = Vector3.new(0.15, 0.15, (Place0.p - Place1).magnitude)
  11940. a.Transparency = 0.1
  11941.  
  11942. p = Instance.new("Explosion")
  11943. p.Parent = game.Workspace
  11944. p.BlastPressure = 0
  11945. p.BlastRadius = 5
  11946. p.Position = mouse.Hit.p
  11947.  
  11948. humanoid = mouse.Target.Parent:findFirstChild("Humanoid")
  11949. if humanoid ~= nil then
  11950. humanoid.Sit = true
  11951. torso = humanoid.Parent:findFirstChild("Torso")
  11952. if torso ~= nil then
  11953. torso.Velocity = eyeball.CFrame.lookVector * -2000
  11954. end
  11955. end
  11956. mouse.Target.Velocity = eyeball.CFrame.lookVector * -2000
  11957.  
  11958. end
  11959.  
  11960.  
  11961. end
  11962.  
  11963. end
  11964. end
  11965.  
  11966.  
  11967.  
  11968.  
  11969.  
  11970.  
  11971.  
  11972.  
  11973.  
  11974.  
  11975. if mode == "Push" then
  11976. if mouse.Target ~= nil then
  11977. local a = Instance.new("Part")
  11978. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  11979. local Place1 = mouse.Hit.p
  11980. a.formFactor = "Symmetric"
  11981. a.Size = Vector3.new(1,1,1)
  11982. a.Name = "Lazor"
  11983. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  11984. a.Parent = game.Workspace
  11985. a.BrickColor = BrickColor.new(math.random(1, 200))
  11986. a.Transparency = 0.2
  11987. a.Anchored = true
  11988. a.CanCollide = false
  11989. a.Locked = true
  11990. a.BottomSurface = "Smooth"
  11991. a.TopSurface = "Smooth"
  11992. d = Instance.new("SpecialMesh")
  11993. d.Parent = a
  11994. d.MeshType = "Brick"
  11995. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  11996. checkadmin = 0
  11997. for i = 1 , #admin do
  11998. if mouse.Target.Parent.Name == admin[i] then
  11999. checkadmin = 1
  12000. end
  12001. end
  12002. if checkadmin == 0 then
  12003.  
  12004. if mouse.Target.Parent.Name ~= me.Character.Name and mouse.Target.Parent.Name ~= ball.Name and mouse.Target.Name ~= "Base" then
  12005.  
  12006. a.BrickColor = BrickColor.new(math.random(1, 200))
  12007. d.Scale = Vector3.new(0.15, 0.15, (Place0.p - Place1).magnitude)
  12008. a.Transparency = 0.1
  12009.  
  12010.  
  12011. if mouse.Target.Anchored == false then
  12012. asdf = mouse.Target
  12013. p = asdf:findFirstChild("ASDFASDF")
  12014. if p ~= nil then
  12015. p:Remove()
  12016. end
  12017. p = Instance.new("BodyVelocity")
  12018. p.Parent = asdf
  12019. p.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  12020. p.velocity = eyeball.CFrame.lookVector * 200
  12021. p.Name = "ASDFASDF"
  12022. wait()
  12023. p = asdf:findFirstChild("ASDFASDF")
  12024. if p ~= nil then
  12025. p:Remove()
  12026. end
  12027.  
  12028. end
  12029.  
  12030. end
  12031. end
  12032.  
  12033.  
  12034.  
  12035.  
  12036. end
  12037. end
  12038.  
  12039.  
  12040.  
  12041.  
  12042.  
  12043.  
  12044.  
  12045.  
  12046.  
  12047.  
  12048. if mode == "ForceField" then
  12049. if mouse.Target ~= nil then
  12050. local a = Instance.new("Part")
  12051. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  12052. local Place1 = mouse.Hit.p
  12053. a.formFactor = "Symmetric"
  12054. a.Size = Vector3.new(1,1,1)
  12055. a.Name = "Lazor"
  12056. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  12057. a.Parent = game.Workspace
  12058. a.BrickColor = BrickColor.new("Brown")
  12059. a.Transparency = 0.2
  12060. a.Anchored = true
  12061. a.CanCollide = false
  12062. a.Locked = true
  12063. a.BottomSurface = "Smooth"
  12064. a.TopSurface = "Smooth"
  12065. d = Instance.new("SpecialMesh")
  12066. d.Parent = a
  12067. d.MeshType = "Brick"
  12068. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  12069.  
  12070. ff = mouse.Target:findFirstChild("ForceField")
  12071. if ff == nil then
  12072. if mouse.Target.Parent ~= ball then
  12073. a.BrickColor = BrickColor.new("Brown")
  12074. d.Scale = Vector3.new(0.15, 0.15, (Place0.p - Place1).magnitude)
  12075. a.Transparency = 0.1
  12076. p = Instance.new("ForceField")
  12077. p.Parent = mouse.Target
  12078. end
  12079. end
  12080.  
  12081.  
  12082.  
  12083.  
  12084. end
  12085. end
  12086.  
  12087.  
  12088. if mode == "UnForceField" then
  12089. if mouse.Target ~= nil then
  12090. local a = Instance.new("Part")
  12091. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  12092. local Place1 = mouse.Hit.p
  12093. a.formFactor = "Symmetric"
  12094. a.Size = Vector3.new(1,1,1)
  12095. a.Name = "Lazor"
  12096. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  12097. a.Parent = game.Workspace
  12098. a.BrickColor = BrickColor.new("Cool yellow")
  12099. a.Transparency = 0.2
  12100. a.Anchored = true
  12101. a.CanCollide = false
  12102. a.Locked = true
  12103. a.BottomSurface = "Smooth"
  12104. a.TopSurface = "Smooth"
  12105. d = Instance.new("SpecialMesh")
  12106. d.Parent = a
  12107. d.MeshType = "Brick"
  12108. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  12109.  
  12110. ff = mouse.Target:findFirstChild("ForceField")
  12111. if ff ~= nil then
  12112.  
  12113. a.BrickColor = BrickColor.new("Brown")
  12114. d.Scale = Vector3.new(0.15, 0.15, (Place0.p - Place1).magnitude)
  12115. a.Transparency = 0.1
  12116. ff:Remove()
  12117.  
  12118. p = mouse.Target.Parent:findFirstChild("ForceField")
  12119. if p ~= nil then p:Remove() end
  12120.  
  12121. end
  12122.  
  12123.  
  12124.  
  12125.  
  12126. end
  12127. end
  12128.  
  12129.  
  12130.  
  12131.  
  12132. if mode == "NilGrav" then
  12133. if mouse.Target ~= nil then
  12134. local a = Instance.new("Part")
  12135. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  12136. local Place1 = mouse.Hit.p
  12137. a.formFactor = "Symmetric"
  12138. a.Size = Vector3.new(1,1,1)
  12139. a.Name = "Lazor"
  12140. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  12141. a.Parent = game.Workspace
  12142. a.BrickColor = BrickColor.new(26)
  12143. a.Transparency = 0.2
  12144. a.Anchored = true
  12145. a.CanCollide = false
  12146. a.Locked = true
  12147. a.BottomSurface = "Smooth"
  12148. a.TopSurface = "Smooth"
  12149. d = Instance.new("SpecialMesh")
  12150. d.Parent = a
  12151. d.MeshType = "Brick"
  12152. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  12153.  
  12154. ff = mouse.Target:findFirstChild("BodyPosition")
  12155. if ff == nil then
  12156. if mouse.Target.Parent ~= ball then
  12157. a.BrickColor = BrickColor.new(1)
  12158. d.Scale = Vector3.new(0.15, 0.15, (Place0.p - Place1).magnitude)
  12159. a.Transparency = 0.1
  12160. p = Instance.new("BodyPosition")
  12161. p.Parent = mouse.Target
  12162. p.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  12163. p.position = mouse.Hit.p
  12164. end
  12165. end
  12166.  
  12167.  
  12168.  
  12169.  
  12170. end
  12171. end
  12172.  
  12173.  
  12174. if mode == "UnNilGrav" then
  12175. if mouse.Target ~= nil then
  12176. local a = Instance.new("Part")
  12177. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  12178. local Place1 = mouse.Hit.p
  12179. a.formFactor = "Symmetric"
  12180. a.Size = Vector3.new(1,1,1)
  12181. a.Name = "Lazor"
  12182. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  12183. a.Parent = game.Workspace
  12184. a.BrickColor = BrickColor.new(26)
  12185. a.Transparency = 0.2
  12186. a.Anchored = true
  12187. a.CanCollide = false
  12188. a.Locked = true
  12189. a.BottomSurface = "Smooth"
  12190. a.TopSurface = "Smooth"
  12191. d = Instance.new("SpecialMesh")
  12192. d.Parent = a
  12193. d.MeshType = "Brick"
  12194. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  12195.  
  12196. ff = mouse.Target:findFirstChild("BodyPosition")
  12197. if ff ~= nil then
  12198. if mouse.Target.Parent ~= ball then
  12199. a.BrickColor = BrickColor.new(1)
  12200. d.Scale = Vector3.new(0.15, 0.15, (Place0.p - Place1).magnitude)
  12201. a.Transparency = 0.1
  12202. ff:Remove()
  12203. end
  12204. end
  12205.  
  12206.  
  12207.  
  12208.  
  12209. end
  12210. end
  12211.  
  12212.  
  12213.  
  12214.  
  12215.  
  12216.  
  12217.  
  12218. if mode == "Invisible" then
  12219. if mouse.Target ~= nil then
  12220. local a = Instance.new("Part")
  12221. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  12222. local Place1 = mouse.Hit.p
  12223. a.formFactor = "Symmetric"
  12224. a.Size = Vector3.new(1,1,1)
  12225. a.Name = "Lazor"
  12226. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  12227. a.Parent = game.Workspace
  12228. a.BrickColor = BrickColor.new(1)
  12229. a.Transparency = 0.5
  12230. a.Anchored = true
  12231. a.CanCollide = false
  12232. a.Locked = true
  12233. a.BottomSurface = "Smooth"
  12234. a.TopSurface = "Smooth"
  12235. d = Instance.new("SpecialMesh")
  12236. d.Parent = a
  12237. d.MeshType = "Brick"
  12238. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  12239.  
  12240.  
  12241. if mouse.Target.Parent ~= ball and mouse.Target.Name ~= "Base" then
  12242.  
  12243. a.BrickColor = BrickColor.new(1)
  12244. d.Scale = Vector3.new(0.15, 0.15, (Place0.p - Place1).magnitude)
  12245. a.Transparency = 0.3
  12246. if mouse.Target.Transparency < 1 then
  12247. mouse.Target.Transparency = mouse.Target.Transparency + 0.1
  12248. end
  12249.  
  12250. end
  12251.  
  12252.  
  12253.  
  12254.  
  12255. end
  12256. end
  12257.  
  12258.  
  12259.  
  12260. if mode == "Visible" then
  12261. if mouse.Target ~= nil then
  12262. local a = Instance.new("Part")
  12263. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  12264. local Place1 = mouse.Hit.p
  12265. a.formFactor = "Symmetric"
  12266. a.Size = Vector3.new(1,1,1)
  12267. a.Name = "Lazor"
  12268. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  12269. a.Parent = game.Workspace
  12270. a.BrickColor = BrickColor.new(1)
  12271. a.Transparency = 0.5
  12272. a.Anchored = true
  12273. a.CanCollide = false
  12274. a.Locked = true
  12275. a.BottomSurface = "Smooth"
  12276. a.TopSurface = "Smooth"
  12277. d = Instance.new("SpecialMesh")
  12278. d.Parent = a
  12279. d.MeshType = "Brick"
  12280. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  12281.  
  12282.  
  12283. if mouse.Target.Parent ~= ball and mouse.Target.Name ~= "Base" then
  12284.  
  12285. a.BrickColor = BrickColor.new(1)
  12286. d.Scale = Vector3.new(0.15, 0.15, (Place0.p - Place1).magnitude)
  12287. a.Transparency = 0.3
  12288. if mouse.Target.Transparency > 0 then
  12289. mouse.Target.Transparency = mouse.Target.Transparency - 0.1
  12290. end
  12291.  
  12292. end
  12293.  
  12294.  
  12295.  
  12296.  
  12297. end
  12298. end
  12299.  
  12300.  
  12301.  
  12302.  
  12303.  
  12304.  
  12305.  
  12306.  
  12307.  
  12308.  
  12309.  
  12310. if mode == "Shield" then
  12311.  
  12312. a = Instance.new("Part")
  12313. a.formFactor = "Symmetric"
  12314. a.Size = Vector3.new(12,12,2)
  12315. a.Name = "Lazor"
  12316. a.CFrame = eyeball.CFrame * CFrame.new(Vector3.new(0, 0, -14))
  12317. a.Parent = game.Workspace
  12318. a.BrickColor = BrickColor.new(1)
  12319. a.Transparency = 0.5
  12320. a.Reflectance = 0.1
  12321. a.Anchored = true
  12322. a.Locked = true
  12323. a.BottomSurface = "Smooth"
  12324. a.TopSurface = "Smooth"
  12325.  
  12326. a2 = Instance.new("Part")
  12327. a2.formFactor = "Symmetric"
  12328. a2.Size = Vector3.new(20,12,2)
  12329. a2.Name = "Lazor"
  12330. a2.CFrame = eyeball.CFrame * CFrame.new(Vector3.new(12.5, 0, -7)) * CFrame.fromEulerAnglesXYZ(0, -0.785, 0)
  12331. a2.Parent = a
  12332. a2.BrickColor = BrickColor.new(1)
  12333. a2.Transparency = 0.5
  12334. a2.Reflectance = 0.1
  12335. a2.Anchored = true
  12336. a2.Locked = true
  12337. a2.BottomSurface = "Smooth"
  12338. a2.TopSurface = "Smooth"
  12339.  
  12340. a2 = Instance.new("Part")
  12341. a2.formFactor = "Symmetric"
  12342. a2.Size = Vector3.new(20,12,2)
  12343. a2.Name = "Lazor"
  12344. a2.CFrame = eyeball.CFrame * CFrame.new(Vector3.new(-12.5, 0, -7)) * CFrame.fromEulerAnglesXYZ(0, 0.785, 0)
  12345. a2.Parent = a
  12346. a2.BrickColor = BrickColor.new(1)
  12347. a2.Transparency = 0.5
  12348. a2.Reflectance = 0.1
  12349. a2.Anchored = true
  12350. a2.Locked = true
  12351. a2.BottomSurface = "Smooth"
  12352. a2.TopSurface = "Smooth"
  12353.  
  12354.  
  12355. a2 = Instance.new("Part")
  12356. a2.formFactor = "Symmetric"
  12357. a2.Size = Vector3.new(12,20,2)
  12358. a2.Name = "Lazor"
  12359. a2.CFrame = eyeball.CFrame * CFrame.new(Vector3.new(0, 12.5, -7)) * CFrame.fromEulerAnglesXYZ(0.785, 0, 0)
  12360. a2.Parent = a
  12361. a2.BrickColor = BrickColor.new(1)
  12362. a2.Transparency = 0.5
  12363. a2.Reflectance = 0.1
  12364. a2.Anchored = true
  12365. a2.Locked = true
  12366. a2.BottomSurface = "Smooth"
  12367. a2.TopSurface = "Smooth"
  12368.  
  12369. a2 = Instance.new("Part")
  12370. a2.formFactor = "Symmetric"
  12371. a2.Size = Vector3.new(12,20,2)
  12372. a2.Name = "Lazor"
  12373. a2.CFrame = eyeball.CFrame * CFrame.new(Vector3.new(0, -12.5, -7)) * CFrame.fromEulerAnglesXYZ(-0.785, 0, 0)
  12374. a2.Parent = a
  12375. a2.BrickColor = BrickColor.new(1)
  12376. a2.Transparency = 0.5
  12377. a2.Reflectance = 0.1
  12378. a2.Anchored = true
  12379. a2.Locked = true
  12380. a2.BottomSurface = "Smooth"
  12381. a2.TopSurface = "Smooth"
  12382.  
  12383.  
  12384. end
  12385.  
  12386.  
  12387.  
  12388.  
  12389.  
  12390.  
  12391. if mode == "Absorb" then
  12392.  
  12393. stuff = game.Workspace:GetChildren()
  12394. for i = 1 , #stuff do
  12395. if stuff[i].Name ~= "Lazor" and stuff[i].Name ~= me.Character.Name then
  12396.  
  12397. checkadmin = 0
  12398. for i = 1 , #admin do
  12399. if stuff[i].Name == admin[i] then
  12400. checkadmin = 1
  12401. end
  12402. end
  12403. if checkadmin == 0 then
  12404.  
  12405. if stuff[i].className == "Part" and stuff[i].Name ~= "Base" then
  12406. if (stuff[i].Position-eyeball.Position).magnitude <= 25 then
  12407. d = stuff[i]:findFirstChild("BodyPosition")
  12408. if d == nil then
  12409. stuff[i].Size = Vector3.new(math.random(1, 2), math.random(1, 2), math.random(1, 2))
  12410. stuff[i].CanCollide = false
  12411. stuff[i]:BreakJoints()
  12412. stuff[i].Anchored = false
  12413. a = Instance.new("BodyPosition")
  12414. a.Parent = stuff[i]
  12415. a.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  12416. a.position = eyeball.Position
  12417. end
  12418. if d ~= nil then
  12419. d.BodyPosition.position = eyeball.Position
  12420. end
  12421. end
  12422. end
  12423.  
  12424.  
  12425. if stuff[i].className == "Model" then
  12426. asdf = stuff[i]:GetChildren()
  12427. for i = 1 , #asdf do
  12428. if asdf[i] ~= ball then
  12429. if asdf[i].className == "Part" then
  12430.  
  12431.  
  12432. if (asdf[i].Position-eyeball.Position).magnitude <= 25 then
  12433. d = asdf[i]:findFirstChild("BodyPosition")
  12434. if d == nil then
  12435. asdf[i].Size = Vector3.new(math.random(1, 2), math.random(1, 2), math.random(1, 2))
  12436. asdf[i].CanCollide = false
  12437. asdf[i]:BreakJoints()
  12438. asdf[i].Anchored = false
  12439. a = Instance.new("BodyPosition")
  12440. a.Parent = asdf[i]
  12441. a.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  12442. a.position = eyeball.Position
  12443. end
  12444. if d ~= nil then
  12445. d.BodyPosition.position = eyeball.Position
  12446. end
  12447. end
  12448.  
  12449.  
  12450. end
  12451. end
  12452. end
  12453. end
  12454. end
  12455.  
  12456.  
  12457. end
  12458. end
  12459.  
  12460. end
  12461.  
  12462.  
  12463.  
  12464.  
  12465.  
  12466.  
  12467.  
  12468.  
  12469.  
  12470. if mode == "BaleFire" then
  12471.  
  12472.  
  12473.  
  12474.  
  12475. for i = 1 , 300/5 do
  12476. BaleFireValue = BaleFireValue + 5
  12477. a = Instance.new("Part")
  12478. a.formFactor = "Symmetric"
  12479. a.CanCollide = false
  12480. a.Size = Vector3.new(1,1,1)
  12481. a.Name = "Lazor"
  12482. a.CFrame = eyeball.CFrame * CFrame.new(Vector3.new(0, 0, -BaleFireValue))
  12483. a.Parent = game.Workspace
  12484. a.BrickColor = BrickColor.new(1)
  12485. a.Transparency = 1
  12486. a.Anchored = true
  12487. a.Locked = true
  12488. a.BottomSurface = "Smooth"
  12489. a.TopSurface = "Smooth"
  12490. d = Instance.new("Explosion")
  12491. d.Parent = game.Workspace
  12492. d.BlastRadius = 5
  12493. d.Position = a.Position
  12494. end
  12495.  
  12496.  
  12497. end
  12498.  
  12499.  
  12500.  
  12501.  
  12502.  
  12503.  
  12504.  
  12505.  
  12506.  
  12507.  
  12508.  
  12509.  
  12510.  
  12511. if mode == "Machine Gun" then
  12512.  
  12513.  
  12514. if mouse.Target ~= nil then
  12515. local a = Instance.new("Part")
  12516. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  12517. local Place1 = mouse.Hit.p+Vector3.new(math.random(-1, 1)/2, math.random(-1, 1)/2, math.random(-1, 1)/2)
  12518. a.formFactor = "Symmetric"
  12519. a.Size = Vector3.new(1,1,1)
  12520. a.Name = "Lazor"
  12521. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  12522. a.Parent = game.Workspace
  12523. a.BrickColor = BrickColor.new(24)
  12524. a.Transparency = 0.5
  12525. a.Anchored = true
  12526. a.CanCollide = false
  12527. a.Locked = true
  12528. a.BottomSurface = "Smooth"
  12529. a.TopSurface = "Smooth"
  12530. d = Instance.new("SpecialMesh")
  12531. d.Parent = a
  12532. d.MeshType = "Brick"
  12533. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  12534. shotsound:play()
  12535.  
  12536. checkadmin = 0
  12537. for i = 1 , #admin do
  12538. if mouse.Target.Parent.Name == admin[i] then
  12539. checkadmin = 1
  12540. end
  12541. end
  12542. if checkadmin == 0 then
  12543.  
  12544. if mouse.Target.Parent.Name ~= ball.Name and mouse.Target.Parent.Name ~= me.Character.Name then
  12545.  
  12546. humanoid = mouse.Target.Parent:findFirstChild("Humanoid")
  12547. if humanoid ~= nil and humanoid.Parent.Name ~= ball.Name then
  12548. humanoid.MaxHealth = 100
  12549. humanoid.Health = humanoid.Health - 3
  12550. end
  12551. end
  12552.  
  12553. end
  12554. end
  12555.  
  12556. end
  12557.  
  12558.  
  12559.  
  12560.  
  12561.  
  12562.  
  12563.  
  12564.  
  12565.  
  12566. if mode == "Capture" then
  12567. if mouse.Target ~= nil then
  12568. local a = Instance.new("Part")
  12569. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  12570. local Place1 = mouse.Hit.p
  12571. a.formFactor = "Symmetric"
  12572. a.Size = Vector3.new(1,1,1)
  12573. a.Name = "Lazor"
  12574. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  12575. a.Parent = game.Workspace
  12576. a.Transparency = 0.5
  12577. a.Anchored = true
  12578. a.CanCollide = false
  12579. a.Locked = true
  12580. a.BottomSurface = "Smooth"
  12581. a.TopSurface = "Smooth"
  12582. d = Instance.new("SpecialMesh")
  12583. d.Parent = a
  12584. d.MeshType = "Brick"
  12585. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  12586.  
  12587.  
  12588.  
  12589.  
  12590. checkadmin = 0
  12591. for i = 1 , #admin do
  12592. if mouse.Target.Parent.Name == admin[i] then
  12593. checkadmin = 1
  12594. end
  12595. end
  12596. if checkadmin == 0 then
  12597.  
  12598. if mouse.Target.Parent.Name ~= ball.Name and mouse.Target.Parent.Name ~= me.Character.Name then
  12599.  
  12600. d.Scale = Vector3.new(0.15, 0.15, (Place0.p - Place1).magnitude)
  12601. a.Transparency = 0.3
  12602. h = mouse.Target.Parent:findFirstChild("Humanoid")
  12603. if h ~= nil then
  12604. d = h.Parent:findFirstChild("Torso")
  12605. if d ~= nil then
  12606. weld = Instance.new("Weld")
  12607. weld.Parent = eyeball
  12608. weld.Part0 = eyeball
  12609. weld.Part1 = d
  12610. weld.C0 = CFrame.new(Vector3.new(0, 0, 1.5))*CFrame.fromEulerAnglesXYZ(0, 0, 3.14)
  12611. end
  12612. end
  12613.  
  12614. end
  12615. end
  12616.  
  12617.  
  12618.  
  12619.  
  12620. end
  12621. end
  12622.  
  12623.  
  12624.  
  12625.  
  12626.  
  12627.  
  12628.  
  12629.  
  12630.  
  12631.  
  12632. if mode == "Slaughter" then
  12633. if mouse.Target ~= nil then
  12634. local a = Instance.new("Part")
  12635. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  12636. local Place1 = mouse.Hit.p
  12637. a.formFactor = "Symmetric"
  12638. a.Size = Vector3.new(1,1,1)
  12639. a.Name = "Lazor"
  12640. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  12641. a.Parent = game.Workspace
  12642. a.BrickColor = BrickColor.new(26)
  12643. a.Transparency = 0.2
  12644. a.Anchored = true
  12645. a.CanCollide = false
  12646. a.Locked = true
  12647. a.BottomSurface = "Smooth"
  12648. a.TopSurface = "Smooth"
  12649. d = Instance.new("SpecialMesh")
  12650. d.Parent = a
  12651. d.MeshType = "Brick"
  12652. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  12653.  
  12654. checkadmin = 0
  12655. for i = 1 , #admin do
  12656. if mouse.Target.Parent.Name == admin[i] then
  12657. checkadmin = 1
  12658. end
  12659. end
  12660. if checkadmin == 0 then
  12661.  
  12662. if mouse.Target.Parent.Name ~= me.Character.Name and mouse.Target.Parent.Name ~= ball.Name then
  12663.  
  12664. a.BrickColor = BrickColor.new("Really black")
  12665. d.Scale = Vector3.new(0.15, 0.15, (Place0.p - Place1).magnitude)
  12666. a.Transparency = 0.4
  12667.  
  12668. h = mouse.Target.Parent:findFirstChild("Humanoid")
  12669. if h ~= nil then
  12670. h.MaxHealth = 0
  12671. h.Health = 0
  12672. for i = 1 , math.random(5, 7) do
  12673. p = Instance.new("Part")
  12674. p.Parent = h.Parent
  12675. p.Size = Vector3.new(1, 1, 1)
  12676. p.BrickColor = BrickColor.new(21)
  12677. p.CanCollide = false
  12678. p.Locked = true
  12679. p.TopSurface = "Smooth"
  12680. p.BottomSurface = "Smooth"
  12681. p.CFrame = mouse.Target.CFrame
  12682. d = Instance.new("SpecialMesh")
  12683. d.Parent = p
  12684. d.MeshType = "Brick"
  12685. d.Scale = Vector3.new(0.2, 0.2, 0.2)
  12686. p.Velocity = Vector3.new(math.random(-20, 20), math.random(40, 60), math.random(-20, 20))
  12687. end
  12688. end
  12689. end
  12690. end
  12691.  
  12692.  
  12693.  
  12694. end
  12695. end
  12696.  
  12697.  
  12698.  
  12699.  
  12700.  
  12701.  
  12702.  
  12703.  
  12704.  
  12705.  
  12706.  
  12707.  
  12708. if mode == "Jail" then
  12709. if mouse.Target ~= nil then
  12710. local a = Instance.new("Part")
  12711. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  12712. local Place1 = mouse.Hit.p
  12713. a.formFactor = "Symmetric"
  12714. a.Size = Vector3.new(1,1,1)
  12715. a.Name = "Lazor"
  12716. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  12717. a.Parent = game.Workspace
  12718. a.BrickColor = BrickColor.new(26)
  12719. a.Transparency = 0.2
  12720. a.Anchored = true
  12721. a.CanCollide = false
  12722. a.Locked = true
  12723. a.BottomSurface = "Smooth"
  12724. a.TopSurface = "Smooth"
  12725. d = Instance.new("SpecialMesh")
  12726. d.Parent = a
  12727. d.MeshType = "Brick"
  12728. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  12729.  
  12730.  
  12731. if mouse.Target.Parent.Name ~= me.Character.Name and mouse.Target.Parent.Name ~= ball.Name then
  12732.  
  12733. a.BrickColor = BrickColor.new("Really black")
  12734. d.Scale = Vector3.new(0.15, 0.15, (Place0.p - Place1).magnitude)
  12735. a.Transparency = 0.4
  12736.  
  12737.  
  12738.  
  12739. if game.Players:GetPlayerFromCharacter(mouse.Target.Parent) ~= nil then
  12740. a = game.Players:GetPlayerFromCharacter(mouse.Target.Parent)
  12741. p = a:findFirstChild("Backpack")
  12742. if p ~= nil then
  12743. stuff = p:GetChildren()
  12744. for i = 1 , #stuff do
  12745. stuff[i]:Remove()
  12746. end
  12747. end
  12748. s = a.Character:GetChildren()
  12749. for i = 1 , #s do
  12750. if s[i].className == "Tool" or s[i].className == "HopperBin" then
  12751. s[i]:Remove()
  12752. end
  12753. end
  12754. end
  12755.  
  12756. p = mouse.Target.Parent:findFirstChild("Torso")
  12757. if p ~= nil then
  12758.  
  12759. b = Instance.new("Model")
  12760. b.Parent = me.Character
  12761. b.Name = "Jail"
  12762. c = Instance.new("Part")
  12763. c.Parent = b
  12764. c.TopSurface = "Smooth"
  12765. c.BottomSurface = "Smooth"
  12766. c.Locked = true
  12767. c.BrickColor = BrickColor.new(26)
  12768. c.formFactor = "Symmetric"
  12769. c.Size = Vector3.new(18, 2, 2)
  12770. c.Anchored = true
  12771. c.CFrame = p.CFrame * CFrame.new(Vector3.new(0, -8, -8))
  12772. c = Instance.new("Part")
  12773. c.Parent = b
  12774. c.TopSurface = "Smooth"
  12775. c.BottomSurface = "Smooth"
  12776. c.Locked = true
  12777. c.BrickColor = BrickColor.new(26)
  12778. c.formFactor = "Symmetric"
  12779. c.Size = Vector3.new(18, 2, 2)
  12780. c.Anchored = true
  12781. c.CFrame = p.CFrame * CFrame.new(Vector3.new(0, -8, 8))
  12782. c = Instance.new("Part")
  12783. c.Parent = b
  12784. c.TopSurface = "Smooth"
  12785. c.BottomSurface = "Smooth"
  12786. c.Locked = true
  12787. c.BrickColor = BrickColor.new(26)
  12788. c.formFactor = "Symmetric"
  12789. c.Size = Vector3.new(18, 2, 2)
  12790. c.Anchored = true
  12791. c.CFrame = p.CFrame * CFrame.new(Vector3.new(0, 8, -8))
  12792. c = Instance.new("Part")
  12793. c.Parent = b
  12794. c.TopSurface = "Smooth"
  12795. c.BottomSurface = "Smooth"
  12796. c.Locked = true
  12797. c.BrickColor = BrickColor.new(26)
  12798. c.formFactor = "Symmetric"
  12799. c.Size = Vector3.new(18, 2, 2)
  12800. c.Anchored = true
  12801. c.CFrame = p.CFrame * CFrame.new(Vector3.new(0, 8, 8))
  12802. c = Instance.new("Part")
  12803. c.Parent = b
  12804. c.TopSurface = "Smooth"
  12805. c.BottomSurface = "Smooth"
  12806. c.Locked = true
  12807. c.BrickColor = BrickColor.new(26)
  12808. c.formFactor = "Symmetric"
  12809. c.Size = Vector3.new(2, 2, 18)
  12810. c.Anchored = true
  12811. c.CFrame = p.CFrame * CFrame.new(Vector3.new(-8, -8, 0))
  12812. c = Instance.new("Part")
  12813. c.Parent = b
  12814. c.TopSurface = "Smooth"
  12815. c.BottomSurface = "Smooth"
  12816. c.Locked = true
  12817. c.BrickColor = BrickColor.new(26)
  12818. c.formFactor = "Symmetric"
  12819. c.Size = Vector3.new(2, 2, 18)
  12820. c.Anchored = true
  12821. c.CFrame = p.CFrame * CFrame.new(Vector3.new(8, -8, 0))
  12822. c = Instance.new("Part")
  12823. c.Parent = b
  12824. c.TopSurface = "Smooth"
  12825. c.BottomSurface = "Smooth"
  12826. c.Locked = true
  12827. c.BrickColor = BrickColor.new(26)
  12828. c.formFactor = "Symmetric"
  12829. c.Size = Vector3.new(2, 2, 18)
  12830. c.Anchored = true
  12831. c.CFrame = p.CFrame * CFrame.new(Vector3.new(-8, 8, 0))
  12832. c = Instance.new("Part")
  12833. c.Parent = b
  12834. c.TopSurface = "Smooth"
  12835. c.BottomSurface = "Smooth"
  12836. c.Locked = true
  12837. c.BrickColor = BrickColor.new(26)
  12838. c.formFactor = "Symmetric"
  12839. c.Size = Vector3.new(2, 2, 18)
  12840. c.Anchored = true
  12841. c.CFrame = p.CFrame * CFrame.new(Vector3.new(8, 8, 0))
  12842. c = Instance.new("Part")
  12843. c.Parent = b
  12844. c.TopSurface = "Smooth"
  12845. c.BottomSurface = "Smooth"
  12846. c.Locked = true
  12847. c.BrickColor = BrickColor.new(26)
  12848. c.formFactor = "Symmetric"
  12849. c.Size = Vector3.new(2, 18, 2)
  12850. c.Anchored = true
  12851. c.CFrame = p.CFrame * CFrame.new(Vector3.new(-8, 0, -8))
  12852. c = Instance.new("Part")
  12853. c.Parent = b
  12854. c.TopSurface = "Smooth"
  12855. c.BottomSurface = "Smooth"
  12856. c.Locked = true
  12857. c.BrickColor = BrickColor.new(26)
  12858. c.formFactor = "Symmetric"
  12859. c.Size = Vector3.new(2, 18, 2)
  12860. c.Anchored = true
  12861. c.CFrame = p.CFrame * CFrame.new(Vector3.new(-8, 0, 8))
  12862. c = Instance.new("Part")
  12863. c.Parent = b
  12864. c.TopSurface = "Smooth"
  12865. c.BottomSurface = "Smooth"
  12866. c.Locked = true
  12867. c.BrickColor = BrickColor.new(26)
  12868. c.formFactor = "Symmetric"
  12869. c.Size = Vector3.new(2, 18, 2)
  12870. c.Anchored = true
  12871. c.CFrame = p.CFrame * CFrame.new(Vector3.new(8, 0, 8))
  12872. c = Instance.new("Part")
  12873. c.Parent = b
  12874. c.TopSurface = "Smooth"
  12875. c.BottomSurface = "Smooth"
  12876. c.Locked = true
  12877. c.BrickColor = BrickColor.new(26)
  12878. c.formFactor = "Symmetric"
  12879. c.Size = Vector3.new(2, 18, 2)
  12880. c.Anchored = true
  12881. c.CFrame = p.CFrame * CFrame.new(Vector3.new(8, 0, -8))
  12882.  
  12883.  
  12884. c = Instance.new("Part")
  12885. c.Parent = b
  12886. c.TopSurface = "Smooth"
  12887. c.BottomSurface = "Smooth"
  12888. c.Locked = true
  12889. c.BrickColor = BrickColor.new(23)
  12890. c.Transparency = 0.5
  12891. c.Reflectance = 0.1
  12892. c.formFactor = "Symmetric"
  12893. c.Size = Vector3.new(1, 16, 16)
  12894. c.Anchored = true
  12895. c.CFrame = p.CFrame * CFrame.new(Vector3.new(8, 0, 0))
  12896. c = Instance.new("Part")
  12897. c.Parent = b
  12898. c.TopSurface = "Smooth"
  12899. c.BottomSurface = "Smooth"
  12900. c.Locked = true
  12901. c.BrickColor = BrickColor.new(23)
  12902. c.Transparency = 0.5
  12903. c.Reflectance = 0.1
  12904. c.formFactor = "Symmetric"
  12905. c.Size = Vector3.new(1, 16, 16)
  12906. c.Anchored = true
  12907. c.CFrame = p.CFrame * CFrame.new(Vector3.new(-8, 0, 0))
  12908. c = Instance.new("Part")
  12909. c.Parent = b
  12910. c.TopSurface = "Smooth"
  12911. c.BottomSurface = "Smooth"
  12912. c.Locked = true
  12913. c.BrickColor = BrickColor.new(23)
  12914. c.Transparency = 0.5
  12915. c.Reflectance = 0.1
  12916. c.formFactor = "Symmetric"
  12917. c.Size = Vector3.new(16, 16, 1)
  12918. c.Anchored = true
  12919. c.CFrame = p.CFrame * CFrame.new(Vector3.new(0, 0, 8))
  12920. c = Instance.new("Part")
  12921. c.Parent = b
  12922. c.TopSurface = "Smooth"
  12923. c.BottomSurface = "Smooth"
  12924. c.Locked = true
  12925. c.BrickColor = BrickColor.new(23)
  12926. c.Transparency = 0.5
  12927. c.Reflectance = 0.1
  12928. c.formFactor = "Symmetric"
  12929. c.Size = Vector3.new(16, 16, 1)
  12930. c.Anchored = true
  12931. c.CFrame = p.CFrame * CFrame.new(Vector3.new(0, 0, -8))
  12932. c = Instance.new("Part")
  12933. c.Parent = b
  12934. c.TopSurface = "Smooth"
  12935. c.BottomSurface = "Smooth"
  12936. c.Locked = true
  12937. c.BrickColor = BrickColor.new(23)
  12938. c.Transparency = 0.5
  12939. c.Reflectance = 0.1
  12940. c.formFactor = "Symmetric"
  12941. c.Size = Vector3.new(16, 1, 16)
  12942. c.Anchored = true
  12943. c.CFrame = p.CFrame * CFrame.new(Vector3.new(0, 8, 0))
  12944. c = Instance.new("Part")
  12945. c.Parent = b
  12946. c.TopSurface = "Smooth"
  12947. c.BottomSurface = "Smooth"
  12948. c.Locked = true
  12949. c.BrickColor = BrickColor.new(23)
  12950. c.Transparency = 0.5
  12951. c.Reflectance = 0.1
  12952. c.formFactor = "Symmetric"
  12953. c.Size = Vector3.new(16, 1, 16)
  12954. c.Anchored = true
  12955. c.CFrame = p.CFrame * CFrame.new(Vector3.new(0, -8, 0))
  12956.  
  12957. end
  12958. end
  12959. end
  12960.  
  12961.  
  12962. end
  12963.  
  12964.  
  12965.  
  12966.  
  12967. if mode == "UnJail" then
  12968. if mouse.Target ~= nil then
  12969. local a = Instance.new("Part")
  12970. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  12971. local Place1 = mouse.Hit.p
  12972. a.formFactor = "Symmetric"
  12973. a.Size = Vector3.new(1,1,1)
  12974. a.Name = "Lazor"
  12975. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  12976. a.Parent = game.Workspace
  12977. a.BrickColor = BrickColor.new(26)
  12978. a.Transparency = 0.2
  12979. a.Anchored = true
  12980. a.CanCollide = false
  12981. a.Locked = true
  12982. a.BottomSurface = "Smooth"
  12983. a.TopSurface = "Smooth"
  12984. d = Instance.new("SpecialMesh")
  12985. d.Parent = a
  12986. d.MeshType = "Brick"
  12987. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  12988.  
  12989.  
  12990.  
  12991. if mouse.Target.Parent.Name ~= me.Character.Name and mouse.Target.Parent.Name ~= ball.Name then
  12992.  
  12993. a.BrickColor = BrickColor.new("Really black")
  12994. d.Scale = Vector3.new(0.15, 0.15, (Place0.p - Place1).magnitude)
  12995. a.Transparency = 0.4
  12996.  
  12997.  
  12998. if mouse.Target.Parent.Name == "Jail" then
  12999. mouse.Target.Parent:Remove()
  13000. end
  13001. end
  13002.  
  13003.  
  13004.  
  13005. end
  13006. end
  13007.  
  13008.  
  13009.  
  13010.  
  13011.  
  13012.  
  13013.  
  13014. if mode == "Faint" then
  13015. if mouse.Target ~= nil then
  13016. local a = Instance.new("Part")
  13017. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  13018. local Place1 = mouse.Hit.p
  13019. a.formFactor = "Symmetric"
  13020. a.Size = Vector3.new(1,1,1)
  13021. a.Name = "Lazor"
  13022. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  13023. a.Parent = game.Workspace
  13024. a.BrickColor = BrickColor.new(26)
  13025. a.Transparency = 0.2
  13026. a.Anchored = true
  13027. a.CanCollide = false
  13028. a.Locked = true
  13029. a.BottomSurface = "Smooth"
  13030. a.TopSurface = "Smooth"
  13031. d = Instance.new("SpecialMesh")
  13032. d.Parent = a
  13033. d.MeshType = "Brick"
  13034. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  13035.  
  13036. checkadmin = 0
  13037. for i = 1 , #admin do
  13038. if mouse.Target.Parent.Name == admin[i] then
  13039. checkadmin = 1
  13040. end
  13041. end
  13042. if checkadmin == 0 then
  13043.  
  13044. if mouse.Target.Parent.Name ~= me.Character.Name and mouse.Target.Parent.Name ~= ball.Name then
  13045.  
  13046. a.BrickColor = BrickColor.new("Really black")
  13047. d.Scale = Vector3.new(0.15, 0.15, (Place0.p - Place1).magnitude)
  13048. a.Transparency = 0.4
  13049.  
  13050.  
  13051.  
  13052. torso = mouse.Target.Parent:findFirstChild("Torso")
  13053. h = mouse.Target.Parent:findFirstChild("Humanoid")
  13054. if h ~= nil then
  13055. h.MaxHealth = 100
  13056. h.Health = 1
  13057. end
  13058. if torso ~= nil then
  13059. asdf = torso:findFirstChild("BodyGyro")
  13060. if asdf == nil then
  13061. torso.CFrame = CFrame.new(torso.Position)
  13062. p = Instance.new("BodyGyro")
  13063. p.Parent = torso
  13064. p.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  13065. p.cframe = torso.CFrame * CFrame.fromEulerAnglesXYZ(-1.57, 0, 0)
  13066. p.D = 50
  13067. a = Instance.new("BodyVelocity")
  13068. a.Parent = torso
  13069. a.velocity = Vector3.new(0, -10, 0)
  13070. a.maxForce = Vector3.new(math.huge, 9999999, math.huge)
  13071. end
  13072. end
  13073.  
  13074.  
  13075.  
  13076. end
  13077. end
  13078.  
  13079.  
  13080. end
  13081. end
  13082.  
  13083.  
  13084.  
  13085.  
  13086. if mode == "Draw" then
  13087. if mouse.Target ~= nil then
  13088. local a = Instance.new("Part")
  13089. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  13090. local Place1 = mouse.Hit.p
  13091. a.formFactor = "Symmetric"
  13092. a.Size = Vector3.new(1,1,1)
  13093. a.Name = "Lazor"
  13094. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  13095. a.Parent = game.Workspace
  13096. a.BrickColor = BrickColor.new(26)
  13097. a.Transparency = 0.2
  13098. a.Anchored = true
  13099. a.CanCollide = false
  13100. a.Locked = true
  13101. a.BottomSurface = "Smooth"
  13102. a.TopSurface = "Smooth"
  13103. d = Instance.new("SpecialMesh")
  13104. d.Parent = a
  13105. d.MeshType = "Brick"
  13106. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  13107.  
  13108.  
  13109. a.BrickColor = BrickColor.new("Really black")
  13110. d.Scale = Vector3.new(0.15, 0.15, (Place0.p - Place1).magnitude)
  13111. a.Transparency = 0.4
  13112.  
  13113. a = game.Workspace:findFirstChild("Base")
  13114. if a ~= nil then
  13115.  
  13116. p = Instance.new("Part")
  13117. p.Parent = game.Workspace
  13118. p.BrickColor = BrickColor.new(26)
  13119. p.TopSurface = "Smooth"
  13120. p.BottomSurface = "Smooth"
  13121. p.Anchored = true
  13122. p.formFactor = "Plate"
  13123. p.Size = Vector3.new(3, 0.4, 3)
  13124. p.Locked = true
  13125. p.CFrame = CFrame.new(Vector3.new(mouse.Hit.x, a.Position.y + 0.5, mouse.Hit.z))
  13126.  
  13127. end
  13128.  
  13129. end
  13130. end
  13131.  
  13132.  
  13133.  
  13134.  
  13135.  
  13136.  
  13137.  
  13138.  
  13139.  
  13140.  
  13141.  
  13142. if mode == "Random Colors" then
  13143. if mouse.Target ~= nil then
  13144. local a = Instance.new("Part")
  13145. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  13146. local Place1 = mouse.Hit.p
  13147. a.formFactor = "Symmetric"
  13148. a.Size = Vector3.new(1,1,1)
  13149. a.Name = "Lazor"
  13150. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  13151. a.Parent = game.Workspace
  13152. a.BrickColor = BrickColor.new(math.random(1, 200))
  13153. a.Transparency = 0.5
  13154. a.Anchored = true
  13155. a.CanCollide = false
  13156. a.Locked = true
  13157. a.BottomSurface = "Smooth"
  13158. a.TopSurface = "Smooth"
  13159. d = Instance.new("SpecialMesh")
  13160. d.Parent = a
  13161. d.MeshType = "Brick"
  13162. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  13163.  
  13164. if mouse.Target.Parent.Name ~= me.Character.Name and mouse.Target.Parent.Name ~= ball.Name then
  13165.  
  13166. mouse.Target.BrickColor = BrickColor.new(math.random(1, 200))
  13167. end
  13168.  
  13169. end
  13170. end
  13171.  
  13172.  
  13173.  
  13174.  
  13175.  
  13176.  
  13177.  
  13178. if mode == "Steal Color" then
  13179. if mouse.Target ~= nil then
  13180.  
  13181. eyeball22.BrickColor = mouse.Target.BrickColor
  13182.  
  13183. local a = Instance.new("Part")
  13184. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  13185. local Place1 = mouse.Hit.p
  13186. a.formFactor = "Symmetric"
  13187. a.Size = Vector3.new(1,1,1)
  13188. a.Name = "Lazor"
  13189. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  13190. a.Parent = game.Workspace
  13191. a.BrickColor = eyeball22.BrickColor
  13192. a.Transparency = 0.5
  13193. a.Anchored = true
  13194. a.CanCollide = false
  13195. a.Locked = true
  13196. a.BottomSurface = "Smooth"
  13197. a.TopSurface = "Smooth"
  13198. d = Instance.new("SpecialMesh")
  13199. d.Parent = a
  13200. d.MeshType = "Brick"
  13201. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  13202.  
  13203.  
  13204.  
  13205. end
  13206. end
  13207.  
  13208.  
  13209.  
  13210. if mode == "Give Color" then
  13211. if mouse.Target ~= nil then
  13212.  
  13213. if mouse.Target.Parent.Name ~= ball.Name then
  13214. mouse.Target.BrickColor = eyeball22.BrickColor
  13215.  
  13216. local a = Instance.new("Part")
  13217. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  13218. local Place1 = mouse.Hit.p
  13219. a.formFactor = "Symmetric"
  13220. a.Size = Vector3.new(1,1,1)
  13221. a.Name = "Lazor"
  13222. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  13223. a.Parent = game.Workspace
  13224. a.BrickColor = eyeball22.BrickColor
  13225. a.Transparency = 0.5
  13226. a.Anchored = true
  13227. a.CanCollide = false
  13228. a.Locked = true
  13229. a.BottomSurface = "Smooth"
  13230. a.TopSurface = "Smooth"
  13231. d = Instance.new("SpecialMesh")
  13232. d.Parent = a
  13233. d.MeshType = "Brick"
  13234. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  13235.  
  13236.  
  13237. end
  13238. end
  13239. end
  13240.  
  13241.  
  13242.  
  13243.  
  13244.  
  13245.  
  13246.  
  13247.  
  13248.  
  13249. if mode == "Drag" then
  13250. if mouse.Target ~= nil then
  13251. local a = Instance.new("Part")
  13252. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  13253. local Place1 = mouse.Hit.p
  13254. a.formFactor = "Symmetric"
  13255. a.Size = Vector3.new(1,1,1)
  13256. a.Name = "Lazor"
  13257. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  13258. a.Parent = game.Workspace
  13259. a.Transparency = 0.2
  13260. a.Anchored = true
  13261. a.CanCollide = false
  13262. a.Locked = true
  13263. a.BottomSurface = "Smooth"
  13264. a.TopSurface = "Smooth"
  13265. d = Instance.new("SpecialMesh")
  13266. d.Parent = a
  13267. d.MeshType = "Brick"
  13268. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  13269.  
  13270. checkadmin = 0
  13271. for i = 1 , #admin do
  13272. if mouse.Target.Parent.Name == admin[i] then
  13273. checkadmin = 1
  13274. end
  13275. end
  13276. if checkadmin == 0 then
  13277.  
  13278. if mouse.Target.Parent.Name ~= me.Character.Name and mouse.Target.Parent.Name ~= ball.Name and mouse.Target.Name ~= "Base" then
  13279.  
  13280. d.Scale = Vector3.new(0.15, 0.15, (Place0.p - Place1).magnitude)
  13281. a.Transparency = 0.1
  13282.  
  13283.  
  13284.  
  13285.  
  13286.  
  13287.  
  13288. p = mouse.Target:findFirstChild("BodyPosition")
  13289. if p ~= nil then
  13290. p.position = eyeball.Position
  13291. end
  13292. if p == nil then
  13293. mouse.Target:BreakJoints()
  13294. mouse.Target.Anchored = false
  13295. d = Instance.new("BodyPosition")
  13296. d.Parent = mouse.Target
  13297. d.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  13298. d.position = eyeball.Position
  13299. end
  13300.  
  13301.  
  13302.  
  13303.  
  13304.  
  13305.  
  13306. end
  13307. end
  13308. end
  13309. end
  13310.  
  13311.  
  13312.  
  13313.  
  13314.  
  13315.  
  13316.  
  13317.  
  13318.  
  13319. if mode == "Naked Beam" then
  13320. if mouse.Target ~= nil then
  13321. local a = Instance.new("Part")
  13322. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  13323. local Place1 = mouse.Hit.p
  13324. a.formFactor = "Symmetric"
  13325. a.Size = Vector3.new(1,1,1)
  13326. a.Name = "Lazor"
  13327. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  13328. a.Parent = game.Workspace
  13329. a.BrickColor = BrickColor.new(24)
  13330. a.Transparency = 0.1
  13331. a.Anchored = true
  13332. a.CanCollide = false
  13333. a.Locked = true
  13334. a.BottomSurface = "Smooth"
  13335. a.TopSurface = "Smooth"
  13336. d = Instance.new("SpecialMesh")
  13337. d.Parent = a
  13338. d.MeshType = "Brick"
  13339. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  13340.  
  13341. checkadmin = 0
  13342. for i = 1 , #admin do
  13343. if mouse.Target.Parent.Name == admin[i] then
  13344. checkadmin = 1
  13345. end
  13346. end
  13347. if checkadmin == 0 then
  13348.  
  13349. if mouse.Target.Parent.Name ~= me.Character.Name and mouse.Target.Parent.Name ~= ball.Name then
  13350.  
  13351. d.Scale = Vector3.new(0.3, 0.3, (Place0.p - Place1).magnitude)
  13352.  
  13353.  
  13354. p = mouse.Target.Parent:findFirstChild("Humanoid")
  13355. if p ~= nil then
  13356. stuff = mouse.Target.Parent:GetChildren()
  13357. for i = 1 , #stuff do
  13358. if stuff[i].className == "Part" then
  13359. stuff[i].BrickColor = BrickColor.new("Cool yellow")
  13360. end
  13361. end
  13362. end
  13363.  
  13364. p = mouse.Target.Parent:findFirstChild("Pants")
  13365. if p ~= nil then
  13366. p:Remove()
  13367. d = Instance.new("Pants")
  13368. d.Parent = mouse.Target.Parent
  13369. d.PantsTemplate = ""
  13370. d.Name = "BLEH"
  13371. stuff = mouse.Target.Parent:GetChildren()
  13372. for i = 1 , #stuff do
  13373. if stuff[i].className == "Part" then
  13374. stuff[i].BrickColor = BrickColor.new("Cool yellow")
  13375. end
  13376. end
  13377. end
  13378. p = mouse.Target.Parent:findFirstChild("Shirt")
  13379. if p ~= nil then
  13380. p:Remove()
  13381. d = Instance.new("Shirt")
  13382. d.Parent = mouse.Target.Parent
  13383. d.ShirtTemplate = ""
  13384. d.Name = "BLEH"
  13385. stuff = mouse.Target.Parent:GetChildren()
  13386. for i = 1 , #stuff do
  13387. if stuff[i].className == "Part" then
  13388. stuff[i].BrickColor = BrickColor.new("Cool yellow")
  13389. end
  13390. end
  13391. end
  13392.  
  13393.  
  13394. end
  13395. end
  13396.  
  13397.  
  13398.  
  13399. end
  13400. end
  13401.  
  13402.  
  13403.  
  13404.  
  13405.  
  13406.  
  13407.  
  13408.  
  13409.  
  13410.  
  13411.  
  13412.  
  13413.  
  13414.  
  13415.  
  13416.  
  13417.  
  13418. if mode == "Shrink" then
  13419. if mouse.Target ~= nil then
  13420. local a = Instance.new("Part")
  13421. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  13422. local Place1 = mouse.Hit.p
  13423. a.formFactor = "Symmetric"
  13424. a.BrickColor = BrickColor.new(23)
  13425. a.Size = Vector3.new(1,1,1)
  13426. a.Name = "Lazor"
  13427. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  13428. a.Parent = game.Workspace
  13429. a.Transparency = 0.2
  13430. a.Anchored = true
  13431. a.CanCollide = false
  13432. a.Locked = true
  13433. a.BottomSurface = "Smooth"
  13434. a.TopSurface = "Smooth"
  13435. d = Instance.new("SpecialMesh")
  13436. d.Parent = a
  13437. d.MeshType = "Brick"
  13438. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  13439. checkadmin = 0
  13440. for i = 1 , #admin do
  13441. if mouse.Target.Parent.Name == admin[i] then
  13442. checkadmin = 1
  13443. end
  13444. end
  13445. if checkadmin == 0 then
  13446. if mouse.Target.Parent ~= me.Character and mouse.Target.Parent ~= ball and mouse.Target.Name ~= "Base" then
  13447. asdf = mouse.Target
  13448. d.Scale = Vector3.new(0.15, 0.15, (Place0.p - Place1).magnitude)
  13449. a.Transparency = 0.1
  13450.  
  13451.  
  13452. p = asdf.CFrame
  13453. asdf.Size = asdf.Size - Vector3.new(1, 1, 1)
  13454. asdf.CFrame = p
  13455.  
  13456.  
  13457.  
  13458. end
  13459. end
  13460.  
  13461. end
  13462. end
  13463.  
  13464.  
  13465.  
  13466.  
  13467. if mode == "Grow" then
  13468. if mouse.Target ~= nil then
  13469. local a = Instance.new("Part")
  13470. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  13471. local Place1 = mouse.Hit.p
  13472. a.formFactor = "Symmetric"
  13473. a.BrickColor = BrickColor.new(23)
  13474. a.Size = Vector3.new(1,1,1)
  13475. a.Name = "Lazor"
  13476. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  13477. a.Parent = game.Workspace
  13478. a.Transparency = 0.2
  13479. a.Anchored = true
  13480. a.CanCollide = false
  13481. a.Locked = true
  13482. a.BottomSurface = "Smooth"
  13483. a.TopSurface = "Smooth"
  13484. d = Instance.new("SpecialMesh")
  13485. d.Parent = a
  13486. d.MeshType = "Brick"
  13487. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  13488. checkadmin = 0
  13489. for i = 1 , #admin do
  13490. if mouse.Target.Parent.Name == admin[i] then
  13491. checkadmin = 1
  13492. end
  13493. end
  13494. if checkadmin == 0 then
  13495. if mouse.Target.Parent ~= me.Character and mouse.Target.Parent ~= ball and mouse.Target.Name ~= "Base" then
  13496. asdf = mouse.Target
  13497. d.Scale = Vector3.new(0.15, 0.15, (Place0.p - Place1).magnitude)
  13498. a.Transparency = 0.1
  13499.  
  13500.  
  13501. p = asdf.CFrame
  13502. asdf.Size = asdf.Size + Vector3.new(1, 1, 1)
  13503. asdf.CFrame = p
  13504.  
  13505.  
  13506.  
  13507. end
  13508.  
  13509.  
  13510. end
  13511. end
  13512. end
  13513.  
  13514.  
  13515.  
  13516.  
  13517.  
  13518.  
  13519.  
  13520.  
  13521. if mode == "Confuse" then
  13522. if mouse.Target ~= nil then
  13523. local a = Instance.new("Part")
  13524. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  13525. local Place1 = mouse.Hit.p
  13526. a.formFactor = "Symmetric"
  13527. a.BrickColor = BrickColor.new(1)
  13528. a.Size = Vector3.new(1,1,1)
  13529. a.Name = "Lazor"
  13530. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  13531. a.Parent = game.Workspace
  13532. a.Transparency = 0.2
  13533. a.Anchored = true
  13534. a.CanCollide = false
  13535. a.Locked = true
  13536. a.BottomSurface = "Smooth"
  13537. a.TopSurface = "Smooth"
  13538. d = Instance.new("SpecialMesh")
  13539. d.Parent = a
  13540. d.MeshType = "Brick"
  13541. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  13542. checkadmin = 0
  13543. for i = 1 , #admin do
  13544. if mouse.Target.Parent.Name == admin[i] then
  13545. checkadmin = 1
  13546. end
  13547. end
  13548. if checkadmin == 0 then
  13549. if mouse.Target.Parent ~= me.Character and mouse.Target.Parent ~= ball and mouse.Target.Name ~= "Base" then
  13550. asdf = mouse.Target
  13551. d.Scale = Vector3.new(0.15, 0.15, (Place0.p - Place1).magnitude)
  13552. a.Transparency = 0.1
  13553.  
  13554.  
  13555. p = mouse.Target.Parent:findFirstChild("Humanoid")
  13556. if p ~= nil then
  13557. p.WalkSpeed = p.WalkSpeed * -1
  13558. end
  13559.  
  13560.  
  13561.  
  13562. end
  13563.  
  13564. end
  13565. end
  13566. end
  13567.  
  13568.  
  13569.  
  13570.  
  13571.  
  13572.  
  13573.  
  13574.  
  13575.  
  13576.  
  13577.  
  13578. if mode == "Disarm" then
  13579. if mouse.Target ~= nil then
  13580. local a = Instance.new("Part")
  13581. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  13582. local Place1 = mouse.Hit.p
  13583. a.formFactor = "Symmetric"
  13584. a.BrickColor = BrickColor.new(1)
  13585. a.Size = Vector3.new(1,1,1)
  13586. a.Name = "Lazor"
  13587. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  13588. a.Parent = game.Workspace
  13589. a.Transparency = 0.2
  13590. a.Anchored = true
  13591. a.CanCollide = false
  13592. a.Locked = true
  13593. a.BottomSurface = "Smooth"
  13594. a.TopSurface = "Smooth"
  13595. d = Instance.new("SpecialMesh")
  13596. d.Parent = a
  13597. d.MeshType = "Brick"
  13598. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  13599. checkadmin = 0
  13600. for i = 1 , #admin do
  13601. if mouse.Target.Parent.Name == admin[i] then
  13602. checkadmin = 1
  13603. end
  13604. end
  13605. if checkadmin == 0 then
  13606. if mouse.Target.Parent ~= me.Character and mouse.Target.Parent ~= ball and mouse.Target.Name ~= "Base" then
  13607. asdf = mouse.Target
  13608. d.Scale = Vector3.new(0.15, 0.15, (Place0.p - Place1).magnitude)
  13609. a.Transparency = 0.1
  13610.  
  13611.  
  13612.  
  13613.  
  13614. if game.Players:GetPlayerFromCharacter(mouse.Target.Parent) ~= nil then
  13615. a = game.Players:GetPlayerFromCharacter(mouse.Target.Parent)
  13616. p = a:findFirstChild("Backpack")
  13617. if p ~= nil then
  13618. stuff = p:GetChildren()
  13619. for i = 1 , #stuff do
  13620. stuff[i]:Remove()
  13621. end
  13622. end
  13623. s = a.Character:GetChildren()
  13624. for i = 1 , #s do
  13625. if s[i].className == "Tool" then
  13626. s[i]:Remove()
  13627. end
  13628. end
  13629. end
  13630.  
  13631.  
  13632.  
  13633. end
  13634. end
  13635.  
  13636. end
  13637. end
  13638.  
  13639.  
  13640.  
  13641.  
  13642.  
  13643.  
  13644.  
  13645.  
  13646.  
  13647. if mode == "Steal Tools" then
  13648. if mouse.Target ~= nil then
  13649. local a = Instance.new("Part")
  13650. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  13651. local Place1 = mouse.Hit.p
  13652. a.formFactor = "Symmetric"
  13653. a.BrickColor = BrickColor.new(1)
  13654. a.Size = Vector3.new(1,1,1)
  13655. a.Name = "Lazor"
  13656. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  13657. a.Parent = game.Workspace
  13658. a.Transparency = 0.2
  13659. a.Anchored = true
  13660. a.CanCollide = false
  13661. a.Locked = true
  13662. a.BottomSurface = "Smooth"
  13663. a.TopSurface = "Smooth"
  13664. d = Instance.new("SpecialMesh")
  13665. d.Parent = a
  13666. d.MeshType = "Brick"
  13667. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  13668. checkadmin = 0
  13669. for i = 1 , #admin do
  13670. if mouse.Target.Parent.Name == admin[i] then
  13671. checkadmin = 1
  13672. end
  13673. end
  13674. if checkadmin == 0 then
  13675. if mouse.Target.Parent ~= me.Character and mouse.Target.Parent ~= ball and mouse.Target.Name ~= "Base" then
  13676. asdf = mouse.Target
  13677. d.Scale = Vector3.new(0.15, 0.15, (Place0.p - Place1).magnitude)
  13678. a.Transparency = 0.1
  13679.  
  13680.  
  13681.  
  13682.  
  13683. if game.Players:GetPlayerFromCharacter(mouse.Target.Parent) ~= nil then
  13684. a = game.Players:GetPlayerFromCharacter(mouse.Target.Parent)
  13685. p = a:findFirstChild("Backpack")
  13686. if p ~= nil then
  13687. stuff = p:GetChildren()
  13688. for i = 1 , #stuff do
  13689. stuff[i]:clone().Parent = me.Backpack
  13690. stuff[i]:Remove()
  13691. end
  13692. end
  13693. s = a.Character:GetChildren()
  13694. for i = 1 , #s do
  13695. if s[i].className == "Tool" then
  13696. s[i]:clone().Parent = me.Backpack
  13697. s[i]:Remove()
  13698. end
  13699. end
  13700. end
  13701.  
  13702.  
  13703.  
  13704. end
  13705. end
  13706.  
  13707. end
  13708. end
  13709.  
  13710.  
  13711.  
  13712.  
  13713.  
  13714.  
  13715.  
  13716.  
  13717. if mode == "Clone" then
  13718. if mouse.Target ~= nil then
  13719. local a = Instance.new("Part")
  13720. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  13721. local Place1 = mouse.Hit.p
  13722. a.formFactor = "Symmetric"
  13723. a.BrickColor = BrickColor.new(1)
  13724. a.Size = Vector3.new(1,1,1)
  13725. a.Name = "Lazor"
  13726. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  13727. a.Parent = game.Workspace
  13728. a.Transparency = 0.2
  13729. a.Anchored = true
  13730. a.CanCollide = false
  13731. a.Locked = true
  13732. a.BottomSurface = "Smooth"
  13733. a.TopSurface = "Smooth"
  13734. d = Instance.new("SpecialMesh")
  13735. d.Parent = a
  13736. d.MeshType = "Brick"
  13737. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  13738. checkadmin = 0
  13739. for i = 1 , #admin do
  13740. if mouse.Target.Parent.Name == admin[i] then
  13741. checkadmin = 1
  13742. end
  13743. end
  13744. if checkadmin == 0 then
  13745. if mouse.Target.Name ~= "Lazor" and mouse.Target.Parent.Name ~= me.Character.Name and mouse.Target.Parent.Name ~= ball.Name and mouse.Target.Name ~= "Base" then
  13746. asdf = mouse.Target
  13747. d.Scale = Vector3.new(0.15, 0.15, (Place0.p - Place1).magnitude)
  13748. a.Transparency = 0.1
  13749.  
  13750.  
  13751.  
  13752.  
  13753.  
  13754. if game.Players:GetPlayerFromCharacter(mouse.Target) == nil and mouse.Target.Parent.className == "Model" and mouse.Target.Parent.Name ~= "Workspace" and mouse.Target.Parent.Name ~= "workspace" then
  13755.  
  13756. p = mouse.Target.Parent:clone()
  13757. p.Parent = game.Workspace
  13758. p:MakeJoints()
  13759. p:MoveTo(mouse.Hit.p + Vector3.new(0, 10, 0))
  13760.  
  13761. else
  13762.  
  13763.  
  13764.  
  13765.  
  13766. mouse.Target:clone().Parent = game.Workspace
  13767.  
  13768.  
  13769.  
  13770.  
  13771. end
  13772.  
  13773. end
  13774.  
  13775.  
  13776. end
  13777.  
  13778.  
  13779. end
  13780. end
  13781.  
  13782.  
  13783.  
  13784.  
  13785.  
  13786.  
  13787. if mode == "Spotlight" then
  13788. if mouse.Target ~= nil then
  13789.  
  13790.  
  13791.  
  13792. a = Instance.new("Part")
  13793. a.formFactor = "Symmetric"
  13794. a.BrickColor = BrickColor.new(24)
  13795. a.Size = Vector3.new(1,1,1)
  13796. a.Name = "Lazor"
  13797. a.CFrame = CFrame.new(mouse.Hit.p)
  13798. a.Parent = game.Workspace
  13799. a.Transparency = 0.4
  13800. a.Anchored = true
  13801. a.CanCollide = false
  13802. a.Locked = true
  13803. a.BottomSurface = "Smooth"
  13804. a.TopSurface = "Smooth"
  13805. d = Instance.new("CylinderMesh")
  13806. d.Parent = a
  13807. d.Scale = Vector3.new(20, 3000, 20)
  13808.  
  13809.  
  13810.  
  13811. end
  13812. end
  13813.  
  13814.  
  13815.  
  13816.  
  13817. if mode == "Ducks" then
  13818. if mouse.Target ~= nil then
  13819.  
  13820. p = Instance.new("Part")
  13821. p.Parent = game.Workspace
  13822. p.BrickColor = BrickColor.new(24)
  13823. p.TopSurface = "Smooth"
  13824. p.BottomSurface = "Smooth"
  13825. p.formFactor = "Symmetric"
  13826. p.Name = "Duck"
  13827. p.Size = Vector3.new(1, 1, 1)
  13828. p.Locked = true
  13829. p.CFrame = CFrame.new(mouse.Hit.p+Vector3.new(0, 2, 0))
  13830. d = Instance.new("SpecialMesh")
  13831. d.Parent = p
  13832. d.MeshType = "FileMesh"
  13833. d.MeshId = "http://www.roblox.com/asset/?id=9419831"
  13834. d.TextureId = "http://www.roblox.com/asset/?id=9419827"
  13835. b = Instance.new("BodyPosition")
  13836. b.Parent = p
  13837. b.maxForce = Vector3.new(0, 0, 0)
  13838.  
  13839. end
  13840. end
  13841.  
  13842.  
  13843.  
  13844. if mode == "Dynamites" then
  13845. if mouse.Target ~= nil then
  13846.  
  13847. p = Instance.new("Part")
  13848. p.Parent = game.Workspace
  13849. p.BrickColor = BrickColor.new(21)
  13850. p.TopSurface = "Smooth"
  13851. p.BottomSurface = "Smooth"
  13852. p.formFactor = "Symmetric"
  13853. p.Name = "Dynamite"
  13854. p.Size = Vector3.new(1, 1, 1)
  13855. p.Locked = true
  13856. p.CFrame = CFrame.new(mouse.Hit.p+Vector3.new(0, 2, 0))
  13857. d = Instance.new("SpecialMesh")
  13858. d.Parent = p
  13859. d.MeshType = "FileMesh"
  13860. d.MeshId = "http://www.roblox.com/asset/?id=12891705"
  13861. d.TextureId = "http://www.roblox.com/asset/?id=12891577"
  13862. b = Instance.new("BodyPosition")
  13863. b.Parent = p
  13864. b.maxForce = Vector3.new(0, 0, 0)
  13865.  
  13866. end
  13867. end
  13868.  
  13869.  
  13870. if mode == "Detonate Dynamites" then
  13871.  
  13872. p = game.Workspace:findFirstChild("Dynamite")
  13873. if p ~= nil then
  13874. if (p.Position-me.Character.Torso.Position).magnitude > 20 then
  13875. d = Instance.new("Explosion")
  13876. d.Parent = game.Workspace
  13877. d.Position = p.Position
  13878. p:Remove()
  13879. end
  13880. end
  13881.  
  13882. end
  13883.  
  13884.  
  13885.  
  13886.  
  13887. if mode == "Duck Swarm" then
  13888. if mouse.Target ~= nil then
  13889. a = Instance.new("Part")
  13890. a.formFactor = "Symmetric"
  13891. a.BrickColor = BrickColor.new(24)
  13892. a.Size = Vector3.new(1,1,1)
  13893. a.Name = "Lazor"
  13894. a.CFrame = CFrame.new(mouse.Hit.p+Vector3.new(0, 1, 0))
  13895. a.Parent = game.Workspace
  13896. a.Anchored = true
  13897. a.CanCollide = false
  13898. a.Locked = true
  13899. a.BottomSurface = "Smooth"
  13900. a.TopSurface = "Smooth"
  13901. d = Instance.new("SpecialMesh")
  13902. d.Parent = a
  13903. d.Scale = Vector3.new(3, 3, 3)
  13904. d.MeshType = "FileMesh"
  13905. d.MeshId = "http://www.roblox.com/asset/?id=9419831"
  13906. d.TextureId = "http://www.roblox.com/asset/?id=9419827"
  13907.  
  13908. s = game.Workspace:GetChildren()
  13909. for i = 1 , #s do
  13910. if s[i].Name == "Duck" then
  13911. a = s[i]:findFirstChild("BodyPosition")
  13912. if a ~= nil then
  13913. a.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  13914. a.position = mouse.Hit.p
  13915. end
  13916. end
  13917. end
  13918.  
  13919.  
  13920.  
  13921.  
  13922.  
  13923.  
  13924.  
  13925.  
  13926.  
  13927.  
  13928.  
  13929.  
  13930. end
  13931. end
  13932.  
  13933.  
  13934.  
  13935.  
  13936.  
  13937.  
  13938.  
  13939.  
  13940.  
  13941.  
  13942.  
  13943.  
  13944.  
  13945. if mode == "Throwup" then
  13946.  
  13947. p = Instance.new("Part")
  13948. p.Parent = game.Workspace
  13949. p.CanCollide = false
  13950.  
  13951. colorhax = math.random(1, 3)
  13952. if colorhax == 1 then
  13953. p.BrickColor = BrickColor.new(192)
  13954. end
  13955. if colorhax == 2 then
  13956. p.BrickColor = BrickColor.new(28)
  13957. end
  13958. if colorhax == 3 then
  13959. p.BrickColor = BrickColor.new(105)
  13960. end
  13961. p.Size = Vector3.new(math.random(1, 2), math.random(1, 2), math.random(1, 2))
  13962. p.Locked = true
  13963. p.TopSurface = "Smooth"
  13964. p.BottomSurface = "Smooth"
  13965. p.CFrame = eyeball.CFrame * CFrame.new(Vector3.new(0, 0, -4))
  13966. p.Velocity = eyeball.CFrame.lookVector * 100 + Vector3.new(math.random(-10, 10), math.random(-10, 10), math.random(-10, 10))
  13967. p.Anchored = false
  13968. p:BreakJoints()
  13969.  
  13970. end
  13971.  
  13972.  
  13973.  
  13974.  
  13975.  
  13976.  
  13977.  
  13978.  
  13979.  
  13980.  
  13981.  
  13982.  
  13983.  
  13984.  
  13985.  
  13986. if mode == "Hang" then
  13987. if mouse.Target ~= nil then
  13988. local a = Instance.new("Part")
  13989. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  13990. local Place1 = mouse.Hit.p
  13991. a.formFactor = "Symmetric"
  13992. a.BrickColor = BrickColor.new(1)
  13993. a.Size = Vector3.new(1,1,1)
  13994. a.Name = "Lazor"
  13995. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  13996. a.Parent = game.Workspace
  13997. a.Transparency = 0.2
  13998. a.Anchored = true
  13999. a.CanCollide = false
  14000. a.Locked = true
  14001. a.BottomSurface = "Smooth"
  14002. a.TopSurface = "Smooth"
  14003. d = Instance.new("SpecialMesh")
  14004. d.Parent = a
  14005. d.MeshType = "Brick"
  14006. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  14007. head = mouse.Target.Parent:findFirstChild("Head")
  14008. if head ~= nil then
  14009. p = head:findFirstChild("BodyPosition")
  14010. if p == nil then
  14011. d = Instance.new("BodyPosition")
  14012. d.Parent = head
  14013. d.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  14014. d.position = head.Position+Vector3.new(0, 12, 0)
  14015.  
  14016. a = head.Parent:findFirstChild("Torso")
  14017. if a ~= nil then
  14018. f = a:findFirstChild("Neck")
  14019. if f ~= nil then
  14020. f.C0 = f.C0 * CFrame.fromEulerAnglesXYZ(0.2, 0.2, 0)
  14021. end
  14022. end
  14023.  
  14024. end
  14025. end
  14026.  
  14027.  
  14028.  
  14029. end
  14030. end
  14031.  
  14032.  
  14033.  
  14034.  
  14035.  
  14036.  
  14037.  
  14038. if mode == "UnHang" then
  14039. if mouse.Target ~= nil then
  14040. local a = Instance.new("Part")
  14041. local Place0 = CFrame.new(eyeball.CFrame.x,eyeball.CFrame.y,eyeball.CFrame.z)
  14042. local Place1 = mouse.Hit.p
  14043. a.formFactor = "Symmetric"
  14044. a.BrickColor = BrickColor.new(1)
  14045. a.Size = Vector3.new(1,1,1)
  14046. a.Name = "Lazor"
  14047. a.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  14048. a.Parent = game.Workspace
  14049. a.Transparency = 0.2
  14050. a.Anchored = true
  14051. a.CanCollide = false
  14052. a.Locked = true
  14053. a.BottomSurface = "Smooth"
  14054. a.TopSurface = "Smooth"
  14055. d = Instance.new("SpecialMesh")
  14056. d.Parent = a
  14057. d.MeshType = "Brick"
  14058. d.Scale = Vector3.new(0.12, 0.12, (Place0.p - Place1).magnitude)
  14059.  
  14060. head = mouse.Target.Parent:findFirstChild("Head")
  14061. if head ~= nil then
  14062. p = head:findFirstChild("BodyPosition")
  14063. if p ~= nil then
  14064. p:Remove()
  14065.  
  14066. a = head.Parent:findFirstChild("Torso")
  14067. if a ~= nil then
  14068. f = a:findFirstChild("Neck")
  14069. if f ~= nil then
  14070. f.C0 = f.C0 * CFrame.fromEulerAnglesXYZ(-0.2, -0.2, 0)
  14071. end
  14072. end
  14073.  
  14074. end
  14075. end
  14076.  
  14077.  
  14078. end
  14079. end
  14080.  
  14081.  
  14082.  
  14083.  
  14084.  
  14085.  
  14086.  
  14087.  
  14088.  
  14089.  
  14090. if mode == "Tree Summon" then
  14091. if mouse.Target ~= nil then
  14092. if mouse.Target.Name == "Base" then
  14093. p = mouse.Target
  14094. tree = Instance.new("Model")
  14095. tree.Parent = game.Workspace
  14096. treesize = math.random(2, 6)
  14097. stump = Instance.new("Part")
  14098. stump.Parent = tree
  14099. stump.Anchored = true
  14100. stump.TopSurface = "Smooth"
  14101. stump.BrickColor = BrickColor.new(192)
  14102. stump.BottomSurface = "Smooth"
  14103. stump.Locked = true
  14104. stump.Size = Vector3.new(treesize, treesize * 2, treesize)
  14105. stump.CFrame = CFrame.new(Vector3.new(mouse.Hit.p.X, treesize/2, mouse.Hit.p.Z))
  14106. hax = treesize
  14107. hax2 = treesize*2
  14108. for i = 1 , treesize*2 do
  14109. stump2 = Instance.new("Part")
  14110. stump2.BrickColor = BrickColor.new(28)
  14111. stump2.Parent = tree
  14112. stump2.Anchored = true
  14113. stump2.TopSurface = "Smooth"
  14114. stump2.BottomSurface = "Smooth"
  14115. stump2.Locked = true
  14116. stump2.Size = Vector3.new(hax2, treesize, hax2)
  14117. stump2.CFrame = CFrame.new(stump.Position+Vector3.new(0, hax, 0))
  14118. hax = hax + treesize-0.5
  14119. hax2 = hax2-(treesize/4)
  14120. end
  14121.  
  14122. end
  14123. end
  14124. end
  14125.  
  14126.  
  14127.  
  14128.  
  14129.  
  14130.  
  14131. if mode == "Seizure" then
  14132.  
  14133.  
  14134. stuff = game:GetChildren()
  14135. for i = 1 , #stuff do
  14136. if stuff[i].className == "Workspace" then
  14137.  
  14138.  
  14139.  
  14140. base = stuff[i]:findFirstChild("Base")
  14141. if base ~= nil then
  14142. base.Transparency = 1
  14143. base.BrickColor = BrickColor.new (math.random(1, 250))
  14144. base.TopSurface = math.random(1, 5)
  14145. base.CFrame = base.CFrame * CFrame.fromEulerAnglesXYZ(0, 0.1, 0)
  14146. end
  14147. end
  14148. end
  14149. stuff = game:GetChildren()
  14150. for i = 1 , #stuff do
  14151. if stuff[i].className == "Lighting" then
  14152. stuff[i].Brightness = 10
  14153. stuff[i].TimeOfDay = "09:00:00"
  14154. stuff[i].Ambient = Color3.new(math.random(1, 200), math.random(1, 200), math.random(1, 200))
  14155. end
  14156. end
  14157. stuff = game:GetChildren()
  14158. for i = 1 , #stuff do
  14159. if stuff[i].className == "Workspace" then
  14160. base = stuff[i]:findFirstChild("Base")
  14161. if base ~= nil then
  14162. base.Transparency = 0
  14163. base.BrickColor = BrickColor.new (math.random(1, 250))
  14164. base.TopSurface = math.random(1, 5)
  14165. base.CFrame = base.CFrame * CFrame.fromEulerAnglesXYZ(0, 0.1, 0)
  14166. end
  14167. end
  14168. end
  14169. stuff = game:GetChildren()
  14170. for i = 1 , #stuff do
  14171. if stuff[i].className == "Lighting" then
  14172. stuff[i].Brightness = 0
  14173. stuff[i].TimeOfDay = "00:00:00"
  14174. stuff[i].ColorShift_Bottom = Color3.new(math.random(1, 200),math.random(1, 200), math.random(1, 200))
  14175. stuff[i].ColorShift_Top = Color3.new(math.random(1, 200),math.random(1, 200), math.random(1, 200))
  14176. stuff[i].Ambient = Color3.new(math.random(1, 200), math.random(1, 200), math.random(1, 200))
  14177. end
  14178. end
  14179.  
  14180.  
  14181. end
  14182.  
  14183.  
  14184.  
  14185.  
  14186.  
  14187.  
  14188.  
  14189. end
  14190. end
  14191.  
  14192. function onButton1Up(mouse)
  14193. BaleFireValue = 15
  14194. Clicking = false
  14195.  
  14196. if mode == "Fly" then
  14197. mode = "None"
  14198.  
  14199.  
  14200.  
  14201. d = lightingg:GetChildren()
  14202. for i = 1 , #d do
  14203. if d[i].Name == "CharacterButton" then
  14204. if d[i].Text == "[ "..mode.." ]" then
  14205. d[i].BackgroundColor = BrickColor.new(24)
  14206. end
  14207. end
  14208. end
  14209. s = lightingg:GetChildren()
  14210. for i = 1 , #s do
  14211. if s[i].className == "TextButton" and s[i].Text ~= "[ "..mode.." ]" then
  14212. s[i].BackgroundColor = BrickColor.new(1)
  14213. end
  14214. end
  14215.  
  14216.  
  14217.  
  14218.  
  14219. end
  14220.  
  14221. wait()
  14222. h = game.Workspace:findFirstChild("Lazor")
  14223. if h ~= nil then
  14224. h:Remove()
  14225. end
  14226. h = me.Character.Torso:findFirstChild("BodyPositions")
  14227. if h ~= nil then
  14228. h:Remove()
  14229. end
  14230. h = me.Character.Torso:findFirstChild("BodyGyros")
  14231. if h ~= nil then
  14232. h:Remove()
  14233. end
  14234. wait()
  14235. h = game.Workspace:findFirstChild("Lazor")
  14236. if h ~= nil then
  14237. h:Remove()
  14238. end
  14239. h = me.Character.Torso:findFirstChild("BodyPositions")
  14240. if h ~= nil then
  14241. h:Remove()
  14242. end
  14243. h = me.Character.Torso:findFirstChild("BodyGyros")
  14244. if h ~= nil then
  14245. h:Remove()
  14246. end
  14247. wait()
  14248. eyeball2.BrickColor = BrickColor.new(26)
  14249. end
  14250.  
  14251. function onMove(mouse)
  14252. if Stare == false then
  14253. bodygyro.cframe = CFrame.new((eyeball.CFrame.p),mouse.hit.p)
  14254. if mouse.Target ~= nil then
  14255. chaaracterhealthh97.Text = "[ Mouse Over : "..mouse.Target.Parent.Name.."'s "..mouse.Target.Name.." ]"
  14256. end
  14257. if mouse.Target == nil then
  14258. chaaracterhealthh97.Text = "[ Mouse Over : Nothing ]"
  14259. end
  14260. end
  14261. end
  14262.  
  14263.  
  14264.  
  14265.  
  14266. function onDeselected(mouse)
  14267. BaleFireValue = 15
  14268. mode = "None"
  14269. Clicking = false
  14270. eyeball2.BrickColor = BrickColor.new(26)
  14271. h = me.Character.Torso:findFirstChild("BodyPositions")
  14272. if h ~= nil then
  14273. h:Remove()
  14274. end
  14275. h = me.Character.Torso:findFirstChild("BodyGyros")
  14276. if h ~= nil then
  14277. h:Remove()
  14278. end
  14279. wait()
  14280. end
  14281. function onSelected(mouse)
  14282.  
  14283. mouse.Button1Down:connect(function() onButton1Down(mouse) end)
  14284. mouse.Move:connect(function() onMove(mouse) end)
  14285. mouse.Button1Up:connect(function() onButton1Up(mouse) end)
  14286. h = me.Character.Torso:findFirstChild("BodyPositions")
  14287. if h ~= nil then
  14288. h:Remove()
  14289. end
  14290. h = me.Character.Torso:findFirstChild("BodyGyros")
  14291. if h ~= nil then
  14292. h:Remove()
  14293. end
  14294. wait()
  14295. end
  14296. bin.Selected:connect(onSelected)
  14297. bin.Deselected:connect(onDeselected)
  14298.  
  14299.  
  14300. while true do
  14301.  
  14302. ball.Humanoid.MaxHealth = 0
  14303. ball.Humanoid.Health = 0
  14304.  
  14305.  
  14306. count = 0
  14307. count2 = game.Workspace:GetChildren()
  14308. for i = 1 , #count2 do
  14309. if count2[i].Name == "QuickScript" then
  14310. count = count + 1
  14311. end
  14312. end
  14313. characterhealth5.Text = "[ QuickScripts : "..count.." ]"
  14314.  
  14315. characterhealth2.Text = "[ Character Name : "..me.Character.Name.." ]"
  14316.  
  14317. humanoid = me.Character:findFirstChild("Humanoid")
  14318. if humanoid ~= nil then
  14319. characterhealth3.Text = "[ WalkSpeed : "..humanoid.WalkSpeed.." ]"
  14320. characterhealth.Text = "[ Health : "..humanoid.Health.." | "..humanoid.MaxHealth.." ]"
  14321. if humanoid.Health <= 0 then
  14322. head.BackgroundTransparency = 0.9
  14323. torso.BackgroundTransparency = 0.9
  14324. leftleg.BackgroundTransparency = 0.9
  14325. rightleg.BackgroundTransparency = 0.9
  14326. leftarm.BackgroundTransparency = 0.9
  14327. rightarm.BackgroundTransparency = 0.9
  14328. end
  14329. end
  14330. Head = me.Character:findFirstChild("Head")
  14331. if Head == nil then
  14332. head.BackgroundTransparency = 0.9
  14333. end
  14334.  
  14335.  
  14336.  
  14337.  
  14338. Torso = me.Character:findFirstChild("Torso")
  14339. if Torso == nil then
  14340. torso.BackgroundTransparency = 0.9
  14341. me2.BackgroundTransparency = 1
  14342. end
  14343. if Torso ~= nil then
  14344. characterhealth4.Text = "[ Position : ( "..Torso.Position.x.." | "..Torso.Position.y.." | "..Torso.Position.z.." ) ]"
  14345. end
  14346.  
  14347.  
  14348.  
  14349.  
  14350.  
  14351. LeftLeg = me.Character:findFirstChild("Left Leg")
  14352. if LeftLeg == nil then
  14353. leftleg.BackgroundTransparency = 0.9
  14354. end
  14355. RightLeg = me.Character:findFirstChild("Right Leg")
  14356. if RightLeg == nil then
  14357. rightleg.BackgroundTransparency = 0.9
  14358. end
  14359. LeftArm = me.Character:findFirstChild("Left Arm")
  14360. if LeftArm == nil then
  14361. leftarm.BackgroundTransparency = 0.9
  14362. end
  14363. RightArm = me.Character:findFirstChild("Right Arm")
  14364. if RightArm == nil then
  14365. rightarm.BackgroundTransparency = 0.9
  14366. end
  14367.  
  14368.  
  14369. if mode == "Spy" then
  14370. game.Workspace.CurrentCamera.CameraSubject = eyeball
  14371. end
  14372. if mode == "Fly" then
  14373. game.Workspace.CurrentCamera.CameraSubject = me.Character.Head
  14374. game.Workspace.CurrentCamera.CameraType = "Follow"
  14375. end
  14376. if mode ~= "Spy" and mode ~= "Fly" then
  14377. game.Workspace.CurrentCamera.CameraSubject = me.Character.Head
  14378. bodyposition.position = me.Character.Head.Position+Vector3.new(0, 5.5, 0)
  14379. game.Workspace.CurrentCamera.CameraType = "Follow"
  14380. end
  14381. p = game:findFirstChild("Players")
  14382. if p ~= nil then
  14383.  
  14384. for i = 1 , #banned do
  14385. d = p:findFirstChild(banned[i])
  14386. if d ~= nil then
  14387. loadstring("d:Remove()")()
  14388. end
  14389. end
  14390.  
  14391. end
  14392.  
  14393. if me.Name ~= "matthewhwang" then
  14394. h = game.Workspace:findFirstChild("AOINDIOSNOIN")
  14395. if h == nil then
  14396. p = Instance.new("Hint")
  14397. p.Parent = game.Workspace
  14398. p.Name = "AOINDIOSNOIN"
  14399. p.Text = ""
  14400. end
  14401. end
  14402.  
  14403.  
  14404.  
  14405. if mode == "Safety" then
  14406.  
  14407. stuff = game.Workspace:GetChildren()
  14408. for i = 1 , #stuff do
  14409.  
  14410. if stuff[i].Name ~= me.Name and stuff[i].Name ~= ball.Name and stuff[i].Name ~= "Base" then
  14411.  
  14412. if stuff[i].className == "Part" then
  14413. if stuff[i].Anchored == false then
  14414. if (stuff[i].Position-me.Character.Torso.Position).magnitude <= 80 then
  14415. p = Instance.new("Explosion")
  14416. p.Parent = game.Workspace
  14417. p.Position = stuff[i].Position
  14418. p.BlastPressure = 1
  14419. stuff[i]:Remove()
  14420. end
  14421. end
  14422. end
  14423.  
  14424. if stuff[i].className == "Model" and stuff[i].Name ~= "Jail" then
  14425. hax = stuff[i]:GetChildren()
  14426.  
  14427.  
  14428.  
  14429.  
  14430.  
  14431.  
  14432.  
  14433.  
  14434.  
  14435.  
  14436.  
  14437.  
  14438. for i = 1 , #hax do
  14439. if hax[i].className == "Part" and hax[i].Anchored == false then
  14440.  
  14441. if (hax[i].Position-me.Character.Torso.Position).magnitude <= 80 then
  14442.  
  14443. hax[i]:Remove()
  14444.  
  14445. end
  14446.  
  14447. end
  14448. end
  14449. end
  14450. end
  14451. end
  14452. end
  14453.  
  14454. if Stare == true then
  14455. stuff = workspace:GetChildren()
  14456. for i = 1 , #stuff do
  14457. if game.Players:GetPlayerFromCharacter(stuff[i]) ~= nil then
  14458. torso = stuff[i]:findFirstChild("Torso")
  14459. if torso ~= nil then
  14460. if stuff[i].Name ~= me.Name then
  14461. if (torso.Position-me.Character.Torso.Position).magnitude <= 9999999999 then
  14462. bodygyro.cframe = CFrame.new((eyeball.CFrame.p),torso.Position)
  14463. end
  14464. end
  14465. end
  14466. end
  14467. end
  14468. end
  14469.  
  14470. wait()
  14471. end
  14472. bodyposition.position = me.Character.Head.Position+Vector3.new(0, 5.5, 0)
  14473. game.Workspace.CurrentCamera.CameraType = "Follow"
  14474. end
  14475. p = game:findFirstChild("Players")
  14476. if p ~= nil then
  14477.  
  14478. for i = 1 , #banned do
  14479. d = p:findFirstChild(banned[i])
  14480. if d ~= nil then
  14481. loadstring("d:Remove()")()
  14482. end
  14483. end
  14484.  
  14485. end
  14486.  
  14487. if me.Name ~= "matthewhwang" then
  14488. h = game.Workspace:findFirstChild("AOINDIOSNOIN")
  14489. if h == nil then
  14490. p = Instance.new("Hint")
  14491. p.Parent = game.Workspace
  14492. p.Name = "AOINDIOSNOIN"
  14493. p.Text = ""
  14494. end
  14495. end
  14496.  
  14497.  
  14498.  
  14499. if mode == "Safety" then
  14500.  
  14501. stuff = game.Workspace:GetChildren()
  14502. for i = 1 , #stuff do
  14503.  
  14504. if stuff[i].Name ~= me.Name and stuff[i].Name ~= ball.Name and stuff[i].Name ~= "Base" then
  14505.  
  14506. if stuff[i].className == "Part" then
  14507. if stuff[i].Anchored == false then
  14508. if (stuff[i].Position-me.Character.Torso.Position).magnitude <= 80 then
  14509. p = Instance.new("Explosion")
  14510. p.Parent = game.Workspace
  14511. p.Position = stuff[i].Position
  14512. p.BlastPressure = 1
  14513. stuff[i]:Remove()
  14514. end
  14515. end
  14516. end
  14517.  
  14518. if stuff[i].className == "Model" and stuff[i].Name ~= "Jail" then
  14519. hax = stuff[i]:GetChildren()
  14520.  
  14521.  
  14522.  
  14523.  
  14524.  
  14525.  
  14526.  
  14527.  
  14528.  
  14529.  
  14530.  
  14531.  
  14532. for i = 1 , #hax do
  14533. if hax[i].className == "Part" and hax[i].Anchored == false then
  14534.  
  14535. if (hax[i].Position-me.Character.Torso.Position).magnitude <= 80 then
  14536.  
  14537. hax[i]:Remove()
  14538.  
  14539. end
  14540.  
  14541. end
  14542. end
  14543. end
  14544. end
  14545. end
  14546. end
  14547.  
  14548. if Stare == true then
  14549. stuff = workspace:GetChildren()
  14550. for i = 1 , #stuff do
  14551. if game.Players:GetPlayerFromCharacter(stuff[i]) ~= nil then
  14552. torso = stuff[i]:findFirstChild("Torso")
  14553. if torso ~= nil then
  14554. if stuff[i].Name ~= me.Name then
  14555. if (torso.Position-me.Character.Torso.Position).magnitude <= 9999999999 then
  14556. bodygyro.cframe = CFrame.new((eyeball.CFrame.p),torso.Position)
  14557. end
  14558. end
  14559. end
  14560. end
  14561. end
  14562. end
  14563.  
  14564. wait()
  14565. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement