Skip to content

Instantly share code, notes, and snippets.

@IceBotYT
IceBotYT / clear_world.ahk
Last active October 22, 2022 15:26
A simple AHK script to clear a Scrap Mechanic world
#Requires AutoHotkey v2.0-beta.12
+z::
{
title := WinGetTitle("A")
if (title != "Scrap Mechanic")
{
return
}
@IceBotYT
IceBotYT / offices.json
Created August 5, 2021 14:36
List of all NWS offices in a nice JSON array
[{"code":"botstalk","name":"All Bots Talk","text":"[botstalk] All Bots Talk"},{"code":"nhcchat","name":"National Hurricane Center (NHC)","text":"[nhcchat] National Hurricane Center (NHC)"},{"code":"spcchat","name":"Storm Prediction Center (SPC)","text":"[spcchat] Storm Prediction Center (SPC)"},{"code":"wpcchat","name":"Weather Prediction Center (WPC)","text":"[wpcchat] Weather Prediction Center (WPC)"},{"code":"abqchat","name":"Albuquerque","text":"[abqchat] Albuquerque"},{"code":"abrchat","name":"Aberdeen","text":"[abrchat] Aberdeen"},{"code":"afcchat","name":"Anchorage","text":"[afcchat] Anchorage"},{"code":"afgchat","name":"Fairbanks","text":"[afgchat] Fairbanks"},{"code":"ajkchat","name":"Juneau","text":"[ajkchat] Juneau"},{"code":"akqchat","name":"Wakefield","text":"[akqchat] Wakefield"},{"code":"alychat","name":"Albany","text":"[alychat] Albany"},{"code":"amachat","name":"Amarillo","text":"[amachat] Amarillo"},{"code":"apxchat","name":"Gaylord","text":"[apxchat] Gaylord"},{"code":"arxchat","name":"La C
@IceBotYT
IceBotYT / elevation.scriptable.js
Created July 22, 2021 19:36
What is my Elevation Script
const debug = false;
let stop = false;
function getLocation() {
return new Promise((resp, reje) => {
Location.current().then(loc => {
resp(loc)
})
})
}
@IceBotYT
IceBotYT / everyelement.txt
Last active March 2, 2021 19:48
Every single HTML element
<html>
<base>
<head>
<link>
<meta>
<style>
<title>
<body>
<address>
<article>