Skip to content

Instantly share code, notes, and snippets.

@LXGaming
LXGaming / gist:0777cb5e872105feca5b023cc38f7bc9
Created December 9, 2016 10:43
What changes between each English language file for Minecraft 1.11?
What changes between each English language file for Minecraft 1.11?
Created by LX_Gaming - https://lxgaming.github.io/
NOTE:
'null' means that the specific entry doesn't exist in that language file or it does but it was a blank string.
'???' is due to the file being encoded in 'UTF-8'.
Files:
FileName: en_au.lang - SHA1: 34504d3b968e43111e3a33d34ae2f71d9bb596ee
FileName: en_ca.lang - SHA1: 31a16f9cf5640c2ec553407369eea60eead749bf
FileName: en_gb.lang - SHA1: d0aef6a924a0c2a3153611e7ce76e78e33880fc1
@LXGaming
LXGaming / MediaWorks.txt
Last active December 19, 2023 09:35
MediaWorks.nz Information
Icecast:
http://icecast.mediaworks.nz/
http://icecast.mediaworks.nz/status-json.xsl
Radio-API:
https://radio-api.mediaworks.nz/radio-api/v3/stations/
https://radio-api.mediaworks.nz/radio-api/v3/station/[identifier]
https://radio-api.mediaworks.nz/radio-api/v3/station/[identifier]/web
https://radio-api.mediaworks.nz/radio-api/v3/station/[identifier]/[region]/web
@LXGaming
LXGaming / autobuild.sh
Created October 18, 2018 21:48
Devjam81/Library-iPhone - Updated for Python3
#!/bin/bash
echo -e "\033[31mDev-Jam 12/01/2015 - Script to build Libimobiledevice\033[0m"
echo -e "\033[32m\033[1m\033[4m\033[5m\033[7mCreator Dev-Jam improved by matteyeux on 27/12/15\033[0m"
#######################################################################
#
# Project......: autobuild.sh
# Creator......: Dev-Jam remasterized for Matteyeux le 27/12/15
#######################################################################
@LXGaming
LXGaming / README.md
Last active June 29, 2024 18:31
Frostpunk Cheat / Developer Mode

Developer Mode

  1. Start the game with -devconsole launch argument (Steam Guide / Epic Games Guide)
  2. Press the Backtick (Grave Accent) to toggle console

Commands

Command Description
SetGameTime(Day) Changes the day
SetResource("Id", Amount) Changes the resource amount. Quotes are required for the resource id
ShowDebugButtonsPanel Cheats / Debugging buttons
@LXGaming
LXGaming / java.bat
Created April 1, 2020 01:41
Java Proxy Batch Script
@ECHO OFF
SET JDK=
IF NOT EXIST "%JDK%" (
ECHO No JDK found.
EXIT /B
)
SET JAVA_EXE=%JDK%\bin\java.exe
Search: https://api.modpacks.ch/public/modpack/search/8?term=${searchTerm}
Get: https://api.modpacks.ch/public/modpack/${packID}
Popular Installs: https://api.modpacks.ch/public/modpack/popular/installs/12
Popular Plays: https://api.modpacks.ch/public/modpack/popular/plays/12
Featured Packs: https://api.modpacks.ch/public/modpack/featured/5
Changelog: https://api.modpacks.ch/public/modpack/${packID}/${versionID}/changelog
Get Pack Manifest: https://api.modpacks.ch/public/modpack/${packID}
Get Pack Version Manifest: https://api.modpacks.ch/public/modpack/${packID}/${Version}
Server Download:
- Windows: https://api.modpacks.ch/public/modpack/${packID}/${versionID}/server/windows
@LXGaming
LXGaming / java.ps1
Last active June 3, 2023 07:10
Java Runtime PowerShell Script
$DefaultPackage = ""
$DefaultVersion = ""
class Runtime {
[System.IO.FileInfo] $Executable
[System.IO.DirectoryInfo] $Directory
[string] $Package
[Version] $Version
Runtime([System.IO.FileInfo] $Executable) {
@LXGaming
LXGaming / MessagePatternConverterMixin.java
Last active December 10, 2021 09:25
ASM Patch for log4j exploit
/*
* Copyright 2021 Alex Thomson
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
@LXGaming
LXGaming / Group Policy
Last active July 4, 2024 23:59
Windows Bullshittery Begone
Windows Components -> News and interests
- Enable news and interests on the taskbar: Enabled
Windows Components -> Search
- Allow Cortana: Disabled
- Do not allow web search: Enabled
- Don't search the web or disable web results in Search: Enabled
Network -> DNS Client
- Turn off smart multi-homed name resolution: Enabled
@LXGaming
LXGaming / dump.txt
Last active May 25, 2022 22:30
Frostpunk Lua Functions
.get
- gAnalyticsSystem
- gFrostpunkGame
.set
- gAnalyticsSystem
- gFrostpunkGame
ACTIVATESCENEPARAMSETFLAG_KILLOVERRIDEMODEIFANY
ACTIVATESCENEPARAMSETFLAG_OVERRIDEMODE
ACTIVATESCENEPARAMSETFLAG_RESET
AddLabel