Skip to content

Instantly share code, notes, and snippets.

View Lonegwadiwaitor's full-sized avatar
😎

Lonegladiator Lonegwadiwaitor

😎
View GitHub Profile
@Lonegwadiwaitor
Lonegwadiwaitor / beta_removal.cs
Last active November 21, 2021 12:43
Automatically downgrade from Roblox "beta" builds to the latest release version
using System;
using System.IO;
using System.IO.Compression;
using System.Linq;
using System.Net;
using Microsoft.Win32;
namespace beta_removal
{
class Program