Posts made in December, 2009

Game Maker

Game Maker

Today I will be posting ALL of my Game Maker Files (that I can find). I worked with Game Maker on and off for about 8 years of my life and it was such a great experience. In the hope that a frustrated GML coder may benefit from some of my games and code, I’ll simply be archiving my Game Maker folders and publishing them…I do not think I will be returning to the Game Maker Community...

read more

Batch File Scripts

Batch File Scripts

Shutdown.bat @echo off title PC SHUTDOWN echo Shutdown sequence has initiated echo. REM ***Close MSN Messenger*** echo Killing msnmsgr tasklist /FI “IMAGENAME eq msnmsgr.exe” | find /i “msnmsgr.exe” IF ERRORLEVEL 2 GOTO MSNOPEN IF ERRORLEVEL 1 GOTO MSNNOTOPEN :MSNOPEN taskkill /IM msnmsgr.exe /F :MSNNOTOPEN REM ***Close vlc*** echo Killing vlc tasklist /FI...

read more

USB Multipass

USB Multipass

I first heard about the USB Multipass project on Hak5 from Revision3. Hak5 being my favourite vodcast of the week. Anyway, the USB Multipass project allows me to boot tools such as data forensics, backup and recovery and preinstalled environments right from my USB stick with the GRUB bootloader. Although I am still working on it, I plan to incorporate both Windows and Linux installation...

read more

DestructiveText

DestructiveText

The DestructiveText project is a PHP coded project aimed to create temporary “view-once” webpages. You can find the latest version of the project at http://destructivetext.iann0036.com/ All elements of the DestructiveText seem to be working apart from the premium HTML editor which publishes only plain text at this time. Project Status: ON...

read more