hi i find old main.swf public static const version:String="v2.1.20";
need help run how to config game.xml to this ver ??
skype edox772
need help run how to config game.xml to this ver ??
skype edox772
Decompile it, search for the function that loads game.xml and reverse it.Quote:
hi i find old main.swf public static const version:String="v2.1.20";
need help run how to config game.xml to this ver ??
skype edox772
public function loadXml(XMLObject xmlObject)
{
for(XMLNode node : xmlObject.nodes)
{
switch(node.name)
{
case "node1":
//do something
break;
case "node2":
for(XMLParam param : node.params)
{
switch(param.name)
{
case "param1":
String value = param.value;
break;
case "param2":
int value1 = param.value;
break;
}
}
break;
}
}
}
<xml>
<node1></node1>
<node2 param1="asdf" param2="2"></node2>
</xml>
Hover no. Click yes. That's what I know.Quote:
This is not completely the right place, but I think you guys must know this, can bp track hovers? I mean when you hover for example the user [Only registered and activated users can see links. Click Here To Register...] button, is information sent to bp about that? More specificaly, do they know how you move your mouse?
I personaly don't think this happens, but I ask just to be shure, if this is tracked I would have to make some security changes to my bot.
The packets are netty encoded and encrypted.Quote:
i have client 6.3.1
work drone formation or other new
in emu recv troll packet xd
[Only registered and activated users can see links. Click Here To Register...]
It's encrypted with netty, easy to crack (We've already did it).Quote:
i have client 6.3.1
work drone formation or other new
in emu recv troll packet xd
[Only registered and activated users can see links. Click Here To Register...]