Skip to content

Instantly share code, notes, and snippets.

@Doliman100
Doliman100 / lua54_all_opcodes.lua
Created July 17, 2025 16:23
Lua 5.4 file producing all opcodes to generate mapping file
--https://gist.github.com/DevAX1T/8348f83469b5519ef9e481b194fe698d
--https://github.com/viruscamp/luadec/blob/master/bin/allopcodes-5.3.lua
local a = {...} -- NEWTABLE, EXTRAARG, VARARG, SETLIST
a = 0 -- LOADI
a = 0.0 -- LOADF
a = "" -- LOADK
a = false -- LOADFALSE
a = a == 0 -- LFALSESKIP, LOADTRUE
a = nil -- LOADNIL
@Doliman100
Doliman100 / requirements.txt
Last active May 29, 2024 08:14
Xiaomi Smart Band 8 request decryptor. Firmware downloader.
requests
pycryptodome
charset-normalizer
@Doliman100
Doliman100 / updata_pack.bin.bt
Last active March 17, 2024 16:20
Xiaomi Smart Band 8 firmware and watchface package template for 010 Editor.
//------------------------------------------------
//--- 010 Editor v14.0 Binary Template
//
// File: updata_pack.bin.bt
// Authors:
// Version:
// Purpose:
// Category:
// File Mask: *.bin
// ID Bytes: 78 56 34 12
@Doliman100
Doliman100 / script.meta.js
Last active August 19, 2021 11:22
Adds a volume control option to the duolingo.com settings page.
// ==UserScript==
// @version 1.3
// @name Duolingo Volume Control
// @namespace https://gist.github.com/Doliman100
// ==/UserScript==
@Doliman100
Doliman100 / script.meta.js
Last active May 2, 2022 12:41
Switches aliexpress.ru language from Russian to English.
// ==UserScript==
// @version 3.0
// @name AliExpress locale fix
// @namespace https://gist.github.com/Doliman100
// ==/UserScript==
@Doliman100
Doliman100 / script.user.js
Last active March 7, 2020 13:54
Скачивание заблокированных серий с lostfilm.tv без прокси.
// ==UserScript==
// @name Unblock lostfilm.tv
// @description Скачивание заблокированных серий с lostfilm.tv без прокси.
// @version 1.1.0
// @namespace https://gist.github.com/Doliman100
// @updateURL https://gist.github.com/Doliman100/87eead98901a0a3791d627b5c3d016fe/script.user.js
// @icon https://lostfilm.tv/favicon.ico
// @match *://*.lostfilm.tv/series/*
// @grant none
// ==/UserScript==