Skip to content

Instantly share code, notes, and snippets.

View nta's full-sized avatar
😼
not typically active on github~

nta~ nta

😼
not typically active on github~
View GitHub Profile
@nta
nta / dnssd.cpp
Created September 19, 2020 09:45
DNS-SD service registration for Windows 10 to show Apple device icons on macOS
#include <stdio.h>
#include <windows.h>
#include <windns.h>
#pragma comment(lib, "dnsapi.lib")
#pragma comment(lib, "ws2_32.lib")
static void Done(DWORD, PVOID, PDNS_SERVICE_INSTANCE)
{
@nta
nta / Program.cs
Created April 10, 2017 11:31
Mass Effect: Andromeda - DLC 'unlock'
// to use: start Origin with -lsxport:3236
// this'll fix save games that were made with pirate copies that have all DLC
// by unlocking the DLC the CPY crack used
using System;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Sockets;
Certificate:
Data:
Version: 3 (0x2)
Serial Number: 1 (0x1)
Signature Algorithm: sha256WithRSAEncryption
Issuer: C=US, ST=CA, L=SANDIEGO, O=OEM, OU=General OEM attestation CA, CN=OEMattestation CA
Validity
Not Before: Jan 4 10:24:45 2017 GMT
Not After : Dec 30 10:24:45 2036 GMT
Subject: C=US, CN=SecTools Test User, L=San Diego, O=SecTools, ST=California, OU=01 000000000000000C SW_ID, OU=02 009470E12A703DB9 HW_ID, OU=04 2A70 OEM_ID, OU=05 00000108 SW_SIZE, OU=06 3DB9 MODEL_ID, OU=07 0001 SHA256, OU=03 0000000000000002 DEBUG, OU=08 0000000000000022 APP_ID
@nta
nta / data.md
Created February 8, 2017 23:42
keybase verification proof

Keybase proof

I hereby claim:

  • I am nta on github.
  • I am ntauthority (https://keybase.io/ntauthority) on keybase.
  • I have a public key ASA7iiPhBjKENx3g7WsYdd2nbrr0YBw7b468VBPq5uNUdQo

To claim this, I am signing this object:

@nta
nta / Move-WixPackageCache.ps1
Last active November 5, 2016 12:55 — forked from heaths/Move-WixPackageCache.ps1
How to relocate the Package Cache (non-domain version)
<#
This license governs use of the accompanying software. If you use the software, you
accept this license. If you do not accept the license, do not use the software.
1. Definitions
The terms "reproduce," "reproduction," "derivative works," and "distribution" have the
same meaning here as under U.S. copyright law.
A "contribution" is the original software, or any additions or changes to the software.
A "contributor" is any person that distributes its contribution under this license.
"Licensed patents" are a contributor's patent claims that read directly on its contribution.
title
Admin Guide

CitizenMP:IV Administrator's Guide

This document will describe the basic process involved in setting up a server for the CitizenMP:IV multiplayer platform. This guide will not go into script/resource development; such details are better left to dedicated guides.

It is assumed that the reader is knowledgable of the platform they are intending on setting up a server on, and has access to a development environment as currently no precompiled binaries are available from official sources.