Skip to content

Instantly share code, notes, and snippets.

View dgxo's full-sized avatar

Dog dgxo

  • England
  • 19:51 (UTC +01:00)
View GitHub Profile
@dgxo
dgxo / Roblox FFlags on MacOS.md
Last active August 14, 2025 04:13
Roblox FFlags on MacOS
@dgxo
dgxo / Hide Roblox GUIs with Bloxstrap.md
Last active August 14, 2025 04:12
Hide Roblox GUIs with Bloxstrap

How to Hide Roblox GUIs with Bloxstrap

These steps will walk you through using the Bloxstrap bootstrapper to hide different types of GUIs in Roblox games.

Warning

This is only possible on Windows. Bloxstrap is not available for other platforms, but I do have another walkthrough for MacOS (WIP).

In case you are worried, Bloxstrap (realistically) cannot get you banned. (more info if you're unsure)

How to

@dgxo
dgxo / invite.md
Last active August 16, 2023 08:39
Get a friend invite link!

See the website for an easier time reading.

To generate a nice invite link that links directly to your profile, you can either:

  1. Copy the code below into Discord's console and run it.
(function(){const { createFriendInvite: a } = webpackChunkdiscord_app.push([[Symbol()], {}, (req) => Object.values(req.c).find((m) => m?.exports?.Z?.createFriendInvite)]).exports.Z;webpackChunkdiscord_app.pop();let m = `Here's your friend invite: https://discord.gg/${(await a()).code}`;console.log(m);alert(m);return m;})

or

@dgxo
dgxo / aternos-fix.md
Last active August 16, 2023 07:07
Aternos CSS Fixes

how to remove the ads, big red popup and add a nice font on aternos

choose your browser (click): firefox | chrome/edge

I prefer Poppins but if you want a different font then click the dropdown below:

Changing the Font

Custom Font

Go to the following link, but swap out YOURFONTHERE with the Google Font you want to use. Then copy the code under /* latin */ until the empty line. Then swap out the @font-face...} with your clipboard.