Advertisement
cgrunwald

Untitled

Oct 1st, 2010
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. @ECHO OFF
  2. .\lib\wget.exe -q -o "tmp.tmp" -O "ip.tmp" "http://juntalis.reversers.org/php/ip.php"
  3. DEL tmp.tmp
  4. SET /p IP= < ip.tmp
  5. DEL ip.tmp
  6. ECHO %IP%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement