local r0_0 = game:GetService("MarketplaceService") local r2_0 = game:GetService("Players").LocalPlayer getgenv().Lib = loadstring(game:HttpGet("https://raw.githubusercontent.com/rndmq/Serverlist/refs/heads/main/source.lua.txt"))() local r3_0 = getgenv().Lib local r4_0 = "Unknown Game" pcall(function() local r0_135 = r0_0:GetProductInfo(game.PlaceId) if r0_135 and r0_135.Name then r4_0 = r0_135.Name end end) local r5_0 = r3_0:CreateTab("Main") local r6_0 = r5_0:CreateSection("Products") local r7_0 = r5_0:CreateSection("Product Statistics") r3_0:CreateWindow(r4_0 .. " - This script were Made by rndm") local r8_0 = {} local r9_0 = {} local r10_0 = nil local r11_0 = false local r12_0 = 0 local r13_0 = r7_0:CreateLabel("expensiveLabel", "Most Expensive:\nLoading...") local r14_0 = r7_0:CreateLabel("cheapLabel", "Cheapest Product:\nLoading...") local r15_0 = r7_0:CreateLabel("purchaseCount", "Products Purchased: 0") local r16_0 = r7_0:CreateLabel("totalProducts", "Total Products: 0") local function r17_0() if #r8_0 > 0 then local r0_87 = r8_0[1] local r1_87 = r8_0[1] for r5_87, r6_87 in ipairs(r8_0) do if r0_87.price < r6_87.price then r0_87 = r6_87 end if r6_87.price < r1_87.price then r1_87 = r6_87 end end r13_0.ChangeText("Most Expensive:\n" .. r0_87.name) r14_0.ChangeText("Cheapest Product:\n" .. r1_87.name) else r13_0.ChangeText("Most Expensive:\nNo products found") r14_0.ChangeText("Cheapest Product:\nNo products found") end r15_0.ChangeText("Products Purchased: " .. r12_0) r16_0.ChangeText("Total Products: " .. #r8_0) end local r18_0 = r6_0:CreateDropdown("Select Product", { "Loading...." }, 1, function(r0_25) for r4_25, r5_25 in ipairs(r8_0) do if r5_25.name == r0_25 then r10_0 = r5_25.id break end end end) local function r19_0() r8_0 = {} r9_0 = {} for r4_143, r5_143 in pairs(r0_0:GetDeveloperProductsAsync():GetCurrentPage()) do local r6_143 = table.insert local r7_143 = r8_0 local r8_143 = { id = r5_143.ProductId, name = r5_143.Name, price = r5_143.PriceInRobux or 0, } r6_143(r7_143, r8_143) table.insert(r9_0, r5_143.Name) end r18_0.Refresh(r9_0, 1, function(r0_144) for r4_144, r5_144 in ipairs(r8_0) do if r5_144.name == r0_144 then r10_0 = r5_144.id break end end end) r17_0() end r6_0:CreateButton("Refresh", function() r19_0() Library:CreateNotification("Info", "Dropdown has been refreshed", 2) end) r6_0:CreateButton("Buy Product", function() if r10_0 then r0_0:SignalPromptProductPurchaseFinished(r2_0.UserId, r10_0, true) r12_0 = r12_0 + 1 r17_0() else Library:CreateNotification("Error", "Please select something.", 3) end end) r6_0:CreateButton("Buy All Products", function() if #r8_0 > 0 then for r3_106, r4_106 in ipairs(r8_0) do r0_0:SignalPromptProductPurchaseFinished(r2_0.UserId, r4_106.id, true) r12_0 = r12_0 + 1 end r17_0() else Library:CreateNotification("Error", "I can\'t find any products", 3) end end) r6_0:CreateToggle("Auto Buy Selected", function(r0_3) r11_0 = r0_3 if r11_0 then while r11_0 do local r1_3 = r10_0 if r1_3 then r0_0:SignalPromptProductPurchaseFinished(r2_0.UserId, r10_0, true) r12_0 = r12_0 + 1 r17_0() end task.wait() end end end, "Automatically buys the selected product") r6_0:CreateButton("Copy Selected Product ID", function() if r10_0 then if pcall(function() setclipboard(tostring(r10_0)) end) then Library:CreateNotification("Copied", "Product ID " .. r10_0 .. " copied to clipboard", 3) else Library:CreateNotification("Error", "Executor doesn\'t support clipboard copy. Product ID printed to output", 3) print("Product ID:", r10_0) end else Library:CreateNotification("Warning", "No product selected", 2) end end) r19_0() r7_0:CreateButton("Hook Product Id", function() local r0_82 = getrawmetatable(game) local r1_82 = nil if not pcall(function() setreadonly(r0_82, false) end) then Library:CreateNotification("Error", "Failed to modify metatable", 3) return end r1_82 = r0_82.__namecall r0_82.__namecall = newcclosure(function(r0_84, ...) local r2_84 = { ... } local r4_84 = nil -- notice: implicit variable refs by block#[6] if getnamecallmethod() == "PromptProductPurchase" then r4_84 = r2_84[2] if r4_84 then if pcall(function() setclipboard(tostring(r4_84)) end) then Library:CreateNotification("Product Id Hooker", tostring(r4_84) .. " has been copied to clipboard", 3) else print("Product ID:", r4_84) Library:CreateNotification("Product Id Hooker", "Executor doesn\'t support setclipboard. Product ID " .. tostring(r4_84) .. " printed to output", 5) end end -- close: r4_84 end r4_84 = r1_82 return r4_84(r0_84, ...) end) setreadonly(r0_82, true) Library:CreateNotification("Hook Activated", "Hook Product ID is now active. Please click a product to hook its ID", 5) end) local r20_0 = nil r7_0:CreateTextBox("Product ID Input", 20, "Enter Product ID", function(r0_100) r20_0 = tonumber(r0_100) if not r20_0 then Library:CreateNotification("Warning", "Please enter a valid number", 2) end end) r7_0:CreateButton("Add Product to Dropdown", function() if not r20_0 then Library:CreateNotification("Error", "Please enter a valid Product ID (numbers only)", 3) return end local r0_129 = "Unknown Product (ID: " .. r20_0 .. ")" local function r1_129(r0_130, r1_130) for r5_130 = 1, r1_130, 1 do local r6_130, r7_130 = pcall(function() return r0_0:GetProductInfo(r0_130) end) if r6_130 and r7_130 and r7_130.Name then return r7_130 end task.wait(1.5 + math.random()) end return nil end task.spawn(function() local r0_132 = r1_129(r20_0, 3) if r0_132 and r0_132.Name then r0_129 = r0_132.Name else Library:CreateNotification("Warning", "Failed to fetch product info. Will use fallback name.", 3) end for r4_132, r5_132 in ipairs(r8_0) do if r5_132.id == r20_0 then Library:CreateNotification("Info", "Product " .. r0_129 .. " is already in the dropdown", 3) return end end local r1_132 = table.insert local r2_132 = r8_0 local r3_132 = { id = r20_0, } local r4_132 = r0_129 r3_132.name = r4_132 if r0_132 then r4_132 = r0_132.PriceInRobux or 0 else goto label_51 -- block#10 is visited secondly end r3_132.price = r4_132 r1_132(r2_132, r3_132) table.insert(r9_0, r0_129) r18_0.Refresh(r9_0, 1, function(r0_133) for r4_133, r5_133 in ipairs(r8_0) do if r5_133.name == r0_133 then r10_0 = r5_133.id break end end end) r17_0() Library:CreateNotification("Success", "Added " .. r0_129 .. " to dropdown", 3) end) end) local r21_0 = game:GetService("HttpService") local r22_0 = game:GetService("Players") local r23_0 = game:GetService("MarketplaceService") local r24_0 = r22_0.LocalPlayer local r25_0 = getgenv().Lib local r26_0 = game.PlaceId local r27_0 = false local r28_0 = nil local r29_0 = {} local r30_0 = 0 local r32_0 = r3_0:CreateTab("Gamepass") local r33_0 = r32_0:CreateSection("Main") local r34_0 = r32_0:CreateSection("Statistic") local r35_0 = r34_0:CreateLabel("Cheapest", "Cheapest Gamepass:\nN/A") r34_0:CreateLabel(" Sperator", "---------------") local r36_0 = r34_0:CreateLabel("MostExp", "Most Expensive Gamepass:\nN/A") r34_0:CreateLabel("sperator", "---------------") local r37_0 = r34_0:CreateLabel("TotalPurchased", "Gamepass Purchased: 0") local function r38_0(r0_151, r1_151, r2_151, r3_151, r4_151) local r5_151, r6_151 = pcall(function() return r0_151:CreateDropdown(r1_151, r2_151, r3_151, r4_151) end) local r7_151 = nil -- notice: implicit variable refs by block#[3] if r5_151 then r7_151 = r6_151 if r7_151 then ::label_12:: r7_151 = nil end else goto label_12 -- block#2 is visited secondly end return r7_151 end local function r39_0(r0_110, r1_110, r2_110, r3_110) if not r0_110 then return end pcall(function() r0_110.Refresh(r1_110, r2_110, r3_110) end) end local function r40_0(r0_45, r1_45) if not r0_45 then return end pcall(function() r0_45.Refresh(r1_45) end) end local function r41_0(r0_28) local r1_28, r2_28 = pcall(function() return r21_0:JSONDecode(game:HttpGet("https://apis.roblox.com/universes/v1/places/" .. r0_28 .. "/universe")).universeId end) local r3_28 = nil -- notice: implicit variable refs by block#[3] if r1_28 then r3_28 = r2_28 if r3_28 then ::label_9:: r3_28 = nil end else goto label_9 -- block#2 is visited secondly end return r3_28 end local function r42_0(r0_39) local r1_39, r2_39 = pcall(function() return r21_0:JSONDecode(game:HttpGet("https://games.roblox.com/v1/games/" .. r0_39 .. "/game-passes?page=1&limit=100")).data end) local r3_39 = nil -- notice: implicit variable refs by block#[3] if r1_39 then r3_39 = r2_39 if r3_39 then ::label_9:: r3_39 = {} end else goto label_9 -- block#2 is visited secondly end return r3_39 end local function r43_0(r0_112) pcall(function() r23_0:SignalPromptGamePassPurchaseFinished(r24_0, r0_112, true) print(r0_112) end) r30_0 = r30_0 + 1 r37_0.Refresh("Gamepass Purchased: " .. r30_0) end local r44_0 = nil local r45_0 = {} local r46_0 = r41_0(r26_0) if r46_0 then local r47_0 = r42_0(r46_0) r45_0 = {} local r48_0 = { name = nil, price = math.huge, } local r49_0 = { name = nil, price = -math.huge, } for r53_0, r54_0 in ipairs(r47_0) do if r54_0.id and r54_0.displayName and r54_0.price then table.insert(r45_0, r54_0.displayName) r29_0[r54_0.displayName] = r54_0.id if r54_0.price < r48_0.price then r48_0 = { name = r54_0.displayName, price = r54_0.price, } end if r49_0.price < r54_0.price then r49_0 = { name = r54_0.displayName, price = r54_0.price, } end end end if r48_0.name then r35_0.Refresh("Cheapest Gamepass:\n " .. r48_0.name .. " (" .. r48_0.price .. " Robux)") end if r49_0.name then r36_0.Refresh("Most Expensive Gamepass:\n " .. r49_0.name .. " (" .. r49_0.price .. " Robux)") end r44_0 = r38_0(r33_0, "Select Gamepass", r45_0, 1, function(r0_53) r28_0 = r29_0[r0_53] end) r33_0:CreateButton("Refresh Dropdown", function() local r0_42 = r41_0(r26_0) if not r0_42 then return end local r1_42 = r42_0(r0_42) local r2_42 = {} table.clear(r29_0) local r3_42 = { name = nil, price = math.huge, } local r4_42 = { name = nil, price = -math.huge, } for r8_42, r9_42 in ipairs(r1_42) do if r9_42.id and r9_42.displayName and r9_42.price then table.insert(r2_42, r9_42.displayName) r29_0[r9_42.displayName] = r9_42.id if r9_42.price < r3_42.price then r3_42 = { name = r9_42.displayName, price = r9_42.price, } end if r4_42.price < r9_42.price then r4_42 = { name = r9_42.displayName, price = r9_42.price, } end end end r39_0(r44_0, r2_42, 1, function(r0_43) r28_0 = r29_0[r0_43] end) local r5_42 = r40_0 local r6_42 = r35_0 local r7_42 = "Cheapest Gamepass:\n " local r8_42 = r3_42.name or "N/A" r5_42(r6_42, r7_42 .. r8_42 .. " (" .. (r3_42.price or "?") .. " Robux)") r5_42 = r40_0 r6_42 = r36_0 r7_42 = "Most Expensive Gamepass:\n " r8_42 = r4_42.name or "N/A" r5_42(r6_42, r7_42 .. r8_42 .. " (" .. (r4_42.price or "?") .. " Robux)") end) r33_0:CreateButton("Buy Gamepass", function() if r28_0 then r43_0(r28_0) end end) r33_0:CreateButton("Buy All Gamepasses", function() for r3_141, r4_141 in pairs(r29_0) do r43_0(r4_141) task.wait(0.1) end end) r33_0:CreateToggle("Auto Buy Selected", function(r0_47) r27_0 = r0_47 end) r33_0:CreateButton("Copy Selected Gamepass Id", function() if r28_0 then Library:CreateNotification("Idk hub", "Gamepass Id (" .. tostring(r28_0) .. ")has been copied into your clipboard.", { "Thank you", "Copy Gamepass Id" }, 5, { function() warn("nothing") end, function() setclipboard(tostring(r28_0)) end }) setclipboard(tostring(r28_0)) end end) task.spawn(function() -- notice: unreachable block#4 while true do if r27_0 then local r0_105 = r28_0 if r0_105 then r43_0(r28_0) end end task.wait() end end) else print("Failed") end local r47_0 = nil r34_0:CreateButton("Hook Gamepass Id", function() Library:CreateNotification("Hookers", "Hook active! Click a gamepass to copy its ID", 5) r23_0.PromptGamePassPurchaseFinished:Connect(function(r0_51, r1_51, r2_51) if r0_51 == r24_0 then r47_0 = r1_51 setclipboard(tostring(r47_0)) Library:CreateNotification("Hooked!", "Hooked Gamepass ID: " .. tostring(r47_0), 6, { "OK" }, { function() setclipboard(tostring(r47_0)) end }) end end) end) local r48_0 = "" r34_0:CreateTextBox("Manual Gamepass ID", 12, "Input ID", function(r0_41) r48_0 = r0_41 end) r34_0:CreateButton("Add Gamepass ID to Dropdown", function() if r48_0 == "" then return end local r0_127 = "Manual_" .. r48_0 r29_0[r0_127] = tonumber(r48_0) table.insert(r45_0, r0_127) r44_0.Refresh(r45_0, #r45_0, function(r0_128) r28_0 = r29_0[r0_128] end) end) local r49_0 = r3_0:CreateTab("Teleporter") getgenv().S = r49_0:CreateSection("Game List") getgenv().SS = r49_0:CreateSection("Teleport") local r50_0 = r3_0:CreateTab("Misc") local r51_0 = r50_0:CreateSection("Misc") local r52_0 = r50_0:CreateSection("Universal") local r53_0 = game.Players.LocalPlayer local r54_0 = workspace.CurrentCamera local r55_0 = game:GetService("RunService") local r56_0 = game:GetService("TeleportService") local r57_0 = game:GetService("StarterGui") local r58_0 = game:GetService("UserInputService") local r59_0 = game:GetService("HttpService") local r60_0 = game:GetService("Players") local r61_0 = game:GetService("Lighting") local r62_0 = false local r63_0 = 16 r51_0:CreateSlider("Walkspeed", 16, 2500, 16, false, function(r0_149) r63_0 = r0_149 if r62_0 then local r1_149 = r53_0.Character if r1_149 and r1_149:FindFirstChild("Humanoid") then r1_149.Humanoid.WalkSpeed = r0_149 end end end) r51_0:CreateToggle("Enable Walkspeed", function(r0_118) r62_0 = r0_118 local r1_118 = r53_0.Character spawn(function() while r62_0 do local r0_119 = r1_118 if r0_119 then r0_119 = r1_118:FindFirstChild("Humanoid") if r0_119 then r0_119 = r1_118.Humanoid r0_119.WalkSpeed = r63_0 end end wait(0.1) end if r1_118 and r1_118:FindFirstChild("Humanoid") then r1_118.Humanoid.WalkSpeed = 16 end end) end) r51_0:CreateToggle("Anti-AFK", function(r0_124) local r1_124 = nil -- notice: implicit variable refs by block#[2] if r0_124 then print("Afk: Turned on!") r1_124 = game:GetService("VirtualUser") r53_0.Idled:Connect(function() r1_124:CaptureController() r1_124:ClickButton2(Vector2.new()) print("AFK: Active!") end) -- close: r1_124 else r1_124 = print r1_124("Afk: off") end end) r51_0:CreateToggle("White Screen", function(r0_93) if r0_93 then local r1_93 = Instance.new("ScreenGui") r1_93.Name = "WhiteScreen" r1_93.IgnoreGuiInset = true r1_93.Parent = game.CoreGui local r2_93 = Instance.new("Frame", r1_93) r2_93.Size = UDim2.new(1, 0, 1, 0) r2_93.Position = UDim2.new(0, 0, 0, 0) r2_93.BackgroundColor3 = Color3.new(1, 1, 1) r2_93.BorderSizePixel = 0 r2_93.ZIndex = 0 elseif game.CoreGui:FindFirstChild("WhiteScreen") then game.CoreGui.WhiteScreen:Destroy() end end) r51_0:CreateButton("FPS Booster", function() local r0_4 = Instance.new("BindableFunction") function r0_4.OnInvoke(r0_5) if r0_5 == "Yes" then local r1_5 = game:GetService("Lighting") for r5_5, r6_5 in ipairs(r1_5:GetChildren()) do if r6_5:IsA("PostEffect") then r6_5:Destroy() end end r1_5.GlobalShadows = false r1_5.FogEnd = 9000000000 r1_5.Brightness = 2 for r5_5, r6_5 in ipairs(workspace:GetDescendants()) do if r6_5:IsA("BasePart") and not r6_5:IsDescendantOf(r53_0.Character) then r6_5.Material = Enum.Material.SmoothPlastic r6_5.Reflectance = 0 elseif r6_5:IsA("Texture") or r6_5:IsA("Decal") then r6_5.Transparency = 1 end end local r2_5 = workspace:FindFirstChild("Terrain") if r2_5 then r2_5.WaterWaveSize = 0 r2_5.WaterWaveSpeed = 0 r2_5.WaterReflectance = 0 r2_5.WaterTransparency = 1 end settings().Physics.AllowSleep = true settings().Rendering.QualityLevel = 1 r57_0:SetCore("SendNotification", { Title = "Success", Text = "FPS Booster applied!", Duration = 2, }) end end r57_0:SetCore("SendNotification", { Title = "Confirmation", Text = "Apply FPS Booster?", Duration = 5, Callback = r0_4, Button1 = "Yes", Button2 = "No", }) end) local r64_0 = game:GetService("Players") local r65_0 = r64_0.LocalPlayer local r66_0 = game:GetService("MarketplaceService") local function r67_0() local r0_80 = {} for r4_80, r5_80 in ipairs(r64_0:GetPlayers()) do if r5_80 ~= r65_0 then table.insert(r0_80, r5_80.Name) end end return r0_80 end local function r68_0(r0_156) local r1_156, r2_156 = pcall(r0_156) local r3_156 = nil -- notice: implicit variable refs by block#[3] if r1_156 then r3_156 = r2_156 if r3_156 then ::label_7:: r3_156 = "N/A" end else goto label_7 -- block#2 is visited secondly end return r3_156 end local function r69_0(r0_11) local r1_11 = {} if r0_11.Character then local r2_11 = r0_11.Character:FindFirstChild("Head") local r4_11 = nil -- notice: implicit variable refs by block#[5, 11, 12, 13] if r2_11 then table.insert(r1_11, { name = "Head", id = r68_0(function() return tostring(r2_11:GetAttribute("OriginalSize") or "Default") end), }) r4_11 = r2_11:FindFirstChild("face") if r4_11 then table.insert(r1_11, { name = "Face", id = r68_0(function() return r4_11.Texture:match("%d+") or "Default" end), }) end -- close: r3_11 end r4_11 = r0_11.Character for r6_11, r7_11 in ipairs(r4_11:GetChildren()) do if r7_11:IsA("Accessory") then table.insert(r1_11, { name = r7_11.Name, id = r68_0(function() local r0_16 = r7_11:FindFirstChild("AccessoryId") if r0_16 then return tostring(r0_16.Value) end local r1_16 = r7_11:FindFirstChild("Handle") if r1_16 then local r2_16 = r1_16:FindFirstChild("Mesh") or r1_16:FindFirstChild("SpecialMesh") if r2_16 then return tostring(r2_16.MeshId:match("%d+")) end end return "N/A" end), }) end -- close: r6_11 end local r3_11 = r0_11.Character:FindFirstChild("Shirt") if r3_11 then r4_11 = r68_0 r4_11 = r4_11(function() return r3_11.ShirtTemplate:match("%d+") or "None" end) local r7_11 = { name = "Shirt", id = r4_11, } table.insert(r1_11, r7_11) end r4_11 = r0_11.Character r4_11 = r4_11:FindFirstChild("Pants") if r4_11 then local r5_11 = r68_0(function() return r4_11.PantsTemplate:match("%d+") or "None" end) local r7_11 = r1_11 table.insert(r7_11, { name = "Pants", id = r5_11, }) end local r7_11 = "ShirtGraphic" local r5_11 = r0_11.Character:FindFirstChild(r7_11) if r5_11 then function r7_11() return r5_11.Graphic:match("%d+") or "None" end local r6_11 = r68_0(r7_11) r7_11 = table r7_11 = r7_11.insert r7_11(r1_11, { name = "T-Shirt", id = r6_11, }) end local function r6_11(r0_13) local r1_13 = r0_11.Character:FindFirstChild(r0_13) if r1_13 then table.insert(r1_11, { name = r0_13, id = r68_0(function() return tostring(r1_13:GetAttribute("OriginalSize") or "Default") end), }) end end r7_11 = r6_11 r7_11("Left Arm") r7_11 = r6_11 r7_11("Right Arm") r7_11 = r6_11 r7_11("Torso") r7_11 = r6_11 r7_11("UpperTorso") r7_11 = r0_11.Character r7_11 = r7_11:FindFirstChild("Humanoid") if r7_11 and r7_11:FindFirstChild("Animator") then for r12_11, r13_11 in ipairs(r7_11.Animator:GetPlayingAnimationTracks()) do local r14_11 = r68_0(function() return r13_11.Animation.AnimationId:match("%d+") end) local r15_11 = "Other" local r16_11 = string.lower(r13_11.Name) if r16_11:match("walk") then r15_11 = "Walk" elseif r16_11:match("run") then r15_11 = "Run" elseif r16_11:match("jump") then r15_11 = "Jump" elseif r16_11:match("idle") then r15_11 = "Idle" end table.insert(r1_11, { name = "Animation " .. r15_11, id = r14_11, }) -- close: r12_11 end end local r8_11 = r0_11.Character:FindFirstChild("BodyColors") if r8_11 then table.insert(r1_11, { name = "Clothing Package", id = r68_0(function() return tostring(r8_11:GetAttribute("ClothingPackage") or "None") end), }) end -- close: r2_11 end return r1_11 end local r70_0 = nil local r71_0 = {} local r72_0 = r52_0:CreateMultiDropdown("Select IDs", {}, 0, 100, {}, function(r0_49) r71_0 = {} for r4_49, r5_49 in ipairs(r0_49) do local r6_49 = r5_49:match(": (.+)$") if r6_49 then table.insert(r71_0, r6_49) end end end) local r73_0 = r52_0:CreateDropdown("Select Player", r67_0(), 1, function(r0_108) r70_0 = r64_0:FindFirstChild(r0_108) if r70_0 then local r1_108 = r69_0(r70_0) local r2_108 = {} for r6_108, r7_108 in ipairs(r1_108) do table.insert(r2_108, r7_108.name .. ": " .. r7_108.id) end r72_0.Refresh(r2_108, 1, function(r0_109) r71_0 = {} for r4_109, r5_109 in ipairs(r0_109) do local r6_109 = r5_109:match(": (.+)$") if r6_109 then table.insert(r71_0, r6_109) end end end) end end) r52_0:CreateButton("Copy Selected IDs", function() if #r71_0 > 0 then setclipboard(table.concat(r71_0, "\n")) end end) r52_0:CreateButton("Copy All IDs (Formatted)", function() if r70_0 then local r0_70 = r69_0(r70_0) local r1_70 = {} for r5_70, r6_70 in ipairs(r0_70) do table.insert(r1_70, r6_70.name .. ": " .. r6_70.id) end setclipboard(table.concat(r1_70, "\n")) end end) local function r74_0() r73_0.Refresh(r67_0(), 1) if r70_0 then local r1_6 = r69_0(r70_0) local r2_6 = {} for r6_6, r7_6 in ipairs(r1_6) do table.insert(r2_6, r7_6.name .. ": " .. r7_6.id) end r72_0.Refresh(r2_6, 1) end end r52_0:CreateButton("Refresh Player", function() r74_0() end) r52_0:CreateButton("Dex", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/rndmq/Serverlist/refs/heads/main/MDD.lua"))() end) local r75_0 = false local r76_0 = nil local function r77_0() r75_0 = true local r0_120 = r53_0.Character if r0_120 and r0_120:FindFirstChild("Humanoid") then local r1_120 = r0_120.Humanoid r1_120.Sit = false if r76_0 then r76_0:Disconnect() end r76_0 = r1_120:GetPropertyChangedSignal("Sit"):Connect(function() if r1_120.Sit then r1_120.Sit = false r1_120:ChangeState(Enum.HumanoidStateType.GettingUp) end end) -- close: r1_120 end end local function r78_0() r75_0 = false if r76_0 then r76_0:Disconnect() r76_0 = nil end end r53_0.CharacterAdded:Connect(function(r0_59) if r75_0 then r77_0() end end) r52_0:CreateToggle("Antisit", function(r0_75) if r0_75 then r77_0() else r78_0() end end) local r79_0 = false local function r80_0() r79_0 = true r57_0:SetCore("ResetButtonCallback", true) end local function r81_0() r79_0 = false r57_0:SetCore("ResetButtonCallback", false) end r52_0:CreateToggle("Enable Reset", function(r0_153) if r0_153 then r80_0() else r81_0() end end) local r82_0 = true local function r83_0() r82_0 = true r57_0:SetCoreGuiEnabled(Enum.CoreGuiType.PlayerList, true) end local function r84_0() r82_0 = false r57_0:SetCoreGuiEnabled(Enum.CoreGuiType.PlayerList, false) end r52_0:CreateToggle("Enable Leaderboard", function(r0_140) if r0_140 then r83_0() else r84_0() end end) local r85_0 = false local r86_0 = nil local function r87_0() r85_0 = true r86_0 = r55_0.Stepped:Connect(function() local r0_89 = r53_0.Character if r0_89 then for r4_89, r5_89 in pairs(r0_89:GetDescendants()) do if r5_89:IsA("BasePart") then r5_89.CanCollide = false end end end end) end local function r88_0() r85_0 = false if r86_0 then r86_0:Disconnect() r86_0 = nil end end r53_0.CharacterAdded:Connect(function(r0_55) if r85_0 then r87_0() end end) r52_0:CreateToggle("Noclip", function(r0_155) if r0_155 then r87_0() else r88_0() end end) local r89_0 = false local r90_0 = 50 local r91_0 = nil local r92_0 = false local r93_0 = false local function r94_0() local r0_30 = Instance.new("ScreenGui") r0_30.Name = "FlyControls" r0_30.Parent = game.CoreGui local r1_30 = Instance.new("TextButton") r1_30.Size = UDim2.new(0, 50, 0, 50) r1_30.Position = UDim2.new(0.9, -60, 0.7, -60) r1_30.Text = "��" r1_30.Parent = r0_30 r1_30.MouseButton1Down:Connect(function() r92_0 = true end) r1_30.MouseButton1Up:Connect(function() r92_0 = false end) local r2_30 = Instance.new("TextButton") r2_30.Size = UDim2.new(0, 50, 0, 50) r2_30.Position = UDim2.new(0.9, -60, 0.7, 0) r2_30.Text = "��" r2_30.Parent = r0_30 r2_30.MouseButton1Down:Connect(function() r93_0 = true end) r2_30.MouseButton1Up:Connect(function() r93_0 = false end) return r0_30 end local function r95_0() r89_0 = true local r0_64 = r53_0.Character if not r0_64 or not r0_64:FindFirstChild("HumanoidRootPart") then return end local r1_64 = r0_64.HumanoidRootPart local r2_64 = r0_64:FindFirstChild("Humanoid") local r3_64 = Instance.new("BodyVelocity") r3_64.MaxForce = Vector3.new(100000, 100000, 100000) r3_64.Parent = r1_64 local r4_64 = Instance.new("BodyGyro") r4_64.MaxTorque = Vector3.new(100000, 100000, 100000) r4_64.Parent = r1_64 local r5_64 = nil if r58_0.TouchEnabled then r5_64 = r94_0() end r91_0 = r55_0.RenderStepped:Connect(function() if r2_64 then r2_64.PlatformStand = true local r0_65 = Vector3.new() local r1_65 = r54_0.CFrame.LookVector local r2_65 = r2_64.MoveDirection * r90_0 if r58_0:IsKeyDown(Enum.KeyCode.Space) or r92_0 then r0_65 = r0_65 + Vector3.new(0, r90_0, 0) end if r58_0:IsKeyDown(Enum.KeyCode.LeftShift) or r93_0 then r0_65 = r0_65 - Vector3.new(0, r90_0, 0) end r3_64.Velocity = r2_65 + r0_65 r4_64.CFrame = CFrame.new(r1_64.Position, r1_64.Position + r1_65) end end) end local function r96_0() r89_0 = false if r91_0 then r91_0:Disconnect() r91_0 = nil end local r0_146 = r53_0.Character if r0_146 then local r1_146 = r0_146:FindFirstChild("HumanoidRootPart") if r1_146 then for r5_146, r6_146 in pairs(r1_146:GetChildren()) do if r6_146:IsA("BodyVelocity") or r6_146:IsA("BodyGyro") then r6_146:Destroy() end end end local r2_146 = r0_146:FindFirstChild("Humanoid") if r2_146 then r2_146.PlatformStand = false end end if game.CoreGui:FindFirstChild("FlyControls") then game.CoreGui.FlyControls:Destroy() end end r53_0.CharacterAdded:Connect(function(r0_107) if r89_0 then r95_0() end end) r52_0:CreateToggle("Fly", function(r0_48) if r0_48 then r95_0() else r96_0() end end) r52_0:CreateSlider("Fly Speed", 10, 200, 50, false, function(r0_77) r90_0 = r0_77 end) local r97_0 = false local function r98_0() r97_0 = true local r0_24 = r53_0.Character if r0_24 and r0_24:FindFirstChild("HumanoidRootPart") then r0_24.HumanoidRootPart.Anchored = true end end local function r99_0() r97_0 = false local r0_142 = r53_0.Character if r0_142 and r0_142:FindFirstChild("HumanoidRootPart") then r0_142.HumanoidRootPart.Anchored = false end end r53_0.CharacterAdded:Connect(function(r0_54) if r97_0 then r98_0() end end) r52_0:CreateToggle("Lock Position", function(r0_148) if r0_148 then r98_0() else r99_0() end end) r51_0:CreateButton("Teleport Tool", function() local r0_36 = Instance.new("Tool") r0_36.Name = "TeleportTool" r0_36.RequiresHandle = false r0_36.Parent = r53_0.Backpack r0_36.Activated:Connect(function() local r1_37 = r53_0:GetMouse().Hit.Position local r2_37 = r53_0.Character if r2_37 and r2_37:FindFirstChild("HumanoidRootPart") then r2_37.HumanoidRootPart.CFrame = CFrame.new(r1_37 + Vector3.new(0, 5, 0)) end end) end) r51_0:CreateSlider("Gravity Changer", 0, 196.2, workspace.Gravity, false, function(r0_94) workspace.Gravity = r0_94 end) local r101_0 = false local r102_0 = {} local function r103_0() r101_0 = true for r3_158, r4_158 in pairs(r60_0:GetPlayers()) do if r4_158 ~= r53_0 and r4_158.Character then local r5_158 = Instance.new("Highlight") r5_158.Name = "ESPHighlight" r5_158.FillColor = Color3.new(1, 0, 0) r5_158.OutlineColor = Color3.new(1, 1, 0) r5_158.Parent = r4_158.Character r102_0[r4_158] = r5_158 end end r60_0.PlayerAdded:Connect(function(r0_159) if r101_0 and r0_159 ~= r53_0 then r0_159.CharacterAdded:Connect(function(r0_160) local r1_160 = Instance.new("Highlight") r1_160.Name = "ESPHighlight" r1_160.FillColor = Color3.new(1, 0, 0) r1_160.OutlineColor = Color3.new(1, 1, 0) r1_160.Parent = r0_160 r102_0[r0_159] = r1_160 end) end end) end local function r104_0() r101_0 = false for r3_157, r4_157 in pairs(r102_0) do if r4_157 then r4_157:Destroy() end end r102_0 = {} end r52_0:CreateToggle("ESP", function(r0_62) if r0_62 then r103_0() else r104_0() end end) local r105_0 = false local r106_0 = nil local function r107_0() r105_0 = true r106_0 = r55_0.Stepped:Connect(function() local r0_123 = r53_0.Character if r0_123 and r0_123:FindFirstChild("Humanoid") then local r1_123 = r0_123.Humanoid r1_123.MaxHealth = math.huge r1_123.Health = math.huge end end) end local function r108_0() r105_0 = false if r106_0 then r106_0:Disconnect() r106_0 = nil end local r0_117 = r53_0.Character if r0_117 and r0_117:FindFirstChild("Humanoid") then local r1_117 = r0_117.Humanoid r1_117.MaxHealth = 100 r1_117.Health = 100 end end r53_0.CharacterAdded:Connect(function(r0_69) if r105_0 then r107_0() end end) r52_0:CreateToggle("God Mode", function(r0_137) if r0_137 then r107_0() else r108_0() end end) local r109_0 = false local r110_0 = 10 local r111_0 = {} local function r112_0() r109_0 = true for r3_7, r4_7 in pairs(r60_0:GetPlayers()) do if r4_7 ~= r53_0 and r4_7.Character then local r5_7 = r4_7.Character:FindFirstChild("Head") if r5_7 then r5_7.Size = Vector3.new(r110_0, r110_0, r110_0) r5_7.Transparency = 0.7 r5_7.CanCollide = false r111_0[r4_7] = r5_7 end end end r60_0.PlayerAdded:Connect(function(r0_8) if r109_0 and r0_8 ~= r53_0 then r0_8.CharacterAdded:Connect(function(r0_9) local r1_9 = r0_9:WaitForChild("Head") r1_9.Size = Vector3.new(r110_0, r110_0, r110_0) r1_9.Transparency = 0.7 r1_9.CanCollide = false r111_0[r0_8] = r1_9 end) end end) end local function r113_0() r109_0 = false for r3_35, r4_35 in pairs(r111_0) do if r4_35 then r4_35.Size = Vector3.new(2, 1, 1) r4_35.Transparency = 0 r4_35.CanCollide = true end end r111_0 = {} end r52_0:CreateToggle("Hitbox Expander", function(r0_145) if r0_145 then r112_0() else r113_0() end end) r52_0:CreateSlider("Hitbox Size", 5, 500, 10, false, function(r0_116) r110_0 = r0_116 if r109_0 then r113_0() r112_0() end end) local r114_0 = false local r115_0 = nil local function r116_0() r114_0 = true r115_0 = r58_0.JumpRequest:Connect(function() local r0_99 = r53_0.Character if r0_99 and r0_99:FindFirstChild("Humanoid") then r0_99.Humanoid:ChangeState(Enum.HumanoidStateType.Jumping) end end) end local function r117_0() r114_0 = false if r115_0 then r115_0:Disconnect() r115_0 = nil end end r52_0:CreateToggle("Infinite Jump", function(r0_68) if r0_68 then r116_0() else r117_0() end end) local r118_0 = false local r119_0 = 50 local r120_0 = nil local function r121_0() r118_0 = true local r0_26 = r53_0.Character if not r0_26 or not r0_26:FindFirstChild("HumanoidRootPart") then return end local r1_26 = r0_26.HumanoidRootPart r120_0 = r55_0.RenderStepped:Connect(function(r0_27) r1_26.CFrame = r1_26.CFrame * CFrame.Angles(0, math.rad(r119_0) * r0_27, 0) end) end local function r122_0() r118_0 = false if r120_0 then r120_0:Disconnect() r120_0 = nil end end r53_0.CharacterAdded:Connect(function(r0_2) if r118_0 then r121_0() end end) r51_0:CreateToggle("Spinner", function(r0_134) if r0_134 then r121_0() else r122_0() end end) r51_0:CreateSlider("Spin Speed", 10, 1000, 50, false, function(r0_44) r119_0 = r0_44 end) local r123_0 = false local r124_0 = nil local function r125_0() r123_0 = true r124_0 = r55_0.Stepped:Connect(function() local r0_115 = r53_0.Character if r0_115 and r0_115:FindFirstChild("HumanoidRootPart") then local r1_115 = r0_115.HumanoidRootPart r1_115.Velocity = Vector3.new(0, r1_115.Velocity.Y, 0) r1_115.RotVelocity = Vector3.new(0, 0, 0) end end) end local function r126_0() r123_0 = false if r124_0 then r124_0:Disconnect() r124_0 = nil end end r53_0.CharacterAdded:Connect(function(r0_104) if r123_0 then r125_0() end end) r52_0:CreateToggle("Anti-Knockback", function(r0_67) if r0_67 then r125_0() else r126_0() end end) local r127_0 = false local r128_0 = {} local function r129_0() r127_0 = true for r3_139, r4_139 in pairs(workspace:GetDescendants()) do if r4_139:IsA("BasePart") and not r4_139:IsDescendantOf(r53_0.Character) and not r4_139:IsA("Terrain") then r128_0[r4_139] = r4_139.Transparency r4_139.Transparency = 0.8 end end end local function r130_0() r127_0 = false for r3_61, r4_61 in pairs(r128_0) do if r3_61 and r3_61.Parent then r3_61.Transparency = r4_61 end end r128_0 = {} end r52_0:CreateToggle("X-Ray", function(r0_63) if r0_63 then r129_0() else r130_0() end end) local function r131_0(r0_103) if r0_103 then r61_0.ClockTime = 12 else r61_0.ClockTime = 0 end end r52_0:CreateToggle("Day/Night Changer", function(r0_147) r131_0(r0_147) end) r52_0:CreateSlider("FOV Changer", 10, 120, r54_0.FieldOfView, false, function(r0_126) r54_0.FieldOfView = r0_126 end) local r133_0 = false local function r134_0() r133_0 = true local r0_138 = r53_0.Character if r0_138 and r0_138:FindFirstChild("Head") then r0_138.Head.Transparency = 1 for r5_138, r6_138 in pairs(r0_138:GetChildren()) do if r6_138:IsA("Accessory") and r6_138:FindFirstChild("Handle") then local r7_138 = r6_138.Handle if r7_138:FindFirstChild("FaceFrontAttachment") then r7_138.Transparency = 1 end end end end end local function r135_0() r133_0 = false local r0_38 = r53_0.Character if r0_38 and r0_38:FindFirstChild("Head") then r0_38.Head.Transparency = 0 for r5_38, r6_38 in pairs(r0_38:GetChildren()) do if r6_38:IsA("Accessory") and r6_38:FindFirstChild("Handle") then local r7_38 = r6_38.Handle if r7_38:FindFirstChild("FaceFrontAttachment") then r7_38.Transparency = 0 end end end end end r53_0.CharacterAdded:Connect(function(r0_60) if r133_0 then r134_0() end end) r52_0:CreateToggle("Headless (Visual)", function(r0_56) if r0_56 then r134_0() else r135_0() end end) local function r136_0() local r0_91 = "https://games.roblox.com/v1/games/" .. game.PlaceId .. "/servers/Public?sortOrder=Asc&limit=100" local r1_91, r2_91 = pcall(function() return r59_0:GetAsync(r0_91) end) if r1_91 then local r4_91 = r59_0:JSONDecode(r2_91).data if #r4_91 > 0 then r56_0:TeleportToPlaceInstance(game.PlaceId, r4_91[math.random(1, #r4_91)].id, r53_0) else Library:CreateNotification("Error", "I can\'t find any server", 4) end else Library:CreateNotification("Error", "I can\'t fetch any server..", 5) end end r52_0:CreateButton("Server Hop", function() Library:CreateNotification("Confirmation", "Hop to a new server?", 5, { "Yes", "No" }, { function() Library:CreateNotification("Looking For a new server...", "Please wait..", 10) r136_0() end, nil }) end) r52_0:CreateButton("Rejoin", function() Library:CreateNotification("Confirmation", "Rejoin the game?", 5, { "Yes", "No" }, { function() Library:CreateNotification("Rejoining this server...", "Please wait..", 10) r56_0:Teleport(game.PlaceId, r53_0) end, nil }) end) r52_0:CreateButton("Infinite Yield", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source"))() end) r52_0:CreateButton("Respawn", function() local r0_81 = r53_0.Character if r0_81 and r0_81:FindFirstChild("Humanoid") then local r1_81 = r0_81.Humanoid r1_81:TakeDamage(r1_81.Health) wait(0.1) r53_0:LoadCharacter() r57_0:SetCore("SendNotification", { Title = "Respawn", Text = "Respawned!", Duration = 2, }) end end) loadstring(game:HttpGet("https://raw.githubusercontent.com/no221/Hi/refs/heads/main/Supported"))() loadstring(game:HttpGet("https://raw.githubusercontent.com/jajanaann/requester/refs/heads/main/Webhook"))() local r137_0 = Instance.new("ScreenGui") r137_0.Name = "CustomNotification" r137_0.Parent = game.CoreGui local r138_0 = Instance.new("Frame") r138_0.Size = UDim2.new(0, 300, 0, 50) r138_0.Position = UDim2.new(1, -320, 1, -100) r138_0.AnchorPoint = Vector2.new(1, 1) r138_0.BackgroundColor3 = Color3.fromRGB(50, 50, 50) r138_0.BackgroundTransparency = 0.2 r138_0.Parent = r137_0 local r139_0 = Instance.new("TextLabel") r139_0.Size = UDim2.new(1, -50, 1, 0) r139_0.Position = UDim2.new(0, 50, 0, 0) r139_0.Font = Enum.Font.SourceSansBold r139_0.Text = "Thank you for using my script!\nif you don\'t mind give me a like on the website" r139_0.TextColor3 = Color3.fromRGB(255, 255, 255) r139_0.TextSize = 16 r139_0.TextXAlignment = Enum.TextXAlignment.Left r139_0.TextYAlignment = Enum.TextYAlignment.Center r139_0.BackgroundTransparency = 1 r139_0.Parent = r138_0 local r140_0 = Instance.new("ImageLabel") r140_0.Size = UDim2.new(0, 40, 0, 40) r140_0.Position = UDim2.new(0, 5, 0.5, -20) r140_0.Image = "rbxassetid://316605349" r140_0.BackgroundTransparency = 1 r140_0.Parent = r138_0 r138_0.Position = UDim2.new(1, 0, 1, -100) r138_0:TweenPosition(UDim2.new(1, -320, 1, -100), Enum.EasingDirection.Out, Enum.EasingStyle.Quad, 0.5, true) Library:CreateNotification("Thank you for using my script", "This script made by Rndm.\nLibrary Version: Beta", 5, { "Alright", "That\'s cool" }) wait(6) r138_0:TweenPosition(UDim2.new(1, 0, 1, -100), Enum.EasingDirection.In, Enum.EasingStyle.Quad, 0.5, true) wait(0.5) r137_0:Destroy() Library:CreateText({ "Support me: PayPal rectnob29@gmail.com. Thank you for your support.", "Enjoying the script? Feel free to support me :)", "Follow me: @sucipto19454", "Also my friend!: @lam_Chloeslay" }, 3, "#FF0000")