i have finished my bot, but i don't know how to get the packet...
this fucking bugpoint xD
i don't have the ability for find the function in the main swf...
this._socket.writeBytes(_loc_2, 0, _loc_2.length);
/this send the packet
/it send the variable _loc_2
var _loc_2:* = this._encryptionFacade._-059(this._-lT);
/this is the variable... it is the encrypted variable
/encrypted by _encryptionFacade
/encryptionFacade is a variable...
var _encryptionFacade:_-IG;
/_-IG is the real function...
public function _-IG()
var _loc_1:* = true;
/is declared the vaiable _loc_1 to 1 (true)
var _loc_2:* = null * (null == false);
/is declared the variable _loc_2 to 0 (false) because null==false...
if (!_loc_2)
/if not _loc_2= 1 (true) then
this.initialize();
/initialize is the function for make the encryptKey (with ARC4 method)
but... were is the encrypted string? (array of bytes)
and where is the encryptKey in the packet
my little head is bursting
i'm very far away?