Skip to content

Instantly share code, notes, and snippets.

View solaritygh's full-sized avatar

solarity solaritygh

  • 22:06 (UTC -05:00)
View GitHub Profile
@solaritygh
solaritygh / AccountManager.java
Last active December 30, 2025 15:28
Episode 2 resources
package tutorial.account;
import com.google.gson.*;
import com.google.gson.annotations.Expose;
import net.lenni0451.commons.httpclient.HttpClient;
import net.minecraft.client.Minecraft;
import net.minecraft.util.Session;
import net.raphimc.minecraftauth.MinecraftAuth;
import net.raphimc.minecraftauth.java.JavaAuthManager;
import net.raphimc.minecraftauth.java.model.MinecraftProfile;
@solaritygh
solaritygh / DraggableComponent.java
Last active December 29, 2025 20:22
An edited version of the DraggableComponent file by quickdaffy.
import net.minecraft.client.Minecraft;
import net.minecraft.client.gui.Gui;
import org.lwjgl.input.Mouse;
public class DraggableComponent {
private int x, y;
private int width, height;
private int color;
private int lastX, lastY;
@solaritygh
solaritygh / explanation.md
Last active June 21, 2024 20:18
Bypassing Cyber Scarecrow

Basically, it's checking for both VMWare Tools and VBox Guest Additions.

Just a side project. Please don't use this for malicious purposes.