dum dee dum, wip right now, https://www.youtube.com/watch?v=dbUuPEso_t0 covers it relatively well though
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| local function binaryHeapInsert(heap, node) | |
| table.insert(heap, node) | |
| local index = #heap | |
| while index > 1 do | |
| local parent = math.floor(index / 2) | |
| if heap[parent].fCost > heap[index].fCost then | |
| heap[parent], heap[index] = heap[index], heap[parent] | |
| index = parent | |
| else | |
| break |
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)
See the website for an easier time reading.
To generate a nice invite link that links directly to your profile, you can either:
- 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
choose your browser (click): firefox | chrome/edge
I prefer Poppins but if you want a different font then click the dropdown below: