Skip to content

Instantly share code, notes, and snippets.

View wRadion's full-sized avatar

wRadion wRadion

View GitHub Profile
@wRadion
wRadion / shoot-for-the-stars_autosplitter.asl
Last active May 22, 2025 19:18
Shoot For The Stars autosplitter
/**
* Shoot for the Stars autosplitter
* by wRadion and Meta
*/
state("ShootForTheStars")
{
float X : "ShootForTheStars.exe", 0x05CB5540, 0x310, 0xDC0, 0x0, 0x1D0, 0x38, 0x18;
float Y : "ShootForTheStars.exe", 0x05CB5540, 0x310, 0xDC0, 0x0, 0x1D0, 0x38, 0x1C;
bool newRun : "ShootForTheStars.exe", 0x05CB5540, 0x310, 0x188, 0x10, 0x68, 0x28, 0xE0;
@wRadion
wRadion / blue-prince_autosplitter.asl
Last active May 1, 2025 13:27
Blue Prince autosplitter/load remover
/**
* Blue Prince autosplitter/load remover
* v1.0 by wRadion
*/
state("BLUE PRINCE")
{
}
startup
@wRadion
wRadion / blood-typers_autosplitter.asl
Created April 6, 2025 03:08
Blood Typers autosplitter & load remover
/*
* Blood Typers autosplitter
* by wRadion
*/
state("Blood Typers") {
}
startup {
Assembly.Load(File.ReadAllBytes("Components/asl-help")).CreateInstance("Unity");
@wRadion
wRadion / hell-of-an-office_autosplitter.asl
Last active February 22, 2025 02:46
Hell of an Office - Autosplitter and Load Remover
/**
* Hell Of An Office (1.0.0)
* Autosplitter + Load Removal by wRadion
*/
state("HellOfAnOffice-Win64-Shipping")
{
// IsOpenLevelSelector, switch from false to true when exiting a level back to level selector
bool IsOpenLevelSelector : "HellOfAnOffice-Win64-Shipping.exe", 0x5070360, 0x1D0, 0x2F0;
/**
* Get Tilted! :) (v1.1) autosplitter
* by wRadion
*/
state("GetTilted-Win64-Shipping")
{
double PosX : "GetTilted-Win64-Shipping.exe", 0x6D3BDA8, 0x228, 0x200, 0x0, 0x50, 0x0, 0x28, 0x0;
double PosY : "GetTilted-Win64-Shipping.exe", 0x6D3BDA8, 0x228, 0x200, 0x0, 0x50, 0x0, 0x28, 0x8;
double PosZ : "GetTilted-Win64-Shipping.exe", 0x6D3BDA8, 0x228, 0x200, 0x0, 0x50, 0x0, 0x28, 0x10;
@wRadion
wRadion / driving_is_hard-autosplitter.asl
Last active April 11, 2025 22:13
Driving is Hard Autosplitter
/**
* Driving is Hard (v5.0.1) autosplitter
* 1.4 by wRadion
*/
state("Driving Is Hard")
{
bool IsGameFinished : "GameAssembly.dll", 0x03E93AB8, 0xB8, 0x0, 0x50;
bool IsMenuOpen : "GameAssembly.dll", 0x03E93AB8, 0xB8, 0x0, 0x52;
float PosX : "GameAssembly.dll", 0x03DB2648, 0xB8, 0x10, 0x10, 0x20, 0x10, 0xF0, 0x10;
/*
* Chained Together - Autosplitter
* version: 2.3
* game version: 1.8.6
* authors: wRadion & xiaoxiao921
*/
state("ChainedTogether-Win64-Shipping")
{
double coordX : 0x06FC4F48, 0x1B8, 0x38, 0x0, 0x30, 0x2D8, 0x1A0, 0x128;
@wRadion
wRadion / bzzzt-autosplitter.asl
Last active August 2, 2024 08:47
Bzzzt Autosplitter
/*
* Bzzzt Autosplitter
* Made by wRadion
*/
state("Bzzzt") {
string80 Log: "UnityPlayer.dll", 0x01ADE6A8, 0x8, 0xC;
}
startup {
@wRadion
wRadion / mots
Created August 18, 2022 11:19
1600+ Mots pour Pendu (FR)
a
abandonne
abeille
abime
abord
abricot
abriter
absent
accident
accompagner
@wRadion
wRadion / Programmation.txt
Created April 6, 2020 13:00
Apprendre la programmation : Exercices, Concepts, Notions...
Devinez le nombre
Afficher un message dans la console
Conditions
Boucles
Récupérer l'entrée utilisateur
Variables
Parser une chaîne de caractère en nombre entier
Pendu
Afficher un message dans la console