Skip to content

Instantly share code, notes, and snippets.

@rtllxndr
rtllxndr / LuaUnlocker.cs
Created June 23, 2019 04:00 — forked from brandonjank/LuaUnlocker.cs
lua unlocker for 1.12 to 3.3.5a using hwbp method
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading;
namespace ConsoleApplication1 {
public enum Expansion {
function post_sync(data_) {
$.ajax({
type: 'POST',
url: window.location.href,
data: data_,
complete: function () {
window.location.reload(true);
}
});
}