wolfparker12345

Vv ESP

Apr 7th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.30 KB | None | 0 0
  1.  
  2. --[[
  3.  
  4. _________ _______ ___ _______ ___ __ ___ ________ _______ ________ ___ ________
  5. |\___ ___\\ ___ \ |\ \ |\ ___ \ |\ \|\ \ |\ \|\ ___ \|\ ___ \ |\ ____\|\ \|\ ____\
  6. \|___ \ \_\ \ __/|\ \ \ \ \ __/|\ \ \/ /|\ \ \ \ \\ \ \ \ __/|\ \ \___|\ \ \ \ \___|_
  7. \ \ \ \ \ \_|/_\ \ \ \ \ \_|/_\ \ ___ \ \ \ \ \\ \ \ \ \_|/_\ \_____ \ \ \ \_____ \
  8. \ \ \ \ \ \_|\ \ \ \____\ \ \_|\ \ \ \\ \ \ \ \ \ \\ \ \ \ \_|\ \|____|\ \ \ \|____|\ \
  9. \ \__\ \ \_______\ \_______\ \_______\ \__\\ \__\ \__\ \__\\ \__\ \_______\____\_\ \ \__\____\_\ \
  10. \|__| \|_______|\|_______|\|_______|\|__| \|__|\|__|\|__| \|__|\|_______|\_________\|__|\_________\
  11. \|_________| \|_________|
  12.  
  13.  
  14.  
  15. Made By: astrologicality.
  16. #1 Edited By: Rocky2u.
  17. #2 Edited By: KrystalTeam.
  18.  
  19. Keys:
  20. Left Mouse Click: Telekinesis.
  21. E: Spawn Brick At Cursor Location.
  22. F: Toggle Telekinesis Visibility.
  23. G: Blow Selected Object.
  24. H: UnAnchored Selected Object.
  25. V: 100 Studs Away The Selected Object.
  26. C: 5 Studs Away The Selected Object.
  27. X: +5 Studs Away The Selected Object.
  28. Z: -5 Studs Away The Selected Object.
  29.  
  30. --]]
  31.  
  32. Fire = false
  33.  
  34. Sparkles = false
  35.  
  36. Box = false
  37.  
  38. local Players = game.Players
  39.  
  40. local Player = Players.LocalPlayer
  41.  
  42. local Mouse = Player:GetMouse()
  43.  
  44. local dist = 25
  45.  
  46. local trans = 0
  47.  
  48. local dwn=false
  49.  
  50. local Bin = Instance.new("HopperBin")
  51.  
  52. Bin.Name = "Telekinesis"
  53.  
  54. Bin.Parent = Player.Backpack
  55.  
  56.  
  57. local ScreenGUI = Instance.new("ScreenGui", Player.PlayerGui)
  58.  
  59. local Color = Instance.new("Color3Value", ScreenGUI)
  60.  
  61. local ColorValue = Color.Value
  62.  
  63. local Blue = Instance.new("TextButton", ScreenGUI)
  64.  
  65. local Red = Instance.new("TextButton", ScreenGUI)
  66.  
  67. local Green = Instance.new("TextButton", ScreenGUI)
  68.  
  69. local Yellow = Instance.new("TextButton", ScreenGUI)
  70.  
  71. local Pink = Instance.new("TextButton", ScreenGUI)
  72.  
  73. local LightBlue = Instance.new("TextButton", ScreenGUI)
  74.  
  75. local White = Instance.new("TextButton", ScreenGUI)
  76.  
  77. local FireTrue = Instance.new("TextButton", ScreenGUI)
  78.  
  79. local FireFalse = Instance.new("TextButton", ScreenGUI)
  80.  
  81. local SparklesTrue = Instance.new("TextButton", ScreenGUI)
  82.  
  83. local SparklesFalse = Instance.new("TextButton", ScreenGUI)
  84.  
  85. local BoxTrue = Instance.new("TextButton", ScreenGUI)
  86.  
  87. local BoxFalse = Instance.new("TextButton", ScreenGUI)
  88.  
  89. Color.Name = "Color"
  90.  
  91. Blue.BackgroundColor3 = BrickColor.new("Bright blue").Color
  92.  
  93. Blue.Transparency = 0.5
  94.  
  95. Blue.Size = UDim2.new(0, 20 ,0, 20)
  96.  
  97. Blue.Position = UDim2.new(1, -35, 1, -35)
  98.  
  99. Blue.Name = "Blue"
  100.  
  101. Blue.Text = ""
  102.  
  103. Blue.Visible = false
  104.  
  105. Red.BackgroundColor3 = BrickColor.new("Bright red").Color
  106.  
  107. Red.Transparency = 0.5
  108.  
  109. Red.Size = UDim2.new(0, 20 ,0, 20)
  110.  
  111. Red.Position = UDim2.new(1,-65, 1, -35)
  112.  
  113. Red.Name = "Red"
  114.  
  115. Red.Text = ""
  116.  
  117. Red.Visible = false
  118.  
  119. Green.BackgroundColor3 = BrickColor.new("Bright green").Color
  120.  
  121. Green.Transparency = 0.5
  122.  
  123. Green.Size = UDim2.new(0, 20 ,0, 20)
  124.  
  125. Green.Position = UDim2.new(1,-95, 1, -35)
  126.  
  127. Green.Name = "Green"
  128.  
  129. Green.Text = ""
  130.  
  131. Green.Visible = false
  132.  
  133. Yellow.BackgroundColor3 = BrickColor.new("New Yeller").Color
  134.  
  135. Yellow.Transparency = 0.5
  136.  
  137. Yellow.Size = UDim2.new(0, 20 ,0, 20)
  138.  
  139. Yellow.Position = UDim2.new(1,-125, 1, -35)
  140.  
  141. Yellow.Name = "Yellow"
  142.  
  143. Yellow.Text = ""
  144.  
  145. Yellow.Visible = false
  146.  
  147. Pink.BackgroundColor3 = BrickColor.new("Hot pink").Color
  148.  
  149. Pink.Transparency = 0.5
  150.  
  151. Pink.Size = UDim2.new(0, 20 ,0, 20)
  152.  
  153. Pink.Position = UDim2.new(1,-155, 1, -35)
  154.  
  155. Pink.Name = "Pink"
  156.  
  157. Pink.Text = ""
  158.  
  159. Pink.Visible = false
  160.  
  161. LightBlue.BackgroundColor3 = BrickColor.new("Cyan").Color
  162.  
  163. LightBlue.Transparency = 0.5
  164.  
  165. LightBlue.Size = UDim2.new(0, 20 ,0, 20)
  166.  
  167. LightBlue.Position = UDim2.new(1,-185, 1, -35)
  168.  
  169. LightBlue.Name = "LightBlue"
  170.  
  171. LightBlue.Text = ""
  172.  
  173. LightBlue.Visible = false
  174.  
  175. White.BackgroundColor3 = BrickColor.new("White").Color
  176.  
  177. White.Transparency = 0.5
  178.  
  179. White.Size = UDim2.new(0, 20 ,0, 20)
  180.  
  181. White.Position = UDim2.new(1,-215, 1, -35)
  182.  
  183. White.Name = "White"
  184.  
  185. White.Text = ""
  186.  
  187. White.Visible = false
  188.  
  189. FireFalse.BackgroundColor3 = BrickColor.new("Really black").Color
  190.  
  191. FireFalse.Transparency = 0.5
  192.  
  193. FireFalse.Size = UDim2.new(0, 50 ,0, 20)
  194.  
  195. FireFalse.Position = UDim2.new(1,-65, 1, -65)
  196.  
  197. FireFalse.Name = "FireFalse"
  198.  
  199. FireFalse.Text = "Fire: F"
  200.  
  201. FireFalse.Visible = false
  202.  
  203. FireFalse.FontSize = "Size12"
  204.  
  205. FireFalse.Font = "ArialBold"
  206.  
  207. FireFalse.TextColor = BrickColor.new(255,255,255)
  208.  
  209. FireFalse.TextTransparency = 0
  210.  
  211. FireTrue.BackgroundColor3 = BrickColor.new("Really black").Color
  212.  
  213. FireTrue.Transparency = 0.5
  214.  
  215. FireTrue.Size = UDim2.new(0, 50 ,0, 20)
  216.  
  217. FireTrue.Position = UDim2.new(1,-65, 1, -65)
  218.  
  219. FireTrue.Name = "FireTrue"
  220.  
  221. FireTrue.Text = "Fire: T"
  222.  
  223. FireTrue.Visible = false
  224.  
  225. FireTrue.FontSize = "Size12"
  226.  
  227. FireTrue.Font = "ArialBold"
  228.  
  229. FireTrue.TextColor = BrickColor.new(255,255,255)
  230.  
  231. FireTrue.TextTransparency = 0
  232.  
  233. SparklesTrue.BackgroundColor3 = BrickColor.new("Really black").Color
  234.  
  235. SparklesTrue.Transparency = 0.5
  236.  
  237. SparklesTrue.Size = UDim2.new(0, 50 ,0, 20)
  238.  
  239. SparklesTrue.Position = UDim2.new(1,-125, 1, -65)
  240.  
  241. SparklesTrue.Name = "SparklesTrue"
  242.  
  243. SparklesTrue.Text = "SP: T"
  244.  
  245. SparklesTrue.Visible = false
  246.  
  247. SparklesTrue.FontSize = "Size12"
  248.  
  249. SparklesTrue.Font = "ArialBold"
  250.  
  251. SparklesTrue.TextColor = BrickColor.new(255,255,255)
  252.  
  253. SparklesTrue.TextTransparency = 0
  254.  
  255. SparklesFalse.BackgroundColor3 = BrickColor.new("Really black").Color
  256.  
  257. SparklesFalse.Transparency = 0.5
  258.  
  259. SparklesFalse.Size = UDim2.new(0, 50 ,0, 20)
  260.  
  261. SparklesFalse.Position = UDim2.new(1,-125, 1, -65)
  262.  
  263. SparklesFalse.Name = "SparklesFalse"
  264.  
  265. SparklesFalse.Text = "SP: F"
  266.  
  267. SparklesFalse.Visible = false
  268.  
  269. SparklesFalse.FontSize = "Size12"
  270.  
  271. SparklesFalse.Font = "ArialBold"
  272.  
  273. SparklesFalse.TextColor = BrickColor.new(255,255,255)
  274.  
  275. SparklesFalse.TextTransparency = 0
  276.  
  277. BoxTrue.BackgroundColor3 = BrickColor.new("Really black").Color
  278.  
  279. BoxTrue.Transparency = 0.5
  280.  
  281. BoxTrue.Size = UDim2.new(0, 50 ,0, 20)
  282.  
  283. BoxTrue.Position = UDim2.new(1,-185, 1, -65)
  284.  
  285. BoxTrue.Name = "BoxTrue"
  286.  
  287. BoxTrue.Text = "Box: T"
  288.  
  289. BoxTrue.Visible = false
  290.  
  291. BoxTrue.FontSize = "Size12"
  292.  
  293. BoxTrue.Font = "ArialBold"
  294.  
  295. BoxTrue.TextColor = BrickColor.new(255,255,255)
  296.  
  297. BoxTrue.TextTransparency = 0
  298.  
  299. BoxFalse.BackgroundColor3 = BrickColor.new("Really black").Color
  300.  
  301. BoxFalse.Transparency = 0.5
  302.  
  303. BoxFalse.Size = UDim2.new(0, 50 ,0, 20)
  304.  
  305. BoxFalse.Position = UDim2.new(1,-185, 1, -65)
  306.  
  307. BoxFalse.Name = "BoxFalse"
  308.  
  309. BoxFalse.Text = "Box: F"
  310.  
  311. BoxFalse.Visible = false
  312.  
  313. BoxFalse.FontSize = "Size12"
  314.  
  315. BoxFalse.Font = "ArialBold"
  316.  
  317. BoxFalse.TextColor = BrickColor.new(255,255,255)
  318.  
  319. BoxFalse.TextTransparency = 0
  320.  
  321. local bawl = Instance.new("Part", game.Lighting)
  322.  
  323. bawl.Name="TelekinesisGrab"
  324.  
  325. local bp = Instance.new("BodyPosition", bawl)
  326.  
  327. local w = Instance.new("Weld", bawl)
  328.  
  329. function onButton1Down(mouse)
  330.  
  331. bawl.Size = Vector3.new(2,2,2)
  332.  
  333. bawl.Material="Neon"
  334.  
  335. bawl.Shape=0
  336.  
  337. bawl.Transparency=trans
  338.  
  339. bawl.Name="TelekinesisGrab"
  340.  
  341. bawl.CanCollide = false
  342.  
  343. bawl.Parent = game.Workspace
  344.  
  345. w.Parent = bawl
  346.  
  347. w.Name = "Weld"
  348.  
  349. bp.maxForce = Vector3.new(math.huge,math.huge,math.huge)
  350.  
  351. bp.Parent = bawl
  352.  
  353. bp.Name="lolx"
  354.  
  355. bawl.Parent = workspace
  356.  
  357. if mouse ~= nil then
  358.  
  359. if mouse.Target ~= nil then
  360.  
  361. w.Part0 = mouse.Target
  362.  
  363. w.Part1 = bawl
  364.  
  365. dwn = true
  366.  
  367. if mouse.Target.Parent:FindFirstChild("Humanoid") then
  368.  
  369. mouse.Target.Parent:FindFirstChild("Humanoid").PlatformStand=true
  370.  
  371. else
  372.  
  373. print('no humanoid')
  374.  
  375. end
  376.  
  377. end
  378.  
  379. end
  380.  
  381. spawn(function()
  382.  
  383. while dwn == true do
  384.  
  385. ypcall(function()
  386.  
  387. bp.Parent = bawl
  388.  
  389. bp.position = Player.Character.Torso.Position + (mouse.Hit.lookVector*dist)
  390.  
  391. wait()
  392.  
  393. end)
  394.  
  395. end
  396.  
  397. end)
  398.  
  399. end
  400.  
  401. function onButton1Up(mouse)
  402.  
  403. dwn=false
  404.  
  405. if bawl ~= nil then
  406.  
  407. bawl.Parent=game.Lighting
  408.  
  409. else
  410.  
  411. print('not found')
  412.  
  413. end
  414.  
  415. end
  416.  
  417. function onKeyDown(key, mouse)
  418.  
  419. key:lower()
  420.  
  421. if key == "r" then
  422.  
  423. if bawl ~= nil then
  424.  
  425. --bawl.Parent=nil
  426.  
  427. end
  428.  
  429. elseif key == "e" then
  430.  
  431. local p = Instance.new("Part", workspace)
  432.  
  433. p.Size = Vector3.new(3,3,3)
  434.  
  435. p.Material = "Neon"
  436.  
  437. p.Position = mouse.Hit.p + Vector3.new(0,2,0)
  438.  
  439. p.BrickColor = bawl.BrickColor
  440.  
  441. p.Shape = "Ball"
  442.  
  443. p.BottomSurface = "Smooth"
  444.  
  445. p.TopSurface = "Smooth"
  446.  
  447. elseif key == "h" then
  448.  
  449. if bawl ~= nil then
  450.  
  451. if bawl:FindFirstChild("Weld") ~= nil then
  452.  
  453. if bawl:FindFirstChild("Weld").Part0 ~= nil then
  454.  
  455. bawl:FindFirstChild("Weld").Part0.Anchored=false
  456.  
  457. end
  458.  
  459. end
  460.  
  461. end
  462.  
  463. elseif key == "g" then
  464.  
  465. if bawl ~= nil then
  466.  
  467. local x = Instance.new("Explosion",workspace)
  468.  
  469. x.Position=bawl.Position
  470.  
  471. else
  472.  
  473. print('some sort of error')
  474.  
  475. end
  476.  
  477. elseif key == "x" then
  478.  
  479. dist=dist - 5
  480.  
  481. elseif key == "c" then
  482.  
  483. dist=15
  484.  
  485. elseif key == "v" then
  486.  
  487. dist=100
  488.  
  489. elseif key == "z" then
  490.  
  491. dist=dist + 5
  492.  
  493. end
  494.  
  495. end
  496.  
  497. FireX = 0
  498.  
  499. FireY = 0
  500.  
  501. FireZ = 0
  502.  
  503. SPX = 0
  504.  
  505. SPY = 0
  506.  
  507. SPZ = 0
  508.  
  509. BoxColor = "White"
  510.  
  511. FireFalse.MouseButton1Down:connect(function ()
  512.  
  513. local Fire = Instance.new("Fire", bawl)
  514. Fire.Color = Color3.new(FireX,FireY,FireZ)
  515.  
  516. Player.PlayerGui.ScreenGui.FireFalse.Visible = false
  517.  
  518. Player.PlayerGui.ScreenGui.FireTrue.Visible = true
  519.  
  520. Fire.Color = Color3.new(FireX,FireY,FireZ)
  521.  
  522. end)
  523.  
  524. FireTrue.MouseButton1Down:connect(function ()
  525.  
  526. bawl.Fire:remove()
  527.  
  528. Player.PlayerGui.ScreenGui.FireFalse.Visible = true
  529.  
  530. Player.PlayerGui.ScreenGui.FireTrue.Visible = false
  531.  
  532. end)
  533.  
  534. SparklesFalse.MouseButton1Down:connect(function ()
  535.  
  536. local SP = Instance.new("Sparkles", bawl)
  537. SP.Color = Color3.new(SPX,SPY,SPZ)
  538.  
  539. Player.PlayerGui.ScreenGui.SparklesFalse.Visible = false
  540.  
  541. Player.PlayerGui.ScreenGui.SparklesTrue.Visible = true
  542.  
  543. end)
  544.  
  545. SparklesTrue.MouseButton1Down:connect(function ()
  546.  
  547. bawl.Sparkles:remove()
  548.  
  549. Player.PlayerGui.ScreenGui.SparklesFalse.Visible = true
  550.  
  551. Player.PlayerGui.ScreenGui.SparklesTrue.Visible = false
  552.  
  553. end)
  554.  
  555. BoxFalse.MouseButton1Down:connect(function ()
  556.  
  557. local Box = Instance.new("SelectionBox", bawl)
  558. Box.Color = BrickColor.new(BoxColor)
  559. Box.Adornee = Box.Parent
  560.  
  561. Player.PlayerGui.ScreenGui.BoxFalse.Visible = false
  562.  
  563. Player.PlayerGui.ScreenGui.BoxTrue.Visible = true
  564.  
  565. end)
  566.  
  567. BoxTrue.MouseButton1Down:connect(function ()
  568.  
  569. bawl.SelectionBox:remove()
  570.  
  571. Player.PlayerGui.ScreenGui.BoxFalse.Visible = true
  572.  
  573. Player.PlayerGui.ScreenGui.BoxTrue.Visible = false
  574.  
  575. end)
  576.  
  577. Blue.MouseButton1Down:connect(function ()
  578.  
  579. if bawl ~= nil then
  580.  
  581. bawl.BrickColor = BrickColor.new("Bright blue")
  582.  
  583. FireX = 0
  584. FireY = 0
  585. FireZ = 255
  586.  
  587. SPX = 0
  588. SPY = 0
  589. SPZ = 255
  590.  
  591. BoxColor = "Bright blue"
  592.  
  593. game.Lighting.TelekinesisGrab.Fire.Color = Color3.new(0,0,255)
  594.  
  595. game.Lighting.TelekinesisGrab.Sparkles.Color = Color3.new(0,0,255)
  596.  
  597. game.Lighting.TelekinesisGrab.SelectionBox.Color = BrickColor.new("Bright blue")
  598.  
  599. end
  600.  
  601. end)
  602.  
  603. Red.MouseButton1Down:connect(function ()
  604.  
  605. if bawl ~= nil then
  606.  
  607. bawl.BrickColor = BrickColor.new("Bright red")
  608.  
  609. FireX = 255
  610. FireY = 0
  611. FireZ = 0
  612.  
  613. SPX = 255
  614. SPY = 0
  615. SPZ = 0
  616.  
  617. BoxColor = "Bright red"
  618.  
  619. game.Lighting.TelekinesisGrab.Fire.Color = Color3.new(255,0,0)
  620.  
  621. game.Lighting.TelekinesisGrab.Sparkles.Color = Color3.new(255,0,0)
  622.  
  623. game.Lighting.TelekinesisGrab.SelectionBox.Color = BrickColor.new("Bright red")
  624.  
  625. end
  626.  
  627. end)
  628.  
  629. Green.MouseButton1Down:connect(function ()
  630.  
  631. if bawl ~= nil then
  632.  
  633. bawl.BrickColor = BrickColor.new("Bright green")
  634.  
  635. FireX = 0
  636. FireY = 255
  637. FireZ = 0
  638.  
  639. SPX = 0
  640. SPY = 255
  641. SPZ = 0
  642.  
  643. BoxColor = "Bright green"
  644.  
  645. game.Lighting.TelekinesisGrab.Fire.Color = Color3.new(0,255,0)
  646.  
  647. game.Lighting.TelekinesisGrab.Sparkles.Color = Color3.new(0,255,0)
  648.  
  649. game.Lighting.TelekinesisGrab.SelectionBox.Color = BrickColor.new("Bright green")
  650.  
  651. end
  652.  
  653. end)
  654.  
  655. Yellow.MouseButton1Down:connect(function ()
  656.  
  657. if bawl ~= nil then
  658.  
  659. bawl.BrickColor = BrickColor.new("New Yeller")
  660.  
  661. FireX = 255
  662. FireY = 255
  663. FireZ = 0
  664.  
  665. SPX = 255
  666. SPY = 255
  667. SPZ = 0
  668.  
  669. BoxColor = "New Yeller"
  670.  
  671. game.Lighting.TelekinesisGrab.Fire.Color = Color3.new(255,255,0)
  672.  
  673. game.Lighting.TelekinesisGrab.Sparkles.Color = Color3.new(255,255,0)
  674.  
  675. game.Lighting.TelekinesisGrab.SelectionBox.Color = BrickColor.new("New Yeller")
  676.  
  677. end
  678.  
  679. end)
  680.  
  681. Pink.MouseButton1Down:connect(function ()
  682.  
  683. if bawl ~= nil then
  684.  
  685. bawl.BrickColor = BrickColor.new("Hot pink")
  686.  
  687. FireX = 255
  688. FireY = 0
  689. FireZ = 255
  690.  
  691. SPX = 255
  692. SPY = 0
  693. SPZ = 255
  694.  
  695. BoxColor = "Hot pink"
  696.  
  697. game.Lighting.TelekinesisGrab.Fire.Color = Color3.new(255,0,255)
  698.  
  699. game.Lighting.TelekinesisGrab.Sparkles.Color = Color3.new(255,0,255)
  700.  
  701. game.Lighting.TelekinesisGrab.SelectionBox.Color = BrickColor.new("Hot pink")
  702.  
  703. end
  704.  
  705. end)
  706.  
  707. LightBlue.MouseButton1Down:connect(function ()
  708.  
  709. if bawl ~= nil then
  710.  
  711. bawl.BrickColor = BrickColor.new("Cyan")
  712.  
  713. FireX = 0
  714. FireY = 255
  715. FireZ = 255
  716.  
  717. SPX = 0
  718. SPY = 255
  719. SPZ = 255
  720.  
  721. BoxColor = "Cyan"
  722.  
  723. game.Lighting.TelekinesisGrab.Fire.Color = Color3.new(0,255,255)
  724.  
  725. game.Lighting.TelekinesisGrab.Sparkles.Color = Color3.new(0,255,255)
  726.  
  727. game.Lighting.TelekinesisGrab.SelectionBox.Color = BrickColor.new("Cyan")
  728.  
  729. end
  730.  
  731. end)
  732.  
  733.  
  734. White.MouseButton1Down:connect(function ()
  735.  
  736. if bawl ~= nil then
  737.  
  738. bawl.BrickColor = BrickColor.new("White")
  739.  
  740. FireX = 255
  741. FireY = 255
  742. FireZ = 255
  743.  
  744. SPX = 255
  745. SPY = 255
  746. SPZ = 255
  747.  
  748. BoxColor = "White"
  749.  
  750. game.Lighting.TelekinesisGrab.Fire.Color = Color3.new(255,255,255)
  751.  
  752. game.Lighting.TelekinesisGrab.Sparkles.Color = Color3.new(255,255,255)
  753.  
  754. game.Lighting.TelekinesisGrab.SelectionBox.Color = BrickColor.new("White")
  755.  
  756. end
  757.  
  758. end)
  759.  
  760. Bin.Selected:connect(function ()
  761.  
  762. Fire = false
  763.  
  764. Player.PlayerGui.ScreenGui.Blue.Visible = true
  765.  
  766. Player.PlayerGui.ScreenGui.Red.Visible = true
  767.  
  768. Player.PlayerGui.ScreenGui.Green.Visible = true
  769.  
  770. Player.PlayerGui.ScreenGui.Yellow.Visible = true
  771.  
  772. Player.PlayerGui.ScreenGui.Pink.Visible = true
  773.  
  774. Player.PlayerGui.ScreenGui.LightBlue.Visible = true
  775.  
  776. Player.PlayerGui.ScreenGui.White.Visible = true
  777.  
  778. Player.PlayerGui.ScreenGui.FireFalse.Visible = true
  779.  
  780. Player.PlayerGui.ScreenGui.FireTrue.Visible = false
  781.  
  782. Player.PlayerGui.ScreenGui.SparklesFalse.Visible = true
  783.  
  784. Player.PlayerGui.ScreenGui.SparklesTrue.Visible = false
  785.  
  786. Player.PlayerGui.ScreenGui.BoxFalse.Visible = true
  787.  
  788. Player.PlayerGui.ScreenGui.BoxTrue.Visible = false
  789.  
  790. end)
  791.  
  792. Bin.Deselected:connect(function ()
  793.  
  794. Fire = false
  795.  
  796. Player.PlayerGui.ScreenGui.Blue.Visible = false
  797.  
  798. Player.PlayerGui.ScreenGui.Red.Visible = false
  799.  
  800. Player.PlayerGui.ScreenGui.Green.Visible = false
  801.  
  802. Player.PlayerGui.ScreenGui.Yellow.Visible = false
  803.  
  804. Player.PlayerGui.ScreenGui.Pink.Visible = false
  805.  
  806. Player.PlayerGui.ScreenGui.LightBlue.Visible = false
  807.  
  808. Player.PlayerGui.ScreenGui.White.Visible = false
  809.  
  810. Player.PlayerGui.ScreenGui.FireFalse.Visible = false
  811.  
  812. Player.PlayerGui.ScreenGui.FireTrue.Visible = false
  813.  
  814. Player.PlayerGui.ScreenGui.SparklesFalse.Visible = false
  815.  
  816. Player.PlayerGui.ScreenGui.SparklesTrue.Visible = false
  817.  
  818. Player.PlayerGui.ScreenGui.BoxFalse.Visible = false
  819.  
  820. Player.PlayerGui.ScreenGui.BoxTrue.Visible = false
  821.  
  822. end)
  823.  
  824. Bin.Selected:connect(function(mouse)
  825.  
  826. mouse.Button1Down:connect(function() onButton1Down(mouse) end)
  827.  
  828. mouse.Button1Up:connect(function() onButton1Up(mouse) end)
  829.  
  830. mouse.KeyDown:connect(function(key) onKeyDown(key, mouse) end)
  831.  
  832. end)
Add Comment
Please, Sign In to add comment