SkeletalScripts

ds

Sep 24th, 2020 (edited)
404
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Perl 64.24 KB | None | 0 0
  1.   if game.CoreGui:FindFirstChild("SlaxxHub_PREMIUM") ~= nil then
  2.      game.CoreGui:FindFirstChild("SlaxxHub_PREMIUM"):Destroy()
  3. end
  4. if game.Lighting:FindFirstChild("Blur") ~= nil then
  5.     game.Lighting:FindFirstChild("Blur"):Destroy()
  6. end
  7. function loads(link)
  8.     loadstring(game:HttpGet(link))()
  9. end
  10. local config = {};
  11. local function gamename()
  12. local marketplaceService = game:GetService("MarketplaceService")
  13.  
  14.     local isSuccessful, info = pcall(marketplaceService.GetProductInfo, marketplaceService, game.PlaceId)
  15.     if isSuccessful then
  16.        
  17.    
  18.       return tostring(info.Name);
  19.      end
  20. end
  21. local httpService = game:GetService("HttpService");
  22.  
  23. pcall(function()
  24.     config = httpService:JSONDecode(readfile("PREMIUM_"..gamename() .. "_SlaxxHubConfig.txt"));
  25. end);
  26.  
  27. local function saveConfig()
  28.     writefile("PREMIUM_"..gamename() .. "_SlaxxHubConfig.txt", httpService:JSONEncode(config));
  29. end;
  30.  
  31. saveConfig()
  32.  
  33. loadstring(game:HttpGet("https://raw.githubusercontent.com/skeletalz/Slaxx-Hub/master/PremiumGames"))()
  34.  
  35. local SlaxxHub = Instance.new("ScreenGui")
  36. local Main = Instance.new("ImageLabel")
  37. local Title = Instance.new("TextLabel")
  38. local UIGradient = Instance.new("UIGradient")
  39. local reorder = Instance.new("ImageButton")
  40. local Open = Instance.new("ImageLabel")
  41. local scroll = Instance.new("ScrollingFrame")
  42. local UIListLayout = Instance.new("UIListLayout")
  43. local Games = Instance.new("TextButton")
  44. local GamesList = Instance.new("ImageLabel")
  45. local GamesList_2 = Instance.new("ScrollingFrame")
  46. local UIPadding = Instance.new("UIPadding")
  47. local UIListLayout_2 = Instance.new("UIListLayout")
  48. local Under = Instance.new("Frame")
  49.  
  50. local KeyEnter = Instance.new("TextBox")
  51. local LoginButton = Instance.new("ImageButton")
  52. local Title_2 = Instance.new("TextLabel")
  53. local LoginButton_2 = Instance.new("ImageButton")
  54. local Title_3 = Instance.new("TextLabel")
  55. local GameSupport = Instance.new("TextLabel")
  56. local Support = Instance.new("ImageButton")
  57. local Important = Instance.new("TextLabel")
  58. local TextLabel = Instance.new("TextLabel")
  59. local TextLabel_2 = Instance.new("TextLabel")
  60. local Loader = Instance.new("ImageLabel")
  61. local Title_4 = Instance.new("TextLabel")
  62. local UIGradient_2 = Instance.new("UIGradient")
  63. local LoadBG = Instance.new("ImageLabel")
  64. local Load = Instance.new("ImageLabel")
  65. local UIGradient_3 = Instance.new("UIGradient")
  66. local LoadText = Instance.new("TextLabel")
  67.  
  68. --Properties:
  69.  
  70. SlaxxHub.Name = "SlaxxHub_PREMIUM"
  71. SlaxxHub.Parent = game:GetService("CoreGui")
  72. SlaxxHub.ResetOnSpawn = false
  73.  
  74. Main.Name = "Main"
  75. Main.Parent = SlaxxHub
  76. Main.Active = true
  77. Main.AnchorPoint = Vector2.new(0.5, 0)
  78. Main.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  79. Main.BackgroundTransparency = 1.000
  80. Main.BorderSizePixel = 0
  81. Main.Position = UDim2.new(0.5, 0, 0.261, 0)
  82. Main.Selectable = true
  83. Main.Size = UDim2.new(0, 225, 0, 300)
  84. Main.Image = "rbxassetid://3570695787"
  85. Main.ImageColor3 = Color3.fromRGB(34, 34, 34)
  86. Main.ScaleType = Enum.ScaleType.Slice
  87. Main.SliceCenter = Rect.new(100, 100, 100, 100)
  88. Main.SliceScale = 0.080
  89.  
  90. Title.Name = "Title"
  91. Title.Parent = Main
  92. Title.Active = true
  93. Title.BackgroundColor3 = Color3.fromRGB(34, 34, 34)
  94. Title.BackgroundTransparency = 1.000
  95. Title.BorderSizePixel = 0
  96. Title.Selectable = true
  97. Title.Size = UDim2.new(0, 185, 0, 30)
  98. Title.Font = Enum.Font.GothamBold
  99. Title.Text = " Slaxx Premium"
  100. Title.TextColor3 = Color3.fromRGB(255, 255, 255)
  101. Title.TextSize = 24.000
  102. Title.TextStrokeTransparency = 0.000
  103. Title.TextXAlignment = Enum.TextXAlignment.Left
  104.  
  105. UIGradient.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(255, 255, 255)), ColorSequenceKeypoint.new(0.35, Color3.fromRGB(229, 196, 30)), ColorSequenceKeypoint.new(0.70, Color3.fromRGB(229, 196, 30)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(255, 255, 255))}
  106. UIGradient.Offset = Vector2.new(-0.649999976, 0)
  107. UIGradient.Rotation = 35
  108. UIGradient.Parent = Title
  109.  
  110. reorder.Name = "reorder"
  111. reorder.Parent = Main
  112. reorder.BackgroundTransparency = 1.000
  113. reorder.Position = UDim2.new(0.862857163, 0, 0, 0)
  114. reorder.Size = UDim2.new(0, 30, 0, 30)
  115. reorder.ZIndex = 2
  116. reorder.Image = "rbxassetid://3926305904"
  117. reorder.ImageRectOffset = Vector2.new(484, 204)
  118. reorder.ImageRectSize = Vector2.new(36, 36)
  119.  
  120. Open.Name = "Open"
  121. Open.Parent = reorder
  122. Open.AnchorPoint = Vector2.new(0.5, 0.5)
  123. Open.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  124. Open.BackgroundTransparency = 1.000
  125. Open.ClipsDescendants = true
  126. Open.Position = UDim2.new(-2.72, 0, 5.5, 0)
  127. Open.ZIndex = 8
  128. Open.Image = "rbxassetid://3570695787"
  129. Open.ImageColor3 = Color3.fromRGB(34, 34, 34)
  130. Open.ScaleType = Enum.ScaleType.Slice
  131. Open.SliceCenter = Rect.new(100, 100, 100, 100)
  132. Open.SliceScale = 0.080
  133.  
  134. scroll.Name = "scroll"
  135. scroll.Parent = Open
  136. scroll.Active = true
  137. scroll.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  138. scroll.BackgroundTransparency = 1.000
  139. scroll.BorderSizePixel = 0
  140. scroll.ClipsDescendants = false
  141. scroll.Position = UDim2.new(0, 0, 0, 0)
  142. scroll.Size = UDim2.new(1, 0, 1, 0)
  143. scroll.ZIndex = 8
  144. scroll.CanvasSize = UDim2.new(0, 0, 1, 0)
  145. scroll.ScrollBarThickness = 0
  146.  
  147. UIListLayout.Parent = scroll
  148. UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder
  149.  
  150. Games.Name = "Games"
  151. Games.Parent = scroll
  152. Games.BackgroundColor3 = Color3.fromRGB(26, 26, 26)
  153. Games.BorderColor3 = Color3.fromRGB(27, 42, 53)
  154. Games.BorderSizePixel = 0
  155. Games.Size = UDim2.new(1, 0, 0, 30)
  156. Games.ZIndex = 9
  157. Games.AutoButtonColor = false
  158. Games.Font = Enum.Font.GothamBold
  159. Games.Text = "Games"
  160. Games.TextColor3 = Color3.fromRGB(255, 255, 255)
  161. Games.TextSize = 16.000
  162. Games.TextStrokeTransparency = 0.000
  163.  
  164. GamesList.Name = "Games List"
  165. GamesList.Parent = Games
  166. GamesList.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  167. GamesList.BackgroundTransparency = 1.000
  168. GamesList.ClipsDescendants = true
  169. GamesList.Position = UDim2.new(1.04999995, 0, 0, 0)
  170. GamesList.Image = "rbxassetid://3570695787"
  171. GamesList.ImageColor3 = Color3.fromRGB(34, 34, 34)
  172. GamesList.ScaleType = Enum.ScaleType.Slice
  173. GamesList.SliceCenter = Rect.new(100, 100, 100, 100)
  174. GamesList.SliceScale = 0.080
  175.  
  176. GamesList_2.Name = "Games List"
  177. GamesList_2.Parent = GamesList
  178. GamesList_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  179. GamesList_2.BackgroundTransparency = 1.000
  180. GamesList_2.BorderSizePixel = 0
  181. GamesList_2.Selectable = false
  182. GamesList_2.Size = UDim2.new(1, 0, 1, 0)
  183. GamesList_2.ZIndex = 2
  184. GamesList_2.CanvasSize = UDim2.new(0, 0, 0, 2)
  185. GamesList_2.ScrollBarThickness = 0
  186.  
  187. UIPadding.Parent = GamesList_2
  188. UIPadding.PaddingTop = UDim.new(0, 2)
  189.  
  190. UIListLayout_2.Parent = GamesList_2
  191. UIListLayout_2.SortOrder = Enum.SortOrder.LayoutOrder
  192. UIListLayout_2.Padding = UDim.new(0, 2)
  193. for i,v in pairs(_G.Games) do
  194.     GamesList_2.CanvasSize = GamesList_2.CanvasSize + UDim2.new(0,0,0,32)
  195.     local Game = Instance.new("TextButton")
  196.     Game.Name = "Game"
  197.     Game.Parent = GamesList_2
  198.     Game.BackgroundColor3 = Color3.fromRGB(34, 34, 34)
  199.     Game.BackgroundTransparency = 1.000
  200.     Game.BorderColor3 = Color3.fromRGB(27, 42, 53)
  201.     Game.BorderSizePixel = 0
  202.     Game.Position = UDim2.new(0, 0, 0.0454545468, 0)
  203.     Game.Size = UDim2.new(1, 0, 0, 30)
  204.     Game.AutoButtonColor = false
  205.     Game.Font = Enum.Font.GothamBold
  206.     Game.Text = "    "..v.Name
  207.     Game.TextColor3 = Color3.fromRGB(255, 255, 255)
  208.     Game.TextScaled = true
  209.     Game.TextSize = 16.000
  210.     Game.TextWrapped = true
  211.     Game.TextXAlignment = Enum.TextXAlignment.Left
  212.     if v.Status == 4 then
  213.         local Type = Instance.new("ImageButton")
  214.         Type.Name = "Type"
  215.         Type.Parent = Game
  216.         Type.BackgroundTransparency = 1.000
  217.         Type.Size = UDim2.new(0, 25, 0, 25)
  218.         Type.ZIndex = 2
  219.         Type.Image = "rbxassetid://3926305904"
  220.         Type.ImageColor3 = Color3.fromRGB(64, 255, 21)
  221.         Type.ImageRectOffset = Vector2.new(804, 324)
  222.         Type.ImageRectSize = Vector2.new(36, 36)
  223.     elseif v.Status == 3 then
  224.         local Type = Instance.new("ImageButton")
  225.         Type.Name = "Type"
  226.         Type.Parent = Game
  227.         Type.BackgroundTransparency = 1.000
  228.         Type.Size = UDim2.new(0, 25, 0, 25)
  229.         Type.ZIndex = 2
  230.         Type.Image = "rbxassetid://3926307971"
  231.         Type.ImageColor3 = Color3.fromRGB(186, 255, 83)
  232.         Type.ImageRectOffset = Vector2.new(444, 444)
  233.         Type.ImageRectSize = Vector2.new(36, 36)
  234.     elseif v.Status == 2 then
  235.         local Type = Instance.new("ImageButton")
  236.         Type.Name = "Type"
  237.         Type.Parent = Game
  238.         Type.BackgroundTransparency = 1.000
  239.         Type.Size = UDim2.new(0, 25, 0, 25)
  240.         Type.ZIndex = 2
  241.         Type.Image = "rbxassetid://3926307971"
  242.         Type.ImageColor3 = Color3.fromRGB(255, 190, 23)
  243.         Type.ImageRectOffset = Vector2.new(844, 404)
  244.         Type.ImageRectSize = Vector2.new(36, 36)
  245.     elseif v.Status == 1 then
  246.         local Type = Instance.new("ImageButton")
  247.         Type.Name = "Type"
  248.         Type.Parent = Game
  249.         Type.BackgroundTransparency = 1.000
  250.         Type.Size = UDim2.new(0, 25, 0, 25)
  251.         Type.ZIndex = 2
  252.         Type.Image = "rbxassetid://3926305904"
  253.         Type.ImageColor3 = Color3.fromRGB(255, 0, 0)
  254.         Type.ImageRectOffset = Vector2.new(204, 84)
  255.         Type.ImageRectSize = Vector2.new(36, 36)
  256.     end
  257.     Game.MouseButton1Click:Connect(function()
  258.         local ts = game:GetService("TeleportService")
  259.         local p = game:GetService("Players").LocalPlayer
  260.        
  261.         ts:Teleport(v.ID, p)
  262.         if syn then
  263.             syn.queue_on_teleport(loadstring(game:HttpGet(('\97\117\108\46\114\101\100\97\111\76\109\117\105\109\101\114\80\47\114\101\116\115\97\109\47\98\117\72\45\120\120\97\108\83\47\122\108\97\116\101\108\101\107\115\47\109\111\99\46\116\110\101\116\110\111\99\114\101\115\117\98\117\104\116\105\103\46\119\97\114\47\47\58\115\112\116\116\104'):reverse(), true))())
  264.         end
  265.     end)
  266. end
  267.  
  268. Under.Name = "Under"
  269. Under.Parent = scroll
  270. Under.BackgroundColor3 = Color3.fromRGB(229, 196, 30)
  271. Under.BorderSizePixel = 0
  272. Under.Position = UDim2.new(0, 0, 0.259259254, 0)
  273. Under.Size = UDim2.new(1, 0, 0, 2)
  274. Under.ZIndex = 9
  275. local Library = {}
  276. function Library:Category(name)
  277.     config[name] = {}
  278.     local Category = Instance.new("TextButton")
  279.     local CategoryList = Instance.new("ImageLabel")
  280.     local CategoryList_2 = Instance.new("ScrollingFrame")
  281.     local UIPadding_3 = Instance.new("UIPadding")
  282.     local UIListLayout_4 = Instance.new("UIListLayout")
  283.     Category.Name = name
  284.     Category.Parent = scroll
  285.     Category.BackgroundColor3 = Color3.fromRGB(34, 34, 34)
  286.     Category.BorderColor3 = Color3.fromRGB(27, 42, 53)
  287.     Category.BorderSizePixel = 0
  288.     Category.Size = UDim2.new(1, 0, 0, 30)
  289.     Category.ZIndex = 9
  290.     Category.AutoButtonColor = false
  291.     Category.Font = Enum.Font.GothamBold
  292.     Category.Text = name
  293.     Category.TextColor3 = Color3.fromRGB(255, 255, 255)
  294.     Category.TextSize = 16.000
  295.     Category.TextStrokeTransparency = 0.000
  296.    
  297.     CategoryList.Name = name.." List"
  298.     CategoryList.Parent = Category
  299.     CategoryList.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  300.     CategoryList.BackgroundTransparency = 1.000
  301.     CategoryList.Position = UDim2.new(1.04999995, 0, 0, 0)
  302.     CategoryList.Image = "rbxassetid://3570695787"
  303.     CategoryList.ImageColor3 = Color3.fromRGB(34, 34, 34)
  304.     CategoryList.ScaleType = Enum.ScaleType.Slice
  305.     CategoryList.SliceCenter = Rect.new(100, 100, 100, 100)
  306.     CategoryList.SliceScale = 0.080
  307.     CategoryList.Size = UDim2.new(0,0,0,0)
  308.    
  309.     CategoryList_2.Name = name.." List"
  310.     CategoryList_2.Parent = CategoryList
  311.     CategoryList_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  312.     CategoryList_2.BackgroundTransparency = 1.000
  313.     CategoryList_2.BorderSizePixel = 0
  314.     CategoryList_2.Selectable = false
  315.     CategoryList_2.Size = UDim2.new(1, 0, 1, 0)
  316.     CategoryList_2.ZIndex = 2
  317.     CategoryList_2.CanvasSize = UDim2.new(0, 0, 0,0)
  318.     CategoryList_2.ScrollBarThickness = 0
  319.    
  320.     UIPadding_3.Parent = CategoryList_2
  321.     UIPadding_3.PaddingTop = UDim.new(0, 2)
  322.    
  323.     UIListLayout_4.Parent = CategoryList_2
  324.     UIListLayout_4.SortOrder = Enum.SortOrder.LayoutOrder
  325.     UIListLayout_4.Padding = UDim.new(0, 2)
  326.     local Win = {}
  327.     function Win:Section(text)
  328.         local Section = Instance.new("TextLabel")
  329.         local SectionRound = Instance.new("ImageLabel")
  330.         Section.Name = text
  331.         Section.Parent = CategoryList_2
  332.         Section.Active = true
  333.         Section.BackgroundColor3 = Color3.fromRGB(28, 28, 28)
  334.         Section.BackgroundTransparency = 1.000
  335.         Section.BorderColor3 = Color3.fromRGB(27, 42, 53)
  336.         Section.BorderSizePixel = 0
  337.         Section.Position = UDim2.new(0, 0, 0.0454545468, 0)
  338.         Section.Selectable = true
  339.         Section.Size = UDim2.new(1, 0, 0, 25)
  340.         Section.ZIndex = 2
  341.         Section.Font = Enum.Font.GothamBold
  342.         Section.Text = text
  343.         Section.TextColor3 = Color3.fromRGB(255, 255, 255)
  344.         Section.TextSize = 16.000
  345.         Section.TextWrapped = true
  346.         Section.TextXAlignment = Enum.TextXAlignment.Center
  347.        
  348.         SectionRound.Name = "SectionRound"
  349.         SectionRound.Parent = Section
  350.         SectionRound.Active = true
  351.         SectionRound.AnchorPoint = Vector2.new(0.5, 0.5)
  352.         SectionRound.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  353.         SectionRound.BackgroundTransparency = 1.000
  354.         SectionRound.Position = UDim2.new(0.5, 0, 0.5, 0)
  355.         SectionRound.Selectable = true
  356.         SectionRound.Size = UDim2.new(1, -6, 1, 0)
  357.         SectionRound.Image = "rbxassetid://3570695787"
  358.         SectionRound.ImageColor3 = Color3.fromRGB(62,62,62)
  359.         SectionRound.ScaleType = Enum.ScaleType.Slice
  360.         SectionRound.SliceCenter = Rect.new(100, 100, 100, 100)
  361.         SectionRound.SliceScale = 0.080
  362.         CategoryList_2.CanvasSize = CategoryList_2.CanvasSize + UDim2.new(0,0,0,27.95)
  363.     end
  364.     function Win:Button(Title,ClickText,callback)
  365.         callback = callback or function() end
  366.         CategoryList_2.CanvasSize = CategoryList_2.CanvasSize + UDim2.new(0,0,0,27.95)
  367.         local Button = Instance.new("TextLabel")
  368.         local ButtonRound = Instance.new("ImageLabel")
  369.         local ButtonBGRound = Instance.new("ImageButton")
  370.         local ClickName = Instance.new("TextLabel")
  371.         local FillEffect = Instance.new("ImageButton")
  372.         Button.Name = Title
  373.         Button.Parent = CategoryList_2
  374.         Button.Active = true
  375.         Button.BackgroundColor3 = Color3.fromRGB(28, 28, 28)
  376.         Button.BackgroundTransparency = 1.000
  377.         Button.BorderColor3 = Color3.fromRGB(27, 42, 53)
  378.         Button.BorderSizePixel = 0
  379.         Button.Position = UDim2.new(0, 0, 0.0454545468, 0)
  380.         Button.Selectable = true
  381.         Button.Size = UDim2.new(1, 0, 0, 25)
  382.         Button.ZIndex = 2
  383.         Button.Font = Enum.Font.GothamBold
  384.         Button.Text = "  "..Title
  385.         Button.TextColor3 = Color3.fromRGB(255, 255, 255)
  386.         Button.TextSize = 16.000
  387.         Button.TextWrapped = true
  388.         Button.TextXAlignment = Enum.TextXAlignment.Left
  389.        
  390.         ButtonRound.Name = "ButtonRound"
  391.         ButtonRound.Parent = Button
  392.         ButtonRound.Active = true
  393.         ButtonRound.AnchorPoint = Vector2.new(0.5, 0.5)
  394.         ButtonRound.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  395.         ButtonRound.BackgroundTransparency = 1.000
  396.         ButtonRound.Position = UDim2.new(0.5, 0, 0.5, 0)
  397.         ButtonRound.Selectable = true
  398.         ButtonRound.Size = UDim2.new(1, -6, 1, 0)
  399.         ButtonRound.Image = "rbxassetid://3570695787"
  400.         ButtonRound.ImageColor3 = Color3.fromRGB(42, 42, 42)
  401.         ButtonRound.ScaleType = Enum.ScaleType.Slice
  402.         ButtonRound.SliceCenter = Rect.new(100, 100, 100, 100)
  403.         ButtonRound.SliceScale = 0.080
  404.        
  405.         ButtonBGRound.Name = "ButtonBGRound"
  406.         ButtonBGRound.Parent = Button
  407.         ButtonBGRound.AnchorPoint = Vector2.new(0.5, 0.5)
  408.         ButtonBGRound.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  409.         ButtonBGRound.BackgroundTransparency = 1.000
  410.         ButtonBGRound.Position = UDim2.new(0.807317078, 0, 0.5, 0)
  411.         ButtonBGRound.Size = UDim2.new(0.298000008, -6, 1, -4)
  412.         ButtonBGRound.ZIndex = 2
  413.         ButtonBGRound.Image = "rbxassetid://3570695787"
  414.         ButtonBGRound.ImageColor3 = Color3.fromRGB(36, 36, 36)
  415.         ButtonBGRound.ScaleType = Enum.ScaleType.Slice
  416.         ButtonBGRound.SliceCenter = Rect.new(100, 100, 100, 100)
  417.         ButtonBGRound.SliceScale = 0.080
  418.        
  419.         ClickName.Name = "ClickName"
  420.         ClickName.Parent = ButtonBGRound
  421.         ClickName.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  422.         ClickName.BackgroundTransparency = 1.000
  423.         ClickName.Size = UDim2.new(1, 0, 1, 0)
  424.         ClickName.ZIndex = 3
  425.         ClickName.Font = Enum.Font.GothamBold
  426.         ClickName.Text = ClickText
  427.         ClickName.TextColor3 = Color3.fromRGB(255, 255, 255)
  428.         ClickName.TextSize = 14.000
  429.         ClickName.TextWrapped = true
  430.        
  431.         FillEffect.Name = "FillEffect"
  432.         FillEffect.Parent = ButtonBGRound
  433.         FillEffect.AnchorPoint = Vector2.new(0.5, 0.5)
  434.         FillEffect.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  435.         FillEffect.BackgroundTransparency = 1.000
  436.         FillEffect.Position = UDim2.new(0.5, 0, 0.5, 0)
  437.         FillEffect.ZIndex = 2
  438.         FillEffect.Image = "rbxassetid://3570695787"
  439.         FillEffect.ImageColor3 = Color3.fromRGB(229, 196, 30)
  440.         FillEffect.ScaleType = Enum.ScaleType.Slice
  441.         FillEffect.SliceCenter = Rect.new(100, 100, 100, 100)
  442.         FillEffect.SliceScale = 0.080
  443.  
  444.         function clicksound()
  445.             spawn(function()
  446.             local s = Instance.new("Sound",workspace)
  447.             s.SoundId = "rbxassetid://421058925"
  448.             s.Volume = 2.5
  449.             s.Playing = true
  450.             wait(0.5)
  451.                 s:Destroy()
  452.             end)
  453.         end
  454.         ButtonBGRound.MouseButton1Click:Connect(function()
  455.             clicksound()
  456.             spawn(function() callback() end)
  457.             game:GetService("TweenService"):Create(FillEffect,TweenInfo.new(0.3),{Size = UDim2.new(1,0,1,0)}):Play()
  458.             wait(0.5)
  459.             game:GetService("TweenService"):Create(FillEffect,TweenInfo.new(0.3),{Size = UDim2.new(0,0,0,0)}):Play()
  460.         end)
  461.     end
  462.     function Win:Box(Title,flag,callback)
  463.         callback = callback or function(text) end
  464.         flag = flag or _G
  465.         CategoryList_2.CanvasSize = CategoryList_2.CanvasSize + UDim2.new(0,0,0,27.95)
  466.         local Box = Instance.new("TextLabel")
  467.         local BoxRound = Instance.new("ImageLabel")
  468.         local BoxBGRound = Instance.new("ImageLabel")
  469.         local RealBox = Instance.new("TextBox")
  470.  
  471.         Box.Name = Title
  472.         Box.Parent = CategoryList_2
  473.         Box.Active = true
  474.         Box.BackgroundColor3 = Color3.fromRGB(28, 28, 28)
  475.         Box.BackgroundTransparency = 1.000
  476.         Box.BorderColor3 = Color3.fromRGB(27, 42, 53)
  477.         Box.BorderSizePixel = 0
  478.         Box.Position = UDim2.new(0, 0, 0.0454545468, 0)
  479.         Box.Selectable = true
  480.         Box.Size = UDim2.new(1, 0, 0, 25)
  481.         Box.ZIndex = 2
  482.         Box.Font = Enum.Font.GothamBold
  483.         Box.Text = "  "..Title
  484.         Box.TextColor3 = Color3.fromRGB(255, 255, 255)
  485.         Box.TextSize = 16.000
  486.         Box.TextWrapped = true
  487.         Box.TextXAlignment = Enum.TextXAlignment.Left
  488.        
  489.         BoxRound.Name = "BoxRound"
  490.         BoxRound.Parent = Box
  491.         BoxRound.Active = true
  492.         BoxRound.AnchorPoint = Vector2.new(0.5, 0.5)
  493.         BoxRound.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  494.         BoxRound.BackgroundTransparency = 1.000
  495.         BoxRound.Position = UDim2.new(0.5, 0, 0.5, 0)
  496.         BoxRound.Selectable = true
  497.         BoxRound.Size = UDim2.new(1, -6, 1, 0)
  498.         BoxRound.Image = "rbxassetid://3570695787"
  499.         BoxRound.ImageColor3 = Color3.fromRGB(42, 42, 42)
  500.         BoxRound.ScaleType = Enum.ScaleType.Slice
  501.         BoxRound.SliceCenter = Rect.new(100, 100, 100, 100)
  502.         BoxRound.SliceScale = 0.080
  503.        
  504.         BoxBGRound.Name = "BoxBGRound"
  505.         BoxBGRound.Parent = Box
  506.         BoxBGRound.Active = true
  507.         BoxBGRound.AnchorPoint = Vector2.new(0.5, 0.5)
  508.         BoxBGRound.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  509.         BoxBGRound.BackgroundTransparency = 1.000
  510.         BoxBGRound.Position = UDim2.new(0.807317078, 0, 0.5, 0)
  511.         BoxBGRound.Selectable = true
  512.         BoxBGRound.Size = UDim2.new(0.298000008, -6, 1, -4)
  513.         BoxBGRound.ZIndex = 2
  514.         BoxBGRound.Image = "rbxassetid://3570695787"
  515.         BoxBGRound.ImageColor3 = Color3.fromRGB(36, 36, 36)
  516.         BoxBGRound.ScaleType = Enum.ScaleType.Slice
  517.         BoxBGRound.SliceCenter = Rect.new(100, 100, 100, 100)
  518.         BoxBGRound.SliceScale = 0.080
  519.        
  520.         RealBox.Name = "RealBox"
  521.         RealBox.Parent = BoxBGRound
  522.         RealBox.Active = false
  523.         RealBox.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  524.         RealBox.BackgroundTransparency = 1.000
  525.         RealBox.Selectable = false
  526.         RealBox.Size = UDim2.new(1, 0, 1, 0)
  527.         RealBox.ZIndex = 3
  528.         RealBox.ClearTextOnFocus = false
  529.         RealBox.Font = Enum.Font.GothamBold
  530.         RealBox.PlaceholderColor3 = Color3.fromRGB(255, 255, 255)
  531.         RealBox.Text = ""
  532.         RealBox.TextColor3 = Color3.fromRGB(255, 255, 255)
  533.         RealBox.TextScaled = true
  534.         RealBox.TextSize = 14.000
  535.         RealBox.TextWrapped = true
  536.        
  537.         function pressSound()
  538.             spawn(function()
  539.             local s = Instance.new("Sound",workspace)
  540.             s.SoundId = "rbxassetid://5231386761"
  541.             s.Volume = 1.25
  542.             s.Playing = true
  543.             wait(0.5)
  544.                 s:Destroy()
  545.             end)
  546.         end
  547.         if config[name][Title] then
  548.             RealBox.Text = config[name][Title]
  549.             flag = config[name][Title]
  550.         end
  551.         RealBox.Focused:Connect(function()
  552.             game:GetService("TweenService"):Create(RealBox,TweenInfo.new(0.3),{TextColor3 = Color3.fromRGB(229, 196, 30)}):Play()
  553.         end)
  554.         RealBox.FocusLost:Connect(function()
  555.             callback(RealBox.Text)
  556.             flag = RealBox.Text
  557.             config[name][Title] = RealBox.Text
  558.             saveConfig()
  559.             game:GetService("TweenService"):Create(RealBox,TweenInfo.new(0.3),{TextColor3 = Color3.fromRGB(255,255,255)}):Play()
  560.            
  561.         end)
  562.         RealBox:GetPropertyChangedSignal("Text"):Connect(function()
  563.             pressSound()
  564.         end)
  565.     end
  566.     function Win:Bind(Title,def,flag,callback)
  567.         callback = callback or function(text) end
  568.         flag = flag or _G
  569.         CategoryList_2.CanvasSize = CategoryList_2.CanvasSize + UDim2.new(0,0,0,27.95)
  570.         local Box = Instance.new("TextLabel")
  571.         local BoxRound = Instance.new("ImageLabel")
  572.         local BoxBGRound = Instance.new("ImageLabel")
  573.         local RealBox = Instance.new("TextButton")
  574.  
  575.         Box.Name = Title
  576.         Box.Parent = CategoryList_2
  577.         Box.Active = true
  578.         Box.BackgroundColor3 = Color3.fromRGB(28, 28, 28)
  579.         Box.BackgroundTransparency = 1.000
  580.         Box.BorderColor3 = Color3.fromRGB(27, 42, 53)
  581.         Box.BorderSizePixel = 0
  582.         Box.Position = UDim2.new(0, 0, 0.0454545468, 0)
  583.         Box.Selectable = true
  584.         Box.Size = UDim2.new(1, 0, 0, 25)
  585.         Box.ZIndex = 2
  586.         Box.Font = Enum.Font.GothamBold
  587.         Box.Text = "  "..Title
  588.         Box.TextColor3 = Color3.fromRGB(255, 255, 255)
  589.         Box.TextSize = 16.000
  590.         Box.TextWrapped = true
  591.         Box.TextXAlignment = Enum.TextXAlignment.Left
  592.        
  593.         BoxRound.Name = "BindRound"
  594.         BoxRound.Parent = Box
  595.         BoxRound.Active = true
  596.         BoxRound.AnchorPoint = Vector2.new(0.5, 0.5)
  597.         BoxRound.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  598.         BoxRound.BackgroundTransparency = 1.000
  599.         BoxRound.Position = UDim2.new(0.5, 0, 0.5, 0)
  600.         BoxRound.Selectable = true
  601.         BoxRound.Size = UDim2.new(1, -6, 1, 0)
  602.         BoxRound.Image = "rbxassetid://3570695787"
  603.         BoxRound.ImageColor3 = Color3.fromRGB(42, 42, 42)
  604.         BoxRound.ScaleType = Enum.ScaleType.Slice
  605.         BoxRound.SliceCenter = Rect.new(100, 100, 100, 100)
  606.         BoxRound.SliceScale = 0.080
  607.        
  608.         BoxBGRound.Name = "BindBGRound"
  609.         BoxBGRound.Parent = Box
  610.         BoxBGRound.Active = true
  611.         BoxBGRound.AnchorPoint = Vector2.new(0.5, 0.5)
  612.         BoxBGRound.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  613.         BoxBGRound.BackgroundTransparency = 1.000
  614.         BoxBGRound.Position = UDim2.new(0.807317078, 0, 0.5, 0)
  615.         BoxBGRound.Selectable = true
  616.         BoxBGRound.Size = UDim2.new(0.298000008, -6, 1, -4)
  617.         BoxBGRound.ZIndex = 2
  618.         BoxBGRound.Image = "rbxassetid://3570695787"
  619.         BoxBGRound.ImageColor3 = Color3.fromRGB(36, 36, 36)
  620.         BoxBGRound.ScaleType = Enum.ScaleType.Slice
  621.         BoxBGRound.SliceCenter = Rect.new(100, 100, 100, 100)
  622.         BoxBGRound.SliceScale = 0.080
  623.        
  624.         RealBox.Name = "RealBind"
  625.         RealBox.Parent = BoxBGRound
  626.         RealBox.Active = false
  627.         RealBox.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  628.         RealBox.BackgroundTransparency = 1.000
  629.         RealBox.Selectable = false
  630.         RealBox.Size = UDim2.new(1, 0, 1, 0)
  631.         RealBox.ZIndex = 3
  632.         RealBox.Font = Enum.Font.GothamBold
  633.         RealBox.Text = def
  634.         RealBox.TextColor3 = Color3.fromRGB(255, 255, 255)
  635.         RealBox.TextScaled = true
  636.         RealBox.TextSize = 14.000
  637.         RealBox.TextWrapped = true
  638.         if config[name][Title] then
  639.             RealBox.Text = config[name][Title]
  640.             flag = config[name][Title]
  641.         end
  642.         local banned = {
  643.                 Return = true;
  644.                 Space = true;
  645.                 Tab = true;
  646.                 Unknown = true;
  647.                 RightShift = true;
  648.                 A = true;
  649.                 S = true;
  650.                 D = true;
  651.                 W = true;
  652.             }
  653.            
  654.             local shortNames = {
  655.                 RightControl = 'RightCtrl';
  656.                 LeftControl = 'LeftCtrl';
  657.                 LeftShift = 'LShift';
  658.                 MouseButton1 = "Mouse1";
  659.                 MouseButton2 = "Mouse2";
  660.             }
  661.            
  662.             local allowed = {
  663.                 MouseButton1 = true;
  664.                 MouseButton2 = true;
  665.             }      
  666.  
  667.         Binding =false
  668.         RealBox.MouseButton1Click:Connect(function()
  669.             game:GetService("TweenService"):Create(RealBox,TweenInfo.new(0.3),{TextColor3 = Color3.fromRGB(229, 196, 30)}):Play()
  670.             Binding = true
  671.             RealBox.Text = "..."
  672.             local a, b = game:GetService('UserInputService').InputBegan:wait();
  673.             local name = tostring(a.KeyCode.Name);
  674.             local typeName = tostring(a.UserInputType.Name);
  675.             if (a.UserInputType ~= Enum.UserInputType.Keyboard and (allowed[a.UserInputType.Name]) and (not keyboardOnly)) or (a.KeyCode and (not banned[a.KeyCode.Name])) then
  676.                     local name = (a.UserInputType ~= Enum.UserInputType.Keyboard and a.UserInputType.Name or a.KeyCode.Name);
  677.                     callback(name);
  678.                     flag = name
  679.                     config[name][Title] = shortNames[name] or name:lower();
  680.                     saveConfig()
  681.                     RealBox.Text = shortNames[name] or name:lower();
  682.                    
  683.                 end
  684.  
  685.                 wait(0.1)  
  686.                 binding = false;
  687.                 game:GetService("TweenService"):Create(RealBox,TweenInfo.new(0.3),{TextColor3 = Color3.fromRGB(255,255,255)}):Play()
  688.                
  689.         end)
  690.     end
  691.     function Win:Toggle(Title,flag,callback)
  692.         CategoryList_2.CanvasSize = CategoryList_2.CanvasSize + UDim2.new(0,0,0,27.95)
  693.         callback = callback or function(state) end
  694.         flag = flag or _G
  695.         local Toggle = Instance.new("TextLabel")
  696.         local ToggleRound = Instance.new("ImageLabel")
  697.         local ToggleBGRound = Instance.new("ImageButton")
  698.         Toggle.Name = Title
  699.         Toggle.Parent = CategoryList_2
  700.         Toggle.Active = true
  701.         Toggle.BackgroundColor3 = Color3.fromRGB(28, 28, 28)
  702.         Toggle.BackgroundTransparency = 1.000
  703.         Toggle.BorderColor3 = Color3.fromRGB(27, 42, 53)
  704.         Toggle.BorderSizePixel = 0
  705.         Toggle.Position = UDim2.new(0, 0, 0.0454545468, 0)
  706.         Toggle.Selectable = true
  707.         Toggle.Size = UDim2.new(1, 0, 0, 25)
  708.         Toggle.ZIndex = 2
  709.         Toggle.Font = Enum.Font.GothamBold
  710.         Toggle.Text = "  "..Title
  711.         Toggle.TextColor3 = Color3.fromRGB(255, 255, 255)
  712.         Toggle.TextSize = 16.000
  713.         Toggle.TextWrapped = true
  714.         Toggle.TextXAlignment = Enum.TextXAlignment.Left
  715.        
  716.         ToggleRound.Name = "ToggleRound"
  717.         ToggleRound.Parent = Toggle
  718.         ToggleRound.Active = true
  719.         ToggleRound.AnchorPoint = Vector2.new(0.5, 0.5)
  720.         ToggleRound.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  721.         ToggleRound.BackgroundTransparency = 1.000
  722.         ToggleRound.Position = UDim2.new(0.5, 0, 0.5, 0)
  723.         ToggleRound.Selectable = true
  724.         ToggleRound.Size = UDim2.new(1, -6, 1, 0)
  725.         ToggleRound.Image = "rbxassetid://3570695787"
  726.         ToggleRound.ImageColor3 = Color3.fromRGB(42, 42, 42)
  727.         ToggleRound.ScaleType = Enum.ScaleType.Slice
  728.         ToggleRound.SliceCenter = Rect.new(100, 100, 100, 100)
  729.         ToggleRound.SliceScale = 0.080
  730.        
  731.         ToggleBGRound.Name = "ToggleBGRound"
  732.         ToggleBGRound.Parent = Toggle
  733.         ToggleBGRound.AnchorPoint = Vector2.new(0.5, 0.5)
  734.         ToggleBGRound.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  735.         ToggleBGRound.BackgroundTransparency = 1.000
  736.         ToggleBGRound.Position = UDim2.new(0.890243888, 0, 0.5, 0)
  737.         ToggleBGRound.Size = UDim2.new(0.132146433, -6, 1, -4)
  738.         ToggleBGRound.ZIndex = 2
  739.         ToggleBGRound.Image = "rbxassetid://3570695787"
  740.         ToggleBGRound.ImageColor3 = Color3.fromRGB(36, 36, 36)
  741.         ToggleBGRound.ScaleType = Enum.ScaleType.Slice
  742.         ToggleBGRound.SliceCenter = Rect.new(100, 100, 100, 100)
  743.         ToggleBGRound.SliceScale = 0.080
  744.         local e = false
  745.         if config[name][Title] then
  746.             e = config[name][Title]
  747.             flag = config[name][Title]
  748.             if e == false then e = true
  749.                 game:GetService("TweenService"):Create(ToggleBGRound,TweenInfo.new(0.3),{ImageColor3 = Color3.fromRGB(229, 196, 30)}):Play()
  750.             else
  751.                 e = false
  752.                 game:GetService("TweenService"):Create(ToggleBGRound,TweenInfo.new(0.3),{ImageColor3 = Color3.fromRGB(36, 36, 36)}):Play()
  753.             end
  754.             callback(e)
  755.         end
  756.         function clicksound()
  757.             spawn(function()
  758.             local s = Instance.new("Sound",workspace)
  759.             s.SoundId = "rbxassetid://421058925"
  760.             s.Volume = 2.5
  761.             s.Playing = true
  762.             wait(0.5)
  763.                 s:Destroy()
  764.             end)
  765.         end
  766.        
  767.         ToggleBGRound.MouseButton1Click:Connect(function()
  768.             clicksound()
  769.             if e == false then e = true
  770.                 game:GetService("TweenService"):Create(ToggleBGRound,TweenInfo.new(0.3),{ImageColor3 = Color3.fromRGB(229, 196, 30)}):Play()
  771.                 flag = e
  772.                 config[name][Title] = e
  773.                 saveConfig()
  774.             else
  775.                 e = false
  776.                 flag = e
  777.                 config[name][Title] = e
  778.                 saveConfig()
  779.                 game:GetService("TweenService"):Create(ToggleBGRound,TweenInfo.new(0.3),{ImageColor3 = Color3.fromRGB(36, 36, 36)}):Play()
  780.             end
  781.             callback(e)
  782.         end)
  783.     end
  784.     function Win:Slider(Title,min,default,flag,max,callback)
  785.         CategoryList_2.CanvasSize = CategoryList_2.CanvasSize + UDim2.new(0,0,0,27.95)
  786.         flag = flag or _G
  787.         callback = callback or function(call) end
  788.         local Slider = Instance.new("TextLabel")
  789.         local SliderRound = Instance.new("ImageLabel")
  790.         local SliderBGRound = Instance.new("ImageButton")
  791.         local Inner = Instance.new("ImageButton")
  792.         Slider.Name = Title
  793.         Slider.Parent = CategoryList_2
  794.         Slider.Active = true
  795.         Slider.BackgroundColor3 = Color3.fromRGB(28, 28, 28)
  796.         Slider.BackgroundTransparency = 1.000
  797.         Slider.BorderColor3 = Color3.fromRGB(27, 42, 53)
  798.         Slider.BorderSizePixel = 0
  799.        
  800.         Slider.Position = UDim2.new(0, 0, 0.0454545468, 0)
  801.         Slider.Selectable = true
  802.         Slider.Size = UDim2.new(1, 0, 0, 25)
  803.         Slider.ZIndex = 2
  804.         Slider.Font = Enum.Font.GothamBold
  805.         Slider.Text = "  "..Title
  806.         Slider.TextColor3 = Color3.fromRGB(255, 255, 255)
  807.         Slider.TextSize = 16.000
  808.         Slider.TextWrapped = true
  809.         Slider.TextXAlignment = Enum.TextXAlignment.Left
  810.        
  811.         SliderRound.Name = "SliderRound"
  812.         SliderRound.Parent = Slider
  813.         SliderRound.Active = true
  814.         SliderRound.AnchorPoint = Vector2.new(0.5, 0.5)
  815.         SliderRound.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  816.         SliderRound.BackgroundTransparency = 1.000
  817.         SliderRound.Position = UDim2.new(0.5, 0, 0.5, 0)
  818.         SliderRound.Selectable = true
  819.         SliderRound.Size = UDim2.new(1, -6, 1, 0)
  820.         SliderRound.Image = "rbxassetid://3570695787"
  821.         SliderRound.ImageColor3 = Color3.fromRGB(42, 42, 42)
  822.         SliderRound.ScaleType = Enum.ScaleType.Slice
  823.         SliderRound.SliceCenter = Rect.new(100, 100, 100, 100)
  824.         SliderRound.SliceScale = 0.080
  825.        
  826.         SliderBGRound.Name = "SliderBGRound"
  827.         SliderBGRound.Parent = Slider
  828.         SliderBGRound.AnchorPoint = Vector2.new(0.5, 0.5)
  829.         SliderBGRound.BackgroundColor3 = Color3.fromRGB(42, 42, 42)
  830.         SliderBGRound.BorderSizePixel = 0
  831.         SliderBGRound.ClipsDescendants = true
  832.         SliderBGRound.Position = UDim2.new(0.807317078, 0, 0.5, 0)
  833.         SliderBGRound.Size = UDim2.new(0, 55, 0, 14)
  834.         SliderBGRound.ZIndex = 2
  835.         SliderBGRound.AutoButtonColor = false
  836.         SliderBGRound.Image = "rbxassetid://3570695787"
  837.         SliderBGRound.ImageColor3 = Color3.fromRGB(36, 36, 36)
  838.         SliderBGRound.ScaleType = Enum.ScaleType.Slice
  839.         SliderBGRound.SliceCenter = Rect.new(100, 100, 100, 100)
  840.         SliderBGRound.SliceScale = 0.080
  841.        
  842.         Inner.Name = "Inner"
  843.         Inner.Parent = SliderBGRound
  844.         Inner.Active = false
  845.         Inner.AnchorPoint = Vector2.new(0, 0.5)
  846.         Inner.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  847.         Inner.BackgroundTransparency = 1.000
  848.         Inner.Position = UDim2.new(0, 0, 0.5, 0)
  849.         Inner.Selectable = false
  850.         Inner.Size = UDim2.new(0, 0, 1, -4)
  851.         Inner.ZIndex = 2
  852.         Inner.AutoButtonColor = false
  853.         Inner.Image = "rbxassetid://3570695787"
  854.         Inner.ImageColor3 = Color3.fromRGB(229, 196, 30)
  855.         Inner.ScaleType = Enum.ScaleType.Slice
  856.         Inner.SliceCenter = Rect.new(100, 100, 100, 100)
  857.         Inner.SliceScale = 0.080
  858.        
  859.      
  860.         local mouse = game.Players.LocalPlayer:GetMouse()
  861.         local maxvalue = max
  862.         local minvalue = min
  863.         local old = Slider.Text..": "
  864.         local uis = game:GetService("UserInputService")
  865.         local Value;
  866.         local down = false
  867.         Slider.Text = old..default
  868.                 game:GetService("TweenService"):Create(Inner, TweenInfo.new(0.05), {Size = UDim2.new(default/max, 0, 0, 6)}):Play()
  869.          if config[name][Title] then
  870.             flag = config[name][Title]
  871.             Slider.Text = old..config[name][Title]
  872.             game:GetService("TweenService"):Create(Inner, TweenInfo.new(0.05), {Size = UDim2.new(config[Title]/max, 0, 0, 6)}):Play()
  873.             callback(e)
  874.         end
  875.         local function Activate()
  876.             spawn(function()
  877.                 down = true
  878.                 Value = math.floor((((tonumber(max) - tonumber(min)) / 51) * Inner.AbsoluteSize.X) +tonumber(min)) or 0
  879.                 pcall(function()
  880.                     callback(Value)
  881.                     config[name][Title] = Value
  882.                     flag = config[name][Title]
  883.                     saveConfig()
  884.                 end)
  885.                 Slider.Text = old..Value
  886.                 game:GetService("TweenService"):Create(Inner, TweenInfo.new(0.05), {Size = UDim2.new(0, math.clamp(mouse.X - Inner.AbsolutePosition.X, 0, 55), 0, 6)}):Play()
  887.  
  888.                 while game:GetService("RunService").RenderStepped:wait() and down do
  889.                     Value = math.floor((((tonumber(max) - tonumber(min)) / 55) * Inner.AbsoluteSize.X) +tonumber(min)) or 0
  890.                     Slider.Text = old..Value              
  891.                     pcall(function()
  892.                         callback(Value)
  893.                         config[name][Title] = Value
  894.                         flag = config[name][Title]
  895.                         saveConfig()
  896.                     end)
  897.                     game:GetService("TweenService"):Create(Inner, TweenInfo.new(0.05), {Size = UDim2.new(0, math.clamp(mouse.X - Inner.AbsolutePosition.X, 0, 55), 0, 6)}):Play()
  898.                 end
  899.             end)
  900.         end
  901.         Inner.MouseButton1Down:Connect(function()
  902.             Activate()
  903.         end)
  904.         SliderBGRound.MouseButton1Down:Connect(function()
  905.             Activate()
  906.         end)
  907.         uis.InputEnded:connect(function(key)
  908.             if key.UserInputType == Enum.UserInputType.MouseButton1 and down then
  909.                 down = false
  910.                 Value = math.floor((((tonumber(max) - tonumber(min)) / 55) * Inner.AbsoluteSize.X) +tonumber(min)) or 0
  911.                 Slider.Text = old..Value  
  912.                 pcall(function()
  913.                     callback(Value)
  914.                     config[name][Title] = Value
  915.                     flag = config[name][Title]
  916.                     saveConfig()
  917.                         end)
  918.                 game:GetService("TweenService"):Create(Inner, TweenInfo.new(0.05), {Size = UDim2.new(0, math.clamp(mouse.X - Inner.AbsolutePosition.X, 0, 55), 0, 6)}):Play()
  919.             end        
  920.         end)
  921.     end
  922.     function Win:Dropdown(Title,options,flag,callback)
  923.         flag = flag or _G
  924.         callback = callback or function(b)end
  925.         CategoryList_2.CanvasSize = CategoryList_2.CanvasSize + UDim2.new(0,0,0,27.95)
  926.         local Dropdown = Instance.new("TextLabel")
  927.         local DropdownRound = Instance.new("ImageLabel")
  928.         local DropdownBGRound = Instance.new("ImageButton")
  929.         local DropArrow = Instance.new("ImageLabel")
  930.         local RealDrop = Instance.new("ImageLabel")
  931.         local Scroll = Instance.new("ScrollingFrame")
  932.         local UIListLayout_5 = Instance.new("UIListLayout")
  933.         local UIPadding_4 = Instance.new("UIPadding")
  934.        
  935.         local Selected = Instance.new("ImageLabel")
  936.         local Select = Instance.new("TextLabel")
  937.         local UIPadding_5 = Instance.new("UIPadding")
  938.         Dropdown.Name = Title
  939.         Dropdown.Parent = CategoryList_2
  940.         Dropdown.Active = true
  941.         Dropdown.BackgroundColor3 = Color3.fromRGB(28, 28, 28)
  942.         Dropdown.BackgroundTransparency = 1.000
  943.         Dropdown.BorderColor3 = Color3.fromRGB(27, 42, 53)
  944.         Dropdown.BorderSizePixel = 0
  945.         Dropdown.Position = UDim2.new(0, 0, 0.0454545468, 0)
  946.         Dropdown.Selectable = true
  947.         Dropdown.Size = UDim2.new(1, 0, 0, 25)
  948.         Dropdown.ZIndex = 2
  949.         Dropdown.Font = Enum.Font.GothamBold
  950.         Dropdown.Text = "  "..Title
  951.         Dropdown.TextColor3 = Color3.fromRGB(255, 255, 255)
  952.         Dropdown.TextSize = 16.000
  953.         Dropdown.TextWrapped = true
  954.         Dropdown.TextXAlignment = Enum.TextXAlignment.Left
  955.        
  956.         DropdownRound.Name = "DropdownRound"
  957.         DropdownRound.Parent = Dropdown
  958.         DropdownRound.Active = true
  959.         DropdownRound.AnchorPoint = Vector2.new(0.5, 0.5)
  960.         DropdownRound.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  961.         DropdownRound.BackgroundTransparency = 1.000
  962.         DropdownRound.Position = UDim2.new(0.5, 0, 0.5, 0)
  963.         DropdownRound.Selectable = true
  964.         DropdownRound.Size = UDim2.new(1, -6, 1, 0)
  965.         DropdownRound.Image = "rbxassetid://3570695787"
  966.         DropdownRound.ImageColor3 = Color3.fromRGB(42, 42, 42)
  967.         DropdownRound.ScaleType = Enum.ScaleType.Slice
  968.         DropdownRound.SliceCenter = Rect.new(100, 100, 100, 100)
  969.         DropdownRound.SliceScale = 0.080
  970.        
  971.         DropdownBGRound.Name = "DropdownBGRound"
  972.         DropdownBGRound.Parent = Dropdown
  973.         DropdownBGRound.AnchorPoint = Vector2.new(0.5, 0.5)
  974.         DropdownBGRound.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  975.         DropdownBGRound.BackgroundTransparency = 1.000
  976.         DropdownBGRound.Position = UDim2.new(0.890243888, 0, 0.5, 0)
  977.         DropdownBGRound.Size = UDim2.new(0.132146433, -6, 1, -4)
  978.         DropdownBGRound.ZIndex = 2
  979.         DropdownBGRound.Image = "rbxassetid://3570695787"
  980.         DropdownBGRound.ImageColor3 = Color3.fromRGB(36, 36, 36)
  981.         DropdownBGRound.ScaleType = Enum.ScaleType.Slice
  982.         DropdownBGRound.SliceCenter = Rect.new(100, 100, 100, 100)
  983.         DropdownBGRound.SliceScale = 0.080
  984.        
  985.         DropArrow.Name = "DropArrow"
  986.         DropArrow.Parent = DropdownBGRound
  987.         DropArrow.Active = true
  988.         DropArrow.AnchorPoint = Vector2.new(0.5, 0.5)
  989.         DropArrow.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  990.         DropArrow.BackgroundTransparency = 1.000
  991.         DropArrow.Position = UDim2.new(0.5, 0, 0.5, 0)
  992.         DropArrow.Selectable = true
  993.         DropArrow.Size = UDim2.new(0.779999971, 0, 0.980000019, 0)
  994.         DropArrow.ZIndex = 2
  995.         DropArrow.Image = "http://www.roblox.com/asset/?id=4726772330"
  996.         DropArrow.ScaleType = Enum.ScaleType.Slice
  997.         DropArrow.SliceScale = 0.000
  998.        
  999.         RealDrop.Name = "RealDrop"
  1000.         RealDrop.Parent = DropdownBGRound
  1001.         RealDrop.Active = true
  1002.         RealDrop.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1003.         RealDrop.BackgroundTransparency = 1.000
  1004.         RealDrop.ClipsDescendants = true
  1005.         RealDrop.Position = UDim2.new(-4.299, 0, 1.2, 0)
  1006.         RealDrop.Selectable = true
  1007.         RealDrop.Image = "rbxassetid://3570695787"
  1008.         RealDrop.ImageColor3 = Color3.fromRGB(42, 42, 42)
  1009.         RealDrop.ScaleType = Enum.ScaleType.Slice
  1010.         RealDrop.SliceCenter = Rect.new(100, 100, 100, 100)
  1011.         RealDrop.SliceScale = 0.080
  1012.         RealDrop.ZIndex = 5
  1013.         Scroll.Name = "Scroll"
  1014.         Scroll.Parent = RealDrop
  1015.         Scroll.Active = true
  1016.         Scroll.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1017.         Scroll.BackgroundTransparency = 1.000
  1018.         Scroll.BorderSizePixel = 0
  1019.         Scroll.Size = UDim2.new(1, 0, 1, 0)
  1020.         Scroll.CanvasSize = UDim2.new(0, 0, 0, 2)
  1021.         Scroll.ScrollBarThickness = 6
  1022.         Scroll.ZIndex = 6
  1023.    
  1024.         UIListLayout_5.Parent = Scroll
  1025.         UIListLayout_5.HorizontalAlignment = Enum.HorizontalAlignment.Center
  1026.         UIListLayout_5.SortOrder = Enum.SortOrder.LayoutOrder
  1027.        
  1028.         UIPadding_4.Parent = Scroll
  1029.         UIPadding_4.PaddingTop = UDim.new(0, 2)
  1030.        
  1031.         Selected.Name = "Selected"
  1032.         Selected.Parent = Dropdown
  1033.         Selected.Active = true
  1034.         Selected.AnchorPoint = Vector2.new(0.5, 0.5)
  1035.         Selected.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1036.         Selected.BackgroundTransparency = 1.000
  1037.         Selected.Position = UDim2.new(0.713999987, 0, 0.5, 0)
  1038.         Selected.Selectable = true
  1039.         Selected.Size = UDim2.new(0, 50, 1, -4)
  1040.         Selected.ZIndex = 2
  1041.         Selected.Image = "rbxassetid://3570695787"
  1042.         Selected.ImageColor3 = Color3.fromRGB(36, 36, 36)
  1043.         Selected.ScaleType = Enum.ScaleType.Slice
  1044.         Selected.SliceCenter = Rect.new(100, 100, 100, 100)
  1045.         Selected.SliceScale = 0.080
  1046.        
  1047.         Select.Name = "Select"
  1048.         Select.Parent = Selected
  1049.         Select.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1050.         Select.BackgroundTransparency = 1.000
  1051.         Select.Size = UDim2.new(1, 0, 1, 0)
  1052.         Select.ZIndex = 3
  1053.         Select.Font = Enum.Font.GothamSemibold
  1054.         Select.Text = ""
  1055.         Select.TextColor3 = Color3.fromRGB(255, 255, 255)
  1056.         Select.TextScaled = true
  1057.         Select.TextSize = 14.000
  1058.         Select.TextWrapped = true
  1059.        
  1060.         UIPadding_5.Parent = scroll
  1061.         UIPadding_5.PaddingTop = UDim.new(0, 10)
  1062.         local script = Instance.new('LocalScript', DropdownBGRound)
  1063.        
  1064.          if config[name][Title] then
  1065.             flag[Title] = config[name][Title]
  1066.             Select.Text = config[name][Title]
  1067.             callback(config[name][Title])
  1068.          end
  1069.    
  1070.         local e = false
  1071.         function Clcik()
  1072.             spawn(function()
  1073.             local s = Instance.new("Sound",workspace)
  1074.             s.SoundId = "rbxassetid://138097048"
  1075.             s.Volume = 2.5
  1076.             s.Playing = true
  1077.             wait(0.5)
  1078.                 s:Destroy()
  1079.             end)
  1080.         end
  1081.         local arrow = script.Parent.DropArrow
  1082.         local loo = arrow.Parent.RealDrop.Scroll
  1083.         for i,v in pairs(options) do
  1084.             local Drop = Instance.new("TextLabel")
  1085.             local DropperRound = Instance.new("ImageButton")
  1086.            
  1087.             Drop.Name = "Drop"
  1088.             Drop.Parent = Scroll
  1089.             Drop.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1090.             Drop.BackgroundTransparency = 1.000
  1091.             Drop.Size = UDim2.new(1, 0, 0, 25)
  1092.             Drop.ZIndex = 8
  1093.             Drop.Font = Enum.Font.GothamBold
  1094.             Drop.Text = v
  1095.             Drop.TextColor3 = Color3.fromRGB(255, 255, 255)
  1096.             Drop.TextSize = 14.000
  1097.             Drop.TextWrapped = true
  1098.            
  1099.             DropperRound.Name = "DropperRound"
  1100.             DropperRound.Parent = Drop
  1101.             DropperRound.AnchorPoint = Vector2.new(0.5, 0.5)
  1102.             DropperRound.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1103.             DropperRound.BackgroundTransparency = 1.000
  1104.             DropperRound.Position = UDim2.new(0.5, 0, 0.5, 0)
  1105.             DropperRound.Size = UDim2.new(1, -6, 0, 20)
  1106.             DropperRound.Image = "rbxassetid://3570695787"
  1107.             DropperRound.ImageColor3 = Color3.fromRGB(36, 36, 36)
  1108.             DropperRound.ScaleType = Enum.ScaleType.Slice
  1109.             DropperRound.SliceCenter = Rect.new(100, 100, 100, 100)
  1110.             DropperRound.SliceScale = 0.080
  1111.             DropperRound.ZIndex = 7
  1112.             Scroll.CanvasSize = Scroll.CanvasSize + UDim2.new(0, 0, 0, 25.5)
  1113.         end
  1114.         script.Parent.MouseButton1Click:Connect(function()
  1115.             Clcik()
  1116.             if e == false then e = true
  1117. game:GetService("TweenService"):Create(script.Parent.RealDrop,TweenInfo.new(0.3),{Size = UDim2.new(0,135,0,98)}):Play()
  1118.                 game:GetService("TweenService"):Create(arrow,TweenInfo.new(0.3),{Rotation = 180}):Play()
  1119.             else
  1120.                 e = false
  1121.                 game:GetService("TweenService"):Create(script.Parent.RealDrop,TweenInfo.new(0.3),{Size = UDim2.new(0,135,0,0)}):Play()
  1122.                 game:GetService("TweenService"):Create(arrow,TweenInfo.new(0.3),{Rotation = 0}):Play()
  1123.                 wait(0.3)
  1124.             end
  1125.         end)
  1126.         for i,v in pairs(loo:GetChildren()) do
  1127.             if v:IsA("TextLabel") then
  1128.                 v.DropperRound.MouseButton1Click:Connect(function()
  1129.                     game:GetService("TweenService"):Create(v.DropperRound,TweenInfo.new(0.3),{ImageColor3 = Color3.fromRGB(0,255,0)}):Play()
  1130.                     e = false
  1131.                     game:GetService("TweenService"):Create(script.Parent.RealDrop,TweenInfo.new(0.3),{Size = UDim2.new(0,135,0,0)}):Play()
  1132.                     game:GetService("TweenService"):Create(arrow,TweenInfo.new(0.3),{Rotation = 0}):Play()
  1133.                     script.Parent.Parent.Selected.Select.Text = v.Text
  1134.                     flag = v.Text
  1135.                     config[name][Title] = v.Text
  1136.                     callback(v.Text)
  1137.                     saveConfig()
  1138.                     wait(0.3)
  1139.                     game:GetService("TweenService"):Create(v.DropperRound,TweenInfo.new(0.3),{ImageColor3 = Color3.fromRGB(36,36,36)}):Play()
  1140.                 end)
  1141.             end
  1142.         end
  1143.        
  1144.     end
  1145.     return Win;
  1146. end
  1147.  
  1148.  
  1149. KeyEnter.Name = "KeyEnter"
  1150. KeyEnter.Parent = Main
  1151. KeyEnter.AnchorPoint = Vector2.new(0.5, 0)
  1152. KeyEnter.BackgroundColor3 = Color3.fromRGB(26, 26, 26)
  1153. KeyEnter.BackgroundTransparency = 1.000
  1154. KeyEnter.BorderSizePixel = 0
  1155. KeyEnter.Position = UDim2.new(0.5, 0, 0.300000012, 0)
  1156. KeyEnter.Size = UDim2.new(0, 200, 0, 40)
  1157. KeyEnter.Visible = false
  1158. KeyEnter.ZIndex = 4
  1159. KeyEnter.ClearTextOnFocus = false
  1160. KeyEnter.Font = Enum.Font.ArialBold
  1161. KeyEnter.PlaceholderColor3 = Color3.fromRGB(229, 196, 30)
  1162. KeyEnter.Text = ""
  1163. KeyEnter.TextColor3 = Color3.fromRGB(229, 196, 30)
  1164. KeyEnter.TextSize = 14.000
  1165. KeyEnter.TextWrapped = true
  1166.  
  1167. LoginButton.Name = "LoginButton"
  1168. LoginButton.Parent = KeyEnter
  1169. LoginButton.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  1170. LoginButton.BackgroundTransparency = 1.000
  1171. LoginButton.ClipsDescendants = true
  1172. LoginButton.Size = UDim2.new(0, 200, 0, 40)
  1173. LoginButton.Image = "rbxassetid://2790389767"
  1174. LoginButton.ImageColor3 = Color3.fromRGB(25, 25, 25)
  1175. LoginButton.ScaleType = Enum.ScaleType.Slice
  1176. LoginButton.SliceCenter = Rect.new(8, 8, 248, 248)
  1177.  
  1178. Title_2.Name = "Title"
  1179. Title_2.Parent = KeyEnter
  1180. Title_2.AnchorPoint = Vector2.new(0.5, 0.5)
  1181. Title_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1182. Title_2.BackgroundTransparency = 1.000
  1183. Title_2.BorderSizePixel = 0
  1184. Title_2.Position = UDim2.new(0.5, 0, -0.284999996, 0)
  1185. Title_2.Size = UDim2.new(1, -5, 0.479729742, -5)
  1186. Title_2.ZIndex = 5
  1187. Title_2.Font = Enum.Font.GothamSemibold
  1188. Title_2.Text = "Key"
  1189. Title_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  1190. Title_2.TextSize = 18.000
  1191. Title_2.TextStrokeTransparency = 0.000
  1192.  
  1193. LoginButton_2.Name = "LoginButton"
  1194. LoginButton_2.Parent = Main
  1195. LoginButton_2.AnchorPoint = Vector2.new(0.5, 0)
  1196. LoginButton_2.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  1197. LoginButton_2.BackgroundTransparency = 1.000
  1198. LoginButton_2.ClipsDescendants = true
  1199. LoginButton_2.Position = UDim2.new(0.5, 0, 0.583000004, 0)
  1200. LoginButton_2.Size = UDim2.new(0, 200, 0, 40)
  1201. LoginButton_2.Visible = false
  1202. LoginButton_2.ZIndex = 3
  1203. LoginButton_2.Image = "rbxassetid://2790389767"
  1204. LoginButton_2.ImageColor3 = Color3.fromRGB(25, 25, 25)
  1205. LoginButton_2.ScaleType = Enum.ScaleType.Slice
  1206. LoginButton_2.SliceCenter = Rect.new(8, 8, 248, 248)
  1207.  
  1208. Title_3.Name = "Title"
  1209. Title_3.Parent = LoginButton_2
  1210. Title_3.AnchorPoint = Vector2.new(0.5, 0.5)
  1211. Title_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1212. Title_3.BackgroundTransparency = 1.000
  1213. Title_3.BorderSizePixel = 0
  1214. Title_3.Position = UDim2.new(0.5, 0, 0.5, 0)
  1215. Title_3.Size = UDim2.new(1, -5, 1, -5)
  1216. Title_3.ZIndex = 5
  1217. Title_3.Font = Enum.Font.GothamSemibold
  1218. Title_3.Text = "Login"
  1219. Title_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  1220. Title_3.TextSize = 18.000
  1221. Title_3.TextStrokeTransparency = 0.000
  1222.  
  1223. GameSupport.Name = "GameSupport"
  1224. GameSupport.Parent = Main
  1225. GameSupport.Active = true
  1226. GameSupport.AnchorPoint = Vector2.new(0.5, 0)
  1227. GameSupport.BackgroundColor3 = Color3.fromRGB(34, 34, 34)
  1228. GameSupport.BackgroundTransparency = 1.000
  1229. GameSupport.BorderSizePixel = 0
  1230. GameSupport.Position = UDim2.new(0.5, 0, 0.800000012, 0)
  1231. GameSupport.Selectable = true
  1232. GameSupport.Size = UDim2.new(0, 185, 0, 15)
  1233. GameSupport.Visible = false
  1234. GameSupport.Font = Enum.Font.GothamBold
  1235. GameSupport.Text = "      Game Not Supported"
  1236. GameSupport.TextColor3 = Color3.fromRGB(255, 69, 72)
  1237. GameSupport.TextSize = 14.000
  1238. GameSupport.TextStrokeTransparency = 0.000
  1239. GameSupport.TextWrapped = true
  1240. GameSupport.TextXAlignment = Enum.TextXAlignment.Left
  1241.  
  1242. Support.Name = "Support"
  1243. Support.Parent = GameSupport
  1244. Support.AnchorPoint = Vector2.new(0, 0.5)
  1245. Support.BackgroundTransparency = 1.000
  1246. Support.Position = UDim2.new(0, 0, 0.5, 0)
  1247. Support.Size = UDim2.new(0, 20, 1, 5)
  1248. Support.ZIndex = 2
  1249. Support.Image = "rbxassetid://3926305904"
  1250. Support.ImageRectOffset = Vector2.new(524, 844)
  1251. Support.ImageRectSize = Vector2.new(36, 36)
  1252.  
  1253. Important.Name = "Important"
  1254. Important.Parent = Main
  1255. Important.AnchorPoint = Vector2.new(0.5, 0.5)
  1256. Important.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1257. Important.BackgroundTransparency = 1.000
  1258. Important.Position = UDim2.new(0.5, 0, 0.453041583, 0)
  1259. Important.Size = UDim2.new(0, 200, 0, 21)
  1260. Important.Visible = false
  1261. Important.Font = Enum.Font.GothamBlack
  1262. Important.Text = "Thanks for using Slaxx Hub!"
  1263. Important.TextColor3 = Color3.fromRGB(255, 255, 255)
  1264. Important.TextSize = 15.000
  1265.  
  1266. TextLabel.Parent = Important
  1267. TextLabel.AnchorPoint = Vector2.new(0.5, 0.5)
  1268. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1269. TextLabel.BackgroundTransparency = 1.000
  1270. TextLabel.Position = UDim2.new(0.5, 0, 1.51300001, 0)
  1271. TextLabel.Size = UDim2.new(0, 200, 0, 21)
  1272. TextLabel.Font = Enum.Font.GothamSemibold
  1273. TextLabel.Text = "Click the menu icon to see"
  1274. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  1275. TextLabel.TextSize = 12.000
  1276.  
  1277. TextLabel_2.Parent = Important
  1278. TextLabel_2.AnchorPoint = Vector2.new(0.5, 0.5)
  1279. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1280. TextLabel_2.BackgroundTransparency = 1.000
  1281. TextLabel_2.Position = UDim2.new(0.5, 0, 2.56999993, 0)
  1282. TextLabel_2.Size = UDim2.new(0, 200, 0, 21)
  1283. TextLabel_2.Font = Enum.Font.GothamSemibold
  1284. TextLabel_2.Text = "the games, changes, and scripts!"
  1285. TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  1286. TextLabel_2.TextSize = 12.000
  1287.  
  1288. Loader.Name = "Loader"
  1289. Loader.Parent = SlaxxHub
  1290. Loader.Active = true
  1291. Loader.AnchorPoint = Vector2.new(0.5, 0.5)
  1292. Loader.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1293. Loader.BackgroundTransparency = 1.000
  1294. Loader.BorderSizePixel = 0
  1295. Loader.ClipsDescendants = true
  1296. Loader.Position = UDim2.new(0.5, 0, 0.43599999, 0)
  1297. Loader.Selectable = true
  1298. Loader.Image = "rbxassetid://3570695787"
  1299. Loader.ImageColor3 = Color3.fromRGB(34, 34, 34)
  1300. Loader.ScaleType = Enum.ScaleType.Slice
  1301. Loader.SliceCenter = Rect.new(100, 100, 100, 100)
  1302. Loader.SliceScale = 0.080
  1303.  
  1304. Title_4.Name = "Title"
  1305. Title_4.Parent = Loader
  1306. Title_4.Active = true
  1307. Title_4.BackgroundColor3 = Color3.fromRGB(34, 34, 34)
  1308. Title_4.BackgroundTransparency = 1.000
  1309. Title_4.BorderSizePixel = 0
  1310. Title_4.Selectable = true
  1311. Title_4.Size = UDim2.new(0, 225, 0, 21)
  1312. Title_4.Font = Enum.Font.GothamBold
  1313. Title_4.Text = " Slaxx Hub"
  1314. Title_4.TextColor3 = Color3.fromRGB(255, 255, 255)
  1315. Title_4.TextSize = 20.000
  1316. Title_4.TextStrokeTransparency = 0.000
  1317. Title_4.TextXAlignment = Enum.TextXAlignment.Left
  1318.  
  1319. UIGradient_2.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(255, 255, 255)), ColorSequenceKeypoint.new(0.35, Color3.fromRGB(229, 196, 30)), ColorSequenceKeypoint.new(0.70, Color3.fromRGB(229, 196, 30)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(255, 255, 255))}
  1320. UIGradient_2.Offset = Vector2.new(-0.649999976, 0)
  1321. UIGradient_2.Rotation = 35
  1322. UIGradient_2.Parent = Title_4
  1323.  
  1324. LoadBG.Name = "LoadBG"
  1325. LoadBG.Parent = Loader
  1326. LoadBG.Active = true
  1327. LoadBG.AnchorPoint = Vector2.new(0.5, 0.5)
  1328. LoadBG.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1329. LoadBG.BackgroundTransparency = 1.000
  1330. LoadBG.Position = UDim2.new(0.5, 0, 0.75, 0)
  1331. LoadBG.Selectable = true
  1332. LoadBG.Size = UDim2.new(1, -8, 0, 14)
  1333. LoadBG.Image = "rbxassetid://3570695787"
  1334. LoadBG.ImageColor3 = Color3.fromRGB(42, 42, 42)
  1335. LoadBG.ScaleType = Enum.ScaleType.Slice
  1336. LoadBG.SliceCenter = Rect.new(100, 100, 100, 100)
  1337. LoadBG.SliceScale = 0.080
  1338.  
  1339. Load.Name = "Load"
  1340. Load.Parent = Loader
  1341. Load.Active = true
  1342. Load.AnchorPoint = Vector2.new(0, 0.5)
  1343. Load.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1344. Load.BackgroundTransparency = 1.000
  1345. Load.Position = UDim2.new(0.0177777782, 0, 0.75, 0)
  1346. Load.Selectable = true
  1347. Load.Size = UDim2.new(0, 0, 0, 14)
  1348. Load.ZIndex = 2
  1349. Load.Image = "rbxassetid://3570695787"
  1350. Load.ScaleType = Enum.ScaleType.Slice
  1351. Load.SliceCenter = Rect.new(100, 100, 100, 100)
  1352. Load.SliceScale = 0.080
  1353.  
  1354. UIGradient_3.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(170, 0, 255)), ColorSequenceKeypoint.new(0.49, Color3.fromRGB(219, 75, 255)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(170, 0, 255))}
  1355. UIGradient_3.Parent = Load
  1356.  
  1357. LoadText.Name = "LoadText"
  1358. LoadText.Parent = Loader
  1359. LoadText.Active = true
  1360. LoadText.BackgroundColor3 = Color3.fromRGB(34, 34, 34)
  1361. LoadText.BackgroundTransparency = 1.000
  1362. LoadText.BorderSizePixel = 0
  1363. LoadText.Position = UDim2.new(0.0177777782, 0, 0.412500024, 0)
  1364. LoadText.Selectable = true
  1365. LoadText.Size = UDim2.new(1, -8, 0, 14)
  1366. LoadText.Font = Enum.Font.GothamBold
  1367. LoadText.Text = "Loading..."
  1368. LoadText.TextColor3 = Color3.fromRGB(170, 0, 255)
  1369. LoadText.TextSize = 16.000
  1370. LoadText.TextStrokeTransparency = 0.000
  1371. LoadText.TextXAlignment = Enum.TextXAlignment.Left
  1372.  
  1373. function Library:Reload()
  1374. local function AVCGAOZ_fake_script() -- UIGradient.LocalScript
  1375.     local script = Instance.new('LocalScript', UIGradient)
  1376.  
  1377.     local button = script.Parent
  1378.     local gradient = button
  1379.     local ts = game:GetService("TweenService")
  1380.     local ti = TweenInfo.new(2.4, Enum.EasingStyle.Circular, Enum.EasingDirection.Out)
  1381.     local offset1 = {Offset = Vector2.new(0.65, 0)}
  1382.     local create = ts:Create(gradient, ti, offset1)
  1383.     local startingPos = Vector2.new(-0.65, 0) --start on the right, tween to the left so it looks like the shine went from left to right
  1384.     local addWait = 0 --the amount of seconds between each couplet of shines
  1385.     gradient.Offset = startingPos
  1386.    
  1387.     local function animate()
  1388.        
  1389.         create:Play()
  1390.         create.Completed:Wait() --wait for tween to stop
  1391.         gradient.Offset = startingPos --reset offset
  1392.         create:Play() --play again (I did this only 2 times per "couplet", you can do it more times if you want)
  1393.         create.Completed:Wait()
  1394.         gradient.Offset = startingPos
  1395.         wait(addWait) --wait some bit before the next couplet
  1396.         animate() --call itself to make this into a loop
  1397.        
  1398.     end
  1399.    
  1400.     animate() --but we still need to initially call it
  1401. end
  1402. coroutine.wrap(AVCGAOZ_fake_script)()
  1403. local function VVSB_fake_script() -- scroll.LocalScript
  1404.     local script = Instance.new('LocalScript', scroll)
  1405.  
  1406.     function clicksound()
  1407.         spawn(function()
  1408.         local s = Instance.new("Sound",workspace)
  1409.         s.SoundId = "rbxassetid://421058925"
  1410.         s.Volume = 1.5
  1411.         s.Playing = true
  1412.         wait(0.5)
  1413.             s:Destroy()
  1414.         end)
  1415.     end
  1416.     local amnow = ""
  1417.     for i,v in pairs(script.Parent:GetChildren()) do
  1418.         if v:IsA("TextButton") then
  1419.             v.MouseEnter:Connect(function()
  1420.                 game:GetService("TweenService"):Create(v,TweenInfo.new(0.3),{TextColor3 = Color3.fromRGB(229, 196, 30)}):Play()
  1421.             end)
  1422.             v.MouseLeave:Connect(function()
  1423.                 game:GetService("TweenService"):Create(v,TweenInfo.new(0.3),{TextColor3 = Color3.fromRGB(255, 255, 255)}):Play()
  1424.             end)
  1425.             v.MouseButton1Click:Connect(function()
  1426.                 if amnow ~= v.Name then
  1427.                     clicksound()
  1428.                     if script.Parent:findFirstChild(amnow) ~= nil then
  1429.                         script.Parent:findFirstChild(amnow)[amnow.." List"]:TweenSize(UDim2.new(0, 0,0,0),"In","Linear",0.15,true,nil)
  1430.                     end
  1431.                         v[v.Name.." List"]:TweenSize(UDim2.new(0, 225,0,270),"Out","Linear",0.15,true,nil)
  1432.                         amnow = v.Name
  1433.                 elseif amnow == v.Name then
  1434.                     clicksound()
  1435.                     v[v.Name.." List"]:TweenSize(UDim2.new(0,0,0,0),"Out","Linear",0.15,true,nil)
  1436.                     amnow = ""
  1437.                 end
  1438.             end)
  1439.             for i,d in pairs(v[v.Name.." List"][v.Name.." List"]:GetChildren())do
  1440.                 if d:IsA("TextButton") then
  1441.                     d.MouseEnter:Connect(function()
  1442.                         game:GetService("TweenService"):Create(d,TweenInfo.new(0.15),{TextColor3 = Color3.fromRGB(229, 196, 30)} ):Play()
  1443.                     end)
  1444.                     d.MouseLeave:Connect(function()
  1445.                         game:GetService("TweenService"):Create(d,TweenInfo.new(0.15),{TextColor3 = Color3.fromRGB(255, 255, 255)}):Play()
  1446.                     end)
  1447.                     d.MouseButton1Click:Connect(function()
  1448.                         clicksound()
  1449.                     end)
  1450.                 end
  1451.             end
  1452.         end
  1453.     end
  1454. end
  1455. coroutine.wrap(VVSB_fake_script)()
  1456. local function RMDV_fake_script() -- reorder.LocalScript
  1457.     local script = Instance.new('LocalScript', reorder)
  1458.  
  1459.     function clicksound()
  1460.         spawn(function()
  1461.         local s = Instance.new("Sound",workspace)
  1462.         s.SoundId = "rbxassetid://421058925"
  1463.         s.Volume = 2.5
  1464.         s.Playing = true
  1465.         wait(0.5)
  1466.             s:Destroy()
  1467.         end)
  1468.     end
  1469.     local tog = false
  1470.     script.Parent.MouseButton1Click:Connect(function()
  1471.         if tog == false then
  1472.             script.Parent.Open:TweenSize(UDim2.new(0,225,0,270),"Out","Linear",0.3,false,nil)
  1473.            
  1474.             tog = true
  1475.             game:GetService("TweenService"):Create(script.Parent,TweenInfo.new(0.3),{ImageColor3 = Color3.fromRGB(229, 196, 30)}):Play()
  1476.             clicksound()
  1477.             wait(0.25)
  1478.             script.Parent.Open.ClipsDescendants = false
  1479.         else
  1480.             tog = false
  1481.             clicksound()
  1482.             script.Parent.Open:TweenSize(UDim2.new(0,0,0,0),"Out","Linear",0.3,false,nil)
  1483.             script.Parent.Open.ClipsDescendants = true
  1484.             game:GetService("TweenService"):Create(script.Parent,TweenInfo.new(0.3),{ImageColor3 = Color3.fromRGB(255, 255, 255)}):Play()
  1485.         end
  1486.     end)
  1487.     script.Parent.MouseEnter:Connect(function()
  1488.         game:GetService("TweenService"):Create(script.Parent,TweenInfo.new(0.3),{ImageColor3 = Color3.fromRGB(229, 196, 30)}):Play()
  1489.     end)
  1490.     script.Parent.MouseLeave:Connect(function()
  1491.         if tog == false then
  1492.             game:GetService("TweenService"):Create(script.Parent,TweenInfo.new(0.3),{ImageColor3 = Color3.fromRGB(255, 255, 255)}):Play()
  1493.         end
  1494.     end)
  1495. end
  1496. coroutine.wrap(RMDV_fake_script)()
  1497. local function MWBIP_fake_script() -- Main.LocalScript
  1498.     local script = Instance.new('LocalScript', Main)
  1499.  
  1500.     toggled = true
  1501.      old = script.Parent.Position
  1502.     local blur = Instance.new("BlurEffect",game.Lighting)
  1503.     blur.Enabled = true
  1504.     blur.Size = 12
  1505.     function hidesound()
  1506.         spawn(function()
  1507.         local s = Instance.new("Sound",workspace)
  1508.         s.SoundId = "rbxassetid://138097048"
  1509.         s.Volume = 2.5
  1510.         s.Playing = true
  1511.         wait(0.5)
  1512.             s:Destroy()
  1513.         end)
  1514.     end
  1515.     local Light = script.Parent
  1516.         game:GetService('UserInputService').InputBegan:connect(function(key, gpe)
  1517.             if (not gpe) then
  1518.                 if (key.KeyCode) == Enum.KeyCode[(("RightShift"))] then
  1519.                     toggled = not toggled;
  1520.                     if toggled == true then
  1521.                         blur.Enabled = true
  1522.                         hidesound()
  1523.                         Light:TweenPosition(UDim2.new(0.5, 0,0.321, 0),"In","Quad",0.15,true)
  1524.                     else
  1525.                     old = Light.Position
  1526.                     blur.Enabled = false
  1527.                         hidesound()
  1528.                         Light:TweenPosition(UDim2.new(0.5, 0, 1.5,0),"Out","Quad",0.15,true)
  1529.                     end
  1530.                 end
  1531.         end
  1532.     end)
  1533. end
  1534. coroutine.wrap(MWBIP_fake_script)()
  1535. local function FLDCC_fake_script() -- KeyEnter.Test
  1536.     local script = Instance.new('LocalScript', KeyEnter)
  1537.  
  1538.     function pressSound()
  1539.         spawn(function()
  1540.         local s = Instance.new("Sound",workspace)
  1541.         s.SoundId = "rbxassetid://5231386761"
  1542.         s.Volume = 1.25
  1543.         s.Playing = true
  1544.         wait(0.5)
  1545.             s:Destroy()
  1546.         end)
  1547.     end
  1548.     local foc = false;
  1549.     script.Parent.MouseEnter:Connect(function()
  1550.         game:GetService("TweenService"):Create(script.Parent.Title, TweenInfo.new(0.3), {TextColor3 = Color3.fromRGB(229, 196, 30)}):Play()
  1551.     end)
  1552.     script.Parent.MouseLeave:Connect(function()
  1553.         if foc == false then
  1554.         game:GetService("TweenService"):Create(script.Parent.Title, TweenInfo.new(0.3), {TextColor3 = Color3.fromRGB(255,255,255)}):Play()
  1555.         end
  1556.     end)
  1557.     script.Parent.Focused:Connect(function() foc = true
  1558.         game:GetService("TweenService"):Create(script.Parent.Title, TweenInfo.new(0.3), {TextColor3 = Color3.fromRGB(229, 196, 30)}):Play()
  1559.     end)
  1560.     script.Parent.FocusLost:Connect(function() foc = false
  1561.         game:GetService("TweenService"):Create(script.Parent.Title, TweenInfo.new(0.3), {TextColor3 = Color3.fromRGB(255,255,255)}):Play()
  1562.     end)
  1563.     script.Parent:GetPropertyChangedSignal("Text"):Connect(function()
  1564.         pressSound()
  1565.     end)
  1566. end
  1567. coroutine.wrap(FLDCC_fake_script)()
  1568. local function BWBZVDO_fake_script() -- LoginButton_2.Load
  1569.     local script = Instance.new('LocalScript', LoginButton_2)
  1570.     wait(6.71)
  1571.         local tween = game:GetService("TweenService")
  1572.         --tween:Create(script.Parent.Parent.reorder,TweenInfo.new(0.2),{Position = UDim2.new(0.943,0,0,0)}):Play()
  1573.         wait(1.6)
  1574.             script.Parent.Parent.KeyEnter:Destroy()
  1575.         script.Parent.Parent.Important.Visible = true
  1576.         script.Parent:Destroy()
  1577.                    
  1578. end
  1579. coroutine.wrap(BWBZVDO_fake_script)()
  1580. local function OPMT_fake_script() -- GameSupport.LocalScript
  1581.     local script = Instance.new('LocalScript', GameSupport)
  1582.     local support = false
  1583.     for i,v in pairs(_G.Games) do
  1584.         if game.PlaceId == v[2] then
  1585.             support = true
  1586.             print("GAME SUPPORTED!")
  1587.         end
  1588.     end
  1589.     if support == true  then
  1590.        
  1591.         game:GetService("TweenService"):Create(script.Parent.Support, TweenInfo.new(0.3), {ImageTransparency = 1}):Play()
  1592.         game:GetService("TweenService"):Create(script.Parent, TweenInfo.new(0.3), {TextTransparency = 1}):Play()
  1593.         wait(0.6)
  1594.         script.Parent.Support.ImageRectOffset = Vector2.new(284, 764)
  1595.         script.Parent.Text = "      Game Supported"
  1596.         game:GetService("TweenService"):Create(script.Parent.Support, TweenInfo.new(1.2), {ImageTransparency = 0, ImageColor3 = Color3.fromRGB(229, 196, 30)}):Play()
  1597.         game:GetService("TweenService"):Create(script.Parent,TweenInfo.new(1.2),{TextColor3 = Color3.fromRGB(229, 196, 30),TextTransparency = 0}):Play()
  1598.         wait(1.2)
  1599.     else
  1600.        
  1601.         game:GetService("TweenService"):Create(script.Parent.Support, TweenInfo.new(0.3), {ImageTransparency = 1}):Play()
  1602.         game:GetService("TweenService"):Create(script.Parent, TweenInfo.new(0.3), {TextTransparency = 1}):Play()
  1603.         wait(0.6)
  1604.         script.Parent.Support.ImageRectOffset = Vector2.new(524, 844)
  1605.         script.Parent.Text = "      Game Not Supported"
  1606.         game:GetService("TweenService"):Create(script.Parent.Support, TweenInfo.new(1.2), {ImageTransparency = 0, ImageColor3 = Color3.fromRGB(229, 196, 30)}):Play()
  1607.         game:GetService("TweenService"):Create(script.Parent,TweenInfo.new(1.2),{TextColor3 = Color3.fromRGB(229, 196, 30),TextTransparency = 0}):Play()
  1608.         wait(1.2)
  1609.         end
  1610.    
  1611. end
  1612. coroutine.wrap(OPMT_fake_script)()
  1613. local function WWSBR_fake_script() -- UIGradient_2.LocalScript
  1614.     local script = Instance.new('LocalScript', UIGradient_2)
  1615.  
  1616.     local button = script.Parent
  1617.     local gradient = button
  1618.     local ts = game:GetService("TweenService")
  1619.     local ti = TweenInfo.new(2.4, Enum.EasingStyle.Circular, Enum.EasingDirection.Out)
  1620.     local offset1 = {Offset = Vector2.new(0.65, 0)}
  1621.     local create = ts:Create(gradient, ti, offset1)
  1622.     local startingPos = Vector2.new(-0.65, 0) --start on the right, tween to the left so it looks like the shine went from left to right
  1623.     local addWait = 0 --the amount of seconds between each couplet of shines
  1624.     gradient.Offset = startingPos
  1625.    
  1626.     local function animate()
  1627.        
  1628.         create:Play()
  1629.         create.Completed:Wait() --wait for tween to stop
  1630.         gradient.Offset = startingPos --reset offset
  1631.         create:Play() --play again (I did this only 2 times per "couplet", you can do it more times if you want)
  1632.         create.Completed:Wait()
  1633.         gradient.Offset = startingPos
  1634.         wait(addWait) --wait some bit before the next couplet
  1635.         animate() --call itself to make this into a loop
  1636.        
  1637.     end
  1638.    
  1639.     animate() --but we still need to initially call it
  1640. end
  1641. coroutine.wrap(WWSBR_fake_script)()
  1642. local function NMTYEOS_fake_script() -- UIGradient_3.LocalScript
  1643.     local script = Instance.new('LocalScript', UIGradient_3)
  1644.  
  1645.     script.Parent.Parent.Parent.Size = UDim2.new(0,0,0,0)
  1646.     script.Parent.Parent.Parent.Parent.Main.Visible = false
  1647.     spawn(function()
  1648.     local button = script.Parent
  1649.     local gradient = button
  1650.     local ts = game:GetService("TweenService")
  1651.     local ti = TweenInfo.new(0.95, Enum.EasingStyle.Circular, Enum.EasingDirection.Out)
  1652.     local offset1 = {Offset = Vector2.new(1.05, 0)}
  1653.     local create = ts:Create(gradient, ti, offset1)
  1654.     local startingPos = Vector2.new(-1.05, 0) --start on the right, tween to the left so it looks like the shine went from left to right
  1655.     local addWait = 0 --the amount of seconds between each couplet of shines
  1656.     gradient.Offset = startingPos
  1657.     local function animate()
  1658.        
  1659.         create:Play()
  1660.         create.Completed:Wait() --wait for tween to stop
  1661.         gradient.Offset = startingPos --reset offset
  1662.         create:Play() --play again (I did this only 2 times per "couplet", you can do it more times if you want)
  1663.         create.Completed:Wait()
  1664.         gradient.Offset = startingPos
  1665.         wait(addWait) --wait some bit before the next couplet
  1666.         animate() --call itself to make this into a loop
  1667.        
  1668.     end
  1669.     animate() --but we still need to initially call it
  1670.     end)
  1671.     local move = script.Parent.Parent
  1672.     local txt = script.Parent.Parent.Parent.LoadText
  1673.     function tween(thing,time,edits)
  1674.         game:GetService("TweenService"):Create(thing,TweenInfo.new(time),edits):Play()
  1675.     end
  1676.     tween(script.Parent.Parent.Parent,0.6,{Size = UDim2.new(0,225,0,80)})
  1677.     wait(0.6)
  1678.    
  1679.     function acceptsound()
  1680.         spawn(function()
  1681.         local s = Instance.new("Sound",workspace)
  1682.         s.SoundId = "rbxassetid://1292194857"
  1683.         s.Volume = 2.5
  1684.         s.Playing = true
  1685.         wait(1.8)
  1686.             s:Destroy()
  1687.         end)
  1688.     end
  1689.     wait(0.5)
  1690.     txt.Text = "Getting Keys..."
  1691.     tween(move,1.3,{Size = UDim2.new(0,63,0,14)})
  1692.     wait(1.5)
  1693.     txt.Text = "Extracting Files..."
  1694.     tween(move,0.5,{Size = UDim2.new(0,121,0,14)})
  1695.     wait(0.51)
  1696.     txt.Text = "Bypassing Anticheat..."
  1697.     tween(move,0.6,{Size = UDim2.new(0,164,0,14)})
  1698.     wait(0.7)
  1699.     txt.Text = "Obfuscating Scripts..."
  1700.     tween(move,1.2,{Size = UDim2.new(0,217,0,14)})
  1701.     wait(1.3)
  1702.     txt.Text = "Loaded!!!"
  1703.     acceptsound()
  1704.     wait(1.2)
  1705.     tween(move.Parent,0.4,{Size = UDim2.new(0,0,0,0)})
  1706.     wait(0.4)
  1707.     move.Parent.Parent.Main.Size = UDim2.new(0,0,0,0)
  1708.     move.Parent.Parent.Main.Visible = true
  1709.     move.Parent.Parent.Main.ClipsDescendants = true
  1710.     tween(move.Parent.Parent.Main,0.4,{Size = UDim2.new(0,225,0,300)})
  1711.     wait(0.5)
  1712.     move.Parent.Parent.Main.ClipsDescendants = false
  1713.     move.Parent:Destroy()
  1714. end
  1715. coroutine.wrap(NMTYEOS_fake_script)()
  1716. end
  1717. return Library;
Add Comment
Please, Sign In to add comment