Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local players = game:GetService("Players") -- Corrected the order of declaration
- local player = players.LocalPlayer -- Moved this line after players is defined
- local teams = game:GetService("Teams")
- local replicatedStorage = game:GetService("ReplicatedStorage")
- local library = loadstring(game:HttpGet(("https://raw.githubusercontent.com/Youifpg/U-ARE-MY-SUNSHINE/refs/heads/main/Gui.lua")))()
- MakeWindow({
- Hub = {
- Title = "Arbix | Hub",
- Animation = "by : TOUKA"
- },
- Key = {
- KeySystem = false,
- Title = "Arbix hub | KEY",
- Description = "^ Best Hub ^",
- KeyLink = "https://link-center.net/1282637/thebilldev-hub-key", "https://direct-link.net/1282637/thebilldev-script-hub",
- Keys = {"OWNERSKEY1", "ARBIX_TR651FGAQAK", "ARBIX_YHTQHUAJ12","ARBIX_HTAYHQYNOW", "ARBIX_TYAYYAWKK"},
- Notifi = {
- Notifications = true,
- CorrectKey = "Running the Script...",
- Incorrectkey = "The key is incorrect",
- CopyKeyLink = "Copied to Clipboard"
- }
- }
- })
- MinimizeButton({
- Image = "",
- Size = {40, 40},
- Color = Color3.fromRGB(10, 10, 10),
- Corner = true,
- Stroke = true,
- StrokeColor = Color3.fromRGB(0, 0, 0)
- })
- MakeNotifi({
- Title = "ARBIX | HUB ( BY TOUKA )",
- Text = "JOIN OUR DISCORD",
- Time = 5
- })
- local Main = MakeTab({Name = "STYLE"})
- local sectionStyle = AddSection(Main, {"Styles"})
- local function set_style(desired_style)
- if player:FindFirstChild("PlayerStats") then
- local playerStats = player.PlayerStats
- if playerStats:FindFirstChild("Style") then
- playerStats.Style.Value = desired_style
- end
- end
- end
- local StyleTextBox = AddTextBox(Main, {
- Name = "Stye Name",
- Default = "",
- TextDisappear = false,
- PlaceholderText = "PUT NAME",
- ClearText = true,
- Callback = function(value)
- styleId = value
- end
- })
- AddButton(Main, {
- Name = "GET THE STYLE",
- Description = "DONT SPAM!",
- Callback = function()
- if styleId and styleId ~= "" then
- set_style(styleId)
- MakeNotifi({
- Title = "SUCCES",
- Text = " by touka",
- Time = 5
- })
- else
- MakeNotifi({
- Title = "WRONG PLS BE CARFULLY",
- Text = "By touka",
- Time = 5
- })
- end
- end
- })
- local sectionStyle = AddSection(Main, {"one tap"})
- AddButton(Main, {
- Name = "Get Yukimiya",
- Description = "DONT SPAM!",
- Callback = function()
- set_style("Yukimiya")
- end
- })
- AddButton(Main, {
- Name = "Get Shidou",
- Description = "DONT SPAM!",
- Callback = function()
- set_style("Shidou")
- end
- })
- AddButton(Main, {
- Name = "Get Rin",
- Description = "DONT SPAM!",
- Callback = function()
- set_style("Rin")
- end
- })
- AddButton(Main, {
- Name = "Get Sae",
- Description = "DONT SPAM!",
- Callback = function()
- set_style("Sae")
- end
- })
- AddButton(Main, {
- Name = "Get Aiku",
- Description = "DONT SPAM!",
- Callback = function()
- set_style("Aiku")
- end
- })
Add Comment
Please, Sign In to add comment