Advertising
advertising
related pastes to tag 'macro'
- 1731337 - macro guide: guide macro
-
- Macro guide by stavr0s!
- Get notepad++ from here
- Then do a new file and then type for example
- !epre
- And copy and paste a few times
- 910894 - Murd0ck: facebook macro pirates autoit
-
- #include <IE.au3>
- Global $strExplore = "http://apps.facebook.com/pirates/explore.php"
- Global $strIndex = "http://apps.facebook.com/pirates/index.php"
- Global $strFoundLand = "http://apps.facebook.com/pirates/found_land.php"
- Global $strClearAction = "http://apps.facebook.com/pirates/clear_action.php"
- Global $strIsland = "http://apps.facebook.com/pirates/island.php"
- Global $strIslandBooty = "http://apps.facebook.com/pirates/island_booty.php"
- 899684 - Fluor: vim macro gpg gnupg encrypt decrypt automatic
-
- " Use GnuPG to open a .gpg file
- augroup asc
- au!
- au BufReadPre,FileReadPre *.asc set viminfo=
- au BufReadPre,FileReadPre *.asc set noswapfile
- au BufReadPost *.asc :%!gpg -q -d
- au BufReadPost *.asc | redraw
- au BufWritePre *.asc :%!gpg --default-recipient-self -q -e -a