Skip to content

Instantly share code, notes, and snippets.

View pigeonhands's full-sized avatar
👻
Getting things done

Sam pigeonhands

👻
Getting things done
  • 2degrees
  • New Zealand
  • 01:17 (UTC +12:00)
View GitHub Profile
@pigeonhands
pigeonhands / eSock.cs
Last active April 18, 2023 06:27
eSock 2
using System.Security.Cryptography;
using System;
using System.IO;
using System.IO.Compression;
using System.Net;
using System.Net.Sockets;
using System.Runtime.Serialization.Formatters.Binary;
using System.Text;
using System.Threading;
<?php
$data = array();
//This is an associative array with named keys as indexes
$data['Version'] = '1.0.0.0';
$data['Hash'] = '85f6ee768c10f9c09931a6ae2a94a395';
$data['Addition'] = 'Implemented multi threading, remove redundant code';
$data['Link'] = '/update/myapp.exe';
@pigeonhands
pigeonhands / JsonUtil.cs
Last active August 29, 2015 14:24 — forked from trcio/JsonUtil.cs
using System.Runtime.Serialization.Json;
using System.IO;
using System.Text;
public static class JsonUtil
{
/// <summary>
/// Serializes an object to the respectable JSON string.
/// </summary>
public static string Serialize<T>(T o)
@pigeonhands
pigeonhands / Satoshi.cs
Last active April 15, 2022 17:36
SatoshiMines Api by BahNahNah
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Net;
using System.Runtime.Serialization.Json;
using System.Text;
using System.Threading.Tasks;
@pigeonhands
pigeonhands / PrimeDiceAPI.cs
Last active August 29, 2015 14:25
PrimeDiceAPI
using System;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.IO;
using System.Linq;
using System.Net;
using System.Runtime.Serialization.Json;
using System.Text;
using System.Threading.Tasks;
using System;
using System.Runtime.InteropServices;
using System.Text;
/// <summary>
/// Wrapper for reading/writing to native resources
/// Made by BahNahNah
/// </summary>
public static class NativeResource
{
using System;
using System.Diagnostics;
using System.Runtime.InteropServices;
/// <summary>
/// Memory Edit Wrapper
/// Made by BahNahNah
/// </summary>
public class MemoryEditor : IDisposable
{
using System;
using System.Diagnostics;
using System.Net;
using System.Runtime.InteropServices;
/// <summary>
/// Network connections healper
/// Made by BahNahNah
/// uid=2388291
/// </summary>
using System;
using System.Runtime.InteropServices;
using System.Text;
using System.Windows.Forms;
/// <summary>
/// Low Level mouse and keyboard hook wrapper
/// Made by BahNahNah
/// </summary>
public class LowLevelHook
using System;
using System.ComponentModel;
using System.Diagnostics;
using System.Diagnostics.Contracts;
using System.IO;
using System.Runtime.InteropServices;
/// <summary>
/// Dll Injector
/// Made by BahNahNah