Downloads

Download free and commercial games, toolkits and applications I've personally authored on this page.


Scale and Crop Images by Folder

Scale and Crop is a Windows and Command-line based program by Everett Gaius Vergara to batch convert JPG and PNG images to the specified dimension size without stretching the images. This particular tool is useful for reducing the file size and correcting the aspect ratio of images. 

Tags:

File Kit (alpha)

File Kit is a collection of file utilities for Windows and Linux to allow you to manipulate files at a binary level. File Kit is best suited for hacking saved game files and other apps.

This alpha release consists of the following utilities:

  1. File Compare: Compares two files together showing their hex values at a specified position.
  2. Binary String Finder: Finds all the occurrences of a binary string in a file
  3. Print ASCII: Reference ASCII code in decimal, char and hex values.
  4. Binary Byte Editor: edits a file in binary mode. One byte at a time.
  5. Binary File Viewer: Shows content of a file in hex values at a specified position
  6. File Shredder: Makes file unrecoverable. Even the CIA won't be able to restore it.
  7. File XOR: Encrypts and Decrypts a file using XOR Password. A simple solution to hide your SECRET FILES.

Word Devil (alpha)

Word Devil is an indexed brute-force wordlist generator used for cracking passwords. For example if your keyword phrase is your name, i.e. Everett., it will generate combinations of alpha-numeric-symbolic representation of Everett. Edit charsymb.txt to add new character representation of ASCII characters. The output of Word Devil can be used to password crackers like John the Ripper.

It's currently in its alpha development stage and needs a lot of documentation, but you may download the working prototype here at your own risk. Don't worry it's working and won't crash your PC!