Skip to content

Instantly share code, notes, and snippets.

@Protozoid
Protozoid / winhttprequest.lua
Created September 4, 2012 20:22
Basic and crude winhttprequest wrapper for Lua
--------------------------------------------------------------
-- @Description: winhttprequest COM wrapper & accompanied supplemental functions
-- @Author: Forget Me Not
-- @Contact: xxprotozoid@live.com
-- @Version: v0.1
-- @Remarks:
--- [1] Primarily for Windows use only.
@Protozoid
Protozoid / logicalgamers.lua
Created September 11, 2012 21:04
LG module
#!/usr/bin/env lua
--------------------------------------------------------------
-- @Description: Module for LogicalGamers auxiliary functions
-- @Author: Forget Me Not (The Unintelligible)
-- @Contact: xxprotozoid@live.com
-- @Version: v0.1
-- @License: GNU General Public License v2 (GPLv2) - http://www.gnu.org/copyleft/gpl.html
--------------------------------------------------------------
@Protozoid
Protozoid / login.au3
Created September 11, 2012 21:13
Gaia DOM login
#NoTrayIcon
#Region ;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_Icon=J:\Dev-Cpp\Icons\mainicon.ico
#AutoIt3Wrapper_UseUpx=n
#AutoIt3Wrapper_Res_Comment=Made by The Unintelligible
#AutoIt3Wrapper_Res_Description=Gaia Online API
#AutoIt3Wrapper_Res_Fileversion=0.0.0.1
#AutoIt3Wrapper_Res_LegalCopyright=Copyright © The Unintelligible, 2012.
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
@Protozoid
Protozoid / source.pas
Created September 12, 2012 06:22
Gaia Online Multi-Threaded ID Scanner
// Old stuff I'm preserving on git
//Made by Lan @ www.protozoid.lrn2prgm.com - v1.1
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,