lmao i just figured it out^_^team
'0C 00 FF 03 03 00 00 00 (pid)
gsend (MakeHex2("0C 00 FF 03 03 00 00 00" & pid))
and need a pid chang box
well that took me long enough
trade dont work yet..
''0C 00 20 04 (pid) 01 00 00 00
Private Sub trade_Click()
'0C 00 20 04 (pid) 01 00 00 00
gsend (MakeHex2("0C 00 20 04") & pid & MakeHex2("01 00 00 00"))
End Sub
0.o ?? do i have to name the pid somthing different or is there somthing else wrong
i wasent able to join team till i made a pid box to put the persons id i want to team with.
you were able to join a team without programing it in.mine just said i got a request from(pid).
im having trouble with trades it doesent work the same...
Private Sub join_Click()
'0C 00 FF 03 03 00 00 00 (pid)
gsend (MakeHex2("0C 00 FF 03 03 00 00 00" & pid))
End Sub
Private Sub pid_Change()
End Sub
--------------------------------------------------------------
Private Sub trade_Click()
'0C 00 20 04 (pid) 01 00 00 00
gsend (MakeHex2("0C 00 20 04") & pid & MakeHex2("01 00 00 00"))
End Sub
wait Im not sure which way you mean. do you mean that you invite the bot into team and the bot accepts? or the otherway around, Cause if you mean you invite the bot into team, well that AND trade are already functions in the bot you don't have to add them.
No yours do aswell, you have a form called options, just link it to the main form and then in options just check accept trade and also check team, the trade button on the main form in sacob full version doesnt mean "Trade" it means that when YOU trade it and it accepts then you put an amount in that window and you press trade the BOT will send you the money, but if you wanna give money to the bot it is already a built in function on the source.
every time i tryed linking it would give me some syntax error or somthing when adding options.or how di i link exactly?like i said im new to vb,i just made a button and called it options
ive got some messages to post.....but,
Posting a working version would defeat the purpose of learning some basic VB,and if MrGenious(wants to post thats fine)all credit goes to him for my version working,anyway.But for being my first attempt at programing,its not that hard(unless you have to spend 3+ days programing in functions that where there from the start.LOL).So please dont take it as im being an a**hole(as i was called by somone in a message)for not posting 1st not my work ,behelit is a legend!! 2nd credit goes to MrGenious 3rd i learned a lot from this little program
other then that im still learning also,lots more can be added and the ppl here are real helpful so the more ppl working on it the better
All Packets 08/21/2009 - CO2 Private Server - 7 Replies Well people have been asking me on MSN alot what packets represent what
well heres all of them in my lotf source
public enum GuildType : int
{
Join = 1,
Invite = 2,
Quit = 3,
Info = 6,
Allied = 7,
Neutral = 8,
Packets. 07/28/2009 - CO2 Private Server - 14 Replies Im wondering if anyone would be so kind as to teach me how to Update a server, such as hybrids, to a Newer patch, or to an older one(if possible). If you could help it would be great.:handsdown:
sacob 04/07/2008 - CO2 Exploits, Hacks & Tools - 59 Replies SACOB - stand alone conquer online bot
http://img112.imageshack.us/img112/3424/sacobsmal lif1.jpg
-------
sacob source (filefactory)
this is a no feature version of the stand alone bot
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