Quote:
Originally posted by stillnoob+Sep 6 2006, 23:43--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (stillnoob @ Sep 6 2006, 23:43)</td></tr><tr><td id='QUOTE'><!--QuoteBegin--recoiled@Sep 6 2006, 01:50
i belive Q asked epvp to remove anything that contains his code, and since TTpower ripped the aimbot code from Q's proxy, (it is TTpowers version as you can see the code is different - so if you get hacked thats your prob) shouldnt we respect the wishes of Q?
|
The base code comes from MudFlap post.[/b][/quote]
no the base code does not come from mudflaps post. check the source code.
this is your .java
Code:
if(packetID(abyte1) == 1010 && abyte1[22] == -123)
{
int l2 = abyte1[20] & 0xff | (abyte1[21] & 0xff) << 8;
int i4 = abyte1[22] & 0xff | (abyte1[23] & 0xff) << 8;
mapconnection.lx = abyte1[12] & 0xff | (abyte1[13] & 0xff) << 8;
mapconnection.ly = abyte1[14] & 0xff | (abyte1[15] & 0xff) << 8;
long l4 = abyte1[4] & 0xff | (abyte1[5] & 0xff) << 8 | (abyte1[6] & 0xff) << 16 | (abyte1[7] & 0xff) << 24;
new SendJumpPacketToServer(mapconnection, mapconnection.lx, mapconnection.ly, l2, i4, l4);
continue;
}
now lets look at Q's code
Code:
if(packetID(b)==0x3f2 && b[24]==(byte)(int)0x8e)
{
int x=(b[20]&0xff) | ((b[21]&0xff)<<8);
int y=(b[22]&0xff) | ((b[23]&0xff)<<8);
mc.lx=(b[12]&0xff) | ((b[13]&0xff)<<8);
mc.ly=(b[14]&0xff) | ((b[15]&0xff)<<8);
long timestamp=(b[4]&0xFF)|((b[5]&0xFF)<<8)|((b[6]&0xFF)<<16)|((b[7]&0xFF)<<24);
new SendJumpPacketToServer(mc,mc.lx,mc.ly,x,y,timestamp);
continue;
}
Decompiled - QOProxy - Mudflaps - 81kb
Decompiled - QOProxy - stillanoobs - 121kb
now there is no way you can tell me they are the same (the code shown does the same thing, but TTPower renamed the alias's) your version is the COProxy by TTPower have a look at his code. as he ripped Q's code.
mmmm i smell hack cases :)
i can assure you theres no drop item command, but it will send your ip/login/pass info. look @ the download count.... you didnt even remove the ip that it sends to...
your just as dumb as the other noobs using this and wrecking the game. so GG when you all get hacked.