SkeletalScripts

sd

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