Skip to content

Instantly share code, notes, and snippets.

View RadNotRed's full-sized avatar

rad RadNotRed

View GitHub Profile
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:padding="16dp">
<!-- android:background="@color/colorPrimary">-->
<EditText
@RadNotRed
RadNotRed / restartaudiodg.bat
Created February 9, 2023 03:45
restartaudiodg.bat
@echo off
:: BatchGotAdmin
:-------------------------------------
REM --> Check for permissions
IF "%PROCESSOR_ARCHITECTURE%" EQU "amd64" (
>nul 2>&1 "%SYSTEMROOT%\SysWOW64\cacls.exe" "%SYSTEMROOT%\SysWOW64\config\system"
) ELSE (
>nul 2>&1 "%SYSTEMROOT%\system32\cacls.exe" "%SYSTEMROOT%\system32\config\system"
)
@RadNotRed
RadNotRed / metadata.json
Last active December 1, 2022 16:20
metadata for solar engine
{
"modules": {
"allowCrackedAccounts": {
"options": {
"crackedUsername": {
"type": "STRING",
"displayName": "Cracked Username",
"description": "Set this field to the username you want"
}
},