Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'macro'

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