Skip to content

Instantly share code, notes, and snippets.

@leberechtreinhold
leberechtreinhold / listas_bbcode_I.txt
Last active October 8, 2020 20:27
Listas DBA 3 Traducción español
[size=18pt][b]Libro I[/b][/size]
[b]I/1a Sumerios Tempranos 3000-2800BC[/b]
[i]Terreno: Fértil, Agresividad: 2[/i]
1x3Bd (Gen), 8x4Bw, 3x2Ps.
[b]I/1b Sumerios Tempranos 2799-2334BC[/b]
[i]Terreno: Fértil, Agresividad: 2[/i]
1x4Pk o 3Bd o HCh o LCh o 4Bw (Gen), 6x4Pk, 1x4Pk o 4Bw, 2xPs, 1x3Ax o Ps.
@leberechtreinhold
leberechtreinhold / Global_tts.lua
Last active April 15, 2021 01:36
Script for DBA in Tabletop Simulator. WIP.
---------------------------------------------------------------------------------------------------------
--
-- LOGGING
--
---------------------------------------------------------------------------------------------------------
-- Colors to avoid having to calculate each time on a function
white = { r = 1, g = 1, b = 1}
grey = { r = 0.8, g = 0.8, b = 0.8}
red = { r = 1, g = 0.2, b = 0.1}
// ------------------------------- GENERAL ---------------------------------
!address mem => info de mem
!analyze -v => analyze crash
r => registers
dS => print UNICODE_STRING
db 0x1245 => dump binary memory at address 0x1245
poi() => Reference point. Ex db poi(poi(Thing)+0x18) => Dump info of something in the +0x18 pointed by Thing
cls => clear screen
~~[6a28]s => switch to thread
using System;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Security;
namespace TestSecureStringExtensions
{
public static class SecureStringExtensions
{
public static TemporalString GetString(this SecureString source)
@leberechtreinhold
leberechtreinhold / betternotes.user.js
Last active December 2, 2016 17:04
Better management for your VGA games through better notes
// ==UserScript==
// @name BetterNotesVGAPlanets
// @description Augments the notes functionality
// @include http://planets.nu/*
// @copyright 2016, Aitor Jiménez
// @license MIT (https://opensource.org/licenses/mit-license.php)
// @namespace leberecht
// @version 0.2
// ==/UserScript==