local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/Robojini/Tuturial_UI_Library/main/UI_Template_1"))() local Window = Library.CreateLib("mx hub", "RJTheme3") local Tab = Window:NewTab("main") local Section = Tab:NewSection("tower") Section:NewButton("get win", "ButtonInfo", function() for i,v in pairs(game:GetDescendants()) do if v.Name == 'WinsBrick' then v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame end end end) Section:NewButton("fly GUI v3", "ButtonInfo", function() loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-Fly-Gui-V3-27034"))() end) Section:NewButton("serverhop", "ButtonInfo", function() --Server Hop Script cr.Magma Hub Src local PlaceID = game.PlaceId local AllIDs = {} local foundAnything = "" local actualHour = os.date("!*t").hour local Deleted = false --[[ local File = pcall(function() AllIDs = game:GetService('HttpService'):JSONDecode(readfile("NotSameServers.json")) end) if not File then table.insert(AllIDs, actualHour) writefile("NotSameServers.json", game:GetService('HttpService'):JSONEncode(AllIDs)) end ]] function TPReturner() local Site; if foundAnything == "" then Site = game.HttpService:JSONDecode(game:HttpGet('https://games.roblox.com/v1/games/' .. PlaceID .. '/servers/Public?sortOrder=Asc&limit=100')) else Site = game.HttpService:JSONDecode(game:HttpGet('https://games.roblox.com/v1/games/' .. PlaceID .. '/servers/Public?sortOrder=Asc&limit=100&cursor=' .. foundAnything)) end local ID = "" if Site.nextPageCursor and Site.nextPageCursor ~= "null" and Site.nextPageCursor ~= nil then foundAnything = Site.nextPageCursor end local num = 0; for i,v in pairs(Site.data) do local Possible = true ID = tostring(v.id) if tonumber(v.maxPlayers) > tonumber(v.playing) then for _,Existing in pairs(AllIDs) do if num ~= 0 then if ID == tostring(Existing) then Possible = false end else if tonumber(actualHour) ~= tonumber(Existing) then local delFile = pcall(function() -- delfile("NotSameServers.json") AllIDs = {} table.insert(AllIDs, actualHour) end) end end num = num + 1 end if Possible == true then table.insert(AllIDs, ID) wait() pcall(function() -- writefile("NotSameServers.json", game:GetService('HttpService'):JSONEncode(AllIDs)) wait() game:GetService("TeleportService"):TeleportToPlaceInstance(PlaceID, ID, game.Players.LocalPlayer) end) wait(4) end end end end function Teleport() while wait() do pcall(function() TPReturner() if foundAnything ~= "" then TPReturner() end end) end end Teleport() end) local Section = Tab:NewSection("admin") Section:NewButton("iy(admin)", "ButtonInfo", function() loadstring(game:HttpGet("https://rawscripts.net/raw/Infinite-Yield_500"))() end) local Tab = Window:NewTab("player") local Section = Tab:NewSection("jumpboost") Section:NewButton("jumphack", "ButtonInfo", function() game.Players.LocalPlayer.Character.Humanoid.JumpPower = 300 end) Section:NewButton("re jump", "ButtonInfo", function() game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50 end) local Tab = Window:NewTab("INF items") local Section = Tab:NewSection("give items") Section:NewButton("give", "ButtonInfo", function() loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-Gravity-and-speed-coils-14249"))() end) local Tab = Window:NewTab("credits") local Section = Tab:NewSection("creator:nikita_4245 display::MX_explojter")