Welcome to the YunaMS forum! Click here to check out the announcements category for important information regarding features, patch notes, and other critical updates. See what everyone's up to by joining our discord channel. Remember to vote for free daily NX! Enjoy~
How to Vote on Multiple YunaMS Accounts Using Tor Browser (Fast & Easy Method) | YunaMS Forum

How to Vote on Multiple YunaMS Accounts Using Tor Browser (Fast & Easy Method)

Player

Member
Member
Joined
Jul 23, 2025
Messages
2
Reaction score
5
IGN
Player2
Discord
Player

🔰 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​

  1. Open Notepad or another plain text editor.
  2. 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.

  3. Save the file as yuna-vote.html with type All Files and encoding UTF-8.
    1754223348609.png

🌐 Step 2: Open the File and Prepare for Voting​

  1. Launch Tor Browser.
  2. Press Ctrl + O or go to Menu ≡ → Open File.
  3. Select and open yuna-vote.html.
    1754223568042.png
  4. Before clicking the "open all 'x' tabs button", make sure you have uBlock Origin installed (see Step 3).
    1754223729842.png
  5. Once installed, proceed to Step 4 to block the GTOP banner.
  6. Then return and click "Open Voting Tabs".
    1754223685415.png

⚛️ Step 3: Install uBlock Origin in Tor​

  1. Go to Menu ≡ → Add-ons and Themes.
  2. Search for "uBlock Origin".
    1754223908687.png
  3. Click Install.
    1754223964854.png

🔧 Step 4: Block the GTOP Banner (Saves Time!)​

  1. Load one of your voting URLs.
  2. Wait for the bottom banner to fully load.
    1754224051339.png
  3. Right-click on the banner → choose "Block Element".
  4. Click "Create" in the red box.

    1754223212172.png
From now on, the banner will no longer load on any voting tab, making the "Vote" button clickable instantly.


🔄 Step 5: Rotate Circuits and Vote​

GTOP only allows 1 vote per IP, so for each voting tab:
  1. Press Ctrl + Tab to go to the next tab.
  2. Press Ctrl + Shift + L to create a new Tor circuit.
  3. Wait 1–2 seconds.
  4. 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:​

  1. Vote on Account 1.
  2. Move to Account 2.
  3. Move to Account 3.
  4. Move to Account 4.
Depending on how quickly you rotate through each set, just wait the remaining amount of time before repeating the process from Account 1 to 4 again.

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.
1756594865234.png
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

  • 1754223622966.png
    1754223622966.png
    28 KB · Views: 3
  • 1754223870918.png
    1754223870918.png
    105.5 KB · Views: 0
  • 1754223934874.png
    1754223934874.png
    307.5 KB · Views: 2
Last edited: