wanTH092

ClockWork

Jun 25th, 2018
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 8.71 KB | None | 0 0
  1. game:GetObjects('rbxassetid://01293316695')[1].Parent = game.CoreGui
  2. gui = game.CoreGui:WaitForChild('Clockwork')
  3. intro = gui.intro
  4. anim = intro.Frame
  5. meleef = gui.maint.dropd.meleef  
  6. main = gui.maint
  7. name = game.Players.LocalPlayer.Name
  8. main.txt.Text = ""..name..""
  9. powerf = gui.maint.dropd.powerf
  10. gunf = gui.maint.dropd.gunf
  11. box = main.dropd.bb
  12. main.Visible = false
  13. fechecker = main.fe
  14. debounce = false
  15. if game.Workspace.FilteringEnabled == true then
  16.     fechecker.Text = "Filtering Enabled"
  17. else
  18.     fechecker.Text = "Filtering Disabled"
  19. end
  20. --Vars  
  21. intro:TweenPosition(UDim2.new(0, 0,0, 0),'Out','Quad',0.5)
  22.         anim:TweenPosition(UDim2.new(0, 1606,0, 0),'Out','Quad', 4)
  23.         wait(4)  
  24. intro:TweenPosition(UDim2.new(0, 0,0, -200),'Out','Quad', 0.5)
  25. wait(0.5)
  26. main.Visible = true
  27. intro.Visible = false  
  28. main:TweenPosition(UDim2.new(0, 493,0, 123),'Out','Bounce', 0.5)
  29. wait(0.5)
  30. main.dropd:TweenSize(UDim2.new(0, 367,0, 500),'Out','Quad', 0.5)
  31. main.dropd.meleef.meleeo.MouseButton1Click:connect(function()
  32.     box.mem1.Visible = false
  33.     box.mem2.Visible = false
  34.     box.mem3.Visible = false
  35.     box.mem4.Visible = false
  36.     --cred--
  37.     box.Col.Visible = true
  38.     box.Cup.Visible = true
  39.     box.grav.Visible = true
  40.     box.dark.Visible = true
  41.     box.Wind.Visible = true
  42.     box.Scy.Visible = true
  43.     box.dag.Visible = true
  44.     box.kat.Visible = true
  45.     box.pap.Visible = true
  46.     box.plun.Visible = true
  47.     box.rain.Visible = true
  48.     box.sor.Visible = true
  49.     --melee tab--
  50.     box.Blue.Visible = false
  51.     box.Red.Visible = false
  52.     box.Tri.Visible = false
  53.     box.flame.Visible = false
  54.     box.rage.Visible = false
  55.     box.powe.Visible = false
  56.     box.cross.Visible = false
  57.     box.rail.Visible = false
  58.     --gun tab--
  59.     box.magic.Visible = false
  60.     box.regcoil.Visible = false
  61.     box.gcoil.Visible = false
  62.     box.trol.Visible = false
  63.     box.home.Visible = false
  64.     box.acc.Visible = false
  65.     box.grap.Visible = false
  66.     box.del.Visible = false
  67. end)
  68. main.dropd.gunf.guno.MouseButton1Click:connect(function()
  69.         box.mem1.Visible = false
  70.     box.mem2.Visible = false
  71.     box.mem3.Visible = false
  72.     box.mem4.Visible = false
  73.     --cred--
  74.         box.Col.Visible = true
  75.     box.Cup.Visible = false
  76.     box.grav.Visible = false
  77.     box.dark.Visible = false
  78.     box.Wind.Visible = false
  79.     box.Scy.Visible = false
  80.     box.dag.Visible = false
  81.     box.kat.Visible = false
  82.     box.pap.Visible = false
  83.     box.plun.Visible = false
  84.     box.rain.Visible = false
  85.     box.sor.Visible = false
  86.     --melee tab--
  87.     box.Blue.Visible = true
  88.     box.Red.Visible = true
  89.     box.Tri.Visible = true
  90.     box.flame.Visible = true
  91.     box.rage.Visible = true
  92.     box.powe.Visible = true
  93.     box.cross.Visible = true
  94.     box.rail.Visible = true
  95.     --gun tab--
  96.     box.magic.Visible = false
  97.     box.regcoil.Visible = false
  98.     box.gcoil.Visible = false
  99.     box.trol.Visible = false
  100.     box.home.Visible = false
  101.     box.acc.Visible = false
  102.     box.grap.Visible = false
  103.     box.del.Visible = false
  104. end)
  105. main.dropd.powerf.powero.MouseButton1Click:connect(function()
  106.         box.mem1.Visible = false
  107.     box.mem2.Visible = false
  108.     box.mem3.Visible = false
  109.     box.mem4.Visible = false
  110.     --cred--
  111.             box.Col.Visible = true
  112.     box.Cup.Visible = false
  113.     box.grav.Visible = false
  114.     box.dark.Visible = false
  115.     box.Wind.Visible = false
  116.     box.Scy.Visible = false
  117.     box.dag.Visible = false
  118.     box.kat.Visible = false
  119.     box.pap.Visible = false
  120.     box.plun.Visible = false
  121.     box.rain.Visible = false
  122.     box.sor.Visible = false
  123.     --melee tab--
  124.     box.Blue.Visible = false
  125.     box.Red.Visible = false
  126.     box.Tri.Visible = false
  127.     box.flame.Visible = false
  128.     box.rage.Visible = false
  129.     box.powe.Visible = false
  130.     box.cross.Visible = false
  131.     box.rail.Visible = false
  132.     --gun tab--
  133.     box.magic.Visible = true
  134.     box.regcoil.Visible = true
  135.     box.gcoil.Visible = true
  136.     box.trol.Visible = true
  137.     box.home.Visible = true
  138.     box.acc.Visible = true
  139.     box.grap.Visible = true
  140.     box.del.Visible = true
  141. end)
  142. main.dropd.credf.credo.MouseButton1Click:connect(function()
  143.         box.mem1.Visible = true
  144.     box.mem2.Visible = true
  145.     box.mem3.Visible = true
  146.     box.mem4.Visible = true
  147.     --cred--
  148.     box.Col.Visible = false
  149.     box.Cup.Visible = false
  150.     box.grav.Visible = false
  151.     box.dark.Visible = false
  152.     box.Wind.Visible = false
  153.     box.Scy.Visible = false
  154.     box.dag.Visible = false
  155.     box.kat.Visible = false
  156.     box.pap.Visible = false
  157.     box.plun.Visible = false
  158.     box.rain.Visible = false
  159.     box.sor.Visible = false
  160.     --melee tab--
  161.     box.Blue.Visible = false
  162.     box.Red.Visible = false
  163.     box.Tri.Visible = false
  164.     box.flame.Visible = false
  165.     box.rage.Visible = false
  166.     box.powe.Visible = false
  167.     box.cross.Visible = false
  168.     box.rail.Visible = false
  169.     --gun tab--
  170.     box.magic.Visible = false
  171.     box.regcoil.Visible = false
  172.     box.gcoil.Visible = false
  173.     box.trol.Visible = false
  174.     box.home.Visible = false
  175.     box.acc.Visible = false
  176.     box.grap.Visible = false
  177.     box.del.Visible = false
  178. end)
  179. --Tweening
  180.             box.Col.MouseButton1Click:connect(function()
  181.                 loadstring(game:HttpGet("https://pastebin.com/raw/BCRndpLw", true))()
  182.             end)
  183.     box.grav.MouseButton1Click:connect(function()
  184.                 loadstring(game:HttpGet("https://pastebin.com/raw/mqGeFYDx", true))()
  185.             end)
  186.     box.dark.MouseButton1Click:connect(function()
  187.                 loadstring(game:HttpGet("https://pastebin.com/raw/iH2xd09D", true))()
  188.             end)
  189.     box.Wind.MouseButton1Click:connect(function()
  190.                 loadstring(game:HttpGet("https://pastebin.com/raw/p60Sdqzi", true))()
  191.             end)
  192.     box.Scy.MouseButton1Click:connect(function()
  193.             loadstring(game:HttpGet("https://pastebin.com/raw/A1jR29FL", true))()
  194.             end)
  195.     box.dag.MouseButton1Click:connect(function()
  196.             loadstring(game:HttpGet("https://pastebin.com/raw/H5GtKy0v", true))()  
  197.             end)
  198.     box.kat.MouseButton1Click:connect(function()
  199.             loadstring(game:HttpGet("https://pastebin.com/raw/btufG3Rt", true))()  
  200.             end)
  201.     box.pap.MouseButton1Click:connect(function()
  202.             loadstring(game:HttpGet("https://pastebin.com/raw/M4RQZ09t", true))()  
  203.             end)
  204.     box.plun.MouseButton1Click:connect(function()
  205.             loadstring(game:HttpGet("https://pastebin.com/raw/ZbJCqbGA", true))()  
  206.             end)
  207.     box.rain.MouseButton1Click:connect(function()
  208.             loadstring(game:HttpGet("https://pastebin.com/raw/GcXzZGxt", true))()  
  209.             end)
  210.     box.sor.MouseButton1Click:connect(function()
  211.     loadstring(game:HttpGet("https://pastebin.com/raw/HseD17Ci", true))()
  212.             end)
  213.     --melee tab--
  214.     box.Blue.MouseButton1Click:connect(function()
  215.             loadstring(game:HttpGet("https://pastebin.com/raw/kqeXjn8C", true))()  
  216.             end)
  217.     box.Red.MouseButton1Click:connect(function()
  218.             loadstring(game:HttpGet("https://pastebin.com/raw/piQaVXm2", true))()      
  219.             end)
  220.     box.Tri.MouseButton1Click:connect(function()
  221.             loadstring(game:HttpGet("https://pastebin.com/raw/asCLBauE", true))()      
  222.             end)
  223.     box.flame.MouseButton1Click:connect(function()
  224.             loadstring(game:HttpGet("https://pastebin.com/raw/vN16nKS8", true))()      
  225.             end)
  226.     box.rage.MouseButton1Click:connect(function()
  227.             loadstring(game:HttpGet("https://pastebin.com/raw/TqgxafJP", true))()          
  228.             end)
  229.     box.powe.MouseButton1Click:connect(function()
  230.             loadstring(game:HttpGet("https://pastebin.com/raw/gETUE6vx", true))()      
  231.             end)
  232.     box.cross.MouseButton1Click:connect(function()
  233.             loadstring(game:HttpGet("https://pastebin.com/raw/LN9kPwc6", true))()  
  234.             end)
  235.     box.rail.MouseButton1Click:connect(function()
  236.             loadstring(game:HttpGet("https://pastebin.com/raw/5T7RCmmq", true))()      
  237.             end)
  238.     --gun tab--
  239.     box.magic.MouseButton1Click:connect(function()
  240.             loadstring(game:HttpGet("https://pastebin.com/raw/CGN3KH4p", true))()  
  241.             end)
  242.     box.regcoil.MouseButton1Click:connect(function()
  243.             loadstring(game:HttpGet("https://pastebin.com/raw/qzaQLRN9", true))()      
  244.             end)
  245.     box.gcoil.MouseButton1Click:connect(function()
  246.             loadstring(game:HttpGet("https://pastebin.com/raw/Vj8Dktd8", true))()  
  247.             end)
  248.     box.trol.MouseButton1Click:connect(function()
  249.             loadstring(game:HttpGet("https://pastebin.com/raw/KTyeEDF8", true))()  
  250.             end)
  251.     box.home.MouseButton1Click:connect(function()
  252.             loadstring(game:HttpGet("https://pastebin.com/raw/svedZqPT", true))()  
  253.             end)
  254.     box.acc.MouseButton1Click:connect(function()
  255.             loadstring(game:HttpGet("https://pastebin.com/raw/dMD5PuDe", true))()      
  256.             end)
  257.     box.grap.MouseButton1Click:connect(function()
  258.             loadstring(game:HttpGet("https://pastebin.com/raw/bKCAkXcr", true))()  
  259.             end)
  260.     box.del.MouseButton1Click:connect(function()
  261.             loadstring(game:HttpGet("https://pastebin.com/raw/xGNbgLwr", true))()  
  262.     end)
  263.     main.plus.MouseButton1Click:connect(function()
  264.         if debounce == false then
  265.             debounce = true
  266.             main.plus.Text = "+"
  267.             main.dropd:TweenSize(UDim2.new(0, 367,0, 0),'Out','Quad',0.5)
  268.         else
  269.             main.plus.Text = "-"
  270.             main.dropd:TweenSize(UDim2.new(0, 367,0, 500),'Out','Quad',0.5)
  271.             debounce = false
  272.         end
  273.     end)
Add Comment
Please, Sign In to add comment