-- Auto completes all demon levels and main levels (as of 2/25/26) local numbers = { 1, 2158733, 2152634, 2141781, 2133330, 2126182, 2125770, 2123937, 2106705, 2098612, 2071026, 2029568, 2022033, 2021974, 2021285, 1997718, 1981794, 1977938, 1963805, 1952631, 1942297, 1924374, 1866992, 1829463, 1817898, 1783651, 1757669, 1753246, 1737316, 1732645, 1710708, 1692665, 1645843, 1644988, 1635913, 1632632, 1617124, 1586081, 1585070, 1577989, 1571737, 1491180, 1490373, 1486009, 1485747, 1484918, 1478802, 1448739, 1444925, 1441702, 1433767, 1427432, 1418866, 1418760, 1418484, 1408978, 1398821, 1397330, 1395798, 1373857, 1364125, 1352233, 1331686, 1327991, 1316223, 1304986, 1289926, 1289877, 1270835, 1266272, 1119828, 1102210, 1094601, 1093232, 1004431, 991160, 968382, 968001, 930002, 929974, 927131, 910019, 895484, 891425, 886916, 881733, 819796, 766912, 734293, 725313, 694971, 687727, 678415, 677976, 676869, 676228, 657165, 633055, 623874, 620916, 610577, 600987, 576533, 564925, 559952, 550014, 546296, 537793, 533287, 532225, 530026, 528391, 524353, 523457, 512487, 505264, 498475, 494272, 493215, 482377, 480022, 452540, 448598, 445579, 400687, 389858, 388027, 382783, 371441, 358196, 343095, 342332, 341940, 341565, 339333, 334445, 331673, 321199, 301730, 297381, 292467, 242576, 233752, 222551, 221459, 204267, 186809, 169009, 156452, 144178, 142277, 139680, 133793, 118435, 117675, 113745, 112410, 111417, 110628, 105212, 88594, 84132, 67353, 64674, 64276, 60527, 54318, 49405, 46275, 28018, 15154, 1066, 8, 3, 5, 4, 6, 1, 2, 7, 3, 8, 5, 4, 6 } local remote = game:GetService("ReplicatedStorage") :WaitForChild("Core") :WaitForChild("Net") :WaitForChild("PlayerData") :WaitForChild("\128\166k\\\132_\226n\219N\004^\r\130\215\242") for _, id in ipairs(numbers) do local args = { id, 100, 59 } remote:FireServer(unpack(args)) end