Welcome to XActions

Automate Your X Growth in Minutes

Mass unfollow, detect unfollowers, auto-engage — start immediately. Pay with crypto for instant access.

Accepted: ₿ BTC Ξ ETH ◎ SOL $ USDC

✨ Automate Everything

🔄 Mass Unfollow Non-Followers

Automatically remove everyone who doesn't follow you back. Clean up in minutes.

🧹 Unfollow Everyone

Fresh start your account. Remove all follows with one click.

🚨 Detect Who Unfollowed You

Know exactly who stopped following you. Get alerts instantly.

📊 Monitor Competitors

Track any account's followers. Spy on competitor growth.

❤️ Auto-Like & Engage

Boost engagement automatically. Like posts by keywords or users.

🚀 Growth Suite

Complete automation: follow, engage, and smart unfollow for maximum growth.

Start Automating →

🚀 Get Started in 2 Minutes

Instant Start (Recommended)

Pay with crypto, no account needed

Choose a credit package

Pick from $2.99 starter to $149.99 unlimited

Pay with BTC, ETH, SOL, or USDC

Just enter your email for credit delivery.

Start automating immediately

Credits added instantly after payment confirms. Login and run operations.

Buy Credits & Start Now →
— or try our free browser scripts below —

📋 Free Browser Scripts

Manual scripts for the technically inclined. Paste in browser console.

Unfollow Non-Followers
(() => {
  const $followButtons = '[data-testid$="-unfollow"]';
  const $confirmButton = '[data-testid="confirmationSheetConfirm"]';
  const retry = { count: 0, limit: 3 };

  const sleep = (s) => new Promise(r => setTimeout(r, s * 1000));
  const scroll = () => window.scrollTo(0, document.body.scrollHeight);

  const unfollowAll = async (buttons) => {
    for (const btn of buttons) {
      btn.click();
      await sleep(1);
      document.querySelector($confirmButton)?.click();
      await sleep(0.5);
    }
  };

  const run = async () => {
    scroll();
    await sleep(1);
    let buttons = [...document.querySelectorAll($followButtons)]
      .filter(b => !b.closest('[data-testid="UserCell"]')
        ?.querySelector('[data-testid="userFollowIndicator"]'));
    
    if (buttons.length) {
      console.log(`Unfollowing ${buttons.length} users...`);
      await unfollowAll(buttons);
      retry.count = 0;
      await sleep(2);
      return run();
    }
    
    if (++retry.count < retry.limit) {
      await sleep(2);
      return run();
    }
    console.log('✅ Done! Reload and run again if any were missed.');
  };

  run();
})();
📍 Use on: x.com/YOUR_USERNAME/following

🔒 Why XActions?

🔐

Private Payments

Pay with crypto for fast, private transactions.

Instant Activation

Start automating within minutes of payment.

💳

Crypto Payments

BTC, ETH, SOL, USDC accepted. Card payments too.

Trusted Platform

10,000+ satisfied users. Open source code.

Get Started Now →