Skip to content

Instantly share code, notes, and snippets.

View cittyinthecloud's full-sized avatar

Citty cittyinthecloud

View GitHub Profile
@cittyinthecloud
cittyinthecloud / Hacknet.asl
Last active January 28, 2021 14:24
Hacknet Autosplitter
state("Hacknet"){
}
startup
{
settings.Add("Start", false, "Start timer on the first black frame after creating a new account");
settings.Add("aggression", false, "Split when the \"Aggression must be Punished\" email is recieved");
settings.Add("Start Trials", false, "Split when the Kaguya trials are started");
settings.Add("Finish Trials", false, "Split after the trials are finished,");
@Mixin(value = ModelLoader.class)
public abstract class MixinModelLoader implements ForgeModelLoader {
@Inject(method = "bake", at = @At("HEAD"))
public void qwwq(CallbackInfoReturnable ci) {
return;
}
}
@cittyinthecloud
cittyinthecloud / blacklisted.json
Created July 10, 2018 15:02
Blacklisted Mod Hashes
{
"4f3afd64d894d9e27592490ffda24334199b26ae" : "Mod author was caught using stolen assets multiple times.",
"82c1db09eebc631f280cc5c96c9e6903f329b75d" : "Mod author was caught using stolen assets multiple times.",
"e0f8161a7cdb1557f03712fa03cb90b19099e46e" : "Mod author was caught using stolen assets multiple times.",
"fb21ac32ad565d7c66c2ec4bc4208c6471802ad9" : "Mod author was caught using stolen assets multiple times."
}
/**
* @externs
*/
/**
* @record
*/
function Popups() {};
Popups.open = function(a, b, c, d,e ,f) {};