Skip to content

Instantly share code, notes, and snippets.

View coolzoom's full-sized avatar
🥂
cheers my friends

coolzoom

🥂
cheers my friends
View GitHub Profile
@coolzoom
coolzoom / index.php
Created August 12, 2023 14:08 — forked from MobCat/index.php
"Simple" server info page to replace WoWs news page on login screen
<?php
// "Simple" server info page to replace WoWs news page on login screen
// (replace "Breaking News" Article on World of Warcraft login screen)
// By MobCat (2023)
// Preview
//https://cdn.discordapp.com/attachments/1063759326340186172/1129600786637262938/image.png
// Server side this has only been tested with trinity core for WoW 3.3.5 with sql 5.
// This will fubar on newer sql vers, sorry. But wont be to hard to convert mysql_query to $conn->query($sql) and so on
// Also https might brake it, idk.
@coolzoom
coolzoom / Program.cs
Created August 4, 2023 02:22 — forked from akderebur/Program.cs
Wildstar M3 Model Load/Export
using System;
using System.IO;
using System.Text;
namespace M3Exporter
{
class Program
{
static void Main(string[] args)
{
@coolzoom
coolzoom / WoW64_call.cpp
Created October 28, 2022 04:03 — forked from Cr4sh/WoW64_call.cpp
WoW64 Heaven's Gate
#include "stdafx.h"
#define DB(_val_) __asm __emit (_val_)
#define INVALID_SYSCALL (DWORD)(-1)
// code selectors
#define CS_32 0x23
#define CS_64 0x33
@coolzoom
coolzoom / LuaPOC.cs
Created October 28, 2022 04:01 — forked from IgorYunusov/LuaPOC.cs
FrameScript__Execute example by Saridormi @ Ownedcore
using System;
using System.Diagnostics;
using System.Linq;
using System.Text;
using Binarysharp.MemoryManagement;
using Binarysharp.MemoryManagement.Memory;
namespace LuaExecPOC
{
class Program
@coolzoom
coolzoom / dllinjection.cs
Created September 7, 2022 05:42 — forked from dave5623/dllinjection.cs
Attempt at DLL injection with C#
using System;
using System.Diagnostics;
using System.Runtime.ConstrainedExecution;
using System.Runtime.InteropServices;
using System.Security;
using System.Text;
namespace ch1_hello_world
{
public class BasicInject
/**
* An Anti-Reverse Engineering Guide, Joshua Tully
* https://www.codeproject.com/Articles/30815/An-Anti-Reverse-Engineering-Guide
*/
bool FindDebugger1::HasDebugger()
{
__try { __asm INT 0x2D }
__except (EXCEPTION_EXECUTE_HANDLER){ return false; }
@coolzoom
coolzoom / README.md
Created November 6, 2021 16:29 — forked from oznu/README.md
QEMU + Ubuntu ARM aarch64

QEMU + Ubuntu ARM aarch64

These are the steps I used to get Ubuntu ARM aarch64 running with QEMU on OSX.

Get Ubuntu Image and QEMU EFI:

wget https://cloud-images.ubuntu.com/releases/16.04/release/ubuntu-16.04-server-cloudimg-arm64-uefi1.img
wget https://releases.linaro.org/components/kernel/uefi-linaro/latest/release/qemu64/QEMU_EFI.fd
MACRO 7 "/run if UnitExis" Ability_Creature_Poison_04
/run if UnitExists"target"then SendChatMessage("\240\146\140\165\240\146\145\163\240\146\145\169\240\147\139\141\240\147\139\136\240\147\137\161\240\146\140\165\240\146\145\163\240\146\145\169\240\147\139","WHISPER",nil,UnitName"target")end
END
MACRO 1 "/run SendChatMes" INV_Misc_QuestionMark
/run ("\124cffffd000\124Henchant:59387\124h[Inscription]\124h\124r", "SAY")
END
MACRO 2 "2" Ability_Creature_Poison_03
/script DEFAULT_CHAT_FRAME:AddMessage("\124cffffffff\124Hitem:27532:0:0:0:0:0:0:0:0\124h[Master Fishing - The Art of Angling]\124h\124r");
END
MACRO 11 "22" Ability_Creature_Poison_03
@coolzoom
coolzoom / how-to-downgrade-client.md
Created June 29, 2021 02:17 — forked from Daribon/how-to-downgrade-client.md
How to downgrade vanilla client
-- --------------------------------------------------------
-- Host: 127.0.0.1
-- Server version: 10.1.16-MariaDB - mariadb.org binary distribution
-- Server OS: Win32
-- HeidiSQL Version: 9.4.0.5174
-- --------------------------------------------------------
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET NAMES utf8 */;
/*!50503 SET NAMES utf8mb4 */;