Requirements:
- Tor Browser (latest version)
- A simple .html file that opens 3 tabs per account
- uBlock Origin extension (manually installed in Tor)
Step 1: Create a Multi-Vote HTML File
- Open Notepad or another plain text editor.
- Paste the following code:
<!DOCTYPE html>
<html>
<head>
<title>YunaMS Multi-Vote</title>
</head>
<body>
<h2>Click to Open All Voting Tabs (3 per Account)</h2>
<button onclick="openTabs()">Open Voting Tabs</button>
<script>
function openTabs() {
const links = [
"https://gtop100.com/MapleStory/Yuna...perience-101279?vote=1&pingUsername=USERNAME1",
"https://gtop100.com/MapleStory/Yuna...perience-101279?vote=1&pingUsername=USERNAME2",
"https://gtop100.com/MapleStory/Yuna...perience-101279?vote=1&pingUsername=USERNAME3",
"https://gtop100.com/MapleStory/Yuna...perience-101279?vote=1&pingUsername=USERNAME4"
];
let delay = 0;
links.forEach(link => {
for (let i = 0; i < 3; i++) {
setTimeout(() => {
window.open(link, "_blank");
}, delay);
delay += 100;
}
});
}
</script>
</body>
</html>
Replace USERNAME1, USERNAME2, etc. with the usernames of the accounts you're voting for.
- Save the file as yuna-vote.html with type All Files and encoding UTF-8.

Step 2: Open the File and Prepare for Voting
- Launch Tor Browser.
- Press Ctrl + O or go to Menu ≡ → Open File.
- Select and open yuna-vote.html.

- Before clicking the "open all 'x' tabs button", make sure you have uBlock Origin installed (see Step 3).

- Once installed, proceed to Step 4 to block the GTOP banner.
- Then return and click "Open Voting Tabs".

Step 3: Install uBlock Origin in Tor
Step 4: Block the GTOP Banner (Saves Time!)
- Load one of your voting URLs.
- Wait for the bottom banner to fully load.

- Right-click on the banner → choose "Block Element".
- Click "Create" in the red box.

Step 5: Rotate Circuits and Vote
GTOP only allows 1 vote per IP, so for each voting tab:- Press Ctrl + Tab to go to the next tab.
- Press Ctrl + Shift + L to create a new Tor circuit.
- Wait 1–2 seconds.
- Complete the captcha and vote.
Timing Strategy (Important!)
After each account votes, you must wait around 1–2 minutes before reusing the same voting link/IP again.Recommended Flow:
- Vote on Account 1.
- Move to Account 2.
- Move to Account 3.
- Move to Account 4.
This lets you maximize votes without triggering cooldowns or blocks.
[EDIT / UPDATE]
It seems many people are running into errors like the one shown in the screenshot when trying to vote, even after creating a new Tor circuit on all tabs.

The fix is actually about the order:
- Don’t change circuits on all tabs at once.
- First, vote on the first tab.
- Once that vote goes through, move to the next tab and then press Ctrl + Shift + L to create a new Tor circuit.
- Repeat this process tab by tab.
Basically, the vote has to successfully process on one tab before refreshing the circuit for the next one.
Attachments
Last edited:

