Group Leader
- Joined
- Jun 12, 2020
- Messages
- 14,852
![]()
![]()
[/SPOILER]
Wait a second, zoom in real quick..
// Function to click the button and check the span value
function clickButtonAndCheck() {
const button = document.querySelector("button.inline-block:nth-child(3)");
const span = document.querySelector("span.text-primary");
if (button) {
button.click();
console.log("Button clicked!");
} else {
console.log("Button not found.");
}
if (span) {
const value = parseFloat(span.textContent.trim());
console.log("Current span value:", value);
if (!isNaN(value) && value < 1600) {
clearInterval(intervalId);
console.log("Interval cleared because value dropped below 1600.");
}
} else {
console.log("Span not found.");
}
}
// Run the function every 10 seconds
const intervalId = setInterval(clickButtonAndCheck, 10000);
(function() {
const rarityCounts = {
'1': {unlocked: 0, total: 28, querySelector: '.page-container .text-neutral-500'},
'2': {unlocked: 0, total: 37, querySelector: '.page-container .text-green-500'},
'3': {unlocked: 0, total: 83, querySelector: '.page-container .text-blue-400'},
'4': {unlocked: 0, total: 41, querySelector: '.page-container .shadow-purple-400'},
'5': {unlocked: 0, total: 27, querySelector: '.page-container .shadow-orange-400'},
'6': {unlocked: 0, total: 20, querySelector: '.page-container .shadow-red-500'},
'7': {unlocked: 0, total: 2, querySelector: '.page-container .shadow-yellow-400'},
}
let unlockedCount = 0;
let totalCount = 0;
let message = '';
for (rarityKey in rarityCounts) {
rarityCounts[rarityKey].unlocked += document.querySelectorAll(rarityCounts[rarityKey].querySelector).length;
unlockedCount += rarityCounts[rarityKey].unlocked;
totalCount += rarityCounts[rarityKey].total;
message += `Rarity ${rarityKey}: ${rarityCounts[rarityKey].unlocked}/${rarityCounts[rarityKey].total} ${(rarityCounts[rarityKey].unlocked / rarityCounts[rarityKey].total * 100).toFixed(2)}%\n`;
}
message += `-----------------------------------\nTotal: ${unlockedCount}/${totalCount} ${(unlockedCount / totalCount * 100).toFixed(2)}%\n`;
console.log(message);
alert(message);
})();
It's a bug that shows your team's points instead of just yours.What even is happening? Am I John Ministry?![]()
I didn't do anything@Bartolumiu giving us a masterclass in rigging, I guess.
The points displayed are for the entire team (ata forgot to fix it with the release of the event, but there's less a week left so it probably won't be fixed anyways)So in my understanding, what matters for winning is the number of points and not dexcoins? What counts as a lot of points? And since when did the tally begin? I recall having an unreasonable number of points early on, to the extent of thinking it was a glitch. Right now I have about 50 million pts of contribution. Is that a lot? I'd like to know.
I didn't do anything(only added the 20th 6-star card)

Does the dip in rebel scum points imply that they were the botters?We are entering the endgame!
Before we kick off the finale, we've done a massive sweep of the leaderboards to remove botters and auto-clickers.
Over 250,000 fraudulent points have been deducted, and the playing field is completely level for the final week.
To celebrate, we are turning the dials to 11. Here is your roadmap to victory:
Starting from this very moment until next Monday (0h UTC, like always), reading is getting a massive x4 multiplier to both DexCoins and Team Points, so stop clicking and start reading!
But that's not all, for the last 48 hours of the event (April 29 & 30), all hell breaks loose:
- Reading: 8x DexCoins & 16x Team Points
- Library Updates & Ratings: 10x DexCoins & Team Points
- Gacha: Probability update for card rarities.
We've also slipped a brand new, ultra-rare 6-star card into the pool just to mess with the completionists.
May the best team win!
Which obviously, that's the Ministry View attachment 51864
When are we getting points for our shitposting? The boys and I are still waiting with our memes in hand.We are entering the endgame!
Before we kick off the finale, we've done a massive sweep of the leaderboards to remove botters and auto-clickers.
Over 250,000 fraudulent points have been deducted, and the playing field is completely level for the final week.
To celebrate, we are turning the dials to 11. Here is your roadmap to victory:
Starting from this very moment until next Monday (0h UTC, like always), reading is getting a massive x4 multiplier to both DexCoins and Team Points, so stop clicking and start reading!
But that's not all, for the last 48 hours of the event (April 29 & 30), all hell breaks loose:
- Reading: 8x DexCoins & 16x Team Points
- Library Updates & Ratings: 10x DexCoins & Team Points
- Gacha: Probability update for card rarities.
We've also slipped a brand new, ultra-rare 6-star card into the pool just to mess with the completionists.
May the best team win!
Which obviously, that's the Ministry View attachment 51864
Ok figures. Thanks for letting me know!The points displayed are for the entire team (ata forgot to fix it with the release of the event, but there's less a week left so it probably won't be fixed anyways)