Guest User

Untitled

a guest
Feb 28th, 2015
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.18 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. nurl=https://www.cocokawa.jp/photocp/ajax/vote/?id=1025
  4.  
  5. while :
  6. do
  7.     service tor start
  8.     curl -s --socks5 localhost:9050 ${nurl}
  9.     service tor stop
  10. done
Advertisement
Add Comment
Please, Sign In to add comment