Skip to content

Instantly share code, notes, and snippets.

View iiviigames's full-sized avatar
🎮
https://twitch.tv/iiviigames

Vee Flynn iiviigames

🎮
https://twitch.tv/iiviigames
View GitHub Profile
@iiviigames
iiviigames / md5log.py
Created September 29, 2023 03:48
Python MD5 Checksum Printerx
# AUTHOR: iiviigames
# https://twitter.com/iiviigames
# EMAIL: iiviigames@pm.me
# DESC: Runs a tkinter window that opens a file and prints out a checksum.
# VALID SUM: e80a0456f071b8e8ba101e64907174a8
# VERSION: 1.0
# CREATED: 09/28/2023
# UPDATED: 09/28/2023
# SPEEDRUN: https://speedrun.com/Go_Forth
# NOTES: All you need to run this is python, found at https://python.org
@iiviigames
iiviigames / _fixingSoundAlerts.md
Last active July 25, 2023 18:14
Fixing SoundAlerts Scene Editor with Some Javascript Magic

Information

While using the SoundAlerts Scene Editor, I needed to add a certain "Live element" to the scene. Their coding is horrid though. Look below.

![badcoding]

See the buttons on the second row? The Leaderboard options?
Their Add buttons can't be pressed due to the fact they are hidden.
@iiviigames
iiviigames / createNotepadCM.bat
Created July 4, 2023 03:05
Add a "Open With Notepad" Context Menu in Windows - Right Click -> Open with Notepad
:: The script needs an icon - below are instructions on how to get the notepad icon easily.
:: You can also use a custom icon if you want! Whatever goes!
:: You need to grab the notepad.exe icon from the executable and save it somewhere.
:: Winkey + R will open the Runner (Or right click windows icon, "Run") - Then type the next line and hit enter
:: C:\WINOWS\System32
:: Find notepad.exe in here, right click it, and hit properties. (Or, highlight it and Alt+Enter will also do the same.)
:: When properties are open, hit the Icon tab along the top, and you should see the image below with a bunch of different sizes.
:: Select the 256x256 one, and hit the save button, which is just above the listings, a blue floppy disc image.
:: Select a spot like C:\Icons or something and save it.
@iiviigames
iiviigames / BeautifyArchivePage.js
Created March 10, 2023 09:41
Archive.org Helpers
javascript:void(window.open(/(https:\/\/web.archive.org\/web\/\d+)(.*)/.exec(String(location.href))[1] + String(location.href).replace(/(https:\/\/web.archive.org\/web\/\d+)(.*)/.exec(location.href)[1], 'if_')) )
@iiviigames
iiviigames / wget_site_clone.md
Created January 19, 2023 02:06
Mirror/Clone a Website Locally Using Wget

🪞 Mirror Magic with WGET 🪄

wget --mirror --convert-links --adjust-extension --page-requisites --no-parent https://www.hackthissite.org/
  • mirror- Makes the download act with recursion, seeking all the files in the site.
  • no-parent - Prevents from going "higher" in the website's directory structure.
  • convert-links - Reformats the href target within in-site links, allowing for the site to function as it would online.
@iiviigames
iiviigames / images2.md
Created October 21, 2022 19:10
Images 2

rulebreaker

@iiviigames
iiviigames / mdtest1.md
Created September 25, 2022 00:51
The Example Test File For Markdown Comprehension

🧪 EXAMPLE's Test

🎤 Link to another wiki page

A Bunch of Info

@iiviigames
iiviigames / dabblet.css
Last active June 11, 2022 07:58
Nevermore
/*
* Nevermore
*/
html {
background: #000;
color: white;
background: radial-graident(100px, red);
max-width: 960px;
margin: 20px auto;
@iiviigames
iiviigames / dabblet.css
Last active June 11, 2022 07:32
Four Score
/**
* Four Score
*/
html {
background: #000;
color: white;
background: radial-graident(100px, red);
max-width: 960px;
margin: 20px auto;
@iiviigames
iiviigames / BooRingTracker.lua
Created November 11, 2021 23:00
SMW: Boo Ring Rotation Viewer for Mesen-S
--[[CREDITS:
AUTHOR: iiviigames | @iiviigames
EMAIL: iiviigames@pm.me
WEBSITE:https://odd.codes
GITHUB: https://github.com/iiviigames
DATE: November 11, 2021
]]--
-- Tracks the angle of the Boo Rings for experimentation and visual aid.
booringrot = 0x0fae