The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Ren Hub [Blox Fruits 17.2] script pastebin roblox
By Ren Hub [Blox Fruits 17.2] on 2024-09-22 08:00 am | Syntax: LUA | Views: 10



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. local placeId = game.PlaceId
  2. if placeId == 2753915549 or placeId == 4442272183 or placeId == 7449423635 then
  3.     BF = true
  4. elseif placeId == 3237168 then
  5.     OPL = true
  6. elseif placeId == 914010731 then
  7.     RO = true
  8. elseif placeId == 6299805723 then
  9.     AFS = true
  10. elseif placeId == 4520749081 or placeId == 6381829480 or placeId == 5931540094 then
  11.         KL = true
  12. elseif placeId == 4042427666 then
  13.     ANS = true
  14. elseif placeId == 2809202155 then
  15.     YBA = true
  16.     print("\n game not support")
  17. end
  18. spawn(function()
  19.         while wait() do
  20.                 print("JayKung#8973 ")
  21.         end
  22. end)
  23. if BF then
  24.         repeat wait() until game:IsLoaded()
  25.         if getgenv().Setting then else
  26.                 getgenv().Setting = {
  27.                         ["Join Team"] = "Pirate", -- "Pirate","Marine"
  28.                         ["Auto Farm Level"] = false,
  29.                
  30.                         -- Setting etc
  31.                         ["Select Weapon"] = "",
  32.                         ["Auto Rejoin"] = false,
  33.                
  34.                         -- Old World
  35.                         ["Auto New World"] = false,
  36.                
  37.                         -- New World
  38.                         ["Auto Factory"] = false,
  39.                         ["Auto third World"] = false,
  40.                
  41.                         -- New Fighting Styles & etc
  42.                         ["Auto Superhuman"] = false,
  43.                         ["Auto Superhuman [Full]"] = false,
  44.                         ["Auto Death Step"] = false,
  45.                         ["Auto Dragon Talon"] = false,
  46.                         ["Auto Electric Clow"] = false,
  47.                         ["Auto Buy Legendary Sword"] = false,
  48.                         ["Auto Buy Legendary Sword Hop"] = false,
  49.                         ["Auto Buy Enhancement"] = false,
  50.                         ["Auto Farm Select Boss Hop"] = false,
  51.                
  52.                         -- Auto Stats
  53.                         ["Melee"] = false,
  54.                         ["Defense"] = false,
  55.                         ["Sword"] = false,
  56.                         ["Gun"] = false,
  57.                         ["Demon Fruit"] = false,
  58.                
  59.                         -- Use Candy
  60.                         ["Auto Buy Exp x2"] = false,
  61.                         ["Auto Buy Exp x2[ Exp Expire ]"] = false,
  62.        
  63.                         -- Players
  64.                         ["Bounty Hop"] = false
  65.                 }
  66.         end
  67.        
  68.         if not game:IsLoaded() then game.Loaded:Wait() end
  69.         repeat wait() until game.Players
  70.         repeat wait() until game.Players.LocalPlayer
  71.         repeat wait() until game.ReplicatedStorage
  72.         repeat wait() until game.ReplicatedStorage:FindFirstChild("Remotes");
  73.         repeat wait() until game.Players.LocalPlayer:FindFirstChild("PlayerGui");
  74.         repeat wait() until game.Players.LocalPlayer.PlayerGui:FindFirstChild("Main");
  75.         repeat wait()
  76.                 if game:GetService("Players").LocalPlayer.PlayerGui:WaitForChild("Main").ChooseTeam.Visible == true then
  77.                         if getgenv().Setting["Join Team"] == "Pirate" then
  78.                                 game:GetService("Players")["LocalPlayer"].PlayerGui.Main.ChooseTeam.Container.Pirates.Frame.ViewportFrame.TextButton.Size = UDim2.new(0, 10000, 0, 10000)
  79.                                 game:GetService("Players")["LocalPlayer"].PlayerGui.Main.ChooseTeam.Container.Pirates.Frame.ViewportFrame.TextButton.Position = UDim2.new(-4, 0, -5, 0)
  80.                                 game:GetService("Players")["LocalPlayer"].PlayerGui.Main.ChooseTeam.Container.Pirates.Frame.ViewportFrame.TextButton.BackgroundTransparency = 1
  81.                                 wait(.5)
  82.                                 game:GetService'VirtualUser':Button1Down(Vector2.new(99,99))
  83.                                 game:GetService'VirtualUser':Button1Up(Vector2.new(99,99))
  84.                         elseif getgenv().Setting["Join Team"] == "Marine" then
  85.                                 game:GetService("Players")["LocalPlayer"].PlayerGui.Main.ChooseTeam.Container.Marines.Frame.ViewportFrame.TextButton.Size = UDim2.new(0, 10000, 0, 10000)
  86.                                 game:GetService("Players")["LocalPlayer"].PlayerGui.Main.ChooseTeam.Container.Marines.Frame.ViewportFrame.TextButton.Position = UDim2.new(-4, 0, -5, 0)
  87.                                 game:GetService("Players")["LocalPlayer"].PlayerGui.Main.ChooseTeam.Container.Marines.Frame.ViewportFrame.TextButton.BackgroundTransparency = 1
  88.                                 wait(.5)
  89.                                 game:GetService'VirtualUser':Button1Down(Vector2.new(99,99))
  90.                                 game:GetService'VirtualUser':Button1Up(Vector2.new(99,99))
  91.                         else
  92.                                 game:GetService("Players")["LocalPlayer"].PlayerGui.Main.ChooseTeam.Container.Pirates.Frame.ViewportFrame.TextButton.Size = UDim2.new(0, 10000, 0, 10000)
  93.                                 game:GetService("Players")["LocalPlayer"].PlayerGui.Main.ChooseTeam.Container.Pirates.Frame.ViewportFrame.TextButton.Position = UDim2.new(-4, 0, -5, 0)
  94.                                 game:GetService("Players")["LocalPlayer"].PlayerGui.Main.ChooseTeam.Container.Pirates.Frame.ViewportFrame.TextButton.BackgroundTransparency = 1
  95.                                 wait(.5)
  96.                                 game:GetService'VirtualUser':Button1Down(Vector2.new(99,99))
  97.                                 game:GetService'VirtualUser':Button1Up(Vector2.new(99,99))
  98.                         end
  99.                 end
  100.         until game.Players.LocalPlayer.Team ~= nil and game:IsLoaded()
  101.        
  102.         wait(1)
  103.        
  104.         if game.CoreGui.RobloxGui:FindFirstChild("Voice Chat Ui") then game.CoreGui.RobloxGui:FindFirstChild("Voice Chat Ui"):Destroy() end
  105.         local library = {RainbowColorValue = 0, HueSelectionPosition = 0}
  106.         local PresetColor = Color3.fromRGB(255, 0, 0)
  107.         local UserInputService = game:GetService("UserInputService")
  108.         local TweenService = game:GetService("TweenService")
  109.         local RunService = game:GetService("RunService")
  110.         local LocalPlayer = game:GetService("Players").LocalPlayer
  111.         local MyNameIs = LocalPlayer.Name
  112.         local Mouse = LocalPlayer:GetMouse()
  113.         local CloseBind = Enum.KeyCode.RightControl
  114.        
  115.         local ScreenGui = Instance.new("ScreenGui")
  116.         local TabButtonLayout = Instance.new("UIListLayout")
  117.        
  118.         ScreenGui.Name = "Voice Chat Ui"
  119.         ScreenGui.Parent = game.CoreGui.RobloxGui
  120.         local uitoggled = false
  121.         UserInputService.InputBegan:Connect(function(io, p)
  122.                 if io.KeyCode == Enum.KeyCode.RightControl then
  123.                         if uitoggled == false then
  124.                                 ScreenGui.Enabled = false
  125.                                 uitoggled = true
  126.                         else
  127.                                 ScreenGui.Enabled = true
  128.                                 uitoggled = false
  129.                         end
  130.                 end
  131.         end)
  132.        
  133.         coroutine.wrap(
  134.                 function()
  135.                         while wait() do
  136.                                 library.RainbowColorValue = library.RainbowColorValue + 1 / 255
  137.                                 library.HueSelectionPosition = library.HueSelectionPosition + 1
  138.        
  139.                                 if library.RainbowColorValue >= 1 then
  140.                                         library.RainbowColorValue = 0
  141.                                 end
  142.        
  143.                                 if library.HueSelectionPosition == 80 then
  144.                                         library.HueSelectionPosition = 0
  145.                                 end
  146.                         end
  147.                 end
  148.         )()
  149.        
  150.         local function MakeDraggable(topbarobject, object)
  151.                 local Dragging = nil
  152.                 local DragInput = nil
  153.                 local DragStart = nil
  154.                 local StartPosition = nil
  155.        
  156.                 local function Update(input)
  157.                         local Delta = input.Position - DragStart
  158.                         local pos =
  159.                                 UDim2.new(
  160.                                         StartPosition.X.Scale,
  161.                                         StartPosition.X.Offset + Delta.X,
  162.                                         StartPosition.Y.Scale,
  163.                                         StartPosition.Y.Offset + Delta.Y
  164.                                 )
  165.                         object.Position = pos
  166.                 end
  167.        
  168.                 topbarobject.InputBegan:Connect(
  169.                         function(input)
  170.                                 if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  171.                                         Dragging = true
  172.                                         DragStart = input.Position
  173.                                         StartPosition = object.Position
  174.        
  175.                                         input.Changed:Connect(
  176.                                                 function()
  177.                                                         if input.UserInputState == Enum.UserInputState.End then
  178.                                                                 Dragging = false
  179.                                                         end
  180.                                                 end
  181.                                         )
  182.                                 end
  183.                         end
  184.                 )
  185.        
  186.                 topbarobject.InputChanged:Connect(
  187.                         function(input)
  188.                                 if
  189.                                         input.UserInputType == Enum.UserInputType.MouseMovement or
  190.                                         input.UserInputType == Enum.UserInputType.Touch
  191.                                 then
  192.                                         DragInput = input
  193.                                 end
  194.                         end
  195.                 )
  196.        
  197.                 UserInputService.InputChanged:Connect(
  198.                         function(input)
  199.                                 if input == DragInput and Dragging then
  200.                                         Update(input)
  201.                                 end
  202.                         end
  203.                 )
  204.         end
  205.        
  206.         local function RippleEffect(object)
  207.                 spawn(function()
  208.                         local Ripple = Instance.new("ImageLabel")
  209.                         Ripple.Name = "Ripple"
  210.                         Ripple.Parent = object
  211.                         Ripple.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  212.                         Ripple.BackgroundTransparency = 1.000
  213.                         Ripple.ZIndex = 8
  214.                         Ripple.Image = "rbxassetid://2708891598"
  215.                         Ripple.ImageTransparency = 0.800
  216.                         Ripple.ScaleType = Enum.ScaleType.Fit
  217.                         Ripple.Position = UDim2.new((Mouse.X - Ripple.AbsolutePosition.X) / object.AbsoluteSize.X, 0, (Mouse.Y - Ripple.AbsolutePosition.Y) / object.AbsoluteSize.Y, 0)
  218.                         TweenService:Create(Ripple, TweenInfo.new(0.5, Enum.EasingStyle.Quart, Enum.EasingDirection.Out), {Position = UDim2.new(-5.5, 0, -15, 0), Size = UDim2.new(12, 0, 30, 0)}):Play()
  219.                         wait(0.5)
  220.                         TweenService:Create(Ripple, TweenInfo.new(0.5, Enum.EasingStyle.Quart, Enum.EasingDirection.Out), {ImageTransparency = 1}):Play()
  221.                         wait(0.5)
  222.                         Ripple:Destroy()
  223.                 end)
  224.         end
  225.        
  226.         function library:Window(name,game)
  227.                 if getgenv().Theme ~= nil then
  228.                         ColorII = getgenv().Theme.Tab.Color
  229.        
  230.                         ColorIII = getgenv().Theme.Line.LeftColor
  231.                         ColorIIII = getgenv().Theme.Line.RightColor
  232.        
  233.                         ColorIIIII = getgenv().Theme.Toggle.LeftColor
  234.                         ColorIIIIII = getgenv().Theme.Toggle.RightColor
  235.        
  236.                         ColorIIIIIII = getgenv().Theme.Slider.LeftColor
  237.                         ColorIIIIIIII = getgenv().Theme.Slider.RightColor
  238.                 else
  239.                         ColorII = Color3.fromRGB(255, 0, 0)
  240.        
  241.                         ColorIII = Color3.fromRGB(255, 0, 0)
  242.                         ColorIIII = Color3.fromRGB(0, 0, 255)
  243.        
  244.                         ColorIIIII = Color3.fromRGB(255, 0, 0)
  245.                         ColorIIIIII = Color3.fromRGB(0, 0, 255)
  246.        
  247.                         ColorIIIIIII = Color3.fromRGB(255, 0, 0)
  248.                         ColorIIIIIIII = Color3.fromRGB(0, 0, 255)
  249.                 end
  250.        
  251.                 local Main = Instance.new("Frame")
  252.                 local ShowName = Instance.new("TextLabel")
  253.                 local MainUICorner = Instance.new("UICorner")
  254.                 local TopMain = Instance.new("Frame")
  255.                 local TopMainUICorner = Instance.new("UICorner")
  256.                 local TopMainLine = Instance.new("Frame")
  257.                 local NameHub = Instance.new("TextLabel")
  258.                 local Toggleui = Instance.new("TextLabel")
  259.                 local HideTab = Instance.new("ImageButton")
  260.                 local SizeFullSection = Instance.new("Frame")
  261.        
  262.                 Main.Name = "Main"
  263.                 Main.Parent = ScreenGui
  264.                 Main.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  265.                 Main.ClipsDescendants = true
  266.                 Main.Position = UDim2.new(0.5, -325, 0.5, -175)
  267.                 Main.Size = UDim2.new(0, 650, 0, 425)
  268.        
  269.                 MainUICorner.Name = "MainUICorner"
  270.                 MainUICorner.Parent = Main
  271.        
  272.                 TopMain.Name = "TopMain"
  273.                 TopMain.Parent = Main
  274.                 TopMain.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  275.                 TopMain.Size = UDim2.new(0, 650, 0, 30)
  276.        
  277.                 MakeDraggable(TopMain, Main)
  278.        
  279.                 TopMainUICorner.Name = "TopMainUICorner"
  280.                 TopMainUICorner.Parent = TopMain
  281.        
  282.                 TopMainLine.Name = "TopMainLine"
  283.                 TopMainLine.Parent = TopMain
  284.                 TopMainLine.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  285.                 TopMainLine.BorderSizePixel = 0
  286.                 TopMainLine.Position = UDim2.new(0, 0, 0.833333313, 0)
  287.                 TopMainLine.Size = UDim2.new(1, 0, 0, 5)
  288.        
  289.                 ShowName.Name = "MyName"
  290.                 ShowName.Parent = Main
  291.                 ShowName.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  292.                 ShowName.BackgroundTransparency = 1.000
  293.                 ShowName.Position = UDim2.new(0, 9, 0.92, 0)
  294.                 ShowName.Size = UDim2.new(0, 160, 0, 30)
  295.                 ShowName.Font = Enum.Font.SourceSansSemibold
  296.                 ShowName.RichText =  true
  297.                 ShowName.Text = MyNameIs
  298.                 ShowName.TextColor3 = Color3.fromRGB(255, 255, 255)
  299.                 spawn(function()
  300.                         while wait() do
  301.                                 for i = 1,255 do
  302.                                         ShowName.TextColor3 = Color3.fromHSV(i/255, 1, 1)
  303.                                         wait()
  304.                                 end
  305.                         end
  306.                 end)
  307.                 local StringSize
  308.                 if #tostring(MyNameIs) > 13 then
  309.                         StringSize = 18
  310.                 else
  311.                         StringSize = 20
  312.                 end
  313.                 ShowName.TextSize = 20.000
  314.                 ShowName.TextXAlignment = Enum.TextXAlignment.Left
  315.        
  316.                 NameHub.Name = "NameHub"
  317.                 NameHub.Parent = TopMain
  318.                 NameHub.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  319.                 NameHub.BackgroundTransparency = 1.000
  320.                 NameHub.Position = UDim2.new(0.0507692285, 0, 0, 0)
  321.                 NameHub.Size = UDim2.new(0, 160, 0, 30)
  322.                 NameHub.Font = Enum.Font.SourceSansSemibold
  323.                 NameHub.RichText =  true
  324.                 NameHub.Text = " " .. name .. "  Hub | " .. game
  325.                 NameHub.TextColor3 = Color3.fromRGB(255, 255, 255)
  326.                 NameHub.TextSize = 25.000
  327.                 NameHub.TextXAlignment = Enum.TextXAlignment.Left
  328.        
  329.                 Toggleui.Name = "Toggleui"
  330.                 Toggleui.Parent = TopMain
  331.                 Toggleui.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  332.                 Toggleui.BackgroundTransparency = 1.000
  333.                 Toggleui.Position = UDim2.new(0.803076923, 0, 0, 0)
  334.                 Toggleui.Size = UDim2.new(0, 120, 0, 30)
  335.                 Toggleui.Font = Enum.Font.SourceSansSemibold
  336.                 Toggleui.Text = "[ Right Control ]"
  337.                 Toggleui.TextColor3 = Color3.fromRGB(255, 0, 0)
  338.                 Toggleui.TextSize = 20.000
  339.        
  340.                 HideTab.Name = "HideTab"
  341.                 HideTab.Parent = TopMain
  342.                 HideTab.BackgroundTransparency = 1.000
  343.                 HideTab.Position = UDim2.new(0.0125000002, 0, 0.0670000017, 0)
  344.                 HideTab.Size = UDim2.new(0, 25, 0, 25)
  345.                 HideTab.ZIndex = 2
  346.                 HideTab.Image = "rbxassetid://3926305904"
  347.                 HideTab.ImageRectOffset = Vector2.new(484, 204)
  348.                 HideTab.ImageRectSize = Vector2.new(36, 36)
  349.                 HideTab.AutoButtonColor = false
  350.        
  351.                 SizeFullSection.Name = "SizeFullSection"
  352.                 SizeFullSection.Parent = Main
  353.                 SizeFullSection.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  354.                 SizeFullSection.BackgroundTransparency = 1.000
  355.                 SizeFullSection.Position = UDim2.new(0.192307696, 0, 0.0933333337, 0)
  356.                 SizeFullSection.Size = UDim2.new(0, 525, 0, 340)
  357.        
  358.                 local Taplist = Instance.new("Frame")
  359.                 local TaplistUIListLayout = Instance.new("UIListLayout")
  360.                 local TabSet = Instance.new("TextBox")
  361.                 local MainUICorner = Instance.new("UICorner")
  362.                 local BalckGrouitList = Instance.new("ScrollingFrame")
  363.                 local BalckGrouitListUICorner = Instance.new("UICorner")
  364.                 local BalckGrouitListUIListLayout = Instance.new("UIListLayout")
  365.                
  366.                 Taplist.Name = "Taplist"
  367.                 Taplist.Parent = Main
  368.                 Taplist.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  369.                 Taplist.BackgroundTransparency = 1.000
  370.                 Taplist.Position = UDim2.new(0, 0, 0.0799999982, 0)
  371.                 Taplist.Size = UDim2.new(0, 130, 0, 345)
  372.        
  373.                 TaplistUIListLayout.Name = "TaplistUIListLayout"
  374.                 TaplistUIListLayout.Parent = Taplist
  375.                 TaplistUIListLayout.HorizontalAlignment = Enum.HorizontalAlignment.Center
  376.                 TaplistUIListLayout.SortOrder = Enum.SortOrder.LayoutOrder
  377.                 TaplistUIListLayout.VerticalAlignment = Enum.VerticalAlignment.Center
  378.                 TaplistUIListLayout.Padding = UDim.new(0, 5)
  379.        
  380.                 TabSet.Name = "TabSet"
  381.                 TabSet.Parent = Taplist
  382.                 TabSet.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  383.                 TabSet.Size = UDim2.new(0, 120, 0, 25)
  384.                 TabSet.Font = Enum.Font.SourceSansSemibold
  385.                 TabSet.PlaceholderText = "Search : ..."
  386.                 TabSet.Text = ""
  387.                 TabSet.TextColor3 = Color3.fromRGB(255, 0, 0)
  388.                 TabSet.PlaceholderColor3 = Color3.fromRGB(255, 0, 0)
  389.                 TabSet.TextSize = 18.000
  390.                 TabSet.ClipsDescendants = true
  391.        
  392.                 MainUICorner.Name = "MainUICorner"
  393.                 MainUICorner.Parent = TabSet
  394.        
  395.                 BalckGrouitList.Name = "BalckGrouitList"
  396.                 BalckGrouitList.Parent = Taplist
  397.                 BalckGrouitList.Active = true
  398.                 BalckGrouitList.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  399.                 BalckGrouitList.BackgroundTransparency = 1.000
  400.                 BalckGrouitList.BorderColor3 = Color3.fromRGB(35, 35, 35)
  401.                 BalckGrouitList.Position = UDim2.new(0, 0, 0.0799999982, 0)
  402.                 BalckGrouitList.Size = UDim2.new(0, 120, 0, 305)
  403.                 BalckGrouitList.ScrollBarThickness = 1
  404.        
  405.                 BalckGrouitListUICorner.Name = "BalckGrouitListUICorner"
  406.                 BalckGrouitListUICorner.Parent = BalckGrouitList
  407.        
  408.                 BalckGrouitListUIListLayout.Name = "BalckGrouitListUIListLayout"
  409.                 BalckGrouitListUIListLayout.Parent = BalckGrouitList
  410.                 BalckGrouitListUIListLayout.HorizontalAlignment = Enum.HorizontalAlignment.Center
  411.                 BalckGrouitListUIListLayout.SortOrder = Enum.SortOrder.LayoutOrder
  412.                 BalckGrouitListUIListLayout.Padding = UDim.new(0, 2)
  413.        
  414.                 BalckGrouitListUIListLayout:GetPropertyChangedSignal("AbsoluteContentSize"):Connect(function()
  415.                         BalckGrouitList.CanvasSize = UDim2.new(0,0,0,BalckGrouitListUIListLayout.AbsoluteContentSize.Y)
  416.                 end)
  417.        
  418.                 function library:Notification(name)
  419.                         local NotificationHold = Instance.new("TextButton")
  420.                         local NotificationFrame = Instance.new("Frame")
  421.                         local NotificationFrameUICorner = Instance.new("UICorner")
  422.                         local OkayBtn = Instance.new("TextButton")
  423.                         local OkayBtnCorner = Instance.new("UICorner")
  424.                         local OkayBtnTitle = Instance.new("TextLabel")
  425.                         local NotificationTitle = Instance.new("TextLabel")
  426.                         local NotificationDesc = Instance.new("TextLabel")
  427.        
  428.                         NotificationHold.Name = "NotificationHold"
  429.                         NotificationHold.Parent = Main
  430.                         NotificationHold.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  431.                         NotificationHold.BackgroundTransparency = 0.700
  432.                         NotificationHold.BorderSizePixel = 0
  433.                         NotificationHold.Size = UDim2.new(1, 0, 1, 0)
  434.                         NotificationHold.AutoButtonColor = false
  435.                         NotificationHold.Font = Enum.Font.SourceSans
  436.                         NotificationHold.Text = ""
  437.                         NotificationHold.TextColor3 = Color3.fromRGB(0, 0, 0)
  438.                         NotificationHold.TextSize = 14.000
  439.                         NotificationHold.ZIndex = 10
  440.        
  441.                         TweenService:Create(
  442.                                 NotificationHold,
  443.                                 TweenInfo.new(.3, Enum.EasingStyle.Quad, Enum.EasingDirection.Out),
  444.                                 {BackgroundTransparency = 0.7}
  445.                         ):Play()
  446.        
  447.                         wait(0.4)
  448.        
  449.                         NotificationFrame.Name = "NotificationFrame"
  450.                         NotificationFrame.Parent = NotificationHold
  451.                         NotificationFrame.AnchorPoint = Vector2.new(0.5, 0.5)
  452.                         NotificationFrame.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  453.                         NotificationFrame.BorderSizePixel = 0
  454.                         NotificationFrame.ClipsDescendants = true
  455.                         NotificationFrame.Position = UDim2.new(0.5, 0, 0.498432577, 0)
  456.                         NotificationFrame.Size = UDim2.new(0, 0, 0, 0)
  457.                         NotificationFrame.ZIndex = 11
  458.                         NotificationFrame:TweenSize(
  459.                                 UDim2.new(0, 305, 0, 283),
  460.                                 Enum.EasingDirection.Out,
  461.                                 Enum.EasingStyle.Quart,
  462.                                 .6,
  463.                                 true
  464.                         )
  465.                         NotificationFrameUICorner.Parent = NotificationFrame
  466.        
  467.                         OkayBtn.Name = "OkayBtn"
  468.                         OkayBtn.Parent = NotificationFrame
  469.                         OkayBtn.BackgroundColor3 = Color3.fromRGB(49, 49, 49)
  470.                         OkayBtn.Position = UDim2.new(0.171131134, 0, 0.759717345, 0)
  471.                         OkayBtn.Size = UDim2.new(0, 200, 0, 42)
  472.                         OkayBtn.AutoButtonColor = false
  473.                         OkayBtn.Font = Enum.Font.SourceSans
  474.                         OkayBtn.Text = ""
  475.                         OkayBtn.TextColor3 = Color3.fromRGB(0, 0, 0)
  476.                         OkayBtn.TextSize = 14.000
  477.                         OkayBtn.ZIndex = 11
  478.        
  479.                         OkayBtnCorner.CornerRadius = UDim.new(0, 5)
  480.                         OkayBtnCorner.Name = "OkayBtnCorner"
  481.                         OkayBtnCorner.Parent = OkayBtn
  482.        
  483.                         OkayBtnTitle.Name = "OkayBtnTitle"
  484.                         OkayBtnTitle.Parent = OkayBtn
  485.                         OkayBtnTitle.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  486.                         OkayBtnTitle.BackgroundTransparency = 1.000
  487.                         OkayBtnTitle.Size = UDim2.new(0, 200, 0, 42)
  488.                         OkayBtnTitle.Text = "Okey"
  489.                         OkayBtnTitle.Font = Enum.Font.Gotham
  490.                         OkayBtnTitle.TextColor3 = Color3.fromRGB(202, 202, 202)
  491.                         OkayBtnTitle.TextSize = 24.000
  492.                         OkayBtnTitle.ZIndex = 11
  493.        
  494.                         NotificationTitle.Name = "NotificationTitle"
  495.                         NotificationTitle.Parent = NotificationFrame
  496.                         NotificationTitle.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  497.                         NotificationTitle.BackgroundTransparency = 1.000
  498.                         NotificationTitle.Position = UDim2.new(0.0559394211, 0, 0.0652336925, 0)
  499.                         NotificationTitle.Size = UDim2.new(0, 272, 0, 26)
  500.                         NotificationTitle.ZIndex = 3
  501.                         NotificationTitle.Font = Enum.Font.Gotham
  502.                         NotificationTitle.Text = "Notification!!"
  503.                         NotificationTitle.TextColor3 = Color3.fromRGB(255, 255, 255)
  504.                         NotificationTitle.TextSize = 24.000
  505.                         NotificationTitle.ZIndex = 11
  506.        
  507.                         NotificationDesc.Name = "NotificationDesc"
  508.                         NotificationDesc.Parent = NotificationFrame
  509.                         NotificationDesc.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  510.                         NotificationDesc.BackgroundTransparency = 1.000
  511.                         NotificationDesc.Position = UDim2.new(0.0670000017, 0, 0.218999997, 0)
  512.                         NotificationDesc.Size = UDim2.new(0, 274, 0, 146)
  513.                         NotificationDesc.Font = Enum.Font.Gotham
  514.                         NotificationDesc.TextColor3 = Color3.fromRGB(255, 255, 255)
  515.                         NotificationDesc.TextSize = 20.000
  516.                         NotificationDesc.TextWrapped = true
  517.                         NotificationDesc.TextXAlignment = Enum.TextXAlignment.Center
  518.                         NotificationDesc.TextYAlignment = Enum.TextYAlignment.Top
  519.                         NotificationDesc.ZIndex = 11
  520.                         NotificationDesc.Text = name
  521.        
  522.                         OkayBtn.MouseEnter:Connect(
  523.                                 function()
  524.                                         TweenService:Create(
  525.                                                 OkayBtn,
  526.                                                 TweenInfo.new(.3, Enum.EasingStyle.Quad, Enum.EasingDirection.Out),
  527.                                                 {BackgroundColor3 = Color3.fromRGB(37, 37, 37)}
  528.                                         ):Play()
  529.                                 end
  530.                         )
  531.        
  532.                         OkayBtn.MouseLeave:Connect(
  533.                                 function()
  534.                                         TweenService:Create(
  535.                                                 OkayBtn,
  536.                                                 TweenInfo.new(.2, Enum.EasingStyle.Quad, Enum.EasingDirection.Out),{BackgroundColor3 = Color3.fromRGB(34, 34, 34)}):Play()
  537.                                 end
  538.                         )
  539.        
  540.                         OkayBtn.MouseButton1Click:Connect(
  541.                                 function()
  542.                                         NotificationFrame:TweenSize(
  543.                                                 UDim2.new(0, 0, 0, 0),
  544.                                                 Enum.EasingDirection.Out,
  545.                                                 Enum.EasingStyle.Quart,
  546.                                                 .6,
  547.                                                 true
  548.                                         )
  549.                                         wait(0.4)
  550.                                         TweenService:Create(
  551.                                                 NotificationHold,
  552.                                                 TweenInfo.new(.3, Enum.EasingStyle.Quad, Enum.EasingDirection.Out),{BackgroundTransparency = 1}):Play()
  553.                                         wait(.3)
  554.                                         NotificationHold:Destroy()
  555.                                 end
  556.                         )
  557.                 end
  558.        
  559.                 local Tabs = {}
  560.                 function Tabs:Tab(text,Real)
  561.                         if not Real or Real == nil then
  562.                                 Real = false
  563.                         end
  564.                         RealName = ""
  565.                         if Real == true then
  566.                                 RealName = "KakMoungMaiMee"
  567.                         elseif Real == false then
  568.                                 RealName = "Tab"
  569.                         end
  570.                         local Tab = Instance.new("TextButton")
  571.                         local TabUICorner = Instance.new("UICorner")
  572.        
  573.                         Tab.Name = RealName
  574.                         Tab.Parent = BalckGrouitList
  575.                         Tab.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  576.                         Tab.Position = UDim2.new(0, 0, 0.137704924, 0)
  577.                         Tab.Size = UDim2.new(0, 115, 0, 25)
  578.                         Tab.Font = Enum.Font.SourceSansSemibold
  579.                         Tab.Text = text
  580.                         Tab.TextColor3 = Color3.fromRGB(109,109,109)
  581.                         Tab.TextSize = 20.000
  582.                         Tab.TextWrapped = true
  583.                         Tab.AutoButtonColor = false
  584.                         Tab.Visible = not Real
  585.        
  586.                         TabUICorner.Name = "TabUICorner"
  587.                         TabUICorner.Parent = Tab
  588.        
  589.                         local MainSection = Instance.new("ImageLabel")
  590.                         local SectionBorder = Instance.new("ImageLabel")
  591.                         local SectionTitle = Instance.new("TextLabel")
  592.                         local SectionContent = Instance.new("ScrollingFrame")
  593.                         local SectionContentLayout = Instance.new("UIListLayout")
  594.        
  595.                         MainSection.Name = "MainSection"
  596.                         MainSection.Parent = SizeFullSection
  597.                         MainSection.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  598.                         MainSection.BackgroundTransparency = 1
  599.                         MainSection.Position = UDim2.new(0.0266666673, 0, 0.0343861282, 0)
  600.                         MainSection.Size = UDim2.new(0, 503, 0, 0)
  601.                         MainSection.ZIndex = 4
  602.                         MainSection.Image = "rbxassetid://3570695787"
  603.                         MainSection.ImageColor3 = Color3.fromRGB(10, 10, 10)
  604.                         MainSection.ScaleType = Enum.ScaleType.Slice
  605.                         MainSection.SliceCenter = Rect.new(100, 100, 100, 100)
  606.                         MainSection.SliceScale = 0.050
  607.                         MainSection.Visible = false
  608.        
  609.                         SectionBorder.Name = "SectionBorder"
  610.                         SectionBorder.Parent = MainSection
  611.                         SectionBorder.BackgroundColor3 = Color3.fromRGB(255, 129, 129)
  612.                         SectionBorder.BackgroundTransparency = 1.000
  613.                         SectionBorder.Position = UDim2.new(0, -1, 0, -1)
  614.                         SectionBorder.Size = UDim2.new(1, 2, 1, 2)
  615.                         SectionBorder.ZIndex = 3
  616.                         SectionBorder.Image = "rbxassetid://3570695787"
  617.                         SectionBorder.ImageColor3 = Color3.fromRGB(255, 0, 0)
  618.                         SectionBorder.ScaleType = Enum.ScaleType.Slice
  619.                         SectionBorder.SliceCenter = Rect.new(100, 100, 100, 100)
  620.                         SectionBorder.SliceScale = 0.050
  621.        
  622.                         SectionContent.Name = "SectionContent"
  623.                         SectionContent.Parent = MainSection
  624.                         SectionContent.Active = true
  625.                         SectionContent.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  626.                         SectionContent.BackgroundTransparency = 1.000
  627.                         SectionContent.BorderColor3 = Color3.fromRGB(27, 42, 53)
  628.                         SectionContent.BorderSizePixel = 0
  629.                         SectionContent.Position = UDim2.new(0, 0, 0.0350000001, 0)
  630.                         SectionContent.Size = UDim2.new(1, 0, 0.964999974, 0)
  631.                         SectionContent.ZIndex = 4
  632.                         SectionContent.BottomImage = "rbxasset://textures/ui/Scroll/scroll-middle.png"
  633.                         SectionContent.CanvasSize = UDim2.new(0, 0, 0, 0)
  634.                         SectionContent.ScrollBarThickness = 4
  635.                         SectionContent.TopImage = "rbxasset://textures/ui/Scroll/scroll-middle.png"
  636.        
  637.                         function UpdateInputSearchText()
  638.                                 local InputText = string.upper(TabSet.Text)
  639.                                 for _,button in pairs(SectionContent:GetChildren())do
  640.                                         if button:IsA("TextButton") or button:IsA("Frame") or button:IsA("TextLabel") then
  641.                                                 if InputText == "" or string.find(string.upper(button.Name),InputText) ~= nil then
  642.                                                         button.Visible = true
  643.                                                 else
  644.                                                         button.Visible = false
  645.                                                 end
  646.                                         end
  647.                                 end
  648.                         end
  649.                         TabSet.Changed:Connect(UpdateInputSearchText)
  650.        
  651.                         SectionContentLayout.Name = "SectionContentLayout"
  652.                         SectionContentLayout.Parent = SectionContent
  653.                         SectionContentLayout.HorizontalAlignment = Enum.HorizontalAlignment.Center
  654.                         SectionContentLayout.SortOrder = Enum.SortOrder.LayoutOrder
  655.                         SectionContentLayout.Padding = UDim.new(0, 5)
  656.        
  657.                         SectionContentLayout:GetPropertyChangedSignal("AbsoluteContentSize"):Connect(function()
  658.                                 SectionContent.CanvasSize = UDim2.new(0,0,0,SectionContentLayout.AbsoluteContentSize.Y + 10 )
  659.                         end)
  660.        
  661.                         if fspage == nil then
  662.                                 fspage = true    
  663.                                 MainSection.Visible = true
  664.                                 TweenService:Create(MainSection, TweenInfo.new(0.5, Enum.EasingStyle.Quart, Enum.EasingDirection.Out), {Size = UDim2.new(0, 503, 0, 355)}):Play()
  665.                                 TweenService:Create(Tab, TweenInfo.new(1, Enum.EasingStyle.Quart, Enum.EasingDirection.Out), {BackgroundColor3 = Color3.fromRGB(10,10,10)}):Play()
  666.                                 Tab.TextColor3 = ColorII
  667.                         end
  668.        
  669.                         Tab.MouseButton1Click:Connect(function()
  670.                                 for i, v in next, SizeFullSection:GetChildren() do
  671.                                         if v.Name == "MainSection" then
  672.                                                 TweenService:Create(v, TweenInfo.new(0.5, Enum.EasingStyle.Quart, Enum.EasingDirection.Out), {Size = UDim2.new(0, 503, 0, 0)}):Play()
  673.                                                 v.Visible = false
  674.                                         end
  675.                                         MainSection.Visible = true
  676.                                         TweenService:Create(MainSection, TweenInfo.new(0.5, Enum.EasingStyle.Quart, Enum.EasingDirection.Out), {Size = UDim2.new(0, 503, 0, 355)}):Play()
  677.                                 end
  678.                                 for i, v in next, BalckGrouitList:GetChildren() do
  679.                                         if v.Name == "Tab" then
  680.                                                 TweenService:Create(v, TweenInfo.new(1, Enum.EasingStyle.Quart, Enum.EasingDirection.Out), {TextColor3 = Color3.fromRGB(109,109,109)}):Play()
  681.                                                 TweenService:Create(v, TweenInfo.new(1, Enum.EasingStyle.Quart, Enum.EasingDirection.Out), {BackgroundColor3 = Color3.fromRGB(20, 20, 20)}):Play()
  682.                                         end
  683.                                         TweenService:Create(Tab, TweenInfo.new(1, Enum.EasingStyle.Quart, Enum.EasingDirection.Out), {TextColor3 = ColorII}):Play()
  684.                                         TweenService:Create(Tab, TweenInfo.new(1, Enum.EasingStyle.Quart, Enum.EasingDirection.Out), {BackgroundColor3 = Color3.fromRGB(10,10,10)}):Play()
  685.                                 end
  686.                         end)
  687.                        
  688.                         HideTab.MouseButton1Click:connect(function()
  689.                                 if HideTab.ImageTransparency == 0 then
  690.                                         MainSection.Visible = false
  691.                                         TweenService:Create(
  692.                                                 HideTab,
  693.                                                 TweenInfo.new(0.3, Enum.EasingStyle.Quad, Enum.EasingDirection.Out),
  694.                                                 {ImageTransparency = 0.3} -- UDim2.new(0, 128, 0, 25)
  695.                                         ):Play()
  696.                                         TweenService:Create(
  697.                                                 HideTab,
  698.                                                 TweenInfo.new(0.3, Enum.EasingStyle.Quad, Enum.EasingDirection.Out),
  699.                                                 {Rotation = 90} -- UDim2.new(0, 128, 0, 25)
  700.                                         ):Play()
  701.                                         for i,v in next,BalckGrouitList:GetChildren() do
  702.                                                 if v.Name == "Tab" then
  703.                                                         v.Visible = false
  704.                                                 elseif v.Name == "KakMoungMaiMee" then
  705.                                                         v.Visible = true
  706.                                                 end
  707.                                         end
  708.                                 else
  709.                                         MainSection.Visible = false
  710.                                         TweenService:Create(
  711.                                                 HideTab,
  712.                                                 TweenInfo.new(0.3, Enum.EasingStyle.Quad, Enum.EasingDirection.Out),
  713.                                                 {ImageTransparency = 0} -- UDim2.new(0, 128, 0, 25)
  714.                                         ):Play()
  715.                                         TweenService:Create(
  716.                                                 HideTab,
  717.                                                 TweenInfo.new(0.3, Enum.EasingStyle.Quad, Enum.EasingDirection.Out),
  718.                                                 {Rotation = 0} -- UDim2.new(0, 128, 0, 25)
  719.                                         ):Play()
  720.                                         for i,v in next,BalckGrouitList:GetChildren() do
  721.                                                 if v.Name == "Tab" then
  722.                                                         v.Visible = true
  723.                                                 elseif v.Name == "KakMoungMaiMee" then
  724.                                                         v.Visible = false
  725.                                                 end
  726.                                         end
  727.                                 end
  728.                         end)
  729.        
  730.                         local TabElements = {}
  731.        
  732.                         function TabElements:Button(text,callback)
  733.                                 local NameButton = Instance.new("Frame")
  734.                                 local Button = Instance.new("TextButton")
  735.                                 local ButtonRounded = Instance.new("ImageLabel")
  736.                                 local UICorner = Instance.new("UICorner")
  737.                                 local UICorner_2 = Instance.new("UICorner")
  738.        
  739.                                 NameButton.Name = (text .. "Button")
  740.                                 NameButton.Parent = SectionContent
  741.                                 NameButton.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  742.                                 NameButton.Position = UDim2.new(0, 0, 0.122807018, 0)
  743.                                 NameButton.Size = UDim2.new(0, 475, 0, 30)
  744.                                 NameButton.ZIndex = 5
  745.        
  746.                                 Button.Name = "Button"
  747.                                 Button.Parent = NameButton
  748.                                 Button.BackgroundColor3 = Color3.fromRGB(255, 75, 75)
  749.                                 Button.BackgroundTransparency = 1.000
  750.                                 Button.BorderSizePixel = 0
  751.                                 Button.ClipsDescendants = true
  752.                                 Button.Position = UDim2.new(-0.000727273524, 0, 0, 0)
  753.                                 Button.Size = UDim2.new(1, 0, 1, 0)
  754.                                 Button.Text = text
  755.                                 Button.ZIndex = 6
  756.                                 Button.Font = Enum.Font.SourceSansBold
  757.                                 Button.TextColor3 = Color3.fromRGB(185, 185, 185)
  758.                                 Button.TextSize = 15.000
  759.        
  760.                                 ButtonRounded.Name = "ButtonRounded"
  761.                                 ButtonRounded.Parent = Button
  762.                                 ButtonRounded.Active = true
  763.                                 ButtonRounded.AnchorPoint = Vector2.new(0.5, 0.5)
  764.                                 ButtonRounded.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  765.                                 ButtonRounded.BackgroundTransparency = 1.000
  766.                                 ButtonRounded.Position = UDim2.new(0.5, 0, 0.5, 0)
  767.                                 ButtonRounded.Selectable = true
  768.                                 ButtonRounded.Size = UDim2.new(1, 0, 1, 0)
  769.                                 ButtonRounded.ZIndex = 5
  770.                                 ButtonRounded.Image = "rbxassetid://3570695787"
  771.                                 ButtonRounded.ImageColor3 = Color3.fromRGB(255, 75, 75)
  772.                                 ButtonRounded.ImageTransparency = 1.000
  773.                                 ButtonRounded.ScaleType = Enum.ScaleType.Slice
  774.                                 ButtonRounded.SliceCenter = Rect.new(100, 100, 100, 100)
  775.                                 ButtonRounded.SliceScale = 0.050
  776.        
  777.                                 UICorner.Parent = NameButton
  778.        
  779.                                 UICorner_2.Parent = Button
  780.        
  781.                                 local Lock = Instance.new("Frame")
  782.                                 local UICorner = Instance.new("UICorner")
  783.                                 local lock = Instance.new("ImageButton")
  784.        
  785.                                 Lock.Name = "Lock"
  786.                                 Lock.Parent = Button
  787.                                 Lock.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  788.                                 Lock.BackgroundTransparency = 0.500
  789.                                 Lock.Size = UDim2.new(1, 0, 1, 0)
  790.                                 Lock.ZIndex = 10
  791.                                 Lock.Visible = false
  792.        
  793.                                 UICorner.Parent = Lock
  794.        
  795.                                 lock.Name = "lock"
  796.                                 lock.Parent = Lock
  797.                                 lock.AnchorPoint = Vector2.new(0.5, 0.5)
  798.                                 lock.BackgroundTransparency = 1.000
  799.                                 lock.Position = UDim2.new(0.525263131, -12, 0.899999976, -12)
  800.                                 lock.Size = UDim2.new(0, 0, 0, 0)
  801.                                 lock.ZIndex = 10
  802.                                 lock.Image = "rbxassetid://3926305904"
  803.                                 lock.ImageRectOffset = Vector2.new(4, 684)
  804.                                 lock.ImageRectSize = Vector2.new(36, 36)
  805.        
  806.                                 Button.MouseButton1Down:Connect(function()
  807.                                         if Lock.Visible == true then
  808.                                                 for i = 1,3 do
  809.                                                         TweenService:Create(lock, TweenInfo.new(0.05, Enum.EasingStyle.Quart, Enum.EasingDirection.Out), {Rotation = 10}):Play()
  810.                                                         wait(.1)
  811.                                                         TweenService:Create(lock, TweenInfo.new(0.05, Enum.EasingStyle.Quart, Enum.EasingDirection.Out), {Rotation = -10}):Play()
  812.                                                         wait(.1)
  813.                                                 end
  814.                                                 TweenService:Create(lock, TweenInfo.new(0.05, Enum.EasingStyle.Quart, Enum.EasingDirection.Out), {Rotation = 0}):Play()
  815.                                         else
  816.                                                 RippleEffect(Button)
  817.                                                 callback(Button)
  818.                                         end
  819.                                 end)
  820.        
  821.                                 Button.MouseEnter:connect(function()
  822.                                         TweenService:Create(
  823.                                                 Button,
  824.                                                 TweenInfo.new(.2, Enum.EasingStyle.Quad),
  825.                                                 {TextColor3 = Color3.fromRGB(255, 0, 0)}
  826.                                         ):Play()
  827.                                 end)
  828.        
  829.                                 Button.MouseLeave:connect(function()
  830.                                         TweenService:Create(
  831.                                                 Button,
  832.                                                 TweenInfo.new(.2, Enum.EasingStyle.Quad),
  833.                                                 {TextColor3 = Color3.fromRGB(185, 185, 185)}
  834.                                         ):Play()
  835.                                 end)
  836.        
  837.                                 Button.MouseButton1Up:Connect(function()
  838.                                         TweenService:Create(ButtonRounded, TweenInfo.new(0.25, Enum.EasingStyle.Quart, Enum.EasingDirection.Out), {ImageColor3 = Color3.fromRGB(255, 255, 255)}):Play()
  839.                                 end)
  840.        
  841.                                 Button.InputEnded:Connect(function(input)
  842.                                         if input.UserInputType == Enum.UserInputType.MouseMovement then
  843.                                                 TweenService:Create(ButtonRounded, TweenInfo.new(0.25, Enum.EasingStyle.Quart, Enum.EasingDirection.Out), {ImageColor3 = Color3.fromRGB(255, 255, 255)}):Play()
  844.                                         end
  845.                                 end)
  846.        
  847.                                 local funcbutton = {}
  848.        
  849.                                 function funcbutton:Delete()
  850.                                         NameButton:Destroy()
  851.                                 end
  852.                                 function funcbutton:Lock()
  853.                                         Lock.Visible = true
  854.                                         TweenService:Create(lock, TweenInfo.new(0.5, Enum.EasingStyle.Quart, Enum.EasingDirection.Out), {Size = UDim2.new(0, 25, 0, 25)}):Play()
  855.                                 end
  856.                                 function funcbutton:Unlock()
  857.                                         TweenService:Create(lock, TweenInfo.new(0.5, Enum.EasingStyle.Quart, Enum.EasingDirection.Out), {Size = UDim2.new(0, 0, 0, 0)}):Play()
  858.                                         wait(.5)
  859.                                         Lock.Visible = false
  860.                                 end
  861.                                 return funcbutton
  862.                         end
  863.        
  864.                         function TabElements:Toggle(text,stats,callback)
  865.        
  866.                                 if stats == nil then
  867.                                         stats = false
  868.                                 end
  869.        
  870.                                 local ToggleName = Instance.new("Frame")
  871.                                 local Title = Instance.new("TextLabel")
  872.                                 local Toggle = Instance.new("TextButton")
  873.                                 local CheckboxOutline = Instance.new("ImageLabel")
  874.                                 local UIGradient = Instance.new("UIGradient")
  875.                                 local CheckboxTicked = Instance.new("ImageLabel")
  876.                                 local UIGradient_2 = Instance.new("UIGradient")
  877.                                 local TickCover = Instance.new("Frame")
  878.                                 local UICorner = Instance.new("UICorner")
  879.        
  880.                                 ToggleName.Name = (text .. "Toggle")
  881.                                 ToggleName.Parent = SectionContent
  882.                                 ToggleName.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  883.                                 ToggleName.Size = UDim2.new(0, 475, 0, 35)
  884.                                 ToggleName.ZIndex = 5
  885.        
  886.                                 Title.Name = "Title"
  887.                                 Title.Parent = ToggleName
  888.                                 Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  889.                                 Title.BackgroundTransparency = 1.000
  890.                                 Title.BorderColor3 = Color3.fromRGB(27, 42, 53)
  891.                                 Title.Position = UDim2.new(0, 13, 0, 0)
  892.                                 Title.Size = UDim2.new(0, 149, 0, 35)
  893.                                 Title.ZIndex = 5
  894.                                 Title.Font = Enum.Font.SourceSansBold
  895.                                 Title.Text = text
  896.                                 Title.TextColor3 = Color3.fromRGB(185, 185, 185)
  897.                                 Title.TextSize = 15.000
  898.                                 Title.TextXAlignment = Enum.TextXAlignment.Left
  899.        
  900.                                 Toggle.Name = "Toggle"
  901.                                 Toggle.Parent = ToggleName
  902.                                 Toggle.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  903.                                 Toggle.BackgroundTransparency = 1.000
  904.                                 Toggle.Size = UDim2.new(1, 0, 1, 0)
  905.                                 Toggle.ZIndex = 5
  906.                                 Toggle.AutoButtonColor = false
  907.                                 Toggle.Font = Enum.Font.SourceSansBold
  908.                                 Toggle.Text = ""
  909.                                 Toggle.TextColor3 = Color3.fromRGB(255, 255, 255)
  910.                                 Toggle.TextSize = 14.000
  911.        
  912.                                 CheckboxOutline.Name = "CheckboxOutline"
  913.                                 CheckboxOutline.Parent = Toggle
  914.                                 CheckboxOutline.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  915.                                 CheckboxOutline.BackgroundTransparency = 1.000
  916.                                 CheckboxOutline.Position = UDim2.new(1, -35, 0.5, -12)
  917.                                 CheckboxOutline.Size = UDim2.new(0, 24, 0, 24)
  918.                                 CheckboxOutline.ZIndex = 5
  919.                                 CheckboxOutline.Image = "http://www.roblox.com/asset/?id=5416796047"
  920.        
  921.                                 UIGradient.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, ColorIIIII), ColorSequenceKeypoint.new(1.00, ColorIIIIII)}
  922.                                 UIGradient.Parent = CheckboxOutline
  923.        
  924.                                 CheckboxTicked.Name = "CheckboxTicked"
  925.                                 CheckboxTicked.Parent = Toggle
  926.                                 CheckboxTicked.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  927.                                 CheckboxTicked.BackgroundTransparency = 1.000
  928.                                 CheckboxTicked.Position = UDim2.new(1, -35, 0.5, -12)
  929.                                 CheckboxTicked.Size = UDim2.new(0, 24, 0, 24)
  930.                                 CheckboxTicked.ZIndex = 5
  931.                                 CheckboxTicked.Image = "http://www.roblox.com/asset/?id=5416796675"
  932.        
  933.                                 UIGradient_2.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, ColorIIIII), ColorSequenceKeypoint.new(1.00, ColorIIIIII)}
  934.                                 UIGradient_2.Parent = CheckboxTicked
  935.        
  936.                                 TickCover.Name = "TickCover"
  937.                                 TickCover.Parent = Toggle
  938.                                 TickCover.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  939.                                 TickCover.BorderSizePixel = 0
  940.                                 TickCover.Position = UDim2.new(1, -30, 0.5, -7)
  941.                                 TickCover.Size = UDim2.new(0, 14, 0, 14)
  942.                                 TickCover.ZIndex = 5
  943.        
  944.                                 UICorner.Parent = ToggleName
  945.        
  946.                                 local Lock = Instance.new("Frame")
  947.                                 local UICorner = Instance.new("UICorner")
  948.                                 local lock = Instance.new("ImageButton")
  949.        
  950.                                 Lock.Name = "Lock"
  951.                                 Lock.Parent = Toggle
  952.                                 Lock.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  953.                                 Lock.BackgroundTransparency = 0.500
  954.                                 Lock.Size = UDim2.new(1, 0, 1, 0)
  955.                                 Lock.ZIndex = 10
  956.                                 Lock.Visible = false
  957.        
  958.                                 UICorner.Parent = Lock
  959.        
  960.                                 lock.Name = "lock"
  961.                                 lock.Parent = Lock
  962.                                 lock.AnchorPoint = Vector2.new(0.5, 0.5)
  963.                                 lock.BackgroundTransparency = 1.000
  964.                                 lock.Position = UDim2.new(0.525263131, -12, 0.899999976, -12)
  965.                                 lock.Size = UDim2.new(0, 0, 0, 0)
  966.                                 lock.ZIndex = 10
  967.                                 lock.Image = "rbxassetid://3926305904"
  968.                                 lock.ImageRectOffset = Vector2.new(4, 684)
  969.                                 lock.ImageRectSize = Vector2.new(36, 36)
  970.        
  971.                                 local function SetState(state)
  972.                                         if state then
  973.                                                 TweenService:Create(Title, TweenInfo.new(0.12, Enum.EasingStyle.Quad, Enum.EasingDirection.In), {TextColor3 = Color3.fromRGB(255, 0, 0)}):Play()
  974.                                                 TweenService:Create(TickCover, TweenInfo.new(0.12, Enum.EasingStyle.Quad, Enum.EasingDirection.In), {Position = UDim2.new(1, -30, 0.5, -7), Size = UDim2.new(0, 0, 0, 0)}):Play()
  975.                                         elseif not state then
  976.                                                 TweenService:Create(Title, TweenInfo.new(0.12, Enum.EasingStyle.Quad, Enum.EasingDirection.In), {TextColor3 = Color3.fromRGB(185, 185, 185)}):Play()
  977.                                                 TweenService:Create(TickCover, TweenInfo.new(0.12, Enum.EasingStyle.Quad, Enum.EasingDirection.In), {Position = UDim2.new(1, -30, 0.5, -7), Size = UDim2.new(0, 14, 0, 14)}):Play()
  978.                                         end
  979.                                         -- callback(Toggled)
  980.                                 end
  981.        
  982.                                 if stats then
  983.                                         SetState(stats)
  984.                                         callback(stats)
  985.                                 end
  986.        
  987.                                 Toggle.MouseButton1Down:Connect(function()
  988.                                         if Lock.Visible == true then
  989.                                                 for i = 1,3 do
  990.                                                         TweenService:Create(lock, TweenInfo.new(0.1, Enum.EasingStyle.Quart, Enum.EasingDirection.Out), {Rotation = 10}):Play()
  991.                                                         wait(.1)
  992.                                                         TweenService:Create(lock, TweenInfo.new(0.1, Enum.EasingStyle.Quart, Enum.EasingDirection.Out), {Rotation = -10}):Play()
  993.                                                         wait(.1)
  994.                                                 end
  995.                                                 TweenService:Create(lock, TweenInfo.new(0.1, Enum.EasingStyle.Quart, Enum.EasingDirection.Out), {Rotation = 0}):Play()
  996.                                         else
  997.                                                 Toggled = not Toggled
  998.                                                 SetState(Toggled)
  999.                                                 callback(Toggled)
  1000.                                         end
  1001.                                 end)
  1002.        
  1003.                                 local functoggle = {}
  1004.        
  1005.                                 function functoggle:Lock()
  1006.                                         Lock.Visible = true
  1007.                                         TweenService:Create(lock, TweenInfo.new(0.5, Enum.EasingStyle.Quart, Enum.EasingDirection.Out), {Size = UDim2.new(0, 25, 0, 25)}):Play()
  1008.                                 end
  1009.                                 function functoggle:Unlock()
  1010.                                         TweenService:Create(lock, TweenInfo.new(0.5, Enum.EasingStyle.Quart, Enum.EasingDirection.Out), {Size = UDim2.new(0, 0, 0, 0)}):Play()
  1011.                                         wait(.5)
  1012.                                         Lock.Visible = false
  1013.                                 end
  1014.                                 return functoggle
  1015.                         end
  1016.        
  1017.                         function TabElements:Slider(name, minimumvalue, maximumvalue, presetvalue, precisevalue, callback)
  1018.                                 local SliderDragging = false
  1019.                                 local StartingValue = presetvalue
  1020.        
  1021.                                 if StartingValue == nil then
  1022.                                         StartingValue = presetvalue
  1023.                                 end
  1024.        
  1025.                                 local SliderName = Instance.new("Frame")
  1026.                                 local Title = Instance.new("TextLabel")
  1027.                                 local SliderBackground = Instance.new("ImageLabel")
  1028.                                 local SliderIndicator = Instance.new("ImageLabel")
  1029.                                 local UIGradient = Instance.new("UIGradient")
  1030.                                 local CircleSelector = Instance.new("ImageLabel")
  1031.                                 local UICorner = Instance.new("UICorner")
  1032.                                 local SliderValue = Instance.new("ImageLabel")
  1033.                                 local Value = Instance.new("TextBox")
  1034.        
  1035.                                 SliderName.Name = (name.."Slider")
  1036.                                 SliderName.Parent = SectionContent
  1037.                                 SliderName.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  1038.                                 SliderName.Position = UDim2.new(0.104166672, 0, 0.445901573, 0)
  1039.                                 SliderName.Size = UDim2.new(0, 475, 0, 50)
  1040.                                 SliderName.ZIndex = 5
  1041.        
  1042.                                 Title.Name = "Title"
  1043.                                 Title.Parent = SliderName
  1044.                                 Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1045.                                 Title.BackgroundTransparency = 1.000
  1046.                                 Title.BorderColor3 = Color3.fromRGB(27, 42, 53)
  1047.                                 Title.Position = UDim2.new(0, 10, 0, 0)
  1048.                                 Title.Size = UDim2.new(0, 121, 0, 35)
  1049.                                 Title.ZIndex = 5
  1050.                                 Title.Font = Enum.Font.SourceSansBold
  1051.                                 Title.Text = name
  1052.                                 Title.TextColor3 = Color3.fromRGB(185, 185, 185)
  1053.                                 Title.TextSize = 15.000
  1054.                                 Title.TextXAlignment = Enum.TextXAlignment.Left
  1055.        
  1056.                                 SliderBackground.Name = "SliderBackground"
  1057.                                 SliderBackground.Parent = SliderName
  1058.                                 SliderBackground.BackgroundColor3 = Color3.fromRGB(55, 55, 55)
  1059.                                 SliderBackground.BackgroundTransparency = 1.000
  1060.                                 SliderBackground.Position = UDim2.new(0.0199999996, 0, 0.699999988, 0)
  1061.                                 SliderBackground.Size = UDim2.new(0, 450, 0, 4)
  1062.                                 SliderBackground.ZIndex = 5
  1063.                                 SliderBackground.Image = "rbxassetid://3570695787"
  1064.                                 SliderBackground.ImageColor3 = Color3.fromRGB(55, 55, 55)
  1065.                                 SliderBackground.ScaleType = Enum.ScaleType.Slice
  1066.                                 SliderBackground.SliceCenter = Rect.new(100, 100, 100, 100)
  1067.                                 SliderBackground.SliceScale = 0.150
  1068.        
  1069.                                 SliderIndicator.Name = "SliderIndicator"
  1070.                                 SliderIndicator.Parent = SliderBackground
  1071.                                 SliderIndicator.BackgroundColor3 = Color3.fromRGB(55, 55, 55)
  1072.                                 SliderIndicator.BackgroundTransparency = 1.000
  1073.                                 SliderIndicator.Size = UDim2.new(((StartingValue or minimumvalue) - minimumvalue) / (maximumvalue - minimumvalue), 0, 1, 0)
  1074.                                 SliderIndicator.ZIndex = 5
  1075.                                 SliderIndicator.Image = "rbxassetid://3570695787"
  1076.                                 SliderIndicator.ScaleType = Enum.ScaleType.Slice
  1077.                                 SliderIndicator.SliceCenter = Rect.new(100, 100, 100, 100)
  1078.                                 SliderIndicator.SliceScale = 0.150
  1079.        
  1080.                                 UIGradient.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, ColorIIIIIII), ColorSequenceKeypoint.new(1.00, ColorIIIIIIII)}
  1081.                                 UIGradient.Parent = SliderIndicator
  1082.        
  1083.                                 CircleSelector.Name = "CircleSelector"
  1084.                                 CircleSelector.Parent = SliderIndicator
  1085.                                 CircleSelector.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1086.                                 CircleSelector.BackgroundTransparency = 1.000
  1087.                                 CircleSelector.Position = UDim2.new(0.986565471, -7, 0.75, -7)
  1088.                                 CircleSelector.Size = UDim2.new(0, 12, 0, 12)
  1089.                                 CircleSelector.ZIndex = 5
  1090.                                 CircleSelector.Image = "rbxassetid://3570695787"
  1091.        
  1092.                                 UICorner.Parent = SliderName
  1093.        
  1094.                                 SliderValue.Name = "SliderValue"
  1095.                                 SliderValue.Parent = SliderName
  1096.                                 SliderValue.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
  1097.                                 SliderValue.BackgroundTransparency = 1.000
  1098.                                 SliderValue.Position = UDim2.new(0.899999976, -7, 0.400000006, -12)
  1099.                                 SliderValue.Size = UDim2.new(0, 40, 0, 19)
  1100.                                 SliderValue.ZIndex = 5
  1101.                                 SliderValue.Image = "rbxassetid://3570695787"
  1102.                                 SliderValue.ImageColor3 = Color3.fromRGB(65, 65, 65)
  1103.                                 SliderValue.ScaleType = Enum.ScaleType.Slice
  1104.                                 SliderValue.SliceCenter = Rect.new(100, 100, 100, 100)
  1105.                                 SliderValue.SliceScale = 0.030
  1106.        
  1107.                                 Value.Name = "Value"
  1108.                                 Value.Parent = SliderValue
  1109.                                 Value.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1110.                                 Value.BackgroundTransparency = 1.000
  1111.                                 Value.Size = UDim2.new(1, 0, 1, 0)
  1112.                                 Value.ZIndex = 5
  1113.                                 Value.Font = Enum.Font.SourceSansBold
  1114.                                 Value.Text = tostring(StartingValue or precisevalue and tonumber(string.format("%.2f", StartingValue)))
  1115.                                 Value.TextColor3 = Color3.fromRGB(255, 255, 255)
  1116.                                 Value.TextSize = 14.000
  1117.        
  1118.                                 local Lock = Instance.new("Frame")
  1119.                                 local UICorner = Instance.new("UICorner")
  1120.                                 local lock = Instance.new("ImageButton")
  1121.        
  1122.                                 Lock.Name = "Lock"
  1123.                                 Lock.Parent = SliderName
  1124.                                 Lock.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1125.                                 Lock.BackgroundTransparency = 0.500
  1126.                                 Lock.Size = UDim2.new(1, 0, 1, 0)
  1127.                                 Lock.ZIndex = 10
  1128.                                 Lock.Visible = false
  1129.        
  1130.                                 UICorner.Parent = Lock
  1131.        
  1132.                                 lock.Name = "lock"
  1133.                                 lock.Parent = Lock
  1134.                                 lock.AnchorPoint = Vector2.new(0.5, 0.5)
  1135.                                 lock.BackgroundTransparency = 1.000
  1136.                                 lock.Position = UDim2.new(0.525263131, -12, 0.899999976, -12)
  1137.                                 lock.Size = UDim2.new(0, 0, 0, 0)
  1138.                                 lock.ZIndex = 10
  1139.                                 lock.Image = "rbxassetid://3926305904"
  1140.                                 lock.ImageRectOffset = Vector2.new(4, 684)
  1141.                                 lock.ImageRectSize = Vector2.new(36, 36)
  1142.        
  1143.                                 SliderName.MouseEnter:connect(function()
  1144.                                         if Lock.Visible ~= true then
  1145.                                                 TweenService:Create(
  1146.                                                         Title,
  1147.                                                         TweenInfo.new(.2, Enum.EasingStyle.Quad),
  1148.                                                         {TextColor3 = Color3.fromRGB(255, 0, 0)}
  1149.                                                 ):Play()
  1150.                                         end
  1151.                                 end)
  1152.        
  1153.                                 SliderName.MouseLeave:connect(function()
  1154.                                         if Lock.Visible ~= true then
  1155.                                                 TweenService:Create(
  1156.                                                         Title,
  1157.                                                         TweenInfo.new(.2, Enum.EasingStyle.Quad),
  1158.                                                         {TextColor3 = Color3.fromRGB(185, 185, 185)}
  1159.                                                 ):Play()
  1160.                                         end
  1161.                                 end)
  1162.        
  1163.                                 local function Sliding(input)
  1164.                                         local SliderPosition = UDim2.new(math.clamp((input.Position.X - SliderBackground.AbsolutePosition.X) / SliderBackground.AbsoluteSize.X, 0, 1), 0, 1, 0)
  1165.                                         TweenService:Create(SliderIndicator, TweenInfo.new(0.2, Enum.EasingStyle.Quart, Enum.EasingDirection.Out), {Size = SliderPosition}):Play()
  1166.        
  1167.                                         local NonSliderPreciseValue = math.floor(((SliderPosition.X.Scale * maximumvalue) / maximumvalue) * (maximumvalue - minimumvalue) + minimumvalue)
  1168.                                         local SliderPreciseValue = ((SliderPosition.X.Scale * maximumvalue) / maximumvalue) * (maximumvalue - minimumvalue) + minimumvalue
  1169.        
  1170.                                         local SlidingValue = (precisevalue and SliderPreciseValue or NonSliderPreciseValue)
  1171.                                         SlidingValue = tonumber(string.format("%.2f", SlidingValue))
  1172.        
  1173.                                         Value.Text = tostring(SlidingValue)
  1174.                                         callback(SlidingValue)
  1175.                                 end
  1176.        
  1177.                                 Value.FocusLost:Connect(function()
  1178.                                         if not tonumber(Value.Text) then
  1179.                                                 Value.Text = tostring(StartingValue or precisevalue and tonumber(string.format("%.2f", StartingValue)))
  1180.                                         elseif Value.Text == "" or tonumber(Value.Text) = maximumvalue then
  1181.                                                 Value.Text = maximumvalue
  1182.                                         end
  1183.        
  1184.                                         TweenService:Create(SliderIndicator, TweenInfo.new(0.2, Enum.EasingStyle.Quart, Enum.EasingDirection.Out), {Size = UDim2.new(((tonumber(Value.Text) or minimumvalue) - minimumvalue) / (maximumvalue - minimumvalue), 0, 1, 0)}):Play()
  1185.                                         callback(tonumber(Value.Text))
  1186.                                 end)
  1187.        
  1188.        
  1189.                                 CircleSelector.InputBegan:Connect(function(input)
  1190.                                         if input.UserInputType == Enum.UserInputType.MouseButton1 then
  1191.                                                 if Lock.Visible == true then
  1192.                                                         for i = 1,3 do
  1193.                                                                 TweenService:Create(lock, TweenInfo.new(0.1, Enum.EasingStyle.Quart, Enum.EasingDirection.Out), {Rotation = 10}):Play()
  1194.                                                                 wait(.1)
  1195.                                                                 TweenService:Create(lock, TweenInfo.new(0.1, Enum.EasingStyle.Quart, Enum.EasingDirection.Out), {Rotation = -10}):Play()
  1196.                                                                 wait(.1)
  1197.                                                         end
  1198.                                                         TweenService:Create(lock, TweenInfo.new(0.1, Enum.EasingStyle.Quart, Enum.EasingDirection.Out), {Rotation = 0}):Play()
  1199.                                                 else
  1200.                                                         SliderDragging = true
  1201.                                                 end
  1202.                                         end
  1203.                                 end)
  1204.        
  1205.                                 CircleSelector.InputEnded:Connect(function(input)
  1206.                                         if input.UserInputType == Enum.UserInputType.MouseButton1 then
  1207.                                                 if Lock.Visible == true then
  1208.                                                         for i = 1,3 do
  1209.                                                                 TweenService:Create(lock, TweenInfo.new(0.1, Enum.EasingStyle.Quart, Enum.EasingDirection.Out), {Rotation = 10}):Play()
  1210.                                                                 wait(.1)
  1211.                                                                 TweenService:Create(lock, TweenInfo.new(0.1, Enum.EasingStyle.Quart, Enum.EasingDirection.Out), {Rotation = -10}):Play()
  1212.                                                                 wait(.1)
  1213.                                                         end
  1214.                                                         TweenService:Create(lock, TweenInfo.new(0.1, Enum.EasingStyle.Quart, Enum.EasingDirection.Out), {Rotation = 0}):Play()
  1215.                                                 else
  1216.                                                         SliderDragging = false
  1217.                                                 end
  1218.                                         end
  1219.                                 end)
  1220.        
  1221.                                 CircleSelector.InputBegan:Connect(function(input)
  1222.                                         if input.UserInputType == Enum.UserInputType.MouseButton1 then
  1223.                                                 if Lock.Visible == true then
  1224.                                                         for i = 1,3 do
  1225.                                                                 TweenService:Create(lock, TweenInfo.new(0.1, Enum.EasingStyle.Quart, Enum.EasingDirection.Out), {Rotation = 10}):Play()
  1226.                                                                 wait(.1)
  1227.                                                                 TweenService:Create(lock, TweenInfo.new(0.1, Enum.EasingStyle.Quart, Enum.EasingDirection.Out), {Rotation = -10}):Play()
  1228.                                                                 wait(.1)
  1229.                                                         end
  1230.                                                         TweenService:Create(lock, TweenInfo.new(0.1, Enum.EasingStyle.Quart, Enum.EasingDirection.Out), {Rotation = 0}):Play()
  1231.                                                 else
  1232.                                                         Sliding(input)
  1233.                                                 end
  1234.                                         end
  1235.                                 end)
  1236.        
  1237.                                 UserInputService.InputChanged:Connect(function(input)
  1238.                                         if SliderDragging and input.UserInputType == Enum.UserInputType.MouseMovement then
  1239.                                                 if Lock.Visible == true then
  1240.                                                         for i = 1,3 do
  1241.                                                                 TweenService:Create(lock, TweenInfo.new(0.1, Enum.EasingStyle.Quart, Enum.EasingDirection.Out), {Rotation = 10}):Play()
  1242.                                                                 wait(.1)
  1243.                                                                 TweenService:Create(lock, TweenInfo.new(0.1, Enum.EasingStyle.Quart, Enum.EasingDirection.Out), {Rotation = -10}):Play()
  1244.                                                                 wait(.1)
  1245.                                                         end
  1246.                                                         TweenService:Create(lock, TweenInfo.new(0.1, Enum.EasingStyle.Quart, Enum.EasingDirection.Out), {Rotation = 0}):Play()
  1247.                                                 else
  1248.                                                         Sliding(input)
  1249.                                                 end
  1250.                                         end
  1251.                                 end)
  1252.                                 local function SetSliderValue(value)
  1253.                                         if Lock.Visible == true then
  1254.                                                 for i = 1,3 do
  1255.                                                         TweenService:Create(lock, TweenInfo.new(0.1, Enum.EasingStyle.Quart, Enum.EasingDirection.Out), {Rotation = 10}):Play()
  1256.                                                         wait(.1)
  1257.                                                         TweenService:Create(lock, TweenInfo.new(0.1, Enum.EasingStyle.Quart, Enum.EasingDirection.Out), {Rotation = -10}):Play()
  1258.                                                         wait(.1)
  1259.                                                 end
  1260.                                                 TweenService:Create(lock, TweenInfo.new(0.1, Enum.EasingStyle.Quart, Enum.EasingDirection.Out), {Rotation = 0}):Play()
  1261.                                         else
  1262.                                                 Value.Text = value
  1263.                                                 TweenService:Create(SliderIndicator, TweenInfo.new(0.02, Enum.EasingStyle.Quart, Enum.EasingDirection.Out), {Size = UDim2.new(((tonumber(Value.Text) or minimumvalue) - minimumvalue) / (maximumvalue - minimumvalue), 0, 1, 0)}):Play()
  1264.                                                 callback(tonumber(Value.Text))
  1265.                                         end
  1266.                                 end
  1267.                                 callback(StartingValue)
  1268.                                 local funcSli = {}
  1269.        
  1270.                                 function funcSli:Lock()
  1271.                                         Lock.Visible = true
  1272.                                         TweenService:Create(lock, TweenInfo.new(0.5, Enum.EasingStyle.Quart, Enum.EasingDirection.Out), {Size = UDim2.new(0, 25, 0, 25)}):Play()
  1273.                                 end
  1274.                                 function funcSli:Unlock()
  1275.                                         TweenService:Create(lock, TweenInfo.new(0.5, Enum.EasingStyle.Quart, Enum.EasingDirection.Out), {Size = UDim2.new(0, 0, 0, 0)}):Play()
  1276.                                         wait(.5)
  1277.                                         Lock.Visible = false
  1278.                                 end
  1279.                                 return funcSli
  1280.                         end
  1281.        
  1282.                         function TabElements:Dropdown(name, options, presetoption, callback)
  1283.                                 local NameDropdown = Instance.new("Frame")
  1284.                                 local UICorner = Instance.new("UICorner")
  1285.                                 local TitleToggle = Instance.new("TextButton")
  1286.                                 local Dropdown = Instance.new("ScrollingFrame")
  1287.                                 local UICorner_2 = Instance.new("UICorner")
  1288.                                 local DropdownContentLayout = Instance.new("UIListLayout")
  1289.                                 local add = Instance.new("ImageButton")
  1290.        
  1291.                                 local DropdownToggled = true
  1292.                                 if type(presetoption) == "number" then
  1293.                                         if presetoption  0 and v.Name == MsBoss then
  1294.                                                 repeat wait()
  1295.                                                         KillBossuseGet = true
  1296.                                                         if v:FindFirstChild("HumanoidRootPart") and v:FindFirstChild("Humanoid") and (v.HumanoidRootPart.Position - game.Players.LocalPlayer.Character.HumanoidRootPart.Position).magnitude > 350 then
  1297.                                                                 Farmtween = toTarget(v.HumanoidRootPart.Position,v.HumanoidRootPart.CFrame)
  1298.                                                         elseif v:FindFirstChild("HumanoidRootPart") and v:FindFirstChild("Humanoid") and (v.HumanoidRootPart.Position - game.Players.LocalPlayer.Character.HumanoidRootPart.Position).magnitude



  • Recent Roblox Scripts