Skip to content

Instantly share code, notes, and snippets.

View Nenkai's full-sized avatar

Nenkai

  • Lyon, France
  • 08:12 (UTC +02:00)
  • X @Nenkaai
View GitHub Profile
@Nenkai
Nenkai / growtopia-forums-dark.css
Last active August 4, 2020 15:42
Growtopia Dark Theme by Nenkai#9075
/* CC BY-NC - Creative Commons Attribution-NonCommercial */
/* New Growtopia Forums - VBulletin 5 */
/* Custom theme by Nenkai#9075 */
/* Fixes the spacing and some other problems */
/* Disable shadows, they are not needed */
#htmlTag #content,
#htmlTag #footer,
#htmlTag #channel-subtabbar,
#htmlTag #channel-tabbar,
#htmlTag div#breadcrumbs {
@Nenkai
Nenkai / CETRAINER_Unpack.cs
Created April 4, 2022 22:21
Cheat Engine CETRAINER file unpacking
// LinqPad file
// Does not include code initial archive unpacking (CET_Archive.dat)
// File has file names + inflated data chunks, just use offzip - https://aluigi.altervista.org/mytoolz.htm#offzip
void Main()
{
string baseFolder = "folder";
var data = File.ReadAllBytes(baseFolder + "CET_TRAINER.CETRAINER");
@Nenkai
Nenkai / GT5_Lan_Mode_Guide.md
Last active November 26, 2023 12:10
Guide for playing Gran Turismo 5 online using the hidden LAN Mode.

Gran Turismo 5 - "Online" LAN Guide

Welcome to the Gran Turismo 5 Lan Guide - Bringing the online back to the good old days.

This is the maintained text version of the guide, recommended for most users. Below are the other versions.

Table of Contents

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Text.Json;
using MessagePack;
namespace gbfr.fix.matchmaking.fsm;