Advertisement
DE_Speedruns

Untitled

Nov 21st, 2023 (edited)
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 53.07 KB | None | 0 0
  1. local NEVERWIN = {}
  2. local LocalPlayer = game:GetService('Players').LocalPlayer;
  3. local Mouse = LocalPlayer:GetMouse();
  4. local InputService = game:GetService('UserInputService');
  5. local TextService = game:GetService('TextService');
  6. local TweenService = game:GetService('TweenService');
  7. local CoreGui = game:FindFirstChild('CoreGui') or LocalPlayer.PlayerGui;
  8.  
  9. local ProtectGui = protectgui or (syn and syn.protect_gui) or (function() end);
  10.  
  11. local function cretate_button(asd)
  12. local button=Instance.new('TextButton')
  13. button.Size=UDim2.new(1,0,1,0)
  14. button.BackgroundTransparency=1
  15. button.TextTransparency=1
  16. button.Text=""
  17. button.Parent=asd
  18. button.ZIndex=9999999
  19. return button
  20. end
  21.  
  22. local function scrolling_connect(scrollframe:ScrollingFrame)
  23. local UIListLayout:UIListLayout = scrollframe:WaitForChild('UIListLayout',9999999)
  24. scrollframe.CanvasSize=UDim2.new(0,0,0,UIListLayout.AbsoluteContentSize.Y)
  25.  
  26. UIListLayout:GetPropertyChangedSignal('AbsoluteContentSize'):Connect(function()
  27. scrollframe.CanvasSize=UDim2.new(0,0,0,UIListLayout.AbsoluteContentSize.Y)
  28. end)
  29. end
  30.  
  31. function NEVERWIN:AddWindow(WindowNameString,Title_str,cinfisize)
  32. local WindowFunctinos={}
  33. local ToggleUI=false
  34. local ooldsize=cinfisize or UDim2.new(0.200000003, 200, 0.200000003, 175)
  35. local Tabs={}
  36. local ScreenGui = Instance.new("ScreenGui")
  37. local Window = Instance.new("Frame")
  38. local UICorner = Instance.new("UICorner")
  39. local Outline = Instance.new("Frame")
  40. local Outline_2 = Instance.new("Frame")
  41. local Blackground = Instance.new("Frame")
  42. local Outline_3 = Instance.new("Frame")
  43. local Profile = Instance.new("Frame")
  44. local ImageProfile = Instance.new("ImageLabel")
  45. local UICorner_2 = Instance.new("UICorner")
  46. local ProfileName = Instance.new("TextLabel")
  47. local WindowName = Instance.new("TextLabel")
  48. local TabButtons = Instance.new("ScrollingFrame")
  49. local UIListLayout = Instance.new("UIListLayout")
  50. local Title
  51. local Movebar = Instance.new("Frame")
  52. local oldpocloe=nil
  53. local function get_window_loadpos()
  54. return UDim2.new(0.5,0,0.5,0)
  55. end
  56.  
  57. if Title_str then
  58. Title = Instance.new("TextLabel")
  59.  
  60. Title.Name = "Title"
  61. Title.Parent = Window
  62. Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  63. Title.BackgroundTransparency = 1.000
  64. Title.BorderColor3 = Color3.fromRGB(0, 0, 0)
  65. Title.BorderSizePixel = 0
  66. Title.Position = UDim2.new(0.239, 0, -0.064, 0)
  67. Title.Size = UDim2.new(0.665544629, 0, 0.0604198128, 0)
  68. Title.ZIndex = 4
  69. Title.Font = Enum.Font.SourceSansBold
  70. Title.Text = Title_str or"BLADE BALL"
  71. Title.TextColor3 = Color3.fromRGB(255, 255, 255)
  72. Title.TextScaled = true
  73. Title.TextSize = 14.000
  74. Title.TextStrokeColor3 = Color3.fromRGB(25, 90, 128)
  75. Title.TextStrokeTransparency = 0.560
  76. Title.TextTransparency = 0.170
  77. Title.TextWrapped = true
  78. Title.TextXAlignment = Enum.TextXAlignment.Left
  79.  
  80. TweenService:Create(Title,TweenInfo.new(.76,Enum.EasingStyle.Quint),{Position=UDim2.new(0.23886615, 0, 0.0406281464, 0)}):Play()
  81.  
  82.  
  83. end
  84.  
  85. local close_buton = Instance.new("ImageLabel")
  86.  
  87. local toggle_valu = true
  88.  
  89. local function ui_toggleong(val)
  90.  
  91. for i,v in ipairs(Tabs) do
  92. pcall(function()
  93. v[3](val)
  94. end)
  95. end
  96.  
  97. if val then
  98.  
  99. Movebar.Size=UDim2.new(1,0,0.1,0)
  100. Movebar.Position=UDim2.new(0,0,0,0)
  101. TweenService:Create(Window,TweenInfo.new(0.5),{BackgroundTransparency=0.1,Size=ooldsize,Position=get_window_loadpos()}):Play()
  102. TweenService:Create(TabButtons,TweenInfo.new(1.3,Enum.EasingStyle.Quint),{Position=UDim2.new(0.004, 0,0.129, 0)}):Play()
  103. TweenService:Create(WindowName,TweenInfo.new(.85,Enum.EasingStyle.Quint),{Position=UDim2.new(0.009, 0,0.019, 0),Size=UDim2.new(0.193292543, 0, 0.110772289, 0)}):Play()
  104. TweenService:Create(Outline,TweenInfo.new(3,Enum.EasingStyle.Quint),{BackgroundTransparency=0}):Play()
  105. TweenService:Create(Outline_2,TweenInfo.new(3,Enum.EasingStyle.Quint),{BackgroundTransparency=0}):Play()
  106. TweenService:Create(Outline_3,TweenInfo.new(3,Enum.EasingStyle.Quint),{BackgroundTransparency=0}):Play()
  107. TweenService:Create(ImageProfile,TweenInfo.new(1.5,Enum.EasingStyle.Quint),{ImageTransparency=0}):Play()
  108. TweenService:Create(ProfileName,TweenInfo.new(1.9,Enum.EasingStyle.Quint),{TextTransparency=0}):Play()
  109. TweenService:Create(Blackground,TweenInfo.new(1,Enum.EasingStyle.Quint),{BackgroundTransparency=0}):Play()
  110. if Title then
  111. TweenService:Create(Title,TweenInfo.new(.76,Enum.EasingStyle.Quint),{Position=UDim2.new(0.23886615, 0, 0.0406281464, 0)}):Play()
  112.  
  113. end
  114.  
  115. TweenService:Create(close_buton,TweenInfo.new(1.5),{Position=UDim2.new(0.940999985, 0, 0.0410000011, 0)}):Play()
  116. else
  117. if Title then
  118. TweenService:Create(Title,TweenInfo.new(.76,Enum.EasingStyle.Quint),{Position=UDim2.new(0.239, 0, -0.064, 0)}):Play()
  119.  
  120. end
  121.  
  122. Movebar.Size=UDim2.new(1.1,0,1.1,0)
  123. Movebar.Position=UDim2.new(0,0,-0.1,0)
  124.  
  125. TweenService:Create(Window,TweenInfo.new(0.5),{BackgroundTransparency=0.1,Size=UDim2.new(0.1,0,0.1,0),Position=(oldpocloe or Window.Position)}):Play()
  126. TweenService:Create(TabButtons,TweenInfo.new(1.3,Enum.EasingStyle.Quint),{Position=UDim2.new(-.2, 0, 0.129449874, 0)}):Play()
  127. TweenService:Create(WindowName,TweenInfo.new(.85,Enum.EasingStyle.Quint),{Position=UDim2.new(0.05, 0,0.1, 0),Size=UDim2.new(0.9,0,0.7,0)}):Play()
  128. TweenService:Create(Outline,TweenInfo.new(1,Enum.EasingStyle.Quint),{BackgroundTransparency=1}):Play()
  129. TweenService:Create(Outline_2,TweenInfo.new(1,Enum.EasingStyle.Quint),{BackgroundTransparency=1}):Play()
  130. TweenService:Create(Outline_3,TweenInfo.new(1,Enum.EasingStyle.Quint),{BackgroundTransparency=1}):Play()
  131. TweenService:Create(ImageProfile,TweenInfo.new(.6,Enum.EasingStyle.Quint),{ImageTransparency=1}):Play()
  132. TweenService:Create(ProfileName,TweenInfo.new(.5,Enum.EasingStyle.Quint),{TextTransparency=1}):Play()
  133. TweenService:Create(Blackground,TweenInfo.new(1,Enum.EasingStyle.Quint),{BackgroundTransparency=1}):Play()
  134.  
  135. TweenService:Create(close_buton,TweenInfo.new(0.4),{Position=UDim2.new(1,1,-1,1)}):Play()
  136.  
  137.  
  138. end
  139. end
  140.  
  141. close_buton.Name = "close_buton"
  142. close_buton.Parent = Window
  143. close_buton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  144. close_buton.BackgroundTransparency = 1.000
  145. close_buton.BorderColor3 = Color3.fromRGB(0, 0, 0)
  146. close_buton.BorderSizePixel = 0
  147. close_buton.Position = UDim2.new(0.940999985, 0, 0.0410000011, 0)
  148. close_buton.Size = UDim2.new(0.0500000007, 0, 0.0500000007, 0)
  149. close_buton.SizeConstraint = Enum.SizeConstraint.RelativeYY
  150. close_buton.ZIndex = 4
  151. close_buton.Image = "rbxassetid://10"
  152. close_buton.ImageTransparency=1
  153.  
  154. TweenService:Create(close_buton,TweenInfo.new(1),{ImageTransparency=0}):Play()
  155.  
  156. cretate_button(close_buton).MouseButton1Click:Connect(function()
  157. toggle_valu=not toggle_valu
  158. ui_toggleong(toggle_valu)
  159. end)
  160.  
  161. cretate_button(WindowName).MouseButton1Click:Connect(function()
  162. if not toggle_valu then
  163. oldpocloe=Window.Position
  164. toggle_valu=not toggle_valu
  165. ui_toggleong(toggle_valu)
  166. end
  167. end)
  168.  
  169. ScreenGui.Parent = CoreGui
  170. ScreenGui.ResetOnSpawn = false
  171. ScreenGui.IgnoreGuiInset = true
  172. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Global
  173. ProtectGui(ScreenGui)
  174.  
  175. Window.Name = "Window"
  176. Window.Parent = ScreenGui
  177. Window.AnchorPoint = Vector2.new(0.5, 0.5)
  178. Window.BackgroundColor3 = Color3.fromRGB(4, 12, 49)
  179. Window.BackgroundTransparency = 0.100
  180. Window.BorderColor3 = Color3.fromRGB(0, 0, 0)
  181. Window.BorderSizePixel = 0
  182. Window.Position = UDim2.new(0.5, 0, 0.5, 0)
  183. Window.Size = UDim2.new(0, 0, 0, 0)
  184. Window.Active=true
  185. Window.ClipsDescendants=true
  186. Window.BackgroundTransparency=1
  187. UICorner.CornerRadius = UDim.new(0, 5)
  188. UICorner.Parent = Window
  189.  
  190. Outline.Name = "Outline"
  191. Outline.Parent = Window
  192. Outline.BackgroundColor3 = Color3.fromRGB(12, 36, 64)
  193. Outline.BorderColor3 = Color3.fromRGB(0, 0, 0)
  194. Outline.BorderSizePixel = 0
  195. Outline.Position = UDim2.new(0.211745456, 0, 0.129820809, 0)
  196. Outline.Size = UDim2.new(0.787999988, 0, 0, 2)
  197. Outline.ZIndex = 4
  198. Outline.BackgroundTransparency=1
  199. Outline_2.Name = "Outline"
  200. Outline_2.Parent = Window
  201. Outline_2.AnchorPoint = Vector2.new(0, 0.5)
  202. Outline_2.BackgroundColor3 = Color3.fromRGB(12, 36, 64)
  203. Outline_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  204. Outline_2.BorderSizePixel = 0
  205. Outline_2.Position = UDim2.new(0.210999995, 0, 0.5, 0)
  206. Outline_2.Size = UDim2.new(0, 2, 1, 0)
  207. Outline_2.ZIndex = 4
  208. Outline_2.BackgroundTransparency=1
  209. Blackground.Name = "Blackground"
  210. Blackground.Parent = Window
  211. Blackground.BackgroundColor3 = Color3.fromRGB(7, 10, 19)
  212. Blackground.BorderColor3 = Color3.fromRGB(0, 0, 0)
  213. Blackground.BorderSizePixel = 0
  214. Blackground.Position = UDim2.new(0.211745515, 0, 0, 0)
  215. Blackground.Size = UDim2.new(0.787999988, 0, 1.00000012, 0)
  216. Blackground.ZIndex = 2
  217. Blackground.BackgroundTransparency=1
  218. local UICorner = Instance.new("UICorner")
  219. UICorner.CornerRadius = UDim.new(0, 7)
  220. UICorner.Parent = Blackground
  221. Outline_3.Name = "Outline"
  222. Outline_3.Parent = Window
  223. Outline_3.BackgroundColor3 = Color3.fromRGB(12, 36, 64)
  224. Outline_3.BorderColor3 = Color3.fromRGB(0, 0, 0)
  225. Outline_3.BorderSizePixel = 0
  226. Outline_3.Position = UDim2.new(-0.00133972871, 0, 0.891557455, 0)
  227. Outline_3.Size = UDim2.new(0.215000004, 0, 0, 2)
  228. Outline_3.ZIndex = 4
  229. Outline_3.BackgroundTransparency=1
  230. Profile.Name = "Profile"
  231. Profile.Parent = Window
  232. Profile.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  233. Profile.BackgroundTransparency = 1.000
  234. Profile.BorderColor3 = Color3.fromRGB(0, 0, 0)
  235. Profile.BorderSizePixel = 0
  236. Profile.Position = UDim2.new(0.00180183584, 0, 0.893806398, 0)
  237. Profile.Size = UDim2.new(0.209943637, 0, 0.106193647, 0)
  238.  
  239. ImageProfile.Name = "ImageProfile"
  240. ImageProfile.Parent = Profile
  241. ImageProfile.AnchorPoint = Vector2.new(0, 0.5)
  242. ImageProfile.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  243. ImageProfile.BackgroundTransparency = 1.000
  244. ImageProfile.BorderColor3 = Color3.fromRGB(0, 0, 0)
  245. ImageProfile.BorderSizePixel = 0
  246. ImageProfile.Position = UDim2.new(0.0410000011, 0, 0.5, 0)
  247. ImageProfile.Size = UDim2.new(0.800000012, 0, 0.800000012, 0)
  248. ImageProfile.SizeConstraint = Enum.SizeConstraint.RelativeYY
  249. ImageProfile.Image = game:GetService('Players'):GetUserThumbnailAsync(LocalPlayer.UserId,Enum.ThumbnailType.HeadShot,Enum.ThumbnailSize.Size150x150)
  250. ImageProfile.ImageTransparency=1
  251. UICorner_2.CornerRadius = UDim.new(0.5, 0)
  252. UICorner_2.Parent = ImageProfile
  253.  
  254. ProfileName.Name = "ProfileName"
  255. ProfileName.Parent = Profile
  256. ProfileName.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  257. ProfileName.BackgroundTransparency = 1.000
  258. ProfileName.BorderColor3 = Color3.fromRGB(0, 0, 0)
  259. ProfileName.BorderSizePixel = 0
  260. ProfileName.Position = UDim2.new(0.424550563, 0, 0.247608379, 0)
  261. ProfileName.Size = UDim2.new(0.530813158, 0, 0.49999997, 0)
  262. ProfileName.Font = Enum.Font.SourceSansSemibold
  263. ProfileName.Text = LocalPlayer.DisplayName or "LEVERWIN"
  264. ProfileName.TextColor3 = Color3.fromRGB(255, 255, 255)
  265. ProfileName.TextScaled = true
  266. ProfileName.TextSize = 14.000
  267. ProfileName.TextWrapped = true
  268. ProfileName.TextXAlignment = Enum.TextXAlignment.Left
  269. ProfileName.TextTransparency=1
  270.  
  271. WindowName.Name = "WindowName"
  272. WindowName.Parent = Window
  273. WindowName.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  274. WindowName.BackgroundTransparency = 1.000
  275. WindowName.BorderColor3 = Color3.fromRGB(0, 0, 0)
  276. WindowName.BorderSizePixel = 0
  277. WindowName.Position = UDim2.new(0.0090818312, 0, -.5, 0)
  278. WindowName.Size = UDim2.new(0.193292543, 0, 0.110772289, 0)
  279. WindowName.ZIndex = 4
  280. WindowName.Font = Enum.Font.SourceSansBold
  281. WindowName.Text = WindowNameString or "LEVERWIN"
  282. WindowName.TextColor3 = Color3.fromRGB(255, 255, 255)
  283. WindowName.TextScaled = true
  284. WindowName.TextSize = 14.000
  285. WindowName.TextStrokeColor3 = Color3.fromRGB(25, 90, 128)
  286. WindowName.TextStrokeTransparency = 0.000
  287. WindowName.TextWrapped = true
  288.  
  289. TabButtons.Name = "TabButtons"
  290. TabButtons.Parent = Window
  291. TabButtons.Active = true
  292. TabButtons.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  293. TabButtons.BackgroundTransparency = 1.000
  294. TabButtons.BorderColor3 = Color3.fromRGB(0, 0, 0)
  295. TabButtons.BorderSizePixel = 0
  296. TabButtons.Position = UDim2.new(-.2, 0, 0.129449874, 0)
  297. TabButtons.Size = UDim2.new(0.200000003, 0, 0.744255602, 0)
  298. TabButtons.ZIndex = 3
  299. TabButtons.ScrollBarThickness = 1
  300.  
  301. UIListLayout.Parent = TabButtons
  302. UIListLayout.HorizontalAlignment = Enum.HorizontalAlignment.Center
  303. UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder
  304. UIListLayout.Padding = UDim.new(0, 2)
  305.  
  306. scrolling_connect(TabButtons)
  307.  
  308. function WindowFunctinos:AddTabLabel(NAME)
  309. local TabLabel = Instance.new("TextLabel")
  310. local UIAspectRatioConstraint = Instance.new("UIAspectRatioConstraint")
  311.  
  312. TabLabel.Name = "TabLabel"
  313. TabLabel.Parent = TabButtons
  314. TabLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  315. TabLabel.BackgroundTransparency = 1.000
  316. TabLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
  317. TabLabel.BorderSizePixel = 0
  318. TabLabel.Size = UDim2.new(0.850000024, 0, 0.5, 0)
  319. TabLabel.Font = Enum.Font.SourceSansBold
  320. TabLabel.Text = NAME or "Tab Label"
  321. TabLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  322. TabLabel.TextScaled = true
  323. TabLabel.TextSize = 14.000
  324. TabLabel.TextTransparency = 0.800
  325. TabLabel.TextWrapped = true
  326. TabLabel.TextXAlignment = Enum.TextXAlignment.Left
  327.  
  328. UIAspectRatioConstraint.Parent = TabLabel
  329. UIAspectRatioConstraint.AspectRatio = 8.000
  330. UIAspectRatioConstraint.AspectType = Enum.AspectType.ScaleWithParentSize
  331.  
  332. local llr={}
  333.  
  334. function llr:Text(a)
  335. TabLabel.Text = a or "Tab Label"
  336. end
  337.  
  338. return llr
  339. end
  340.  
  341. function WindowFunctinos:AddTab(TAB_NAME,icon)
  342. local TabAssets={}
  343.  
  344. local TabButton = Instance.new("Frame")
  345. local UIAspectRatioConstraint = Instance.new("UIAspectRatioConstraint")
  346. local UICorner = Instance.new("UICorner")
  347. local lin = Instance.new("ImageLabel")
  348. local UICorner_2 = Instance.new("UICorner")
  349. local TextLabel = Instance.new("TextLabel")
  350.  
  351. TabButton.Name = "TabButton"
  352. TabButton.Parent = TabButtons
  353. TabButton.BackgroundColor3 = Color3.fromRGB(1, 66, 106)
  354. TabButton.BorderColor3 = Color3.fromRGB(0, 0, 0)
  355. TabButton.BorderSizePixel = 0
  356. TabButton.Size = UDim2.new(0.925000012, 0, 0.5, 0)
  357. TabButton.ZIndex = 3
  358.  
  359. UIAspectRatioConstraint.Parent = TabButton
  360. UIAspectRatioConstraint.AspectRatio = 4.500
  361. UIAspectRatioConstraint.AspectType = Enum.AspectType.ScaleWithParentSize
  362.  
  363. UICorner.CornerRadius = UDim.new(0, 3)
  364. UICorner.Parent = TabButton
  365.  
  366. lin.Name = "lin"
  367. lin.Parent = TabButton
  368. lin.AnchorPoint = Vector2.new(0, 0.5)
  369. lin.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  370. lin.BackgroundTransparency = 1.000
  371. lin.BorderColor3 = Color3.fromRGB(0, 0, 0)
  372. lin.BorderSizePixel = 0
  373. lin.Position = UDim2.new(0.0330967419, 0, 0.5, 0)
  374. lin.Size = UDim2.new(0.699999988, 0, 0.699999988, 0)
  375. lin.SizeConstraint = Enum.SizeConstraint.RelativeYY
  376. lin.ZIndex = 4
  377. lin.Image = icon or "http://www.roblox.com/asset/?id=10088146939"
  378. lin.ImageColor3 = Color3.fromRGB(21, 191, 253)
  379. lin.ScaleType = Enum.ScaleType.Fit
  380.  
  381. UICorner_2.CornerRadius = UDim.new(0, 5)
  382. UICorner_2.Parent = lin
  383.  
  384. TextLabel.Parent = TabButton
  385. TextLabel.AnchorPoint = Vector2.new(0, 0.5)
  386. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  387. TextLabel.BackgroundTransparency = 1.000
  388. TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
  389. TextLabel.BorderSizePixel = 0
  390. TextLabel.Position = UDim2.new(0.26699999, 0, 0.5, 0)
  391. TextLabel.Size = UDim2.new(0.73299998, 0, 0.600000024, 0)
  392. TextLabel.ZIndex = 5
  393. TextLabel.Font = Enum.Font.SourceSansBold
  394. TextLabel.Text = TAB_NAME or "Legitbot"
  395. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  396. TextLabel.TextScaled = true
  397. TextLabel.TextSize = 14.000
  398. TextLabel.TextWrapped = true
  399. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  400.  
  401. local Tab = Instance.new("Frame")
  402. local Left = Instance.new("ScrollingFrame")
  403. local UIListLayout = Instance.new("UIListLayout")
  404. local Right = Instance.new("ScrollingFrame")
  405. local UIListLayout_2 = Instance.new("UIListLayout")
  406.  
  407. Tab.Name = "Tab"
  408. Tab.Parent = Window
  409. Tab.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  410. Tab.BackgroundTransparency = 1.000
  411. Tab.BorderColor3 = Color3.fromRGB(0, 0, 0)
  412. Tab.BorderSizePixel = 0
  413. Tab.Position = UDim2.new(0.998, 0, 0.153999999, 0)
  414. Tab.Size = UDim2.new(0.745000005, 0, 0.819000006, 0)
  415. Tab.ZIndex = 5
  416.  
  417. Left.Name = "Left"
  418. Left.Parent = Tab
  419. Left.Active = true
  420. Left.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  421. Left.BackgroundTransparency = 1.000
  422. Left.BorderColor3 = Color3.fromRGB(0, 0, 0)
  423. Left.BorderSizePixel = 0
  424. Left.Position = UDim2.new(0, 0, 1.75896901e-07, 0)
  425. Left.Size = UDim2.new(0.485404283, 0, 0.979999959, 0)
  426. Left.ZIndex = 5
  427. Left.ScrollBarThickness = 1
  428. Left.ScrollBarImageColor3=Color3.fromRGB(18, 55, 97)
  429. UIListLayout.Parent = Left
  430. UIListLayout.HorizontalAlignment = Enum.HorizontalAlignment.Center
  431. UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder
  432. UIListLayout.Padding = UDim.new(0, 2)
  433.  
  434. Right.Name = "Right"
  435. Right.Parent = Tab
  436. Right.Active = true
  437. Right.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  438. Right.BackgroundTransparency = 1.000
  439. Right.BorderColor3 = Color3.fromRGB(0, 0, 0)
  440. Right.BorderSizePixel = 0
  441. Right.Position = UDim2.new(0.506338239, 0, 1.75896901e-07, 0)
  442. Right.Size = UDim2.new(0.492659718, 0, 0.980000019, 0)
  443. Right.ZIndex = 5
  444. Right.ScrollBarThickness = 1
  445. Right.ScrollBarImageColor3=Color3.fromRGB(18, 55, 97)
  446.  
  447. UIListLayout_2.Parent = Right
  448. UIListLayout_2.HorizontalAlignment = Enum.HorizontalAlignment.Center
  449. UIListLayout_2.SortOrder = Enum.SortOrder.LayoutOrder
  450. UIListLayout_2.Padding = UDim.new(0, 2)
  451.  
  452. TweenService:Create(Tab,TweenInfo.new(1,Enum.EasingStyle.Quint),{Position=UDim2.new(0.238000005, 0, 0.153999999, 0)}):Play()
  453.  
  454. scrolling_connect(Right)
  455. scrolling_connect(Left)
  456.  
  457. local function tabcallback(va)
  458. if va then
  459. TweenService:Create(TabButton,TweenInfo.new(0.1),{BackgroundTransparency=0}):Play()
  460. Tab.Visible=true
  461. else
  462. TweenService:Create(TabButton,TweenInfo.new(0.1),{BackgroundTransparency=1}):Play()
  463. Tab.Visible=false
  464. end
  465. end
  466.  
  467. local function tab_toggle(val)
  468. if val then
  469.  
  470. TweenService:Create(Tab,TweenInfo.new(.9,Enum.EasingStyle.Quint),{Position=UDim2.new(0.238000005, 0, 0.153999999, 0)}):Play()
  471.  
  472. else
  473. TweenService:Create(Tab,TweenInfo.new(.4,Enum.EasingStyle.Quint),{Position=UDim2.new(0.998, 0, 0.153999999, 0)}):Play()
  474.  
  475. end
  476. end
  477.  
  478. if #Tabs==0 then
  479. tabcallback(true)
  480. else
  481. tabcallback(false)
  482. end
  483.  
  484. table.insert(Tabs,{Tab,tabcallback,tab_toggle})
  485.  
  486. cretate_button(TabButton).MouseButton1Click:Connect(function()
  487. for i,v in ipairs(Tabs) do
  488. if v[1]==Tab then
  489. v[2](true)
  490. else
  491. v[2](false)
  492. end
  493. end
  494. end)
  495.  
  496. function TabAssets:AddSection(SectionNameString,int)
  497. int=int or 'left'
  498.  
  499. local sectionasaste={}
  500. int=tostring(int):lower()
  501.  
  502. local prosate=(int=="left"and Left)or(int=="right"and Right)
  503.  
  504. local Section = Instance.new("Frame")
  505. local UICorner = Instance.new("UICorner")
  506. local UIListLayout = Instance.new("UIListLayout")
  507. local Top = Instance.new("Frame")
  508. local UIAspectRatioConstraint = Instance.new("UIAspectRatioConstraint")
  509. local Title = Instance.new("TextLabel")
  510. local UIAspectRatioConstraint_2 = Instance.new("UIAspectRatioConstraint")
  511. local Outline = Instance.new("Frame")
  512. local UIAspectRatioConstraint_3 = Instance.new("UIAspectRatioConstraint")
  513. local Main = Instance.new("Frame")
  514. local UICorner_2 = Instance.new("UICorner")
  515.  
  516. Tab:GetPropertyChangedSignal('Position'):Connect(function()
  517. if Tab.Position ~= UDim2.new(0.998, 0, 0.153999999, 0) then
  518. Section.Visible=true
  519. else
  520. Section.Visible=false
  521. end
  522. end)
  523.  
  524. Section.Name = "Section"
  525. Section.Parent = prosate
  526. Section.BackgroundColor3 = Color3.fromRGB(0, 15, 30)
  527. Section.BorderColor3 = Color3.fromRGB(0, 0, 0)
  528. Section.BorderSizePixel = 0
  529. Section.Position = UDim2.new(0.0200000703, 0, 0, 0)
  530. Section.Size = UDim2.new(0.959999979, 0, 0, 0)
  531. Section.ZIndex = 7
  532. UICorner.CornerRadius = UDim.new(0, 3)
  533. UICorner.Parent = Section
  534.  
  535. UIListLayout.Parent = Section
  536. UIListLayout.HorizontalAlignment = Enum.HorizontalAlignment.Center
  537. UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder
  538. UIListLayout.Padding = UDim.new(0, 1)
  539.  
  540. Top.Name = "Top"
  541. Top.Parent = Section
  542. Top.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  543. Top.BorderColor3 = Color3.fromRGB(0, 0, 0)
  544. Top.BorderSizePixel = 0
  545. Top.Size = UDim2.new(1, 0, 0.5, 0)
  546.  
  547. UIAspectRatioConstraint.Parent = Top
  548. UIAspectRatioConstraint.AspectRatio = 45.000
  549. UIAspectRatioConstraint.AspectType = Enum.AspectType.ScaleWithParentSize
  550.  
  551. Title.Name = "Title"
  552. Title.Parent = Section
  553. Title.AnchorPoint = Vector2.new(0.5, 0)
  554. Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  555. Title.BackgroundTransparency = 1.000
  556. Title.BorderColor3 = Color3.fromRGB(0, 0, 0)
  557. Title.BorderSizePixel = 0
  558. Title.Position = UDim2.new(0.5, 0, 0.0320000015, 0)
  559. Title.Size = UDim2.new(0.949999988, 0, 0.5, 0)
  560. Title.ZIndex = 7
  561. Title.Font = Enum.Font.SourceSansBold
  562. Title.Text = SectionNameString or "Main"
  563. Title.TextColor3 = Color3.fromRGB(255, 255, 255)
  564. Title.TextScaled = true
  565. Title.TextSize = 14.000
  566. Title.TextWrapped = true
  567. Title.TextXAlignment = Enum.TextXAlignment.Left
  568.  
  569. UIAspectRatioConstraint_2.Parent = Title
  570. UIAspectRatioConstraint_2.AspectRatio = 10.000
  571. UIAspectRatioConstraint_2.AspectType = Enum.AspectType.ScaleWithParentSize
  572.  
  573. Outline.Name = "Outline"
  574. Outline.Parent = Section
  575. Outline.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  576. Outline.BackgroundTransparency = 1.000
  577. Outline.BorderColor3 = Color3.fromRGB(0, 0, 0)
  578. Outline.BorderSizePixel = 0
  579. Outline.Size = UDim2.new(0.99000001, 0, 0.5, 0)
  580. Outline.ZIndex = 9
  581.  
  582. UIAspectRatioConstraint_3.Parent = Outline
  583. UIAspectRatioConstraint_3.AspectRatio = 15.000
  584. UIAspectRatioConstraint_3.AspectType = Enum.AspectType.ScaleWithParentSize
  585.  
  586. Main.Name = "Main"
  587. Main.Parent = Outline
  588. Main.AnchorPoint = Vector2.new(0.5, 0.5)
  589. Main.BackgroundColor3 = Color3.fromRGB(9, 39, 49)
  590. Main.BorderColor3 = Color3.fromRGB(0, 0, 0)
  591. Main.BorderSizePixel = 0
  592. Main.Position = UDim2.new(0.5, 0, 0.5, 0)
  593. Main.Size = UDim2.new(0.949999988, 0, 0.25, 0)
  594. Main.ZIndex = 15
  595.  
  596. UICorner_2.CornerRadius = UDim.new(1, 0)
  597. UICorner_2.Parent = Main
  598.  
  599. local function UpdateSize()
  600.  
  601. local a=0
  602.  
  603. for i,v:Frame in ipairs(Section:GetChildren()) do
  604. if v:isA('TextLabel')or v:isA('Frame') then
  605. if v.AbsoluteSize.Y > 0 then
  606. a=a+v.AbsoluteSize.Y-1
  607. else
  608. a=a+v.Size.Y.Offset-1
  609. end
  610. end
  611. end
  612.  
  613. TweenService:Create(Section,TweenInfo.new(0.5),{Size=UDim2.new(0.959999979, 0, 0, 25+a)}):Play()
  614. end
  615.  
  616. UpdateSize()
  617.  
  618. Window:GetPropertyChangedSignal('Size'):Connect(function()
  619. task.wait()
  620. UpdateSize()
  621. end)
  622.  
  623. Section.InputBegan:Connect(UpdateSize)
  624.  
  625. function sectionasaste:AddLabel(LabelName)
  626. local Label = Instance.new("TextLabel")
  627. local UIAspectRatioConstraint = Instance.new("UIAspectRatioConstraint")
  628.  
  629. Label.Name = "Label"
  630. Label.Parent = Section
  631. Label.AnchorPoint = Vector2.new(0.5, 0)
  632. Label.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  633. Label.BackgroundTransparency = 1.000
  634. Label.BorderColor3 = Color3.fromRGB(0, 0, 0)
  635. Label.BorderSizePixel = 0
  636. Label.Position = UDim2.new(0.5, 0, 0.0320000015, 0)
  637. Label.Size = UDim2.new(0.899999976, 0, 0.5, 0)
  638. Label.ZIndex = 7
  639. Label.Font = Enum.Font.SourceSansBold
  640. Label.TextColor3 = Color3.fromRGB(255, 255, 255)
  641. Label.TextScaled = true
  642. Label.TextSize = 14.000
  643. Label.TextStrokeColor3 = Color3.fromRGB(25, 90, 128)
  644. Label.TextTransparency = 1
  645. Label.TextWrapped = true
  646. Label.TextXAlignment = Enum.TextXAlignment.Left
  647. Label.Text=LabelName or ""
  648.  
  649. TweenService:Create(Label,TweenInfo.new(0.3),{TextTransparency = 0.300}):Play()
  650. UIAspectRatioConstraint.Parent = Label
  651. UIAspectRatioConstraint.AspectRatio = 10.000
  652. UIAspectRatioConstraint.AspectType = Enum.AspectType.ScaleWithParentSize
  653.  
  654. UpdateSize()
  655.  
  656. local func={}
  657.  
  658. function func:Text(a)
  659. Label.Text=tostring(a)
  660. end
  661.  
  662. return func
  663.  
  664. end
  665.  
  666. function sectionasaste:AddToggle(ToggleName,Default,callback)
  667. Default=Default or false
  668. callback=callback or function ()
  669.  
  670. end
  671.  
  672. local Toggle = Instance.new("Frame")
  673. local UIAspectRatioConstraint = Instance.new("UIAspectRatioConstraint")
  674. local Title = Instance.new("TextLabel")
  675. local Frame = Instance.new("Frame")
  676. local Icon = Instance.new("Frame")
  677. local UICorner = Instance.new("UICorner")
  678. local UICorner_2 = Instance.new("UICorner")
  679.  
  680. Toggle.Name = "Toggle"
  681. Toggle.Parent = Section
  682. Toggle.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  683. Toggle.BackgroundTransparency = 1.000
  684. Toggle.BorderColor3 = Color3.fromRGB(0, 0, 0)
  685. Toggle.BorderSizePixel = 0
  686. Toggle.Size = UDim2.new(0.899999976, 0, 0.5, 0)
  687. Toggle.ZIndex = 12
  688.  
  689. UIAspectRatioConstraint.Parent = Toggle
  690. UIAspectRatioConstraint.AspectRatio = 10.000
  691. UIAspectRatioConstraint.AspectType = Enum.AspectType.ScaleWithParentSize
  692.  
  693. Title.Name = "Title"
  694. Title.Parent = Toggle
  695. Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  696. Title.BackgroundTransparency = 1.000
  697. Title.BorderColor3 = Color3.fromRGB(0, 0, 0)
  698. Title.BorderSizePixel = 0
  699. Title.Size = UDim2.new(0.7704705, 0, 1, 0)
  700. Title.ZIndex = 7
  701. Title.Font = Enum.Font.SourceSansBold
  702. Title.Text = ToggleName or"Toggle"
  703. Title.TextColor3 = Color3.fromRGB(255, 255, 255)
  704. Title.TextScaled = true
  705. Title.TextSize = 14.000
  706. Title.TextStrokeColor3 = Color3.fromRGB(25, 90, 128)
  707. Title.TextWrapped = true
  708. Title.TextXAlignment = Enum.TextXAlignment.Left
  709.  
  710. Frame.Parent = Toggle
  711. Frame.AnchorPoint = Vector2.new(1, 0.5)
  712. Frame.BackgroundColor3 = Color3.fromRGB(5, 31, 58)
  713. Frame.BorderColor3 = Color3.fromRGB(0, 0, 0)
  714. Frame.BorderSizePixel = 0
  715. Frame.Position = UDim2.new(0.980000019, 0, 0.5, 0)
  716. Frame.Size = UDim2.new(0.200000003, 0, 0.850000024, 0)
  717. Frame.ZIndex = 7
  718.  
  719. Icon.Name = "Icon"
  720. Icon.Parent = Frame
  721. Icon.AnchorPoint = Vector2.new(0.5, 0.5)
  722. Icon.BackgroundColor3 = Color3.fromRGB(0, 195, 240)
  723. Icon.BorderColor3 = Color3.fromRGB(0, 0, 0)
  724. Icon.BorderSizePixel = 0
  725. Icon.Position = UDim2.new(0.75, 0, 0.5, 0)
  726. Icon.Size = UDim2.new(1, 0, 1, 0)
  727. Icon.SizeConstraint = Enum.SizeConstraint.RelativeYY
  728. Icon.ZIndex = 7
  729.  
  730. UICorner.CornerRadius = UDim.new(3, 0)
  731. UICorner.Parent = Icon
  732.  
  733. UICorner_2.CornerRadius = UDim.new(3, 0)
  734. UICorner_2.Parent = Frame
  735.  
  736. local function toggle__(val)
  737. UpdateSize()
  738. if val then
  739. TweenService:Create(Icon,TweenInfo.new(0.1),{Position=UDim2.new(0.75,0,0.5,0),BackgroundColor3=Color3.fromRGB( 4,186, 252)}):Play()
  740. TweenService:Create(Frame,TweenInfo.new(0.1),{BackgroundColor3=Color3.fromRGB(3, 6, 23)}):Play()
  741. TweenService:Create(Title,TweenInfo.new(0.1),{TextTransparency=0}):Play()
  742. else
  743. TweenService:Create(Title,TweenInfo.new(0.1),{TextTransparency=0.3}):Play()
  744. TweenService:Create(Icon,TweenInfo.new(0.1),{Position=UDim2.new(0.25,0,0.5,0),BackgroundColor3=Color3.fromRGB(85, 112, 123,4)}):Play()
  745. TweenService:Create(Frame,TweenInfo.new(0.1),{BackgroundColor3=Color3.fromRGB(0, 30, 71)}):Play()
  746. end
  747. end
  748.  
  749. toggle__(Default)
  750.  
  751. cretate_button(Toggle).MouseButton1Click:Connect(function()
  752. Default=not Default
  753. toggle__(Default)
  754. callback(Default)
  755. end)
  756.  
  757. UpdateSize()
  758.  
  759. local func={}
  760.  
  761. function func:Value(a)
  762. Default=a
  763. toggle__(Default)
  764. callback(a)
  765. end
  766.  
  767. function func:Text(a)
  768. Title.Text=tostring(a)
  769. end
  770.  
  771. return func
  772. end
  773.  
  774. function sectionasaste:AddSlider(SliderNameString,Min,Max,Default,callback)
  775. Min=Min or 1
  776. Max=Max or 100
  777. Default=Default or Min
  778. callback=callback or function()
  779.  
  780. end
  781.  
  782. local Slider = Instance.new("Frame")
  783. local UIAspectRatioConstraint = Instance.new("UIAspectRatioConstraint")
  784. local Title = Instance.new("TextLabel")
  785. local Main = Instance.new("Frame")
  786. local Icon = Instance.new("Frame")
  787. local Move_Icon = Instance.new("Frame")
  788. local UICorner = Instance.new("UICorner")
  789. local ValueText = Instance.new("TextLabel")
  790. local UIStroke = Instance.new("UIStroke")
  791. local UICorner_2 = Instance.new("UICorner")
  792.  
  793. Slider.Name = "Slider"
  794. Slider.Parent = Section
  795. Slider.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  796. Slider.BackgroundTransparency = 1.000
  797. Slider.BorderColor3 = Color3.fromRGB(0, 0, 0)
  798. Slider.BorderSizePixel = 0
  799. Slider.Size = UDim2.new(0.899999976, 0, 0.5, 0)
  800. Slider.ZIndex = 12
  801.  
  802. UIAspectRatioConstraint.Parent = Slider
  803. UIAspectRatioConstraint.AspectRatio = 10.000
  804. UIAspectRatioConstraint.AspectType = Enum.AspectType.ScaleWithParentSize
  805.  
  806. Title.Name = "Title"
  807. Title.Parent = Slider
  808. Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  809. Title.BackgroundTransparency = 1.000
  810. Title.BorderColor3 = Color3.fromRGB(0, 0, 0)
  811. Title.BorderSizePixel = 0
  812. Title.Size = UDim2.new(0.492410779, 0, 1, 0)
  813. Title.ZIndex = 7
  814. Title.Font = Enum.Font.SourceSansBold
  815. Title.Text = SliderNameString or"Slider"
  816. Title.TextColor3 = Color3.fromRGB(255, 255, 255)
  817. Title.TextScaled = true
  818. Title.TextSize = 14.000
  819. Title.TextStrokeColor3 = Color3.fromRGB(25, 90, 128)
  820. Title.TextWrapped = true
  821. Title.TextXAlignment = Enum.TextXAlignment.Left
  822. Title.TextTransparency=.3
  823. Main.Name = "Main"
  824. Main.Parent = Slider
  825. Main.AnchorPoint = Vector2.new(0, 0.5)
  826. Main.BackgroundColor3 = Color3.fromRGB(7, 27, 54)
  827. Main.BorderColor3 = Color3.fromRGB(0, 0, 0)
  828. Main.BorderSizePixel = 0
  829. Main.ClipsDescendants = true
  830. Main.Position = UDim2.new(0.49000001, 0, 0.5, 0)
  831. Main.Size = UDim2.new(0.378852516, 0, 0.149999991, 0)
  832. Main.ZIndex = 9
  833.  
  834. Icon.Name = "Icon"
  835. Icon.Parent = Main
  836. Icon.BackgroundColor3 = Color3.fromRGB(61, 152, 255)
  837. Icon.BorderColor3 = Color3.fromRGB(0, 0, 0)
  838. Icon.BorderSizePixel = 0
  839. Icon.Size = UDim2.new(0.05, 0, 1, 0)
  840. Icon.ZIndex = 10
  841.  
  842. Move_Icon.Name = "Move_Icon"
  843. Move_Icon.Parent = Icon
  844. Move_Icon.AnchorPoint = Vector2.new(1, 0.5)
  845. Move_Icon.BackgroundColor3 = Color3.fromRGB(61, 152, 255)
  846. Move_Icon.BorderColor3 = Color3.fromRGB(0, 0, 0)
  847. Move_Icon.BorderSizePixel = 0
  848. Move_Icon.Position = UDim2.new(1, 0, 0.5, 0)
  849. Move_Icon.Rotation = 1.000
  850. Move_Icon.Size = UDim2.new(4, 0, 4, 0)
  851. Move_Icon.SizeConstraint = Enum.SizeConstraint.RelativeYY
  852. Move_Icon.ZIndex = 10
  853.  
  854. UICorner.CornerRadius = UDim.new(1, 0)
  855. UICorner.Parent = Move_Icon
  856.  
  857. ValueText.Name = "ValueText"
  858. ValueText.Parent = Slider
  859. ValueText.AnchorPoint = Vector2.new(1, 0.5)
  860. ValueText.BackgroundColor3 = Color3.fromRGB(3, 6, 25)
  861. ValueText.BorderColor3 = Color3.fromRGB(0, 0, 0)
  862. ValueText.BorderSizePixel = 0
  863. ValueText.Position = UDim2.new(1, 0, 0.5, 0)
  864. ValueText.Size = UDim2.new(0.100000001, 0, 0.5, 0)
  865. ValueText.ZIndex = 9
  866. ValueText.Font = Enum.Font.SourceSansSemibold
  867. ValueText.Text = "0"
  868. ValueText.TextColor3 = Color3.fromRGB(255, 255, 255)
  869. ValueText.TextScaled = true
  870. ValueText.TextSize = 14.000
  871. ValueText.TextWrapped = true
  872. ValueText.TextXAlignment = Enum.TextXAlignment.Left
  873.  
  874. UIStroke.Color = Color3.fromRGB(5, 18, 34)
  875. UIStroke.ApplyStrokeMode = Enum.ApplyStrokeMode.Border
  876. UIStroke.Parent = ValueText
  877.  
  878. UICorner_2.CornerRadius = UDim.new(0, 5)
  879. UICorner_2.Parent = ValueText
  880.  
  881. ValueText.Text = tostring(Default)
  882. Icon.Size=UDim2.fromScale((Default/Max),1)
  883.  
  884. local touching = Instance.new("Frame")
  885.  
  886. touching.Name = "touching"
  887. touching.Parent = Slider
  888. touching.AnchorPoint = Vector2.new(0.5, 0.5)
  889. touching.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  890. touching.BorderColor3 = Color3.fromRGB(0, 0, 0)
  891. touching.BorderSizePixel = 0
  892. touching.Position = UDim2.new(0.679796576, 0, 0.5, 0)
  893. touching.Size = UDim2.new(0.374771446, 0, 1, 0)
  894. touching.ZIndex = 11
  895. touching.BackgroundTransparency=1
  896. local danger = false
  897.  
  898. local function update(Input)
  899. local SizeScale = math.clamp((((Input.Position.X) - Main.AbsolutePosition.X) / Main.AbsoluteSize.X), 0, 1)
  900. local Valuea = math.floor(((Max - Min) * SizeScale) + Min)
  901. local Size = UDim2.fromScale(math.clamp(SizeScale+0.075,0,1), 1)
  902. ValueText.Text = tostring(Valuea)
  903. TweenService:Create(Icon,TweenInfo.new(0.1),{Size = Size}):Play()
  904. callback(Valuea)
  905. end
  906.  
  907. touching.InputBegan:Connect(function(Input)
  908. if Input.UserInputType == Enum.UserInputType.MouseButton1 or Input.UserInputType == Enum.UserInputType.Touch then
  909. danger = true
  910. update(Input)
  911. TweenService:Create(Title,TweenInfo.new(0.1),{TextTransparency=0}):Play()
  912. end
  913. end)
  914.  
  915. touching.InputEnded:Connect(function(Input)
  916. if Input.UserInputType == Enum.UserInputType.MouseButton1 or Input.UserInputType == Enum.UserInputType.Touch then
  917. danger = false
  918. TweenService:Create(Title,TweenInfo.new(0.1),{TextTransparency=0.3}):Play()
  919. end
  920. end)
  921.  
  922. InputService.InputChanged:Connect(function(Input)
  923. if danger then
  924. if (Input.UserInputType==Enum.UserInputType.MouseMovement or Input.UserInputType==Enum.UserInputType.Touch) then
  925. update(Input)
  926. end
  927. end
  928. end)
  929.  
  930. local func={}
  931.  
  932. function func:Value(s)
  933. ValueText.Text = tostring(s)
  934. Icon.Size=UDim2.fromScale((s/Max),1)
  935.  
  936. callback(s)
  937. end
  938.  
  939. function func:Text(t)
  940. Title.Text=tostring(t)
  941. end
  942.  
  943. UpdateSize()
  944. return func
  945. end
  946.  
  947. function sectionasaste:AddDropdown(DropdownNameString,data,default,callback)
  948. data=data or {}
  949. default=default or data[1]
  950. callback=callback or function()
  951.  
  952. end
  953.  
  954. local choose=default
  955. local Dropdown = Instance.new("Frame")
  956. local UIAspectRatioConstraint = Instance.new("UIAspectRatioConstraint")
  957. local Title = Instance.new("TextLabel")
  958. local __BOX__ = Instance.new("Frame")
  959. local UIStroke = Instance.new("UIStroke")
  960. local ValueText = Instance.new("TextLabel")
  961. local DotText = Instance.new("TextLabel")
  962. local ListBox = Instance.new("Frame")
  963. local UIStroke_2 = Instance.new("UIStroke")
  964. local UIListLayout = Instance.new("UIListLayout")
  965.  
  966. Dropdown.Name = "Dropdown"
  967. Dropdown.Parent = Section
  968. Dropdown.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  969. Dropdown.BackgroundTransparency = 1.000
  970. Dropdown.BorderColor3 = Color3.fromRGB(0, 0, 0)
  971. Dropdown.BorderSizePixel = 0
  972. Dropdown.Size = UDim2.new(0.899999976, 0, 0.5, 0)
  973. Dropdown.ZIndex = 12
  974.  
  975. UIAspectRatioConstraint.Parent = Dropdown
  976. UIAspectRatioConstraint.AspectRatio = 10.000
  977. UIAspectRatioConstraint.AspectType = Enum.AspectType.ScaleWithParentSize
  978.  
  979. Title.Name = "Title"
  980. Title.Parent = Dropdown
  981. Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  982. Title.BackgroundTransparency = 1.000
  983. Title.BorderColor3 = Color3.fromRGB(0, 0, 0)
  984. Title.BorderSizePixel = 0
  985. Title.Size = UDim2.new(0.619426191, 0, 1, 0)
  986. Title.ZIndex = 7
  987. Title.Font = Enum.Font.SourceSansBold
  988. Title.Text = DropdownNameString or"Dropdown"
  989. Title.TextColor3 = Color3.fromRGB(255, 255, 255)
  990. Title.TextScaled = true
  991. Title.TextSize = 14.000
  992. Title.TextStrokeColor3 = Color3.fromRGB(25, 90, 128)
  993. Title.TextWrapped = true
  994. Title.TextXAlignment = Enum.TextXAlignment.Left
  995.  
  996. __BOX__.Name = "__BOX__"
  997. __BOX__.Parent = Dropdown
  998. __BOX__.AnchorPoint = Vector2.new(0, 0.5)
  999. __BOX__.BackgroundColor3 = Color3.fromRGB(0, 7, 20)
  1000. __BOX__.BorderColor3 = Color3.fromRGB(0, 0, 0)
  1001. __BOX__.BorderSizePixel = 0
  1002. __BOX__.Position = UDim2.new(0.679426134, 0, 0.49999994, 0)
  1003. __BOX__.Size = UDim2.new(0.338999987, 0, 0.649999976, 0)
  1004. __BOX__.ZIndex = 10
  1005.  
  1006. UIStroke.Color = Color3.fromRGB(5, 18, 34)
  1007. UIStroke.ApplyStrokeMode = Enum.ApplyStrokeMode.Border
  1008. UIStroke.Parent = __BOX__
  1009.  
  1010. ValueText.Name = "ValueText"
  1011. ValueText.Parent = __BOX__
  1012. ValueText.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1013. ValueText.BackgroundTransparency = 1.000
  1014. ValueText.BorderColor3 = Color3.fromRGB(0, 0, 0)
  1015. ValueText.BorderSizePixel = 0
  1016. ValueText.Size = UDim2.new(0.808259666, 0, 1, 0)
  1017. ValueText.ZIndex = 11
  1018. ValueText.Font = Enum.Font.SourceSansBold
  1019. ValueText.Text = tostring(default) or ""
  1020. ValueText.TextColor3 = Color3.fromRGB(255, 255, 255)
  1021. ValueText.TextScaled = true
  1022. ValueText.TextSize = 14.000
  1023. ValueText.TextWrapped = true
  1024. ValueText.TextXAlignment = Enum.TextXAlignment.Left
  1025.  
  1026. DotText.Name = "DotText"
  1027. DotText.Parent = __BOX__
  1028. DotText.AnchorPoint = Vector2.new(1, 0)
  1029. DotText.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1030. DotText.BackgroundTransparency = 1.000
  1031. DotText.BorderColor3 = Color3.fromRGB(0, 0, 0)
  1032. DotText.BorderSizePixel = 0
  1033. DotText.Position = UDim2.new(1, 0, 0, 0)
  1034. DotText.Rotation = -90.000
  1035. DotText.Size = UDim2.new(1, 0, 1, 0)
  1036. DotText.SizeConstraint = Enum.SizeConstraint.RelativeYY
  1037. DotText.ZIndex = 11
  1038. DotText.Font = Enum.Font.SourceSansBold
  1039. DotText.Text = "<"
  1040. DotText.TextColor3 = Color3.fromRGB(255, 255, 255)
  1041. DotText.TextScaled = true
  1042. DotText.TextSize = 14.000
  1043. DotText.TextWrapped = true
  1044.  
  1045. ListBox.Name = "ListBox"
  1046. ListBox.Parent = Dropdown
  1047. ListBox.BackgroundColor3 = Color3.fromRGB(2, 5, 22)
  1048. ListBox.BorderColor3 = Color3.fromRGB(0, 0, 0)
  1049. ListBox.BorderSizePixel = 0
  1050. ListBox.Position = UDim2.new(0.67900008, 0, 0.979412436, 0)
  1051. ListBox.Size = UDim2.new(0.338999987, 0, 0, 0)
  1052. ListBox.Visible = false
  1053. ListBox.ZIndex = 10
  1054.  
  1055. UIStroke_2.Color = Color3.fromRGB(5, 18, 34)
  1056. UIStroke_2.ApplyStrokeMode = Enum.ApplyStrokeMode.Border
  1057. UIStroke_2.Parent = ListBox
  1058.  
  1059. UIListLayout.Parent = ListBox
  1060. UIListLayout.HorizontalAlignment = Enum.HorizontalAlignment.Center
  1061. UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder
  1062. UIListLayout.Padding = UDim.new(0, 1)
  1063.  
  1064. local function get_list_size()
  1065. local a=0
  1066.  
  1067. for i,v:TextButton in ipairs(ListBox:GetChildren()) do
  1068. if v:isA('TextButton') then
  1069. a=a + 8.29
  1070. end
  1071. end
  1072.  
  1073. return a + 8
  1074. end
  1075.  
  1076. ListBox:GetPropertyChangedSignal('Size'):Connect(function()
  1077. if ListBox.Size~=UDim2.new(0.339,0,0) then
  1078. ListBox.Visible=true
  1079. else
  1080. ListBox.Visible=false
  1081. end
  1082. end)
  1083.  
  1084. local function dropdnw_toggle(val)
  1085. if val then
  1086. TweenService:Create(DotText,TweenInfo.new(0.15),{Rotation=90}):Play()
  1087. TweenService:Create(Title,TweenInfo.new(0.4),{TextTransparency=0}):Play()
  1088.  
  1089. TweenService:Create(ListBox,TweenInfo.new(0.1),{Size=UDim2.new(0.339,0,0,get_list_size())}):Play()
  1090. else
  1091. TweenService:Create(DotText,TweenInfo.new(0.15),{Rotation=-90}):Play()
  1092. TweenService:Create(Title,TweenInfo.new(0.4),{TextTransparency=.3}):Play()
  1093.  
  1094. TweenService:Create(ListBox,TweenInfo.new(0.1),{Size=UDim2.new(0.339,0,0)}):Play()
  1095. end
  1096. end
  1097.  
  1098. local ttg=false
  1099.  
  1100. dropdnw_toggle(ttg)
  1101.  
  1102. cretate_button(__BOX__).MouseButton1Click:Connect(function()
  1103. ttg=not ttg
  1104. dropdnw_toggle(ttg)
  1105. UpdateSize()
  1106. end)
  1107.  
  1108. UpdateSize()
  1109.  
  1110. local function newbutton()
  1111. local ButtonFB = Instance.new("TextButton",ListBox)
  1112. local UIAspectRatioConstraint = Instance.new("UIAspectRatioConstraint")
  1113.  
  1114. ButtonFB.Name = "Button"
  1115. ButtonFB.Parent = ListBox
  1116. ButtonFB.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1117. ButtonFB.BackgroundTransparency = 1.000
  1118. ButtonFB.BorderColor3 = Color3.fromRGB(0, 0, 0)
  1119. ButtonFB.BorderSizePixel = 0
  1120. ButtonFB.Size = UDim2.new(0.980000019, 0, 0, 50)
  1121. ButtonFB.ZIndex = 11
  1122. ButtonFB.Font = Enum.Font.SourceSansBold
  1123. ButtonFB.TextColor3 = Color3.fromRGB(255, 255, 255)
  1124. ButtonFB.TextScaled = true
  1125. ButtonFB.TextSize = 14.000
  1126. ButtonFB.TextWrapped = true
  1127. ButtonFB.TextTransparency=.3
  1128.  
  1129. ButtonFB.MouseEnter:Connect(function()
  1130. TweenService:Create(ButtonFB,TweenInfo.new(0.1),{TextTransparency=0}):Play()
  1131. end)
  1132.  
  1133. ButtonFB.MouseLeave:Connect(function()
  1134. TweenService:Create(ButtonFB,TweenInfo.new(0.1),{TextTransparency=0.3}):Play()
  1135. end)
  1136.  
  1137. UIAspectRatioConstraint.Parent = ButtonFB
  1138. UIAspectRatioConstraint.AspectRatio = 5.000
  1139. UIAspectRatioConstraint.AspectType = Enum.AspectType.ScaleWithParentSize
  1140.  
  1141. return ButtonFB
  1142. end
  1143.  
  1144. local function maindb()
  1145. for i,v:TextButton in ipairs(ListBox:GetChildren()) do
  1146. if v:isA('TextButton') then
  1147. v:Destroy()
  1148. end
  1149. end
  1150.  
  1151. for i,v in ipairs(data) do
  1152. local button=newbutton()
  1153. button.Text=tostring(v)
  1154. button.MouseButton1Click:Connect(function()
  1155. ValueText.Text=tostring(v)
  1156. callback(v)
  1157. end)
  1158.  
  1159. end
  1160.  
  1161. if ListBox.Visible then
  1162. TweenService:Create(ListBox,TweenInfo.new(0.1),{Size=UDim2.new(0.339,0,0,get_list_size())}):Play()
  1163. end
  1164. end
  1165.  
  1166. maindb()
  1167.  
  1168. local func={}
  1169.  
  1170. function func:Refresh(new)
  1171. data=new or data
  1172. maindb()
  1173. end
  1174.  
  1175. UpdateSize()
  1176.  
  1177. function func:Text(a)
  1178. Title.Text=tostring(a)
  1179. end
  1180.  
  1181. function func:Get()
  1182. return choose
  1183. end
  1184. return func
  1185. end
  1186.  
  1187. function sectionasaste:AddButton(ButtonNamestr,callback)
  1188. callback=callback or function()
  1189.  
  1190. end
  1191.  
  1192.  
  1193. local Button = Instance.new("TextLabel")
  1194. local UIAspectRatioConstraint = Instance.new("UIAspectRatioConstraint")
  1195. local UIStroke = Instance.new("UIStroke")
  1196. local UICorner = Instance.new("UICorner")
  1197.  
  1198. Button.Name = "Button"
  1199. Button.Parent = Section
  1200. Button.AnchorPoint = Vector2.new(0.5, 0)
  1201. Button.BackgroundColor3 = Color3.fromRGB(2, 5, 22)
  1202. Button.BorderColor3 = Color3.fromRGB(0, 0, 0)
  1203. Button.BorderSizePixel = 0
  1204. Button.Position = UDim2.new(0.5, 0, 0.0320000015, 0)
  1205. Button.Size = UDim2.new(0.899999976, 0, 0.5, 0)
  1206. Button.ZIndex = 7
  1207. Button.Font = Enum.Font.SourceSansBold
  1208. Button.Text = ButtonNamestr or"Button"
  1209. Button.TextColor3 = Color3.fromRGB(255, 255, 255)
  1210. Button.TextScaled = true
  1211. Button.TextSize = 14.000
  1212. Button.TextStrokeColor3 = Color3.fromRGB(25, 90, 128)
  1213. Button.TextWrapped = true
  1214.  
  1215. UIAspectRatioConstraint.Parent = Button
  1216. UIAspectRatioConstraint.AspectRatio = 10.000
  1217. UIAspectRatioConstraint.AspectType = Enum.AspectType.ScaleWithParentSize
  1218.  
  1219. UIStroke.Color = Color3.fromRGB(5, 18, 34)
  1220. UIStroke.ApplyStrokeMode = Enum.ApplyStrokeMode.Border
  1221. UIStroke.Parent = Button
  1222.  
  1223. UICorner.CornerRadius = UDim.new(0, 2)
  1224. UICorner.Parent = Button
  1225.  
  1226. local as = cretate_button(Button)
  1227. as.ZIndex=7
  1228. as.MouseButton1Click:Connect(function()
  1229. callback()
  1230. end)
  1231.  
  1232. as.MouseEnter:Connect(function()
  1233. TweenService:Create(Button,TweenInfo.new(0.2),{TextTransparency=0}):Play()
  1234. end)
  1235.  
  1236. as.MouseLeave:Connect(function()
  1237. TweenService:Create(Button,TweenInfo.new(0.2),{TextTransparency=.3}):Play()
  1238. end)
  1239. TweenService:Create(Button,TweenInfo.new(0.2),{TextTransparency=.3}):Play()
  1240.  
  1241. UpdateSize()
  1242.  
  1243. local func={}
  1244.  
  1245. function func:Text(a)
  1246. Title.Text=tostring(a)
  1247. end
  1248.  
  1249. function func:Fire()
  1250. callback()
  1251. end
  1252.  
  1253. return func
  1254. end
  1255.  
  1256. UpdateSize()
  1257.  
  1258. return sectionasaste
  1259. end
  1260.  
  1261. return TabAssets
  1262. end
  1263.  
  1264. Movebar.Name = "Movebar"
  1265. Movebar.Parent = Window
  1266. Movebar.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1267. Movebar.BackgroundTransparency = 1.000
  1268. Movebar.BorderColor3 = Color3.fromRGB(0, 0, 0)
  1269. Movebar.BorderSizePixel = 0
  1270. Movebar.Size = UDim2.new(1, 0, 0.100000001, 0)
  1271. Movebar.ZIndex = 222
  1272.  
  1273. local dragToggle = nil
  1274. local dragSpeed = 0.1
  1275. local dragStart = nil
  1276. local startPos = nil
  1277.  
  1278. local function updateInput(input)
  1279. local delta = input.Position - dragStart
  1280. local position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X,
  1281. startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  1282. game:GetService('TweenService'):Create(Window, TweenInfo.new(dragSpeed), {Position = position}):Play()
  1283. end
  1284.  
  1285. Movebar.InputBegan:Connect(function(input)
  1286. if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) then
  1287. dragToggle = true
  1288. dragStart = input.Position
  1289. startPos = Window.Position
  1290. input.Changed:Connect(function()
  1291. if input.UserInputState == Enum.UserInputState.End then
  1292. dragToggle = false
  1293. end
  1294. end)
  1295. end
  1296. end)
  1297.  
  1298. InputService.InputChanged:Connect(function(input)
  1299. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  1300. if dragToggle then
  1301. updateInput(input)
  1302. end
  1303. end
  1304. end)
  1305.  
  1306. TweenService:Create(Window,TweenInfo.new(0.55),{BackgroundTransparency=0.1,Size=ooldsize}):Play()
  1307. TweenService:Create(TabButtons,TweenInfo.new(1.3,Enum.EasingStyle.Quint),{Position=UDim2.new(0.004, 0,0.129, 0)}):Play()
  1308. TweenService:Create(WindowName,TweenInfo.new(.85,Enum.EasingStyle.Quint),{Position=UDim2.new(0.009, 0,0.019, 0)}):Play()
  1309. TweenService:Create(Outline,TweenInfo.new(3,Enum.EasingStyle.Quint),{BackgroundTransparency=0}):Play()
  1310. TweenService:Create(Outline_2,TweenInfo.new(3,Enum.EasingStyle.Quint),{BackgroundTransparency=0}):Play()
  1311. TweenService:Create(Outline_3,TweenInfo.new(3,Enum.EasingStyle.Quint),{BackgroundTransparency=0}):Play()
  1312. TweenService:Create(ImageProfile,TweenInfo.new(1.5,Enum.EasingStyle.Quint),{ImageTransparency=0}):Play()
  1313. TweenService:Create(ProfileName,TweenInfo.new(1.9,Enum.EasingStyle.Quint),{TextTransparency=0}):Play()
  1314. TweenService:Create(Blackground,TweenInfo.new(1,Enum.EasingStyle.Quint),{BackgroundTransparency=0}):Play()
  1315.  
  1316. return WindowFunctinos
  1317. end
  1318.  
  1319. function NEVERWIN:KeySystem(Mame,Link,func_check_key)
  1320. func_check_key=func_check_key or function()
  1321. return true
  1322. end
  1323.  
  1324. Link=Link or ""
  1325.  
  1326. local Key = Instance.new("ScreenGui")
  1327. local Frame = Instance.new("Frame")
  1328. local UICorner = Instance.new("UICorner")
  1329. local TitleMain = Instance.new("TextLabel")
  1330. local PasteKey = Instance.new("TextBox")
  1331. local UICorner_2 = Instance.new("UICorner")
  1332. local GetKey = Instance.new("TextButton")
  1333. local UICorner_3 = Instance.new("UICorner")
  1334. local Title = Instance.new("TextLabel")
  1335. local UIStroke = Instance.new("UIStroke")
  1336. local Submit = Instance.new("TextButton")
  1337. local UICorner_4 = Instance.new("UICorner")
  1338. local Title_2 = Instance.new("TextLabel")
  1339. local UIStroke_2 = Instance.new("UIStroke")
  1340.  
  1341. Key.Name = "Key"
  1342. Key.Parent = CoreGui
  1343. Key.ResetOnSpawn = false
  1344. Key.ZIndexBehavior=Enum.ZIndexBehavior.Global
  1345. Key.IgnoreGuiInset=true
  1346.  
  1347. Frame.Parent = Key
  1348. Frame.AnchorPoint = Vector2.new(0.5, 0.5)
  1349. Frame.BackgroundColor3 = Color3.fromRGB(7, 10, 19)
  1350. Frame.BackgroundTransparency = 0.100
  1351. Frame.BorderColor3 = Color3.fromRGB(0, 0, 0)
  1352. Frame.BorderSizePixel = 0
  1353. Frame.Position = UDim2.new(0.5, 0, 0.5, 0)
  1354. Frame.Size = UDim2.new(0, 0, 0, 0)
  1355.  
  1356. TweenService:Create(Frame,TweenInfo.new(1.5,Enum.EasingStyle.Quint),{Size=UDim2.new(0.25, 0, 0.200000003, 0)}):Play()
  1357.  
  1358. UICorner.CornerRadius = UDim.new(0, 5)
  1359. UICorner.Parent = Frame
  1360.  
  1361. TitleMain.Name = "TitleMain"
  1362. TitleMain.Parent = Frame
  1363. TitleMain.AnchorPoint = Vector2.new(0.5, 0)
  1364. TitleMain.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1365. TitleMain.BackgroundTransparency = 1.000
  1366. TitleMain.BorderColor3 = Color3.fromRGB(0, 0, 0)
  1367. TitleMain.BorderSizePixel = 0
  1368. TitleMain.Position = UDim2.new(0.5, 0, 0.039371375, 0)
  1369. TitleMain.Size = UDim2.new(0.949999988, 0, 0.200000003, 0)
  1370. TitleMain.Font = Enum.Font.Unknown
  1371. TitleMain.Text = Mame or "Key System"
  1372. TitleMain.TextColor3 = Color3.fromRGB(255, 255, 255)
  1373. TitleMain.TextScaled = true
  1374. TitleMain.TextSize = 14.000
  1375. TitleMain.TextStrokeColor3 = Color3.fromRGB(25, 90, 128)
  1376. TitleMain.TextStrokeTransparency = 0.000
  1377. TitleMain.TextWrapped = true
  1378.  
  1379. PasteKey.Name = "PasteKey"
  1380. PasteKey.Parent = Frame
  1381. PasteKey.AnchorPoint = Vector2.new(0.5, 0)
  1382. PasteKey.BackgroundColor3 = Color3.fromRGB(7, 10, 19)
  1383. PasteKey.BackgroundTransparency = 0.100
  1384. PasteKey.BorderColor3 = Color3.fromRGB(0, 0, 0)
  1385. PasteKey.BorderSizePixel = 0
  1386. PasteKey.Position = UDim2.new(0.5, 0, 0.328000009, 0)
  1387. PasteKey.Size = UDim2.new(0.949999988, 0, 0.150475562, 0)
  1388. PasteKey.ClearTextOnFocus = false
  1389. PasteKey.Font = Enum.Font.Unknown
  1390. PasteKey.PlaceholderText = "Input"
  1391. PasteKey.Text = ""
  1392. PasteKey.TextColor3 = Color3.fromRGB(255, 255, 255)
  1393. PasteKey.TextScaled = true
  1394. PasteKey.TextSize = 14.000
  1395. PasteKey.TextWrapped = true
  1396. PasteKey.TextXAlignment = Enum.TextXAlignment.Left
  1397.  
  1398. UICorner_2.CornerRadius = UDim.new(0, 2)
  1399. UICorner_2.Parent = PasteKey
  1400.  
  1401. GetKey.Name = "GetKey"
  1402. GetKey.Parent = Frame
  1403. GetKey.BackgroundColor3 = Color3.fromRGB(0, 15, 30)
  1404. GetKey.BorderColor3 = Color3.fromRGB(0, 0, 0)
  1405. GetKey.BorderSizePixel = 0
  1406. GetKey.Position = UDim2.new(0.0244897958, 0, 0.611413062, 0)
  1407. GetKey.Size = UDim2.new(0.449999988, 0, 0.327377737, 0)
  1408. GetKey.ZIndex = 4
  1409. GetKey.Font = Enum.Font.SourceSansBold
  1410. GetKey.Text = "Get Key"
  1411. GetKey.TextColor3 = Color3.fromRGB(255, 255, 255)
  1412. GetKey.TextScaled = true
  1413. GetKey.TextSize = 14.000
  1414. GetKey.TextTransparency = 1.000
  1415. GetKey.TextWrapped = true
  1416.  
  1417. UICorner_3.CornerRadius = UDim.new(0, 5)
  1418. UICorner_3.Parent = GetKey
  1419.  
  1420. Title.Name = "Title"
  1421. Title.Parent = GetKey
  1422. Title.AnchorPoint = Vector2.new(0.5, 0.5)
  1423. Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1424. Title.BackgroundTransparency = 1.000
  1425. Title.BorderColor3 = Color3.fromRGB(0, 0, 0)
  1426. Title.BorderSizePixel = 0
  1427. Title.Position = UDim2.new(0.5, 0, 0.5, 0)
  1428. Title.Size = UDim2.new(0.949999988, 0, 0.5, 0)
  1429. Title.ZIndex = 1000
  1430. Title.Font = Enum.Font.Unknown
  1431. Title.Text = "Get Key"
  1432. Title.TextColor3 = Color3.fromRGB(255, 255, 255)
  1433. Title.TextScaled = true
  1434. Title.TextSize = 14.000
  1435. Title.TextWrapped = true
  1436.  
  1437. UIStroke.Color = Color3.fromRGB(0, 34, 68)
  1438. UIStroke.ApplyStrokeMode = Enum.ApplyStrokeMode.Border
  1439. UIStroke.Parent = GetKey
  1440.  
  1441. Submit.Name = "Submit"
  1442. Submit.Parent = Frame
  1443. Submit.BackgroundColor3 = Color3.fromRGB(0, 15, 30)
  1444. Submit.BorderColor3 = Color3.fromRGB(0, 0, 0)
  1445. Submit.BorderSizePixel = 0
  1446. Submit.Position = UDim2.new(0.522448957, 0, 0.611413062, 0)
  1447. Submit.Size = UDim2.new(0.449999988, 0, 0.327377737, 0)
  1448. Submit.ZIndex = 4
  1449. Submit.Font = Enum.Font.SourceSansBold
  1450. Submit.Text = "Get Key"
  1451. Submit.TextColor3 = Color3.fromRGB(255, 255, 255)
  1452. Submit.TextScaled = true
  1453. Submit.TextSize = 14.000
  1454. Submit.TextTransparency = 1.000
  1455. Submit.TextWrapped = true
  1456.  
  1457. UICorner_4.CornerRadius = UDim.new(0, 5)
  1458. UICorner_4.Parent = Submit
  1459.  
  1460. Title_2.Name = "Title"
  1461. Title_2.Parent = Submit
  1462. Title_2.AnchorPoint = Vector2.new(0.5, 0.5)
  1463. Title_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1464. Title_2.BackgroundTransparency = 1.000
  1465. Title_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  1466. Title_2.BorderSizePixel = 0
  1467. Title_2.Position = UDim2.new(0.5, 0, 0.5, 0)
  1468. Title_2.Size = UDim2.new(0.949999988, 0, 0.5, 0)
  1469. Title_2.ZIndex = 1000
  1470. Title_2.Font = Enum.Font.Unknown
  1471. Title_2.Text = "Submit"
  1472. Title_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  1473. Title_2.TextScaled = true
  1474. Title_2.TextSize = 14.000
  1475. Title_2.TextWrapped = true
  1476.  
  1477. UIStroke_2.Color = Color3.fromRGB(0, 34, 68)
  1478. UIStroke_2.ApplyStrokeMode = Enum.ApplyStrokeMode.Border
  1479. UIStroke_2.Parent = Submit
  1480. local call = function()
  1481.  
  1482. end
  1483. GetKey.MouseButton1Click:Connect(function()
  1484. pcall(function()
  1485. setclipboard(tostring(Link))
  1486. end)
  1487.  
  1488. pcall(function()
  1489. toclipboard(tostring(Link))
  1490. end)
  1491. end)
  1492.  
  1493. local asd=false
  1494. Submit.MouseButton1Click:Connect(function()
  1495. if asd then
  1496. return
  1497. end
  1498.  
  1499. asd=true
  1500. if func_check_key(PasteKey.Text) then
  1501. TweenService:Create(Frame,TweenInfo.new(1.4,Enum.EasingStyle.Quint),{Size=UDim2.new(0.25,0,0,0)}):Play()
  1502. TweenService:Create(Title,TweenInfo.new(0.55,Enum.EasingStyle.Quint),{TextTransparency=1}):Play()
  1503. TweenService:Create(Title_2,TweenInfo.new(0.55,Enum.EasingStyle.Quint),{TextTransparency=1}):Play()
  1504. TweenService:Create(TitleMain,TweenInfo.new(0.55,Enum.EasingStyle.Quint),{TextTransparency=1,TextStrokeTransparency=1}):Play()
  1505. TweenService:Create(PasteKey,TweenInfo.new(0.55,Enum.EasingStyle.Quint),{TextTransparency=1,BackgroundTransparency=1}):Play()
  1506. task.spawn(function()
  1507. task.wait(1.4)
  1508. TweenService:Create(Frame,TweenInfo.new(0.5,Enum.EasingStyle.Quint),{Size=UDim2.new(0,0,0,0)}):Play()
  1509.  
  1510. task.wait(0.1)
  1511.  
  1512. TweenService:Create(Frame,TweenInfo.new(0.5,Enum.EasingStyle.Quint),{Position=UDim2.new(0,0,1.5,0)}):Play()
  1513.  
  1514. task.wait(0.5)
  1515.  
  1516. Key:Destroy()
  1517. end)
  1518.  
  1519. call()
  1520. return
  1521. end
  1522.  
  1523. asd=false
  1524. end)
  1525.  
  1526. local functiona={}
  1527.  
  1528. function functiona:Correct(calla)
  1529. call=calla or function()
  1530.  
  1531. end
  1532. end
  1533.  
  1534. return functiona
  1535. end
  1536.  
  1537. return NEVERWIN
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement