Skip to content

Instantly share code, notes, and snippets.

View Dalet's full-sized avatar

Damien Molet Dalet

  • Telexistence
  • Tokyo, Japan
  • 22:36 (UTC +09:00)
View GitHub Profile
@Dalet
Dalet / keybase.md
Last active September 15, 2019 15:09
Keybase proof

Keybase proof

I hereby claim:

  • I am dalet on github.
  • I am dalet (https://keybase.io/dalet) on keybase.
  • I have a public key ASC2-d1Uqhl08cgLJMvi4aqS0Vb6M1nXuwVV9OcYjd1KAwo

To claim this, I am signing this object:

@Dalet
Dalet / twitchhtml5.user.js
Last active September 10, 2021 22:12
Twitch HTML5 player userscript
// ==UserScript==
// @name Twitch HTML5 player
// @namespace Revolution
// @include http://*.twitch.tv/*
// @exclude http://api.twitch.tv/*
// @exclude http://tmi.twitch.tv/*
// @exclude http://chatdepot.twitch.tv/*
// @require https://gist.githubusercontent.com/BrockA/2625891/raw/9c97aa67ff9c5d56be34a55ad6c18a314e5eb548/waitForKeyElements.js
// @version 1
// @grant none
state("EternalWar-HQ")
{
string10 map : "", 0x459B1FD;
float igt : "", 0x2202C3C, 0x11a0;
}
start
{
return current.map == "start.bsp" && current.igt > 0 && current.igt != old.igt;
}
/*
Chaser ASL v0.1
*/
state("chaser")
{
bool isLoadingScreen : "Chaser.exe", 0x2360DD;
bool isQuickloading : "Chaser.exe", 0x002301C0, 0x228;
}
/*
Archangel ASL v0.2
*/
state("game")
{
/*
2 == Saving
3 == Loading
4 == Finishing
@Dalet
Dalet / LiveSplit.TwoWorlds.asl
Last active October 8, 2015 19:20
Load removal LiveSplit ASL scripts for Two Worlds Epic Edition
state("twoworlds")
{
bool isLoading : "TwoWorlds.exe", 0x006B4460, 0x680, 0x4, 0x41c;
bool isLoading_win8 : "TwoWorlds.exe", 0x006B4594, 0xB48, 0x18, 0xA9C;
}
start
{
}