Quote:
Originally Posted by _DreadNought_
lol people in co need to start upgrading **** theyre using out dated packet writers.
most newly written packet writers don't require offsets as part of the pkt structure.
"pkt.write(entityid);
pkt.write(entity.name);
pkt.write(entity.cps);
client.send(pkt.build());
"
therefor making programs like this useless buddy 
|
misunderstanding

sorry for my poor english
here is an example
you got 50k line of codes written as the following
Code:
if (client map == 0x55)
{
client teleport to (0x5656,0x878,0x878)
}
if (client take cps 0x65)
{
client inventory add item 0x9898 plus 0x0c damage 0x07
}
this is exactly how some sources are edited , and i heard that this was because of using reflector
people want to change all the hex values back to dec so the sources becomes readable once more
this is why i wrote this app.
but away from that , i've been learning some through this ex. using data grid view , overridden indexers , little about overriding constructors with composed classes , keyvaluepair lists , etc.
thanks for replying and sorry once more for the misunderstanding