summaryrefslogtreecommitdiff
path: root/gaming/multibox/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'gaming/multibox/index.html')
-rw-r--r--gaming/multibox/index.html103
1 files changed, 103 insertions, 0 deletions
diff --git a/gaming/multibox/index.html b/gaming/multibox/index.html
new file mode 100644
index 0000000..96a59b2
--- /dev/null
+++ b/gaming/multibox/index.html
@@ -0,0 +1,103 @@
+<!doctype html>
+<html lang="en">
+<head>
+ <meta charset="utf-8" />
+ <meta name="viewport" content="width=device-width,initial-scale=1" />
+ <title>Multiboxing — SillyLaird</title>
+ <meta name="description" content="Multiboxing in MMORPGs." />
+ <meta property="og:title" content="Multiboxing — SillyLaird" />
+ <meta property="og:description" content="Multiboxing in MMORPGs." />
+ <meta property="og:image" content="https://www.sillylaird.ca/lain.png" />
+ <meta property="og:type" content="website" />
+ <meta property="og:url" content="https://www.sillylaird.ca/gaming/multibox/" />
+ <meta property="og:locale" content="en_US" />
+ <meta property="og:locale:alternate" content="ja_JP" />
+ <meta property="og:locale:alternate" content="zh_CN" />
+ <meta name="twitter:card" content="summary_large_image" />
+ <meta name="twitter:title" content="Multiboxing — SillyLaird" />
+ <meta name="twitter:description" content="Multiboxing in MMORPGs." />
+ <meta name="twitter:image" content="https://www.sillylaird.ca/lain.png" />
+ <link rel="canonical" href="https://www.sillylaird.ca/gaming/multibox/" />
+ <link rel="alternate" hreflang="x-default" href="https://www.sillylaird.ca/gaming/multibox/" />
+ <link rel="alternate" hreflang="en" href="https://www.sillylaird.ca/gaming/multibox/" />
+ <link rel="alternate" hreflang="zh" href="https://www.sillylaird.ca/gaming/multibox/index_zh.html" />
+ <link rel="alternate" hreflang="ja" href="https://www.sillylaird.ca/gaming/multibox/index_jp.html" />
+ <link rel="icon" href="/favicon.ico" />
+
+ <link rel="stylesheet" href="/assets/css/site.css" />
+
+
+ <script defer src="/assets/js/includes.js"></script>
+</head>
+
+<body>
+ <a class="skip-link" href="#main">Skip to content</a>
+
+ <div data-include="header"></div>
+
+ <main id="main" class="wrap">
+ <section aria-labelledby="mb-title">
+ <h1 id="mb-title">Multiboxing in MMORPGs</h1>
+ <p class="muted">Playing multiple characters at the same time.</p>
+ </section>
+
+ <section id="what-is-multiboxing" aria-labelledby="what-title">
+ <h2 id="what-title">What is Multiboxing?</h2>
+ <p>Multiboxing is the practice of playing multiple characters at the same time in a Massively Multiplayer Online Role-Playing Game (MMORPG). This technique generally requires the use of multiple game accounts and can be achieved using different methods such as employing multiple computers, using specialized software, or even running multiple instances of the same game on a single computer.</p>
+ <p>Players who multibox often do so to gain advantages such as increased efficiency in resource gathering, leveling up multiple characters simultaneously, or taking on game content that would typically require a group of players.</p>
+ </section>
+
+ <section id="pros-cons" aria-labelledby="pros-title">
+ <h2 id="pros-title">Pros and Cons</h2>
+
+ <h3>Pros</h3>
+ <ul>
+ <li>More control over your gameplay experience.</li>
+ <li>Ability to accomplish multi-character tasks solo.</li>
+ <li>Increased resource gathering and in-game efficiency.</li>
+ </ul>
+
+ <h3>Cons</h3>
+ <ul>
+ <li>Requires significant hardware capabilities.</li>
+ <li>Can be costly due to multiple subscriptions.</li>
+ <li>Potential for breaches of game terms of service.</li>
+ </ul>
+ </section>
+
+ <section id="getting-started" aria-labelledby="start-title">
+ <h2 id="start-title">Getting Started</h2>
+ <p>To begin multiboxing, you will need:</p>
+ <ul>
+ <li>Multiple game accounts.</li>
+ <li>A computer that can handle running multiple instances of the game.</li>
+ <li>Knowledge of key broadcasting software.</li>
+ </ul>
+ </section>
+
+ <section id="tools" aria-labelledby="tools-title">
+ <h2 id="tools-title">Tools and Software</h2>
+ <ul>
+ <li>ISBoxer</li>
+ <li>HotkeyNet</li>
+ <li>AutoHotkey</li>
+ </ul>
+ </section>
+
+ <section id="examples" aria-labelledby="examples-title">
+ <h2 id="examples-title">Examples on YouTube</h2>
+
+ <p><iframe src="https://www.youtube.com/embed/6qGL-7NkpGM" allowfullscreen title="OSRS multiboxing" class="saf481e1471"></iframe></p>
+ <p class="muted">OSRS/RuneScape MultiBoxing</p>
+
+ <p><iframe src="https://www.youtube.com/embed/nJ428TJs6Mw" allowfullscreen title="WoW multiboxing" class="saf481e1471"></iframe></p>
+ <p class="muted">WOW MultiBoxing</p>
+
+ <p><iframe src="https://www.youtube.com/embed/lvTl1qEvJms" allowfullscreen title="TF2 multiboxing" class="saf481e1471"></iframe></p>
+ <p class="muted">TF2 Cheating "MultiBoxing"</p>
+ </section>
+ </main>
+
+ <div data-include="footer"></div>
+</body>
+</html>