Torn Abroad Helper

While abroad in Torn: shows per-item profit color-coded next to each item, and works out the most profitable combination to buy given your cash and travel capacity. Estimates energy regen on the flight home and how many hits/mugs you can fit in right now using energy that would otherwise be wasted. Can also highlight low-FF, factionless, or bazaar-having targets on the People page while abroad. Auto-updates; only active while abroad.

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

יוצר
NetRaccoon
התקנות יומיות
4
סה"כ התקנות
16
דירוגים
0 0 0
גרסה
4.2.0
נוצר
28-08-2026
עודכן
01-09-2026
Size
68.6 קילו-בייט
רישיון
MIT
חל על

Torn Abroad Helper

Everything you need while shopping abroad in Torn, in one place: know what to buy before you buy it, know how many hits you can land before you fly home, and know who's worth attacking on the People page — automatically, the moment you land.

What it does

Shop profit calculator

  • Shows profit per item, right next to its name in the shop list — green if buying it and selling at market value would make you money, red if it would lose you money.
  • Calculates the best combination to buy, given your current cash and your travel capacity — not just "buy the most profitable item until you run out of room," but the actual optimal mix (sometimes buying one less of your best item frees up room and cash for two of a lower-ranked item, and that's worth more overall — the script checks for exactly that).
  • Respects real stock limits. It won't recommend buying more of an item than the shop actually has in stock.
  • Reads your real travel capacity and purchase count straight from Torn's own "You have purchased X / Y items so far" banner, so the recommendation always reflects how much room you actually have left.
  • One-click fill — a button fills in the quantity fields for every recommended item so you're not typing numbers into each row by hand.
  • Auto-refreshes when you buy something, and every 15 seconds otherwise, so it stays current without hammering the shop while you're trying to move fast.

Energy & hits forecast

  • Pick your flight method (Standard / Airstrip / Private / Business) and it estimates the flight time home, using your real, live energy regen rate from Torn's own API.
  • Tells you exactly how many hits or mugs you can fit in right now, while still abroad, using energy that would otherwise just sit wasted above your cap during the flight — and how much you'll land with.
  • Flags it clearly in red if your energy is currently stacked above your cap, in case that wasn't intentional.

Target Scout (People page)

  • While you're abroad, visiting the People page automatically scans everyone shown and highlights potential targets with a Fair Fight estimate from FFScouter, shown in color (blue/orange/red by FF tier) right next to their icons, with the Attack link outlined in yellow.
  • Filterable by faction status (factionless only) and bazaar status (only players with an active bazaar), both adjustable in settings.
  • Runs automatically the moment the page loads — no button to click.

How it works

  • Item prices, stock, and your travel capacity/purchase count are read straight from the shop and banner you're looking at.
  • Market values, money on hand, and your energy bar come from Torn's own official API (api.torn.com) — not a third-party database, so the numbers are always current.
  • Flight times are Torn's own published base times (Torn Wiki), by destination and method.
  • The "best combination" is computed with an exact optimization (a bounded knapsack solved via a Pareto-frontier search) across both your capacity and your cash.
  • Fair Fight estimates for Target Scout come from FFScouter (ffscouter.com).

Setup

You'll need two Torn API keys — one for the shop calculator, one for Target Scout. They're different because FFScouter's key needs broader permissions than a basic key.

  1. Install the script, then visit the Travel Agency page.
  2. In the "Torn Abroad Helper - Settings" box, paste your regular Torn API key (Settings → API Key on Torn; "Limited Access" is enough) into the API Key field. This powers the shop calculator and the energy forecast.
  3. In the same box, pick your usual Flight Method — this is used for the energy/hits forecast.
  4. For Target Scout, go to ffscouter.com and use their "Generate Custom API Key" link — this opens Torn's own API key page with the right permissions already selected for you. Generate that key, then paste it back into FFScouter's own sign-up form on their site to register it (read their terms first). It can take a few minutes for FFScouter to start returning estimates for that key.
  5. Paste that same key into the FFScouter API Key field in the settings box (this is a different, more-permissioned key than the one in step 2 — don't reuse your basic key here, FFScouter will reject it).
  6. Still in settings, set your FF threshold (targets above it are ignored) and your scouting filters (require factionless, require active bazaar) to match how you like to hunt.
  7. That's it — travel abroad and shop as normal, and visit the People page whenever you want Target Scout to run.

Your keys are stored locally in Tampermonkey's storage and are only ever sent to api.torn.com and ffscouter.com respectively. The script doesn't collect, transmit, or store any data anywhere else.

Notes

  • Torn's page markup can change over time. The script uses Torn's current shop structure first and automatically falls back to a more general text-pattern scan if that structure ever changes, so it should keep working through minor site updates.
  • If you ever want to change your fallback travel capacity manually (only used if the purchase banner can't be detected), that's available from the Tampermonkey menu.
  • Flight times are base game times and don't account for personal travel-time perks (private jet, business class ownership, education, etc.), so treat the energy forecast as an estimate.

Feedback

Found a shop layout it doesn't handle, or a calculation that looks off? Leave a comment or a bug report — happy to take a look.