Ref: https://gist.github.com/vertexclique/9839383
| VERSION | PLATFORM | OFFSET | ORIGINAL | CRACKED |
|---|---|---|---|---|
| 3126 | macOS | 0x6890 | F8 | E0 |
| 3126 | Win x86 | 0xBA11D | 1A | 2A |
| #define WIN32_LEAN_AND_MEAN // just say no to MFC | |
| #define INIT_GUID | |
| #include "hge.h" | |
| #include <hgesprite.h> | |
| #include <hgefont.h> | |
| #include <hgecolor.h> |
Ref: https://gist.github.com/vertexclique/9839383
| VERSION | PLATFORM | OFFSET | ORIGINAL | CRACKED |
|---|---|---|---|---|
| 3126 | macOS | 0x6890 | F8 | E0 |
| 3126 | Win x86 | 0xBA11D | 1A | 2A |
| set nocompatible | |
| filetype off | |
| "Bundles | |
| set rtp+=~/.vim/bundle/vundle | |
| call vundle#rc() | |
| Bundle 'gmarik/vundle' | |
| Bundle 'embear/vim-localvimrc' |
| @echo off | |
| SET st3Path=C:\Program Files\Sublime Text 3\sublime_text.exe | |
| rem add it for all file types | |
| @reg add "HKEY_CLASSES_ROOT\*\shell\Open with Sublime Text 3" /t REG_SZ /v "" /d "Open with Sublime Text 3" /f | |
| @reg add "HKEY_CLASSES_ROOT\*\shell\Open with Sublime Text 3" /t REG_EXPAND_SZ /v "Icon" /d "%st3Path%,0" /f | |
| @reg add "HKEY_CLASSES_ROOT\*\shell\Open with Sublime Text 3\command" /t REG_SZ /v "" /d "%st3Path% \"%%1\"" /f | |
| rem add it for folders | |
| @reg add "HKEY_CLASSES_ROOT\Folder\shell\Open with Sublime Text 3" /t REG_SZ /v "" /d "Open with Sublime Text 3" /f |
| [ | |
| { | |
| "keys": ["control+alt+;"], "command": "align_tab", | |
| "args" : { | |
| "user_input" : ":/f" | |
| } | |
| }, | |
| { | |
| "keys": ["control+alt+="], "command": "align_tab", | |
| "args" : { |
| local ascii = {} | |
| ascii.null = 0 | |
| ascii.empty_smiley = 1 | |
| ascii.smiley = 2 | |
| ascii.heart = 3 | |
| ascii.diamond = 4 | |
| ascii.club = 5 | |
| ascii.spade = 6 | |
| ascii.dot = 7 | |
| ascii.inverse_dot = 8 |