Skip to content

Instantly share code, notes, and snippets.

@igromanru
igromanru / PS2 32bit Launcher.au3
Last active August 29, 2015 14:12
PlanetSide 2 32bit Launcher. It make sure that the 32bit exe get launched.
#cs ----------------------------------------------------------------------------
AutoIt Version: 3.3.10.2
Author: Igromanru
Script Function:
Launching the 32bit version of PS2
#ce ----------------------------------------------------------------------------
@igromanru
igromanru / URL_Search.regex
Last active August 29, 2015 13:57
RexEx Search for URLs in text
(?:^|\s|\()((?:www\.|https?://).*?\..*?)(?:\s|$|\))