w3vu2m81e912ce7m

stellar ui lib example

Jul 15th, 2025
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.11 KB | None | 0 0
  1.  
  2. -- -- // STELLAR Loader tanpa suara ketik dan tombol skip
  3.  
  4. -- local Players = game:GetService("Players")
  5. -- local TweenService = game:GetService("TweenService")
  6. -- local Lighting = game:GetService("Lighting")
  7. -- local player = Players.LocalPlayer
  8.  
  9. -- -- Efek Blur
  10. -- local blur = Instance.new("BlurEffect", Lighting)
  11. -- blur.Size = 0
  12. -- TweenService:Create(blur, TweenInfo.new(0.5), {Size = 24}):Play()
  13.  
  14. -- -- Buat ScreenGui
  15. -- local screenGui = Instance.new("ScreenGui", player:WaitForChild("PlayerGui"))
  16. -- screenGui.Name = "StellarLoader"
  17. -- screenGui.ResetOnSpawn = false
  18. -- screenGui.IgnoreGuiInset = true
  19.  
  20. -- -- Frame utama
  21. -- local frame = Instance.new("Frame", screenGui)
  22. -- frame.Size = UDim2.new(1, 0, 1, 0)
  23. -- frame.BackgroundTransparency = 1
  24.  
  25. -- -- Background gelap semi transparan
  26. -- local bg = Instance.new("Frame", frame)
  27. -- bg.Size = UDim2.new(1, 0, 1, 0)
  28. -- bg.BackgroundColor3 = Color3.fromRGB(10, 10, 20)
  29. -- bg.BackgroundTransparency = 1
  30. -- bg.ZIndex = 0
  31. -- TweenService:Create(bg, TweenInfo.new(0.5), {BackgroundTransparency = 0.3}):Play()
  32.  
  33. -- -- Kata "STELLAR"
  34. -- local word = "STELLAR"
  35. -- local letters = {}
  36.  
  37. -- -- Fungsi tween keluar dan bersihkan
  38. -- local function tweenOutAndDestroy()
  39. -- for _, label in ipairs(letters) do
  40. -- TweenService:Create(label, TweenInfo.new(0.3), {TextTransparency = 1, TextSize = 20}):Play()
  41. -- end
  42. -- TweenService:Create(bg, TweenInfo.new(0.5), {BackgroundTransparency = 1}):Play()
  43. -- TweenService:Create(blur, TweenInfo.new(0.5), {Size = 0}):Play()
  44. -- wait(0.6)
  45. -- screenGui:Destroy()
  46. -- blur:Destroy()
  47. -- end
  48.  
  49. -- -- Loop munculkan huruf satu per satu dengan efek zoom tanpa suara
  50. -- for i = 1, #word do
  51. -- local char = word:sub(i, i)
  52.  
  53. -- local label = Instance.new("TextLabel")
  54. -- label.Text = char
  55. -- label.Font = Enum.Font.GothamBlack
  56. -- label.TextColor3 = Color3.new(1, 1, 1)
  57. -- label.TextStrokeTransparency = 1 -- tanpa outline
  58. -- label.TextTransparency = 1
  59. -- label.TextScaled = false
  60. -- label.TextSize = 30 -- start kecil untuk zoom effect
  61. -- label.Size = UDim2.new(0, 60, 0, 60)
  62. -- label.AnchorPoint = Vector2.new(0.5, 0.5)
  63. -- label.Position = UDim2.new(0.5, (i - (#word / 2 + 0.5)) * 65, 0.5, 0)
  64. -- label.BackgroundTransparency = 1
  65. -- label.Parent = frame
  66.  
  67. -- -- Gradient biru muda
  68. -- local gradient = Instance.new("UIGradient")
  69. -- gradient.Color = ColorSequence.new({
  70. -- ColorSequenceKeypoint.new(0, Color3.fromRGB(100, 170, 255)), -- biru muda cerah
  71. -- ColorSequenceKeypoint.new(1, Color3.fromRGB(50, 100, 160)) -- biru muda gelap
  72. -- })
  73. -- gradient.Rotation = 90
  74. -- gradient.Parent = label
  75.  
  76. -- -- Tween muncul dan zoom in (tanpa suara)
  77. -- local tweenIn = TweenService:Create(label, TweenInfo.new(0.3), {TextTransparency = 0, TextSize = 60})
  78. -- tweenIn:Play()
  79.  
  80. -- table.insert(letters, label)
  81. -- wait(0.25)
  82. -- end
  83.  
  84. -- -- Tunggu sebentar sebelum tween keluar otomatis
  85. -- wait(2)
  86.  
  87. -- tweenOutAndDestroy()
  88.  
  89. local StellarLibrary = (loadstring(Game:HttpGet("https://raw.githubusercontent.com/x2zu/OPEN-SOURCE-UI-ROBLOX/refs/heads/main/X2ZU%20UI%20ROBLOX%20OPEN%20SOURCE/NewUiStellar.lua")))();
  90. if StellarLibrary:LoadAnimation() then
  91. StellarLibrary:StartLoad();
  92. end;
  93. if StellarLibrary:LoadAnimation() then
  94. StellarLibrary:Loaded();
  95. end;
  96. local UserInputService = game:GetService("UserInputService")
  97. local Window = StellarLibrary:Window({
  98. SubTitle = "x2zu Project",
  99. Size = game:GetService("UserInputService").TouchEnabled and UDim2.new(0, 380, 0, 260) or UDim2.new(0, 500, 0, 320),
  100. TabWidth = 140
  101. })
  102. local Information = Window:Tab("Information", "rbxassetid://128891143813807");
  103. local General = Window:Tab("Main", "rbxassetid://10723407389");
  104. local Tab3 = Window:Tab("Farming", "rbxassetid://10723415335");
  105. local Tab4 = Window:Tab("Items", "rbxassetid://10709782497");
  106. local Tab5 = Window:Tab("Setting", "rbxassetid://10734950309");
  107. local Tab6 = Window:Tab("Local Player", "rbxassetid://10747373176");
  108. local Tab7 = Window:Tab("Hold Skill", "rbxassetid://10734984606");
  109. local Settings = Window:Tab("Setting", "rbxassetid://98216376967992");
  110. -- local Information = Window:Tab("Information", "rbxassetid://128891143813807");
  111. -- local General = Window:Tab("General", "rbxassetid://92150073897728");
  112. -- local Tab3 = Window:Tab("Tab3", "rbxassetid://83493480205564");
  113. -- local Tab4 = Window:Tab("Tab4", "rbxassetid://82733483462291");
  114. -- local Tab5 = Window:Tab("Tab5", "rbxassetid://121264555493885");
  115. -- local Tab6 = Window:Tab("Tab6", "rbxassetid://113316938807084");
  116. -- local Tab7 = Window:Tab("Tab7", "rbxassetid://71040312165698");
  117. -- local Tab8 = Window:Tab("Tab8", "rbxassetid://136162614128994");
  118.  
  119.  
  120. Information:Seperator("Annoucements")
  121. Info = Information:Label("Important")
  122.  
  123. General:Seperator("Main");
  124. Time = General:Label("Executor Time");
  125. function StellarLibraryTime()
  126. local GameTime = math.floor(workspace.DistributedGameTime + 0.5);
  127. local Hour = math.floor(GameTime / 60 ^ 2) % 24;
  128. local Minute = math.floor(GameTime / 60 ^ 1) % 60;
  129. local Second = math.floor(GameTime / 60 ^ 0) % 60;
  130. Time:Set("[Game Time] : Hours : " .. Hour .. " Min : " .. Minute .. " Sec : " .. Second);
  131. end;
  132. spawn(function()
  133. while task.wait() do
  134. pcall(function()
  135. StellarLibraryTime();
  136. end);
  137. end;
  138. end);
  139. Client = General:Label("Client");
  140. function StellarLibraryClient()
  141. local Fps = workspace:GetRealPhysicsFPS();
  142. Client:Set("[Fps] : " .. Fps);
  143. end;
  144. spawn(function()
  145. while true do
  146. wait(0.1);
  147. StellarLibraryClient();
  148. end;
  149. end);
  150. Client1 = General:Label("Client");
  151. function StellarLibraryClient1()
  152. local Ping = (game:GetService("Stats")).Network.ServerStatsItem["Data Ping"]:GetValueString();
  153. Client1:Set("[Ping] : " .. Ping);
  154. end;
  155. spawn(function()
  156. while true do
  157. wait(0.1);
  158. StellarLibraryClient1();
  159. end;
  160. end);
  161. General:Button("Copy Discord Link", function()
  162. setclipboard("https://discord.gg/FmMuvkaWvG");
  163. StellarLibrary:Notify("Copied!", 3);
  164. end);
  165. General:Label("Status : label");
  166. -- Dropdown
  167. General:Seperator("Dropdown");
  168. General:Dropdown("Type", {"Option 1", "Option 2", "Option 3"}, nil, function(selected)
  169. print("Selected number:", selected)
  170. end)
  171.  
  172.  
  173. -- Toggle
  174. General:Seperator("Toggle");
  175. General:Toggle("Type", {"Option 1", "Option 2", "Option 3"}, "Toggle with desc", function(selected)
  176. print("Selected number:", selected)
  177. end)
  178. General:Toggle("Type", {"Option 1", "Option 2", "Option 3"}, nil, function(selected)
  179. print("Selected number:", selected)
  180. end)
  181.  
  182. -- Slider
  183. General:Seperator("Slider");
  184. General:Slider("Farm Distance", 0, 50, 25, function(value)
  185. print("Selected Farm Distance:", value)
  186. end)
  187.  
  188. General:Line();
  189. local JobLabel = General:Label("Server Job ID :")
  190.  
  191. General:Button("Copy Server Job ID", function()
  192. setclipboard("https://discord.gg/FmMuvkaWvG");
  193. StellarLibrary:Notify("Copied!", 3);
  194. end)
  195.  
  196. General:Textbox("Enter Server Job ID", true, function(value)
  197. print("Entered Job ID:", value)
  198. end)
  199.  
  200. General:Button("Join Server", function()
  201. print("Teleporting to Job ID...") -- Ganti dengan teleport logic jika diperlukan
  202. end)
  203. -- loadstring(game:HttpGet("https://raw.githubusercontent.com/FOGOTY/FoggyObfuscator/refs/heads/main/script"))()
Advertisement
Add Comment
Please, Sign In to add comment