Oh lol? Was the same mining bot in Alchemy that I had been using for weeks previous. Seemed that when I decided to actually update the Conquer exe that was when my little miner got thrown into botjail.
Oh lol? Was the same mining bot in Alchemy that I had been using for weeks previous. Seemed that when I decided to actually update the Conquer exe that was when my little miner got thrown into botjail.
i want to make code to use xp skills automatically but i need to sniff the use skill packet in order to make it work, so which one of those is the use skill packet ? (1103, 1105) ? or something else ?
and i noticed that it requires an encryption which i don't know a **** about it
Look at the old proxy for reference I'd suggest then simply sniff the new structure (may not have changed. Depends how updated the last version of old proxy was)
0x3FE is obviously packet type (as it's at offset 2 and translates into the correct value)
S.Level = the skill level of what you're using.
Time = the datetime.
the ^'s are related to encryption iirc. The skill encryption did not change. You just need to double check the structure is all correct which I doubt it changed that much if at all.
<edit>
Wow didn't realize the old proxy I posted had such old packets. Yes there's 20 new bytes xD 2 ulongs and a uint iirc.
0x3FE is obviously packet type (as it's at offset 2 and translates into the correct value)
S.Level = the skill level of what you're using.
Time = the datetime.
the ^'s are related to encryption iirc. The skill encryption did not change. You just need to double check the structure is all correct which I doubt it changed that much if at all.
<edit>
Wow didn't realize the old proxy I posted had such old packets. Yes there's 20 new bytes xD 2 ulongs and a uint iirc.
how did u figure out that there are new bytes ?
and there is also something weird, 0x3FE -> 1022 same id as the attack packet, while the id of the one i sniffed is 1105 , maybe they are two different packets ?
lol seems like iam the only active member with you here, still couldn't figure out how to update this old packet, still have a lot to learn