Skip to content

Instantly share code, notes, and snippets.

View hypevhs's full-sized avatar

hypevhs

View GitHub Profile
@hypevhs
hypevhs / strikers-actionreplay.md
Last active February 16, 2022 06:47
reverse engineering cheats for Super Mario Strikers

Super Mario Strikers - Truly Infinite Power Ups

Super Mario Strikers. Dolphin Emulator. The goal is to make the in-game "infinite power ups" cheat actually infinite.

Analysis

In Super Mario Strikers, power ups are given in 3 situations:

  1. every time the opposing team attacks your player that wasn't dribbling the ball
  2. every time your player takes a "cool" shot
@hypevhs
hypevhs / dict.zsh
Created May 11, 2022 18:25
fun dict tricks
# use dict(1) to find all words or hyphenated terms that have all of 'aeiou' as vowels, only once each, and in that order, then output a table sorted by length descending then alphabetically descending.
dict -sre --formatted -m '^[^ _aeiou]*a[^ _aeiou]*e[^ _aeiou]*i[^ _aeiou]*o[^ _aeiou]*u[^ _aeiou]*$' | grep -Pv '^$' | awk -F$'\t' '{ print length($4) "\t" $4 "\t" $3; }' | sort -r -n | column -t -s$'\t'
# OUTPUT:
# 15 transgressiouns wik
# 15 transgressionum wik
# 14 transtendinous wik
# 14 transgressioun wik
# [ ... ]
# 7 ajeitou wik
# 7 aerious wik
@hypevhs
hypevhs / minecrafting.txt
Created June 3, 2023 21:19
minecrafting
minecraft
grinder
smc = standard machine casing
amc = advanced machine casing
bmf = basic machine frame
grinder =
= 18x smc + 9x amc
= (smc + 6x steel plate + 2x advanced circuit) * 9 + 18x smc
@hypevhs
hypevhs / vcc-linux.md
Created December 5, 2023 06:02
installing vrchat creator companion on arch linux

today is 2023-12-04

leave a comment if google brought u here :shipit:

Current problem: stuck downloading Webview2

Launch VCC but it shows a white screen, then it pops up another dialog:

Downloading Microsoft Edge Webview2

And then another dialog that's mostly the same except with two funny little unicode boxes