Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local MPF = Instance.new("ScreenGui")
- local holder = Instance.new("Frame")
- local main = Instance.new("Frame")
- local UICorner = Instance.new("UICorner")
- local title = Instance.new("TextLabel")
- local UICorner_2 = Instance.new("UICorner")
- local co = Instance.new("TextButton")
- local menuHolder = Instance.new("Frame")
- local UICorner_3 = Instance.new("UICorner")
- local UIGridLayout = Instance.new("UIGridLayout")
- local feats = Instance.new("TextButton")
- local UICorner_4 = Instance.new("UICorner")
- local UIPadding = Instance.new("UIPadding")
- local vis = Instance.new("TextButton")
- local UICorner_5 = Instance.new("UICorner")
- local creds = Instance.new("TextButton")
- local UICorner_6 = Instance.new("UICorner")
- local games = Instance.new("TextButton")
- local UICorner_7 = Instance.new("UICorner")
- local featPage = Instance.new("Frame")
- local UICorner_8 = Instance.new("UICorner")
- local scroller1 = Instance.new("ScrollingFrame")
- local UIGridLayout_2 = Instance.new("UIGridLayout")
- local UIPadding_2 = Instance.new("UIPadding")
- local box = Instance.new("Frame")
- local UICorner_9 = Instance.new("UICorner")
- local UIGridLayout_3 = Instance.new("UIGridLayout")
- local UIPadding_3 = Instance.new("UIPadding")
- local ncs = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local UICorner_10 = Instance.new("UICorner")
- local use = Instance.new("TextButton")
- local UICorner_11 = Instance.new("UICorner")
- local nws = Instance.new("Frame")
- local TextLabel_2 = Instance.new("TextLabel")
- local UICorner_12 = Instance.new("UICorner")
- local use_2 = Instance.new("TextButton")
- local UICorner_13 = Instance.new("UICorner")
- local faz = Instance.new("Frame")
- local TextLabel_3 = Instance.new("TextLabel")
- local UICorner_14 = Instance.new("UICorner")
- local use_3 = Instance.new("TextButton")
- local UICorner_15 = Instance.new("UICorner")
- local nsp = Instance.new("Frame")
- local TextLabel_4 = Instance.new("TextLabel")
- local UICorner_16 = Instance.new("UICorner")
- local use_4 = Instance.new("TextButton")
- local UICorner_17 = Instance.new("UICorner")
- local scroller2 = Instance.new("ScrollingFrame")
- local UIPadding_4 = Instance.new("UIPadding")
- local UIGridLayout_4 = Instance.new("UIGridLayout")
- local box_2 = Instance.new("Frame")
- local UICorner_18 = Instance.new("UICorner")
- local UIPadding_5 = Instance.new("UIPadding")
- local UIGridLayout_5 = Instance.new("UIGridLayout")
- local wspeed = Instance.new("Frame")
- local TextLabel_5 = Instance.new("TextLabel")
- local UICorner_19 = Instance.new("UICorner")
- local toggleHolder = Instance.new("Frame")
- local UICorner_20 = Instance.new("UICorner")
- local button = Instance.new("ImageButton")
- local wsslider = Instance.new("Frame")
- local UICorner_21 = Instance.new("UICorner")
- local amount = Instance.new("TextLabel")
- local dragBox = Instance.new("TextButton")
- local dragger = Instance.new("Frame")
- local visuals = Instance.new("Frame")
- local UICorner_22 = Instance.new("UICorner")
- local scroller1_2 = Instance.new("ScrollingFrame")
- local UIGridLayout_6 = Instance.new("UIGridLayout")
- local UIPadding_6 = Instance.new("UIPadding")
- local box_3 = Instance.new("Frame")
- local UICorner_23 = Instance.new("UICorner")
- local UIPadding_7 = Instance.new("UIPadding")
- local UIGridLayout_7 = Instance.new("UIGridLayout")
- local esp = Instance.new("Frame")
- local TextLabel_6 = Instance.new("TextLabel")
- local UICorner_24 = Instance.new("UICorner")
- local toggleHolder_2 = Instance.new("Frame")
- local UICorner_25 = Instance.new("UICorner")
- local button_2 = Instance.new("ImageButton")
- local scroller2_2 = Instance.new("ScrollingFrame")
- local UIPadding_8 = Instance.new("UIPadding")
- local UIGridLayout_8 = Instance.new("UIGridLayout")
- local box_4 = Instance.new("Frame")
- local UICorner_26 = Instance.new("UICorner")
- local UIGridLayout_9 = Instance.new("UIGridLayout")
- local UIPadding_9 = Instance.new("UIPadding")
- local credPage = Instance.new("Frame")
- local UICorner_27 = Instance.new("UICorner")
- local TextButton = Instance.new("TextButton")
- local UICorner_28 = Instance.new("UICorner")
- local Shadow = Instance.new("ImageLabel")
- --Properties:
- MPF.Name = "M:PF"
- MPF.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- MPF.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- MPF.ResetOnSpawn = false
- holder.Name = "holder"
- holder.Parent = MPF
- holder.AnchorPoint = Vector2.new(0.5, 0.5)
- holder.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- holder.BackgroundTransparency = 1.000
- holder.Position = UDim2.new(0.5, 0, 0.5, 0)
- holder.Size = UDim2.new(0, 348, 0, 277)
- main.Name = "main"
- main.Parent = holder
- main.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
- main.BorderSizePixel = 0
- main.ClipsDescendants = true
- main.Position = UDim2.new(0.0574712642, 0, 0.0722021684, 0)
- main.Size = UDim2.new(0, 295, 0, 237)
- UICorner.CornerRadius = UDim.new(0, 4)
- UICorner.Parent = main
- title.Name = "title"
- title.Parent = main
- title.BackgroundColor3 = Color3.fromRGB(91, 38, 161)
- title.Size = UDim2.new(0, 295, 0, 24)
- title.Font = Enum.Font.GothamSemibold
- title.Text = " Mercury: Phantom Forces"
- title.TextColor3 = Color3.fromRGB(255, 255, 255)
- title.TextSize = 12.000
- title.TextWrapped = true
- title.TextXAlignment = Enum.TextXAlignment.Left
- UICorner_2.CornerRadius = UDim.new(0, 3)
- UICorner_2.Parent = title
- co.Name = "co"
- co.Parent = title
- co.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- co.BackgroundTransparency = 1.000
- co.BorderSizePixel = 0
- co.Position = UDim2.new(0, 269, 0, 0)
- co.Size = UDim2.new(0, 26, 0, 24)
- co.Font = Enum.Font.FredokaOne
- co.Text = "X"
- co.TextColor3 = Color3.fromRGB(49, 200, 32)
- co.TextSize = 20.000
- menuHolder.Name = "menuHolder"
- menuHolder.Parent = main
- menuHolder.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
- menuHolder.Position = UDim2.new(0, 5, 0, 28)
- menuHolder.Size = UDim2.new(0, 285, 0, 26)
- UICorner_3.CornerRadius = UDim.new(0, 3)
- UICorner_3.Parent = menuHolder
- UIGridLayout.Parent = menuHolder
- UIGridLayout.FillDirection = Enum.FillDirection.Vertical
- UIGridLayout.SortOrder = Enum.SortOrder.LayoutOrder
- UIGridLayout.CellPadding = UDim2.new(0, 4, 0, 4)
- UIGridLayout.CellSize = UDim2.new(0, 66, 0, 18)
- feats.Name = "feats"
- feats.Parent = menuHolder
- feats.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
- feats.Position = UDim2.new(0.0649819523, 0, 1.05555558, 0)
- feats.Size = UDim2.new(0, 200, 0, 50)
- feats.AutoButtonColor = false
- feats.Font = Enum.Font.GothamSemibold
- feats.Text = "Features"
- feats.TextColor3 = Color3.fromRGB(255, 255, 255)
- feats.TextSize = 13.000
- UICorner_4.CornerRadius = UDim.new(0, 3)
- UICorner_4.Parent = feats
- UIPadding.Parent = menuHolder
- UIPadding.PaddingBottom = UDim.new(0, 4)
- UIPadding.PaddingLeft = UDim.new(0, 4)
- UIPadding.PaddingRight = UDim.new(0, 4)
- UIPadding.PaddingTop = UDim.new(0, 4)
- vis.Name = "vis"
- vis.Parent = menuHolder
- vis.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
- vis.Size = UDim2.new(0, 200, 0, 50)
- vis.AutoButtonColor = false
- vis.Font = Enum.Font.GothamSemibold
- vis.Text = "Visuals"
- vis.TextColor3 = Color3.fromRGB(255, 255, 255)
- vis.TextSize = 14.000
- UICorner_5.CornerRadius = UDim.new(0, 3)
- UICorner_5.Parent = vis
- creds.Name = "creds"
- creds.Parent = menuHolder
- creds.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
- creds.Size = UDim2.new(0, 200, 0, 50)
- creds.AutoButtonColor = false
- creds.Font = Enum.Font.GothamSemibold
- creds.Text = "Credits"
- creds.TextColor3 = Color3.fromRGB(255, 255, 255)
- creds.TextSize = 14.000
- UICorner_6.CornerRadius = UDim.new(0, 3)
- UICorner_6.Parent = creds
- games.Name = "games"
- games.Parent = menuHolder
- games.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
- games.Size = UDim2.new(0, 200, 0, 50)
- games.AutoButtonColor = false
- games.Font = Enum.Font.GothamSemibold
- games.Text = "Games (soon)"
- games.TextColor3 = Color3.fromRGB(255, 255, 255)
- games.TextScaled = true
- games.TextSize = 14.000
- games.TextWrapped = true
- UICorner_7.CornerRadius = UDim.new(0, 3)
- UICorner_7.Parent = games
- featPage.Name = "featPage"
- featPage.Parent = main
- featPage.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
- featPage.BackgroundTransparency = 1.000
- featPage.BorderSizePixel = 0
- featPage.ClipsDescendants = true
- featPage.Position = UDim2.new(0, 5, 0, 59)
- featPage.Size = UDim2.new(0, 285, 0, 172)
- UICorner_8.CornerRadius = UDim.new(0, 3)
- UICorner_8.Parent = featPage
- scroller1.Name = "scroller1"
- scroller1.Parent = featPage
- scroller1.Active = true
- scroller1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- scroller1.BackgroundTransparency = 1.000
- scroller1.BorderColor3 = Color3.fromRGB(27, 42, 53)
- scroller1.Size = UDim2.new(0, 143, 0, 172)
- scroller1.ScrollBarThickness = 0
- UIGridLayout_2.Parent = scroller1
- UIGridLayout_2.HorizontalAlignment = Enum.HorizontalAlignment.Center
- UIGridLayout_2.SortOrder = Enum.SortOrder.LayoutOrder
- UIGridLayout_2.CellPadding = UDim2.new(0, 4, 0, 4)
- UIGridLayout_2.CellSize = UDim2.new(0, 140, 0, 180)
- UIPadding_2.Parent = scroller1
- UIPadding_2.PaddingBottom = UDim.new(0, 4)
- UIPadding_2.PaddingLeft = UDim.new(0, 4)
- UIPadding_2.PaddingRight = UDim.new(0, 4)
- UIPadding_2.PaddingTop = UDim.new(0, 1)
- box.Name = "box"
- box.Parent = scroller1
- box.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
- box.Size = UDim2.new(0, 100, 0, 100)
- UICorner_9.CornerRadius = UDim.new(0, 3)
- UICorner_9.Parent = box
- UIGridLayout_3.Parent = box
- UIGridLayout_3.HorizontalAlignment = Enum.HorizontalAlignment.Center
- UIGridLayout_3.SortOrder = Enum.SortOrder.LayoutOrder
- UIGridLayout_3.CellPadding = UDim2.new(0, 4, 0, 4)
- UIGridLayout_3.CellSize = UDim2.new(0, 130, 0, 25)
- UIPadding_3.Parent = box
- UIPadding_3.PaddingBottom = UDim.new(0, 4)
- UIPadding_3.PaddingLeft = UDim.new(0, 4)
- UIPadding_3.PaddingRight = UDim.new(0, 4)
- UIPadding_3.PaddingTop = UDim.new(0, 5)
- ncs.Name = "ncs"
- ncs.Parent = box
- ncs.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
- ncs.Size = UDim2.new(0, 100, 0, 100)
- TextLabel.Parent = ncs
- TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.BackgroundTransparency = 1.000
- TextLabel.Size = UDim2.new(0, 80, 0, 24)
- TextLabel.Font = Enum.Font.SourceSansBold
- TextLabel.Text = "No CamShake"
- TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.TextSize = 14.000
- UICorner_10.CornerRadius = UDim.new(0, 3)
- UICorner_10.Parent = ncs
- use.Name = "use"
- use.Parent = ncs
- use.BackgroundColor3 = Color3.fromRGB(105, 105, 105)
- use.Position = UDim2.new(0, 80, 0, 4)
- use.Size = UDim2.new(0, 45, 0, 17)
- use.Font = Enum.Font.SourceSans
- use.Text = "Use"
- use.TextColor3 = Color3.fromRGB(255, 255, 255)
- use.TextSize = 14.000
- UICorner_11.CornerRadius = UDim.new(0, 3)
- UICorner_11.Parent = use
- nws.Name = "nws"
- nws.Parent = box
- nws.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
- nws.Size = UDim2.new(0, 100, 0, 100)
- TextLabel_2.Parent = nws
- TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_2.BackgroundTransparency = 1.000
- TextLabel_2.Size = UDim2.new(0, 80, 0, 24)
- TextLabel_2.Font = Enum.Font.SourceSansBold
- TextLabel_2.Text = "No WepShake"
- TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_2.TextSize = 14.000
- UICorner_12.CornerRadius = UDim.new(0, 3)
- UICorner_12.Parent = nws
- use_2.Name = "use"
- use_2.Parent = nws
- use_2.BackgroundColor3 = Color3.fromRGB(105, 105, 105)
- use_2.Position = UDim2.new(0, 80, 0, 4)
- use_2.Size = UDim2.new(0, 45, 0, 17)
- use_2.Font = Enum.Font.SourceSans
- use_2.Text = "Use"
- use_2.TextColor3 = Color3.fromRGB(255, 255, 255)
- use_2.TextSize = 14.000
- UICorner_13.CornerRadius = UDim.new(0, 3)
- UICorner_13.Parent = use_2
- faz.Name = "faz"
- faz.Parent = box
- faz.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
- faz.Size = UDim2.new(0, 100, 0, 100)
- TextLabel_3.Parent = faz
- TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_3.BackgroundTransparency = 1.000
- TextLabel_3.Size = UDim2.new(0, 80, 0, 24)
- TextLabel_3.Font = Enum.Font.SourceSansBold
- TextLabel_3.Text = "Far ADS Zoom"
- TextLabel_3.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_3.TextSize = 14.000
- UICorner_14.CornerRadius = UDim.new(0, 3)
- UICorner_14.Parent = faz
- use_3.Name = "use"
- use_3.Parent = faz
- use_3.BackgroundColor3 = Color3.fromRGB(105, 105, 105)
- use_3.Position = UDim2.new(0, 80, 0, 4)
- use_3.Size = UDim2.new(0, 45, 0, 17)
- use_3.Font = Enum.Font.SourceSans
- use_3.Text = "Use"
- use_3.TextColor3 = Color3.fromRGB(255, 255, 255)
- use_3.TextSize = 14.000
- UICorner_15.CornerRadius = UDim.new(0, 3)
- UICorner_15.Parent = use_3
- nsp.Name = "nsp"
- nsp.Parent = box
- nsp.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
- nsp.Size = UDim2.new(0, 100, 0, 100)
- TextLabel_4.Parent = nsp
- TextLabel_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_4.BackgroundTransparency = 1.000
- TextLabel_4.Size = UDim2.new(0, 80, 0, 24)
- TextLabel_4.Font = Enum.Font.SourceSansBold
- TextLabel_4.Text = "No Spread"
- TextLabel_4.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_4.TextSize = 14.000
- UICorner_16.CornerRadius = UDim.new(0, 3)
- UICorner_16.Parent = nsp
- use_4.Name = "use"
- use_4.Parent = nsp
- use_4.BackgroundColor3 = Color3.fromRGB(105, 105, 105)
- use_4.Position = UDim2.new(0, 80, 0, 4)
- use_4.Size = UDim2.new(0, 45, 0, 17)
- use_4.Font = Enum.Font.SourceSans
- use_4.Text = "Use"
- use_4.TextColor3 = Color3.fromRGB(255, 255, 255)
- use_4.TextSize = 14.000
- UICorner_17.CornerRadius = UDim.new(0, 3)
- UICorner_17.Parent = use_4
- scroller2.Name = "scroller2"
- scroller2.Parent = featPage
- scroller2.Active = true
- scroller2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- scroller2.BackgroundTransparency = 1.000
- scroller2.BorderColor3 = Color3.fromRGB(27, 42, 53)
- scroller2.Position = UDim2.new(0, 146, 0, 0)
- scroller2.Size = UDim2.new(0, 139, 0, 172)
- scroller2.ScrollBarThickness = 0
- UIPadding_4.Parent = scroller2
- UIPadding_4.PaddingBottom = UDim.new(0, 4)
- UIPadding_4.PaddingLeft = UDim.new(0, 4)
- UIPadding_4.PaddingRight = UDim.new(0, 4)
- UIPadding_4.PaddingTop = UDim.new(0, 1)
- UIGridLayout_4.Parent = scroller2
- UIGridLayout_4.HorizontalAlignment = Enum.HorizontalAlignment.Center
- UIGridLayout_4.SortOrder = Enum.SortOrder.LayoutOrder
- UIGridLayout_4.CellPadding = UDim2.new(0, 4, 0, 4)
- UIGridLayout_4.CellSize = UDim2.new(0, 137, 0, 130)
- box_2.Name = "box"
- box_2.Parent = scroller2
- box_2.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
- box_2.Size = UDim2.new(0, 100, 0, 100)
- UICorner_18.CornerRadius = UDim.new(0, 3)
- UICorner_18.Parent = box_2
- UIPadding_5.Parent = box_2
- UIPadding_5.PaddingBottom = UDim.new(0, 4)
- UIPadding_5.PaddingLeft = UDim.new(0, 4)
- UIPadding_5.PaddingRight = UDim.new(0, 4)
- UIPadding_5.PaddingTop = UDim.new(0, 5)
- UIGridLayout_5.Parent = box_2
- UIGridLayout_5.HorizontalAlignment = Enum.HorizontalAlignment.Center
- UIGridLayout_5.SortOrder = Enum.SortOrder.LayoutOrder
- UIGridLayout_5.CellPadding = UDim2.new(0, 4, 0, 4)
- UIGridLayout_5.CellSize = UDim2.new(0, 130, 0, 25)
- wspeed.Name = "wspeed"
- wspeed.Parent = box_2
- wspeed.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
- wspeed.Size = UDim2.new(0, 100, 0, 100)
- TextLabel_5.Parent = wspeed
- TextLabel_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_5.BackgroundTransparency = 1.000
- TextLabel_5.Size = UDim2.new(0, 67, 0, 24)
- TextLabel_5.Font = Enum.Font.SourceSansBold
- TextLabel_5.Text = "Walkspeed"
- TextLabel_5.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_5.TextSize = 14.000
- UICorner_19.CornerRadius = UDim.new(0, 3)
- UICorner_19.Parent = wspeed
- toggleHolder.Name = "toggleHolder"
- toggleHolder.Parent = wspeed
- toggleHolder.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
- toggleHolder.Position = UDim2.new(0, 94, 0, 4)
- toggleHolder.Size = UDim2.new(0, 30, 0, 17)
- UICorner_20.Parent = toggleHolder
- button.Name = "button"
- button.Parent = toggleHolder
- button.AnchorPoint = Vector2.new(0.5, 0.5)
- button.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- button.BackgroundTransparency = 1.000
- button.Position = UDim2.new(0, 9, 0, 8)
- button.Size = UDim2.new(0, 17, 0, 17)
- button.Image = "rbxassetid://502107146"
- button.ImageColor3 = Color3.fromRGB(255, 0, 4)
- wsslider.Name = "wsslider"
- wsslider.Parent = box_2
- wsslider.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
- wsslider.Size = UDim2.new(0, 100, 0, 100)
- UICorner_21.CornerRadius = UDim.new(0, 3)
- UICorner_21.Parent = wsslider
- amount.Name = "amount"
- amount.Parent = wsslider
- amount.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- amount.BackgroundTransparency = 1.000
- amount.Position = UDim2.new(0, 4, 0, 13)
- amount.Size = UDim2.new(0, 121, 0, 10)
- amount.Font = Enum.Font.GothamBold
- amount.Text = ""
- amount.TextColor3 = Color3.fromRGB(255, 255, 255)
- amount.TextSize = 12.000
- amount.TextWrapped = true
- dragBox.Name = "dragBox"
- dragBox.Parent = wsslider
- dragBox.AnchorPoint = Vector2.new(0.5, 0.5)
- dragBox.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- dragBox.BackgroundTransparency = 0.950
- dragBox.BorderSizePixel = 0
- dragBox.ClipsDescendants = true
- dragBox.Position = UDim2.new(0.5, 0, 0.280000001, 0)
- dragBox.Size = UDim2.new(0, 120, 0, 5)
- dragBox.AutoButtonColor = false
- dragBox.Font = Enum.Font.SourceSans
- dragBox.Text = ""
- dragBox.TextColor3 = Color3.fromRGB(0, 0, 0)
- dragBox.TextSize = 14.000
- dragger.Name = "dragger"
- dragger.Parent = dragBox
- dragger.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
- dragger.BorderSizePixel = 0
- dragger.Size = UDim2.new(0, 60, 0, 5)
- visuals.Name = "visuals"
- visuals.Parent = main
- visuals.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
- visuals.BackgroundTransparency = 1.000
- visuals.BorderSizePixel = 0
- visuals.ClipsDescendants = true
- visuals.Position = UDim2.new(0, 5, 0, 59)
- visuals.Size = UDim2.new(0, 285, 0, 0)
- UICorner_22.CornerRadius = UDim.new(0, 3)
- UICorner_22.Parent = visuals
- scroller1_2.Name = "scroller1"
- scroller1_2.Parent = visuals
- scroller1_2.Active = true
- scroller1_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- scroller1_2.BackgroundTransparency = 1.000
- scroller1_2.BorderColor3 = Color3.fromRGB(27, 42, 53)
- scroller1_2.Size = UDim2.new(0, 143, 0, 172)
- scroller1_2.ScrollBarThickness = 0
- UIGridLayout_6.Parent = scroller1_2
- UIGridLayout_6.HorizontalAlignment = Enum.HorizontalAlignment.Center
- UIGridLayout_6.SortOrder = Enum.SortOrder.LayoutOrder
- UIGridLayout_6.CellPadding = UDim2.new(0, 4, 0, 4)
- UIGridLayout_6.CellSize = UDim2.new(0, 140, 0, 93)
- UIPadding_6.Parent = scroller1_2
- UIPadding_6.PaddingBottom = UDim.new(0, 4)
- UIPadding_6.PaddingLeft = UDim.new(0, 4)
- UIPadding_6.PaddingRight = UDim.new(0, 4)
- UIPadding_6.PaddingTop = UDim.new(0, 1)
- box_3.Name = "box"
- box_3.Parent = scroller1_2
- box_3.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
- box_3.Size = UDim2.new(0, 100, 0, 100)
- UICorner_23.CornerRadius = UDim.new(0, 3)
- UICorner_23.Parent = box_3
- UIPadding_7.Parent = box_3
- UIPadding_7.PaddingBottom = UDim.new(0, 4)
- UIPadding_7.PaddingLeft = UDim.new(0, 4)
- UIPadding_7.PaddingRight = UDim.new(0, 4)
- UIPadding_7.PaddingTop = UDim.new(0, 5)
- UIGridLayout_7.Parent = box_3
- UIGridLayout_7.HorizontalAlignment = Enum.HorizontalAlignment.Center
- UIGridLayout_7.SortOrder = Enum.SortOrder.LayoutOrder
- UIGridLayout_7.CellPadding = UDim2.new(0, 4, 0, 4)
- UIGridLayout_7.CellSize = UDim2.new(0, 130, 0, 25)
- esp.Name = "esp"
- esp.Parent = box_3
- esp.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
- esp.Size = UDim2.new(0, 100, 0, 100)
- TextLabel_6.Parent = esp
- TextLabel_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_6.BackgroundTransparency = 1.000
- TextLabel_6.Size = UDim2.new(0, 67, 0, 24)
- TextLabel_6.Font = Enum.Font.SourceSansBold
- TextLabel_6.Text = " Players ESP"
- TextLabel_6.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_6.TextSize = 14.000
- UICorner_24.CornerRadius = UDim.new(0, 3)
- UICorner_24.Parent = esp
- toggleHolder_2.Name = "toggleHolder"
- toggleHolder_2.Parent = esp
- toggleHolder_2.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
- toggleHolder_2.Position = UDim2.new(0, 94, 0, 4)
- toggleHolder_2.Size = UDim2.new(0, 30, 0, 17)
- UICorner_25.Parent = toggleHolder_2
- button_2.Name = "button"
- button_2.Parent = toggleHolder_2
- button_2.AnchorPoint = Vector2.new(0.5, 0.5)
- button_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- button_2.BackgroundTransparency = 1.000
- button_2.Position = UDim2.new(0, 9, 0, 8)
- button_2.Size = UDim2.new(0, 17, 0, 17)
- button_2.Image = "rbxassetid://502107146"
- button_2.ImageColor3 = Color3.fromRGB(255, 0, 4)
- scroller2_2.Name = "scroller2"
- scroller2_2.Parent = visuals
- scroller2_2.Active = true
- scroller2_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- scroller2_2.BackgroundTransparency = 1.000
- scroller2_2.BorderColor3 = Color3.fromRGB(27, 42, 53)
- scroller2_2.Position = UDim2.new(0, 146, 0, 0)
- scroller2_2.Size = UDim2.new(0, 139, 0, 172)
- scroller2_2.ScrollBarThickness = 0
- UIPadding_8.Parent = scroller2_2
- UIPadding_8.PaddingBottom = UDim.new(0, 4)
- UIPadding_8.PaddingLeft = UDim.new(0, 4)
- UIPadding_8.PaddingRight = UDim.new(0, 4)
- UIPadding_8.PaddingTop = UDim.new(0, 1)
- UIGridLayout_8.Parent = scroller2_2
- UIGridLayout_8.HorizontalAlignment = Enum.HorizontalAlignment.Center
- UIGridLayout_8.SortOrder = Enum.SortOrder.LayoutOrder
- UIGridLayout_8.CellPadding = UDim2.new(0, 4, 0, 4)
- UIGridLayout_8.CellSize = UDim2.new(0, 137, 0, 150)
- box_4.Name = "box"
- box_4.Parent = scroller2_2
- box_4.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
- box_4.Size = UDim2.new(0, 100, 0, 100)
- UICorner_26.CornerRadius = UDim.new(0, 3)
- UICorner_26.Parent = box_4
- UIGridLayout_9.Parent = box_4
- UIGridLayout_9.HorizontalAlignment = Enum.HorizontalAlignment.Center
- UIGridLayout_9.SortOrder = Enum.SortOrder.LayoutOrder
- UIGridLayout_9.CellPadding = UDim2.new(0, 4, 0, 4)
- UIGridLayout_9.CellSize = UDim2.new(0, 130, 0, 25)
- UIPadding_9.Parent = box_4
- UIPadding_9.PaddingBottom = UDim.new(0, 4)
- UIPadding_9.PaddingLeft = UDim.new(0, 4)
- UIPadding_9.PaddingRight = UDim.new(0, 4)
- UIPadding_9.PaddingTop = UDim.new(0, 5)
- credPage.Name = "credPage"
- credPage.Parent = main
- credPage.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
- credPage.BorderSizePixel = 0
- credPage.ClipsDescendants = true
- credPage.Position = UDim2.new(0, 5, 0, 59)
- credPage.Size = UDim2.new(0, 285, 0, 0)
- UICorner_27.CornerRadius = UDim.new(0, 3)
- UICorner_27.Parent = credPage
- TextButton.Parent = credPage
- TextButton.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
- TextButton.Position = UDim2.new(0, 4, 0, 4)
- TextButton.Size = UDim2.new(0, 276, 0, 164)
- TextButton.Font = Enum.Font.GothamBold
- TextButton.Text = "Join the Mercury Server!"
- TextButton.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton.TextSize = 14.000
- UICorner_28.CornerRadius = UDim.new(0, 3)
- UICorner_28.Parent = TextButton
- Shadow.Name = "Shadow"
- Shadow.Parent = holder
- Shadow.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Shadow.BackgroundTransparency = 1.000
- Shadow.Position = UDim2.new(0.00287356321, 0, 1.10171761e-07, 0)
- Shadow.Size = UDim2.new(0.844454825, 40, 0.844765127, 40)
- Shadow.ZIndex = 0
- Shadow.Image = "rbxassetid://503289231"
- Shadow.ImageColor3 = Color3.fromRGB(0, 0, 0)
- Shadow.ScaleType = Enum.ScaleType.Slice
- Shadow.SliceCenter = Rect.new(20, 20, 460, 260)
- -- Scripts:
- local function IWARXWU_fake_script() -- co.LocalScript
- local script = Instance.new('LocalScript', co)
- -- locating
- local but = script.Parent
- local frame = script.Parent.Parent.Parent
- local shadow = script.Parent.Parent.Parent.Parent.Shadow
- -- sizes
- local on = UDim2.new(0, 295, 0, 24)
- local off = UDim2.new(0, 295, 0, 237)
- -- TweenService
- local ts = game:GetService("TweenService")
- local ti = TweenInfo.new(0.5, Enum.EasingStyle.Quint, Enum.EasingDirection.Out, 0, false, 0)
- local bIn = {Rotation = 0}
- local bOut = {Rotation = 180}
- local cIn = {TextColor3 = Color3.fromRGB(200, 42, 14)}
- local cOut = {TextColor3 = Color3.fromRGB(49, 200, 32)}
- local createIn = ts:Create(but, ti, bIn)
- local createOut = ts:Create(but, ti, bOut)
- local red = ts:Create(but, ti, cIn)
- local green = ts:Create(but, ti, cOut)
- script.Parent.MouseButton1Click:Connect(function()
- if frame.Size == on then
- createIn:Play()
- green:Play()
- frame:TweenSize(off, "Out", "Quint", 0.25, true)
- for i = 1, 5 do
- wait()
- shadow.ImageTransparency = 1-(i/5)
- end
- else
- createOut:Play()
- red:Play()
- frame:TweenSize(on, "Out", "Quint", 0.25, true)
- shadow.ImageTransparency = 1
- end
- end)
- end
- coroutine.wrap(IWARXWU_fake_script)()
- local function IUMFTU_fake_script() -- feats.feats
- local script = Instance.new('LocalScript', feats)
- local but = script.Parent
- local but2 = script.Parent.Parent.vis
- local but3 = script.Parent.Parent.creds
- local but4 = script.Parent.Parent.games
- local frame = script.Parent.Parent.Parent.featPage
- local ts = game:GetService("TweenService")
- local ti = TweenInfo.new(0.5, Enum.EasingStyle.Quint, Enum.EasingDirection.Out, 0, false, 0)
- local tIn = {TextColor3 = Color3.fromRGB(114, 13, 255)}
- local tOut = {TextColor3 = Color3.fromRGB(255, 255, 255)}
- local bIn = {BackgroundColor3 = Color3.fromRGB(114, 13, 255)}
- local bOut = {BackgroundColor3 = Color3.fromRGB(65, 65, 65)}
- local createIn = ts:Create(but, ti, tIn)
- local createOut = ts:Create(but, ti, tOut)
- -- functions
- but.MouseEnter:Connect(function()
- createIn:Play()
- end)
- but.MouseLeave:Connect(function()
- createOut:Play()
- end)
- but.MouseButton1Click:Connect(function()
- local tween = ts:Create(but, ti, bIn)
- tween:Play()
- local tween2 = ts:Create(but2, ti, bOut)
- tween2:Play()
- local tween3 = ts:Create(but3, ti, bOut)
- tween3:Play()
- local tween4 = ts:Create(but4, ti, bOut)
- tween4:Play()
- for i, v in pairs(script.Parent.Parent.Parent:GetChildren()) do
- if v.Name == "visuals" or v.Name == "credPage" then
- v:TweenSize(UDim2.new(0, 285, 0, 0), "Out", "Quint", 0.3, true)
- end
- end
- wait(0.3)
- frame:TweenSize(UDim2.new(0, 285, 0, 172), "Out", "Quint", 0.3, true)
- end)
- --[[
- featPage:TweenSize(UDim2.new(0, 285, 0, 0), "Out", "Quint", 0.3, true)
- credPage:TweenSize(UDim2.new(0, 285, 0, 0), "Out", "Quint", 0.3, true)
- repeat
- wait()
- until featPage.Size == UDim2.new(0, 285, 0, 0) and credPage.Size == UDim2.new(0, 285, 0, 0)
- miscPage:TweenSize(UDim2.new(0, 285, 0, 172), "Out", "Quint", 0.3, true)
- ]]
- end
- coroutine.wrap(IUMFTU_fake_script)()
- local function GYWCQ_fake_script() -- vis.vis
- local script = Instance.new('LocalScript', vis)
- local but = script.Parent
- local but2 = script.Parent.Parent.feats
- local but3 = script.Parent.Parent.creds
- local but4 = script.Parent.Parent.games
- local frame = script.Parent.Parent.Parent.visuals
- local ts = game:GetService("TweenService")
- local ti = TweenInfo.new(0.5, Enum.EasingStyle.Quint, Enum.EasingDirection.Out, 0, false, 0)
- local tIn = {TextColor3 = Color3.fromRGB(114, 13, 255)}
- local tOut = {TextColor3 = Color3.fromRGB(255, 255, 255)}
- local bIn = {BackgroundColor3 = Color3.fromRGB(114, 13, 255)}
- local bOut = {BackgroundColor3 = Color3.fromRGB(65, 65, 65)}
- local createIn = ts:Create(but, ti, tIn)
- local createOut = ts:Create(but, ti, tOut)
- -- functions
- but.MouseEnter:Connect(function()
- createIn:Play()
- end)
- but.MouseLeave:Connect(function()
- createOut:Play()
- end)
- but.MouseButton1Click:Connect(function()
- local tween = ts:Create(but, ti, bIn)
- tween:Play()
- local tween2 = ts:Create(but2, ti, bOut)
- tween2:Play()
- local tween3 = ts:Create(but3, ti, bOut)
- tween3:Play()
- local tween4 = ts:Create(but4, ti, bOut)
- tween4:Play()
- for i, v in pairs(script.Parent.Parent.Parent:GetChildren()) do
- if v.Name == "featPage" or v.Name == "credPage" then
- v:TweenSize(UDim2.new(0, 285, 0, 0), "Out", "Quint", 0.3, true)
- end
- end
- wait(0.3)
- frame:TweenSize(UDim2.new(0, 285, 0, 172), "Out", "Quint", 0.3, true)
- end)
- --[[
- featPage:TweenSize(UDim2.new(0, 285, 0, 0), "Out", "Quint", 0.3, true)
- credPage:TweenSize(UDim2.new(0, 285, 0, 0), "Out", "Quint", 0.3, true)
- repeat
- wait()
- until featPage.Size == UDim2.new(0, 285, 0, 0) and credPage.Size == UDim2.new(0, 285, 0, 0)
- miscPage:TweenSize(UDim2.new(0, 285, 0, 172), "Out", "Quint", 0.3, true)
- ]]
- end
- coroutine.wrap(GYWCQ_fake_script)()
- local function CIZG_fake_script() -- creds.creds
- local script = Instance.new('LocalScript', creds)
- local but = script.Parent
- local but2 = script.Parent.Parent.feats
- local but3 = script.Parent.Parent.vis
- local but4 = script.Parent.Parent.games
- local frame = script.Parent.Parent.Parent.credPage
- local ts = game:GetService("TweenService")
- local ti = TweenInfo.new(0.5, Enum.EasingStyle.Quint, Enum.EasingDirection.Out, 0, false, 0)
- local tIn = {TextColor3 = Color3.fromRGB(114, 13, 255)}
- local tOut = {TextColor3 = Color3.fromRGB(255, 255, 255)}
- local bIn = {BackgroundColor3 = Color3.fromRGB(114, 13, 255)}
- local bOut = {BackgroundColor3 = Color3.fromRGB(65, 65, 65)}
- local createIn = ts:Create(but, ti, tIn)
- local createOut = ts:Create(but, ti, tOut)
- -- functions
- but.MouseEnter:Connect(function()
- createIn:Play()
- end)
- but.MouseLeave:Connect(function()
- createOut:Play()
- end)
- but.MouseButton1Click:Connect(function()
- local tween = ts:Create(but, ti, bIn)
- tween:Play()
- local tween2 = ts:Create(but2, ti, bOut)
- tween2:Play()
- local tween3 = ts:Create(but3, ti, bOut)
- tween3:Play()
- local tween4 = ts:Create(but4, ti, bOut)
- tween4:Play()
- for i, v in pairs(script.Parent.Parent.Parent:GetChildren()) do
- if v.Name == "featPage" or v.Name == "visuals" then
- v:TweenSize(UDim2.new(0, 285, 0, 0), "Out", "Quint", 0.3, true)
- end
- end
- wait(0.3)
- frame:TweenSize(UDim2.new(0, 285, 0, 172), "Out", "Quint", 0.3, true)
- end)
- --[[
- featPage:TweenSize(UDim2.new(0, 285, 0, 0), "Out", "Quint", 0.3, true)
- credPage:TweenSize(UDim2.new(0, 285, 0, 0), "Out", "Quint", 0.3, true)
- repeat
- wait()
- until featPage.Size == UDim2.new(0, 285, 0, 0) and credPage.Size == UDim2.new(0, 285, 0, 0)
- miscPage:TweenSize(UDim2.new(0, 285, 0, 172), "Out", "Quint", 0.3, true)
- ]]
- end
- coroutine.wrap(CIZG_fake_script)()
- local function CALM_fake_script() -- games.games
- local script = Instance.new('LocalScript', games)
- local but = script.Parent
- local but2 = script.Parent.Parent.feats
- local but3 = script.Parent.Parent.creds
- local but4 = script.Parent.Parent.vis
- -- local frame = script.Parent.Parent.Parent.visuals
- local ts = game:GetService("TweenService")
- local ti = TweenInfo.new(0.5, Enum.EasingStyle.Quint, Enum.EasingDirection.Out, 0, false, 0)
- local tIn = {TextColor3 = Color3.fromRGB(114, 13, 255)}
- local tOut = {TextColor3 = Color3.fromRGB(255, 255, 255)}
- local bIn = {BackgroundColor3 = Color3.fromRGB(114, 13, 255)}
- local bOut = {BackgroundColor3 = Color3.fromRGB(65, 65, 65)}
- local createIn = ts:Create(but, ti, tIn)
- local createOut = ts:Create(but, ti, tOut)
- -- functions
- but.MouseEnter:Connect(function()
- createIn:Play()
- end)
- but.MouseLeave:Connect(function()
- createOut:Play()
- end)
- but.MouseButton1Click:Connect(function()
- local tween = ts:Create(but, ti, bIn)
- tween:Play()
- local tween2 = ts:Create(but2, ti, bOut)
- tween2:Play()
- local tween3 = ts:Create(but3, ti, bOut)
- tween3:Play()
- local tween4 = ts:Create(but4, ti, bOut)
- tween4:Play()
- for i, v in pairs(script.Parent.Parent.Parent:GetChildren()) do
- if v.Name == "featPage" or v.Name == "credPage" or v.Name == "visuals" then
- v:TweenSize(UDim2.new(0, 285, 0, 0), "Out", "Quint", 0.3, true)
- end
- end
- wait(0.3)
- -- frame:TweenSize(UDim2.new(0, 285, 0, 172), "Out", "Quint", 0.3, true)
- end)
- --[[
- featPage:TweenSize(UDim2.new(0, 285, 0, 0), "Out", "Quint", 0.3, true)
- credPage:TweenSize(UDim2.new(0, 285, 0, 0), "Out", "Quint", 0.3, true)
- repeat
- wait()
- until featPage.Size == UDim2.new(0, 285, 0, 0) and credPage.Size == UDim2.new(0, 285, 0, 0)
- miscPage:TweenSize(UDim2.new(0, 285, 0, 172), "Out", "Quint", 0.3, true)
- ]]
- end
- coroutine.wrap(CALM_fake_script)()
- local function EXEYGP_fake_script() -- use.LocalScript
- local script = Instance.new('LocalScript', use)
- local but = script.Parent
- but.MouseButton1Click:Connect(function()
- for i, data in pairs(getgc(true)) do
- if type(data) == "table" and rawget(data, "camkickmax") then
- data.camkickspeed = 0
- end
- end
- end)
- end
- coroutine.wrap(EXEYGP_fake_script)()
- local function RIRM_fake_script() -- use_2.LocalScript
- local script = Instance.new('LocalScript', use_2)
- local but = script.Parent
- but.MouseButton1Click:Connect(function()
- for i, data in pairs(getgc(true)) do
- if type(data) == "table" and rawget(data, "camkickmax") then
- data.modelkickdamper = 100
- end
- end
- end)
- end
- coroutine.wrap(RIRM_fake_script)()
- local function ZQWNE_fake_script() -- use_3.LocalScript
- local script = Instance.new('LocalScript', use_3)
- local but = script.Parent
- but.MouseButton1Click:Connect(function()
- for i, data in pairs(getgc(true)) do
- if type(data) == "table" and rawget(data, "camkickmax") then
- data.zoom = 8.5
- end
- end
- end)
- end
- coroutine.wrap(ZQWNE_fake_script)()
- local function WFBNS_fake_script() -- use_4.LocalScript
- local script = Instance.new('LocalScript', use_4)
- local but = script.Parent
- but.MouseButton1Click:Connect(function()
- for i, data in pairs(getgc(true)) do
- if type(data) == "table" and rawget(data, "camkickmax") then
- data.spread = 0
- data.hipfirestability = 0
- data.hipfirespreadrecover = 0
- end
- end
- end)
- end
- coroutine.wrap(WFBNS_fake_script)()
- local function FCLX_fake_script() -- button.LocalScript
- local script = Instance.new('LocalScript', button)
- local but = script.Parent
- local holder = script.Parent.Parent
- local off = UDim2.new(0, 9, 0, 8)
- local on = UDim2.new(0, 22, 0, 8)
- local ts = game:GetService("TweenService")
- local ti = TweenInfo.new(0.5, Enum.EasingStyle.Quint, Enum.EasingDirection.Out, 0, false, 0)
- local tIn = {ImageColor3 = Color3.fromRGB(255, 0, 4)}
- local tOut = {ImageColor3 = Color3.fromRGB(69, 255, 37)}
- local cIn = {Position = on}
- local cOut = {Position = off}
- local createtIn = ts:Create(but, ti, tIn)
- local createtOut = ts:Create(but, ti, tOut)
- local createcIn = ts:Create(but, ti, cIn)
- local createcOut = ts:Create(but, ti, cOut)
- local toggle = false
- but.MouseButton1Click:Connect(function()
- if but.Position == on then
- toggle = false
- createtIn:Play()
- createcOut:Play()
- for i, data in pairs(getgc(true)) do
- if type(data) == "table" and rawget(data, "camkickmax") then
- data.walkspeed = 16
- end
- end
- else
- toggle = true
- createtOut:Play()
- createcIn:Play()
- end
- end)
- -- toggler
- while true do
- wait(0.1)
- if toggle then
- --[[
- local mt = getrawmetatable(game)
- local old = mt.__index
- setreadonly(mt, false)
- mt.__index = newcclosure(function(self, q)
- if q == "walkspeed" then
- return 16
- end
- return old(self, q)
- end)
- ]]
- for i, data in pairs(getgc(true)) do
- if type(data) == "table" and rawget(data, "camkickmax") then
- data.walkspeed = tonumber(script.Parent.Parent.Parent.Parent.wsslider.amount.Text)
- end
- end
- end
- end
- end
- coroutine.wrap(FCLX_fake_script)()
- local function DLQZ_fake_script() -- amount.min
- local script = Instance.new('LocalScript', amount)
- local txt = script.Parent
- local num = tonumber(txt.Text)
- local min = tonumber("16") -- change the 25 to whatever the minimum number you want.
- txt.Changed:Connect(function()
- while true do
- wait()
- if game.Players.LocalPlayer.Character.Humanoid.WalkSpeed < min then
- repeat
- wait()
- txt.Text = min
- until game.Players.LocalPlayer.Character.Humanoid.WalkSpeed >= min
- end
- end
- end)
- end
- coroutine.wrap(DLQZ_fake_script)()
- local function WMDE_fake_script() -- dragBox.dragHandler
- local script = Instance.new('LocalScript', dragBox)
- local mouse = game:GetService("Players").LocalPlayer:GetMouse()
- local text = script.Parent.Parent.amount
- local ts = game:GetService("TweenService")
- local ti = TweenInfo.new(0.5, Enum.EasingStyle.Quint, Enum.EasingDirection.Out, 0, false, 0)
- local invis = {TextTransparency = 1}
- local vis = {TextTransparency = 0}
- local createInvis = ts:Create(text, ti, invis)
- local createVis = ts:Create(text, ti, vis)
- local max = 250
- local function initiateDrag(frame, callbackFunction)
- local dragging = false
- frame.InputBegan:Connect(function(input)
- if input.UserInputType == Enum.UserInputType.MouseButton1 then
- dragging = true
- createVis:Play()
- end
- end)
- frame.InputEnded:Connect(function(input)
- if input.UserInputType == Enum.UserInputType.MouseButton1 then
- dragging = false
- wait(0.5)
- createInvis:Play()
- end
- end)
- frame.InputBegan:Connect(function(input)
- if input.UserInputType == Enum.UserInputType.MouseButton1 then
- local pos = UDim2.new(math.clamp((mouse.X - frame.AbsolutePosition.X) / frame.AbsoluteSize.X, 0, 1), 0, 1, 0)
- frame.dragger:TweenSize(pos, Enum.EasingDirection.Out, Enum.EasingStyle.Quad, 0.18, true, callbackFunction(pos.X.Scale))
- end
- end)
- game:GetService("UserInputService").InputChanged:Connect(function(input)
- if dragging and input.UserInputType == Enum.UserInputType.MouseMovement then
- local pos = UDim2.new(math.clamp((mouse.X - frame.AbsolutePosition.X) / frame.AbsoluteSize.X, 0, 1), 0, 1, 0)
- frame.dragger:TweenSize(pos, Enum.EasingDirection.Out, Enum.EasingStyle.Quad, 0.18, true, callbackFunction(pos.X.Scale))
- end
- end)
- end
- initiateDrag(script.Parent, function(value)
- script.Parent.Parent.amount.Text = tostring(math.floor(value * max))
- end)
- end
- coroutine.wrap(WMDE_fake_script)()
- local function IGMW_fake_script() -- button_2.LocalScript
- local script = Instance.new('LocalScript', button_2)
- local but = script.Parent
- local holder = script.Parent.Parent
- local off = UDim2.new(0, 9, 0, 8)
- local on = UDim2.new(0, 22, 0, 8)
- local ts = game:GetService("TweenService")
- local ti = TweenInfo.new(0.5, Enum.EasingStyle.Quint, Enum.EasingDirection.Out, 0, false, 0)
- local tIn = {ImageColor3 = Color3.fromRGB(255, 0, 4)}
- local tOut = {ImageColor3 = Color3.fromRGB(69, 255, 37)}
- local cIn = {Position = on}
- local cOut = {Position = off}
- local createtIn = ts:Create(but, ti, tIn)
- local createtOut = ts:Create(but, ti, tOut)
- local createcIn = ts:Create(but, ti, cIn)
- local createcOut = ts:Create(but, ti, cOut)
- local toggle = false
- but.MouseButton1Click:Connect(function()
- if but.Position == on then
- toggle = false
- createtIn:Play()
- createcOut:Play()
- else
- toggle = true
- createtOut:Play()
- createcIn:Play()
- end
- end)
- -- toggler
- while true do
- wait(0.1)
- if toggle then
- for i, v in pairs(game.Workspace:GetDescendants()) do
- if v.ClassName:lower() == "boxhandleadornment" then
- v.Transparency = 0.5
- end
- end
- elseif toggle == false then
- for i, v in pairs(game.Workspace:GetDescendants()) do
- if v.ClassName:lower() == "boxhandleadornment" then
- v.Transparency = 1
- end
- end
- end
- end
- end
- coroutine.wrap(IGMW_fake_script)()
- local function UESL_fake_script() -- TextButton.LocalScript
- local script = Instance.new('LocalScript', TextButton)
- if syn then
- queue_on_teleport = syn.queue_on_teleport
- request = syn.request
- end
- script.Parent.MouseButton1Click:Connect(function()
- request({
- Url = "http://127.0.0.1:6463/rpc?v=1",
- Method = "POST",
- Headers = {
- ["Content-Type"] = "application/json",
- ["Origin"] = "https://discord.com"
- },
- Body = game:GetService("HttpService"):JSONEncode({
- cmd = "INVITE_BROWSER",
- args = {
- code = "7ytruG3RS7"
- },
- nonce = game:GetService("HttpService"):GenerateGUID(false)
- }),
- })
- end)
- end
- coroutine.wrap(UESL_fake_script)()
- local function EJCGFGF_fake_script() -- holder.resizer
- local script = Instance.new('LocalScript', holder)
- for i, v in pairs(script.Parent.main:GetChildren()) do
- if v:IsA("Frame") and v:FindFirstChild("scroller1") then
- v.Size = UDim2.new(0, 285, 0, 0)
- end
- end
- end
- coroutine.wrap(EJCGFGF_fake_script)()
- local function WAOYPSI_fake_script() -- holder.smoothDragging
- local script = Instance.new('LocalScript', holder)
- local UIS = game:GetService("UserInputService")
- function dragify(Frame)
- dragToggle = nil
- dragSpeed = 0.15
- dragInput = nil
- dragStart = nil
- dragPos = nil
- function updateInput(input)
- Delta = input.Position - dragStart
- Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)
- game:GetService("TweenService"):Create(Frame, TweenInfo.new(0.15), {Position = Position}):Play()
- end
- Frame.InputBegan:Connect(function(input)
- if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) and UIS:GetFocusedTextBox() == nil then
- dragToggle = true
- dragStart = input.Position
- startPos = Frame.Position
- input.Changed:Connect(function()
- if input.UserInputState == Enum.UserInputState.End then
- dragToggle = false
- end
- end)
- end
- end)
- Frame.InputChanged:Connect(function(input)
- if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
- dragInput = input
- end
- end)
- game:GetService("UserInputService").InputChanged:Connect(function(input)
- if input == dragInput and dragToggle then
- updateInput(input)
- end
- end)
- end
- dragify(script.Parent)
- end
- coroutine.wrap(WAOYPSI_fake_script)()
- local function KPTB_fake_script() -- MPF.espLoader
- local script = Instance.new('LocalScript', MPF)
- loadstring(game:HttpGet("https://pastebin.com/raw/Y7j8zb0i", true))()
- end
- coroutine.wrap(KPTB_fake_script)()
- local function YHKQEUZ_fake_script() -- MPF.handler
- local script = Instance.new('LocalScript', MPF)
- local mouse = game:GetService("Players").LocalPlayer:GetMouse()
- local function initiateDrag(frame, callbackFunction)
- local dragging = false
- frame.InputBegan:Connect(function(input)
- if input.UserInputType == Enum.UserInputType.MouseButton1 then
- dragging = true
- end
- end)
- frame.InputEnded:Connect(function(input)
- if input.UserInputType == Enum.UserInputType.MouseButton1 then
- dragging = false
- end
- end)
- frame.InputBegan:Connect(function(input)
- if input.UserInputType == Enum.UserInputType.MouseButton1 then
- local pos = UDim2.new(math.clamp((mouse.X - frame.AbsolutePosition.X) / frame.AbsoluteSize.X, 0, 1), 0, 1, 0)
- frame.slideFrame:TweenSize(pos, Enum.EasingDirection.Out, Enum.EasingStyle.Quad, 0.18, true, callbackFunction(pos.X.Scale))
- end
- end)
- game:GetService("UserInputService").InputChanged:Connect(function(input)
- if dragging and input.UserInputType == Enum.UserInputType.MouseMovement then
- local pos = UDim2.new(math.clamp((mouse.X - frame.AbsolutePosition.X) / frame.AbsoluteSize.X, 0, 1), 0, 1, 0)
- frame.slideFrame:TweenSize(pos, Enum.EasingDirection.Out, Enum.EasingStyle.Quad, 0.18, true, callbackFunction(pos.X.Scale))
- end
- end)
- end
- initiateDrag(script.Parent, function(value)
- script.Parent.amountValue.Text = tostring(math.floor(value * 566))
- script.Parent.Parent.colorFrame.BackgroundColor3 = Color3.fromRGB(script.Parent.amountValue.Text, script.Parent.Parent.gSliderFrame.amountValue.Text, script.Parent.Parent.bSliderFrame.amountValue.Text)
- end)
- end
- coroutine.wrap(YHKQEUZ_fake_script)()
Add Comment
Please, Sign In to add comment