|
You last visited: Today at 08:22
Advertisement
Packets/SupTypes
Discussion on Packets/SupTypes within the CO2 Private Server forum part of the Conquer Online 2 category.
02/20/2011, 20:27
|
#1
|
elite*gold: 0
Join Date: Aug 2010
Posts: 992
Received Thanks: 1,110
|
Packets/SupTypes
PHP Code:
PacketHandler: Case 1009: { byte Action = Data[12]; switch (Action) { case 32:// this suptype is being sent whenever i click the redeem button inside the Redeem Items Box // case33:this is the To Claim Box { uint ItemID = BitConverter.ToUInt32(Data, 4);
//Action = 32 in this case //and lets say the stupid itemID = 1
//when i send a packet from here something like this.Send.ItemPacket(ItemID, 0, 32));//ID // Position // Type //the packet must look/remove the item where the item id == 1 //just like when i send the same packet to remove an item from the player inventory //cept that i changed the type from 3 to 32 .
//the packet Does do the same thing ? //i mean is it gonna remove the item ? } } break; }
i do understand stuff that comes out of the client but not what should be sent in order to have the client responding
what im trying to do here is to remove the claimed items out of the Prize To claim box depending on the itemID
but whenever i send the packet all im getting is a quick small flashing light around the item like
{YEAH YOU DID POKE ME BUT IM NO MOVING} and thats all i just need a way to remove the item but the way im doing it is not changing any shit :
so i really need to know How to Remove/Update that box or How To Deal With those packets/Suptypes in order to understand what i need to send to the client .
|
|
|
02/21/2011, 11:06
|
#2
|
elite*gold: 0
Join Date: Apr 2009
Posts: 782
Received Thanks: 458
|
did you tried to make a command that send the same packet with different subtypes??
|
|
|
02/21/2011, 13:24
|
#3
|
elite*gold: 0
Join Date: Aug 2010
Posts: 992
Received Thanks: 1,110
|
uh huh but like i said nothing happens.
i can send the item to the box but i dont know how to clear it .
|
|
|
02/21/2011, 14:03
|
#4
|
elite*gold: 0
Join Date: Apr 2009
Posts: 782
Received Thanks: 458
|
same problem as me.... and i don't have how to sniff that ****... : /
|
|
|
02/21/2011, 14:32
|
#5
|
elite*gold: 20
Join Date: Mar 2006
Posts: 6,126
Received Thanks: 2,518
|
Create a command that accepts the information that you want to send in the packet, and then populate the packet based on the info you send in the command, and then use trial and error untill you hit the right subtype.
Or record the packets on official CO using a proxy.
|
|
|
02/21/2011, 18:58
|
#6
|
elite*gold: 0
Join Date: Aug 2010
Posts: 992
Received Thanks: 1,110
|
Quote:
Originally Posted by Korvacs
Or record the packets on official CO using a proxy.
|
sounds good but if you can point out one of the working proxy's that wold be great .
all i know is the packets that im sending to add the lost/to be claimed item to the redeem/claim boxes is being stored somewhere and once i add the items there is no need to send them again
but How do i delete them thats what i dont understand i can update the items tho
like the days left/cps worth/replacing the item with the cps bag..etc etc but the deleting thing I Have NO idea .
|
|
|
02/21/2011, 19:13
|
#7
|
elite*gold: 20
Join Date: Mar 2006
Posts: 6,126
Received Thanks: 2,518
|
If you cant find/make a working proxy then use the command, it doesnt take long to find what your looking for, if each subtype takes you 5 seconds to figure out what it does then your looking at less than 3 minutes to check 30 subtypes.
|
|
|
02/21/2011, 21:13
|
#8
|
elite*gold: 21
Join Date: Jul 2005
Posts: 9,193
Received Thanks: 5,381
|
Quote:
Originally Posted by { Angelius }
sounds good but if you can point out one of the working proxy's that wold be great .
all i know is the packets that im sending to add the lost/to be claimed item to the redeem/claim boxes is being stored somewhere and once i add the items there is no need to send them again
but How do i delete them thats what i dont understand i can update the items tho
like the days left/cps worth/replacing the item with the cps bag..etc etc but the deleting thing I Have NO idea .
|
I released a full C# proxy source code that works on current patch and still contains basically all the packets you'd ever want for botting functionality and a copy of tannels packet sniffing code that dumps packets in a handy format to a text file.
So yahhhh....
Or you could use the sexy hooking code released by hawtness if you wanted to try memory based packet sniffing xD
|
|
|
02/21/2011, 22:22
|
#9
|
elite*gold: 0
Join Date: Apr 2009
Posts: 782
Received Thanks: 458
|
Lol... if you just use the proxy released by pro4ever it works VERY fine... you just need to change some little things and TADAM! ^^
|
|
|
02/21/2011, 23:42
|
#10
|
elite*gold: 0
Join Date: Jun 2009
Posts: 787
Received Thanks: 314
|
suptypes
my new favorite word.
|
|
|
02/23/2011, 07:46
|
#11
|
elite*gold: 0
Join Date: Aug 2010
Posts: 992
Received Thanks: 1,110
|
Quote:
Originally Posted by 12tails
Lol... if you just use the proxy released by pro4ever it works VERY fine... you just need to change some little things and TADAM! ^^
|
how the fu$k does it work VERY FINE huh i changed the libeay32, Native, Ports, IP's, etc and TADAM nothing happens everytime i try to connect all im getting is the server meant .
and ***** sounds like ppl doesnt like to be poked now days . or maybe there looking for the kisses azz ppl to big for **** or whatever .
|
|
|
02/23/2011, 22:00
|
#12
|
elite*gold: 0
Join Date: Jul 2006
Posts: 2,216
Received Thanks: 794
|
If for some unknown(  ) reason that doesn`t work, you can always use cooperative to log the packets. And IAmHawtness released a nice library which allows you to do your own in case something is changed by TQ.
So... umm... yeah.
|
|
|
 |
Similar Threads
|
packets
11/07/2010 - Kal Online - 12 Replies
Hello all, i have a question
could some1 explein me how to change the hex code of packet (0B 00 10 00 05 00 65 2A 70 76 70 Or something)
for example in : 0x1f, how to decryption the hex code into VC++ leng...
i try with http://www.elitepvpers.com/forum/gamehacking-tutori als/161132-tutorial-packets-sniffing-analysis.html
but i cant really understand last point.
so could some1 give me a good tut,
or give an example based on KalOnline becouse the old packets are changed
;/ exemple...
|
[Help] Packets
07/13/2010 - CO2 Private Server - 7 Replies
The 5095 packets is the same of 5100 packets?
If game encryption is the same, can i update my client to 5100 version and have no problem?
|
packets
09/14/2007 - Dekaron - 6 Replies
By the way if anyone wants to play with packets here is a good site to get started with.
http://sectools.org/packet-crafters.html
and look around the site good stuff. please note I'm not advertising since I don't own or belong to that site, but it is filled with useful tools that I'm sure many can use and appreciate.
Enjoy =D
|
Need help with packets
07/28/2007 - Conquer Online 2 - 3 Replies
hello all
When u use something in conquer. it sends a packet to conquer right?
Whats something good to see what this packet is. Also how can u send this packet again,
im new to this so i need some help.
|
Packets
07/17/2007 - Cabal Online - 7 Replies
Ok, I recorded some packets. I was sitting in desert scream with a level 1 blader.
It had level 1 impact stab.
After three impact stab casts without moving at all, this is what I get:
55 81 8E BF 04 1E 95 22 31 6D 19 49 F4 05 A1 3A 7B A8 8E 68 BA F1 74
68 C5 AD 4A 57 16 FF DF 02 A7 75 89 27 CF C5 E5 6C 43 5C 68 F0 AE 8E
9F 8C D3 2C 70 DA 54 78 D3 B3 74 CF 72 5F 8F 16 B8 5C 0B 13 28 A0 68
Five normal attacks in a row.
|
All times are GMT +1. The time now is 08:23.
|
|