Skip to content

Instantly share code, notes, and snippets.

View GorillaNuggets's full-sized avatar

GorillaNuggets

View GitHub Profile
@GorillaNuggets
GorillaNuggets / CheckCharacterAccessory
Created August 14, 2019 22:37
This will check a single characters Accessory slots for item #81908
using Newtonsoft.Json.Linq;
using System;
using System.Linq;
using System.Net;
using System.Text;
namespace CheckCharacterAccessory
{
class Program
{
@GorillaNuggets
GorillaNuggets / CheckAllAccessories
Last active August 15, 2019 03:09
Check each characters accessory slots for item #81908
using Newtonsoft.Json.Linq;
using System;
using System.Linq;
using System.Net;
using System.Text;
namespace CheckAllAccessories
{
class Program
{
using System;
using System.Linq;
using System.Net;
using System.Text;
using Newtonsoft.Json.Linq;
namespace ConsoleApp
{
internal static class Program
{