<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Random's Blog]]></title><description><![CDATA[Random's Blog]]></description><link>https://blog.exrand.xyz</link><generator>RSS for Node</generator><lastBuildDate>Sun, 17 May 2026 08:09:53 GMT</lastBuildDate><atom:link href="https://blog.exrand.xyz/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[11 Reasons why you should get a 3DS]]></title><description><![CDATA[The 3ds has a great game library

It has a 3d screen which no nintendo consoles ever had

It's backwards compatible with the ds and dsi

it has themes

it was the first ever console to introduce the nintendo eshop and also the first console with a sh...]]></description><link>https://blog.exrand.xyz/11-reasons-why-you-should-get-a-3ds</link><guid isPermaLink="true">https://blog.exrand.xyz/11-reasons-why-you-should-get-a-3ds</guid><dc:creator><![CDATA[Alexander]]></dc:creator><pubDate>Mon, 14 Jul 2025 12:01:05 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1752494430548/55415d36-c77e-4c6c-80e3-40dbe0c9447d.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<ol>
<li><p>The 3ds has a great game library</p>
</li>
<li><p>It has a 3d screen which no nintendo consoles ever had</p>
</li>
<li><p>It's backwards compatible with the ds and dsi</p>
</li>
<li><p>it has themes</p>
</li>
<li><p>it was the first ever console to introduce the nintendo eshop and also the first console with a shop using real currency instead of points</p>
</li>
<li><p>you can mod it</p>
</li>
<li><p>it has an awesome community (not like the orc)</p>
</li>
<li><p>8. there are 3–4 variants of the 3ds</p>
</li>
<li><p>Alex has a 3ds</p>
</li>
<li><p>worser than the wii u but it at least outsold it</p>
</li>
<li><p>it has streetpass and spotpass, a new feature to communicate with other 3ds’s</p>
</li>
</ol>
]]></content:encoded></item><item><title><![CDATA[how to patch 2016 Roblox]]></title><description><![CDATA[Tools & requirements

HxD (or any other hex editor)


x32dbg Download


10-letter domain


Webserver (this guide assumes you are using PHP)


2016 Client Download


2016 RCC (Video on how to get it, made by ariez,)


DLL & files ZIP

Keypair generato...]]></description><link>https://blog.exrand.xyz/how-to-patch-2016-roblox</link><guid isPermaLink="true">https://blog.exrand.xyz/how-to-patch-2016-roblox</guid><dc:creator><![CDATA[Alexander]]></dc:creator><pubDate>Mon, 14 Jul 2025 11:54:29 GMT</pubDate><content:encoded><![CDATA[<h3 id="heading-tools-amp-requirements">Tools &amp; requirements</h3>
<ul>
<li><strong>HxD</strong> (or any other hex editor)</li>
</ul>
<ul>
<li><strong>x32dbg</strong> <a target="_blank" href="https://sourceforge.net/projects/x64dbg/files/snapshots/">Download</a></li>
</ul>
<ul>
<li><strong>10-letter domain</strong></li>
</ul>
<ul>
<li><strong>Webserver</strong> (this guide assumes you are using PHP)</li>
</ul>
<ul>
<li><strong>2016 Client</strong> <a target="_blank" href="https://archive.roblonium.com/Client/Windows/RobloxPlayer/main%20%28roblox.com%29/2016/">Download</a></li>
</ul>
<ul>
<li><strong>2016 RCC</strong> <strong>(</strong><a target="_blank" href="https://files.catbox.moe/b3k2rf.mp4">Video on how to get it, made by ariez</a>,<strong>)</strong></li>
</ul>
<ul>
<li><p><a target="_blank" href="https://files.catbox.moe/vokn4m.zip">DLL &amp; files ZIP</a></p>
</li>
<li><p><a target="_blank" href="https://files.catbox.moe/9o59cx.zip"><strong>Keypair generator</strong></a></p>
</li>
<li><p><a target="_blank" href="https://files.catbox.moe/uj6l9d.zip"><strong>Premade website files</strong></a></p>
</li>
</ul>
<hr />
<h3 id="heading-client-setup">client setup</h3>
<p>1. open <strong>RobloxPlayerBeta.exe</strong> in your hex editor</p>
<p>2. use text replace to find `roblox.com` and replace all instances with your 10-letter domain</p>
<p>3. extract the keypair generator and run the `.exe`</p>
<p>4. open `PublicKeyBlob.txt` and copy its contents</p>
<p>5. search for `bgiaa` in the hex editor and replace it with the public key</p>
<p>6. open `AppSettings.xml` and replace all instances of `roblox.com` with your domain (keep `www`)</p>
<p>7. create a batch file with this:</p>
<p>``</p>
<p>RobloxPlayerBeta.exe -a "http://www.yourdomain.xyz/" -j "http://www.yourdomain.xyz/join?placeId=1818&amp;username=usernamehere" -t ""</p>
<p>```</p>
<hr />
<h3 id="heading-rcc-setup">rcc setup</h3>
<p>1. open <strong>RCCService.exe</strong> in your hex editor</p>
<p>2. replace all `roblox.com` instances with your 10-letter domain</p>
<p>3. search `versioncompatibility` and zero it out ([see video](https://files.catbox.moe/yuz866.mp4))</p>
<p>4. open `AppSettings.xml` in RCC and replace `roblox.com` with your domain (keep `www`)</p>
<p>5. launch `x32dbg` from `\release\x32` (NOT `x64dbg`)</p>
<p>6. open `RCCService.exe` in it</p>
<p>7. right click &gt; search for &gt; all modules &gt; string references</p>
<p>8. search for `sysstats` and follow [this video](https://files.catbox.moe/yuz866.mp4) to patch instructions like `jne`, `je`, etc</p>
<p>9. file &gt; patch file &gt; save as something new</p>
<p>10. make a batch file with:</p>
<p>```</p>
<p>yourexecutablename.exe /console /placeid:1818</p>
<p>```</p>
<hr />
<h3 id="heading-webserver-setup">webserver setup</h3>
<p>1. extract website files to your server</p>
<p>2. go to <a target="_blank" href="https://emn178.github.io/online-tools/md5_checksum.html">this MD5 tool</a>, upload <code>RobloxPlayerBeta.exe</code> and copy the hash.</p>
<p>3. paste it into `GetAllowedM5Hashes/index.php`</p>
<p>4. run `RobloxPlayerBeta.exe --version`, copy that version</p>
<p>5. open `GetAllowedSecurityVersions/index.php`, update version (leave `pcplayer` alone)</p>
<p>6. open `join/index.php`, edit:</p>
<p>- server IP</p>
<p>- port</p>
<p>- base URL (if needed)</p>
<p>7. replace `join/PrivateKey/PrivateKey.pem` with the private key from keypair folder</p>
<p>8. place an `.rbxl` file named `1818` (no extension) in the `asset` folder</p>
<hr />
<h3 id="heading-domain-setup">domain setup</h3>
<p>1. create DNS records:</p>
<p>- `@`</p>
<p>- `*`</p>
<p>- `*.*`</p>
<p>2. use Cloudflare and <strong>disable HTTPS redirects</strong></p>
<hr />
<h3 id="heading-final-steps">final steps</h3>
<p>1. run the RCC batch file</p>
<p>2. run the client batch file</p>
<p>3. if anything breaks, DM me on Discord: <code>@exrand</code></p>
]]></content:encoded></item><item><title><![CDATA[Welcome to my blog!]]></title><description><![CDATA[Hello! My name is Alexander. Here's my blog, a place where I post the stupidest shit ever seen on a hashnode blog. If you would like to hear about me, go to the about me section in my website.
Thats all, see ya!
random, signing off.]]></description><link>https://blog.exrand.xyz/welcome</link><guid isPermaLink="true">https://blog.exrand.xyz/welcome</guid><dc:creator><![CDATA[Alexander]]></dc:creator><pubDate>Mon, 14 Jul 2025 11:29:48 GMT</pubDate><content:encoded><![CDATA[<p><strong>Hello!</strong> My name is <strong>Alexander</strong>. Here's my blog, a place where I post the stupidest shit ever seen on a hashnode blog. If you would like to hear about me, go to the about me section in <a target="_blank" href="https://exrand.xyz">my website.</a></p>
<p>Thats all, <strong>see ya!</strong></p>
<p>random, signing off.</p>
]]></content:encoded></item></channel></rss>