Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- game:GetObjects('rbxassetid://01293316695')[1].Parent = game.CoreGui
- gui = game.CoreGui:WaitForChild('Clockwork')
- intro = gui.intro
- anim = intro.Frame
- meleef = gui.maint.dropd.meleef
- main = gui.maint
- name = game.Players.LocalPlayer.Name
- main.txt.Text = ""..name..""
- powerf = gui.maint.dropd.powerf
- gunf = gui.maint.dropd.gunf
- box = main.dropd.bb
- main.Visible = false
- fechecker = main.fe
- debounce = false
- if game.Workspace.FilteringEnabled == true then
- fechecker.Text = "Filtering Enabled"
- else
- fechecker.Text = "Filtering Disabled"
- end
- --Vars
- intro:TweenPosition(UDim2.new(0, 0,0, 0),'Out','Quad',0.5)
- anim:TweenPosition(UDim2.new(0, 1606,0, 0),'Out','Quad', 4)
- wait(4)
- intro:TweenPosition(UDim2.new(0, 0,0, -200),'Out','Quad', 0.5)
- wait(0.5)
- main.Visible = true
- intro.Visible = false
- main:TweenPosition(UDim2.new(0, 493,0, 123),'Out','Bounce', 0.5)
- wait(0.5)
- main.dropd:TweenSize(UDim2.new(0, 367,0, 500),'Out','Quad', 0.5)
- main.dropd.meleef.meleeo.MouseButton1Click:connect(function()
- box.mem1.Visible = false
- box.mem2.Visible = false
- box.mem3.Visible = false
- box.mem4.Visible = false
- --cred--
- box.Col.Visible = true
- box.Cup.Visible = true
- box.grav.Visible = true
- box.dark.Visible = true
- box.Wind.Visible = true
- box.Scy.Visible = true
- box.dag.Visible = true
- box.kat.Visible = true
- box.pap.Visible = true
- box.plun.Visible = true
- box.rain.Visible = true
- box.sor.Visible = true
- --melee tab--
- box.Blue.Visible = false
- box.Red.Visible = false
- box.Tri.Visible = false
- box.flame.Visible = false
- box.rage.Visible = false
- box.powe.Visible = false
- box.cross.Visible = false
- box.rail.Visible = false
- --gun tab--
- box.magic.Visible = false
- box.regcoil.Visible = false
- box.gcoil.Visible = false
- box.trol.Visible = false
- box.home.Visible = false
- box.acc.Visible = false
- box.grap.Visible = false
- box.del.Visible = false
- end)
- main.dropd.gunf.guno.MouseButton1Click:connect(function()
- box.mem1.Visible = false
- box.mem2.Visible = false
- box.mem3.Visible = false
- box.mem4.Visible = false
- --cred--
- box.Col.Visible = true
- box.Cup.Visible = false
- box.grav.Visible = false
- box.dark.Visible = false
- box.Wind.Visible = false
- box.Scy.Visible = false
- box.dag.Visible = false
- box.kat.Visible = false
- box.pap.Visible = false
- box.plun.Visible = false
- box.rain.Visible = false
- box.sor.Visible = false
- --melee tab--
- box.Blue.Visible = true
- box.Red.Visible = true
- box.Tri.Visible = true
- box.flame.Visible = true
- box.rage.Visible = true
- box.powe.Visible = true
- box.cross.Visible = true
- box.rail.Visible = true
- --gun tab--
- box.magic.Visible = false
- box.regcoil.Visible = false
- box.gcoil.Visible = false
- box.trol.Visible = false
- box.home.Visible = false
- box.acc.Visible = false
- box.grap.Visible = false
- box.del.Visible = false
- end)
- main.dropd.powerf.powero.MouseButton1Click:connect(function()
- box.mem1.Visible = false
- box.mem2.Visible = false
- box.mem3.Visible = false
- box.mem4.Visible = false
- --cred--
- box.Col.Visible = true
- box.Cup.Visible = false
- box.grav.Visible = false
- box.dark.Visible = false
- box.Wind.Visible = false
- box.Scy.Visible = false
- box.dag.Visible = false
- box.kat.Visible = false
- box.pap.Visible = false
- box.plun.Visible = false
- box.rain.Visible = false
- box.sor.Visible = false
- --melee tab--
- box.Blue.Visible = false
- box.Red.Visible = false
- box.Tri.Visible = false
- box.flame.Visible = false
- box.rage.Visible = false
- box.powe.Visible = false
- box.cross.Visible = false
- box.rail.Visible = false
- --gun tab--
- box.magic.Visible = true
- box.regcoil.Visible = true
- box.gcoil.Visible = true
- box.trol.Visible = true
- box.home.Visible = true
- box.acc.Visible = true
- box.grap.Visible = true
- box.del.Visible = true
- end)
- main.dropd.credf.credo.MouseButton1Click:connect(function()
- box.mem1.Visible = true
- box.mem2.Visible = true
- box.mem3.Visible = true
- box.mem4.Visible = true
- --cred--
- box.Col.Visible = false
- box.Cup.Visible = false
- box.grav.Visible = false
- box.dark.Visible = false
- box.Wind.Visible = false
- box.Scy.Visible = false
- box.dag.Visible = false
- box.kat.Visible = false
- box.pap.Visible = false
- box.plun.Visible = false
- box.rain.Visible = false
- box.sor.Visible = false
- --melee tab--
- box.Blue.Visible = false
- box.Red.Visible = false
- box.Tri.Visible = false
- box.flame.Visible = false
- box.rage.Visible = false
- box.powe.Visible = false
- box.cross.Visible = false
- box.rail.Visible = false
- --gun tab--
- box.magic.Visible = false
- box.regcoil.Visible = false
- box.gcoil.Visible = false
- box.trol.Visible = false
- box.home.Visible = false
- box.acc.Visible = false
- box.grap.Visible = false
- box.del.Visible = false
- end)
- --Tweening
- box.Col.MouseButton1Click:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/BCRndpLw", true))()
- end)
- box.grav.MouseButton1Click:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/mqGeFYDx", true))()
- end)
- box.dark.MouseButton1Click:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/iH2xd09D", true))()
- end)
- box.Wind.MouseButton1Click:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/p60Sdqzi", true))()
- end)
- box.Scy.MouseButton1Click:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/A1jR29FL", true))()
- end)
- box.dag.MouseButton1Click:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/H5GtKy0v", true))()
- end)
- box.kat.MouseButton1Click:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/btufG3Rt", true))()
- end)
- box.pap.MouseButton1Click:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/M4RQZ09t", true))()
- end)
- box.plun.MouseButton1Click:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/ZbJCqbGA", true))()
- end)
- box.rain.MouseButton1Click:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/GcXzZGxt", true))()
- end)
- box.sor.MouseButton1Click:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/HseD17Ci", true))()
- end)
- --melee tab--
- box.Blue.MouseButton1Click:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/kqeXjn8C", true))()
- end)
- box.Red.MouseButton1Click:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/piQaVXm2", true))()
- end)
- box.Tri.MouseButton1Click:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/asCLBauE", true))()
- end)
- box.flame.MouseButton1Click:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/vN16nKS8", true))()
- end)
- box.rage.MouseButton1Click:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/TqgxafJP", true))()
- end)
- box.powe.MouseButton1Click:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/gETUE6vx", true))()
- end)
- box.cross.MouseButton1Click:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/LN9kPwc6", true))()
- end)
- box.rail.MouseButton1Click:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/5T7RCmmq", true))()
- end)
- --gun tab--
- box.magic.MouseButton1Click:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/CGN3KH4p", true))()
- end)
- box.regcoil.MouseButton1Click:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/qzaQLRN9", true))()
- end)
- box.gcoil.MouseButton1Click:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/Vj8Dktd8", true))()
- end)
- box.trol.MouseButton1Click:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/KTyeEDF8", true))()
- end)
- box.home.MouseButton1Click:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/svedZqPT", true))()
- end)
- box.acc.MouseButton1Click:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/dMD5PuDe", true))()
- end)
- box.grap.MouseButton1Click:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/bKCAkXcr", true))()
- end)
- box.del.MouseButton1Click:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/xGNbgLwr", true))()
- end)
- main.plus.MouseButton1Click:connect(function()
- if debounce == false then
- debounce = true
- main.plus.Text = "+"
- main.dropd:TweenSize(UDim2.new(0, 367,0, 0),'Out','Quad',0.5)
- else
- main.plus.Text = "-"
- main.dropd:TweenSize(UDim2.new(0, 367,0, 500),'Out','Quad',0.5)
- debounce = false
- end
- end)
Add Comment
Please, Sign In to add comment