كود برايفت لإظهار اى بى من معك على الايميل


بسم الله الرحمن الرحيم 


   السلام عليكم ورحمة الله وبركاته



<<<<<<<<<<<اليوم باذن الله أتيت لكم

كود برايفت لإظهار اى بى من معك على الايميل


كــــــــــــــــــود 

@echo off
cls
title MSN IP Grabber
color 0C
echo.
echo :==========[ MSN MESSENGER IP GRABBER ]==========:
echo : :
echo : Th3_OzZ :
echo : :
echo : --- Msn Messenger --- :
echo : :
echo :==== ====================================== ====:
echo I I
echo :==== ====================================== ====:
echo : :
echo : First, open a conversation :
echo : and write something :
echo : :
echo :================================================: 
pause >nul
if exist IP.txt del IP.txt
if not exist IP.txt echo.
netstat -n -o >> IP.txt
rem *** File IP.txt creato (it includes the ip)
cls
color 0E
echo.
echo :==========[ MSN MESSENGER IP GRABBER ]==========:
echo : :
echo : www.m0dy.net :
echo : :
echo : --- Msn Messenger --- :
echo : :
echo :==== ====================================== ====:
echo I I
echo :==== ====================================== ====:
echo : :
echo : Now send a file to the victim :
echo : and during the transfer press here :
echo : :
echo :================================================: 
pause >nul
netstat -n -o >> IP.txt
rem *** File IP.txt modificato (include IP 2)
cls
color 0A
echo.
echo :==========[ MSN MESSENGER IP GRABBER ]==========:
echo : :
echo : Th3_ OzZ :
echo : :
echo : --- Msn Messenger --- :
echo : :
echo :==== ====================================== ====:
echo I I
echo :==== ====================================== ====:
echo : :
echo : Creation of IP.txt with :
echo : IP before the transfer :
echo : IP During the transfre:
echo : Now find the victim IP :
echo : :
echo :================================================: 
echo.
echo.
rem
rem echo ----[ I to view IP.txt, Q quit, R per reset ]---------
rem choice /C:IQR /N
rem if errorlevel 3 goto start
rem if errorlevel 2 goto end
rem if erroelevel 1 goto ip
echo.
echo ----[ By Th3_OzZ ]----------[ press any key to continue IP.txt ]------
pause >nul
cls
type IP.txt
echo.
echo =============[ Press to ESC ]=============
pause >nul
exit