Ultima modifica da un moderatore:
IT:
Ciao a tutti, adesso spiegherò un nuovo modo ai ga per spiare le chat dei player.
Il tutto è molto semplice, ma non penso sia legale, dato che si viola la legge sulla privacy.
Questa idea non è mia, ma di Giulio, Exsta, che l'ha fatta prima di me, ma io ho capito come farlo e ho deciso di postarlo.
Come fare:
1. Scompattate root.epk (o exst.epk o pill.epk).
2. Aprite il file uiwhisper.py
3. Sostituite
PHP:
def SendWhisper(self):
text = self.chatLine.GetText()
textLength = len(text)
if textLength > 0:
if net.IsInsultIn(text):
chat.AppendChat(chat.CHAT_TYPE_INFO, locale.CHAT_INSULT_STRING)
return
net.SendWhisperPacket(self.targetName, text)
self.chatLine.SetText("")
chat.AppendWhisper(chat.WHISPER_TYPE_CHAT, self.targetName, player.GetName() + " : " + text)
con
Se volete che ricevete OGNI messaggio:
http://s4lv0dm.altervista.org/guide/whisper_it.txt
Se volete che ricevete solo i messaggi con insulti (dovete avere l'insult.txt ben fatto):
http://s4lv0dm.altervista.org/guide/whisper_insult_it.txt
4. In [GA]Nome, mettete il nome del GA che deve ricevere tutti i messaggi
5. Adesso salvate il file e ricompilate root.epk.
N.B:
Voi potete spiare le conversazioni degli altri SOLO se tutti hanno questa mod, quindi dovreste rilasciare il client così in questo modo, e poi anche cryptarlo, per evitare che i player sappiano/modifichino questa opzione.
Non mi assumo nessuna responsabilità sull'uso fatto di questa mod.
EN:
Hi guys, now I teach you how to spy the player's chat.
All is very simple, but I think that it isn't very legal.
This idea isn't mine, but of Giulio, Exsta. He created this, but i understand how to make it and i decided to post it.
HowTo:
1. Extract root.epk
2. Open the uiwhisper.py file
4. Replace
PHP:
def SendWhisper(self):
text = self.chatLine.GetText()
textLength = len(text)
if textLength > 0:
if net.IsInsultIn(text):
chat.AppendChat(chat.CHAT_TYPE_INFO, locale.CHAT_INSULT_STRING)
return
net.SendWhisperPacket(self.targetName, text)
self.chatLine.SetText("")
chat.AppendWhisper(chat.WHISPER_TYPE_CHAT, self.targetName, player.GetName() + " : " + text)
with
If you want that the GAs read ALL messages:
http://s4lv0dm.altervista.org/guide/whisper_en.txt
If you want that the GAs read ONLY the messages that contain insults:
http://s4lv0dm.altervista.org/guide/whisper_insult_en.txt
4. Replace [GA]Name with the GA's name.
5. Now save the files and compile root.epk.
Please Note:
You can spy the conversations of others, ONLY if all players have this mod, so you should post a client, and after crypt it, if not, the players can remove/edit it

I do not assume any responsibility for any use made of this mod.
PS: Sorry for by bad english, I am italian <.<
DevilHunteR,
Game Files Open © Team
Game Files Open © Team


<.<